:root{
  --bg:#080a0f;--panel:#0f121a;--panel2:#131824;--line:#202635;--text:#f5f7fb;
  --muted:#9aa3b4;--accent:#8ef0b5;--accent2:#87a7ff;--radius:20px;--shadow:0 22px 80px rgba(0,0,0,.34)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:
radial-gradient(900px 500px at 50% -150px,rgba(80,115,255,.16),transparent 60%),var(--bg);
color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}
.shell{width:min(1180px,calc(100% - 32px));margin:auto}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:4}
.brand{font-weight:800;letter-spacing:-.04em;font-size:21px;display:flex;align-items:center}.brand span:last-child{color:var(--muted)}.brand-dot{width:9px;height:9px;background:var(--accent);border-radius:50%;margin-right:9px;box-shadow:0 0 20px var(--accent)}
.nav-links{display:flex;gap:28px}.nav a{text-decoration:none;color:inherit}.nav-links a{color:var(--muted);font-size:14px}.nav-cta{border:1px solid var(--line);padding:10px 14px;border-radius:12px;font-size:14px;background:rgba(255,255,255,.03)}
.hero{padding:92px 0 86px;text-align:center;display:flex;flex-direction:column;align-items:center}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;color:#c3cad7;display:flex;gap:8px;align-items:center}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 18px var(--accent)}
.hero h1{font-size:clamp(46px,7.5vw,92px);line-height:.96;letter-spacing:-.065em;max-width:980px;margin:20px 0}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--accent),#c3fff0 50%,var(--accent2));-webkit-background-clip:text;color:transparent}
.hero-copy{max-width:660px;color:var(--muted);font-size:18px;line-height:1.65;margin:0}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;gap:14px;text-decoration:none;padding:14px 18px;border-radius:14px;font-weight:700;font-size:14px}.btn.primary{color:#07100b;background:var(--accent)}.btn.ghost{color:var(--text);border:1px solid var(--line);background:#0d1017}.trust-row{display:flex;gap:26px;margin-top:32px;color:#7f899c;font-size:12px}.trust-row span:before{content:"✓";color:var(--accent);margin-right:6px}
section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px}.section-head h2{font-size:clamp(30px,4vw,50px);letter-spacing:-.05em;margin:10px 0 0}.section-head>p{color:var(--muted);max-width:470px;line-height:1.6;margin:0}.section-head.compact{margin-bottom:18px}
.market-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.market-card{min-height:250px;text-align:left;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(160deg,#111621,#0c0f16);color:var(--text);padding:22px;cursor:pointer;position:relative;transition:.2s}.market-card:hover{transform:translateY(-3px);border-color:#364055}.market-card.feature{grid-row:span 2;min-height:514px;background:radial-gradient(500px 300px at 20% 10%,rgba(142,240,181,.15),transparent 60%),linear-gradient(160deg,#121824,#0c0f16)}
.flag{font-size:34px}.market-copy{position:absolute;left:22px;right:22px;bottom:58px}.market-copy small{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.13em}.market-copy h3{font-size:24px;margin:9px 0}.feature .market-copy h3{font-size:40px;letter-spacing:-.04em}.market-copy p{color:var(--muted);line-height:1.5;font-size:13px}.market-go{position:absolute;left:22px;bottom:21px;font-size:12px;font-weight:700}
.market-card:nth-child(4){grid-column:2/4}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick-card{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:16px;cursor:pointer;text-align:left}.quick-card b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#191f2b}.quick-card span{display:flex;flex-direction:column;gap:3px;flex:1}.quick-card small{color:var(--muted)}.quick-card i{font-style:normal;color:var(--muted)}
.filter-bar{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:9px;position:sticky;top:10px;z-index:3;padding:10px;background:rgba(8,10,15,.82);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:16px;margin-bottom:20px}
.search-wrap{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#0d1118;border-radius:11px;padding:0 12px}.search-wrap input{width:100%;background:none;border:0;outline:0;color:var(--text);height:44px}.filter-bar select{height:44px;background:#0d1118;color:var(--text);border:1px solid var(--line);border-radius:11px;padding:0 10px;outline:0}.filter-reset{background:#151a24;color:#cbd2de;border:1px solid var(--line);border-radius:11px;padding:0 14px;cursor:pointer}
.active-filter{font-size:12px;color:var(--muted);margin:0 0 14px}.hidden{display:none!important}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#10141d,#0c0f15);padding:18px;min-height:320px;display:flex;flex-direction:column;transition:.2s}.product-card:hover{border-color:#343e53;transform:translateY(-2px)}
.product-top{display:flex;justify-content:space-between;gap:12px}.product-icon{width:44px;height:44px;border-radius:13px;background:#191f2a;display:grid;place-items:center;font-weight:800}.stock-pill{font-size:11px;color:#aef3c7;background:rgba(142,240,181,.09);border:1px solid rgba(142,240,181,.18);height:27px;padding:6px 9px;border-radius:999px}.product-card h3{font-size:21px;letter-spacing:-.025em;margin:18px 0 7px}.product-card .sub{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 16px}
.selector-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.selector label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#7f899a;margin:0 0 6px}.selector select{width:100%;height:42px;background:#0b0e14;border:1px solid var(--line);color:var(--text);border-radius:10px;padding:0 9px}.details-btn{margin-top:12px;height:44px;border:0;border-radius:11px;background:#f3f6fa;color:#080b10;font-weight:800;cursor:pointer}.features{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 16px}.feature-chip{font-size:10px;color:#acb5c4;background:#151a23;padding:6px 8px;border-radius:8px}
.empty{text-align:center;border:1px dashed var(--line);border-radius:18px;padding:45px;color:var(--muted)}.empty button{margin-top:12px;background:var(--accent);border:0;border-radius:10px;padding:10px 14px;font-weight:700}
.how-card{padding:34px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(500px 250px at 80% 0,rgba(135,167,255,.12),transparent),var(--panel)}.how-card h2{font-size:42px;letter-spacing:-.05em}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.steps>div{border-top:1px solid var(--line);padding-top:20px}.steps b{display:block;color:var(--accent);font-size:11px;margin-bottom:30px}.steps strong{font-size:18px}.steps p{color:var(--muted);font-size:13px;line-height:1.55}
footer{padding:40px 0 55px;border-top:1px solid #161a23;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}
.drawer{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:0;transition:.2s}.drawer.open{pointer-events:auto;opacity:1}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px)}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(480px,100%);background:#0c0f15;border-left:1px solid var(--line);padding:28px;transform:translateX(100%);transition:.28s}.drawer.open .drawer-panel{transform:none}.drawer-close{position:absolute;right:18px;top:15px;border:0;background:#171b24;color:white;width:34px;height:34px;border-radius:10px;font-size:22px}.drawer h2{font-size:30px;letter-spacing:-.04em;margin:45px 0 8px}.drawer .drawer-sub{color:var(--muted);line-height:1.6}.drawer-stock{display:inline-flex;margin:14px 0 20px;color:#aef3c7;background:rgba(142,240,181,.09);padding:8px 10px;border-radius:9px;font-size:12px}.drawer-features{display:grid;gap:8px}.drawer-feature{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#10141d;font-size:13px}.drawer-feature:before{content:"✓";color:var(--accent);margin-right:8px}
@media(max-width:900px){.nav-links{display:none}.market-grid{grid-template-columns:1fr 1fr}.market-card.feature{grid-row:auto;grid-column:1/3;min-height:340px}.market-card:nth-child(4){grid-column:auto}.quick-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.filter-bar{grid-template-columns:1fr 1fr}.search-wrap{grid-column:1/3}.filter-reset{height:44px}.trust-row{flex-wrap:wrap;justify-content:center}.section-head{align-items:start;flex-direction:column}}
@media(max-width:620px){.shell{width:min(100% - 22px,1180px)}.nav{height:62px}.nav-cta{padding:9px 11px}.hero{padding:65px 0 58px;text-align:left;align-items:flex-start}.hero h1{font-size:50px}.hero-copy{font-size:16px}.hero-actions{width:100%;flex-direction:column}.btn{justify-content:center}.trust-row{justify-content:flex-start;gap:9px 14px}.section-head h2{font-size:34px}.market-grid,.quick-grid,.product-grid,.steps{grid-template-columns:1fr}.market-card.feature{grid-column:auto;min-height:280px}.market-card{min-height:220px}.feature .market-copy h3{font-size:30px}.filter-bar{grid-template-columns:1fr 1fr;top:6px;padding:7px}.filter-bar select{min-width:0;font-size:12px}.filter-reset{font-size:12px}.product-card{min-height:300px}.selector-grid{grid-template-columns:1fr 1fr}.how-card{padding:22px}.how-card h2{font-size:34px}.steps b{margin-bottom:10px}footer{flex-direction:column;gap:8px}.drawer-panel{padding:22px}}
