:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--bounce-easing: linear( 0, .016, .063 9.1%, .25, .563, 1, .813 45.5%, .766, .75, .766, .813 63.6%, 1 72.7%, .953, .938, .953, 1, .984, 1 )}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}#app{max-width:1280px;margin:0 auto 10rem;text-align:center}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;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}}.back-link{display:flex}.cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:30px;margin-bottom:30px}.pokemon{display:flex;max-width:250px;width:165px;height:124px;color:#000;align-items:center;padding:16px;background-color:#f2f2f2;border-radius:8px;margin-bottom:16px;transition:margin .2s ease-in-out,color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;overflow:clip}.pokemon:hover{background-color:#fff;margin-top:-5px;margin-bottom:21px;box-shadow:0 .25rem .5rem #0000001a}.pokemon .image{flex:2;position:relative;margin-top:-5rem}.pokemon .image img{position:absolute;top:-5px;left:-15px;z-index:0}.pokemon .image .sprite{position:absolute;top:0;left:0;z-index:1}.pokemon .info{flex:1;display:flex;flex-direction:column;align-items:flex-start;color:#000}.pokemon .name{margin:0;font-size:18px;font-weight:900;line-height:1;text-transform:capitalize}.pokemon .id,.pokemon-detail .id{margin:0;color:#808285;font-size:13px;font-weight:700;text-transform:capitalize}.pokemon-detail .id{font-size:24px}.pokemon .types{display:flex;flex-wrap:wrap;margin-top:8px}.pokemon .type,.pokemon-detail .type{display:inline-block;padding:4px 8px;margin-right:8px;margin-bottom:8px;border-radius:16px;font-size:11px;font-weight:700;text-transform:uppercase;color:#fff}.pokemon-detail .type{font-size:18px}.pokemon .type.bug,.pokemon-detail .type.bug{background-color:#729f3f}.pokemon .type.dark,.pokemon-detail .type.dark{background-color:#707070}.pokemon .type.dragon,.pokemon-detail .type.dragon{background:linear-gradient(to top,#F16E57 0%,#F16E57 50%,#53A4CF 50%,#53A4CF 100%)}.pokemon .type.electric,.pokemon-detail .type.electric{background-color:#eed535;color:#000}.pokemon .type.fairy,.pokemon-detail .type.fairy{background-color:#fdb9e9;color:#000}.pokemon .type.fighting,.pokemon-detail .type.fighter{background-color:#d56723}.pokemon .type.fire,.pokemon-detail .type.fire{background-color:#fd7d24}.pokemon .type.flying,.pokemon-detail .type.flying{background:linear-gradient(to top,#BDB9B8 0%,#BDB9B8 50%,#3DC7EF 50%,#3DC7EF 100%);color:#000}.pokemon .type.ghost,.pokemon-detail .type.ghost{background-color:#7b62a3}.pokemon .type.grass,.pokemon-detail .type.grass{background-color:#9bcc50;color:#000}.pokemon .type.ground,.pokemon-detail .type.ground{background:linear-gradient(to top,#AB9842 0%,#AB9842 50%,#F7DE3F 50%,#F7DE3F 100%);color:#000}.pokemon .type.ice,.pokemon-detail .type.ice{background-color:#51c4e7;color:#000}.pokemon .type.normal,.pokemon-detail .type.normal{background-color:#a4acaf;color:#000}.pokemon .type.poison,.pokemon-detail .type.poison{background-color:#b97fc9}.pokemon .type.psychic,.pokemon-detail .type.psychic{background-color:#f366b9}.pokemon .type.rock,.pokemon-detail .type.rock{background-color:#a38c21}.pokemon .type.steel,.pokemon-detail .type.steel{background-color:#9eb7b8;color:#000}.pokemon .type.water,.pokemon-detail .type.water{background-color:#4592c4}.pokemon .stats{display:flex;flex-wrap:wrap;margin-top:8px}.pokemon .stat{display:flex;align-items:center;margin-right:16px;margin-bottom:8px;font-size:14px;font-weight:700}.pokemon .stat .name{margin-right:8px}.pokemon .stat .value{margin-left:8px}.pokemon-detail{display:flex;flex-direction:column}.pokemon-detail .header{display:flex;flex-direction:column;justify-content:center}.pokemon-detail .header .image{position:relative;width:200px;height:200px;align-self:center}.pokemon-detail .header .image img{position:absolute;top:0;left:0px;z-index:0}.pokemon-detail .header .image .sprite{position:absolute;top:0;left:0;z-index:1;width:auto}.pokemon-detail .header .info{display:flex;flex-direction:column;align-items:flex-start}.pokemon-detail .header .name{margin:0;font-size:2.25rem;font-weight:700;text-transform:capitalize;font-weight:900;font-family:Inter}.pokemon-detail .header img{width:215px;height:215px}.pokemon-detail .card{padding:1rem;background-color:#fff;color:#000;display:flex;flex-direction:column;gap:30px;align-self:center;border-radius:20px;z-index:1;font: 18px/36px Inter;letter-spacing:0px;justify-content:space-evenly;width:80vw;box-shadow:#091e4240 0 4px 8px -2px,#091e4214 0 0 0 1px}.pokemon-detail .card .left-stats{display:flex;flex-direction:column;flex-basis:35%}.pokemon-detail .card .stats.base-stats{width:100%}.pokemon-detail .card .animated>img{background-image:url(/pokemon-icon.svg);background-size:contain;background-position:center;background-repeat:no-repeat;min-height:100px}.pokemon-detail .card .stats{display:flex;flex-direction:column}.pokemon-detail .stats-card{display:flex;color:#000}.pokemon-detail .stat{display:flex;justify-content:space-between}.pokemon-detail .stat .name{text-transform:capitalize}.pokemon-detail .stat .value{font: 700 18px/36px Inter}@media only screen and (min-width: 1080px){.pokemon-detail{display:flex;flex-direction:column;width:1080px}.pokemon-detail .header{display:flex;gap:15rem;justify-content:center;flex-direction:row}.pokemon-detail .header .name{font-size:4.5rem}.pokemon-detail .header .image img{left:70px}.pokemon-detail .card{width:660px;flex-direction:row;gap:0}.pokemon-detail .card .stats{width:35%}}.filters{display:flex;flex-wrap:wrap;justify-content:center;column-gap:5rem;row-gap:2rem;margin-bottom:2rem}.filter{display:inline-flex;flex-direction:column;position:relative}.filter label{display:flex}.filter select{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:.25rem;appearance:none;width:250px}.filter:after{content:"";display:block;position:absolute;top:70%;right:.5rem;width:0;height:0;border-top:.5rem solid #666;border-right:.5rem solid transparent;border-left:.5rem solid transparent;transform:translateY(-50%);pointer-events:none}.link-to-detail,.back-link{cursor:pointer}.detail-name{view-transition-name:detail-name}.detail-types{view-transition-name:detail-types}.detail-id{view-transition-name:detail-id}.detail-card{view-transition-name:detail-card}.detail-image{view-transition-name:detail-image}.pokemon-detail .header .image img.pokeball,.pokemon-detail .header .image img.flash{display:none}@keyframes slide-fade-in{0%{opacity:0;transform:translateY(5vh)}}@keyframes slide-fade-out{to{opacity:0;transform:translateY(5vh)}}@supports (animation-timeline: view()){@media (prefers-reduced-motion: no-preference){.cards>.link-to-detail{view-timeline-name:--pokemon-card;animation:slide-fade-in both,slide-fade-out both;animation-timeline:--pokemon-card;animation-range:entry calc(var(--animation-order) * 10%) contain calc(var(--animation-order)/1.5 * 10%),exit calc(var(--animation-order) * 10%)}}}@media only screen and (min-width: 768px){@keyframes grow{0%{transform:scale(0);translate:0 -50px}to{transform:scale(1);translate:0 0}}@keyframes bounce{0%{transform:scale(0);translate:0 -100px}to{transform:scale(1);translatey:0 0}}@keyframes fade{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes flash{0%,30%,to{opacity:0;scale:0}50%,80%{opacity:1;scale:1.5}}.pokemon-detail .header .image .sprite{view-transition-name:detail-sprite;animation:.5s 1.1s var(--bounce-easing) both grow}.pokemon-detail .header .image img.pokeball{display:block;z-index:5;view-transition-name:detail-pokeball;animation:1s var(--bounce-easing) both bounce,.25s .9s ease-out both fade}.pokemon-detail .header .image img.flash{display:block;z-index:10;view-transition-name:detail-flash;animation:1s .5s linear both flash}@keyframes slide-fade-in{0%{opacity:0;scale:80%;rotate:-10deg;transform:translateY(5vh)}}@keyframes slide-fade-out{to{opacity:0;scale:80%;rotate:-10deg;transform:translateY(5vh)}}@supports (animation-timeline: view()){@media (prefers-reduced-motion: no-preference){.cards>.link-to-detail{transform-origin:top right;view-timeline-name:--pokemon-card;animation:slide-fade-in both,slide-fade-out both;animation-timeline:--pokemon-card;animation-range:entry calc(var(--animation-order) * 10%) contain calc(var(--animation-order)/1.5 * 10%),exit calc(var(--animation-order) * 10%)}}}}
