:root {
  --bg: #080b0f;
  --surface: #10151c;
  --surface-2: #151b23;
  --surface-3: #1b222c;
  --ink: #f5f3ed;
  --muted: #969daa;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.22);
  --lime: #caff3d;
  --coral: #ff6651;
  --amber: #d99a4e;
  --cyan: #6ed9e3;
  --radius: 18px;
  --body-font: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  --sign-font: "Bebas Neue", "Arial Narrow", sans-serif;
  font-family: var(--body-font);
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 72% -10%, #172433 0, transparent 34rem), var(--bg); color: var(--ink); }
body:before { content: ""; position: fixed; inset: 0; z-index: -1; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 99; padding: 12px 16px; border-radius: 12px; background: var(--lime); color: #070a0d; font-weight: 900; }
.skip:focus { top: 12px; }
.shell { min-height: 100vh; }

.topbar { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: minmax(190px, auto) minmax(260px, 620px) auto; gap: clamp(16px, 3vw, 42px); align-items: center; min-height: 76px; padding: 12px clamp(18px, 4vw, 64px); border-bottom: 1px solid var(--line); background: rgba(8,11,15,.8); backdrop-filter: blur(22px) saturate(1.4); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; text-decoration: none; }
.brand-mark { position: relative; display: flex; align-items: center; justify-content: center; gap: 2px; width: 44px; height: 44px; overflow: hidden; border: 1px solid rgba(236,255,188,.85); border-radius: 8px; background: var(--lime); color: #05070a; font: 400 21px/1 var(--sign-font); letter-spacing: -.03em; box-shadow: inset 0 0 0 3px #0b0f12, 0 0 26px rgba(202,255,61,.22); }
.brand-mark i { display: block; width: 2px; height: 18px; margin: 0 1px; background: #05070a; transform: rotate(18deg); }
.brand-copy { display: grid; color: #fff; font: 400 23px/.82 var(--sign-font); letter-spacing: .15em; }
.brand-copy small { margin-top: 7px; color: #747d8b; font: 800 6px/1 var(--body-font); letter-spacing: .2em; white-space: nowrap; }
.global-search { position: relative; width: 100%; }
.global-search input { width: 100%; min-height: 46px; padding: 0 68px 0 46px; border: 1px solid var(--line); border-radius: 13px; outline: none; background: rgba(255,255,255,.055); color: #fff; transition: .2s ease; }
.global-search input::placeholder { color: #7c8592; }
.global-search input:focus { border-color: rgba(202,255,61,.6); background: rgba(255,255,255,.08); box-shadow: 0 0 0 4px rgba(202,255,61,.08); }
.search-icon { position: absolute; left: 16px; top: 13px; z-index: 1; color: #98a2af; font-size: 19px; }
.search-key { position: absolute; right: 12px; top: 14px; color: #6f7885; font: 400 11px/18px var(--sign-font); letter-spacing: .15em; }
.top-actions { display: flex; justify-content: end; gap: 8px; }

.nav { display: flex; justify-content: center; gap: 4px; padding: 9px clamp(18px, 4vw, 64px); overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(11,15,20,.9); scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a { padding: 8px 15px; border-radius: 9px; color: #8e97a4; text-decoration: none; font-size: 12px; font-weight: 750; white-space: nowrap; transition: .2s ease; }
.nav a:hover, .nav a.active { background: rgba(255,255,255,.07); color: #fff; }
.nav a.active:after { content: ""; display: block; width: 14px; height: 2px; margin: 5px auto -5px; border-radius: 2px; background: var(--lime); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255,255,255,.07); color: #fff; text-decoration: none; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.11); }
.btn-primary { border-color: var(--lime); background: var(--lime); color: #070a0d; }
.btn-primary:hover { border-color: #d7ff69; background: #d7ff69; }
.btn-dark { border-color: #090b0f; background: #090b0f; color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.32); background: rgba(9,12,16,.35); backdrop-filter: blur(12px); }
.btn-coral { border-color: var(--coral); background: var(--coral); color: #080b0f; }
.btn-small { min-height: 38px; padding: 0 14px; border-radius: 10px; font-size: 11px; }
.icon-only { width: 42px; padding: 0; }

.main { width: min(1500px, 100%); margin: auto; padding: 18px clamp(16px, 4vw, 64px) 120px; }
.status-strip { display: flex; align-items: center; gap: 10px; min-height: 36px; margin-bottom: 18px; color: #8f98a5; font-size: 10px; letter-spacing: .015em; }
.status-strip .pulse { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(202,255,61,.1), 0 0 16px rgba(202,255,61,.55); }
.status-label { color: #d6dce4; font: 400 12px/1 var(--sign-font); letter-spacing: .17em; }
.status-strip a { margin-left: auto; color: #bec5cf; text-decoration: none; }

.eyebrow { margin: 0 0 10px; color: var(--lime); font: 400 15px/1 var(--sign-font); letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(44px, 6.8vw, 96px); line-height: .95; letter-spacing: -.065em; }
h2 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.025em; }
.lead { max-width: 720px; color: #bac1cb; font-size: clamp(15px, 1.7vw, 19px); line-height: 1.65; letter-spacing: -.015em; }

.hero { position: relative; min-height: min(720px, calc(100vh - 165px)); overflow: hidden; border: 1px solid rgba(217,154,78,.24); border-radius: 20px; background: #101923; isolation: isolate; box-shadow: 0 34px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.02) inset; }
.hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,8,10,.92) 0%, rgba(4,8,10,.56) 39%, rgba(4,8,10,.05) 72%, rgba(4,8,10,.24) 100%), linear-gradient(0deg, rgba(4,7,9,.9), transparent 44%); }
.hero:after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 73% 48%, transparent 0 16%, rgba(4,7,10,.16) 54%, rgba(4,7,10,.35)); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(900px, 72%); min-height: inherit; padding: clamp(42px, 6.5vw, 96px); padding-right: 32px; padding-bottom: 128px; }
.hero-tag { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #ced4dc; font: 400 13px/1 var(--sign-font); letter-spacing: .17em; }
.hero-tag span { width: 32px; height: 1px; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.hero-tag b { padding: 4px 7px 3px; border: 1px solid rgba(255,102,81,.62); border-radius: 4px; color: #ff8b78; font-weight: 400; letter-spacing: .12em; box-shadow: inset 0 0 12px rgba(255,102,81,.12), 0 0 12px rgba(255,102,81,.1); }
.hero h1 { max-width: 820px; text-wrap: balance; }
.hero h1 em { color: var(--lime); font-style: normal; text-shadow: 0 0 34px rgba(202,255,61,.16); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.hero-board { position: absolute; z-index: 3; right: clamp(24px, 4vw, 58px); bottom: 66px; width: clamp(250px, 24vw, 340px); padding: 18px 20px 16px; border: 1px solid rgba(217,154,78,.38); border-radius: 12px; background: linear-gradient(145deg, rgba(12,17,18,.84), rgba(7,10,13,.76)); backdrop-filter: blur(24px) saturate(1.25); box-shadow: 0 20px 50px rgba(0,0,0,.36), inset 0 0 36px rgba(217,154,78,.035); }
.hero-board:before, .hero-board:after { content: ""; position: absolute; top: 8px; width: 4px; height: 4px; border-radius: 50%; background: rgba(217,154,78,.55); box-shadow: 0 0 5px rgba(217,154,78,.4); }
.hero-board:before { left: 9px; }
.hero-board:after { right: 9px; }
.hero-board-top { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--line); color: #a38a6d; font: 400 11px/1 var(--sign-font); letter-spacing: .17em; }
.hero-board small { display: block; margin-top: 17px; color: #adb5c0; font: 800 7px/1 var(--body-font); letter-spacing: .16em; }
.count { margin: 5px 0 15px; color: var(--lime); font: 400 clamp(70px, 7.4vw, 104px)/.84 var(--sign-font); letter-spacing: -.025em; text-shadow: 0 0 22px rgba(202,255,61,.14); }
.hero-board .meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid var(--line); color: #d0d5dc; font: 800 8px/1.4 var(--body-font); letter-spacing: .06em; }
.hero-foot { position: absolute; left: clamp(28px, 4.5vw, 68px); right: clamp(28px, 4.5vw, 68px); bottom: 26px; z-index: 3; display: flex; gap: 26px; padding-top: 15px; border-top: 1px solid rgba(217,154,78,.22); color: #aab1bb; font: 400 11px/1 var(--sign-font); letter-spacing: .15em; }

.section { margin-top: clamp(62px, 8vw, 116px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.section-head > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 14px; }
.story-card { position: relative; grid-column: span 3; overflow: hidden; border: 1px solid rgba(217,154,78,.18); border-radius: 16px; text-decoration: none; background: var(--surface); box-shadow: inset 0 0 0 1px rgba(255,255,255,.015); transition: transform .35s ease, border-color .35s ease; }
.story-card:first-child { grid-column: span 6; grid-row: span 2; }
.story-card:nth-child(2) { grid-column: span 6; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.story-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.3); }
.story-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.story-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.93), rgba(5,8,12,.08) 68%), linear-gradient(90deg, rgba(5,8,12,.22), transparent 50%); }
.story-num, .story-arrow { position: absolute; top: 18px; z-index: 2; color: rgba(255,255,255,.8); font: 400 12px/1 var(--sign-font); letter-spacing: .15em; }
.story-num { left: 18px; }
.story-arrow { right: 18px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 13px; }
.story-copy { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; display: grid; }
.story-copy small { margin-bottom: 7px; color: var(--lime); font: 400 13px/1 var(--sign-font); letter-spacing: .16em; }
.story-copy strong { font-size: clamp(21px, 2vw, 34px); letter-spacing: -.04em; }
.story-copy > span { margin-top: 7px; color: #b6bec8; font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.metric-card { position: relative; min-height: 220px; padding: 24px; background: radial-gradient(circle at 100% 0, rgba(217,154,78,.07), transparent 44%), linear-gradient(145deg, #141a22, #0d1117); }
.metric-card.locked { background: radial-gradient(circle at 100% 0, rgba(202,255,61,.13), transparent 48%), linear-gradient(145deg, #141a22, #0d1117); }
.metric-icon { position: absolute; right: 21px; top: 21px; color: #76644f; font: 400 13px/1 var(--sign-font); letter-spacing: .1em; }
.metric-card .kicker { display: block; margin-top: 54px; }
.metric-card .stat { margin-top: 12px; }
.metric-card p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.text-link { color: #c6cdd6; text-decoration: none; font-size: 12px; font-weight: 750; }

.grid { display: grid; gap: 14px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface-2), var(--surface)); transition: border-color .2s ease, transform .2s ease; }
.card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.card-flat:hover { transform: none; }
.card .kicker, .kicker { color: #8d96a3; font: 800 9px/1 var(--body-font); text-transform: uppercase; letter-spacing: .13em; }
.card p { color: #9fa7b2; line-height: 1.6; }
.stat { font: 400 44px/.92 var(--sign-font); letter-spacing: .01em; }
.stat small { margin-left: 5px; color: var(--muted); font-size: 12px; letter-spacing: 0; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(255,255,255,.04); color: #bbc2cc; font-size: 9px; font-weight: 850; white-space: nowrap; }
.badge.official { border-color: rgba(110,217,227,.35); background: rgba(110,217,227,.12); color: #98e4e9; }
.badge.demo { border-color: rgba(255,102,81,.35); background: rgba(255,102,81,.12); color: #ff9585; }
.badge.pending { border-color: rgba(202,255,61,.3); background: rgba(202,255,61,.09); color: #d9ff74; }
.badge.blocked { color: #828b98; }
.meta-row { display: flex; gap: 7px; flex-wrap: wrap; align-items: center; margin-top: 12px; }

.page-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; padding: clamp(30px, 5vw, 74px) 0 28px; }
.page-head h1 { font-size: clamp(44px, 6vw, 82px); }
.filterbar { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 18px; }
.filterbar button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); color: #949da9; font-weight: 760; }
.filterbar button.active { border-color: rgba(202,255,61,.5); background: rgba(202,255,61,.12); color: var(--lime); }
.search-panel { padding: 1px; border-radius: 17px; background: linear-gradient(100deg, var(--lime), var(--cyan), rgba(255,255,255,.15)); }
.search-panel input { width: 100%; min-height: 72px; padding: 0 21px; border: 0; border-radius: 16px; outline: none; background: #11161d; color: #fff; font-size: 19px; font-weight: 730; }
.result-list { margin-top: 18px; border-top: 1px solid var(--line); }
.result { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center; padding: 20px 5px; border-bottom: 1px solid var(--line); }
.result-type { color: #727b88; font: 800 9px/1 var(--body-font); letter-spacing: .12em; }
.result h3 { margin: 0 0 5px; }
.result p { margin: 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { color: #98a1ad; font-size: 10px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; outline: none; background: #0b0f14; color: #fff; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(202,255,61,.6); box-shadow: 0 0 0 4px rgba(202,255,61,.07); }
.switch-row { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #0b0f14; }
.rank-list, .queue, .source-list { display: grid; gap: 10px; }
.rank { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.rank:first-child { border-color: rgba(202,255,61,.35); background: rgba(202,255,61,.07); }
.rank-num { color: var(--lime); font: 400 24px/1 var(--sign-font); }
.money { font-weight: 900; }
.split { display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; gap: 22px; }
.demo-banner { display: flex; gap: 10px; align-items: start; padding: 14px; border: 1px solid rgba(255,102,81,.28); border-radius: 12px; background: rgba(255,102,81,.08); color: #d2b4ae; font-size: 11px; line-height: 1.5; }
.map-wrap { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0d2731; }
.map-land { position: absolute; inset: 7% 6% 6% 9%; border: 1px solid rgba(255,255,255,.3); border-radius: 48% 52% 37% 63% / 45% 40% 60% 55%; background: #283d34; box-shadow: inset -30px -30px 0 #182a25; transform: rotate(-6deg); }
.map-land:before, .map-land:after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: #20362d; }
.map-land:before { width: 28%; height: 22%; left: 4%; top: 8%; }
.map-land:after { width: 24%; height: 13%; right: -4%; bottom: 4%; }
.marker { position: absolute; z-index: 5; translate: -50% -50%; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #111; border-radius: 50% 50% 50% 8%; background: var(--coral); transform: rotate(-45deg); box-shadow: 0 7px 18px #0008; }
.marker span { transform: rotate(45deg); font-size: 10px; font-weight: 900; }
.marker.done { background: var(--lime); color: #08100d; }
.marker.demo-point { background: #e9c55f; color: #0a0c0f; }
.map-legend { position: absolute; z-index: 8; left: 15px; bottom: 15px; width: min(280px, calc(100% - 30px)); padding: 15px; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(9,13,17,.84); backdrop-filter: blur(16px); }
.map-legend p { margin: 0; color: var(--muted); font-size: 11px; }
.queue-item { padding: 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.diff { display: grid; grid-template-columns: 1fr 28px 1fr; gap: 8px; margin: 12px 0; align-items: center; }
.diff code { min-height: 45px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #090d12; color: #bac2cd; white-space: normal; }
.queue-actions { display: flex; gap: 7px; justify-content: flex-end; }
.source { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-decoration: none; }
.source small { color: var(--muted); }
.empty { padding: 58px 20px; border: 1px dashed var(--line-strong); border-radius: 16px; text-align: center; color: var(--muted); background: rgba(255,255,255,.02); }
.toast { position: fixed; right: 18px; bottom: 92px; z-index: 70; max-width: 340px; padding: 13px 16px; border: 1px solid rgba(202,255,61,.45); border-radius: 12px; background: #161d16; color: #e8f7c1; box-shadow: 0 18px 45px #0008; font-weight: 800; animation: in .2s ease-out; }
@keyframes in { from { transform: translateY(15px); opacity: 0; } }
.footer { padding: 44px clamp(18px, 4vw, 64px) 100px; border-top: 1px solid var(--line); background: #07090c; color: #dfe3e8; }
.footer-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 38px; width: min(1370px, 100%); margin: auto; }
.footer p { color: #717a87; line-height: 1.7; font-size: 10px; }
.bottom-nav { display: none; }

@media (max-width: 1020px) {
  .topbar { grid-template-columns: auto 1fr auto; gap: 12px; }
  .brand-copy, .top-actions .hide-tablet { display: none; }
  .hero-copy { width: 68%; }
  .hero-board { width: 250px; }
  .grid-4, .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .topbar { min-height: 66px; padding: 10px 14px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 11px; }
  .top-actions, .search-key, .nav { display: none; }
  .global-search input { min-height: 42px; padding: 0 14px 0 42px; border-radius: 12px; font-size: 13px; }
  .search-icon { left: 14px; top: 12px; font-size: 17px; }
  .main { padding: 10px 12px 110px; }
  .status-strip { margin: 0 2px 10px; min-height: 30px; overflow: hidden; white-space: nowrap; }
  .status-strip span:not(.pulse):not(.status-label), .status-strip a { display: none; }
  .status-label { font-size: 8px; }
  .hero { min-height: 650px; border-radius: 20px; }
  .hero-media { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,8,12,.97) 0%, rgba(5,8,12,.76) 48%, rgba(5,8,12,.08) 82%), linear-gradient(90deg, rgba(5,8,12,.45), transparent); }
  .hero-copy { justify-content: flex-end; width: 100%; min-height: 650px; padding: 26px 22px 184px; }
  .hero-tag { margin-bottom: 14px; font-size: 7px; }
  .hero-tag span { width: 23px; }
  .hero h1 { margin-bottom: 13px; font-size: clamp(40px, 11.8vw, 56px); line-height: .96; letter-spacing: -.07em; }
  .hero .lead { max-width: 92%; font-size: 13px; line-height: 1.6; }
  .hero-actions { margin-top: 20px; }
  .hero-actions .btn { min-height: 43px; padding: 0 15px; font-size: 12px; }
  .hero-board { left: 22px; right: 22px; bottom: 49px; width: auto; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; padding: 13px 15px; border-radius: 14px; }
  .hero-board-top { grid-column: 1 / -1; padding-bottom: 9px; }
  .hero-board small { margin-top: 0; font-size: 7px; }
  .count { margin: 4px 0 0; font-size: 51px; }
  .hero-board .meta { display: grid; justify-items: end; padding: 0; border: 0; font-size: 8px; }
  .hero-foot { left: 22px; right: 22px; bottom: 18px; justify-content: space-between; gap: 6px; padding-top: 10px; font-size: 6px; }
  .hero-foot span:nth-child(2), .hero-foot span:nth-child(3) { display: none; }
  .section { margin-top: 62px; }
  .section-head { display: block; margin-bottom: 21px; }
  .section-head > p { margin-top: 13px; font-size: 12px; }
  h2 { font-size: 31px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; gap: 9px; }
  .story-card, .story-card:first-child, .story-card:nth-child(2), .story-card:nth-child(3), .story-card:nth-child(4) { grid-column: span 1; grid-row: span 1; }
  .story-card:first-child { grid-column: 1 / -1; grid-row: span 2; }
  .story-card { border-radius: 16px; }
  .story-copy { left: 15px; right: 15px; bottom: 15px; }
  .story-copy small { font-size: 6px; }
  .story-copy strong { font-size: 20px; }
  .story-copy > span { display: none; }
  .story-num { left: 14px; top: 14px; }
  .story-arrow { right: 13px; top: 13px; width: 27px; height: 27px; }
  .metric-grid, .grid-4, .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 150px; }
  .metric-card .kicker { margin-top: 30px; }
  .page-head { display: block; padding-top: 36px; }
  .page-head h1 { font-size: 48px; }
  .page-head .btn { margin-top: 10px; }
  .result { grid-template-columns: 1fr auto; gap: 8px; }
  .result-type { grid-column: 1 / -1; }
  .rank { grid-template-columns: 34px 1fr; }
  .rank > :last-child { grid-column: 2; }
  .map-wrap { min-height: 510px; }
  .diff { grid-template-columns: 1fr; }
  .diff > span { transform: rotate(90deg); text-align: center; }
  .queue-actions { justify-content: stretch; }
  .queue-actions .btn { flex: 1; }
  .footer-inner { grid-template-columns: 1fr; }
  .bottom-nav { position: fixed; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 60; display: grid; grid-template-columns: repeat(5, 1fr); padding: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(13,17,23,.88); box-shadow: 0 14px 44px rgba(0,0,0,.6); backdrop-filter: blur(24px) saturate(1.5); }
  .bottom-nav a { display: grid; place-items: center; gap: 4px; min-height: 52px; border-radius: 13px; color: #7f8996; text-decoration: none; font-size: 8px; font-weight: 800; }
  .bottom-nav a span:first-child { display: grid; place-items: center; font-size: 20px; }
  .bottom-nav a span:first-child svg { width: 19px; height: 19px; }
  .bottom-nav a.active { background: rgba(202,255,61,.13); color: var(--lime); }
}

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