:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:1rem}.game-header{text-align:center}.game-header h1{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-header .subtitle{margin:.25rem 0 0;color:#ffffff73;font-size:.85rem}.game-container{position:relative;border:2px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden;background:#111}canvas{display:block}.hud{display:flex;gap:2rem;font-size:.95rem;font-weight:500}.hud span{color:#ffffffb3}.hud .value{color:#f59e0b;font-variant-numeric:tabular-nums;margin-left:.35rem}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);gap:.75rem;z-index:10}.overlay h2{margin:0;font-size:1.6rem;font-weight:700}.overlay p{margin:0;color:#fff9;font-size:.9rem}.overlay button{margin-top:.5rem;padding:.6rem 1.8rem;border:none;border-radius:.4rem;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s}.overlay button:hover{transform:scale(1.05)}.overlay button:active{transform:scale(.97)}.controls-hint{color:#ffffff4d;font-size:.75rem;text-align:center}.touch-controls{display:none;gap:.5rem}.touch-controls .touch-row{display:flex;justify-content:center;gap:.5rem}.touch-btn{width:56px;height:56px;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0d;color:#ffffffb3;font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation}.touch-btn:active{background:#ffffff26}@media(hover:none)and (pointer:coarse){.touch-controls{display:grid}.controls-hint{display:none}}
