/* ============================================================
   RushLifeRP V9 — AFTERDARK / CITY BROADCAST
   Eine radikale visuelle Ebene auf der stabilen V8-Szenenbasis.
   ============================================================ */
@import url('./v8.css');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=DM+Mono:wght@300;400;500&display=swap');

:root {
  --bg: #050407;
  --ink: #fffafc;
  --dim: #aaa2b4;
  --brand: #b63cff;
  --brand-2: #ff4fd8;
  --hi: #e8c9ff;
  --live: #7cff8f;
  --font-d: 'Archivo', system-ui, sans-serif;
  --font-m: 'DM Mono', ui-monospace, monospace;
  --bar-h: 0px;
  --ease-film: cubic-bezier(.16, 1, .3, 1);
}

html { scrollbar-color: var(--brand) #09070d; }
body {
  background: var(--bg);
  line-height: 1.55;
}
body::after {
  opacity: .11;
  mix-blend-mode: soft-light;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 46;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.07);
}

/* V9 Navigation — ein großes, klares Studio-Signet statt Film-HUD. */
.v8-bar { display: none !important; }
.v8-ident {
  top: 19px;
  left: clamp(18px, 2.5vw, 40px);
  z-index: 65;
  height: 48px;
  gap: 13px;
  padding: 0;
  color: #fff;
}
.v8-ident::before {
  content: 'RL';
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--brand);
  color: #08050b;
  font-family: var(--font-d);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.08em;
  clip-path: polygon(0 0,100% 0,100% 74%,74% 100%,0 100%);
}
.v8-ident img { display: none; }
.v8-ident span {
  display: grid;
  gap: 0;
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.05;
}
.v8-ident span::first-line { color: #fff; }
.v8-ident b {
  color: var(--brand-2);
  font-family: var(--font-m);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .24em;
  margin-top: 5px;
}
.v8-hud {
  inset: 17px clamp(18px,2.5vw,40px) auto auto;
  z-index: 66;
  gap: 12px;
  align-items: center;
}
#v8-tc {
  order: 2;
  min-width: auto;
  padding: 10px 0 10px 15px;
  border-left: 1px solid rgba(255,255,255,.2);
  font-family: var(--font-m);
  font-size: 9px;
  letter-spacing: .16em;
}
#v8-tc .time { display: none; }
#v8-tc .scene-name { color: #c9c1cf; }
#v8-menu-btn {
  min-width: 112px;
  height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #09060c;
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  clip-path: polygon(0 0,100% 0,100% 70%,88% 100%,0 100%);
}
#v8-menu-btn::before { content: '///'; color: var(--brand); margin-right: 10px; }
#v8-menu-btn:hover { background: var(--brand); color: #fff; transform: none; }
#v8-menu-btn:hover::before { color: #07040a; }
.v8-sound {
  right: clamp(18px,2.5vw,40px);
  bottom: 22px;
  z-index: 55;
}
.v8-sound-btn {
  padding: 9px 13px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(5,4,7,.58);
  backdrop-filter: blur(12px);
  font-family: var(--font-m);
  font-size: 9px;
  letter-spacing: .16em;
}

/* Fortschrittskante wird durch v9.js gespeist. */
.v9-progress {
  position: fixed;
  z-index: 80;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg,var(--brand),var(--brand-2));
  box-shadow: 0 0 22px var(--brand);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

/* Bilder: kontrastreich, warmes Schwarz, violette Leuchtdichte. */
#v8-stage::after {
  background:
    linear-gradient(90deg, rgba(5,4,7,.86) 0%, rgba(5,4,7,.18) 52%, rgba(5,4,7,.46) 100%),
    linear-gradient(0deg, rgba(5,4,7,.76), transparent 44%, rgba(5,4,7,.38));
}
#v8-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 54%, rgba(182,60,255,.12) 72%, transparent 86%);
  mix-blend-mode: screen;
}
.v8-lay img, .v8-lay video {
  filter: saturate(.78) contrast(1.13) brightness(.82);
}

/* Große Typografie: weniger Filmplakat, mehr Weltmarke. */
.v8-giant {
  font-weight: 950;
  font-stretch: 125%;
  font-size: clamp(78px,15vw,238px);
  letter-spacing: -.065em;
  line-height: .76;
  text-shadow: 0 8px 50px rgba(5,4,7,.72);
}
.v8-giant--outline {
  -webkit-text-stroke: 1.5px rgba(255,255,255,.78);
  filter: none;
}
.v8-h {
  font-size: clamp(45px,6.4vw,100px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .9;
}
.v8-copy {
  max-width: 46ch;
  font-size: clamp(18px,1.5vw,23px);
  line-height: 1.48;
  letter-spacing: -.015em;
}
.v8-ovl,.v8-kicker {
  color: var(--brand-2);
  font-family: var(--font-m);
  font-size: 10px;
  letter-spacing: .3em;
}
.v8-ovl::before { content: '09 / '; color: #fff; }
.v8-scrim,.v8-scrim--strong {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.v8-scrim::before { opacity: .82; }

.scene__pin { padding: 94px clamp(22px,5vw,78px) 60px; }
.scene__pin--bl { align-items: flex-end; }
.scene__pin--tr { align-items: flex-start; justify-content: flex-end; text-align: right; }
.scene__pin--tr .v8-insert { max-width: 780px; }
.scene__pin--c { text-align: center; }
.scene__pin--c .v8-copy { margin-left: auto; margin-right: auto; }

/* Hero — zwei riesige Ebenen und eine echte Informationsleiste. */
#sc-hero .scene__pin { align-items: center; }
.v8-hero-stack {
  margin-left: clamp(-11px,-.7vw,-4px);
  transform: translateY(-2vh);
}
.v8-hero-stack .l1 { color: #fff; }
.v8-hero-stack .l2 {
  color: transparent;
  -webkit-text-stroke-color: var(--brand);
  margin-left: .29em;
}
.v8-hero-sub {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 24px clamp(32px,6vw,100px);
  margin-top: clamp(24px,5vh,48px);
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.35);
}
.v8-btn,.v8-act {
  position: relative;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.34);
  background: #fff;
  color: #08050b;
  box-shadow: none;
  clip-path: polygon(0 0,100% 0,100% 70%,90% 100%,0 100%);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.v8-btn:hover,.v8-act:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 15px 45px rgba(182,60,255,.28);
}
.v8-btn--ghost {
  background: rgba(5,4,7,.35);
  color: #fff;
  backdrop-filter: blur(10px);
}
.v8-chips { justify-content: flex-end; gap: clamp(18px,3vw,48px); }
.v8-chip {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.v8-chip .val { font-size: clamp(25px,2.4vw,38px); }
.v8-chip .lab { font-size: 8px; letter-spacing: .22em; }
.v8-chip--live .dot { box-shadow: 0 0 18px var(--live); }

/* Editoriale Informationsblöcke, nie als Floating Cards. */
.v8-insert { max-width: 860px; }
.v8-insert::after {
  content: '';
  display: block;
  width: 82px;
  height: 6px;
  margin-top: 30px;
  background: var(--brand);
}
.scene__pin--tr .v8-insert::after { margin-left: auto; }
.v8-lines { margin-top: 28px; gap: 8px; }
.v8-lines span {
  font-family: var(--font-m);
  font-size: 10px;
  letter-spacing: .2em;
}
.v8-facts {
  left: auto;
  right: clamp(22px,5vw,78px);
  bottom: 36px;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.3);
}
.v8-facts > span { padding: 12px 20px; border-left: 1px solid rgba(255,255,255,.2); }
.v8-facts b { font-size: 25px; }

/* Fraktions-Line-up: harte Zeilen, keine Karten. */
.v8-roster,.fx-roster-ovl { width: min(1160px,100%); }
.v8-rrow,.fx-row {
  border-top: 1px solid rgba(255,255,255,.28);
  padding: clamp(10px,1.4vh,18px) 0;
}
.v8-rrow:last-of-type,.fx-row:last-of-type { border-bottom: 1px solid rgba(255,255,255,.28); }
.v8-rname,.fx-row-name {
  font-size: clamp(62px,9.2vw,142px);
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: .76;
}
.v8-rrow:hover .v8-rname,.fx-row:hover .fx-row-name { color: var(--acc,var(--brand)); }
.v8-rmeta,.fx-row-meta { font-size: 9px; letter-spacing: .2em; }

.v8-feature-roll { width: min(1040px,100%); }
.v8-feature-line {
  grid-template-columns: minmax(190px,.6fr) 1fr;
  padding: 13px 0;
  border-top-color: rgba(255,255,255,.24);
}
.v8-feature-line strong { font-size: clamp(42px,6vw,90px); letter-spacing: -.06em; }
.v8-feature-line span { font-family: var(--font-m); font-size: 10px; letter-spacing: .1em; }

/* Sekundärseiten: offene, breite Layouts. */
.st-wrap,.cl-wrap,.fd-wrap { max-width: 1180px; padding-inline: clamp(22px,5vw,72px); }
#st-open,#cl-open,#fd-open { padding-top: clamp(150px,23vh,220px); }
.st-title,.cl-title,.fd-name { letter-spacing: -.075em; }
.st-grid {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.24);
}
.st-card {
  display: grid;
  grid-template-columns: 90px minmax(0,1fr) auto;
  gap: clamp(18px,3vw,44px);
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  border-radius: 0;
  background: transparent;
}
.st-card:hover { transform: none; padding-left: 18px; background: linear-gradient(90deg,rgba(182,60,255,.17),transparent 72%); }
.st-ava { width: 76px; height: 76px; border-radius: 0; clip-path: polygon(0 0,100% 0,100% 80%,80% 100%,0 100%); }
.st-name { font-size: clamp(28px,3vw,44px); letter-spacing: -.035em; }
.st-badge { border-radius: 0; padding: 10px 14px; }
.st-join { background: #0b0810; }

.cl-wrap { max-width: 1180px; }
.cl-entry {
  grid-template-columns: clamp(120px,16vw,220px) 1fr;
  padding: clamp(30px,5vh,62px) 0;
  border-top-color: rgba(255,255,255,.2);
}
.cl-date { color: var(--brand-2); font-size: 12px; }
.cl-date::before { content: 'PATCH / '; color: #fff; }
.cl-body { max-width: 720px; font-size: clamp(17px,1.4vw,21px); }
.cl-body strong { color: #fff; background: linear-gradient(transparent 65%,rgba(182,60,255,.45) 0); }
.cl-body img { border-radius: 0; }

.fd-wrap { max-width: 1120px; }
.fd-logo { width: clamp(90px,10vw,150px); }
.fd-block { padding-block: clamp(60px,9vh,110px); }
.fd-h { font-size: clamp(35px,4.5vw,70px); letter-spacing: -.045em; }
.fx-rank {
  min-height: 52px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.fx-rank .g { font-size: 10px; }

/* Footer als großes Studio-Endboard. */
.v8-footer {
  padding: clamp(90px,14vh,150px) clamp(22px,7vw,110px) 48px;
  background:
    radial-gradient(circle at 80% 10%,rgba(182,60,255,.18),transparent 28%),
    #050407;
}
.v8-footer .head {
  font-size: clamp(72px,12vw,180px);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .8;
  margin-bottom: 65px;
}
.v8-footer .head::before { content: 'WE ARE '; color: transparent; -webkit-text-stroke: 1px var(--brand); }
.v8-endcredit { max-width: 1100px; padding: 12px 0; }
.v8-endcredit .r { color: var(--brand-2); }
.v8-footer .disclaimer { color: #8e8795; }
.st-end,.cl-end,.fd-end { background: #050407; }

/* Rechtliches / Antrag übernehmen dieselbe offene Formsprache. */
.v8-endpage .lg-hero h1,.v8-endpage .ap-hero h1 { letter-spacing: -.07em; line-height: .8; }
.v8-endpage .lg-body,.v8-endpage .ap-body { background: #08060b; }
.v8-endpage .lg-card,.v8-endpage textarea {
  border-radius: 0;
  border-color: rgba(255,255,255,.18);
  background: #0d0911;
}

/* Dokuseiten: Rahmen neu, Kern bleibt unangetastet. */
body.v8-doc::before {
  height: 94px;
  background: linear-gradient(#050407 0 62%,transparent);
  backdrop-filter: none;
}
body.v8-doc .doc-hub-hero { min-height: 58vh; padding-top: 150px; }
body.v8-doc .doc-hub-hero h1 {
  font-size: clamp(56px,9vw,138px);
  letter-spacing: -.075em;
  line-height: .78;
}
body.v8-doc .doc-hub-hero__meta { border-radius: 0; }

@media (max-width: 900px) {
  #v8-tc { display: none; }
  .v8-hero-sub { grid-template-columns: 1fr; }
  .v8-chips { justify-content: flex-start; }
  .v8-feature-line { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .v8-ident { top: 14px; left: 14px; }
  .v8-ident::before { width: 42px; height: 42px; }
  .v8-ident span { display: none; }
  .v8-hud { top: 10px; right: 10px; }
  #v8-menu-btn { min-width: 98px; height: 46px; padding-inline: 15px; }
  .v8-sound { right: 12px; bottom: 12px; }
  .scene__pin { padding: 82px 18px 48px; }
  .v8-giant { font-size: clamp(54px,22vw,92px); letter-spacing: -.075em; }
  .v8-hero-stack .l2 { margin-left: .12em; }
  .v8-hero-sub { margin-top: 22px; padding-top: 16px; }
  .v8-acts--btn { width: 100%; }
  .v8-btn { flex: 1; justify-content: center; min-width: 140px; padding-inline: 16px; }
  .v8-chip .val { font-size: 22px; }
  .v8-chip .lab { font-size: 7px; }
  .v8-facts { display: none; }
  .v8-rname,.fx-row-name { font-size: clamp(48px,20vw,78px); }
  .v8-rrow,.fx-row { align-items: flex-start; }
  .v8-rmeta,.fx-row-meta { white-space: normal; }
  .st-card { grid-template-columns: 62px 1fr; gap: 14px; }
  .st-ava { width: 58px; height: 58px; }
  .st-badge { grid-column: 2; justify-self: start; }
  .cl-entry { grid-template-columns: 1fr; }
  .v8-footer .head::before { display: block; }
  body.v8-doc .doc-hub-hero { min-height: 50vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body::after,#v8-stage::before,.v9-progress { animation: none !important; }
}

/* ============================================================
   V9.1 — NIGHT SIGNAL / Premium-Pass
   Präzisere Typografie, Materialtiefe, Broadcast-HUD und Motion.
   ============================================================ */
:root {
  --bg: #060409;
  --surface: rgba(12, 8, 17, .76);
  --surface-solid: #0d0912;
  --line: rgba(255, 255, 255, .16);
  --line-strong: rgba(255, 255, 255, .32);
  --ink-soft: #d8d0dc;
  --dim: #b7afbe;
  --ease-film: cubic-bezier(.16, 1, .3, 1);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

html { color-scheme: dark; }
body {
  min-width: 320px;
  font-optical-sizing: auto;
  text-wrap: pretty;
}
h1,h2,h3 { text-wrap: balance; }
::selection { background: rgba(182,60,255,.5); color: #fff; }
:focus-visible { outline: 2px solid var(--brand-2); outline-offset: 4px; }

/* Ruhiger Broadcast-Rahmen, oben dichter für HUD-Lesbarkeit. */
body::before {
  border-color: rgba(255,255,255,.08);
  background:
    linear-gradient(180deg,rgba(6,4,9,.86),rgba(6,4,9,.38) 56px,transparent 112px),
    linear-gradient(0deg,rgba(6,4,9,.42),transparent 92px);
}
body::after { opacity: .065; animation-duration: 1.6s; }

/* Bildpipeline: mehr Zeichnung in den Mitten, weniger Einheitsfilter. */
#v8-stage::after {
  z-index: 8;
  background:
    linear-gradient(90deg,rgba(6,4,9,.66) 0%,rgba(6,4,9,.14) 48%,rgba(6,4,9,.4) 100%),
    linear-gradient(0deg,rgba(6,4,9,.68),transparent 40%,rgba(6,4,9,.28));
}
#v8-stage::before {
  z-index: 9;
  opacity: .55;
  background:
    repeating-linear-gradient(180deg,rgba(255,255,255,.018) 0 1px,transparent 1px 4px),
    radial-gradient(70% 55% at 72% 42%,rgba(255,79,216,.1),transparent 68%);
  -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 24%,#000 100%);
  mask-image: linear-gradient(90deg,transparent 0%,#000 24%,#000 100%);
  mix-blend-mode: soft-light;
}
.v8-lay img,.v8-lay video { filter: saturate(.9) contrast(1.1) brightness(.82); }
.v8-lay--dark > img { filter: saturate(.82) contrast(1.12) brightness(.66); }
.v8-lay[data-for="sc-hero"] video { object-position: 50% 48%; }
.v8-lay[data-for="sc-stadt"] img { object-position: 50% 52%; }
.v8-lay[data-for="sc-nacht"] img { object-position: 50% 56%; }
.v8-lay[data-for="sc-land"] img { object-position: 58% 50%; }
.v8-lay[data-for="lp-land2"] img { object-position: 48% 52%; }
.v8-lay[data-for="sc-cast"] img { object-position: 58% 52%; }
.v8-lay[data-for="sc-credits"] img { object-position: 54% 54%; }
.v8-lay[data-for="sc-finale"] img { object-position: 50% 60%; }

/* Echtes Markenzeichen statt generischem RL-Block. */
.v8-ident { height: 50px; gap: 12px; }
.v8-ident::before { content: none; }
.v8-ident img {
  display: block;
  width: 58px;
  height: 46px;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 0 15px rgba(182,60,255,.32));
}
.v8-ident span { font-size: 11px; letter-spacing: .11em; }
.v8-ident b { margin-top: 4px; color: var(--brand-2); font-size: 8px; letter-spacing: .22em; }

/* Timecode bleibt sichtbar und liest sich wie echte Kamera-Telemetrie. */
.v8-hud { gap: 10px; }
#v8-tc {
  order: 1;
  min-width: 238px;
  min-height: 50px;
  padding: 10px 15px;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(6,4,9,.44);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
#v8-tc::before { content: 'TC'; color: var(--brand-2); font-size: 8px; letter-spacing: .18em; }
#v8-tc .time { display: inline; color: #fff; font-size: 10px; letter-spacing: .08em; }
#v8-tc .scene-name {
  max-width: 120px;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 8px;
  letter-spacing: .14em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#v8-menu-btn {
  order: 2;
  border: 1px solid rgba(255,255,255,.92);
  background: rgba(255,255,255,.96);
  transition: translate .24s var(--ease-out),transform .16s var(--ease-out),background-color .2s,color .2s,border-color .2s;
}
#v8-menu-btn:hover { background: var(--brand); border-color: var(--brand); color: #09060c; }
#v8-menu-btn:active { transform: scale(.97); }

.v8-sound-btn {
  min-width: 84px;
  border-color: rgba(255,255,255,.24);
  background: rgba(6,4,9,.68);
  color: var(--ink-soft);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06),0 10px 30px rgba(0,0,0,.2);
  transition: transform .16s var(--ease-out),border-color .2s,color .2s,background-color .2s;
}
.v8-sound-btn:hover { border-color: var(--brand-2); color: #fff; background-color: rgba(182,60,255,.14); }
.v8-sound-btn:active { transform: scale(.96); }

.v9-progress {
  height: 2px;
  background: linear-gradient(90deg,var(--brand),var(--brand-2));
  box-shadow: none;
}
@supports (animation-timeline: scroll()) {
  .v9-progress {
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    animation: v9-progress-track linear both;
    animation-timeline: scroll(root block);
  }
  @keyframes v9-progress-track { to { transform: scaleX(1); } }
}

/* Hero: markant, aber in einem Laptop-Viewport vollständig lesbar. */
#sc-hero .scene__pin { padding-top: 84px; padding-bottom: 38px; }
#sc-hero .v8-hero-stack .v8-giant {
  font-size: clamp(76px,14vw,205px);
  line-height: .73;
  letter-spacing: -.058em;
}
.v8-hero-stack {
  transform: translateY(-1vh);
  filter: drop-shadow(0 24px 44px rgba(0,0,0,.36));
}
#sc-hero .v8-hero-stack .l1 { margin-left: clamp(-48px,-3vw,-18px); }
.v8-hero-stack .l2 {
  -webkit-text-stroke-width: 1.25px;
  text-shadow: 2px 0 rgba(255,79,216,.2),-2px 0 rgba(182,60,255,.16);
}
.v9-hero-premise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  margin-top: clamp(18px,3vh,28px);
  padding-left: 2px;
  max-width: min(780px,76vw);
  color: #f7f1fa;
  font-family: var(--font-m);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,.7);
}
.v9-hero-premise span:last-child { color: var(--brand-2); text-align: right; }
.v8-hero-sub {
  grid-template-columns: minmax(280px,auto) minmax(0,1fr);
  gap: 22px clamp(34px,5vw,84px);
  margin-top: clamp(18px,3.2vh,32px);
  padding-top: 18px;
  border-top-color: rgba(255,255,255,.28);
}

/* Taktile CTAs mit separaten Hover-, Magnet- und Press-Ebenen. */
.v8-btn,.v8-act {
  overflow: hidden;
  isolation: isolate;
  min-height: 56px;
  border-color: rgba(255,255,255,.46);
  background: linear-gradient(135deg,#fff 0%,#f3edf7 100%);
  color: #09060c;
  box-shadow: inset 0 1px 0 #fff,0 16px 38px rgba(0,0,0,.18);
  transition: translate .26s var(--ease-out),transform .16s var(--ease-out),background-color .2s,border-color .2s,color .2s,box-shadow .26s var(--ease-out);
  will-change: translate;
}
.v8-btn:hover,.v8-act:hover {
  border-color: var(--brand);
  background: var(--brand);
  color: #09060c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26),0 18px 44px rgba(111,26,170,.3);
  filter: none;
}
.v8-btn:active,.v8-act:active { transform: scale(.97); }
.v8-btn--ghost {
  border-color: rgba(255,255,255,.32);
  background: rgba(8,5,12,.48);
  color: #fff;
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.v8-btn--ghost:hover { background: rgba(255,255,255,.94); border-color: #fff; color: #09060c; box-shadow: 0 16px 40px rgba(0,0,0,.24); }
.v8-btn .v8-arr,.v8-act .v8-arr { transition: transform .22s var(--ease-out); }
.v8-btn:hover .v8-arr,.v8-act:hover .v8-arr { transform: translate3d(2px,-2px,0); }

.v8-chips { align-items: stretch; }
.v8-chip { position: relative; padding-inline: clamp(12px,1.4vw,22px); }
.v8-chip:first-child { padding-left: 0; }
.v8-chip + .v8-chip::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(255,255,255,.18);
}
.v8-chip .val { letter-spacing: -.035em; line-height: 1; }
.v8-chip .lab { color: var(--ink-soft); }
.v8-chip .dot,.v8-stamp .dot { box-shadow: 0 0 0 3px rgba(124,255,143,.1),0 0 14px var(--live); }

/* Szenentypografie und lokale Lesbarkeit. */
.v8-h { max-width: 12ch; letter-spacing: -.042em; line-height: .92; }
.v8-h em { color: var(--brand-2); }
.v8-copy { color: #f0eaf2; font-weight: 470; }
.v8-insert::after { height: 4px; background: linear-gradient(90deg,var(--brand),var(--brand-2)); }
.v8-lines { gap: 10px; }
.v8-lines .tick { color: var(--brand-2); }
.v8-feature-line { transition: border-color .22s,color .22s; }
.v8-feature-line:hover { border-top-color: rgba(255,79,216,.55); }
.v8-feature-line strong { -webkit-text-stroke-width: 1.25px; }
.v8-facts { background: linear-gradient(90deg,transparent,rgba(6,4,9,.35)); }

/* Roster: Fokus ist dem Hover gleichgestellt, Bildwechsel weicher. */
.v8-roster-bgs img,.fx-roster-bgs img { transition: opacity .32s var(--ease-out),filter .42s var(--ease-out),transform .7s var(--ease-out); transform: scale(1.015); }
.v8-roster-bgs img.is-hot,.fx-roster-bgs img.is-hot { transform: scale(1.035); }
.v8-rrow,.fx-row { transition: transform .25s var(--ease-out),background-color .2s,border-color .2s; }
.v8-rrow:hover,.v8-rrow:focus-visible,.fx-row:hover,.fx-row:focus-visible { transform: translateX(9px); background: linear-gradient(90deg,color-mix(in srgb,var(--acc,var(--brand)) 16%,transparent),transparent 66%); }
.v8-rrow:focus-visible,.fx-row:focus-visible { outline-offset: 6px; }

html body .st-card { transition: transform .24s var(--ease-out),background-color .2s,border-color .2s; }
html body .st-card:hover,html body .st-card:focus-visible { padding-left: 0; transform: translateX(8px); }

/* Menü materialisiert als klare Broadcast-Seitenwand statt Kartenstapel. */
#v8-overlay {
  width: min(660px,96vw);
  border-left-color: rgba(255,79,216,.34);
  background: rgba(7,4,10,.78);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.06),-42px 0 100px rgba(0,0,0,.46);
  transition: transform .42s var(--ease-drawer),visibility 0s .42s;
}
#v8-overlay.is-open { transition: transform .42s var(--ease-drawer); }
body.v8-menu-open::after {
  inset: 0;
  opacity: 1;
  background: rgba(3,2,5,.64);
  mix-blend-mode: normal;
  transform: none;
  animation: none;
}
#v8-overlay .v8-index { gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
#v8-overlay .v8-index a {
  padding: 13px 4px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: transparent;
  transition: transform .32s var(--ease-out),opacity .32s var(--ease-out),background-color .18s;
}
#v8-overlay .v8-index a:hover,#v8-overlay .v8-index a:focus-visible {
  padding-left: 4px;
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(90deg,rgba(182,60,255,.2),transparent 72%);
  box-shadow: none;
  transform: translateX(7px);
}
#v8-overlay .v8-index .tc { color: var(--brand-2); font-size: 10px; }
#v8-overlay .v8-index .t { font-size: clamp(23px,3vw,38px); letter-spacing: -.025em; }
#v8-overlay-close { border-radius: 0; transition: transform .16s var(--ease-out),border-color .2s,color .2s; }
#v8-overlay-close:active { transform: scale(.97); }
#v8-auth-slot { align-items: flex-start; margin-bottom: 24px; }
#v8-auth-slot a {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 0;
  background: rgba(255,255,255,.95);
  background-image: none;
  color: #09060c;
  box-shadow: none;
}
#v8-auth-slot a:hover { background-size: 0; filter: none; box-shadow: none; }
#v8-auth-slot a + a { border-color: rgba(255,255,255,.24); background: transparent; color: #fff; }
#v8-overlay .v8-legal a { border-radius: 0; }

/* Gemeinsame Tiefe für sekundäre und rechtliche Seiten. */
html body.v8-doc .doc-hub-hero { min-height: 60vh; }
html body.v8-doc .doc-hub-hero::before { filter: saturate(.86) contrast(1.1) brightness(.72); animation-duration: 32s; }
html body.v8-doc .doc-hub-hero::after {
  background:
    radial-gradient(105% 100% at 14% 84%,rgba(6,4,9,.84),rgba(6,4,9,.3) 48%,transparent 70%),
    linear-gradient(180deg,rgba(6,4,9,.18),rgba(182,60,255,.05) 42%,var(--bg) 100%);
}
html body.v8-doc .doc-search { border-color: rgba(255,255,255,.2); background: rgba(8,5,12,.72); }
html body.v8-doc .doc-search::placeholder { color: #a9a1af; }
html body.v8-doc .doc-panel__header { border-color: rgba(255,255,255,.16); background: linear-gradient(110deg,rgba(182,60,255,.11),rgba(255,79,216,.025) 45%,transparent 78%); }
html body.v8-doc .rule-row { transition: background-color .16s,border-color .16s,transform .2s var(--ease-out); }
html body.v8-doc .rule-row:hover { transform: translateX(3px); }

html body.v8-endpage .lg-wrap { max-width: 840px; }
html body.v8-endpage .lg-head h1 { letter-spacing: -.055em; text-wrap: balance; }
html body.v8-endpage .lg-lead,html body.v8-endpage .lg-block p { color: #d0c8d4; }
html body.v8-endpage .lg-block { border-top-color: rgba(255,255,255,.14); }
html body.v8-endpage .lg-note { border: 1px solid rgba(238,201,109,.28); padding: clamp(18px,3vw,26px); background: rgba(238,201,109,.035); }

@media (max-width: 900px) {
  #v8-tc { display: none; }
  #sc-hero .v8-hero-stack .v8-giant { font-size: clamp(72px,18vw,150px); }
  .v9-hero-premise { max-width: 100%; }
  .v8-hero-sub { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .v8-ident img { width: 50px; height: 40px; }
  #sc-hero .scene__pin { padding-top: 76px; padding-bottom: 68px; }
  #sc-hero .v8-hero-stack .v8-giant { font-size: clamp(70px,23vw,112px); }
  .v9-hero-premise { display: grid; gap: 5px; font-size: 8px; letter-spacing: .14em; }
  .v9-hero-premise span:last-child { text-align: left; }
  .v8-hero-sub { margin-top: 14px; padding-top: 14px; }
  .v8-acts--btn { flex-wrap: nowrap; }
  .v8-btn { min-width: 0; min-height: 52px; font-size: 10px; }
  .v8-chips { gap: 0; }
  .v8-chip { padding-inline: 10px; }
  .v8-chip .val { font-size: 19px; }
  .v8-sound-btn { min-width: 44px; }
  #v8-overlay { width: 100vw; padding-inline: 22px; }
  #v8-overlay .v8-index .t { font-size: 21px; }
  html body.v8-doc .doc-hub-hero { min-height: 52vh; }
}

@media (prefers-reduced-transparency: reduce) {
  #v8-tc,.v8-sound-btn,.v8-btn--ghost,#v8-overlay { -webkit-backdrop-filter: none; backdrop-filter: none; }
  #v8-tc,.v8-sound-btn,.v8-btn--ghost { background: #0d0912; }
  #v8-overlay { background: #09060d; }
}

@media (prefers-contrast: more) {
  #v8-tc,.v8-sound-btn,.v8-btn--ghost,#v8-overlay { border-color: #fff; background-color: #09060d; }
  .v8-copy,.v8-chip .lab,.v8-rmeta { color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  .v8-btn,.v8-act,#v8-menu-btn,.v8-sound-btn { translate: none !important; transform: none !important; }
  .v8-roster-bgs img,.fx-roster-bgs img,html body.v8-doc .rule-row { transform: none !important; }
  #v8-overlay,#v8-overlay .v8-index a { transition: none !important; }
  #v8-stage::before { display: none; }
}

/* ============================================================
   V9.2 — HERO-SEITENPANEL „Schwarzes Brett"
   Rechts im Cold Open: aktuelle Infos (Fraktionen suchen) + Discord-CTA.
   Positionierung (außen, absolut) und [data-stg]-Reveal (innen) sind
   bewusst getrennt, damit der Stagger nicht das Zentrieren überschreibt.
   ============================================================ */
.v9-hero-aside {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  width: min(340px, 30vw);
  z-index: 4;
}
.v9-aside-card {
  position: relative;
  padding: 20px 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(180deg, rgba(24, 14, 34, .72), rgba(9, 6, 16, .80));
  box-shadow: 0 26px 64px -30px rgba(0, 0, 0, .92), inset 0 1px 0 rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  backdrop-filter: blur(16px) saturate(1.25);
  overflow: hidden;
}
.v9-aside-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), var(--brand-2), transparent);
  opacity: .9;
}
.v9-aside-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.v9-aside-kicker {
  display: inline-flex; align-items: center; gap: 7px;
  font: 600 10.5px/1 var(--font-m); letter-spacing: .22em; text-transform: uppercase; color: var(--hi);
}
.v9-aside-kicker .dot { width: 7px; height: 7px; }
.v9-aside-tc {
  font: 500 10px/1 var(--font-m); letter-spacing: .2em; color: var(--live);
  padding: 3px 7px; border: 1px solid rgba(124, 255, 143, .35); border-radius: 999px;
}
.v9-aside-title { margin: 0 0 14px; font: 800 20px/1.08 var(--font-d); letter-spacing: -.01em; color: var(--ink); }
.v9-aside-list { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.v9-aside-list li {
  position: relative;
  display: flex; align-items: center; gap: 10px;
  padding: 9px 11px; border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .06);
  border-left: 2px solid var(--acc, var(--brand));
  transition: background .25s var(--ease-film), transform .25s var(--ease-film);
}
.v9-aside-list li:hover { background: rgba(255, 255, 255, .07); transform: translateX(2px); }
/* ganze Zeile klickbar → Fraktions-Discord */
.v9-aside-hit { position: absolute; inset: 0; z-index: 3; border-radius: 12px; }
.v9-aside-hit:focus-visible { outline: 2px solid var(--acc, var(--brand)); outline-offset: 1px; }
.v9-aside-list li:has(.v9-aside-hit) { cursor: pointer; }
.v9-aside-arr { opacity: .7; font-weight: 700; }
.v9-aside-list li:hover .v9-aside-arr { opacity: 1; }
.v9-aside-tag { min-width: 42px; font: 700 11px/1 var(--font-m); letter-spacing: .12em; color: var(--acc, var(--brand)); }
.v9-aside-role { flex: 1; font: 500 13px/1.2 var(--font-d); color: #e8e2f0; }
.v9-aside-open {
  font: 600 9px/1 var(--font-m); letter-spacing: .16em; color: var(--live);
  padding: 3px 6px; border-radius: 6px; background: rgba(124, 255, 143, .10);
}
.v9-aside-li--new { background: rgba(182, 60, 255, .09); border-color: rgba(182, 60, 255, .22); }
.v9-aside-li--new:hover { background: rgba(182, 60, 255, .15); }
.v9-aside-li--new .v9-aside-open { color: var(--brand-2); background: rgba(255, 79, 216, .12); }
.v9-aside-note { margin: 0 0 14px; font: 400 11.5px/1.5 var(--font-d); color: var(--dim); }
.v9-aside-note strong { color: var(--hi); font-weight: 600; }
.v9-aside-cta {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 12px 16px; border-radius: 12px; text-decoration: none;
  font: 700 13px/1 var(--font-d); letter-spacing: .02em; color: #fff;
  background: linear-gradient(180deg, #5865F2, #4650d8);
  box-shadow: 0 12px 28px -12px rgba(88, 101, 242, .8), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .2s var(--ease-film), box-shadow .2s var(--ease-film), filter .2s;
}
.v9-aside-cta:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 34px -12px rgba(88, 101, 242, .9), inset 0 1px 0 rgba(255, 255, 255, .25); }
.v9-aside-cta:active { transform: translateY(0); }
.v9-aside-cta svg { flex: none; }
.v9-aside-cta .v8-arr { margin-left: 1px; opacity: .9; }

/* Reveal-Timing: nach den Chips (stg5 = .32s) einlaufen */
body.v8-js .scene.is-live [data-stg="6"] { transition-delay: .42s; }

/* Tablet: etwas schmaler, näher an den Rand */
@media (max-width: 1200px) {
  .v9-hero-aside { width: min(300px, 34vw); right: clamp(16px, 4vw, 40px); }
}
/* Mobile: Hero-Text nach oben, Karte volle Breite unten */
@media (max-width: 900px) {
  #sc-hero .scene__pin--cl { align-items: flex-start; }
  .v9-hero-aside {
    top: auto; bottom: clamp(18px, 4vh, 34px);
    left: clamp(16px, 5vw, 28px); right: clamp(16px, 5vw, 28px);
    transform: none; width: auto;
  }
  .v9-aside-title { font-size: 18px; }
}
@media (max-width: 560px) {
  .v9-aside-note { display: none; }
  .v9-aside-card { padding: 16px 16px 15px; }
  .v9-aside-title { margin-bottom: 11px; }
}
/* Reduced-Motion: Karte sofort sichtbar (greift zusätzlich zur globalen Regel) */
@media (prefers-reduced-motion: reduce) {
  .v9-aside-list li, .v9-aside-cta { transition: none; }
}

/* ── Leaks-Galerie (Startseite, neben dem Schwarzen Brett) ─────────────────── */
.v9-leaks-frame{
  position:relative; width:100%; aspect-ratio:16/10; border-radius:12px; overflow:hidden;
  background:#0c0814; border:1px solid rgba(242,238,252,.12); cursor:pointer;
  transition:border-color .2s;
}
.v9-leaks-frame:hover{ border-color:var(--brand,#a855f7); }
.v9-leaks-frame:focus-visible{ outline:2px solid var(--brand,#a855f7); outline-offset:2px; }
.v9-leaks-stage{ position:absolute; inset:0; }
.v9-leaks-item{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity .6s ease; will-change:opacity;
}
.v9-leaks-item.is-in{ opacity:1; }
.v9-leaks-meta{
  position:absolute; left:0; right:0; bottom:0; z-index:2; display:flex; justify-content:space-between;
  gap:8px; padding:18px 11px 8px; pointer-events:none;
  font-family:var(--font-m,monospace); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:#fff;
  background:linear-gradient(180deg,transparent,rgba(6,4,12,.85));
}
.v9-leaks-by{ opacity:.7; }
.v9-leaks-empty{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
  font-family:var(--font-m,monospace); font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--dim,#9a8fb8);
}
/* Vollbild-Lightbox */
.v9-leaks-lb{
  position:fixed; inset:0; z-index:400; display:flex; align-items:center; justify-content:center;
  padding:24px; background:rgba(3,2,8,.9); backdrop-filter:blur(6px);
}
.v9-leaks-lb img, .v9-leaks-lb video{ max-width:92vw; max-height:88vh; border-radius:10px; box-shadow:0 30px 90px rgba(0,0,0,.6); }
.v9-leaks-lb-x{
  position:absolute; top:16px; right:20px; width:40px; height:40px; border-radius:10px;
  border:1px solid rgba(242,238,252,.2); background:rgba(0,0,0,.5); color:#fff; font-size:16px; cursor:pointer;
}
.v9-leaks-lb-x:hover{ border-color:var(--brand,#a855f7); color:var(--brand,#a855f7); }
body.v9-leaks-lb-open{ overflow:hidden; }

/* Leaks-Galerie LINKS neben dem Schwarzen Brett (nur breite Screens) + größer. */
@media (min-width: 1201px){
  .v9-hero-aside{
    display:flex; flex-direction:row-reverse; align-items:stretch;
    gap:16px; width:min(820px, 64vw);
  }
  .v9-hero-aside > .v9-aside-card:not(.v9-leaks-card){ flex:0 0 clamp(280px,20vw,322px); }
  .v9-leaks-card{ flex:1 1 440px; display:flex; flex-direction:column; }
  .v9-leaks-card .v9-leaks-frame{ aspect-ratio:auto; flex:1 1 auto; min-height:360px; }
}
