:root {
    --ink: #122b25;
    --ink-soft: #435a54;
    --forest: #113b31;
    --forest-deep: #0a2a23;
    --green: #2f865d;
    --green-light: #7fbf96;
    --cream: #f4f1e8;
    --paper: #fcfbf7;
    --white: #ffffff;
    --line: #d8ddd6;
    --red: #c85754;
    --yellow: #e3b33f;
    --official: #16687b;
    --shadow: 0 22px 70px rgba(16, 49, 40, .12);
    --radius: 3px;
    --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .035;
    z-index: 20;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}
a { color: inherit; }
img, svg, object { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; }
h1, h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.045em;
}
h1 em, h2 em { color: var(--green-light); font-weight: 500; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 2px; }
.skip-link:focus { transform: none; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 15;
    background: rgba(252, 251, 247, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(17, 59, 49, .12);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; }
.brand-mark span { display: block; background: var(--forest); border-radius: 1px 1px 0 0; }
.brand-mark span:nth-child(1) { height: 54%; }
.brand-mark span:nth-child(2) { height: 100%; }
.brand-mark span:nth-child(3) { height: 76%; }
.brand-name { font-family: Georgia, serif; font-size: 20px; line-height: .9; letter-spacing: -.035em; }
.brand-name small { display: block; margin-top: 5px; font-family: inherit; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a { text-decoration: none; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button):hover { color: var(--green); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; font-weight: 750; font-size: 14px; letter-spacing: .01em; cursor: pointer; transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; }
.button-primary { color: var(--white); background: var(--green); }
.button-primary:hover { background: #24724e; }
.button-secondary { border-color: rgba(255,255,255,.32); color: var(--white); background: transparent; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.button-dark { background: var(--forest); color: var(--white); }
.button-light { background: var(--white); color: var(--forest); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); }
.button-secondary-dark { color: var(--forest); border-color: #aebcb6; background: transparent; }
.button-secondary-dark:hover { border-color: var(--forest); background: #edf2ee; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--green); font-weight: 750; text-underline-offset: 4px; }
.text-link-light { color: var(--white); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #b8d8c4; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--green); }
.hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest); isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -250px; top: -275px; z-index: 1; border: 1px solid rgba(147, 195, 164, .2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(126,191,150,.035), 0 0 0 180px rgba(126,191,150,.025); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,45,37,1) 0%, rgba(12,45,37,.98) 34%, rgba(12,45,37,.82) 47%, rgba(12,45,37,.24) 71%, rgba(12,45,37,.08) 100%), linear-gradient(0deg, rgba(7,31,25,.32), transparent 42%); pointer-events: none; }
.hero-visual { position: absolute; inset: 0 0 0 27%; z-index: 0; margin: 0; }
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: center center; }
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: flex; align-items: center; padding-block: 86px; }
.hero-copy { width: min(650px, 57%); }
.hero-copy h1 { max-width: 740px; margin-bottom: 28px; font-size: clamp(54px, 6.7vw, 90px); text-shadow: 0 3px 30px rgba(5,27,21,.24); }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #e3ece8; font-size: 18px; line-height: 1.7; text-shadow: 0 2px 20px rgba(5,27,21,.25); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: #b6c9c2; font-size: 13px; }
.hero-note span { display: inline-grid; place-items: center; width: 21px; height: 21px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; }

.map-section { padding: 110px 0 130px; background: var(--cream); }
.section-heading-row { display: grid; grid-template-columns: 1.1fr .75fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading-row h2, .principles-head h2, .steps-grid h2, .faq-grid h2, .closing-cta h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 78px); }
.section-heading-row h2 em, .principles-head h2 em, .faq-grid h2 em { color: var(--green); }
.section-intro { max-width: 500px; margin-bottom: 7px; color: var(--ink-soft); font-size: 18px; }
.map-dashboard { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(290px, .62fr); box-shadow: var(--shadow); }
.map-panel { min-width: 0; padding: 28px; background: var(--white); }
.map-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.legend { display: flex; flex-wrap: wrap; gap: 17px; font-size: 12px; font-weight: 650; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; flex: none; }
.status-dot.red, .bar-red { background: var(--red); }
.status-dot.yellow, .bar-yellow { background: var(--yellow); }
.status-dot.green, .bar-green { background: var(--green); }
.status-dot.official, .bar-official { background: var(--official); }
.map-hint { color: #70817c; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.map-stage { position: relative; min-height: 455px; display: grid; place-items: center; overflow: hidden; background: #f8f7f1; border: 1px solid #e9e9e2; }
.saxony-map { width: 100%; height: 500px; border: 0; }
.map-tooltip { position: absolute; right: 18px; bottom: 18px; width: min(310px, calc(100% - 36px)); padding: 20px 22px; border-top: 4px solid var(--green); background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(15, 52, 43, .16); pointer-events: none; }
.map-tooltip.status-red { border-color: var(--red); }
.map-tooltip.status-yellow { border-color: var(--yellow); }
.map-tooltip.status-green { border-color: var(--green); }
.map-tooltip.status-official { border-color: var(--official); }
.tooltip-kicker { display: block; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.map-tooltip strong { display: block; margin: 2px 0 8px; font-family: Georgia, serif; font-size: 22px; line-height: 1.15; }
.map-tooltip > p { display: flex; align-items: center; gap: 7px; margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
.tooltip-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; color: #6a7b76; font-size: 11px; }
.tooltip-meta span, .tooltip-meta b { display: block; }
.tooltip-meta b { color: var(--ink); }
.constituency-picker { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: end; padding-top: 22px; }
.constituency-picker label { font-size: 12px; font-weight: 750; }
.constituency-picker > div { display: grid; grid-template-columns: 1fr auto; }
.constituency-picker select { min-width: 0; height: 52px; padding: 0 42px 0 14px; border: 1px solid var(--line); border-right: 0; background: var(--white); color: var(--ink); font: inherit; }
.map-source { margin: 18px 0 0; color: #7e8b86; font-size: 10px; }
.stats-panel { display: flex; flex-direction: column; padding: 48px 38px; color: var(--white); background: var(--forest); }
.stats-panel h3 { margin-bottom: 32px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }
.stat-list { border-top: 1px solid rgba(255,255,255,.15); }
.stat-item { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.stat-item strong { display: block; font-family: Georgia, serif; font-size: 43px; font-weight: 500; line-height: 1; }
.stat-item strong small { color: #a9c7b5; font-size: 21px; }
.stat-item span { display: block; margin-top: 8px; color: #c3d3cd; font-size: 12px; }
.state-progress { display: flex; height: 8px; margin: 30px 0 12px; background: rgba(255,255,255,.12); overflow: hidden; }
.state-progress span { width: var(--share); }
.prototype-label { margin-bottom: 30px; color: #94ada4; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.stats-panel .text-link { margin-top: auto; }
.example-districts { margin-top: 72px; }
.example-districts-head { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 28px; }
.example-districts-head .eyebrow { margin-bottom: 16px; }
.example-districts-head h3 { margin: 0; font-family: Georgia, serif; font-size: 35px; font-weight: 500; letter-spacing: -.025em; }
.example-districts-head > p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.example-district-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.example-district-card { position: relative; min-width: 0; padding: 23px 21px 20px; border-top: 4px solid var(--line); background: var(--white); color: var(--ink); text-decoration: none; box-shadow: 0 10px 35px rgba(16,49,40,.07); transition: transform .16s ease, box-shadow .16s ease; }
.example-district-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(16,49,40,.13); }
.example-district-card.status-card-red { border-color: var(--red); }
.example-district-card.status-card-yellow { border-color: var(--yellow); }
.example-district-card.status-card-green { border-color: var(--green); }
.example-district-card.status-card-official { border-color: var(--official); }
.example-district-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #7c8a85; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; letter-spacing: 0; text-transform: none; }
.status-pill .status-dot { width: 7px; height: 7px; }
.example-district-card h4 { min-height: 48px; margin: 20px 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; line-height: 1.12; }
.example-district-card > p { min-height: 58px; margin-bottom: 18px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.mini-progress { height: 5px; overflow: hidden; background: #e6e9e4; }
.mini-progress span { display: block; height: 100%; background: var(--green); }
.example-supporters { display: flex; justify-content: space-between; gap: 10px; margin-top: 10px; color: #697973; font-size: 10px; }
.example-supporters strong { color: var(--green); font-size: 15px; line-height: 1; }

.principles-section { padding: 120px 0; background: var(--paper); }
.principles-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.principles-head p { max-width: 470px; margin-bottom: 10px; color: var(--ink-soft); font-size: 18px; }
.principle-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-cards article { position: relative; min-height: 330px; padding: 35px 32px 40px; border-right: 1px solid var(--line); }
.principle-cards article:last-child { border-right: 0; }
.principle-cards article > span { color: #95a19e; font-family: Georgia, serif; font-size: 13px; }
.principle-icon { margin: 56px 0 28px; color: var(--green); font-size: 38px; line-height: 1; }
.principle-cards h3 { margin-bottom: 15px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.principle-cards p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.steps-section { padding: 120px 0; color: var(--white); background: var(--forest-deep); }
.steps-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; }
.steps-grid > div > p:last-child { max-width: 460px; margin-top: 28px; color: #b6c8c1; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.steps-list li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps-list li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--green-light); border-radius: 50%; color: var(--green-light); font-family: Georgia, serif; }
.steps-list h3 { margin: 3px 0 10px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.steps-list p { margin: 0; color: #afc2ba; font-size: 14px; }

.faq-section { padding: 120px 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .6fr 1fr; gap: 110px; }
.faq-grid > div:first-child > p:last-child { color: var(--ink-soft); }
.accordion { border-top: 1px solid #bbc4bd; }
.accordion details { border-bottom: 1px solid #bbc4bd; }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: Georgia, serif; font-size: 21px; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green); font-family: system-ui; transition: transform .18s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 750px; padding: 0 40px 24px 0; color: var(--ink-soft); font-size: 14px; }
.privacy-section { padding: 0 0 110px; background: var(--cream); }
.privacy-box { display: grid; grid-template-columns: .75fr 1fr; gap: 80px; align-items: end; padding: 48px; color: var(--white); background: var(--forest); }
.privacy-box .eyebrow { margin-bottom: 18px; }
.privacy-box h2 { margin: 0; font-size: 35px; }
.privacy-box > p { margin: 0; color: #c6d5d0; }
.closing-cta { padding: 100px 0; color: var(--white); background: var(--green); }
.closing-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.closing-grid > div:last-child > p { margin-bottom: 28px; color: #e0ede5; font-size: 18px; }

.site-footer { padding: 70px 0 24px; color: #c4d1cc; background: #071f1a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.brand-footer { color: var(--white); margin-bottom: 25px; }
.brand-footer .brand-mark span { background: var(--green-light); }
.footer-grid > div:first-child p { max-width: 320px; color: #8fa69e; font-size: 13px; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-family: system-ui; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid div:not(:first-child) a, .footer-grid div:not(:first-child) span { display: block; margin: 9px 0; color: #97aba4; font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #71867f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.detail-hero { padding: 55px 0 75px; color: var(--white); background: var(--forest); }
.detail-hero.status-bg-red { background: #6b3534; }
.detail-hero.status-bg-yellow { background: #6a5721; }
.detail-hero.status-bg-green { background: var(--forest); }
.detail-hero.status-bg-official { background: #0d4c5b; }
.back-link { display: inline-flex; gap: 9px; margin-bottom: 62px; color: #d2dfda; font-size: 13px; text-decoration: none; }
.detail-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.detail-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(58px, 8vw, 104px); }
.detail-status { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; color: #d2dfda; }
.detail-status .status-dot { border: 2px solid rgba(255,255,255,.6); width: 14px; height: 14px; }
.district-number { color: rgba(255,255,255,.12); font-family: Georgia, serif; font-size: clamp(120px, 18vw, 220px); line-height: .7; }
.detail-overview { padding: 90px 0; background: var(--cream); }
.detail-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 80px; align-items: start; }
.support-card { padding: 38px; background: var(--white); box-shadow: var(--shadow); }
.support-value { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.support-value strong { font-family: Georgia, serif; font-size: 72px; font-weight: 500; line-height: 1; }
.support-value span { color: var(--ink-soft); }
.progress-track { height: 10px; overflow: hidden; background: #e3e8e3; }
.progress-track span { display: block; height: 100%; background: var(--green); }
.progress-label { display: flex; justify-content: space-between; gap: 15px; margin: 10px 0 28px; color: var(--ink-soft); font-size: 11px; }
.form-note, .source-note { margin: 17px 0 0; color: #778680; font-size: 11px; }
.district-info { padding-top: 20px; }
.district-info h2 { margin-bottom: 22px; font-size: 50px; }
.district-info > p { color: var(--ink-soft); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.area-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.candidate-section { padding: 100px 0; background: var(--paper); }
.candidate-card { display: grid; grid-template-columns: minmax(250px, .62fr) 1.38fr; margin-top: 35px; background: var(--white); box-shadow: var(--shadow); }
.candidate-portrait { min-height: 460px; display: grid; place-items: center; align-content: center; gap: 8px; color: #8eaaa0; background: linear-gradient(145deg, #d7e2dc, #a9bdb3); }
.candidate-portrait span { font-family: Georgia, serif; font-size: 120px; line-height: 1; }
.candidate-portrait small { text-align: center; text-transform: uppercase; letter-spacing: .16em; }
.candidate-copy { padding: 55px; }
.demo-badge { display: inline-block; padding: 5px 9px; color: #6c5a1d; background: #f5e8b9; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.candidate-copy h2 { margin: 17px 0 8px; font-size: 53px; }
.candidate-meta { color: var(--green); font-weight: 700; }
.candidate-copy > p:not(.demo-badge):not(.candidate-meta) { color: var(--ink-soft); }
.candidate-copy blockquote { margin: 28px 0; padding-left: 24px; border-left: 3px solid var(--green); font-family: Georgia, serif; font-size: 22px; font-style: italic; line-height: 1.5; }
.focus-list { display: flex; flex-wrap: wrap; gap: 8px; }
.focus-list span { padding: 7px 10px; border: 1px solid var(--line); font-size: 11px; font-weight: 750; }
.candidate-placeholder { display: grid; grid-template-columns: 90px 1fr; gap: 35px; align-items: center; margin-top: 35px; padding: 55px; border: 1px solid var(--line); }
.candidate-placeholder > span { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; color: var(--green); background: #e0eee5; font-family: Georgia, serif; font-size: 38px; }
.candidate-placeholder h2 { margin-bottom: 10px; font-size: 40px; }
.candidate-placeholder p { color: var(--ink-soft); }
.detail-bottom-cta { padding: 75px 0; text-align: center; color: var(--white); background: var(--green); }
.detail-bottom-cta h2 { margin-bottom: 12px; font-size: 48px; }
.detail-bottom-cta p { margin-bottom: 28px; }

.participation-hero { padding: 95px 0; color: var(--white); background: var(--forest); }
.participation-hero-compact { padding: 78px 0; }
.participation-grid { display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: end; }
.participation-hero h1 { font-size: clamp(58px, 7vw, 90px); }
.participation-hero > .shell > div:first-child > p:last-child { max-width: 670px; color: #c5d5cf; font-size: 18px; }
.safe-prototype-card { padding: 35px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.safe-prototype-card > span { color: var(--green-light); font-size: 26px; }
.safe-prototype-card h2 { margin: 22px 0 12px; font-size: 28px; }
.safe-prototype-card p { margin: 0; color: #c5d5cf; font-size: 14px; }
.process-section { padding: 100px 0; background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 100px; }
.process-grid h2 { font-size: 52px; }
.selected-district { display: inline-block; padding: 7px 12px; color: var(--green); background: #dfeae2; font-weight: 700; }
.process-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bfc8c1; }
.process-grid li { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid #bfc8c1; }
.process-grid li > span { color: var(--green); font-family: Georgia, serif; font-size: 24px; }
.process-grid li strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.process-grid li p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; }
.participation-actions { display: flex; align-items: center; gap: 28px; margin-top: 50px; }
.registration-section { padding: 90px 0 120px; background: var(--cream); }
.registration-layout { display: grid; grid-template-columns: minmax(270px, .58fr) minmax(0, 1fr); gap: 75px; align-items: start; }
.registration-context { position: sticky; top: 120px; }
.registration-context h2 { margin-bottom: 35px; font-size: 46px; }
.compact-process { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid #bec7c0; }
.compact-process li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid #bec7c0; }
.compact-process li span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: Georgia, serif; font-size: 14px; }
.compact-process li p { margin: 0; font-size: 14px; font-weight: 650; }
.registration-disclaimer { padding: 18px; border-left: 3px solid var(--yellow); color: var(--ink-soft); background: rgba(255,255,255,.56); font-size: 14px; }
.registration-context .text-link { margin-top: 15px; font-size: 14px; }
.registration-card { min-width: 0; padding: 44px; background: var(--white); box-shadow: var(--shadow); }
.registration-form fieldset { margin: 0 0 36px; padding: 0 0 32px; border: 0; border-bottom: 1px solid var(--line); }
.registration-form fieldset:last-of-type { margin-bottom: 28px; }
.registration-form legend { width: 100%; margin-bottom: 24px; color: var(--ink); font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.form-grid { display: grid; gap: 18px; }
.form-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { margin-bottom: 18px; }
.form-grid .form-field { margin-bottom: 0; }
.form-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 700; }
.form-field label > span:not(.optional), .checkbox-field label > span { color: var(--red); }
.form-field .optional { float: right; color: #778780; font-size: 12px; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #b8c1bb; border-radius: 2px; outline: 0; background: var(--white); color: var(--ink); font: inherit; font-size: 16px; line-height: 1.45; transition: border-color .15s ease, box-shadow .15s ease; }
.form-field textarea { min-height: 115px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,134,93,.16); }
.form-field.has-error input, .form-field.has-error select, .form-field.has-error textarea { border-color: var(--red); }
.form-field small, .checkbox-error { display: block; margin-top: 6px; color: #a43d3b; font-size: 13px; font-weight: 650; }
.field-hint { margin: 8px 0 0; color: #6f7f79; font-size: 13px; }
.consent-fieldset { padding-bottom: 18px !important; border-bottom: 0 !important; }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.checkbox-field input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--green); }
.checkbox-field label { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.checkbox-field.has-error label { color: #85302f; }
.submit-button { font-size: 16px; }
.required-note { margin: 12px 0 0; text-align: center; color: #75837e; font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 26px; padding: 14px 16px; border-left: 4px solid var(--red); color: #722e2c; background: #fae8e7; font-size: 14px; font-weight: 650; }
.registration-success { text-align: center; padding: 20px 0 6px; }
.registration-success .success-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 28px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 32px; }
.registration-success .eyebrow { justify-content: center; margin-bottom: 16px; }
.registration-success h2 { margin-bottom: 20px; font-size: 47px; }
.registration-success > p:not(.eyebrow):not(.form-note) { max-width: 610px; margin: 0 auto 28px; color: var(--ink-soft); font-size: 16px; }
.registration-success .button-full { margin-bottom: 10px; }
.registration-success .success-dashboard-link { display: flex; justify-content: center; margin: 30px 0 20px; }
.registration-success .button-secondary-dark { width: 100%; }

.verification-section { min-height: 70vh; display: grid; place-items: center; padding: 100px 0; background: var(--cream); }
.verification-card { padding: 55px; text-align: center; background: var(--white); box-shadow: var(--shadow); border-top: 5px solid var(--green); }
.verification-card.verification-warning { border-color: var(--yellow); }
.verification-card .eyebrow { justify-content: center; margin-bottom: 17px; }
.verification-icon { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 30px; border-radius: 50%; color: var(--white); background: var(--green); font-family: Georgia, serif; font-size: 35px; }
.verification-warning .verification-icon { color: var(--ink); background: var(--yellow); }
.verification-card h1 { margin-bottom: 22px; font-size: clamp(46px, 7vw, 72px); }
.verification-card > p:not(.eyebrow) { max-width: 640px; margin: 0 auto 34px; color: var(--ink-soft); font-size: 17px; }
.verification-card .button-row { justify-content: center; }

.dev-header { padding: 70px 0; color: var(--white); background: var(--forest); }
.dev-title-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.dev-title-row h1 { margin-bottom: 12px; font-size: clamp(50px, 7vw, 76px); }
.dev-title-row p { max-width: 680px; margin: 0; color: #c4d5cf; }
.dev-title-row .button-row { flex-wrap: nowrap; }
.dev-content { padding: 75px 0 110px; background: var(--cream); }
.dev-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 75px; }
.dev-stats article { padding: 30px; border-top: 4px solid var(--green); background: var(--white); box-shadow: 0 10px 35px rgba(16,49,40,.07); }
.dev-stats strong { display: block; font-family: Georgia, serif; font-size: 54px; font-weight: 500; line-height: 1; }
.dev-stats span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 14px; }
.dev-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 22px; }
.dev-section-heading .eyebrow { margin-bottom: 9px; }
.dev-section-heading h2 { margin: 0; font-size: 44px; }
.dev-section-heading > span { color: #72817c; font-size: 13px; }
.dev-section-spaced { margin-top: 75px; }
.table-wrap { overflow-x: auto; background: var(--white); box-shadow: 0 10px 35px rgba(16,49,40,.06); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 940px; }
.table-wrap th, .table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }
.table-wrap th { color: #65756f; background: #eef1ed; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.dev-status { display: inline-block; padding: 4px 8px; border-radius: 99px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.dev-status.is-verified { color: #15543a; background: #dcefe3; }
.dev-status.is-pending { color: #70580b; background: #f7eabc; }
.dev-status.is-new { color: #14566a; background: #d8ebef; }
.empty-state { padding: 38px; border: 1px dashed #abb8b1; background: rgba(255,255,255,.5); }
.empty-state h3 { margin-bottom: 7px; font-family: Georgia, serif; font-size: 25px; }
.empty-state p { margin: 0; color: var(--ink-soft); }
.simple-page { min-height: 60vh; padding: 120px 0; background: var(--cream); }
.simple-page h1 { font-size: 70px; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 32px, 760px); }
    .nav-toggle { display: block; }
    .site-nav { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; background: var(--white); box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 13px 12px; }
    .hero-grid, .section-heading-row, .principles-head, .steps-grid, .faq-grid, .privacy-box, .closing-grid, .detail-grid, .participation-grid, .process-grid, .registration-layout { grid-template-columns: 1fr; }
    .hero::after { background: linear-gradient(90deg, rgba(12,45,37,1) 0%, rgba(12,45,37,.96) 50%, rgba(12,45,37,.46) 82%, rgba(12,45,37,.2) 100%); }
    .hero-visual { left: 18%; }
    .hero-grid { min-height: 660px; }
    .hero-copy { width: min(610px, 75%); }
    .map-dashboard { grid-template-columns: 1fr; }
    .map-stage { min-height: 400px; }
    .stats-panel { min-height: 520px; }
    .principle-cards { grid-template-columns: 1fr; }
    .example-districts-head { grid-template-columns: 1fr; gap: 20px; }
    .example-district-grid { grid-template-columns: repeat(2, 1fr); }
    .principle-cards article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
    .principle-cards article:last-child { border-bottom: 0; }
    .principle-icon { margin: 25px 0; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .candidate-card { grid-template-columns: 1fr; }
    .candidate-portrait { min-height: 320px; }
    .district-number { display: none; }
    .participation-grid, .process-grid { gap: 50px; }
    .registration-layout { gap: 45px; }
    .registration-context { position: static; }
    .dev-title-row { display: block; }
    .dev-title-row .button-row { margin-top: 30px; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 24px); }
    .header-inner { min-height: 68px; }
    .brand-name { font-size: 18px; }
    .brand-mark { width: 30px; height: 30px; }
    .hero-grid { padding: 70px 0; }
    .hero::after { background: linear-gradient(90deg, rgba(9,40,32,.97), rgba(9,40,32,.72)), linear-gradient(0deg, rgba(7,31,25,.55), transparent 52%); }
    .hero-visual { left: 0; opacity: .72; }
    .hero-visual img { object-position: 61% center; }
    .hero-grid { min-height: 700px; }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: clamp(48px, 15vw, 70px); }
    .hero-lead { font-size: 16px; }
    .button-row .button { width: 100%; }
    .map-section, .principles-section, .steps-section, .faq-section, .candidate-section, .process-section { padding: 80px 0; }
    .section-heading-row, .principles-head, .steps-grid, .faq-grid { gap: 35px; margin-bottom: 40px; }
    .section-heading-row h2, .principles-head h2, .steps-grid h2, .faq-grid h2, .closing-cta h2 { font-size: 46px; }
    .map-panel { padding: 12px; }
    .map-toolbar { display: block; }
    .legend { gap: 10px 14px; }
    .map-hint { display: none; }
    .map-stage { min-height: 330px; }
    .saxony-map { height: 390px; }
    .map-tooltip { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 14px 16px; }
    .tooltip-meta { display: none; }
    .map-tooltip strong { font-size: 19px; }
    .constituency-picker { grid-template-columns: 1fr; gap: 8px; }
    .constituency-picker > div { grid-template-columns: 1fr; gap: 8px; }
    .constituency-picker select { border-right: 1px solid var(--line); }
    .stats-panel { min-height: auto; padding: 38px 25px; }
    .example-districts { margin-top: 55px; }
    .example-district-grid { grid-template-columns: 1fr; }
    .example-district-card h4, .example-district-card > p { min-height: auto; }
    .principle-cards { margin-top: 45px; }
    .principle-cards article { padding-inline: 8px; }
    .privacy-box { padding: 35px 25px; gap: 25px; }
    .closing-cta { padding: 75px 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .detail-hero { padding: 38px 0 55px; }
    .back-link { margin-bottom: 45px; }
    .detail-hero h1 { font-size: 57px; }
    .detail-status span { display: none; }
    .support-card { padding: 28px 22px; }
    .support-value strong { font-size: 60px; }
    .area-list { grid-template-columns: 1fr; }
    .candidate-copy { padding: 32px 24px; }
    .candidate-copy h2 { font-size: 42px; }
    .candidate-placeholder { grid-template-columns: 1fr; padding: 34px 25px; }
    .candidate-placeholder h2 { font-size: 35px; }
    .detail-bottom-cta h2 { font-size: 38px; }
    .participation-hero { padding: 70px 0; }
    .participation-hero h1 { font-size: 55px; }
    .process-grid h2 { font-size: 43px; }
    .participation-actions { align-items: stretch; flex-direction: column; }
    .registration-section { padding: 65px 0 85px; }
    .registration-card { padding: 30px 20px; }
    .form-grid-2 { grid-template-columns: 1fr; }
    .registration-success h2 { font-size: 39px; }
    .verification-card { padding: 42px 22px; }
    .verification-card .button-row .button { width: 100%; }
    .dev-title-row .button-row { flex-direction: column; }
    .dev-stats { grid-template-columns: 1fr; }
    .dev-section-heading { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Verwaltungsbereich */
.admin-body { min-width: 320px; color: var(--ink); background: #eef1ed; }
.admin-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.admin-topbar { position: sticky; z-index: 30; top: 0; color: var(--white); background: #0d3028; box-shadow: 0 1px 0 rgba(255,255,255,.09); }
.admin-topbar-inner { width: min(1380px, calc(100% - 48px)); min-height: 78px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 44px; align-items: center; }
.admin-brand { color: var(--white); text-decoration: none; }
.admin-brand .brand-name small { color: #8fc8ae; }
.admin-nav { display: flex; align-items: stretch; align-self: stretch; gap: 4px; }
.admin-nav a { display: flex; align-items: center; padding: 0 15px; border-bottom: 3px solid transparent; color: #cbdad4; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .15s ease, background .15s ease, border-color .15s ease; }
.admin-nav a:hover, .admin-nav a:focus-visible { color: var(--white); background: rgba(255,255,255,.05); border-color: var(--green-light); }
.admin-account { display: flex; gap: 18px; align-items: center; }
.admin-account > span { display: flex; flex-direction: column; text-align: right; line-height: 1.25; }
.admin-account strong { font-size: 13px; }
.admin-account small { color: #94aaa1; font-size: 11px; }
.admin-signout, .admin-action-link { padding: 0; border: 0; color: inherit; background: none; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.admin-signout { color: #b9cdc5; font-size: 12px; }
.admin-main { min-height: calc(100vh - 140px); padding: 64px 0 96px; }
.admin-page-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.admin-page-head > div { max-width: 800px; }
.admin-page-head h1 { margin: 4px 0 10px; font-size: clamp(46px, 6vw, 72px); line-height: .98; }
.admin-page-head p:last-child { margin: 0; color: #63716c; font-size: 16px; }
.admin-kicker { margin: 0 0 9px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-back { display: inline-flex; margin-bottom: 30px; color: #63716c; font-size: 13px; text-decoration: none; }
.admin-back:hover { color: var(--green); }
.admin-flash { border-bottom: 1px solid transparent; font-size: 14px; font-weight: 700; }
.admin-flash .admin-shell { padding-block: 13px; }
.admin-flash-success { border-color: #a7d5bc; color: #174e38; background: #dff1e6; }
.admin-flash-warning { border-color: #dfc979; color: #64500e; background: #fff4ca; }
.admin-flash-error { border-color: #ddb0ad; color: #762d2b; background: #f9e2e1; }
.admin-auth-page { min-height: calc(100vh - 140px); display: grid; place-items: center; padding: 75px 24px; background: radial-gradient(circle at 72% 20%, rgba(47,134,93,.1), transparent 34%), #eef1ed; }
.admin-auth-card { width: min(100%, 650px); padding: 52px; border-top: 5px solid var(--green); background: var(--white); box-shadow: 0 22px 70px rgba(12,45,37,.13); }
.admin-login-card { width: min(100%, 520px); }
.admin-auth-card h1 { margin: 8px 0 16px; font-size: clamp(44px, 6vw, 62px); }
.admin-auth-card > p:not(.eyebrow) { margin: 0 0 32px; color: #64736d; }
.admin-form .form-field { margin-bottom: 20px; }
.admin-form .button { margin-top: 5px; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 38px; }
.admin-stat-grid a { position: relative; min-height: 145px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; border-top: 4px solid var(--green); color: var(--ink); background: var(--white); box-shadow: 0 8px 30px rgba(14,46,38,.06); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.admin-stat-grid a::after { position: absolute; right: -26px; bottom: -58px; width: 120px; height: 120px; border: 24px solid #eef5f1; border-radius: 50%; content: ''; }
.admin-stat-grid a:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(14,46,38,.1); }
.admin-stat-grid span { position: relative; z-index: 1; color: #66756f; font-size: 13px; font-weight: 700; }
.admin-stat-grid strong { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 50px; font-weight: 500; line-height: .9; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: start; }
.admin-panel { background: var(--white); box-shadow: 0 8px 30px rgba(14,46,38,.055); }
.admin-panel-head { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.admin-panel-head h2 { margin: 0; font-size: 28px; }
.admin-panel-head a { color: var(--green); font-size: 13px; font-weight: 700; }
.admin-list > a { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 17px 28px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.admin-list > a:last-child { border-bottom: 0; }
.admin-list > a:hover { background: #f5f8f5; }
.admin-list strong, .admin-list small { display: block; }
.admin-list small { margin-top: 3px; overflow: hidden; color: #71807a; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #1c6044; background: #dfeee5; font-family: Georgia, serif; font-size: 15px; font-weight: 700; }
.admin-avatar-large { width: 60px; height: 60px; font-size: 25px; }
.admin-status { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; border-radius: 99px; color: #41504b; background: #e9edeb; font-size: 11px; font-weight: 800; white-space: nowrap; }
.admin-status-large { padding: 8px 13px; font-size: 12px; }
.status-new, .status-registered { color: #17536a; background: #dceef4; }
.status-review, .status-contacted, .status-interview { color: #67520a; background: #f7eab9; }
.status-approved, .status-email_verified { color: #15563a; background: #dcefe3; }
.status-rejected, .status-withdrawn { color: #793331; background: #f4dfde; }
.admin-audit-list { margin: 0; padding: 8px 28px 16px; list-style: none; }
.admin-audit-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.admin-audit-list li:last-child { border-bottom: 0; }
.admin-audit-list strong, .admin-audit-list span { display: block; }
.admin-audit-list strong { font-size: 12px; letter-spacing: .03em; }
.admin-audit-list span { margin-top: 4px; color: #77847f; font-size: 11px; }
.admin-empty { padding: 42px 28px; }
.admin-empty strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.admin-empty p { max-width: 550px; margin: 9px 0 18px; color: #6c7a75; }
.admin-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.admin-filters a { padding: 8px 12px; border: 1px solid #cbd3ce; color: #4e5d57; background: rgba(255,255,255,.62); font-size: 12px; font-weight: 750; text-decoration: none; }
.admin-filters a:hover, .admin-filters a.active { border-color: var(--forest); color: var(--white); background: var(--forest); }
.admin-table-wrap { overflow-x: auto; background: var(--white); box-shadow: 0 8px 30px rgba(14,46,38,.055); }
.admin-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.admin-table th { padding: 13px 18px; color: #65736e; background: #e4e9e5; font-size: 10px; letter-spacing: .09em; text-align: left; text-transform: uppercase; }
.admin-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); color: #394640; font-size: 13px; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tr:hover td { background: #f8faf8; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { margin-top: 3px; color: #76837e; font-size: 11px; }
.admin-row-link { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.admin-action-link { color: #7a3937; font-size: 12px; font-weight: 700; white-space: nowrap; }
.admin-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.admin-detail-main { display: grid; gap: 20px; }
.admin-sticky-card { position: sticky; top: 100px; padding: 28px; }
.admin-sticky-card h2 { margin: 0 0 24px; font-size: 29px; }
.admin-data-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.admin-data-list > div { padding: 19px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.admin-data-list > div:nth-child(2n) { border-right: 0; }
.admin-data-list dt { margin-bottom: 6px; color: #76837e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-data-list dd { margin: 0; font-size: 14px; }
.admin-data-list a { color: var(--green); }
.admin-copy-card { padding: 32px; }
.admin-copy-card h2 { margin: 0 0 10px; font-size: 25px; }
.admin-copy-card h2:not(:first-child) { margin-top: 31px; padding-top: 25px; border-top: 1px solid var(--line); }
.admin-copy-card p { margin: 0; color: #4f5f59; line-height: 1.72; }
.admin-profile-editor { overflow: hidden; }
.admin-panel-intro { margin: 0; padding: 22px 28px 0; color: #64736d; font-size: 14px; }
.admin-profile-form { padding: 28px; }
.admin-profile-form textarea { min-height: 110px; }
.admin-publish-bar { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 23px 28px; border-top: 1px solid var(--line); background: #edf3ef; }
.admin-publish-bar strong, .admin-publish-bar span { display: block; }
.admin-publish-bar strong { font-size: 14px; }
.admin-publish-bar span { margin-top: 4px; color: #6a7772; font-size: 12px; }
.admin-live-indicator, .admin-draft-indicator { display: inline-flex; width: max-content; padding: 6px 10px; border-radius: 99px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.admin-selected-indicator { display: inline-flex; width: max-content; padding: 6px 10px; border-radius: 99px; color: #fff; background: #195970; font-size: 11px; font-weight: 800; white-space: nowrap; }
.admin-live-indicator { color: #14573a; background: #dcefe3; }
.admin-live-large { padding: 9px 13px; }
.admin-draft-indicator { color: #62510f; background: #f4e8bd; }
.admin-profile-editor-wide { max-width: 900px; margin-inline: auto; }
.admin-source-link { display: inline-flex; margin: 23px 28px 28px; }
.admin-profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.admin-profile-card { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border-top: 4px solid var(--green); color: var(--ink); background: var(--white); box-shadow: 0 8px 30px rgba(14,46,38,.055); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.admin-profile-card:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(14,46,38,.11); }
.admin-profile-card-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 30px; }
.admin-profile-card h2 { margin: 0 0 8px; font-size: 30px; }
.admin-profile-card p { margin: 0 0 8px; color: #53615c; }
.admin-profile-card > small { color: #77847f; }
.admin-profile-card .admin-row-link { margin-top: auto; padding-top: 25px; }
.admin-not-found { min-height: 55vh; display: grid; align-content: center; justify-items: start; }
.admin-not-found h1 { font-size: 65px; }
.admin-footer { color: #9db0a8; background: #0d3028; }
.admin-footer .admin-shell { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; }
.admin-footer a { color: #c7d9d1; }

@media (max-width: 1080px) {
    .admin-topbar-inner { grid-template-columns: auto 1fr; }
    .admin-nav { grid-column: 1 / -1; grid-row: 2; min-height: 48px; order: 3; overflow-x: auto; }
    .admin-account { justify-self: end; }
    .admin-topbar { position: static; }
    .admin-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-dashboard-grid { grid-template-columns: 1fr; }
    .admin-detail-grid { grid-template-columns: 1fr; }
    .admin-sticky-card { position: static; }
    .admin-profile-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .admin-shell, .admin-topbar-inner { width: calc(100% - 24px); }
    .admin-topbar-inner { gap: 12px; padding-top: 12px; }
    .admin-account > span { display: none; }
    .admin-brand .brand-name { font-size: 17px; }
    .admin-nav { gap: 0; }
    .admin-nav a { padding: 0 11px; font-size: 12px; }
    .admin-main { padding: 45px 0 70px; }
    .admin-page-head { display: block; }
    .admin-page-head > .button, .admin-page-head > .admin-status, .admin-page-head > .admin-live-indicator, .admin-page-head > .admin-draft-indicator { margin-top: 24px; }
    .admin-page-head h1 { font-size: 46px; }
    .admin-auth-card { padding: 38px 22px; }
    .admin-stat-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .admin-stat-grid a { min-height: 125px; padding: 18px; }
    .admin-stat-grid strong { font-size: 40px; }
    .admin-list > a { grid-template-columns: 40px minmax(0, 1fr); padding: 15px 18px; }
    .admin-list .admin-status { grid-column: 2; }
    .admin-panel-head { padding: 22px 20px; }
    .admin-data-list { grid-template-columns: 1fr; }
    .admin-data-list > div, .admin-data-list > div:nth-child(2n) { padding: 17px 20px; border-right: 0; }
    .admin-profile-form, .admin-copy-card { padding: 24px 20px; }
    .admin-panel-intro { padding: 20px 20px 0; }
    .admin-publish-bar { align-items: stretch; flex-direction: column; padding: 22px 20px; }
    .admin-publish-bar .button { width: 100%; }
    .admin-profile-grid { grid-template-columns: 1fr; }
    .admin-footer .admin-shell { align-items: start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

/* Kandidatenauswahl und Online-Abstimmung */
.candidate-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin: 28px 0 30px; }
.candidate-section-heading > div { max-width: 760px; }
.candidate-section-heading h2 { margin: 0 0 10px; font-size: clamp(38px, 5vw, 56px); }
.candidate-section-heading p { margin: 0; color: var(--ink-soft); }
.candidate-list { display: grid; gap: 22px; }
.candidate-list-multiple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.candidate-list-multiple .candidate-card { grid-template-columns: 180px minmax(0, 1fr); }
.candidate-list-multiple .candidate-portrait { min-height: 100%; }
.candidate-list-multiple .candidate-portrait span { font-size: 78px; }
.candidate-list-multiple .candidate-copy { padding: 35px; }
.candidate-list-multiple .candidate-copy h2 { font-size: 39px; }
.candidate-list-multiple .candidate-copy blockquote { font-size: 18px; }
.candidate-card-selected { outline: 4px solid var(--green); outline-offset: -4px; }
.selected-badge, .applicant-badge { display: inline-block; padding: 5px 9px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.selected-badge { color: var(--white); background: var(--green); }
.applicant-badge { color: #285544; background: #dfede4; }
.district-voting-banner { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; padding: 16px 20px; border-left: 4px solid var(--yellow); background: #fff8dc; }
.district-voting-banner.phase-open { border-color: var(--green); background: #e6f2ea; }
.district-voting-banner.phase-finalized { border-color: #195970; background: #e3f0f3; }
.district-voting-banner p { margin: 0; color: #53615c; font-size: 13px; }
.voting-phase { display: inline-flex; width: max-content; padding: 7px 11px; border-radius: 99px; color: #624f0e; background: #f4e5a9; font-size: 11px; font-weight: 800; white-space: nowrap; }
.voting-phase.phase-open { color: #fff; background: var(--green); }
.voting-phase.phase-finalized { color: #fff; background: #17566b; }
.voting-phase.phase-tied { color: #5f4d0d; background: #f1dda0; }
.voting-phase.phase-closed { color: #fff; background: #6c403e; }
.voting-phase.phase-cancelled { color: #6f3331; background: #f0d9d7; }
.voting-hero { padding: 90px 0; color: var(--white); background: radial-gradient(circle at 78% 26%, rgba(78,174,123,.22), transparent 28%), var(--forest); }
.voting-hero-grid { display: grid; grid-template-columns: 1.3fr .55fr; gap: 90px; align-items: end; }
.voting-hero h1 { margin: 0 0 24px; font-size: clamp(54px, 7vw, 88px); }
.voting-hero h1 em { color: var(--green-light); font-weight: 500; }
.voting-hero-grid > div > p:last-child { max-width: 720px; color: #c5d5cf; font-size: 18px; }
.voting-hero aside { padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.voting-hero aside strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.voting-hero aside p { margin: 14px 0 0; color: #b7cbc3; font-size: 13px; }
.voting-content { min-height: 540px; padding: 85px 0 100px; background: var(--cream); }
.voting-access-card { padding: 48px; background: var(--white); box-shadow: var(--shadow); }
.voting-access-card h2 { margin: 8px 0 14px; font-size: 47px; }
.voting-access-card > p:not(.eyebrow) { max-width: 650px; margin: 0 0 30px; color: var(--ink-soft); }
.voting-access-card form { max-width: 650px; }
.voting-privacy-note { margin: 22px 0 0 !important; padding-top: 18px; border-top: 1px solid var(--line); color: #73817c !important; font-size: 12px; }
.voting-message { display: grid; grid-template-columns: 78px 1fr; gap: 30px; align-items: start; padding: 45px; border-top: 5px solid var(--green); background: var(--white); box-shadow: var(--shadow); }
.voting-message > span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-family: Georgia, serif; font-size: 31px; }
.voting-message h2 { margin: 4px 0 13px; font-size: 43px; }
.voting-message p { max-width: 650px; color: var(--ink-soft); }
.voting-message .button { margin-top: 9px; }
.voting-message small { display: block; margin-top: 18px; color: #71807a; }
.voting-warning { border-color: var(--red); }
.voting-warning > span { background: var(--red); }
.voting-wait { border-color: var(--yellow); }
.voting-wait > span { color: var(--ink); background: var(--yellow); }
.voting-result { border-color: #195970; }
.voting-result > span { background: #195970; }
.ballot-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 26px; }
.ballot-head h2 { margin: 7px 0 0; font-size: 55px; }
.voting-period { display: flex; align-items: center; gap: 25px; margin-bottom: 30px; padding: 18px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.voting-period span { display: flex; gap: 10px; color: #52615b; font-size: 13px; }
.voting-period strong { color: var(--ink); }
.ballot-form fieldset { margin: 0; padding: 0; border: 0; }
.ballot-form legend { font-family: Georgia, serif; font-size: 32px; }
.ballot-form fieldset > p { margin: 8px 0 25px; color: var(--ink-soft); }
.ballot-options { display: grid; gap: 12px; }
.ballot-option { position: relative; display: grid; grid-template-columns: 24px 90px 1fr; gap: 20px; align-items: center; padding: 24px; border: 2px solid transparent; background: var(--white); box-shadow: 0 7px 24px rgba(14,46,38,.06); cursor: pointer; }
.ballot-option:hover { border-color: #99b7aa; }
.ballot-option:has(input:checked) { border-color: var(--green); background: #f5faf7; }
.ballot-option input { position: absolute; opacity: 0; pointer-events: none; }
.ballot-check { width: 22px; height: 22px; border: 2px solid #91a099; border-radius: 50%; }
.ballot-option input:focus-visible + .ballot-check { outline: 3px solid rgba(47,134,93,.25); outline-offset: 3px; }
.ballot-option input:checked + .ballot-check { border: 6px solid var(--green); }
.candidate-portrait-small { min-height: 90px; width: 90px; }
.candidate-portrait-small b { font-family: Georgia, serif; font-size: 40px; font-weight: 500; }
.ballot-option strong, .ballot-option small { display: block; }
.ballot-option > span:last-child > strong { font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.ballot-option small { margin-top: 3px; color: var(--green); font-size: 13px; font-weight: 700; }
.ballot-option p { margin: 11px 0 0; color: var(--ink-soft); font-size: 13px; }
.ballot-submit { margin-top: 24px; }
.voting-change-access { margin-top: 24px; }
.voting-page .voting-hero { padding: 38px 0; }
.voting-page .voting-hero h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 16px; }
.voting-page .voting-content { padding: 36px 0 60px; }
.voting-page .voting-message + .voting-message { margin-top: 24px; }
.voting-page .voting-privacy-note { font-size: 14px; }
.voting-prototype-note { padding: 35px 0; color: #b8cbc3; background: #112f28; }
.voting-prototype-note strong { display: block; margin-bottom: 7px; color: var(--white); font-size: 13px; }
.voting-prototype-note p { margin: 0; font-size: 12px; line-height: 1.6; }
.admin-voting-admin-grid { display: grid; grid-template-columns: 410px 1fr; gap: 18px; align-items: start; }
.admin-voting-create { position: sticky; top: 100px; }
.admin-voting-create form { padding: 28px; }
.admin-voting-list { display: grid; gap: 12px; }
.admin-voting-row { display: block; padding: 26px; color: var(--ink); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.admin-voting-row:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(14,46,38,.1); }
.admin-voting-row h2 { margin: 18px 0 7px; font-size: 29px; }
.admin-voting-row > p { margin: 0; color: #66746f; font-size: 13px; }
.admin-voting-row > div { display: flex; gap: 20px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: #65736e; font-size: 12px; }
.admin-voting-row > div strong { margin-left: auto; color: var(--green); }
.admin-voting-detail { display: grid; grid-template-columns: 1fr 340px; gap: 18px; align-items: start; }
.admin-tally { padding: 5px 28px 22px; }
.admin-tally > div { display: grid; grid-template-columns: 60px 1fr auto; gap: 17px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.admin-tally > div:last-child { border-bottom: 0; }
.admin-tally > div > span:nth-child(2) strong, .admin-tally > div > span:nth-child(2) small { display: block; }
.admin-tally > div > span:nth-child(2) small { margin-top: 3px; color: #74817c; font-size: 12px; }
.admin-tally i { height: 7px; display: block; margin-top: 12px; overflow: hidden; background: #e4eae6; }
.admin-tally i b { height: 100%; display: block; background: var(--green); }
.admin-tally-value { text-align: right; }
.admin-tally-value strong, .admin-tally-value small { display: block; }
.admin-tally-value strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.admin-tally-value small { color: #77847f; }
.admin-voting-finalize { padding: 28px; }
.admin-voting-finalize h2 { margin: 0 0 14px; font-size: 32px; }
.admin-voting-finalize > p:not(.admin-kicker) { color: #63716c; }
.admin-voting-finalize .button { margin-top: 15px; }
.admin-cancel-vote { margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--line); }
.admin-integrity-note { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.admin-integrity-note strong, .admin-integrity-note span { display: block; }
.admin-integrity-note strong { font-size: 12px; }
.admin-integrity-note span { margin-top: 7px; color: #74817c; font-size: 11px; line-height: 1.55; }

@media (max-width: 980px) {
    .candidate-list-multiple { grid-template-columns: 1fr; }
    .voting-hero-grid, .admin-voting-admin-grid, .admin-voting-detail { grid-template-columns: 1fr; }
    .admin-voting-create { position: static; }
}

@media (max-width: 640px) {
    .candidate-section-heading { align-items: stretch; flex-direction: column; }
    .candidate-section-heading .button { width: 100%; }
    .candidate-list-multiple .candidate-card { grid-template-columns: 1fr; }
    .district-voting-banner { align-items: flex-start; flex-direction: column; }
    .voting-hero { padding: 70px 0; }
    .voting-hero h1 { font-size: 52px; }
    .voting-content { padding: 60px 0 75px; }
    .voting-access-card, .voting-message { padding: 32px 20px; }
    .voting-message { grid-template-columns: 1fr; }
    .voting-message h2 { font-size: 36px; }
    .ballot-head { align-items: flex-start; flex-direction: column; }
    .ballot-head h2 { font-size: 43px; }
    .voting-period { align-items: flex-start; flex-direction: column; gap: 10px; }
    .voting-period i { display: none; }
    .voting-period span { flex-direction: column; gap: 2px; }
    .ballot-option { grid-template-columns: 23px 64px 1fr; gap: 13px; padding: 18px 14px; }
    .candidate-portrait-small { width: 64px; min-height: 70px; }
    .ballot-option p { display: none; }
    .ballot-option > span:last-child > strong { font-size: 21px; }
    .admin-tally { padding-inline: 20px; }
    .admin-tally > div { grid-template-columns: 48px 1fr auto; }
    .admin-tally .admin-avatar-large { width: 48px; height: 48px; }
}

.public-preview-notice { padding: 10px 20px; text-align: center; background: #f5e9ce; color: #173e32; font-size: 14px; line-height: 1.5; }
.registration-form .preview-disabled-fields { border: 0; padding: 0; margin: 0; min-width: 0; }
.preview-disabled-fields > legend { margin-bottom: 24px; }
.preview-disabled-fields button { cursor: not-allowed; opacity: .6; }
