/* Gera Tours – Stylesheet */
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 400 900; font-display: swap; src: url(../fonts/playfair-display-latin-wght-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 400 900; font-display: swap; src: url(../fonts/playfair-display-latin-ext-wght-normal.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Playfair Display"; font-style: normal; font-weight: 400 900; font-display: swap; src: url(../fonts/playfair-display-cyrillic-wght-normal.woff2) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(../fonts/manrope-latin-wght-normal.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(../fonts/manrope-latin-ext-wght-normal.woff2) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(../fonts/manrope-cyrillic-wght-normal.woff2) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

:root {
  --navy: #13294B; --navy-2: #1D3A66; --navy-3: #2A4C80;
  --gold: #C9A24A; --gold-d: #9E7A2C; --gold-l: #E9D6A6;
  --cream: #FBF7EE; --paper: #FFFFFF; --tint: #F4EEDF;
  --ink: #1B2331; --muted: #5E6573; --line: #E4DAC4;
  --ok: #2E7D4F; --warn: #B7791F; --bad: #B33A3A;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r: 14px; --r-s: 10px;
  --shadow: 0 1px 2px rgba(19, 41, 75, .06), 0 8px 24px rgba(19, 41, 75, .08);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.6; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-3); }
a:hover { color: var(--gold-d); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.sr, .sr-file { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; top: 0; inset-inline-start: 16px; transform: translateY(-300%); }
.skip:focus { transform: none; top: 16px; z-index: 99; background: var(--gold); color: var(--navy); padding: 8px 12px; border-radius: 8px; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding-inline: 20px; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.tiny { font-size: .8rem; line-height: 1.45; }

/* Typografie */
.h1, .h2, .h3, .hero-title { font-family: var(--display); font-weight: 700; color: var(--navy); text-wrap: balance; margin: 0 0 .4em; line-height: 1.12; }
.h1 { font-size: clamp(2rem, 5vw, 3rem); }
.h2 { font-size: clamp(1.6rem, 3.6vw, 2.25rem); }
.h3 { font-size: 1.3rem; display: flex; align-items: center; gap: .45em; flex-wrap: wrap; }
.h1.light, .h3.light { color: #fff; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 62ch; margin: 0 0 1.2em; }
.center.lead { margin-inline: auto; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-d); margin: 0 0 .7em; }
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow.gold { color: var(--gold); }
.label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* Kopfzeile */
.topbar { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: var(--navy); color: #fff; box-shadow: 0 2px 0 var(--gold); }
.topbar-in { display: flex; align-items: center; gap: 20px; min-height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.brand:hover { color: #fff; }
.brand-pin { width: 26px; height: 34px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--display); font-size: 1.45rem; letter-spacing: .06em; }
.brand-text small { font-size: .62rem; letter-spacing: .5em; color: var(--gold); font-weight: 700; margin-top: 3px; }
.mainnav { display: flex; gap: 4px; margin-left: auto; }
.mainnav a { color: #E7ECF5; text-decoration: none; font-weight: 600; font-size: .95rem; padding: 8px 12px; border-radius: 8px; }
.mainnav a:hover, .mainnav a.on { background: var(--navy-2); color: var(--gold); }
.langs { display: flex; gap: 2px; background: var(--navy-2); border-radius: 999px; padding: 3px; }
.langs a { color: #C9D3E4; text-decoration: none; font-size: .75rem; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.langs a.on { background: var(--gold); color: var(--navy); }
.langmenu { position: relative; }
.langmenu summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 6px; background: var(--navy-2); color: #fff; border-radius: 999px; padding: 6px 12px; font-size: .8rem; font-weight: 800; letter-spacing: .04em; }
.langmenu summary::-webkit-details-marker { display: none; }
.langmenu[open] summary { background: var(--gold); color: var(--navy); }
.globe { width: 16px; height: 16px; }
.langlist { position: absolute; inset-inline-end: 0; top: calc(100% + 8px); background: #fff; border-radius: var(--r-s); box-shadow: 0 12px 32px rgba(0,0,0,.25); padding: 8px; display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 2px; width: max-content; max-width: calc(100vw - 32px); z-index: 60; }
.langlist a { color: var(--navy); text-decoration: none; padding: 7px 10px; border-radius: 6px; font-size: .92rem; font-weight: 600; white-space: nowrap; }
.langlist a:hover { background: var(--tint); }
.langlist a.on { background: var(--navy); color: #fff; }
.navtoggle { display: none; background: none; border: 0; padding: 10px; margin-right: -10px; cursor: pointer; }
.navtoggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }
.offline-bar { background: var(--warn); color: #fff; text-align: center; font-size: .9rem; padding: 6px 16px; }
@media (max-width: 860px) {
  .navtoggle { display: block; }
  .mainnav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; background: var(--navy); padding: 8px 20px 16px; border-bottom: 2px solid var(--gold); }
  .mainnav.open { display: flex; }
  .mainnav a { padding: 12px; font-size: 1.05rem; }
  .langmenu { margin-inline-start: auto; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font: inherit; font-weight: 700; font-size: .98rem; line-height: 1.2; padding: 13px 22px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .12s, background .15s, color .15s; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #D9B462; color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost-light:hover { border-color: var(--gold); color: var(--gold); }
.btn-danger { background: transparent; color: var(--bad); border-color: var(--bad); }
.btn-small { padding: 8px 14px; font-size: .88rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; }
.btnrow { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0; }
.btnrow.center { justify-content: center; }
.bi { width: 20px; height: 20px; flex: none; }

/* Icons */
.ico-xs { width: 16px; height: 16px; flex: none; }
.ico-sm { width: 28px; height: 28px; flex: none; }
.ico-md { width: 40px; height: 40px; flex: none; }
.ico-lg { width: 64px; height: 64px; flex: none; }

/* Held */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; padding-block: 64px 0; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 0%, rgba(201,162,74,.22), transparent 60%); pointer-events: none; }
.hero-in { position: relative; z-index: 1; padding-bottom: 36px; }
.hero-title { color: #fff; font-style: italic; font-size: clamp(2.8rem, 9vw, 5.4rem); line-height: 1; margin-bottom: .25em; }
.hero-title.small { font-size: clamp(2.2rem, 6vw, 3.6rem); font-style: normal; }
.hero-title::after { content: ""; display: block; width: 88px; height: 3px; background: var(--gold); margin-top: 18px; }
.hero-sub { font-size: 1.15rem; color: #D7DFEC; max-width: 56ch; margin: 0 0 8px; }
.hero-sky { position: relative; color: var(--gold); opacity: .8; height: 130px; }
.skyline { width: 100%; height: 100%; display: block; }

/* Abschnitte */
.section { padding-block: 56px; }
.section-tint { background: var(--tint); }
.pagehead { background: var(--tint); border-bottom: 1px solid var(--line); padding-block: 40px 28px; }
.pagehead .lead { margin-bottom: .6em; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 32px; align-items: start; }
.civic { background: var(--paper); border-block: 1px solid var(--line); }

.steps3, .steps4 { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.steps3 li, .steps4 li { display: flex; gap: 14px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; }
.steps3 h3 { font-family: var(--display); color: var(--navy); margin: 0 0 4px; font-size: 1.2rem; }
.steps3 p, .steps4 p { margin: 0; color: var(--muted); }
.stepnum { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: var(--display); font-weight: 700; font-size: 1.2rem; display: grid; place-items: center; }

/* Routen */
.routecards { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); margin-top: 24px; }
.routecard { background: var(--paper); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.routecard-top { background: var(--navy); border-bottom: 4px solid var(--rc, var(--gold)); padding: 22px; color: var(--gold); }
.routecard-icons { display: flex; gap: 14px; }
.routecard-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.routecard-body h3 { font-family: var(--display); font-size: 1.45rem; color: var(--navy); margin: 0; }
.routecard-body .btn { margin-top: auto; }
.facts { list-style: none; padding: 0; margin: 12px 0 18px; display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .92rem; font-weight: 600; color: var(--navy); }
.facts li { display: inline-flex; align-items: center; gap: 6px; }
.facts .ico-xs { color: var(--gold-d); }
.facts-lg { font-size: 1rem; }
.routelist { display: grid; gap: 22px; }
.routerow { background: var(--paper); border-radius: var(--r); border-left: 6px solid var(--rc); box-shadow: var(--shadow); padding: 24px; }
.routerow-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 4px 20px; }
.routerow-head .h3 a { color: var(--navy); text-decoration: none; }
.routerow .facts { margin: 0; }
.chips { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.chip { display: inline-block; background: var(--tint); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: .86rem; font-weight: 600; color: var(--navy); text-decoration: none; }
.chip a { color: inherit; text-decoration: none; }
.chip.on, .chip-start { background: var(--navy); color: #fff; border-color: var(--navy); }
.roundnav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

.routegrid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 28px; align-items: start; }
@media (max-width: 900px) { .routegrid { grid-template-columns: 1fr; } }
.mapbox { position: relative; background: var(--paper); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.schematic { width: 100%; height: auto; display: block; }
.map-live { height: 460px; }
.map-consent { display: flex; gap: 12px; align-items: center; padding: 12px 16px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.map-consent p { margin: 0; flex: 1 1 220px; }
.stationlist { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.stationlist li > a, .stationlist li.sl-start { display: flex; align-items: center; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-s); padding: 12px 14px; text-decoration: none; color: var(--ink); }
.stationlist li > a:hover { border-color: var(--gold); }
.stationlist b { display: block; color: var(--navy); line-height: 1.3; }
.stationlist small { color: var(--muted); font-size: .82rem; }
.stationlist > li > a > div, .stationlist li.sl-start > div { flex: 1; min-width: 0; }
.sl-n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; display: grid; place-items: center; font-variant-numeric: tabular-nums; }
.sl-start .sl-n { background: var(--gold); color: var(--navy); }
.sl-ico { color: var(--gold-d); }
.stationlist li.done > a { background: #EEF6F0; border-color: #BFDCC8; }
.stationlist li.done .sl-n { background: var(--ok); }
.stationlist.compact li > a, .stationlist.compact li.sl-start { padding: 9px 12px; }

/* Station */
.station-hero { position: relative; background: var(--navy); color: #fff; min-height: 300px; display: flex; align-items: flex-end; overflow: hidden; }
.station-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.station-hero.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,22,42,.92) 10%, rgba(10,22,42,.2) 70%); }
.station-art { position: absolute; right: -20px; top: 10px; color: var(--gold); opacity: .28; }
.ico-hero { width: 300px; height: 300px; stroke-width: 1.2; }
.station-head { position: relative; z-index: 1; padding-block: 36px 28px; }
.station-meta { color: var(--gold-l); margin: 0; font-weight: 600; }
.rtag { display: inline-block; margin-right: 10px; }
.station-body { max-width: 760px; padding-block: 28px 56px; display: flex; flex-direction: column; gap: 20px; }
.story p { font-size: 1.15rem; margin: 0 0 .9em; }
.story p:first-child::first-letter { font-family: var(--display); font-size: 3.2em; float: left; line-height: .9; padding: 6px 8px 0 0; color: var(--gold-d); }
.station-tools { display: flex; gap: 10px; flex-wrap: wrap; }
.note-card { display: flex; gap: 14px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; color: var(--ink); text-decoration: none; }
.note-card .ico-sm { color: var(--gold-d); }
.note-card b { color: var(--navy); }
.note-card p { margin: 2px 0 0; color: var(--muted); }
.note-card > div { flex: 1; }
.note-gold { background: var(--navy); border-color: var(--navy); }
.note-gold b { color: var(--gold); }
.note-gold p { color: #D7DFEC; }
.note-gold .ico-sm, .note-gold .arrow { color: var(--gold); }
.note-gold:hover { box-shadow: 0 0 0 3px var(--gold); }
.arrow { font-size: 1.4rem; align-self: center; }
.quiz { background: var(--paper); border: 2px solid var(--gold); border-radius: var(--r); padding: 22px; }
.opts { display: grid; gap: 10px; margin: 14px 0 8px; }
.opt { text-align: left; font: inherit; font-weight: 600; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-s); background: var(--cream); color: var(--ink); cursor: pointer; }
.opt:hover:not(:disabled) { border-color: var(--navy); }
.opt.ok { border: 2px solid var(--ok); background: #EEF6F0; }
.opt.no { border: 2px solid var(--bad); opacity: .75; }
.opt:disabled { cursor: default; }
.fb { font-weight: 700; min-height: 1.5em; margin: 6px 0; }
.fb.ok { color: var(--ok); }
.fb.no { color: var(--bad); }
.solo { border-top: 1px dashed var(--line); padding-top: 12px; margin-top: 8px; }
.teambar { background: var(--gold); color: var(--navy); }
.teambar-in { display: flex; align-items: center; gap: 12px 20px; flex-wrap: wrap; padding-block: 10px; }
.teambar a { color: var(--navy); font-weight: 700; }
.teambar .tb-score { font-family: var(--display); font-size: 1.4rem; font-weight: 700; }
.next-card { margin-top: 14px; display: flex; align-items: center; gap: 12px; background: var(--tint); border-radius: var(--r-s); padding: 12px 14px; text-decoration: none; color: var(--navy); font-weight: 700; }

/* Spiel */
.playgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 24px; align-items: start; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow); }
.card-gold { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.card-gold .h3, .card-gold .eyebrow { color: var(--navy); }
.card-navy { background: var(--navy); color: #D7DFEC; border-color: var(--navy); }
.form { display: flex; flex-direction: column; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; border: 0; padding: 0; margin: 0; }
.field > span, .field > legend { font-weight: 700; font-size: .92rem; color: var(--navy); padding: 0; }
input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea { font: inherit; font-size: 1rem; width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-s); background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--navy); outline: none; box-shadow: 0 0 0 3px rgba(201,162,74,.35); }
.codeinput { font-family: ui-monospace, "SF Mono", Menlo, monospace !important; font-size: 1.5rem !important; letter-spacing: .3em; text-transform: uppercase; text-align: center; }
.routepick { border: 0; padding: 0; margin: 0; display: grid; gap: 10px; }
.routepick legend { font-weight: 700; font-size: .92rem; color: var(--navy); margin-bottom: 8px; }
.rpick { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; border: 1.5px solid var(--line); border-left: 5px solid var(--rc); border-radius: var(--r-s); padding: 12px 14px; cursor: pointer; }
.rpick:has(input:checked) { border-color: var(--navy); border-left-color: var(--rc); background: var(--cream); }
.rpick input { accent-color: var(--navy); margin-top: 5px; }
.rpick b { display: block; font-family: var(--display); font-size: 1.15rem; color: var(--navy); }
.rpick small { display: block; color: var(--gold-d); font-weight: 700; }
.rpick em { display: block; font-style: normal; color: var(--muted); font-size: .9rem; }
.check, .radio { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; }
.check input, .radio input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--navy); flex: none; }
.hp { position: absolute; left: -5000px; }
.alert { background: #FBEAEA; border: 1px solid #E8B9B9; color: #7C2323; border-radius: var(--r-s); padding: 12px 16px; }
.alert p { margin: 2px 0; }
.alert-ok { background: #EAF5EE; border-color: #BCDCC7; color: #1F5A38; }
.resume { margin-top: 12px; }
.teamgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 24px; align-items: start; }
.scorehead { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.scorehead .right { text-align: right; }
.score { font-family: var(--display); font-size: 3rem; line-height: 1; color: var(--navy); font-variant-numeric: tabular-nums; }
.code { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 1.6rem; letter-spacing: .18em; color: var(--navy); }
.code.big { font-size: 2rem; }
.wslots { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 16px; }
.ws { width: 38px; height: 46px; border: 1.5px dashed #C7BCA3; border-radius: 8px; display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 1.5rem; background: var(--cream); color: var(--navy); }
.ws.f { border: 1.5px solid var(--gold); background: #FFF8E6; }
.guess { display: flex; gap: 10px; }
.guess input { text-transform: uppercase; }
.won { background: #FFF8E6; border: 2px solid var(--gold); border-radius: var(--r-s); padding: 16px; margin: 10px 0; }
.sharerow { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 12px; }
.teamqr { width: 132px; height: 132px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 6px; }
.teamqr img, .teamqr svg { width: 100%; height: 100%; }
.tablewrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table td, .table th { padding: 9px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table .num, .table .rank { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.table .rank { color: var(--gold-d); width: 2.5em; }

/* Wettbewerb */
.pill { display: inline-block; background: var(--navy); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .04em; padding: 4px 11px; border-radius: 999px; vertical-align: middle; }
.pill-gold { background: var(--gold); color: var(--navy); }
.roundbox { background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,74,.5); border-radius: var(--r); padding: 18px 20px; margin: 22px 0 8px; max-width: 640px; }
.roundbox-head { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; color: #D7DFEC; }
.countdown { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.countdown div { background: rgba(255,255,255,.08); border-radius: var(--r-s); text-align: center; padding: 10px 4px; }
.countdown b { display: block; font-family: var(--display); font-size: 2rem; color: #fff; font-variant-numeric: tabular-nums; line-height: 1.1; }
.countdown span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-l); }
.dates { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 0; }
.dates dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-l); }
.dates dd { margin: 0; font-weight: 700; color: #fff; }
.why { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.why li { font-family: var(--display); font-size: 1.2rem; line-height: 1.45; color: var(--navy); padding-left: 18px; border-left: 3px solid var(--gold); }
.prizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 14px; margin: 20px 0; }
.prize { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; }
.prize .place { font-family: var(--display); font-size: 2.2rem; font-weight: 700; color: var(--gold-d); line-height: 1; display: block; margin-bottom: 6px; }
.prize p { margin: 0; font-weight: 600; color: var(--navy); }
.prize-public .place { color: var(--navy); }
.yearcard { display: flex; gap: 16px; align-items: center; margin-bottom: 16px; }
.yearcard .ico-md { color: var(--gold); }
.yearcard p { margin: 0; }
.timeline { list-style: none; margin: 20px 0; padding: 0 0 0 22px; border-left: 2px solid var(--line); display: grid; gap: 16px; }
.timeline li { position: relative; }
.timeline li::before { content: ""; position: absolute; left: -30px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--cream); border: 2px solid var(--line); }
.timeline li.now::before { background: var(--gold); border-color: var(--gold); }
.timeline b { font-family: var(--display); font-size: 1.15rem; color: var(--navy); display: block; }
.timeline span { display: block; font-size: .9rem; font-weight: 600; color: var(--gold-d); font-variant-numeric: tabular-nums; }
.timeline small { color: var(--muted); }
.photo-stack { position: relative; height: 280px; }
.ps { position: absolute; width: 190px; height: 230px; background: var(--paper); border: 10px solid #fff; box-shadow: var(--shadow); border-radius: 4px; display: grid; place-items: center; color: var(--gold-d); background-image: linear-gradient(160deg, var(--tint), #EFE4CB); }
.ps1 { left: 8%; top: 20px; transform: rotate(-7deg); }
.ps2 { left: 34%; top: 0; transform: rotate(3deg); z-index: 1; }
.ps3 { left: 58%; top: 30px; transform: rotate(9deg); background: var(--navy); color: var(--gold); }
@media (max-width: 520px) { .ps { width: 140px; height: 170px; } .photo-stack { height: 220px; } }
.drop { display: flex; align-items: center; justify-content: center; gap: 14px; border: 2px dashed var(--gold); border-radius: var(--r); padding: 22px; background: var(--cream); color: var(--navy); font-weight: 700; cursor: pointer; }
.drop:hover { background: #FFF8E6; }
.previews { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; margin-top: 8px; }
.previews img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.grid2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; }
.progress { height: 10px; background: var(--tint); border-radius: 999px; overflow: hidden; }
.progress div { height: 100%; width: 0; background: var(--gold); transition: width .2s; }
.bigcheck { width: 96px; height: 96px; margin: 0 auto 16px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 18px; margin-top: 18px; }
.gcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; }
.gcard:hover { border-color: var(--gold); }
.gthumb { position: relative; aspect-ratio: 4 / 3; background: var(--tint); display: grid; place-items: center; color: var(--gold-d); }
.gthumb img { width: 100%; height: 100%; object-fit: cover; }
.gbody { padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.gbody b { color: var(--navy); }
.gbody small { font-size: .82rem; }
.badge { position: absolute; top: 8px; left: 8px; font-size: .74rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; }
.badge-gold { background: var(--gold); color: var(--navy); }
.badge-navy { background: var(--navy); color: #fff; top: 36px; }
.badge-star { left: auto; right: 8px; background: #fff; color: var(--gold-d); }
.badge-warn { background: var(--warn); color: #fff; }
.badge-ok { background: var(--ok); color: #fff; }
.photogrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: 10px; margin: 18px 0; }
.photogrid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
.entry-video { width: 100%; max-height: 70vh; background: #000; border-radius: var(--r); margin: 12px 0; }
.voteform { max-width: 520px; }

/* Hotel */
.hotelblock { background: var(--navy); color: #D7DFEC; }
.hotelblock .h2 { color: #fff; }
.hotelblock .lead { color: #D7DFEC; }
.hotelblock .eyebrow { color: var(--gold); }
.hotelblock .btn-ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.hotelblock .btn-ghost:hover { background: transparent; color: var(--gold); border-color: var(--gold); }
.hotel-art { color: var(--gold); text-align: center; }
.hotel-art svg { width: 100%; max-width: 420px; margin: 0 auto; }
.hotel-art-label { display: block; font-family: var(--display); letter-spacing: .12em; font-size: .9rem; margin-top: 8px; }
.checks { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 8px; }
.checks li { display: flex; gap: 10px; align-items: center; }
.checks .ico-xs { color: var(--gold); }

/* Rechtstexte */
.legal h2 { font-family: var(--display); color: var(--navy); font-size: 1.25rem; margin: 1.6em 0 .4em; }
.legal p, .legal li { color: #333B49; }

/* Fuß */
.foot { background: #0D1E38; color: #AEB9CC; padding-block: 40px 20px; margin-top: 0; }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
@media (max-width: 760px) { .foot-in { grid-template-columns: 1fr; } }
.foot-note { max-width: 40ch; }
.foot-links { display: flex; flex-direction: column; gap: 6px; }
.foot-links a { color: #D7DFEC; text-decoration: none; }
.foot-links a:hover { color: var(--gold); }
.foot-base { border-top: 1px solid #1F3354; margin-top: 28px; padding-top: 16px; font-size: .82rem; }

/* Admin */
.adminnav { display: flex; gap: 6px; flex-wrap: wrap; padding-block: 14px; }
.adminnav a { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-weight: 700; font-size: .9rem; text-decoration: none; color: var(--navy); }
.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin: 18px 0 28px; }
.kpi { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 16px; text-decoration: none; color: var(--ink); }
.kpi b { display: block; font-family: var(--display); font-size: 2rem; color: var(--navy); font-variant-numeric: tabular-nums; }
.kpi span { color: var(--muted); font-size: .88rem; }
.kpi-warn { border: 2px solid var(--warn); }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 160px; }
.barcol { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 4px; }
.barcol span { width: 100%; background: var(--gold); border-radius: 4px 4px 0 0; min-height: 2px; }
.barcol small { font-size: .7rem; color: var(--muted); }
.miniform { display: flex; gap: 6px; flex-wrap: wrap; margin: 8px 0 4px; font-size: .8rem; }
.miniform input[type=file] { max-width: 100%; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }

/* Rechts-nach-links (Arabisch) */
[dir=rtl] .mainnav { margin-left: 0; margin-right: auto; }
[dir=rtl] .routerow { border-left: 0; border-right: 6px solid var(--rc); }
[dir=rtl] .rpick { border-left-width: 1.5px; border-right: 5px solid var(--rc); }
[dir=rtl] .why li { padding-left: 0; padding-right: 18px; border-left: 0; border-right: 3px solid var(--gold); }
[dir=rtl] .timeline { padding: 0 22px 0 0; border-left: 0; border-right: 2px solid var(--line); }
[dir=rtl] .timeline li::before { left: auto; right: -30px; }
[dir=rtl] .story p:first-child::first-letter { float: none; font-size: inherit; padding: 0; color: inherit; }
[dir=rtl] .arrow, [dir=rtl] .next-card { direction: rtl; }
[dir=rtl] .scorehead .right { text-align: left; }
[dir=rtl] .station-art { right: auto; left: -20px; }
[dir=rtl] .badge { left: auto; right: 8px; }
[dir=rtl] .badge-star { right: auto; left: 8px; }
:lang(zh) .story p:first-child::first-letter, :lang(ko) .story p:first-child::first-letter, :lang(hi) .story p:first-child::first-letter { float: none; font-size: inherit; padding: 0; color: inherit; font-family: inherit; }
:lang(zh), :lang(ko), :lang(hi), :lang(ar) { --display: var(--body); }
