.gemini-rush-container{width:100%;max-width:800px;margin:0 auto;font-family:Roboto Mono,monospace}.gemini-rush-title{text-align:center;color:#38bdf8;letter-spacing:.2em;text-shadow:0 0 10px #38bdf880;margin-bottom:1rem;font-size:2rem;font-weight:900}.game-canvas-wrapper{cursor:pointer;background-color:#0f172a;border:2px solid #334155;border-radius:.5rem;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}canvas{width:100%;height:auto;display:block}.game-hud-score{color:#f1f5f9;text-shadow:1px 1px #000;font-size:1.25rem;font-weight:700;position:absolute;top:1rem;right:1.5rem}.game-over-overlay{color:#fff;background-color:#0f172ad9;flex-direction:column;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:absolute;inset:0}.game-over-overlay h3{color:#ef4444;text-shadow:0 0 15px #ef444480;margin-bottom:.5rem;font-size:2.5rem}.press-start{color:#38bdf8;margin-top:1.5rem;font-size:1rem;animation:1.5s infinite pulse}.game-console-panel{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;grid-template-columns:1fr;gap:1rem;margin-top:1rem;padding:1rem;display:grid;box-shadow:inset 0 0 10px #0000004d}@media (min-width:640px){.game-console-panel{grid-template-columns:auto 1fr auto;align-items:center}}.console-header{color:#94a3b8;white-space:nowrap;align-items:center;gap:.75rem;font-size:.875rem;font-weight:700;display:flex}.status-light{border-radius:50%;width:10px;height:10px;box-shadow:0 0 5px}.console-log{color:#38bdf8;white-space:nowrap;background-color:#0f172a;border-left:3px solid #38bdf8;border-radius:.25rem;align-items:center;min-height:2.25rem;padding:.5rem .75rem;font-family:Courier New,Courier,monospace;font-size:.85rem;display:flex;overflow:hidden}.log-prompt{color:#ef4444;margin-right:.5rem;font-weight:700}.console-controls{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.toggle-label{color:#94a3b8;letter-spacing:.05em;font-size:.75rem;font-weight:700}.toggle-switch{width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#475569;border-radius:24px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#22c55e}input:checked+.slider:before{transform:translate(20px)}.game-instructions{color:#64748b;text-align:center;margin-top:1rem;font-size:.8rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.game-hud-ooda{pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#0f172ab3;border:1px solid #38bdf833;border-radius:.4rem;flex-direction:column;gap:.4rem;min-width:160px;padding:.6rem .8rem;display:flex;position:absolute;bottom:1rem;left:1rem}.ooda-step{color:#64748b;justify-content:space-between;align-items:center;gap:1rem;font-size:.7rem;transition:all .2s;display:flex}.ooda-step.active{color:#38bdf8}.step-label{letter-spacing:.05em;font-weight:700}.step-value{font-family:Courier New,Courier,monospace;font-weight:800}.ooda-latency{color:#475569;border-top:1px solid #334155;justify-content:space-between;margin-top:.2rem;padding-top:.3rem;font-size:9px;display:flex}.pulse{animation:1s ease-in-out infinite ooda-pulse}.pulse-fast{animation:.4s ease-in-out infinite ooda-pulse}@keyframes ooda-pulse{0%,to{opacity:1}50%{opacity:.5}}
