:root{--bg: #0d0d0f;--surface: #16161a;--border: #2a2a2e;--text: #e4e4e7;--muted: #71717a;--accent: #a78bfa;--accent-hover: #c4b5fd}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}
