:root{--bg:#050508;--bg-elevated:#0a0b10;--bg-card:#0e1018;--border:#1f2330;--border-soft:#161922;--text:#e8e6e3;--text-muted:#9a9590;--text-dim:#5c5854;--accent:#dc2626;--accent-bright:#ef4444;--accent-soft:rgba(220,38,38,.12);--accent-glow:rgba(220,38,38,.4);--radius:10px;--font:"Inter",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:#fca5a5;text-decoration:none}a:hover{text-decoration:underline}