@font-face{font-family:Pokemon Solid;src:url(/assets/PokemonSolid-a8e23ded.ttf)}*{box-sizing:border-box;transition:all .3s ease;margin:0;padding:0}body:has(.theme-light){background-color:#f1f1f1}body:has(.theme-dark){background-color:#1a1a2e}a{text-decoration:inherit;font-size:inherit;font-weight:inherit;color:inherit}.container{min-height:100vh;padding:1rem;display:flex;justify-content:center}.container .wrapper{width:70%}@media screen and (max-width: 768px){.container .wrapper{width:100%}}.header button{position:absolute;right:2rem;top:2rem;background-color:transparent;border:none;cursor:pointer}.header button img{width:30px;height:30px}.header .logo{width:5rem;height:5rem;position:absolute;left:50%;transform:translate(-50%)}.header .logo img{width:100%;height:100%}.input{border:none;padding:.5rem;font-size:1rem;width:100%;height:4rem;margin-bottom:1rem;outline:0;font-size:2rem;background-color:transparent;font-family:Pokemon Solid;letter-spacing:5px;text-shadow:5px 0 #345a9c,-5px 0 #345a9c,0 5px #345a9c,0 -5px #345a9c,1px 1px #345a9c,-1px -1px #345a9c,1px -1px #345a9c,-1px 1px #345a9c}.theme-light .input{border-bottom:2px solid #345a9c;color:#f8ce01}.theme-light .input::placeholder,.theme-light .input::-webkit-input-placeholder{color:#f8ce01;opacity:.5}.theme-dark .input{border-bottom:2px solid #f8ce01;color:#f8ce01}.theme-dark .input::placeholder,.theme-dark .input::-webkit-input-placeholder{color:#f8ce01;opacity:.5}@media screen and (max-width: 768px){.input{font-size:1.5rem;font-family:Lato,sans-serif;text-shadow:none;letter-spacing:0}.theme-light .input{border-bottom:1px solid #345a9c;color:#333}.theme-light .input::placeholder,.theme-light .input::-webkit-input-placeholder{color:#333;opacity:.5}.theme-dark .input{border-bottom:1px solid #f8ce01;color:#eee}.theme-dark .input::placeholder,.theme-dark .input::-webkit-input-placeholder{color:#eee;opacity:.5}}.poke-loader{display:flex;justify-content:center;height:100%;transform-origin:50% 50%;animation:jump .5s linear alternate infinite}@keyframes jump{0%{transform:translateZ(0) scaleZ(1)}40%{transform:translate3d(0,30%,0) scaleZ(1)}to{transform:translate3d(0,50%,0) scale3d(1,.8,1)}}.poketops-loader{display:flex;justify-content:center}.poketops__poke{margin:.5rem}.poketops__poke:first-child{animation:scale .5s linear alternate infinite}.poketops__poke:nth-child(2){animation:scale .5s linear alternate infinite .1s}.poketops__poke:nth-child(3){animation:scale .5s linear alternate infinite .2s}@keyframes scale{0%{transform:scaleZ(1)}40%{transform:scale3d(1.2,1.2,1.2)}to{transform:scaleZ(1)}}.card{border-radius:4px;display:flex;flex-direction:column;margin:0 0 1rem}.card__wrapper{display:flex;flex-direction:column;padding:1rem;height:100%;min-height:320px;border-radius:.5rem;box-shadow:0 1px 2px #1111121a;text-align:center;background-color:#6c757d;justify-content:space-between}.card__info{display:flex;flex-direction:column;justify-content:center;align-items:center}.card__title{font-family:Lato,sans-serif;font-weight:700;border-radius:4px;padding:3px 15px;width:fit-content}.card__id{font-family:Lato,sans-serif;font-weight:400;border-radius:4px;padding:3px 15px;width:fit-content}.card__image{align-self:center;margin:0 0 1rem;width:50%;max-width:50%;filter:drop-shadow(0 0 20px rgba(17,17,18,.5));-webkit-filter:drop-shadow(0 0 20px rgba(17,17,18,.5))}.card__image-wrapper{display:flex;justify-content:center;padding:2rem 0}.card__image-wrapper>div{height:10rem;width:100%;display:flex;justify-content:center;align-items:center}.card__image-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.image-wrapper{position:relative}.image-wrapper .active{visibility:visible;opacity:1;transition:opacity .5s ease-in-out}.image-wrapper .disabled{visibility:hidden;opacity:0}.image-loader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.not-found{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-family:Lato,sans-serif;font-size:1.25rem}.theme-light .not-found{color:#333}.theme-dark .not-found{color:#eee}.not-found img{width:10rem;margin:3rem auto;filter:grayscale(100%)}.cards__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;margin:1rem 0}@media screen and (max-width: 768px){.cards__grid{grid-template-columns:repeat(1,1fr)}}.search-wrapper{height:100%;transition:all .3s ease-in-out;display:flex;justify-content:center}.search-wrapper .__center{width:100%;margin-top:30%}.search-wrapper .__center.stick{margin-top:6rem}.pokemon-detail__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:4rem;border-radius:10px;width:100%;max-width:80%;min-height:60vh;max-height:90vh;font-family:Lato,sans-serif;left:50%;top:50%;transform:translate(-50%,-50%);position:fixed;z-index:9999;gap:3rem;overflow-x:hidden;overflow-y:auto}.theme-light .pokemon-detail__wrapper{background-color:#f1f1f1;box-shadow:0 0 30px #16213e4d}.theme-dark .pokemon-detail__wrapper{background-color:#1a1a2e;box-shadow:0 0 30px #16213e4d}@media screen and (max-width: 768px){.pokemon-detail__wrapper{flex-direction:column;padding:1rem;justify-content:flex-start;max-width:90%}}.pokemon-detail .poke_name{font-size:2.5rem}.pokemon-detail .poke_name__big{position:absolute;width:100%;font-size:5rem;opacity:.3;white-space:nowrap;left:0;bottom:0;line-height:.8}.pokemon-detail__info{flex:1;padding:20px}@media screen and (max-width: 768px){.pokemon-detail__info{padding:20px 0;width:100%}}.pokemon-detail__description{opacity:.7}.pokemon-detail:after{content:"";width:100%;height:100vh;position:fixed;z-index:998;background-color:#11111299}.pokemon-detail__image{width:100%;max-width:400px;margin-bottom:20px}@media screen and (max-width: 768px){.pokemon-detail__image{width:60%}}.pokemon-detail__image img{width:100%;filter:drop-shadow(9px 50px 19px rgba(17,17,18,.3))}.pokemon-detail__name{font-size:24px;font-weight:700;margin-bottom:10px}.pokemon-detail__types{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;border-radius:28px;width:fit-content;padding:0 .5rem 0 0}.pokemon-detail__types-round{border-radius:50%;background-color:#f8f9facc;width:2.5rem;height:2.5rem;padding:5px;display:flex;align-items:center;justify-content:center}.pokemon-detail__types-wrapper{display:flex;position:absolute;z-index:-1;right:0;bottom:0}.pokemon-detail__types span{padding-left:.5rem;font-family:Lato,sans-serif;text-transform:uppercase;font-size:12px}.pokemon-detail__types-item{display:flex;align-items:center;fill:#111112;opacity:.2}.pokemon-detail__types-item--normal{fill:#a8a878;stroke:#111112}.pokemon-detail__types-item--fire{fill:#f08030;stroke:#111112}.pokemon-detail__types-item--water{fill:#6890f0;stroke:#111112}.pokemon-detail__types-item--electric{fill:#f8d030;stroke:#111112}.pokemon-detail__types-item--grass{fill:#78c850;stroke:#111112}.pokemon-detail__types-item--ice{fill:#98d8d8;stroke:#111112}.pokemon-detail__types-item--fighting{fill:#c03028;stroke:#111112}.pokemon-detail__types-item--poison{fill:#a040a0;stroke:#111112}.pokemon-detail__types-item--ground{fill:#e0c068;stroke:#111112}.pokemon-detail__types-item--flying{fill:#a890f0;stroke:#111112}.pokemon-detail__types-item--psychic{fill:#f85888;stroke:#111112}.pokemon-detail__types-item--bug{fill:#a8b820;stroke:#111112}.pokemon-detail__types-item--rock{fill:#b8a038;stroke:#111112}.pokemon-detail__types-item--ghost{fill:#705898;stroke:#111112}.pokemon-detail__types-item--dragon{fill:#7038f8;stroke:#111112}.pokemon-detail__types-item--dark{fill:#705848;stroke:#111112}.pokemon-detail__types-item--steel{fill:#b8b8d0;stroke:#111112}.pokemon-detail__types-item--fairy{fill:#ee99ac;stroke:#111112}.pokemon-detail__strong{margin-bottom:1rem}.pokemon-detail__strong-wrapper{padding-top:.3rem;display:flex;gap:.5rem;flex-wrap:wrap}.pokemon-detail__stats{display:block;width:100%;padding:1rem 0;margin:0 0 1rem}.pokemon-detail__stats-item{display:flex;flex:0 0 15em;gap:.5rem;justify-content:flex-end;align-items:center}.pokemon-detail__stats-item:not(:last-child){margin-bottom:1rem}.pokemon-detail__stats-item-name{width:25%;font-size:small}.pokemon-detail__stats-item-bar{width:70%;height:10px;border-radius:10px;background-color:#11111266;position:relative;overflow:hidden}.pokemon-detail__stats-item-bar-inner{position:absolute;top:0;left:0;bottom:0;border-radius:10px}.pokemon-detail__stats-item-value{width:3rem;text-align:left;font-size:small}.bold{font-weight:700}p{line-height:2}.close{position:fixed;top:10px;right:10px;font-size:24px;font-weight:700;cursor:pointer}.theme-light .close{color:#333}.theme-dark .close{color:#eee}.close button{padding:5px;width:32px;height:32px;border-radius:50%;border:none;background-color:#11111299;display:flex;align-items:center;justify-content:center;cursor:pointer}.close button svg{width:18px;height:18px}.theme-light .close button svg{fill:#333;stroke:#f1f1f1}.theme-dark .close button svg{fill:#eee;stroke:#f1f1f1}.out-enter{transform:scale(.5) translate(-100%,-100%)}.out-enter-active{transform:scale(1) translate(-50%,-50%);transition:transform 3s ease-in}.out-exit{opacity:1}.out-exit-active{opacity:0;transition:opacity .5s ease-in}
