*{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--violet:#a752ff;--violet-dark:#9740f0;--gold:#dab439;--on-grad:#141419;--header-bg:#000;--header-fg:#fff;--header-border:#fff6;--header-hover:#ffffff1a;--ink:#eef1f6;--muted:#b8bcc4;--bg:#454545;--surface:#3c3c3c;--border:#585858;--radius:16px;--max:1080px;--grad:radial-gradient(120% 120% at 0% 100%, #a752ff 0%, #a752ff00 58%), linear-gradient(200deg, #dab439 0%, #e6c968 100%);--grad-section:var(--grad);--grad-text:linear-gradient(90deg, #c58bff, #ecc964);--grad-btn-bg:#141419;--grad-btn-fg:#fff;--grad-btn-hover:#2a2a34;--grad-outline:#14141980;--grad-outline-hover:#14141914}[data-theme=light]{--header-bg:#fff;--header-fg:#17181d;--header-border:#0003;--header-hover:#0000000f;--ink:#17181d;--muted:#5c6a70;--bg:#fff;--surface:#fff;--border:#e6e6ea;--grad-text:linear-gradient(90deg, #a752ff, #dab439)}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:-.01em;line-height:1.15}.site-header{background:var(--header-bg);border-bottom:1px solid var(--header-border)}.header-inner{max-width:var(--max);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.header-actions{align-items:center;gap:.8rem;display:flex}.theme-toggle{min-width:2.6rem;height:2.6rem;color:var(--header-fg);border:1px solid var(--header-border);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .12s,background .12s;display:inline-flex}.theme-toggle:hover{border-color:var(--header-fg);background:var(--header-hover)}.theme-toggle .icon{flex-shrink:0;width:20px;height:20px;display:block}.theme-toggle .icon-moon,[data-theme=light] .theme-toggle .icon-sun{display:none}[data-theme=light] .theme-toggle .icon-moon{display:block}.brand img{width:auto;height:40px;display:block}.brand .logo-pos,[data-theme=light] .brand .logo-neg{display:none}[data-theme=light] .brand .logo-pos{display:block}.btn{text-align:center;border:1px solid #0000;border-radius:999px;padding:.7rem 1.3rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .12s,background .12s,border-color .12s;display:inline-block}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--violet);color:#fff}.btn-primary:hover{background:var(--violet-dark)}.btn-dark{background:var(--grad-btn-bg);color:var(--grad-btn-fg)}.btn-dark:hover{background:var(--grad-btn-hover)}.btn-outline-dark{color:var(--on-grad);border-color:var(--grad-outline)}.btn-outline-dark:hover{border-color:var(--on-grad);background:var(--grad-outline-hover)}.btn-lg{padding:.9rem 1.8rem;font-size:1.05rem}.hero{background:var(--grad-section);color:var(--on-grad)}.hero-inner{max-width:var(--max);text-align:center;margin:0 auto;padding:6rem 1.5rem 7rem}.eyebrow{text-transform:uppercase;letter-spacing:.14em;opacity:.95;font-size:.8rem;font-weight:700}.hero h1{max-width:16ch;margin:.7rem auto 1rem;font-size:clamp(2.3rem,5.5vw,3.6rem)}.lead{opacity:.96;max-width:56ch;margin:0 auto 2rem;font-size:clamp(1.05rem,2vw,1.28rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.section{padding:4.5rem 0}.section-grad{background:var(--grad-section);color:var(--on-grad)}.section-inner{max-width:var(--max);margin:0 auto;padding:0 1.5rem}.section h2{text-align:center;font-size:clamp(1.7rem,3.5vw,2.4rem)}.section-sub{text-align:center;color:var(--muted);max-width:52ch;margin:.7rem auto 2.5rem}.section-grad .section-sub{color:var(--on-grad);opacity:.85}.grid{gap:1.2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;list-style:none}.card h3{background:var(--grad-text);color:#0000;background-clip:text;margin-bottom:.5rem;font-size:1.2rem}.card p{color:var(--muted)}.step-num{background:var(--grad);color:#141419;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;margin-bottom:.8rem;font-weight:700;display:inline-flex}.cta{background:var(--grad-section);color:var(--on-grad)}.cta-inner{max-width:var(--max);text-align:center;margin:0 auto;padding:4.5rem 1.5rem}.cta h2{font-size:clamp(1.7rem,3.5vw,2.4rem)}.cta p{opacity:.95;max-width:48ch;margin:.7rem auto 2rem}.site-footer{text-align:center;color:var(--muted);padding:2rem 1.5rem;font-size:.9rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-bottom:.8rem;display:flex}.footer-links a{color:var(--ink);font-weight:600;text-decoration:none}.footer-links a:hover{color:var(--violet)}.legal{max-width:760px;margin:0 auto;padding:4rem 1.5rem 5rem}.legal h1{margin-bottom:.8rem;font-size:clamp(1.8rem,4vw,2.6rem)}.legal h2{margin:2rem 0 .6rem;font-size:1.3rem}.legal p,.legal li{color:var(--muted);margin-bottom:.6rem}.legal ul{margin:.3rem 0 1rem 1.4rem}.legal a:not(.btn){color:var(--violet)}.legal .updated{font-size:.9rem}.legal .notice{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);margin:1.5rem 0 2rem;padding:1rem 1.2rem}.legal .legal-cta{margin-top:1.5rem}.legal hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media (width<=720px){.grid-2,.grid-3{grid-template-columns:1fr}}
