@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");:root{--bg-deep:#050810;--bg-surface:rgba(255,255,255,0.03);--text-primary:#e0e6f0;--text-secondary:rgba(255,255,255,0.5);--text-muted:rgba(255,255,255,0.25);--accent-blue:#8ba0f0;--accent-glow:rgba(139,160,240,0.15);--anthropic:#d4a574;--openai:#7dd3a8;--deepmind:#7dabd3;--meta:#a07dd3;--xai:#d37d7d;--china-ai:#e8c44a;--regulation:#f09070}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}