.pokedex-page{max-width:1200px;margin:0 auto;padding:44px 28px 72px}.pokedex-hero{padding:28px 0 22px}.pokedex-hero p,.pokedex-hero__eyebrow{color:#667085}.pokedex-hero h1{font-size:36px;line-height:1.2;color:#101828}.pokedex-controls{--type-normal:#919aa2;--type-fire:#ff9d55;--type-water:#5090d6;--type-electric:#f4d23c;--type-grass:#63bc5a;--type-ice:#73cec0;--type-fighting:#ce416b;--type-poison:#aa6bc8;--type-ground:#d97845;--type-flying:#8fa9de;--type-psychic:#fa7179;--type-bug:#91c12f;--type-rock:#c5b78c;--type-ghost:#5269ad;--type-dragon:#0b6dc3;--type-dark:#5a5366;--type-steel:#5a8ea2;--type-fairy:#ec8fe6;background:#fff;border-radius:24px;padding:24px 24px 22px;border:1px solid #edeff3;box-shadow:0 4px 24px rgba(20,24,40,.06);color-scheme:light}.pokedex-controls__label{width:42px;flex:0 0 42px;color:#8a909a;font-size:13px;font-weight:700;line-height:1}.pokedex-search{position:relative;margin-bottom:22px}.pokedex-search svg{position:absolute;left:20px;top:50%;color:#9aa1ab;pointer-events:none;transform:translateY(-50%)}.pokedex-search input{width:100%;height:60px;border:2px solid #e7e9ee;border-radius:16px;outline:none;background:#fafbfc;padding:0 54px;color:#22262b;font:inherit;font-size:17px;font-weight:500;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.pokedex-search input::placeholder{color:#a6adb6}.pokedex-search input:focus{border-color:#e23b3b;background:#fff;box-shadow:0 0 0 4px rgba(226,59,59,.08)}.pokedex-search__clear{position:absolute;right:16px;top:50%;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:0;border-radius:999px;background:#ebeef2;color:#6b727c;cursor:pointer;font-size:18px;line-height:1;transform:translateY(-50%)}.pokedex-search__clear:hover{background:#e1e4e9}.pokedex-segment{display:flex;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.pokedex-segment-type,.pokedex-type-filter__chips{display:flex;gap:8px;flex:1 1;flex-wrap:wrap}.pokedex-segment button{min-height:36px;border:2px solid #e7e9ee;border-radius:12px;background:#fff;padding:8px 15px;color:#5a616b;cursor:pointer;font:inherit;font-size:14px;font-weight:700;line-height:1;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.pokedex-segment button:hover{transform:translateY(-1px)}.pokedex-pagination button:disabled,.pokedex-segment button:disabled{cursor:not-allowed;opacity:.45}.pokedex-segment .is-active{border-color:#e23b3b;background:#e23b3b;color:#fff;box-shadow:0 4px 12px rgba(226,59,59,.3)}.pokedex-type-filter{display:flex;align-items:flex-start;gap:14px;margin-bottom:4px}.pokedex-type-filter .pokedex-controls__label{padding-top:12px}.pokedex-type-filter button{min-height:34px;border:2px solid color-mix(in srgb,var(--type-color,#919aa2) 28%,transparent);border-radius:999px;background:color-mix(in srgb,var(--type-color,#919aa2) 10%,transparent);padding:7px 14px;color:var(--type-color,#5a616b);cursor:pointer;font:inherit;font-size:13.5px;font-weight:700;line-height:1;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pokedex-type-filter button:hover{transform:translateY(-1px)}.pokedex-type-filter button.is-active{border-color:var(--type-color,#e23b3b);background:var(--type-color,#e23b3b);color:#fff;box-shadow:0 4px 12px color-mix(in srgb,var(--type-color,#e23b3b) 45%,transparent)}.pokedex-type-filter button:first-child{--type-color:#e23b3b}.pokedex-filter-summary{display:flex;align-items:center;gap:12px;margin-top:20px;border-top:1px dashed #e7e9ee;padding-top:18px;flex-wrap:wrap}.pokedex-filter-summary strong{color:#22262b;font-size:15px;font-weight:800}.pokedex-filter-summary>span{margin-left:-6px;color:#8a909a;font-size:14px}.pokedex-active-filters{display:flex;align-items:center;gap:8px;margin-left:6px;flex-wrap:wrap}.pokedex-active-filters i{width:1px;height:16px;background:#e1e4e9}.pokedex-active-filter{display:inline-flex;min-height:28px;align-items:center;gap:6px;border:0;border-radius:999px;background:var(--active-filter-color,#5a616b);padding:5px 11px;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700;line-height:1}.pokedex-active-filter span{opacity:.75;font-size:11px}.pokedex-active-filter.tone-generation{--active-filter-color:#e23b3b}.pokedex-active-filter.tone-query{--active-filter-color:#5a616b}.pokedex-active-filter.tone-normal{--active-filter-color:var(--type-normal)}.pokedex-active-filter.tone-fire{--active-filter-color:var(--type-fire)}.pokedex-active-filter.tone-water{--active-filter-color:var(--type-water)}.pokedex-active-filter.tone-electric{--active-filter-color:var(--type-electric)}.pokedex-active-filter.tone-grass{--active-filter-color:var(--type-grass)}.pokedex-active-filter.tone-ice{--active-filter-color:var(--type-ice)}.pokedex-active-filter.tone-fighting{--active-filter-color:var(--type-fighting)}.pokedex-active-filter.tone-poison{--active-filter-color:var(--type-poison)}.pokedex-active-filter.tone-ground{--active-filter-color:var(--type-ground)}.pokedex-active-filter.tone-flying{--active-filter-color:var(--type-flying)}.pokedex-active-filter.tone-psychic{--active-filter-color:var(--type-psychic)}.pokedex-active-filter.tone-bug{--active-filter-color:var(--type-bug)}.pokedex-active-filter.tone-rock{--active-filter-color:var(--type-rock)}.pokedex-active-filter.tone-ghost{--active-filter-color:var(--type-ghost)}.pokedex-active-filter.tone-dragon{--active-filter-color:var(--type-dragon)}.pokedex-active-filter.tone-dark{--active-filter-color:var(--type-dark)}.pokedex-active-filter.tone-steel{--active-filter-color:var(--type-steel)}.pokedex-active-filter.tone-fairy{--active-filter-color:var(--type-fairy)}.pokedex-reset{border:0;background:none;color:#e23b3b;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.pokedex-results{margin-top:20px}.pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));grid-gap:18px;gap:18px;margin-top:26px}.pokemon-card{display:block;min-height:244px;overflow:hidden;background:#fff;border:1px solid #edeff3;border-radius:20px;box-shadow:0 2px 10px rgba(20,24,40,.05);color:#22262b;transition:box-shadow .18s cubic-bezier(.2,.7,.3,1),transform .18s cubic-bezier(.2,.7,.3,1)}.pokemon-card:focus-visible,.pokemon-card:hover{box-shadow:0 18px 36px var(--card-hover-shadow,rgba(145,154,162,.32));transform:translateY(-6px)}.pokemon-card:focus-visible{outline:3px solid color-mix(in srgb,var(--card-type-color,#919aa2) 55%,transparent);outline-offset:3px}.pokemon-card__media{position:relative;display:flex;height:152px;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(125% 100% at 50% 0,var(--card-gradient-strong,rgba(145,154,162,.34)) 0,var(--card-gradient-soft,rgba(145,154,162,.14)) 55%,var(--card-gradient-bare,rgba(145,154,162,.04)) 100%)}.pokemon-card__media img{position:relative;z-index:2;width:118px;height:118px;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(0,0,0,.18));transition:transform .18s cubic-bezier(.2,.7,.3,1)}.pokemon-card:focus-visible .pokemon-card__media img,.pokemon-card:hover .pokemon-card__media img{transform:scale(1.04)}.pokemon-card__mark{position:absolute;right:-18px;top:-18px;width:96px;height:96px;color:#fff;opacity:.16}.pokemon-card__id{position:absolute;left:12px;top:12px;z-index:3;border-radius:999px;background:hsla(0,0%,100%,.82);padding:4px 10px;color:var(--card-type-color,#919aa2);font-size:12.5px;font-weight:800;letter-spacing:.02em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pokemon-card__body{padding:14px 16px 16px}.pokemon-card__body h2{color:#22262b;font-size:17px;font-weight:800;letter-spacing:0;line-height:1.25}.pokemon-card__body p{margin-top:1px;color:#98a0a9;font-size:13px;font-weight:500;line-height:1.35;text-transform:capitalize}.pokemon-card__body ul{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}.type-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 12px;color:#fff;font-size:12.5px;font-weight:700;line-height:1;box-shadow:0 2px 7px rgba(20,24,40,.18)}.pokedex-empty{padding:48px 16px;color:#667085;text-align:center}.pokedex-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:40px;flex-wrap:wrap}.pokedex-pagination__button{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:5px;border:2px solid #e7e9ee;border-radius:12px;background:#fff;padding:0 18px;color:#3a404a;cursor:pointer;font:inherit;font-size:14.5px;font-weight:700;line-height:1;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.pokedex-pagination__button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.pokedex-pagination__button:not(:disabled):hover{border-color:#d7dbe2;box-shadow:0 6px 16px rgba(20,24,40,.08);transform:translateY(-1px)}.pokedex-pagination__button:disabled{color:#c3c8cf;opacity:.6}.pokedex-pagination__button:focus-visible{outline:3px solid rgba(226,59,59,.14);outline-offset:3px}.pokedex-pagination__status{display:flex;align-items:center;gap:8px;padding:0 6px;color:#6b727c;font-size:15px;font-weight:600}.pokedex-pagination__status input{width:56px;height:44px;border:2px solid #e7e9ee;border-radius:12px;outline:none;background:#fff;color:#e23b3b;font:inherit;font-size:16px;font-weight:800;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.pokedex-pagination__status input:focus{border-color:#e23b3b;box-shadow:0 0 0 4px rgba(226,59,59,.08)}.pokedex-pagination__status span{color:#b4bac2}.pokedex-pagination__status strong{color:#22262b;font-weight:800}.pokedex-pagination__status em{color:#98a0a9;font-style:normal;font-weight:500}.pokemon-card--skeleton,.pokemon-detail-skeleton__heading,.pokemon-detail-skeleton__line,.pokemon-detail-skeleton__mini-card,.pokemon-detail-skeleton__row,.pokemon-detail-skeleton__shine,.pokemon-detail-skeleton__stat,.pokemon-detail-skeleton__text{min-height:258px;background:linear-gradient(90deg,#f2f4f7,#ffffff,#f2f4f7);background-size:200% 100%;animation:pokedex-shimmer 1.2s infinite}@keyframes pokedex-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:860px){.pokedex-controls{grid-template-columns:1fr}}.pokemon-detail{--detail-type-color:#919aa2;--detail-type-strong:rgba(145,154,162,0.34);--detail-type-soft:rgba(145,154,162,0.14);--detail-type-bare:rgba(145,154,162,0.04);--detail-type-shadow:rgba(145,154,162,0.32);min-height:100vh}.pokemon-detail--loading{--detail-type-color:#e75c4a;--detail-type-strong:rgba(231,92,74,0.3);--detail-type-soft:rgba(231,92,74,0.12);--detail-type-bare:rgba(231,92,74,0.04);--detail-type-shadow:rgba(231,92,74,0.28)}.pokemon-detail-skeleton__hero{min-height:356px}.pokemon-detail-loading{display:flex;align-items:center;justify-content:center;gap:18px;padding-top:18px;color:#fff}.pokemon-detail-loading h2{font-size:22px;font-weight:900;letter-spacing:0}.pokemon-detail-loading__balls{display:flex;align-items:center;gap:10px}.pokemon-detail-loading__balls li{animation:loading 1s infinite alternate}.pokemon-detail-loading__balls li:first-child{animation-delay:-1s}.pokemon-detail-loading__balls li:nth-child(2){animation-delay:-.75s}.pokemon-detail-loading__balls li:nth-child(3){animation-delay:-.5s}.pokemon-detail-loading__balls li:last-child{animation-delay:-.25s}.pokemon-detail-loading__balls img{width:40px;height:40px}.pokemon-detail-skeleton__art{width:272px;height:272px;min-height:272px;border-radius:999px;background:hsla(0,0%,100%,.34)}.pokemon-detail-skeleton__title{display:flex;width:min(100%,430px);flex-direction:column;gap:14px}.pokemon-detail-skeleton__heading,.pokemon-detail-skeleton__line,.pokemon-detail-skeleton__mini-card,.pokemon-detail-skeleton__row,.pokemon-detail-skeleton__stat,.pokemon-detail-skeleton__text{display:block;min-height:0;border-radius:999px}.pokemon-detail-skeleton__line{height:18px;background:hsla(0,0%,100%,.34)}.pokemon-detail-skeleton__line.is-short{width:130px}.pokemon-detail-skeleton__line.is-title{width:min(100%,360px);height:54px}.pokemon-detail-skeleton__line.is-medium{width:min(100%,250px)}.pokemon-detail-skeleton__chips{display:flex;gap:10px;margin-top:4px}.pokemon-detail-skeleton__chips span{width:92px;height:38px;border-radius:999px;background:hsla(0,0%,100%,.3)}.pokemon-detail-skeleton__content{min-height:760px}.pokemon-detail-skeleton__section{min-height:158px}.pokemon-detail-skeleton__heading{width:148px;height:22px;margin-bottom:20px}.pokemon-detail-skeleton__text{width:72%;height:18px;margin-top:12px}.pokemon-detail-skeleton__text.is-wide{width:92%}.pokemon-detail-skeleton__row{width:100%;height:34px;margin-top:10px;border-radius:10px}.pokemon-detail-skeleton__stat{width:100%;height:18px;margin-top:16px}.pokemon-detail-skeleton__card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.pokemon-detail-skeleton__mini-card{height:92px;border-radius:16px}.pokemon-detail__hero{position:relative;overflow:hidden;background:radial-gradient(95% 130% at 90% 0,rgba(255,255,255,.22),transparent 54%),linear-gradient(150deg,var(--detail-type-color) 0,var(--detail-type-color) 56%,var(--detail-type-strong) 130%)}.pokemon-detail__mark{position:absolute;right:-80px;top:-120px;width:460px;height:460px;color:#fff;opacity:.12}.pokemon-detail__watermark{position:absolute;left:32px;bottom:-34px;color:hsla(0,0%,100%,.16);font-size:168px;font-weight:900;letter-spacing:0;line-height:1}.pokemon-detail__content,.pokemon-detail__hero-inner{max-width:1060px;margin:0 auto;padding-right:28px;padding-left:28px}.pokemon-detail__hero-inner{position:relative;padding-top:22px}.pokemon-detail__back{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:hsla(0,0%,100%,.18);padding:8px 14px;color:hsla(0,0%,100%,.92);font-size:14px;font-weight:700;text-decoration:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pokemon-detail__back svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.pokemon-detail__hero-layout{display:flex;align-items:center;gap:40px;padding:24px 0 48px;flex-wrap:wrap}.pokemon-detail__art{position:relative;flex:0 0 auto}.pokemon-detail__art:before{position:absolute;inset:-8px;border-radius:999px;background:hsla(0,0%,100%,.28);content:"";filter:blur(20px)}.pokemon-detail__art img{position:relative;width:272px;height:272px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,.22))}.pokemon-detail__title{min-width:0;color:#fff}.pokemon-detail__meta{display:flex;align-items:center;gap:10px;margin-bottom:6px}.pokemon-detail__meta span{font-size:18px;font-weight:800;opacity:.85}.pokemon-detail__meta i{width:4px;height:4px;border-radius:999px;background:hsla(0,0%,100%,.6)}.pokemon-detail__meta strong{border-radius:999px;background:hsla(0,0%,100%,.22);padding:3px 10px;font-size:14px;font-weight:700}.pokemon-detail__title h1{margin:0;font-size:52px;font-weight:900;letter-spacing:0;line-height:1}.pokemon-detail__subtitle{margin-top:8px;font-size:19px;font-weight:500;opacity:.86;text-transform:capitalize}.ability-list,.move-list,.pokemon-detail__types{display:flex;flex-wrap:wrap;gap:10px}.pokemon-detail__types{margin-top:20px}.pokemon-detail__types li{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:hsla(0,0%,100%,.24);padding:9px 18px;color:#fff;font-size:16px;font-weight:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pokemon-detail__types li span{width:12px;height:12px;border-radius:999px;background:var(--detail-chip-type-color,#fff);box-shadow:0 0 0 2px hsla(0,0%,100%,.78),0 2px 8px rgba(20,24,40,.18)}.pokemon-detail__content{padding-top:30px;padding-bottom:80px}.detail-section{margin-top:20px;border:1px solid #edeff3;border-radius:22px;background:#fff;padding:26px 28px;box-shadow:0 3px 16px rgba(20,24,40,.05)}.detail-grid .detail-section,.pokemon-detail__content>.detail-section:first-child{margin-top:0}.detail-section h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#22262b;font-size:19px;font-weight:800;letter-spacing:0}.detail-section h2:before{display:inline-block;width:8px;height:20px;border-radius:999px;background:var(--detail-type-color);content:""}.detail-section>p{margin:0;color:#454b54;font-size:17px;font-weight:500;line-height:1.7}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:20px}.detail-section dl{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,auto);grid-gap:0;gap:0}.detail-section dd,.detail-section dt{border-bottom:1px solid #f1f2f5;padding:11px 0}.detail-section dt{color:#8a909a;font-size:14.5px;font-weight:600}.detail-section dd{color:#22262b;font-size:15px;font-weight:700;text-align:right}.detail-section__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.detail-section__header h2{margin-bottom:0}.stat-total{display:flex;align-items:baseline;gap:8px;margin:0}.stat-total span{color:#8a909a;font-size:13px;font-weight:700}.stat-total strong{border-radius:999px;background:var(--detail-type-soft);padding:4px 14px;color:var(--detail-type-color);font-size:15px;font-weight:800}.stat-chart{display:flex;flex-direction:column;gap:14px}.stat-chart li{display:grid;grid-template-columns:68px 38px 1fr;grid-gap:16px;gap:16px;align-items:center}.stat-chart li>span{color:#5a616b;font-size:14px;font-weight:700}.stat-chart li>strong{color:#22262b;font-size:15px;font-weight:800;text-align:right}.stat-chart div{height:12px;overflow:hidden;border-radius:999px;background:#eef0f3}.stat-chart i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--detail-type-strong),var(--detail-type-color))}.ability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:0}.ability-list li{border:1px solid var(--detail-type-soft);border-radius:16px;background:var(--detail-type-bare);padding:18px 20px}.ability-list li.is-hidden{border-color:rgba(170,107,200,.18);background:rgba(170,107,200,.06)}.ability-list strong{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:#22262b;font-size:16px;font-weight:800}.ability-list strong span{border-radius:999px;background:rgba(170,107,200,.12);padding:2px 8px;color:#aa6bc8;font-size:11px;font-weight:700}.ability-list p{color:#6b727c;font-size:14px;font-weight:500;line-height:1.55}.matchup-grid{display:flex;flex-direction:column;gap:18px}.matchup-grid>div{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.matchup-grid h3{width:96px;flex:0 0 96px;font-size:14px;font-weight:800}.matchup-grid h3.tone-weak{color:#e23b3b}.matchup-grid h3.tone-resist{color:#3aa35a}.matchup-grid h3.tone-immune{color:#8a909a}.matchup-grid ul{display:flex;gap:8px;flex:1 1;flex-wrap:wrap}.matchup-empty{color:#b4bac2;font-size:14px;font-weight:600}.evolution-chain{display:flex;align-items:stretch;justify-content:center;gap:8px;flex-wrap:wrap}.evolution-column{display:contents}.evolution-column__arrow{display:inline-flex;align-self:center;flex-direction:column;align-items:center;gap:4px;color:#aeb4bc;font-size:22px}.evolution-column__cards{display:flex;gap:10px;flex-wrap:wrap}.evolution-card{position:relative;min-width:150px;overflow:hidden;border:1px solid var(--detail-type-soft);border-radius:18px;text-align:center}.evolution-card:before{position:absolute;inset:0;background:radial-gradient(120% 90% at 50% 0,var(--detail-type-soft),transparent 70%);content:""}.evolution-card a{position:relative;display:inline-flex;width:100%;flex-direction:column;align-items:center;padding:20px 24px 16px;color:#22262b}.evolution-card img{width:104px;height:104px;object-fit:contain;filter:drop-shadow(0 5px 7px rgba(0,0,0,.14))}.evolution-card strong{margin-top:2px;font-size:15px;font-weight:800}.evolution-card__conditions{position:relative;padding:0 12px 14px;color:#8a909a;font-size:12px;font-weight:700;line-height:1.45}.variant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:14px;gap:14px}.variant-card{overflow:hidden;border:1px solid var(--detail-type-soft);border-radius:18px;background:#fff}.variant-card__media{display:flex;min-height:148px;align-items:center;justify-content:center;background:radial-gradient(120% 100% at 50% 0,var(--detail-type-soft),var(--detail-type-bare))}.variant-card__media img{width:132px;height:132px;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(0,0,0,.16))}.variant-card__body{padding:14px 16px 16px}.variant-card__body span{color:var(--detail-type-color);font-size:12px;font-weight:800}.variant-card__body strong{display:block;margin-top:3px;color:#22262b;font-size:16px;font-weight:800;line-height:1.25}.variant-card__body p{margin-top:2px;color:#98a0a9;font-size:13px;font-weight:600}.variant-card__body ul{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}.move-list{gap:10px;margin-top:0}.move-list li{gap:8px;border:1px solid #eaecf0;background:#f6f7f9;padding:8px 14px 8px 8px;color:#3a404a;font-size:14px;font-weight:600}.move-list li,.move-list span{display:inline-flex;align-items:center;border-radius:999px}.move-list span{min-width:34px;height:26px;justify-content:center;background:var(--detail-type-color);padding:0 8px;color:#fff;font-size:12px;font-weight:800}@media(max-width:760px){.pokemon-detail__hero-layout{gap:18px;justify-content:center;text-align:center}.pokemon-detail__meta,.pokemon-detail__types{justify-content:center}.pokemon-detail__title h1{font-size:42px}.pokemon-detail-loading{flex-direction:column;gap:12px}.pokemon-detail-skeleton__title{align-items:center}.pokemon-detail-skeleton__line.is-medium,.pokemon-detail-skeleton__line.is-short,.pokemon-detail-skeleton__line.is-title{max-width:100%}.ability-list,.detail-grid,.pokemon-detail-skeleton__card-grid{grid-template-columns:1fr}.detail-section{padding:22px 20px}.stat-chart li{grid-template-columns:58px 34px 1fr;gap:10px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;color:#333;font-family:galmuri9;font-size:15px;line-height:1.6;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.6}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:top}input[type=checkbox],input[type=radio]{vertical-align:middle}input[type=email],input[type=password],input[type=text]{vertical-align:top}a,a:active,a:focus,a:hover{text-decoration:none;cursor:pointer}*,:after,:before{box-sizing:border-box}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html{color-scheme:light}body{min-width:320px;background:#f2f4f6}:root{--box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1);--box-shadow-set:0 0 #0000}@keyframes loading{0%{transform:translateY(-15px)}to{transform:translateY(5px)}}.cntbody{position:relative}@media(max-width:1024px){.cntbody{padding:0 1.5rem}}.bg_grass{background:#66a945;border:1px solid #66a945}.bg_poison{background:#735198;border:1px solid #735198}.bg_fire{background:#e56c3e;border:1px solid #e56c3e}.bg_flying{background:#a2c3e7;border:1px solid #a2c3e7}.bg_water{background:#5185c5;border:1px solid #5185c5}.bg_bug{background:#9fa244;border:1px solid #9fa244}.bg_normal{background:#949495;border:1px solid #949495}.bg_electric{background:#f6d851;border:1px solid #f6d851}.bg_ground{background:#9c7743;border:1px solid #9c7743}.bg_fairy{background:#dab4d4;border:1px solid #dab4d4}.bg_fighting{background:#e09c40;border:1px solid #e09c40}.bg_psychic{background:#dd6b7b;border:1px solid #dd6b7b}.bg_rock{background:#bfb889;border:1px solid #bfb889}.bg_steel{background:#69a9c7;border:1px solid #69a9c7}.bg_ice{background:#6dc8eb;border:1px solid #6dc8eb}.bg_ghost{background:#684870;border:1px solid #684870}.bg_dragon{background:#535ca8;border:1px solid #535ca8}.load_more{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);margin:3rem auto;border:none;cursor:pointer}.load_more>span{font-family:galmuri9}.load_more>img{width:24px;height:24px;margin-right:10px}#header{position:relative;height:5rem;background:#fff}#header,#header .inner{display:flex;justify-content:flex-start;align-items:center;width:100%}#header .inner{position:fixed;top:0;left:0;z-index:30;height:inherit;padding:0 4rem;background:inherit;border:1px solid rgba(0,27,55,.1019607843)}#header .inner .logo img{max-width:10rem;height:auto}@media(max-width:680px){#header .inner{padding:0 1.5rem}}#footer{margin-top:5rem;padding:5rem 2rem;background:#5a7c88}#footer *{color:#fff}