/* Änderungsprotokoll: 2026-07-18 | parent-agent | @skill-css-rules, @skill-change-provenance | Zeitungspapier + Druckerschwärze + Rubrik-Rot */
:root {
    /* Backgrounds – leichtes Zeitungspapier */
    --color-background: #f5f2eb;
    --color-surface: #faf8f3;
    --color-surface-hover: #f0ebe3;

    /* Brand – Druckerschwärze / Rubrik */
    --color-primary: #1c1917;
    --color-primary-hover: #44403c;
    --color-secondary: #9f1239;
    --color-tertiary: #1c1917;

    /* Logo – einfarbig */
    --color-logo-letter-blue: #1c1917;
    --color-logo-letter-red: #9f1239;
    --color-logo-letter-yellow: #1c1917;
    --color-logo-letter-green: #1c1917;

    /* Text – Druckerschwärze */
    --color-text: #1c1917;
    --color-text-muted: #44403c;
    --color-text-inverse: #faf8f3;
    --color-headline: #1c1917;

    /* Borders – feine Linien */
    --color-border: #a8a29e;
    --color-border-highlight: #57534e;

    /* Tabellen / Widgets */
    --color-table-row-bg: #faf8f3;
    --color-table-row-hover-overlay: #f0ebe3;
    --color-primary-soft-bg: #faf8f3;
    --color-primary-soft-border: #a8a29e;
    --color-primary-focus-shadow: rgba(28, 25, 23, 0.2);

    /* Status */
    --color-success: #166534;
    --color-error: #9f1239;
    --color-error-hover: #881337;
    --color-error-soft-bg: #faf8f3;
    --color-error-focus-shadow: rgba(159, 18, 57, 0.2);
    --color-warning: #b45309;
    --color-info: #1c1917;

    /* Messages */
    --color-success-bg: #dcfce7;
    --color-success-border: #86efac;
    --color-success-text: #166534;
    --color-error-bg: #ffe4e6;
    --color-error-border: #fda4af;
    --color-error-text: #9f1239;
    --color-info-bg: #f5f2eb;
    --color-info-border: #a8a29e;
    --color-info-text: #1c1917;

    /* Cookie-Banner / Layout */
    --color-text-secondary: #44403c;
    --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: #1c1917;
    --color-gold-gradient-mid: #1c1917;
    --color-gold-gradient-end: #1c1917;
    --color-gold-text-shadow: none;
    --gradient-gold: none;

    /* Keine Schatten auf Papier */
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-glow: none;
}
