:root{--background:#fff;--foreground:#070b2e;--primary:#4f46e5;--primary-foreground:#fff;--ink:#070b2e;--muted:#0b1020b8;--accent:#3b82f6;--line:#0b10202e;--white:#fff;--nav:#0a0d2d;--bg:#fff;--font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial;--h1:52px;--h2:44px;--body:14px;--lead:18px;--lh:1.6;--s1:6px;--s2:10px;--s3:14px;--s4:18px;--s5:24px;--s6:32px;--s7:48px;--s8:64px;--s9:100px;--s10:120px;--container:1120px;--radius-pill:999px;--radius-card:18px;--shadow-soft:0 12px 30px #0000001f}
html,body{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font);line-height:var(--lh);margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:0}.container{max-width:var(--container);padding:0 var(--s6);margin:0 auto}.row{align-items:center;display:flex}.space-between{justify-content:space-between}.gap-3{gap:var(--s3)}.gap-5{gap:var(--s5)}.h1{font-size:var(--h1);letter-spacing:-.02em;margin:0;font-weight:800}.h2{font-size:var(--h2);letter-spacing:-.02em;margin:0;font-weight:800}.lead{font-size:var(--lead);margin:0}.body{font-size:var(--body);color:var(--muted)}.btn{border-radius:var(--radius-pill);padding:10px 16px;font-size:14px;font-weight:700}.btn-primary{background:var(--accent);color:var(--white)}.btn-ghost{color:var(--white);background:#ffffff14;outline:1px solid #ffffff2e}.btn-ghost:hover{background:#ffffff1f}.divider{background:var(--line);width:100%;height:1px}
