*{box-sizing:border-box}body{padding:0;font-family:"Avenir Next",sans-serif}body,h1,h2,h3,h4,p{margin:0}.poke-cell{width:100px;height:100px;margin:6px;background-color:hsla(0,0%,100%,.8);border:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:4px}.poke-cell img{width:64px;height:64px;image-rendering:pixelated}.poke-cell-name{font-size:.6rem;text-transform:capitalize;color:#444;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.poke-cell:hover{transform:scale(1.08);box-shadow:0 4px 10px rgba(0,0,0,.25);background-color:#fff}.poke-cell:active{transform:scale(.97)}.poke-cell:focus{outline:3px solid #3298cb;outline-offset:2px}.poke-list{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;width:90vw;height:10rem;padding:10px;margin:10px 10px 20px;background-color:#bff9ff;box-shadow:inset 0 0 20px rgba(0,0,0,.5);overflow-y:scroll}.poke-list-controls{display:flex;grid-gap:.75rem;gap:.75rem;margin:1rem 10px .5rem}.poke-filter-input,.poke-sort-select{height:40px;border-radius:4px;border:2px solid #ccc;padding:0 .75rem;font-size:.9rem;background:#fff;transition:border-color .2s}.poke-filter-input{width:180px}.poke-filter-input:focus,.poke-sort-select:focus{outline:none;border-color:#3298cb}.poke-sort-select{cursor:pointer}.gen-tabs{display:flex;grid-gap:.4rem;gap:.4rem;flex-wrap:wrap}.gen-tab{height:40px;padding:0 .75rem;border-radius:4px;border:2px solid #ccc;background:#fff;font-size:.85rem;cursor:pointer;transition:all .2s;white-space:nowrap}.gen-tab:hover{border-color:#3298cb;color:#3298cb}.gen-tab.active{background:#3298cb;border-color:#3298cb;color:#fff;font-weight:700}::-webkit-scrollbar{width:15px;cursor:all-scroll}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(46,87,107,.4);border-radius:10px}@media only screen and (max-width:600px){h3{font-size:1.25rem!important;padding:1rem 1rem 0}}h3{padding:1rem 0 .5rem}.App{background-color:rgba(46,87,107,.4);background-image:url(https://78.media.tumblr.com/8cd0a12b7d9d5ba2c7d26f42c25de99f/tumblr_p7n8kqHMuD1uy4lhuo2_1280.png),url(https://78.media.tumblr.com/5ecb41b654f4e8878f59445b948ede50/tumblr_p7n8on19cV1uy4lhuo1_1280.png),url(https://78.media.tumblr.com/28bd9a2522fbf8981d680317ccbf4282/tumblr_p7n8kqHMuD1uy4lhuo3_1280.png);background-repeat:repeat-x;background-position:0 10%,0 100%,0 0;background-size:500px,1000px,400px 260px;animation:para 50s linear infinite;display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw;background-attachment:fixed}@keyframes para{to{background-position:500px 10%,1000px 100%,400px 0}}.Pick-Block{width:650px;height:400px;padding-left:10px;margin:50px auto;background-color:#fe0065;border-radius:10px;box-shadow:0 14px 45px rgba(0,0,0,.22),0 18px 45px rgba(0,0,0,.22)}.Main-Content,.Pick-Block{display:flex;align-items:center;justify-content:center}.Main-Content{flex-direction:column;margin-top:5rem}.Main-Content .row{display:flex;margin:0}:root{--main-bg-color:#fe0065;--secondary-bg-color:#f2f2f2;--main-screen-bg-color:#98cb98;--secondary-screen-bg-color:#9e9d9d;--main-buttons-color:#585858;--square-buttons-color:#7ca9f7}.red{background-color:red}.yellow{background-color:#fecb65}.green{background-color:#32cb65}.blue{background-color:#3298cb}.light-blue{background-color:#85bdfe}.light-red{background-color:#fe98cb}.light-yellow{background-color:#fefecb}.light-green{background-color:#98fe00}*{margin:0;padding:0}body{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:var(--secondary-bg-color)}.logo{justify-self:start;height:20%}.logo,.search-container{width:100%;display:flex;justify-content:center;align-items:center}.search-container{height:80px;justify-self:center;align-self:center;position:absolute;top:1rem}.ball-container{overflow:hidden;width:60px;height:60px;border:2px solid #000;border-radius:50%;position:relative;animation:shake 1.5s ease-in infinite;animation-play-state:paused;margin:0 1rem;background:none;cursor:pointer;transition:all .2s ease}.ball-container:hover{cursor:pointer;animation-play-state:running}.upper-half-ball{background-color:red}.bottom-half-ball,.upper-half-ball{position:absolute;width:100%;height:42%}.bottom-half-ball{bottom:0;background-color:var(--secondary-bg-color)}.center-ball{background-color:#fff;width:30%;height:30%;border:3px solid #000;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.center-line{background:#000;height:100%;width:100%}input{text-align:left;height:40px;width:250px;border-radius:4px;padding:.5em;border:2px solid #ccc;transition:all .2s ease}input:focus{outline:2px solid #3298cb;box-shadow:0 0 0 3px rgba(50,152,203,.2);border-color:#3298cb}#pokedex{height:342px;width:456px;display:flex;border-radius:10px;justify-content:center}@media only screen and (max-width:600px){.App{min-height:100vh;height:auto}#pokedex{width:100%;margin-bottom:1rem}.search-container{top:0}.Main-Content{margin-top:4.5rem}input{width:200px;font-size:14px}.ball-container{width:50px;height:50px}}@media only screen and (min-width:480px) and (max-width:600px){#pokedex{width:-webkit-max-content;width:max-content}}@media only screen and (min-width:601px) and (max-width:768px){.App{min-height:100vh;height:auto}#pokedex{margin:auto calc(50vw - 228px) 1rem}.Main-Content{margin-top:6rem}}@media only screen and (min-width:768px) and (max-width:991px){.App{min-height:100vh;height:auto}#pokedex{margin:auto calc(50vw - 228px) 1rem}.Main-Content{margin-top:6rem}}#left-panel{background-color:var(--main-bg-color);box-sizing:border-box;height:100%;width:50%;display:grid;grid-template-rows:23% 50% 27%;border:3px solid #000;border-top-left-radius:10px;border-bottom-left-radius:10px;border-top-right-radius:7px}.lights-container{position:relative;display:flex;justify-content:flex-start;align-items:center}.left-svg{position:absolute;z-index:5}.big-light-boarder{display:flex;justify-content:center;align-items:center;margin-left:5px;height:60px;width:60px;background-color:#fff}.big-light,.big-light-boarder{border:solid #000;border-radius:50%}.big-light{height:50px;width:50px}.big-light.blink{animation:blinker 2s linear infinite}@keyframes blinker{50%{background-color:#00a4f6}}.big-dot{height:15px;width:15px;position:relative;top:7px;left:10px;border-radius:50%}.small-lights-container{margin-left:15px;margin-top:10px;width:70px;height:100%;display:flex;align-self:start;justify-content:space-around}.small-light{border:solid #000;width:16px;height:16px;border-radius:50%}.dot{height:5px;width:5px;position:relative;top:3px;left:3px;border-radius:50%}.screen-container{display:flex;justify-content:center;align-items:center}.screen{width:150px;height:150px;border:solid #000;border-radius:0 0 0 17%;display:grid;grid-template-rows:10% 72% 18%;background-color:#fff}.top-screen-lights{width:50%;margin-top:2px;display:flex;justify-self:center;justify-content:center;align-items:center}.mini-light{border:1px solid #000;width:5px;height:5px;border-radius:50%;margin-right:7px}#main-screen{height:100%;width:80%;justify-self:center;background-color:var(--main-screen-bg-color);border:2px solid #000;border-radius:5%;background-image:url(https://assets.pokemon.com/assets/cms2/img/pokedex/full/001.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;align-items:center;justify-content:center}.empty-state{font-size:.9rem;color:#2d5016;text-align:center;padding:1rem;font-weight:500}.bottom-screen-lights{display:flex;margin-top:5px;width:75%;justify-self:center;justify-content:space-between;align-items:center}.bottom-screen-lights .small-light{border:2px solid #000;width:12px;height:12px}.bottom-screen-lights .dot{height:4px;width:4px;top:2.5px;left:2px}.line{width:18px;height:2px;background-color:#000;margin-top:2px}.buttons-container{display:grid;grid-template-rows:40% 60%}.big-button{width:25px;height:25px;border-radius:50%;border:2px solid #000;background-color:var(--main-buttons-color);margin-left:7px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;cursor:pointer}.big-button:hover:not(:disabled){transform:scale(1.1)}.big-button:disabled{opacity:.5;cursor:not-allowed}.sound-wave{font-size:.7rem}.long-button{width:35px;height:8px;border-radius:50px;border:2px solid #000;transition:all .2s ease;cursor:pointer;padding:0}.long-button:hover:not(:disabled){transform:scaleX(1.1);opacity:.8}.long-button:disabled{opacity:.5;cursor:not-allowed}.green-screen{width:80px;height:30px;border-radius:5px;border:2px solid #000;background-color:#3ab47d;display:flex;justify-content:center;align-items:center}#name-screen{width:100%;text-align:center;font-size:.75rem;overflow-wrap:break-word;text-transform:capitalize}.circle{width:4px;height:4px;border-radius:50%;border:1px solid #000}.upper-buttons-container{display:flex;align-items:top;justify-content:flex-start}.long-buttons-container{display:flex;width:100px;justify-content:space-around;margin-left:7px}.nav-buttons-container{display:grid;grid-template-columns:27% 35% 38%}.dots-container{height:100%;width:50%;display:flex;justify-self:center;justify-content:space-between;font-size:x-large}.right-nav-container{position:relative;top:-30px;flex-direction:column}.nav-button,.right-nav-container{display:flex;justify-content:center;align-items:center}.nav-button{height:52px;width:52px}.nav-button-vertical{transform:rotate(90deg)}.nav-button-horizontal,.nav-button-vertical{position:absolute;background-color:var(--main-buttons-color);border-radius:5px;height:12px;width:52px;border:2px solid #000}.nav-center-circle{height:5px;width:5px;border-radius:50%;border:2px solid #000;z-index:2}.border-top{top:-3px}.border-bottom,.border-top{border-top:3.5px solid var(--main-buttons-color);position:absolute;left:20px;right:19.5px}.border-bottom{top:11px}.bottom-right-nav-container{display:flex;text-align:center}.bottom-right-nav-container,.bottom-right-nav-container .dots-container{justify-content:center;align-items:center}.bottom-right-nav-container .small-light{border:2px solid #000;width:7px;height:7px;margin-right:3px;margin-top:10px}.bottom-right-nav-container .dot{height:2.5px;width:2.5px;top:1.5px;left:1.5px}#right-panel{box-sizing:border-box;position:relative;height:100%;width:50%;display:grid;grid-template-rows:24% repeat(4,19%)}#right-panel:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:265px;border-right:3px solid #000;border-bottom-right-radius:6.5px}#right-panel svg{background-color:var(--main-bg-color);height:50%;margin-top:17.5%;border-top:3.5px solid #000;border-right:3px solid #000;border-top-right-radius:10px;width:100%}.top-screen-container{background-color:var(--main-bg-color);margin-top:-2px}.right-panel-screen,.top-screen-container{display:flex;justify-content:center;align-items:center}.right-panel-screen{width:146px;height:64px;background-color:var(--secondary-screen-bg-color);border:2px solid #000;border-radius:4px;font-size:.75rem;text-transform:capitalize;padding-left:2px;padding-right:2px;text-align:center}.square-buttons-container{background-color:var(--main-bg-color);display:flex;justify-content:center;align-items:center;margin-top:-1px}.blue-squares-container{width:146px;height:60px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr)}.blue-square{border-radius:2px;border:1.5px solid #000;background-color:var(--square-buttons-color);box-shadow:inset -2px -2px #3298cb}.center-buttons-container{background-color:var(--main-bg-color);display:flex;justify-content:space-around;margin-top:-1px}.center-left-container{display:grid}.small-reds-container{display:flex;align-items:center;justify-content:flex-start}.small-reds-container .small-light{border:2px solid #000;width:7px;height:7px;margin-right:10px;margin-top:10px}.small-reds-container .dot{height:2.5px;width:2.5px;top:1px;left:1px}.white-squares-container{display:flex;align-items:center;justify-content:center}.white-square{width:25px;height:25px;border-radius:5px;border:2px solid #000;background-color:#fff;box-shadow:inset -2px -2px grey}.center-right-container{display:grid}.thin-buttons-container{display:flex;justify-content:space-between}.thin-button{width:35px;height:2px;border:2px solid #000;background-color:var(--main-buttons-color);margin-left:10px}.yellow-button{justify-self:end;width:25px;height:25px;border-radius:50%;border:2px solid #000;margin-left:7px}.yellow-button .big-dot{height:7px;width:7px;position:relative;top:3px;left:5px;border-radius:50%}.bottom-screens-container{background-color:var(--main-bg-color);display:flex;justify-content:space-around;align-items:center;margin-top:-1px;margin-bottom:0;border-bottom:3px solid #000;border-bottom-right-radius:6.5px}.bottom-screens-container .right-panel-screen{width:64px;height:25px}.mention{margin-top:10px;width:150px;display:grid;text-align:center;font-size:x-large}@media only screen and (max-width:600px){#right-panel svg{margin-top:39px}}#poke-data{min-height:342px;max-height:342px;width:470px;background-color:hsla(0,0%,100%,.4);padding:1rem;border:2px solid #d3d3d3;border-radius:1rem;overflow-y:auto}.card{max-height:300px}.card-header{width:inherit}li{list-style:none;margin-bottom:.5rem}#poke-data h4{color:#333;margin-top:1rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}#poke-data ul{padding-left:0}.flavor-text-box{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.flavor-text-box p{margin:0;font-style:italic;color:#fff;line-height:1.6;font-size:.95rem}.evolution-chain{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:12px}.evolution-chain,.evolution-name{box-shadow:0 2px 4px rgba(0,0,0,.1)}.evolution-name{background:#fff;color:#333;padding:.6rem 1.2rem;border-radius:25px;text-transform:capitalize;cursor:pointer;transition:all .2s ease;font-weight:600}.evolution-name:hover{background:#3298cb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.evolution-arrow{font-size:1.5rem;color:#ff6b6b;font-weight:700}.type-effectiveness{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:1rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.effectiveness-row{margin-bottom:.75rem;font-size:.9rem;padding:.5rem;background:#fff;border-radius:8px}.effectiveness-row:last-child{margin-bottom:0}.effectiveness-row strong{color:#333;margin-right:.5rem}.type-badges{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap}.type-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-weight:700;text-transform:uppercase;font-size:.85rem;box-shadow:0 2px 4px rgba(0,0,0,.2)}@media only screen and (max-width:600px){#poke-data{width:100%;min-height:180px;padding:.25rem}#poke-data .col{padding:5px}}@media only screen and (min-width:601px) and (max-width:991px){#poke-data{margin-left:calc(50vw - 235px)}}.move-item{cursor:pointer;text-transform:capitalize;transition:all .2s ease;padding:.25rem;border-radius:4px}.move-item:hover{background:#e3f2fd;color:#1976d2;transform:translateX(5px)}.compare-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-weight:700;width:100%;transition:opacity .2s;margin-top:.5rem}.compare-btn:hover{opacity:.85}.youtube-link{display:inline-flex;align-items:center;grid-gap:.5rem;gap:.5rem;background:red;color:#fff;padding:.6rem 1rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:.9rem;transition:opacity .2s}.youtube-link:hover{opacity:.85;color:#fff;text-decoration:none}.youtube-section{display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem}.youtube-thumbs{display:flex;grid-gap:.5rem;gap:.5rem;flex-wrap:wrap}.youtube-thumb{width:120px;height:90px;object-fit:cover;border-radius:6px;cursor:pointer;border:3px solid transparent;transition:all .2s}.youtube-thumb:hover{border-color:#3298cb;transform:scale(1.05)}.youtube-thumb.active{border-color:red}.youtube-embed{width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden}.youtube-embed iframe{width:100%;height:100%;border:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:2rem;border-radius:16px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:slideUp .3s ease}.modal-content.compare-modal{overflow:visible;max-height:none}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;transition:color .2s}.modal-close:hover{color:#000}.modal-content h2{margin-top:0;margin-bottom:1rem;color:#333}.move-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin:1.5rem 0}.stat-item{background:#f5f5f5;padding:.75rem;border-radius:8px}.stat-item strong{display:block;color:#666;font-size:.85rem;margin-bottom:.25rem}.move-effect{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:8px;line-height:1.6}.location-list{padding:0}.location-item{list-style:none;padding:.4rem .5rem;border-radius:6px;text-transform:capitalize;font-size:.9rem;margin-bottom:.3rem;background:hsla(0,0%,100%,.5)}.compare-modal{max-width:600px;overflow:visible}.compare-search-wrapper{position:relative;margin-bottom:1rem}.compare-search input{width:100%;height:40px;border-radius:4px;border:2px solid #ccc;padding:0 .75rem;font-size:.9rem;box-sizing:border-box;transition:border-color .2s}.compare-search input:focus{outline:none;border-color:#3298cb}.compare-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #3298cb;border-radius:8px;list-style:none;padding:0;margin:0;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.2);overflow:hidden}.compare-suggestions li{padding:.6rem 1rem;cursor:pointer;text-transform:capitalize;transition:background .15s;border-bottom:1px solid #f0f0f0}.compare-suggestions li:last-child{border-bottom:none}.compare-suggestions li:hover{background:#e3f2fd}.suggestion-id{color:#999;font-size:.85rem;margin-right:.5rem}.compare-error{color:#d13636;text-align:center}.compare-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:.5rem;gap:.5rem;align-items:center}.compare-header{display:flex;flex-direction:column;align-items:center;text-transform:capitalize}.compare-header img{width:80px;height:80px}.compare-header-mid{font-size:1.2rem;color:#666}.compare-header-mid,.stat-val{font-weight:700;text-align:center}.stat-val{padding:.4rem;border-radius:6px;background:#f5f5f5}.stat-val.winner{background:#c8f7c5;color:#27ae60}.stat-val.loser{background:#fde8e8;color:#e74c3c}.stat-name{text-align:center;font-size:.8rem;color:#666;text-transform:capitalize}.alert-box{width:400px;max-width:90vw;min-height:75px;position:absolute;top:6rem;background-color:#f7dce0;border:2px solid #d13636;border-radius:10px;padding:.5rem 2.5rem .5rem .5rem;text-align:center;display:inline-flex;flex-direction:column;z-index:1000;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.close-btn{font-weight:700;position:absolute;right:1rem;top:.5rem;background-color:initial;border:none;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.close-btn:hover{color:#d13636;transform:scale(1.2)}@media only screen and (max-width:600px){.alert-box{top:4.5rem}}*,:after,:before{box-sizing:border-box}body{background:#ecf0f1}.center-on-page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pokeball{position:relative;width:75px;height:75px;background:#fff;border:4px solid #000;border-radius:50%;overflow:hidden;box-shadow:inset -10px 10px 0 10px #ccc;animation:fall .25s ease-in-out,shake 1.25s cubic-bezier(.36,.07,.19,.97) 3}.pokeball:after,.pokeball:before{content:"";position:absolute}.pokeball:before{background:red;width:100%;height:50%}.pokeball:after{top:calc(50% - 5px);width:100%;height:10px;background:#000}.pokeball__button{position:absolute;top:calc(50% - 7px);left:calc(50% - 7px);width:15px;height:15px;background:#7f8c8d;border:7px solid #fff;border-radius:50%;z-index:10;box-shadow:0 0 0 5px #000;animation:blink .5s 7 alternate}@keyframes blink{0%{background:#eee}to{background:#e74c3c}}@keyframes shake{0%{transform:translate(0),rotate(0)}20%{transform:translate(-10px) rotate(-20deg)}30%{transform:translate(10px) rotate(20deg)}50%{transform:translate(-10px) rotate(-10deg)}60%{transform:translate(10px) rotate(10deg)}to{transform:translate(0) rotate(0)}}@keyframes fall{0%{top:-200px}60%{top:0}80%{top:-20px}to{top:0}}.center-on-page p{color:#fff;font-size:1.25rem;width:75px;text-align:center;text-shadow:0 0 10px #000}
/*# sourceMappingURL=main.367e5a85.chunk.css.map */