:root{--bg:#09090b;--bg-elevated:#111113;--bg-card:#18181b;--bg-hover:#1f1f23;--border:#27272a;--border-subtle:#1e1e22;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-tertiary:#71717a;--text-muted:#52525b;--accent:#7c3aed;--accent-hover:#6d28d9;--accent-subtle:#7c3aed14;--accent-glow:#7c3aed26;--green:#22c55e;--blue:#3b82f6;--section-padding:120px 0;--container-width:1200px;--container-padding:0 24px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",Roboto,sans-serif;--font-mono:"SF Mono","Fira Code","Consolas",monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--container-width);padding:var(--container-padding);margin:0 auto}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:var(--section-padding);position:relative}.section--sm{padding:80px 0}.section--flush{padding:0}.heading-xl{letter-spacing:-.03em;font-size:clamp(40px,6vw,72px);font-weight:700;line-height:1.05}.heading-lg{letter-spacing:-.025em;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.1}.heading-md{letter-spacing:-.02em;font-size:clamp(24px,3vw,32px);font-weight:600;line-height:1.2}.heading-sm{font-size:20px;font-weight:600;line-height:1.3}.text-lg{color:var(--text-secondary);font-size:18px;line-height:1.6}.text-md{color:var(--text-secondary);font-size:16px;line-height:1.6}.text-sm{color:var(--text-tertiary);font-size:14px;line-height:1.5}.text-mono{font-family:var(--font-mono)}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent{color:var(--accent)}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);box-shadow:0 4px 24px var(--accent-glow);transform:translateY(-1px)}.btn--secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn--secondary:hover{background:var(--bg-hover);border-color:var(--text-muted)}.btn--lg{border-radius:var(--radius-md);padding:16px 32px;font-size:16px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .3s var(--ease);padding:32px}.card:hover{border-color:var(--text-muted);transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.pill{background:var(--accent-subtle);color:var(--accent);border:1px solid #7c3aed26;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.divider{background:var(--border);border:none;height:1px;margin:0}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:64px 0}.section--sm{padding:48px 0}}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s var(--ease)both}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}
.Header-module__34ke9W__header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle);background:#09090bd9;position:fixed;top:0;left:0;right:0}.Header-module__34ke9W__inner{max-width:var(--container-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.Header-module__34ke9W__logo{z-index:10;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__34ke9W__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:18px;font-weight:600}.Header-module__34ke9W__desktopNav{align-items:center;gap:4px;display:flex}.Header-module__34ke9W__navItem{position:relative}.Header-module__34ke9W__navLink{color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:8px 14px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s;display:flex}.Header-module__34ke9W__navLink:hover{color:var(--text-primary)}.Header-module__34ke9W__megaMenu{background:var(--bg-elevated);border-bottom:1px solid var(--border);animation:Header-module__34ke9W__megaIn .2s var(--ease);z-index:99;position:fixed;top:64px;left:0;right:0;box-shadow:0 12px 40px #00000080}.Header-module__34ke9W__megaInner{max-width:var(--container-width);margin:0 auto;padding:24px}.Header-module__34ke9W__megaGrid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.Header-module__34ke9W__megaColumns{gap:32px;display:flex}.Header-module__34ke9W__megaColumn{flex:1;min-width:0}.Header-module__34ke9W__megaCategoryLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);margin-bottom:4px;padding:0 16px 10px;font-size:11px;font-weight:600}.Header-module__34ke9W__megaItem{border-radius:var(--radius-sm);align-items:flex-start;gap:12px;padding:10px 16px;text-decoration:none;transition:background .15s;display:flex}.Header-module__34ke9W__megaItem:hover{background:var(--bg-hover)}.Header-module__34ke9W__megaIcon{border-radius:var(--radius-sm);background:var(--accent-subtle);width:36px;height:36px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;transition:color .15s;display:flex}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaIcon{color:var(--accent)}.Header-module__34ke9W__megaLabel{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.3}.Header-module__34ke9W__megaDesc{color:var(--text-tertiary);margin-top:2px;font-size:13px;line-height:1.4}.Header-module__34ke9W__megaItem:hover .Header-module__34ke9W__megaDesc{color:var(--text-secondary)}.Header-module__34ke9W__megaFooter{border-top:1px solid var(--border-subtle);text-align:center;margin-top:16px;padding-top:16px}.Header-module__34ke9W__megaFooterLink{color:var(--accent);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.Header-module__34ke9W__megaFooterLink:hover{gap:10px}.Header-module__34ke9W__actions{align-items:center;gap:12px;display:flex}.Header-module__34ke9W__signIn{color:var(--text-secondary);padding:8px 16px;font-size:14px;font-weight:450;text-decoration:none;transition:color .2s}.Header-module__34ke9W__signIn:hover{color:var(--text-primary)}.Header-module__34ke9W__cta{padding:8px 20px;font-size:14px}.Header-module__34ke9W__mobileToggle{color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:none;padding:4px;display:none}.Header-module__34ke9W__mobileNav{display:none}@keyframes Header-module__34ke9W__megaIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Header-module__34ke9W__desktopNav,.Header-module__34ke9W__actions{display:none}.Header-module__34ke9W__mobileToggle{display:block}.Header-module__34ke9W__mobileNav{background:var(--bg);z-index:99;animation:Header-module__34ke9W__mobileSlideIn .25s var(--ease);flex-direction:column;padding:8px 0;display:flex;position:fixed;inset:64px 0 0;overflow-y:auto}@keyframes Header-module__34ke9W__mobileSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__34ke9W__mobileSection{border-bottom:1px solid var(--border-subtle)}.Header-module__34ke9W__mobileLink{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 24px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;display:flex}.Header-module__34ke9W__mobileLink:hover{background:var(--bg-hover)}.Header-module__34ke9W__mobileSubmenu{flex-direction:column;gap:2px;padding:0 12px 12px;display:flex}.Header-module__34ke9W__mobileCategoryLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:12px 16px 6px;font-size:11px;font-weight:600}.Header-module__34ke9W__mobileSubmenuLink{border-radius:var(--radius-sm);flex-direction:column;padding:12px 16px;text-decoration:none;transition:background .15s;display:flex}.Header-module__34ke9W__mobileSubmenuLink:hover{background:var(--bg-hover)}.Header-module__34ke9W__mobileSubmenuLabel{color:var(--text-primary);font-size:15px;font-weight:450}.Header-module__34ke9W__mobileSubmenuDesc{color:var(--text-tertiary);margin-top:2px;font-size:13px;line-height:1.4}.Header-module__34ke9W__mobileActions{flex-direction:column;gap:12px;margin-top:auto;padding:20px 24px;display:flex}.Header-module__34ke9W__mobileSignIn{text-align:center;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s;display:block}.Header-module__34ke9W__mobileSignIn:hover{color:var(--text-primary);border-color:var(--text-muted)}.Header-module__34ke9W__mobileCta{text-align:center;width:100%;padding:12px;font-size:15px;display:block}}
.Footer-module__234PyW__footer{border-top:1px solid var(--border);padding:64px 0 32px}.Footer-module__234PyW__inner{flex-direction:column;gap:40px;display:flex}.Footer-module__234PyW__top{justify-content:space-between;gap:48px;display:flex}.Footer-module__234PyW__brand{flex-shrink:0;max-width:280px}.Footer-module__234PyW__logo{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:600;display:flex}.Footer-module__234PyW__tagline{color:var(--text-tertiary);font-size:14px;line-height:1.5}.Footer-module__234PyW__linkGroups{flex-wrap:wrap;gap:48px;display:flex}.Footer-module__234PyW__linkGroup{min-width:140px}.Footer-module__234PyW__groupTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:13px;font-weight:600}.Footer-module__234PyW__linkList{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__234PyW__link{color:var(--text-tertiary);font-size:14px;transition:color .2s}.Footer-module__234PyW__link:hover{color:var(--text-primary)}.Footer-module__234PyW__bottom{padding-top:24px}.Footer-module__234PyW__copyright{color:var(--text-muted);font-size:13px}@media (max-width:768px){.Footer-module__234PyW__top{flex-direction:column;gap:32px}.Footer-module__234PyW__linkGroups{gap:32px}.Footer-module__234PyW__brand{max-width:none}}
