*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Courier New,Consolas,Lucida Console,monospace;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background-color:#000;color:#0f0}#root{width:100%;height:100%}button{font-family:inherit;cursor:pointer;transition:all .3s ease;outline:none;border:none}button:focus{outline:2px solid #00ff00;outline-offset:2px}input{font-family:inherit;outline:none;border:none}input:focus{outline:2px solid #00ff00;outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#0f0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0c0}.settings-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.settings-container{background:#001a00;border:2px solid #00ff00;border-radius:8px;padding:2rem;min-width:400px;box-shadow:0 0 20px #00ff0080}.settings-container h2{color:#0f0;text-align:center;margin-bottom:2rem;font-size:2rem;text-shadow:0 0 10px rgba(0,255,0,.8)}.settings-section{margin-bottom:2rem}.settings-section h3{color:#0f0;margin-bottom:1rem;font-size:1.2rem}.difficulty-options{display:flex;flex-direction:column;gap:.5rem}.difficulty-btn{background:#020;border:1px solid #00ff00;color:#0f0;padding:1rem;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start}.difficulty-btn:hover{background:#030;box-shadow:0 0 10px #00ff0080}.difficulty-btn.active{background:#0f0;color:#000}.difficulty-name{font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.difficulty-desc{font-size:.9rem;opacity:.8}.settings-footer{display:flex;justify-content:center;margin-top:2rem}.close-btn{background:#020;border:2px solid #00ff00;color:#0f0;padding:.75rem 2rem;font-size:1.1rem;border-radius:4px;cursor:pointer;transition:all .3s ease}.close-btn:hover{background:#0f0;color:#000;box-shadow:0 0 15px #0f0c}.statistics-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:auto;padding:2rem}.statistics-container{background:#001a00;border:2px solid #00ff00;border-radius:8px;width:100%;max-width:1200px;max-height:90vh;overflow:auto;box-shadow:0 0 30px #00ff0080}.statistics-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #00ff00;position:sticky;top:0;background:#001a00;z-index:10}.statistics-header h2{color:#0f0;font-size:2rem;margin:0;text-shadow:0 0 10px rgba(0,255,0,.8)}.close-button{background:transparent;border:2px solid #00ff00;color:#0f0;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease}.close-button:hover{background:#0f0;color:#000;transform:rotate(90deg)}.statistics-content{padding:2rem}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#020;border:1px solid #00ff00;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00ff004d}.stat-icon{font-size:2.5rem;filter:hue-rotate(90deg) brightness(2)}.stat-info{flex:1}.stat-value{font-size:2rem;font-weight:700;color:#0f0;text-shadow:0 0 5px rgba(0,255,0,.8)}.stat-label{font-size:.9rem;color:#0c0;margin-top:.25rem}.best-records{background:#020;border:1px solid #00ff00;border-radius:8px;padding:1.5rem;margin-bottom:3rem}.best-records h3{color:#0f0;margin:0 0 1rem;font-size:1.3rem}.records-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.record-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#010;border-radius:4px}.record-label{color:#0c0;font-size:.9rem}.record-value{color:#0f0;font-size:1.2rem;font-weight:700;text-shadow:0 0 5px rgba(0,255,0,.8)}.charts-section{display:grid;grid-template-columns:1fr;gap:2rem}.chart-container{background:#020;border:1px solid #00ff00;border-radius:8px;padding:1.5rem}.chart-container.half{display:inline-block;width:calc(50% - 1rem);margin-right:2rem}.chart-container.half:last-child{margin-right:0}.chart-container h3{color:#0f0;margin:0 0 1rem;font-size:1.2rem}.recharts-text{fill:#0f0;font-family:Courier New,monospace}.recharts-legend-item-text{color:#0f0!important}.average-stats{padding:1rem 0}.avg-stat{margin-bottom:1.5rem}.avg-stat:last-child{margin-bottom:0}.avg-label{color:#0c0;font-size:.9rem;margin-bottom:.5rem}.avg-value{color:#0f0;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 5px rgba(0,255,0,.8)}.avg-bar{width:100%;height:20px;background:#010;border:1px solid #00ff00;border-radius:10px;overflow:hidden}.avg-bar-fill{height:100%;background:linear-gradient(90deg,#0f0,#0c0);transition:width .5s ease;box-shadow:0 0 10px #0f0c}@media (max-width: 768px){.statistics-overlay,.statistics-content{padding:1rem}.stats-overview{grid-template-columns:1fr 1fr}.chart-container.half{display:block;width:100%;margin-right:0;margin-bottom:2rem}}.statistics-container::-webkit-scrollbar{width:8px}.statistics-container::-webkit-scrollbar-track{background:#010}.statistics-container::-webkit-scrollbar-thumb{background:#0f0;border-radius:4px}.statistics-container::-webkit-scrollbar-thumb:hover{background:#0c0}.app{width:100vw;height:100vh;overflow:hidden;position:relative;background:#000}.main-menu{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.matrix-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000c,#000000f2);z-index:1}.menu-content{position:relative;z-index:2;text-align:center;color:#0f0;font-family:Courier New,monospace}.game-title{font-size:4rem;margin:0;text-shadow:0 0 20px #00ff00,0 0 40px #00ff00;letter-spacing:.2em;animation:glow 2s ease-in-out infinite alternate}.game-subtitle{font-size:1.2rem;margin:.5rem 0 2rem;opacity:.8}.current-difficulty{font-size:1rem;margin-bottom:2rem;color:#0f0}.difficulty-value{font-weight:700;color:#0f0;text-shadow:0 0 5px rgba(0,255,0,.8)}.menu-section{margin:2rem 0}.menu-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#0f0;opacity:.9}.mode-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.menu-button{background:#00ff001a;border:2px solid #00ff00;color:#0f0;padding:2rem 3rem;cursor:pointer;transition:all .3s ease;font-family:Courier New,monospace;text-align:center;min-width:200px}.menu-button:hover{background:#0f03;transform:translateY(-2px);box-shadow:0 5px 20px #00ff0080}.button-title{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.button-desc{display:block;font-size:.9rem;opacity:.8}.menu-footer{margin-top:3rem;display:flex;gap:2rem;justify-content:center}.settings-button,.stats-button{background:transparent;border:1px solid #00ff00;color:#0f0;padding:.8rem 2rem;cursor:pointer;font-family:Courier New,monospace;transition:all .3s ease}.settings-button:hover,.stats-button:hover{background:#00ff001a}.game-canvas-container{position:absolute;top:0;left:0;width:100%;height:100%}.game-canvas-container canvas{display:block;width:100%;height:100%}@keyframes glow{0%{text-shadow:0 0 20px #00ff00,0 0 40px #00ff00}to{text-shadow:0 0 30px #00ff00,0 0 60px #00ff00}}@keyframes matrixRain{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}.game-hud{position:absolute;top:0;left:0;width:100%;z-index:10;padding:1rem;pointer-events:none}.hud-top{display:flex;justify-content:space-between;align-items:flex-start}.hud-left,.hud-right{background:#000c;padding:1rem;border:1px solid #00ff00;color:#0f0;font-family:Courier New,monospace}.score,.mode,.lives,.stats{margin:.25rem 0;font-size:1.1rem}.stats{display:flex;gap:1rem}.pause-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;pointer-events:all}.pause-text{font-size:4rem;color:#0f0;text-shadow:0 0 20px #00ff00;animation:pulse 2s infinite}.game-over-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:20}.game-over-content{text-align:center;color:#0f0;font-family:Courier New,monospace}.game-over-title{font-size:3rem;margin-bottom:2rem;text-shadow:0 0 20px #00ff00;animation:glow 2s ease-in-out infinite alternate}.game-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;max-width:400px;margin-left:auto;margin-right:auto}.stat-item{background:#00ff001a;border:1px solid #00ff00;padding:1rem}.stat-label{display:block;font-size:.9rem;opacity:.8;margin-bottom:.5rem}.stat-value{display:block;font-size:1.5rem;font-weight:700}.game-over-actions{display:flex;gap:2rem;justify-content:center}.restart-button,.game-over-actions .menu-button{background:#00ff001a;border:2px solid #00ff00;color:#0f0;padding:1rem 2rem;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.restart-button:hover,.game-over-actions .menu-button:hover{background:#0f03;transform:translateY(-2px);box-shadow:0 5px 20px #00ff0080}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.game-input-container{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:15;background:#000000e6;border:2px solid #00ff00;padding:1rem 2rem;min-width:400px}.input-display{font-family:Courier New,monospace;font-size:1.5rem;color:#0f0;display:flex;align-items:center}.input-prompt{margin-right:.5rem;color:#0f0}.input-text{flex:1;color:#fff;text-shadow:0 0 5px #00ff00}.input-cursor{animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}
