/*
 * Modern – Standard-Skin: heller, sachlicher Verwaltungslook mit
 * blauem Akzent. Kopf- und Fußzeile bleiben ruhig, die Bildmarke
 * trägt die Farbe.
 */
body.theme-modern {
    --page-bg: #f4f7fb;
    --surface: #fff;
    --text: #172033;
    --muted: #64748b;
    --accent: #bd071a;
    --accent-text: #fff;
    --border: #cbd5e1;
    --success: #bd071a;
    --danger: #fee2e2;
    --radius: 16px;
    --font: Inter, system-ui, sans-serif;
    --accent-alt: #ef4444;
    --header-bg: #fff;
    --header-text: #172033;
    --footer-bg: rgb(228, 229, 231);;
    --footer-text: #000;
    --neon-cyan: #00f;
}

body.theme-modern .site-header {
    border-bottom: 1px solid var(--border);
    border-top: 5px solid var(--accent);
    box-shadow: 0 3px 15px #000;
}
body.theme-modern .brand-lines { border-left-color: var(--border); }
body.theme-modern .brand-accent { color: var(--accent); }
body.theme-modern .site-session a { color: var(--accent); text-decoration: none; font-weight: 600; }
body.theme-modern .site-session a:hover { text-decoration: underline; }
body.theme-modern .motive-icon { color: #bd071a; }
body.theme-modern .stamp { background: var(--accent); border-radius: 10px; transform: none; }
body.theme-modern .theme-choice.is-active,
body.theme-modern .theme-choice:hover { background: var(--accent); border-color: var(--accent); }
body.theme-modern ::selection { background: var(--accent); color: #fff; }
