:root{--bg: #0b1f4b;--fg: #ffffff;--accent: #3b82f6;--accent-hover: #1d4ed8}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}a:hover{color:var(--accent-hover)}
