*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:#1a1814;font-family:Courier New,Courier,monospace}.overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;pointer-events:auto}.start-screen{background:#14120ee0;backdrop-filter:blur(8px)}.start-content{text-align:center;color:#f5f0e8;max-width:520px;padding:40px}.game-title{font-size:2.8rem;font-weight:900;letter-spacing:2px;margin-bottom:12px;font-family:Courier New,monospace}.redacted-text{background:#f5f0e8;color:#f5f0e8;padding:0 4px;letter-spacing:-2px}.game-subtitle{font-size:1rem;opacity:.6;margin-bottom:36px;font-style:italic;line-height:1.5}.instructions{margin-bottom:28px;text-align:left;display:inline-block}.instruction-row{margin:10px 0;font-size:.9rem;color:#c0b8a8;line-height:1.4}kbd{display:inline-block;background:#f5f0e81f;border:1px solid rgba(245,240,232,.25);border-radius:4px;padding:2px 8px;font-family:Courier New,monospace;font-size:.85rem;margin:0 3px;min-width:28px;text-align:center;color:#f5f0e8}.redact-example{background:#222;color:#222;padding:0 6px;border-radius:2px;letter-spacing:-1px}.game-tips{margin-bottom:32px;font-size:.8rem;color:#a09888;line-height:1.8}.start-prompt{margin-top:20px}.blink{animation:blink 1.2s ease-in-out infinite;font-size:1.1rem;letter-spacing:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hud-left,.hud-right,.hud-center{position:fixed;top:16px;z-index:100;pointer-events:none;color:#f5f0e8;font-family:Courier New,monospace}.hud-left{left:20px;display:flex;flex-direction:column;gap:10px}.hud-right{right:20px;display:flex;flex-direction:column;gap:10px;text-align:right}.hud-stat-block{display:flex;flex-direction:column}.hud-stat-label{font-size:.55rem;letter-spacing:3px;opacity:.5;text-transform:uppercase}.hud-stat-value{font-size:1.25rem;font-weight:800;line-height:1.2;text-shadow:0 2px 6px rgba(0,0,0,.5);transition:color .3s ease}.hud-stat-value small{font-size:.6em;opacity:.55;margin-left:2px;font-weight:500}.hud-speed.warm{color:#ffd54f}.hud-speed.fast{color:#ff9800;text-shadow:0 0 8px rgba(255,152,0,.4)}.hud-speed.critical{color:#ff3d00;text-shadow:0 0 12px rgba(255,61,0,.5);animation:speedShake .3s ease-in-out infinite}@keyframes speedShake{0%,to{transform:translate(0)}25%{transform:translate(-1px)}75%{transform:translate(1px)}}.hud-center{left:50%;transform:translate(-50%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.hud-score-label{font-size:.6rem;letter-spacing:5px;opacity:.6}.hud-score-value{font-size:2.6rem;font-weight:900;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.6),0 0 24px rgba(0,0,0,.35);transition:transform .15s ease,text-shadow .15s ease}.hud-score-value.pulse{transform:scale(1.18);text-shadow:0 0 18px rgba(255,255,255,.5),0 2px 10px rgba(0,0,0,.6)}.hud-combo{display:flex;align-items:center;gap:6px;background:#000000bf;border:1px solid rgba(76,175,80,.4);padding:3px 14px;border-radius:4px;margin-top:2px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),border-color .3s}.hud-combo.pop{transform:scale(1.25)}.hud-combo.hot{border-color:#ffca2899}.hud-combo.hot .hud-combo-x{color:#ffca28;text-shadow:0 0 8px rgba(255,202,40,.5)}.hud-combo.mega{border-color:#ff3d0099;background:#ff3d001f;animation:comboPulse .5s ease-in-out infinite alternate}.hud-combo.mega .hud-combo-x{color:#ff6e40;text-shadow:0 0 14px rgba(255,61,0,.7)}@keyframes comboPulse{0%{box-shadow:0 0 #ff3d0000}to{box-shadow:0 0 18px #ff3d0059}}.hud-combo-x{font-size:1.3rem;font-weight:900;color:#4caf50;line-height:1}.hud-combo-word{font-size:.55rem;letter-spacing:3px;opacity:.6}.hud-redactions{letter-spacing:1px}.hud-milestone{position:fixed;top:30%;left:50%;transform:translate(-50%,-50%);z-index:120;text-align:center;display:flex;flex-direction:column;align-items:center;pointer-events:none;animation:milestoneIn .35s cubic-bezier(.34,1.56,.64,1),milestoneOut .6s .8s ease-out forwards}.hud-milestone-value{font-size:4.5rem;font-weight:900;font-family:Courier New,monospace;color:#ffd740;text-shadow:0 0 30px rgba(255,215,64,.7),0 0 60px rgba(255,152,0,.3),0 4px 12px rgba(0,0,0,.6);line-height:1}.hud-milestone-label{font-size:1rem;font-weight:700;letter-spacing:8px;color:#fff;opacity:.85;text-shadow:0 2px 8px rgba(0,0,0,.5);margin-top:4px}@keyframes milestoneIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes milestoneOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.6) translateY(-30px)}}.hud-vignette{position:fixed;inset:0;z-index:90;pointer-events:none;background:radial-gradient(ellipse at center,transparent 55%,rgba(180,30,0,.25) 100%);transition:opacity .4s ease}.hud-controls{position:fixed;bottom:16px;left:50%;transform:translate(-50%);font-size:.65rem;opacity:.5;display:flex;gap:16px;color:#f5f0e8;text-shadow:0 1px 4px rgba(0,0,0,.5)}.game-over-screen{background:#14120eeb;backdrop-filter:blur(12px)}.game-over-content{text-align:center;color:#f5f0e8;max-width:420px;padding:36px}.game-over-title{font-size:2.5rem;font-weight:900;font-family:Courier New,monospace;margin-bottom:4px;letter-spacing:-1px}.game-over-subtitle{font-size:.9rem;opacity:.4;letter-spacing:6px;margin-bottom:28px;font-weight:400}.final-stats{margin-bottom:24px;border-top:1px solid rgba(245,240,232,.15);border-bottom:1px solid rgba(245,240,232,.15);padding:14px 0}.stat-row{display:flex;justify-content:space-between;padding:5px 24px;font-size:.9rem}.stat-label{opacity:.5}.stat-value{font-weight:700}.leaderboard{margin-bottom:24px}.lb-title{font-size:.75rem;letter-spacing:4px;opacity:.4;margin-bottom:10px;font-weight:400}.lb-list{text-align:left}.lb-entry{display:flex;align-items:center;gap:10px;padding:3px 16px;font-size:.8rem;border-left:2px solid transparent}.lb-entry.lb-current{border-left-color:#4caf50;background:#4caf5014}.lb-rank{opacity:.4;width:22px;text-align:right}.lb-score{font-weight:700;width:55px}.lb-detail{opacity:.35;font-size:.7rem}.restart-prompt{margin-top:20px}.escape-hint{font-size:.7rem;opacity:.35;margin-top:8px;display:inline-block}.x-link{position:fixed;bottom:16px;right:16px;z-index:200;color:#f5f0e873;transition:color .2s ease,transform .2s ease;pointer-events:auto;line-height:0}.x-link:hover{color:#f5f0e8;transform:scale(1.15)}
