:root{--bg: #f4f6f9;--surface: #ffffff;--surface-alt: #eef1f6;--border: #d1d9e6;--text: #1a2332;--text-muted: #5c6b7f;--accent: #2563eb;--accent-hover: #1d4ed8;--success: #16a34a;--warn: #ca8a04;--error: #dc2626}html[data-theme=dark]{--bg: #0f1419;--surface: #1a2332;--surface-alt: #151d2b;--border: #2d3a4d;--text: #e6edf3;--text-muted: #8b9cb3;--accent: #3b82f6;--accent-hover: #2563eb;--success: #22c55e;--warn: #eab308;--error: #ef4444}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--text-muted)}
