/*
  Modern Light theme (Teil 5 §61.2 — "hell, minimalistisch, clean").
  Placeholder values, see classic-library.css for the reasoning.
*/

[data-theme="modern-light"] {
    --color-primary: #3b6fe0;
    --color-primary-hover: #2f5bc0;
    --color-primary-active: #274ba3;

    --color-secondary: #6b7280;
    --color-secondary-hover: #565c69;

    --color-gold-accent: #c9a227;
    /* #c9a227 is ~2.2:1 against --color-bg-paper/-card here, well under
       WCAG's 3:1 floor for UI components -- see classic-library.css's
       comment. This theme's --color-primary is blue, so it can't just
       reuse that token the way classic-library/dark-library do; a
       darkened gold (~4.6-5:1 against this theme's paper/card) keeps the
       "gold accent" identity for ratings/focus while actually being
       legible (issue #341 a11y audit). */
    --color-accent-text: #8c6a24;
    --color-info: #3b82c4;
    --color-success: #2f8f4e;
    --color-warning: #c48a1f;
    --color-error: #c0392b;

    --color-bg-paper: #f4f5f7;
    --color-bg-light: #ffffff;
    --color-bg-dark: #1f2328;
    --color-bg-card: #ffffff;
    --color-bg-reader: #ffffff;

    --color-text-primary: #1f2328;
    --color-text-secondary: #4b5563;
    --color-text-muted: #8a93a3;
    --color-text-disabled: #c3c9d1;
    --color-text-on-dark: #f4f5f7;

    --color-border: #e2e5ea;
}
