*{margin:0;padding:0;box-sizing:border-box;font-family:Fira Sans,sans-serif;overflow-x:hidden}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:white;display:flex;justify-content:center;align-items:center;z-index:9999}.splash-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px}.splash-title{font-size:36pt;color:#32db8f;font-weight:700;margin-bottom:20px}.splash-pokeball-container{position:relative;padding:20px;display:flex;justify-content:center;align-items:center}.splash-pokeball{width:120px;height:120px;cursor:pointer;transition:transform .3s ease}.splash-pokeball:hover:not(.spinning){transform:scale(1.1)}.splash-pokeball:active:not(.spinning){transform:scale(.95)}.splash-pokeball.spinning{animation:spinFlip 1s ease-in-out;cursor:default}.splash-instruction{font-size:18pt;color:#666;font-weight:500;margin-top:10px;animation:pulse 2s ease-in-out infinite}@keyframes spinFlip{0%{transform:rotateY(0) rotate(0)}25%{transform:rotateY(90deg) rotate(90deg) scale(1.1)}50%{transform:rotateY(180deg) rotate(180deg) scale(1.2)}75%{transform:rotateY(270deg) rotate(270deg) scale(1.1)}to{transform:rotateY(360deg) rotate(360deg) scale(1)}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}header{position:relative;z-index:9000;display:flex;width:100vw;background-color:#32db8f;padding:10px 0}header h1{width:90%;text-align:center;font-size:28pt}header .drop{width:15%;margin-right:10px;display:flex;justify-content:center;align-items:center;background-color:transparent}header .drop svg{font-size:30pt}main{padding-top:2vh}main .poke-card-loading{display:flex;flex-direction:column;align-items:center;justify-content:center}main .poke-card-loading .pokeball-img{height:100pt;background:white;border-radius:50%;border:4px solid #000;position:absolute;top:40%;animation:spinZ 1.5s linear infinite}@keyframes spinZ{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}main .poke-card-outer{position:fixed;top:0;left:0;z-index:10;color:#000;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}main .pokemon-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;max-width:90vw;max-height:90vh;margin-top:10vh}main .pokemon-card .exit-pk{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}main .pokemon-card .exit-pk svg{width:16px;height:16px;fill:#ffffffe6;transition:fill .2s ease}main .pokemon-card .exit-pk:hover{background:rgba(0,0,0,.8);border-color:#fff6;transform:scale(1.05)}main .pokemon-card .exit-pk:hover svg{fill:#fff}main .pokemon-card .pokemon-top-card{display:flex;flex-direction:column;background:white;width:90vw;height:85vh;max-height:600px;border:3vw solid yellow;border-radius:10px;align-items:center;box-shadow:inset 0 0 40px #ffffff80}main .pokemon-card .pokemon-top-card .pk-bg-img-span{background-image:url(/icons/gal2.png);background-size:cover;background-position:center center;background-repeat:no-repeat;width:90%;display:flex;justify-content:center;border:2vw solid yellow;background-color:#fff}main .pokemon-card .pokemon-top-card .pk-img{width:65%}main .pokemon-card .pokemon-top-card .pk-card-header{display:flex;justify-content:space-between;width:98%;margin:7px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-name{font-size:22pt;font-weight:400;margin:4px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right{width:35%;display:flex;align-items:center;justify-content:space-around}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(1){font-size:16pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(2){font-weight:400;font-size:18pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right img{height:30pt;margin:0;padding:0;border:yellow 1px solid;border-radius:25px}main .pokemon-card .pokemon-top-card .pk-stats{display:flex;font-size:10pt;justify-content:space-between;width:45%;min-width:180px;background:yellow;box-shadow:inset 0 0 30px #ffffff80}main .pokemon-card .pokemon-top-card .pk-card-stats{margin-top:30px;width:90%;height:25%;display:flex;flex-direction:column;justify-content:space-evenly;font-size:15pt}main .pokemon-card .pokemon-top-card .pk-card-stats .pk-moves{display:flex;justify-content:space-between}main .page-buttons{padding:3vh 0;display:flex;width:100vw;justify-content:center}main .page-buttons>button{width:50%;font-size:15pt}main .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}main .loading-spinner .pokeball{height:70pt;background:white;border-radius:50%;border:4px solid #000;position:absolute;top:50%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main .pokemon-list{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);width:96vw;margin-left:8px}main .pokemon-list .pokemon{display:flex;flex-direction:column;align-items:center;border:1px solid rgba(0,0,0,.3);border-radius:25px;position:relative}main .pokemon-list .pokemon:hover{box-shadow:5px 10px 8px #888}main .pokemon-list .pokemon img{size:90px}main .pokemon-list .pokemon p{padding-bottom:10px;font-size:10pt}main .pokemon-list .pokemon.searched-pokemon{border:2px solid #32db8f;background:linear-gradient(135deg,#f0fff8 0%,#e8fef5 100%)}main .pokemon-list .pokemon.searched-pokemon .search-indicator{position:absolute;top:5px;right:5px;background:#32db8f;color:#fff;font-size:8pt;padding:2px 6px;border-radius:10px;font-weight:700}main .search-box{padding:0 2vw;width:100vw;height:6vh;display:flex;gap:1vw}main .search-box input{all:unset}main .search-box input[type=search]{flex:1;height:90%;font-size:13pt;text-align:center;border-radius:25px;border:1px solid black;padding:0 10px}main .search-box input:focus::placeholder{color:transparent}main .search-box input:focus{outline:none;font-size:16pt}main .search-box .search-btn,main .search-box .clear-btn{width:12vw;height:98%;padding:0;border:1px solid #ccc;border-radius:4px;background:white;transition:all .2s ease}main .search-box .search-btn svg,main .search-box .clear-btn svg{height:14pt;width:14pt}main .search-box .search-btn:hover:not(:disabled),main .search-box .clear-btn:hover:not(:disabled){background:#f0f0f0}main .search-box .search-btn:disabled,main .search-box .clear-btn:disabled{opacity:.5;cursor:not-allowed}main .search-box .search-btn{background:#32db8f;color:#fff;border-color:#32db8f}main .search-box .search-btn:hover:not(:disabled){background:#28b878}main .search-box .clear-btn{background:#ff6b6b;color:#fff;border-color:#ff6b6b}main .search-box .clear-btn:hover{background:#ff5252}main .no-results{text-align:center;padding:40px 20px;color:#666;font-size:16pt}main .no-results p{margin:10px 0}main .no-results p.search-hint{font-size:12pt;color:#999;font-style:italic}main .evolution-info{background:#4A90E2;color:#fff;padding:10px 20px;margin:10px 20px;border-radius:8px;text-align:center;font-size:14pt}main .evolution-info p{margin:0}main .active-filter{background:#32db8f;color:#fff;padding:10px 20px;margin:10px 20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;font-size:14pt}main .active-filter .clear-active-filter{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);padding:5px 12px;border-radius:4px;font-size:12pt;cursor:pointer;transition:background .2s ease}main .active-filter .clear-active-filter:hover{background:rgba(255,255,255,.3)}main .filter-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}main .filter-modal{background:white;border-radius:15px;width:90vw;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px #0000004d}main .filter-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}main .filter-modal-header h2{margin:0;color:#333;font-size:18pt}main .filter-modal-header .close-modal{background:none;border:none;font-size:20px;cursor:pointer;padding:5px}main .filter-modal-header .close-modal svg{width:20px;height:20px}main .filter-modal-content{padding:20px}main .type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:30px}main .type-button{display:flex;flex-direction:column;align-items:center;padding:15px 10px;border:2px solid #ddd;border-radius:10px;background:white;cursor:pointer;transition:all .2s ease}main .type-button img{width:30px;height:30px;margin-bottom:8px}main .type-button span{font-size:11pt;font-weight:500}main .type-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}main .type-button.fire{border-color:#ff6b6b}main .type-button.fire:hover{background:#FFF5F5}main .type-button.water{border-color:#4ecdc4}main .type-button.water:hover{background:#F0FDFC}main .type-button.grass{border-color:#95e1a3}main .type-button.grass:hover{background:#F0FFF4}main .type-button.electric{border-color:#ffe66d}main .type-button.electric:hover{background:#FFFBF0}main .type-button.psychic{border-color:#ff8cc8}main .type-button.psychic:hover{background:#FFF0F8}main .type-button.ice{border-color:#74c0fc}main .type-button.ice:hover{background:#F0F8FF}main .type-button.dragon{border-color:#845ec2}main .type-button.dragon:hover{background:#F8F0FF}main .type-button.dark{border-color:#6c757d}main .type-button.dark:hover{background:#F8F9FA}main .type-button.fighting{border-color:#ff6b6b}main .type-button.fighting:hover{background:#FFF5F5}main .type-button.poison{border-color:#b197fc}main .type-button.poison:hover{background:#FAF5FF}main .type-button.ground{border-color:#d4a574}main .type-button.ground:hover{background:#FDF8F0}main .type-button.flying{border-color:#91a7ff}main .type-button.flying:hover{background:#F0F4FF}main .type-button.bug{border-color:#8ce99a}main .type-button.bug:hover{background:#F0FFF4}main .type-button.rock{border-color:#adb5bd}main .type-button.rock:hover{background:#F8F9FA}main .type-button.ghost{border-color:#9775fa}main .type-button.ghost:hover{background:#FAF5FF}main .type-button.steel{border-color:#adb5bd}main .type-button.steel:hover{background:#F8F9FA}main .type-button.fairy{border-color:#ffa8cc}main .type-button.fairy:hover{background:#FFF0F6}main .type-button.normal{border-color:#ced4da}main .type-button.normal:hover{background:#F8F9FA}main .filter-actions{text-align:center}main .filter-actions .clear-filter-btn{background:#6C757D;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14pt;cursor:pointer;transition:background .2s ease}main .filter-actions .clear-filter-btn:hover{background:#5A6268}@media (max-width: 480px){.splash-title{font-size:28pt}.splash-pokeball{width:100px;height:100px}.splash-instruction{font-size:16pt}}@media (min-width: 1200px){.splash-title{font-size:42pt}.splash-pokeball{width:150px;height:150px}.splash-instruction{font-size:20pt}}@media (min-width: 450px){main .poke-card-outer{position:fixed;top:0;left:0;z-index:10;color:#000;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}main .pokemon-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;max-width:90vw;max-height:90vh}main .pokemon-card .exit-pk{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}main .pokemon-card .exit-pk svg{width:16px;height:16px;fill:#ffffffe6;transition:fill .2s ease}main .pokemon-card .exit-pk:hover{background:rgba(0,0,0,.8);border-color:#fff6;transform:scale(1.05)}main .pokemon-card .exit-pk:hover svg{fill:#fff}main .pokemon-card .pokemon-top-card{display:flex;flex-direction:column;background:white;width:80vw;height:85vh;max-height:100%;border:2vw solid yellow;border-radius:10px;align-items:center;box-shadow:inset 0 0 40px #ffffff80}main .pokemon-card .pokemon-top-card .pk-bg-img-span{background-image:url(/icons/gal2.png);background-size:cover;background-position:center center;background-repeat:no-repeat;width:90%;display:flex;justify-content:center;border:1vw solid yellow;background-color:#fff}main .pokemon-card .pokemon-top-card .pk-img{width:65%}main .pokemon-card .pokemon-top-card .pk-card-header{display:flex;justify-content:space-between;width:98%;margin:7px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-name{font-size:25pt;font-weight:400;margin:4px 4px 4px 30px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right{width:30%;display:flex;align-items:center;justify-content:space-around}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(1){font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(2){font-weight:400;font-size:22pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right img{height:35pt;margin:0;padding:0;border:yellow 2px solid;border-radius:50px}main .pokemon-card .pokemon-top-card .pk-stats{display:flex;font-size:10pt;justify-content:space-between;width:45%;min-width:180px;background:yellow;box-shadow:inset 0 0 30px #ffffff80}main .pokemon-card .pokemon-top-card .pk-card-stats{margin-top:30px;width:90%;height:25%;display:flex;flex-direction:column;justify-content:space-evenly;font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-stats .pk-moves{display:flex;justify-content:space-between}main .page-buttons{padding:6vh 0;display:flex;width:100vw;justify-content:center}main .page-buttons>button{width:20%;font-size:15pt}}@media (min-width: 768px){main .poke-card-outer{position:fixed;top:0;left:0;z-index:10;color:#000;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}main .pokemon-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;max-width:70vw;max-height:85vh}main .pokemon-card .exit-pk{position:absolute;top:10px;right:10px;width:36px;height:36px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}main .pokemon-card .exit-pk svg{width:18px;height:18px;fill:#ffffffe6;transition:fill .2s ease}main .pokemon-card .exit-pk:hover{background:rgba(0,0,0,.8);border-color:#fff6;transform:scale(1.05)}main .pokemon-card .exit-pk:hover svg{fill:#fff}main .pokemon-card .pokemon-top-card{display:flex;flex-direction:column;background:white;width:60vw;height:100vh;max-height:100%;border:1vw solid yellow;border-radius:10px;align-items:center;box-shadow:inset 0 0 40px #ffffff80}main .pokemon-card .pokemon-top-card .pk-bg-img-span{background-image:url(/icons/gal2.png);background-size:cover;background-position:center center;background-repeat:no-repeat;width:90%;display:flex;justify-content:center;border:1vw solid yellow;background-color:#fff}main .pokemon-card .pokemon-top-card .pk-img{width:65%}main .pokemon-card .pokemon-top-card .pk-card-header{display:flex;justify-content:space-between;width:98%;margin:7px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-name{font-size:25pt;font-weight:400;margin:4px 4px 4px 30px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right{width:30%;display:flex;align-items:center;justify-content:space-around}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(1){font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(2){font-weight:400;font-size:22pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right img{height:45pt;margin:0;padding:0;border:yellow 2px solid;border-radius:50px}main .pokemon-card .pokemon-top-card .pk-stats{display:flex;font-size:12pt;justify-content:space-between;width:45%;min-width:180px;background:yellow;box-shadow:inset 0 0 30px #ffffff80}main .pokemon-card .pokemon-top-card .pk-card-stats{margin-top:30px;width:90%;height:25%;display:flex;flex-direction:column;justify-content:space-evenly;font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-stats .pk-moves{display:flex;justify-content:space-between}main .page-buttons{padding:6vh 0;display:flex;width:100vw;justify-content:center}main .page-buttons>button{width:20%;font-size:15pt}}@media (min-width: 1000px){main .poke-card-outer{position:fixed;top:0;left:0;z-index:10;color:#000;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}main .pokemon-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;max-width:60vw;max-height:80vh}main .pokemon-card .exit-pk{position:absolute;top:10px;right:10px;width:40px;height:40px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}main .pokemon-card .exit-pk svg{width:20px;height:20px;fill:#ffffffe6;transition:fill .2s ease}main .pokemon-card .exit-pk:hover{background:rgba(0,0,0,.8);border-color:#fff6;transform:scale(1.05)}main .pokemon-card .exit-pk:hover svg{fill:#fff}main .pokemon-card .pokemon-top-card{display:flex;flex-direction:column;background:white;width:50vw;height:100vh;max-height:100%;border:1vw solid yellow;border-radius:10px;align-items:center;box-shadow:inset 0 0 40px #ffffff80}main .pokemon-card .pokemon-top-card .pk-bg-img-span{background-image:url(/icons/gal2.png);background-size:cover;background-position:center center;background-repeat:no-repeat;width:90%;display:flex;justify-content:center;border:1vw solid yellow;background-color:#fff}main .pokemon-card .pokemon-top-card .pk-img{width:65%}main .pokemon-card .pokemon-top-card .pk-card-header{display:flex;justify-content:space-between;width:98%;margin:7px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-name{font-size:25pt;font-weight:400;margin:4px 4px 4px 30px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right{width:30%;display:flex;align-items:center;justify-content:space-around}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(1){font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(2){font-weight:400;font-size:22pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right img{height:45pt;margin:0;padding:0;border:yellow 2px solid;border-radius:50px}main .pokemon-card .pokemon-top-card .pk-stats{display:flex;font-size:15pt;justify-content:space-between;width:45%;min-width:180px;background:yellow;box-shadow:inset 0 0 30px #ffffff80}main .pokemon-card .pokemon-top-card .pk-card-stats{margin-top:30px;width:90%;height:25%;display:flex;flex-direction:column;justify-content:space-evenly;font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-stats .pk-moves{display:flex;justify-content:space-between}main .page-buttons{padding:6vh 0;display:flex;width:100vw;justify-content:center}main .page-buttons>button{width:20%;font-size:15pt}}@media (min-width: 1440px){header{position:relative;z-index:9000;display:flex;width:100vw;background-color:#32db8f;padding:10px 0}header h1{width:95%;text-align:center;font-size:28pt;margin-left:110px}header .drop{width:5%;margin-right:100px;display:flex;justify-content:center;align-items:center;background-color:transparent}header .drop svg{font-size:30pt}main .poke-card-outer{position:fixed;top:0;left:0;z-index:10;color:#000;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}main .pokemon-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;max-width:65vw;max-height:85vh}main .pokemon-card .exit-pk{position:absolute;top:-15px;right:-15px;width:44px;height:44px;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;z-index:11;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}main .pokemon-card .exit-pk svg{width:22px;height:22px;fill:#ffffffe6;transition:fill .2s ease}main .pokemon-card .exit-pk:hover{background:rgba(0,0,0,.8);border-color:#fff6;transform:scale(1.05)}main .pokemon-card .exit-pk:hover svg{fill:#fff}main .pokemon-card .pokemon-top-card{display:flex;flex-direction:column;background:white;width:40vw;height:100vh;max-height:100%;border:1vw solid yellow;border-radius:10px;align-items:center;box-shadow:inset 0 0 40px #ffffff80}main .pokemon-card .pokemon-top-card .pk-bg-img-span{background-image:url(/icons/gal2.png);background-size:cover;background-position:center center;background-repeat:no-repeat;width:90%;display:flex;justify-content:center;border:1vw solid yellow;background-color:#fff}main .pokemon-card .pokemon-top-card .pk-img{width:65%}main .pokemon-card .pokemon-top-card .pk-card-header{display:flex;justify-content:space-between;width:98%;margin:7px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-name{font-size:25pt;font-weight:400;margin:4px 4px 4px 30px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right{width:30%;display:flex;align-items:center;justify-content:space-around}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(1){font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right span:nth-child(2){font-weight:400;font-size:22pt;margin-right:30px}main .pokemon-card .pokemon-top-card .pk-card-header .pk-header-stats-right img{height:45pt;margin:0;padding:0;border:yellow 2px solid;border-radius:50px}main .pokemon-card .pokemon-top-card .pk-stats{display:flex;font-size:15pt;justify-content:space-between;width:45%;min-width:180px;background:yellow;box-shadow:inset 0 0 30px #ffffff80}main .pokemon-card .pokemon-top-card .pk-card-stats{margin-top:30px;width:90%;height:25%;display:flex;flex-direction:column;justify-content:space-evenly;font-size:20pt}main .pokemon-card .pokemon-top-card .pk-card-stats .pk-moves{display:flex;justify-content:space-between}main .page-buttons{padding:6vh 0;display:flex;width:100vw;justify-content:center}main .page-buttons>button{width:20%;font-size:15pt}}
