:root{--type-normal: #a8a77a;--type-fire: #ee8130;--type-water: #6390f0;--type-electric: #f7d02c;--type-grass: #7ac74c;--type-ice: #96d9d6;--type-fighting: #c22e28;--type-poison: #a33ea1;--type-ground: #e2bf65;--type-flying: #a98ff3;--type-psychic: #f95587;--type-bug: #a6b91a;--type-rock: #b6a136;--type-ghost: #735797;--type-dragon: #6f35fc;--type-dark: #705746;--type-steel: #b7b7ce;--type-fairy: #d685ad;--bg: #f2f5fa;--surface: #ffffff;--surface-2: #e9eef6;--ink: #1e2a3a;--ink-soft: #5a6b80;--line: #d8e0ec;--poke-red: #e3350d;--poke-yellow: #ffcb05;--eff-4x: #d63031;--eff-2x: #e17055;--eff-half: #00b894;--eff-quart: #00997a;--eff-zero: #636e72;--r-sm: 10px;--r-md: 16px;--r-lg: 24px;--r-xl: 32px;--shadow-1: 0 2px 6px rgba(30, 42, 58, .08);--shadow-2: 0 6px 18px rgba(30, 42, 58, .14);--tap-min: 48px}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:linear-gradient(160deg,#fdeee4 0%,var(--bg) 30%) fixed;color:var(--ink);font-family:ui-rounded,SF Pro Rounded,Arial Rounded MT Bold,Nunito,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;min-height:100dvh}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.topbar{display:flex;align-items:center;gap:16px;padding:12px 20px;max-width:1240px;margin:0 auto}.logo{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800}.logo svg{width:30px;height:30px;color:var(--poke-red)}.search-open{margin-left:auto;display:flex;align-items:center;gap:10px;min-height:var(--tap-min);background:var(--surface);border-radius:999px;padding:0 20px;box-shadow:var(--shadow-1);color:var(--ink-soft);font-weight:700;font-size:16px}.search-open svg{width:20px;height:20px}.search-open .hint{display:none}@media(min-width:640px){.search-open .hint{display:inline}}.top-links{display:flex;gap:8px}.nav-pill{display:flex;align-items:center;gap:8px;min-height:var(--tap-min);padding:0 16px;background:var(--surface);border-radius:999px;box-shadow:var(--shadow-1);font-weight:800;font-size:15px;color:var(--ink-soft)}.nav-pill svg{width:20px;height:20px;flex:none}@media(max-width:520px){.logo-text{display:none}.nav-pill{padding:0 13px}.nav-pill span{display:none}}.type-badge{display:inline-flex;align-items:center;gap:8px;padding:0 16px 0 10px;height:var(--tap-min);border-radius:999px;color:#fff;font-weight:800;font-size:17px;letter-spacing:.3px;box-shadow:var(--shadow-1),inset 0 -3px #00000026}button.type-badge{cursor:pointer;transition:transform .1s}button.type-badge:active{transform:scale(.94)}.type-badge .ticon{width:30px;height:30px;display:grid;place-items:center;background:#ffffff47;border-radius:50%;flex:none}.type-badge .ticon svg{width:18px;height:18px}.type-badge.sm{height:36px;font-size:14px;gap:6px;padding:0 12px 0 6px}.type-badge.sm .ticon{width:24px;height:24px}.type-badge.sm .ticon svg{width:14px;height:14px}.type-badge.t-electric,.type-badge.t-ice,.type-badge.t-ground,.type-badge.t-steel{color:#3a3410}.type-badge.t-electric .ticon,.type-badge.t-ice .ticon,.type-badge.t-ground .ticon,.type-badge.t-steel .ticon{background:#ffffff73}.t-normal{background:var(--type-normal)}.t-fire{background:var(--type-fire)}.t-water{background:var(--type-water)}.t-electric{background:var(--type-electric)}.t-grass{background:var(--type-grass)}.t-ice{background:var(--type-ice)}.t-fighting{background:var(--type-fighting)}.t-poison{background:var(--type-poison)}.t-ground{background:var(--type-ground)}.t-flying{background:var(--type-flying)}.t-psychic{background:var(--type-psychic)}.t-bug{background:var(--type-bug)}.t-rock{background:var(--type-rock)}.t-ghost{background:var(--type-ghost)}.t-dragon{background:var(--type-dragon)}.t-dark{background:var(--type-dark)}.t-steel{background:var(--type-steel)}.t-fairy{background:var(--type-fairy)}.dex-page{max-width:1240px;margin:0 auto;padding:0 16px 24px;display:grid;gap:16px}@media(min-width:1024px){.dex-page{grid-template-columns:minmax(380px,460px) 1fr;align-items:start;padding-bottom:16px}.hero{position:sticky;top:16px}}.side-col{display:grid;gap:16px;min-width:0}.hero{background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--shadow-2);padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-70px;top:-70px;width:260px;height:260px;background:radial-gradient(circle,rgba(238,129,48,.15) 0 60%,transparent 62%);border-radius:50%;pointer-events:none}.hero-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.hero-top h1{font-size:clamp(30px,6vw,40px);font-weight:800}.hero-top .dexno{font-size:19px;font-weight:800;color:var(--ink-soft)}.hero-name{display:flex;align-items:center;gap:12px;min-width:0}.speak-btn{flex:none;width:var(--tap-min);height:var(--tap-min);border-radius:50%;background:var(--surface-2);color:var(--poke-red);display:grid;place-items:center;box-shadow:var(--shadow-1);transition:transform .1s}.speak-btn:active{transform:scale(.92)}.speak-btn svg{width:26px;height:26px}.speak-btn.speaking{background:#fff1ec;animation:speak-pulse .9s ease-in-out infinite}@keyframes speak-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.hero-types{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.hero-art{display:grid;place-items:center;padding:12px 0;min-height:240px;position:relative;z-index:1}.hero-art img{width:min(280px,60vw);height:auto}.shiny-toggle{position:absolute;top:0;right:0;z-index:2;width:var(--tap-min);height:var(--tap-min);border-radius:50%;background:var(--surface-2);color:var(--ink-soft);display:grid;place-items:center;box-shadow:var(--shadow-1);transition:transform .1s,color .15s,background .15s}.shiny-toggle svg{width:26px;height:26px}.shiny-toggle:active{transform:scale(.92)}.shiny-toggle.active{background:linear-gradient(150deg,#ffe28a,var(--poke-yellow));color:#7a5c00;box-shadow:var(--shadow-1),0 0 0 3px #ffcb0559}.variants{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.variant-chip{display:flex;flex-direction:column;align-items:center;gap:5px}.variant-chip .thumb{width:68px;height:68px;border-radius:var(--r-md);background:var(--surface-2);border:3px solid var(--line);display:grid;place-items:center;overflow:hidden}.variant-chip .thumb img{width:54px;height:54px;object-fit:contain}.variant-chip.active .thumb{border-color:var(--poke-red);background:#fff1ec;box-shadow:var(--shadow-1)}.variant-chip span{font-size:12px;font-weight:800;color:var(--ink-soft)}.variant-chip.active span{color:var(--poke-red)}.panel{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-1);padding:18px 20px;min-width:0}.panel h2{font-size:13px;text-transform:uppercase;letter-spacing:1.2px;color:var(--ink-soft);margin-bottom:10px}.effrow{display:flex;align-items:flex-start;gap:12px;padding:7px 0}.effmult{flex:none;width:58px;height:38px;display:grid;place-items:center;border-radius:var(--r-sm);color:#fff;font-weight:900;font-size:16px;box-shadow:inset 0 -3px #0000002e}.efflabel{flex:none;width:92px;padding-top:9px;font-size:12px;font-weight:800;color:var(--ink-soft);line-height:1.25}.efftypes{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:420px){.efflabel{display:none}}.stats-chart{display:grid;place-items:center}.stats-chart svg{width:min(340px,100%);height:auto;overflow:visible}.stats-grid{fill:none;stroke:var(--line);stroke-width:1}.stats-axis{stroke:var(--line);stroke-width:1}.stats-area{fill:#e3350d38;stroke:var(--poke-red);stroke-width:2.5;stroke-linejoin:round}.stats-dot{fill:var(--poke-red)}.stats-label{font-size:12px;font-weight:800;fill:var(--ink-soft)}.stats-label .stats-value{font-size:13px;font-weight:900;fill:var(--ink)}.stats-total{margin-top:6px;text-align:center;font-size:13px;font-weight:800;color:var(--ink-soft)}.stats-total strong{color:var(--ink);font-weight:900}.enc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.enc-head h2{margin-bottom:0}.enc-select{font:inherit;font-weight:800;font-size:14px;color:var(--ink);background:var(--surface-2);border:2px solid var(--line);border-radius:999px;padding:8px 14px;min-height:40px;cursor:pointer;max-width:100%}.enc-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.enc-item{background:var(--surface-2);border-radius:var(--r-sm);padding:8px 12px;font-size:14px;font-weight:700;color:var(--ink)}.enc-empty{margin-top:12px;font-size:14px;font-weight:700;color:var(--ink-soft);line-height:1.4}.evo-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.evo-scroll::-webkit-scrollbar{display:none}.evo-row{display:flex;align-items:center;gap:4px;width:max-content}.evo-stage{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;border-radius:var(--r-md);flex:none}.evo-stage .evo-img{width:84px;height:84px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center}.evo-stage .evo-img img{width:68px;height:68px;object-fit:contain}.evo-stage.current{background:#fff1ec;outline:3px solid var(--poke-red)}.evo-stage.current .evo-img{background:#fde3d2}.evo-stage b{font-size:14px;font-weight:800}.evo-arrow{display:flex;flex-direction:column;align-items:center;gap:2px;flex:none;padding:0 4px}.evo-arrow svg{width:26px;height:26px;color:var(--ink-soft)}.evo-arrow span{font-size:11px;font-weight:800;background:var(--surface-2);border-radius:999px;padding:3px 9px;white-space:nowrap}.evo-branches{display:flex;flex-direction:column;gap:4px}.evo-branch-row{display:flex;align-items:center}.dex-nav{display:flex;gap:12px;padding:0 16px 14px;max-width:1240px;margin:0 auto}.nav-btn{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:10px;background:var(--surface);border:3px solid var(--line);border-radius:var(--r-lg);padding:6px 14px;min-height:64px;box-shadow:var(--shadow-1);transition:transform .1s}.nav-btn .txt{min-width:0;overflow:hidden}.nav-btn .txt b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-btn:active{transform:scale(.97)}.nav-btn.next{flex-direction:row-reverse;text-align:right}.nav-btn .chev{flex:none;width:26px;height:26px;color:var(--ink-soft)}.nav-btn .chev svg{width:100%;height:100%}.nav-btn .preview{width:56px;height:56px;border-radius:50%;background:var(--surface-2);flex:none;display:grid;place-items:center}.nav-btn .preview img{width:48px;height:48px;image-rendering:pixelated}.nav-btn small{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--ink-soft)}.nav-btn b{display:block;font-size:16px;font-weight:800}@media(max-width:560px){.dex-nav{gap:8px}.nav-btn{gap:7px;padding:5px 10px;min-height:56px;border-width:2px}.nav-btn .chev{width:20px;height:20px}.nav-btn .preview{width:44px;height:44px}.nav-btn .preview img{width:38px;height:38px}.nav-btn small{font-size:10px;letter-spacing:.6px}.nav-btn b{font-size:14px}}@media(max-width:360px){.dex-nav{flex-wrap:wrap}.nav-btn{flex-basis:100%}}.content-page{max-width:1240px;margin:0 auto;padding:0 16px 32px}.page-head{padding:4px 4px 14px}.page-head h1{font-size:clamp(26px,5vw,34px);font-weight:800}.page-head p{margin-top:6px;font-size:15px;font-weight:600;color:var(--ink-soft);max-width:620px}.matrix-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:14px;font-weight:700;color:var(--ink-soft)}.matrix-legend span{display:inline-flex;align-items:center;gap:7px}.matrix-legend i,.matrix td{font-style:normal}.matrix-legend i{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;color:#fff;font-weight:900;font-size:14px}.matrix-card{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-1);padding:12px}.matrix-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.matrix{border-collapse:separate;border-spacing:3px}.matrix th{font-weight:800}.matrix thead th{vertical-align:bottom;padding-bottom:2px}.matrix .corner{min-width:128px;text-align:left;font-size:11px;color:var(--ink-soft);line-height:1.5;vertical-align:bottom}.matrix .corner span{display:block}.matrix tbody th{position:sticky;left:0;z-index:1;background:var(--surface);text-align:left;padding-right:8px;white-space:nowrap}.matrix tbody th,.matrix .mname{font-size:13px}.matrix tbody th>*{vertical-align:middle}.mchip{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;box-shadow:inset 0 -2px #00000026}.mchip.t-electric,.mchip.t-ice,.mchip.t-ground,.mchip.t-steel{color:#3a3410}.mchip svg{width:17px;height:17px}.matrix tbody th .mchip{margin-right:7px}.matrix td{width:34px;height:34px;min-width:34px;border-radius:8px;text-align:center;font-weight:900;font-size:14px;color:#fff}.m-1{background:var(--surface-2)}.m-2{background:var(--eff-2x)}.m-05{background:var(--eff-half)}.m-0{background:var(--eff-zero)}.matrix td,.matrix th{cursor:pointer;transition:opacity .12s,box-shadow .12s}.matrix .corner{cursor:default}.matrix td.dim{opacity:.3}.matrix th.dim>*{opacity:.3}.matrix td.hl.m-1{background:#d3dcea}.matrix td.hl-cross{box-shadow:0 0 0 3px var(--ink);position:relative;z-index:2}.matrix td.hl-cross.m-1{background:#d3dcea}@media(max-width:640px){.matrix .corner{min-width:44px}.matrix .mname{display:none}.matrix tbody th .mchip{margin-right:0}}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px}.filter-pill{display:inline-flex;align-items:center;gap:5px;height:38px;padding:0 12px 0 6px;border-radius:999px;font-weight:800;font-size:13px;box-shadow:var(--shadow-1);transition:transform .1s,background .15s,color .15s}.filter-pill:not(.on){background:var(--surface);color:var(--ink-soft)}.filter-pill:active{transform:scale(.94)}.filter-pill .ticon{width:26px;height:26px;display:grid;place-items:center;background:var(--surface-2);border-radius:50%;flex:none;color:var(--ink-soft)}.filter-pill .ticon svg{width:15px;height:15px}.filter-pill.on{color:#fff;box-shadow:var(--shadow-1),inset 0 -3px #00000026}.filter-pill.on .ticon{background:#ffffff47;color:#fff}.filter-pill.on.t-electric,.filter-pill.on.t-ice,.filter-pill.on.t-ground,.filter-pill.on.t-steel{color:#3a3410}.filter-pill.on.t-electric .ticon,.filter-pill.on.t-ice .ticon,.filter-pill.on.t-ground .ticon,.filter-pill.on.t-steel .ticon{background:#ffffff73;color:#3a3410}.filter-count{display:inline-flex;align-items:center;gap:10px;margin-left:4px;font-size:14px;font-weight:800;color:var(--ink-soft)}.filter-clear{height:38px;padding:0 14px;border-radius:999px;border:2px solid var(--line);background:var(--surface);font-size:13px;font-weight:800;color:var(--ink-soft)}.dex-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:8px}.dex-cell{display:flex;flex-direction:column;align-items:center;gap:1px;background:var(--surface);border-radius:var(--r-md);box-shadow:var(--shadow-1);padding:8px 4px 7px;text-align:center;min-width:0}.dex-cell:hover{box-shadow:var(--shadow-2)}.dex-cell[hidden]{display:none}.dex-cell{scroll-margin:100px}.dex-cell:target,.dex-cell.is-target{outline:3px solid var(--poke-red);background:#fff1ec}.dex-cell:target span,.dex-cell.is-target span{color:var(--poke-red)}.dex-cell:active{transform:scale(.95)}.dex-cell img{width:56px;height:56px;image-rendering:pixelated}.dex-cell b{font-size:11.5px;font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dex-cell span{font-size:10px;font-weight:700;color:var(--ink-soft)}.offline-panel{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-1);padding:20px;max-width:620px;display:grid;gap:14px}.offline-row{display:flex;align-items:center;gap:12px}.offline-label{flex:none;width:100px;font-size:14px;font-weight:800;color:var(--ink-soft)}.offline-bar{flex:1;height:12px;border-radius:999px;background:var(--surface-2);overflow:hidden}.offline-bar.big{height:18px}.offline-bar-fill{display:block;height:100%;border-radius:999px;background:var(--eff-half);transition:width .3s}.offline-count{flex:none;min-width:92px;text-align:right;font-size:13px;font-weight:800;color:var(--ink-soft);font-variant-numeric:tabular-nums}.offline-count.complete{color:var(--eff-half)}.offline-progress{display:flex;align-items:center;gap:12px}.offline-download{min-height:var(--tap-min);border-radius:999px;background:var(--poke-red);color:#fff;font-weight:800;font-size:16px;padding:0 24px;box-shadow:var(--shadow-1);justify-self:start}.offline-download:active{transform:scale(.97)}.offline-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.offline-reset{min-height:var(--tap-min);border-radius:999px;border:3px solid var(--line);background:var(--surface);color:var(--ink-soft);font-weight:800;font-size:15px;padding:0 20px}.offline-reset:active{transform:scale(.97)}.offline-note{font-size:14px;font-weight:600;color:var(--ink-soft);max-width:620px;line-height:1.45}.search-overlay{position:fixed;inset:0;z-index:20;background:#1e2a3a73;display:flex;justify-content:center;align-items:flex-start;padding:4vh 16px}.search-box{width:min(560px,100%);background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-2);display:flex;flex-direction:column;max-height:85dvh;overflow:hidden}.search-input-row{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:2px solid var(--line)}.search-input-row svg{width:22px;height:22px;color:var(--ink-soft);flex:none}.search-input-row input{flex:1;border:0;outline:0;font:inherit;font-size:18px;font-weight:700;color:var(--ink);background:none;min-width:0}.search-close{flex:none;font-size:14px;font-weight:800;color:var(--ink-soft);padding:8px 12px;border-radius:999px;background:var(--surface-2)}.search-results{overflow-y:auto;padding:8px}.search-result{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:var(--r-md);min-height:56px}.search-result:hover,.search-result:focus-visible{background:var(--surface-2)}.search-result img{width:44px;height:44px;image-rendering:pixelated;flex:none}.search-result b{font-size:17px;font-weight:800}.search-result span{margin-left:auto;font-size:13px;font-weight:700;color:var(--ink-soft)}.search-empty{padding:24px;text-align:center;font-weight:700;color:var(--ink-soft)}#root{display:contents}.app-splash{min-height:100dvh;display:grid;place-content:center;gap:12px;justify-items:center;font-weight:700;color:var(--ink-soft)}.app-splash button{padding:10px 18px;border-radius:999px;background:var(--poke-red);color:#fff;font-weight:800}
