:root{--bg:#0b1220;--surface:#111a2e;--surface-2:#1a2540;--border:#22304f;--text:#f2f5fa;--text-dim:#9aa8c2;--primary:#3da5ff;--accent:#ff8a3d}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}