:root{color:#eef7f2;background:#10231f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}#game-root{position:fixed;inset:0}#hud-root{pointer-events:none;position:fixed;inset:0;display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:14px}.hud-panel{pointer-events:auto;display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;max-width:min(720px,calc(100vw - 28px));border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#0c1412c7;box-shadow:0 10px 28px #0003;padding:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hud-status{justify-self:start}.hud-debug{align-self:start;justify-self:end}.hud-actions{align-self:end;justify-self:center}.hud-panel span,.hud-panel button{min-height:32px;border-radius:6px;padding:6px 10px;font-size:13px;line-height:18px}.hud-panel span{background:#ffffff14;color:#e6f4ee}.hud-panel button{border:1px solid rgba(255,255,255,.18);background:#d8f3dc;color:#10231f;cursor:pointer;font-weight:700}.hud-panel button:hover{background:#95d5b2}canvas{display:block}@media(max-width:640px){#hud-root{padding:10px}.hud-debug{justify-self:start}.hud-actions{justify-self:stretch}}
