:root{--bg-color:#050505;--text-primary:#ededed;--text-secondary:#888;--accent-glow:hsla(0,0%,100%,.08);--font-display:"Inter",system-ui,-apple-system,sans-serif}html{overflow:auto}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-display);margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
