:root{--bg:#0a0a0a;--bg-elevated:#111111;--text:#f5f5f5;--text-muted:#a1a1aa;--accent:#3b82f6;--accent-glow:rgba(59,130,246,0.15);--border:rgba(255,255,255,0.08);--radius:12px;--max-width:1120px;--header-height:64px;--section-pad:120px;--section-pad-mobile:72px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media (max-width:640px){.container{padding:0 16px}}