:root{--bg:#0a0c11;--bg-alt:#0e1119;--card:#151925;--card-hover:#1a1f2e;--line:#232838;--line-soft:#1b2030;--text:#f5f7fa;--text-muted:#9aa4b8;--text-dim:#6b7488;--brand:#ffc600;--brand-dark:#e0ac00;--radius:18px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{flex-direction:column;min-height:100%;display:flex}.container{width:100%;max-width:1040px;margin:0 auto;padding:0 24px}.site-header{z-index:50;-webkit-backdrop-filter:saturate(160%)blur(12px);backdrop-filter:saturate(160%)blur(12px);border-bottom:1px solid var(--line-soft);background:#0a0c11b8;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.brand{align-items:center;display:inline-flex}.brand-wordmark{width:auto;height:34px;display:block}.nav{color:var(--text-muted);gap:28px;font-size:15px;font-weight:500;display:flex}.nav a{transition:color .15s}.nav a:hover{color:var(--text)}.hero{padding:96px 0 84px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 15% 0,#ffc60024 0%,#0000 60%),radial-gradient(50% 40% at 90% 10%,#ffc6000f 0%,#0000 55%);position:absolute;inset:0}.hero .container{position:relative}.eyebrow{color:var(--brand);letter-spacing:.09em;text-transform:uppercase;background:#ffc6000f;border:1px solid #ffc60047;border-radius:999px;margin-bottom:20px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-block}h1{letter-spacing:-.035em;margin-bottom:22px;font-size:clamp(34px,6vw,60px);font-weight:900;line-height:1.06}.lede{color:var(--text-muted);max-width:620px;margin-bottom:36px;font-size:19px}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn{border-radius:12px;justify-content:center;align-items:center;padding:13px 24px;font-size:15px;font-weight:700;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--brand);color:#1a1a1a}.btn-primary:hover{background:#ffd233;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--line);color:var(--text)}.btn-ghost:hover{border-color:var(--brand-dark);transform:translateY(-1px)}.section{padding:80px 0}.section--alt{background:var(--bg-alt);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.section-title{letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(26px,4vw,34px);font-weight:800}.section-sub{color:var(--text-muted);max-width:560px;margin-bottom:40px;font-size:17px}.products{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;padding:24px;transition:transform .18s,border-color .18s,background .18s;display:flex}.product--live{cursor:pointer}.product--live:hover{border-color:var(--brand-dark);background:var(--card-hover);transform:translateY(-3px)}.product--locked{opacity:.82}.product-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.product-icon{border-radius:15px;width:56px;height:56px;display:block}.product-icon--placeholder{border:1px dashed var(--line);background:#10131c;justify-content:center;align-items:center;font-size:24px;display:inline-flex}.badge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.badge--live{color:#0a0c11;background:var(--brand)}.badge--soon{color:var(--text-dim);border:1px solid var(--line);background:0 0}.product-title{letter-spacing:-.01em;margin-bottom:8px;font-size:20px;font-weight:800}.product-desc{color:var(--text-muted);flex:1;margin-bottom:18px;font-size:15px}.product-cta{color:var(--brand);font-size:14px;font-weight:700}.product-cta--muted{color:var(--text-dim)}.info-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.info-item{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px 22px}.info-item dt{color:var(--text-dim);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:13px}.info-item dd{font-size:17px;font-weight:600}.info-item dd a{border-bottom:1px solid var(--brand-dark);padding-bottom:1px}.info-item dd a:hover{color:var(--brand)}.contact-block{text-align:center;flex-direction:column;align-items:center;display:flex}.contact-block .section-sub{margin-left:auto;margin-right:auto}.site-footer{border-top:1px solid var(--line-soft);background:var(--bg-alt);margin-top:auto;padding:32px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-brand{align-items:center;gap:10px;font-size:15px;font-weight:700;display:inline-flex}.footer-logo{border-radius:8px;display:block}.footer-copy{color:var(--text-dim);font-size:13px}@media (max-width:820px){.products,.info-grid{grid-template-columns:1fr}.nav{display:none}.hero{padding:72px 0 60px}.section{padding:60px 0}}
