#PokemonCardContainer{aspect-ratio:5/3;color:#213547;background:linear-gradient(#feebeb 0%,#ff7979 100%);border:1px solid #213547;border-radius:10px;justify-content:center;height:50dvh;display:flex;box-shadow:0 15px 30px #101010}#PokemonCardContainer>p{text-align:center;align-self:center;margin:0 auto;font-weight:700}#ImageContainer{border-radius:10px 0 0 10px;justify-content:center;align-items:center;width:50%;height:100%;margin:0;display:flex;position:relative}#favoritesButton{background:0 0;border:none;margin:0;padding:0;position:absolute;top:5px;left:5px}#favoritesButton:hover{transform:scale(1.1)}#favoritesButton:focus,#favoritesButton:focus-visible{outline:none}#StarIcon{height:5dvh}#PokemonImage{height:75%;padding:10px}#StatContainer{border-radius:0 10px 10px 0;width:50%;height:100%;overflow:hidden}#StatContainer>section{flex-direction:column;align-items:flex-start;padding-top:10px;padding-bottom:20px;display:flex}#StatContainer>section>h1,#StatContainer>section>h2{margin:0;padding:0}#StatContainer>section>h1{font-size:6dvh}#StatContainer>section>h2{font-size:4dvh}#StatGrid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,1fr);align-items:start;gap:20% 3%;display:grid}#StatGrid section{text-align:left;flex-direction:column;display:flex}#StatGrid section h3,#StatGrid section p,#StatGrid section ul{margin:0;padding:0}#StatGrid section li{list-style:none}#StatGrid section h3{font-size:3dvh}#StatGrid section p,#StatGrid section ul{font-size:2dvh}@media (aspect-ratio<=1){#PokemonCardContainer{aspect-ratio:3/5;flex-direction:column;height:60dvh}#ImageContainer{border-radius:10px 10px 0 0;width:100%;height:50%}#PokemonImage{height:80%}#StatContainer{border-radius:0 0 10px 10px;width:100%;height:50%}#StatContainer>section{padding-bottom:5px;padding-left:20px}#StatContainer>section>h1{font-size:2.8dvh}#StatContainer>section>h2{font-size:2dvh}#StatGrid{padding-left:20px}#StatGrid section h3{font-size:1.8dvh}#StatGrid section p,#StatGrid section ul{font-size:1.5dvh}}@media (aspect-ratio<=1/2){#PokemonCardContainer{aspect-ratio:1/2}}.typeListEntry{margin:2px}.pokemonTypeLabel{color:#000;border:1px solid #000;border-radius:10px;justify-content:center;width:100%;font-weight:700;display:flex;box-shadow:0 1px 1px #101010}#ScrollerWrapper{flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;display:flex}#ScrollerWrapper>button{cursor:pointer;background:0 0;border:none;width:fit-content;margin:10px;font-size:24px}#ScrollerWrapper>button>img{height:5dvh}#ScrollerWrapper>button:hover>img{filter:drop-shadow(0 0 1px #fff3);scale:1.1}#ScrollerWrapper>button:first-of-type>img{animation:3s ease-in-out infinite hoverUpDown}#ScrollerWrapper>button:last-of-type>img{animation:3s ease-in-out infinite hoverDownUp}@keyframes hoverUpDown{0%{transform:translateY(-3px)}50%{transform:translateY(3px)}to{transform:translateY(-3px)}}@keyframes hoverDownUp{0%{transform:translateY(3px)}50%{transform:translateY(-3px)}to{transform:translateY(3px)}}@media (prefers-reduced-motion){#ScrollerWrapper>button:first-of-type>img,#ScrollerWrapper>button:last-of-type>img{animation:none}}#PokemonListWrapper{z-index:10}.list{background-color:#303030;border-radius:8px;width:200px;max-height:calc(100dvh - 24px);margin:12px;padding-left:0;list-style-type:none;transition:max-height .3s ease-out;overflow-y:auto;box-shadow:0 15px 30px #101010}.list li{cursor:pointer;border-bottom:1px solid #434343;align-items:center;padding:12px 16px;font-weight:700;display:flex}.list li:hover{background-color:#4a4a4a}.list li.selected{color:#213547;background:linear-gradient(#feebeb 0%,#ff7979 100%)}.list li:last-child{border-bottom:none}.list li:first-child.selected{border-top-left-radius:8px}.list li:last-child.selected{border-bottom-left-radius:8px}.list li:first-child:hover{border-top-left-radius:8px}.list li:last-child:hover{border-bottom-left-radius:8px}.list img{border-radius:5px;width:40px;height:40px;margin-right:10px}.list img.refresh{width:30px;height:30px}.list img.loading{animation:.25s linear infinite spin}.list li:hover>img.refresh{animation:.25s linear spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;align-items:center;width:30px;height:30px;margin:12px;padding:0;display:none}.hamburger:focus{outline:none}.hamburger .hamburgerLine{background-color:#616161;border-radius:5px;width:100%;height:4px;transition:transform .3s,opacity .3s}@media (width<=945px){#PokemonListWrapper{position:absolute;top:0;left:0}.list{max-height:0;transition:max-height .3s ease-out}.list.active{max-height:calc(100dvh - 66px)}.hamburger{display:flex}}.hamburger.active .hamburgerLine:first-child{transform:translateY(10px)rotate(45deg)scale(1.1)}.hamburger.active .hamburgerLine:nth-child(2){opacity:0}.hamburger.active .hamburgerLine:nth-child(3){transform:translateY(-10px)rotate(-45deg)scale(1.1)}.list::-webkit-scrollbar{width:7px}.list:hover::-webkit-scrollbar{width:11px}.list::-webkit-scrollbar-track{background:#303030;border-top-right-radius:5px;border-bottom-right-radius:5px}.list:hover::-webkit-scrollbar-track{background:#202020}.list::-webkit-scrollbar-thumb{background:#7c7c7c;border:2px solid #303030;border-radius:10px}.list:hover::-webkit-scrollbar-thumb{background:#7c7c7c;border:3px solid #202020}.list::-webkit-scrollbar-thumb:hover{background:#999}#SortAndFilterWrapper{z-index:9;flex-direction:column;align-items:flex-end;display:flex}.sortAndFilter{color:#fff;background-color:#303030;border-radius:10px;flex-direction:column;width:150px;height:calc(100dvh - 24px);margin:12px;padding:0 10px;transition:height .3s ease-out;display:flex;overflow:auto;box-shadow:0 15px 30px #101010}.sortAndFilter>h2{text-align:center;margin-top:10px}.filterList,.sortList{margin:0;padding:10px 0;list-style-type:none}.filterListEntry,.sortListEntry{flex-direction:row;justify-content:center;gap:10px;margin:1px;display:flex}.filterListEntry>label,.sortListEntry>label{text-align:center;width:100%;margin-left:auto;margin-right:auto}.filterListEntry>*,.sortListEntry>*{cursor:pointer}.starIcon{color:#ff0}h2{margin-top:0;margin-bottom:0}#favoriteIcon{width:20px}.sortFilterMenu{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;align-items:center;width:30px;height:30px;margin:12px;padding:0;display:none}.sortFilterMenu>img{float:right;width:100%}@media (width<=1200px){#SortAndFilterWrapper{position:absolute;top:0;right:0}.sortAndFilter{height:0;margin-top:0;transition:height .3s ease-out;overflow:hidden}.sortAndFilter.active{height:calc(100dvh - 66px);overflow:auto}.sortFilterMenu{display:block}}#wrapper{flex-direction:row;justify-content:center;align-items:center;width:calc(100vw - 20px);padding:0 10px;display:flex}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100dvh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}
