:root{--bg: #0a0a0a;--surface: #161616;--border: #2a2a2a;--text: #eaeaea;--muted: #888;--accent: #ff6b35}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}body{overflow:hidden;cursor:none}body:hover{cursor:default}button{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
