:root{--bg:#0b0f17;--card:#111827;--muted:#9ca3af;--text:#e5e7eb;--brand:#60a5fa;--accent:#a78bfa;--ok:#34d399}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;backdrop-filter:saturate(180%) blur(10px);background:rgba(3,7,18,.6);border-bottom:1px solid rgba(255,255,255,.06)}
.header-wrap{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{font-weight:800;letter-spacing:.5px;font-size:22px;background:linear-gradient(90deg,var(--brand),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.nav a{color:var(--text);opacity:.9;text-decoration:none;margin-left:20px}
.hero{padding:72px 0 36px}
.hero h1{font-size:36px;line-height:1.2;margin:0 0 12px;font-weight:800}
.badge{display:inline-block;background:linear-gradient(90deg,var(--brand),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;border:1px solid rgba(255,255,255,.12);padding:2px 8px;border-radius:999px;margin:0 4px}
.sub{color:var(--muted);margin:0 0 24px}
.status{display:flex;gap:16px;flex-wrap:wrap}
.status-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(17,24,39,.6)}
.status-item.live .dot{width:10px;height:10px;background:var(--ok);border-radius:50%;box-shadow:0 0 0 6px rgba(52,211,153,.15)}
.status-item .cap{font-size:12px;color:var(--muted)}
.status-item .val{font-weight:600}
.products{padding:24px 0 72px}
.products h2{font-size:28px;margin:12px 0 20px}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
@media (max-width:960px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.grid{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid rgba(255,255,255,.08);padding:20px;border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;}
.qty{font-size:28px;font-weight:800;margin-bottom:8px}
.price{font-size:22px;margin-bottom:16px;letter-spacing:.3px}
.buy{display:inline-block;background:linear-gradient(90deg,var(--brand),var(--accent));color:#0b0f17;text-decoration:none;font-weight:800;border-radius:12px;padding:10px 16px;}
.hint{color:var(--muted);margin-top:16px}
.site-footer{border-top:1px solid rgba(255,255,255,.06);padding:20px 0;background:rgba(3,7,18,.6);margin-top:auto}
.foot-wrap{display:flex;align-items:center;justify-content:space-between}


