@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;background:#f5f3ef;font-family:ヒラギノ明朝 ProN,Hiragino Mincho ProN,Yu Mincho,游明朝,serif;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overflow:hidden}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.button{font-family:VT323,monospace;font-size:32px;padding:16px 40px;background:#8b2942;color:#f5f0e1;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.1em}.button:hover{background:#a33a55}.button:active{background:#6b1f32}.enter-button{position:absolute;z-index:100}.curtain-container{position:relative;width:100%;aspect-ratio:16/9;max-height:80vh;overflow:hidden}.curtain-bottom,.curtain-top{position:absolute;left:0;right:0;height:50%;background:#f5f3ef;z-index:10;transition:transform 1s ease-in-out}.curtain-top{top:0;border-bottom:1px solid #2d2d2d}.curtain-bottom{bottom:0;border-top:1px solid #2d2d2d}.curtain-container.opening .curtain-top{transform:translateY(-100%)}.curtain-container.opening .curtain-bottom{transform:translateY(100%)}.game-preview{position:absolute;top:0;left:0;right:0;bottom:0}.control-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.game-area{position:relative;width:100%;aspect-ratio:16/9;max-height:80vh;border-top:1px solid #2d2d2d;border-bottom:1px solid #2d2d2d;-webkit-touch-callout:none;touch-action:none}.game-area,.game-area *{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.game-area *{pointer-events:none}.game-area .intro-dialog-overlay,.game-area .intro-dialog-overlay *,.game-area .revive-overlay,.game-area .revive-overlay *,.game-area .target-lock-btn,.game-area .target-marker,.game-area .tutorial-overlay,.game-area .tutorial-overlay *,.game-area .victory-overlay,.game-area .victory-overlay *{pointer-events:auto}.background-frame{overflow:hidden}.background-frame,.background-layer{position:absolute;top:0;left:0;right:0;bottom:0}.character-area{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:3}.clock{position:absolute;top:10px;right:10px;z-index:20;pointer-events:none}.clock img{width:120px;height:120px;object-fit:contain}.health{position:absolute;top:0;left:10px;z-index:20;pointer-events:none}.health img{width:260px;height:auto;object-fit:contain}.health-number{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);font-family:VT323,Courier New,monospace;font-size:30px;white-space:nowrap;image-rendering:pixelated;-webkit-font-smoothing:none}.health-number .hp-current{color:#ff6b6b}.health-number .hp-separator{color:#fff;margin:0 2px}.health-number .hp-max{color:#ffd93d}.health.flash img{animation:healthFlash .1s ease-in-out 4}@keyframes healthFlash{0%,to{filter:brightness(1);opacity:1}50%{filter:brightness(2.5) saturate(0);opacity:.5}}.target-marker{position:absolute;transform:translate(-50%,-50%);z-index:15;color:#d14555;pointer-events:auto;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.target-marker svg{width:32px;height:32px}.target-marker.locked{color:#22c55e}.target-marker.locked svg{filter:drop-shadow(0 0 8px rgba(34,197,94,.7))}.target-lock-btn{position:absolute;top:40px;left:50%;transform:translateX(-50%);background:#c13a4a;border:none;padding:6px 12px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;image-rendering:pixelated}.target-lock-btn:active{background:#a82a3a}.lock-btn-text{font-family:VT323,monospace;font-size:22px;color:#fff;image-rendering:pixelated;-webkit-font-smoothing:none}@media (max-width:1024px) and (orientation:landscape){.target-marker svg{width:20px;height:20px}.target-lock-btn{top:24px;padding:3px 8px}.lock-btn-text{font-size:36px}}.revive-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:50;pointer-events:auto}.revive-btn{background:#c13a4a;border:none;padding:20px 40px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;image-rendering:pixelated}.revive-btn:active{background:#a82a3a}.revive-btn-text{font-size:40px;color:#fff}.revive-btn-text,.revive-count{font-family:VT323,monospace;image-rendering:pixelated;-webkit-font-smoothing:none}.revive-count{font-size:26px;color:#ffd93d}@media (max-width:1024px) and (orientation:landscape){.revive-overlay{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);gap:8px}.revive-btn{padding:12px 24px}.revive-btn-text{font-size:26px}.revive-count{font-size:40px}}.victory-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(10,10,25,.9);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;z-index:100;pointer-events:auto;padding-bottom:20px}.victory-conversation{display:flex;align-items:flex-end;gap:20px;padding:20px;max-width:90%}.victory-speaker-left,.victory-speaker-right{flex-shrink:0;width:120px;min-height:160px;display:flex;align-items:flex-end;justify-content:center}.victory-character{display:flex;flex-direction:column;align-items:center;gap:8px}.victory-character img{width:180px;height:auto;image-rendering:pixelated}.victory-character-name{font-family:VT323,monospace;font-size:22px;color:#c9a66b;text-transform:uppercase}.victory-dialog-center{display:flex;flex-direction:column;gap:12px;align-items:center;flex-grow:1}.victory-dialog-box{background:#1a1a2e;padding:18px 22px;min-width:280px;max-width:400px}.victory-dialog-text{font-family:VT323,monospace;font-size:26px;line-height:2;color:#f5f0e1;margin:0;min-height:60px}.victory-dialog-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.victory-dialog-button{font-family:VT323,monospace;font-size:24px;padding:10px 24px;background:#8b2942;color:#f5f0e1;border:none;cursor:pointer;text-transform:uppercase}.victory-dialog-button:hover{background:#a33a55}.victory-dialog-button:active{background:#6b1f32}.victory-dialog-progress{display:flex;gap:6px}.victory-dialog-dot{width:6px;height:6px;background:#444;border-radius:50%;transition:background .3s ease}.victory-dialog-dot.active{background:#c9a66b}.victory-chests{display:flex;flex-direction:column;align-items:center;gap:20px;padding-bottom:10px}.victory-chests-title{font-family:VT323,monospace;font-size:36px;color:#c9a66b;text-transform:uppercase;margin:0}.victory-chests-row{display:flex;gap:20px;justify-content:center}.victory-chest{background:none;border:none;padding:8px;cursor:pointer;transition:transform .2s ease}.victory-chest:hover:not(.disabled){transform:scale(1.1)}.victory-chest.disabled{opacity:.4;cursor:default}.victory-chest.opened{animation:chestGlow .5s ease-in-out infinite alternate}@keyframes chestGlow{0%{filter:brightness(1) drop-shadow(0 0 8px #c9a66b)}to{filter:brightness(1.2) drop-shadow(0 0 16px #ffdd88)}}.victory-chest img{width:160px;height:auto;image-rendering:pixelated}.victory-chest.hidden{visibility:hidden;pointer-events:none}.victory-chest.empty-chest{opacity:.5}.victory-uyen-reveal{display:flex;flex-direction:column;align-items:center;gap:30px;padding-bottom:20px}.victory-chests-row.reveal-row{display:flex;gap:30px;justify-content:center;align-items:flex-end}.victory-chest-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.victory-chest-wrapper.uyen-chest{transform:scale(1.1)}.uyen-photo-container{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:-20px;z-index:10;animation:uyenFloat 2s ease-in-out infinite}@keyframes uyenFloat{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.uyen-photo{width:180px;height:180px;object-fit:cover;border-radius:50%;border:none}.uyen-message-box{margin-top:20px}.uyen-final-reveal{justify-content:center}.uyen-final-reveal,.uyen-reveal-content{display:flex;flex-direction:column;align-items:center;gap:30px}.uyen-photo-large-container{animation:uyenFloatLarge 3s ease-in-out infinite}@keyframes uyenFloatLarge{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.uyen-photo-large{width:220px;height:220px;object-fit:cover;border-radius:50%;border:none}.uyen-photo-large-container{position:relative}.uyen-speech-bubble{position:absolute;top:-10px;right:-120px;background:#1a1a2e;border-radius:4px;padding:10px 16px;font-family:VT323,monospace;font-size:24px;color:#f5f0e1;white-space:nowrap;animation:bubbleBounce 2s ease-in-out infinite}.uyen-speech-bubble:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);border:8px solid transparent;border-right-color:#1a1a2e}@keyframes bubbleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.uyen-final-reveal .uyen-message-box{margin-top:0}.victory-chests.with-dialog{display:flex;flex-direction:column;align-items:center;gap:30px}.chest-message-box{margin-top:10px}@media (max-width:1024px) and (orientation:landscape){.uyen-photo-large{width:160px;height:160px}.uyen-reveal-content{gap:20px}}.victory-chests.revealing{min-height:300px}@media (max-width:1024px) and (orientation:landscape){.victory-uyen-reveal{gap:20px;padding-bottom:10px}.victory-chests-row.reveal-row{gap:16px}.uyen-photo{width:120px;height:120px}.uyen-photo-container{margin-bottom:-15px}}.victory-final{display:flex;align-items:flex-end;gap:24px}.victory-final-character{display:flex;flex-direction:column;align-items:center;gap:8px}.victory-final-character img{width:200px;height:auto;image-rendering:pixelated}.victory-final-content{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.victory-hug-buttons{display:flex;gap:20px;justify-content:center;width:100%}.victory-hug-buttons .yes-left,.victory-hug-buttons .yes-right{min-width:80px}@media (max-width:1024px) and (orientation:landscape){.victory-hug-buttons{gap:12px}.victory-hug-buttons .yes-left,.victory-hug-buttons .yes-right{min-width:60px}.victory-final{gap:16px}.victory-final-character img{width:140px}.victory-chests{gap:16px}.victory-chests-title{font-size:26px}.victory-chests-row{gap:12px}.victory-chest{padding:4px}.victory-chest img{width:100px}.victory-conversation{gap:12px;padding:12px}.victory-speaker-left,.victory-speaker-right{width:80px;min-height:100px}.victory-character img{width:120px}.victory-character-name{font-size:40px}.victory-dialog-box{padding:12px 16px;min-width:200px;max-width:280px}.victory-dialog-text{font-size:44px;min-height:45px}.victory-dialog-button{font-size:44px;padding:8px 16px}.victory-dialog-dot{width:5px;height:5px}}.arrow{position:absolute;z-index:15;pointer-events:none}.character{position:relative;transition:transform .1s ease}.character.hurt{animation:hurtFlash .1s ease-in-out 3}.character.die{animation:dieFlash .15s ease-in-out 4 forwards;filter:brightness(.7) sepia(.6) saturate(4) hue-rotate(-20deg)}@keyframes dieFlash{0%,to{filter:brightness(1) sepia(.5) saturate(3) hue-rotate(-30deg);opacity:1}25%{filter:brightness(2.5) saturate(0);opacity:.3}50%{filter:brightness(1) sepia(.5) saturate(3) hue-rotate(-30deg);opacity:1}75%{filter:brightness(2) saturate(0);opacity:.5}}@keyframes hurtFlash{0%,to{filter:brightness(1);opacity:1}25%{filter:brightness(2.5) saturate(0);opacity:.3}50%{filter:brightness(1);opacity:1}75%{filter:brightness(2) saturate(0);opacity:.5}}.character:after{content:"";position:absolute;bottom:22%;left:50%;transform:translateX(-50%);width:60%;height:10px;background:radial-gradient(ellipse at center,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 40%,transparent 70%);border-radius:50%;z-index:-1}.character.die:after{display:none}.monster .sprite img{width:7vw;max-width:80px;min-width:50px}.monster.hurt{animation:hurtFlash .15s ease-in-out 4}.monster.die{animation:dieFlash .15s ease-in-out 4 forwards;filter:brightness(.7) sepia(.6) saturate(4) hue-rotate(-20deg)}.monster-health{position:absolute;top:-50px;left:50%;transform:translateX(-30%);z-index:10;pointer-events:none}.monster-health img{width:120px;height:auto;filter:hue-rotate(90deg) saturate(1.2)}.monster-hp-text{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);font-family:VT323,Courier New,monospace;font-size:22px;white-space:nowrap;image-rendering:pixelated;-webkit-font-smoothing:none}.monster-hp-current{color:#4ecdc4}.monster-hp-separator{color:#fff;margin:0 1px}.monster-hp-max{color:#0f8}.monster.die .monster-health,.monster.hurt .monster-health{animation:health-flash .15s ease-in-out 4}@media (max-width:1024px) and (orientation:landscape){.monster .sprite img{width:6vw;max-width:60px;min-width:35px}.monster-health{top:-30px;transform:translateX(-30%)}.monster-health img{width:75px}.monster-hp-text{font-size:36px;bottom:-5px}}.monster-shadow{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:20px;height:4px;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(0,0,0,.25) 40%,transparent 70%);border-radius:50%;z-index:1;pointer-events:none}@media (max-width:1024px) and (orientation:landscape){.monster-shadow{width:14px;height:3px;bottom:-5px}}.boss{position:relative;transition:top .5s ease-out}.boss .sprite img{width:20vw;height:auto;max-width:200px;min-width:120px}.boss-shadow{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:120px;height:15px;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(0,0,0,.25) 40%,transparent 70%);border-radius:50%;z-index:1;pointer-events:none}.boss.die .boss-shadow{display:none}.boss-health{position:absolute;top:-70px;left:50%;transform:translateX(-50%);z-index:10;pointer-events:none}.boss-health img{width:220px;height:auto;filter:hue-rotate(260deg) saturate(1.2) brightness(1.1)}.boss-hp-text{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);font-family:VT323,Courier New,monospace;font-size:30px;white-space:nowrap;image-rendering:pixelated;-webkit-font-smoothing:none}.boss-hp-current{color:#a855f7}.boss-hp-separator{color:#c084fc;margin:0 2px}.boss-hp-max{color:#e879f9}.boss.die,.boss.hurt{animation:hurtFlash .15s ease-in-out 4}.boss.die .boss-health,.boss.hurt .boss-health{animation:healthFlash .1s ease-in-out 4}@media (max-width:1024px) and (orientation:landscape){.boss .sprite img{width:18vw;max-width:120px;min-width:70px}.boss-shadow{width:70px;height:10px;bottom:-6px}.boss-health{top:-45px}.boss-health img{width:140px}.boss-hp-text{font-size:22px;bottom:-5px}}.damage-number{position:absolute;font-family:VT323,Courier New,monospace;font-size:40px;color:#ff6b6b;z-index:100;pointer-events:none;white-space:nowrap;image-rendering:pixelated;-webkit-font-smoothing:none}.damage-number.critical{font-size:48px;color:#ffd93d}.damage-number.monster-damage{color:#4ecdc4;font-size:36px}.damage-number.monster-damage.critical{color:#0f8;font-size:44px}@media (max-width:1024px) and (orientation:landscape){.damage-number{font-size:30px}.damage-number.critical{font-size:36px}.damage-number.monster-damage{font-size:26px}.damage-number.monster-damage.critical{font-size:30px}}.character-shadow{position:absolute;bottom:28%;left:50%;transform:translateX(-50%);width:80px;height:12px;background:radial-gradient(ellipse at center,rgba(0,0,0,.5) 0,rgba(0,0,0,.25) 40%,transparent 70%);border-radius:50%;z-index:2;pointer-events:none;transition:opacity .15s ease}@media (max-width:1024px) and (orientation:landscape){.character-shadow{bottom:18%;width:50px;height:8px}}.sprite{display:block;line-height:0}.sprite img{display:block;width:10vw;height:auto;max-width:128px;min-width:64px}.action-buttons{display:none;position:fixed;bottom:3vh;left:3vw;gap:8px;z-index:100}.action-btn{width:14vw;height:14vw;max-width:64px;max-height:64px;min-width:48px;min-height:48px;background:rgba(232,90,107,.45);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .12s ease;display:flex;align-items:center;justify-content:center;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.action-btn svg{width:55%;height:55%}.action-btn:active{background:rgba(209,69,85,.6);transform:scale(.92)}.action-btn.disabled{opacity:.35;pointer-events:none}.controller{display:none;position:fixed;bottom:3vh;right:3vw;flex-direction:row;gap:3vw;align-items:center;z-index:100}.controller-row{display:flex;gap:3vw}.ctrl-btn{width:14vw;height:14vw;max-width:64px;max-height:64px;min-width:48px;min-height:48px;background:rgba(74,74,74,.45);border:none;border-radius:50%;color:#f5f3ef;cursor:pointer;transition:all .12s ease;display:flex;align-items:center;justify-content:center;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ctrl-btn svg{width:55%;height:55%}.ctrl-btn.active,.ctrl-btn:active{background:rgba(51,51,51,.6);transform:scale(.92)}.rotate-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#f5f3ef;z-index:9999;flex-direction:column;align-items:center;justify-content:center;gap:16px}.rotate-icon{animation:rotate-hint 2s ease-in-out infinite}.rotate-text{font-size:28px;letter-spacing:.15em;color:#2d2d2d}@keyframes rotate-hint{0%,to{transform:rotate(0deg)}50%{transform:rotate(90deg)}}@keyframes boss-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px,1px)}50%{transform:translate(1px,-1px)}75%{transform:translate(-1px,-1px)}}.game-area.shake{animation:boss-shake .15s ease-in-out infinite}.intro-dialog-overlay{position:absolute;top:0;left:0;height:100%;background:rgba(10,10,25,.9);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;z-index:100;padding-bottom:20px}.intro-conversation,.intro-dialog-overlay{width:100%;display:flex;align-items:flex-end}.intro-conversation{max-width:900px;padding:0 20px;gap:15px}.intro-speaker-left,.intro-speaker-right{width:120px;flex-shrink:0}.intro-character{display:flex;flex-direction:column;align-items:center;gap:8px}.intro-character img{width:180px;height:180px;object-fit:contain;image-rendering:pixelated}.intro-character.villain img{transform:scaleX(-1)}.intro-character-name{font-family:VT323,monospace;font-size:22px;color:#c9a66b;text-transform:uppercase}.intro-dialog-center{flex:1 1;display:flex;flex-direction:column;gap:12px;align-items:center}.intro-dialog-box{background:#1a1a2e;padding:16px 20px;width:100%;max-width:450px}.intro-dialog-text{font-family:VT323,monospace;font-size:24px;line-height:2;color:#f5f0e1;margin:0;min-height:50px}.typing-cursor{animation:blink .6s infinite;color:#c9a66b}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.intro-dialog-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.intro-dialog-button{font-family:VT323,monospace;font-size:24px;padding:10px 24px;background:#8b2942;color:#f5f0e1;border:none;cursor:pointer;text-transform:uppercase}.intro-dialog-button:hover{background:#a33a55}.intro-dialog-button:active{background:#6b1f32}.intro-dialog-progress{display:flex;gap:6px}.intro-dialog-dot{width:6px;height:6px;background:#3a3a5a}.intro-dialog-dot.active{background:#c9a66b}.tutorial-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(10,10,25,.95);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:100}.tutorial-container{background:#1a1a2e;border:3px solid #c9a66b;padding:30px 50px;max-width:700px;width:90%}.tutorial-title{font-family:VT323,monospace;font-size:36px;color:#c9a66b;text-align:center;margin-bottom:30px;letter-spacing:.1em}.tutorial-sections{display:flex;gap:40px;margin-bottom:30px}.tutorial-section{flex:1 1}.tutorial-section-title{font-family:VT323,monospace;font-size:26px;color:#8b2942;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #3a3a5a}.tutorial-keys{display:flex;flex-direction:column;gap:12px}.tutorial-key-row{display:flex;align-items:center;gap:15px}.tutorial-key{font-family:VT323,monospace;font-size:20px;color:#1a1a2e;background:#f5f0e1;padding:6px 14px;min-width:70px;text-align:center;border:2px solid #c9a66b;box-shadow:2px 2px 0 #c9a66b}.tutorial-key-desc{font-family:VT323,monospace;font-size:22px;color:#f5f0e1}.tutorial-note{font-family:VT323,monospace;font-size:18px;color:#888;margin-top:15px;font-style:italic;line-height:1.4}.tutorial-start-btn{font-family:VT323,monospace;font-size:28px;padding:12px 40px;background:#8b2942;color:#f5f0e1;border:none;cursor:pointer;text-transform:uppercase;display:block;margin:0 auto;letter-spacing:.1em}.tutorial-start-btn:hover{background:#a33a55}.tutorial-start-btn:active{background:#6b1f32}@media (max-width:768px){.intro-conversation{padding:0 10px;gap:8px}.intro-speaker-left,.intro-speaker-right{width:80px}.intro-character img{width:120px;height:120px}.intro-character-name{font-size:40px}.intro-dialog-box{padding:12px 14px}.intro-dialog-text{font-size:44px;min-height:40px}.intro-dialog-button{font-size:44px;padding:8px 16px}.intro-dialog-dot{width:5px;height:5px}}@media (max-width:1024px) and (orientation:portrait){.rotate-overlay{display:flex}}@media (max-width:1024px) and (orientation:landscape){.clock{top:5px;right:5px}.clock img{width:75px;height:75px}.health{top:0;left:5px}.health img{width:160px;height:auto}.health-number{font-size:24px;bottom:-3px}.action-buttons{display:flex;bottom:2vh;left:2vw}.controller{display:flex;bottom:2vh;right:2vw}.controller-row{gap:2vw}.character-area{bottom:0}}@media (hover:none) and (pointer:coarse){.action-buttons,.controller{display:flex}}.bat-taunt-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:90;pointer-events:none}.bat-container{display:flex;flex-direction:column;align-items:flex-start}.bat-sprite{z-index:91}.bat-dialogue{position:relative;margin-top:8px;margin-left:40px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:auto}.bat-dialogue:before{content:"";position:absolute;top:-8px;left:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #1a1a2e}.bat-dialogue-box{background:#1a1a2e;padding:12px 16px;min-width:200px;max-width:300px}.bat-dialogue-text{font-family:VT323,monospace;font-size:22px;line-height:1.8;color:#ff6b6b;margin:0}.bat-dialogue-button{font-family:VT323,monospace;font-size:44px;padding:6px 14px;background:#8b2942;color:#f5f0e1;border:none;cursor:pointer;text-transform:uppercase}.bat-dialogue-button:hover{background:#a33a55}@media (max-width:1024px) and (orientation:landscape){.bat-sprite img{width:50px!important}.bat-dialogue{margin-left:25px}.bat-dialogue-box{padding:8px 12px;min-width:160px;max-width:220px}.bat-dialogue-text{font-size:40px}.bat-dialogue-button{font-size:36px;padding:5px 10px}}