/* LAPCHART — "Paddock Club" malam: hitam pekat, teks gading, hijau balap, krom, aksen tembaga sinyal yang hemat. */
:root {
  --pearl: #0A0B0B;
  --paper: #111312;
  --ink: #ECE9E2;
  --ink-2: #A9ABA6;
  --ink-3: #6E726F;
  --line: rgba(236, 233, 226, .08);
  --line-2: rgba(236, 233, 226, .16);
  --green: #12372B;
  --green-2: #8DB39E;
  --green-deep: #0D1814;
  --green-ink: #E6EEE9;
  --signal: #E0703D;
  --up: #63C08F;
  --down: #E2786B;
  --carbon: #0A0B0B;
  --glass: rgba(14, 15, 15, .72);
  --black: #0A0B0B;
  --chrome: linear-gradient(180deg, #FFFFFF 0%, #D5DADC 40%, #8E969B 55%, #EEF1F2 72%, #AAB1B5 100%);
  --radius: 18px;
  --display: 'Chakra Petch', 'Helvetica Neue', system-ui, sans-serif;
  --sans: 'Onest', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'Azeret Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --ease: cubic-bezier(.2, .7, .1, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--pearl); color: var(--ink);
  font: 400 16px/1.6 var(--sans); overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
.mono { font-family: var(--mono); font-feature-settings: 'tnum'; }
.up { color: var(--up); } .down { color: var(--down); } .flat { color: var(--ink-3); }
.wrap { width: min(1280px, 100% - 64px); margin-inline: auto; }

/* ---------- huruf ---------- */
.eyebrow {
  font: 500 11px/1 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .6; }
.display {
  font-family: var(--display); font-weight: 400; font-style: normal;
  letter-spacing: -.015em; line-height: 1; margin: 0;
}
.h2 { font-family: var(--display); font-weight: 400; font-size: clamp(32px, 3.6vw, 52px); line-height: 1.02; letter-spacing: -.01em; margin: 20px 0 0; }
.h2 em, .display em { font-style: italic; font-weight: 300; color: var(--green-2); }
.lede { font-size: 17px; line-height: 1.7; color: var(--ink-2); max-width: 52ch; font-weight: 400; }
.chrome-text { background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- tombol ---------- */
.btn {
  --bg: var(--ink); --fg: var(--black);
  display: inline-flex; align-items: center; gap: 14px; height: 50px; padding: 0 26px; border-radius: 999px;
  background: var(--bg); color: var(--fg); text-decoration: none; border: 0; cursor: pointer;
  font: 500 15px/1 var(--sans); letter-spacing: .005em;
  transition: background .3s var(--ease), color .3s, box-shadow .3s;
}
.btn:hover { background: #fff; }
.btn .arr { display: inline-block; font-size: 15px; transition: transform .3s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn.ghost { --bg: transparent; --fg: var(--ink); box-shadow: inset 0 0 0 1px var(--line-2); }
.btn.ghost:hover { background: transparent; box-shadow: inset 0 0 0 1px var(--ink); }
.btn.signal { --bg: var(--ink); --fg: var(--black); }
.btn.signal:hover { background: #fff; }
.btn.ghost.on-dark { --fg: #F4F1EA; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.btn.ghost.on-dark:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }

/* ---------- navigasi ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(10, 11, 11, .72); backdrop-filter: saturate(1.2) blur(18px); -webkit-backdrop-filter: saturate(1.2) blur(18px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 36px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand .mark { width: 28px; height: 28px; }
.brand b { font: 500 15px/1 var(--display); letter-spacing: .22em; }
.nav nav { display: flex; gap: 30px; margin-left: 24px; }
.nav nav a { text-decoration: none; font-size: 14px; font-weight: 400; color: var(--ink-2); padding: 6px 0; position: relative; }
.nav nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav nav a:hover, .nav nav a[aria-current] { color: var(--ink); }
.nav nav a:hover::after, .nav nav a[aria-current]::after { transform: none; }
.nav .right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lap-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--ink-2); font: 400 12px/1 var(--mono); letter-spacing: .04em; white-space: nowrap; }
.lap-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); animation: blink 2.4s ease-in-out infinite; }
.lap-pill.paused i { background: var(--ink-3); animation: none; }
@keyframes blink { 50% { opacity: .25; } }
@keyframes pulse { 50% { opacity: .25; } }
.nav .btn { height: 40px; padding: 0 18px; font-size: 13.5px; }
.icon-link { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-2); transition: color .2s; }
.icon-link:hover { color: var(--ink); }
.icon-link svg { width: 15px; height: 15px; }

/* ---------- hero ---------- */
.hero { padding: 72px 0 0; position: relative; }
.hero-top { display: block; }
.hero h1 { font-size: clamp(44px, 6.4vw, 106px); margin-top: 28px; }
.hero h1 .l2 { display: block; padding-left: 1.1em; }
.hero-side { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-top: 40px; }
.hero-side p { margin: 0; color: var(--ink-2); font-size: 17px; line-height: 1.7; max-width: 540px; }
.hero-side .ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.stage {
  position: relative; margin-top: 56px; height: min(76vh, 780px); min-height: 520px; border-radius: 24px; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 0%, #161A18 0%, #0C0E0D 70%);
  box-shadow: inset 0 0 0 1px var(--line);
  isolation: isolate;
}
.stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.stage .loading { position: absolute; inset: 0; display: grid; place-items: center; font: 400 11px var(--mono); color: var(--ink-3); letter-spacing: .2em; text-transform: uppercase; }
.stage .tags { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.car-tag {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -100%); white-space: nowrap;
  display: flex; align-items: center; gap: 7px; padding: 5px 10px 5px 8px; border-radius: 999px;
  background: var(--glass); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  font: 400 10.5px/1 var(--mono); letter-spacing: .06em; color: var(--ink-2); transition: opacity .4s;
}
.car-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--c); order: -1; }
.car-tag b { font-weight: 400; color: var(--ink-3); }
.car-tag span { font-weight: 600; color: var(--ink); }

/* menara waktu: kaca gading di atas panggung */
.tower {
  position: absolute; z-index: 3; top: 24px; right: 24px; width: 300px;
  background: var(--glass); color: var(--ink); border-radius: 16px; padding: 18px 6px 6px;
  backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 24px 48px -28px rgba(0, 0, 0, .8);
}
.tower header { display: flex; justify-content: space-between; align-items: baseline; padding: 0 14px 12px; font: 400 10.5px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid var(--line); margin: 0 0 4px; }
.tower header b { color: var(--ink); font-weight: 500; }
.tower ol { list-style: none; margin: 0; padding: 0; }
.tower li {
  display: grid; grid-template-columns: 22px 3px 40px 1fr auto; align-items: center; gap: 10px;
  padding: 9px 14px; border-radius: 10px; font: 400 13px/1 var(--mono); cursor: pointer; transition: background .2s;
}
.tower li:hover { background: rgba(236,233,226,.04); }
.tower li .p { color: var(--ink-3); font-size: 12px; }
.tower li:first-child .p { color: var(--signal); }
.tower li .bar { width: 2px; height: 14px; border-radius: 1px; background: var(--c); }
.tower li .code { font-weight: 600; letter-spacing: .04em; }
.tower li .eq { text-align: right; }
.tower li .gap { color: var(--ink-3); font-size: 11.5px; text-align: right; min-width: 58px; }
.tower .foot { display: flex; justify-content: space-between; padding: 12px 14px 10px; font: 400 10.5px/1.3 var(--mono); letter-spacing: .04em; color: var(--ink-3); border-top: 1px solid var(--line); margin-top: 4px; }

/* radio di bawah panggung */
.radio-strip {
  position: absolute; z-index: 3; left: 24px; bottom: 24px; right: 348px; max-width: 720px;
  display: flex; align-items: center; gap: 16px; padding: 12px 20px 12px 16px; border-radius: 14px;
  background: var(--glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, .8);
}
.radio-strip .onair { flex: none; display: flex; align-items: center; gap: 8px; color: var(--ink-3); font: 400 10.5px/1 var(--mono); letter-spacing: .18em; padding-right: 16px; border-right: 1px solid var(--line-2); }
.radio-strip .onair i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); animation: blink 2.4s ease-in-out infinite; }
.radio-strip .said { flex: 1; min-width: 0; font-size: 14.5px; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: opacity .5s; }
.radio-strip .said b { font: 600 11.5px var(--mono); letter-spacing: .06em; margin-right: 6px; }
.radio-strip .said .to { color: var(--ink-3); font: 400 11.5px var(--mono); margin-right: 10px; }
.stage-cam { position: absolute; z-index: 3; left: 24px; top: 24px; display: flex; gap: 2px; padding: 4px; border-radius: 999px; background: var(--glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.stage-cam button { border: 0; cursor: pointer; padding: 8px 14px; border-radius: 999px; background: transparent; color: var(--ink-3); font: 400 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s; }
.stage-cam button:hover { color: var(--ink); }
.stage-cam button[aria-pressed="true"] { background: var(--ink); color: var(--black); }

/* ---------- strip launch: hitung mundur + kolom CA ---------- */
.launch { margin-top: 48px; display: grid; grid-template-columns: auto 1fr minmax(0, 1.15fr); align-items: center; gap: 40px; padding: 22px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line); }
.launch-l { display: flex; flex-direction: column; gap: 10px; }
.launch-when { font: 400 13px var(--mono); color: var(--ink-2); letter-spacing: .02em; white-space: nowrap; }
.launch-cd { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cd-units { display: flex; }
/* lampu start: diam berdenyut pelan, lalu menyala satu per satu di menit terakhir */
.startlights { display: flex; gap: 10px; }
.startlights i { width: 13px; height: 13px; border-radius: 50%; background: #241210; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); transition: background .25s, box-shadow .25s; }
.startlights:not(.armed) i { animation: sweep 4s ease-in-out infinite; }
.startlights:not(.armed) i:nth-child(2) { animation-delay: .18s; }
.startlights:not(.armed) i:nth-child(3) { animation-delay: .36s; }
.startlights:not(.armed) i:nth-child(4) { animation-delay: .54s; }
.startlights:not(.armed) i:nth-child(5) { animation-delay: .72s; }
@keyframes sweep { 0%, 82%, 100% { background: #241210; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); } 86%, 94% { background: #7A2417; box-shadow: 0 0 10px rgba(255,59,36,.28); } }
.startlights i.on { background: #FF3B24; box-shadow: 0 0 16px rgba(255,59,36,.8), inset 0 0 0 1px rgba(255,255,255,.25); animation: none; }
/* angka bergulir seperti papan waktu pit */
.launch-cd b .roll { display: block; height: 1em; overflow: hidden; transition: transform .4s var(--ease); }
.launch-cd b .roll span { display: block; height: 1em; line-height: 1; }
.launch-cd b .roll.rolling { transform: translateY(-1em); }
.cd-units > div { padding: 0 22px; text-align: center; border-left: 1px solid var(--line); }
.cd-units > div:first-child { border-left: 0; }
.launch-cd b { display: block; font: 300 46px/1 var(--display); letter-spacing: -.012em; color: var(--ink); font-feature-settings: 'tnum'; }
.launch-cd small { display: block; margin-top: 6px; font: 400 9.5px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.launch-live { display: inline-flex; align-items: center; gap: 10px; font: 300 30px/1 var(--display); letter-spacing: -.008em; }
.launch-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--up); animation: blink 2s ease-in-out infinite; }
.launch-ca { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.launch-ca-label { font: 400 10.5px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.launch-ca-box { display: flex; align-items: center; gap: 6px; padding: 6px 6px 6px 18px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2); min-width: 0; }
.launch-ca-box code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 400 13px var(--mono); color: var(--ink); }
.launch-ca-box code.empty-ca { color: var(--ink-3); font-family: var(--sans); font-size: 13.5px; }
.launch-copy { border: 0; cursor: pointer; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: var(--black); font: 400 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.launch-copy:disabled { background: transparent; color: var(--ink-3); box-shadow: inset 0 0 0 1px var(--line); cursor: default; }
.launch-buy { text-decoration: none; padding: 10px 16px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2); font: 400 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.launch-buy:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.launch.has-ca .launch-ca-box { box-shadow: inset 0 0 0 1px var(--green-2); }
.launch.compact { margin-top: 20px; padding: 14px 0; gap: 28px; border-top: 0; }
.launch.compact .launch-cd b { font-size: 32px; }
.launch.compact .cd-units > div { padding: 0 16px; }

/* ---------- pita ticker ---------- */
.ticker { margin-top: 64px; border-block: 1px solid var(--line); overflow: hidden; }
.ticker .run { display: flex; gap: 56px; width: max-content; padding: 18px 0; animation: run 90s linear infinite; font: 400 12.5px var(--mono); letter-spacing: .03em; color: var(--ink-2); }
.ticker .run span { display: inline-flex; gap: 10px; align-items: center; white-space: nowrap; }
.ticker .run b { font-weight: 500; }
.ticker .run i { width: 6px; height: 6px; border-radius: 50%; background: var(--c, var(--ink)); }
@keyframes run { to { transform: translateX(-50%); } }

/* ---------- bagian umum ---------- */
section.block { padding: clamp(96px, 12vw, 176px) 0 0; }
.block-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: end; margin-bottom: 56px; }
.block-head .lede { margin: 0; justify-self: end; }
.card { background: var(--paper); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); }

/* ---------- team radio ---------- */
.radio-room { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; }
.transcript { box-shadow: inset 0 0 0 1px var(--line); background: var(--green-deep); color: var(--green-ink); border-radius: 20px; padding: 28px 30px; position: relative; overflow: hidden; min-height: 520px; }
.transcript header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); font: 400 10.5px var(--mono); color: rgba(230,238,233,.5); letter-spacing: .18em; text-transform: uppercase; }
.transcript header select { background: transparent; color: var(--green-ink); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 7px 12px; font: 400 11.5px var(--mono); letter-spacing: .04em; }
.transcript header select option { color: var(--ink); background: #111312; }
.msgs { display: flex; flex-direction: column; gap: 4px; position: relative; }
.msg { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); opacity: 0; animation: in .7s var(--ease) forwards; }
.msg:last-child { border-bottom: 0; }
@keyframes in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.msg .who { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; box-shadow: inset 0 0 0 1px var(--c); color: #fff; font: 300 17px/1 var(--display); position: relative; }
.msg .who::after { content: ''; position: absolute; right: 1px; bottom: 1px; width: 9px; height: 9px; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 3px var(--green-deep); }
.msg .who small { display: none; }
.msg .bubble { padding: 0; }
.msg .meta { display: flex; gap: 10px; align-items: center; font: 400 11px var(--mono); letter-spacing: .06em; color: rgba(230,238,233,.45); margin-bottom: 6px; }
.msg .meta b { color: var(--green-ink); font-weight: 500; }
.msg .meta .arrow { color: rgba(230,238,233,.35); }
.msg p { margin: 0; font-size: 15.5px; line-height: 1.6; color: rgba(230,238,233,.9); }
.flag { display: inline-flex; gap: 6px; align-items: center; font: 400 10px/1 var(--mono); padding: 4px 8px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--signal); color: #F09A72; letter-spacing: .12em; text-transform: uppercase; }
.empty { color: var(--ink-3); font: 400 13px/1.7 var(--mono); padding: 30px 0; }
.transcript .empty { color: rgba(230,238,233,.45); }

.verdicts { display: flex; flex-direction: column; gap: 0; }
#verdicts { background: var(--paper); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); padding: 6px 20px; }
.verdict { padding: 16px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; background: none; box-shadow: none; border-radius: 0; border-bottom: 1px solid var(--line); }
.verdict:last-child { border-bottom: 0; }
.verdict .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c); }
.verdict h4 { margin: 0; font: 500 14px/1.3 var(--sans); }
.verdict p { margin: 2px 0 0; font-size: 13px; color: var(--ink-3); line-height: 1.45; }
.verdict .state { font: 400 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.verdict .state.moved { color: var(--signal); }
.explainer { margin-top: 24px; padding: 4px 4px 0; }
.explainer h4 { margin: 0 0 8px; font: 400 20px/1.2 var(--display); letter-spacing: -.008em; color: var(--ink); }
.explainer p { margin: 0; font-size: 14px; color: var(--ink-3); line-height: 1.65; }

/* ---------- lap chart ---------- */
.chart-card { padding: 30px 32px 22px; }
.chart-card .tabs, .tabs { display: flex; gap: 24px; margin-bottom: 20px; flex-wrap: wrap; }
.chip { border: 0; background: none; cursor: pointer; padding: 4px 0; border-bottom: 1px solid transparent; font: 400 11.5px/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); transition: color .2s, border-color .2s; }
.chip:hover { color: var(--ink); }
.chip[aria-pressed="true"] { color: var(--ink); border-color: var(--ink); }
.chart { position: relative; width: 100%; height: 440px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart path.draw { stroke-dasharray: 1 1; stroke-dashoffset: 1; animation: draw 2s var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.chart .tip { position: absolute; pointer-events: none; background: var(--glass); color: var(--ink); box-shadow: 0 0 0 1px var(--line), 0 20px 40px -24px rgba(0,0,0,.35); padding: 12px 14px; border-radius: 12px; font: 400 12px/1.7 var(--mono); white-space: nowrap; z-index: 2; }

/* ---------- grid tim ---------- */
.grid-teams { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 0 0 1px var(--line); }
.team {
  position: relative; overflow: hidden; background: var(--paper);
  padding: 30px 30px 26px; display: flex; flex-direction: column; gap: 18px; min-height: 380px; cursor: pointer; transition: background .4s var(--ease);
}
.team:hover { background: #151716; }
.team::before { content: ''; position: absolute; left: 0; top: 0; right: 0; height: 2px; background: var(--c); transform: scaleX(.12); transform-origin: left; transition: transform .6s var(--ease); }
.team:hover::before { transform: none; }
.team .livery { display: none; }
.team .num { font: 300 88px/.85 var(--display); color: var(--ink); letter-spacing: -.008em; }
.team .top { display: flex; justify-content: space-between; align-items: flex-start; position: relative; }
.team .pos { font: 400 11px/1 var(--mono); letter-spacing: .12em; padding: 7px 10px; border-radius: 999px; box-shadow: inset 0 0 0 1px var(--line-2); color: var(--ink-2); }
.team h3 { margin: 0; font: 500 19px/1.2 var(--sans); letter-spacing: -.01em; display: flex; align-items: center; gap: 10px; }
.team h3::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--c); flex: none; }
.team .lab { font: 400 11.5px var(--mono); letter-spacing: .04em; color: var(--ink-3); margin-top: 6px; }
.team .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.team .stats div { font: 400 15px/1.1 var(--mono); }
.team .stats small { display: block; font: 400 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px; }
.team .note { font-size: 14px; line-height: 1.6; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }
.team .status { font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .14em; color: var(--ink-3); }

/* ---------- satu lap (sektor) ---------- */
.sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line-2); }
.sector { padding: 28px 28px 8px 0; position: relative; }
.sector + .sector { padding-left: 28px; border-left: 1px solid var(--line); }
.sector .s { font: 400 11px/1 var(--mono); letter-spacing: .18em; color: var(--ink-3); display: flex; gap: 14px; align-items: center; }
.sector .s i { display: block; height: 1px; flex: 1; background: var(--line); overflow: hidden; }
.sector .s i::after { content: ''; display: block; height: 100%; width: 100%; background: var(--signal); transform: translateX(-100%); }
.sectors.go .sector .s i::after { animation: fill 1.4s var(--ease) forwards; }
.sectors.go .sector:nth-child(2) .s i::after { animation-delay: .6s; }
.sectors.go .sector:nth-child(3) .s i::after { animation-delay: 1.2s; }
.sectors.go .sector:nth-child(4) .s i::after { animation-delay: 1.8s; }
@keyframes fill { to { transform: none; } }
.sector h4 { margin: 34px 0 12px; font: 400 28px/1.05 var(--display); letter-spacing: -.012em; color: var(--ink); }
.sector p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-2); }

/* ---------- aturan & prompt ---------- */
.rules { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.rule-list { padding: 6px 28px; }
.rule-list dl { margin: 0; }
.rule-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.rule-list div:last-child { border-bottom: 0; }
.rule-list dt { color: var(--ink-2); font-size: 14.5px; }
.rule-list dd { margin: 0; font: 400 13.5px var(--mono); text-align: right; }
.prompt { box-shadow: inset 0 0 0 1px var(--line); background: var(--green-deep); color: rgba(230,238,233,.8); border-radius: var(--radius); overflow: hidden; }
.prompt .tabs { display: flex; gap: 28px; padding: 20px 26px 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.prompt .tabs button { border: 0; cursor: pointer; background: transparent; color: rgba(230,238,233,.45); padding: 0 0 16px; border-bottom: 1px solid transparent; margin-bottom: -1px; font: 400 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.prompt .tabs button[aria-pressed="true"] { color: var(--green-ink); border-color: var(--green-ink); }
.prompt pre { margin: 0; padding: 24px 26px; font: 400 12.5px/1.75 var(--mono); white-space: pre-wrap; word-break: break-word; max-height: 480px; overflow: auto; }
.honest { margin-top: 24px; padding: 22px 28px; display: flex; gap: 18px; align-items: center; background: transparent; box-shadow: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
.honest svg { flex: none; width: 28px; height: 28px; }
.honest svg * { stroke: var(--green-2); }
.honest p { margin: 0; color: var(--ink-2); font-size: 15px; }
.honest b { color: var(--ink); font-weight: 500; }

/* ---------- token ---------- */
.token {
  border-radius: 24px; overflow: hidden; position: relative; color: var(--green-ink); background: var(--green-deep); box-shadow: inset 0 0 0 1px var(--line);
  display: grid; grid-template-columns: 1.1fr .9fr; min-height: 540px;
}
.token .l { padding: clamp(36px, 5vw, 72px); position: relative; z-index: 1; display: flex; flex-direction: column; gap: 26px; }
.token .eyebrow { color: rgba(230,238,233,.5) !important; }
.token .ticker-big { font: 300 clamp(96px, 12vw, 176px)/.85 var(--display); letter-spacing: -.008em; }
.token p { color: rgba(230,238,233,.65); max-width: 44ch; margin: 0; line-height: 1.7; }
.token .r { position: relative; background:
  radial-gradient(60% 60% at 70% 40%, rgba(255,255,255,.05), transparent 70%),
  repeating-conic-gradient(rgba(255,255,255,.035) 0 25%, transparent 0 50%) 0 0 / 56px 56px; }
.token .r::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green-deep), transparent 55%); }
.ca-box { display: flex; align-items: center; gap: 10px; padding: 6px 6px 6px 20px; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); max-width: 560px; }
.ca-box code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 400 13px var(--mono); }
.ca-box button { border: 0; cursor: pointer; background: var(--green-ink); color: var(--black); padding: 10px 16px; border-radius: 999px; font: 400 11.5px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.countdown { display: flex; gap: 0; }
.countdown div { padding: 0 26px; border-left: 1px solid rgba(255,255,255,.12); }
.countdown div:first-child { padding-left: 0; border-left: 0; }
.countdown b { display: block; font: 300 52px/1 var(--display); letter-spacing: -.012em; color: #fff; font-feature-settings: 'tnum'; }
.countdown small { font: 400 10px var(--mono); color: rgba(230,238,233,.45); text-transform: uppercase; letter-spacing: .18em; }
.token-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.1); }
.token-stats div { padding: 16px 0 0; font: 400 18px var(--mono); }
.token-stats small { display: block; font: 400 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: rgba(230,238,233,.45); margin-bottom: 8px; }
.token .facts { position: absolute; z-index: 1; right: 44px; bottom: 44px; left: 44px; display: flex; flex-direction: column; gap: 0; }
.token .facts div { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 400 14px var(--sans); color: var(--green-ink); }
.token .facts div span { font: 400 10.5px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: rgba(230,238,233,.45); }

/* ---------- footer ---------- */
footer { margin-top: clamp(96px, 12vw, 176px); border-top: 1px solid var(--line); padding: 44px 0 64px; }
footer .wrap { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; align-items: center; }
footer p { margin: 0; color: var(--ink-3); font-size: 13px; line-height: 1.7; max-width: 64ch; }
footer .links { display: flex; gap: 26px; font-size: 13.5px; }
footer .links a { text-decoration: none; color: var(--ink-2); }
footer .links a:hover { color: var(--ink); }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); background: var(--ink); color: var(--black); padding: 12px 20px; border-radius: 999px; font: 400 13.5px var(--sans); z-index: 100; }

/* muncul saat digulir (tanpa clip-path: IntersectionObserver harus tetap memicu) */
.rise { opacity: 0; transform: translateY(18px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.rise.in { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .launch { grid-template-columns: 1fr 1fr; gap: 24px; }
  .launch-ca { grid-column: 1 / -1; }
  .launch-cd { justify-content: flex-end; }
  .nav nav { display: none; }
  .hero-side { flex-direction: column; align-items: flex-start; }
  .block-head, .radio-room, .rules, .token { grid-template-columns: 1fr; }
  .block-head { gap: 20px; }
  .block-head .lede { justify-self: start; }
  .grid-teams { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .sector:nth-child(3) { padding-left: 0; border-left: 0; }
  .tower { width: 270px; }
  .radio-strip { right: 24px; bottom: 24px; }
  .token .r { min-height: 240px; }
}
@media (max-width: 720px) {
  .launch { grid-template-columns: 1fr; gap: 20px; }
  .launch-cd { justify-content: flex-start; }
  .cd-units > div { padding: 0 14px; }
  .cd-units > div:first-child { padding-left: 0; }
  .startlights i { width: 11px; height: 11px; }
  .launch-cd b { font-size: 36px; }
  .launch-when { white-space: normal; }
  .launch-buy { display: none; }
  .wrap { width: calc(100% - 36px); }
  .nav .right .icon-link, .nav .right .btn { display: none; }
  .nav .wrap { gap: 10px; }
  .brand b { font-size: 13px; letter-spacing: .18em; }
  .lap-pill { font-size: 11px; padding: 7px 10px; gap: 7px; }
  .hero { padding-top: 44px; }
  .hero h1 .l2 { padding-left: 0; }
  .stage { height: auto; min-height: 0; border-radius: 18px; display: flex; flex-direction: column; }
  .stage canvas, .stage .tags { position: relative; height: 340px; }
  .stage .tags { position: absolute; top: 0; left: 0; right: 0; }
  .tower { position: relative; inset: auto; width: auto; margin: 10px; }
  .radio-strip { position: relative; inset: auto; margin: 0 10px 10px; }
  .radio-strip .said { white-space: normal; }
  .stage-cam { left: 12px; top: 12px; }
  .grid-teams, .sectors { grid-template-columns: 1fr; }
  .sector, .sector + .sector { padding-left: 0; border-left: 0; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
  .chart { height: 320px; }
  .chart-card { padding: 22px 18px; }
  .countdown div { padding: 0 14px; }
  .countdown b { font-size: 38px; }
}

/* ---------- lapisan "wah": foto malam, helm, logo krom ---------- */
.brand .mark { width: 42px; height: 42px; object-fit: contain; margin: -6px 0; filter: drop-shadow(0 2px 6px rgba(0,0,0,.6)); }
.hero { isolation: isolate; }
.hero-photo { position: absolute; left: 0; right: 0; top: 0; height: 980px; z-index: -1; overflow: hidden; pointer-events: none; }
.hero-photo::before { content: ''; position: absolute; inset: -4%; background: url(/assets/night.jpg) 72% 38% / cover no-repeat; opacity: .78; animation: drift 38s ease-in-out infinite alternate; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--pearl) 0%, rgba(10,11,11,.9) 30%, rgba(10,11,11,.35) 62%, rgba(10,11,11,.55) 100%),
  linear-gradient(180deg, rgba(10,11,11,.35) 0%, rgba(10,11,11,0) 30%, rgba(10,11,11,.6) 72%, var(--pearl) 100%); }
@keyframes drift { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.08) translate(-1.5%, 1%); } }
.hero h1 { text-shadow: 0 2px 40px rgba(0,0,0,.45); }
.hero h1 { background: linear-gradient(100deg, #F5F2EB 0%, #F5F2EB 40%, #FFFFFF 48%, #BFC5C8 54%, #F5F2EB 62%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 9s ease-in-out infinite; }
.hero h1 em { -webkit-text-fill-color: var(--green-2); }
@keyframes sheen { 0%, 55% { background-position: 100% 0; } 100% { background-position: -50% 0; } }

.team { isolation: isolate; }
.team::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 45% at 88% 12%, color-mix(in srgb, var(--c) 26%, transparent), transparent 70%); opacity: .55; transition: opacity .6s var(--ease); }
.team:hover::after { opacity: 1; }
.team .top { min-height: 118px; justify-content: flex-start; gap: 14px; }
.team .pos { margin-top: 8px; }
.team .helmet { position: absolute; right: 10px; top: 8px; width: 150px; height: 150px; object-fit: cover; mix-blend-mode: lighten; transition: transform .8s var(--ease); pointer-events: none; }
.team:hover .helmet { transform: translateY(-6px) rotate(-5deg) scale(1.05); }

.msg .who { overflow: hidden; background: #000; box-shadow: 0 0 0 1.5px var(--c); }
.msg .who::after { display: none; }
.msg .who img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.3); }

.token .r { background: radial-gradient(70% 60% at 55% 42%, rgba(224,112,61,.10), transparent 70%), linear-gradient(90deg, var(--green-deep) 0%, rgba(13,24,20,.35) 45%, rgba(13,24,20,.75) 100%), url(/assets/night.jpg) 70% 40% / cover no-repeat; }
.token .r::after { background: linear-gradient(90deg, var(--green-deep), transparent 40%), linear-gradient(0deg, rgba(13,24,20,.95) 0%, transparent 55%); }
.token-logo { position: absolute; z-index: 1; left: 50%; top: 36%; width: min(78%, 400px); transform: translate(-50%, -50%); filter: drop-shadow(0 30px 40px rgba(0,0,0,.7)); animation: float 7s ease-in-out infinite; }
@keyframes float { 50% { transform: translate(-50%, calc(-50% - 12px)); } }
@media (max-width: 720px) {
  .hero-photo { height: 760px; }
  .hero-photo::before { background-position: 78% 30%; opacity: .6; }
  .team .helmet { width: 120px; height: 120px; }
}


/* ---------- tampilan siaga radio & grid start ---------- */
.standby { display: flex; flex-direction: column; gap: 34px; padding: 10px 0 6px; }
.standby-head h3 { margin: 18px 0 8px; font: 300 36px/1.05 var(--display); letter-spacing: -.012em; color: #fff; }
.standby-head p { margin: 0; max-width: 52ch; color: rgba(230,238,233,.62); font-size: 15px; line-height: 1.65; }
.wave { display: flex; align-items: center; gap: 4px; height: 34px; }
.wave i { width: 3px; border-radius: 2px; background: linear-gradient(var(--green-2), rgba(141,179,158,.25)); height: 20%; animation: wave 1.6s ease-in-out infinite; }
.wave i:nth-child(3n) { animation-delay: -.4s; } .wave i:nth-child(3n+1) { animation-delay: -.9s; } .wave i:nth-child(4n) { animation-duration: 2.1s; } .wave i:nth-child(5n) { animation-delay: -1.3s; }
@keyframes wave { 0%, 100% { height: 14%; } 50% { height: 100%; } }
.mics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.mic { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 8px 12px; border-radius: 14px; background: rgba(255,255,255,.025); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); overflow: hidden; }
.mic::before { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: var(--c); opacity: .7; }
.mic img { width: 100%; max-width: 96px; aspect-ratio: 1; object-fit: cover; mix-blend-mode: lighten; animation: idle 4s ease-in-out infinite; animation-delay: var(--d); }
@keyframes idle { 50% { transform: translateY(-4px); } }
.mic b { font: 500 11.5px var(--mono); letter-spacing: .1em; color: var(--green-ink); }
.lvl { display: flex; gap: 3px; align-items: flex-end; height: 12px; }
.lvl i { width: 3px; background: var(--c); border-radius: 1px; height: 25%; opacity: .75; animation: wave 1.2s ease-in-out infinite; animation-delay: calc(var(--d) * -3); }
.lvl i:nth-child(2) { animation-delay: calc(var(--d) * -3 - .3s); } .lvl i:nth-child(3) { animation-delay: calc(var(--d) * -3 - .6s); } .lvl i:nth-child(4) { animation-delay: calc(var(--d) * -3 - .15s); } .lvl i:nth-child(5) { animation-delay: calc(var(--d) * -3 - .45s); }
.standby-steps { list-style: none; margin: 0; padding: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(255,255,255,.08); }
.standby-steps li { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; row-gap: 4px; }
.standby-steps b { grid-row: span 2; font: 300 30px/1 var(--display); color: var(--signal); }
.standby-steps span { font: 500 14px var(--sans); color: #fff; }
.standby-steps small { font-size: 13px; line-height: 1.5; color: rgba(230,238,233,.55); }
.standby.compact { gap: 14px; padding: 8px 0; }
.standby.compact .mics { grid-template-columns: repeat(3, 1fr); gap: 8px; }
.standby.compact .mic { padding: 10px 6px; }
.standby.compact .mic img { max-width: 64px; }
.standby.compact p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(230,238,233,.6); }
.v-helmet { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; background: #000; box-shadow: 0 0 0 1px var(--c); }

.grid-start { position: relative; height: 100%; display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center; }
.gs-lines { display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 6px 0; }
.gs-row { display: grid; grid-template-columns: 34px 1fr 44px 40px; align-items: center; gap: 12px; opacity: 0; animation: in .8s var(--ease) forwards; animation-delay: var(--d); }
.gs-p { font: 400 11px var(--mono); color: var(--ink-3); }
.gs-track { position: relative; height: 1px; background: var(--line); overflow: hidden; }
.gs-track i { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--c)); transform: translateX(-100%); animation: fill 1.6s var(--ease) forwards; animation-delay: calc(var(--d) + .3s); }
.gs-row img { width: 44px; height: 44px; object-fit: cover; mix-blend-mode: lighten; }
.gs-row b { font: 500 11.5px var(--mono); letter-spacing: .08em; }
.gs-note h4 { margin: 18px 0 10px; font: 300 30px/1.1 var(--display); letter-spacing: -.008em; }
.gs-note p { margin: 0; color: var(--ink-3); font-size: 14px; line-height: 1.65; max-width: 40ch; }
.gs-lights { display: flex; gap: 8px; }
.gs-lights i { width: 16px; height: 16px; border-radius: 50%; background: #2A0D0A; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); animation: startlight 5s infinite; }
.gs-lights i:nth-child(2) { animation-delay: .5s; } .gs-lights i:nth-child(3) { animation-delay: 1s; } .gs-lights i:nth-child(4) { animation-delay: 1.5s; } .gs-lights i:nth-child(5) { animation-delay: 2s; }
@keyframes startlight { 0%, 8% { background: #2A0D0A; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); } 10%, 62% { background: #FF3B24; box-shadow: 0 0 18px rgba(255,59,36,.65); } 64%, 100% { background: #2A0D0A; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); } }
@media (max-width: 1100px) { .mics { grid-template-columns: repeat(3, 1fr); } .grid-start { grid-template-columns: 1fr; } .gs-lines { height: 280px; } }
@media (max-width: 720px) { .standby-steps { grid-template-columns: 1fr; } .standby-head h3 { font-size: 28px; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rise { opacity: 1; transform: none; }
}
