:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}p,label,input{color:#000}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background-image:url(/assets/RotomDex-DcQP9Xfj.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;min-width:100%}#root{margin:0;text-align:center;display:flex;flex-direction:row}.main{display:flex;flex-direction:row;min-width:80vw;justify-content:space-evenly;gap:20vw;margin-top:10vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@media(max-width:768px){body{background-image:url(/assets/RotomPhone-DCDbqP0b.png)}#root{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100%;padding:0}.main{flex-direction:column;align-items:center;gap:10vw;margin-top:6vh}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}body{overflow-x:hidden}.home__background{position:absolute;background-color:#fff;width:100%;min-height:70vh;top:0;left:0;overflow:hidden;z-index:0}.header__container{color:#fff;font-size:1vw;position:absolute;left:25vw;top:10vh;width:50vw;z-index:1}.home__header{font-size:50px;padding-bottom:15vh}.home__background-track{display:flex;gap:0;animation:scroll 30s linear infinite;width:fit-content;height:70vh}.background__img{height:70vh;width:auto;object-fit:cover;flex-shrink:0;display:block;margin:0;padding:0}.home__container{background-color:#add8e6;display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:100vw;height:100vh;margin:0}.home__contents{position:relative;z-index:1;margin-top:70vh;background-color:#fff;min-height:100vh;width:100vw}.home__howtoplay_header{margin-top:150px}.home__text{font-size:20px;overflow:auto;padding:0 5vw}.home__label{font-size:15px}.home__howtoplay_img-container{display:flex;justify-content:center;gap:5vw}.home__howtoplay_img{width:250px}.test{color:#000;font-size:2rem}@media(max-width:768px){.home__background{max-width:100vw}.home__header{font-size:30px}.home__header-btn{scale:3}.home__howtoplay_img-container{flex-direction:column}}@keyframes catching{40%{transform:scale(1)}to{transform:scale(0)}}.PokemonArea__container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:10vw;background-color:#4d4d4d40;width:25vw;min-width:300px;height:auto;padding-bottom:25px}.PokemonArea__pokemon_image{width:20vw;height:auto;transition:scale .5s ease-in-out forwards}.PokemonArea__pokemon_image.catching{animation:catching 1.5s ease-in-out forwards}.PokemonArea__Info{display:flex;flex-direction:column;align-items:center}.PokemonArea__pokemon_name{font-size:2vw;margin:0}.PokemonArea__pokemon_search-btn{z-index:2;margin-top:10px;width:15vw}.caught{color:#0f0}.uncaught{color:red}@media(max-width:768px){.PokemonArea__container{margin:0;margin-top:8vh;height:150px;width:100%;min-width:0;max-width:200vw;background-color:#4d4d4d00;padding-bottom:0}.PokemonArea__pokemon_image{width:40vw;max-width:300px}.PokemonArea__pokemon_name{font-size:20px}.PokemonArea__pokemon_search-btn{position:relative;top:5vh;margin-top:0;width:200px;font-size:3.25vw}.PokemonArea__status{position:relative;top:5vh;font-size:2.5vw}}@keyframes throwPokeball{0%{transform:translate(0) scale(1) rotate(0)}40%{transform:translate(-26.25vw,-10vh) scale(1.2) rotate(720deg)}60%{transform:translate(-26.25vw,-3vh) scale(.9) rotate(720deg)}70%{transform:translate(-26.25vw,-3vh) scale(1.1) rotate(720deg)}80%{transform:translate(-26.25vw,-3vh) scale(.95) rotate(720deg)}to{transform:translate(-26.25vw,-3vh) scale(1) rotate(720deg)}}.PokemonCatchZone__container{display:flex;flex-direction:column;gap:37.5px;align-items:center;justify-content:center;width:100px;height:50vh;scale:150%}.PokemonCatchZone__catch-btn{background-color:#0f0;width:10vw;height:5vh;font-size:1vw;transition:opacity .25s ease-in-out,background-color .25s ease-in-out}.PokemonCatchZone__catch-btn:disabled{opacity:.9;background-color:gray}.PokemonCatchZone__pokeball-btn{background-color:#d3d3d3;width:8vw;height:4vh;font-size:1vw;padding:0}.PokemonCatchZone__pokeball_container{display:flex;flex-direction:row;align-items:center}.PokemonCatchZone__pokeball{width:5vw;height:auto}.PokemonCatchZone__pokeball.throwing{animation:throwPokeball 1.5s ease-in-out forwards}.PokemonCatchZone__pokeball__quantity-text{width:75px}@media(max-width:768px){@keyframes throwPokeballMobile{0%{transform:scale(1) rotate(0)}40%{transform:scale(1.2) rotate(720deg)}60%{transform:scale(.9) rotate(720deg)}70%{transform:scale(1.1) rotate(720deg)}80%{transform:scale(.95) rotate(720deg)}to{transform:scale(1) rotate(720deg)}}.PokemonCatchZone__container{height:auto;gap:5px;width:75px;padding-top:15vh}.PokemonCatchZone__catch-btn{width:40vw;height:4vh;font-size:100%;display:flex;justify-content:center;align-items:center}.PokemonCatchZone__pokeball-btn{width:100px;height:25px;font-size:12px}.PokemonCatchZone__pokeball{width:35px}.PokemonCatchZone__pokeball__quantity-text{margin:0}.PokemonCatchZone__pokeball.throwing{animation:throwPokeballMobile 1.5s ease-in-out forwards}.PokemonCatchZone__pokeball__quantity-text{width:45px}}.pokeball__background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;visibility:hidden;opacity:0;transition:opacity .5s ease-in-out,visibility 0s .5s;z-index:3}.pokeball__visible{visibility:visible;opacity:1;transition:opacity .5s ease-in-out,visibility 0s 0s}.pokeball__modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%;background-color:#fff}.pokeball__header{font-size:40px}.pokeball__modal_close-btn{position:relative;top:20px;left:28vw;cursor:pointer}.pokeball__selection{display:flex;justify-content:center;align-items:center;gap:25px}.pokeball__image{width:100px;height:auto;cursor:pointer;transition:scale .15s ease-in-out}.pokeball__image:hover{scale:125%}.pokeball__selection_quantity-text{font-size:20px;margin-top:0}.pokeball__scavenge-btn{margin-top:3vh;background-color:#f08080}.pokeball__scavenge-text{margin-bottom:3vh;display:flex;align-items:center;gap:3px}.pokeball__scavenge-image{max-width:30px}@media(max-width:768px){.pokeball__selection{flex-direction:column;margin-bottom:25px}.pokeball__modal{width:90%}.pokeball__image{width:15vw}.pokeball__selection_container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.pokeball__modal_close-btn{left:37vw}.pokeball__selection_quantity-text{margin-bottom:0}}a{cursor:pointer}.LoginPage__container{background-color:#add8e6;display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}.LoginPage__login{background-color:#fff;min-width:50vw;padding-bottom:25px}.LoginForm{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;width:25vw}.LoginPage__login-input{text-align:center;margin-bottom:25px;padding:10px 0;font-size:16px;width:45vw}.LoginPage__error-text{color:red;padding:15px 30px 0;font-weight:700}.LoginPage__error-banner{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:12px 20px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:1rem}.LoginPage__login-input:invalid{border-color:#dc3545}.LoginPage__login-input:valid{border-color:#28a745}.LoginPage__warning-text{color:red}@media(max-width:768px){.LoginPage__login{width:90vw}.LoginPage__warning-text{color:red;font-size:3vw;width:550px}}.UserPokemonPage__container{display:flex;flex-wrap:wrap;flex-direction:column;gap:15px;width:100vw}.UserPokemonPage__page-container{margin-bottom:20px;text-align:center;max-width:100vw;display:flex;justify-content:center;order:1}.UserPokemonPage__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0;min-height:60vh;min-width:90vw;margin-left:5vw;margin-right:5vw;padding-top:1vh;order:2;background:#2a7b9b;background:linear-gradient(90deg,#2a7b9b,#57c785 31%,#fff 50%,#12ebff 76%,#eddd53)}.UserPokePage__boxText{margin:0 3vw 10px;font-weight:700;background-color:#fff;width:75px}.UserPokemonPage__unqiue-text{font-weight:700;order:3}@media(max-width:768px){.UserPokemonPage__page-container{scale:.75;margin:0;order:2}.UserPokemonPage__grid{grid-template-columns:repeat(3,1fr);margin-top:15vh;margin-bottom:10px;order:1;background:none}.UserPokemonPage__unqiue-text{font-size:2.5vw;margin-bottom:10vh;order:3}}.pokemon__container{display:flex;flex-direction:column;align-items:center;height:15vh}.pokemonCard__img{width:5vw;min-width:100px;height:auto;cursor:pointer;transition:background-color .25s ease-in-out;border-radius:5px}.pokemonCard__img:hover{background-color:#4d4c4c61}.pokemonCard__name{margin:10px 0 0}@media(max-width:768px){.pokemon__container{scale:.75}.pokemonCard__img{width:1vw}}.pokemonModal__background{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;visibility:hidden;opacity:0;transition:opacity .5s ease-in-out,visibility 0s .5s;z-index:1;display:flex;justify-content:center;align-items:center}.pokemon__visible{visibility:visible;opacity:1;transition:opacity .5s ease-in-out,visibility 0s 0s}.pokemonModal__modal{position:fixed;display:flex;align-items:center;justify-content:center;flex-direction:column;width:40vw;height:40vw;border-radius:10px;background-color:#fff;z-index:4}.pokemonModal__close-btn{position:relative;top:-1vw;left:18vw;cursor:pointer}.pokemonModal__img{width:10vw}.pokemonModal__name-text{font-size:2vw}.pokemonModal__caught-date{font-size:1.5vw}.pokemonModal__caught-ball_text{font-size:1vw;display:flex;align-items:center}.pokemonModal__caught-ball_img{width:2vw}.pokemonModal__shiny-text,.pokemonModal__id-text{font-size:1vw}.shiny{color:gold}@media(max-width:768px){.pokemonModal__modal{width:90vw;height:130vw}.pokemonModal__close-btn{top:2vh;left:35vw}.pokemonModal__img{width:60vw}.pokemonModal__name-text{font-size:5vw}.pokemonModal__caught-date{font-size:3.5vw}.pokemonModal__caught-ball_text{font-size:3vw;display:flex;align-items:center}.pokemonModal__caught-ball_img{width:3vw}.pokemonModal__shiny-text,.pokemonModal__id-text{font-size:3vw}}.loading-div{width:100vw;display:flex;justify-content:center}.menu__background{position:fixed;width:100vw;height:1000vh;background-color:#111111bf;visibility:hidden;opacity:0;transition:opacity 1s ease-in-out;z-index:5}.visible{visibility:visible;opacity:1}.menu__popup-img{width:5vh;height:auto;rotate:0;position:fixed;border-radius:50px;top:93vh;transition:rotate 1s ease-in-out;z-index:6}.menuOpen{rotate:-360deg}.menu__container{position:fixed;bottom:2vh;left:0;right:0;display:flex;justify-content:center;gap:5vw}@media(max-width:768px){.menu__container{flex-direction:column;align-items:center;top:0;gap:10vh;width:100vw}}.leaderboard__container{margin:100px auto;padding:20px;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column}.leaderboard__title{text-align:center;font-size:3rem;margin-bottom:30px;color:#333}.leaderboard__tabs{display:flex;justify-content:center;gap:10px;margin-bottom:40px}.leaderboard__tab{padding:12px 24px;font-size:1.1rem;background-color:#f0f0f0;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.leaderboard__tab:hover{background-color:#e0e0e0}.leaderboard__tab.active{background-color:#667eea;color:#fff;font-weight:700}.leaderboard__podium{display:flex;justify-content:center;align-items:flex-end;gap:20px;margin-bottom:50px;padding:20px}.podium__item{text-align:center;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000001a;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-width:150px}.podium__first{order:2;height:250px;background:linear-gradient(135deg,#f093fb,#f5576c);transform:scale(1.1)}.podium__second{order:1;height:200px;background:linear-gradient(135deg,#4facfe,#00f2fe)}.podium__third{order:3;height:180px;background:linear-gradient(135deg,#43e97b,#38f9d7)}.podium__rank{font-size:3rem;margin-bottom:10px}.podium__username{cursor:pointer;font-size:1.2rem;font-weight:700;margin-bottom:10px}.podium__username:hover{color:gray}.podium__value{font-size:1.5rem;font-weight:700}.leaderboard__table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.leaderboard__table thead{background-color:#667eea;color:#fff}.leaderboard__table th{padding:15px;text-align:left;font-size:1.1rem}.leaderboard__table td{padding:15px;border-bottom:1px solid #f0f0f0}.leaderboard__table tr.highlight{background-color:#fff3cd;font-weight:700}.leaderboard__rank{color:#667eea;font-weight:700}.leaderboard__username{cursor:pointer}.leaderboard__username:hover{color:gray}.leaderboard__loading{text-align:center;font-size:1.5rem;padding:50px}tr{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:768px){.leaderboard__container{width:25vw}.leaderboard__podium{flex-direction:column;align-items:center}.podium__first{order:1}.podium__second{order:2}.podium__third{order:3}.leaderboard__tabs{flex-direction:column}.leaderboard__table{font-size:.9rem}}.account__container{background-color:#add8e6;display:flex;justify-content:center;align-items:center;flex-direction:column;min-width:100vw;height:100vh;margin:0}.account__username{display:flex;gap:10px;flex-direction:column;margin:30px}.account__logout-btn{background-color:#890000}.acount__username-status{color:red;font-weight:700;text-wrap:wrap}
