:root{--bg-dark: #020617;--bg-panel: #0f172a;--text-main: #f8fafc;--text-muted: #64748b;--neon-blue: #38bdf8;--neon-green: #4ade80;--neon-purple: #a855f7;--neon-gold: #f59e0b;--neon-red: #f43f5e;--mono: "Courier New", Consolas, monospace;--sans: system-ui, -apple-system, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;background-color:var(--bg-dark);color:var(--text-main);font-family:var(--mono);overflow-x:hidden;user-select:none;-webkit-user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100vw;min-height:100vh;margin:0;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--bg-panel);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes floatUp{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-80px) scale(1.5)}}@keyframes pulseGlow{0%{box-shadow:0 0 15px currentColor}50%{box-shadow:0 0 30px currentColor}to{box-shadow:0 0 15px currentColor}}.scanlines{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(to bottom,#fff0,#fff0 50%,#0000001a 50%,#0000001a);background-size:100% 4px;pointer-events:none;z-index:9999;opacity:.3}
