:root{--background:#0f172a;--foreground:#f8fafc;--accent:#3b82f6;--accent-foreground:#fff;--muted:#1e293b;--muted-foreground:#94a3b8;--border:#334155;--card:#1e293b;--card-foreground:#f8fafc;--glass:#1e293bb3;--glass-border:#ffffff1a;--font-inter:"Inter",sans-serif;--color-background-alt:#111827}[data-theme=light]{--background:#fff;--foreground:#0a0a0a;--accent:#3b82f6;--accent-foreground:#fff;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--card:#fff;--card-foreground:#0a0a0a;--glass:#ffffffb3;--glass-border:#0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-inter);scroll-behavior:smooth;overflow-x:hidden}a{color:inherit;text-decoration:none}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:12px}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}.text-gradient{background:linear-gradient(135deg,var(--foreground)0%,var(--accent)100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.footer-container{text-align:center;margin-bottom:100px}section{padding:6rem 0}@media (max-width:768px){section{padding:3rem 0}}
