@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";
.FF3BattlePresentation-module__vApSNW__battleContainer{color:#fff;box-sizing:border-box;background-color:#000428;background-image:linear-gradient(#000428,#004e92);flex-direction:column;width:100%;height:90vh;min-height:480px;max-height:800px;font-family:"Press Start 2P",monospace;display:flex;position:relative;overflow-x:hidden}.FF3BattlePresentation-module__vApSNW__battleField{flex:0 0 50%;height:50%;position:relative;overflow:hidden}.FF3BattlePresentation-module__vApSNW__commandArea{flex:0 0 40%;gap:5px;height:40%;padding:5px;display:flex}.FF3BattlePresentation-module__vApSNW__dialogWindow{background:#1e1e78e6;border:4px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;flex:0 0 10%;align-items:center;height:10%;margin:5px;padding:8px;display:flex;box-shadow:0 0 10px #6496ff80}.FF3BattlePresentation-module__vApSNW__parallaxBackground{z-index:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"3\" height=\"3\" viewBox=\"0 0 3 3\"><circle cx=\"1.5\" cy=\"1.5\" r=\"0.5\" fill=\"white\" opacity=\"0.5\"/></svg>"),linear-gradient(#0000 50%,#000a1e80 100%);background-size:50px 50px,100% 100%;width:100%;height:100%;animation:60s linear infinite FF3BattlePresentation-module__vApSNW__parallax;position:absolute;top:0;left:0}.FF3BattlePresentation-module__vApSNW__lightParticles{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.FF3BattlePresentation-module__vApSNW__lightParticles:before{content:"";background-image:radial-gradient(circle,#ffffffb3 0%,#0000 60%);background-size:5px 5px;width:100%;height:100%;animation:4s ease-in-out infinite alternate FF3BattlePresentation-module__vApSNW__twinkle;position:absolute}.FF3BattlePresentation-module__vApSNW__monsterContainer{z-index:4;justify-content:center;align-items:center;width:250px;height:180px;display:flex;position:absolute;bottom:20%;left:10%}.FF3BattlePresentation-module__vApSNW__monster{width:100%;height:100%;image-rendering:pixelated;background-image:url(/images/boss.png);background-position:50%;background-repeat:no-repeat;background-size:contain;animation:3s ease-in-out infinite alternate FF3BattlePresentation-module__vApSNW__monster-idle}.FF3BattlePresentation-module__vApSNW__damageNumber{color:#fff;text-shadow:2px 2px #000;z-index:15;font-size:24px;animation:1.5s forwards FF3BattlePresentation-module__vApSNW__damage-effect;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FF3BattlePresentation-module__vApSNW__damageNumber.FF3BattlePresentation-module__vApSNW__heal{color:#0f0}.FF3BattlePresentation-module__vApSNW__characterContainer{z-index:5;flex-direction:column;gap:10px;display:flex;position:absolute;bottom:10%;right:10%}.FF3BattlePresentation-module__vApSNW__character{cursor:pointer;transition:transform .2s}.FF3BattlePresentation-module__vApSNW__character:hover{transform:scale(1.05)}.FF3BattlePresentation-module__vApSNW__character.FF3BattlePresentation-module__vApSNW__selected{animation:3s infinite alternate FF3BattlePresentation-module__vApSNW__character-bounce}.FF3BattlePresentation-module__vApSNW__slideInfo{z-index:20;text-align:center;background:#000000b3;border:4px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;width:85%;max-width:700px;max-height:90%;padding:14px;position:absolute;top:5%;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 0 15px #6496ff80}.FF3BattlePresentation-module__vApSNW__slideTitle{color:#fc0;text-shadow:0 0 5px #ffdc96b3;margin-bottom:6px;font-size:clamp(1rem,3vw,1.5rem)}.FF3BattlePresentation-module__vApSNW__slideSubtitle{color:#a0a0ff;margin-bottom:12px;font-size:clamp(.7rem,2vw,1rem)}.FF3BattlePresentation-module__vApSNW__slideContent{text-align:left;font-size:clamp(.6rem,1.5vw,.8rem);line-height:1.6}.FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__infoWindow{background:#1e1e78e6;border:4px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;flex:0 0 20%;width:20%;padding:8px;animation:3s infinite FF3BattlePresentation-module__vApSNW__window-shine;box-shadow:0 0 10px #6496ff80}.FF3BattlePresentation-module__vApSNW__statusWindow{background:#1e1e78e6;border:4px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;flex:0 0 60%;width:60%;padding:8px;animation:3s infinite FF3BattlePresentation-module__vApSNW__window-shine;overflow-y:hidden;box-shadow:0 0 10px #6496ff80}.FF3BattlePresentation-module__vApSNW__windowTitle{color:#fc0;text-shadow:0 0 5px #ffdc96b3;margin-bottom:8px;font-size:clamp(.6rem,1.3vw,.8rem)}.FF3BattlePresentation-module__vApSNW__commandList{margin:0;padding:0;list-style:none}.FF3BattlePresentation-module__vApSNW__commandItem{cursor:pointer;padding:5px 0 5px 15px;font-size:clamp(.6rem,1.3vw,.7rem);transition:color .2s;position:relative}.FF3BattlePresentation-module__vApSNW__commandItem:hover,.FF3BattlePresentation-module__vApSNW__commandItem.FF3BattlePresentation-module__vApSNW__selected{color:#fc0}.FF3BattlePresentation-module__vApSNW__commandItem.FF3BattlePresentation-module__vApSNW__selected:before{content:"▶";animation:.8s infinite FF3BattlePresentation-module__vApSNW__cursor-pulse;position:absolute;left:0}.FF3BattlePresentation-module__vApSNW__infoContent{font-size:clamp(.5rem,1vw,.6rem);line-height:1.5}.FF3BattlePresentation-module__vApSNW__statusList{flex-direction:column;gap:8px;display:flex}.FF3BattlePresentation-module__vApSNW__statusItem{align-items:center;gap:10px;display:flex}.FF3BattlePresentation-module__vApSNW__charIcon{flex-shrink:0}.FF3BattlePresentation-module__vApSNW__charInfo{flex-grow:1;width:100%}.FF3BattlePresentation-module__vApSNW__charName{color:#a0a0ff;margin-bottom:3px;font-size:clamp(.5rem,1vw,.6rem)}.FF3BattlePresentation-module__vApSNW__statusBars{flex-direction:column;gap:4px;display:flex}.FF3BattlePresentation-module__vApSNW__hpContainer,.FF3BattlePresentation-module__vApSNW__mpContainer{align-items:center;gap:3px;font-size:clamp(.4rem,.8vw,.5rem);display:flex}.FF3BattlePresentation-module__vApSNW__statLabel{text-align:right;width:20px}.FF3BattlePresentation-module__vApSNW__hpBarBg,.FF3BattlePresentation-module__vApSNW__mpBarBg{background:#0009;flex-grow:1;height:6px;overflow:hidden}.FF3BattlePresentation-module__vApSNW__hpBar{background:linear-gradient(90deg,#0a0,#0f0);height:100%}.FF3BattlePresentation-module__vApSNW__mpBar{background:linear-gradient(90deg,#33a,#66f);height:100%}.FF3BattlePresentation-module__vApSNW__statValue{text-align:right;width:70px}.FF3BattlePresentation-module__vApSNW__dialogText{flex-grow:1;margin-left:10px;font-size:clamp(.6rem,1.3vw,.7rem);line-height:1.4}.FF3BattlePresentation-module__vApSNW__cursor{animation:.8s infinite FF3BattlePresentation-module__vApSNW__cursor-pulse}.FF3BattlePresentation-module__vApSNW__continuePrompt{margin-left:5px;animation:.8s infinite FF3BattlePresentation-module__vApSNW__cursor-pulse;display:inline-block}.FF3BattlePresentation-module__vApSNW__navigation{z-index:50;gap:10px;display:flex;position:absolute;bottom:15px;right:15px}.FF3BattlePresentation-module__vApSNW__navButton{color:#fff;cursor:pointer;background:#1e1e78e6;border:2px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;padding:5px 10px;font-family:"Press Start 2P",monospace;font-size:clamp(.5rem,1vw,.6rem);transition:all .2s}.FF3BattlePresentation-module__vApSNW__navButton:hover:not(:disabled){transform:scale(1.05)translateY(-2px);box-shadow:0 0 5px #6496ff80}.FF3BattlePresentation-module__vApSNW__navButton:disabled{opacity:.5;cursor:not-allowed}@keyframes FF3BattlePresentation-module__vApSNW__parallax{0%{background-position:0 0}to{background-position:1000px 0}}@keyframes FF3BattlePresentation-module__vApSNW__twinkle{0%{opacity:.3}50%{opacity:.8}to{opacity:.3}}@keyframes FF3BattlePresentation-module__vApSNW__monster-idle{0%{transform:translate(0)rotate(0)}to{transform:translateY(-5px)rotate(1deg)}}@keyframes FF3BattlePresentation-module__vApSNW__character-bounce{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes FF3BattlePresentation-module__vApSNW__cursor-pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@keyframes FF3BattlePresentation-module__vApSNW__window-shine{0%{box-shadow:0 0 5px #6496ff4d}50%{box-shadow:0 0 10px #6496ff99}to{box-shadow:0 0 5px #6496ff4d}}@keyframes FF3BattlePresentation-module__vApSNW__damage-effect{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}20%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}80%{opacity:1;transform:translate(-50%,-80%)scale(1)}to{opacity:0;transform:translate(-50%,-100%)scale(1)}}@media (max-width:768px){.FF3BattlePresentation-module__vApSNW__battleContainer{height:auto;min-height:100vh;padding:0}.FF3BattlePresentation-module__vApSNW__battleField{flex:0 0 38%;height:38%;min-height:220px}.FF3BattlePresentation-module__vApSNW__commandArea{flex-direction:column;flex:none;gap:1px;height:auto;padding:2px}.FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__infoWindow,.FF3BattlePresentation-module__vApSNW__statusWindow{border-width:2px;flex:none;width:100%;margin:0 0 1px;padding:6px 8px}.FF3BattlePresentation-module__vApSNW__statusWindow{max-height:160px;overflow-y:hidden}.FF3BattlePresentation-module__vApSNW__dialogWindow{border-width:2px;flex:none;height:auto;min-height:50px;margin:1px 2px 4px;padding:5px 8px}.FF3BattlePresentation-module__vApSNW__characterContainer{flex-direction:column;gap:4px;bottom:3%;right:5%;transform:scale(.7)}.FF3BattlePresentation-module__vApSNW__monsterContainer{width:160px;height:120px;bottom:15%;left:5%;transform:scale(.9)}.FF3BattlePresentation-module__vApSNW__slideInfo{z-index:25;-webkit-overflow-scrolling:touch;width:96%;max-width:96%;max-height:75%;padding:8px;top:1%;overflow-y:auto}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideTitle{margin-bottom:3px;font-size:clamp(.7rem,3.5vw,1rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideSubtitle{margin-bottom:4px;font-size:clamp(.5rem,2.5vw,.8rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideContent{text-align:left;max-height:25vh;font-size:clamp(.42rem,2vw,.55rem);line-height:1.25;overflow-y:auto}.FF3BattlePresentation-module__vApSNW__windowTitle{margin-bottom:4px;font-size:clamp(.5rem,2.5vw,.65rem)}.FF3BattlePresentation-module__vApSNW__commandItem{padding:3px 0 3px 12px;font-size:clamp(.5rem,2.5vw,.6rem)}.FF3BattlePresentation-module__vApSNW__statusList,.FF3BattlePresentation-module__vApSNW__statusItem{gap:4px}.FF3BattlePresentation-module__vApSNW__charName{margin-bottom:2px;font-size:clamp(.45rem,2.5vw,.55rem)}.FF3BattlePresentation-module__vApSNW__hpContainer,.FF3BattlePresentation-module__vApSNW__mpContainer{gap:3px;font-size:clamp(.4rem,2vw,.5rem)}.FF3BattlePresentation-module__vApSNW__statValue{width:55px}.FF3BattlePresentation-module__vApSNW__navigation{z-index:100;gap:4px;bottom:4px;right:8px}.FF3BattlePresentation-module__vApSNW__navButton{justify-content:center;align-items:center;min-width:56px;min-height:32px;padding:3px 6px;font-size:.55rem;display:flex}.FF3BattlePresentation-module__vApSNW__settingsButton{z-index:100;width:32px;height:32px;bottom:4px;left:8px}.FF3BattlePresentation-module__vApSNW__damageNumber{font-size:20px}.FF3BattlePresentation-module__vApSNW__monsterContainer,.FF3BattlePresentation-module__vApSNW__characterContainer{opacity:.8}.FF3BattlePresentation-module__vApSNW__monsterContainer:hover,.FF3BattlePresentation-module__vApSNW__characterContainer:hover,.FF3BattlePresentation-module__vApSNW__character.FF3BattlePresentation-module__vApSNW__selected{opacity:1}}@media (max-width:480px){.FF3BattlePresentation-module__vApSNW__battleContainer{min-height:100vh;padding:0}.FF3BattlePresentation-module__vApSNW__battleField{flex:0 0 36%;height:36%;min-height:200px}.FF3BattlePresentation-module__vApSNW__slideInfo{background:#000000a6;border-width:3px;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#4040ff,#00f) 1;width:97%;max-width:97%;max-height:92%;padding:6px;top:.5%;overflow-y:auto;box-shadow:0 0 18px #6496ffcc}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideTitle{margin-bottom:2px;font-size:clamp(.65rem,3.2vw,.9rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideSubtitle{margin-bottom:2px;font-size:clamp(.48rem,2.3vw,.7rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideContent{max-height:none;padding:0 2px;font-size:clamp(.4rem,1.9vw,.5rem);line-height:1.15}.FF3BattlePresentation-module__vApSNW__characterContainer{opacity:1;flex-direction:column;gap:3px;bottom:2%;right:8%;transform:scale(.55)}.FF3BattlePresentation-module__vApSNW__monsterContainer{opacity:1;width:150px;height:120px;bottom:8%;left:5%;transform:scale(.85)}.FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__infoWindow{margin:0 0 1px;padding:5px 7px}.FF3BattlePresentation-module__vApSNW__statusWindow{max-height:140px;overflow-y:hidden}.FF3BattlePresentation-module__vApSNW__statusList,.FF3BattlePresentation-module__vApSNW__statusItem{gap:3px}.FF3BattlePresentation-module__vApSNW__charName{margin-bottom:1px;font-size:clamp(.42rem,2.3vw,.52rem)}.FF3BattlePresentation-module__vApSNW__hpContainer,.FF3BattlePresentation-module__vApSNW__mpContainer{gap:2px;margin-bottom:1px;font-size:clamp(.38rem,1.8vw,.48rem)}.FF3BattlePresentation-module__vApSNW__hpBarBg,.FF3BattlePresentation-module__vApSNW__mpBarBg{height:5px}.FF3BattlePresentation-module__vApSNW__statValue{width:50px}.FF3BattlePresentation-module__vApSNW__statLabel{width:22px}}@media (max-width:375px){.FF3BattlePresentation-module__vApSNW__battleField{flex:0 0 34%;height:34%;min-height:180px}.FF3BattlePresentation-module__vApSNW__slideInfo{border-width:3px;width:98%;max-width:98%;max-height:92%;padding:6px;top:.3%;box-shadow:0 0 18px #6496ffcc}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideTitle{margin-bottom:1px;font-size:clamp(.6rem,3vw,.85rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideSubtitle{margin-bottom:2px;font-size:clamp(.44rem,2.2vw,.65rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideContent{font-size:clamp(.38rem,1.8vw,.48rem);line-height:1.1}.FF3BattlePresentation-module__vApSNW__characterContainer{gap:3px;bottom:1%;right:6%;transform:scale(.48)}.FF3BattlePresentation-module__vApSNW__monsterContainer{width:130px;height:100px;bottom:6%;left:3%;transform:scale(.8)}.FF3BattlePresentation-module__vApSNW__statusWindow{max-height:130px;padding:5px}.FF3BattlePresentation-module__vApSNW__statusList{gap:2px}.FF3BattlePresentation-module__vApSNW__statusItem{border-bottom:1px solid #6496ff26;min-height:auto;padding:2px}.FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__infoWindow{margin:0 0 1px;padding:5px 6px}}@media (max-width:320px){.FF3BattlePresentation-module__vApSNW__battleField{flex:0 0 32%;height:32%;min-height:160px}.FF3BattlePresentation-module__vApSNW__monsterContainer{width:110px;height:85px;bottom:5%;left:2%;transform:scale(.75)}.FF3BattlePresentation-module__vApSNW__characterContainer{gap:2px;bottom:.5%;right:4%;transform:scale(.4)}.FF3BattlePresentation-module__vApSNW__slideInfo{background:#0009;border-width:3px;width:99%;max-width:99%;max-height:95%;padding:5px;top:.1%;box-shadow:0 0 20px #6496ffe6}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideTitle{font-size:clamp(.55rem,2.8vw,.8rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideSubtitle{font-size:clamp(.4rem,2vw,.6rem)}.FF3BattlePresentation-module__vApSNW__slideInfo .FF3BattlePresentation-module__vApSNW__slideContent{font-size:clamp(.35rem,1.7vw,.45rem);line-height:1.05}.FF3BattlePresentation-module__vApSNW__statusWindow{max-height:120px;padding:4px}.FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__infoWindow{padding:4px 5px}}.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__battleContainer{background-color:#0a1128;background-image:linear-gradient(#0a1128,#1a237e)}.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__infoWindow,.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__statusWindow,.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__dialogWindow{background:#0a1932e6;border:2px solid #3949ab;box-shadow:0 0 15px #3264ff66}.FF3BattlePresentation-module__vApSNW__theme-modern .FF3BattlePresentation-module__vApSNW__windowTitle{color:#2979ff}.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__battleContainer{background-color:#000;background-image:linear-gradient(#000,#1a1a1a)}.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__infoWindow,.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__statusWindow,.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__dialogWindow{background:#0a0a0ae6;border:2px solid #444;box-shadow:0 0 15px #50505066}.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__windowTitle,.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__slideTitle{color:#bbb}.FF3BattlePresentation-module__vApSNW__theme-dark .FF3BattlePresentation-module__vApSNW__slideSubtitle{color:#888}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__battleContainer{background-color:#e8eaf6;background-image:linear-gradient(#e8eaf6,#c5cae9)}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__commandWindow,.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__infoWindow,.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__statusWindow,.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__dialogWindow{color:#303f9f;background:#e6e6fae6;border:2px solid #7986cb;box-shadow:0 0 15px #6478f066}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__windowTitle{color:#3949ab}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__slideTitle{color:#303f9f}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__slideSubtitle{color:#5c6bc0}.FF3BattlePresentation-module__vApSNW__theme-light .FF3BattlePresentation-module__vApSNW__slideContent{color:#3d5afe}.FF3BattlePresentation-module__vApSNW__settingsButton{color:#fff;cursor:pointer;z-index:50;background:#1e1e78e6;border:2px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;bottom:15px;left:15px}.FF3BattlePresentation-module__vApSNW__settingsButton:hover{transform:scale(1.1);box-shadow:0 0 10px #6496ff80}
.BattleEffects-module__o5HIoa__effectsContainer{pointer-events:none;z-index:50;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.BattleEffects-module__o5HIoa__particle{pointer-events:none;z-index:51;border-radius:50%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 10px 2px}.BattleEffects-module__o5HIoa__fire{filter:blur(1px);border-radius:40% 60% 70% 30%/40% 50% 60%;animation:.5s infinite alternate BattleEffects-module__o5HIoa__pulse}.BattleEffects-module__o5HIoa__ice{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);filter:blur(.5px);animation:2s linear infinite BattleEffects-module__o5HIoa__spin}.BattleEffects-module__o5HIoa__thunder{clip-path:polygon(40% 0%,60% 0%,100% 50%,75% 50%,100% 100%,25% 100%,0% 50%,25% 50%);animation:.2s infinite alternate BattleEffects-module__o5HIoa__flicker}.BattleEffects-module__o5HIoa__thunderSvg{z-index:52}.BattleEffects-module__o5HIoa__thunderPath{stroke-dashoffset:100px;animation:.5s linear forwards BattleEffects-module__o5HIoa__dashOffset}.BattleEffects-module__o5HIoa__heal{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);animation:1.5s ease-in-out infinite BattleEffects-module__o5HIoa__float}.BattleEffects-module__o5HIoa__defend{filter:blur(1px);border-radius:0;animation:2s ease-in-out infinite BattleEffects-module__o5HIoa__shield;transform:rotate(45deg)}.BattleEffects-module__o5HIoa__attack{clip-path:polygon(50% 0%,0% 100%,100% 100%);border-radius:0;animation:.5s ease-out forwards BattleEffects-module__o5HIoa__slash}.BattleEffects-module__o5HIoa__victory{animation:2s ease-out forwards BattleEffects-module__o5HIoa__rise,.5s infinite alternate BattleEffects-module__o5HIoa__twinkle}@keyframes BattleEffects-module__o5HIoa__pulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}@keyframes BattleEffects-module__o5HIoa__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes BattleEffects-module__o5HIoa__flicker{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1.2)}}@keyframes BattleEffects-module__o5HIoa__float{0%{transform:translate(-50%,-50%)translateY(0)}50%{transform:translate(-50%,-50%)translateY(-10px)}to{transform:translate(-50%,-50%)translateY(0)}}@keyframes BattleEffects-module__o5HIoa__shield{0%{transform:translate(-50%,-50%)rotate(45deg)scale(1);box-shadow:0 0 5px 2px}50%{transform:translate(-50%,-50%)rotate(45deg)scale(1.5);box-shadow:0 0 15px 5px}to{transform:translate(-50%,-50%)rotate(45deg)scale(1);box-shadow:0 0 5px 2px}}@keyframes BattleEffects-module__o5HIoa__slash{0%{transform:translate(-50%,-50%)scale(.2)rotate(0)}to{transform:translate(-50%,-50%)scale(1.5)rotate(180deg)}}@keyframes BattleEffects-module__o5HIoa__rise{0%{transform:translate(-50%,-50%)translateY(0)}to{transform:translate(-50%,-50%)translateY(-100vh)}}@keyframes BattleEffects-module__o5HIoa__twinkle{0%{opacity:.5}to{opacity:1}}@keyframes BattleEffects-module__o5HIoa__dashOffset{0%{stroke-dashoffset:500px;opacity:.3}50%{opacity:1}to{stroke-dashoffset:0;opacity:0}}
.SlideTransition-module__MDlS-G__transitionContainer{z-index:100;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.SlideTransition-module__MDlS-G__transitioning{pointer-events:none}.SlideTransition-module__MDlS-G__content{width:100%;height:100%}.SlideTransition-module__MDlS-G__fade-in{animation:forwards SlideTransition-module__MDlS-G__fadeIn}.SlideTransition-module__MDlS-G__fade-out{animation:forwards SlideTransition-module__MDlS-G__fadeOut}.SlideTransition-module__MDlS-G__wipe-left-in{animation:forwards SlideTransition-module__MDlS-G__wipeLeftIn}.SlideTransition-module__MDlS-G__wipe-left-out{animation:forwards SlideTransition-module__MDlS-G__wipeLeftOut}.SlideTransition-module__MDlS-G__wipe-right-in{animation:forwards SlideTransition-module__MDlS-G__wipeRightIn}.SlideTransition-module__MDlS-G__wipe-right-out{animation:forwards SlideTransition-module__MDlS-G__wipeRightOut}.SlideTransition-module__MDlS-G__flash-in{animation:forwards SlideTransition-module__MDlS-G__flashIn}.SlideTransition-module__MDlS-G__flash-out{animation:forwards SlideTransition-module__MDlS-G__flashOut}.SlideTransition-module__MDlS-G__battleFlashContainer{z-index:101;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.SlideTransition-module__MDlS-G__battleFlash{background-color:#fff;width:100%;height:100%;position:absolute;top:0;left:0}.SlideTransition-module__MDlS-G__battleFlashIn{animation:1s ease-in-out forwards SlideTransition-module__MDlS-G__battleFlashIn}.SlideTransition-module__MDlS-G__battleFlashOut{animation:1s ease-in-out forwards SlideTransition-module__MDlS-G__battleFlashOut}.SlideTransition-module__MDlS-G__battleLines{z-index:102;width:100%;height:100%;position:absolute;top:0;left:0}.SlideTransition-module__MDlS-G__battleLine{transform-origin:0;background-color:#fff;width:0;height:4px;animation:.8s ease-out forwards SlideTransition-module__MDlS-G__battleLineGrow;position:absolute;top:50%;left:50%}.SlideTransition-module__MDlS-G__battle-transition-in .SlideTransition-module__MDlS-G__content{animation:1s ease-out forwards SlideTransition-module__MDlS-G__zoomIn}.SlideTransition-module__MDlS-G__battle-transition-out .SlideTransition-module__MDlS-G__content{animation:1s ease-in forwards SlideTransition-module__MDlS-G__zoomOut}@keyframes SlideTransition-module__MDlS-G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SlideTransition-module__MDlS-G__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes SlideTransition-module__MDlS-G__wipeLeftIn{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes SlideTransition-module__MDlS-G__wipeLeftOut{0%{clip-path:inset(0)}to{clip-path:inset(0 0 0 100%)}}@keyframes SlideTransition-module__MDlS-G__wipeRightIn{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0)}}@keyframes SlideTransition-module__MDlS-G__wipeRightOut{0%{clip-path:inset(0)}to{clip-path:inset(0 100% 0 0)}}@keyframes SlideTransition-module__MDlS-G__flashIn{0%,50%{opacity:0;filter:brightness(2)}60%,to{opacity:1;filter:brightness()}}@keyframes SlideTransition-module__MDlS-G__flashOut{0%,40%{opacity:1;filter:brightness()}50%,to{opacity:0;filter:brightness(2)}}@keyframes SlideTransition-module__MDlS-G__battleFlashIn{0%{opacity:0}10%,30%{opacity:1}60%,to{opacity:0}}@keyframes SlideTransition-module__MDlS-G__battleFlashOut{0%{opacity:0}40%,60%{opacity:1}90%,to{opacity:0}}@keyframes SlideTransition-module__MDlS-G__battleLineGrow{0%{opacity:1;width:0}50%{opacity:1;width:150vw}to{opacity:0;width:150vw}}@keyframes SlideTransition-module__MDlS-G__zoomIn{0%{opacity:0;transform:scale(.5)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes SlideTransition-module__MDlS-G__zoomOut{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:0;transform:scale(.5)}}
.SettingsPanel-module__ratktq__settingsPanelOverlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;font-family:"Press Start 2P",monospace;display:flex;position:fixed;top:0;left:0}.SettingsPanel-module__ratktq__settingsPanel{color:#fff;background-color:#0f172a;border:4px solid;border-image:linear-gradient(to bottom right,#fff,#a0a0ff,#6060ff,#00f) 1;flex-direction:column;width:90%;max-width:600px;max-height:80vh;animation:.3s ease-out forwards SettingsPanel-module__ratktq__panelAppear;display:flex;overflow:hidden;box-shadow:0 0 20px #6496ffb3}.SettingsPanel-module__ratktq__settingsHeader{background-color:#000428;border-bottom:2px solid #3b82f6;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.SettingsPanel-module__ratktq__settingsHeader h2{color:#60a5fa;text-shadow:0 0 5px #60a5fa80;margin:0;font-size:16px}.SettingsPanel-module__ratktq__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;transition:transform .2s;display:flex}.SettingsPanel-module__ratktq__closeButton:hover{color:#f87171;transform:scale(1.2)}.SettingsPanel-module__ratktq__settingsTabs{background-color:#1e293b;border-bottom:2px solid #334155;display:flex}.SettingsPanel-module__ratktq__tabButton{color:#cbd5e1;cursor:pointer;background:0 0;border:none;flex:1;padding:10px;font-family:"Press Start 2P",monospace;font-size:10px;transition:background-color .2s,color .2s}.SettingsPanel-module__ratktq__tabButton:hover{background-color:#334155}.SettingsPanel-module__ratktq__activeTab{color:#60a5fa;background-color:#334155;box-shadow:inset 0 -2px #3b82f6}.SettingsPanel-module__ratktq__settingsContent{flex:1;padding:16px;overflow-y:auto}.SettingsPanel-module__ratktq__settingsGroup{flex-direction:column;gap:16px;display:flex}.SettingsPanel-module__ratktq__settingItem{flex-direction:column;gap:8px;display:flex}.SettingsPanel-module__ratktq__settingItem label{color:#a0aec0;font-size:10px}.SettingsPanel-module__ratktq__settingItem select,.SettingsPanel-module__ratktq__settingItem input[type=number]{color:#fff;background-color:#1e293b;border:1px solid #334155;padding:8px;font-family:"Press Start 2P",monospace;font-size:10px}.SettingsPanel-module__ratktq__settingItem select:focus,.SettingsPanel-module__ratktq__settingItem input:focus{border-color:#3b82f6;outline:none}.SettingsPanel-module__ratktq__sliderContainer{align-items:center;gap:10px;display:flex}.SettingsPanel-module__ratktq__sliderContainer input[type=range]{-webkit-appearance:none;background:#1e293b;border-radius:2px;outline:none;flex:1;height:6px}.SettingsPanel-module__ratktq__sliderContainer input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#3b82f6;border-radius:4px;width:16px;height:16px}.SettingsPanel-module__ratktq__sliderContainer span{text-align:right;width:40px;font-size:9px}.SettingsPanel-module__ratktq__checkboxContainer{align-items:center;display:flex}.SettingsPanel-module__ratktq__checkboxContainer input[type=checkbox]{accent-color:#3b82f6;width:16px;height:16px}.SettingsPanel-module__ratktq__backgroundPreview{background-color:#111827;border:1px solid #334155;margin-top:16px;padding:10px}.SettingsPanel-module__ratktq__backgroundPreview h4{color:#a0aec0;margin:0 0 10px;font-size:10px}.SettingsPanel-module__ratktq__previewBox{border-radius:4px;height:100px;overflow:hidden}.SettingsPanel-module__ratktq__preview-pixel{background-color:#000428;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"3\" height=\"3\" viewBox=\"0 0 3 3\"><circle cx=\"1.5\" cy=\"1.5\" r=\"0.5\" fill=\"white\" opacity=\"0.5\"/></svg>");background-size:20px 20px}.SettingsPanel-module__ratktq__preview-gradient{background:linear-gradient(#000428,#004e92)}.SettingsPanel-module__ratktq__preview-stars{background-color:#000428;background-image:radial-gradient(#fff,#fff3 2px,#0000 2px);background-size:50px 50px}.SettingsPanel-module__ratktq__preview-mountains{background-color:#000428;background-image:linear-gradient(#06113cb3 20px,#0000 100px),linear-gradient(#0000 90%,#000d3ccc 100%);position:relative}.SettingsPanel-module__ratktq__preview-mountains:after{content:"";background-image:linear-gradient(135deg,#001242 25%,#0000 25%),linear-gradient(225deg,#001242 25%,#0000 25%),linear-gradient(315deg,#001242 25%,#0000 25%),linear-gradient(45deg,#001242 25%,#0000 25%);background-position:0 0,10px 0,10px -10px,0 10px;background-size:20px 20px;height:30px;position:absolute;bottom:0;left:0;right:0}.SettingsPanel-module__ratktq__settingsActions{border-top:2px solid #334155;justify-content:flex-end;gap:10px;padding:16px;display:flex}.SettingsPanel-module__ratktq__cancelButton,.SettingsPanel-module__ratktq__applyButton{cursor:pointer;border:none;padding:8px 16px;font-family:"Press Start 2P",monospace;font-size:10px;transition:transform .2s,box-shadow .2s}.SettingsPanel-module__ratktq__cancelButton{color:#cbd5e1;background-color:#1e293b}.SettingsPanel-module__ratktq__applyButton{color:#fff;background-color:#3b82f6}.SettingsPanel-module__ratktq__cancelButton:hover,.SettingsPanel-module__ratktq__applyButton:hover{transform:translateY(-2px);box-shadow:0 2px 5px #0000004d}.SettingsPanel-module__ratktq__settingsInfo{color:#a0aec0;font-size:9px;line-height:1.6}.SettingsPanel-module__ratktq__comingSoonList{color:#a0aec0;margin:0;padding-left:20px;font-size:9px}.SettingsPanel-module__ratktq__comingSoonList li{margin-bottom:6px}@keyframes SettingsPanel-module__ratktq__panelAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:576px){.SettingsPanel-module__ratktq__settingsPanel{width:95%;max-height:90vh}.SettingsPanel-module__ratktq__settingsHeader h2{font-size:12px}.SettingsPanel-module__ratktq__tabButton,.SettingsPanel-module__ratktq__settingItem label,.SettingsPanel-module__ratktq__settingItem select,.SettingsPanel-module__ratktq__settingItem input,.SettingsPanel-module__ratktq__cancelButton,.SettingsPanel-module__ratktq__applyButton{font-size:8px}}
