*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#7C70F5;--bg:#080808;--surface:#111111;--surface2:#1A1A1A;--border:rgba(255,255,255,.06);--border-strong:rgba(255,255,255,.1);--text:#F0F0F0;--muted:#888888;--faint:#333333}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:14px;line-height:1.6}nav{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#080808eb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text)}.nav-logo-icon{width:28px;height:28px;background:var(--primary);border-radius:5px;display:grid;place-items:center;flex-shrink:0}.nav-logo-icon svg{color:#fff}.nav-logo-name{font-size:13.5px;font-weight:600;letter-spacing:-.2px}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:13px;color:var(--muted);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-cta{display:flex;align-items:center;gap:8px}.btn-ghost{padding:7px 16px;border:1px solid var(--border);border-radius:4px;font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s,border-color .15s}.btn-ghost:hover{color:var(--text);border-color:#ffffff2e}.btn-primary{padding:7px 16px;border-radius:4px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;background:var(--primary);border:1px solid var(--primary);transition:opacity .15s}.btn-primary:hover{opacity:.88}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 5vw 80px}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:DM Mono,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;border:1px solid var(--border-strong);padding:4px 12px;border-radius:3px}.hero-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:var(--primary);opacity:.8;flex-shrink:0}h1{font-family:Syne,sans-serif;font-size:clamp(44px,6.5vw,88px);font-weight:800;line-height:.96;letter-spacing:-.04em;margin-bottom:24px;color:var(--text)}.hero-sub{font-size:clamp(14px,1.6vw,17px);color:var(--muted);max-width:480px;line-height:1.7;margin-bottom:36px}.hero-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.btn-hero{padding:11px 26px;border-radius:4px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s}.btn-hero-primary{background:var(--primary);color:#fff;border:1px solid var(--primary)}.btn-hero-primary:hover{opacity:.88}.btn-hero-outline{background:transparent;color:var(--muted);border:1px solid var(--border-strong)}.btn-hero-outline:hover{color:var(--text);border-color:#ffffff2e}.hero-platforms{margin-top:48px}.hero-platforms p{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);font-family:DM Mono,monospace;margin-bottom:12px}.platform-list{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.platform-tag{padding:4px 10px;border:1px solid var(--border-strong);border-radius:3px;font-size:11.5px;color:var(--muted);background:var(--surface)}.divider{border:none;border-top:1px solid var(--border)}.stats{display:flex;justify-content:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat{flex:1;max-width:200px;text-align:center;padding:32px 24px;border-right:1px solid var(--border)}.stat:last-child{border-right:none}.stat-num{font-family:Syne,sans-serif;font-size:30px;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:4px}.stat-label{font-size:12px;color:var(--muted);font-family:DM Mono,monospace;letter-spacing:.04em}.features{padding:96px 5vw;max-width:1100px;margin:0 auto}.section-header{margin-bottom:48px}.section-kicker{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.section-title{font-family:Syne,sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-bottom:12px}.section-sub{font-size:14.5px;color:var(--muted);max-width:440px;line-height:1.65}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:6px;overflow:hidden}.feature-card{padding:28px 26px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);transition:background .2s}.feature-card:hover{background:var(--surface)}.feature-card:nth-child(3n){border-right:none}.feature-card:nth-last-child(-n+3){border-bottom:none}.feature-icon{width:34px;height:34px;border:1px solid var(--border-strong);border-radius:4px;display:grid;place-items:center;color:var(--muted);margin-bottom:14px}.feature-title{font-size:13.5px;font-weight:600;margin-bottom:6px;color:var(--text)}.feature-desc{font-size:13px;color:var(--muted);line-height:1.6}.how{padding:96px 5vw;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.how-inner{max-width:960px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;border:1px solid var(--border);border-radius:6px;overflow:hidden}.step{padding:24px 22px;border-right:1px solid var(--border);background:var(--bg)}.step:last-child{border-right:none}.step-num{font-family:DM Mono,monospace;font-size:11px;color:var(--muted);letter-spacing:.08em;margin-bottom:12px}.step-title{font-size:13.5px;font-weight:600;margin-bottom:7px}.step-desc{font-size:12.5px;color:var(--muted);line-height:1.6}.cta-section{padding:96px 5vw;text-align:center}.cta-title{font-family:Syne,sans-serif;font-size:clamp(32px,4.5vw,56px);font-weight:800;letter-spacing:-.04em;margin-bottom:14px}.cta-sub{font-size:14.5px;color:var(--muted);max-width:360px;margin:0 auto 28px;line-height:1.65}footer{border-top:1px solid var(--border);padding:24px 5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-left{font-size:12.5px;color:var(--muted)}.footer-links{display:flex;gap:20px}.footer-links a{font-size:12.5px;color:var(--muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--text)}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(3n){border-right:1px solid var(--border)}.feature-card:nth-child(2n){border-right:none}.steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(2){border-right:none}.step:nth-child(1),.step:nth-child(2){border-bottom:1px solid var(--border)}}@media(max-width:640px){.nav-links{display:none}.features-grid{grid-template-columns:1fr}.feature-card{border-right:none}.steps{grid-template-columns:1fr}.step{border-right:none;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.stats{flex-wrap:wrap}.stat{border-right:none;border-bottom:1px solid var(--border)}.stat:last-child{border-bottom:none}}
