.site-footer_footer__bB1cj{border-top:1px solid var(--line);padding-top:64px;margin-top:40px}.site-footer_top__O05nN{display:grid;grid-template-columns:1.6fr repeat(4,1fr);grid-gap:32px;gap:32px;padding-bottom:48px}.site-footer_brandCol__6nESC{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.site-footer_brand__idZ7D{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--heading)}.site-footer_brandMark__E1cBo{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong)}.site-footer_tagline__WBRlc{color:var(--muted);font-size:14px;max-width:220px}.site-footer_col__aZ1UL{display:flex;flex-direction:column;gap:10px}.site-footer_colTitle__LN2dE{font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px}.site-footer_colLink__bdE2u{font-size:14px;color:var(--foreground)}.site-footer_colLink__bdE2u:hover{color:var(--heading)}.site-footer_bottom__KICLK{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:22px 24px;font-size:13px;color:var(--muted)}@media (max-width:900px){.site-footer_top__O05nN{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.site-footer_top__O05nN{grid-template-columns:1fr}.site-footer_bottom__KICLK{flex-direction:column;gap:8px;align-items:flex-start}}:root{color-scheme:dark;--background:#060b12;--foreground:#d8deea;--heading:#f3f6fb;--muted:#9da7b9;--line:rgba(148,163,184,0.15);--panel:rgba(13,22,33,0.88);--panel-strong:rgba(17,27,40,0.95);--brand:#6366f1;--brand-strong:#22d3ee;--brand-soft:rgba(99,102,241,0.16);--ai-accent:#22d3ee;--ai-accent-strong:#67e8f9;--ai-accent-soft:rgba(34,211,238,0.16);--success:#34d399;--success-soft:rgba(52,211,153,0.14);--amber:#facc15;--amber-soft:rgba(250,204,21,0.14);--max-width:1600px}*{box-sizing:border-box;padding:0;margin:0}html{height:100%;scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{position:relative;min-height:100%;background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--brand-strong);outline-offset:3px}h1,h2,h3,h4{color:var(--heading);line-height:1.15;font-weight:700;letter-spacing:-.02em}p{line-height:1.6}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media (min-width:1024px){.container{padding:0 80px}}@media (min-width:1280px){.container{padding:0 112px}}.section{padding:88px 0;border-bottom:1px solid var(--line)}.section:last-of-type{border-bottom:none}.section-alt{background:radial-gradient(circle at 85% 0,rgba(99,102,241,.05),transparent 45%),linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,0))}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-strong)}.eyebrow.ai{color:var(--ai-accent-strong)}.lede{font-size:19px;color:var(--muted);max-width:640px}.grid{display:grid;grid-gap:24px;gap:24px}.card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0)),var(--panel);border-radius:14px;padding:28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 20px 40px -28px rgba(0,0,0,.6);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card.interactive:hover,a.card:hover{transform:translateY(-3px);border-color:rgba(34,211,238,.35);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 24px 48px -20px rgba(99,102,241,.28)}.pill{gap:6px;border:1px solid var(--line);background:var(--panel);border-radius:999px;padding:6px 14px;font-size:13px;color:var(--muted)}.btn,.pill{display:inline-flex;align-items:center}.btn{justify-content:center;gap:8px;border-radius:10px;padding:12px 22px;font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand-strong),var(--brand));color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 12px 28px -10px rgba(99,102,241,.55)}.btn-primary:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 16px 34px -8px rgba(99,102,241,.65)}.btn-secondary{background:var(--panel);border-color:var(--line);color:var(--foreground)}.btn-secondary:hover{border-color:var(--brand-strong);background:var(--panel-strong)}.btn-row{display:flex;gap:14px;flex-wrap:wrap}code{font-family:SFMono-Regular,Consolas,monospace;background:var(--panel);border:1px solid var(--line);border-radius:6px;padding:2px 6px;font-size:.9em}@media (max-width:720px){.section{padding:56px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.site-header_header__l68lX{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:rgba(6,11,18,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header_bar__F_OsB{display:flex;align-items:center;gap:32px;height:76px}.site-header_brand__6qgvk{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:.02em;color:var(--heading);margin-right:auto}.site-header_brandMark__AkE9I{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--ai-accent),var(--brand));padding:1.5px;box-shadow:0 4px 14px -4px rgba(34,211,238,.55)}.site-header_brandMark__AkE9I:before{content:"";position:absolute}.site-header_brandMark__AkE9I svg{width:100%;height:100%;padding:6px;border-radius:7.5px;background:#0a0f18;color:var(--ai-accent-strong)}.site-header_brandText__Dq0c_{display:flex;flex-direction:column;line-height:1.15}.site-header_brandRow__Rg_9f{display:flex;align-items:center;gap:6px}.site-header_brandBadge__QQc7k{font-size:9.5px;font-weight:800;letter-spacing:.06em;color:var(--muted);border:1px solid var(--line);border-radius:4px;padding:1.5px 5px}.site-header_brandTagline__hIIF0{font-size:10.5px;font-weight:500;letter-spacing:.03em;color:var(--muted);text-transform:uppercase}.site-header_nav__g5pr1{display:flex;align-items:center;gap:6px}.site-header_navLink__soLxR{padding:10px 12px;border-radius:8px;font-size:14.5px;color:var(--foreground)}.site-header_navLink__soLxR:hover{color:var(--heading);background:var(--panel)}.site-header_navItem__Gol2h{position:relative}.site-header_navTrigger__0bnYs{display:flex;align-items:center;gap:4px;padding:10px 12px;border-radius:8px;font-size:14.5px;color:var(--foreground);background:transparent;border:none;cursor:pointer}.site-header_navTrigger__0bnYs:hover{color:var(--heading);background:var(--panel)}.site-header_dropdownWrap__j1WX4{position:absolute;top:100%;left:0;padding-top:10px}.site-header_dropdown___h_3i{width:300px;border:1px solid var(--line);background:var(--panel-strong);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:2px;box-shadow:0 20px 40px rgba(0,0,0,.4)}.site-header_dropdownItem__usSiP{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:8px}.site-header_dropdownItem__usSiP:hover{background:var(--panel)}.site-header_dropdownItemLabel___V9Ae{font-size:14px;font-weight:600;color:var(--heading)}.site-header_dropdownItemDesc__XWbWI{font-size:12.5px;color:var(--muted)}.site-header_actions__23n8O{display:flex;align-items:center;gap:18px}.site-header_loginLink__QlBjb{font-size:14.5px;color:var(--foreground)}.site-header_loginLink__QlBjb:hover{color:var(--heading)}.site-header_mobileToggle__aUaf_{display:none;background:none;border:none;color:var(--heading);cursor:pointer}.site-header_mobileMenu__O8ihG{display:none}@media (max-width:960px){.site-header_actions__23n8O,.site-header_nav__g5pr1{display:none}.site-header_mobileToggle__aUaf_{display:flex}.site-header_mobileMenu__O8ihG{display:flex;flex-direction:column;gap:4px;padding:16px 24px 24px;border-top:1px solid var(--line)}.site-header_mobileMenu__O8ihG a{padding:10px 0;font-size:15px}.site-header_mobileGroupLabel__YjnQJ{margin-top:10px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}}