:root{--bg: #0d0d0d;--surface: #141414;--surface-2: #1c1c1c;--border: rgba(255,255,255,.07);--text: #e8e4df;--muted: #5a5550;--accent: #E63946;--accent-dim: rgba(230,57,70,.12);--accent-glow:rgba(230,57,70,.25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased}#app{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}
