:root{color:#f4f0dc;background:#070814;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#app{width:100%;min-width:320px;height:100%;margin:0}body{overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(83,255,241,.14),transparent 30%),linear-gradient(180deg,#111532,#050610 72%)}.game-host{display:grid;width:100%;height:100dvh;min-height:100dvh;place-items:center;padding:12px;overflow:hidden}.desktop-game-shell{--playfield-height: min( calc(100dvh - 40px) , 760px);--playfield-width: calc(var(--playfield-height) * 384 / 448);--status-width: clamp(204px, calc(var(--playfield-height) * .36), 260px);display:grid;grid-template-columns:var(--playfield-width) var(--status-width);gap:clamp(14px,calc(var(--playfield-height) * .028),22px);align-items:center;justify-content:center;width:min(calc(100vw - 24px),calc(var(--playfield-width) + var(--status-width) + 22px));height:var(--playfield-height)}.visual-reboot-shell{--visual-frame-width: min( calc(100vw - 24px) , calc((100dvh - 40px) * 1080 / 1620), 720px);display:grid;width:var(--visual-frame-width);aspect-ratio:1080 / 1620;place-items:center}.game-canvas-shell{display:grid;width:100%;height:100%;min-width:0;place-items:center}.desktop-status-panel{width:var(--status-width);height:100%;min-height:100%;padding:clamp(12px,calc(var(--playfield-height) * .022),18px) 0;border:1px solid rgba(240,201,90,.62);background:linear-gradient(180deg,#10122ae0,#050610d1),#050610c7;color:#f4f0dc;image-rendering:pixelated;box-shadow:inset 0 0 0 1px #67fff029,0 18px 52px #00000061}.desktop-status-title{padding:4px clamp(14px,calc(var(--status-width) * .08),20px) 12px;color:#fff1b0;font-size:clamp(18px,calc(var(--playfield-height) * .029),22px);font-weight:700}.desktop-status-row,.desktop-status-icon-row,.desktop-status-meter,.desktop-status-stage{display:grid;gap:4px;padding:clamp(7px,calc(var(--playfield-height) * .012),10px) clamp(14px,calc(var(--status-width) * .08),20px);font-size:clamp(14px,calc(var(--playfield-height) * .022),17px)}.desktop-status-row{grid-template-columns:1fr auto;align-items:center}.desktop-status-icon-row{grid-template-columns:1fr minmax(0,auto);align-items:center}.desktop-status-row span,.desktop-status-icon-row span,.desktop-status-meter span,.desktop-status-stage-phase,.desktop-status-stage-boss{color:#f4f0dcb8}.desktop-status-row strong,.desktop-status-meter strong,.desktop-status-stage-name{color:#f4f0dc}.desktop-status-icons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:3px;max-width:calc(var(--status-width) * .52);min-height:22px}.desktop-status-icons img{width:clamp(18px,calc(var(--playfield-height) * .032),24px);height:clamp(18px,calc(var(--playfield-height) * .032),24px);image-rendering:pixelated}.desktop-status-icons-empty:before{width:22px;height:2px;margin-top:10px;background:#f4f0dc61;content:""}.desktop-status-meter progress{width:100%;height:clamp(8px,calc(var(--playfield-height) * .015),12px);accent-color:#67fff0}.desktop-status-stage{margin-top:8px;border-top:1px solid rgba(240,201,90,.28);padding-top:10px}.game-host canvas{display:block;max-width:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;box-shadow:0 0 0 1px #75fff259,0 18px 52px #0000007a}canvas{outline:none}.game-host--v04 canvas{width:100%;height:100%;border:1px solid rgba(240,201,90,.86);background:#03040c;image-rendering:auto;box-shadow:0 0 0 1px #ffe39a3d,0 0 28px #f0c95a33,0 24px 70px #00000085}@media(max-width:720px){.desktop-game-shell{--playfield-height: min( calc(100dvh - 24px) , calc((100vw - 24px) * 448 / 384));--playfield-width: calc(var(--playfield-height) * 384 / 448);grid-template-columns:1fr;width:var(--playfield-width);height:var(--playfield-height)}.desktop-status-panel{display:none}.visual-reboot-shell{--visual-frame-width: min( calc(100vw - 24px) , calc((100dvh - 24px) * 1080 / 1620))}}
