:root {
  --bg: #0a0d0c;
  --panel: #111513;
  --panel-2: #151a17;
  --line: #2a302c;
  --text: #f0f1ed;
  --muted: #949d96;
  --acid: #d4ff32;
  --danger: #ff5c35;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .04; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.topbar { height: 76px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); position: sticky; top: 0; z-index: 15; background: rgba(10,13,12,.9); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .12em; font-size: 14px; }
.brand-mark { width: 30px; height: 30px; border: 1px solid var(--acid); color: var(--acid); display: grid; place-items: center; font-size: 11px; transform: skew(-8deg); }
.topbar nav { display: flex; gap: 34px; color: var(--muted); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.topbar nav a:hover { color: var(--text); }
.ghost-btn, .primary-btn { border: 1px solid var(--acid); background: transparent; color: var(--acid); min-height: 42px; padding: 0 19px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: 12px; transition: .2s ease; }
.primary-btn { background: var(--acid); color: #0a0d0c; min-height: 50px; padding: 0 24px; }
.ghost-btn:hover, .primary-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,255,50,.13); }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; padding-top: 48px; padding-bottom: 48px; position: relative; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; left: -280px; top: 30px; background: radial-gradient(circle, rgba(212,255,50,.12), transparent 64%); filter: blur(8px); pointer-events: none; }
.eyebrow, .section-kicker { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.pulse { display: inline-block; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 18px rgba(212,255,50,.8); }
h1 { font-size: clamp(58px, 7.5vw, 116px); line-height: .84; letter-spacing: -.065em; margin: 26px 0 30px; font-weight: 950; max-width: 900px; }
h1 span, h2 span { color: var(--acid); }
.lead { max-width: 710px; color: #b5bcb7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { font-size: 12px; letter-spacing: .1em; font-weight: 900; }
.text-link span { color: var(--acid); margin-left: 7px; }
.hero-panel { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(21,26,23,.95), rgba(13,16,15,.95)); min-height: 430px; padding: 20px; position: relative; box-shadow: 0 35px 70px rgba(0,0,0,.25); }
.panel-top, .status-row, .panel-foot { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.panel-top { color: var(--muted); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px var(--acid); }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 34px 0; transform: skewY(-4deg); }
.sector-grid i { aspect-ratio: 1; border: 1px solid #39403b; background: repeating-linear-gradient(45deg, rgba(255,255,255,.02), rgba(255,255,255,.02) 3px, transparent 3px, transparent 8px); }
.sector-grid i.hot { border-color: var(--danger); background: rgba(255,92,53,.13); box-shadow: inset 0 0 24px rgba(255,92,53,.08); }
.status-row { border-top: 1px solid var(--line); padding: 15px 0; color: var(--muted); }
.status-row strong { color: var(--text); }
.panel-foot { position: absolute; left: 20px; right: 20px; bottom: 20px; color: #687068; }
.ticker { overflow: hidden; white-space: nowrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #656d66; padding: 14px 0; font-size: 11px; letter-spacing: .22em; font-weight: 900; }
.ticker div { min-width: 120%; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 120px 0; }
h2 { margin: 18px 0 0; font-size: clamp(46px, 5.5vw, 82px); line-height: .94; letter-spacing: -.055em; }
.mode-list article { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.mode-list article:last-child { border-bottom: 1px solid var(--line); }
.mode-list article > span { color: var(--acid); font: 700 11px/1 monospace; padding-top: 5px; }
.mode-list h3 { margin: 0 0 8px; text-transform: uppercase; font-size: 17px; letter-spacing: .04em; }
.mode-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.store-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d100f; padding: 110px 0 120px; }
.store-head { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.store-head p { color: var(--muted); line-height: 1.75; max-width: 520px; }
.steam-box { margin: 50px 0 28px; border: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 14px 18px; background: var(--panel); }
.steam-box label { font-size: 11px; color: var(--acid); letter-spacing: .15em; font-weight: 900; }
.steam-box input { border: 0; outline: 0; background: transparent; color: var(--text); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 15px; min-width: 0; }
.steam-box small { color: #69716b; }
.store-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.store-loading { color: var(--muted); padding: 30px 0; }
.product-card { border: 1px solid var(--line); background: linear-gradient(180deg, #151917, #101311); min-height: 330px; padding: 22px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.product-card.featured { border-color: #6c801b; }
.product-card.featured::before { content: "HOT"; position: absolute; right: -29px; top: 16px; width: 100px; text-align: center; background: var(--acid); color: #0b0d0c; transform: rotate(45deg); font-size: 9px; font-weight: 950; padding: 5px 0; }
.weapon-shape { height: 86px; margin: 20px 0 25px; border-bottom: 1px dashed #343b36; position: relative; }
.weapon-shape::before, .weapon-shape::after { content: ""; position: absolute; background: #2d342f; transform: skew(-18deg); }
.weapon-shape::before { width: 78%; height: 16px; left: 4%; top: 28px; }
.weapon-shape::after { width: 20%; height: 30px; left: 52%; top: 40px; }
.product-card h3 { margin: 0; font-size: 18px; letter-spacing: .06em; }
.product-card p { color: var(--muted); margin: 7px 0 0; font-size: 13px; }
.product-price { font-size: 30px; font-weight: 950; margin: auto 0 18px; letter-spacing: -.03em; }
.buy-btn { width: 100%; min-height: 46px; border: 1px solid var(--line); background: #1a1f1c; color: var(--text); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 900; }
.buy-btn:hover { border-color: var(--acid); color: var(--acid); }
.order-message { min-height: 24px; margin-top: 18px; color: var(--muted); }
.order-message.ok { color: var(--acid); }
.order-message.error { color: #ff8164; }
.status-section { padding: 110px 0; }
.status-card { margin-top: 24px; border: 1px solid var(--line); background: var(--panel); padding: 34px; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 35px; align-items: center; }
.status-card span { color: var(--muted); letter-spacing: .12em; font-size: 11px; }
.status-card h2 { font-size: 38px; margin: 4px 0 0; }
.status-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.status-metrics div { border-left: 1px solid var(--line); padding-left: 18px; }
.status-metrics small { display: block; color: #687068; margin-bottom: 6px; font-size: 9px; letter-spacing: .14em; }
.status-metrics strong { font-size: 13px; }
.footer { border-top: 1px solid var(--line); padding: 34px 0 44px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 30px; color: #69716b; font-size: 11px; }
.footer p { text-align: center; margin: 0; }
.footer > span { text-align: right; }
@media (max-width: 900px) {
  .topbar nav { display: none; }
  .hero, .split-section, .store-head { grid-template-columns: 1fr; }
  .hero { gap: 20px; min-height: auto; padding: 90px 0 60px; }
  .hero-panel { min-height: 390px; }
  .split-section { gap: 50px; padding: 90px 0; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .status-card { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; text-align: left; }
  .footer p, .footer > span { text-align: left; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .topbar { padding: 0 14px; }
  .ghost-btn { display: none; }
  h1 { font-size: 55px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .store-grid { grid-template-columns: 1fr; }
  .steam-box { grid-template-columns: 1fr; }
  .steam-box small { display: none; }
  .status-metrics { grid-template-columns: 1fr 1fr 1fr; }
}
