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