:root{color:#f4f1e8;background:#18221b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{overscroll-behavior:none;overflow:hidden}button{color:#f4f1e8;font:inherit;cursor:pointer;background:#26332a;border:1px solid #526055;border-radius:6px;min-height:36px}button:hover{background:#314038}button:disabled{color:#827d72;cursor:not-allowed;background:#202720}.tile-map-page{--game-hud-space:0px;touch-action:none;-webkit-user-select:none;user-select:none;background:#17211a;width:100%;height:100%;position:relative;overflow:hidden}.tile-map-page.has-status-hud{--game-hud-space:144px;grid-template-rows:minmax(0,1fr) auto;height:100dvh;display:grid}.tile-map-canvas{width:100vw;height:calc(100dvh - var(--game-hud-space));image-rendering:pixelated;touch-action:none;outline:none;display:block}.tile-map-page.has-status-hud .tile-map-canvas{grid-row:1;width:100%;height:100%}.help-popups{z-index:3;pointer-events:none;gap:8px;max-width:min(360px,100vw - 32px);display:grid;position:absolute;top:16px;left:16px}.help-popup{color:#f4f1e8;pointer-events:auto;background:#050605d1;border:1px solid #d8c99b;border-radius:6px;align-items:flex-start;gap:10px;padding:10px 12px;font:13px/1.35 Courier New,Consolas,monospace;display:flex;box-shadow:0 6px 22px #00000047}.help-popup-confirm{min-width:250px;display:grid}.help-popup-actions{justify-content:flex-end;gap:8px;display:flex}.help-popup-actions button{color:#f4f1e8;background:#ffffff14;border-color:#f4f1e88c;min-height:28px;padding:3px 12px;font:700 12px/1 Courier New,Consolas,monospace}.help-popup-dismiss{color:#f4f1e8;cursor:pointer;background:#ffffff14;border:1px solid #f4f1e88c;border-radius:4px;flex:none;min-width:24px;min-height:24px;padding:0 6px;font:700 12px/1 Courier New,Consolas,monospace}.help-popup-dismiss:focus-visible,.help-popup-dismiss:hover,.help-popup-actions button:focus-visible,.help-popup-actions button:hover{color:#f7df8e;border-color:#f7df8e;outline:none}.touch-controls{z-index:3;pointer-events:none;justify-content:space-between;align-items:end;padding:0 18px 18px;display:none;position:absolute;inset:auto 0 0}.touch-controls-actions-only{justify-content:flex-end}.touch-dpad{pointer-events:auto;width:168px;height:168px;position:relative}.touch-actions{pointer-events:auto;align-items:end;gap:14px;display:flex}.settings-hint{color:#c9c0a4;font-size:13px;line-height:1.35}.mobile-save-actions{display:none}.objective-tracker{left:max(10px, env(safe-area-inset-left));bottom:calc(max(10px, env(safe-area-inset-bottom)) + var(--game-hud-space));z-index:4;color:#f4f1e8;pointer-events:none;background:#050605d1;border:1px solid #f4f1e8b3;gap:3px;max-width:min(420px,100% - 20px);padding:8px 10px;font:12px/1.25 Courier New,Consolas,monospace;display:grid;position:absolute}.objective-tracker span,.quest-reward{color:#d8c99b}.objective-tracker strong{font-size:13px}.status-hud{left:max(10px, env(safe-area-inset-left));right:max(10px, env(safe-area-inset-right));bottom:max(10px, env(safe-area-inset-bottom));z-index:4;color:#f4f1e8;pointer-events:auto;background:#050605d6;border:1px solid #f4f1e8c2;grid-template-columns:minmax(128px,.9fr) minmax(220px,1.5fr) auto;align-items:center;gap:12px;min-height:68px;padding:10px 12px;font:13px/1.2 Courier New,Consolas,monospace;display:grid;position:absolute;box-shadow:0 -6px 22px #00000052}.tile-map-page.has-status-hud .status-hud{border-bottom:0;border-left:0;border-right:0;grid-row:2;width:auto;margin:0;position:relative;bottom:auto;left:auto;right:auto;box-shadow:0 -4px 18px #00000047}.status-hud strong{color:#d8c99b}.status-hud-hero{gap:5px;display:grid}.status-hero-line{align-items:center;gap:10px;min-width:0;display:flex}.gold-chip{color:#f1d27a;white-space:nowrap;align-items:center;gap:4px;font-weight:700;display:inline-flex}.gold-coin{background:radial-gradient(circle at 35% 30%,#fff2a8 0 18%,#0000 19%),linear-gradient(135deg,#f1d27a,#c78a2d);border:1px solid #7f5c1e;border-radius:50%;width:13px;height:13px;box-shadow:inset -2px -2px #5c3d1066,0 0 5px #f1d27a47}.status-time{color:#d8c99b}.status-weather{color:#b9d6ef;white-space:nowrap;font-size:11px}.status-light{color:#f1d27a;white-space:nowrap;background:#4a2d0a6b;border:1px solid #f1d27a80;width:fit-content;max-width:100%;padding:2px 6px;font-size:11px;display:inline-flex}.status-light.low{color:#ffb08a;background:#5c190c80;border-color:#ff7048b3;animation:.75s steps(2,end) infinite light-status-flicker}@keyframes light-status-flicker{0%,to{opacity:1}50%{opacity:.58}}.status-bars{gap:7px;display:grid}.status-meter{grid-template-columns:92px minmax(90px,1fr);align-items:center;gap:8px;display:grid}.status-meter-track{background:#ffffff14;border:1px solid #f4f1e8b8;height:12px}.status-meter-fill{height:100%;transition:width .16s ease-out}.status-meter-fill.hp{background:linear-gradient(90deg,#8f2d2d,#d85d4c)}.status-meter-fill.mp{background:linear-gradient(90deg,#315e9a,#68a5d8)}.status-meter-fill.xp{background:linear-gradient(90deg,#b58f28,#f1d27a)}.xp-meter{gap:4px;min-width:0;display:grid}.xp-meter.compact{gap:3px}.xp-meter-label,.xp-meter-next{color:#d8c99b;justify-content:space-between;gap:10px;min-width:0;display:flex}.xp-meter-next{color:#f4f1e8c2;justify-content:flex-end;font-size:12px}.status-actions{justify-content:flex-end;gap:8px;display:flex}.status-actions button{color:#f4f1e8;background:#26332ae6;border:1px solid #f4f1e8b8;min-width:64px;min-height:40px;padding:0 12px;font:13px/1 Courier New,Consolas,monospace}.status-actions button:disabled{opacity:.48}.touch-button{color:#f4f1e8;touch-action:none;background:#0506057a;border:2px solid #f4f1e8cc;border-radius:999px;min-width:54px;min-height:54px;font-family:Courier New,Consolas,monospace;font-weight:700;position:absolute;box-shadow:0 6px 20px #0000003d}.touch-button:active{background:#d8c99b57;transform:translateY(1px)}.touch-up{top:0;left:57px}.touch-left{top:57px;left:0}.touch-right{top:57px;right:0}.touch-down{bottom:0;left:57px}.menu-touch-button,.action-touch-button{position:static}.action-touch-button{min-width:72px;min-height:72px;font-size:22px}.battle-screen{z-index:5;color:#f4f1e8;background:#050605;grid-template-rows:minmax(0,1fr) auto;padding:24px;font-family:Courier New,Consolas,monospace;display:grid;position:absolute;inset:0}.battle-screen-effect{z-index:1;pointer-events:none;opacity:0;animation:.52s ease-out forwards battle-screen-pulse;position:absolute;inset:0}.battle-screen-effect.fire{background:radial-gradient(circle at 68% 34%,#ff742c80,#0000 24%),linear-gradient(90deg,#0000,#c4281447,#0000)}.battle-screen-effect.ice{background:radial-gradient(circle at 68% 34%,#a4dcff75,#0000 26%),linear-gradient(#d6f5ff33,#0000)}.battle-screen-effect.lightning{background:linear-gradient(115deg,#0000 36%,#f4f1e8b8 38%,#0000 41%),linear-gradient(72deg,#0000 52%,#6bbcff7a 54%,#0000 57%)}.battle-screen-effect.dark{background:radial-gradient(circle at 65% 34%,#68328480,#0506052e 34%,#0000 56%)}.battle-screen-effect.holy,.battle-screen-effect.heal{background:radial-gradient(circle at 60% 35%,#eeffc070,#0000 30%)}.battle-screen-effect.sleep,.battle-screen-effect.arcane{background:radial-gradient(circle at 64% 36%,#a88cff6b,#0000 32%)}.battle-screen-effect.earth{background:linear-gradient(#0000 65%,#91654052)}.battle-screen-effect.large{animation-duration:.7s}.boss-battle-screen{background:radial-gradient(circle at 50% 28%,#7f2a2457,#0000 34%),linear-gradient(#110807,#050605 56%)}.level-up-interstitial{z-index:7;color:#fff6d7;text-align:center;pointer-events:none;background:linear-gradient(#523e16f2,#050605f5),#050605;border:3px double #f1d27a;gap:10px;width:min(440px,100vw - 32px);padding:18px 20px;font-family:Courier New,Consolas,monospace;display:grid;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #f4f1e833,0 12px 42px #0000008c,0 0 34px #f1d27a47}.level-up-interstitial button,.level-up-interstitial.dismissible{pointer-events:auto}.level-up-burst{color:#f1d27a;text-transform:uppercase;text-shadow:0 0 14px #f1d27a8c;font-size:28px;font-weight:700}.level-up-lines{color:#f4f1e8;gap:5px;font-size:15px;line-height:1.3;display:grid}.battle-result-level-up{pointer-events:none;grid-column:1/-1;place-self:start center;width:min(420px,100%);max-height:none;position:static;overflow:visible;transform:none}.monster-stage{z-index:2;align-content:center;justify-items:center;gap:10px;min-height:0;display:grid;position:relative}.battle-bottom{z-index:2;position:relative}.battle-field{grid-template-rows:minmax(0,auto) auto;place-items:end center;gap:16px;width:min(1040px,100%);min-height:0;display:grid}.hero-side,.enemy-side{place-items:end center;display:grid}.hero-side{grid-template-columns:minmax(0,1fr);grid-template-areas:"formation""status";justify-content:center;align-items:end;gap:8px;width:min(720px,100%);min-width:0}.battle-party-formation{grid-area:formation;justify-content:center;align-items:flex-end;gap:clamp(10px,2.1vw,26px);width:100%;min-width:0;display:flex}.battle-party-formation .hero-battle-sprite,.battle-party-formation .ally-battle-sprite{flex:none;grid-area:auto}.battle-party-slot{justify-items:center;gap:4px;width:min(150px,31vw);min-width:0;transition:filter .16s,transform .16s;display:grid;position:relative}.battle-party-slot.targetable{cursor:pointer;outline-offset:4px;filter:drop-shadow(0 0 10px #f1d27a61);outline:2px solid #f1d27a8c}.battle-party-slot.targetable:hover,.battle-party-slot.targetable:focus-visible{outline-color:#f1d27a;transform:translateY(-2px)}.battle-party-slot.active{z-index:4;filter:drop-shadow(0 0 10px #7fc8ff8c);transform:translateY(-3px)}.battle-party-slot.active .hero-battle-sprite{transform:scale(1.1)}.battle-party-slot.active:before{content:"";filter:drop-shadow(0 0 6px #f1d27abf);border:7px solid #0000;border-top:0;border-bottom:10px solid #f1d27a;width:0;height:0;animation:.9s ease-in-out infinite active-party-marker;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.battle-party-slot.ko{opacity:.68;filter:grayscale(.75)}.battle-party-slot.ko .hero-battle-sprite,.battle-party-slot.ko.active .hero-battle-sprite{transform:rotate(-8deg)translateY(8px)scale(.94)}.battle-party-sprite-wrap{justify-items:center;width:100%;min-height:108px;display:grid;position:relative}.battle-party-card{background:#050605;border:2px solid #f4f1e8;gap:4px;width:100%;min-width:0;padding:6px 7px;display:grid;box-shadow:0 0 10px #f4f1e81f}.battle-party-slot.active .battle-party-card{border-color:#7fc8ff;box-shadow:0 0 12px #7fc8ff47}.battle-party-card strong{color:#f1d27a;white-space:nowrap;font-size:12px;line-height:1.15}.battle-party-card strong span{color:#f4f1e8;font-weight:400}.battle-ko-label{color:#d8d8d8;letter-spacing:0;background:#211f25;border:1px solid #8c8c8c;justify-content:center;align-items:center;width:fit-content;padding:1px 5px;font-size:9px;line-height:1.2;display:inline-flex}.battle-party-card .status-meter{grid-template-columns:minmax(42px,auto) minmax(52px,1fr);gap:4px;font-size:10px}.battle-party-card .status-meter-track{width:100%;min-width:0}.enemy-side{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));align-items:end;gap:12px 16px;width:100%;min-width:0}.monster-count-1 .enemy-side{grid-template-columns:minmax(150px,210px);justify-content:center}.monster-count-2 .enemy-side{grid-template-columns:repeat(2,minmax(140px,210px));justify-content:center}.monster-count-3 .enemy-side{grid-template-columns:repeat(3,minmax(126px,1fr));justify-content:center}.monster-count-4 .enemy-side{grid-template-columns:repeat(2,minmax(132px,210px));justify-content:center}.boss-battle-screen .enemy-side{grid-template-columns:minmax(190px,280px);justify-content:center}.enemy-battle-card{min-height:0;color:inherit;background:0 0;border:0;justify-items:center;gap:6px;padding:0;font-family:inherit;display:grid;position:relative}.enemy-battle-card:disabled{opacity:1}.enemy-battle-card.targetable{cursor:pointer}.enemy-battle-card.targetable .monster-sprite{filter:drop-shadow(0 0 10px #f1d27ab3)}.enemy-battle-card:focus-visible .monster-sprite,.battle-target-menu button:focus-visible,.item-menu button:focus-visible,.battle-equipment-menu button:focus-visible,.battle-commands button:focus-visible,.field-menu-box button:focus-visible,.inn-menu-box button:focus-visible,.shop-menu-box button:focus-visible,.choice-prompt-box button:focus-visible{outline-offset:3px;outline:2px solid #f1d27a;box-shadow:0 0 12px #f1d27a4d}.monster-sprite.variant-superior{filter:drop-shadow(0 0 8px #f1d27a9e)saturate(1.18)brightness(1.08);transform:scale(1.06)}.monster-sprite.variant-elite{filter:drop-shadow(0 0 12px #ff8458b8)drop-shadow(0 0 6px #f1d27a8c)saturate(1.28)brightness(1.12);transform:scale(1.1)}.monster-variant-badge{z-index:3;color:#f1d27a;text-align:center;text-shadow:0 1px #050605;text-transform:uppercase;pointer-events:none;background:#2d220ceb;border:1px solid #f1d27af2;min-width:56px;padding:3px 7px;font-size:11px;font-weight:700;line-height:1.1;position:absolute;top:2px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #f1d27a57}.monster-variant-badge.elite{color:#ffb28f;background:#36120cf0;border-color:#ff8458f2;box-shadow:0 0 10px #ff84586b}.monster-level-badge{z-index:2;color:#f4f1e8c2;letter-spacing:0;pointer-events:none;background:#05060594;border:1px solid #f4f1e861;border-radius:2px;padding:2px 5px;font-size:10px;line-height:1;position:absolute;top:6px;right:calc(50% - 68px)}.monster-variant-badge+.monster-level-badge{top:24px}.enemy-battle-card.hit .monster-sprite{animation:.42s ease-out enemy-hit-recoil}.boss-battle-screen .enemy-battle-card.hit .monster-sprite{animation:.46s ease-out boss-hit-recoil}.enemy-battle-card.fleeing .monster-sprite{animation:.62s ease-in forwards monster-flee}.enemy-battle-card.defeated{opacity:.28;filter:grayscale(.8)}.enemy-battle-card .sleep-indicator{top:4px;right:calc(50% - 52px)}.hero-battle-sprite{--hero-lunge-x:34px;--hero-lunge-y:-10px;--hero-strike-x:42px;--hero-strike-y:-12px;width:72px;height:104px;image-rendering:pixelated;filter:drop-shadow(0 8px #00000047);grid-area:sprite;position:relative}.hero-battle-sprite.attacking{z-index:4;animation:.78s cubic-bezier(.2,.85,.22,1) hero-target-lunge}.hero-battle-sprite.hurt{filter:drop-shadow(0 8px #00000047)brightness(1.45)saturate(.8);animation:.42s ease-out battle-hit-shake}.hero-battle-sprite.casting .hero-battle-body,.hero-battle-sprite.casting .hero-battle-armor{filter:drop-shadow(0 0 8px #6eb4ffbf)}.hero-battle-sprite.casting{animation:.52s ease-out hero-cast-stance}.hero-battle-sprite.casting .hero-battle-weapon{animation:.52s ease-out cast-weapon-raise}.sleep-indicator{z-index:3;color:#d8d1ff;text-shadow:0 0 8px #b79cffe6,0 2px #050605;pointer-events:none;align-items:flex-start;gap:1px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-16px;right:-6px}.sleep-indicator span{animation:1.3s ease-in-out infinite sleep-float;display:inline-block}.sleep-indicator span:nth-child(2){margin-top:-5px;font-size:.85em;animation-delay:.16s}.sleep-indicator span:nth-child(3){margin-top:-10px;font-size:.72em;animation-delay:.32s}.hero-head{background:#f1c18f;width:28px;height:24px;position:absolute;top:8px;left:22px;box-shadow:inset 0 -5px #b26b48}.hero-shadow{background:#0000005c;border-radius:50%;width:50px;height:9px;position:absolute;bottom:7px;left:12px}.hero-battle-leg{background:#232921;width:13px;height:22px;position:absolute;top:72px;box-shadow:inset 0 -7px #0d100e}.hero-battle-leg.left{left:25px}.hero-battle-leg.right{left:42px}.hero-battle-boot{background:#6f472a;width:15px;height:8px;position:absolute;top:88px;box-shadow:inset 0 -3px #2e2118,0 0 0 1px #2e2118}.hero-battle-boot.left{left:24px}.hero-battle-boot.right{left:41px}.hero-battle-sprite.boots-travelerBoots .hero-battle-boot{background:#8b5a32;box-shadow:inset 0 2px #c08a53,inset 0 -3px #3a271a,0 0 0 1px #2e2118}.hero-battle-body{background:#31704f;width:40px;height:42px;position:absolute;top:35px;left:18px;box-shadow:inset 0 10px #e0d5bd,inset 0 -10px #193121,inset 8px 0 #448a63,inset -7px 0 #183c2b}.hero-battle-armor{background:#ffffff14;width:42px;height:31px;position:absolute;top:40px;left:17px;box-shadow:inset 0 -8px #00000038}.hero-battle-sprite.armor-clothArmor .hero-battle-armor{background:#e0d5bd47}.hero-battle-sprite.armor-leatherArmor .hero-battle-armor{background:#7a4a30;box-shadow:inset 0 6px #9b6544,inset 0 -8px #3c2419}.hero-battle-sprite.armor-chainMail .hero-battle-armor{background:repeating-linear-gradient(45deg,#9aa2a1 0 3px,#515b5a 3px 6px);box-shadow:inset 0 5px #ffffff47,inset 0 -8px #283130}.hero-battle-sprite.armor-steelArmor .hero-battle-armor{clip-path:polygon(8% 10%,26% 0,74% 0,92% 10%,84% 100%,16% 100%);background:linear-gradient(90deg,#0000 0 7%,#5f7888 7% 15%,#0000 15% 85%,#5f7888 85% 93%,#0000 93%),linear-gradient(#d9edf7 0 11%,#9fb7c8 11% 54%,#5f7888 54% 72%,#2d4657 72% 100%);width:48px;height:34px;top:38px;left:14px;box-shadow:inset 0 5px #eef8ff,inset 0 -10px #263a49,inset 13px 0 #7897aa,inset -13px 0 #415c6d,0 0 0 2px #1e2b34}.hero-battle-sprite.armor-steelArmor .hero-battle-armor:before{content:"";background:#253846;width:7px;height:22px;position:absolute;top:5px;left:20px;box-shadow:-13px 9px 0 -2px #d9edf7,13px 9px 0 -2px #d9edf7,0 15px 0 7px #2d4657}.hero-battle-sprite.armor-steelArmor .hero-battle-armor:after{content:"";background:linear-gradient(90deg,#253846 0 3px,#0000 3px 7px,#253846 7px 10px,#0000 10px 14px,#253846 14px 17px,#0000 17px 21px,#253846 21px 24px);width:24px;height:9px;position:absolute;top:27px;left:12px}.hero-battle-head{background:#f1c18f;width:31px;height:28px;position:absolute;top:9px;left:21px;box-shadow:inset 0 -5px #b26b48,0 0 0 2px #22160f}.hero-battle-hair{background:#6b3d25;width:35px;height:10px;position:absolute;top:-4px;left:-2px;box-shadow:0 5px 0 -2px #6b3d25,inset 7px 0 #8c5533}.hero-battle-eye{background:#101510;width:4px;height:5px;position:absolute;top:13px}.hero-battle-eye.left{left:8px}.hero-battle-eye.right{right:8px}.hero-battle-helmet{z-index:2;background:#6b452c;width:35px;height:20px;position:absolute;top:5px;left:19px;box-shadow:inset 0 5px #9a6640,inset 0 -6px #3b2619,0 0 0 2px #22160f}.hero-battle-helmet:after{content:"";background:#c58a53;height:3px;position:absolute;bottom:3px;left:4px;right:4px}.hero-battle-sprite.helmet-ironHelm .hero-battle-helmet{background:#9ea8aa;box-shadow:inset 0 5px #e4eceb,inset 0 -7px #4c5659,0 0 0 2px #20292c}.hero-battle-sprite.helmet-ironHelm .hero-battle-helmet:before{content:"";background:#687174;width:8px;height:13px;position:absolute;top:17px;left:1px;box-shadow:25px 0 #687174}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet{clip-path:polygon(9% 18%,24% 0,76% 0,91% 18%,84% 100%,16% 100%);background:#9fb7c8;width:39px;height:23px;top:4px;left:17px;box-shadow:inset 0 5px #e7f6ff,inset 0 -8px #324657,inset 8px 0 #c4dbe7,inset -8px 0 #5f7888,0 0 0 2px #17232c}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet:after{background:#111820;height:4px;bottom:8px;left:8px;right:8px;box-shadow:0 5px 0 -1px #d9edf7,0 0 5px #d9edf773}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet:before{background:#50697a;width:9px;height:14px;top:17px;left:1px;box-shadow:28px 0 #50697a,17px -2px 0 -3px #e7f6ff}.hero-battle-sprite.helmet-sageCirclet .hero-battle-helmet{height:10px;box-shadow:none;background:0 0;border-top:4px solid #d8bc5a;border-bottom:3px solid #8f742d;top:8px}.hero-battle-sprite.helmet-sageCirclet .hero-battle-helmet:after{background:#91e7ff;width:7px;height:7px;bottom:1px;left:14px;right:auto;box-shadow:0 0 8px #91e7ffc7}.hero-battle-shield{background:#8b5a32;border:2px solid #2e2118;border-radius:3px 3px 9px 9px;width:20px;height:27px;position:absolute;top:45px;left:7px;box-shadow:inset 0 5px #b57a45,0 2px #00000052}.hero-battle-sprite.shield-ironShield .hero-battle-shield{background:#aeb8bb;box-shadow:inset 0 5px #e2ebea,inset 0 -8px #566267,0 2px #00000052}.hero-battle-weapon{transform-origin:bottom;background:#b88a4a;width:8px;height:55px;position:absolute;top:35px;right:3px;transform:rotate(-18deg);box-shadow:0 0 0 2px #4b3220}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon{background:linear-gradient(90deg,#f5f0d7 0 30%,#9aa2a1 30% 70%,#f5f0d7 70%);width:7px;height:45px;top:28px;right:0;box-shadow:0 0 0 2px #4d5454}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon:before,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon:before,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon:before{content:"";background:#b97842;width:21px;height:6px;position:absolute;top:38px;left:-7px;box-shadow:0 0 0 1px #4b3220}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon:after,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon:after,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon:after{content:"";background:#7a4a30;width:9px;height:14px;position:absolute;top:45px;left:-1px;box-shadow:0 0 0 1px #4b3220}.hero-battle-sprite.weapon-ironSword .hero-battle-weapon,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon{background:linear-gradient(90deg,#fff 0 28%,#cfd9dc 28% 72%,#fff 72%);box-shadow:0 0 0 2px #606b70,0 0 8px #e0eeff61}.hero-battle-sprite.weapon-ironSword .hero-battle-weapon:after,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon:after{background:#394145}.hero-battle-sprite.weapon-unarmed .hero-battle-weapon{display:none}.hero-battle-sprite.attacking .hero-battle-weapon{animation:.22s ease-out .32s both weapon-swing}.hero-battle-sprite.weapon-copperSword.attacking .hero-battle-weapon,.hero-battle-sprite.weapon-ironSword.attacking .hero-battle-weapon,.hero-battle-sprite.weapon-steelSword.attacking .hero-battle-weapon{animation:.22s ease-out .32s both sword-slash}.hero-battle-sprite.weapon-woodenStick.attacking .hero-battle-weapon{animation:.22s ease-out .32s both club-swing}.hero-battle-sprite.weapon-unarmed.attacking .hero-battle-body,.hero-battle-sprite.weapon-unarmed.attacking .hero-battle-armor{animation:.22s ease-out .32s both unarmed-jab}.hero-cast-aura{border:2px solid #5cb4ffa6;border-radius:50%;width:54px;height:64px;animation:.64s ease-in-out infinite alternate cast-pulse;position:absolute;top:16px;left:10px;box-shadow:0 0 14px #5cb4ff73,inset 0 0 10px #5cb4ff40}.hero-body{background:#3e7f5f;width:36px;height:44px;position:absolute;top:34px;left:18px;box-shadow:inset 0 10px #d8d1c1,inset 0 -12px #1d281f}.hero-weapon{transform-origin:bottom;background:#d8d1c1;width:8px;height:54px;position:absolute;top:32px;right:5px;transform:rotate(-18deg);box-shadow:0 0 0 2px #6c6358}.hero-hitbox{grid-area:hit;justify-self:center;width:80px;height:1px;position:relative}.hero-hitbox.hit{animation:.42s ease-out battle-hit-shake}.hero-name{text-align:center;background:#050605;border:2px solid #f4f1e8;flex-wrap:wrap;grid-area:name;justify-content:center;gap:5px;min-width:96px;padding:5px 10px;display:flex}.hero-name span{color:#d8c99b}.damage-pop{z-index:6;color:#f1d27a;text-align:center;text-shadow:0 2px #050605,0 0 8px #f1d27a80;pointer-events:none;background:#050605e0;border:1px solid #f1d27af2;min-width:42px;padding:3px 7px;font-size:18px;font-weight:700;line-height:1;animation:.64s ease-out forwards damage-pop;position:absolute;top:4px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #f1d27a38}.damage-pop.critical{color:#f1d27a;text-shadow:0 0 10px #f1d27ab3,0 2px #050605;background:#352509eb;border-color:#ffec97fa;font-size:22px}.damage-pop.magic{color:#9fc5ff;text-shadow:0 0 10px #608eff9e,0 2px #050605;background:#0a122be6;border-color:#9fc5fff2}.damage-pop.heal{color:#88e08f;text-shadow:0 0 10px #60d6709e,0 2px #050605;background:#082311e6;border-color:#88e08ff2}.damage-pop.miss{color:#b8b8b8;background:#202020e6;border-color:#d2d2d2cc}.hero-damage{top:-78px}.battle-hit-effect{z-index:2;pointer-events:none;width:48px;height:48px;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.battle-hit-effect.slash:before,.battle-hit-effect.slash:after{content:"";background:#f4f1e8;width:36px;height:4px;animation:.28s ease-out forwards hit-effect-pop;position:absolute;top:22px;left:7px;transform:rotate(-34deg);box-shadow:0 0 10px #f4f1e8cc}.battle-hit-effect.slash:after{transform:rotate(34deg)}.battle-hit-effect.spark,.battle-hit-effect.fire,.battle-hit-effect.ice,.battle-hit-effect.lightning,.battle-hit-effect.poison,.battle-hit-effect.sleep,.battle-hit-effect.dark,.battle-hit-effect.holy{background:#9fc5ff;border-radius:999px;animation:.32s ease-out forwards hit-effect-pop;box-shadow:0 0 18px #9fc5ffe6}.battle-hit-effect.fire{background:#f07838;box-shadow:0 0 18px #f07838e6}.battle-hit-effect.ice{background:#bfeaff;box-shadow:0 0 18px #aee3ffe6}.battle-hit-effect.lightning{clip-path:polygon(42% 0,68% 0,56% 36%,78% 36%,34% 100%,46% 52%,24% 52%);background:#f4f1e8;box-shadow:0 0 18px #f4f1e8f2,0 0 28px #6bbcffb8}.battle-hit-effect.poison{background:#8ac75a;box-shadow:0 0 18px #8ac75ae6}.battle-hit-effect.sleep{background:#b79cff;box-shadow:0 0 18px #b79cffe6}.battle-hit-effect.dark{background:#72408f;box-shadow:0 0 18px #8249a4e6}.battle-hit-effect.holy{background:#fff6b5;box-shadow:0 0 18px #fff6b5e6}.target-select-hint{color:#f1d27a;background:#050605d6;border:1px solid #f1d27a;padding:5px 12px}.boss-warning{color:#f1d27a;letter-spacing:.08em;text-transform:uppercase;background:#34120fb8;border:1px solid #c54a35;padding:4px 14px;font-size:13px;font-weight:700}.monster-sprite{width:min(160px,22vh);max-width:100%;height:min(160px,22vh);image-rendering:pixelated}.boss-battle-screen .monster-sprite{width:min(220px,30vh);height:min(220px,30vh)}.boss-battle-screen .monster-caveGuardian,.boss-battle-screen .monster-nightmareGuardian{width:min(200px,28vh);height:min(200px,28vh)}.monster-fleeing .monster-sprite{animation:.82s ease-in forwards monster-flee}.monster-fleeing .monster-name,.monster-fleeing .monster-hp,.monster-fleeing .enemy-resource-bars{animation:.82s ease-in forwards monster-flee-label}@keyframes hero-target-lunge{0%,to{transform:translate(0)}28%{transform:translate(calc(var(--hero-lunge-x) * .72), calc(var(--hero-lunge-y) * .72))}44%{transform:translate(var(--hero-lunge-x), var(--hero-lunge-y))}54%,68%{transform:translate(var(--hero-strike-x), var(--hero-strike-y)) scale(1.02)}78%{transform:translate(var(--hero-lunge-x), var(--hero-lunge-y))}88%{transform:translate(calc(var(--hero-lunge-x) * .34), calc(var(--hero-lunge-y) * .34))}}@keyframes active-party-marker{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-4px)}}@keyframes weapon-swing{0%,to{transform:rotate(-18deg)}35%{transform:translate(16px,-8px)rotate(34deg)}58%{transform:translate(23px,4px)rotate(82deg)}}@keyframes sword-slash{0%,to{transform:rotate(-18deg)}26%{transform:translate(5px,-6px)rotate(-42deg)}48%{transform:translate(20px,3px)rotate(78deg)}62%{transform:translate(16px,6px)rotate(102deg)}}@keyframes club-swing{0%,to{transform:rotate(-18deg)}30%{transform:translate(4px,-10px)rotate(-54deg)}54%{transform:translate(19px,7px)rotate(68deg)}}@keyframes unarmed-jab{0%,to{transform:translate(0)}44%,58%{transform:translate(7px)}}@keyframes hero-cast-stance{0%,to{transform:translateY(0)}45%{transform:translateY(-8px)}}@keyframes cast-weapon-raise{0%,to{transform:rotate(-18deg)}45%{transform:translate(-6px,-16px)rotate(-56deg)}}@keyframes battle-screen-pulse{0%{opacity:0}24%{opacity:1}to{opacity:0}}@keyframes cast-pulse{0%{opacity:.42;transform:scale(.92)}to{opacity:.9;transform:scale(1.05)}}@keyframes battle-hit-shake{0%,to{filter:none;transform:translate(0)}20%{filter:brightness(1.6);transform:translate(-7px)}45%{filter:brightness(1.8);transform:translate(7px)}70%{filter:brightness(1.2);transform:translate(-3px)}}@keyframes enemy-hit-recoil{0%,to{filter:none;transform:translate(0)scale(1)}18%{filter:brightness(1.85);transform:translateY(4px)scale(.98)}34%{filter:brightness(1.7);transform:translateY(-7px)scale(1.04)}58%{filter:brightness(1.25);transform:translateY(3px)scale(1)}}@keyframes boss-hit-recoil{0%,to{filter:none;transform:translate(0)scale(1)}22%{filter:brightness(1.9);transform:translateY(2px)scale(.995)}42%{filter:brightness(1.65);transform:translateY(-3px)scale(1.015)}}@keyframes damage-pop{0%{opacity:0;transform:translate(-50%,8px)scale(.8)}20%{opacity:1;transform:translate(-50%,-4px)scale(1.2)}to{opacity:0;transform:translate(-50%,-34px)scale(1)}}@keyframes sleep-float{0%,to{opacity:.55;transform:translateY(2px)}45%{opacity:1;transform:translateY(-5px)}}@keyframes hit-effect-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}40%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.35)}}@keyframes monster-flee{0%{opacity:1;filter:none;transform:translate(0)scale(1)}35%{transform:translate(-10px)scale(.96)}to{opacity:0;filter:blur(1px);transform:translate(96px)scale(.72)}}@keyframes monster-flee-label{0%{opacity:1}to{opacity:.18}}.monster-name,.monster-hp{text-align:center;background:#050605;border:2px solid #f4f1e8;min-width:180px;padding:6px 12px}.enemy-resource-bars,.hero-resource-bars{background:#050605;border:2px solid #f4f1e8;gap:4px;width:min(150px,100%);padding:6px 8px;display:grid}.enemy-battle-card.targetable .enemy-resource-bars{border-color:#f1d27a;box-shadow:0 0 12px #f1d27a38}.enemy-resource-bars .status-meter,.hero-resource-bars .status-meter{grid-template-columns:minmax(52px,auto) minmax(52px,1fr);gap:5px;font-size:11px}.enemy-resource-bars .status-meter span,.hero-resource-bars .status-meter span{white-space:nowrap}.enemy-resource-bars .status-meter-track,.hero-resource-bars .status-meter-track{width:100%;min-width:0}.enemy-resource-bars .status-meter{grid-template-columns:1fr;gap:2px}.enemy-resource-bars .status-meter-track{height:10px}.hero-resource-bars{grid-area:bars;box-shadow:0 0 10px #f4f1e81f}.battle-party-list{grid-area:party;gap:3px;width:min(190px,100%);display:grid}.battle-party-member{background:#050605db;border:1px solid #f4f1e89e;align-items:center;gap:1px;padding:4px 6px;font-size:10px;line-height:1.2;display:grid}.battle-party-member strong{color:#f1d27a;min-width:0;font-size:11px}.battle-party-member strong span{color:#f4f1e8;font-weight:400}.ally-battle-sprite{--hero-lunge-x:34px;--hero-lunge-y:-28px;--hero-strike-x:42px;--hero-strike-y:-34px;transform-origin:bottom;justify-self:center;width:42px;height:62px}.ally-battle-sprite .hero-shadow{width:29px;height:5px;bottom:3px;left:7px}.ally-battle-sprite .hero-battle-leg{width:8px;height:13px;top:43px}.ally-battle-sprite .hero-battle-leg.left{left:14px}.ally-battle-sprite .hero-battle-leg.right{left:25px}.ally-battle-sprite .hero-battle-body{width:24px;height:25px;top:21px;left:10px}.ally-battle-sprite .hero-battle-armor{width:25px;height:18px;top:24px;left:10px}.ally-battle-sprite .hero-battle-head{width:19px;height:17px;top:5px;left:12px;box-shadow:inset 0 -3px #b26b48,0 0 0 1px #22160f}.ally-battle-sprite .hero-battle-hair{width:21px;height:7px;top:-3px;left:-1px}.ally-battle-sprite .hero-battle-eye{width:3px;height:3px;top:8px}.ally-battle-sprite .hero-battle-eye.left{left:5px}.ally-battle-sprite .hero-battle-eye.right{right:5px}.ally-battle-sprite .hero-battle-weapon{width:5px;height:33px;top:21px;right:0}.ally-battle-sprite.ko{opacity:.58;filter:grayscale(.75)}.ally-battle-sprite.ally-body-blue .hero-battle-body{background:#3f6f91;box-shadow:inset 0 7px #d7e4ed,inset 0 -7px #1d3342,inset 5px 0 #5a91af,inset -5px 0 #1b4052}.ally-battle-sprite.ally-body-red .hero-battle-body{background:#91494a;box-shadow:inset 0 7px #ead1c3,inset 0 -7px #441f24,inset 5px 0 #b9615d,inset -5px 0 #53252a}.ally-battle-sprite.ally-body-purple .hero-battle-body{background:#704a8f;box-shadow:inset 0 7px #dfd4eb,inset 0 -7px #332044,inset 5px 0 #8f65ad,inset -5px 0 #442957}.ally-battle-sprite.ally-hair-black .hero-battle-hair{background:#211917;box-shadow:0 4px 0 -2px #211917,inset 5px 0 #3a2a25}.ally-battle-sprite.ally-hair-blond .hero-battle-hair{background:#d1a64b;box-shadow:0 4px 0 -2px #d1a64b,inset 5px 0 #f0d47a}.ally-battle-sprite.ally-hair-gray .hero-battle-hair{background:#b9b8aa;box-shadow:0 4px 0 -2px #b9b8aa,inset 5px 0 #e2dfcf}.ally-battle-sprite.ally-skin-tan .hero-battle-head{background:#c78e61;box-shadow:inset 0 -3px #87523b,0 0 0 1px #22160f}.ally-battle-sprite.ally-skin-dark .hero-battle-head{background:#8c5c41;box-shadow:inset 0 -3px #573526,0 0 0 1px #22160f}.battle-party-member.active{border-color:#7fc8ff;box-shadow:0 0 10px #7fc8ff47}.battle-party-member.ko{color:#a9988a;opacity:.72}.party-damage{top:8px}.battle-active-actor{color:#f1d27a;align-items:center;min-height:32px;padding:4px 8px;display:grid}.battle-bottom{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:stretch;gap:12px;min-height:0;display:grid}.battle-xp-progress,.battle-commands,.battle-message{background:#050605;border:2px solid #f4f1e8}.battle-resource-bars{gap:7px;min-width:0;display:grid}.battle-resource-bars .status-meter{grid-template-columns:1fr;gap:3px;min-width:0}.battle-resource-bars .status-meter-track{width:100%;min-width:0}.battle-xp-progress{color:#f4f1e8;grid-column:1/-1;align-content:start;gap:8px;padding:12px;display:grid}.battle-xp-progress .status-meter{grid-template-columns:1fr;gap:3px}.battle-drop-list{color:#d8c99b;gap:3px;font-size:12px;display:grid}.battle-status-list,.hero-battle-status-list{flex-wrap:wrap;justify-content:center;gap:4px;min-height:18px;display:flex}.hero-battle-status-list{grid-area:status}.battle-status-list span,.hero-battle-status-list span{color:#d8c99b;border:1px solid #d8c99bb3;padding:2px 5px;font-size:11px}.battle-commands{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));align-content:start;gap:7px;padding:9px;display:grid}.battle-commands button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;grid-template-columns:auto 1fr;justify-content:center;align-items:center;gap:6px;min-height:38px;font-family:inherit;display:inline-grid}.battle-hotkey{color:#d8c99b;font-size:11px}.battle-commands button:hover:not(:disabled){background:#1d281f}.battle-target-menu{grid-column:1/-1;gap:8px;display:grid}.battle-target-menu strong{color:#f1d27a;text-align:center}.battle-target-menu button{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.battle-target-menu button:last-child{text-align:center;grid-template-columns:1fr}.battle-message{overscroll-behavior:contain;align-content:start;gap:6px;min-height:88px;max-height:min(190px,25vh);padding:10px 12px;line-height:1.35;display:grid;overflow:hidden auto}.item-menu{grid-column:1/-1;align-content:start;gap:8px;display:grid}.item-menu button{text-align:left;border:1px solid #f4f1e8;border-radius:0;gap:4px;min-height:0;padding:8px;display:grid}.item-menu strong,.item-menu span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.item-menu span,.empty-items{color:#d8c99b;font-size:12px}.shop-entry-unaffordable{color:#827d72;opacity:.72;background:#121713;border-color:#827d72b8}.shop-entry-unaffordable strong,.shop-entry-unaffordable span{color:#827d72}.shop-entry-unaffordable .inventory-tags span{border-color:#827d727a}.shop-affordability{color:#ff9a8d!important}.shop-editor-entry{grid-template-columns:110px minmax(160px,1fr) 110px minmax(140px,1fr) repeat(3,auto);align-items:center;gap:8px;width:100%;display:grid}.shop-editor-entry input,.shop-editor-entry select{min-width:0}.shop-editor-page{width:100%;height:100dvh;min-height:100vh;padding:12px 12px calc(64px + env(safe-area-inset-bottom));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;color:#f4f1e8;background:#101810;font-family:Courier New,Consolas,monospace;position:fixed;inset:0;overflow-y:auto}.shop-editor-toolbar{z-index:20;background:#121a15f7;border:1px solid #314038;border-radius:6px;grid-template-columns:auto auto auto minmax(180px,1fr) auto auto;align-items:center;gap:8px;padding:10px;display:grid;position:sticky;top:0;box-shadow:0 8px 18px #00000047}.shop-editor-toolbar span{color:#d8c99b;overflow-wrap:anywhere;min-width:0;font-size:12px}.encounter-zone-editor-page .shop-editor-toolbar,.monster-editor-toolbar{grid-template-columns:auto auto auto auto minmax(180px,1fr) auto auto}.shop-editor-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:12px;max-width:1440px;margin:12px auto 0;display:grid}.shop-editor-sidebar,.shop-editor-content,.shop-editor-panel,.shop-editor-list,.shop-editor-actions,.shop-editor-details-grid,.shop-editor-open-times,.shop-editor-section-heading{gap:8px;display:grid}.shop-editor-sidebar{max-height:calc(100dvh - 92px);padding-bottom:24px;position:sticky;top:72px;overflow-y:auto}.shop-editor-content{min-width:0;padding-bottom:128px}.shop-editor-panel{background:#17211a;border:1px solid #314038;border-radius:6px;padding:10px}.shop-editor-panel strong{color:#f4f1e8}.shop-editor-list{max-height:44vh;overflow-y:auto}.shop-editor-list button{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;display:grid}.shop-editor-list button.selected{background:#3b4c40;border-color:#f4f1e8}.shop-editor-list small,.shop-editor-error,.shop-editor-warning{font-size:12px}.shop-editor-error{color:#ff9a8d}.shop-editor-warning{color:#f1d27a}.shop-editor-actions{grid-template-columns:repeat(auto-fit,minmax(120px,max-content));align-items:center}.shop-editor-details-grid{grid-template-columns:repeat(5,minmax(120px,1fr));align-items:end}.shop-editor-details-grid label,.shop-editor-open-times label{color:#d8c99b;gap:4px;font-size:12px;display:grid}.shop-editor-open-times{color:#d8c99b;grid-template-columns:auto repeat(4,max-content);align-items:center;font-size:12px}.shop-editor-open-times label{grid-template-columns:auto auto;align-items:center}.shop-inventory-panel{min-height:0}.shop-editor-section-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center}.shop-inventory-table{gap:4px;min-height:220px;max-height:min(62vh,720px);padding-right:2px;display:grid;overflow:auto}.shop-inventory-row{background:#121a15;border:1px solid #526055a6;border-radius:4px;grid-template-columns:110px minmax(240px,1.4fr) 100px minmax(160px,.9fr) 108px 84px;align-items:center;gap:6px;min-width:860px;padding:4px;display:grid}.encounter-zone-table .shop-inventory-row{grid-template-columns:minmax(260px,1fr) 68px minmax(260px,1fr) 100px 74px 108px 84px;min-width:1040px}.encounter-zone-grouped-list{align-content:start}.encounter-zone-map-group{gap:5px;display:grid}.encounter-zone-map-group h3{z-index:1;color:#f1d27a;background:#17211a;margin:0;padding:5px 2px;font-size:12px;line-height:1.2;position:sticky;top:0}.encounter-zone-map-group+.encounter-zone-map-group{border-top:1px solid #f4f1e81f;margin-top:6px;padding-top:7px}.shop-editor-empty-row{color:#d8c99b;background:#121a15;border:1px dashed #526055a6;border-radius:4px;min-width:1040px;padding:10px;font-size:12px}.encounter-zone-level-cell,.encounter-zone-stat-cell{color:#d8c99b;font-size:12px}.encounter-zone-stat-cell{overflow-wrap:anywhere}.monster-editor-details-grid{grid-template-columns:repeat(6,minmax(116px,1fr))}.monster-editor-sprite-panel{gap:10px}.monster-editor-sprite-panel>div:first-child{gap:3px;display:grid}.monster-editor-sprite-panel small{color:#d8c99b;font-size:12px}.monster-editor-sprite-card{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;display:grid}.monster-editor-sprite-preview-frame{background-color:#0a100c;background-image:linear-gradient(45deg,#f4f1e80d 25%,#0000 25%),linear-gradient(-45deg,#f4f1e80d 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f4f1e80d 75%),linear-gradient(-45deg,#0000 75%,#f4f1e80d 75%),none;background-position:0 0,0 8px,8px -8px,-8px 0;background-repeat:repeat,repeat,repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;border:1px solid #f4f1e833;border-radius:6px;place-items:center;width:120px;height:120px;display:grid}.monster-editor-sprite-preview{width:100px;height:100px}.monster-editor-sprite-info{grid-template-columns:repeat(2,minmax(180px,1fr));gap:7px 12px;margin:0;display:grid}.monster-editor-sprite-info div{gap:2px;min-width:0;display:grid}.monster-editor-sprite-info dt{color:#d8c99b;font-size:11px}.monster-editor-sprite-info dd{color:#f4f1e8;overflow-wrap:anywhere;margin:0;font-size:12px}.monster-editor-sprite-info code{color:#aee8ff}.monster-editor-sprite-note{grid-column:1/-1}.monster-editor-sprite-status{color:#f4f1e8;background:#f4f1e80f;border:1px solid #f4f1e838;border-radius:999px;width:fit-content;padding:2px 6px;display:inline-block}.monster-editor-sprite-status.custom{color:#b7f3d5;border-color:#70c29aa6}.monster-editor-sprite-status.family{color:#f1d27a;border-color:#f1d27aa6}.monster-editor-sprite-status.fallback{color:#ffb4a8;border-color:#ff9a8da6}.monster-editor-checkbox{align-content:end}.monster-editor-checkbox input{width:max-content;min-height:30px}.monster-editor-json-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.monster-editor-balance-tools{gap:10px}.monster-editor-adjust-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.monster-editor-preview-table{overflow:auto}.monster-editor-preview-table table{border-collapse:collapse;width:100%;min-width:560px;font-size:12px}.monster-editor-preview-table th,.monster-editor-preview-table td{text-align:left;border:1px solid #f4f1e829;padding:5px 7px}.monster-editor-section-head,.monster-editor-log-entry-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.monster-editor-change-log{gap:10px}.monster-editor-log-list{gap:8px;max-height:380px;display:grid;overflow:auto}.monster-editor-log-entry{background:#080e0a59;border:1px solid #f4f1e829;border-radius:6px;gap:7px;padding:9px;display:grid}.monster-editor-log-entry-head>div:first-child{gap:2px;display:grid}.monster-editor-log-entry ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.monster-editor-log-entry li{color:#e8e1cd;grid-template-columns:minmax(120px,1fr) 110px minmax(130px,1fr);gap:8px;font-size:12px;display:grid}.monster-editor-log-entry code{color:#aee8ff}.shop-editor-list button input[type=checkbox]{margin-right:6px}.monster-editor-json-field{color:#d8c99b;gap:5px;font-size:12px;display:grid}.monster-editor-json-field textarea{color:#e8e1cd;resize:vertical;background:#121a15;border:1px solid #314038;border-radius:6px;min-height:180px;padding:10px;font:12px/1.4 Consolas,Liberation Mono,monospace}.shop-inventory-head{z-index:2;color:#d8c99b;background:#1f2d24;min-height:32px;font-size:12px;position:sticky;top:0}.shop-inventory-row select,.shop-inventory-row input{min-height:30px;padding:0 7px;font-size:12px}.shop-editor-row-actions{grid-template-columns:1fr 1fr;gap:4px;display:grid}.shop-editor-row-actions button,.shop-inventory-row>button{min-height:30px;padding:4px 7px;font-size:12px}.shop-editor-json{color:#e8e1cd;resize:vertical;background:#121a15;border:1px solid #314038;border-radius:6px;width:100%;min-height:180px;padding:10px;font:12px/1.4 Consolas,Liberation Mono,monospace}.balance-lab-page{gap:12px}.balance-lab-controls,.balance-lab-xp{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.balance-lab-controls label,.balance-lab-xp label{gap:4px;display:grid}.balance-lab-actions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.balance-lab-custom-gear{background:#00000029;border:1px solid #f4f1e82e;border-radius:6px;grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;padding:10px;display:grid}.balance-lab-targets{flex-wrap:wrap;gap:8px;display:flex}.balance-lab-targets span,.balance-lab-pacing-result small{background:#0000002e;border:1px solid #f4f1e82e;border-radius:4px;padding:4px 6px}.balance-lab-pacing-result{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;display:flex}.balance-lab-table-wrap{overflow:auto}.balance-lab-table{border-collapse:collapse;width:100%;min-width:1120px;font-size:12px}.balance-lab-table th,.balance-lab-table td{text-align:left;vertical-align:top;border:1px solid #f4f1e829;padding:6px 8px}.balance-lab-table th{color:#ffdf7c;background:#0000004d}.balance-lab-warning{color:#ffd6a3}.balance-lab-gear-hint{color:#d8c99b;line-height:1.35}.inventory-menu{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;gap:10px;max-height:min(72vh,560px);display:grid;overflow-y:auto}.inventory-header,.inventory-entry-main{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.inventory-header{color:#d8c99b}.inventory-section{border-top:1px solid #f4f1e847;gap:7px;padding-top:8px;display:grid}.inventory-section h3{color:#f1d27a;margin:0;font-size:13px}.inventory-entry{color:#f4f1e8;min-height:0;font:inherit;text-align:left;background:#050605;border:1px solid #f4f1e8;gap:5px;padding:8px;display:grid}.inventory-entry.static{border-color:#f4f1e880}.inventory-entry.disabled{opacity:.68}.inventory-entry span,.inventory-entry strong{min-width:0}.inventory-entry>span:not(.inventory-entry-main):not(.inventory-tags):not(.stat-delta-line){color:#d8c99b;font-size:12px;line-height:1.3}.inventory-tags,.stat-delta-line{flex-wrap:wrap;gap:5px;display:flex}.inventory-tags span,.stat-delta-line span{color:#d8c99b;border:1px solid #d8c99b8c;padding:2px 5px;font-size:11px}.stat-delta-line .positive{color:#9ee58f;border-color:#9ee58fa6}.stat-delta-line .negative{color:#ff9a8d;border-color:#ff9a8da6}.stat-delta-line .neutral{color:#b9b3a0}.item-menu .inventory-tags,.item-menu .stat-delta-line{text-overflow:clip;white-space:normal;min-width:0;overflow:visible}.item-use-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.quantity-stepper{align-items:center;gap:4px;display:inline-flex}.quantity-stepper button,.inventory-use-button{color:#f4f1e8;min-height:28px;font:inherit;background:#122016;border:1px solid #d8c99b;padding:4px 8px}.quantity-stepper input{color:#f4f1e8;width:48px;min-height:28px;font:inherit;text-align:center;background:#050605;border:1px solid #d8c99bbf}.inventory-use-button{background:#1d3324;min-width:84px}.equipment-summary,.stat-breakdown,.equipped-grid{gap:6px;display:grid}.equipped-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.equipped-grid span,.stat-breakdown span{color:#d8c99b;min-width:0;font-size:12px}.equipped-grid strong{color:#f1d27a;font-size:11px;display:block}.field-menu{z-index:4;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);place-items:center;padding:24px;display:grid;position:absolute;inset:0}.field-menu-box{color:#f4f1e8;pointer-events:auto;background:#050605;border:2px solid #f4f1e8;gap:8px;width:180px;padding:12px;font-family:Courier New,Consolas,monospace;display:grid}.field-menu-box.wide{width:min(460px,100vw - 48px)}.equipment-panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 64px);overflow-y:auto}.equipment-menu{min-height:0}.field-menu-box button{color:#f4f1e8;text-align:left;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:36px;font-family:inherit}.quest-log{gap:10px;max-height:min(70vh,520px);display:grid;overflow:auto}.quest-log-entry{border-bottom:1px solid #f4f1e859;gap:6px;padding-bottom:8px;display:grid}.quest-log-entry ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.quest-log-entry li{grid-template-columns:auto 1fr;gap:6px;display:grid}.quest-log-entry li.completed,.completed-quest-list span{color:#b9b3a0}.inn-menu,.shop-menu{z-index:6;pointer-events:none;place-items:end center;padding:24px;display:grid;position:absolute;inset:0}.inn-menu-box,.shop-menu-box{color:#f4f1e8;overscroll-behavior:contain;pointer-events:auto;-webkit-overflow-scrolling:touch;background:#050605;border:2px solid #f4f1e8;gap:8px;width:min(360px,100%);max-height:calc(100dvh - 48px);padding:14px;font-family:Courier New,Consolas,monospace;display:grid;overflow-y:auto}.inn-menu-box strong,.shop-menu-box strong,.inn-hint{color:#d8c99b}.inn-menu-box button,.shop-menu-box button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:42px;font-family:inherit}.shop-quantity-controls{grid-template-columns:38px minmax(72px,1fr) 38px repeat(3,minmax(44px,auto));align-items:center;gap:6px;display:grid}.shop-quantity-controls span{text-align:center;color:#d8c99b}.shop-quantity-controls button{min-height:34px;padding:4px 8px}.equipment-slots{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.equipment-slots button.selected{color:#050605;background:#d8c99b}.field-message-box{z-index:6;color:#f4f1e8;background:#050605;border:2px solid #f4f1e8;gap:8px;max-width:560px;padding:14px;font-family:Courier New,Consolas,monospace;line-height:1.35;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.field-message-box button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;justify-self:start;min-width:80px;font-family:inherit}.choice-prompt-box{z-index:7;color:#f4f1e8;background:#050605;border:2px solid #f4f1e8;gap:10px;max-width:420px;margin:0 auto;padding:14px;font-family:Courier New,Consolas,monospace;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.choice-prompt-box strong{color:#f1d27a}.choice-prompt-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.choice-prompt-actions button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:42px;font-family:inherit}.dialogue-box{z-index:6;color:#f4f1e8;background:#050605;border:2px solid #f4f1e8;gap:10px;max-width:640px;min-height:118px;padding:16px;font-family:Courier New,Consolas,monospace;font-size:18px;line-height:1.35;display:grid;position:absolute;bottom:24px;left:24px;right:24px}.dialogue-box.has-portrait{grid-template-columns:96px minmax(0,1fr);align-items:center;max-width:760px}.dialogue-box.portrait-right{grid-template-columns:minmax(0,1fr) 96px}.dialogue-box.portrait-right .dialogue-portrait{order:2}.dialogue-content{gap:10px;min-width:0;display:grid}.dialogue-box strong{color:#d8c99b}.dialogue-line{overflow-wrap:anywhere}.dialogue-response-list{gap:6px;margin-top:2px;display:grid}.dialogue-response{text-align:left;grid-template-columns:18px minmax(0,1fr);justify-self:stretch;align-items:center;gap:6px;min-height:32px;padding:5px 8px;display:grid}.dialogue-response.selected{color:#050605;background:#f4f1e8}.dialogue-response-cursor{min-width:18px;color:inherit}.dialogue-portrait{aspect-ratio:1;width:96px;image-rendering:pixelated;opacity:.94;background:#101913;border:2px solid #f4f1e8;place-items:center;transition:opacity .16s,filter .16s,transform .16s;display:grid;overflow:hidden;transform:translateY(0)scale(1);box-shadow:inset 0 0 0 2px #050605}.dialogue-portrait img{object-fit:cover;width:100%;height:100%;image-rendering:pixelated}.dialogue-portrait.emphasis-active{opacity:1;transform:translateY(-2px)scale(1.03)}.dialogue-portrait.emphasis-ominous,.nightmare-dialogue-box .dialogue-portrait{filter:saturate(.9)contrast(1.2)sepia(.25)hue-rotate(-14deg)drop-shadow(0 0 8px #000000a6);border-color:#160000;animation:.9s steps(2,end) infinite dialogue-portrait-ominous}.dialogue-box button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;justify-self:start;min-width:80px;font-family:inherit}.dialogue-box.nightmare-dialogue-box{z-index:8;color:#090000;text-align:center;background:#b42620;border:3px solid #120000;width:min(620px,100vw - 32px);min-height:150px;font-size:clamp(22px,4.5vw,34px);inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(-.5deg);box-shadow:0 0 0 4px #ffd67273,0 0 32px #b41812bf}.dialogue-box.nightmare-dialogue-box.has-portrait{text-align:left;grid-template-columns:104px minmax(0,1fr);width:min(760px,100vw - 32px)}.dialogue-box.nightmare-dialogue-box.portrait-right{grid-template-columns:minmax(0,1fr) 104px}.dialogue-box.nightmare-dialogue-box strong{color:#090000;text-transform:uppercase}.dialogue-box.nightmare-dialogue-box button{color:#090000;background:#e0b04f;border-color:#090000;justify-self:center}@keyframes dialogue-portrait-ominous{0%,to{opacity:1;transform:translate(0)scale(1.03)}50%{opacity:.86;transform:translate(1px)scale(1.01)}}.cutscene-fade{z-index:7;pointer-events:none;position:absolute;inset:0}.cutscene-fade.dark{background:#000000b8}.cutscene-fade.flash{background:#fff8d28f}.cutscene-director-overlay{z-index:6;pointer-events:none;position:absolute;inset:0}.cutscene-director-overlay.dark{background:#0000007a}.cutscene-director-overlay.red{background:#76000052}.cutscene-director-overlay.dream{background:radial-gradient(circle at 50% 35%,#0000 0 28%,#34105a3d 58%,#00000057),#1e003621;animation:2.4s ease-in-out infinite nightmare-pulse}.cutscene-director-overlay.fire{background:radial-gradient(circle at 25% 76%,#de541b38,#0000 18%),radial-gradient(circle at 76% 44%,#ffb14124,#0000 16%),#460c0633}.tile-map-page.cutscene-shake .tile-map-canvas{animation:.16s linear infinite cutscene-screen-shake}@keyframes cutscene-screen-shake{0%{transform:translate(0)}25%{transform:translate(2px,-1px)}50%{transform:translate(-2px,1px)}75%{transform:translate(1px,2px)}to{transform:translate(0)}}.skip-cutscene-button{right:max(12px, env(safe-area-inset-right));bottom:calc(max(12px, env(safe-area-inset-bottom)) + 96px);z-index:9;background:#26332aeb;min-height:40px;padding:0 12px;position:absolute}.mode-link{z-index:2;color:#f4f1e8;background:#26332ae6;border:1px solid #526055;border-radius:6px;align-items:center;min-height:36px;padding:0 14px;text-decoration:none;display:inline-flex;position:absolute;top:16px;right:16px}.mode-link.static{position:static}.build-version{right:max(12px, env(safe-area-inset-right));bottom:calc(max(10px, env(safe-area-inset-bottom)) + var(--game-hud-space));z-index:11;color:#f4f1e89e;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;background:#0506057a;border:1px solid #f4f1e82e;border-radius:4px;max-width:min(260px,100vw - 24px);padding:3px 6px;font:11px/1.2 Courier New,Consolas,monospace;position:absolute;overflow:hidden}.debug-controls{z-index:2;pointer-events:none;flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex;position:absolute;top:16px;left:152px;right:340px}.debug-controls button{white-space:nowrap;pointer-events:auto;width:auto;min-width:0;height:28px;min-height:28px;padding:2px 10px;line-height:1;position:static}.debug-xp-button{background:#26332ae6}.debug-gold-button{background:#4b3b1ce6}.debug-party-button{background:#263a46e6}.debug-death-button{background:#411f1fe6}.debug-time-button{background:#302b47e6}.debug-balance-button{background:#363721e6}.debug-encounter-toggle{background:#233941e6}.debug-encounter-toggle.is-active{color:#fff1b8;background:#56301cf0;border-color:#f1d27a;box-shadow:0 0 0 1px #f1d27a38}.debug-complete-guardian-button{background:#492f1ee6}.debug-cutscene-button{background:#253f44e6}.debug-prep-sigil-button{background:#452a52e6}.debug-procedural-button,.debug-export-generated-button{background:#2d2648e6}.debug-darkness-button{background:#2b2b30e6}.audio-debug-panel{color:#f8e9a6;pointer-events:auto;background:#08110de6;border:1px solid #f1d27a73;gap:2px;max-width:300px;padding:8px 10px;font-size:10px;line-height:1.35;display:grid}.audio-debug-panel strong{color:#fff}.mute-button{z-index:2;background:#26332ae6;min-height:36px;padding:0 12px;position:absolute;top:16px;right:196px}.debug-save-button,.debug-load-button,.debug-delete-save-button{z-index:2;background:#26332ae6;min-height:36px;padding:0 12px;position:absolute}.debug-save-button{top:60px;right:16px}.debug-load-button{top:60px;right:104px}.debug-delete-save-button{top:60px;right:200px}.debug-save-button:disabled,.debug-load-button:disabled,.debug-delete-save-button:disabled,.title-box button:disabled{opacity:.5;cursor:not-allowed}.title-screen{z-index:8;color:#f4f1e8;background:#050605;place-items:center;font-family:Courier New,Consolas,monospace;display:grid;position:absolute;inset:0}.title-box{background:#050605;border:2px solid #f4f1e8;gap:14px;min-width:280px;padding:28px;display:grid}.title-box h1{text-align:center;margin:0 0 10px;font-size:32px;font-weight:700}.title-message{color:#d8c99b;text-align:center;border:1px solid #526055;padding:8px}.title-save-summary{color:#c8d8c8;text-align:center;max-width:320px;font-size:14px;line-height:1.35}.title-box button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:42px;font-family:inherit}.cinematic-title-screen{--title-dark:#070817;color:#f7edcf;isolation:isolate;background:radial-gradient(circle at 50% 18%,#ffbe5c7a,#0000 24%),linear-gradient(#111c54 0%,#2a1b58 38%,#8b4658 68%,#171424 100%);outline:none;place-items:stretch stretch;overflow:hidden}.title-sky,.title-mountains,.title-river,.title-castle,.title-fog,.title-party,.title-fireflies,.title-stars,.title-vignette{pointer-events:none;position:absolute;inset:0}.title-sun{aspect-ratio:1;filter:blur(1px);opacity:.86;background:radial-gradient(circle,#fff1a8 0%,#ffb65d 42%,#ff7e521a 72%);border-radius:50%;width:clamp(120px,18vw,260px);animation:7s ease-in-out infinite titlePulse;position:absolute;top:14%;left:54%;transform:translate(-50%)}.title-cloud{filter:blur(1px);opacity:.55;background:radial-gradient(circle at 20% 45%,#ffe8bcbf 0 26%,#0000 27%),radial-gradient(circle at 48% 35%,#ffe8bcb3 0 34%,#0000 35%),radial-gradient(circle at 76% 48%,#ffe8bc99 0 25%,#0000 26%),linear-gradient(90deg,#0000,#ffe1b480,#0000);border-radius:999px;width:clamp(150px,24vw,320px);height:34px;animation:34s linear infinite titleCloudDrift;position:absolute}.title-cloud-a{animation-duration:46s;top:12%;left:-18%}.title-cloud-b{animation-duration:58s;animation-delay:-18s;top:21%;left:28%}.title-cloud-c{animation-duration:52s;animation-delay:-31s;top:9%;left:68%}.title-birds{opacity:.7;width:120px;height:28px;animation:24s linear infinite titleBirdDrift;position:absolute}.title-birds:before,.title-birds:after{content:"";border-top:2px solid #140f26e6;border-radius:50%;width:10px;height:5px;position:absolute;transform:rotate(-12deg);box-shadow:28px 8px 0 -1px #140f26e6,58px 2px 0 -1px #140f26e6}.title-birds:after{top:10px;left:12px;transform:scaleX(-1)rotate(-10deg)}.title-birds-a{top:27%;left:-14%}.title-birds-b{animation-duration:33s;animation-delay:-13s;top:18%;left:-20%;transform:scale(.72)}.title-mountains-far{opacity:.8;background:linear-gradient(135deg,#0000 0 42%,#221f4ceb 43% 57%,#0000 58%) 0 100%/220px 210px repeat-x,linear-gradient(225deg,#0000 0 43%,#32265cd1 44% 59%,#0000 60%) 80px 100%/260px 230px repeat-x;height:48%;animation:18s ease-in-out infinite alternate titleParallaxSlow;top:auto;bottom:21%}.title-mountains-near{filter:drop-shadow(0 -10px 18px #0b0d1c80);background:linear-gradient(140deg,#0000 0 40%,#14162d 41% 62%,#0000 63%) -30px 100%/260px 250px repeat-x,linear-gradient(220deg,#0000 0 38%,#222045 39% 61%,#0000 62%) 90px 100%/320px 280px repeat-x;height:43%;top:auto;bottom:10%}.title-river{clip-path:polygon(36% 0,55% 0,88% 100%,20% 100%);opacity:.75;background:linear-gradient(100deg,#0000 0 30%,#6cd8ff73 31% 40%,#0000 41% 100%),linear-gradient(#6cd8ff38,#173a64b8);width:clamp(150px,22vw,320px);height:48%;animation:5s ease-in-out infinite riverGlow;inset:auto 6% -7% auto}.title-castle{filter:drop-shadow(0 20px 26px #06070e9e);width:clamp(170px,24vw,360px);height:clamp(135px,20vw,270px);animation:14s ease-in-out infinite alternate titleParallaxSlow;inset:33% auto auto 50%;transform:translate(-50%)}.castle-keep,.castle-tower{background:linear-gradient(90deg,#0000 0 8%,#ffecb729 9% 18%,#0000 19% 100%),linear-gradient(#7175a2 0%,#4b4a79 45%,#27284f 100%);border:3px solid #161327d1;position:absolute;bottom:0;box-shadow:inset 0 0 0 4px #ffe8aa14}.castle-keep{clip-path:polygon(0 20%,14% 20%,14% 0,30% 0,30% 20%,70% 20%,70% 0,86% 0,86% 20%,100% 20%,100% 100%,0 100%);width:44%;height:70%;left:28%}.castle-tower{clip-path:polygon(0 18%,14% 18%,14% 0,35% 0,35% 18%,64% 18%,64% 0,86% 0,86% 18%,100% 18%,100% 100%,0 100%);width:25%;height:100%}.tower-left{left:3%}.tower-right{right:3%}.title-fog{filter:blur(14px);opacity:.75;background:linear-gradient(90deg,#0000,#d2d8ff29,#0000);height:25%;animation:14s linear infinite alternate titleFogDrift;top:auto;bottom:0}.title-fog-b{opacity:.46;animation-duration:22s;animation-direction:alternate-reverse}.title-fireflies span,.title-stars span{left:var(--particle-x,50%);top:var(--particle-y,50%);opacity:0;width:4px;height:4px;animation:fireflyDrift var(--particle-duration,6s) ease-in-out infinite;animation-delay:var(--particle-delay,0s);background:#ffe89f;border-radius:50%;position:absolute;box-shadow:0 0 10px #ffe89f,0 0 18px #7ae2ff8c}.title-stars span{left:var(--star-x,50%);top:var(--star-y,20%);width:2px;height:2px;animation:5s ease-in-out infinite starTwinkle;animation-delay:var(--star-delay,0s);background:#d9f3ff;box-shadow:0 0 8px #d9f3ffe6}.title-party{justify-content:center;align-items:end;gap:clamp(22px,4vw,54px);height:24%;display:flex;top:auto;bottom:7%}.adventurer{clip-path:polygon(32% 0,68% 0,78% 22%,74% 58%,90% 100%,58% 100%,50% 68%,42% 100%,10% 100%,26% 58%,22% 22%);background:linear-gradient(#16121f,#050509);width:clamp(28px,4vw,48px);height:clamp(62px,9vw,104px);position:relative;box-shadow:0 0 20px #000000e6}.adventurer:before{content:"";aspect-ratio:1;background:#0a0910;border-radius:50%;width:58%;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.knight:after{content:"";background:#07070c;width:6px;height:58%;position:absolute;top:24%;right:-16px;transform:rotate(12deg);box-shadow:0 -12px 0 2px #0b0b12}.mage{clip-path:polygon(50% 0,78% 22%,70% 38%,88% 100%,12% 100%,30% 38%,22% 22%);height:clamp(70px,10vw,116px)}.ranger:after{content:"";border-left:4px solid #07070c;border-radius:50%;width:42px;height:78px;position:absolute;top:15%;left:-12px;transform:rotate(-14deg)}.title-ui{z-index:2;text-align:center;align-content:start;justify-items:center;gap:clamp(10px,1.8vh,18px);padding:clamp(26px,6vh,60px) 18px 20px;display:grid;position:relative}.title-logo-wrap{justify-items:center;gap:4px;min-height:clamp(112px,18vh,170px);display:grid;position:relative}.title-crystal{aspect-ratio:1;clip-path:polygon(50% 0,100% 48%,50% 100%,0 48%);filter:drop-shadow(0 0 28px #8ee8ff8c);background:linear-gradient(135deg,#8ee8ff2e,#ffffff94,#7956ff47);width:clamp(76px,11vw,140px);animation:4s ease-in-out infinite crystalGlow;position:absolute;top:6px}.title-logo{color:var(--title-gold);letter-spacing:0;text-transform:uppercase;text-shadow:0 2px #6e451b,0 4px #251309,0 0 24px #ffd376a6,0 0 52px #8ee8ff40;margin:clamp(18px,4vh,42px) 0 0;font-size:clamp(42px,8vw,104px);line-height:.9;position:relative}.title-logo:after{content:"";mix-blend-mode:screen;background:linear-gradient(110deg,#0000 0 38%,#ffffffb8 46%,#0000 54% 100%);animation:5.8s ease-in-out infinite logoShimmer;position:absolute;inset:-10% -16%;transform:translate(-110%)}.title-subtitle{color:#d5eaff;text-shadow:0 0 12px #73c9ffb3;font-size:clamp(12px,1.8vw,18px);position:relative}.title-message,.title-save-summary{z-index:2;background:#0506128c;border-color:#f3cf7873;max-width:min(520px,100vw - 40px);position:relative;box-shadow:0 0 18px #00000059}.title-menu{gap:8px;width:min(320px,100vw - 52px);margin-top:4px;display:grid}.title-menu button,.title-reset-save{color:#f7edcf;text-transform:uppercase;background:linear-gradient(90deg,#080c23b8,#191842b3);border:1px solid #f3cf789e;min-height:42px;font-family:inherit;font-size:16px;transition:transform .16s,border-color .16s,box-shadow .16s,color .16s;position:relative;box-shadow:inset 0 0 0 1px #8ee8ff14,0 0 #f3cf7800}.title-menu button:before{content:"";border:1px solid;width:8px;height:8px;transition:transform .16s;position:absolute;top:50%;left:14px;transform:translateY(-50%)rotate(45deg)scale(0)}.title-menu button:hover,.title-menu button.selected{color:#fff8d4;border-color:#8ee8ff;transform:translate(4px);box-shadow:0 0 18px #8ee8ff52,inset 0 0 18px #f3cf781f}.title-menu button.selected:before{transform:translateY(-50%)rotate(45deg)scale(1)}.title-menu button:disabled{opacity:.42;cursor:not-allowed}.title-reset-save{color:#d8c99b;width:min(180px,100vw - 52px);min-height:34px;font-size:12px}.title-vignette{z-index:3;background:radial-gradient(circle at 50% 45%,#0000 0 47%,#00000061 74%,#000000ad 100%),linear-gradient(#0000001f,#0000 36%,#0000004d)}.title-select-burst{z-index:4;pointer-events:none;background:radial-gradient(circle,#ffefacf2,#8ee8ff4d 45%,#0000 72%);border-radius:50%;width:20px;height:20px;animation:.42s ease-out forwards selectBurst;position:absolute;top:49%;left:50%;transform:translate(-50%,-50%)}.cinematic-title-screen.is-exiting .title-ui{animation:.36s forwards titleExitFade}.demo-credits-screen{z-index:80;color:#f7edcf;background:#050605;font-family:Courier New,Consolas,monospace;position:fixed;inset:0;overflow:hidden}.demo-credits-bg,.demo-credits-vignette,.demo-credits-particles{pointer-events:none;position:absolute;inset:0}.demo-credits-bg{opacity:0;background-repeat:no-repeat;background-size:cover;animation:64s linear infinite demoCreditsScene}.demo-credits-bg.scene-a{background:radial-gradient(circle at 74% 24%,#ffbc5b47,#0000 18%),linear-gradient(#1f1f4fe6,#5b366094 42%,#111813eb 100%),linear-gradient(140deg,#0000 0 55%,#030408bf 56% 100%)}.demo-credits-bg.scene-a:before,.demo-credits-bg.scene-b:before,.demo-credits-bg.scene-c:before,.demo-credits-bg.scene-d:before{content:"";height:52%;image-rendering:pixelated;background-repeat:repeat-x;position:absolute;inset:auto 0 0}.demo-credits-bg.scene-a:before{background:linear-gradient(135deg,#0000 0 30%,#17211a 31% 45%,#0000 46%) 0 0/260px 100%,linear-gradient(45deg,#0000 0 38%,#26333b 39% 52%,#0000 53%) 0 0/320px 100%,linear-gradient(#0000 0 55%,#0a0f0d 56%) 0 0/100% 100%}.demo-credits-bg.scene-b{background:radial-gradient(circle at 30% 72%,#ff8b3947,#0000 16%),linear-gradient(#141a33,#261f3f 48%,#090d0f);animation-delay:16s}.demo-credits-bg.scene-b:before{background:linear-gradient(90deg,#0000 0 8%,#2c241b 9% 11%,#0000 12% 32%,#513422 33% 35%,#0000 36%) 0 0/220px 100%,linear-gradient(#0000 0 62%,#151510 63% 100%) 0 0/100% 100%}.demo-credits-bg.scene-c{background:radial-gradient(circle at 50% 38%,#8ee8ff2e,#0000 20%),linear-gradient(#10172b,#1f2635 44%,#0b0d12 100%);animation-delay:32s}.demo-credits-bg.scene-c:before{background:linear-gradient(145deg,#0000 0 46%,#3a3f48 47% 52%,#0000 53%) 0 0/180px 100%,linear-gradient(#0000 0 50%,#080a0d 51%) 0 0/100% 100%}.demo-credits-bg.scene-d{background:radial-gradient(circle at 65% 18%,#f4d35e33,#0000 13%),linear-gradient(#1a1834,#0c1019 54%,#050605);animation-delay:48s}.demo-credits-bg.scene-d:before{background:linear-gradient(90deg,#0000 0 18%,#312a31 19% 23%,#0000 24% 55%,#241e28 56% 60%,#0000 61%) 0 0/260px 100%,linear-gradient(#0000 0 58%,#080909 59%) 0 0/100% 100%}.demo-credits-particles{opacity:.7;background-image:radial-gradient(circle,#f4d35ed9 0 1px,#0000 2px),radial-gradient(circle,#8ee8ff9e 0 1px,#0000 2px);background-position:0 0,36px 42px;background-size:84px 84px,122px 122px;animation:18s linear infinite demoCreditsParticles}.demo-credits-vignette{background:radial-gradient(circle at 50% 45%,#0000 0 42%,#0000006b 72%,#000000d1 100%),linear-gradient(#00000061,#0000 22%,#0000009e)}.demo-credits-roll{text-align:center;text-shadow:0 2px #050605,0 0 18px #000c;gap:76px;width:min(760px,100vw - 36px);animation:74s linear forwards demoCreditsRoll;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)}.demo-credits-roll.is-complete{animation:none;display:none}.demo-credit-title-card,.demo-credit-section{gap:10px;display:grid}.demo-credit-title-card{align-content:center;gap:16px;min-height:48vh}.demo-credit-title-card span{color:#f3cf78;text-transform:uppercase;text-shadow:0 0 16px #f3cf7873;font-size:clamp(20px,5vw,46px);font-weight:700}.demo-credit-title-card strong{color:#f7edcf;font-size:clamp(18px,4vw,34px)}.demo-credit-title-card em,.demo-credit-section p{color:#f7edcf;margin:0;font-size:clamp(14px,2.5vw,20px);font-style:normal;line-height:1.45}.demo-credit-section h2{color:#f3cf78;letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:clamp(18px,3.5vw,28px)}.demo-credits-skip{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:4;color:#f7edcf;background:#050605bd;border-color:#f3cf78b3;min-height:38px;padding:6px 12px;position:absolute}.demo-credits-skip:disabled{opacity:0;pointer-events:none}.demo-credits-final-card{z-index:5;color:#f7edcf;text-align:center;background:linear-gradient(#121432e0,#050605f0),#050605;border:2px solid #f3cf78d1;gap:13px;width:min(560px,100vw - 40px);padding:24px 22px;animation:.5s ease-out both demoCreditsFinalIn;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #8ee8ff38,0 22px 60px #0000009e,inset 0 0 24px #f3cf7814}.demo-credits-final-card span{color:#d8c99b;font-size:14px}.demo-credits-final-card strong{color:#f3cf78;text-shadow:0 0 14px #f3cf786b;font-size:clamp(18px,4vw,28px)}.demo-credits-final-card p{margin:0;line-height:1.45}.demo-credits-final-card button{color:#fff7ca;background:#1d2b3deb;border-color:#8ee8ffc7;justify-self:center;min-height:40px;margin-top:4px;padding:7px 14px}.demo-credits-final-card button:disabled{cursor:wait;opacity:.76}.demo-credits-screen.is-ending .demo-credits-final-card{animation:.9s ease-in-out infinite alternate demoCreditsFinalPulse}@keyframes demoCreditsRoll{0%{transform:translate(-50%)}to{transform:translate(-50%,calc(-100% - 112vh))}}@keyframes demoCreditsFinalIn{0%{opacity:0;transform:translate(-50%,-46%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes demoCreditsFinalPulse{0%{box-shadow:0 0 0 1px #8ee8ff33,0 22px 60px #0000009e,inset 0 0 24px #f3cf7814}to{box-shadow:0 0 0 1px #8ee8ff61,0 22px 70px #000000b3,inset 0 0 34px #f3cf7829}}@keyframes demoCreditsScene{0%,20%{opacity:1;transform:scale(1)translateY(0)}25%,to{opacity:0;transform:scale(1.04)translateY(-12px)}}@keyframes demoCreditsParticles{0%{background-position:0 0,36px 42px}to{background-position:84px -168px,158px -122px}}.pause-menu-panel{color:#f7edcf;pointer-events:auto;background:linear-gradient(#121432eb,#060712f0),#050605;border:2px solid #f3cf78d1;outline:none;gap:12px;width:min(360px,100vw - 40px);padding:26px 22px 22px;font-family:Courier New,Consolas,monospace;animation:.17s ease-out both pauseMenuIn;display:grid;position:relative;box-shadow:0 0 0 1px #8ee8ff38,0 22px 60px #0000009e,inset 0 0 24px #f3cf7814}.pause-menu-panel:before,.pause-menu-panel:after{content:"";background:linear-gradient(90deg,#0000,#f3cf78db,#0000);height:1px;position:absolute;left:12px;right:12px}.pause-menu-panel:before{top:10px}.pause-menu-panel:after{bottom:10px}.pause-crystal{aspect-ratio:1;clip-path:polygon(50% 0,100% 48%,50% 100%,0 48%);filter:drop-shadow(0 0 14px #8ee8ff8c);background:linear-gradient(135deg,#8ee8ff73,#fffc,#8059ff59);justify-self:center;width:42px;margin-top:-10px}.pause-menu-panel>strong{color:#f3cf78;text-align:center;text-shadow:0 0 14px #f3cf7880;font-size:22px}.pause-menu-options{gap:8px;display:grid}.pause-menu-options button{color:#f7edcf;min-height:40px;font:inherit;text-align:left;background:#050612a3;border:1px solid #f3cf7873;padding:8px 16px 8px 36px;transition:transform .15s,border-color .15s,box-shadow .15s,color .15s;position:relative}.pause-menu-options button:before{content:"";opacity:0;border:1px solid;width:8px;height:8px;position:absolute;top:50%;left:14px;transform:translateY(-50%)rotate(45deg)}.pause-menu-options button:hover,.pause-menu-options button.selected{color:#fff7ca;border-color:#8ee8ff;transform:translate(4px);box-shadow:0 0 16px #8ee8ff3d,inset 0 0 16px #f3cf781a}.pause-menu-options button.selected:before{opacity:1}.save-slot-overlay{z-index:18;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000094;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.save-slot-panel{color:#f4f1e8;pointer-events:auto;background:#050605;border:2px solid #f4f1e8;gap:12px;width:min(520px,100vw - 32px);max-height:min(78vh,620px);padding:16px;font-family:Courier New,Consolas,monospace;display:grid;box-shadow:0 18px 48px #000000a3}.save-slot-heading{color:#f3cf78;justify-content:space-between;align-items:center;gap:12px;display:flex}.save-slot-heading button,.save-slot-cancel,.save-slot-row{color:#f4f1e8;font:inherit;background:#050605;border:1px solid #f4f1e8}.save-slot-heading button{min-width:34px;min-height:30px}.save-slot-list{gap:8px;display:grid;overflow:auto}.save-slot-row{text-align:left;gap:4px;min-height:68px;padding:10px;display:grid}.save-slot-row:not(:disabled):hover{border-color:#8ee8ff;box-shadow:inset 0 0 18px #8ee8ff29}.save-slot-row:disabled{color:#f4f1e873;border-color:#f4f1e859}.save-slot-name{color:#f3cf78}.save-slot-detail,.save-slot-meta{font-size:12px}.save-slot-meta{color:#f4f1e8b8}.save-slot-cancel{min-height:38px}@keyframes titlePulse{0%,to{opacity:.78;transform:translate(-50%)scale(1)}50%{opacity:.95;transform:translate(-50%)scale(1.04)}}@keyframes titleCloudDrift{0%{transform:translate(-10vw)}to{transform:translate(120vw)}}@keyframes titleBirdDrift{0%{transform:translate(0)}to{transform:translate(128vw)}}@keyframes titleParallaxSlow{0%{transform:translate(-1.2%)}to{transform:translate(1.2%)}}@keyframes riverGlow{0%,to{opacity:.62;filter:brightness(.96)}50%{opacity:.82;filter:brightness(1.16)}}@keyframes titleFogDrift{0%{transform:translate(-8%)}to{transform:translate(8%)}}@keyframes fireflyDrift{0%{opacity:0;transform:translateY(18px)scale(.7)}35%{opacity:.9}70%{opacity:.5;transform:translate(18px,-22px)scale(1)}to{opacity:0;transform:translate(32px,-48px)scale(.65)}}@keyframes starTwinkle{0%,62%,to{opacity:0}72%{opacity:.8}}@keyframes crystalGlow{0%,to{opacity:.58;transform:scale(1)}50%{opacity:.92;transform:scale(1.05)}}@keyframes logoShimmer{0%,62%{transform:translate(-115%)}78%,to{transform:translate(115%)}}@keyframes selectBurst{0%{opacity:.95;transform:translate(-50%,-50%)scale(.25)}to{opacity:0;transform:translate(-50%,-50%)scale(22)}}@keyframes titleExitFade{to{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes pauseMenuIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.new-game-name-backdrop{z-index:9;background:#050605b8;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.new-game-name-box{color:#f4f1e8;background:#050605;border:2px solid #f4f1e8;gap:10px;width:min(360px,100%);padding:18px;font-family:Courier New,Consolas,monospace;display:grid}.new-game-name-box strong{color:#f1d27a}.new-game-name-box input{color:#f4f1e8;min-height:42px;font:inherit;background:#111712;border:1px solid #f4f1e8;border-radius:0;padding:8px 10px}.new-game-name-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.new-game-name-actions button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:42px;font-family:inherit}.death-transition-screen,.death-sequence-screen,.game-over-screen{z-index:10;color:#f4f1e8;background:#000000eb;place-items:center;font-family:Courier New,Consolas,monospace;display:grid;position:absolute;inset:0}.death-transition-screen{pointer-events:none;background:radial-gradient(circle at 50% 42%,#6f000029,#0000 24%),#000000e6;animation:1.7s ease-in forwards death-transition-fade;overflow:hidden}.death-transition-vignette{background:radial-gradient(circle,#0000 0 18%,#000000b8 52%,#000 82%);animation:1.7s ease-in forwards death-vignette-close;position:absolute;inset:-10%}.death-transition-text{z-index:1;color:#d8c99b;letter-spacing:.12em;text-shadow:0 0 14px #d8c99b59;font-size:clamp(36px,12vw,80px);animation:1.7s steps(3,end) forwards death-transition-pulse;position:relative}@keyframes death-transition-fade{0%{background-color:#00000038}54%{background-color:#000000db}to{background-color:#000}}@keyframes death-vignette-close{0%{opacity:.2;transform:scale(1.28)}to{opacity:1;transform:scale(.82)}}@keyframes death-transition-pulse{0%{opacity:0;transform:translateY(12px)}32%{opacity:.4}72%{opacity:1}to{opacity:0;transform:translateY(0)}}.death-sequence-screen{cursor:pointer;border:0;border-radius:0;width:100%;height:100%}.death-sequence-screen span{color:#f4f1e8;text-align:center;background:#050605;border:2px solid #f4f1e8;max-width:min(560px,100vw - 32px);padding:20px 24px;font-size:clamp(20px,5vw,34px);line-height:1.35}.game-over-box{background:#050605;border:2px solid #f4f1e8;gap:14px;width:min(420px,100vw - 32px);padding:30px;display:grid}.game-over-box h1{text-align:center;text-transform:uppercase;margin:0 0 6px;font-size:clamp(32px,9vw,52px)}.game-over-hero{color:#f4f1e8;text-align:center;line-height:1.35}.game-over-message{color:#d8c99b;text-align:center;border:1px solid #8a7049;padding:9px 10px;line-height:1.35}.game-over-box button{color:#f4f1e8;background:#050605;border:1px solid #f4f1e8;border-radius:0;min-height:46px;font-family:inherit}.fake-game-over-screen{background:radial-gradient(circle at 72% 62%,#601c742e,#0000 24%),#000000f5;animation:2.7s steps(2,end) infinite nightmare-flicker}.fake-game-over-box{color:#d9d2df;border-color:#6e6174;transform:rotate(-.4deg)}.wake-up-button{right:max(24px, env(safe-area-inset-right));bottom:calc(max(42px, env(safe-area-inset-bottom)) + 76px);z-index:11;color:#f1dec2;text-align:left;background:#150c18f0;border:1px solid #8a7049;max-width:min(320px,100vw - 48px);min-height:46px;padding:10px 14px;font-family:Courier New,Consolas,monospace;position:absolute}.nightmare-overlay{z-index:6;pointer-events:none;position:absolute;inset:0}.nightmare-overlay.ominous{background:radial-gradient(circle at 50% 35%,#0000 0 26%,#1e002c47 56%,#00000061),#2800361f;animation:2.4s ease-in-out infinite nightmare-pulse}.nightmare-overlay.ruined{background:radial-gradient(circle at 20% 70%,#c84c1e2e,#0000 18%),radial-gradient(circle at 78% 38%,#b4321829,#0000 16%),#23050854}.nightmare-overlay.premonition{background:linear-gradient(#0000009e,#0000 34%,#5f221438),#54006929;animation:.48s steps(2,end) infinite nightmare-flicker}.dream-ember{background:#d87935;width:8px;height:8px;animation:4s linear infinite ember-drift;position:absolute;box-shadow:0 0 12px #d87935}.dream-ember-a{bottom:18%;left:18%}.dream-ember-b{animation-delay:1.1s;bottom:28%;left:52%}.dream-ember-c{animation-delay:2.2s;bottom:14%;left:78%}@keyframes nightmare-pulse{0%,to{opacity:.72}50%{opacity:1}}@keyframes nightmare-flicker{0%,to{filter:brightness()}50%{filter:brightness(.78)contrast(1.15)}}@keyframes ember-drift{0%{opacity:0;transform:translateY(0)scale(.7)}12%{opacity:1}to{opacity:0;transform:translateY(-180px)translate(30px)scale(.2)}}.save-toast{z-index:9;color:#f4f1e8;background:#050605eb;border:1px solid #f4f1e8;padding:10px 14px;font-family:Courier New,Consolas,monospace;position:absolute;top:108px;right:16px}.editor-page{background:#17211a;grid-template-columns:280px minmax(0,1fr);width:100%;height:100%;display:grid}.editor-panel{background:#1c2720;border-right:1px solid #314038;flex-direction:column;gap:14px;min-width:0;max-height:100vh;padding:16px;display:flex;overflow:hidden auto}.editor-sidebar-jump-nav{z-index:8;background:#17211af5;border-bottom:1px solid #314038;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin:-16px -16px 0;padding:6px 8px;display:grid;position:sticky;top:0;box-shadow:0 4px #0000002e}.editor-sidebar-jump-nav button{color:#f4f1e8;background:#1f2d25;border-color:#526055;min-height:28px;padding:4px 6px;font-size:12px;line-height:1}.editor-sidebar-section{scroll-margin-top:50px}.editor-panel-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;display:grid}.editor-status{color:#d8c99b;min-width:0;font-size:13px;line-height:1.25}.tileset,.debug-toggle,.editor-actions,.map-controls,.map-name-field,.map-size-panel,.editor-dev-panel,.audio-settings,.tool-tabs,.transition-tool{gap:8px;display:grid}.map-size-panel{background:#17211a;border:1px solid #314038;border-radius:6px;padding:10px}.editor-dev-panel{color:#d8c99b;background:#17211a;border:1px solid #314038;border-radius:6px;padding:10px;font-size:12px;line-height:1.35}.editor-dev-panel strong{color:#f4f1e8}.editor-inspector{color:#d8c99b;background:#101713;border:1px solid #526055;border-radius:6px;gap:5px;padding:10px;font-size:13px;line-height:1.35;display:grid}.editor-inspector strong,.editor-inspector .inspector-title{color:#f4f1e8}.editor-inspector .inspector-kind{color:#a8d8ff;text-transform:uppercase;border:1px solid #526055;border-radius:999px;justify-self:start;padding:1px 6px;font-size:11px}.map-size-panel strong{font-size:13px}.map-size-panel label{color:#d8c99b;gap:4px;font-size:13px;display:grid}.map-size-readout,.map-size-grid{grid-template-columns:1fr 1fr;align-items:end;gap:6px;display:grid}.map-size-readout{color:#d8c99b;font-size:12px}.editor-minimap{background-color:#101713;background-image:linear-gradient(90deg,#f4f1e814 1px,#0000 1px),linear-gradient(#f4f1e814 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #526055;border-radius:4px;height:86px;position:relative;overflow:hidden}.editor-minimap-viewport{background:#f4f1e81f;border:1px solid #f4f1e8;position:absolute}.editor-minimap-start{background:#d8b85a;border:1px solid #050605;border-radius:999px;width:7px;height:7px;position:absolute;transform:translate(-50%,-50%)}.audio-settings{background:#17211a;border:1px solid #314038;border-radius:6px;padding:10px}.audio-settings strong{color:#f4f1e8;font-size:13px}.audio-settings label{color:#d8c99b;gap:4px;font-size:13px;display:grid}.audio-row{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}.map-controls{grid-template-columns:1fr;align-items:stretch}.map-control-grid,.map-template-panel{gap:8px;min-width:0;display:grid}.map-control-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.map-template-panel{background:#17211a;border:1px solid #314038;border-radius:6px;padding:10px}.map-controls label{color:#d8c99b;gap:4px;min-width:0;font-size:12px;display:grid}.map-controls select,.map-controls button{width:100%;min-width:0}.map-template-description{color:#d8c99b;font-size:12px;line-height:1.35}.map-template-add-button{min-height:38px}.tool-tabs{grid-template-columns:repeat(3,1fr)}.tool-tabs.compact{grid-template-columns:1fr 1fr}.tool-tabs .selected{background:#3b4c40;border-color:#f4f1e8}select,input{color:#f4f1e8;min-width:0;min-height:36px;font:inherit;background:#121a15;border:1px solid #526055;border-radius:6px;padding:0 10px}.transition-tool label{color:#d8c99b;gap:4px;font-size:13px;display:grid}.map-name-field{color:#d8c99b;font-size:13px}.transition-selection{color:#d8c99b;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:8px;min-height:32px;font-size:13px;display:grid}.npc-editor-card{background:#17211a;border:1px solid #314038;border-radius:6px;gap:6px;padding:8px;display:grid}.npc-editor-card label{color:#d8c99b;gap:4px;display:grid}.npc-editor-card-header{grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.npc-editor-card-header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.npc-editor-delete-button{color:#f4d3cc;background:#3a1f1b;border-color:#7a3c35;width:28px;min-height:28px;padding:0;font-weight:700}.object-tool-panel{flex-shrink:0;min-width:0;overflow:hidden visible}.npc-tool-panel{flex-shrink:0;min-width:0;max-width:100%;overflow:hidden visible}.npc-tool-panel .map-size-grid{grid-template-columns:minmax(0,1fr);min-width:0}.npc-tool-panel label,.npc-tool-panel input,.npc-tool-panel select,.npc-tool-panel textarea,.npc-tool-panel button{min-width:0;max-width:100%}.npc-tool-panel input,.npc-tool-panel select,.npc-tool-panel textarea{width:100%}.npc-tool-panel .editor-muted-line{overflow-wrap:anywhere;word-break:break-word;min-width:0}.npc-tool-panel input[type=checkbox],.npc-tool-panel input[type=color]{width:auto}.editor-color-swatch-input{appearance:none;cursor:pointer;background:#101713;border:1px solid #526055;border-radius:6px;height:34px;padding:3px;width:34px!important}.editor-color-swatch-input::-webkit-color-swatch-wrapper{padding:0}.editor-color-swatch-input::-webkit-color-swatch{border:0;border-radius:3px}.editor-color-swatch-input::-moz-color-swatch{border:0;border-radius:3px}.npc-tool-panel .compact-actions{grid-template-columns:1fr}.object-tool-panel .map-size-grid{grid-template-columns:minmax(0,1fr);min-width:0}.object-tool-panel label,.object-tool-panel input,.object-tool-panel select,.object-tool-panel textarea{width:100%;min-width:0;max-width:100%}.object-tool-panel textarea{color:#f4f1e8;width:100%;font:inherit;resize:vertical;background:#121a15;border:1px solid #526055;border-radius:6px;padding:8px;display:block}.object-tool-panel .compact-actions{grid-template-columns:1fr}.transition-selection strong{color:#f4f1e8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.unsaved-hint{color:#f4f1e8;background:#8a704947;border:1px solid #8a7049;border-radius:6px;padding:8px 10px;font-size:12px;line-height:1.3}.transition-list{gap:8px;max-height:220px;padding-right:2px;display:grid;overflow:auto}.empty-transitions{color:#d8c99b;background:#121a15;border:1px solid #314038;border-radius:6px;padding:10px;font-size:13px}.transition-card{background:#121a15;border:1px solid #314038;border-radius:6px;gap:6px;padding:8px;display:grid}.transition-card>button{text-align:left;background:0 0;border:0;gap:4px;min-height:0;padding:0;display:grid}.transition-card>button:hover{background:0 0}.transition-card strong,.transition-card span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.transition-card strong{color:#f4f1e8;font-size:13px}.transition-card span{color:#d8c99b;font-size:12px}.transition-card-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.transition-card-actions button{min-height:30px;font-size:12px}.npc-list{color:#d8c99b;border:1px solid #314038;border-radius:4px;gap:5px;padding:8px;font-size:12px;display:grid}.npc-list span{color:#f4f1e8}.debug-toggle{color:#e8e1cd;grid-template-columns:auto minmax(0,1fr);align-items:center;font-size:14px}.debug-toggle input{width:16px;height:16px;margin:0}.tile-swatch{text-align:left;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:6px 10px;display:grid}.tile-swatch.selected{background:#3b4c40;border-color:#f4f1e8}.tile-group{background:#121a15;border:1px solid #314038;border-radius:6px;gap:5px;padding:8px;display:grid}.tile-group strong{color:#f4f1e8;font-size:12px}.tile-chip{width:28px;height:28px;image-rendering:pixelated;border:1px solid #526055;display:block}.editor-actions input{display:none}.json-preview{color:#e8e1cd;resize:none;background:#121a15;border:1px solid #314038;border-radius:6px;width:100%;min-width:0;min-height:180px;padding:10px;font:12px/1.4 Consolas,Liberation Mono,monospace}.map-json-import-panel{gap:10px}.json-import-input{color:#e8e1cd;resize:vertical;background:#121a15;border:1px solid #314038;border-radius:6px;width:100%;min-width:0;min-height:180px;padding:10px;font:12px/1.4 Consolas,Liberation Mono,monospace}.map-json-import-status{color:#d8c99b;line-height:1.35}.editor-canvas-wrap{min-width:0;min-height:0;position:relative}.editor-canvas-inner-flat{width:100%;min-width:0;height:100%;min-height:0;position:relative}.editor-transition-workspace{background:#101713;grid-template-columns:minmax(0,1fr) minmax(280px,42%);gap:10px;min-width:0;min-height:0;padding:10px;display:grid}.editor-source-map-pane,.editor-target-map-pane{background:#111813;border:1px solid #314038;border-radius:6px;min-width:0;min-height:0;position:relative;overflow:hidden}.editor-target-map-pane{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.editor-map-pane-label{z-index:4;color:#f4f1e8;pointer-events:none;background:#050605d1;border:1px solid #526055;border-radius:4px;align-items:center;gap:8px;max-width:calc(100% - 16px);padding:5px 8px;font:12px/1.2 Courier New,Consolas,monospace;display:flex;position:absolute;top:8px;left:8px}.editor-map-pane-label span{color:#d8c99b;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.transition-target-preview{min-width:0;min-height:0;padding:42px 10px 10px;overflow:auto}.transition-target-canvas{image-rendering:crisp-edges;cursor:crosshair;display:block}.transition-target-empty{color:#d8c99b;text-align:center;place-items:center;min-height:180px;padding:18px;display:grid}.transition-target-help{color:#d8c99b;background:#17211a;border-top:1px solid #314038;padding:7px 10px;font-size:12px;line-height:1.3}.editor-canvas{width:100%;height:100%;image-rendering:crisp-edges;cursor:crosshair;outline:none;display:block}.editor-context-menu{z-index:50;background:#121a15f5;border:1px solid #6f7b70;border-radius:6px;gap:4px;min-width:164px;padding:8px;display:grid;position:fixed;box-shadow:0 12px 32px #0000006b}.editor-context-menu strong{color:#d8c99b;padding:2px 4px 5px;font-size:12px}.editor-context-menu button{text-align:left;min-height:30px;padding:4px 8px;font-size:13px}@media (width<=720px){.shop-editor-page{padding:8px 8px calc(96px + env(safe-area-inset-bottom))}.shop-editor-toolbar{grid-template-columns:1fr 1fr;position:static}.shop-editor-toolbar strong,.shop-editor-toolbar span{grid-column:1/-1}.shop-editor-layout,.shop-editor-details-grid,.shop-editor-section-heading,.monster-editor-json-grid{grid-template-columns:1fr}.shop-editor-sidebar{max-height:none;position:static}.shop-editor-list{max-height:240px}.shop-editor-open-times{grid-template-columns:1fr 1fr}.shop-inventory-table{max-height:58vh}.tile-map-page.has-status-hud{--game-hud-space:176px}button{min-height:44px}.battle-screen{min-height:100dvh;padding:max(12px, env(safe-area-inset-top)) 14px max(12px, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;grid-template-rows:minmax(0,1fr) auto;gap:10px;overflow-y:auto}.monster-stage{align-content:start;gap:5px;min-height:auto;padding-top:4px}.battle-field{grid-template-rows:minmax(0,auto) auto;place-items:end center;gap:8px;width:100%}.hero-side{gap:5px;width:100%}.battle-party-formation{gap:6px}.battle-party-slot{gap:2px;width:min(118px,31vw)}.battle-party-sprite-wrap{min-height:82px}.hero-battle-sprite{width:54px;height:78px}.hero-shadow{width:38px;bottom:5px;left:8px}.hero-battle-head{width:24px;height:21px;top:6px;left:15px}.hero-battle-hair{width:28px;height:8px}.hero-battle-eye{width:3px;height:4px;top:10px}.hero-battle-body{width:30px;height:32px;top:27px;left:13px}.hero-battle-armor{width:32px;height:24px;top:31px;left:12px}.hero-battle-sprite.armor-steelArmor .hero-battle-armor{width:37px;height:27px;top:29px;left:9px;box-shadow:inset 0 4px #eef8ff,inset 0 -8px #263a49,inset 9px 0 #7897aa,inset -9px 0 #415c6d,0 0 0 2px #1e2b34}.hero-battle-sprite.armor-steelArmor .hero-battle-armor:before{width:6px;height:17px;top:4px;left:15px;box-shadow:-10px 7px 0 -2px #d9edf7,10px 7px 0 -2px #d9edf7,0 12px 0 5px #2d4657}.hero-battle-sprite.armor-steelArmor .hero-battle-armor:after{width:19px;height:7px;top:21px;left:9px}.hero-battle-leg{width:10px;height:16px;top:58px}.hero-battle-leg.left{left:19px}.hero-battle-leg.right{left:32px}.hero-battle-boot{width:11px;height:6px;top:69px}.hero-battle-boot.left{left:18px}.hero-battle-boot.right{left:31px}.hero-battle-helmet{width:27px;height:15px;top:4px;left:14px}.hero-battle-sprite.helmet-ironHelm .hero-battle-helmet:before{width:6px;height:10px;top:13px;box-shadow:19px 0 #687174}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet{width:31px;height:18px;top:3px;left:12px}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet:after{height:3px;bottom:6px;left:6px;right:6px}.hero-battle-sprite.armor-steelArmor.helmet-ironHelm .hero-battle-helmet:before{width:7px;height:10px;top:13px;box-shadow:23px 0 #50697a,14px -1px 0 -3px #e7f6ff}.hero-battle-sprite.helmet-sageCirclet .hero-battle-helmet{height:8px;top:6px}.hero-battle-sprite.helmet-sageCirclet .hero-battle-helmet:after{width:5px;height:5px;left:11px}.hero-battle-shield{width:16px;height:21px;top:36px;left:4px}.hero-battle-weapon{width:6px;height:43px;top:27px;right:1px}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon{width:5px;height:34px;top:22px;box-shadow:0 0 0 2px #4d5454}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon:before,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon:before,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon:before{width:17px;height:5px;top:29px;left:-6px}.hero-battle-sprite.weapon-copperSword .hero-battle-weapon:after,.hero-battle-sprite.weapon-ironSword .hero-battle-weapon:after,.hero-battle-sprite.weapon-steelSword .hero-battle-weapon:after{width:7px;height:11px;top:34px}.hero-head{width:22px;height:18px;top:6px;left:16px}.hero-body{width:28px;height:34px;top:25px;left:13px}.hero-weapon{width:6px;height:42px;top:24px;right:4px}.hero-name{min-width:70px;padding:3px 7px;font-size:13px}.battle-party-card{gap:2px;padding:4px 5px}.battle-party-card strong{text-overflow:ellipsis;font-size:10px;overflow:hidden}.battle-party-card .status-meter{grid-template-columns:1fr;gap:1px;font-size:9px}.battle-party-card .status-meter-track{height:8px}.enemy-side{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:6px 8px}.monster-count-1 .enemy-side{grid-template-columns:minmax(104px,142px)}.monster-count-2 .enemy-side{grid-template-columns:repeat(2,minmax(92px,1fr))}.monster-count-3 .enemy-side{grid-template-columns:repeat(3,minmax(82px,1fr))}.monster-count-4 .enemy-side{grid-template-columns:repeat(2,minmax(92px,1fr))}.boss-battle-screen .enemy-side{grid-template-columns:minmax(140px,190px)}.monster-sprite{width:min(118px,20dvh);height:min(118px,20dvh)}.boss-battle-screen .monster-sprite{width:min(154px,24dvh);height:min(154px,24dvh)}.boss-battle-screen .monster-caveGuardian,.boss-battle-screen .monster-nightmareGuardian{width:min(144px,23dvh);height:min(144px,23dvh)}.monster-level-badge{padding:2px 4px;font-size:9px;top:4px;right:calc(50% - 46px)}.monster-variant-badge+.monster-level-badge{top:22px}.monster-name,.monster-hp{min-width:min(116px,34vw);padding:4px 10px;font-size:12px;line-height:1.15}.enemy-resource-bars{width:min(108px,30vw);padding:4px 6px}.enemy-resource-bars .status-meter span{text-align:left;text-overflow:ellipsis;overflow:hidden}.battle-bottom{grid-template-columns:1fr;gap:8px;min-height:0}.battle-message{-webkit-overflow-scrolling:touch;min-height:84px;max-height:min(170px,22dvh);padding:10px 12px}.battle-commands button,.field-menu-box button,.item-menu button,.field-message-box button,.dialogue-box button,.title-box button,.title-menu button,.pause-menu-options button{min-height:48px}.battle-hotkey{display:none}.field-menu{justify-items:stretch;padding:54px 16px 150px}.field-menu-box,.field-menu-box.wide{justify-self:end;width:min(320px,100%)}.pause-menu-panel{place-self:center;width:min(340px,100%)}.cinematic-title-screen .title-ui{padding-top:max(20px, env(safe-area-inset-top));align-content:start}.cinematic-title-screen .title-party{bottom:4%;transform:scale(.86)}.equipment-panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 228px);padding-bottom:16px;overflow-y:auto}.inventory-menu{max-height:calc(100dvh - 230px)}.equipped-grid{grid-template-columns:1fr}.inventory-entry-main{align-items:flex-start}.debug-save-button,.debug-load-button,.debug-delete-save-button,.debug-controls,.debug-xp-button,.debug-gold-button,.debug-balance-button,.debug-encounter-toggle,.debug-time-button,.debug-death-button,.debug-complete-guardian-button,.debug-prep-sigil-button,.debug-cutscene-button,.debug-procedural-button,.debug-export-generated-button,.debug-darkness-button,.mute-button,.menu-save-game-button{display:none}.mobile-save-actions{gap:8px;display:grid}.field-message-box,.dialogue-box,.choice-prompt-box{bottom:148px}.dialogue-box.has-portrait{grid-template-columns:64px minmax(0,1fr);gap:8px;max-width:calc(100vw - 32px);padding:12px;font-size:15px}.dialogue-box.portrait-right{grid-template-columns:minmax(0,1fr) 64px}.dialogue-box.nightmare-dialogue-box.has-portrait{grid-template-columns:68px minmax(0,1fr);width:min(520px,100vw - 24px);min-height:128px;font-size:clamp(18px,5vw,26px)}.dialogue-box.nightmare-dialogue-box.portrait-right{grid-template-columns:minmax(0,1fr) 68px}.dialogue-portrait{width:64px}.nightmare-dialogue-box .dialogue-portrait{width:68px}.dialogue-content{gap:8px}.inn-menu,.shop-menu{padding:54px 16px 150px}.shop-menu-box{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 228px);padding-bottom:16px;overflow-y:auto}.level-up-interstitial{width:min(360px,100vw - 24px);max-height:calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;padding:14px;position:fixed;top:50%;overflow-y:auto}.level-up-burst{font-size:22px}.level-up-lines{gap:3px;font-size:13px}.level-up-interstitial button{min-height:44px}.battle-result-level-up{width:100%;max-height:none;padding:12px;position:static;overflow:visible;transform:none}.help-popups{top:64px}.status-hud{left:max(8px, env(safe-area-inset-left));right:max(8px, env(safe-area-inset-right));bottom:max(8px, env(safe-area-inset-bottom));grid-template-columns:1fr;gap:6px;min-height:0;padding:8px 10px;font-size:12px}.status-hud-hero{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.status-hero-line{flex:none;gap:6px}.gold-chip{font-size:12px}.status-hud-hero strong,.status-time,.status-weather,.status-light{white-space:nowrap;min-width:0}.status-time,.status-weather,.status-light{text-overflow:ellipsis;font-size:11px;overflow:hidden}.status-bars{gap:4px}.status-meter{grid-template-columns:68px minmax(0,1fr);gap:6px}.status-meter span{white-space:nowrap}.status-meter-track{min-width:0}.enemy-resource-bars .status-meter{grid-template-columns:1fr;gap:2px;font-size:10px}.enemy-resource-bars .status-meter-track{height:9px}.xp-meter-label,.xp-meter-next{display:none}.status-actions{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.status-actions button{min-width:0;min-height:44px;padding:0 8px}.objective-tracker{top:max(8px, env(safe-area-inset-top));bottom:auto;left:max(8px, env(safe-area-inset-left));max-width:min(58vw,330px);padding:6px 8px;font-size:11px;right:auto}.objective-tracker span{display:none}.objective-tracker strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.build-version{top:max(8px, env(safe-area-inset-top));right:max(8px, env(safe-area-inset-right));opacity:.72;max-width:min(34vw,150px);padding:2px 5px;font-size:10px;bottom:auto}.editor-page{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.editor-panel{border-bottom:1px solid #314038;border-right:0;max-height:42vh}.editor-transition-workspace{grid-template-rows:minmax(240px,1fr) minmax(220px,.85fr);grid-template-columns:1fr;padding:8px}.json-preview{display:none}}@media (width<=920px) and (orientation:landscape){.battle-screen{padding:max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(160px,.82fr) minmax(300px,1.18fr);gap:10px;overflow:hidden}.monster-stage{align-content:center;min-height:0;overflow:hidden}.battle-field{grid-template-rows:minmax(0,auto) auto;place-items:end center;gap:8px;width:100%}.hero-side{gap:5px;width:100%}.battle-party-formation{gap:6px}.battle-party-slot{width:min(112px,30vw)}.battle-party-sprite-wrap{min-height:80px}.battle-party-card{gap:2px;padding:4px 5px}.battle-party-card strong{text-overflow:ellipsis;font-size:10px;overflow:hidden}.battle-party-card .status-meter{grid-template-columns:1fr;gap:1px;font-size:9px}.battle-party-card .status-meter-track{height:8px}.enemy-side{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:6px 8px}.monster-count-1 .enemy-side{grid-template-columns:minmax(120px,160px)}.monster-count-2 .enemy-side{grid-template-columns:repeat(2,minmax(104px,1fr))}.monster-count-3 .enemy-side{grid-template-columns:repeat(3,minmax(90px,1fr))}.monster-count-4 .enemy-side{grid-template-columns:repeat(2,minmax(104px,1fr))}.boss-battle-screen .enemy-side{grid-template-columns:minmax(150px,210px)}.monster-sprite{width:min(120px,30vh);height:min(120px,30vh)}.boss-battle-screen .monster-sprite{width:min(160px,38vh);height:min(160px,38vh)}.boss-battle-screen .monster-caveGuardian,.boss-battle-screen .monster-nightmareGuardian{width:min(150px,36vh);height:min(150px,36vh)}.monster-name,.monster-hp{min-width:min(112px,22vw);font-size:12px}.enemy-resource-bars{width:min(112px,22vw)}.enemy-resource-bars .status-meter{grid-template-columns:1fr;gap:2px;font-size:10px}.enemy-resource-bars .status-meter span{text-align:left;text-overflow:ellipsis;overflow:hidden}.enemy-resource-bars .status-meter-track{height:9px}.battle-bottom{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(150px,.75fr) minmax(180px,1fr);align-self:stretch;gap:8px;min-height:0;overflow:hidden}.battle-commands{grid-template-columns:repeat(auto-fit,minmax(68px,1fr))}.battle-commands button{min-height:42px}.battle-message{min-height:0;font-size:14px;overflow-y:auto}}@media (pointer:coarse),(hover:none){.touch-controls{display:flex}}.cutscene-mode-link{top:58px}.balance-mode-link{top:100px}.cutscene-editor-page{color:#f3f0df;background:#101810;flex-direction:column;height:100vh;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex;overflow:hidden}.cutscene-editor-header,.cutscene-editor-status{background:#000000b8;border:2px solid #d7d0b6;flex:none;align-items:center;gap:8px;padding:10px;display:flex}.cutscene-editor-header{z-index:5;flex-wrap:wrap;position:sticky;top:0}.cutscene-editor-status{margin-top:12px}.cutscene-editor-header .mode-link.static{position:static}.cutscene-editor-grid{flex:1;grid-template-columns:minmax(210px,.85fr) minmax(340px,1.45fr) minmax(330px,1.15fr);gap:12px;min-height:0;margin-top:12px;display:grid}.cutscene-list-panel,.cutscene-steps-panel,.cutscene-step-editor-panel{background:#000000ad;border:2px solid #d7d0b6;min-height:0;padding:10px;overflow:auto}.cutscene-panel-title{color:#ffdf7c;margin-bottom:8px;font-weight:700}.cutscene-list-actions,.cutscene-step-actions,.cutscene-preview-controls{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.cutscene-editor-page button,.cutscene-editor-page input,.cutscene-editor-page select,.cutscene-editor-page textarea{color:#f3f0df;font:inherit;background:#17251c;border:1px solid #d7d0b6}.cutscene-editor-page button{cursor:pointer;padding:7px 10px}.cutscene-editor-page button:disabled{cursor:not-allowed;opacity:.45}.quest-editor-page .cutscene-step-form textarea{min-height:72px}.quest-editor-page .cutscene-raw-json{min-height:180px}.cutscene-list,.cutscene-step-list{gap:6px;display:grid}.cutscene-list button,.cutscene-step-list button{text-align:left;justify-items:start;gap:3px;display:grid}.cutscene-list button.selected,.cutscene-step-list button.selected{background:#35452b;outline:2px solid #ffdf7c}.cutscene-step-list button{grid-template-columns:34px 1fr}.cutscene-step-form{gap:8px;display:grid}.cutscene-step-form label,.cutscene-steps-panel label{gap:4px;font-size:13px;display:grid}.cutscene-step-form input,.cutscene-step-form select,.cutscene-step-form textarea,.cutscene-steps-panel input,.cutscene-steps-panel select{box-sizing:border-box;width:100%;padding:7px}.cutscene-step-form textarea{resize:vertical;min-height:84px}.cutscene-step-form .cutscene-raw-json{min-height:190px;font-size:12px}.cutscene-validation{background:#1a2a1fcc;border:1px solid #82947c;margin-top:12px;padding:8px;font-size:12px}.cutscene-validation.has-errors{color:#ffdede;border-color:#ff7979}.cutscene-preview-log{background:#0000008a;border:1px solid #82947c;gap:3px;max-height:260px;margin-top:8px;padding:8px;font-size:12px;display:grid;overflow-y:auto}@media (width<=960px){.cutscene-editor-grid{grid-template-columns:1fr}.cutscene-list-panel,.cutscene-steps-panel,.cutscene-step-editor-panel{min-height:auto}}
