@font-face{font-family:GBBoot;src:url(/assets/gameboyfont.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}body{font-family:GBBoot,Arial,sans-serif;line-height:1.6;background-color:#d52a4a}button{font-family:GBBoot,Arial,sans-serif}nav{background-color:#d52a4a;position:fixed;bottom:0;width:100%;height:45px;z-index:10;display:flex;align-items:center;justify-content:center;gap:2rem}nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0;justify-content:center}nav li{flex:1}nav a{text-decoration:none;color:#fff;font-size:20px;position:relative;bottom:-.7px}.card{width:110px;height:110px;cursor:pointer;background-color:transparent}.card-home-wrapper{position:absolute;bottom:55dvh;left:81vw;margin-right:20px}.card-home{perspective:600px;background-color:transparent;width:110px;height:110px;aspect-ratio:1;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s}.card-home:hover{transform:scale(1.05)}.card-home img{width:100%;height:100%;object-fit:contain;display:block;border-radius:20px;background-color:#d9d5c8}.card-front-home img{background-color:#a7652b}.card-inner-home{position:relative;width:100%;height:100%;transition:transform .4s ease-in-out;transform-style:preserve-3d}.card-home.flipped .card-inner-home{transform:rotateY(180deg)}.card-front-home,.card-back-home{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;overflow:hidden}.card-front-home{z-index:1}.card-back-home{transform:rotateY(180deg);z-index:1}#pikachu-home{margin-top:40px;position:relative;left:15px;bottom:30px;width:18%}#gang-home{width:5%}.music-player{position:fixed;bottom:-5px;left:-20px;color:#fff;border-radius:12px;padding:12px 24px;display:flex;align-items:center;z-index:100;min-width:200px}.music-info{flex:1;margin-right:16px;overflow:hidden;position:relative;bottom:-2px;left:-3px}.scroll-title{white-space:nowrap;display:inline-block;animation:scroll-title 8s linear infinite;font-size:.9rem;font-family:"Press Start 2P",sans-serif}@keyframes scroll-title{0%{transform:translate(100%)}to{transform:translate(-100%)}}.music-controls button,.theme-button{background:none;border:none;margin:0 4px;cursor:pointer;padding:0}.music-controls img{width:22px;height:22px}.music-button:hover,.theme-button:hover{background-color:transparent!important;color:inherit!important}.volume-control{position:relative;display:inline-block}.volume-slider{position:absolute;left:50%;bottom:20px;transform:translate(-50%);width:100px;z-index:200;background-color:#fff;accent-color:white}h1{color:#fff;margin-bottom:1rem;font-size:60px;-webkit-text-stroke:1px rgb(63,94,140)}footer em a{-webkit-text-stroke:.3px rgb(63,94,140);font-style:italic;pointer-events:visible}h2{color:#eebb09;margin-bottom:1rem;font-size:70px;-webkit-text-stroke:1px rgb(33,51,99)}h3{color:#fff;margin-bottom:1rem;font-size:40px;-webkit-text-stroke:.2px rgb(63,94,140)}p{color:#fff;margin-bottom:1rem;font-size:42px;-webkit-text-stroke:1.3px rgb(63,94,140)}#home{min-height:90dvh;height:auto;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1}.about-container{display:grid;grid-template-areas:"header header" "about1 about2" "about3 about4";justify-content:center;align-items:center;position:relative;z-index:1;width:80%;max-width:2000px;margin:0 auto}.textblock{text-align:justify;width:130%}.imageblock{width:400px}.header{grid-area:header;padding:20px;font-size:60px;color:#eebb09;-webkit-text-stroke:1px rgb(33,51,99);text-align:center;margin-bottom:60px}.about1{grid-area:about1;width:80%;padding:20px;position:relative;bottom:80px;left:80px;align-items:center}.about2{grid-area:about2;padding:10px;position:relative;bottom:80px;left:100px;margin:0 100px 20px 0}.about3{grid-area:about3;width:80%;padding:20px;position:relative;bottom:120px;left:80px}.about4{grid-area:about4;padding:10px;margin:0 100px 20px 0;position:relative;bottom:150px;left:100px}.about1 p,.about3 p{font-size:40px}.about1,.about2,.about3,.about4{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.3;letter-spacing:1.5px;-webkit-text-stroke:.5px rgb(63,94,140)}#cover{position:absolute;top:0;left:0;width:25%;max-width:150%;height:auto;z-index:2;pointer-events:none}.pokedex{position:absolute;top:450px;left:81vw;width:100px;max-width:50%;height:auto;z-index:6;transition:transform .2s;animation:vibrar 2.5s steps(1,end) infinite}@keyframes vibrar{0%{transform:translate(0)}2%{transform:translate(-3px,3px)}4%{transform:translate(-3px,-3px)}6%{transform:translate(3px,3px)}8%{transform:translate(3px,-3px)}10%{transform:translate(0)}to{transform:translate(0)}}.pokedex-gif{position:absolute;top:400px;left:77vw;width:250px;max-width:50%;height:auto;z-index:6;transition:transform .2s;animation:vibrar 4s steps(1,end) infinite}.pokedex:hover,.pokedex-gif:hover{transform:scale(1.1)}.pokedex-text{background:#222;opacity:.9;color:#fff;text-align:left;border-radius:8px;padding:12px 16px;position:absolute;z-index:10;top:375px;left:77vw;box-shadow:0 4px 16px #0006;font-size:1em}button{background-color:#3f5e8c;color:#fff;border:none;padding:.5rem 1rem;font-size:25px;cursor:pointer;transition:background-color .3s ease;-webkit-text-stroke:.5px #000}button:hover{background-color:#eebb09}.close-button:hover{background-color:transparent}#hardButton{background-color:#ee1109}#hardButton:hover{background-color:#eebb09;color:#ee1109}footer{position:fixed;bottom:7px;right:15px;text-align:right;padding:0;font-size:18px;color:#fff;z-index:11}footer a{color:#fff;text-decoration:none}.img-zoom-rect{box-shadow:0 4px 24px #0006;border-radius:8px;transition:box-shadow .2s;width:250px;height:250px}.about-img-wrapper,.tooltip-container{position:relative;display:inline-block}.tooltip-text{visibility:hidden;opacity:0;width:220px;background:#222;color:#fff;text-align:left;border-radius:8px;padding:12px 16px;position:absolute;z-index:10;bottom:100%;transition:opacity .3s,visibility .3s;box-shadow:0 4px 16px #0006;font-size:1.3rem}.tooltip-text.left{right:110%;bottom:120%;transform:translate(0)}.tooltip-text.right{left:110%;bottom:120%;transform:translate(0)}.tooltip-text.difficulty{left:0%;bottom:150%;transform:translate(-25%)}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.help-button{position:relative;display:block;font-size:1.1rem;height:35px;width:35px;margin-bottom:0;padding:0;text-align:center;align-items:center;border-radius:20px;background-color:#222;left:230px;bottom:65px}.help-button:hover{cursor:pointer;background-color:#f8f800;color:#222;font:1.4rem}.help-button:after{content:"?";transition:content .2s}.help-button:hover:after{content:"!";font-size:1.6rem}#cover{z-index:1}.popup-help{color:#222;padding:32px 45px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;max-width:1200px!important;max-height:80dvh!important;width:100vw!important;height:80dvh!important;z-index:2001;position:fixed;overflow-x:auto!important}.help-h2{font-size:3.7rem!important;margin-bottom:.5rem!important;-webkit-text-stroke:1px rgb(63,94,140)}.help-p{font-size:2.2rem!important;margin-bottom:1rem!important;line-height:1.2!important;-webkit-text-stroke:1.5px rgb(63,94,140)}.help-gif{border-radius:10px;width:40%;padding-top:40px}.close-button-help{float:right;position:absolute;left:1080px;top:10px;background-color:transparent}.close-button-help:hover{background-color:transparent}.char-help{width:80px;position:relative;top:0;right:0}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:#d52a4a;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-text{-webkit-text-stroke:1.3px rgb(63,94,140)}.loading-gif{width:7%;position:relative;right:1vw}.loading-bar-wrapper{width:200px;height:20px;margin-top:20px;border:2px solid rgb(63,94,140);border-radius:2px;background-color:#fff;position:relative;right:1vw}.loading-bar{position:absolute;top:0;left:0;height:100%;width:calc(var(--loaded) / var(--total, 1) * 100%);background-color:#eebb09;transition:width .3s ease}.pokedex:hover,.pokedex-gif:hover{cursor:pointer}@media(max-width:600px){body{padding-bottom:45px!important;padding-top:60px!important;margin:0!important;min-height:100dvh;overflow:scroll!important}.loading-text{font-size:4rem!important}.loading-gif{width:35%}#home{padding-bottom:0!important}.theme-button{position:relative!important;bottom:2px!important}button{font-size:25px!important}nav{position:fixed!important;top:0!important;width:100vw!important;left:0!important;z-index:9999999999!important;box-sizing:border-box!important}.music-player,footer{bottom:0!important;left:0!important;width:100vw!important;min-height:45px!important;margin:0!important;border:none!important;box-shadow:none!important;padding:0!important;box-sizing:border-box!important}footer{padding-top:8px!important;padding-right:6px!important;position:fixed;left:0!important;bottom:0!important;width:100vw!important;z-index:1000!important}footer,footer a{pointer-events:auto!important;z-index:9999!important}.music-player{z-index:99999!important;max-width:20vw!important;width:20vw!important}#cover{width:100vw!important;position:relative!important;top:-50px!important;left:5px!important}.pokedex{top:-65px!important;left:20vw!important;width:60px!important;max-width:50%!important;height:auto!important;position:relative!important}.pokedex-gif{top:-100px!important;left:0vw!important;width:160px!important;max-width:200%!important;height:auto!important;position:relative!important}.pokedex-text{top:-260px!important;left:40vw!important;font-size:.6em!important;padding:8px!important;position:relative!important}.figuras{font-size:2.6rem}.card-home-wrapper{position:relative;left:-15vw;top:40px;margin-right:50px;margin-bottom:20px;margin-top:50px}.card-home{width:80px!important;height:80px!important}.card-home-wrapper .card{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}#pikachu-home{width:60%;margin-top:10px;position:relative;left:10px;bottom:10px}#gang-home{width:40%}.music-info,#volume-button{display:none}.tooltip-text{position:static!important;display:none!important}.about-container{grid-template-areas:"header" "about1" "about2" "about3" "about4";width:100vw!important;max-width:100vw!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.about-container div{position:static!important;bottom:0!important;margin:20px auto!important}.about1,.about2,.about3,.about4{position:static!important;bottom:0!important;left:0!important;width:95vw!important;max-width:100vw!important;margin:0 auto 16px!important;padding:8px 4px!important;font-size:10px!important;box-sizing:border-box!important;text-align:center!important;word-break:break-word!important;overflow-wrap:break-word!important}.textblock{text-align:center!important;width:100%!important}.imageblock{width:350px}.popup-help{color:#222;padding:32px 45px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;max-width:100vw!important;max-height:80dvh!important;width:100vw!important;height:80dvh!important;z-index:2001;position:fixed;overflow-x:auto!important}.help-button{display:block!important;font-size:1.1rem!important;height:35px!important;width:35px!important;margin-bottom:10px!important;padding:0!important;text-align:center;align-items:center;border-radius:20px;background-color:#222;left:0!important;bottom:0!important;position:static!important}.help-h2{font-size:2.2rem!important;margin-bottom:.5rem!important;-webkit-text-stroke:.8px rgb(63,94,140)}.help-p{font-size:1.5rem!important;margin-bottom:1rem!important;line-height:1.2!important;-webkit-text-stroke:.8px rgb(63,94,140)}.help-gif{border-radius:10px!important;width:100%!important;padding-top:0!important}.close-button-help{position:absolute;left:320px;top:10px;font-size:1.1rem!important}.char-help{width:50px;top:15px;right:0}}@media(max-width:1200px)and (max-height:500px){.loading-text{font-size:4rem!important;top:25dvh}.loading-gif{width:15%}#home{z-index:5!important}#gang-home{width:8%!important}#pikachu-home{position:relative!important;left:0vw!important;bottom:-7vh}.pokedex{position:relative!important;top:-150px!important;left:30vw!important;width:65px!important;max-width:50%!important;height:auto!important}.pokedex-gif{position:relative!important;top:-180px!important;left:18vw!important;width:170px!important;max-width:50%!important;height:auto!important}.pokedex-text{top:-350px!important;left:40vw!important;font-size:.8em!important;padding:8px!important;position:relative!important}.card-home-wrapper{position:relative;bottom:60px;left:-30vw;padding-right:5vw}.card-home{width:80px!important;height:80px!important}.card-home-wrapper .card{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}.music-player{max-width:40vw!important;width:40vw!important}.music-info,#volume-button{display:none}.about-container{grid-template-areas:"header" "about1" "about2" "about3" "about4";width:100vw!important;max-width:100vw!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.about-container div{position:static!important;bottom:0!important;margin:20px auto!important}.about1,.about2,.about3,.about4{position:static!important;bottom:0!important;left:0!important;width:95vw!important;max-width:100vw!important;margin:0 auto 16px!important;padding:8px 4px!important;font-size:10px!important;box-sizing:border-box!important;text-align:center!important;word-break:break-word!important;overflow-wrap:break-word!important}.textblock{text-align:center!important;width:100%!important}.imageblock{width:500px}.about-img-wrapper.about2{position:relative!important;bottom:20px!important}.about-img-wrapper.about4{position:relative!important;bottom:50px!important}.popup-help{color:#222;padding:32px 45px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;max-width:100vw!important;max-height:100dvh!important;width:95vw!important;height:80dvh!important;z-index:2001;position:fixed;overflow-x:auto!important;margin-bottom:40px!important}.help-button{display:block!important;font-size:1.1rem!important;height:35px!important;width:35px!important;margin-bottom:10px!important;left:0!important;bottom:0!important;position:static!important}.help-h2{font-size:2.3rem!important;margin-bottom:.5rem!important;-webkit-text-stroke:.5px rgb(63,94,140)}.help-p{font-size:1.3rem!important;margin-bottom:1rem!important;line-height:1.2!important;-webkit-text-stroke:.5px rgb(63,94,140)}.help-gif{border-radius:10px!important;width:50%!important;padding-top:0!important}.close-button-help{position:absolute;left:80dvw;top:10px;font-size:1.2rem!important}.char-help{width:80px;top:25px;left:0}}@media(min-width:768px)and (max-width:1366px)and (min-height:500px)and (max-height:1366px){.loading-text{font-size:4rem!important;top:25dvh}.loading-gif{width:15%}#home{z-index:5!important}.card-home-wrapper{position:relative;bottom:16dvh;left:15dvw;padding-right:5vw}.card-home-wrapper .card{width:80px!important;height:80px!important;max-width:80vw!important;max-height:80vh!important}.music-player{max-width:40vw!important;width:40vw!important}.music-info,#volume-button{display:none}#pikachu-home{position:relative!important;left:-10vw!important;bottom:3dvh}.about-container{grid-template-areas:"header" "about1" "about2" "about3" "about4";width:100vw!important;max-width:100vw!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.about-container div{position:static!important;bottom:0!important;margin:20px auto!important}.about1,.about2,.about3,.about4{position:static!important;bottom:0!important;left:0!important;width:95vw!important;max-width:100vw!important;margin:0 auto 16px!important;padding:8px 4px!important;font-size:10px!important;box-sizing:border-box!important;text-align:center!important;word-break:break-word!important;overflow-wrap:break-word!important}.textblock{text-align:center!important;width:100%!important}.imageblock{width:500px}.about-img-wrapper.about2{position:relative!important;bottom:20px!important}.about-img-wrapper.about4{position:relative!important;bottom:50px!important}.popup-help{color:#222;padding:32px 45px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;max-width:100vw!important;max-height:100dvh!important;width:95vw!important;height:80dvh!important;z-index:2001;position:fixed;overflow-x:auto!important;margin-bottom:40px!important}.help-button{display:block!important;font-size:1.1rem!important;height:35px!important;width:35px!important;margin-bottom:10px!important;left:0!important;bottom:0!important;position:static!important}.help-h2{font-size:2.3rem!important;margin-bottom:.5rem!important;-webkit-text-stroke:.5px rgb(63,94,140)}.help-p{font-size:1.3rem!important;margin-bottom:1rem!important;line-height:1.2!important;-webkit-text-stroke:.5px rgb(63,94,140)}.help-gif{border-radius:10px!important;width:50%!important;padding-top:0!important}.close-button-help{position:absolute;left:80dvw;top:10px;font-size:1.2rem!important}.char-help{width:80px;top:25px;left:0}}body.theme-normal,.popup-help.theme-normal{background-color:#d52a4a;color:#fff}nav.theme-normal{background-color:#d52a4a}.theme-normal.tooltip-text{background-color:#3f5e8c}footer.theme-normal{background-color:#d52a4a}.music-player.theme-normal{background-color:#d52a4a}button.theme-normal{background-color:#3f5e8c;color:#fff}button.theme-normal:hover{background-color:#eebb09;color:#fff}p.theme-normal{color:#fff}body.theme-pikachu,.popup-help.theme-pikachu{background-color:#f3cf3f!important;color:#3d7eaa}nav.theme-pikachu,.theme-pikachu.tooltip-text{background-color:#261c14}.music-player.theme-pikachu{background-color:#261c14}footer.theme-pikachu{background-color:#261c14}button.theme-pikachu{background-color:#a04e06!important;color:#fff}button.theme-pikachu:hover{background-color:#261c14!important;color:#fff!important}p.theme-pikachu{color:#222}body.theme-charmander,.popup-help.theme-charmander{background-color:#f09146!important;color:#fff}nav.theme-charmander,.theme-charmander.tooltip-text{background-color:#121a28}.music-player.theme-charmander{background-color:#121a28}footer.theme-charmander{background-color:#121a28}button.theme-charmander{background-color:#a23004;color:#fff}button.theme-charmander:hover{background-color:#121a28;color:#fff}p.theme-charmander{color:#222}body.theme-bulbasaur,.popup-help.theme-bulbasaur{background-color:#55a480!important;color:#fff}nav.theme-bulbasaur,.theme-bulbasaur.tooltip-text{background-color:#35141a}.music-player.theme-bulbasaur{background-color:#35141a}footer.theme-bulbasaur{background-color:#35141a}button.theme-bulbasaur{background-color:#d8b87f;color:#fff}button.theme-bulbasaur:hover{background-color:#35141a;color:#fff}p.theme-bulbasaur{color:#fff}body.theme-squirtle,.popup-help.theme-squirtle{background-color:#8db5ac!important;color:#fff}nav.theme-squirtle,.theme-squirtle.tooltip-text{background-color:#20444c}.music-player.theme-squirtle{background-color:#20444c}footer.theme-squirtle{background-color:#20444c}button.theme-squirtle{background-color:#ba681c;color:#fff}button.theme-squirtle:hover{background-color:#20444c;color:#fff}p.theme-squirtle{color:#222}body.theme-mewtwo,.popup-help.theme-mewtwo{background-color:#77569c!important}nav.theme-mewtwo,.theme-mewtwo.tooltip-text{background-color:#c4b4d3;color:#222}nav a.theme-mewtwo,footer.theme-mewtwo,.music-player.theme-mewtwo,footer a.theme-mewtwo,.scroll-title.theme-mewtwo{color:#222!important}.music-player.theme-mewtwo{background-color:#c4b4d3}footer.theme-mewtwo{background-color:#c4b4d3}button.theme-mewtwo{background-color:#837b9c;color:#fff}button.theme-mewtwo:hover{background-color:#c4b4d3;color:#191622}p.theme-mewtwo{color:#fff}.game-container-all{width:100vw}.game-board{display:grid;align-items:center;grid-template-columns:repeat(12,80px);gap:0px;justify-items:center;margin:20px auto 30px;width:fit-content;padding:30px;border:2px solid #494949;border-radius:10px;min-height:530px}.first-player-container{display:flex;align-items:center;justify-content:center;width:100vw}.second-player-container{display:flex;align-items:center;justify-content:center;margin-top:20px;width:100vw}.card{perspective:600px;background-color:transparent;width:70px;height:70px;aspect-ratio:1;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s}.card:hover{transform:scale(1.05)}.card img{width:100%;height:100%;object-fit:contain;display:block;border-radius:20px;background-color:#d9d5c8}.card-front img{background-color:#a7652b}.backcard{background-color:#a7652b;width:100%;aspect-ratio:1;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s}.backcard:hover{transform:scale(1.05)}.empty-card{width:70px;height:70px;aspect-ratio:1;border-radius:20px}.game-area{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;justify-content:center;gap:20px;width:80vw;margin:0 auto}.turn-indicator{font-size:1.8rem;padding:10px 20px;border-radius:10px;position:relative;min-width:90px;text-align:center;display:flex;align-items:center;justify-content:center;height:100%;white-space:nowrap;color:#fff;-webkit-text-stroke:1px rgb(33,51,99)}.turn-indicator.left{grid-column:1;right:30px}.turn-indicator.right{grid-column:3;left:30px}.game-board{grid-column:2}.first-player{display:flex;position:relative;right:45px;flex-wrap:wrap;gap:29px;height:90px;border-radius:12px;padding:10px 16px;margin:10px auto 20px 80px;width:79vw;box-shadow:0 2px 8px #0002;justify-content:center;align-items:center;overflow-x:auto;max-width:100vw;white-space:nowrap}.cpu-player{display:flex;flex-wrap:wrap;gap:29px;height:90px;border-radius:12px;padding:20px 16px;margin:10px auto 20px 110px;width:80vw;box-shadow:0 2px 8px #0002;justify-content:center;align-items:center;overflow-x:auto;max-width:100vw;white-space:nowrap}.player2-player{display:flex;flex-wrap:wrap;gap:29px;height:90px;border-radius:12px;padding:20px 16px;margin:10px auto 20px 80px;width:79vw;box-shadow:0 2px 8px #0002;justify-content:center;align-items:center;overflow-x:auto;max-width:100vw;white-space:nowrap;position:relative;right:40px}.first-player,.player2-player,.cpu-player,.all-pokemon-container,.popup-help{scrollbar-width:thin;scrollbar-color:#eebb09 rgb(63,94,140)}#first-player-title{margin:0 0 0 40px;position:relative;left:10px}#second-player-title{margin:0 0 0 35px;position:relative;left:10px}#cpu-title{margin:0 0 0 35px;position:relative;left:50px}.card-pair{position:relative;width:48px;height:48px;display:inline-block;margin-right:8px;cursor:pointer}.card-img{width:70px;height:70px;border-radius:6px;position:absolute;top:-12px;left:0;box-shadow:0 2px 6px #0002;background-color:#d9d5c8}.card-img.overlap{left:12px;z-index:1;box-shadow:0 4px 12px #0003;background-color:#d9d5c8}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup{color:#222;padding:32px 45px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;min-width:240px;z-index:2001;position:fixed}.popup-coin{color:#222;padding:32px 80px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;min-width:400px;min-height:450px}.headtailstitle{font-size:3.4rem;font-weight:700;margin-bottom:20px;-webkit-text-stroke:.8px rgb(63,94,140)}.imgcoin{width:80px}.gifcoin{width:200px}.coin-options{display:flex;gap:40rem;justify-content:center;position:relative;top:20px}.coin-option{padding:20px 20px 0;border-radius:10px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .2s}.hover-effect:hover{transform:scale(1.1);background-color:#f0f0f0}.coin-result{margin-top:1rem;text-align:center}.coin-option.theme-selected{border:3px solid #000;background-color:#f0f0f0}.coin-option.theme-correct{background-color:#4caf50}.coin-option.theme-failed{background-color:#f44336}.popup button{margin-top:20px;padding:8px 24px;font-size:1.8rem;border-radius:8px;border:none;background:#3f5e8c;color:#fff;cursor:pointer;font-family:inherit}.popup button:hover{background:#eebb09;color:#fff}.card-inner{position:relative;width:100%;height:100%;transition:transform .4s ease-in-out;transform-style:preserve-3d}.card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;overflow:hidden}.card-front{z-index:1}.card-back{transform:rotateY(180deg);z-index:1}.score-player1,.score-player2{position:relative;color:#fff;font-size:9rem;-webkit-text-stroke:1px rgb(33,51,99)}.score-player1{top:100px;right:120px}.score-player2{bottom:100px;right:120px}.card-board{width:70px;height:70px}.score-container{position:absolute}.score-player1,.score-player2{font-size:6.7rem;margin-left:200px}.close-button,.close-button-2{float:right;position:relative;left:30px;top:20px;background-color:transparent}.pokemon-icon{width:80px}.popup-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width:600px){.popup-coin{position:absolute;width:95vw!important;max-width:95vw!important;min-width:unset!important;padding:8px!important;min-height:620px!important;top:50px;left:10px}.popup-coin h3,.popup-coin p{font-size:2.2rem;-webkit-text-stroke:1.5px rgb(63,94,140)}.coin-options{gap:50px!important;right:0;height:50%!important}.headtailstitle{font-size:2.6rem;line-height:1.3!important;-webkit-text-stroke:.7px rgb(63,94,140)}.coin-result{position:relative;margin-top:.5rem;text-align:center;top:25px}.result-tailstitle{position:relative!important;top:120px!important}.result-tailstitle-2{position:relative!important;top:40px!important}.imgcoin{width:70px}.gifcoin{width:180px}.game-area,.first-player-container,.second-player-container,.first-player,.player2-player,.cpu-player{width:95vw!important;max-width:95vw!important;left:0!important}.game-area{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;gap:10px!important;max-width:100vw!important;margin-bottom:100px!important}.card{width:50px!important;height:50px!important}.game-board{min-height:0!important;max-width:100vw!important;grid-template-columns:repeat(6,50px);gap:10px 5px!important;margin:40px 7vw 10px!important;padding:20px 10px!important;min-height:690px;grid-column:1!important;grid-row:3!important;border:none!important;border-radius:10px!important}.card-board{width:50px;height:50px;border-radius:0!important;margin:0!important;padding:0!important}.card,.card-front,.card-back,.empty-card{border-radius:20px!important;margin:0!important;padding:0!important}.empty-card{width:50px!important;height:50px!important}.turn-indicator.left{grid-column:1!important;grid-row:1!important;right:70px!important;margin-top:20px!important}.turn-indicator.right{grid-column:1!important;grid-row:2!important;width:40%!important;right:50px!important;margin-bottom:20px!important}.score-container{position:absolute!important}.score-player1{left:-20px;top:880px;font-size:5rem}.score-player2{left:-20px;top:160px;font-size:5rem}.pokemon-icon{width:60px!important;position:absolute!important;bottom:47px!important;left:220px!important}#cpu-title,#first-player-title,#second-player-title{left:0!important;text-align:center!important;font-size:3rem!important;margin:0 10px!important;white-space:nowrap}#cpu-title{right:40px!important;width:40%!important}.cpu-player,.first-player,.player2-player{padding:10px!important;gap:10px!important;height:80px!important;justify-content:center!important;margin:0 10px!important}.first-player-container{margin:0 10px!important;flex-direction:column-reverse!important}.second-player-container{flex-direction:column!important;margin:0 10px!important}.card-img{width:50px!important;height:50px!important}.card-pair{top:12px!important}.popup-pokemon{position:absolute!important;max-width:95vw!important;width:95vw!important;min-width:unset!important;padding:12px 8px!important;max-height:590px!important;height:580px!important}.pokeText{font-size:1.4rem!important;margin:20px 0!important;-webkit-text-stroke:.8px rgb(63,94,140)}.pokeName{position:relative;font-size:1.9rem!important;margin-top:0!important;margin-bottom:20px!important;bottom:15px!important;-webkit-text-stroke:.8px rgb(63,94,140)}#pokemon-sprite{max-width:200px!important;margin-bottom:20px!important;width:130px!important}.close-button,.close-button-2{float:none!important;position:relative!important;left:150px!important;top:0!important}.end-message{font-size:3rem!important}}@media(max-width:1200px)and (max-height:500px){.popup-coin{position:fixed;width:95vw!important;height:100px!important;max-width:100vw!important;min-width:unset!important;padding:8px!important;min-height:350px!important;top:110px;left:2.5vw}.popup-coin h3,.popup-coin p{font-size:1.8rem}.coin-options{position:relative!important;gap:450px!important;right:0;top:-10px!important;height:45%!important;width:100%!important;z-index:99999!important}.headtailstitle{font-size:2.4rem;line-height:1.3!important}.coin-result{position:relative;margin-top:.5rem;text-align:center;bottom:40px}.imgcoin{width:60px}.gifcoin{width:150px}.popup-pokemon{position:absolute!important;max-width:95vw!important;width:95vw!important;min-width:unset!important;padding:12px 8px!important;max-height:200dvh!important;height:190dvh!important}.close-button{left:-30px!important;top:30px!important}.game-area{max-width:300vw!important;position:relative!important;left:520px}.game-board{width:100%!important}.second-player-container,.first-player-container{width:200vw!important;left:-120px!important;position:relative!important}.first-player,.cpu-player,.player2-player{position:relative!important}.first-player,.player2-player{left:100px!important;width:1300px!important;max-width:2000px!important}.cpu-player{left:140px!important;width:1300px!important;max-width:2000px!important}#first-player-title,#second-player-title,#cpu-title{white-space:nowrap;left:150px!important}#cpu-title{left:180px!important}.first-player-container{padding-bottom:100px!important}.second-player-container{padding-top:50px!important}.turn-indicator.right{padding:0 120px 0 80px!important}}@media(min-width:768px)and (max-width:1024px)and (min-height:500px)and (max-height:1366px){.popup-coin{position:fixed;width:95vw!important;height:100px!important;max-width:100vw!important;min-width:unset!important;padding:8px!important;min-height:350px!important;top:200px;left:2.5vw}.popup-coin h3,.popup-coin p{font-size:2.2rem}.coin-options{position:relative!important;gap:500px!important;right:0;top:-10px!important;height:50%!important;width:100%!important;z-index:99999!important}.headtailstitle{font-size:2.7rem;line-height:1.3!important}.coin-result{position:relative;margin-top:.5rem;text-align:center;bottom:160px}.imgcoin{width:70px}.gifcoin{width:180px}.game-area{max-width:1800px!important;position:relative;left:900px}.game-board{width:100%!important}.second-player-container,.first-player-container{width:1800px!important}.first-player,.cpu-player,.player2-player{position:relative!important}.first-player,.player2-player{left:250px!important;width:1700px!important;max-width:1700px!important}.cpu-player{left:300px!important;width:1550px!important;max-width:1700px!important}#first-player-title,#second-player-title,#cpu-title{white-space:nowrap;left:150px!important}.first-player-container{padding-bottom:100px!important}.second-player-container{padding-top:50px!important}}body.theme-normal{background-color:#d52a4a;color:#fff}body.theme-pikachu{background-color:#f9d02e;color:#3d7eaa}body.theme-charmander{background-color:#f57d31;color:#fff}body.theme-bulbasaur{background-color:#4caf50;color:#fff}body.theme-squirtle{background-color:#64b5f6;color:#fff}body.theme-mewtwo{background-color:#e1bee7;color:#fff}.game-board.theme-normal{background-color:#eebb09}.first-player.theme-normal,.player2-player.theme-normal,.cpu-player.theme-normal{background-color:#3f5e8c}.popup.theme-normal,.popup-coin.theme-normal{background-color:#d52a4a}.empty-card.theme-normal{background-color:#f7c821}.game-board.theme-pikachu,button.theme-pikachu{background-color:#261c14}.first-player.theme-pikachu,.player2-player.theme-pikachu,.cpu-player.theme-pikachu{background-color:#a04e06}.popup.theme-pikachu,.popup-coin.theme-pikachu{background-color:#f3cf3f}.empty-card.theme-pikachu{background-color:#3d3936}.game-board.theme-charmander{background-color:#121a28}.first-player.theme-charmander,.player2-player.theme-charmander,.cpu-player.theme-charmander,button.theme-charmander{background-color:#a23004}.popup.theme-charmander,.popup-coin.theme-charmander{background-color:#f09146}.empty-card.theme-charmander{background-color:#2d3544}.game-board.theme-bulbasaur{background-color:#35141a}.first-player.theme-bulbasaur,.player2-player.theme-bulbasaur,.cpu-player.theme-bulbasaur,button.theme-bulbasaur{background-color:#d8b87f}.popup.theme-bulbasaur,.popup-coin.theme-bulbasaur{background-color:#55a480}.empty-card.theme-bulbasaur{background-color:#5e3b41}.game-board.theme-squirtle{background-color:#20444c}.first-player.theme-squirtle,.player2-player.theme-squirtle,.cpu-player.theme-squirtle,button.theme-squirtle{background-color:#ba681c}.popup.theme-squirtle,.popup-coin.theme-squirtle{background-color:#8db5ac}.empty-card.theme-squirtle{background-color:#40636b}.game-board.theme-mewtwo{background-color:#c4b4d3}.first-player.theme-mewtwo,.player2-player.theme-mewtwo,.cpu-player.theme-mewtwo,button.theme-mewtwo{background-color:#837b9c}.popup.theme-mewtwo,.popup-coin.theme-mewtwo{background-color:#77569c}.empty-card.theme-mewtwo{background-color:#d1c0e0}#pokemon-sprite{max-width:500px;margin-bottom:-10px;width:170px;background-color:#f0efeff6;border-radius:10px}#pokemon-battle-sprite{max-width:500px;margin-bottom:-20px;width:250px;height:250px;background-color:transparent;border-radius:10px;image-rendering:crisp-edges;position:relative;left:200px;top:0}#pokemon-battle-sprite-2{max-width:500px;margin-bottom:-20px;width:180px;height:180px;background-color:transparent;border-radius:10px;position:relative;right:60px;bottom:40px}.pokeText{font-size:30px;font-family:GBBoot,Arial,sans-serif;text-align:center;margin-top:40px;padding:0}.pokeName{font-size:45px;font-family:GBBoot,Arial,sans-serif;text-align:center;margin-top:60px;margin-bottom:40px;font-weight:bolder;-webkit-text-stroke:.7px rgb(63,94,140)}.pokeName-battle{font-size:35px;text-align:center;margin-top:60px;margin-bottom:40px;font-weight:bolder;color:#000;-webkit-text-stroke:1px #525252;position:relative;bottom:10px;right:60px}.pokeName-battle-2{font-size:35px;text-align:center;margin-top:60px;margin-bottom:40px;font-weight:bolder;color:#000;-webkit-text-stroke:1px #525252;position:relative;right:50px;bottom:5px}.pokeText-battle{font-size:22px;text-align:center;margin-top:60px;padding:0;color:#000;-webkit-text-stroke:1px #525252;position:relative;bottom:80px;right:50px}.pokeText-battle-2{font-size:22px;text-align:center;margin-top:60px;padding:0;color:#000;-webkit-text-stroke:1px #525252;position:relative;bottom:80px;left:-50px}.pokeText-battle-life{font-size:22px;text-align:center;margin-top:60px;padding:0;color:#000;-webkit-text-stroke:1px #525252;bottom:150px;position:relative;letter-spacing:1px;left:-60px}.pokeText-battle-life-span{position:relative;left:50px}.pokemon-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-pokemon{padding:10px 75px 40px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;width:40vw;height:88vh;min-width:750px;max-width:90vw;max-height:950px;overflow-y:auto;z-index:1000;position:relative}.popup-pokemon-2{padding:10px 75px 40px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;width:60vw;height:1200px;max-width:90vw;max-height:90vh;overflow-y:auto;z-index:1000;position:relative}.pokemon-h2{font-size:50px}.pokemon-battle-overlay{position:fixed;inset:0;background:#000000d0;display:flex;align-items:center;justify-content:center;z-index:900}.pokemon-battle-overlay-black{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:900}.popup-battle-pokemon{padding:10px 75px 40px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;background:#f7f6f6;width:45vw;min-width:45vw;height:99vh;min-height:95vh;position:relative;border:thick double #161616}.popup-battle-pokemon-animation{padding:10px 75px 40px;border-radius:16px;box-shadow:0 4px 24px #0006;text-align:center;background:#f7f6f6;width:45vw;min-width:45vw;height:99vh;min-height:95vh;position:relative}.battle-transition-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:10;animation:flicker .4s infinite,move 3s linear;border-radius:16px;pointer-events:none;opacity:.5}.pokemon1-stats{position:relative;left:110px;top:100px}.pokemon2-stats{position:relative;right:10px}@keyframes flicker{0%,to{opacity:.5}20%{opacity:.6}40%{opacity:.7}60%{opacity:.85}80%{opacity:1}}.pokemon1{width:45%;position:relative;right:300px;top:10px}.pokemon2{float:right;margin-left:50px;width:45%;position:relative;left:140px;bottom:10px}.battle-menu{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);align-items:center;justify-content:space-around;flex-wrap:wrap;width:18vw;height:220px;gap:10px;padding:10px;border:thick double #161616;border-radius:10px;margin-left:auto}.options{font-size:25px;color:#161616;text-shadow:1px 1px 0 #fff;text-align:center;margin-top:10px;padding:20px;background:#fff;border-radius:10px;width:8vw}.options:hover{background:#d3d3d3;cursor:pointer;transition:background .3s}.moveset{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);align-items:center;justify-content:space-around;flex-wrap:wrap;gap:10px;width:38vw;min-height:240px;height:240px;padding:10px;border:thick double #161616;border-radius:10px;position:relative;right:10px;bottom:120px}.moveset-2{display:flex;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);align-items:center;justify-content:space-around;flex-wrap:wrap;gap:10px;width:38vw;min-height:240px;padding:10px;border:thick double #161616;border-radius:10px;position:relative;right:10px;bottom:120px}.pkmn-img{width:150px}.pkmn-img-icon{width:46px}.moves{font-size:25px;color:#161616;text-shadow:1px 1px 0 #fff;text-align:center;margin-top:0;padding:24px;background:#f0efeff6;border-radius:10px}.moves:hover{background:#d3d3d3;cursor:pointer;transition:background .3s}.pokemon1-container,.pokemon2-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.pokemon1-container{bottom:50px;position:relative}.hp-bar-container{position:relative;width:180px;height:23px;background:#fff;border:3px solid #000;border-radius:10px;box-sizing:border-box;margin:16px 0;outline:4px solid #525252;outline-offset:-8px;bottom:95px}.hp-bar-container-2{position:relative;width:180px;height:23px;background:#fff;border:3px solid #000;border-radius:10px;box-sizing:border-box;margin:16px 0;outline:4px solid #525252;outline-offset:-8px;bottom:95px;left:0}.hp-bar-label{position:absolute;left:1px;top:-2px;background:#222;color:#ffd98a;font-size:12px;padding:0 11px;border:2px solid #000;border-radius:10px;z-index:2;letter-spacing:2px}.hp-bar-fill{position:absolute;left:49px;top:5px;height:9px;width:calc(120px * var(--hp, 1));border:2px solid #000;border-radius:2px;transition:width .3s;z-index:1}.hp-bar-fill.high{background:linear-gradient(90deg,#00e000 80%,green)}.hp-bar-fill.mid{background:linear-gradient(90deg,#ffe000 80%,#e0a000)}.hp-bar-fill.low{background:linear-gradient(90deg,#ff3c00 80%,#a00000)}.ui-1{position:relative;bottom:200px;left:-50px;width:250px}.ui-2{position:relative;bottom:135px;left:-25px;width:250px}#battle-message{color:#161616;text-shadow:1px 1px 0 #fff;font-size:40px;margin:20px;text-align:center}.moves.disabled-move{background:#a9a9a9;color:#666;cursor:not-allowed}.lose-icon{position:absolute;z-index:20;width:120%;bottom:20px;left:55px;pointer-events:none}.win-icon{position:absolute;z-index:20;width:145%;bottom:25px;left:55px;pointer-events:none}.lose-icon-short,.win-icon-short{width:15%;position:relative}.all-pokemon-container{display:flex;flex-direction:row;gap:150px;overflow-y:auto;height:80vh;padding:10px;z-index:1000}.pokemon-section{flex:1 1 0;display:flex;flex-direction:column;align-items:center;min-width:350px;position:relative}.pokemon-section-2{flex:1 1 0;display:flex;flex-direction:column;align-items:center;min-width:350px;position:relative;right:100px}.pokemon-header{position:relative;top:0;background:inherit;z-index:2000;padding-bottom:10px}.pokemon-header-2{position:relative;background:inherit;z-index:2000;padding-bottom:10px}.hit-animation{animation:hitShake .5s}@keyframes hitShake{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}to{transform:translate(0)}}.death-animation-left{animation:fadeOutLeft 1s forwards}.death-animation-right{animation:fadeOutRight 1s forwards}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}.status-pokemon{font-weight:700;margin:10px 0 0 5px;padding:2px 7px;text-transform:uppercase;color:#fff;-webkit-text-stroke:.01px #000000;font-size:22px;border-radius:10px}.status-pokemon.SLP{background-color:green}.status-pokemon.PAR{background-color:#ff0}.status-pokemon.PSN{background-color:#6a0dad}.status-pokemon.CNF{background-color:#b1b0b0}.go-back{position:relative;right:30px}.go-back-2{position:relative;left:30px}.shiny{position:relative;color:#fff;font-weight:700;text-shadow:0 0 8px silver,0 0 10px gold;-webkit-text-stroke:.6px rgb(63,94,140)}.shiny:before,.shiny:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,#fff 60%,gold);opacity:.7;pointer-events:none;animation:sparkle-move 1.5s infinite linear}.shiny:after{width:8px;height:8px;left:80%;top:10%;animation-delay:.7s}@keyframes sparkle-move{0%{left:10%;top:80%;opacity:.7}30%{left:60%;top:60%;opacity:1}60%{left:80%;top:10%;opacity:.8}to{left:10%;top:80%;opacity:.7}}@media(max-width:600px){.popup-battle-pokemon,.battle-transition-overlay,.popup-battle-pokemon-animation{width:100vw!important;min-height:750px!important;height:750px!important}.pokemon1-container,.pokemon2-container,.moveset,.moveset-2{width:95vw!important;min-width:90vw!important;right:0!important;position:relative!important}.pokemon1-container{left:-12vw!important;top:-4dvh!important}.pokemon2-container{left:-12vw!important;top:-2dvh!important}.pokemon1{left:-230px!important;top:40px!important}.pokemon2{left:200px!important;top:0!important}.moveset{min-height:200px!important;height:200px!important;right:70px!important;bottom:-160px!important;gap:5px!important}.moves{font-size:18px!important;padding:15px!important;margin:0!important;height:80px!important}.moveset-2{min-height:200px!important;height:150px!important;right:70px!important;bottom:-160px!important}#battle-message{font-size:30px!important;margin:10px!important}.battle-menu{width:55vw!important;height:180px!important;position:relative!important;gap:5px!important;right:-5px!important;bottom:5px!important}.options{font-size:18px!important;padding:0!important;margin-top:0!important;width:auto!important;height:70px!important}.pokemon2-stats,.pokemon1-stats{left:0!important;right:0!important;width:50vw!important}.pokemon1-stats{left:-120px!important}.pokeName-battle,.pokeName-battle-2{font-size:25px!important;margin:0!important;right:0!important}.pokeName-battle{top:150px!important;left:110px!important}.pokeName-battle-2{top:50px!important;right:25px!important}.pokeText-battle,.pokeText-battle-2,.pokeText-battle-life{font-size:18px!important;margin:0!important;bottom:0!important;left:0!important}.pokeText-battle{top:140px!important;left:115px!important}.pokeText-battle-life{top:105px!important;left:90px!important}.pokeText-battle-2{top:40px!important;left:-20px!important}.hp-bar-label{font-size:8px!important;padding:1px 5px!important;left:0!important;top:-5px!important}.hp-bar-fill{left:30px!important;top:2px!important;height:7px!important;width:calc(90px * var(--hp, 1))}.hp-bar-container,.hp-bar-container-2{width:130px!important;height:17px!important}.hp-bar-container{top:120px!important;left:150px!important}.hp-bar-container-2{top:20px!important;left:5px!important}.ui-1{width:190px!important;top:80px!important;left:105px!important}.ui-2{width:190px!important;top:-15px!important;left:-15px!important}#pokemon-battle-sprite{width:150px!important;height:150px!important;top:170px!important}#pokemon-battle-sprite-2{width:125px!important;height:125px!important;right:220px!important;bottom:-5px!important}.status-pokemon{font-size:15px!important;margin-left:5px!important;padding:2px 5px!important;bottom:2px!important;position:relative!important}.lose-icon{position:absolute;z-index:20;width:100%;bottom:30px;left:40px;pointer-events:none}.win-icon{position:absolute;z-index:20;width:115%;bottom:40px;left:40px;pointer-events:none}.go-back{left:70px!important}.go-back-2{display:none!important}.popup-pokemon-2{padding:0!important;min-width:95vw!important;max-height:560px!important}.all-pokemon-container{gap:50px!important;height:80vh;padding:0!important}.pokemon-section{min-width:35vw!important;padding:0!important;left:15px!important}.pokemon-section-2{min-width:35vw!important;bottom:22px!important;right:10px!important}.pokemon-header,.pokemon-header-2{font-size:10px!important}.pokemon-header-2{top:22px!important}.pokemon-h2,.pokemon-h2-2{font-size:35px!important}.pkmn-img{width:110px!important}.pkmn-img-icon{width:45px!important}.lose-icon-short,.win-icon-short{width:40px!important;height:40px!important;position:relative!important;top:25px!important}.pkmn-battled p{font-size:32px!important}.pokemon-section-2>.pkmn-battled{position:relative!important;top:22px!important}}@media(max-width:600px)and (max-height:800px){.popup-battle-pokemon,.battle-transition-overlay,.popup-battle-pokemon-animation{min-height:550px!important;height:550px!important}.pokemon1-container{left:-16vw!important;top:-23dvh!important}.pokemon2-container{left:-12vw!important;top:-5dvh!important}.pokemon1{left:-220px!important}.pokemon2{left:180px!important}.moveset{min-height:150px!important;height:150px!important;right:70px!important;top:4dvh!important;gap:5px!important}.moves{font-size:15px!important;padding:15px!important;margin:0!important;height:50px!important}.moveset-2{min-height:150px!important;height:150px!important;right:70px!important;top:4dvh!important}.battle-menu{height:130px!important}.options{font-size:15px!important;padding:0!important;margin-top:0!important;width:85px!important;height:50px!important}.pkmn-img-icon{width:35px!important}#battle-message{font-size:25px!important}}@media(max-width:1200px)and (max-height:500px){.popup-battle-pokemon{width:100vw!important;min-height:100vh!important;height:200dvh!important}.battle-transition-overlay,.popup-battle-pokemon-animation{min-width:100vw!important;width:100vw!important;min-height:100vh!important;height:200dvh!important}.popup-pokemon-2{padding:0!important;max-width:140vw!important;max-height:180vh!important;width:120vw!important;height:180vh!important}.all-pokemon-container{gap:50px!important;height:180vh;padding:30px 0!important}.pokemon-section{min-width:35vw!important;padding:0!important;left:15px!important}.pokemon-section-2{min-width:35vw!important;bottom:22px!important;right:60px!important}.pokemon-header,.pokemon-header-2{font-size:20px!important}.pokemon-header-2{top:22px!important}.pokemon-h2,.pokemon-h2-2{font-size:48px!important}.pkmn-img{width:160px!important}.pkmn-battled p{font-size:45px!important}.pokemon-section-2>.pkmn-battled{position:relative!important;top:22px!important}.close-button-2{float:right!important;position:relative!important;left:-40px!important;top:20px!important;background-color:transparent!important}.pokemon1-container{bottom:45vh!important;position:relative!important;right:5vw!important}.pokemon2-container{top:-5vh!important;position:relative!important;right:0!important}.pokemon1-stats{left:150px!important}.pokemon1{left:-240px!important}.moveset{bottom:70vh!important;position:relative!important;width:83vw!important;height:200px!important;min-height:150px!important}.moves{font-size:20px!important;padding:0!important;margin-top:0!important;width:39vw!important;height:70px!important}.moveset-2{bottom:70vh!important;position:relative!important;width:83vw!important;height:200px!important;min-height:150px!important}.battle-menu{width:40vw!important;height:180px!important;position:relative!important;gap:5px!important;right:-5px!important;bottom:5px!important}.options{font-size:20px!important;padding:0!important;margin-top:0!important;width:18vw!important;height:70px!important}}@media(min-width:768px)and (max-width:1024px)and (min-height:500px)and (max-height:1366px){.popup-pokemon-2{padding:0!important;max-width:140vw!important;max-height:180vh!important}.all-pokemon-container{gap:50px!important;height:180vh;padding:30px 0!important}.pokemon-section{min-width:35vw!important;padding:0!important;left:15px!important}.pokemon-section-2{min-width:35vw!important;bottom:22px!important;right:60px!important}.pokemon-header,.pokemon-header-2{font-size:20px!important}.pokemon-header-2{top:22px!important}.pokemon-h2,.pokemon-h2-2{font-size:55px!important}.pkmn-img{width:170px!important}.lose-icon-short,.win-icon-short{width:20%!important}.pkmn-battled p{font-size:52px!important}.pokemon-section-2>.pkmn-battled{position:relative!important;top:22px!important}.close-button-2{float:right!important;position:relative!important;left:-80px!important;top:10px!important;background-color:transparent!important}.pokemon1-container{bottom:0vh!important;position:relative!important;right:5vw!important}.pokemon2-container{top:-5vh!important;position:relative!important;right:0!important}.moveset{bottom:0vh!important;position:relative!important}.moves{bottom:1vh!important;position:relative!important}.moveset-2{bottom:0vh!important;position:relative!important}}.popup-pokemon.theme-normal,.popup-pokemon-2.theme-normal{background:#d52a4a}.pokeText.theme-normal,.pokeName.theme-normal{color:#fff}.popup-pokemon.theme-pikachu,.popup-pokemon-2.theme-pikachu{background:#f3cf3f}.pokeText.theme-pikachu,.pokeName.theme-pikachu{color:#222}.popup-pokemon.theme-charmander,.popup-pokemon-2.theme-charmander{background:#f09146}.pokeText.theme-charmander,.pokeName.theme-charmander{color:#222}.popup-pokemon.theme-bulbasaur,.popup-pokemon-2.theme-bulbasaur{background:#55a480}.pokeText.theme-bulbasaur,.pokeName.theme-bulbasaur{color:#222}.popup-pokemon.theme-squirtle,.popup-pokemon-2.theme-squirtle{background:#8db5ac}.pokeText.theme-squirtle,.pokeName.theme-squirtle{color:#222}.popup-pokemon.theme-mewtwo,.popup-pokemon-2.theme-mewtwo{background:#77569c}.pokeText.theme-mewtwo,.pokeName.theme-mewtwo{color:#fff}
