*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#111;color:#f5f2e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#game{display:block;width:100%;height:100%}.hud{position:fixed;inset:16px 16px auto;display:flex;justify-content:space-between;gap:16px;pointer-events:none}.status,.controls,.banner,.garage{background:#0e1214c7;border:1px solid rgb(255 255 255 / 16%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.status,.controls{display:flex;align-items:center;min-height:42px;gap:12px;padding:10px 12px;border-radius:8px;box-shadow:0 10px 35px #0000003d}.status span,.controls span{white-space:nowrap;font-size:13px;color:#e6dfcf}.status strong{font-size:14px;letter-spacing:0}.banner{position:fixed;left:50%;bottom:22px;transform:translate(-50%);width:min(520px,calc(100vw - 32px));padding:11px 14px;border-radius:8px;text-align:center;font-size:14px;line-height:1.35;color:#fff6d9;pointer-events:none}.garage{position:fixed;top:74px;right:16px;width:min(290px,calc(100vw - 32px));display:none;grid-template-columns:1fr;gap:14px;padding:14px;border-radius:8px;box-shadow:0 16px 60px #00000059}.garage.open{display:grid}.garage header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.garage button,.garage-toggle{border:1px solid rgb(255 255 255 / 20%);background:#263036;color:#fff8df;cursor:pointer}.garage button{width:30px;height:30px;border-radius:8px;font-size:18px;line-height:1}.garage label{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:12px;font-size:13px;color:#e7dfcf}.garage input,.garage select{width:100%}.garage input[type=checkbox]{width:18px;height:18px;justify-self:start;accent-color:#ff4fd8}.garage select{height:34px;border-radius:6px;border:1px solid rgb(255 255 255 / 18%);background:#20272b;color:#fff8df}.garage-toggle{position:fixed;right:16px;bottom:22px;width:42px;height:42px;border-radius:8px;font-weight:700;box-shadow:0 12px 35px #0000004d}@media(max-width:720px){.hud{inset:10px 10px auto;flex-direction:column;gap:8px}.status,.controls{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px 12px;overflow:visible}.status span,.controls span{font-size:12px}.garage{top:112px;right:10px}.banner{bottom:12px;font-size:13px}}
