:root {
  --ink: #0b1220;
  --ink-soft: #162238;
  --paper: #f6f4ee;
  --white: #ffffff;
  --muted: #5f6b7c;
  --line: #d8d5cc;
  --accent: #b78a32;
  --accent-light: #f0dfb7;
  --blue: #315f86;
  --success: #256c53;
  --danger: #944545;
  --radius: 18px;
  --shadow: 0 22px 70px rgba(11, 18, 32, .12);
  --shell: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 15% 20%, rgba(183, 138, 50, .08), transparent 28%), radial-gradient(circle at 85% 12%, rgba(49, 95, 134, .07), transparent 25%); z-index: -1; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.centered { text-align: center; }
.site-header { position: sticky; top: 0; z-index: 100; min-height: 74px; display: flex; align-items: center; gap: 30px; padding: 0 max(20px, calc((100vw - 1180px) / 2)); background: rgba(11, 18, 32, .97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: .9rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 38px; padding: 0 10px; border: 1px solid var(--accent); color: var(--accent-light); font-size: 1rem; font-weight: 900; letter-spacing: .14em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: .86rem; }
.site-nav a { text-decoration: none; color: #dce2eb; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav .nav-cta { padding: 9px 15px; border: 1px solid var(--accent); color: var(--accent-light); border-radius: 999px; }
.menu-button { display: none; margin-left: auto; min-width: 48px; min-height: 44px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: transparent; border-radius: 8px; }
.hero { color: var(--white); background: var(--ink); padding: clamp(80px, 11vw, 150px) 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .7fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 900; }
h1, h2, h3, h4 { margin: 0 0 .55em; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 8vw, 7.3rem); }
h2 { font-size: clamp(2rem, 4.8vw, 4.1rem); }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 760px; margin: 0 0 24px; color: var(--accent-light); font-size: clamp(1.35rem, 2.7vw, 2.15rem); line-height: 1.25; font-weight: 650; }
.hero p:not(.eyebrow):not(.hero-lead), .program-hero p:not(.eyebrow):not(.hero-lead) { max-width: 760px; color: #c7cfdb; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; }
.button.primary { color: var(--ink); background: var(--accent-light); border-color: var(--accent-light); }
.button.primary:hover { background: #f7e9c8; }
.button.secondary { color: inherit; background: transparent; border-color: currentColor; }
.button.compact { min-height: 44px; padding: 9px 17px; font-size: .88rem; }
.principle-panel { position: relative; padding: 30px; background: var(--ink-soft); border: 1px solid rgba(240,223,183,.3); border-radius: var(--radius); box-shadow: var(--shadow); }
.principle-panel::before { content: "DLP"; display: block; margin-bottom: 25px; color: var(--accent); font-size: 3.8rem; font-weight: 900; letter-spacing: .14em; }
.principle-panel p { margin: 0; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: var(--white); font-weight: 750; }
.draft-banner { padding: 70px 0; background: var(--accent-light); }
.draft-banner h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.draft-banner .eyebrow { color: #74551e; }
.speech-teaser { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(35px,7vw,90px); align-items: center; }
.speech-teaser-copy > p:not(.eyebrow) { color: var(--muted); }
.speech-teaser blockquote { margin: 0; padding: clamp(30px,5vw,55px); color: var(--white); background: var(--ink-soft); border-left: 5px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow); }
.speech-teaser blockquote p { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.45; }
.speech-teaser cite { color: var(--accent-light); font-style: normal; font-weight: 800; }
.speech-hero { padding: clamp(85px,11vw,155px) 0; color: var(--white); background: var(--ink); }
.speech-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.65fr); gap: clamp(45px,8vw,110px); align-items: center; }
.speech-hero h1 { font-size: clamp(3.2rem,8vw,7rem); }
.speech-intro-card { padding: 30px; background: var(--ink-soft); border: 1px solid rgba(240,223,183,.35); border-radius: var(--radius); box-shadow: var(--shadow); }
.speech-intro-card span { color: var(--accent); font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.speech-intro-card p { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.55; }
.speech-meta { color: var(--ink); background: var(--accent-light); }
.speech-meta .shell { display: flex; justify-content: center; gap: clamp(18px,5vw,65px); padding-block: 14px; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.speech-document { width: min(780px, calc(100% - 40px)); padding-block: clamp(80px,10vw,140px); }
.speech-document p { margin: 0 0 1.6em; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem,1.6vw,1.24rem); line-height: 1.86; }
.speech-document .speech-title { margin-bottom: 1.4em; padding-bottom: .65em; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem,5vw,4rem); }
.speech-salutation { font-weight: 700; }
.speech-document p:nth-last-child(1) { margin-top: 3em; font-family: Inter, "Segoe UI", Arial, sans-serif; font-weight: 850; }
.speech-bridge { padding: clamp(80px,10vw,130px) 0; color: var(--white); background: var(--ink-soft); }
.speech-bridge p:not(.eyebrow) { color: #c7cfdb; }
.centered-actions { justify-content: center; }
.statistics-teaser { color: var(--white); background: var(--ink); }
.statistics-teaser p:not(.eyebrow) { color: #c7cfdb; }
.statistics-teaser .text-link { color: var(--accent-light); }
.statistics-hero { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); gap: clamp(45px,7vw,90px); align-items: end; padding-block: clamp(70px,9vw,115px); }
.statistics-hero h1 { font-size: clamp(3rem,7vw,6.4rem); }
.statistics-hero .hero-lead { color: var(--blue); }
.statistics-filter { padding: 24px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.statistics-filter label { color: var(--accent-light); }
.statistics-filter p { margin-bottom: 0; color: #bfc8d5; font-size: .78rem; }
.statistics-dashboard { padding-bottom: 130px; }
.statistics-status { margin-bottom: 18px; color: var(--muted); font-size: .8rem; }
.statistics-status.error { color: var(--danger); }
.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.kpi-grid article { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; color: var(--white); background: var(--ink-soft); border-radius: 13px; }
.kpi-grid span { color: #bdc6d2; font-size: .78rem; font-weight: 750; }
.kpi-grid strong { color: var(--accent-light); font-size: clamp(2rem,4vw,3.1rem); line-height: 1; }
.national-result { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: center; margin: 20px 0; padding: clamp(25px,5vw,48px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.result-bars { display: grid; gap: 14px; }
.result-row > div:first-child { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 5px; font-size: .82rem; }
.result-row strong { font-size: .78rem; }
.result-progress { width: 100%; height: 12px; display: block; overflow: hidden; border: 0; border-radius: 999px; background: #e2e5e8; }
.result-progress::-webkit-progress-bar { background: #e2e5e8; border-radius: 999px; }
.result-progress::-webkit-progress-value { border-radius: 999px; }
.result-progress::-moz-progress-bar { border-radius: 999px; }
.result-progress.dafuer { accent-color: var(--success); }
.result-progress.dagegen { accent-color: var(--danger); }
.result-progress.aenderungsbedarf { accent-color: var(--accent); }
.result-progress.dafuer::-webkit-progress-value { background: var(--success); }
.result-progress.dagegen::-webkit-progress-value { background: var(--danger); }
.result-progress.aenderungsbedarf::-webkit-progress-value { background: var(--accent); }
.result-progress.dafuer::-moz-progress-bar { background: var(--success); }
.result-progress.dagegen::-moz-progress-bar { background: var(--danger); }
.result-progress.aenderungsbedarf::-moz-progress-bar { background: var(--accent); }
.map-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); gap: 20px; align-items: stretch; }
.map-card, .state-detail { padding: clamp(24px,4vw,38px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.map-card-heading { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.map-legend { max-width: 360px; display: flex; flex-wrap: wrap; gap: 7px 14px; font-size: .7rem; font-weight: 750; }
.map-legend span::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 6px; border-radius: 2px; }
.legend-support::before { background: var(--success); }
.legend-change::before { background: var(--accent); }
.legend-against::before { background: var(--danger); }
.legend-private::before { background: #b6bdc6; }
.germany-map { width: min(100%,620px); margin: 24px auto 0; }
.germany-map svg { width: 100%; height: auto; display: block; }
.state-shape { vector-effect: non-scaling-stroke; stroke: var(--white); stroke-width: 1.5; cursor: pointer; transition: filter .15s ease,stroke-width .15s ease; }
.state-shape:hover, .state-shape:focus, .state-shape.selected { filter: brightness(1.12); stroke: var(--ink); stroke-width: 3; outline: none; }
.state-support { fill: var(--success); }
.state-against { fill: var(--danger); }
.state-change { fill: var(--accent); }
.state-mixed { fill: var(--blue); }
.state-private { fill: #b6bdc6; }
.map-source { color: var(--muted); font-size: .7rem; }
.state-detail { color: var(--white); background: var(--ink-soft); }
.state-detail > p:not(.eyebrow) { color: #c7cfdb; }
.state-total { display: block; margin-bottom: 25px; color: var(--accent-light); font-size: 1.25rem; }
.state-table-section, .statistics-method { margin-top: 20px; padding: clamp(24px,4vw,38px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .84rem; }
th, td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; }
tbody th button { padding: 0; color: var(--blue); background: transparent; border: 0; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.statistics-method { max-width: 820px; margin-inline: auto; margin-top: 55px; }
.statistics-method p { color: var(--muted); }
.section { padding: clamp(75px, 10vw, 130px) 0; }
.section-heading { max-width: 820px; margin-bottom: 45px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 310px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(11,18,32,.06); }
.feature-card .feature-index { color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.feature-card h3 { margin-top: 80px; font-size: 1.7rem; }
.feature-card p { color: var(--muted); }
.program-teaser { color: var(--white); background: var(--ink-soft); }
.split { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; }
.program-teaser p:not(.eyebrow) { color: #c7cfdb; }
.teaser-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.text-link { color: var(--blue); font-weight: 750; text-underline-offset: 4px; }
.program-teaser .text-link { color: var(--accent-light); }
.site-footer { padding: 65px 0; color: #c8d0dc; background: #070d17; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-grid h2 { margin-bottom: 12px; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { display: block; margin: 8px 0; color: #c8d0dc; text-decoration: none; }
.simulation-notice { display: flex; justify-content: center; gap: 16px; padding: 11px 20px; color: #152335; background: var(--accent-light); font-size: .82rem; text-align: center; }
.program-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .5fr); gap: 70px; align-items: center; padding-block: clamp(70px, 9vw, 120px); }
.program-hero h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.program-hero p:not(.eyebrow):not(.hero-lead) { color: var(--muted); }
.version-card { padding: 27px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.version-number { display: block; margin-bottom: 20px; color: var(--accent-light); font-size: 1.25rem; font-weight: 900; }
.version-card dl { margin: 0; }
.version-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.13); }
.version-card dt { color: #9faabc; }
.version-card dd { margin: 0; text-align: right; font-weight: 750; }
.version-card code { display: block; margin-top: 18px; padding: 10px; color: #b8c2d0; background: rgba(255,255,255,.06); border-radius: 8px; font-size: .75rem; overflow-wrap: anywhere; }
.participation-explainer { padding: 65px 0; color: var(--white); background: var(--ink); }
.participation-explainer h2 { font-size: clamp(2rem,4vw,3.3rem); }
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 35px; }
.step-grid div { padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.step-grid span { color: var(--accent); font-size: .76rem; font-weight: 900; }
.step-grid p { margin-bottom: 0; }
.program-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 45px; padding-block: 70px 120px; align-items: start; }
.toc { position: sticky; top: 95px; max-height: calc(100vh - 115px); overflow: auto; }
.toc-inner { padding-right: 15px; }
.toc nav { display: flex; flex-direction: column; }
.toc a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 8px 0; color: #465365; border-bottom: 1px solid rgba(11,18,32,.08); text-decoration: none; font-size: .78rem; line-height: 1.35; }
.toc a span { color: var(--accent); font-weight: 900; }
.program-tools { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 22px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.consent-panel { margin-bottom: 18px; padding: 18px; background: #fff8e8; border: 1px solid #d9c28e; border-radius: 12px; }
.consent-panel label, .consent-checkbox { display: flex; gap: 11px; align-items: flex-start; font-weight: 600; }
.consent-panel input, .consent-checkbox input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 3px; }
.consent-panel > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 14px; }
.program-tools label { flex: 1; }
.program-tools label span, label { display: block; font-size: .83rem; font-weight: 800; }
input, textarea, select { width: 100%; margin-top: 7px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #aeb5bf; border-radius: 8px; }
textarea { resize: vertical; }
.region-control { display: grid !important; grid-template-columns: minmax(220px,1fr) auto; gap: 12px !important; align-items: end !important; margin-top: 20px !important; padding-top: 18px; border-top: 1px solid #d9c28e; }
.region-control label { display: block; }
.region-control .small-button { margin-bottom: 1px; }
.region-status { grid-column: 1 / -1; min-height: 20px; color: var(--success); font-size: .78rem; font-weight: 750; }
.tool-buttons { display: flex; gap: 8px; }
.small-button { min-height: 42px; padding: 8px 13px; color: var(--ink); background: transparent; border: 1px solid #aeb5bf; border-radius: 8px; cursor: pointer; }
.program-status { min-height: 26px; margin-bottom: 8px; color: var(--success); font-weight: 750; }
.program-status.error { color: var(--danger); }
.program-section { margin-bottom: 14px; scroll-margin-top: 100px; }
.program-section details { overflow: clip; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 7px 24px rgba(11,18,32,.045); }
.program-section summary { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 20px; cursor: pointer; list-style: none; }
.program-section summary::-webkit-details-marker { display: none; }
.program-section summary::after { content: "+"; grid-column: 3; grid-row: 1; align-self: end; color: var(--accent); font-size: 1.6rem; }
.program-section details[open] summary::after { content: "-"; }
.section-number { grid-row: 1; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; color: var(--accent-light); background: var(--ink); border-radius: 10px; font-size: .74rem; font-weight: 900; }
.program-section summary small { display: block; color: var(--muted); font-size: .7rem; font-weight: 700; }
.program-section summary strong { display: block; margin-top: 2px; font-size: 1.15rem; }
.summary-meta { grid-column: 3; grid-row: 1; margin-right: 34px; color: var(--muted); font-size: .74rem; white-space: nowrap; }
.section-body { border-top: 1px solid var(--line); }
.original-label { display: flex; justify-content: space-between; gap: 18px; padding: 12px 25px; color: #5d4a21; background: #fff8e8; font-size: .75rem; font-weight: 800; }
.original-text { padding: clamp(25px,5vw,48px); white-space: pre-line; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.82; }
.section-participation { padding: clamp(22px,4vw,34px); background: #f0f2f4; border-top: 1px solid var(--line); }
.section-participation h3 { margin-bottom: 20px; }
.vote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.vote-button { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 11px 15px; color: var(--ink); background: var(--white); border: 1px solid #b8bec7; border-radius: 10px; cursor: pointer; }
.vote-button strong { color: var(--muted); }
.vote-button.selected { color: var(--white); background: var(--ink); border-color: var(--ink); }
.vote-button.selected strong { color: var(--accent-light); }
.vote-note, .form-note { color: var(--muted); font-size: .76rem; }
.section-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.community-panel { margin-top: 25px; }
.community-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.community-columns > section { padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.community-columns article { padding: 12px 0; border-top: 1px solid var(--line); }
.community-columns article small { display: block; color: var(--muted); }
.version-history { margin-top: 80px; scroll-margin-top: 100px; }
.version-history ol { margin: 30px 0 0; padding: 0; list-style: none; }
.version-history li { padding: 22px 0; border-top: 1px solid var(--line); }
.version-history li div { display: flex; justify-content: space-between; }
.version-history li span, .version-history li small { color: var(--muted); }
.dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100vh - 30px); padding: 30px; border: 0; border-radius: var(--radius); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.dialog::backdrop { background: rgba(5,10,18,.72); }
.dialog label { margin: 16px 0; }
.dialog-close-form { float: right; }
.dialog-close-form button { min-height: 40px; padding: 7px 12px; background: transparent; border: 1px solid #aaa; border-radius: 8px; cursor: pointer; }
.form-message { color: var(--success); font-weight: 750; }
.legal-page { min-height: calc(100vh - 74px); padding-block: 70px 120px; }
.legal-page h1 { font-size: clamp(2.1rem,7vw,5.5rem); overflow-wrap: anywhere; hyphens: auto; }
.legal-page h2 { margin-top: 42px; font-size: 1.45rem; }
.legal-page p, .legal-page address { color: #374456; }
.legal-address { padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 10px; font-style: normal; }
.legal-updated { margin-top: 55px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: .82rem; font-weight: 750; }
.legal-page code { padding: 2px 6px; color: var(--ink); background: #e6e9ed; border-radius: 5px; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 25px; background: var(--ink); color: var(--white); text-align: center; }
.error-page h1 { font-size: clamp(2.5rem,7vw,5rem); }
.admin-page { background: #edf0f3; }
.admin-shell { width: min(1180px, calc(100% - 32px)); margin: 30px auto 100px; }
.admin-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; color: var(--white); background: var(--ink); border-radius: 14px; }
.admin-header > div { display: flex; align-items: center; gap: 15px; }
.admin-header p { margin: 0; }
.admin-login { width: min(460px,100%); margin: 80px auto; padding: 30px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.admin-login label { margin: 16px 0; }
.admin-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.admin-columns > section { padding: 24px; background: var(--white); border-radius: var(--radius); }
.moderation-card { margin: 15px 0; padding: 18px; background: #f5f6f7; border: 1px solid var(--line); border-radius: 10px; }
.moderation-card button { min-height: 40px; margin: 10px 8px 0 0; padding: 8px 12px; border: 1px solid #aab1bb; border-radius: 7px; cursor: pointer; }
[hidden] { display: none !important; }
@media (max-width: 920px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 25px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 8px; }
  .site-nav .nav-cta { justify-content: center; margin-top: 8px; }
  .hero-grid, .program-hero, .split, .speech-teaser, .speech-hero-grid, .statistics-hero, .national-result, .map-layout { grid-template-columns: 1fr; }
  .principle-panel { max-width: 600px; }
  .feature-grid, .step-grid, .kpi-grid { grid-template-columns: 1fr 1fr; }
  .program-layout { grid-template-columns: 1fr; }
  .toc { position: static; max-height: none; }
  .toc nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .admin-columns { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 1180px); }
  body { font-size: 16px; }
  .site-header { padding-inline: 12px; }
  .brand > span:last-child { display: none; }
  .simulation-notice { flex-direction: column; gap: 1px; }
  .speech-meta .shell { align-items: center; flex-direction: column; gap: 2px; text-align: center; }
  .region-control { grid-template-columns: 1fr; }
  .map-card-heading { flex-direction: column; }
  .kpi-grid { grid-template-columns: 1fr; }
  .feature-grid, .step-grid, .toc nav, .community-columns, .footer-grid { grid-template-columns: 1fr; }
  .program-tools { align-items: stretch; flex-direction: column; }
  .tool-buttons { width: 100%; }
  .tool-buttons button { flex: 1; }
  .program-section summary { grid-template-columns: 46px minmax(0,1fr); padding: 15px; }
  .program-section summary::after { grid-column: 2; justify-self: end; align-self: start; }
  .summary-meta { grid-column: 2; grid-row: 2; margin: 0; }
  .original-label { flex-direction: column; gap: 4px; }
  .original-text { font-size: 1rem; line-height: 1.72; }
  .vote-grid { grid-template-columns: 1fr; }
  .button-row, .section-actions { flex-direction: column; }
  .button-row .button, .section-actions .button { width: 100%; }
  .dialog { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; animation: none !important; } }
