@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.Header-module__hBw1pG__header{z-index:100;height:var(--header-height);transition:background-color var(--transition-base),box-shadow var(--transition-base);background:0 0;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background:var(--color-bg-secondary);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border-light)}.Header-module__hBw1pG__container{max-width:var(--container-max);height:100%;padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{align-items:center;height:40px;display:flex}.Header-module__hBw1pG__nav{align-items:center;gap:var(--space-8);display:flex}.Header-module__hBw1pG__navLink{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-secondary);transition:color var(--transition-fast)}.Header-module__hBw1pG__navLink:hover{color:var(--color-text-primary)}.Header-module__hBw1pG__actions{align-items:center;gap:var(--space-4);display:flex}.Header-module__hBw1pG__themeToggle{border-radius:var(--radius-lg);width:40px;height:40px;color:var(--color-text-secondary);transition:background-color var(--transition-fast),color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__themeToggle:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}.Header-module__hBw1pG__signIn{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-secondary);transition:color var(--transition-fast)}.Header-module__hBw1pG__signIn:hover{color:var(--color-text-primary)}.Header-module__hBw1pG__cta{padding:var(--space-2)var(--space-4);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff;background:var(--gradient-brand);border-radius:var(--radius-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.Header-module__hBw1pG__cta:hover{color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #6197ee4d}.Header-module__hBw1pG__mobileMenuBtn{border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Header-module__hBw1pG__hamburger{background:var(--color-text-primary);width:20px;height:2px;position:relative}.Header-module__hBw1pG__hamburger:before,.Header-module__hBw1pG__hamburger:after{content:"";background:var(--color-text-primary);width:100%;height:2px;position:absolute;left:0}.Header-module__hBw1pG__hamburger:before{top:-6px}.Header-module__hBw1pG__hamburger:after{top:6px}.Header-module__hBw1pG__mobileMenu{padding:var(--space-4)var(--container-padding);background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);flex-direction:column;display:none}.Header-module__hBw1pG__mobileNavLink{padding:var(--space-3)0;font-size:var(--text-base);font-weight:var(--font-medium);color:var(--color-text-secondary)}.Header-module__hBw1pG__mobileCta{margin-top:var(--space-4);padding:var(--space-3)var(--space-6);font-size:var(--text-base);font-weight:var(--font-medium);color:#fff;background:var(--gradient-brand);border-radius:var(--radius-lg);justify-content:center;align-items:center;display:inline-flex}@media (max-width:768px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__signIn,.Header-module__hBw1pG__cta{display:none}.Header-module__hBw1pG__mobileMenuBtn,.Header-module__hBw1pG__mobileMenu{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:var(--space-16)0 var(--space-8)}.Footer-module__S6Hkya__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__S6Hkya__grid{gap:var(--space-8);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{padding-right:var(--space-8)}.Footer-module__S6Hkya__logo{margin-bottom:var(--space-4);justify-content:flex-start;align-items:center;height:36px;display:flex}.Footer-module__S6Hkya__logoText{font-size:var(--text-2xl);font-weight:var(--font-bold);background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__S6Hkya__tagline{font-size:var(--text-sm);color:var(--color-text-tertiary);margin-bottom:var(--space-6);line-height:1.6}.Footer-module__S6Hkya__social{gap:var(--space-4);display:flex}.Footer-module__S6Hkya__social a{border-radius:var(--radius-lg);width:36px;height:36px;color:var(--color-text-tertiary);transition:color var(--transition-fast),background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__social a:hover{color:var(--color-text-primary);background:var(--color-bg-tertiary)}.Footer-module__S6Hkya__linkGroup{flex-direction:column;display:flex}.Footer-module__S6Hkya__linkGroupTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-primary);margin-bottom:var(--space-4)}.Footer-module__S6Hkya__linkList{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.Footer-module__S6Hkya__link{font-size:var(--text-sm);color:var(--color-text-tertiary);transition:color var(--transition-fast)}.Footer-module__S6Hkya__link:hover{color:var(--color-text-primary)}.Footer-module__S6Hkya__bottom{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--color-border-light)}.Footer-module__S6Hkya__copyright{font-size:var(--text-sm);color:var(--color-text-muted);text-align:center}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr 1fr 1fr}.Footer-module__S6Hkya__brand{margin-bottom:var(--space-8);grid-column:1/-1;padding-right:0}}@media (max-width:768px){.Footer-module__S6Hkya__grid{gap:var(--space-6);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__linkGroup{margin-bottom:var(--space-4)}}@media (max-width:480px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}}
:root{--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem;--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--gradient-brand:linear-gradient(90deg,#9358f7 0%,#6197ee 50%,#10d7e2 100%);--gradient-brand-hover:linear-gradient(90deg,#8046e6 0%,#5086dd 50%,#0cc6d1 100%);--container-max:1200px;--container-padding:var(--space-6);--header-height:72px}:root,[data-theme=light]{--color-bg-primary:#f9fafb;--color-bg-secondary:#fff;--color-bg-tertiary:#f3f4f6;--color-bg-elevated:#fff;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-tertiary:#6b7280;--color-text-muted:#9ca3af;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-accent:#6197ee;--color-accent-light:#6197ee1a;--shadow-card:0 1px 3px #00000014,0 1px 2px #0000000f;--shadow-card-hover:0 10px 30px #00000014}[data-theme=dark]{--color-bg-primary:#000;--color-bg-secondary:#0a0a0a;--color-bg-tertiary:#111;--color-bg-elevated:#1a1a1a;--color-text-primary:#fff;--color-text-secondary:#a1a1aa;--color-text-tertiary:#71717a;--color-text-muted:#52525b;--color-border:#27272a;--color-border-light:#1f1f23;--color-accent:#6197ee;--color-accent-light:#6197ee26;--shadow-card:0 1px 3px #0000004d,0 1px 2px #0003;--shadow-card-hover:0 10px 30px #0006}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-bg-primary);transition:background-color var(--transition-slow),color var(--transition-slow);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:var(--font-semibold);letter-spacing:-.02em;color:var(--color-text-primary);line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{color:var(--color-text-secondary);line-height:1.7}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--space-24)0}.section-sm{padding:var(--space-16)0}.section-lg{padding:var(--space-32)0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gradient{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-muted{color:var(--color-text-tertiary)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){:root{--text-5xl:2.5rem;--text-6xl:3rem;--text-7xl:3.5rem}.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--text-5xl:2rem;--text-6xl:2.5rem;--text-7xl:3rem;--container-padding:var(--space-4)}.section{padding:var(--space-16)0}.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:1fr}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}}::selection{background:var(--color-accent);color:#fff}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
