:root{--bg: #0A0A0F;--panel-bg: #111118;--border: #2A2A3A;--text: #E0E0E8;--text-dim: #6A6A80;--accent: #00DDFF;--gold: #FFD700;--red: #FF4444;--green: #44CC44}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:"Press Start 2P",monospace;user-select:none;-webkit-user-select:none}button{font-family:"Press Start 2P",monospace;cursor:pointer;border:none;background:none;color:inherit}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input{font-family:"Press Start 2P",monospace}canvas{image-rendering:pixelated;image-rendering:crisp-edges}
