:root{--primary:#3b82f6;--primary-dark:#2563eb;--secondary:#8b5cf6;--accent:#22d3ee;--background:#0b1120;--surface:#151e2e;--surface-alt:#1e293b;--text:#f1f5f9;--text-secondary:#94a3b8;--border:#1e293b;--error:#ef4444;--success:#10b981}[data-theme=light]{--primary:#2563eb;--primary-dark:#1e40af;--secondary:#7c3aed;--accent:#06b6d4;--background:#fff;--surface:#f9fafb;--surface-alt:#f3f4f6;--text:#111827;--text-secondary:#6b7280;--border:#e5e7eb;--error:#dc2626;--success:#059669}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--text);background:var(--background)}a{color:inherit;text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}