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