:root {
  --void: #06070b;
  --asphalt: #10141c;
  --lane: #181d28;
  --steel: #2a3142;
  --ice: #c5d0df;
  --paper: #f0e6d4;
  --mute: #8b95a8;
  --signal: #ff2d3a;
  --amber: #ffb400;
  --go: #2ee59b;
  --violet: #9d8cff;
  --gold: #e6c36a;
  --line: rgba(240, 230, 212, 0.12);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  --display: "Oxanium", "Segoe UI", sans-serif;
  --ui: "Figtree", "Segoe UI", sans-serif;
  --serif: "Newsreader", "Georgia", serif;
  --mono: "Azeret Mono", "Consolas", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(1200px 520px at 10% -10%, rgba(157, 140, 255, 0.16), transparent 50%),
    radial-gradient(900px 420px at 100% 0%, rgba(255, 45, 58, 0.12), transparent 46%),
    var(--void);
  color: var(--paper);
  font-family: var(--ui);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--paper); }
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--amber);
  color: #111;
  padding: 8px 12px;
  z-index: 80;
}
.skip:focus { left: 8px; }

.tape {
  height: 14px;
  background: repeating-linear-gradient(
    -32deg,
    var(--void) 0 10px,
    var(--gold) 10px 20px
  );
  animation: tape 18s linear infinite;
}
@keyframes tape { to { background-position: 220px 0; } }

.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 18px;
  background: rgba(6, 7, 11, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}
.brand b {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.1;
}
.brand small {
  display: block;
  color: var(--mute);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cta-pair {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.86rem;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn-go {
  background: var(--go);
  color: #062016;
  box-shadow: 0 0 0 0 rgba(46, 229, 155, 0.55);
  animation: pulse-go 2.2s ease-out infinite;
}
.btn-amber {
  background: var(--amber);
  color: #2a1a00;
  animation: pulse-am 2.6s ease-out infinite;
}
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--steel);
}
@keyframes pulse-go {
  0% { box-shadow: 0 0 0 0 rgba(46, 229, 155, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(46, 229, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 229, 155, 0); }
}
@keyframes pulse-am {
  0% { box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.45); }
  70% { box-shadow: 0 0 0 12px rgba(255, 180, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 180, 0, 0); }
}

.radio {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b0d14;
  display: flex;
  align-items: center;
}
.radio-tag {
  flex: 0 0 auto;
  padding: 8px 12px;
  background: var(--signal);
  color: #fff;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.marquee {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  padding: 8px 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ice);
  animation: slide 28s linear infinite;
}
@keyframes slide { to { transform: translateX(-50%); } }

.shell {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  padding: 34px 0 18px;
  align-items: center;
}
.kicker {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--violet);
  margin: 0 0 10px;
}
h1, h2, h3 {
  font-family: var(--display);
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0 0 12px;
}
h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); }
h3 { font-size: 1.2rem; margin-top: 22px; }
.lead {
  font-family: var(--serif);
  font-size: 1.18rem;
  color: var(--ice);
  max-width: 38rem;
}
.lights {
  display: flex;
  gap: 10px;
  margin: 18px 0 16px;
}
.lamp {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2a1216;
  box-shadow: inset 0 0 0 2px #3a2226;
}
.lamp.on-red { background: var(--signal); box-shadow: 0 0 16px var(--signal); }
.lamp.on-amber { background: var(--amber); box-shadow: 0 0 16px var(--amber); }
.lamp.on-green { background: var(--go); box-shadow: 0 0 16px var(--go); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  color: var(--mute);
  font-size: 0.86rem;
}
.tower {
  background: linear-gradient(180deg, #161b27, #0c0f16);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.tower::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% 40%;
  height: 160px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 14px,
    rgba(255, 255, 255, 0.04) 14px 16px
  );
  transform: rotate(-12deg);
  pointer-events: none;
}
.clock {
  font-family: var(--display);
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  letter-spacing: 0.08em;
}
.clock b { color: var(--gold); }
.tower p { margin: 8px 0 0; color: var(--ice); }
.addr-now {
  margin-top: 14px;
  padding: 12px;
  background: #0a0c12;
  border-radius: 12px;
  font-family: var(--mono);
  font-size: 0.82rem;
  word-break: break-all;
  color: var(--go);
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0 0 8px;
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: var(--mute);
}
.crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: var(--steel);
}
.crumbs a { color: var(--ice); text-decoration: none; }

.lanes {
  padding: 10px 0 28px;
}
.slider {
  position: relative;
}
.track {
  display: flex;
  gap: 14px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.pit {
  flex: 0 0 min(86vw, 320px);
  scroll-snap-align: start;
  background: var(--lane);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  min-height: 176px;
  position: relative;
}
.pit em {
  font-family: var(--mono);
  font-style: normal;
  color: var(--amber);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}
.pit strong { display: block; margin: 8px 0 6px; font-family: var(--display); font-size: 1.25rem; }
.pit p { margin: 0 0 12px; color: var(--ice); font-size: 0.92rem; }
.live {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--signal);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  padding: 3px 7px;
  border-radius: 999px;
  animation: blink 1.4s steps(2, end) infinite;
}
@keyframes blink { 50% { opacity: 0.45; } }
.dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}
.dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: var(--steel);
  padding: 0;
  cursor: pointer;
}
.dots button.on { background: var(--gold); }

article.block, .block {
  background: var(--asphalt);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(20px, 4vw, 36px);
  margin: 22px 0;
}
.block p { color: #e7decc; }
.block .kicker { color: var(--violet); }
[itemprop="articleBody"] > p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 2.5rem;
  float: left;
  line-height: 0.85;
  padding: 8px 8px 0 0;
  color: var(--signal);
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.note, .score, .faq-item, .event-card {
  background: #0c1018;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}
.score strong {
  font-family: var(--display);
  font-size: 2.4rem;
  color: var(--gold);
}
.bars { margin-top: 12px; }
.bar {
  display: grid;
  grid-template-columns: 110px 1fr 36px;
  gap: 8px;
  align-items: center;
  font-size: 0.86rem;
  margin: 7px 0;
}
.bar i {
  height: 7px;
  background: #222838;
  border-radius: 99px;
  display: block;
  overflow: hidden;
}
.bar i span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--signal), var(--gold));
  width: 0;
  animation: fill 1.4s ease forwards;
}
@keyframes fill { to { width: var(--w); } }

.faq-item + .faq-item { margin-top: 10px; }
.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: var(--paper);
  font: 700 1rem var(--ui);
  cursor: pointer;
  padding: 0;
}
.faq-item div {
  color: var(--ice);
  margin-top: 8px;
  display: none;
}
.faq-item.open div { display: block; }

.event-card time {
  font-family: var(--mono);
  color: var(--violet);
  font-size: 0.78rem;
}

.lang {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0 28px;
}
.lang a {
  color: var(--ice);
  text-decoration: none;
  border: 1px solid var(--steel);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
}
.lang a[aria-current="page"] {
  background: var(--paper);
  color: #111;
  border-color: var(--paper);
}

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 90px;
  color: var(--mute);
  font-size: 0.9rem;
}
.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6, 7, 11, 0.94);
  border-top: 1px solid var(--line);
}
.dock .btn { flex: 1; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 22px; }
  .grid-2 { grid-template-columns: 1fr; }
  .brand small { display: none; }
  .dock { display: flex; }
  body { padding-bottom: 18px; }
  .btn { padding-inline: 12px; }
  h1 { font-size: clamp(1.7rem, 8vw, 2.4rem); }
}

@media (max-width: 520px) {
  .brand span { display: none; }
  .brand img { width: 36px; height: 36px; }
  .mast { padding: 8px 10px; gap: 8px; }
  .cta-pair { gap: 6px; }
  .btn { font-size: 0.75rem; min-height: 42px; padding: 8px 12px; }
}

@media (max-width: 360px) {
  .btn { font-size: 0.7rem; padding: 8px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .marquee span { animation: none; }
}
