/* Änderungsprotokoll: 2026-07-17 | parent-agent | @skill-css-rules, @skill-change-provenance | Strahlend weiße Flächen, keine grauen Hintergründe */
:root {
    /* Backgrounds – durchgehend weiß */
    --color-background: #ffffff;
    --color-surface: #ffffff;
    --color-surface-hover: #ffffff;

    /* Brand – klassisches Web-Blau */
    --color-primary: #336699;
    --color-primary-hover: #254a73;
    --color-secondary: #336699;
    --color-tertiary: #336699;

    /* Logo – einfarbig */
    --color-logo-letter-blue: #336699;
    --color-logo-letter-red: #336699;
    --color-logo-letter-yellow: #336699;
    --color-logo-letter-green: #336699;

    /* Text – klar auf Weiß, ohne schmutziges Grau */
    --color-text: #222222;
    --color-text-muted: #333333;
    --color-text-inverse: #ffffff;
    --color-headline: #111111;

    /* Borders – dezente Linien statt grauer Flächen */
    --color-border: #cccccc;
    --color-border-highlight: #999999;

    /* Tabellen / Widgets */
    --color-table-row-bg: #ffffff;
    --color-table-row-hover-overlay: #ffffff;
    --color-primary-soft-bg: #ffffff;
    --color-primary-soft-border: #b8c9dc;
    --color-primary-focus-shadow: rgba(51, 102, 153, 0.25);

    /* Status */
    --color-success: #008000;
    --color-error: #cc0000;
    --color-error-hover: #990000;
    --color-error-soft-bg: #ffffff;
    --color-error-focus-shadow: rgba(204, 0, 0, 0.2);
    --color-warning: #cc6600;
    --color-info: #336699;

    /* Messages */
    --color-success-bg: #dff0d8;
    --color-success-border: #c3e6cb;
    --color-success-text: #3c763d;
    --color-error-bg: #f2dede;
    --color-error-border: #ebccd1;
    --color-error-text: #a94442;
    --color-info-bg: #d9edf7;
    --color-info-border: #bce8f1;
    --color-info-text: #31708f;

    /* Cookie-Banner / Layout */
    --color-text-secondary: #333333;
    --spacing-md: 0.75rem;
    --transition-normal: 0.1s linear;
    --z-index-cookie-banner: 1200;
    --cookie-consent-spacer-expanded-height: 6rem;

    /* Keine Verläufe */
    --gradient-brand: none;
    --gradient-text: none;
    --color-gold-gradient-start: #336699;
    --color-gold-gradient-mid: #336699;
    --color-gold-gradient-end: #336699;
    --color-gold-text-shadow: none;
    --gradient-gold: none;

    /* Keine Schatten auf weißem Grund */
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-glow: none;
}
