@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";.loading-bar{position:sticky;top:4rem;z-index:500;box-sizing:border-box;width:100%;height:.5rem;background-color:transparent}.loading-bar.loading{background:linear-gradient(to right,#e4e149,#22af29,#254dbb,#c525bd,#c92e2e,#c99016,#e4e149);background-size:200% 100%;animation:infiniteLoading 2s linear infinite}@keyframes infiniteLoading{0%{background-position:0 0}to{background-position:-200% 0}}.pokemon-type{box-sizing:border-box;min-width:5rem;display:inline-flex;flex-direction:row;place-items:center;padding:.5rem .75rem;margin:.5rem;gap:.5rem;border:1px solid rgba(0,0,0,.25);border-radius:var(--card-border-radius);color:var(--text-color);text-transform:capitalize}.pokemon-type img{width:1.5rem;height:1.5rem}@media (max-width: 36rem){.pokemon-type{padding:.25rem .5rem}}.pokemon-card{width:16rem;min-height:22.5rem;text-transform:capitalize;border-radius:var(--card-border-radius);box-shadow:0 0 1rem #00000040;cursor:pointer}.pokemon-card:hover{box-shadow:0 0 1rem #00000060;transform:scale(1.05);transition:all .3s}.pokemon-card .pokemon-image-background{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;border-top-left-radius:var(--card-border-radius);border-top-right-radius:var(--card-border-radius);border-bottom-left-radius:10rem;border-bottom-right-radius:10rem;background-color:#fff9}.pokemon-card .pokemon-image-background .image{margin-top:-5rem;z-index:10;width:150px;height:150px}.pokemon-card .pokemon-image-background .pokemon-number{position:relative;font-size:2.5rem;color:var(--pokemon-number-color);z-index:5}.pokemon-card h2{margin-top:.25rem;color:var(--text-color)}.pokemon-card .types{display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap}@media (max-width: 36rem){.pokemon-card{min-height:auto}.pokemon-list .pokemon-card{font-size:1.5rem;max-height:8.75rem;width:calc(100vw - 2rem);display:flex;flex-direction:row-reverse;justify-content:space-between}.pokemon-list .pokemon-card:hover{transform:scale(1.01)}.pokemon-list .pokemon-card .pokemon-title{display:flex;flex-grow:1;flex-direction:column-reverse;justify-content:center;align-items:center}.pokemon-list .pokemon-card .pokemon-title h2{padding-bottom:0;margin-block-end:0}.pokemon-list .pokemon-card .pokemon-image-background{border-top-left-radius:10rem;border-top-right-radius:var(--card-border-radius);border-bottom-right-radius:var(--card-border-radius);border-bottom-left-radius:10rem;width:10rem;padding:.25rem}.pokemon-list .pokemon-card .pokemon-image-background img{width:6rem;height:6rem;margin-top:-4rem}.pokemon-list .pokemon-card .pokemon-image-background .pokemon-number{margin-top:0}}.search-container{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.5rem 1rem;margin-left:-1.5rem;position:sticky;z-index:200;top:0}@media (max-width: 70rem){.search-container{background-color:#fff;box-shadow:0 .125rem .25rem #0000001a;top:4rem}}.search-container label{position:relative;fill:var(--dark-text-color);top:.125rem;left:2.5rem}.search-container input{box-sizing:border-box;min-width:min(36rem,calc(100vw - 2rem));height:3rem;padding:.5rem 2.75rem;border-radius:100px;border:1px solid var(--dark-text-color);outline:none;background-color:var(--bg-color);color:var(--dark-text-color);font-size:1.25rem}.search-container input::placeholder{color:var(--highlight-color)}.search-container input:focus{border:1px solid var(--dark-text-color);outline:none}.pokemon-list{display:flex;flex-direction:row;justify-content:center;align-items:start;flex-wrap:wrap;gap:1rem;padding-top:1rem;padding-bottom:1rem}header{display:flex;flex-direction:row;justify-content:center;align-items:center;position:sticky;background-color:var(--header-color);box-shadow:0 .5rem 1rem #00000040;z-index:100;top:0;transition:all .1s}header.collapsed{justify-content:start}header img{box-sizing:border-box;padding:.5rem;height:8rem;transition:all .1s}header.collapsed img{height:4rem}header.collapsed .widget{box-sizing:border-box;padding-left:1rem;height:24px;width:3rem;cursor:pointer}.stat-panel h4{margin-top:.5rem;margin-bottom:0;text-transform:capitalize}.stat-panel p{margin-top:0;margin-bottom:.5rem;font-size:1rem;font-style:italic}.pokemon-info-card{border-radius:var(--card-border-radius);font-size:1.5rem;width:min(calc(100vw - 2rem),36rem);overflow-x:hidden;display:flex;flex-direction:column}@media (max-width: 36rem){.pokemon-info-card{width:100vw;border:0;border-radius:0;flex-shrink:0}.pokemon-info-card .pokemon-title h2{padding-bottom:0;margin-block-end:0}}.pokemon-info-card .pokemon-header{display:flex;flex-direction:row;justify-content:end}.pokemon-info-card .pokemon-image-background{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;background-color:#fff9;width:12rem;height:14rem;border-top-right-radius:var(--card-border-radius);border-bottom-right-radius:var(--card-border-radius);border-bottom-left-radius:20rem;border-top-left-radius:20rem}.pokemon-info-card .pokemon-image-background img{width:12rem;height:12rem;margin:auto}.pokemon-info-card .pokemon-image-background .pokemon-number{position:relative;font-size:2.5rem;color:var(--pokemon-number-color);z-index:5}.pokemon-info-card h2{margin-top:.25rem;margin-bottom:.5rem;color:var(--text-color);font-size:2rem}.pokemon-info-card .pokemon-info{height:100%;display:flex;flex-grow:1;flex-direction:column;padding-left:1rem;padding-right:.5rem}.pokemon-info-card .pokemon-info .pokemon-title,.pokemon-info-card .pokemon-info .pokemon-genera{display:flex;flex-grow:0;flex-direction:row;justify-content:space-between;text-align:left}.pokemon-info-card .pokemon-info .pokemon-types{display:flex;place-content:center;margin-top:auto;margin-bottom:auto}.pokemon-info-card .pokemon-info h2,.pokemon-info-card .pokemon-info h3{padding:0;padding-top:1rem;margin:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}.pokemon-info-card .pokemon-genera{color:var(--text-color)}.pokemon-info-card .pokemon-genera h3{padding-top:0;font-size:1.25rem}.pokemon-info-card .pokemon-number{color:var(--text-color);font-size:1.5em;margin:.25rem 1rem}.pokemon-details .pokemon-card:hover{transform:none}.pokemon-description{padding:1rem}.pokemon-info-card .info{display:grid;color:var(--dark-text-color);grid-template-columns:1fr 1fr;border-radius:var(--card-border-radius);background-color:#ffffff80;margin:1rem}.evolution-details{margin:0;padding:0;font-size:.75rem}@media (max-width: 70rem){.evolution-details .arrow{transform:rotate(90deg)}}.evolution-card{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;padding:0;margin:0}@media (max-width: 70rem){.evolution-card{flex-direction:column}}@media (max-width: 36rem){.evolution-card .pokemon-card{width:12rem}.evolution-card .pokemon-card .pokemon-image-background{width:10rem}.evolution-card .pokemon-card .pokemon-image-background img{width:8rem;height:8rem}.evolution-card .pokemon-card .types{font-size:.75rem}.evolution-card .pokemon-card img{width:.75rem;height:.75rem}}.evolution-card .evolves-from,.evolution-card .evolves-to{display:flex;flex-direction:column;align-items:end;justify-content:center;gap:1rem;margin:0;padding:0}@media (max-width: 70rem){.evolution-card .evolves-from,.evolution-card .evolves-to{flex-direction:row;flex-wrap:wrap}}.evolution-card .evolution-transition{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin:0;padding:0}@media (max-width: 70rem){.evolution-card .evolution-transition{flex-direction:column}}.evolution-chain{padding:1rem;box-sizing:border-box;font-size:1rem;width:100%;display:flex;flex-direction:column;border-radius:var(--card-border-radius)}@media (max-width: 70rem){.evolution-chain{width:100vw;border:0;border-radius:0;flex-shrink:0}}.evolution-chain h2.title{margin-top:0;margin-bottom:.5rem;font-size:2rem;color:var(--text-color)}.evolution-chain .evolution{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;width:100%}@media (max-width: 70rem){.evolution-chain .evolution{flex-direction:column}}.evolution-chain-level p{font-size:1rem;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.evolution-chain-level p.arrow{font-size:2rem;font-weight:700}:root{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--type-bug: #8cb230;--type-dark: #58575f;--type-dragon: #0f6ac0;--type-electric: #eed535;--type-fairy: #ed6ec7;--type-fighting: #d04164;--type-fire: #fd7d24;--type-flying: #748fc9;--type-ghost: #556aae;--type-grass: #62b957;--type-ground: #dd7748;--type-ice: #61cec0;--type-normal: #9da0aa;--type-poison: #a552cc;--type-psychic: #ea5d60;--type-rock: #baab82;--type-steel: #417d9a;--type-water: #4a90da;--header-color: #ff4949;--bg-color: #ffffff;--text-color: #ffffff;--dark-text-color: #6d6e6f;--pokemon-number-color: rgba(0, 0, 0, .175);--card-border-radius: .5rem;color-scheme:light dark;color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root ::-webkit-scrollbar{width:0}@media (max-width: 36rem){:root{font-size:.675rem}}body{margin:0;display:flex;justify-content:center;align-items:start;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}.bug{background-color:var(--type-bug)}.dark{background-color:var(--type-dark)}.dragon{background-color:var(--type-dragon)}.electric{background-color:var(--type-electric)}.fairy{background-color:var(--type-fairy)}.fighting{background-color:var(--type-fighting)}.fire{background-color:var(--type-fire)}.flying{background-color:var(--type-flying)}.ghost{background-color:var(--type-ghost)}.grass{background-color:var(--type-grass)}.ground{background-color:var(--type-ground)}.ice{background-color:var(--type-ice)}.normal{background-color:var(--type-normal)}.poison{background-color:var(--type-poison)}.psychic{background-color:var(--type-psychic)}.rock{background-color:var(--type-rock)}.steel{background-color:var(--type-steel)}.water{background-color:var(--type-water)}.pokemon-details{padding:0;display:grid;grid-template-areas:"info buttons" "info details";grid-template-columns:36rem 1fr;grid-template-rows:4rem 1fr;justify-content:start;min-height:calc(100vh - 4rem)}@media (max-width: 70rem){.pokemon-details{display:flex;flex-direction:column;padding:0;gap:0;height:auto}}.pokemon-details .pokemon-info-card{grid-area:info;border-radius:0;height:auto}.pokemon-details .pokemon-info-card .pokemon-image-background{margin-top:.5rem;margin-right:.5rem;height:12rem;width:12rem;border-top-right-radius:20rem;border-bottom-right-radius:20rem}@media (max-width: 70rem){.pokemon-details .pokemon-info-card{width:100vw}.pokemon-details .pokemon-info-card .pokemon-image-background{margin-top:.5rem;margin-right:0;height:12rem;width:12rem;border-top-right-radius:0;border-bottom-right-radius:0}}.pokemon-details-outlet{grid-area:details;display:flex;padding:1rem;box-sizing:border-box;width:100%}@media (max-width: 70rem){.pokemon-details-outlet{padding:0;height:100%}}.pokemon-details-buttons{grid-area:buttons;display:flex;flex-direction:row;gap:1rem;padding:1rem;box-sizing:border-box;width:100%}.pokemon-details-buttons a{color:var(--dark-text-color);background-color:#ffffff80;text-decoration:none;height:2rem;font-size:1.25rem;padding:.5rem 1rem;border-radius:var(--card-border-radius);font-weight:700;flex-grow:1}.pokemon-details-buttons a.active{background-color:#ffffffe6}@media (max-width: 70rem){.pokemon-details .pokemon-stats{width:100vw;border:0;border-radius:0;flex-shrink:0}}.pokemon-stats{padding:1rem;box-sizing:border-box;font-size:1.5rem;width:100%;display:flex;border-radius:var(--card-border-radius);flex-direction:column}.pokemon-stats h2{margin-top:0;margin-bottom:.5rem;font-size:2rem}.pokemon-stats .info{display:grid;color:var(--dark-text-color);grid-template-columns:1fr 1fr;border-radius:var(--card-border-radius);background-color:#ffffff80;margin:1rem 0}.pokemon-stats .stat-info{display:grid;grid-template-columns:1fr 1fr;margin:1rem 0}.moves-button{color:#fff;width:12rem;height:3rem;font-size:1.5rem;border:none;border-radius:.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto}.pokemon-move{padding:1rem;box-sizing:border-box;font-size:1rem;width:min(calc(100vw - 2rem),34rem);box-shadow:0 0 1rem #00000040;border:1px solid rgba(0,0,0,.175);border-radius:var(--card-border-radius);display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 36rem){.pokemon-move{width:calc(100vw - 2rem)}}.pokemon-move img{width:1.5rem;height:1.5rem}.pokemon-move h3,.pokemon-move p{margin:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}.pokemon-move div.move-stats{display:flex;flex-direction:row;align-items:center;justify-content:end;width:12rem;gap:.25rem}.pokemon-move div.stat{display:flex;flex-direction:column;align-items:center;justify-content:start;width:2.75rem;gap:.25rem}.pokemon-move div.stat.level span{font-weight:700}.other-forms{padding:1rem;box-sizing:border-box;font-size:1rem;width:100%;display:flex;flex-direction:column;border-radius:var(--card-border-radius)}@media (max-width: 70rem){.other-forms{width:100vw;border:0;border-radius:0;flex-shrink:0}}.other-forms h2{margin-top:0;margin-bottom:.5rem;font-size:2rem}.other-forms h2.title{color:var(--text-color)}.other-forms-list{display:flex;flex-direction:row;justify-content:center;align-items:start;flex-wrap:wrap;gap:1rem;padding-top:1rem}.pokemon-moves{padding:1rem;box-sizing:border-box;font-size:1rem;width:100%;display:flex;flex-direction:column;border-radius:var(--card-border-radius)}@media (max-width: 70rem){.pokemon-moves{width:100vw;border:0;border-radius:0;flex-shrink:0}}.pokemon-moves h2{margin-top:0;margin-bottom:.5rem;font-size:2rem}.pokemon-moves h2.title{color:var(--text-color)}.pokemon-moves .filters button.filter{height:2.5rem;font-size:1rem;border:none;background-color:#3d3e3f;border-radius:var(--card-border-radius);padding:.25rem 1rem;margin:.25em;cursor:pointer}.pokemon-moves .filters button.filter.active{background-color:#4d4e4f}.moves-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(34rem,1fr));justify-content:justify;justify-items:center;align-items:center;flex-wrap:nowrap;gap:.5rem;padding-top:1rem}.stat-bar{--stat-hp: #d53947;--stat-attack: #fda827;--stat-defence: #0091eb;--stat-special-attack: #378d42;--stat-special-defence: #4b067f;--stat-speed: #8fb0c6;margin:.125rem;display:flex;flex-direction:row;align-items:start;justify-content:start}.stat-bar h4,.stat-bar p{margin:0;margin-right:1rem}.stat-bar h4{width:12.5rem;text-align:right}.stat-bar p{transition:all 3s;border:1px solid rgba(0,0,0,.25);border-radius:var(--card-border-radius)}.stat-bar.hp p{background-color:var(--stat-hp)}.stat-bar.attack p{background-color:var(--stat-attack)}.stat-bar.defense p{background-color:var(--stat-defence)}.stat-bar.special-attack p{background-color:var(--stat-special-attack)}.stat-bar.special-defense p{background-color:var(--stat-special-defence)}.stat-bar.speed p{background-color:var(--stat-speed)}
