:root{color:#f7fbf5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#102028;font:16px/1.4 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%}body{overscroll-behavior:none;margin:0;overflow:hidden}#app{width:100%;height:100dvh;position:fixed;inset:0}#game-canvas{width:100%;height:100%;display:block}.mobile-controls{display:none}.fullscreen-button{z-index:1100;color:#f7fbf5;cursor:pointer;background:#102028b8;border:1px solid #ffffff40;border-radius:6px;width:36px;height:36px;padding:0;font:700 20px/1 system-ui,sans-serif;position:fixed;top:8px;right:8px}:fullscreen #app{width:100%;height:100%}.hud{pointer-events:none;flex-direction:column;gap:8px;width:min(430px,100vw - 32px);display:flex;position:fixed;top:16px;left:16px}.boss-hud{pointer-events:none;background:#102028c7;border:1px solid #fff3;border-radius:8px;width:min(520px,100vw - 32px);padding:10px 12px;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0003}.boss-hud__bars{gap:8px;display:grid}.boss-hud__top{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.boss-hud__top span,.boss-hud__state{color:#b9c8c0;font-size:12px}.boss-hud__top strong{font-size:18px;line-height:1}.boss-hud__bar{background:#ffffff29;border-radius:4px;height:12px;margin-top:8px;overflow:hidden}.boss-hud__fill{background:#8c2f5d;width:100%;height:100%;transition:width .12s linear,background-color .12s linear}.boss-hud__row--weak .boss-hud__fill{background:#f05d8e}.boss-hud__state{margin-right:auto}.victory-banner{color:#f7fbf5;letter-spacing:0;background:#10202894;place-items:center;font-size:56px;font-weight:800;display:grid;position:fixed;inset:0}.victory-banner[hidden]{display:none}.pause-banner{color:#f7fbf5;letter-spacing:0;pointer-events:none;background:#1020286b;place-items:center;font-size:48px;font-weight:800;display:grid;position:fixed;inset:0}.pause-banner[hidden]{display:none}.result-panel{justify-items:center;gap:18px;display:grid}.result-panel button{color:#f7fbf5;cursor:pointer;background:#d84b55;border:0;border-radius:6px;padding:10px 18px;font:700 18px/1 system-ui,sans-serif}.hud--collapsed .hud__item:not(.compact-tools,.hud__item--persistent),.hud--collapsed .compact-tools>span,.hud--collapsed .compact-tools .map-tools__row{display:none}.hud--collapsed .compact-tools .map-tools__row:has(#toggle-hud){display:flex}.hud--collapsed #generate-map,.hud--collapsed #clear-maps{display:none}.hud__item{background:#102028b8;border:1px solid #fff3;border-radius:8px;min-width:92px;padding:8px 10px;box-shadow:0 10px 28px #0000002e}.hud-stats{grid-template-columns:58px 72px minmax(0,1fr);align-items:end;gap:10px;width:100%;display:grid}.hud-stat{min-width:0}.hud-stat--fixed strong{font-variant-numeric:tabular-nums;white-space:nowrap}.hud-stat--health strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stage-select select,.map-tools input,.map-tools select,.map-tools button{color:#f7fbf5;width:132px;font:inherit;background:#ffffff24;border:0;border-radius:5px;margin-top:3px;padding:5px 7px}.stage-select option,.map-tools option{color:#102028;background:#f7fbf5}.map-tools{pointer-events:auto;min-width:360px}.compact-tools{max-width:430px}.world-tools{pointer-events:auto;width:420px}.boss-debug{pointer-events:auto;width:100%}.boss-debug[hidden]{display:none}.boss-debug__grid{grid-template-columns:58px minmax(0,1fr) 72px 78px 92px;gap:6px 8px;margin-top:6px;display:grid}.boss-debug__metric,.boss-debug__metric--wide{min-width:0}.boss-debug__metric:first-child{grid-column:1}.boss-debug__metric:nth-child(2){grid-column:2/-1}.boss-debug__metric:nth-child(3){grid-column:1/3}.boss-debug__metric:nth-child(4){grid-column:3}.boss-debug__metric:nth-child(5){grid-column:4/-1}.boss-debug__metric strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.world-tools--expanded{z-index:10;flex-direction:column;width:auto;display:flex;position:fixed;inset:16px}.map-tools__row{gap:6px;margin-top:4px;display:flex}.map-tools label{color:#b9c8c0;align-items:center;gap:4px;font-size:12px;display:flex}.map-tools input{width:54px}.map-tools input#portal-count{width:42px}.map-tools input#world-name{width:142px}.map-tools select{width:96px}.map-tools.compact-tools select{width:170px}.compact-tools #stage-select{width:180px}.map-editor select{width:104px}.map-tools__attach{flex-wrap:wrap}.map-tools button{cursor:pointer;width:auto}.world-grid-viewport{background:#00000014;border-radius:6px;width:100%;height:300px;margin-top:8px;position:relative;overflow:auto}.world-tools--expanded .world-grid-viewport{flex:1;height:auto;min-height:0}.world-grid{min-width:100%;min-height:100%;position:relative}.world-cell{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:#ffffff24;align-content:center;place-items:center;gap:3px;width:104px;height:92px;padding:8px;display:grid;position:absolute}.world-cell--filled{background:#5b8f6894}.world-cell--empty{background:#ffffff40}.world-cell span{color:#f7fbf5;text-align:center;font-size:11px}.world-cell select{width:76px;margin:0;font-size:11px}.world-cell__option{color:#f7fbf5;align-items:center;gap:3px;font-size:9px;line-height:1;display:flex}.world-cell__option input{width:10px;height:10px;margin:0}.hud__item>span,.hud__item>strong,.hud-stat span,.hud-stat strong,.boss-debug__metric span,.boss-debug__metric strong{display:block}.hud__item>span,.hud-stat span,.boss-debug__metric span{color:#b9c8c0;font-size:12px}.hud__item>strong,.hud-stat strong,.boss-debug__metric strong{font-size:24px;line-height:1}.boss-debug__metric strong{font-size:16px}@media (hover:none) and (pointer:coarse){.hud{gap:5px;width:calc(100vw - 16px);top:8px;left:8px}.hud__item{border-radius:6px;padding:6px 8px}.hud--collapsed .compact-tools{width:auto;min-width:0;box-shadow:none;background:0 0;border:0;order:-1;padding:0;position:static}.hud--collapsed #toggle-hud{background:#102028d1;width:28px;min-height:28px;margin:0;padding:4px 7px;font-size:18px;line-height:1}.hud--collapsed .boss-debug{display:none}.map-tools,.compact-tools,.world-tools,.boss-debug{width:100%;min-width:0;max-width:100%}.map-tools__row{flex-wrap:wrap}.hud-stats{grid-template-columns:repeat(3,auto);align-items:center;gap:9px;width:max-content;max-width:calc(100vw - 52px);padding:5px 8px}.hud--collapsed{flex-direction:row;align-items:flex-start}.hud.hud--collapsed .map-tools__row{margin-top:0}.hud-stat{align-items:baseline;gap:3px;display:flex}.hud-stat span{text-transform:uppercase;font-size:9px}.hud-stat strong{font-size:14px}.boss-hud{border-radius:6px;width:min(300px,70vw);padding:6px 8px;top:44px;left:8px;transform:none}.boss-hud__bars{gap:4px}.boss-hud__top span,.boss-hud__state{font-size:10px}.boss-hud__top strong{font-size:13px}.boss-hud__bar{height:7px;margin-top:4px}.boss-hud__state{margin-right:auto}.mobile-controls{z-index:20;pointer-events:none;touch-action:none;-webkit-user-select:none;user-select:none;display:block;position:fixed;inset:0}.virtual-stick{left:max(18px, env(safe-area-inset-left));bottom:max(20px, env(safe-area-inset-bottom));pointer-events:auto;background:#10202861;border:2px solid #ffffff4d;border-radius:50%;width:116px;height:116px;position:absolute;box-shadow:inset 0 0 24px #0003}.virtual-stick__knob{background:#f7fbf5b8;border-radius:50%;width:50px;height:50px;margin:-25px 0 0 -25px;position:absolute;inset:50% auto auto 50%;box-shadow:0 4px 12px #00000047}.mobile-actions{right:max(16px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));pointer-events:auto;width:154px;height:146px;position:absolute}.mobile-action{color:#fff;touch-action:none;background:#102028a8;border:1px solid #ffffff61;border-radius:50%;width:58px;height:58px;padding:0;font:700 12px/1 system-ui,sans-serif;position:absolute}.mobile-action:active,.mobile-action--pressed{background:#5b8f68e6;transform:scale(.92)}.mobile-action--attack{background:#8c2f5dc2;width:68px;height:68px;bottom:42px;right:0}.mobile-action--ranged{bottom:0;right:63px}.mobile-action--dash{bottom:72px;right:69px}.mobile-action--pause{width:34px;height:34px;font-size:13px;bottom:120px;right:0}}@media (hover:none) and (pointer:coarse) and (orientation:landscape){.virtual-stick{width:145px;height:145px}.virtual-stick__knob{width:62.5px;height:62.5px;margin:-31.25px 0 0 -31.25px}.mobile-actions{transform-origin:100% 100%;transform:scale(1.25)}}
