:root{--bg:#a8ddf4;--panel:#fff;--text:#000;--muted:#4b5563;--accent:#fc0;--warning:#fa0;--danger:#e60000;--line:#000;--shadow:#0006;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;font-family:"Press Start 2P",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}*{box-sizing:border-box}body{min-width:320px;min-height:100svh;margin:0;overflow:hidden}button,input{font:inherit}#app,.game-shell,.game-stage,.game-root{min-height:100svh}.game-shell{background:radial-gradient(circle at 20% 10%,#ffffff1a,#0000 28rem),linear-gradient(#9ca3af 0%,#6b7280 60%,#4b5563 100%);display:grid}.game-stage{width:100vw;height:100svh;position:relative;overflow:hidden}.game-root,.game-root canvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges;display:block}.hud{z-index:2;pointer-events:none;width:100%;max-width:56.25svh;height:100%;max-height:177.778vw;padding:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));flex-direction:column;justify-content:space-between;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hud__top-container{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.hud__bar{align-items:stretch;gap:16px;width:100%;display:flex}.hud__combo{color:#cca300;text-shadow:4px 4px #000;margin-top:4px;margin-left:8px;font-family:inherit;font-size:32px;animation:.6s ease-in-out infinite alternate pulseCombo}@keyframes pulseCombo{0%{transform:scale(1)rotate(-3deg)}to{transform:scale(1.1)rotate(0)}}.hud-card{outline-offset:-6px;background:#2a3d5e;border:4px solid #000;outline:2px solid #fff;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;padding:12px 6px;display:flex;box-shadow:6px 6px #00000080;container-type:inline-size}.hud-card__label{color:#fc0;text-transform:uppercase;white-space:nowrap;margin-bottom:4px;font-size:clamp(10px,12cqw,14px)}.hud-card__value{color:#fff;white-space:nowrap;font-size:clamp(14px,18cqw,24px)}.uptime__track{background:#0006;border:2px solid #fff;width:80%;max-width:100px;height:6px;margin-bottom:4px;overflow:hidden}.uptime__bar{background:#fc0;height:100%}.hud__bottom_line{background:#0003;width:100%;height:8px;position:absolute;bottom:0;left:0}.hud__bottom_uptime_bar{background:linear-gradient(90deg,#ff1a1a 0%,#fc0 50%,#0f6 100%);height:100%;box-shadow:0 0 12px #ffffff4d}@media (width<=440px){.hud__bar{border-radius:8px;gap:3px;padding:5px 6px}.hud-card{padding:1px 4px}.hud-card__label{font-size:8px}.hud-card__value{font-size:13px}.uptime{gap:4px;max-width:120px}.uptime .hud-card__value{font-size:11px}.uptime__track{height:5px}}
