
  :root {
    color-scheme: dark;
    --bg: #050806;
    --panel: rgba(16, 26, 19, 0.55);
    --line: rgba(170, 205, 182, 0.13);
    --text: #dfe9e1;
    --muted: #90a396;
    --faint: #5d7064;
    --green: #3fdc8c;
    --green-deep: #1a5c3c;
    --green-dark: #0c2418;
    --gold: #d9a441;
    --red: #e5484d;
    --blue: #5aa9e6;
    --display: "Avenir Next Condensed", "HelveticaNeue-CondensedBold", "Arial Narrow", sans-serif;
    --body: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --mono: "SF Mono", ui-monospace, Menlo, monospace;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 70px; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
  }
  body {
    background-color: var(--bg);
    background-image:
      radial-gradient(1100px 650px at 50% -120px, rgba(42, 150, 90, 0.20), transparent 70%),
      radial-gradient(900px 600px at 12% 35%, rgba(22, 90, 55, 0.10), transparent 70%),
      radial-gradient(900px 650px at 88% 70%, rgba(22, 90, 55, 0.09), transparent 70%);
    color: var(--text);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
  }
  body::before {
    content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
    background: radial-gradient(ellipse 120% 90% at 50% 40%, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
  }
  main, header, footer, nav { position: relative; z-index: 1; }
  ::selection { background: var(--green-deep); color: #fff; }
  a { color: var(--green); }
  img { max-width: 100%; }

  .wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }

  /* ---------- Nav ---------- */
  .nav {
    position: sticky; top: 0; z-index: 60;
    background: rgba(4, 7, 5, 0.82);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(170, 205, 182, 0.08);
  }
  .nav-inner {
    max-width: 1060px; margin: 0 auto; padding: 0 22px;
    display: flex; align-items: center; gap: 22px; height: 54px;
  }
  .nav-brand {
    font-family: var(--display); font-weight: 700; font-size: 16px;
    letter-spacing: 0.22em; text-transform: uppercase; color: #cfe0d4;
    text-decoration: none; white-space: nowrap;
  }
  .nav-brand b { color: var(--green); font-weight: 700; }
  .nav-links { display: flex; gap: 2px; margin-left: auto; overflow-x: auto; scrollbar-width: none; }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a {
    font-family: var(--display); font-weight: 600; font-size: 13.5px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); text-decoration: none; padding: 6px 11px; border-radius: 3px;
    white-space: nowrap;
  }
  .nav-links a:hover { color: var(--text); }
  .nav-links a.active { color: var(--green); }
  .spoiler-btn {
    font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
    background: none; border: 1px solid var(--line); color: var(--muted);
    border-radius: 3px; padding: 5px 10px; cursor: pointer; white-space: nowrap;
  }
  .spoiler-btn.on { color: var(--green); border-color: var(--green-deep); background: var(--green-dark); }
  .spoiler-btn:focus-visible, .nav-links a:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

  /* ---------- Hero ---------- */
  .hero { text-align: center; padding: 76px 22px 30px; }
  .hero-rule {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.55em; text-transform: uppercase;
    color: #b7c9bc; display: flex; align-items: center; gap: 18px; justify-content: center;
    max-width: 560px; margin: 0 auto 6px;
  }
  .hero-rule::before, .hero-rule::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(170,205,182,0.35)); }
  .hero-rule::after { background: linear-gradient(90deg, rgba(170,205,182,0.35), transparent); }
  .hero-roadto { font-family: var(--mono); font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--faint); margin: 14px 0 4px; }
  .metal {
    background: linear-gradient(178deg, #f2f9f4 0%, #ccdcd1 28%, #7b9884 46%, #eaf5ed 54%, #a3bbab 72%, #5f7a68 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  h1 {
    font-family: var(--display); font-weight: 700;
    font-size: clamp(58px, 10vw, 124px); line-height: 0.9;
    text-transform: uppercase; letter-spacing: 0.015em;
    filter: drop-shadow(0 3px 18px rgba(63, 220, 140, 0.22));
    text-wrap: balance;
  }
  h1 small { display: block; font-size: 0.34em; letter-spacing: 0.3em; font-weight: 600; }
  .hero-tag {
    font-family: var(--mono); font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--green); margin-top: 18px;
  }

  /* Countdown */
  .cd { margin-top: 34px; }
  .cd-days { font-family: var(--display); font-weight: 700; font-size: clamp(64px, 9vw, 104px); line-height: 1; font-variant-numeric: tabular-nums; }
  .cd-days-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.45em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
  .cd-sub { font-family: var(--mono); font-size: 14px; color: #aabfae; margin-top: 14px; font-variant-numeric: tabular-nums; letter-spacing: 0.12em; }
  .cd-info { font-size: 13px; color: var(--muted); margin-top: 18px; }
  .cd-info b { color: var(--text); font-weight: 600; }

  /* ---------- Sections ---------- */
  section.block { padding: 72px 0 10px; }
  .sec-head { text-align: center; margin-bottom: 34px; }
  .sec-kicker {
    font-family: var(--mono); font-size: 10px; letter-spacing: 0.45em;
    text-transform: uppercase; color: var(--faint); margin-bottom: 8px;
  }
  h2 {
    font-family: var(--display); font-weight: 700; font-size: clamp(34px, 5vw, 52px);
    text-transform: uppercase; letter-spacing: 0.03em; line-height: 1; text-wrap: balance;
  }
  .sec-sub { color: var(--muted); max-width: 62ch; margin: 14px auto 0; font-size: 15px; }
  .sec-sub b, .sec-sub strong { color: var(--text); }

  /* ---------- Timeline ---------- */
  .tl-controls {
    display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
    margin-bottom: 10px;
  }
  .seg { display: inline-flex; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
  .seg button {
    font-family: var(--display); font-weight: 600; font-size: 13px; letter-spacing: 0.1em;
    text-transform: uppercase; background: none; border: none; color: var(--muted);
    padding: 8px 16px; cursor: pointer;
  }
  .seg button + button { border-left: 1px solid var(--line); }
  .seg button.sel { background: var(--green-dark); color: var(--green); }
  .seg button:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }

  .tl-progress { max-width: 560px; margin: 18px auto 8px; }
  .tl-bar { height: 5px; border-radius: 3px; background: rgba(170, 205, 182, 0.1); overflow: hidden; }
  .tl-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--green-deep), var(--green)); transition: width 0.4s ease; }
  .tl-stats { font-family: var(--mono); font-size: 11px; color: var(--muted); text-align: center; margin-top: 8px; letter-spacing: 0.04em; }
  .tl-stats b { color: var(--green); font-weight: 600; }
  .tl-hint { font-size: 12.5px; color: var(--faint); text-align: center; margin-bottom: 26px; }

  .road {
    display: grid; grid-template-columns: repeat(6, 1fr);
    column-gap: 30px; row-gap: 30px; padding: 10px 4px;
  }
  @media (max-width: 900px) { .road { grid-template-columns: repeat(4, 1fr); column-gap: 26px; } }
  @media (max-width: 560px) { .road { grid-template-columns: repeat(3, 1fr); column-gap: 20px; } }

  .sep { grid-column: 1 / -1; text-align: center; padding: 26px 0 6px; }
  .sep .sep-saga {
    font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: 0.28em;
    text-transform: uppercase;
  }
  .sep .sep-phase {
    font-family: var(--mono); font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--faint); display: flex; align-items: center; gap: 16px; justify-content: center;
    margin-top: 4px;
  }
  .sep .sep-phase::before, .sep .sep-phase::after { content: ""; width: 60px; height: 1px; background: rgba(170, 205, 182, 0.18); }

  .stop { position: relative; text-align: center; }
  .stop .poster-wrap {
    position: relative; cursor: pointer; border-radius: 5px;
    aspect-ratio: 2 / 3; overflow: hidden;
    border: 1px solid rgba(190, 220, 200, 0.16);
    background: linear-gradient(165deg, #10241a, #071009);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  }
  .stop .poster-wrap:hover {
    transform: translateY(-4px) scale(1.03);
    border-color: rgba(63, 220, 140, 0.55);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.6), 0 0 22px rgba(63, 220, 140, 0.18);
  }
  .stop img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .stop .poster-fallback {
    width: 100%; height: 100%; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 6px; padding: 8px;
  }
  .poster-fallback .pf-t { font-family: var(--display); font-weight: 700; font-size: 15px; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.06em; }
  .poster-fallback .pf-y { font-family: var(--mono); font-size: 9px; color: var(--faint); letter-spacing: 0.2em; }

  .stop .arrow {
    position: absolute; right: -25px; top: 42%;
    color: rgba(63, 220, 140, 0.65); font-size: 15px; font-family: var(--mono);
    pointer-events: none;
  }
  @media (max-width: 900px) { .stop .arrow { right: -22px; } }
  @media (max-width: 560px) { .stop .arrow { right: -18px; font-size: 12px; } }
  .stop[data-id="secretwars"] .arrow { display: none; }

  .stop .check {
    position: absolute; top: 6px; right: 6px; z-index: 3;
    width: 24px; height: 24px; border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.45); color: transparent;
    font-size: 13px; font-weight: 700; line-height: 1;
    cursor: pointer; display: grid; place-items: center;
    backdrop-filter: blur(3px);
  }
  .stop .check:hover { border-color: var(--green); color: rgba(63, 220, 140, 0.7); }
  .stop.watched .check { background: var(--green); border-color: var(--green); color: #04170d; }
  .stop.watched img { opacity: 0.45; filter: saturate(0.4); }
  .stop.watched .poster-wrap { border-color: rgba(63, 220, 140, 0.5); }
  .stop.future .check { display: none; }

  .stop .s-title {
    font-family: var(--display); font-weight: 600; font-size: 12.5px; line-height: 1.15;
    letter-spacing: 0.04em; text-transform: uppercase; margin-top: 8px; color: #c9d8cd;
  }
  .stop .s-year { font-family: var(--mono); font-size: 9.5px; color: var(--faint); margin-top: 2px; letter-spacing: 0.14em; }
  .stop .s-year .prio-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; vertical-align: 1px; }
  .pd-pflicht { background: var(--green); }
  .pd-empfohlen { background: var(--blue); }
  .pd-optional { background: var(--gold); }
  .pd-komplettist { background: #55665c; }
  .pd-future { background: var(--red); }

  .stop.dimmed { opacity: 0.22; }
  .stop.dimmed .poster-wrap { pointer-events: none; }
  .stop .chrono-n {
    position: absolute; top: 6px; left: 6px; z-index: 3;
    font-family: var(--mono); font-size: 9px; color: #dfe9e1;
    background: rgba(0, 0, 0, 0.55); border-radius: 3px; padding: 2px 5px;
    letter-spacing: 0.05em; backdrop-filter: blur(3px);
  }

  .legend {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
    font-size: 11.5px; color: var(--muted); margin-top: 26px;
    font-family: var(--mono); letter-spacing: 0.03em;
  }
  .legend span { display: inline-flex; align-items: center; gap: 6px; }

  .finale { grid-column: 1 / -1; text-align: center; padding: 34px 0 8px; }
  .finale .f-title { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4.5vw, 44px); text-transform: uppercase; letter-spacing: 0.06em; }
  .finale .f-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--green); margin-top: 6px; }

  /* ---------- Doomsday-Sektion ---------- */
  .facts {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 30px;
    max-width: 900px; margin: 0 auto 54px; text-align: center;
  }
  @media (max-width: 760px) { .facts { grid-template-columns: repeat(2, 1fr); } }
  .fact .k { font-family: var(--mono); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--faint); }
  .fact .v { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: 0.03em; margin-top: 5px; text-transform: uppercase; }
  .fact .v small { display: block; font-family: var(--body); font-size: 12px; color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; margin-top: 2px; }

  .subhead {
    font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: 0.14em;
    text-transform: uppercase; text-align: center; margin: 60px 0 24px;
  }
  .subhead::after { content: ""; display: block; width: 54px; height: 2px; background: var(--green); margin: 10px auto 0; }

  .news { max-width: 720px; margin: 0 auto; }
  .news-item { padding: 18px 0; border-bottom: 1px solid rgba(170, 205, 182, 0.09); }
  .news-item:last-child { border-bottom: none; }
  .news-date { font-family: var(--mono); font-size: 10.5px; color: var(--green); letter-spacing: 0.16em; text-transform: uppercase; }
  .news-item h4 { font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: 0.03em; margin: 4px 0 4px; }
  .news-item p { font-size: 14px; color: var(--muted); max-width: 66ch; }

  .cast-cols { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; }
  @media (max-width: 700px) { .cast-cols { grid-template-columns: 1fr; } }
  .cast-g { break-inside: avoid; margin-bottom: 22px; }
  .cast-g h4 {
    font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--green); margin-bottom: 10px;
  }
  .cast-row { display: flex; justify-content: space-between; gap: 14px; padding: 5px 0; border-bottom: 1px solid rgba(170, 205, 182, 0.06); font-size: 14px; }
  .cast-row .cn { font-weight: 600; color: #d5e2d8; }
  .cast-row .cr { color: var(--muted); text-align: right; font-size: 13px; }

  /* ---------- Lore ---------- */
  .lore-wrap { max-width: 700px; margin: 0 auto; }
  .chapter { margin-bottom: 52px; }
  .chapter .ch-num {
    font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--green);
    letter-spacing: 0.3em; text-transform: uppercase;
  }
  .chapter h3 { font-family: var(--display); font-weight: 700; font-size: 27px; text-transform: uppercase; letter-spacing: 0.04em; margin: 4px 0 12px; text-wrap: balance; }
  .chapter p { color: #b9c8bd; font-size: 15.5px; margin-bottom: 12px; }
  .chapter p strong { color: var(--text); }
  .doom-quote {
    text-align: center; margin: 56px auto; max-width: 560px;
  }
  .doom-quote .q {
    font-family: var(--display); font-weight: 700; font-size: clamp(22px, 3.4vw, 30px);
    text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.25; text-wrap: balance;
  }
  .doom-quote .qs { font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--faint); margin-top: 12px; }

  /* ---------- Theorien ---------- */
  .theories { max-width: 760px; margin: 0 auto; }
  .theory { padding: 26px 0; border-bottom: 1px solid rgba(170, 205, 182, 0.09); }
  .theory:last-child { border-bottom: none; }
  .theory h3 { font-family: var(--display); font-weight: 600; font-size: 21px; text-transform: uppercase; letter-spacing: 0.04em; text-wrap: balance; }
  .theory .t-src { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
  .theory p { font-size: 14.5px; color: #b3c2b7; margin-top: 8px; max-width: 72ch; }
  .plaus { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
  .plaus-track { flex: 0 1 260px; height: 4px; border-radius: 2px; background: rgba(170, 205, 182, 0.1); overflow: hidden; }
  .plaus-fill { height: 100%; background: linear-gradient(90deg, var(--green-deep), var(--green)); }
  .plaus-fill.mid { background: linear-gradient(90deg, #6b5320, var(--gold)); }
  .plaus-fill.low { background: linear-gradient(90deg, #5c2426, var(--red)); }
  .plaus-pct { font-family: var(--mono); font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }

  /* ---------- Glossar ---------- */
  .gloss-search {
    display: block; width: 100%; max-width: 380px; margin: 0 auto 28px;
    background: rgba(10, 18, 13, 0.7); border: 1px solid var(--line); border-radius: 4px;
    color: var(--text); font-family: var(--body); font-size: 14px; padding: 11px 16px; text-align: center;
  }
  .gloss-search::placeholder { color: var(--faint); }
  .gloss-search:focus { outline: none; border-color: var(--green-deep); }
  .gloss-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 40px; max-width: 880px; margin: 0 auto; }
  @media (max-width: 760px) { .gloss-grid { grid-template-columns: 1fr; } }
  .gloss { padding: 13px 0; border-bottom: 1px solid rgba(170, 205, 182, 0.07); }
  .gloss dt { font-family: var(--display); font-weight: 600; font-size: 16.5px; text-transform: uppercase; letter-spacing: 0.05em; }
  .gloss dt small { font-family: var(--mono); font-size: 9px; color: var(--faint); letter-spacing: 0.16em; margin-left: 8px; text-transform: none; }
  .gloss dd { font-size: 13.5px; color: var(--muted); margin-top: 3px; }

  /* ---------- Spoiler ---------- */
  .spoiler { filter: blur(6px); cursor: pointer; user-select: none; transition: filter 0.25s ease; border-radius: 2px; }
  body.show-spoilers .spoiler, .spoiler.revealed { filter: none; user-select: auto; cursor: auto; }

  /* ---------- Modal ---------- */
  .modal-back {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(3, 6, 4, 0.82);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    display: none; align-items: flex-start; justify-content: center;
    padding: 6vh 18px 40px; overflow-y: auto;
  }
  .modal-back.open { display: flex; }
  .modal {
    background: linear-gradient(170deg, #0d1a12, #070d09 60%);
    border: 1px solid rgba(63, 220, 140, 0.25);
    border-radius: 8px; max-width: 660px; width: 100%;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
    animation: modalin 0.25s ease; overflow: hidden;
  }
  @keyframes modalin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  .m-top { display: flex; gap: 22px; padding: 26px 28px 20px; }
  .m-poster { flex: 0 0 128px; }
  .m-poster img, .m-poster .poster-fallback {
    width: 128px; aspect-ratio: 2/3; object-fit: cover; border-radius: 5px;
    border: 1px solid rgba(190, 220, 200, 0.2); display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  .m-poster .poster-fallback { display: flex; background: linear-gradient(165deg, #10241a, #071009); }
  .m-head h3 { font-family: var(--display); font-weight: 700; font-size: 27px; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.05; text-wrap: balance; }
  .m-facts { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 8px; line-height: 1.9; letter-spacing: 0.04em; }
  .m-facts b { color: #cfdfd4; font-weight: 600; }
  .m-close {
    position: absolute; top: 14px; right: 14px;
    background: rgba(0, 0, 0, 0.4); border: 1px solid var(--line); border-radius: 4px;
    color: var(--muted); width: 30px; height: 30px; cursor: pointer; font-size: 13px;
  }
  .m-close:hover { color: var(--text); border-color: var(--green-deep); }
  .m-body { padding: 0 28px 24px; }
  .m-label { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--green); margin: 16px 0 5px; }
  .m-body p { font-size: 14.5px; color: #b9c8bd; }
  .m-castline { font-size: 13.5px; color: var(--muted); }
  .m-castline b { color: #d5e2d8; font-weight: 600; }
  .m-watch {
    margin-top: 20px; width: 100%;
    font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: 0.14em;
    text-transform: uppercase; padding: 12px; cursor: pointer; border-radius: 4px;
    background: none; border: 1px solid rgba(63, 220, 140, 0.4); color: var(--green);
  }
  .m-watch:hover { background: var(--green-dark); }
  .m-watch.is-watched { background: var(--green); color: #04170d; border-color: var(--green); }
  .m-prio { display: inline-block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 10px; }

  footer { text-align: center; padding: 70px 22px 54px; color: var(--faint); font-size: 12.5px; }
  footer .f-sig { font-family: var(--mono); font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: rgba(63, 220, 140, 0.35); margin-top: 18px; }
  footer a { color: var(--muted); }
  footer p { max-width: 70ch; margin: 0 auto 6px; }

/* ===== Neutrale Basis (Marvel-Rot) — Event-Route stellt auf Doom-Grün zurück ===== */
body.neutral {
  --green: #e8353b;
  --green-deep: #7a1216;
  --green-dark: #2a0b0d;
  background-image:
    radial-gradient(1100px 650px at 50% -120px, rgba(180, 40, 46, 0.16), transparent 70%),
    radial-gradient(900px 600px at 12% 35%, rgba(120, 24, 28, 0.08), transparent 70%),
    radial-gradient(900px 650px at 88% 70%, rgba(120, 24, 28, 0.07), transparent 70%);
  background-color: #08070a;
}
body.neutral .metal {
  background: linear-gradient(178deg, #f7f4f2 0%, #dcd2ce 28%, #94807b 46%, #f4ecea 54%, #b8a8a3 72%, #786663 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.neutral h1, body.neutral .cd-days { filter: drop-shadow(0 3px 18px rgba(232, 53, 59, 0.2)); }

.page { display: none; }
.page.active { display: block; animation: fadein 0.3s ease; }
@keyframes fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.nav-links a.ev-link { color: #3fdc8c; }
body.neutral .nav-links a.ev-link { text-shadow: 0 0 14px rgba(63, 220, 140, 0.35); }

/* ===== Hub / Start ===== */
.hub-hero { text-align: center; padding: 64px 22px 26px; }
.hub-hero h1 { font-size: clamp(46px, 8vw, 92px); }
.hub-sub { color: var(--muted); max-width: 60ch; margin: 14px auto 0; font-size: 16px; }

.radar { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 14px; margin-top: 40px; }
@media (max-width: 820px) { .radar { grid-template-columns: 1fr; } }
.radar-col {
  border: 1px solid var(--line); border-radius: 8px; padding: 18px;
  background: rgba(14, 12, 14, 0.55); text-align: center;
}
.radar-col.now { border-color: rgba(232, 53, 59, 0.45); }
.radar-col.next { border-color: rgba(63, 220, 140, 0.4); background: linear-gradient(165deg, rgba(12, 36, 24, 0.5), rgba(14, 12, 14, 0.55)); }
.radar-k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.radar-col.now .radar-k { color: #ff8a8e; }
.radar-col.next .radar-k { color: #3fdc8c; }
.radar-films { display: flex; gap: 14px; justify-content: center; }
.radar-film { width: 92px; cursor: pointer; }
.radar-film img, .radar-film .poster-fallback {
  width: 92px; aspect-ratio: 2/3; object-fit: cover; border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14); display: block;
}
.radar-film .rf-t { font-family: var(--display); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 6px; line-height: 1.15; color: #c9c9cd; }
.radar-film .rf-d { font-family: var(--mono); font-size: 9px; color: var(--faint); margin-top: 2px; }
.radar-cd { font-family: var(--display); font-weight: 700; font-size: 40px; line-height: 1; margin-top: 6px; }
.radar-cd-l { font-family: var(--mono); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--faint); }

.event-banner {
  display: block; text-decoration: none; margin: 44px 0 10px;
  border: 1px solid rgba(63, 220, 140, 0.4); border-radius: 10px;
  background:
    radial-gradient(600px 200px at 50% 0%, rgba(42, 150, 90, 0.25), transparent 70%),
    linear-gradient(170deg, #0a1810, #060a07);
  text-align: center; padding: 40px 20px 36px; cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.event-banner:hover { box-shadow: 0 0 40px rgba(63, 220, 140, 0.2); transform: translateY(-2px); }
.event-banner .eb-k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: #3fdc8c; }
.event-banner .eb-t {
  font-family: var(--display); font-weight: 700; font-size: clamp(38px, 6vw, 64px);
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 0.95; margin-top: 8px;
  background: linear-gradient(178deg, #f2f9f4 0%, #ccdcd1 28%, #7b9884 46%, #eaf5ed 54%, #a3bbab 72%, #5f7a68 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.event-banner .eb-s { font-family: var(--mono); font-size: 11px; color: #8fae9a; margin-top: 10px; letter-spacing: 0.14em; }
.event-banner .eb-cta {
  display: inline-block; margin-top: 18px; font-family: var(--display); font-weight: 600;
  font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: #3fdc8c;
  border: 1px solid rgba(63, 220, 140, 0.5); border-radius: 4px; padding: 9px 22px;
}

/* ===== Wiki ===== */
.wiki-tools { display: flex; flex-direction: column; gap: 14px; align-items: center; margin-bottom: 30px; }
.wiki-search {
  width: 100%; max-width: 440px; background: rgba(16, 14, 16, 0.7);
  border: 1px solid var(--line); border-radius: 6px; color: var(--text);
  font-family: var(--body); font-size: 15px; padding: 12px 18px; text-align: center;
}
.wiki-search:focus { outline: none; border-color: var(--green-deep); }
.wiki-search::placeholder { color: var(--faint); }
.wgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px 18px; }
@media (max-width: 900px) { .wgrid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 560px) { .wgrid { grid-template-columns: repeat(3, 1fr); } }
.wcard { text-align: center; cursor: pointer; }
.wcard .pw {
  position: relative; aspect-ratio: 2/3; overflow: hidden; border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(165deg, #1a1416, #0a0709);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.wcard:hover .pw { transform: translateY(-4px) scale(1.03); border-color: rgba(232, 53, 59, 0.6); box-shadow: 0 10px 26px rgba(0,0,0,.6), 0 0 22px rgba(232, 53, 59, 0.16); }
.wcard img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wcard .wt { font-family: var(--display); font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 8px; line-height: 1.15; color: #cfcbcd; }
.wcard .wy { font-family: var(--mono); font-size: 9.5px; color: var(--faint); margin-top: 2px; letter-spacing: 0.12em; }
img.fit-contain { object-fit: contain !important; background: radial-gradient(120% 90% at 50% 30%, #1c1a1e, #0a0709); padding: 6%; }
body:not(.neutral) img.fit-contain { background: radial-gradient(120% 90% at 50% 30%, #10241a, #071009); }
.uni-badge {
  display: inline-block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 3px 9px; border-radius: 3px; margin-top: 4px;
}
.ub-mcu { color: #ff8a8e; background: rgba(232, 53, 59, 0.12); }
.ub-fox { color: #ffc45e; background: rgba(217, 164, 65, 0.12); }
.ub-sony { color: #7db7ec; background: rgba(90, 169, 230, 0.12); }
.ub-alt { color: #b7a6cf; background: rgba(160, 107, 230, 0.12); }

/* ===== Filmseite ===== */
.fp { max-width: 880px; margin: 0 auto; padding-top: 34px; }
.backlink {
  display: inline-block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); text-decoration: none; margin-bottom: 24px;
  border: 1px solid var(--line); border-radius: 4px; padding: 7px 14px; cursor: pointer; background: none;
}
.backlink:hover { color: var(--text); border-color: var(--green-deep); }
.fp-top { display: flex; gap: 34px; }
@media (max-width: 640px) { .fp-top { flex-direction: column; align-items: center; text-align: center; } }
.fp-poster { flex: 0 0 200px; }
.fp-poster img, .fp-poster .poster-fallback {
  width: 200px; aspect-ratio: 2/3; object-fit: cover; border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16); display: block;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
}
.fp-poster .poster-fallback { display: flex; }
.fp-head h2 { text-align: left; font-size: clamp(30px, 4.5vw, 46px); }
@media (max-width: 640px) { .fp-head h2 { text-align: center; } }
.fp-meta { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 2; letter-spacing: 0.03em; }
.fp-meta b { color: #d8d4d6; font-weight: 600; }
.scores { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
@media (max-width: 640px) { .scores { justify-content: center; } }
.score {
  border: 1px solid var(--line); border-radius: 6px; padding: 8px 14px;
  text-align: center; min-width: 86px; background: rgba(16, 14, 16, 0.55);
}
.score .sv { font-family: var(--display); font-weight: 700; font-size: 21px; }
.score .sk { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-top: 1px; }
.score.good .sv { color: #6be27f; }
.score.mid .sv { color: #ffc45e; }
.score.bad .sv { color: #ff8a8e; }
.ext-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
@media (max-width: 640px) { .ext-links { justify-content: center; } }
.ext-links a {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;
  color: #cfcbcd; text-decoration: none; border: 1px solid var(--line);
  border-radius: 20px; padding: 7px 15px; background: rgba(16, 14, 16, 0.55);
}
.ext-links a:hover { border-color: var(--green); color: var(--green); }
.fp-section { margin-top: 30px; }
.fp-label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.fp p { font-size: 15px; color: #bcb8ba; max-width: 74ch; }
.fp ul { padding-left: 20px; }
.fp li { font-size: 14.5px; color: #bcb8ba; margin-bottom: 8px; max-width: 72ch; }
.fp-doom {
  border: 1px solid rgba(63, 220, 140, 0.35); border-radius: 8px;
  background: linear-gradient(165deg, rgba(12, 36, 24, 0.45), transparent); padding: 18px 22px; margin-top: 30px;
}
.fp-doom .fp-label { color: #3fdc8c; margin-bottom: 6px; }
.fp-doom p { color: #b6cabc; }
.fp-doom a { color: #3fdc8c; font-size: 13px; }
.fp-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 40px; }
.fp-watch {
  margin-top: 26px; font-family: var(--display); font-weight: 600; font-size: 14px;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 11px 24px; cursor: pointer;
  border-radius: 4px; background: none; border: 1px solid var(--line); color: var(--muted);
}
.fp-watch.is-watched { background: var(--green); color: #120404; border-color: var(--green); }
body:not(.neutral) .fp-watch.is-watched { color: #04170d; }

/* ===== Charaktere ===== */
.char-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
@media (max-width: 860px) { .char-grid { grid-template-columns: repeat(2, 1fr); } }
.char-card {
  border: 1px solid var(--line); border-radius: 8px; padding: 18px; cursor: pointer;
  background: rgba(14, 12, 14, 0.55); transition: border-color 0.15s ease, transform 0.15s ease;
}
.char-card:hover { border-color: rgba(232, 53, 59, 0.55); transform: translateY(-2px); }
.char-card .cc-n { font-family: var(--display); font-weight: 700; font-size: 19px; text-transform: uppercase; letter-spacing: 0.04em; }
.char-card .cc-a { font-family: var(--mono); font-size: 10px; color: var(--faint); letter-spacing: 0.1em; margin-top: 2px; }
.char-card .cc-p { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
#miniNet {
  width: 100%; height: 340px; border: 1px solid var(--line); border-radius: 10px;
  background:
    radial-gradient(500px 280px at 50% 45%, rgba(180, 40, 46, 0.09), transparent 70%),
    rgba(10, 8, 10, 0.55);
  display: block;
}
.pw img.cface { object-position: top center; }
.fp-poster img.cface { object-position: top center; }

/* Wichtige Figuren auf Filmseiten */
.fp-chars { display: flex; flex-wrap: wrap; gap: 18px 14px; }
.fp-char { width: 78px; text-align: center; cursor: pointer; }
.fc-img {
  width: 62px; height: 62px; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 2px solid var(--line); display: block; margin: 0 auto; background: #181418;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.fp-char:hover .fc-img { border-color: var(--green); transform: scale(1.06); }
.fc-fallback {
  display: grid; place-items: center; color: var(--muted);
  font-family: var(--display); font-weight: 700; font-size: 24px;
}
.fc-n { font-family: var(--display); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 6px; line-height: 1.15; color: #c9c5c7; }

/* Team-Karten */
.tstack { display: flex; align-items: center; margin-bottom: 12px; }
.tstack img, .tstack span {
  width: 36px; height: 36px; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 2px solid #0d0b0d; margin-left: -11px; background: #1c181c;
  display: grid; place-items: center; font-family: var(--display); font-weight: 700;
  font-size: 15px; color: var(--muted); flex-shrink: 0;
}
.tstack img:first-child, .tstack span:first-child { margin-left: 0; }
.tstack b { font-family: var(--mono); font-size: 10px; color: var(--faint); margin-left: 6px; font-weight: 400; }

/* Teams: Gruppen-Überschriften */
.tgroup-head {
  grid-column: 1 / -1;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--muted); text-align: center; padding: 26px 0 2px;
  display: flex; align-items: center; gap: 18px;
}
.tgroup-head::before, .tgroup-head::after { content: ""; flex: 1; height: 1px; background: rgba(170, 175, 182, 0.14); }
.tgroup-head.vill { color: #ff8a8e; }
.tgroup-head.vill::before, .tgroup-head.vill::after { background: rgba(232, 53, 59, 0.25); }

/* Haus Doom / Event-Fraktion */
.char-card.ev-team { border-color: rgba(63, 220, 140, 0.45); background: linear-gradient(165deg, rgba(12, 36, 24, 0.45), rgba(14, 12, 14, 0.55)); }
.char-card.ev-team:hover { border-color: rgba(63, 220, 140, 0.8); box-shadow: 0 0 24px rgba(63, 220, 140, 0.15); }
.ub-ev { color: #3fdc8c; background: rgba(63, 220, 140, 0.12); }
.fc-img.fc-mystery {
  border-style: dashed; border-color: rgba(63, 220, 140, 0.5); color: #3fdc8c;
  background: rgba(12, 36, 24, 0.4);
}
.tstack span.mystery { border-style: dashed; border-color: rgba(63,220,140,.5); color: #3fdc8c; background: rgba(12,36,24,.5); }

/* Multiversum-Karte */
.uni-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 820px) { .uni-grid { grid-template-columns: 1fr; } }
.uni-card {
  border: 1px solid var(--line); border-radius: 10px; padding: 22px 24px;
  background: rgba(14, 12, 14, 0.55);
}
.uni-card.ev { border-color: rgba(63, 220, 140, 0.45); background: linear-gradient(165deg, rgba(12, 36, 24, 0.4), rgba(14, 12, 14, 0.55)); }
.uni-head { display: flex; align-items: baseline; gap: 14px; }
.uni-num { font-family: var(--display); font-weight: 700; font-size: 46px; line-height: 1; letter-spacing: 0.02em; }
.uni-name { font-family: var(--display); font-weight: 600; font-size: 19px; text-transform: uppercase; letter-spacing: 0.05em; }
.uni-status { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin-top: 2px; }
.uni-card.ev .uni-status { color: #3fdc8c; }
.uni-card p { font-size: 13.5px; color: #b6b2b4; margin-top: 12px; max-width: 60ch; }
.uni-card .cp-films { margin-top: 14px; }
.uni-card .cp-films .radar-film { width: 60px; }
.uni-card .cp-films .radar-film img, .uni-card .cp-films .radar-film .poster-fallback { width: 60px; }

/* Post-Credit-Szenen */
.pc-scene { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(170, 175, 182, 0.08); align-items: flex-start; }
.pc-scene:last-child { border-bottom: none; }
.pc-num {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid var(--green-deep); color: var(--green);
  font-family: var(--mono); font-size: 11px; display: grid; place-items: center; margin-top: 2px;
}
.pc-scene p { font-size: 14px; }
.pc-to {
  display: inline-block; margin-top: 6px; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.05em; color: var(--green);
  border: 1px solid var(--line); border-radius: 20px; padding: 4px 12px;
}
.pc-to:hover { border-color: var(--green); }
.pc-note { font-size: 13px; color: var(--gold); }
.stream-line { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-top: 10px; }
.stream-line b { color: #d8d4d6; }

/* Artefakte */
.art-sym { font-family: var(--display); font-weight: 700; font-size: 40px; line-height: 1; margin-bottom: 10px; }

/* Pfade */
.pstack { display: flex; margin-bottom: 12px; }
.pstack img {
  width: 32px; height: 47px; object-fit: cover; border-radius: 3px;
  border: 2px solid #0d0b0d; margin-left: -12px; flex-shrink: 0;
}
.pstack img:first-child { margin-left: 0; }

/* Post-Credit-Arc-Karte */
.pcmap { position: relative; max-width: 720px; margin: 0 auto; display: flex; }
.pcm-rows { flex: 1; min-width: 0; }
.pcm-row {
  display: flex; align-items: center; gap: 12px; height: 42px;
  padding: 0 10px; border-radius: 5px; cursor: pointer;
  transition: opacity 0.15s ease, background 0.15s ease;
}
.pcm-row:hover { background: rgba(63, 220, 140, 0.08); }
body.neutral .pcm-row:hover { background: rgba(232, 53, 59, 0.08); }
.pcm-row img { width: 24px; height: 36px; object-fit: cover; border-radius: 2px; flex-shrink: 0; }
.pcm-row span { width: 24px; height: 36px; background: #1c181c; border-radius: 2px; flex-shrink: 0; }
.pcm-t { font-family: var(--display); font-weight: 600; font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; }
.pcm-y { font-family: var(--mono); font-size: 10px; color: var(--faint); }
.pcm-row.dim { opacity: 0.25; }
.pcm-row.sel { background: rgba(63, 220, 140, 0.14); outline: 1px solid rgba(63, 220, 140, 0.4); }
body.neutral .pcm-row.sel { background: rgba(232, 53, 59, 0.12); outline-color: rgba(232, 53, 59, 0.4); }
.pcmap.panel-open .pcm-svg path { opacity: 0.06 !important; }
.pcm-detail {
  margin: 4px 0 10px 36px; padding: 14px 16px;
  border: 1px solid rgba(63, 220, 140, 0.35); border-radius: 8px;
  background: rgba(12, 24, 17, 0.8);
}
body.neutral .pcm-detail { border-color: rgba(232, 53, 59, 0.35); background: rgba(24, 12, 13, 0.8); }
.pcm-d-title { font-family: var(--display); font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.pcm-d-label { font-family: var(--mono); font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--faint); margin: 10px 0 5px; }
.pcm-jump, .pcm-open {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: rgba(0, 0, 0, 0.3); border: 1px solid var(--line); border-radius: 5px;
  color: var(--text); font-family: var(--body); font-size: 13px; font-weight: 600;
  padding: 8px 12px; margin-bottom: 5px;
}
.pcm-jump:hover, .pcm-open:hover { border-color: var(--green); color: var(--green); }
.pcm-open { margin-top: 10px; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.1em; font-size: 13px; text-align: center; }
.pcm-svg { flex-shrink: 0; }
.pcm-svg path { fill: none; stroke: rgba(63, 220, 140, 0.45); stroke-width: 1.4; transition: stroke 0.15s ease, opacity 0.15s ease; }
body.neutral .pcm-svg path { stroke: rgba(232, 53, 59, 0.4); }
.pcmap.focus .pcm-svg path { opacity: 0.1; }
.pcmap.focus .pcm-svg path.hl { opacity: 1; stroke: #3fdc8c; stroke-width: 2.6; }
body.neutral .pcmap.focus .pcm-svg path.hl { stroke: #e8353b; }
@media (max-width: 560px) { .pcm-svg { width: 90px; } }

/* Rekorde */
.rec-row {
  display: flex; align-items: center; gap: 14px; max-width: 720px; margin: 0 auto 6px;
  padding: 8px 14px; border: 1px solid rgba(170, 175, 182, 0.09); border-radius: 8px;
  background: rgba(14, 12, 14, 0.5); cursor: pointer;
}
.rec-row:hover { border-color: rgba(232, 53, 59, 0.5); }
.rec-rank { font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--faint); width: 26px; text-align: right; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.rec-row img { width: 30px; height: 44px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.rec-main { flex: 1; min-width: 0; }
.rec-t { font-family: var(--display); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 0.03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rec-s { font-size: 11.5px; color: var(--muted); }
.rec-bar { flex: 0 0 120px; height: 4px; border-radius: 2px; background: rgba(170, 175, 182, 0.12); overflow: hidden; }
.rec-bar div { height: 100%; background: linear-gradient(90deg, var(--green-deep), var(--green)); }
.rec-val { font-family: var(--mono); font-size: 11.5px; color: #d8d4d6; white-space: nowrap; font-variant-numeric: tabular-nums; }
@media (max-width: 560px) { .rec-bar { display: none; } }

.cameo-list { max-width: 720px; margin: 0 auto; }
.cameo-row {
  display: flex; gap: 16px; padding: 9px 12px; border-bottom: 1px solid rgba(170, 175, 182, 0.07);
  font-size: 13px; cursor: pointer; border-radius: 4px;
}
.cameo-row:hover { background: rgba(232, 53, 59, 0.07); }
.cameo-row b { flex: 0 0 200px; font-family: var(--display); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.03em; }
.cameo-row span { color: var(--muted); }
@media (max-width: 560px) { .cameo-row { flex-direction: column; gap: 2px; } .cameo-row b { flex: none; } }

/* In-Universe-Chronik */
.chron { max-width: 760px; margin: 0 auto; border-left: 2px solid rgba(170, 175, 182, 0.15); padding-left: 28px; }
.chron-item { position: relative; padding: 14px 0 14px 8px; cursor: pointer; }
.chron-item::before {
  content: ""; position: absolute; left: -35px; top: 26px;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--bg); border: 2px solid var(--green);
}
.chron-y { font-family: var(--display); font-weight: 700; font-size: 26px; line-height: 1; }
.chron-n { font-family: var(--display); font-weight: 600; font-size: 17px; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; color: #d5d1d3; }
.chron-more {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.chron-item:hover .chron-more, .chron-item.pinned .chron-more,
.thread:hover .chron-more, .thread.pinned .chron-more { max-height: 420px; opacity: 1; }
.chron-more p { font-size: 14px; color: #b6b2b4; max-width: 64ch; margin-top: 8px; }
.chron-more .cp-films { margin-top: 12px; margin-bottom: 6px; }
.chron-more .radar-film { width: 62px; }
.chron-more .radar-film img, .chron-more .radar-film .poster-fallback { width: 62px; }
.chron-item:hover .chron-n, .chron-item.pinned .chron-n { color: var(--green); }

/* Offene Fäden */
.threads { max-width: 760px; margin: 0 auto; }
.thread {
  border: 1px solid rgba(170, 175, 182, 0.11); border-radius: 10px;
  background: rgba(14, 12, 14, 0.55); padding: 16px 20px; margin-bottom: 10px; cursor: pointer;
  transition: border-color 0.2s ease;
}
.thread:hover, .thread.pinned { border-color: rgba(232, 53, 59, 0.4); }
.thread-head { display: flex; align-items: flex-start; gap: 14px; }
.thread-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 7px; flex-shrink: 0; }
.thread.g-hot .thread-dot { background: #3fdc8c; box-shadow: 0 0 10px rgba(63, 220, 140, 0.6); }
.thread.g-mid .thread-dot { background: var(--gold); }
.thread.g-cold .thread-dot { background: #ff8a8e; opacity: 0.7; }
.thread-n { font-family: var(--display); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 0.04em; }
.thread-s { font-family: var(--mono); font-size: 10.5px; color: var(--faint); letter-spacing: 0.06em; margin-top: 2px; }
.thread .chron-more { padding-left: 23px; }

/* Trailer-Kachel */
.trailer-card {
  position: relative; display: block; margin-top: 30px;
  aspect-ratio: 16 / 7; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line); text-decoration: none;
  background: #0a080a;
}
.trailer-card img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 25%;
  filter: blur(6px) brightness(0.45) saturate(0.9); transform: scale(1.1);
  transition: filter 0.25s ease;
}
.trailer-card:hover img { filter: blur(4px) brightness(0.55) saturate(1); }
.tc-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
}
.tc-play {
  width: 64px; height: 64px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85); color: #fff;
  display: grid; place-items: center; font-size: 22px; padding-left: 5px;
  background: rgba(0, 0, 0, 0.35); backdrop-filter: blur(4px);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.trailer-card:hover .tc-play { transform: scale(1.1); border-color: var(--green); color: var(--green); }
.tc-t { font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin-top: 6px; }
.tc-s { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }

.ub-net { color: #ef91b0; background: rgba(214, 81, 128, 0.13); }

/* Globale Suche */
.nav-search { position: relative; margin-left: auto; }
.nav-links { margin-left: 0 !important; }
.nav-search input {
  width: 110px; transition: width 0.2s ease;
  background: rgba(20, 18, 20, 0.7); border: 1px solid var(--line); border-radius: 20px;
  color: var(--text); font-family: var(--body); font-size: 13px; padding: 6px 14px;
}
.nav-search input:focus { width: 220px; outline: none; border-color: var(--green-deep); }
.nav-search input::placeholder { color: var(--faint); }
@media (max-width: 720px) { .nav-search input { width: 80px; } .nav-search input:focus { width: 150px; } }
.search-drop {
  position: absolute; top: 40px; right: 0; width: 340px; max-width: 84vw;
  max-height: 60vh; overflow-y: auto; z-index: 80;
  background: rgba(12, 10, 12, 0.97); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6); padding: 6px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.sd-group { font-family: var(--mono); font-size: 9px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--faint); padding: 8px 10px 4px; }
.sd-row {
  display: flex; align-items: center; gap: 12px; padding: 7px 10px;
  border-radius: 5px; cursor: pointer;
}
.sd-row:hover, .sd-row.hot { background: rgba(232, 53, 59, 0.12); }
body:not(.neutral) .sd-row:hover, body:not(.neutral) .sd-row.hot { background: rgba(63, 220, 140, 0.12); }
.sd-row img { width: 30px; height: 44px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.sd-row img.sd-round { width: 34px; height: 34px; border-radius: 50%; object-position: top center; }
.sd-row .sd-fb { width: 30px; height: 44px; border-radius: 3px; background: #1c181c; display: grid; place-items: center; font-family: var(--display); font-weight: 700; color: var(--faint); flex-shrink: 0; }
.sd-row .sd-t { font-size: 13.5px; font-weight: 600; line-height: 1.2; }
.sd-row .sd-s { font-size: 11px; color: var(--muted); }
.sd-empty { padding: 14px; text-align: center; color: var(--faint); font-size: 13px; }
.mm-legend { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 12px; font-family: var(--mono); font-size: 10.5px; color: var(--muted); letter-spacing: 0.04em; }
.mm-legend i { display: inline-block; width: 18px; height: 2px; vertical-align: 3px; margin-right: 6px; }
.cp-rel { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.cp-rel a {
  display: flex; justify-content: space-between; gap: 14px; text-decoration: none;
  border: 1px solid var(--line); border-radius: 6px; padding: 9px 14px; font-size: 13.5px;
  color: #cfcbcd; background: rgba(16, 14, 16, 0.5);
}
.cp-rel a:hover { border-color: rgba(232, 53, 59, 0.5); }
.cp-rel .rl { color: var(--faint); font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; }
.cp-films { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.cp-films .radar-film { width: 78px; }
.cp-films .radar-film img, .cp-films .radar-film .poster-fallback { width: 78px; }

/* ===== Event: fokussierte Watchlist ===== */
.ewl { max-width: 760px; margin: 0 auto; }
.ewl-row {
  display: flex; align-items: center; gap: 16px; padding: 10px 12px;
  border: 1px solid rgba(170, 205, 182, 0.1); border-radius: 8px; margin-bottom: 8px;
  background: rgba(12, 20, 15, 0.5);
}
.ewl-row:hover { border-color: rgba(63, 220, 140, 0.4); }
.ewl-row.watched { opacity: 0.5; }
.ewl-row.watched .ewl-t { text-decoration: line-through; text-decoration-color: #3fdc8c; }
.ewl-num { font-family: var(--mono); font-size: 11px; color: var(--faint); width: 22px; text-align: right; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.ewl-poster { width: 40px; flex-shrink: 0; cursor: pointer; }
.ewl-poster img, .ewl-poster .poster-fallback { width: 40px; aspect-ratio: 2/3; object-fit: cover; border-radius: 3px; display: block; border: 1px solid rgba(255,255,255,0.12); }
.ewl-main { flex: 1; min-width: 0; cursor: pointer; }
.ewl-t { font-family: var(--display); font-weight: 600; font-size: 15.5px; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.2; }
.ewl-sub { font-size: 12px; color: var(--muted); margin-top: 1px; }
.ewl-side { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.ewl-time { font-family: var(--mono); font-size: 10px; color: var(--faint); white-space: nowrap; }
.ewl-check {
  width: 24px; height: 24px; border-radius: 50%; border: 1.5px solid var(--faint);
  background: none; color: transparent; font-size: 12px; font-weight: 700; cursor: pointer;
  display: grid; place-items: center; flex-shrink: 0;
}
.ewl-check:hover { border-color: #3fdc8c; }
.ewl-row.watched .ewl-check { background: #3fdc8c; border-color: #3fdc8c; color: #04170d; }
@media (max-width: 560px) { .ewl-time { display: none; } .ewl-num { display: none; } }

/* ===== Ergänzungen für die statische Multi-Page-Version ===== */
.fp-h1 { font-size: clamp(30px, 4.5vw, 46px); text-align: left; line-height: 1.02; }
@media (max-width: 640px) { .fp-h1 { text-align: center; } }
a.wcard, a.char-card, a.rec-row, a.cameo-row, a.ewl-row, a.fp-char, a.radar-film, a.pcm-open { text-decoration: none; color: inherit; }
.lang-btn { text-decoration: none; display: inline-flex; align-items: center; }
[hidden] { display: none !important; }

/* Werbe-Slots: standardmäßig unsichtbar. Aktivieren:
   1) display:flex setzen, 2) AdSense/Werbe-Snippet in die Container einfügen (siehe README). */
.ad-slot {
  display: none;
  align-items: center; justify-content: center;
  min-height: 120px; margin: 34px auto; max-width: 728px;
  border: 1px dashed rgba(170, 175, 182, 0.25); border-radius: 8px;
  color: var(--faint); font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
}

/* ===== Startseite v2: kuratiert & cinematisch ===== */
.hub-hero { padding: 56px 22px 34px; }
.hub-hero h1 { font-size: clamp(44px, 7vw, 84px); }
.hub-sub { font-size: 15.5px; }

.home-doom {
  display: flex; text-decoration: none; color: inherit;
  border: 1px solid rgba(63, 220, 140, 0.35); border-radius: 14px; overflow: hidden;
  background:
    radial-gradient(700px 320px at 20% 0%, rgba(42, 150, 90, 0.22), transparent 70%),
    linear-gradient(165deg, #0a1810, #07090b 70%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-doom:hover { border-color: rgba(63, 220, 140, 0.7); box-shadow: 0 0 44px rgba(63, 220, 140, 0.16); }
.hd-poster { flex: 0 0 230px; }
.hd-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hd-body { flex: 1; padding: 30px 36px 28px; min-width: 0; }
.hd-k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase; color: #3fdc8c; }
.hd-title {
  font-family: var(--display); font-weight: 700; font-size: clamp(34px, 5.4vw, 58px);
  line-height: 0.95; text-transform: uppercase; letter-spacing: 0.02em; margin: 10px 0 14px;
  background: linear-gradient(178deg, #f2f9f4 0%, #ccdcd1 28%, #7b9884 46%, #eaf5ed 54%, #a3bbab 72%, #5f7a68 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hd-cd { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.hd-cd-n { font-family: var(--display); font-weight: 700; font-size: 52px; line-height: 1; font-variant-numeric: tabular-nums; }
.hd-cd-l { font-family: var(--mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--faint); }
.hd-clock { font-family: var(--mono); font-size: 12px; color: #8fae9a; letter-spacing: 0.08em; font-variant-numeric: tabular-nums; }
.hd-s { font-size: 14px; color: #a9bcae; margin-top: 12px; max-width: 52ch; }
.hd-cta {
  display: inline-block; margin-top: 16px; font-family: var(--display); font-weight: 600;
  font-size: 13.5px; letter-spacing: 0.16em; text-transform: uppercase; color: #3fdc8c;
  border: 1px solid rgba(63, 220, 140, 0.5); border-radius: 4px; padding: 9px 20px;
}
@media (max-width: 700px) {
  .home-doom { flex-direction: column; }
  .hd-poster { flex: none; max-height: 210px; }
  .hd-poster img { object-position: center 20%; }
}

.strip { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 10px; margin-top: 14px; }
@media (max-width: 900px) { .strip { grid-template-columns: 1fr 1fr; } }
.strip-card {
  display: flex; gap: 13px; align-items: center; min-width: 0;
  border: 1px solid var(--line); border-radius: 10px; padding: 11px 13px;
  background: rgba(14, 12, 14, 0.55); transition: border-color 0.15s ease;
}
.strip-card:hover { border-color: rgba(232, 53, 59, 0.55); }
.strip-card.now { border-color: rgba(232, 53, 59, 0.45); background: linear-gradient(165deg, rgba(60, 14, 16, 0.35), rgba(14, 12, 14, 0.55)); }
.strip-card img { width: 46px; height: 68px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.strip-card > div { min-width: 0; }
.sc-k { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); }
.strip-card.now .sc-k { color: #ff8a8e; }
.sc-t { font-family: var(--display); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.15; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-s { font-size: 11.5px; color: var(--muted); margin-top: 1px; }

.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
@media (max-width: 760px) { .tiles { grid-template-columns: 1fr; } }
.tile {
  display: flex; align-items: center; gap: 18px;
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 20px;
  background: rgba(14, 12, 14, 0.55); transition: border-color 0.15s ease, transform 0.15s ease;
}
.tile:hover { border-color: rgba(232, 53, 59, 0.55); transform: translateY(-2px); }
.tile-imgs { display: flex; flex-shrink: 0; }
.tile-imgs img {
  width: 40px; height: 60px; object-fit: cover; border-radius: 4px;
  border: 2px solid #100d10; margin-left: -14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.tile-imgs img:first-child { margin-left: 0; transform: rotate(-4deg); }
.tile-imgs img:nth-child(2) { transform: rotate(2deg); z-index: 1; }
.tile-imgs img:last-child { transform: rotate(6deg); }
.tile:hover .tile-imgs img:first-child { transform: rotate(-7deg) translateY(-2px); }
.tile:hover .tile-imgs img:last-child { transform: rotate(9deg) translateY(-2px); }
.tile-body { min-width: 0; }
.tile-t { font-family: var(--display); font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 0.05em; }
.tile-s { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.tile-arr { margin-left: auto; color: var(--faint); font-size: 13px; flex-shrink: 0; }
.tile:hover .tile-arr { color: var(--green); }

/* ===== Letterbox für Breitformat-Bilder ===== */
.lbox { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.fp-poster .lbox { width: 200px; aspect-ratio: 2/3; border-radius: 6px; border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 16px 44px rgba(0,0,0,0.55); }
.radar-film .lbox, .ewl-poster .lbox, .cp-films .lbox { aspect-ratio: 2/3; height: auto; border-radius: 4px; border: 1px solid rgba(255,255,255,0.14); }
.lbox .lbox-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(14px) brightness(0.45) saturate(0.9); transform: scale(1.3); }
.lbox .lbox-fg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* ===== Doomsday-Promo-Leiste ===== */
.promo {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  padding: 9px 18px; text-decoration: none;
  background: linear-gradient(90deg, rgba(12,36,24,0.9), rgba(7,14,10,0.9) 50%, rgba(12,36,24,0.9));
  border-bottom: 1px solid rgba(63,220,140,0.3);
  color: #b9d6c3; font-size: 13px;
}
.promo b { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #3fdc8c; font-size: 14px; }
.promo-x { color: #9db8a7; }
.promo-cd { font-family: var(--mono); font-size: 11px; color: #dfeee5; font-variant-numeric: tabular-nums; border: 1px solid rgba(63,220,140,0.35); border-radius: 20px; padding: 2px 10px; }
.promo-arr { color: #3fdc8c; font-size: 11px; }
.promo:hover { background: linear-gradient(90deg, rgba(16,48,32,0.95), rgba(9,18,13,0.95) 50%, rgba(16,48,32,0.95)); }
@media (max-width: 640px) { .promo-x { display: none; } }

/* Trailer: Click-to-Play */
.trailer-card { cursor: pointer; }
.trailer-card.playing { aspect-ratio: 16 / 9; }
.trailer-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ===== Lesbarkeit: Abschnitte als klar getrennte Karten ===== */
.fp .fp-section {
  background: rgba(16, 14, 16, 0.5);
  border: 1px solid rgba(170, 175, 182, 0.12);
  border-radius: 12px;
  padding: 20px 24px 22px;
  margin-top: 14px;
}
body:not(.neutral) .fp .fp-section { background: rgba(12, 20, 15, 0.5); border-color: rgba(170, 205, 182, 0.12); }
.fp .fp-label {
  font-size: 10.5px; letter-spacing: 0.26em;
  padding-bottom: 10px; margin-bottom: 14px;
  border-bottom: 1px solid rgba(170, 175, 182, 0.12);
}
.fp .fp-doom { margin-top: 14px; }
.fp .fp-doom .fp-label { border-bottom-color: rgba(63, 220, 140, 0.25); }
.fp .fp-section p { line-height: 1.7; }
.fp-top { margin-bottom: 6px; }
.trailer-card { margin-top: 14px; }

/* Wichtige Figuren: Schauspieler-Name unter der Figur */
.fp-char { width: 86px; }
.fc-a { font-size: 9.5px; color: var(--faint); margin-top: 2px; line-height: 1.2; }

/* ===== Link- & Bild-Grundregeln (Umstellung auf echte <a>/<img>) ===== */
a { text-decoration: none; }
.fp-section p a, .news p a, footer p a, .hub-sub a, .chron-more p a, .thread p a { text-decoration: underline; text-underline-offset: 3px; }
img { height: auto; }  /* height-Attribut nie über CSS-Breite hinaus erzwingen */
.stop .poster-wrap img, .wcard .pw img, .lbox .lbox-bg, .lbox .lbox-fg, .hd-poster img { height: 100%; }
.radar-film img, .fp-poster img { aspect-ratio: 2 / 3; object-fit: cover; }

/* ===== Navigation: Untermenü statt Scroll-Leiste ===== */
.nav-links { overflow: visible !important; flex-wrap: wrap; }
.nav-inner { flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px; height: auto; min-height: 54px; }
.nav-drop { position: relative; }
.nav-drop-btn {
  font-family: var(--display); font-weight: 600; font-size: 13.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: none; border: none; color: var(--muted); cursor: pointer;
  padding: 6px 11px; border-radius: 3px; white-space: nowrap;
}
.nav-drop-btn:hover, .nav-drop-btn.active { color: var(--text); }
.nav-drop.child-active .nav-drop-btn { color: var(--green); }
.nd-arr { font-size: 9px; opacity: 0.7; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 90;
  min-width: 200px; display: none; flex-direction: column; gap: 2px;
  background: rgba(12, 10, 12, 0.97); border: 1px solid var(--line); border-radius: 10px;
  padding: 8px; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.nav-drop:hover .nav-drop-menu, .nav-drop.open .nav-drop-menu { display: flex; }
.nav-drop-menu a { padding: 8px 12px; border-radius: 6px; font-size: 14px; }
.nav-drop-menu a:hover { background: rgba(232, 53, 59, 0.12); color: var(--text); }
body:not(.neutral) .nav-drop-menu a:hover { background: rgba(63, 220, 140, 0.12); }
.nav-drop-menu a.active { color: var(--green); }

/* ===== Header-Werkzeuge kompakt rechts ===== */
.nav-tools { display: flex; align-items: center; gap: 7px; margin-left: auto; flex-wrap: nowrap; }
.nav-tools .nav-search { margin-left: 0; }
.tool-btn {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em;
  background: rgba(20, 18, 20, 0.7); color: var(--muted);
  border: 1px solid var(--line); border-radius: 20px;
  min-width: 34px; height: 30px; padding: 0 10px;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; text-decoration: none; white-space: nowrap;
}
.tool-btn:hover { color: var(--text); border-color: var(--green-deep); }
.tool-btn.on { color: var(--green); border-color: var(--green-deep); background: rgba(63, 220, 140, 0.08); }
body.neutral .tool-btn.on { background: rgba(232, 53, 59, 0.1); }
@media (max-width: 720px) { .nav-search input { width: 70px; } .nav-search input:focus { width: 140px; } }

/* TMDB-Porträts: Gesicht mittig statt oben angeschnitten */
.fc-img, img.cface, .tstack img, .sd-row img.sd-round { object-position: 50% 22%; }

/* Als <a> umgebaute Karten brauchen Block-Layout */
.stop .poster-wrap { display: block; }

/* Weitere Besetzung: aufklappbar in der Figuren-Kachel */
details.more-cast { margin-top: 16px; border-top: 1px solid rgba(170, 175, 182, 0.12); padding-top: 12px; }
details.more-cast summary {
  cursor: pointer; list-style: none;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--muted);
}
details.more-cast summary::-webkit-details-marker { display: none; }
details.more-cast summary::before { content: "▸ "; color: var(--green); }
details.more-cast[open] summary::before { content: "▾ "; }
details.more-cast summary:hover { color: var(--text); }
details.more-cast .fp-chars { margin-top: 16px; }

/* ===== Backdrop-Hero auf Filmseiten ===== */
main.fp { position: relative; }
.fp-backdrop {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 100vw; height: 440px; z-index: -1;
  overflow: hidden; pointer-events: none;
}
.fp-backdrop img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
  filter: brightness(0.5) saturate(0.9);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.4) 45%, transparent 94%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.4) 45%, transparent 94%);
}

/* Fakten-Leiste */
.fact-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.fact-box {
  flex: 1 1 130px; text-align: center; padding: 12px 14px;
  background: rgba(16, 14, 16, 0.55); border: 1px solid rgba(170, 175, 182, 0.12); border-radius: 10px;
}
.fb-k { font-family: var(--mono); font-size: 8.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--faint); }
.fb-v { font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: 0.03em; margin-top: 4px; font-variant-numeric: tabular-nums; }

/* ===== Titel-Logos ===== */
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.fp-logo { max-width: min(420px, 100%); max-height: 130px; object-fit: contain; object-position: left center; display: block; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.6)); }
@media (max-width: 640px) { .fp-logo { object-position: center; margin: 0 auto; } }
.s-logo { max-height: 30px; max-width: 92%; object-fit: contain; display: block; margin: 9px auto 0; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.7)); }

/* Streaming-Logos */
.prov-logo { width: 18px; height: 18px; border-radius: 4px; vertical-align: -4px; margin-right: 5px; }

/* Filmreihe: aktueller Teil markiert */
.radar-film.current .lbox, .radar-film.current img { outline: 2px solid var(--green); outline-offset: -2px; border-radius: 4px; }

/* ===== Galerie & Videos ===== */
.gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 760px) { .gal { grid-template-columns: repeat(2, 1fr); } }
.gal-item {
  position: relative; padding: 0; border: 1px solid rgba(170, 175, 182, 0.14); border-radius: 8px;
  overflow: hidden; cursor: pointer; background: #0a080a; aspect-ratio: 16 / 9;
}
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.2s ease; }
.gal-item:hover img { transform: scale(1.05); }
.gv-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; padding-left: 3px;
  background: rgba(0, 0, 0, 0.55); border: 1.5px solid rgba(255, 255, 255, 0.8); color: #fff; font-size: 14px;
}
.gv-t {
  position: absolute; left: 8px; bottom: 8px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  background: rgba(0, 0, 0, 0.65); color: #ddd; padding: 3px 8px; border-radius: 3px;
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(3, 3, 4, 0.92); padding: 4vh 4vw;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,0.8); }
.lightbox .lb-frame { width: min(1100px, 96vw); aspect-ratio: 16 / 9; }
.lightbox iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; }
.lb-close {
  position: absolute; top: 18px; right: 22px; width: 38px; height: 38px;
  background: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%;
  color: #fff; font-size: 16px; cursor: pointer;
}

/* Episoden-Guide */
details.season { border: 1px solid rgba(170, 175, 182, 0.12); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
details.season summary {
  cursor: pointer; list-style: none; padding: 13px 18px;
  font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
}
details.season summary::-webkit-details-marker { display: none; }
details.season summary::before { content: "▸ "; color: var(--green); }
details.season[open] summary::before { content: "▾ "; }
.ep-row { display: flex; gap: 14px; padding: 10px 18px; border-top: 1px solid rgba(170, 175, 182, 0.08); align-items: baseline; }
.ep-n { font-family: var(--mono); font-size: 11px; color: var(--faint); min-width: 20px; text-align: right; }
.ep-main { flex: 1; min-width: 0; }
.ep-t { font-weight: 600; font-size: 14px; }
.ep-v { font-family: var(--mono); font-size: 10.5px; color: var(--gold); margin-left: 6px; }
.ep-o { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.ep-d { font-family: var(--mono); font-size: 10px; color: var(--faint); white-space: nowrap; }
@media (max-width: 560px) { .ep-d { display: none; } }

/* Lore-Dropdown: unsichtbare Brücke über die 6px-Lücke, damit der Hover beim Rüberfahren nicht abreißt */
.nav-drop-menu::before {
  content: ""; position: absolute; top: -10px; left: -6px; right: -6px; height: 10px;
}

/* ===== Event: Kino-Inszenierung ===== */
.ev-hero {
  position: relative; min-height: calc(100vh - 54px);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 40px 22px;
}
.ev-hero-inner { position: relative; text-align: center; }
.ev-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.ev-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 25%;
  filter: brightness(0.4) saturate(1.05);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.75) 70%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.75) 70%, transparent 100%);
  animation: ev-zoom 30s ease-in-out infinite alternate;
}
@keyframes ev-zoom { from { transform: scale(1); } to { transform: scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .ev-bg img { animation: none; } }
.ev-logo {
  max-width: min(580px, 92%); max-height: 200px; object-fit: contain;
  display: block; margin: 18px auto 6px;
  filter: drop-shadow(0 6px 30px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 40px rgba(63, 220, 140, 0.25));
}
.ev-scroll {
  display: inline-block; margin-top: 34px; color: rgba(63, 220, 140, 0.7);
  font-size: 20px; text-decoration: none; animation: ev-bounce 2.2s ease-in-out infinite;
}
@keyframes ev-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@media (prefers-reduced-motion: reduce) { .ev-scroll { animation: none; } }

.ev-trailer-card { aspect-ratio: 16 / 6.5; margin-top: 0; }
.ev-trailer-card img { filter: blur(0) brightness(0.5) saturate(1); }

/* Akt-Trenner */
.act { text-align: center; padding: 90px 22px 10px; }
.act-num { font-family: var(--display); font-weight: 700; font-size: clamp(64px, 10vw, 110px); line-height: 1; }
.act-t {
  font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: 0.5em;
  text-transform: uppercase; color: #cfe0d4; margin-top: 4px; padding-left: 0.5em;
}
.act-s { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-top: 10px; }

/* Scroll-Reveal (JS setzt .rv, Observer .in) */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rv.in { opacity: 1; transform: none; }

/* ===== Event: mehr Kino ===== */
.cd-days { animation: cd-glow 3s ease-in-out infinite; }
@keyframes cd-glow {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(63, 220, 140, 0.15)); }
  50% { filter: drop-shadow(0 0 34px rgba(63, 220, 140, 0.45)); }
}
@media (prefers-reduced-motion: reduce) { .cd-days { animation: none; } }

/* Kino-Zwischentitel & End-Card */
.ev-card {
  position: relative; overflow: hidden; text-align: center;
  padding: 110px 22px; margin-top: 80px;
}
.ev-card-bg { position: absolute; inset: 0; z-index: 0; }
.ev-card-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.32) saturate(1.05);
  -webkit-mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 82%, transparent);
}
.ev-card > *:not(.ev-card-bg) { position: relative; z-index: 1; }
.ev-card-q { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 5.5vw, 58px); text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.05; text-wrap: balance; }
.ev-card-s { font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: #9db8a7; margin-top: 16px; }
.ev-end { padding: 140px 22px 130px; margin-bottom: -40px; }

/* Sticky-Countdown */
.ev-sticky {
  position: fixed; right: 20px; bottom: 20px; z-index: 70;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  text-decoration: none; padding: 14px 20px 12px; border-radius: 14px;
  background: linear-gradient(165deg, rgba(12, 32, 21, 0.96), rgba(6, 10, 8, 0.96));
  border: 1px solid rgba(63, 220, 140, 0.55);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.65), 0 0 34px rgba(63, 220, 140, 0.22), inset 0 0 24px rgba(63, 220, 140, 0.06);
  animation: evs-in 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
@keyframes evs-in { from { opacity: 0; transform: translateY(24px) scale(0.9); } to { opacity: 1; transform: none; } }
.ev-sticky:hover { border-color: var(--green); box-shadow: 0 14px 40px rgba(0,0,0,0.65), 0 0 50px rgba(63, 220, 140, 0.38), inset 0 0 24px rgba(63,220,140,0.1); }
.evs-logo { height: 22px; max-width: 150px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.8)); }
.evs-time {
  font-family: var(--display); font-weight: 700; font-size: 19px; letter-spacing: 0.06em;
  color: #eafff2; font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(63, 220, 140, 0.5);
}
@media (max-width: 640px) { .ev-sticky { right: 12px; bottom: 12px; padding: 10px 14px 9px; } .evs-logo { height: 16px; } .evs-time { font-size: 15px; } }
@media (prefers-reduced-motion: reduce) { .ev-sticky { animation: none; } }

/* Theorien: Balken laufen beim Einblenden */
body[data-page="event"] .theory .plaus-fill { transform: scaleX(0); transform-origin: left; transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.25s; }
body[data-page="event"] .theory.in .plaus-fill, body[data-page="event"] .theory:not(.rv) .plaus-fill { transform: none; }

/* Poster-Hover mit Tiefe */
.stop .poster-wrap { transform-style: preserve-3d; }
.stop .poster-wrap:hover { transform: translateY(-6px) scale(1.04) rotateX(3deg); }

/* ===== Event: Feinschliff-Runde ===== */
.cd-seg { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cd-box {
  min-width: 96px; padding: 16px 14px 12px; border-radius: 12px;
  background: rgba(7, 16, 11, 0.72); border: 1px solid rgba(63, 220, 140, 0.35);
  box-shadow: inset 0 0 24px rgba(63, 220, 140, 0.06), 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.cd-n { font-family: var(--display); font-weight: 700; font-size: 46px; line-height: 1; font-variant-numeric: tabular-nums; }
.cd-box .cd-l { font-family: var(--mono); font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--faint); margin-top: 7px; }
.cd-sec { border-color: rgba(63, 220, 140, 0.65); box-shadow: inset 0 0 24px rgba(63, 220, 140, 0.12), 0 0 26px rgba(63, 220, 140, 0.2); }

.ev-logo { animation: ev-logo-in 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.1s both; }
.ev-hero .hero-tag { animation: ev-fade 0.9s ease 0.7s both; }
.ev-hero .cd { animation: ev-fade 0.9s ease 1s both; }
@keyframes ev-logo-in { from { opacity: 0; transform: scale(0.93) translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ev-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .ev-logo, .ev-hero .hero-tag, .ev-hero .cd { animation: none; } }

.ev-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 80;
  background: linear-gradient(90deg, var(--green-deep), #3fdc8c);
  box-shadow: 0 0 12px rgba(63, 220, 140, 0.6);
}

/* Filmkorn über der Event-Seite */
.event-theme::after {
  content: ""; position: fixed; inset: 0; z-index: 4; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Akt-Trenner mit Linien */
.act-t { display: flex; align-items: center; gap: 22px; justify-content: center; }
.act-t::before, .act-t::after { content: ""; width: min(140px, 18vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(63, 220, 140, 0.5)); }
.act-t::after { background: linear-gradient(90deg, rgba(63, 220, 140, 0.5), transparent); }

/* Ensemble-Wall */
.ens { max-width: 940px; margin: 0 auto; }
.ens-group { margin-bottom: 30px; }
.ens-f {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: #3fdc8c; margin-bottom: 14px; display: flex; align-items: center; gap: 14px;
}
.ens-f::after { content: ""; flex: 1; height: 1px; background: rgba(63, 220, 140, 0.18); }
.ens-row { display: flex; flex-wrap: wrap; gap: 18px 14px; }
.ens-card { width: 96px; text-align: center; text-decoration: none; color: inherit; }
.ens-img {
  width: 74px; height: 74px; border-radius: 50%; object-fit: cover; object-position: 50% 22%;
  display: block; margin: 0 auto; border: 2px solid rgba(63, 220, 140, 0.3); background: #10241a;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.ens-card:hover .ens-img { transform: scale(1.08); border-color: #3fdc8c; box-shadow: 0 0 22px rgba(63, 220, 140, 0.35); }
.ens-img.fc-fallback { display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 26px; color: var(--muted); }
.ens-n { font-family: var(--display); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 8px; line-height: 1.15; color: #d9e4dc; }
.ens-r { font-size: 10.5px; color: var(--faint); margin-top: 2px; line-height: 1.2; }

/* Doom-Modus */
.doom-flash {
  position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at center, rgba(12, 46, 29, 0.94), rgba(3, 8, 5, 0.97));
  animation: doom-in 2.6s ease forwards; pointer-events: none;
}
@keyframes doom-in {
  0% { opacity: 0; } 10% { opacity: 1; } 78% { opacity: 1; } 100% { opacity: 0; }
}
.doom-q {
  font-family: var(--display); font-weight: 700; font-size: clamp(28px, 6vw, 72px);
  text-transform: uppercase; letter-spacing: 0.12em; text-align: center; padding: 0 20px;
  text-shadow: 0 0 60px rgba(63, 220, 140, 0.5);
  animation: doom-q-in 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes doom-q-in { from { opacity: 0; transform: scale(1.15); } to { opacity: 1; transform: none; } }
