:root{--background:#fff;--foreground:#171717;--primary:#6100ff;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#111827;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#f3f4f6;--accent-foreground:#111827;--border:#e5e7eb;--input:#e5e7eb;--ring:#3b82f6}
.dark{--background:#0a0a0a;--foreground:#ededed;--primary:#6100ff;--primary-foreground:#fff;--secondary:#1f2937;--secondary-foreground:#f9fafb;--muted:#1f2937;--muted-foreground:#9ca3af;--accent:#1f2937;--accent-foreground:#f9fafb;--border:#374151;--input:#374151;--ring:#3b82f6}

:root{--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:.75rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--spacing-3xl:3rem;--spacing-fluid-sm:clamp(.5rem,1vw + .25rem,1rem);--spacing-fluid-md:clamp(1rem,2vw + .5rem,2rem);--spacing-fluid-lg:clamp(1.5rem,3vw + .75rem,3.5rem)}@media (min-width:768px){:root{--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem}}@media (min-width:1280px){:root{--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2.5rem;--spacing-2xl:4rem;--spacing-3xl:6rem}}

*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-main),sans-serif;color:var(--foreground);background:var(--background);overflow-x:hidden}a{color:inherit;text-decoration:none}main{flex-direction:column;display:flex}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
