:root{--bar-dark: #1a1410;--bar-wood: #3d2b1a;--bar-wood-light: #5a3d22;--bar-counter: #4a3320;--bar-floor: #231c14;--bar-floor-alt: #1e1810;--neon-pink: #ff2d6b;--neon-blue: #00b4ff;--neon-yellow: #ffaa00;--neon-green: #39ff14;--text-light: #f5e6d3;--text-dim: #8b7355;--danger: #e74c3c;--success: #2ecc71;--warning: #f39c12;--leather-red: #6b1a1a;--chrome: #8a8a8a;--font-mono: "Space Mono", "Courier New", monospace;--font-display: "Oswald", "Impact", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;background:#0a0806;color:var(--text-light);font-family:var(--font-mono);touch-action:none;user-select:none;-webkit-user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;outline:none;touch-action:manipulation}.screen-fade{animation:screenFadeIn .35s ease-out both}@keyframes screenFadeIn{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
