*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#050505;color:#fff}canvas{touch-action:none}.app-container{width:100vw;height:100vh;position:relative;background-color:#050505;display:flex;flex-direction:column;color:#fff;overflow:hidden}.canvas-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ui-layer{position:relative;z-index:2;pointer-events:none;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}header{display:flex;justify-content:space-between;align-items:flex-start}h1{font-size:1.5rem;letter-spacing:.5rem;font-weight:900;margin:0;background:linear-gradient(45deg,#4fc3f7,#00e5ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px rgba(79,195,247,.5))}.stats{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;font-family:Space Mono,monospace;font-size:.9rem;opacity:.8}.game-overlay{flex:1;display:flex;justify-content:center;align-items:center}.message{text-align:center;pointer-events:auto;animation:fadeIn .5s ease-out}.message p{font-size:1.2rem;letter-spacing:.2rem;margin-bottom:2rem;text-transform:uppercase}.glow{text-shadow:0 0 20px rgba(255,255,255,.8);animation:pulse 1s infinite alternate}button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2rem;font-size:.8rem;letter-spacing:.3rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}button:hover{background:#fff;color:#000;border-color:#fff;box-shadow:0 0 30px #ffffff4d}.counter-dots{display:flex;justify-content:center;gap:1rem}.dot{width:12px;height:12px;background:#4fc3f7;border-radius:50%;box-shadow:0 0 15px #4fc3f7}.animate-pop{animation:pop .2s cubic-bezier(.175,.885,.32,1.275)}.timer-bar-container{width:200px;height:4px;background:#ffffff1a;margin:1.5rem auto 0;border-radius:2px;overflow:hidden}.timer-bar{height:100%;background:#4fc3f7;box-shadow:0 0 10px #4fc3f7;transition:width .01s linear}.input-controls{margin-top:1rem}.key-hint{font-family:Space Mono,monospace;font-size:.7rem;opacity:.6;margin-left:.5rem}.difficulty-select{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;align-items:center}.difficulty-select button{width:250px}.pause-menu{background:#000c;padding:3rem;border:1px solid rgba(79,195,247,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.menu-options{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.menu-options button{width:250px}.hint{font-size:.8rem!important;opacity:.5}footer{text-align:center;opacity:.3;font-size:.7rem;letter-spacing:.1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:.6}to{opacity:1}}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}.success p{color:#00e676}.points-earned{font-size:2.5rem!important;font-weight:900;margin:.5rem 0;font-family:Space Mono,monospace;text-shadow:0 0 20px rgba(0,230,118,.5)}.error p{color:#ff5252}
