canvas.svelte-1gl527l{width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.door-prompt.svelte-1gl527l{border:2px solid var(--c-cream);color:var(--c-cream);z-index:50;text-align:center;cursor:pointer;box-shadow:3px 3px 0 var(--c-900);background:#0a0a0acc;flex-direction:column;gap:6px;padding:8px 14px;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.9vw,10px);line-height:1.6;animation:.9s ease-in-out infinite alternate svelte-1gl527l-bob;display:flex;position:fixed;transform:translate(-50%)}.door-prompt.svelte-1gl527l:hover{background:#fef8f221}.door-label.svelte-1gl527l{color:var(--c-orange);letter-spacing:2px}.door-hint.svelte-1gl527l{color:#fef8f2ab;font-size:.75em}@keyframes svelte-1gl527l-bob{0%{transform:translate(-50%)translateY(0)}to{transform:translate(-50%)translateY(-8px)}}.joystick.svelte-12sl8no{z-index:100;display:none;position:fixed;bottom:72px;right:20px}@media (pointer:coarse){.joystick.svelte-12sl8no{display:block}}.track.svelte-12sl8no{touch-action:none;-webkit-user-select:none;user-select:none;background:#0a0a0a66;border:2px solid #fef8f233;border-radius:999px;justify-content:center;align-items:center;width:160px;height:30px;display:flex}.thumb.svelte-12sl8no{will-change:transform;background:#fef8f221;border:2px solid #fef8f254;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.thumb.has-door.svelte-12sl8no{border-color:var(--c-orange);background:#f3794833;animation:.9s ease-in-out infinite alternate svelte-12sl8no-pulse;box-shadow:0 0 16px #f3794899}@keyframes svelte-12sl8no-pulse{0%{box-shadow:0 0 8px #f3794866}to{box-shadow:0 0 24px #f37948cc}}.enter-icon.svelte-12sl8no{color:var(--c-orange);pointer-events:none;font-family:"Press Start 2P",monospace;font-size:14px}.dialog-outer.svelte-61ey5z{z-index:200;pointer-events:none;justify-content:center;align-items:flex-end;padding:0 clamp(16px,4vw,60px) clamp(16px,2.5vh,32px);transition:transform .38s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:visible;transform:translateY(calc(100% + 40px))}.dialog-outer.entering.svelte-61ey5z{transform:translateY(0)}.dialog-outer.exiting.svelte-61ey5z{transition:transform .22s ease-in;transform:translateY(calc(100% + 40px))}.dialog-inner.svelte-61ey5z{width:100%;max-width:820px;position:relative;overflow:visible}.char-portrait.svelte-61ey5z{pointer-events:none;justify-content:center;align-items:flex-start;width:180px;height:170px;display:flex;position:absolute;bottom:0;left:16px;overflow:hidden}.char-portrait.svelte-61ey5z img:where(.svelte-61ey5z){width:280px;height:280px;display:block}.dialog-panel.svelte-61ey5z{z-index:2;border:3px solid var(--c-orange);pointer-events:all;background:#0a0a0a;position:relative;box-shadow:4px 4px #000000b3,0 -2px 28px #f3794824}.panel-content.svelte-61ey5z{flex-direction:column;gap:8px;min-height:120px;padding:14px 20px 18px 30px;display:flex}.dots.svelte-61ey5z{justify-content:flex-end;align-items:center;gap:7px;margin-bottom:14px;display:flex}.dot.svelte-61ey5z{outline-offset:1px;background:#2a2a2a;outline:2px solid #2a2a2a;flex-shrink:0;width:8px;height:8px;display:block}.dot.active.svelte-61ey5z{background:var(--c-orange);outline-color:var(--c-orange);box-shadow:0 0 7px var(--c-orange)}.dot.done.svelte-61ey5z{background:#f379484d;outline-color:#f379484d}.dialog-text.svelte-61ey5z{color:#fef8f2;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;min-height:3.2em;margin-left:180px;font-family:"Press Start 2P",monospace;font-size:clamp(7.5px,1.05vw,11px);line-height:2;display:flex}.dialog-btns.svelte-61ey5z{justify-content:flex-end;align-items:center;gap:8px;display:flex}.btn.svelte-61ey5z{cursor:pointer;letter-spacing:.5px;white-space:nowrap;border:2px solid;padding:8px 14px;font-family:"Press Start 2P",monospace;font-size:clamp(6px,.85vw,9px);line-height:1;box-shadow:3px 3px #0009}.btn.svelte-61ey5z:active{transform:translate(2px,2px);box-shadow:1px 1px #0009}.btn-primary.svelte-61ey5z{background:var(--c-orange);color:#0a0a0a;border-color:var(--c-orange)}.btn-primary.svelte-61ey5z:hover{filter:brightness(1.15)}.btn-ghost.svelte-61ey5z{color:#fef8f2;background:0 0;border-color:#3a3a3a}.btn-ghost.svelte-61ey5z:hover{border-color:#888}.btn-dim.svelte-61ey5z{color:#555;background:0 0;border-color:#222}.btn-dim.svelte-61ey5z:hover{color:#fef8f2;border-color:#555}.lbl.svelte-61ey5z{margin:0 3px;display:inline}@media (pointer:coarse){.dialog-outer.svelte-61ey5z{padding-bottom:72px}}@media (width<=640px){.char-portrait.svelte-61ey5z{width:130px;height:120px;bottom:0;left:12px}.char-portrait.svelte-61ey5z img:where(.svelte-61ey5z){width:200px;height:200px}.dialog-text.svelte-61ey5z{margin-left:130px;font-size:7px;line-height:2.1}.lbl.svelte-61ey5z{display:none}.btn.svelte-61ey5z{padding:9px 13px;font-size:7px}.dialog-btns.svelte-61ey5z{gap:6px;position:absolute;bottom:calc(100% + 6px);right:0}}@media (width<=420px){.char-portrait.svelte-61ey5z{width:100px;height:95px;bottom:0;left:10px}.char-portrait.svelte-61ey5z img:where(.svelte-61ey5z){width:160px;height:160px}.dialog-text.svelte-61ey5z{margin-left:100px;font-size:6.5px}.dots.svelte-61ey5z{justify-content:flex-start}.btn.svelte-61ey5z{padding:8px 11px;font-size:5.5px}}.step-row{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.key-badge{color:var(--c-orange);background:#0a0a0acc;border:1.5px solid #f37948b3;padding:2px 6px;font-family:"Press Start 2P",monospace;font-size:.75em;line-height:1.6;display:inline-block;box-shadow:2px 2px #00000080}
