:root{--bg-base:#0c0d14;--bg-elevated:#18181b;--bg-surface:#1f1f24;--bg-overlay:#27272a;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--text-subtle:#71717a;--border-default:#27272a;--border-hover:#3f3f46;--border-active:rgba(99,102,241,.3);--accent-primary:#6366f1;--accent-primary-hover:#818cf8;--accent-glow:rgba(99,102,241,.15);--accent-glow-strong:rgba(99,102,241,.25);--stat-excellent:#22d3ee;--stat-high:#4ade80;--stat-above-avg:#a3e635;--stat-average:#fbbf24;--stat-below-avg:#fb923c;--stat-low:#f87171;--glow-fire:rgba(253,125,36,.12);--glow-water:rgba(74,144,217,.12);--glow-electric:rgba(238,213,53,.15);--glow-grass:rgba(98,185,87,.12);--glow-ice:rgba(152,216,216,.12);--glow-fighting:rgba(192,48,40,.12);--glow-poison:rgba(160,64,160,.12);--glow-ground:rgba(224,192,104,.12);--glow-flying:rgba(168,144,240,.12);--glow-psychic:rgba(248,88,136,.12);--glow-bug:rgba(168,184,32,.12);--glow-rock:rgba(184,160,56,.12);--glow-ghost:rgba(112,88,152,.15);--glow-dragon:rgba(112,56,248,.15);--glow-dark:rgba(112,88,72,.1);--glow-steel:rgba(184,184,208,.1);--glow-fairy:rgba(238,153,172,.12);--glow-normal:rgba(168,168,120,.1);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 12px rgba(0,0,0,.3);--shadow-lg:0 12px 32px rgba(0,0,0,.4);--shadow-xl:0 20px 40px rgba(0,0,0,.5);--shadow-glow:0 0 60px -10px;--ease-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);--duration-fast:.15s;--duration-normal:.2s;--duration-slow:.3s;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Consolas",monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:1rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem}.main-content-wrapper-pokemon,.pfh,.pcl,.pqi,.pbs,.ptm,.pev,.pab,.pga,.pmv,.pen{font-family:var(--font-sans)}.pbs-stat-value,.pbs-total-value,.pqi-value,.pmv-level,.pmv-power,.pmv-acc{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.main-content-wrapper-pokemon{padding:20px 0}.pokemon-section{background:#2a2a2a;border-radius:8px;padding:20px;margin-bottom:20px}.pokemon-section h2{color:#fff;margin-bottom:15px;font-size:1.4em;border-bottom:1px solid #444;padding-bottom:10px}.pokemon-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.pokemon-info-grid .info-item{display:flex;justify-content:space-between;padding:10px;background:#333;border-radius:4px}.pokemon-info-grid .label{color:#999}.pokemon-info-grid .value{color:#fff;font-weight:600}.rb-section{background:#1a1a1d;border-radius:4px;margin-bottom:12px;overflow:hidden}.rb-section-header{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #2d2d30;position:relative}.rb-section-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent,#6366f1)}.rb-section-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.rb-section-title-icon{width:18px;height:18px;color:var(--section-accent,#6366f1)}.rb-section-subtitle{font-size:12px;color:#71717a;font-weight:400;margin-left:8px}.rb-section-body{padding:16px}.rb-section--weakness{--section-accent:#ef4444}.rb-section--stats{--section-accent:#22d3ee}.rb-section--evolution{--section-accent:#a855f7}.rb-section--abilities{--section-accent:#f59e0b}.rb-section--moves{--section-accent:#4ade80}.rb-section--games{--section-accent:#6366f1}.rb-section--encounters{--section-accent:#ec4899}.rb-section--faq{--section-accent:#fb923c}.rb-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:768px){.rb-grid-2{grid-template-columns:1fr}}.rb-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.rb-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.rb-grid-3{grid-template-columns:1fr}}.stats-grid{display:flex;flex-direction:column;gap:10px}.stat-item{display:grid;grid-template-columns:80px 50px 1fr;align-items:center;gap:10px}.stat-name{color:#999;font-size:.9em}.stat-value{color:#fff;font-weight:600;text-align:right}.stat-bar{background:#333;height:8px;border-radius:4px;overflow:hidden}.stat-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:4px;transition:width .3s ease}.stat-total{margin-top:10px;padding-top:10px;border-top:1px solid #444}.stat-total .stat-name{color:#fff;font-weight:600}.type-normal{background:#a8a878}.type-fire{background:#f08030}.type-water{background:#6890f0}.type-electric{background:#f8d030}.type-grass{background:#78c850}.type-ice{background:#98d8d8}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{background:#e0c068}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{background:#b8b8d0}.type-fairy{background:#ee99ac}@media(max-width:768px){.stat-item{grid-template-columns:70px 40px 1fr}.pokemon-info-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.stat-fill,.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pab-item,.pga-game,.pen-item,.pqi-card,.pcl-link,.pgs-trigger,.pmv-view-all,.pen-view-all{transition:none!important;animation:none!important}}.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pqi-card{will-change:transform;transform:translateZ(0)}*:focus-visible{outline:2px solid #6366f1;outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 24px;background:#6366f1;color:#fff;font-weight:600;text-decoration:none;border-radius:4px;z-index:9999}.skip-link:focus{top:16px}@media(prefers-contrast:high){.pbs-bar-fill,.pbs-total-bar-fill{border:1px solid currentColor}.pqi-card,.pbs-container,.ptm-container,.pev-container,.pab-container,.pga-container,.pmv-container,.pen-container{border-width:2px}}@media print{.pbs-bar-fill,.pbs-total-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pcombat-content,.pstrategy-content,.pevosec-content,.ploc-content,.pgame-content,.pfaq-content{grid-template-rows:1fr!important}.section-drag-handle,.pcombat-chevron,.pstrategy-chevron,.pevosec-chevron,.ploc-chevron,.pgame-chevron,.pfaq-section-chevron{display:none!important}.pokemon-sections-container{visibility:visible!important}.pcombat-title,.pstrategy-title,.pevo-section-title,.ploc-title,.pgame-title,.pfaq-title{color:inherit!important}}.pcombat-content{display:grid;grid-template-rows:1fr}.pcombat-content-inner{overflow:hidden;min-height:0}.pigv-section-content{display:grid;grid-template-rows:1fr}.pigv-section-content-inner{overflow:hidden;min-height:0}.pweakness-content-inner{overflow:hidden;min-height:0}.ploc-content{display:grid;grid-template-rows:1fr}.ploc-content-inner{overflow:hidden;min-height:0}.pevosec-content{display:grid;grid-template-rows:1fr}.pevosec-content-inner{overflow:hidden;min-height:0}.pstrategy-content{display:grid;grid-template-rows:1fr}.pstrategy-content-inner{overflow:hidden;min-height:0}.pfaq-section-content{display:grid;grid-template-rows:1fr}.pfaq-section-content-inner{overflow:hidden;min-height:0}.pgame-section-content{display:grid;grid-template-rows:1fr}.pgame-section-content-inner{overflow:hidden;min-height:0}.rb-final-word-content{display:grid;grid-template-rows:1fr}.rb-final-word-content-inner{overflow:hidden;min-height:0}.rb-sections-container{display:flex;flex-direction:column}.rb-section{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);--text-1:#ffffff;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#8b5cf6;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--collapse-duration:0ms;--collapse-easing:ease}.rb-section{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border);overflow:hidden}.rb-section:last-child{margin-bottom:0}.rb-section-header{display:flex;align-items:stretch;gap:0;padding:0;border-bottom:1px solid var(--border-subtle);position:relative;background:transparent}.rb-section .rb-section-header:before{content:none}.rb-section-header [data-section-header-bar]{flex:1;min-width:0;display:flex;align-items:center;gap:12px;padding:14px 16px 14px 20px;background:#ffffff05;color:inherit;font-family:inherit;font-weight:400;position:relative}.rb-section-header [data-section-header-bar]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent-gradient,linear-gradient(180deg,#a855f7 0%,#7c3aed 100%))}.rb-section-header [class*=-title-group],.rb-section-header [data-section-title-group]{display:flex;align-items:center;gap:10px;min-width:0}.rb-section-header h2,.rb-section-header h3,.rb-section-header p{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.rb-section-header [data-section-header-bar] svg[class*=-icon],.rb-section-header [data-section-header-bar] .rb-section-icon{width:18px;height:18px;color:var(--section-accent,#a855f7);flex-shrink:0}.rb-section [class*=-content-inner],.rb-section [data-section-content-inner]{padding:14px}@media(max-width:520px){.rb-section{border-radius:var(--radius-md,10px)}.rb-section-header [data-section-header-bar]{padding:12px 14px 12px 16px}}.pokemon-sections-container .rb-section [data-section-content-inner]{padding:0}.pfh{margin-bottom:0}.pfh-hero{background:#1a1a1d;border-radius:4px 4px 0 0;overflow:hidden;position:relative}.pfh-hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--pfh-accent,#6366f1);z-index:2}.pfh-hero:after{content:"";position:absolute;top:-100px;left:0;right:0;height:200px;background:radial-gradient(ellipse at center top,var(--pfh-glow,rgba(99,102,241,.08)) 0%,transparent 70%);pointer-events:none;z-index:0}.pfh-hero--normal{--pfh-glow:rgba(146,152,164,.08);--pfh-accent:#9298a4}.pfh-hero--fire{--pfh-glow:rgba(253,125,36,.12);--pfh-accent:#fd7d24}.pfh-hero--water{--pfh-glow:rgba(74,144,217,.12);--pfh-accent:#4a90d9}.pfh-hero--electric{--pfh-glow:rgba(238,213,53,.15);--pfh-accent:#eed535}.pfh-hero--grass{--pfh-glow:rgba(98,185,87,.1);--pfh-accent:#62b957}.pfh-hero--ice{--pfh-glow:rgba(112,203,206,.1);--pfh-accent:#70cbce}.pfh-hero--fighting{--pfh-glow:rgba(209,66,88,.1);--pfh-accent:#d14258}.pfh-hero--poison{--pfh-glow:rgba(168,100,199,.1);--pfh-accent:#a864c7}.pfh-hero--ground{--pfh-glow:rgba(220,117,69,.1);--pfh-accent:#dc7545}.pfh-hero--flying{--pfh-glow:rgba(166,194,242,.1);--pfh-accent:#a6c2f2}.pfh-hero--psychic{--pfh-glow:rgba(246,111,113,.12);--pfh-accent:#f66f71}.pfh-hero--bug{--pfh-glow:rgba(147,197,38,.1);--pfh-accent:#93c526}.pfh-hero--rock{--pfh-glow:rgba(201,187,138,.08);--pfh-accent:#c9bb8a}.pfh-hero--ghost{--pfh-glow:rgba(97,100,170,.15);--pfh-accent:#6164aa}.pfh-hero--dragon{--pfh-glow:rgba(84,98,214,.15);--pfh-accent:#5462d6}.pfh-hero--dark{--pfh-glow:rgba(95,96,109,.08);--pfh-accent:#5f606d}.pfh-hero--steel{--pfh-glow:rgba(107,176,196,.1);--pfh-accent:#6bb0c4}.pfh-hero--fairy{--pfh-glow:rgba(240,158,229,.12);--pfh-accent:#f09ee5}.pfh-main{display:grid;grid-template-columns:140px 1fr auto;gap:20px;padding:20px 20px 20px 24px;position:relative;z-index:1;align-items:center}.pfh-image{width:140px;height:140px;background:#0000004d;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative}@keyframes pfh-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pfh-image img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.5));animation:pfh-float 4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.pfh-image img{animation:none}}.pfh-content{display:flex;flex-direction:column;gap:8px;min-width:0}.pfh-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pfh-title{font-family:var(--font-sans);font-size:28px;font-weight:800;color:#fafafa;margin:0;line-height:1.1;letter-spacing:-.01em}.pfh-dex{font-family:var(--font-mono);font-size:14px;font-weight:600;color:#71717a}.pfh-types{display:flex;gap:4px}.pfh-type{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#fff}.pfh-type--normal{background:#9298a4}.pfh-type--fire{background:#fd7d24}.pfh-type--water{background:#4a90d9}.pfh-type--electric{background:#d4a400;color:#000}.pfh-type--grass{background:#4a9a3f}.pfh-type--ice{background:#5ba4a7;color:#000}.pfh-type--fighting{background:#d14258}.pfh-type--poison{background:#a864c7}.pfh-type--ground{background:#c06428}.pfh-type--flying{background:#7a9ed4;color:#000}.pfh-type--psychic{background:#f66f71}.pfh-type--bug{background:#7ba31e}.pfh-type--rock{background:#a89860}.pfh-type--ghost{background:#6164aa}.pfh-type--dragon{background:#5462d6}.pfh-type--dark{background:#5f606d}.pfh-type--steel{background:#5a96a8;color:#000}.pfh-type--fairy{background:#d684cb}.pfh-snippet{font-size:13px;line-height:1.5;color:#a1a1aa;margin:0}.pfh-snippet strong{color:#fafafa;font-weight:600}.pfh-facts{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.pfh-fact{display:flex;align-items:center;gap:6px;font-size:12px}.pfh-fact-label{color:#71717a}.pfh-fact-value{font-family:var(--font-mono);font-weight:700;color:#fafafa}.pfh-fact-types{display:flex;gap:3px}.pfh-weak-type{padding:2px 6px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;color:#fff}.pfh-weak-type--normal{background:#9298a4}.pfh-weak-type--fire{background:#fd7d24}.pfh-weak-type--water{background:#4a90d9}.pfh-weak-type--electric{background:#d4a400;color:#000}.pfh-weak-type--grass{background:#4a9a3f}.pfh-weak-type--ice{background:#5ba4a7;color:#000}.pfh-weak-type--fighting{background:#d14258}.pfh-weak-type--poison{background:#a864c7}.pfh-weak-type--ground{background:#c06428}.pfh-weak-type--flying{background:#7a9ed4;color:#000}.pfh-weak-type--psychic{background:#f66f71}.pfh-weak-type--bug{background:#7ba31e}.pfh-weak-type--rock{background:#a89860}.pfh-weak-type--ghost{background:#6164aa}.pfh-weak-type--dragon{background:#5462d6}.pfh-weak-type--dark{background:#5f606d}.pfh-weak-type--steel{background:#5a96a8;color:#000}.pfh-weak-type--fairy{background:#d684cb}.pfh-tier{padding:2px 8px;border-radius:3px;font-size:11px;font-weight:700}.pfh-tier--s{background:#22d3ee;color:#000}.pfh-tier--a{background:#4ade80;color:#000}.pfh-tier--b{background:#a3e635;color:#000}.pfh-tier--c{background:#fbbf24;color:#000}.pfh-tier--d{background:#fb923c;color:#000}.pfh-tier--f{background:#f87171;color:#fff}.pfh-stats-mini{display:flex;flex-direction:column;gap:6px;min-width:160px}.pfh-bst-row{display:flex;align-items:center;gap:10px}.pfh-bst-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#71717a;width:30px}.pfh-bst-value{font-family:var(--font-mono);font-size:20px;font-weight:800;color:#fafafa;min-width:45px}.pfh-bst-bar{flex:1;height:6px;background:#27272a;border-radius:3px;overflow:hidden}.pfh-bst-fill{height:100%;border-radius:3px;transition:width 1s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(90deg,var(--pfh-accent,#6366f1),var(--stat-color,#6366f1))}.pfh-bst-fill--excellent{--stat-color:#22d3ee}.pfh-bst-fill--high{--stat-color:#4ade80}.pfh-bst-fill--above{--stat-color:#a3e635}.pfh-bst-fill--average{--stat-color:#fbbf24}.pfh-bst-fill--below{--stat-color:#fb923c}.pfh-bst-fill--low{--stat-color:#f87171}.pfh-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#52525b;margin-top:4px}.pfh-meta time{display:flex;align-items:center;gap:4px}.pfh-game-badge{padding:2px 6px;background:#6366f126;border-radius:3px;color:#a5b4fc;font-weight:500}@media(max-width:900px){.pfh-main{grid-template-columns:120px 1fr}.pfh-stats-mini{grid-column:1 / -1;flex-direction:row;align-items:center;margin-top:8px}.pfh-bst-bar{max-width:200px}}@media(max-width:600px){.pfh-main{grid-template-columns:1fr;text-align:center;gap:16px;padding:16px 16px 16px 20px}.pfh-image{width:120px;height:120px;margin:0 auto}.pfh-image img{width:100px;height:100px}.pfh-title{font-size:24px}.pfh-title-row,.pfh-types{justify-content:center}.pfh-snippet{text-align:center}.pfh-facts,.pfh-stats-mini,.pfh-meta{justify-content:center}}.pcl{margin-top:0;margin-bottom:16px}.pcl-container{background:#0a0a0c;border:none;border-radius:0 0 10px 10px;padding:0;position:relative;z-index:1;box-shadow:0 2px 8px #0000004d}.pcl-row{display:flex;align-items:center;justify-content:space-between;gap:0}.pcl-links{display:flex;flex:1;min-width:0}.pcl-link{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;background:transparent;border:none;border-right:1px solid rgba(255,255,255,.04);color:#71717a;font-size:12px;font-weight:500;text-decoration:none;transition:color .15s ease,background .15s ease;position:relative;overflow:hidden;letter-spacing:.02em}.pcl-link:first-child{border-radius:0 0 0 10px}.pcl-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);transition:left .5s ease;pointer-events:none}.pcl-link:hover:before{left:100%}.pcl-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#6366f1;border-radius:2px 2px 0 0;transform:translate(-50%);transition:width .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.pcl-link:last-child{border-right:none}.pcl-link:hover{background:#ffffff0a;color:#d4d4d8;transform:translateY(-1px)}.pcl-link:active{transform:translateY(0)}.pcl-link:hover:not(.pcl-link--active):after{width:20px;background:#fff3}.pcl-link--active{color:#f4f4f5;background:#6366f10f;font-weight:600}.pcl-link--active:after{width:40px;background:linear-gradient(90deg,#6366f1,#8b5cf6);box-shadow:0 0 12px #6366f180}.pcl-link:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #6366f180}@media(prefers-reduced-motion:reduce){.pcl-link:before{display:none}.pcl-link:after{transition:none}}.pgs{position:relative;flex-shrink:0}.pgs-trigger{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;background:#ffffff05;border:none;border-left:1px solid rgba(255,255,255,.05);border-radius:0 0 10px;cursor:pointer;transition:background .15s ease,transform .2s cubic-bezier(.4,0,.2,1);font-family:inherit;white-space:nowrap}.pgs-trigger:hover{background:#ffffff0d;transform:translateY(-1px)}.pgs-trigger:active{transform:translateY(0)}.pgs-trigger:focus{outline:none;background:#6366f11a}.pgs-trigger:focus-visible{box-shadow:inset 0 0 0 2px #6366f180}.pgs-trigger[aria-expanded=true]{background:#6366f11a;transform:translateY(0)}.pgs-prefix{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#52525b;transition:color .15s ease}.pgs-trigger:hover .pgs-prefix{color:#71717a}.pgs-label{font-size:12px;font-weight:500;color:#a1a1aa;max-width:140px;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.pgs-trigger:hover .pgs-label,.pgs-trigger[aria-expanded=true] .pgs-label{color:#f4f4f5}.pgs-chevron{width:12px;height:12px;color:#52525b;transition:transform .2s cubic-bezier(.4,0,.2,1),color .15s ease;flex-shrink:0}.pgs-trigger:hover .pgs-chevron{color:#71717a}.pgs-trigger[aria-expanded=true] .pgs-chevron{transform:rotate(180deg);color:#6366f1}@media(prefers-reduced-motion:reduce){.pgs-trigger{transition:background .15s ease}.pgs-trigger:hover{transform:none}}.pgs-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:linear-gradient(145deg,#1c1c1f,#18181b);border:1px solid #3f3f46;border-radius:8px;box-shadow:0 10px 40px #00000080;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.96);transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden}.pgs-menu--open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.pgs-menu-header{padding:8px 12px;background:#0003;border-bottom:1px solid #27272a}.pgs-menu-title{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#71717a;margin:0}.pgs-menu-list{list-style:none;margin:0;padding:4px;max-height:280px;overflow-y:auto}.pgs-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:transparent;border:none;border-radius:5px;cursor:pointer;text-align:left;font-family:inherit;opacity:0;transform:translate(-8px);transition:opacity .15s ease,transform .15s ease,background .1s ease}.pgs-menu--open .pgs-option{opacity:1;transform:translate(0)}.pgs-menu--open .pgs-option:nth-child(1){transition-delay:.02s}.pgs-menu--open .pgs-option:nth-child(2){transition-delay:.04s}.pgs-menu--open .pgs-option:nth-child(3){transition-delay:.06s}.pgs-menu--open .pgs-option:nth-child(4){transition-delay:.08s}.pgs-menu--open .pgs-option:nth-child(5){transition-delay:.1s}.pgs-menu--open .pgs-option:nth-child(6){transition-delay:.12s}.pgs-option:focus-visible{outline:none;background:#6366f126}@media(prefers-reduced-motion:reduce){.pgs-option{opacity:1;transform:none;transition:background .1s ease}}.pgs-option:hover,.pgs-option--focused,.pgs-option:focus{background:#6366f11a;outline:none}.pgs-option:focus-visible{outline:2px solid var(--accent-primary,#6366f1);outline-offset:-2px}.pgs-option--active{background:#6366f126}.pgs-option-content{flex:1;min-width:0}.pgs-option-name{font-size:12px;font-weight:500;color:#e4e4e7;display:block}.pgs-option--active .pgs-option-name{color:#a5b4fc;font-weight:600}.pgs-option-gen{font-size:9px;color:#71717a;display:block;margin-top:1px}.pgs-option-check{width:14px;height:14px;color:#6366f1;opacity:0;flex-shrink:0}.pgs-option--active .pgs-option-check{opacity:1}.pgs-divider{height:1px;background:linear-gradient(90deg,transparent,#27272a,transparent);margin:4px 10px}@media(max-width:768px){.pcl-row{flex-direction:column;align-items:stretch;gap:0}.pcl-links{border-right:none;border-bottom:1px solid rgba(255,255,255,.05)}.pcl-link{padding:12px 16px}.pgs{width:100%}.pgs-trigger{width:100%;justify-content:center;padding:12px 16px;border-left:none;border-radius:0 0 10px 10px;gap:8px}.pgs-label{max-width:none}.pgs-menu{left:0;right:0}}@media(max-width:520px){.pcl-container{border-radius:0 0 6px 6px}.pcl-links{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.pcl-link{padding:12px 16px;font-size:11px;flex-shrink:0}.pcl-link:first-child{border-radius:0 0 0 6px}.pcl-link--active:after{width:28px}.pgs-trigger{padding:12px 14px;border-radius:0 0 6px 6px}.pgs-prefix{font-size:8px}.pgs-label{font-size:11px}}.pgd{margin-bottom:16px}.pgd-container{background:linear-gradient(145deg,#18181b,#1c1c1f);border:1px solid #27272a;border-radius:10px;padding:12px 16px}.pgd-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pgd-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#71717a}.pgd-divider{flex:1;height:1px;background:linear-gradient(90deg,#27272a 0%,transparent 100%)}.pgd-dropdown{position:relative;width:100%;max-width:280px}.pgd-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 14px;background:linear-gradient(145deg,#0f0f10,#141416);border:1px solid #27272a;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.pgd-trigger:hover{border-color:#3f3f46}.pgd-trigger:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.pgd-trigger[aria-expanded=true]{border-color:#6366f1;border-radius:8px 8px 0 0}.pgd-trigger-content{display:flex;align-items:center;gap:10px}.pgd-trigger-icon{width:24px;height:24px;border-radius:4px;object-fit:contain;background:#27272a}.pgd-trigger-text{display:flex;flex-direction:column;gap:1px}.pgd-trigger-subtitle{font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.pgd-trigger-game{font-size:13px;font-weight:600;color:#fafafa}.pgd-chevron{width:16px;height:16px;color:#71717a;transition:transform .2s ease}.pgd-trigger[aria-expanded=true] .pgd-chevron{transform:rotate(180deg)}.pgd-menu{position:absolute;top:100%;left:0;right:0;background:linear-gradient(145deg,#0f0f10,#141416);border:1px solid #6366f1;border-top:none;border-radius:0 0 8px 8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:100;box-shadow:0 10px 25px #00000080;max-height:300px;overflow-y:auto}.pgd-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.pgd-menu-list{list-style:none;margin:0;padding:4px}.pgd-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:5px;cursor:pointer;text-align:left;transition:all .15s ease;font-family:inherit}.pgd-option:hover{background:#6366f11a}.pgd-option--active{background:#6366f126}.pgd-option-icon{width:20px;height:20px;border-radius:3px;object-fit:contain;background:#27272a}.pgd-option-name{font-size:12px;font-weight:500;color:#e4e4e7}.pgd-option--active .pgd-option-name{color:#a5b4fc;font-weight:600}.pgd-option-check{width:14px;height:14px;color:#6366f1;opacity:0;margin-left:auto}.pgd-option--active .pgd-option-check{opacity:1}@media(max-width:600px){.pgd-container{padding:10px 12px}.pgd-dropdown{max-width:100%}.pgd-menu{position:fixed;inset:auto 12px 12px;border-radius:10px;border:1px solid #27272a;max-height:60vh}}.pss{background:#1a1a1d;border-bottom:1px solid #2d2d30;margin-bottom:16px}.pss-container{display:flex;align-items:center;justify-content:flex-start;gap:0;padding:0}.pss-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 24px;border-right:1px solid #2d2d30;min-width:100px}.pss-stat:last-child{border-right:none}.pss-stat-value{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:22px;font-weight:700;color:#fafafa;line-height:1;margin-bottom:4px}.pss-stat-label{font-size:11px;font-weight:500;color:#71717a;text-transform:capitalize}.pss-tier{padding:16px 28px;border-right:1px solid #2d2d30}.pss-tier-badge{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:18px;font-weight:800;color:#0f0f11;margin-bottom:4px}.pss-tier-label{font-size:11px;font-weight:500;color:#71717a;text-align:center}.pss-types{display:flex;flex-direction:column;align-items:flex-start;padding:12px 24px;border-right:1px solid #2d2d30}.pss-types-row{display:flex;gap:6px;margin-bottom:4px}.pss-type{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff}.pss-type--normal{background:#9298a4}.pss-type--fire{background:#fd7d24}.pss-type--water{background:#4a90d9}.pss-type--electric{background:#eed535;color:#1a1a1a}.pss-type--grass{background:#62b957}.pss-type--ice{background:#70cbce;color:#1a1a1a}.pss-type--fighting{background:#d14258}.pss-type--poison{background:#a864c7}.pss-type--ground{background:#dc7545}.pss-type--flying{background:#a6c2f2;color:#1a1a1a}.pss-type--psychic{background:#f66f71}.pss-type--bug{background:#93c526;color:#1a1a1a}.pss-type--rock{background:#c9bb8a;color:#1a1a1a}.pss-type--ghost{background:#6164aa}.pss-type--dragon{background:#5462d6}.pss-type--dark{background:#5f606d}.pss-type--steel{background:#6bb0c4;color:#1a1a1a}.pss-type--fairy{background:#f09ee5;color:#1a1a1a}.pss-types-label{font-size:11px;font-weight:500;color:#71717a}@media(max-width:768px){.pss-container{flex-wrap:wrap}.pss-stat{flex:1;min-width:80px;padding:12px 16px}.pss-stat-value{font-size:18px}.pss-tier{padding:12px 20px}}@media(max-width:500px){.pss-stat{min-width:70px;padding:10px 12px}.pss-stat-value{font-size:16px}.pss-tier-badge{width:36px;height:36px;font-size:14px}}.pbs{margin-bottom:12px}.pbs-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pbs-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pbs-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#22d3ee}.pbs-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pbs-title-icon{width:18px;height:18px;color:#22d3ee}.pbs-subtitle{font-size:11px;color:#71717a;margin:0 0 0 auto}.pbs-radar-wrapper{display:flex;justify-content:center;padding:16px;background:#141416;border-bottom:1px solid #2d2d30}.pbs-radar{width:160px;height:160px}.pbs-radar-bg{fill:#0f0f11cc;stroke:#27272a;stroke-width:1}.pbs-radar-grid{fill:none;stroke:#27272a;stroke-width:.5}.pbs-radar-axis{stroke:#27272a;stroke-width:.5}.pbs-radar-data{fill:#22d3ee33;stroke:#22d3ee;stroke-width:2}.pbs-radar-label{font-size:9px;font-weight:600;fill:#71717a;text-anchor:middle}.pbs-radar-value{font-size:8px;font-weight:700;fill:#a1a1aa;text-anchor:middle}.pbs-game-note{font-size:10px;color:#f59e0b;padding:8px 16px;background:#f59e0b14;border-left:3px solid #f59e0b}.pbs-stats{padding:12px 16px}.pbs-stat-row{display:grid;grid-template-columns:50px 40px 1fr 32px;gap:10px;align-items:center;margin-bottom:8px}.pbs-stat-row:last-child{margin-bottom:0}.pbs-stat-name{font-size:11px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.02em}.pbs-stat-value{font-family:var(--font-mono);font-size:13px;font-weight:700;color:#fafafa;text-align:right}.pbs-bar-container{position:relative;height:6px;background:#141416;border-radius:3px;overflow:hidden}.pbs-bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:3px;transition:width .6s ease-out}.pbs-bar-fill--animated{width:0!important}@media(prefers-reduced-motion:reduce){.pbs-bar-fill{transition:width .2s ease-out}}.pbs-bar-fill--low{background:#ef4444}.pbs-bar-fill--below-avg{background:#f97316}.pbs-bar-fill--average{background:#eab308}.pbs-bar-fill--above-avg{background:#84cc16}.pbs-bar-fill--high{background:#22c55e}.pbs-bar-fill--excellent{background:#22d3ee}.pbs-stat-rank{font-size:11px;font-weight:700;text-align:center;width:24px;height:20px;line-height:20px;border-radius:3px;background:#141416}.pbs-stat-rank--excellent{color:#22d3ee}.pbs-stat-rank--high{color:#4ade80}.pbs-stat-rank--above-avg{color:#a3e635}.pbs-stat-rank--average{color:#facc15}.pbs-stat-rank--below-avg{color:#fb923c}.pbs-stat-rank--low{color:#f87171}.pbs-percentile{display:none}.pbs-total{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#141416;border-top:1px solid #2d2d30}.pbs-total-label{font-size:11px;font-weight:700;color:#71717a;text-transform:uppercase}.pbs-total-value{font-family:var(--font-mono);font-size:18px;font-weight:800;color:#fafafa}.pbs-total-bar-container,.pbs-total-bar-fill,.pbs-total-bar-fill--animated{display:none}.pbs-total-tier{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:4px 8px;border-radius:3px;margin-left:auto}.pbs-tier--legendary{background:#fcd34d26;color:#fcd34d}.pbs-tier--pseudo{background:#c4b5fd26;color:#c4b5fd}.pbs-tier--high{background:#a5b4fc26;color:#a5b4fc}.pbs-tier--above-average{background:#4ade8026;color:#4ade80}.pbs-tier--average{background:#a1a1aa1a;color:#a1a1aa}.pbs-tier--below-average{background:#fb923c26;color:#fb923c}.pbs-tier--low{background:#f8717126;color:#f87171}.pbs-legend{display:none}@media(max-width:600px){.pbs-stat-row{grid-template-columns:45px 36px 1fr;gap:8px}.pbs-stat-rank,.pbs-radar-wrapper{display:none}}.pga{margin-bottom:12px}.pga-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pga-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pga-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#6366f1}.pga-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pga-title-icon{width:18px;height:18px;color:#6366f1}.pga-count{font-size:10px;font-weight:600;color:#71717a;margin-left:auto}.pga-grid{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px}.pga-game{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#141416;border-radius:3px;font-size:11px;font-weight:500;color:#a1a1aa}.pga-game--active{background:#6366f11f;color:#a5b4fc}.pga-game-icon{display:none}.pga-game-info{display:contents}.pga-game-name{font-weight:600}.pga-game-dex{display:none}.pga-check{width:12px;height:12px;color:#4ade80}.pmv{margin-bottom:12px}.pmv-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pmv-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pmv-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4ade80}.pmv-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pmv-title-icon{width:18px;height:18px;color:#4ade80}.pmv-game-badge{font-size:9px;font-weight:600;color:#a1a1aa;background:#141416;padding:3px 6px;border-radius:3px;text-transform:uppercase;margin-left:auto}.pmv-table{width:100%;border-collapse:collapse}.pmv-table th{padding:8px 12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#71717a;background:#141416;text-align:left}.pmv-table td{padding:8px 12px;font-size:12px;color:#a1a1aa;border-bottom:1px solid #2d2d30}.pmv-table tr:last-child td{border-bottom:none}.pmv-level{font-family:var(--font-mono);font-weight:700;color:#fafafa}.pmv-move-name{font-weight:600;color:#fafafa}.pmv-type{display:inline-block;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;color:#fff}.pmv-power,.pmv-acc{font-family:var(--font-mono);color:#71717a}.pmv-footer{padding:10px 16px;background:#141416;text-align:center}.pmv-view-all{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#1a1a1d;border-radius:3px;color:#a1a1aa;font-size:11px;font-weight:600;text-decoration:none}.pmv-view-all:hover{color:#fafafa;background:#27272a}.pmv-view-all svg{width:12px;height:12px}@media(max-width:500px){.pmv-table th:nth-child(4),.pmv-table td:nth-child(4),.pmv-table th:nth-child(5),.pmv-table td:nth-child(5){display:none}}.pen{background:#1a1a1d;border-radius:4px;margin-bottom:12px;overflow:hidden;position:relative}.pen:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#22c55e}.pen-header{padding:12px 16px 12px 20px;border-bottom:1px solid #27272a}.pen-title{font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pen-title svg{width:16px;height:16px;color:#22c55e}.pen-region{border-bottom:1px solid #27272a}.pen-region:last-child{border-bottom:none}.pen-region-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 20px;background:#0003}.pen-region-name{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#a1a1aa;display:flex;align-items:center;gap:6px}.pen-region-name svg{width:12px;height:12px;color:#71717a}.pen-region-count{font-size:10px;color:#52525b;background:#27272a;padding:2px 6px;border-radius:3px}.pen-locations{padding:8px 16px 8px 20px}.pen-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:4px;margin-bottom:4px;transition:background .15s ease}.pen-item:last-child{margin-bottom:0}.pen-item:hover{background:#ffffff08}.pen-method-icon{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pen-method-icon svg{width:14px;height:14px}.pen-method--walk{background:#4ade8026}.pen-method--walk svg{color:#4ade80}.pen-method--surf{background:#38bdf826}.pen-method--surf svg{color:#38bdf8}.pen-method--fish{background:#60a5fa26}.pen-method--fish svg{color:#60a5fa}.pen-method--rock{background:#fbbf2426}.pen-method--rock svg{color:#fbbf24}.pen-method--headbutt{background:#a78bfa26}.pen-method--headbutt svg{color:#a78bfa}.pen-method--gift{background:#f472b626}.pen-method--gift svg{color:#f472b6}.pen-method--cave{background:#a1a1aa26}.pen-method--cave svg{color:#a1a1aa}.pen-method--other{background:#71717a26}.pen-method--other svg{color:#71717a}.pen-info{flex:1;min-width:0}.pen-location{font-size:12px;font-weight:600;color:#e4e4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pen-details{font-size:10px;color:#71717a;margin-top:1px;display:flex;align-items:center;gap:8px}.pen-level{font-family:var(--font-mono);color:#a1a1aa}.pen-chance{font-family:var(--font-mono);font-size:11px;font-weight:700;color:#4ade80;flex-shrink:0}.pen-chance--low{color:#fbbf24}.pen-chance--rare{color:#f87171}.pen-version{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 5px;border-radius:3px;background:#8b5cf626;color:#a78bfa;white-space:nowrap}.pen-version--gold{background:#fbbf2426;color:#fbbf24}.pen-version--silver{background:#9ca3af26;color:#9ca3af}.pen-version--crystal{background:#38bdf826;color:#38bdf8}.pen-version--red{background:#f8717126;color:#f87171}.pen-version--blue{background:#60a5fa26;color:#60a5fa}.pen-version--yellow{background:#facc1526;color:#facc15}.pen-version--ruby{background:#ef444426;color:#ef4444}.pen-version--sapphire{background:#3b82f626;color:#3b82f6}.pen-version--emerald{background:#22c55e26;color:#22c55e}.pen-version--firered{background:#f9731626;color:#f97316}.pen-version--leafgreen{background:#4ade8026;color:#4ade80}.pen-version--diamond{background:#a8a29e26;color:#a8a29e}.pen-version--pearl{background:#fdba7426;color:#fdba74}.pen-version--platinum{background:#9ca3af26;color:#9ca3af}.pen-version--heartgold{background:#fbbf2426;color:#fbbf24}.pen-version--soulsilver{background:#94a3b826;color:#94a3b8}.pen-version--black{background:#52525b4d;color:#d4d4d8}.pen-version--white{background:#fafafa1a;color:#fafafa}.pen-version--x{background:#3b82f626;color:#3b82f6}.pen-version--y{background:#ef444426;color:#ef4444}.pen-version--sun{background:#fb923c26;color:#fb923c}.pen-version--moon{background:#8b5cf626;color:#8b5cf6}.pen-version--sword{background:#38bdf826;color:#38bdf8}.pen-version--shield{background:#ec489926;color:#ec4899}.pen-version--scarlet{background:#ef444426;color:#ef4444}.pen-version--violet{background:#8b5cf626;color:#8b5cf6}.pen-footer{padding:10px 16px;background:#0003;border-top:1px solid #27272a;text-align:center}.pen-view-all{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#27272a;border-radius:4px;color:#a1a1aa;font-size:11px;font-weight:600;text-decoration:none;transition:all .15s ease}.pen-view-all:hover{background:#3f3f46;color:#fafafa}.pen-view-all svg{width:12px;height:12px}@media(max-width:500px){.pen-location{font-size:11px}.pen-details{font-size:9px}}.pab{margin-bottom:12px}.pab-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pab-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pab-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#f59e0b}.pab-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pab-title-icon{width:18px;height:18px;color:#f59e0b}.pab-list{display:flex;flex-direction:column;gap:1px;background:#2d2d30}.pab-item{padding:12px 16px;background:#1a1a1d}.pab-item--hidden{border-left:3px solid #a855f7}.pab-item-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pab-name{font-size:13px;font-weight:700;color:#fafafa}.pab-badge{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 5px;border-radius:3px}.pab-badge--normal{color:#71717a;background:#71717a1a}.pab-badge--hidden{color:#c084fc;background:#c084fc1f}.pab-description{font-size:12px;line-height:1.5;color:#a1a1aa;margin:0}@media(max-width:600px){.pab-name{font-size:15px}.pab-description{font-size:15px;line-height:1.6}.pab-badge{font-size:10px;padding:3px 6px}}.pev{margin-bottom:12px}.pev-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pev-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pev-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#a855f7}.pev-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pev-title-icon{width:18px;height:18px;color:#a855f7}.pev-chain{display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:16px;overflow-x:auto}.pev-pokemon{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;background:#141416;border-radius:4px;text-decoration:none;min-width:80px}.pev-pokemon:hover{background:#1f1f24}.pev-pokemon--current{border:1px solid rgba(168,85,247,.4);background:#a855f714}.pev-pokemon-img{width:56px;height:56px;object-fit:contain}.pev-pokemon-name{font-size:11px;font-weight:600;color:#a1a1aa;text-align:center}.pev-pokemon--current .pev-pokemon-name{color:#c4b5fd}.pev-bst{font-family:var(--font-mono);font-size:10px;font-weight:600;color:#71717a;display:flex;align-items:center;gap:3px}.pev-bst-value{color:#a1a1aa}.pev-bst-growth{color:#4ade80;font-size:9px}.pev-arrow-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 4px}.pev-arrow{color:#3f3f46}.pev-arrow svg{width:20px;height:20px}.pev-trigger{display:flex;align-items:center;gap:3px;padding:2px 6px;background:#1a1a1d;border-radius:3px;font-size:9px;font-weight:600;color:#71717a;white-space:nowrap}.pev-trigger-icon{width:10px;height:10px}.pev-trigger--level .pev-trigger-icon{color:#6366f1}.pev-trigger--stone .pev-trigger-icon{color:#a855f7}.pev-trigger--trade .pev-trigger-icon{color:#22d3ee}.pev-trigger--friendship .pev-trigger-icon{color:#fb923c}.pev-trigger--item .pev-trigger-icon{color:#4ade80}.pev-trigger--other .pev-trigger-icon{color:#71717a}@media(max-width:500px){.pev-chain{flex-wrap:wrap;justify-content:center}}.ptm{margin-bottom:12px}.ptm-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.ptm-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.ptm-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#ef4444}.ptm-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.ptm-title-icon{width:18px;height:18px;color:#ef4444}.ptm-quick{display:flex;gap:24px;padding:10px 16px;background:#141416;border-bottom:1px solid #2d2d30}.ptm-quick-item{display:flex;align-items:center;gap:8px}.ptm-quick-count{font-family:var(--font-mono);font-size:20px;font-weight:700}.ptm-quick-count--weak{color:#f87171}.ptm-quick-count--resist{color:#4ade80}.ptm-quick-count--immune{color:#a78bfa}.ptm-quick-label{font-size:11px;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.03em}.ptm-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#2d2d30}.ptm-column{background:#1a1a1d;padding:14px 16px}.ptm-column--weak{border-left:3px solid #ef4444}.ptm-column--resist{border-left:3px solid #4ade80}.ptm-column-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.ptm-column-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ptm-column--weak .ptm-column-title{color:#f87171}.ptm-column--resist .ptm-column-title{color:#4ade80}.ptm-column-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px}.ptm-column--weak .ptm-column-badge{background:#ef444426;color:#ef4444}.ptm-column--resist .ptm-column-badge{background:#4ade8026;color:#4ade80}.ptm-types{display:flex;flex-wrap:wrap;gap:4px}.ptm-type{padding:4px 8px;border-radius:3px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.ptm-type[data-mult="4x"]:after{content:" 4×";font-size:9px;opacity:.8}.ptm-type[data-mult="0.25x"]:after{content:" ¼×";font-size:9px;opacity:.8}.ptm-immunities{padding:10px 16px;background:#141416;border-top:1px solid #2d2d30;display:flex;align-items:center;gap:12px}.ptm-immune-label{font-size:11px;font-weight:600;color:#a78bfa;text-transform:uppercase;letter-spacing:.03em}.ptm-immune-types{display:flex;gap:4px}.ptm-snippet{padding:12px 16px;background:#141416;border-top:1px solid #2d2d30}.ptm-snippet p{font-size:13px;line-height:1.6;color:#a1a1aa;margin:0}.ptm-snippet strong{color:#fafafa;font-weight:600}.ptm-snippet .ptm-weak-text{color:#f87171;font-weight:600}.ptm-snippet .ptm-resist-text{color:#4ade80;font-weight:600}.ptm-snippet .ptm-immune-text{color:#a78bfa;font-weight:600}.ptm-empty{font-size:12px;color:#71717a;font-style:italic}@media(max-width:600px){.ptm-grid{grid-template-columns:1fr}.ptm-quick{flex-wrap:wrap;gap:16px}}.pfaq{margin-bottom:12px}.pfaq-container{background:#1a1a1d;border-radius:4px;overflow:hidden}.pfaq-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #2d2d30;position:relative}.pfaq-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#fb923c}.pfaq-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pfaq-title-icon{width:18px;height:18px;color:#fb923c}.pfaq-list{padding:0}.pfaq-item{border-bottom:1px solid #2d2d30}.pfaq-item:last-child{border-bottom:none}.pfaq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:none;border:none;cursor:pointer;text-align:left}.pfaq-question:hover{background:#ffffff05}.pfaq-question:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pfaq-question-text{font-family:var(--font-sans);font-size:13px;font-weight:600;color:#fafafa;flex:1}.pfaq-chevron{width:16px;height:16px;color:#71717a;transition:transform .2s ease}.pfaq-item--open .pfaq-chevron{transform:rotate(180deg)}.pfaq-answer{display:none;padding:0 16px 12px}.pfaq-item--open .pfaq-answer{display:block}.pfaq-answer p{font-size:12px;line-height:1.6;color:#a1a1aa;margin:0}.pcombat{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);--text-1:#ffffff;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#8b5cf6;--font-mono:ui-monospace,"SF Mono",Monaco,"Cascadia Code",monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}.pcombat{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border);overflow:hidden}.pcombat{--collapse-duration:0ms;--collapse-easing:ease}.pcombat-header{padding:0;border-bottom:1px solid var(--border-subtle)}.pcombat-toggle{appearance:none;background:#ffffff05;border:none;padding:14px 16px 14px 20px;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:12px;transition:background-color .15s ease;position:relative}.pcombat-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#a855f7,#7c3aed)}.pcombat-toggle:hover{background:#ffffff0a}.pcombat-toggle:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.pcombat-title-group{display:flex;align-items:center;gap:10px;min-width:0}.pcombat-title{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.pcombat-title-icon{width:18px;height:18px;color:#a855f7;flex-shrink:0;transition:transform .15s var(--collapse-easing)}.pcombat-toggle:hover .pcombat-title-icon{transform:scale(1.1)}.pcombat-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.pcombat-chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#ffffff0a;transition:all var(--collapse-duration) var(--collapse-easing)}.pcombat-chevron svg{width:14px;height:14px;color:#71717a;transition:all var(--collapse-duration) var(--collapse-easing)}.pcombat-toggle:hover .pcombat-chevron{background:#ffffff14}.pcombat-toggle:hover .pcombat-chevron svg{color:#a1a1aa}.pcombat-toggle[aria-expanded=true] .pcombat-chevron svg{transform:rotate(0)}.pcombat-toggle[aria-expanded=false] .pcombat-chevron svg{transform:rotate(-90deg)}.pcombat-toggle:focus-visible .pcombat-chevron{background:#8b5cf6}.pcombat-toggle:focus-visible .pcombat-chevron svg{color:#fff}.pcombat-content{display:grid;grid-template-rows:1fr;transition:grid-template-rows var(--collapse-duration) var(--collapse-easing)}.pcombat-content-inner{overflow:hidden}.pcombat--collapsed .pcombat-content{grid-template-rows:0fr}.pcombat--collapsed .pcombat-header{border-bottom-color:transparent}.pcombat--collapsed .pcombat-title-icon{opacity:.7}.pcombat--collapsed .pcombat-title{color:#a1a1aa}.pstrategy-toggle{appearance:none;background:#ffffff05;border:none;padding:14px 16px 14px 20px;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:12px;transition:background-color .15s ease;position:relative}.pstrategy-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#a855f7,#7c3aed)}.pstrategy-toggle:hover{background:#ffffff0a}.pstrategy-toggle:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.pstrategy-title-group{display:flex;align-items:center;gap:10px}.pstrategy-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pstrategy-chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#ffffff0a;transition:all var(--collapse-duration) var(--collapse-easing)}.pstrategy-chevron svg{width:14px;height:14px;color:#71717a;transition:all var(--collapse-duration) var(--collapse-easing)}.pstrategy-toggle:hover .pstrategy-chevron{background:#ffffff14}.pstrategy-toggle:hover .pstrategy-chevron svg{color:#a1a1aa}.pstrategy-toggle[aria-expanded=true] .pstrategy-chevron svg{transform:rotate(0)}.pstrategy-toggle[aria-expanded=false] .pstrategy-chevron svg{transform:rotate(-90deg)}.pstrategy-toggle:focus-visible .pstrategy-chevron{background:#8b5cf6}.pstrategy-toggle:focus-visible .pstrategy-chevron svg{color:#fff}.pstrategy-content{display:grid;grid-template-rows:1fr;transition:grid-template-rows var(--collapse-duration) var(--collapse-easing)}.pstrategy-content-inner{overflow:hidden}.pstrategy--collapsed .pstrategy-content{grid-template-rows:0fr}.pstrategy--collapsed .pstrategy-header{border-bottom-color:transparent}.pstrategy--collapsed .pstrategy-title-icon{opacity:.7}.pstrategy--collapsed .pstrategy-title{color:#a1a1aa}.pevosec-toggle{appearance:none;background:#ffffff05;border:none;padding:14px 16px 14px 20px;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:12px;transition:background-color .15s ease;position:relative}.pevosec-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#a855f7,#7c3aed)}.pevosec-toggle:hover{background:#ffffff0a}.pevosec-toggle:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.pevosec-title-group{display:flex;align-items:center;gap:10px}.pevosec-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pevosec-chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#ffffff0a;transition:all var(--collapse-duration) var(--collapse-easing)}.pevosec-chevron svg{width:14px;height:14px;color:#71717a;transition:all var(--collapse-duration) var(--collapse-easing)}.pevosec-toggle:hover .pevosec-chevron{background:#ffffff14}.pevosec-toggle:hover .pevosec-chevron svg{color:#a1a1aa}.pevosec-toggle[aria-expanded=true] .pevosec-chevron svg{transform:rotate(0)}.pevosec-toggle[aria-expanded=false] .pevosec-chevron svg{transform:rotate(-90deg)}.pevosec-toggle:focus-visible .pevosec-chevron{background:#8b5cf6}.pevosec-toggle:focus-visible .pevosec-chevron svg{color:#fff}.pevosec-content{display:grid;grid-template-rows:1fr;transition:grid-template-rows var(--collapse-duration) var(--collapse-easing)}.pevosec-content-inner{overflow:hidden}.pevo-section--collapsed .pevosec-content{grid-template-rows:0fr}.pevo-section--collapsed .pevo-section-header{border-bottom-color:transparent}.pevo-section--collapsed .pevo-section-icon{opacity:.7}.pevo-section--collapsed .pevo-section-title{color:#a1a1aa}.no-transition,.no-transition *,.no-transition *:before,.no-transition *:after{transition:none!important}@media(prefers-reduced-motion:reduce){.pcombat-chevron svg,.pcombat-title-icon,.pcombat-content,.pcombat-toggle,.pcombat-toggle:before,.pcombat-chevron,.pbuild-chevron svg,.pbuild-content,.pbuild-chevron,.pstrategy-chevron svg,.pstrategy-title-icon,.pstrategy-content,.pstrategy-chevron,.pevosec-chevron svg,.pevo-section-icon,.pevosec-content,.pevosec-chevron,.pgame-chevron svg,.pgame-title-icon,.pgame-content,.pgame-toggle,.pgame-chevron,.pfaq-chevron svg,.pfaq-title-icon,.pfaq-content,.pfaq-toggle,.pfaq-chevron{transition-duration:.01ms!important}}.pcombat-data-row{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:300px;position:relative}.pcombat-seo-intro{grid-column:1 / -1}.pcombat-data-row:after{content:"";position:absolute;top:24px;bottom:24px;left:50%;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.08) 20%,rgba(255,255,255,.08) 80%,transparent 100%);pointer-events:none}.pcombat-types{display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,rgba(139,92,246,.03) 0%,transparent 50%),linear-gradient(180deg,#0f0f12,#0a0a0c);border-top:1px solid var(--border-subtle)}.pcombat-types:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(139,92,246,.3),transparent 60%)}.tm-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;border-bottom:1px solid var(--border-subtle)}h2.tm-title,.tm-title{display:flex;align-items:center;gap:6px;margin:0;padding:0;font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em}.tm-title-icon{width:14px;height:14px;color:#a78bfa;opacity:.8}.tm-tier-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:#ffffff0d;border:1px solid currentColor}.tm-tier--fortress{color:#fcd34d;border-color:#fcd34d66}.tm-tier--excellent{color:#c4b5fd;border-color:#c4b5fd66}.tm-tier--good{color:#a5b4fc;border-color:#a5b4fc66}.tm-tier--average{color:#a1a1aa;border-color:#a1a1aa4d}.tm-tier--vulnerable{color:#fb923c;border-color:#fb923c66}.tm-tier--fragile{color:#f87171;border-color:#f8717166}.tm-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:120px}.tm-col{display:flex;flex-direction:column;padding:10px 8px;position:relative;border-right:1px solid rgba(255,255,255,.03)}.tm-col:last-child{border-right:none}.tm-col-header{display:flex;align-items:center;justify-content:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06);text-align:center}.tm-count{font-size:10px;font-weight:700;font-family:var(--font-mono);color:inherit;opacity:.85}.tm-count:empty{display:none}.tm-col-content{display:grid;grid-template-columns:repeat(2,1fr);gap:3px 6px;flex:1;align-content:start}.tm-col-content .tm-none{grid-column:1 / -1;text-align:center}.tm-col--quad-weak{background:linear-gradient(180deg,rgba(248,113,113,.08) 0%,rgba(248,113,113,.02) 60%,transparent 100%);animation:danger-pulse 5s ease-in-out infinite}@keyframes danger-pulse{0%,to{box-shadow:inset 0 0 10px #f871710f}50%{box-shadow:inset 0 0 16px #f871711f}}.tm-col--quad-weak:has(.tm-none){animation:none;box-shadow:none}.tm-col--quad-weak:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#f87171,transparent)}.tm-col--quad-weak .tm-col-header{color:#fca5a5}@media(prefers-reduced-motion:reduce){.tm-col--quad-weak{animation:none}}.tm-col--weak{background:linear-gradient(180deg,rgba(251,146,60,.06) 0%,rgba(251,146,60,.015) 60%,transparent 100%)}.tm-col--weak:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#fb923c,transparent)}.tm-col--weak .tm-col-header{color:#fdba74}.tm-col--resist{background:linear-gradient(180deg,rgba(74,222,128,.05) 0%,rgba(74,222,128,.012) 60%,transparent 100%)}.tm-col--resist:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#4ade80,transparent)}.tm-col--resist .tm-col-header{color:#86efac}.tm-col--quad-resist{background:linear-gradient(180deg,rgba(6,182,212,.06) 0%,rgba(6,182,212,.015) 60%,transparent 100%)}.tm-col--quad-resist:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#06b6d4,transparent)}.tm-col--quad-resist .tm-col-header{color:#22d3ee}.tm-col--immune{background:linear-gradient(180deg,rgba(167,139,250,.06) 0%,rgba(167,139,250,.015) 60%,transparent 100%)}.tm-col--immune:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#a78bfa,transparent)}.tm-col--immune .tm-col-header{color:#c4b5fd}.tm-badge{display:flex;align-items:center;justify-content:flex-start;gap:5px;padding:3px 0;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-1);box-sizing:border-box;min-height:20px}.tm-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.tm-none{font-size:10px;color:var(--text-3);font-style:italic;text-align:center}.tm-badge--normal:before{background:#a8a8a8}.tm-badge--fire:before{background:#f97316}.tm-badge--water:before{background:#3b82f6}.tm-badge--electric:before{background:#eab308}.tm-badge--grass:before{background:#22c55e}.tm-badge--ice:before{background:#06b6d4}.tm-badge--fighting:before{background:#ef4444}.tm-badge--poison:before{background:#a855f7}.tm-badge--ground:before{background:#d97706}.tm-badge--flying:before{background:#8b5cf6}.tm-badge--psychic:before{background:#ec4899}.tm-badge--bug:before{background:#84cc16}.tm-badge--rock:before{background:#a16207}.tm-badge--ghost:before{background:#7c3aed}.tm-badge--dragon:before{background:#6366f1}.tm-badge--dark:before{background:#57534e}.tm-badge--steel:before{background:#64748b}.tm-badge--fairy:before{background:#f472b6}.tm-ability-note{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:linear-gradient(90deg,rgba(167,139,250,.08) 0%,transparent 50%,rgba(167,139,250,.08) 100%);border-top:1px solid var(--border-subtle);font-size:9px;color:var(--text-2)}.tm-ability-note-icon{width:14px;height:14px;color:#a78bfa}.tm-ability-note-text{color:var(--text-3)}.tm-ability-note-ability{color:#c4b5fd;font-weight:600}.tm-ability-note-effect{color:var(--text-2)}.tm-hazard-warning{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:linear-gradient(90deg,#a862071f,#a862070a,#a862071f);border-top:1px solid rgba(168,98,7,.2);font-size:9px;font-weight:600}.tm-hazard-warning-icon{width:14px;height:14px;color:#d97706}.tm-hazard-warning-label{color:#fbbf24;text-transform:uppercase;letter-spacing:.04em}.tm-hazard-warning-value{color:var(--text-1);font-family:var(--font-mono)}.tm-hazard-warning--severe .tm-hazard-warning-value{color:#f87171}.tm-hazard-warning--moderate .tm-hazard-warning-value{color:#fb923c}.tm-hazard-warning--neutral .tm-hazard-warning-value{color:var(--text-2)}.tm-hazard-warning--resistant .tm-hazard-warning-value{color:#4ade80}.tm-badge--critical:after{content:"⚠";margin-left:3px;font-size:8px;color:#fbbf24}.tm-badge--ability{opacity:.85}.tm-badge--ability:after{content:"★";margin-left:3px;font-size:7px;color:#c4b5fd}.tm-col--empty{opacity:.5}.tm-col--empty .tm-col-header{opacity:.7}.tm-col--empty .tm-none{font-size:16px;opacity:.3}.tm-summary-compact{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(180deg,#0003,#0000001a);border-top:1px solid var(--border-subtle);font-size:10px}.tm-summary-stats{display:flex;align-items:center;gap:12px}.tm-summary-stat{display:flex;align-items:center;gap:4px}.tm-summary-stat-value{font-weight:700;font-size:12px;font-family:var(--font-mono)}.tm-summary-stat-label{font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.tm-summary-stat--weak .tm-summary-stat-value,.tm-summary-stat--weak .tm-summary-stat-label{color:#fca5a5}.tm-summary-stat--resist .tm-summary-stat-value,.tm-summary-stat--resist .tm-summary-stat-label{color:#86efac}.tm-summary-stat--immune .tm-summary-stat-value,.tm-summary-stat--immune .tm-summary-stat-label{color:#c4b5fd}.tm-summary-score{display:flex;align-items:center;gap:6px}.tm-summary-score-label{font-size:9px;color:var(--text-3);text-transform:uppercase;letter-spacing:.03em}.tm-summary-score-value{font-weight:700;font-family:var(--font-mono);font-size:11px}.tm-summary-score-value--positive{color:#4ade80}.tm-summary-score-value--negative{color:#f87171}.tm-summary-score-value--neutral{color:var(--text-2)}.tm-score-bar{display:flex;align-items:center;gap:1px;margin-left:10px;padding:2px 4px;background:#0000004d;border-radius:2px}.tm-score-bar-segment{width:3px;height:8px;background:#ffffff1a}.tm-score-bar-segment--neg.tm-score-bar-segment--active{background:#f87171}.tm-score-bar-segment--neutral{width:1px;height:10px;background:#fff3;margin:0 2px}.tm-score-bar-segment--pos.tm-score-bar-segment--active{background:#4ade80}.tm-empty{padding:16px;color:var(--text-3);font-size:10px;font-style:italic;text-align:center}@media(max-width:800px){.tm-grid{grid-template-columns:repeat(5,1fr);min-height:100px}.tm-col{padding:8px 4px}.tm-col-header{font-size:9px}.tm-col-content{gap:2px 4px}.tm-badge{font-size:9px;min-height:18px}.tm-badge:before{width:5px;height:5px}}@media(max-width:520px){.tm-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;min-height:auto}.tm-col--quad-weak{order:1}.tm-col--weak{order:2}.tm-col--immune{order:3}.tm-col--resist{order:4}.tm-col--quad-resist{order:5}.tm-col--resist,.tm-col--quad-resist{border-top:1px solid rgba(255,255,255,.03)}.tm-col{padding:6px 4px;min-height:60px}.tm-col-header{font-size:8px;margin-bottom:4px;padding-bottom:3px}.tm-col-content{gap:2px 3px}.tm-badge{font-size:8px;min-height:16px}.tm-badge:before{width:4px;height:4px}.tm-none{font-size:8px}}.pcombat-stats{padding:16px;display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,rgba(99,102,241,.03) 0%,transparent 50%),linear-gradient(180deg,#0f0f12,#0a0a0c);box-shadow:inset 0 1px #ffffff05;overflow:hidden;min-height:0}.pcombat-data-row .pcombat-stats{border-left:1px solid rgba(99,102,241,.15)}.pcombat-stats:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(99,102,241,.3),transparent 60%)}.pcombat-stats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--border-subtle)}.pcombat-stats-label{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em}.pcombat-stats-icon{width:14px;height:14px;color:#818cf8;opacity:.8}.pcombat-stats-total{display:flex;align-items:center;gap:6px}.pcombat-stats-total-value{font-family:var(--font-mono);font-size:18px;font-weight:700;color:var(--text-1)}.pcombat-stats-total-label{font-size:9px;font-weight:500;color:var(--text-3);text-transform:uppercase}.bst-tier-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:#ffffff0d;border:1px solid currentColor}.bst-tier--legendary{color:#fcd34d;border-color:#fcd34d66}.bst-tier--pseudo{color:#c4b5fd;border-color:#c4b5fd66}.bst-tier--high{color:#a5b4fc;border-color:#a5b4fc66}.bst-tier--above-avg{color:#4ade80;border-color:#4ade8066}.bst-tier--average{color:#a1a1aa;border-color:#a1a1aa66}.bst-tier--below-avg{color:#fb923c;border-color:#fb923c66}.bst-tier--low{color:#f87171;border-color:#f8717166}.stat-rows{display:flex;flex-direction:column;gap:0px}.stat-row{display:grid;grid-template-columns:46px 32px 1fr 18px;align-items:center;gap:6px;padding:3px 0}.stat-name{font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.02em}.stat-value{font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--text-1);text-align:right}.stat-bar{position:relative;height:8px;background:linear-gradient(145deg,#0a0a0b,#141416);border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.04)}.stat-fill{position:absolute;top:0;left:0;height:100%;border-radius:3px;width:0%;transition:width .6s cubic-bezier(.16,1,.3,1)}.stat-fill--low{background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 0 6px #ef444480}.stat-fill--below-avg{background:linear-gradient(90deg,#ea580c,#f97316);box-shadow:0 0 6px #f9731680}.stat-fill--average{background:linear-gradient(90deg,#ca8a04,#eab308);box-shadow:0 0 6px #eab30880}.stat-fill--above-avg{background:linear-gradient(90deg,#65a30d,#84cc16);box-shadow:0 0 6px #84cc1680}.stat-fill--high{background:linear-gradient(90deg,#16a34a,#22c55e);box-shadow:0 0 8px #22c55e80}.stat-fill--excellent{background:linear-gradient(90deg,#0891b2,#06b6d4);box-shadow:0 0 10px #06b6d499}.stat-rank{font-size:10px;font-weight:700;text-align:center;line-height:1}.stat-rank--excellent{color:#22d3ee}.stat-rank--high{color:#4ade80}.stat-rank--above-avg{color:#a3e635}.stat-rank--average{color:#facc15}.stat-rank--below-avg{color:#fb923c}.stat-rank--low{color:#f87171}.stat-total-section{margin-top:8px;padding-top:10px;border-top:1px solid var(--border-subtle)}.stat-total-row{display:grid;grid-template-columns:46px 32px 1fr;align-items:center;gap:6px}.stat-total-label{font-size:10px;font-weight:700;color:var(--text-1);text-transform:uppercase}.stat-total-value{font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--text-1);text-align:right}.stat-total-bar{position:relative;height:10px;background:linear-gradient(145deg,#0a0a0b,#141416);border-radius:5px;overflow:hidden;border:1px solid rgba(255,255,255,.04)}.stat-total-fill{position:absolute;top:0;left:0;height:100%;border-radius:4px;width:0%;background:linear-gradient(90deg,#6366f1,#818cf8,#a5b4fc);box-shadow:0 0 12px #6366f180;transition:width .8s cubic-bezier(.16,1,.3,1)}.stat-legend{display:flex;justify-content:space-between;gap:6px;margin-top:10px;padding:8px 4px 0;border-top:1px solid rgba(255,255,255,.03)}.stat-legend-item{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-3)}.stat-legend-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.stat-legend-label{white-space:nowrap}.stat-legend-range{color:var(--text-2);font-weight:500}.stat-legend-dot--low{background:#ef4444;box-shadow:0 0 4px #ef444480}.stat-legend-dot--avg{background:#eab308;box-shadow:0 0 4px #eab30880}.stat-legend-dot--high{background:#22c55e;box-shadow:0 0 4px #22c55e80}.stat-legend-dot--exc{background:#06b6d4;box-shadow:0 0 4px #06b6d480}.stat-total-tier{font-size:8px;font-weight:700;text-transform:uppercase;padding:2px 5px;border-radius:3px;background:#ffffff0d;border:1px solid currentColor;white-space:nowrap}.pcombat-pokedex-section{background:linear-gradient(135deg,rgba(34,211,238,.02) 0%,transparent 50%);border-left:1px solid rgba(255,255,255,.04);min-height:200px}.pcombat-reference-section{background:linear-gradient(135deg,rgba(34,211,238,.02) 0%,transparent 50%);border-left:1px solid rgba(255,255,255,.04);padding:16px 20px;display:flex;flex-direction:column;gap:16px}.pweakness{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg,12px);overflow:hidden;margin-bottom:16px}.pweakness-header{padding:0;border-bottom:1px solid var(--border-subtle,rgba(255,255,255,.06))}.pweakness-toggle{appearance:none;-webkit-appearance:none;border:0;background:#ffffff05;width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px 14px 20px;cursor:pointer;transition:background .15s ease;position:relative}.pweakness-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#a855f7;border-radius:0 2px 2px 0}.pweakness-toggle:hover{background:#ffffff0a}.pweakness-title-group{display:flex;align-items:center;gap:10px}.pweakness-title{margin:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;display:flex;align-items:center;gap:8px}.pweakness-icon{width:18px;height:18px;color:#a855f7;flex-shrink:0}.pweakness-actions{display:flex;align-items:center;gap:12px}.pweakness-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:4px;transition:transform .2s ease}.pweakness-chevron svg{width:14px;height:14px;color:#71717a;transition:transform .2s ease}.pweakness-content{display:grid;grid-template-rows:1fr}.pweakness-content-inner{overflow:hidden}.pweakness--collapsed .pweakness-content{grid-template-rows:0fr}.pweakness--collapsed .pweakness-chevron svg{transform:rotate(-90deg)}.pweakness--collapsed .pweakness-title{color:#a1a1aa}.pcombat-evo-section{border-top:0px solid rgba(255,255,255,.04);background:linear-gradient(135deg,rgba(168,85,247,.03) 0%,transparent 50%)}.pcombat-evo-section .pevo{margin-bottom:0}.pcombat-evo-section .pevo-container{border:none;border-radius:0;background:transparent;box-shadow:none}.stat-extra-group{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.03)}.pdata-details-group{padding-top:20px}.stat-extra-label{font-size:9px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;display:block}.stat-ev-strip{display:flex;gap:4px;flex-wrap:wrap}.stat-ev-chip{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border-radius:4px;font-size:11.5px;font-weight:600;background:#0000004d;border:1px solid rgba(255,255,255,.06);color:#fff6}.stat-ev-chip--active{color:#fff;border-color:transparent;text-shadow:0 1px 2px rgba(0,0,0,.3)}.stat-ev-chip--hp.stat-ev-chip--active{background:#ff595e;box-shadow:0 1px 6px #ff595e4d}.stat-ev-chip--atk.stat-ev-chip--active{background:#ff8d29;box-shadow:0 1px 6px #ff8d294d}.stat-ev-chip--def.stat-ev-chip--active{background:#ffca3a;box-shadow:0 1px 6px #ffca3a4d;color:#1a1a1e}.stat-ev-chip--spa.stat-ev-chip--active{background:#5a8dee;box-shadow:0 1px 6px #5a8dee4d}.stat-ev-chip--spd.stat-ev-chip--active{background:#5dc77e;box-shadow:0 1px 6px #5dc77e4d}.stat-ev-chip--spe.stat-ev-chip--active{background:#e667a4;box-shadow:0 1px 6px #e667a44d}.stat-ev-chip-abbr{font-size:10.5px;letter-spacing:.2px}.stat-ev-chip-val{font-weight:700}.stat-ev-none{font-size:10px;color:#ffffff4d;font-style:italic}.stat-ev-card{background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:4px;padding:8px;box-shadow:inset 0 1px #ffffff08;display:flex;flex-direction:column;gap:6px}.stat-ev-context{font-size:10px;color:#fff6;font-style:italic}.stat-ev-total{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;padding:2px 6px;border-radius:3px;margin-left:auto}.stat-ev-labelrow{display:flex;align-items:center;gap:4px;margin-bottom:6px}.stat-ev-labelrow .stat-extra-label{margin-bottom:0}.stat-ev-tooltip{position:relative;display:inline-flex;align-items:center;cursor:help}.stat-ev-tooltip-icon{width:16px;height:16px;color:#ffffff59;transition:color .15s}.stat-ev-tooltip:hover .stat-ev-tooltip-icon,.stat-ev-tooltip:focus .stat-ev-tooltip-icon{color:#a78bfa}.pdata-details{display:flex;flex-direction:column;gap:6px}.pdata-details-stack{display:flex;flex-direction:column;gap:3px}.pdata-detail-card{background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:4px;padding:5px 7px;display:flex;flex-direction:column;gap:3px;box-shadow:inset 0 1px #ffffff08;transition:background .15s ease,border-color .15s ease}.pdata-detail-card:hover{background:#ffffff0a;border-color:#ffffff12;box-shadow:inset 0 1px #ffffff0a}.pdata-detail-card--catch{border-left:2px solid rgba(34,211,238,.4);background:#22d3ee08}.pdata-detail-card--catch:hover{background:#22d3ee0d;border-color:#22d3ee1f;border-left-color:#22d3ee80}.pdata-detail-card--growth{border-left:2px solid rgba(168,139,250,.3);background:#a88bfa08}.pdata-detail-card--growth:hover{background:#a88bfa0d;border-color:#a88bfa1a;border-left-color:#a88bfa66}.pdata-detail-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.pdata-detail-name{font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:.03em;font-weight:500;flex-shrink:0}.pdata-detail-vals{display:flex;align-items:center;justify-content:space-between;gap:6px}.pdata-detail-num{font-size:11px;font-weight:600;color:#fafafa;font-family:ui-monospace,monospace}.pdata-detail-num--text{font-family:inherit}.pdata-detail-hero{font-size:12px;font-weight:700;letter-spacing:.02em}.pdata-detail-sub{font-size:10px;font-weight:500;color:#ffffff59;font-family:ui-monospace,monospace}.pdata-tier-text--guaranteed,.pdata-tier-text--easy,.pdata-tier-text--fast{color:#4ade80}.pdata-tier-text--standard{color:#60a5fa}.pdata-tier-text--moderate{color:#fbbf24}.pdata-tier-text--hard,.pdata-tier-text--slow{color:#fb923c}.pdata-tier-text--very-hard{color:#f87171}.pdata-tier-text--legendary{color:#c084fc}.pdata-detail-tier{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;padding:2px 6px;border-radius:3px;white-space:nowrap;flex-shrink:0}.pdata-tier--guaranteed,.pdata-tier--easy,.pdata-tier--fast{color:#4ade80;background:#4ade8026;border:1px solid rgba(74,222,128,.25)}.pdata-tier--standard{color:#60a5fa;background:#60a5fa26;border:1px solid rgba(96,165,250,.25)}.pdata-tier--moderate{color:#fbbf24;background:#fbbf241f;border:1px solid rgba(251,191,36,.2)}.pdata-tier--hard,.pdata-tier--slow{color:#fb923c;background:#fb923c26;border:1px solid rgba(251,146,60,.25)}.pdata-tier--very-hard{color:#f87171;background:#f8717126;border:1px solid rgba(248,113,113,.25)}.pdata-tier--legendary{color:#c4b5fd;background:#c4b5fd26;border:1px solid rgba(196,181,253,.25)}.pdata-detail-bar{height:5px;background:#0000004d;border-radius:2.5px;overflow:hidden}.pdata-detail-fill{height:100%;border-radius:2.5px;transition:width .4s ease-out}.pdata-fill--green{background:linear-gradient(90deg,#22c55e,#4ade80);box-shadow:0 0 4px #4ade8066}.pdata-fill--blue{background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 4px #60a5fa66}.pdata-fill--yellow{background:linear-gradient(90deg,#d97706,#f59e0b);box-shadow:0 0 4px #f59e0b66}.pdata-fill--orange{background:linear-gradient(90deg,#f97316,#fb923c);box-shadow:0 0 4px #fb923c66}.pdata-fill--red{background:linear-gradient(90deg,#ef4444,#f87171);box-shadow:0 0 4px #f8717166}.pdata-fill--purple{background:linear-gradient(90deg,#a855f7,#c084fc);box-shadow:0 0 4px #c084fc66}.pdata-detail-training{display:grid;grid-template-columns:1fr 1fr;gap:3px}.pdata-detail-secondary{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px}.pdata-detail-card--phys{gap:1px;border-left:2px solid rgba(161,161,170,.15)}.pdata-detail-phys-footer{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:1px}.pdata-detail-phys-footer .pdata-detail-tier{flex-shrink:0;margin-left:auto}.pdata-detail-metric{font-size:11px;font-weight:600;color:#fafafa;font-family:ui-monospace,monospace;line-height:1.3}.pdata-detail-imperial{font-size:9px;font-weight:400;color:#ffffff59;font-family:ui-monospace,monospace;line-height:1.3}@media(max-width:800px){.pcombat-data-row{grid-template-columns:1fr;max-height:none}.pcombat-data-row:after{display:none}.pcombat-data-row .pcombat-stats,.pcombat-pokedex-section{border-left:none}.pcombat-reference-section{border-left:none;border-top:1px solid rgba(255,255,255,.04);padding:12px 16px}}@media(max-width:520px){.pcombat{border-radius:var(--radius-md)}.pcombat-toggle{padding:12px 14px 12px 16px}.pcombat-stats{padding:12px}.pcombat-types{padding:12px;gap:10px}.tm-row{flex-wrap:wrap;gap:6px}.tm-row-label{min-width:60px;font-size:9px}.tm-row-types{gap:4px}.tm-type{font-size:9px;padding:3px 6px}.stat-row{grid-template-columns:40px 28px 1fr 16px;gap:4px}.stat-total-row{grid-template-columns:40px 28px 1fr;gap:4px}.bst-tier-badge{font-size:8px;padding:2px 4px}.stat-legend{gap:4px;flex-wrap:wrap;justify-content:center}.stat-legend-item{font-size:11px}.stat-legend-range{display:none}.stat-ev-strip{gap:3px}.stat-ev-chip{padding:3px 7px;font-size:11px}.stat-ev-chip-abbr{font-size:10px}.pdata-detail-card{padding:5px 7px}.pdata-detail-metric{font-size:12px}.pdata-detail-imperial{font-size:9px}.stat-extra-label{font-size:8.5px}.stat-flavor{gap:8px}.stat-flavor-text{font-size:12px}.stat-flavor-entry{padding:8px 10px;border-left-width:1.5px}.stat-flavor-tabs{gap:3px}.stat-flavor-tab{font-size:9px;padding:4px 9px}}.stat-flavor-wrap{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.03)}.stat-flavor-wrap .stat-extra-label{margin-bottom:10px}.stat-flavor{display:flex;flex-direction:column;gap:10px}.stat-flavor-entry,.stat-flavor-entry:hover,.stat-flavor-entry:focus{outline:none!important;box-shadow:none!important}.stat-flavor-fallback{font-size:10px;color:#ffffff59;font-style:italic;margin-top:-4px}.stat-flavor-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.stat-flavor-tab{appearance:none;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:5px;padding:5px 12px;font-family:inherit;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:#ffffff73;cursor:pointer;white-space:nowrap;transition:color .15s,background .15s,border-color .15s}.stat-flavor-tab:hover:not(.stat-flavor-tab--active){color:#ffffffb3;background:#ffffff14;border-color:#ffffff1f}.stat-flavor-tab--active{color:#fff;background:color-mix(in srgb,var(--tab-color,#a78bfa) 14%,transparent);border-color:color-mix(in srgb,var(--tab-color,#a78bfa) 35%,transparent);cursor:default}.stat-flavor-tab:focus-visible{outline:none;box-shadow:0 0 0 2px #0f0f14,0 0 0 3px var(--tab-color,#a78bfa)}.stat-flavor-panels{min-height:0}.stat-flavor--tabbed .stat-flavor-panel{display:none}.stat-flavor--tabbed .stat-flavor-panel--active{display:flex}.stat-flavor-entry{display:flex;flex-direction:column;gap:3px;margin:0;padding:10px 12px;background:#ffffff05;border-radius:4px;border:1px solid rgba(255,255,255,.06);border-left:2px solid rgba(255,255,255,.1)}.stat-flavor-text{margin:0;padding:0;border:0;background:none;font-size:13px;font-style:italic;color:#ffffff8c;line-height:1.55;quotes:none}.stat-flavor-text:before,.stat-flavor-text:after{content:none;display:none}.stat-flavor-text p{margin:0}.stat-flavor-source{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6}.pcombat-stats-pending{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:32px 24px;text-align:center}.pcombat-stats-pending p{margin:0;font-size:13px;line-height:1.5;color:#ffffff80}.stat-flavor-pending{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:16px;text-align:center}.stat-flavor-pending p{margin:0;font-size:12px;color:#ffffff73}@media(prefers-reduced-motion:reduce){.stat-fill,.stat-total-fill,.pdata-detail-fill,.pdata-detail-card{transition:none}}.pcombat-build{padding:12px;display:flex;flex-direction:column;gap:8px;position:relative;background:linear-gradient(135deg,rgba(168,85,247,.03) 0%,transparent 50%),linear-gradient(180deg,#0f0f12,#0a0a0c);box-shadow:inset 0 1px #ffffff05}.pcombat-build:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(168,85,247,.3),transparent 60%)}.pcombat-build-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06)}.pcombat-build-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;padding:10px 0 0 12px}.pcombat-build-icon{width:14px;height:14px;color:#a78bfa;opacity:.8}.pcombat-build-meta{display:flex;align-items:center;gap:8px}.pcombat-conf{display:flex;align-items:center;cursor:help}.pcombat-conf-bars{display:flex;gap:2px;align-items:flex-end}.pcombat-conf-bar{width:3px;background:#ffffff1a;border-radius:1px}.pcombat-conf-bar:nth-child(1){height:6px}.pcombat-conf-bar:nth-child(2){height:8px}.pcombat-conf-bar:nth-child(3){height:10px}.pcombat-conf-bar:nth-child(4){height:12px}.pcombat-conf-bar:nth-child(5){height:14px}.pcombat-conf-bar.active{background:var(--conf-color,#a78bfa)}.pcombat-conf-label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-left:6px;opacity:.85}.pcombat-role-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;border-radius:4px;cursor:help}.pcombat-role-badge.role-offensive{color:#fca5a5;background:#f8717126;border:1px solid rgba(248,113,113,.25)}.pcombat-role-badge.role-defensive{color:#93c5fd;background:#60a5fa26;border:1px solid rgba(96,165,250,.25)}.pcombat-role-badge.role-support{color:#c4b5fd;background:#a78bfa26;border:1px solid rgba(167,139,250,.25)}.pcombat-role-badge.role-physical{color:#fdba74;background:#fb923c26;border:1px solid rgba(251,146,60,.25)}.pcombat-role-badge.role-special{color:#f0abfc;background:#e879f926;border:1px solid rgba(232,121,249,.25)}.pcombat-role-badge.role-balanced{color:#86efac;background:#4ade8026;border:1px solid rgba(74,222,128,.25)}.pcombat-build-core{display:grid;grid-template-columns:1fr 1fr;gap:4px}.pcombat-build-choice{background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:4px;padding:6px 8px;display:flex;flex-direction:column;gap:2px}.pcombat-build-choice:first-child{background:#a855f70f;border-color:#a855f726;border-left:2px solid rgba(168,85,247,.5)}.pcombat-build-choice:first-child .pcombat-choice-label{color:#a78bfa}.pcombat-build-choice:nth-child(2){background:#60a5fa0a;border-color:#60a5fa1a;border-left:2px solid rgba(96,165,250,.3)}.pcombat-build-choice:nth-child(2) .pcombat-choice-label{color:#60a5fa}.pcombat-choice-label{font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.pcombat-choice-content{display:flex;align-items:baseline;justify-content:space-between;gap:4px}.pcombat-choice-value{font-size:11px;font-weight:600;color:#fafafa;line-height:1.2}.pcombat-choice-usage{font-size:9px;font-weight:500;color:#71717a;font-family:JetBrains Mono,monospace}.usage-dominant{color:#4ade80!important}.usage-common{color:#a78bfa!important}.usage-niche{color:#fbbf24!important}.usage-rare{color:#fb923c!important}.pcombat-choice-na{background:#ffffff03;border-color:#ffffff08;opacity:.6}.pcombat-choice-na .pcombat-choice-label{color:#52525b}.pcombat-choice-na-text{font-size:10px!important;font-weight:500!important;font-style:italic;color:#71717a!important}.pcombat-item-role{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 6px;border-radius:3px;flex-shrink:0}.pcombat-item-role.role-offensive{color:#fca5a5;background:#f871711f}.pcombat-item-role.role-defensive{color:#93c5fd;background:#60a5fa1f}.pcombat-item-role.role-speed{color:#fcd34d;background:#fbbf241f}.pcombat-item-role.role-utility{color:#a1a1aa;background:#a1a1aa1f}.pcombat-item-role.role-setup{color:#c4b5fd;background:#a78bfa1f}.pcombat-nature-hint{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 6px;border-radius:3px;flex-shrink:0}.pcombat-nature-hint.hint-atk{color:#fdba74;background:#fb923c1f}.pcombat-nature-hint.hint-def{color:#fcd34d;background:#eab3081f}.pcombat-nature-hint.hint-spa{color:#93c5fd;background:#3b82f61f}.pcombat-nature-hint.hint-spd{color:#86efac;background:#22c55e1f}.pcombat-nature-hint.hint-spe{color:#f9a8d4;background:#ec48991f}.pcombat-nature-hint.hint-neutral{color:#a1a1aa;background:#a1a1aa1f}a.pcombat-nature-link{text-decoration:none;color:#fafafa;transition:color .15s ease}a.pcombat-nature-link:hover{color:#d4d4d8;text-decoration:underline}a.pcombat-nature-link:after{content:"";display:inline-block;width:9px;height:9px;margin-left:4px;opacity:.3;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23fafafa%27 stroke-width=%272.5%27 stroke-linecap=%27round%27%3E%3Cpath d=%27M7 17L17 7M17 7H7M17 7v10%27/%3E%3C/svg%3E") no-repeat center;background-size:contain;transition:opacity .15s ease;vertical-align:middle}a.pcombat-nature-link:hover:after{opacity:.7}.pcombat-build-choice.tera-fairy .pcombat-choice-value{color:#f0b6bc}.pcombat-build-choice.tera-steel .pcombat-choice-value{color:#b8b8d0}.pcombat-build-choice.tera-water .pcombat-choice-value{color:#6890f0}.pcombat-build-choice.tera-fire .pcombat-choice-value{color:#f08030}.pcombat-build-choice.tera-grass .pcombat-choice-value{color:#78c850}.pcombat-build-choice.tera-electric .pcombat-choice-value{color:#f8d030}.pcombat-build-choice.tera-ground .pcombat-choice-value{color:#e0c068}.pcombat-build-choice.tera-flying .pcombat-choice-value{color:#a890f0}.pcombat-build-choice.tera-psychic .pcombat-choice-value{color:#f85888}.pcombat-build-choice.tera-dark .pcombat-choice-value{color:#705848}.pcombat-build-choice.tera-dragon .pcombat-choice-value{color:#7038f8}.pcombat-build-choice.tera-ghost .pcombat-choice-value{color:#705898}.pcombat-build-choice.tera-ice .pcombat-choice-value{color:#98d8d8}.pcombat-build-choice.tera-fighting .pcombat-choice-value{color:#c03028}.pcombat-build-choice.tera-poison .pcombat-choice-value{color:#a040a0}.pcombat-build-choice.tera-rock .pcombat-choice-value{color:#b8a038}.pcombat-build-choice.tera-bug .pcombat-choice-value{color:#a8b820}.pcombat-build-choice.tera-normal .pcombat-choice-value{color:#a8a878}.pcombat-build-evs{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:5px}.pcombat-best-evs-text{font-size:10px;color:#71717a;margin:0;font-weight:600;letter-spacing:.02em}.pcombat-evs-label{font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-weight:600;flex-shrink:0}.pcombat-evs-bar{display:flex;flex:1;height:16px;border-radius:4px;overflow:hidden;gap:2px;background:#0003}.pcombat-ev-segment{display:flex;align-items:center;justify-content:center;min-width:26px;border-radius:3px;overflow:hidden}.pcombat-ev-stat{font-size:9px;font-weight:700;color:#fffffff2;text-transform:uppercase;letter-spacing:.03em;text-shadow:0 1px 2px rgba(0,0,0,.6)}.pcombat-ev-segment.ev-hp{background:#dc5f5feb}.pcombat-ev-segment.ev-atk{background:#d78c4beb}.pcombat-ev-segment.ev-def{background:#d2b446eb}.pcombat-ev-segment.ev-spa{background:#648cc8eb}.pcombat-ev-segment.ev-spd{background:#55af78eb}.pcombat-ev-segment.ev-spe{background:#be78a5eb}.pcombat-evs-text{font-size:11px;color:#a1a1aa;font-family:JetBrains Mono,ui-monospace,monospace;font-weight:500;flex-shrink:0;letter-spacing:-.02em}.pcombat-build-moves{display:flex;flex-direction:column;gap:4px}.pcombat-build-moves-header{font-size:9px;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.03em;margin:0}.pcombat-build-moves-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:3px}.pcombat-build-move{display:flex;align-items:center;gap:6px;padding:4px 6px;background:#ffffff05;border-radius:3px;border-left:2px solid transparent}.pcombat-build-move[data-type=normal]{border-left-color:#a8a878}.pcombat-build-move[data-type=fire]{border-left-color:#f08030}.pcombat-build-move[data-type=water]{border-left-color:#6890f0}.pcombat-build-move[data-type=electric]{border-left-color:#f8d030}.pcombat-build-move[data-type=grass]{border-left-color:#78c850}.pcombat-build-move[data-type=ice]{border-left-color:#98d8d8}.pcombat-build-move[data-type=fighting]{border-left-color:#c03028}.pcombat-build-move[data-type=poison]{border-left-color:#a040a0}.pcombat-build-move[data-type=ground]{border-left-color:#e0c068}.pcombat-build-move[data-type=flying]{border-left-color:#a890f0}.pcombat-build-move[data-type=psychic]{border-left-color:#f85888}.pcombat-build-move[data-type=bug]{border-left-color:#a8b820}.pcombat-build-move[data-type=rock]{border-left-color:#b8a038}.pcombat-build-move[data-type=ghost]{border-left-color:#705898}.pcombat-build-move[data-type=dragon]{border-left-color:#7038f8}.pcombat-build-move[data-type=dark]{border-left-color:#705848}.pcombat-build-move[data-type=steel]{border-left-color:#b8b8d0}.pcombat-build-move[data-type=fairy]{border-left-color:#ee99ac}.pcombat-move-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.pcombat-move-dot.type-normal{background:#a8a878}.pcombat-move-dot.type-fire{background:#f08030}.pcombat-move-dot.type-water{background:#6890f0}.pcombat-move-dot.type-electric{background:#f8d030}.pcombat-move-dot.type-grass{background:#78c850}.pcombat-move-dot.type-ice{background:#98d8d8}.pcombat-move-dot.type-fighting{background:#c03028}.pcombat-move-dot.type-poison{background:#a040a0}.pcombat-move-dot.type-ground{background:#e0c068}.pcombat-move-dot.type-flying{background:#a890f0}.pcombat-move-dot.type-psychic{background:#f85888}.pcombat-move-dot.type-bug{background:#a8b820}.pcombat-move-dot.type-rock{background:#b8a038}.pcombat-move-dot.type-ghost{background:#705898}.pcombat-move-dot.type-dragon{background:#7038f8}.pcombat-move-dot.type-dark{background:#705848}.pcombat-move-dot.type-steel{background:#b8b8d0}.pcombat-move-dot.type-fairy{background:#ee99ac}.pcombat-move-name{font-size:10px;font-weight:500;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pcombat-move-meta{display:flex;align-items:center;gap:3px;margin-left:auto;flex-shrink:0}.pcombat-move-priority{font-size:8px;font-weight:700;padding:1px 4px;border-radius:3px;cursor:help}.pcombat-move-priority.priority-fast{color:#4ade80;background:#4ade8026}.pcombat-move-priority.priority-quick{color:#fbbf24;background:#fbbf2426}.pcombat-move-priority.priority-slow{color:#f87171;background:#f8717126}.pcombat-move-role{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:1px 4px;border-radius:3px;background:#ffffff0f;color:#a1a1aa}.pcombat-move-role.role-stab{color:#4ade80;background:#4ade801f}.pcombat-move-role.role-setup{color:#c4b5fd;background:#c4b5fd1f}.pcombat-move-role.role-coverage{color:#60a5fa;background:#60a5fa1f}.pcombat-move-role.role-utility{color:#fbbf24;background:#fbbf241f}.pcombat-move-role.role-recovery{color:#f472b6;background:#f472b61f}.pcombat-move-role.role-hazard{color:#fb923c;background:#fb923c1f}.pcombat-build-teammates{display:flex;flex-direction:column;gap:4px}.pcombat-teammates-label{font-size:9px;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.03em;margin:0}.pcombat-teammates-list{display:flex;flex-wrap:wrap;gap:6px}.pcombat-teammate{display:flex;flex-direction:row;align-items:center;gap:8px;padding:6px 10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:4px;text-decoration:none;text-align:left;flex:1 1 140px;min-width:120px;transition:border-color .2s,background .2s}.pcombat-teammate:hover{background:#a78bfa14;border-color:#a78bfa33}.pcombat-teammate:focus-visible{outline:2px solid #60a5fa;outline-offset:1px}.pcombat-teammate-sprite{width:32px;height:32px;object-fit:contain;flex-shrink:0}.pcombat-teammate-info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.pcombat-teammate-name{font-size:11px;font-weight:600;color:#fafafa;line-height:1.2}.pcombat-teammate:hover .pcombat-teammate-name{color:#c4b5fd}.pcombat-teammate-synergy{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.pcombat-teammate-synergy.synergy-excellent{color:#4ade80}.pcombat-teammate-synergy.synergy-good{color:#60a5fa}.pcombat-teammate-synergy.synergy-decent{color:#a78bfa}.pcombat-teammate-synergy.synergy-low{color:#71717a}.pcombat-build--no-data{min-height:200px;display:flex;flex-direction:column}.pcombat-build-nodata{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px 16px;text-align:center}.pcombat-nodata-icon{width:48px;height:48px;color:#52525b;opacity:.6}.pcombat-nodata-icon svg{width:100%;height:100%}.pcombat-nodata-text{font-size:12px;color:#a1a1aa;line-height:1.5;margin:0;max-width:280px}.pcombat-nodata-hint{font-size:10px;color:#71717a;line-height:1.4;margin:0;max-width:280px}@media(max-width:520px){.pcombat-build{padding:12px}.pcombat-build-core{gap:4px}.pcombat-build-choice{padding:6px 8px}.pcombat-choice-value{font-size:11px}.pcombat-build-move{padding:4px 6px}.pcombat-move-name{font-size:11px}.pcombat-evs-text{display:none}.pcombat-build-meta{gap:6px}.pcombat-role-badge{font-size:8px;padding:3px 8px}.pcombat-teammate{padding:5px 8px}.pcombat-teammate-name,.pcombat-teammate-synergy{font-size:11px}}.pcombat-builds-multi{display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,rgba(168,85,247,.03) 0%,transparent 50%),linear-gradient(180deg,#0f0f12,#0a0a0c);box-shadow:inset 0 1px #ffffff05}.pcombat-builds-multi:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(168,85,247,.3),transparent 60%)}.pcombat-builds-header{display:flex;flex-direction:column;padding:10px 12px 0;gap:6px}.pcombat-builds-tabs{display:flex;flex-wrap:wrap;gap:3px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.pcombat-builds-tab{padding:4px 10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#71717a;background:transparent;border:1px solid rgba(255,255,255,.06);border-radius:100px;cursor:pointer;transition:all .15s ease}.pcombat-builds-tab:hover{color:#a1a1aa;background:#ffffff0d;border-color:#ffffff1f}.pcombat-builds-tab.active{color:#e9d5ff;background:#a78bfa26;border-color:#a78bfa59}.pcombat-builds-tab:focus-visible{outline:2px solid #60a5fa;outline-offset:1px}.pcombat-tab-label{white-space:nowrap;display:inline-flex;align-items:center;gap:3px}.pcombat-tab-star{width:9px;height:9px;color:#fbbf24;flex-shrink:0}.pcombat-builds-panels{position:relative}.pcombat-builds-panel{display:none;padding:10px 12px 12px}.pcombat-builds-panel.active{display:block}.pcombat-build-content{display:flex;flex-direction:column;gap:8px}.pcombat-build-meta-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.04)}@media(max-width:520px){.pcombat-builds-header{padding:8px 10px 0;gap:5px}.pcombat-builds-tabs{padding-bottom:6px}.pcombat-builds-tab{padding:4px 10px;font-size:9px}}.pctx{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,#131318,#0d0d11);border:1px solid rgba(255,255,255,.06);border-radius:10px;margin-bottom:16px;padding:4px;gap:4px}.pctx-seg{background:linear-gradient(180deg,#ffffff08,#ffffff03);border-radius:8px;padding:14px 8px;transition:background .15s ease}.pctx-seg:hover{background:linear-gradient(180deg,#ffffff0d,#ffffff05)}.pctx-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;height:100%;min-height:44px}.pctx-lbl{font-size:9px;font-weight:600;letter-spacing:.4px;color:#52525b;text-transform:uppercase}.pctx-types{display:flex;gap:4px}.pctx-type{font-size:10px;font-weight:700;color:#fff;padding:4px 10px;border-radius:4px;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.pctx-badge{font-size:11px;font-weight:600;padding:5px 12px;border-radius:5px;letter-spacing:.3px}.pctx-tier{font-size:12px;font-weight:700;padding:5px 14px;border-radius:5px;letter-spacing:.5px}.pctx-tier-s{background:#fbbf2433;color:#fcd34d}.pctx-tier-a{background:#4ade8033;color:#86efac}.pctx-tier-b{background:#60a5fa33;color:#93c5fd}.pctx-tier-c{background:#fb923c33;color:#fdba74}.pctx-tier-d{background:#ef444433;color:#fca5a5}.pctx-status{font-size:11px;font-weight:600;padding:5px 12px;border-radius:5px;letter-spacing:.3px}.pctx-status-legendary{background:#fbbf2433;color:#fcd34d}.pctx-status-mythical{background:#c4b5fd33;color:#c4b5fd}.pctx-status-final{background:#4ade8026;color:#86efac}.pctx-status-single{background:#a1a1aa26;color:#a1a1aa}.pctx-status-evolves{background:#60a5fa26;color:#93c5fd}.pctx-footer{grid-column:1 / -1;display:flex;justify-content:center;align-items:center;gap:16px;padding:8px 12px;background:#ffffff05;border-radius:6px;margin-top:2px}.pctx-updated{font-size:10px;color:#52525b;letter-spacing:.3px}.pctx-game-label{font-size:10px;color:#3f3f46;padding:2px 8px;background:#ffffff0a;border-radius:4px}@media(max-width:700px){.pctx{grid-template-columns:repeat(2,1fr)}.pctx-seg{padding:12px 6px}}@media(max-width:420px){.pctx{padding:3px;gap:3px}.pctx-seg{padding:10px 4px}.pctx-inner{min-height:40px;gap:4px}.pctx-type{font-size:9px;padding:3px 8px}.pctx-tier,.pctx-badge,.pctx-status{font-size:10px;padding:4px 10px}}.snav{position:sticky;top:0;z-index:100;height:48px;background:linear-gradient(180deg,#0d0d11,#0a0a0c);border-bottom:1px solid rgba(255,255,255,.04);contain:layout style}.snav.is-sticky{box-shadow:0 2px 8px #0000004d;border-bottom-color:#ffffff14}.snav-list{display:flex;justify-content:center;align-items:stretch;height:100%;margin:0;padding:0;list-style:none;gap:4px}.snav-item{display:flex}.snav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 16px;min-width:72px;color:#ffffff73;text-decoration:none;border-bottom:2px solid transparent;transition:all .15s ease;position:relative}.snav-link:hover{color:#ffffffb3;background:#ffffff08}.snav-link.is-active{color:#fff;background:#a78bfa14;border-bottom-color:#a78bfa}.snav-link.is-active .snav-icon{color:#a78bfa}.snav-link:focus-visible{outline:2px solid #a78bfa;outline-offset:-2px}.snav-link:focus:not(:focus-visible){outline:none}.snav-icon{width:16px;height:16px;flex-shrink:0;transition:color .15s ease}.snav-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}@media(max-width:767px){.snav{height:44px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.snav::-webkit-scrollbar{display:none}.snav-list{justify-content:flex-start;padding:0 8px;gap:2px}.snav-item{flex-shrink:0}.snav-link{padding:8px 12px;min-width:auto}.snav-icon{width:14px;height:14px}.snav-label{font-size:11px}.snav:before,.snav:after{content:"";position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:2;opacity:0;transition:opacity .2s ease}.snav:before{left:0;background:linear-gradient(90deg,#0a0a0c,transparent)}.snav:after{right:0;background:linear-gradient(-90deg,#0a0a0c,transparent)}.snav.has-overflow-left:before,.snav.has-overflow-right:after{opacity:1}}@media(max-width:420px){.snav-link{padding:6px 10px}.snav-label{font-size:11px;letter-spacing:.3px}}@media(prefers-reduced-motion:reduce){.snav-link{transition:none}}@media(forced-colors:active){.snav-link.is-active{border-bottom:2px solid LinkText}.snav-link:focus-visible{outline:2px solid LinkText}}#combat-overview,#strategy-moves,#type-matchup,#evolution-breeding,#encounters,#faq{scroll-margin-top:64px}.pfilt{--pfilt-accent:var(--type-primary,#8b5cf6);--pfilt-accent-glow:var(--type-glow,rgba(139,92,246,.25));--pfilt-surface:rgba(15,15,20,.4);--pfilt-border:rgba(255,255,255,.06);--pfilt-border-hover:rgba(255,255,255,.12);--pfilt-text-1:rgba(255,255,255,.9);--pfilt-text-2:rgba(255,255,255,.55);--pfilt-text-3:rgba(255,255,255,.35);position:relative;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:6px 16px;margin:0;min-height:36px;background:linear-gradient(180deg,#14141a80,#0f0f1466);border-top:1px solid rgba(255,255,255,.04);border-radius:0 0 12px 12px;box-shadow:inset 0 1px #ffffff05,0 4px 12px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .3s ease,box-shadow .3s ease;transform:translateZ(0)}.pfilt-group--left{gap:6px}.pfilt-section-controls{display:flex;align-items:center;gap:4px}.pfilt-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:28px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#71717a;cursor:pointer;user-select:none;-webkit-user-select:none;transition:all .15s ease}.pfilt-btn:hover{background:#a78bfa1f;border-color:#a78bfa4d;color:#a78bfa}.pfilt-btn:focus-visible{outline:none;background:#a78bfa1f;border-color:#a78bfa66;box-shadow:0 0 0 3px #a78bfa1a;color:#a78bfa}.pfilt-btn:active{background:#a78bfa33;transform:scale(.96)}.pfilt-btn-icon{width:16px;height:16px;flex-shrink:0;opacity:.7;display:block;transition:opacity .15s ease}.pfilt-btn:hover .pfilt-btn-icon{opacity:1}.pfilt-btn-text{display:none}.pfilt-dropdown--actions .pfilt-action{display:flex;align-items:center;gap:8px}.pfilt-action-icon{width:14px;height:14px;flex-shrink:0;opacity:.6;transition:opacity .15s ease}.pfilt-action:hover .pfilt-action-icon{opacity:1}.pfilt-dropdown--actions .pfilt-option:before{display:none}.pfilt-reset{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#a78bfa99;cursor:pointer;user-select:none;-webkit-user-select:none;transition:all .15s ease}.pfilt-reset[hidden]{display:none}.pfilt-reset:hover{background:#a78bfa26;border-color:#a78bfa66;color:#a78bfa}.pfilt-reset:focus-visible{outline:none;background:#a78bfa26;border-color:#a78bfa80;box-shadow:0 0 0 3px #a78bfa26;color:#a78bfa}.pfilt-reset:active{background:#a78bfa40;transform:scale(.96)}.pfilt-reset-icon{width:14px;height:14px;flex-shrink:0;opacity:.9;transition:transform .15s ease,opacity .15s ease}.pfilt-reset:hover .pfilt-reset-icon{opacity:1;transform:rotate(-45deg)}.pfilt-dropdown--layout .pfilt-trigger{gap:4px;padding:0 10px;height:34px}.pfilt-trigger-icon{width:14px;height:14px;flex-shrink:0;opacity:.6;transition:opacity .15s ease}.pfilt-trigger:hover .pfilt-trigger-icon{opacity:.9}.pfilt-dropdown.is-open .pfilt-trigger-icon{opacity:1;color:#a78bfa}.pfilt-dropdown--layout .pfilt-value{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pfilt-value--build-focus,[data-layout=build-focus] .pfilt-value--default{display:none}[data-layout=build-focus] .pfilt-value--build-focus{display:inline}[data-layout=build-focus] .pfilt-dropdown--layout .pfilt-option[data-value=default].is-selected{background:transparent;color:#a1a1aa}[data-layout=build-focus] .pfilt-dropdown--layout .pfilt-option[data-value=build-focus]{background:#a78bfa26;color:#a78bfa}.pfilt-dropdown--layout .pfilt-menu{left:0;right:auto;min-width:140px}@media(max-width:767px){.pfilt{position:static;z-index:auto;padding:6px 12px;border-radius:0 0 10px 10px}.pfilt-label{display:none}.pfilt-option{padding:12px 14px;font-size:13px}.pfilt-option--all{padding:12px 14px 14px}}.pfilt-menu.pfilt-mobile-sheet{position:fixed!important;inset:auto 12px 12px!important;width:auto!important;min-width:auto!important;max-height:70vh!important;border-radius:16px!important;padding:20px 8px 8px!important;z-index:999999!important;background:#1a1a1e!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 -4px 32px #0009!important;overflow-y:auto!important;transform:none!important;opacity:1!important;visibility:visible!important}@media(prefers-reduced-motion:reduce){.pfilt,.pfilt-btn,.pfilt-trigger,.pfilt-reset,.pfilt-menu,.pfilt-option,.pfilt-chevron,.pfilt-reset-icon{transition:none!important;animation:none!important}}@media(forced-colors:active){.pfilt-btn,.pfilt-trigger,.pfilt-reset{border:2px solid ButtonText}.pfilt-option.is-selected{background:Highlight;color:HighlightText}.pfilt-menu{border:2px solid ButtonText}}.pevo-section{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg,12px);overflow:hidden;margin-bottom:16px}.pevo-section-header{padding:0;border-bottom:1px solid rgba(255,255,255,.04)}.pevo-section-title{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.pevo-section-icon{width:18px;height:18px;color:#a855f7}.pevo-section .pevo{margin-bottom:0}.pevo-section .pevo-container{background:transparent;border:none;border-radius:0;box-shadow:none}.pevo-section .pbreed{margin-bottom:0}.pevo-section .pbreed-container{background:transparent;border:none;border-radius:0;box-shadow:none}.pevo-section .pcombat-evo-section{border-right:1px solid rgba(255,255,255,.06)}@media(max-width:900px){.pevo-section .pcombat-evo-section{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}}.pevo-section-content{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:0;padding:0;align-items:stretch}.pcombat-evo-section{min-width:0}.pcombat-breeding-section{min-width:0;height:100%}@media(max-width:900px){.pevo-section-content{grid-template-columns:1fr}}.pidentity{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);--text-1:#ffffff;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#8b5cf6;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}.pidentity{background:var(--surface-1);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border)}.pidentity-header{padding:16px 20px;border-bottom:1px solid var(--border-subtle)}.pidentity-title{font-size:11px;font-weight:600;color:var(--text-3);margin:0;text-transform:uppercase;letter-spacing:.1em}.pidentity-grid{display:grid;grid-template-columns:auto 1fr}.pidentity-info{padding:20px;border-right:1px solid var(--border-subtle);display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-content:start}.pidentity-item{background:var(--surface-2);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:4px}.pidentity-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.pidentity-value{font-family:var(--font-mono);font-size:15px;font-weight:700;color:var(--text-1)}.pidentity-evo{padding:20px;display:flex;align-items:center;justify-content:center;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.pidentity-evo-stage{display:flex;align-items:center;gap:4px}.pidentity-evo-pokemon{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 14px;background:var(--surface-2);border-radius:var(--radius-md);min-width:82px;text-decoration:none;border:1px solid var(--border-subtle);transition:background .2s ease,border-color .2s ease,transform .2s ease;position:relative}.pidentity-evo-pokemon:hover{background:var(--surface-3);border-color:var(--border);transform:translateY(-2px)}.pidentity-evo-pokemon--current{background:var(--surface-2);border:2px solid rgba(139,92,246,.5)}.pidentity-evo-pokemon--current:before{content:"VIEWING";position:absolute;top:-9px;left:50%;transform:translate(-50%);font-size:8px;font-weight:700;letter-spacing:.06em;color:#a78bfa;background:var(--surface-1);padding:2px 6px;border-radius:3px;border:1px solid rgba(139,92,246,.3);white-space:nowrap}.pidentity-evo-pokemon--current:hover{background:var(--surface-3);border-color:#8b5cf699}.pidentity-evo-img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));transition:transform .2s ease}.pidentity-evo-pokemon:hover .pidentity-evo-img{transform:scale(1.08)}.pidentity-evo-name{font-size:11px;font-weight:600;color:var(--text-2);text-align:center;line-height:1.2}.pidentity-evo-pokemon--current .pidentity-evo-name{color:var(--text-1)}.pidentity-evo-arrow{display:flex;flex-direction:column;align-items:center;gap:3px;padding:0 8px;flex-shrink:0}.pidentity-evo-arrow-icon{width:16px;height:16px;color:var(--text-3);opacity:.6;transition:opacity .2s ease}.pidentity-evo-stage:hover .pidentity-evo-arrow-icon{opacity:.9}.pidentity-evo-method{font-size:9px;font-weight:600;color:var(--text-2);text-align:center;max-width:54px;line-height:1.25;padding:3px 6px;border-radius:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.pidentity-evo-method--level{color:#ffffffbf}.pidentity-evo-method--stone{color:#c4b5fd;background:#c4b5fd14;border-color:#c4b5fd26}.pidentity-evo-method--trade{color:#93c5fd;background:#93c5fd14;border-color:#93c5fd26}.pidentity-evo-method--friendship{color:#f9a8d4;background:#f9a8d414;border-color:#f9a8d426}.pidentity-evo-method--special{color:#fcd34d;background:#fcd34d0f;border-color:#fcd34d1f}.pidentity-evo-bst{font-size:8px;font-weight:600;color:#4ade80;background:#4ade8014;padding:2px 5px;border-radius:3px;margin-top:1px}.pidentity-evo-none{color:var(--text-3);font-size:12px;font-weight:500;font-style:italic}@media(max-width:700px){.pidentity-grid{grid-template-columns:1fr}.pidentity-info{border-right:none;border-bottom:1px solid var(--border-subtle);grid-template-columns:repeat(4,1fr)}.pidentity-item{padding:10px 12px}.pidentity-value{font-size:14px}.pidentity-evo{justify-content:flex-start;padding:16px}}@media(max-width:520px){.pidentity{border-radius:var(--radius-md)}.pidentity-info{grid-template-columns:repeat(2,1fr);padding:16px;gap:10px}.pidentity-evo{padding:14px 12px;gap:3px}.pidentity-evo-pokemon{padding:10px 12px;min-width:68px;gap:5px}.pidentity-evo-img{width:44px;height:44px}.pidentity-evo-name{font-size:10px}.pidentity-evo-arrow{padding:0 4px}.pidentity-evo-arrow-icon{width:14px;height:14px}.pidentity-evo-method{font-size:8px;padding:2px 4px;max-width:46px}.pidentity-evo-bst{font-size:7px;padding:1px 4px}.pidentity-evo-pokemon--current:before{font-size:7px;padding:1px 5px;top:-7px}}@media(prefers-reduced-motion:reduce){.pidentity-evo-pokemon:hover,.pidentity-evo-pokemon:hover .pidentity-evo-img{transform:none}}.pstrategy{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);--text-1:#ffffff;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#a78bfa;--accent-alt:#6366f1;--font-mono:ui-monospace,"SF Mono",Monaco,"Cascadia Code",monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}.pstrategy{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden;margin-bottom:16px}.pstrategy-header{padding:0;border-bottom:1px solid rgba(255,255,255,.04)}.pstrategy-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0}.pstrategy-title-icon{width:18px;height:18px;color:#a855f7}.pstrategy-filter{font-size:10px;font-weight:500;color:#a1a1aa;padding:4px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:4px}.pstrategy-intro{font-size:13px;line-height:1.6;color:#fff9;margin:0;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.04)}.pstrategy-grid{display:grid;grid-template-columns:1fr 1fr}.pstrategy-grid>*{min-width:0}.pstrategy-build{border-right:1px solid var(--border-subtle);min-width:0}@media(max-width:800px){.pstrategy-grid{grid-template-columns:1fr}.pstrategy-build{border-right:none;border-bottom:1px solid var(--border-subtle)}}.pstrategy-build .pcombat-build{border-radius:0;margin-bottom:0;border:none;background:transparent}.pcgt-panel .pstrategy-build{padding-right:15px}.pgame-tabbar{display:flex;align-items:center;gap:4px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.06);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pgame-tabbar::-webkit-scrollbar{display:none}.pgame-tabbar:before{content:"GAME";font-size:8px;font-weight:700;letter-spacing:.8px;color:#ffffff40;padding:3px 6px;border:1px solid rgba(255,255,255,.06);border-radius:3px;white-space:nowrap;flex-shrink:0;line-height:1;margin-right:4px}.pgame-tab{appearance:none;display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px 0 10px;min-width:28px;position:relative;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px;color:#ffffff8c;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;font-family:inherit}.pgame-tab:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:3px;background:linear-gradient(180deg,var(--chip-c1,#a78bfa),var(--chip-c2,#a78bfa));border-radius:4px 0 0 4px;opacity:.6;transition:opacity .15s}.pgame-tab:hover{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 12%,transparent);border-color:var(--chip-c1,rgba(255,255,255,.15));color:#ffffffe6}.pgame-tab:hover:before{opacity:1}.pgame-tab--active{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 18%,transparent);border-color:var(--chip-c1,#a78bfa);color:#fff;font-weight:700;cursor:default}.pgame-tab--active:before{opacity:1;width:4px}.pgame-tab:focus-visible{outline:none;box-shadow:0 0 0 2px #0f0f14,0 0 0 4px var(--chip-c1,#a78bfa)}.pgame-tab-overflow{font-size:9px;font-weight:600;color:#fff6;text-decoration:none;white-space:nowrap;padding:0 4px;flex-shrink:0;transition:color .15s}.pgame-tab-overflow:hover{color:#a78bfa}.pgame-panel{display:none}.pgame-panel--active{display:flex;flex-direction:column;gap:8px}.pgame-panels{min-width:0}@media(max-width:600px){.pgame-tab{height:22px;font-size:9px;padding:0 6px 0 8px}.pgame-tabbar{padding:6px 8px;gap:3px}.pgame-tabbar:before{font-size:7px;padding:2px 4px}}.pstrategy-moves{padding:0 12px 12px;background:linear-gradient(135deg,rgba(99,102,241,.03) 0%,transparent 50%);display:flex;flex-direction:column;gap:8px;position:relative}.pkmn-moves-heading{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;padding:10px 0 0 12px}.pkmn-moves-icon{width:14px;height:14px;opacity:.5;flex-shrink:0}.pstrategy-moves .pkmn-moves-intro--intro{margin-left:-12px;margin-right:-12px}.pstrategy-moves>.pgame-tabbar+.pgame-panels{margin-top:-8px}.pstrategy-game-notice{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#6366f114,#a78bfa0f);border:1px solid rgba(99,102,241,.15);border-radius:8px;font-size:11px;color:#ffffffb3;flex-wrap:wrap}.pstrategy-game-notice-icon{width:14px;height:14px;flex-shrink:0;color:#a78bfa;opacity:.8}.pstrategy-game-notice-text{flex:1;min-width:180px}.pstrategy-game-notice-text strong{color:#e9d5ff;font-weight:600}.pstrategy-game-notice-link{font-size:10px;font-weight:600;color:#a78bfa;text-decoration:none;white-space:nowrap;transition:color .15s ease}.pstrategy-game-notice-link:hover{color:#c4b5fd;text-decoration:underline}.pstrategy-moves-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.pstrategy-moves-label{font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin:0;display:flex;align-items:center;gap:6px}.pstrategy-moves-label-icon{width:14px;height:14px;color:#6366f1;opacity:.8}.pstrategy-moves-count{font-size:9px;font-weight:600;font-family:var(--font-mono);color:#71717a}.pstrategy-tabs{display:flex;flex-direction:column;gap:3px;background:#ffffff05;border-radius:8px;padding:2px}.pstrategy-tabs-primary{display:flex;gap:2px}.pstrategy-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;font-size:11px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative}.pstrategy-tab:hover:not(.active){color:#a1a1aa;background:#ffffff08}.pstrategy-tab.active{color:#e9d5ff;background:linear-gradient(135deg,#a78bfa26,#6366f11a)}.pstrategy-tab-count{font-size:10px;font-weight:700;color:#52525b;background:#ffffff0f;padding:2px 6px;border-radius:10px;font-family:var(--font-mono)}.pstrategy-tab.active .pstrategy-tab-count{color:#a78bfa;background:#a78bfa33}.pstrategy-tab[data-count="0"]{opacity:.5}.pstrategy-tabs-secondary{display:flex;gap:2px;padding-top:1px;border-top:1px solid rgba(255,255,255,.04)}.pstrategy-tab--secondary{flex:0 1 auto;padding:7px 12px;font-size:10px;color:#52525b;letter-spacing:.04em}.pstrategy-tab--secondary .pstrategy-tab-count{font-size:9px;padding:1px 5px}.pstrategy-tab--secondary:hover:not(.active){color:#a1a1aa;background:#ffffff05}.pstrategy-tab--secondary.active{color:#c4b5fd;background:linear-gradient(135deg,#a78bfa1a,#6366f112)}.pstrategy-tab--secondary.active .pstrategy-tab-count{color:#a78bfa;background:#a78bfa26}.pstrategy-controls{display:flex;gap:8px;align-items:center}.pstrategy-search{position:relative;flex:1}.pstrategy-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:#52525b;pointer-events:none}.pstrategy-search-input{width:100%;padding:8px 32px;font-size:11px;font-family:inherit;color:#fafafa!important;-webkit-text-fill-color:#fafafa;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;outline:none;transition:all .2s ease;caret-color:#a78bfa}.pstrategy-search-input::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.pstrategy-search-input:focus{background:#ffffff0f;border-color:#a78bfa66;box-shadow:0 0 0 3px #a78bfa1a}.pstrategy-search-input::placeholder{color:#71717a;opacity:1}.pstrategy-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:#ffffff1f;border-radius:50%;cursor:pointer;transition:all .15s ease;color:#a1a1aa}.pstrategy-search-clear.visible{display:flex}.pstrategy-search-clear:hover{background:#f8717133;color:#f87171}.pstrategy-search-clear svg{width:10px;height:10px}.pstrategy-filter-wrap{position:relative}.pstrategy-filter-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:10px;font-weight:600;color:#71717a;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;transition:all .2s ease}.pstrategy-filter-btn svg{width:12px;height:12px}.pstrategy-filter-btn:hover{color:#a1a1aa;background:#ffffff0f}.pstrategy-filter-btn.active{color:#a78bfa;border-color:#a78bfa4d;background:#a78bfa1a}.pstrategy-filter-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#1a1a1e;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:4px;min-width:140px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease;z-index:100;box-shadow:0 8px 32px #0006}.pstrategy-filter-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.pstrategy-filter-option{display:block;width:100%;padding:8px 12px;font-size:11px;font-weight:500;color:#a1a1aa;text-align:left;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.pstrategy-filter-option:hover{background:#ffffff0f;color:#fafafa}.pstrategy-filter-option.active{background:#a78bfa26;color:#a78bfa}.pstrategy-help-wrap{position:relative}.pstrategy-help-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#71717a;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.pstrategy-help-btn svg{width:14px;height:14px}.pstrategy-help-btn:hover,.pstrategy-help-btn[aria-expanded=true]{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa4d}.pstrategy-help-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:199;opacity:0;transition:opacity .2s ease;pointer-events:none}.pstrategy-help-backdrop.open{opacity:1;pointer-events:auto}.pstrategy-help-popover{position:fixed;inset:90px 16px 20px auto;margin:0;width:360px;max-width:calc(100vw - 32px);max-height:none;overflow-y:auto;overscroll-behavior:contain;background:#1a1a1e;border:1px solid rgba(167,139,250,.25);border-radius:12px;padding:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:9999;box-shadow:0 16px 48px #0009,0 0 0 1px #0003;isolation:isolate;scrollbar-width:thin;scrollbar-color:rgba(167,139,250,.6) rgba(255,255,255,.04)}.pstrategy-help-popover::-webkit-scrollbar{width:12px}.pstrategy-help-popover::-webkit-scrollbar-track{background:#ffffff0a;border-radius:0 12px 12px 0}.pstrategy-help-popover::-webkit-scrollbar-thumb{background:#a78bfa8c;border-radius:6px;border:2px solid #1a1a1e}.pstrategy-help-popover::-webkit-scrollbar-thumb:hover{background:#a78bfad9}.pstrategy-help-popover.open{opacity:1;visibility:visible;transform:translateY(0)}.pstrategy-help-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;background:#1a1a1e;z-index:1}.pstrategy-help-title{font-size:12px;font-weight:700;color:#fafafa;text-transform:uppercase;letter-spacing:.5px;margin:0}.pstrategy-help-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#71717a;cursor:pointer;transition:all .15s ease}.pstrategy-help-close:hover{color:#f87171;border-color:#f871714d;background:#f871711a}.pstrategy-help-close svg{width:12px;height:12px}.pstrategy-help-body{padding:14px 16px 18px}.pstrategy-help-section{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.06)}.pstrategy-help-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.pstrategy-help-h{font-size:11px;font-weight:700;color:#c4b5fd;text-transform:uppercase;letter-spacing:.7px;margin:0 0 10px}.pstrategy-help-section p{font-size:13px;line-height:1.55;color:#ffffffd1;margin:0 0 9px}.pstrategy-help-section p:last-child{margin-bottom:0}.pstrategy-help-section strong{color:#fafafa;font-weight:600}.pstrategy-help-list{list-style:none!important;list-style-type:none!important;padding-left:0;margin:0;display:flex;flex-direction:column;gap:6px}.pstrategy-help-list li{list-style:none!important;list-style-type:none!important;font-size:13px;line-height:1.55;color:#ffffffc7;padding-left:0;margin-left:0}.pstrategy-help-list li::marker,.pstrategy-help-list li:before{content:none!important;display:none!important}.pstrategy-help-list li strong{color:#fafafa}.pstrategy-help-grid{display:grid;grid-template-columns:max-content 1fr;gap:9px 14px;margin:0;padding:0}.pstrategy-help-grid dt{font-size:12px;font-weight:600;color:#fafafa;align-self:start;padding-top:1px;white-space:nowrap;margin:0}.pstrategy-help-grid dd{font-size:13px;line-height:1.5;color:#ffffffc7;margin:0}.pstrategy-help-grid dd strong{color:#fafafa;font-weight:600}.pstrategy-help-grid--icons dt{display:inline-flex;align-items:center;min-width:28px;padding-top:0;align-self:start}.pstrategy-help-grid--icons dd{align-self:start}.pstrategy-help-grid--icons .pstrategy-cat-icon{width:22px;height:22px;margin:0}.pstrategy-help-grid--icons .pstrategy-cat-icon svg{width:14px;height:14px}.pstrategy-help-contact-note{margin-top:12px!important;padding:8px 10px;background:#fbbf240f;border-left:2px solid rgba(251,191,36,.4);border-radius:0 6px 6px 0;font-size:12px!important;line-height:1.5!important}.pstrategy-help-contact-dot{position:relative!important;right:auto!important;bottom:auto!important;width:12px!important;height:12px!important;display:inline-flex!important;vertical-align:middle;margin:0 2px}.pstrategy-help-contact-dot svg{width:10px!important;height:10px!important}.pstrategy-help-stab{color:#fde047;font-weight:600}.pstrategy-help-muted{color:#71717a;font-size:11px}.pstrategy-help-badge{display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;font-family:var(--font-mono);padding:1px 4px;border-radius:3px;margin-right:4px;vertical-align:middle}.pstrategy-help-badge.positive{background:#4ade8033;color:#4ade80}.pstrategy-help-badge.negative{background:#f8717133;color:#f87171}.pstrategy-help-tier-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;row-gap:9px;margin:0}.pstrategy-help-tier-meta{flex-basis:100%;margin-left:0;font-size:11px;color:#ffffffb3;line-height:1.3}.pstrategy-help-tier-meta .pstrategy-help-muted{font-size:11px;color:#ffffffb3}.pstrategy-help-tier{width:26px;height:26px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;letter-spacing:0}.pstrategy-help-tier[data-tier=s]{background:#fbbf244d;color:#fcd34d}.pstrategy-help-tier[data-tier=a]{background:#4ade8040;color:#86efac}.pstrategy-help-tier[data-tier=b]{background:#60a5fa40;color:#93c5fd}.pstrategy-help-tier[data-tier=c]{background:#a1a1aa38;color:#d4d4d8}.pstrategy-help-tier[data-tier=d]{background:#a1a1aa24;color:#a1a1aa}.pstrategy-help-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#fbbf24;opacity:.85;vertical-align:middle;margin:0 2px}@media(max-width:480px){.pstrategy-help-backdrop{display:block}.pstrategy-help-popover{position:fixed;inset:auto 0 0;margin:0;width:100%;max-width:none;max-height:80vh;border-radius:16px 16px 0 0;border-left:none;border-right:none;border-bottom:none;transform:translateY(100%)}.pstrategy-help-popover.open{transform:translateY(0)}.pstrategy-help-header{padding:14px 16px}.pstrategy-help-body{padding:14px 16px 28px}.pstrategy-help-close{width:32px;height:32px}}.pstrategy-reset-btn{display:none;align-items:center;gap:4px;padding:8px 10px;font-size:9px;font-weight:600;color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.2);border-radius:6px;cursor:pointer;transition:all .15s ease}.pstrategy-reset-btn.visible{display:flex}.pstrategy-reset-btn svg{width:10px;height:10px}.pstrategy-reset-btn:hover{background:#f8717133;border-color:#f8717166}.pstrategy-tab-panels{position:relative}.pstrategy-tab-panel{display:none}.pstrategy-tab-panel.active{display:block}.pstrategy-panel-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.pstrategy-table-header{display:grid;grid-template-columns:32px 1fr 36px 28px 38px 38px 32px 54px;gap:6px;padding:4px 10px;background:#ffffff05;border-radius:6px;margin-bottom:4px;align-items:center}.pstrategy-th{font-size:9px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.08em;text-align:center;cursor:pointer;padding:2px;border:none;background:transparent;transition:color .15s ease,background .15s ease;border-radius:3px;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:2px;min-height:18px}.pstrategy-th:nth-child(2){justify-content:flex-start}.pstrategy-th:hover{color:#a78bfa;background:#a78bfa14}.pstrategy-th[aria-sort=ascending],.pstrategy-th[aria-sort=descending]{color:#a78bfa}.pstrategy-th[aria-sort=ascending]:after,.pstrategy-th[aria-sort=descending]:after{content:"";display:inline-block;border:3px solid transparent;flex-shrink:0}.pstrategy-th[aria-sort=ascending]:after{border-bottom-color:#a78bfa;border-top:0}.pstrategy-th[aria-sort=descending]:after{border-top-color:#a78bfa;border-bottom:0}.pstrategy-th:focus-visible{outline:2px solid rgba(167,139,250,.6);outline-offset:1px}.pstrategy-moves-table{display:flex;flex-direction:column;gap:2px;max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.pstrategy-moves-table::-webkit-scrollbar{width:4px}.pstrategy-moves-table::-webkit-scrollbar-track{background:#ffffff05;border-radius:2px}.pstrategy-moves-table::-webkit-scrollbar-thumb{background:#a78bfa4d;border-radius:2px}.pstrategy-moves-table::-webkit-scrollbar-thumb:hover{background:#a78bfa80}.pstrategy-move-row{display:grid;grid-template-columns:32px 1fr 36px 28px 38px 38px 32px 54px;gap:6px;align-items:center;padding:6px 10px;background:#ffffff03;border-radius:6px;transition:all .15s ease;cursor:default;position:relative}.pstrategy-move-row:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%) scaleY(0);width:3px;height:60%;background:#a78bfa;border-radius:0 2px 2px 0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.pstrategy-move-row:hover{background:#a78bfa14}.pstrategy-move-row:hover:before{transform:translateY(-50%) scaleY(1)}.pstrategy-move-row:focus-visible{outline:none;background:#a78bfa1f;box-shadow:inset 0 0 0 2px #a78bfa66}.pstrategy-move-level{font-size:10px;font-weight:600;color:#71717a;font-family:var(--font-mono);text-align:center;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.pstrategy-move-power,.pstrategy-move-pp{font-size:10px;font-weight:500;color:#71717a;font-family:var(--font-mono);text-align:center;display:flex;align-items:center;justify-content:center}.pstrategy-move-power[data-stab-type]{color:var(--stab-color,#a1a1aa);font-weight:700}.pstrategy-move-power[data-stab-type=normal]{--stab-color:#c8c8a8}.pstrategy-move-power[data-stab-type=fire]{--stab-color:#f5a061}.pstrategy-move-power[data-stab-type=water]{--stab-color:#8eaef5}.pstrategy-move-power[data-stab-type=electric]{--stab-color:#f8d030}.pstrategy-move-power[data-stab-type=grass]{--stab-color:#9bdb73}.pstrategy-move-power[data-stab-type=ice]{--stab-color:#b8e8e8}.pstrategy-move-power[data-stab-type=fighting]{--stab-color:#e16a60}.pstrategy-move-power[data-stab-type=poison]{--stab-color:#c878c8}.pstrategy-move-power[data-stab-type=ground]{--stab-color:#e8d398}.pstrategy-move-power[data-stab-type=flying]{--stab-color:#c5b8f5}.pstrategy-move-power[data-stab-type=psychic]{--stab-color:#f88aab}.pstrategy-move-power[data-stab-type=bug]{--stab-color:#c0d048}.pstrategy-move-power[data-stab-type=rock]{--stab-color:#d8c478}.pstrategy-move-power[data-stab-type=ghost]{--stab-color:#a888cc}.pstrategy-move-power[data-stab-type=dragon]{--stab-color:#a888f8}.pstrategy-move-power[data-stab-type=dark]{--stab-color:#a89888}.pstrategy-move-power[data-stab-type=steel]{--stab-color:#d0d0e0}.pstrategy-move-power[data-stab-type=fairy]{--stab-color:#f0bbcb}.pstrategy-move-row:hover .pstrategy-move-power[data-stab-type]{color:var(--stab-color)}.pstrategy-move-row:hover .pstrategy-move-level,.pstrategy-move-row:hover .pstrategy-move-power,.pstrategy-move-row:hover .pstrategy-move-pp,.pstrategy-move-row:hover .pstrategy-move-acc{color:#e9d5ff}.pstrategy-move-acc{font-size:10px;font-weight:500;color:#71717a;font-family:var(--font-mono);text-align:center;display:flex;align-items:center;justify-content:center}.pstrategy-move-row[data-stab=true] .pstrategy-move-name{color:#fde047}.pstrategy-priority{display:inline-flex;align-items:center;justify-content:center;font-size:7px;font-weight:700;font-family:var(--font-mono);padding:1px 3px;border-radius:3px;margin-left:4px;flex-shrink:0}.pstrategy-priority.positive{background:#4ade8033;color:#4ade80}.pstrategy-priority.negative{background:#f8717133;color:#f87171}.pstrategy-contact{width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;position:absolute;right:-2px;bottom:-2px}.pstrategy-contact svg{width:8px;height:8px;fill:#fbbf24;opacity:.8}.pstrategy-cat-icon{width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto;position:relative}.pstrategy-cat-icon svg{width:12px;height:12px}.pstrategy-cat-icon.physical{background:linear-gradient(135deg,#ff9b54,#e85d04);box-shadow:0 1px 3px #e85d0466}.pstrategy-cat-icon.physical svg{fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.pstrategy-cat-icon.special{background:linear-gradient(135deg,#5aa9e6,#1e6091);box-shadow:0 1px 3px #1e609166}.pstrategy-cat-icon.special svg{fill:#fff;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.pstrategy-cat-icon.status{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 1px 3px #6b728066}.pstrategy-cat-icon.status svg{fill:none;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.pstrategy-move-info{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden}.pstrategy-move-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 1px #0000004d,inset 0 1px #ffffff26}.pstrategy-move-name{font-size:11px;font-weight:500;color:#fafafa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.pstrategy-move-type{font-size:9px;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center}.pstrategy-move-dot.type-normal{background:#a8a878}.pstrategy-move-dot.type-fire{background:#f08030}.pstrategy-move-dot.type-water{background:#6890f0}.pstrategy-move-dot.type-electric{background:#f8d030}.pstrategy-move-dot.type-grass{background:#78c850}.pstrategy-move-dot.type-ice{background:#98d8d8}.pstrategy-move-dot.type-fighting{background:#c03028}.pstrategy-move-dot.type-poison{background:#a040a0}.pstrategy-move-dot.type-ground{background:#e0c068}.pstrategy-move-dot.type-flying{background:#a890f0}.pstrategy-move-dot.type-psychic{background:#f85888}.pstrategy-move-dot.type-bug{background:#a8b820}.pstrategy-move-dot.type-rock{background:#b8a038}.pstrategy-move-dot.type-ghost{background:#705898}.pstrategy-move-dot.type-dragon{background:#7038f8}.pstrategy-move-dot.type-dark{background:#705848}.pstrategy-move-dot.type-steel{background:#b8b8d0}.pstrategy-move-dot.type-fairy{background:#ee99ac}.pstrategy-move-tier{font-size:9px;font-weight:800;width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin:0 auto;line-height:1}.pstrategy-move-tier[data-tier=s]{background:#fbbf2440;color:#fbbf24}.pstrategy-move-tier[data-tier=a]{background:#4ade8033;color:#4ade80}.pstrategy-move-tier[data-tier=b]{background:#60a5fa33;color:#60a5fa}.pstrategy-move-tier[data-tier=c]{background:#a1a1aa26;color:#71717a}.pstrategy-move-tier[data-tier=d]{background:#ffffff0a;color:#3f3f46}.pstrategy-move-tier-none{font-size:10px;color:#27272a;text-align:center;display:flex;align-items:center;justify-content:center}.pstrategy-no-results{display:none;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;color:#52525b;font-size:11px;text-align:center}.pstrategy-no-results-icon{width:24px;height:24px;opacity:.5}.pstrategy-empty{padding:32px 20px;text-align:center;color:#71717a;font-size:12px;font-weight:500}.pstrategy-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pstrategy-th:focus-visible,.pstrategy-move-row:focus-visible{outline:2px solid rgba(167,139,250,.6);outline-offset:1px;border-radius:2px}@media(max-width:800px){.pstrategy-moves{padding:0 14px 14px}.pstrategy-moves .pkmn-moves-intro--intro{margin-left:-14px;margin-right:-14px}.pstrategy-moves-table{max-height:340px}}@media(max-width:520px){.pstrategy-moves{padding:0 12px 12px}.pstrategy-game-notice{padding:6px 10px;font-size:10px;gap:6px}.pstrategy-game-notice-icon{width:12px;height:12px}.pstrategy-game-notice-text{min-width:100%}.pstrategy-game-notice-link{width:100%;text-align:right}.pstrategy-tabs{gap:4px;padding:4px}.pstrategy-tabs:before{display:none}.pstrategy-tabs-primary{flex-wrap:wrap;gap:4px}.pstrategy-tabs-primary .pstrategy-tab{flex:1 1 calc(50% - 2px);min-width:0;padding:10px 8px;font-size:11px}.pstrategy-tabs-secondary{gap:4px}.pstrategy-tab--secondary{flex:1;padding:9px 10px}.pstrategy-tab.active{background:#a78bfa26;border:1px solid rgba(167,139,250,.3)}.pstrategy-tab-count{font-size:10px;padding:2px 6px}.pstrategy-moves-table{max-height:280px}.pstrategy-search-input{padding:10px 12px 10px 36px;font-size:14px}.pstrategy-table-header{grid-template-columns:34px 1fr 20px 30px 30px 24px 42px;gap:3px;padding:4px 6px}.pstrategy-th{font-size:9px}.pstrategy-move-row{grid-template-columns:34px 1fr 20px 30px 30px 24px 42px;gap:3px;padding:6px}.pstrategy-cat-icon{width:16px;height:16px}.pstrategy-move-power,.pstrategy-move-pp,.pstrategy-move-acc{font-size:11px}.pstrategy-move-level{font-size:10px}.pstrategy-move-name{font-size:12px}.pstrategy-move-type{font-size:9px;letter-spacing:0}.pstrategy-move-dot{width:6px;height:6px}}@media(min-width:1200px){.pstrategy-moves-table{max-height:440px}}.pcap{background:#1a1a1d;border-radius:4px;margin-bottom:12px;overflow:hidden;position:relative}.pcap:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#f59e0b,#4ade80)}.pcap-header{padding:12px 16px 12px 20px;border-bottom:1px solid #27272a}.pcap-title{font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.pcap-title svg{width:16px;height:16px;color:#f59e0b}.pcap-grid{display:grid;grid-template-columns:1fr 1.5fr}.pcap-abilities{padding:16px;border-right:1px solid #27272a}.pcap-section-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#52525b;margin-bottom:10px}.pcap-ability{padding:8px 0;border-bottom:1px solid #27272a}.pcap-ability:last-child{border-bottom:none}.pcap-ability-name{font-size:13px;font-weight:600;color:#fafafa;display:flex;align-items:center;gap:6px}.pcap-ability-hidden{font-size:9px;padding:2px 5px;background:#a855f733;color:#c084fc;border-radius:3px;font-weight:600}.pcap-ability-desc{font-size:11px;color:#71717a;margin-top:4px;line-height:1.4}.pcap-moves{padding:16px}.pcap-moves-table{width:100%;font-size:11px}.pcap-moves-table th{text-align:left;font-weight:600;color:#52525b;padding:4px 8px 8px 0;text-transform:uppercase;font-size:9px;letter-spacing:.03em}.pcap-moves-table td{padding:6px 8px 6px 0;color:#a1a1aa;border-bottom:1px solid #27272a}.pcap-moves-table tr:last-child td{border-bottom:none}.pcap-move-name{color:#fafafa;font-weight:500}.pcap-move-type{display:inline-block;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;color:#fff}.pcap-more{display:inline-block;margin-top:10px;font-size:11px;color:#6366f1;text-decoration:none}.pcap-more:hover{text-decoration:underline}@media(max-width:700px){.pcap-grid{grid-template-columns:1fr}.pcap-abilities{border-right:none;border-bottom:1px solid #27272a}}@media(max-width:600px){.pcap-ability-name{font-size:15px}.pcap-ability-desc{font-size:13px;line-height:1.5}.pcap-ability-hidden{font-size:10px;padding:3px 6px}.pcap-section-label{font-size:11px}}@media(max-width:520px){.pokemon-single-header .pokemon-single-header-tagline{max-width:300px}}.pokemon-single-header{--fh-surface-1:#0a0a0c;--fh-surface-2:#0f0f12;--fh-primary:#9099a1;--fh-secondary:#9099a1;--fh-glow:rgba(144,153,161,.25);--fh-height:280px;--fh-image-size:200px;--fh-visual-zone:240px;--fh-nav-peek:25%;--fh-nav-peek-hover:32%;--fh-nav-opacity:.5;--fh-nav-opacity-hover:.95;--fh-particle-opacity:.25;--fh-particle-opacity-hover:.5;--fh-nav-space:0px;position:relative;height:calc(var(--fh-height) + var(--fh-nav-space));background:var(--fh-surface-1);border-radius:10px;overflow:hidden;margin-bottom:0;transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.pokemon-single-header--animate{animation:pokemon-single-header-entrance .5s cubic-bezier(.16,1,.3,1) both}.pokemon-single-header:not(.pokemon-single-header--animate){will-change:auto}.pokemon-single-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-single-header.pokemon-single-header--minimal{height:auto;min-height:160px}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-nav{min-height:210px;--fh-nav-space:50px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-visual,.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-ambient-wrap{display:none}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--ambient-only .pokemon-single-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-overlay{position:relative;inset:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-name{font-size:26px;line-height:1.1}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-subtitle{font-size:14px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-tagline{font-size:13px;max-width:var(--fh-tagline-max-width,680px);margin-top:2px;opacity:.85}:root{--fh-nav-landing:80px}@media(max-width:768px){:root{--fh-nav-landing:80px}}@media(max-width:520px){:root{--fh-nav-landing:80px}}.pokemon-single-header--has-action-bar{--fh-zone-action:76px;--fh-zone-gap:14px;--fh-zone-content:70px;--fh-zone-nav:var(--fh-nav-landing);--fh-content-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));--fh-total-height:calc(var(--fh-zone-action) + var(--fh-zone-gap) + var(--fh-zone-content) + var(--fh-zone-nav))}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-action-bar .pokemon-single-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-single-header--has-action-bar:not(.pokemon-single-header--minimal) .pokemon-single-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-single-header.pokemon-single-header--minimal{min-height:150px}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-nav{min-height:196px;--fh-nav-space:46px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-overlay{padding-top:24px}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-action-bar .pokemon-single-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-name{font-size:22px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-single-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-single-header.pokemon-single-header--minimal{min-height:130px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-overlay{padding-top:18px}.pokemon-single-header.pokemon-single-header--minimal.pokemon-single-header--has-action-bar .pokemon-single-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-name{font-size:18px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-subtitle{font-size:11px}.pokemon-single-header.pokemon-single-header--minimal .pokemon-single-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-single-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-single-header-entrance{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.pokemon-single-header--animate .pokemon-single-header-name{animation:pokemon-single-header-fade-up .5s cubic-bezier(.16,1,.3,1) .1s both}.pokemon-single-header--animate .pokemon-single-header-subtitle,.pokemon-single-header--animate .pokemon-single-header-tagline{animation:pokemon-single-header-fade-up .5s cubic-bezier(.16,1,.3,1) .15s both}.pokemon-single-header--animate .pokemon-single-header-badges{animation:pokemon-single-header-fade-up .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes pokemon-single-header-fade-up{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.pokemon-single-header,.pokemon-single-header--animate,.pokemon-single-header-image,.pokemon-single-header-nav-arrow,.pokemon-single-header *{animation:none!important}.pokemon-single-header *{transition-duration:.01ms!important}}.pokemon-single-header-action-bar{position:absolute;top:0;left:0;right:0;height:var(--fh-zone-action,76px);z-index:10;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;box-sizing:border-box;pointer-events:none}.pokemon-single-header-action-bar>*{pointer-events:auto}.pokemon-single-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-single-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-single-header-action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pokemon-single-header-action-btn:active .pokemon-single-header-action-ring{transform:scale(.97);transition:transform .1s ease}.pokemon-single-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-single-header-action-ring{width:44px;height:44px;border-radius:50%;background:#ffffff0f;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pokemon-single-header-action-btn:hover .pokemon-single-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pokemon-single-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pokemon-single-header-action-btn:hover .pokemon-single-header-action-ring svg{color:#fffc}.pokemon-single-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pokemon-single-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pokemon-single-header-action-label:has(.pokemon-single-header-action-label-state){display:inline-grid}.pokemon-single-header-action-label-state{grid-column:1 / 2;grid-row:1 / 2;transition:opacity .12s ease}.pokemon-single-header-action-btn:not(.is-active) .pokemon-single-header-action-label-state[data-state=active]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-single-header-action-btn.is-active .pokemon-single-header-action-label-state[data-state=default]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-single-header-action--rose.is-active .pokemon-single-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pokemon-single-header-action--rose.is-active .pokemon-single-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pokemon-single-header-action--rose.is-active .pokemon-single-header-action-label strong{color:#f43f5ecc}.pokemon-single-header-action-btn .fav-icon-outline{display:block}.pokemon-single-header-action-btn .fav-icon-filled,.pokemon-single-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-single-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-single-header-share-dropdown{animation:fh-dropdown-in .1s ease-out}@keyframes fh-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pokemon-single-header-share-dropdown{animation:none}}.pokemon-single-header-share-dropdown-inner{background:#0f0f14fa;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;min-width:160px;box-shadow:0 4px 20px #0006}.pokemon-single-header-share-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:#fffc;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .1s,color .1s}.pokemon-single-header-share-option:hover{background:#ffffff1a;color:#fff}.pokemon-single-header-share-option:active{opacity:.8}.pokemon-single-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-single-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-single-header-share-option[data-platform=twitter]:hover{background:#1da1f226;color:#1da1f2}.pokemon-single-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pokemon-single-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pokemon-single-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pokemon-single-header-action-ring .share-icon-apple,.pokemon-single-header-action-ring .share-icon-android{display:none}.pokemon-single-header-action-ring .share-icon-other,[data-share-platform=apple] .pokemon-single-header-action-ring .share-icon-apple{display:block}[data-share-platform=apple] .pokemon-single-header-action-ring .share-icon-other{display:none}[data-share-platform=android] .pokemon-single-header-action-ring .share-icon-android{display:block}[data-share-platform=android] .pokemon-single-header-action-ring .share-icon-other{display:none}[data-share-platform=other] .pokemon-single-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-single-header-action-bar{padding:12px 16px}.pokemon-single-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-single-header-action-bar{padding:10px 12px}.pokemon-single-header-action-bar-right{gap:8px}.pokemon-single-header-action-label{display:none}.pokemon-single-header-action-ring{width:40px;height:40px}}.pokemon-single-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-single-header-gradient-svg{width:100%;height:100%}.pokemon-single-header-ambient-wrap{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;opacity:var(--fh-particle-opacity);transition:opacity .4s ease;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header:hover .pokemon-single-header-ambient-wrap,.pokemon-single-header--active .pokemon-single-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-single-header [class$=-ambient],.pokemon-single-header .rb-ambient,.pokemon-single-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-single-header:hover [class$=-ambient],.pokemon-single-header:hover .rb-ambient,.pokemon-single-header:hover [data-ambient-layer],.pokemon-single-header--active [class$=-ambient],.pokemon-single-header--active .rb-ambient,.pokemon-single-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-single-header-badges{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;z-index:10;max-width:200px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:.3px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);background:#ffffff1a;color:#ffffffe6;transition:transform .15s ease,box-shadow .15s ease}.pokemon-single-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.pokemon-single-header .pokemon-single-header-visual{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding-bottom:var(--fh-nav-space,0px);pointer-events:none;box-sizing:border-box}.pokemon-single-header-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 75% 65% at 50% 45%,transparent 0%,transparent 50%,rgba(0,0,0,.15) 85%,rgba(0,0,0,.25) 100%);pointer-events:none;z-index:-1}.pokemon-single-header-figure{margin:0;padding:0}.pokemon-single-header-image{width:var(--fh-image-size);height:var(--fh-image-size);object-fit:contain;filter:brightness(1.05) drop-shadow(0 8px 24px rgba(0,0,0,.6)) drop-shadow(0 0 8px var(--fh-glow));transition:transform .4s ease,filter .4s ease;transform:translateY(-12px);animation:pokemon-single-header-breathe 6s ease-in-out infinite}@keyframes pokemon-single-header-breathe{0%,to{opacity:1}50%{opacity:.92}}.pokemon-single-header:hover .pokemon-single-header-image{filter:brightness(1.12) drop-shadow(0 12px 32px rgba(0,0,0,.7)) drop-shadow(0 0 16px var(--fh-glow)) drop-shadow(0 0 28px var(--fh-glow))}.pokemon-single-header .pokemon-single-header-overlay{position:absolute;top:auto;bottom:calc(8px + var(--fh-nav-space,0px));left:0;right:0;z-index:6;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header-title-row{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header-name{font-size:32px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.8);letter-spacing:-.02em;pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header-subtitle{font-size:14px;font-weight:500;color:#ffffffb3;padding-left:8px;margin-left:4px;border-left:1px solid rgba(255,255,255,.2);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header-tagline{font-size:13px;font-weight:400;color:#ffffff8c;margin:6px auto 0;text-shadow:0 1px 8px rgba(0,0,0,.7);font-style:italic;max-width:var(--fh-tagline-max-width,340px);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header:not(.pokemon-single-header--minimal){height:auto;min-height:calc(var(--fh-height) + var(--fh-nav-space,0px))}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-visual{position:relative;inset:auto;width:100%;height:var(--fh-visual-zone,240px);padding-bottom:0}.pokemon-single-header--has-action-bar:not(.pokemon-single-header--minimal) .pokemon-single-header-visual{margin-top:var(--fh-zone-action,76px)}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-overlay{position:relative;top:auto;bottom:auto;padding:8px 16px calc(12px + var(--fh-nav-space,0px))}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.25) 60%,transparent 100%);pointer-events:none;z-index:-1}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-visual:before{display:none}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-image{transform:none}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-visual img{width:calc(var(--fh-visual-zone,180px) - 20px);height:calc(var(--fh-visual-zone,180px) - 20px);max-width:100%;object-fit:contain}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-nav{bottom:auto;height:var(--fh-visual-zone,180px)}.pokemon-single-header--has-action-bar:not(.pokemon-single-header--minimal) .pokemon-single-header-nav{top:var(--fh-zone-action,76px)}.pokemon-single-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-single-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-single-header-meta dt{font-size:10px;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pokemon-single-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.pokemon-single-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-single-header-nav-link{position:absolute;top:0;bottom:0;width:var(--fh-nav-peek);display:flex;flex-direction:row;align-items:center;gap:6px;text-decoration:none;opacity:var(--fh-nav-opacity);transition:width .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,background .35s ease;pointer-events:auto;cursor:pointer}.pokemon-single-header-nav-prev{left:0;padding-left:12px;padding-right:8px;justify-content:flex-start;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.pokemon-single-header-nav-next{right:0;padding-right:12px;padding-left:8px;justify-content:flex-end;background:linear-gradient(-90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.pokemon-single-header-nav-link:hover,.pokemon-single-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-single-header-nav-prev:hover,.pokemon-single-header-nav-prev:focus-visible{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-single-header-nav-next:hover,.pokemon-single-header-nav-next:focus-visible{background:linear-gradient(-90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-single-header-nav-img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease;flex-shrink:0}.pokemon-single-header-nav-link:hover .pokemon-single-header-nav-img,.pokemon-single-header-nav-link:focus-visible .pokemon-single-header-nav-img{transform:scale(1.1)}.pokemon-single-header-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#fffc;flex-shrink:0;transition:transform .3s ease}.pokemon-single-header-nav-icon svg{width:100%;height:100%}.pokemon-single-header-nav-link:hover .pokemon-single-header-nav-icon,.pokemon-single-header-nav-link:focus-visible .pokemon-single-header-nav-icon{transform:scale(1.1)}.pokemon-single-header-nav-name{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);opacity:.7;transition:opacity .25s ease .05s;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.pokemon-single-header-nav-link:hover .pokemon-single-header-nav-name,.pokemon-single-header-nav-link:focus-visible .pokemon-single-header-nav-name{opacity:1}.pokemon-single-header-nav-arrow{font-size:24px;font-weight:400;color:#ffffffbf;line-height:1;flex-shrink:0;transition:color .25s ease,transform .25s ease,opacity .25s ease;animation:pokemon-single-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-single-header-arrow-pulse{0%,to{opacity:.6}50%{opacity:1}}.pokemon-single-header-nav-link:hover .pokemon-single-header-nav-arrow,.pokemon-single-header-nav-link:focus-visible .pokemon-single-header-nav-arrow{color:#fff;animation:none}.pokemon-single-header-nav-prev:hover .pokemon-single-header-nav-arrow{transform:translate(-3px)}.pokemon-single-header-nav-next:hover .pokemon-single-header-nav-arrow{transform:translate(3px)}.pokemon-single-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-single-header{--fh-height:260px;--fh-image-size:180px;--fh-visual-zone:220px}.pokemon-single-header-name{font-size:28px}}@media(max-width:768px){.pokemon-single-header{--fh-height:240px;--fh-image-size:160px;--fh-visual-zone:200px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-single-header--has-nav{--fh-nav-space:70px}.pokemon-single-header-name{font-size:26px}.pokemon-single-header-nav-img{width:64px;height:64px}.pokemon-single-header-nav-arrow{font-size:20px}.pokemon-single-header-nav-name{font-size:10px;max-width:60px;opacity:.6}.pokemon-single-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-single-header{--fh-height:220px;--fh-image-size:120px;--fh-visual-zone:180px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:.25}.pokemon-single-header:not(.pokemon-single-header--has-nav){border-radius:6px}.pokemon-single-header--has-nav{border-radius:6px 6px 0 0}.pokemon-single-header-image{transform:translateY(-16px)}.pokemon-single-header .pokemon-single-header-overlay{padding:0 16px}.pokemon-single-header-name{font-size:22px}.pokemon-single-header-subtitle{font-size:11px}.pokemon-single-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-single-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-single-header-badge{font-size:9px;padding:3px 7px}.pokemon-single-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-single-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-single-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-single-header-nav-img{width:44px;height:44px}.pokemon-single-header-nav-arrow{order:1!important;font-size:16px}.pokemon-single-header-nav-img{order:2!important}.pokemon-single-header-nav-name{order:3!important;display:none}.pokemon-single-header-meta{gap:10px}.pokemon-single-header-meta dt{font-size:9px}.pokemon-single-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-single-header{--fh-height:200px;--fh-image-size:115px;--fh-visual-zone:165px}.pokemon-single-header .pokemon-single-header-overlay{padding:0 12px}.pokemon-single-header-name{font-size:20px}.pokemon-single-header-nav-link{min-height:44px}.pokemon-single-header-nav-img{width:44px;height:44px}}@keyframes pokemon-single-header-flame{0%,to{transform:scaleY(1) scaleX(1);opacity:.6}25%{transform:scaleY(1.1) scaleX(.95);opacity:.8}50%{transform:scaleY(.95) scaleX(1.05);opacity:.7}75%{transform:scaleY(1.05) scaleX(.98);opacity:.9}}@keyframes pokemon-single-header-ember{0%{transform:translateY(0) scale(1) rotate(0);opacity:0}10%{opacity:.8}to{transform:translateY(-180px) scale(.3) rotate(45deg);opacity:0}}@keyframes pokemon-single-header-ripple{0%{transform:scale(.5);opacity:.6}to{transform:scale(2.5);opacity:0}}@keyframes pokemon-single-header-bubble{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:.6}50%{transform:translateY(-60px) translate(15px);opacity:.8}to{transform:translateY(-120px) translate(0);opacity:0}}@keyframes pokemon-single-header-spark{0%,to{opacity:0;transform:scale(0)}45%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}55%{opacity:.8;transform:scale(.8)}60%{opacity:0;transform:scale(0)}}@keyframes pokemon-single-header-lightning{0%,85%,to{opacity:0}87%,89%,93%{opacity:.9}88%,90%,92%{opacity:.3}}@keyframes pokemon-single-header-leaf{0%{transform:translateY(-20px) translate(-30px) rotate(0);opacity:0}10%{opacity:.7}to{transform:translateY(150px) translate(60px) rotate(360deg);opacity:0}}@keyframes pokemon-single-header-pollen{0%,to{transform:translateY(0) translate(0);opacity:.4}50%{transform:translateY(-20px) translate(10px);opacity:.7}}@keyframes pokemon-single-header-snow{0%{transform:translateY(-10px) rotate(0);opacity:0}10%{opacity:.7}to{transform:translateY(140px) rotate(180deg);opacity:0}}@keyframes pokemon-single-header-crystal{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes pokemon-single-header-wind{0%{transform:rotate(0) translate(0);opacity:.3}to{transform:rotate(360deg) translate(30px);opacity:.1}}@keyframes pokemon-single-header-feather{0%,to{transform:translateY(0) translate(0) rotate(-10deg);opacity:.5}25%{transform:translateY(-10px) translate(15px) rotate(5deg);opacity:.7}50%{transform:translateY(-5px) translate(30px) rotate(-5deg);opacity:.6}75%{transform:translateY(-15px) translate(15px) rotate(10deg);opacity:.7}}@keyframes pokemon-single-header-spiral{0%{transform:rotate(0) scale(1);opacity:.3}to{transform:rotate(360deg) scale(1.15);opacity:.1}}@keyframes pokemon-single-header-orb{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.3);opacity:.7}}@keyframes pokemon-single-header-wisp{0%{transform:translateY(0) translate(0) scale(1);opacity:.3}50%{transform:translateY(-30px) translate(20px) scale(1.2);opacity:.6}to{transform:translateY(-60px) translate(0) scale(.8);opacity:0}}@keyframes pokemon-single-header-shadow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes pokemon-single-header-aura{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.08);opacity:.45}}@keyframes pokemon-single-header-scale{0%,to{opacity:.15}50%{opacity:.35}}@keyframes pokemon-single-header-impact{0%{transform:scale(0);opacity:.8}to{transform:scale(1.5);opacity:0}}@keyframes pokemon-single-header-speed{0%{transform:scaleX(0);opacity:0}50%{transform:scaleX(1);opacity:.6}to{transform:scaleX(0);opacity:0}}@keyframes pokemon-single-header-toxic{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-8px) scale(1.15);opacity:.8}}@keyframes pokemon-single-header-drip{0%{transform:translateY(-20px);opacity:0}10%{opacity:.7}to{transform:translateY(100px);opacity:0}}@keyframes pokemon-single-header-dust{0%{transform:translate(0) translateY(0);opacity:.3}to{transform:translate(40px) translateY(-25px);opacity:0}}@keyframes pokemon-single-header-rumble{0%,to{transform:translateY(0)}25%{transform:translateY(2px)}75%{transform:translateY(-2px)}}@keyframes pokemon-single-header-wing{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@keyframes pokemon-single-header-mineral{0%,to{opacity:0;transform:scale(0)}50%{opacity:.8;transform:scale(1)}}@keyframes pokemon-single-header-reach{0%,to{transform:scaleX(.8) scaleY(1);opacity:.3}50%{transform:scaleX(1) scaleY(1.1);opacity:.5}}@keyframes pokemon-single-header-void{0%,to{opacity:.2}50%{opacity:.6}}@keyframes pokemon-single-header-shine{0%{transform:translate(-150%);opacity:0}50%{opacity:.6}to{transform:translate(150%);opacity:0}}@keyframes pokemon-single-header-twinkle{0%,to{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1) rotate(180deg);opacity:1}}@keyframes pokemon-single-header-heart{0%{transform:translateY(0) scale(1);opacity:.6}to{transform:translateY(-80px) scale(.5);opacity:0}}@keyframes pokemon-single-header-pulse{0%,to{opacity:.1}50%{opacity:.25}}.pokemon-single-header-bg{width:100%;height:100%;pointer-events:none;overflow:hidden}.pokemon-single-header-particle{opacity:0;will-change:transform,opacity;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-single-header--active .pokemon-single-header-particle,.pokemon-single-header:hover .pokemon-single-header-particle{animation-duration:var(--anim-hover,2.5s)!important}.pokemon-single-header--user-paused .pokemon-single-header-particle{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){.pokemon-single-header-particle{animation:none!important;transition:none!important}}.pcatch-chip{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 10px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#ffffff06;color:#ffffffa6;text-decoration:none;line-height:1;transition:border-color .18s ease,background .18s ease,color .18s ease}.pcatch-chip:hover{border-color:#ffffff1f;background:#ffffff0b;color:#ffffffd9;text-decoration:none}.pcatch-chip:focus-visible{outline:2px solid rgba(167,139,250,.55);outline-offset:2px}.pcatch-chip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.pcatch-ring-svg{display:block;overflow:visible;transition:filter .3s ease}.pcatch-ring-track{stroke:#ffffff1f}.pcatch-ring-fill{stroke:#ffffff38;transition:stroke .35s ease,stroke-dashoffset .6s cubic-bezier(.22,1,.36,1)}.pcatch-ring-star{fill:transparent;transform-origin:10px 10px;transform:scale(0);transition:transform .35s cubic-bezier(.34,1.56,.64,1),fill .3s ease}.pcatch-chip.tier-starter .pcatch-ring-fill{stroke:#22c55e8c}.pcatch-chip.tier-bronze .pcatch-ring-fill{stroke:#cd7f32}.pcatch-chip.tier-silver .pcatch-ring-fill{stroke:silver}.pcatch-chip.tier-gold .pcatch-ring-fill{stroke:gold}.pcatch-chip.tier-complete .pcatch-ring-fill{stroke:gold;stroke-width:2.2}.pcatch-chip.tier-complete .pcatch-ring-star{fill:gold;transform:scale(1)}.pcatch-chip.tier-complete .pcatch-ring-svg{filter:drop-shadow(0 0 4px rgba(255,215,0,.55))}.pcatch-chip.tier-complete .pcatch-chip-count,.pcatch-chip.tier-complete .pcatch-chip-sep,.pcatch-chip.tier-complete .pcatch-chip-total{color:gold}.pcatch-chip.tier-complete .pcatch-chip-label{color:#ffd700d9}.pcatch-chip-text{display:inline-flex;align-items:baseline;gap:3px;font-family:JetBrains Mono,SF Mono,monospace;font-size:11px;font-weight:500;letter-spacing:.01em;white-space:nowrap}.pcatch-chip-count{font-weight:700;font-size:12px;color:#ffffffeb;min-width:1ch}.pcatch-chip-sep,.pcatch-chip-total{color:#ffffff73;font-weight:500}.pcatch-chip-label{margin-left:6px;padding-left:8px;border-left:1px solid rgba(255,255,255,.08);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff6}.pcatch-chip:hover .pcatch-chip-label{color:#ffffffa6}@media(max-width:520px){.pcatch-chip{padding:5px 10px 5px 8px;gap:6px}.pcatch-chip-label{display:none}.pcatch-chip-text{font-size:10px}.pcatch-chip-count{font-size:11px}}.flagship-action--catch .catch-icon-filled,.flagship-action--catch.is-active .catch-icon-outline{display:none}.flagship-action--catch.is-active .catch-icon-filled{display:block}.pokemon-single-header-action--catch.is-active .pokemon-single-header-action-ring,.flagship-action--catch.is-active .pokemon-single-header-action-ring{background:#22c55e1a;border-color:#22c55e80;box-shadow:0 0 12px #22c55e38}.flagship-action--catch.is-active .pokemon-single-header-action-label strong{color:#86efacf2}.flagship-action--catch.is-catching .pokemon-single-header-action-ring{animation:pcatch-squeeze .36s ease-out both,pcatch-ring .55s cubic-bezier(.22,.61,.36,1) both}@keyframes pcatch-squeeze{0%{transform:scale(1)}35%{transform:scale(.94)}70%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes pcatch-ring{0%{box-shadow:0 0 #22c55e73}to{box-shadow:0 0 0 10px #22c55e00}}@media(prefers-reduced-motion:reduce){.flagship-action--catch.is-catching .pokemon-single-header-action-ring{animation:none!important}}.pheader-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000eb;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:zoom-out}.pheader-lightbox.active{opacity:1;visibility:visible}.pheader-lightbox img{width:50vmin;height:auto;max-width:90vw;max-height:90vh;object-fit:contain;transform:scale(.9);transition:transform .3s ease}.pheader-lightbox.active img{transform:scale(1)}.pheader-lightbox img[data-gen="1"],.pheader-lightbox img[data-gen="2"],.pheader-lightbox img[data-gen="3"],.pheader-lightbox img[data-gen="4"],.pheader-lightbox img[data-gen="5"]{image-rendering:pixelated;image-rendering:crisp-edges;width:60vmin}.pheader-lightbox-close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ffffffb3;background:#00000080;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease}.pheader-lightbox-close:hover{background:#000c;color:#fff}@media(prefers-reduced-motion:reduce){.pheader-lightbox,.pheader-lightbox img{transition:none}}.pheader-dex-wrap{position:absolute;top:20px;left:24px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;pointer-events:none;user-select:none;-webkit-user-select:none;z-index:10}.pheader-dex-row{display:flex;align-items:baseline;gap:10px}.pheader-dex{font-size:30px;font-weight:900;font-family:JetBrains Mono,SF Mono,monospace;color:#ffffff1a;letter-spacing:-.03em;line-height:1}.pheader-dex-total{font-size:13px;font-weight:600;font-family:JetBrains Mono,SF Mono,monospace;color:#ffffff1f;letter-spacing:-.01em;margin-left:1px}.pheader-region{font-size:12px;font-weight:700;color:#ffffff29;letter-spacing:.08em;text-transform:uppercase}@media(max-width:768px){.pheader-dex-wrap{left:20px}.pheader-dex{font-size:24px}.pheader-dex-total{font-size:12px}}@media(max-width:520px){.pheader-dex-wrap{left:16px;top:16px}.pheader-dex{font-size:22px}.pheader-dex-total,.pheader-region{font-size:12px}}@media(max-width:380px){.pheader-dex-wrap{display:none}}.pokemon-single-header-image[data-gen="1"],.pokemon-single-header-image[data-gen="2"],.pokemon-single-header-image[data-gen="3"],.pokemon-single-header-image[data-gen="4"],.pokemon-single-header-image[data-gen="5"]{image-rendering:pixelated;image-rendering:crisp-edges}.pokemon-single-header-image{transform:translateY(var(--image-offset,-12px))}.pheader-image--gen7{--image-offset:-8px}.pheader-image--gen8{--image-offset:-10px}.pheader-image--gen9{--image-offset:-28px}.pheader-image--game-lgpe{--image-offset:-35px}.pheader-image--game-swsh{--image-offset:-20px}.pheader-image--game-sv,.pheader-image--game-lza{--image-offset:-35px}@media(max-width:520px){.pokemon-single-header-image{transform:translateY(var(--image-offset,-16px))}.pheader-image--gen9{--image-offset:-24px}.pheader-image--game-lgpe{--image-offset:-35px}.pheader-image--game-swsh{--image-offset:-20px}.pheader-image--game-sv,.pheader-image--game-lza{--image-offset:-35px}}.pokemon-single-header .pokemon-single-header-action-bar{background:none!important;border:none!important;box-shadow:none!important;position:absolute;top:14px;right:14px;left:auto;width:auto;height:auto;padding:0;z-index:10;display:flex;justify-content:flex-end;pointer-events:none}.pokemon-single-header .pokemon-single-header-action-bar>*{pointer-events:auto}.pokemon-single-header .pokemon-single-header-action-bar-left{display:none!important}.pokemon-single-header .pokemon-single-header-action-bar-right{display:flex;align-items:center;gap:12px}.pokemon-single-header{--fh-zone-action:0px !important}.pokemon-single-header{--fh-particle-opacity:.32;--fh-particle-opacity-hover:.52}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-nav-prev,.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-nav-next{background:none}.pheader-side-scrim{position:absolute;top:0;bottom:0;width:35%;pointer-events:none;opacity:.7;transition:opacity .4s ease}.pheader-side-scrim--left{left:0;background:linear-gradient(90deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.25) 50%,transparent 100%)}.pheader-side-scrim--right{right:0;background:linear-gradient(-90deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.25) 50%,transparent 100%)}.pokemon-single-header:hover .pheader-side-scrim,.pokemon-single-header:focus-within .pheader-side-scrim{opacity:1}@media(prefers-reduced-motion:reduce){.pheader-side-scrim{transition:none}}.pokemon-single-header:not(.pokemon-single-header--minimal) .pokemon-single-header-overlay:before{background:none}.pheader-group{position:relative}.pheader-explore-wrap,.pheader-dex-wrap{z-index:20}.pokemon-single-header .pokemon-single-header-subtitle{display:inline-flex;align-items:baseline;gap:8px;pointer-events:auto;padding-left:8px;margin-left:4px;border-left:1px solid rgba(255,255,255,.15)}.pheader-type-link--normal{--tc:#A8A77A}.pheader-type-link--fire{--tc:#EE8130}.pheader-type-link--water{--tc:#6390F0}.pheader-type-link--grass{--tc:#7AC74C}.pheader-type-link--electric{--tc:#F7D02C}.pheader-type-link--ice{--tc:#96D9D6}.pheader-type-link--fighting{--tc:#C22E28}.pheader-type-link--poison{--tc:#A33EA1}.pheader-type-link--ground{--tc:#E2BF65}.pheader-type-link--flying{--tc:#A98FF3}.pheader-type-link--psychic{--tc:#F95587}.pheader-type-link--bug{--tc:#A6B91A}.pheader-type-link--rock{--tc:#B6A136}.pheader-type-link--ghost{--tc:#735797}.pheader-type-link--dragon{--tc:#6F35FC}.pheader-type-link--dark{--tc:#705746}.pheader-type-link--steel{--tc:#B7B7CE}.pheader-type-link--fairy{--tc:#D685AD}.pheader-type-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#ffffffd9;text-decoration:none;text-shadow:0 1px 4px rgba(0,0,0,.7);transition:color .2s ease;background:transparent!important;padding:0;border:0;border-radius:0}.pheader-type-link:hover,.pheader-type-link:focus-visible{color:#fff;outline:none}.pheader-type-dot{width:8px;height:8px;border-radius:50%;background:var(--tc,#a1a1aa);flex-shrink:0;box-shadow:0 0 6px #0006}.pheader-type-link:hover .pheader-type-dot{box-shadow:0 0 8px var(--tc,#a1a1aa),0 0 4px #00000080}.pheader-type-name{line-height:1}@media(prefers-reduced-motion:reduce){.pheader-type-link,.pheader-type-dot{transition:none!important}}@media(max-width:520px){.pokemon-single-header .pokemon-single-header-subtitle{border-left:none;padding-left:0;margin-left:0;margin-top:4px}.pheader-type-link{font-size:11px;letter-spacing:.03em;gap:4px}.pheader-type-dot{width:7px;height:7px}}@media(max-width:520px){.pokemon-single-header .pokemon-single-header-action-bar{top:10px;right:10px}}.pfilt{--pfilt-accent:var(--type-primary,#8b5cf6);--pfilt-accent-glow:var(--type-glow,rgba(139,92,246,.25));--pfilt-surface:rgba(15,15,20,.4);--pfilt-border:rgba(255,255,255,.06);--pfilt-border-hover:rgba(255,255,255,.12);--pfilt-text-1:rgba(255,255,255,.9);--pfilt-text-2:rgba(255,255,255,.55);--pfilt-text-3:rgba(255,255,255,.35);position:relative;z-index:100;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px 6px;margin:0;min-height:36px;background:linear-gradient(180deg,#14141a80,#0f0f1466);border-top:1px solid rgba(255,255,255,.04);border-radius:0 0 12px 12px;box-shadow:inset 0 1px #ffffff05,0 4px 12px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .3s ease,box-shadow .3s ease;transform:translateZ(0)}.pfilt:hover{background:linear-gradient(180deg,#1919208c,#12121873)}.pfilt-group{display:flex;align-items:center;gap:8px}.pfilt-group--left{gap:8px;flex-shrink:0}.pfilt-group--right{gap:12px}.pfilt-dropdown{position:relative}.pfilt-trigger{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#71717a;font-family:inherit;font-size:11px;font-weight:500;cursor:pointer;transition:all .15s ease}.pfilt-trigger:hover{background:#ffffff0f;border-color:#ffffff1f;color:#a1a1aa}.pfilt-trigger:focus-visible{outline:none;background:#a78bfa1a;border-color:#a78bfa66;box-shadow:0 0 0 3px #a78bfa1a;color:#a78bfa}.pfilt-label{color:#52525b;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.pfilt-trigger:hover .pfilt-label{color:#71717a}.pfilt-value{color:#a1a1aa;font-size:11px;font-weight:500;white-space:nowrap}.pfilt-trigger:hover .pfilt-value{color:#fafafa}.pfilt-chevron{width:12px;height:12px;opacity:.5;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}.pfilt-trigger:hover .pfilt-chevron{opacity:.8}.pfilt-dropdown.is-open .pfilt-trigger{background:#a78bfa1a;border-color:#a78bfa4d;color:#a78bfa}.pfilt-dropdown.is-open .pfilt-label{color:#a78bfa}.pfilt-dropdown.is-open .pfilt-value{color:#e9d5ff}.pfilt-dropdown.is-open .pfilt-chevron{transform:rotate(180deg);opacity:1;color:#a78bfa}.pfilt-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:99999;min-width:160px;max-height:280px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:#1a1a1e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 32px #0006;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease}.pfilt-dropdown.is-open .pfilt-menu{opacity:1;visibility:visible;transform:translateY(0)}.pfilt-menu::-webkit-scrollbar{width:6px}.pfilt-menu::-webkit-scrollbar-track{background:transparent;margin:4px 0}.pfilt-menu::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.pfilt-menu::-webkit-scrollbar-thumb:hover{background:#fff3}.pfilt-option{display:block;width:100%;padding:8px 12px;font-size:11px;font-weight:500;color:#a1a1aa;text-align:left;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.pfilt-option:hover{background:#ffffff0f;color:#fafafa}.pfilt-option:focus{background:#ffffff14;outline:none}.pfilt-option.is-selected{background:#a78bfa26;color:#a78bfa}.pfilt-option.is-selected:hover{background:#a78bfa33}.pfilt-option--all{border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:4px;padding-bottom:10px;font-weight:600;color:#71717a}.pfilt-option--all:hover{color:#fafafa}.pfilt-option--all.is-selected{color:#a78bfa}.pfilt-divider,.pfilt-check{display:none}.pfilt-section-label{display:block;padding:6px 14px 4px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#ffffff4d;cursor:default;pointer-events:none}.pfilt-section-label~.pfilt-divider,.pfilt-divider+.pfilt-section-label{display:block}li.pfilt-divider:has(+.pfilt-section-label){display:block;height:1px;background:#ffffff14;margin:4px 10px}.pfilt-option--disabled{color:#ffffff40;cursor:default;pointer-events:none}.pfilt-option--disabled:hover{background:transparent}.pfilt .pokemon-single-header-action-bar{position:static;height:auto;padding:0;pointer-events:auto;flex:1}.pfilt .pokemon-single-header-action-bar-left{display:none}.pfilt .pokemon-single-header-action-bar-right{margin-left:auto}.pfilt .pokemon-single-header-action-label strong{font-size:11px}.pfilt .pokemon-single-header-action-label{font-size:10px}.pfilt .pokemon-single-header-action-ring{width:36px;height:36px}.pfilt .pokemon-single-header-action-ring svg{width:16px;height:16px}@media(max-width:767px){.pfilt{position:static;z-index:auto;padding:6px 12px;border-radius:0 0 10px 10px}.pfilt-label{display:none}.pfilt-option{padding:12px 14px;font-size:13px}.pfilt-option--all{padding:12px 14px 14px}.pfilt .pokemon-single-header-action-label{display:none}.pfilt .pokemon-single-header-action-btn{gap:0}.pfilt .pokemon-single-header-action-bar-right{gap:8px}.pfilt .flagship-action--vote-dislike{margin-left:5px}.pfilt .flagship-action--catch{margin-left:10px}}@media(max-width:520px){.pfilt .pokemon-single-header-action-bar-right{margin-left:0}.pfilt .flagship-action--vote-dislike+.pokemon-single-header-action-btn{margin-left:auto}}@media(max-width:480px){.pfilt{padding:5px 10px}.pfilt-value{max-width:90px;overflow:hidden;text-overflow:ellipsis}.pfilt-chevron{width:12px;height:12px}}.pfilt-backdrop{position:fixed;inset:0;background:#000000bf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999998;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.pfilt-backdrop.is-visible{opacity:1;visibility:visible}.pfilt-menu.pfilt-mobile-sheet{position:fixed!important;inset:auto 12px 250px!important;width:auto!important;min-width:auto!important;max-height:55vh!important;border-radius:16px!important;padding:20px 8px 8px!important;z-index:999999!important;background:#1a1a1e!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 -4px 32px #0009!important;overflow-y:auto!important;transform:none!important;opacity:1!important;visibility:visible!important}.pfilt-menu.pfilt-mobile-sheet:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#ffffff40;border-radius:2px}.pfilt-menu.pfilt-mobile-sheet .pfilt-option{padding:14px 16px;font-size:15px;border-radius:8px}.pfilt-menu.pfilt-mobile-sheet .pfilt-option--all{padding:14px 16px 16px;margin-bottom:8px}@media(prefers-reduced-motion:reduce){.pfilt,.pfilt-trigger,.pfilt-menu,.pfilt-option,.pfilt-chevron{transition:none!important;animation:none!important}}@media(forced-colors:active){.pfilt-trigger{border:2px solid ButtonText}.pfilt-option.is-selected{background:Highlight;color:HighlightText}.pfilt-menu{border:2px solid ButtonText}}@media print{.pfilt,.pfilt-backdrop{display:none!important}}.pgsw-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px 4px;padding:10px 16px;margin:6px 0 14px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:10px;box-shadow:inset 0 1px #ffffff05}.pgsw-strip:before{content:"GAME VERSION";display:inline-flex;align-items:center;font-size:8px;font-weight:700;letter-spacing:1px;color:#ffffff47;padding:3px 6px;margin-right:4px;border:1px solid rgba(255,255,255,.06);border-radius:3px;white-space:nowrap;flex-shrink:0;line-height:1;height:18px}.pgsw-gen{display:inline-flex;align-items:center;gap:5px;padding-left:10px;border-left:1px solid rgba(255,255,255,.06)}.pgsw-gen:first-of-type{padding-left:0;border-left:none}.pgsw-gen-label{font-size:9px;font-weight:700;letter-spacing:1px;color:#ffffff80;padding:2px 5px;border:1px solid rgba(255,255,255,.07);border-radius:3px;background:#ffffff06;line-height:1;user-select:none}.pgsw-chip{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 8px 0 11px;min-width:28px;position:relative;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px;color:#fff9;text-decoration:none;white-space:nowrap;line-height:1;user-select:none;-webkit-user-select:none;transition:background .18s ease-out,border-color .18s ease-out,box-shadow .2s ease-out,color .12s ease,transform .15s ease}.pgsw-chip:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:4px;background:linear-gradient(180deg,var(--chip-c1,#a78bfa),var(--chip-c2,#a78bfa));border-radius:4px 0 0 4px;z-index:1;opacity:.85;transition:opacity .15s ease,width .15s ease}.pgsw-chip-text{position:relative;z-index:1}.pgsw-chip--available{cursor:pointer;color:#dce4ffe0}.pgsw-chip--available:hover{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 16%,transparent);border-color:color-mix(in srgb,var(--chip-c1,#a78bfa) 35%,transparent);color:#fffffff2;box-shadow:0 2px 10px #0003,0 0 12px color-mix(in srgb,var(--chip-c1,#a78bfa) 12%,transparent);transform:translateY(-1px) scale(1.03)}.pgsw-chip--available:hover:before{opacity:1;width:5px}.pgsw-chip--available:focus-visible{outline:none;border-color:color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white);box-shadow:0 0 0 2px #0f0f14,0 0 0 4px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white);color:#fffffff2}.pgsw-chip--available:active{transform:scale(.96);transition:transform .05s ease}.pgsw-chip--active{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 18%,rgba(255,255,255,.06));border:1px solid color-mix(in srgb,var(--chip-c1,#a78bfa) 40%,transparent);color:#fff;font-weight:700;cursor:default;z-index:2;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white),0 0 10px color-mix(in srgb,var(--chip-c1,#a78bfa) 26%,transparent),0 0 22px color-mix(in srgb,var(--chip-c1,#a78bfa) 10%,transparent);animation:pgsw-breathe 3s ease-in-out infinite}.pgsw-chip--active:before{opacity:1;width:5px}@keyframes pgsw-breathe{0%,to{box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white),0 0 10px color-mix(in srgb,var(--chip-c1,#a78bfa) 26%,transparent),0 0 22px color-mix(in srgb,var(--chip-c1,#a78bfa) 10%,transparent)}50%{box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 82%,white),0 0 14px color-mix(in srgb,var(--chip-c1,#a78bfa) 35%,transparent),0 0 28px color-mix(in srgb,var(--chip-c1,#a78bfa) 13%,transparent)}}.pgsw-chip--unavailable{background:#ffffff03;border-color:#ffffff06;color:#ffffff2b;cursor:default;pointer-events:none}.pgsw-chip--unavailable:before{opacity:.15}.pgsw-chip--unavailable:after{content:"";position:absolute;top:50%;left:4px;right:1px;height:1px;background:#ffffff24;transform:rotate(-12deg);transform-origin:center;z-index:1}.pgsw-strip[data-current-game=""] .pgsw-chip--available{border-color:#ffffff1c}.pgsw-gen--active .pgsw-chip--available{color:#dce4ffed;border-color:#ffffff1f}.pgsw-gen--active .pgsw-chip--available:before{opacity:1}.pgsw-chip--all{--chip-c1:#a78bfa;--chip-c2:#a78bfa;font-size:9px;font-weight:700;letter-spacing:.6px;padding:0 10px 0 12px;margin-right:4px}@media(max-width:767px){.pgsw-strip{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 10px;gap:3px 3px;margin:4px 0 10px;border-radius:8px;mask-image:linear-gradient(to right,transparent 0px,black 8px,black calc(100% - 10px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0px,black 8px,black calc(100% - 10px),transparent 100%)}.pgsw-strip:before{font-size:7px;padding:2px 4px;margin-right:2px;height:14px}.pgsw-strip::-webkit-scrollbar{display:none}.pgsw-chip{height:28px;padding:0 8px 0 10px;min-width:32px;font-size:10.5px;margin:4px 0}.pgsw-chip:before{width:3px}.pgsw-gen{flex-shrink:0;padding-left:4px}.pgsw-gen:first-of-type{padding-left:0}.pgsw-gen-label{font-size:8px;padding:1px 3px;letter-spacing:.5px}.pgsw-chip--active{scroll-margin-inline:40px}}@media(max-width:480px){.pgsw-strip{padding:5px 8px}.pgsw-chip{height:26px;padding:0 7px 0 9px;min-width:30px;font-size:10px}.pgsw-gen-label{font-size:7.5px;padding:1px 2px}}@media(prefers-reduced-motion:reduce){.pgsw-chip,.pgsw-chip:before{transition:none!important}.pgsw-chip--active{animation:none!important}}@media(forced-colors:active){.pgsw-chip--available{border:2px solid LinkText}.pgsw-chip--active{border:3px solid Highlight;background:Highlight;color:HighlightText;animation:none}.pgsw-chip--unavailable{border:1px solid GrayText;color:GrayText}.pgsw-chip:before,.pgsw-chip--unavailable:after{display:none}}@media print{.pgsw-strip{display:none!important}}.pokemon-unified-nav{--nav-active-glow:var(--type-glow,rgba(167,139,250,.35));--nav-active-color:var(--type-primary,#a78bfa);position:sticky;top:calc(var(--rb-topnav-height,0px) + var(--rb-admin-bar-height,0px));z-index:9001;display:flex;align-items:center;justify-content:center;padding:10px 16px;min-height:48px;margin-top:-80px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0 0 10px 10px;transition:background .25s ease,box-shadow .25s ease,border-radius .25s ease,backdrop-filter .25s ease}.pokemon-unified-nav.is-stuck{background:linear-gradient(180deg,#0f1318,#0d1117);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(136,153,183,.1);box-shadow:0 4px 16px #0006;border-radius:0}.unified-nav-sections{position:relative;display:inline-flex;align-items:center;gap:1px;padding:3px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.unified-nav-sections::-webkit-scrollbar{display:none}.unified-nav-link{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:13px;font-weight:500;letter-spacing:.01em;color:#ffffff8c;text-decoration:none;white-space:nowrap;flex-shrink:0;border-radius:7px;background:transparent;border:none;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.unified-nav-link:not(:last-child):before{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:#ffffff14;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.unified-nav-link:hover:before,.unified-nav-link.active:before,.unified-nav-link:hover+.unified-nav-link:before,.unified-nav-link.active+.unified-nav-link:before{opacity:0}.unified-nav-link:hover:not(.active){color:#ffffffe6;background:#ffffff0d}.unified-nav-link:not(.active):not(:hover){background:transparent}.unified-nav-link:focus:not(.active){background:transparent}.unified-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.unified-nav-link.active:after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid rgba(255,255,255,.12);pointer-events:none;opacity:1;transition:opacity .2s ease}.unified-nav-link:not(.active):after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.unified-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.unified-nav-link:focus:not(:focus-visible){outline:none}@media(max-width:768px){.pokemon-unified-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.unified-nav-sections{padding:2px;border-radius:8px}.unified-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.unified-nav-sections{max-width:calc(100vw - 20px);mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.unified-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.unified-nav-link,.unified-nav-link:before,.unified-nav-link:after,.pokemon-unified-nav,.unified-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-top,#combat-overview,#gym-leader-matchups,#strategy-moves,#type-matchup,#weakness,#evolution-breeding,#locations,#faq,#game-availability{scroll-margin-top:calc(76px + var(--rb-topnav-height,0px) + var(--rb-admin-bar-height,0px))}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.pgame-section{--collapse-duration:0ms;--collapse-easing:ease;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);background:linear-gradient(180deg,#0f0f12,#0a0a0c);border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:16px}.pgame-header{display:flex;align-items:stretch;padding:0;border-bottom:1px solid var(--border-subtle)}.pgame-toggle{appearance:none;background:#ffffff05;border:none;padding:14px 16px 14px 20px;display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:12px;transition:background-color .15s ease;position:relative;flex:1;min-width:0}.pgame-toggle:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#a855f7,#7c3aed)}.pgame-toggle:hover{background:#ffffff0a}.pgame-toggle:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.pgame-title-group{display:flex;align-items:center;gap:10px;min-width:0}.pgame-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin:0;transition:color var(--collapse-duration) var(--collapse-easing)}.pgame-title-icon{width:18px;height:18px;color:#a855f7;flex-shrink:0;transition:transform .15s var(--collapse-easing)}.pgame-toggle:hover .pgame-title-icon{transform:scale(1.1)}.pgame-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.pgame-chevron{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#ffffff0a;transition:all var(--collapse-duration) var(--collapse-easing)}.pgame-chevron svg{width:14px;height:14px;color:#71717a;transition:all var(--collapse-duration) var(--collapse-easing)}.pgame-toggle:hover .pgame-chevron{background:#ffffff14}.pgame-toggle:hover .pgame-chevron svg{color:#a1a1aa}.pgame-toggle[aria-expanded=true] .pgame-chevron svg{transform:rotate(0)}.pgame-toggle[aria-expanded=false] .pgame-chevron svg{transform:rotate(-90deg)}.pgame-toggle:focus-visible .pgame-chevron{background:#8b5cf6}.pgame-toggle:focus-visible .pgame-chevron svg{color:#fff}.pgame-content{display:grid;grid-template-rows:1fr;transition:grid-template-rows var(--collapse-duration) var(--collapse-easing)}.pgame--collapsed .pgame-content{grid-template-rows:0fr}.pgame-content-inner{overflow:hidden;min-height:0}.pgame--collapsed .pgame-title{color:#a1a1aa}.pgame--collapsed .pgame-title-icon{opacity:.7}.pgame--collapsed .pgame-header{border-bottom-color:transparent}.pgame-body{padding:14px}.pgame-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:10px;list-style:none;margin:0;padding:0}.pgame-grid>li{list-style:none;margin:0;padding:0;display:block;min-width:0}.pgame-card{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;background:linear-gradient(165deg,#ffffff0a,#ffffff03,#00000014);border:1px solid rgba(255,255,255,.06);border-radius:10px;text-decoration:none;color:inherit;cursor:pointer;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease}.pgame-card:before{content:"";position:absolute;top:0;left:-150%;width:100%;height:100%;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.04) 45%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 55%,transparent 80%);transition:left .8s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:10}.pgame-card:hover{transform:translateY(-3px) scale(1.02);border-color:#a855f7b3;box-shadow:0 8px 24px #0006,0 0 0 1px #a855f766,0 0 24px #a855f740}.pgame-card:hover:before{left:150%}.pgame-card:active{transform:scale(.99);transition:transform .1s ease}.pgame-card:focus-visible{outline:none;transform:scale(1.01);box-shadow:0 0 0 3px #0f0f12,0 0 0 5px #a855f7,0 8px 20px #0006,0 0 30px #a855f74d}.pgame-card:focus:not(:focus-visible){outline:none}.pgame-card--active{background:linear-gradient(165deg,#a855f72e,#a855f71a,#a855f70f);border-color:#a855f7d9;box-shadow:0 0 12px #a855f766,0 0 24px #a855f726,inset 0 1px #ffffff1a}.pgame-card--active .pgame-cover-inner:before{background:transparent}.pgame-card--active:after{content:"";position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.4);box-shadow:0 2px 8px #a855f799;z-index:15;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat,linear-gradient(135deg,#a855f7,#7c3aed)}.pgame-card--active .pgame-info{background:linear-gradient(180deg,#7c3aed,#6d28d9);border-top-color:#ffffff2e}.pgame-card--active .pgame-name{color:#fff;font-weight:700}.pgame-card--active .pgame-dex{color:#ffffffe6}.pgame-card--unavailable{opacity:.4;filter:grayscale(.55);cursor:pointer}.pgame-card--unavailable:hover{opacity:.55;filter:grayscale(.35)}.pgame-card--unavailable:before{display:none}.pgame-card--unavailable .pgame-abbrev{-webkit-text-fill-color:#52525b;color:#52525b}.pgame-cover{position:relative;width:100%;padding-top:133.33%;border-radius:10px 10px 0 0;overflow:hidden}.pgame-cover-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1e1e24,#16161a 40%,#111114)}.pgame-cover-inner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#0000000f;box-shadow:inset 0 0 30px #00000040;pointer-events:none}.pgame-cover-inner:after{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,transparent 100%);pointer-events:none}.pgame-abbrev{position:relative;z-index:5;font-size:16px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;background:linear-gradient(180deg,#ffffff8c,#ffffff4d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5));user-select:none}.pgame-card:hover .pgame-abbrev{background:linear-gradient(180deg,#ffffffd9,#ffffff80);-webkit-background-clip:text;background-clip:text}.pgame-gen-badge{position:absolute;top:6px;left:6px;z-index:12;padding:3px 8px;border-radius:5px;background:linear-gradient(135deg,#7e3ad2d9,#5828b4d9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000004d;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#fff;pointer-events:none}.pgame-bottom-scrim{display:none}.pgame-form-chips{position:absolute;top:34px;left:6px;right:auto;z-index:12;display:flex;flex-direction:column;align-items:flex-start;gap:3px;pointer-events:none}.pgame-form-chip{padding:3px 7px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;line-height:1.2;white-space:nowrap;border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 6px #0006,0 0 10px #0003}.pgame-form-chip--debut{background:linear-gradient(135deg,#fcd34d,#f59e0b);color:#1a1a1e;font-weight:800}.pgame-form-chip--mega,.pgame-form-chip--mega_x,.pgame-form-chip--mega_y{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff}.pgame-form-chip--regional{background:linear-gradient(135deg,#047857,#065f46);color:#fff}.pgame-form-chip--gmax{background:linear-gradient(135deg,#b91c1c,#991b1b);color:#fff}.pgame-form-chip--primal{background:linear-gradient(135deg,#f59e0b,#d97706);color:#1a1a1e}.pgame-form-chip--origin{background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff}.pgame-info{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 6px 10px;text-align:center;border-top:1px solid rgba(255,255,255,.04);background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,transparent 100%)}.pgame-name{font-size:10px;font-weight:600;color:#fafafa;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;width:100%}.pgame-dex{font-size:9px;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#71717a;letter-spacing:.3px}.pgame-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:3;opacity:0;transition:opacity .3s ease}.pgame-img.loaded{opacity:1}.pgame-split{position:absolute;inset:0;z-index:3;display:flex;overflow:hidden}.pgame-split-img{flex:1 1 50%;min-width:0;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .3s ease}.pgame-split-img.loaded{opacity:1}.pgame-cover-inner--dual .pgame-split:after{content:"";position:absolute;top:8%;bottom:8%;left:50%;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.15) 20%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.15) 80%,transparent 100%);z-index:4;pointer-events:none}.pgame-cover-inner:has(.pgame-img.loaded) .pgame-abbrev,.pgame-cover-inner--dual:has(.pgame-split-img.loaded) .pgame-abbrev{opacity:0;pointer-events:none}.pgame-cover-inner:has(.pgame-img.loaded):before,.pgame-cover-inner--dual:has(.pgame-split-img.loaded):before{box-shadow:inset 0 0 30px #00000040;background:#0000000f;z-index:4}.pgame-cover-inner:has(.pgame-img.loaded):after,.pgame-cover-inner--dual:has(.pgame-split-img.loaded):after{z-index:6}.pgame-empty{padding:32px 20px;text-align:center;color:#71717a;font-size:12px}.pgame-cta{margin:0 0 10px;padding:0;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#c084fc!important;letter-spacing:.2px}.pgame-cta svg{width:14px;height:14px;flex-shrink:0;opacity:.8}@media(max-width:768px){.pgame-section{border-radius:10px}.pgame-body{padding:12px}.pgame-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px}.pgame-card{border-radius:8px}.pgame-cover{border-radius:8px 8px 0 0}.pgame-abbrev{font-size:14px;letter-spacing:1px}.pgame-gen-badge{padding:2px 6px;font-size:11px;top:5px;left:5px}.pgame-form-chips{top:30px;left:5px}.pgame-info{padding:6px 5px 8px;gap:2px}.pgame-name{font-size:9px}.pgame-dex{font-size:8px}.pgame-card--active:after{width:18px;height:18px;top:5px;right:5px}}@media(max-width:600px){.pgame-form-chips{gap:2px}.pgame-form-chip{font-size:11px;padding:2px 6px}}@media(max-width:520px){.pgame-body{padding:10px}.pgame-grid{grid-template-columns:repeat(4,1fr);gap:6px}.pgame-card{border-radius:6px}.pgame-cover{border-radius:6px 6px 0 0;padding-top:133.33%}.pgame-abbrev{font-size:12px;letter-spacing:.5px}.pgame-gen-badge{padding:2px 5px;font-size:11px;border-radius:3px;top:4px;left:4px}.pgame-form-chips{top:28px;left:4px}.pgame-info{padding:5px 4px 6px;gap:1px}.pgame-name{font-size:8px}.pgame-dex{font-size:7px}.pgame-card:hover{transform:translateY(-2px) scale(1.01)}.pgame-card--active:after{width:16px;height:16px;top:4px;right:4px}}@media(max-width:380px){.pgame-toggle{padding:12px 14px 12px 16px}.pgame-grid{grid-template-columns:repeat(3,1fr);gap:6px}.pgame-abbrev{font-size:13px}.pgame-name{font-size:9px}}@media(prefers-reduced-motion:reduce){.pgame-card,.pgame-card:before,.pgame-img,.pgame-split-img,.pgame-abbrev,.pgame-content,.pgame-toggle,.pgame-chevron svg,.pgame-title-icon{transition:none!important}.pgame-card:hover{transform:none}.pgame-card:hover:before{left:-150%}.pgame-img,.pgame-split-img{opacity:1!important}}@media(forced-colors:active){.pgame-card{border:2px solid CanvasText}.pgame-card:focus-visible{outline:3px solid Highlight;outline-offset:2px}.pgame-card--active{border-color:Highlight}.pgame-gen-badge{border:1px solid CanvasText}.pgame-abbrev{-webkit-text-fill-color:CanvasText}}.no-transition .pgame-content,.no-transition .pgame-chevron svg,.no-transition .pgame-title{transition:none!important}.pcgt-unified{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden}.pcgt-chart-area{position:relative;width:100%;padding:16px 0 4px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.pcgt-chart{width:100%;height:auto;min-height:240px;max-height:360px;display:block}.pcgt-y-label{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:14px;font-weight:700;letter-spacing:.5px}.pcgt-dot{cursor:pointer;transition:r .2s ease,stroke-width .2s ease,filter .2s ease}.pcgt-dot:hover{r:13;stroke:var(--dot-color);stroke-opacity:.3;stroke-width:4;filter:drop-shadow(0 0 8px var(--dot-color))}.pcgt-dot--selected{r:12;stroke:var(--dot-color);stroke-opacity:.25;stroke-width:6}.pcgt-peak-dot{filter:drop-shadow(0 0 4px #fcd34d)}.pcgt-dot-letter{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:12px;font-weight:800;fill:#0f0f12;pointer-events:none}.pcgt-connector{pointer-events:none}.pcgt-main-line{filter:drop-shadow(0 0 6px rgba(255,255,255,.3))}.pcgt-select-pulse,.pcgt-sprite{pointer-events:none}.pcgt-highlight-ring{transition:cx .2s ease,cy .2s ease;animation:pcgt-pulse 2.5s ease-in-out infinite}@keyframes pcgt-pulse{0%,to{opacity:.12}50%{opacity:.25}}.pcgt-gen-btn{cursor:pointer}.pcgt-gen-btn-bg{fill:#ffffff08;stroke:#ffffff14;stroke-width:1;transition:fill .15s,stroke .15s,fill-opacity .15s,stroke-opacity .15s}.pcgt-gen-btn:hover .pcgt-gen-btn-bg{fill:#ffffff0f;stroke:#ffffff26}.pcgt-gen-btn--active .pcgt-gen-btn-bg{fill:var(--dot-color);fill-opacity:.06;stroke:var(--dot-color);stroke-opacity:.4}.pcgt-gen-btn:focus{outline:none}.pcgt-gen-btn:focus-visible .pcgt-gen-btn-bg{stroke:#818cf8;stroke-width:2}.pcgt-gen-numeral{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:13px;font-weight:700;fill:#ffffff8c;pointer-events:none;transition:fill .15s}.pcgt-gen-btn--active .pcgt-gen-numeral{fill:#ffffffe6}.pcgt-gen-btn:hover .pcgt-gen-numeral{fill:#ffffffb3}.pcgt-gen-abbrev{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:8px;fill:#ffffff40;pointer-events:none}.pcgt-gen-label{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:11px;font-weight:700;letter-spacing:.5px;pointer-events:none}.pcgt-anim-line{opacity:0;transition:opacity .8s ease .3s}.pcgt-anim-area{opacity:0;transition:opacity .8s ease 1.4s}.pcgt-anim-dot{opacity:0;transform-origin:center;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.pcgt-anim-dot[data-dot-index="0"]{transition-delay:.3s}.pcgt-anim-dot[data-dot-index="1"]{transition-delay:.45s}.pcgt-anim-dot[data-dot-index="2"]{transition-delay:.6s}.pcgt-anim-dot[data-dot-index="3"]{transition-delay:.75s}.pcgt-anim-dot[data-dot-index="4"]{transition-delay:.9s}.pcgt-anim-dot[data-dot-index="5"]{transition-delay:1.05s}.pcgt-anim-dot[data-dot-index="6"]{transition-delay:1.2s}.pcgt-anim-dot[data-dot-index="7"]{transition-delay:1.35s}.pcgt-anim-dot[data-dot-index="8"]{transition-delay:1.5s}.pcgt-animated .pcgt-anim-line,.pcgt-animated .pcgt-anim-area{opacity:1}.pcgt-animated .pcgt-anim-dot{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.pcgt-dot,.pcgt-highlight-ring,.pcgt-anim-line,.pcgt-anim-area,.pcgt-anim-dot,.pcgt-gen-btn,.pcgt-gen-btn-bg,.pcgt-gen-numeral,.pcgt-dot-label{transition:none!important}.pcgt-highlight-ring{animation:none;opacity:.15}}.pcgt-no-motion .pcgt-anim-line,.pcgt-no-motion .pcgt-anim-area{opacity:1}.pcgt-no-motion .pcgt-anim-dot{opacity:1;transform:scale(1)}.pcgt-hint{text-align:center;font-size:11px;color:#fff3;padding:6px 0 2px;letter-spacing:.3px;transition:opacity .3s ease,height .3s ease,padding .3s ease}.pcgt-unified--interacted .pcgt-hint{opacity:0;height:0;padding:0;overflow:hidden}.pcgt-inline-detail{position:relative;min-height:60px;background:#ffffff04;--panel-accent:rgba(129,140,248,.2)}.pcgt-inline-detail:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--panel-accent) 35%,transparent) 20%,color-mix(in srgb,var(--panel-accent) 45%,transparent) 50%,color-mix(in srgb,var(--panel-accent) 35%,transparent) 80%,transparent 100%);transition:background .3s ease}.pcgt-panel{position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;padding:16px 20px}.pcgt-panel--active{position:relative;opacity:1;pointer-events:auto;transform:translateY(0)}.pcgt-inline-detail{transition:min-height .3s ease;overflow:hidden}.pcgt-panel-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pcgt-panel-delta{font-size:16px;line-height:1}.pcgt-panel-delta--peak{color:#fcd34d}.pcgt-panel-delta--debut{color:#ffffff59}.pcgt-panel-delta--rose{color:#86efac}.pcgt-panel-delta--fell{color:#fca5a5}.pcgt-panel-delta--stable{color:#ffffff4d}.pcgt-panel-title{font-size:14px;font-weight:600;color:#fafafa;flex:1}.pcgt-panel-badge{font-family:var(--font-mono,monospace);font-size:13px;font-weight:700;padding:3px 10px;border-radius:5px;flex-shrink:0}.pcgt-panel-text{font-size:12px;line-height:1.55;color:#a1a1aa;margin:0 0 10px}.pcgt-panel-data{display:flex;flex-direction:column;gap:8px}.pcgt-panel-build{display:flex;flex-wrap:wrap;gap:5px}.pcgt-ptag{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#ffffffbf;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);padding:3px 9px;border-radius:5px;white-space:nowrap}.pcgt-ptag--item{background:#60a5fa0f;border-color:#60a5fa1f}.pcgt-ptag-label{color:#fff6;font-size:10px;text-transform:uppercase;letter-spacing:.3px;margin-right:2px}.pcgt-item-icon{vertical-align:middle;margin-right:2px;flex-shrink:0}.pcgt-nb{font-family:var(--font-mono,monospace);font-size:9px;font-weight:600;padding:1px 5px;border-radius:3px}.pcgt-nb--atk{color:#fdba74;background:#fb923c1f}.pcgt-nb--def{color:#fcd34d;background:#eab3081f}.pcgt-nb--spa{color:#93c5fd;background:#3b82f61f}.pcgt-nb--spd{color:#86efac;background:#22c55e1f}.pcgt-nb--spe{color:#f9a8d4;background:#ec48991f}.pcgt-ev-wrap{display:flex;align-items:center;gap:8px}.pcgt-ev-label{font-size:9px;color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-weight:600;flex-shrink:0}.pcgt-ev-bar{display:flex;flex:1;height:16px;border-radius:4px;overflow:hidden;gap:2px;background:#0003}.pcgt-ev-seg{display:flex;align-items:center;justify-content:center;min-width:24px;border-radius:3px}.pcgt-ev-stat{font-size:9px;font-weight:700;color:#fffffff2;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.6)}.pcgt-panel-moves{display:grid;grid-template-columns:1fr 1fr;gap:4px}.pcgt-pmove{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#ffffffb3;padding:3px 8px;background:#ffffff05;border-radius:4px;border-left:2px solid transparent}.pcgt-pmove[data-type=fire]{border-left-color:#f08030}.pcgt-pmove[data-type=water]{border-left-color:#6890f0}.pcgt-pmove[data-type=grass]{border-left-color:#78c850}.pcgt-pmove[data-type=electric]{border-left-color:#f8d030}.pcgt-pmove[data-type=ice]{border-left-color:#98d8d8}.pcgt-pmove[data-type=fighting]{border-left-color:#c03028}.pcgt-pmove[data-type=poison]{border-left-color:#a040a0}.pcgt-pmove[data-type=ground]{border-left-color:#e0c068}.pcgt-pmove[data-type=flying]{border-left-color:#a890f0}.pcgt-pmove[data-type=psychic]{border-left-color:#f85888}.pcgt-pmove[data-type=bug]{border-left-color:#a8b820}.pcgt-pmove[data-type=rock]{border-left-color:#b8a038}.pcgt-pmove[data-type=ghost]{border-left-color:#705898}.pcgt-pmove[data-type=dragon]{border-left-color:#7038f8}.pcgt-pmove[data-type=dark]{border-left-color:#705848}.pcgt-pmove[data-type=steel]{border-left-color:#b8b8d0}.pcgt-pmove[data-type=fairy]{border-left-color:#ee99ac}.pcgt-pmove[data-type=normal]{border-left-color:#a8a878}.pcgt-panel-alt{font-size:11px;color:#71717a;margin-top:4px;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.pcgt-ptag--alt{background:#ffffff05!important;border-color:#ffffff0a!important;color:#ffffff80!important;font-size:11px!important}.pcgt-mega-row{margin-top:6px;margin-bottom:12px}.pcgt-mega-row--multi{display:flex;flex-wrap:wrap;gap:8px}.pcgt-mega-row--multi .pcgt-panel-mega{flex:1 1 calc(50% - 4px);min-width:260px;margin-top:0}.pcgt-panel-mega{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(135deg,#a855f70f,#6366f108);border:1px solid rgba(168,85,247,.12);border-radius:8px;margin-top:6px}.pcgt-mega-sprite{flex-shrink:0;image-rendering:pixelated}.pcgt-mega-details{display:flex;flex-direction:column;gap:4px}.pcgt-mega-types{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.pcgt-mega-type{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.pcgt-mega-ability{font-size:11px;color:#ffffffa6;background:#a855f70f;border:1px solid rgba(168,85,247,.12);padding:2px 7px;border-radius:3px;display:inline-flex;align-items:center;gap:3px;margin-top:2px}.pcgt-panel-mega-name{font-size:11px;font-weight:600;color:#fafafa}.pcgt-panel-mega-info{font-size:11px;color:#ffffff80}.pcgt-pmove-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.pcgt-pmove-stab{font-size:9px;font-weight:600;text-transform:uppercase}.pcgt-panel-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.pcgt-panel-meta-label{font-size:11px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.06em}.pcgt-meta-sprite{border-radius:3px;flex-shrink:0;transition:transform .15s}.pcgt-meta-sprite:hover{transform:scale(1.2)}.pcgt-panel-changes{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.pcgt-panel-change{font-size:12px;color:#ffffff8c;padding:3px 10px 3px 16px;background:#ffffff08;border-radius:4px;position:relative}.pcgt-panel-change:before{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background:var(--panel-color,#86efac)}.pcgt-panel-link{display:inline-block;margin-top:8px;font-size:12px;color:#71717a;text-decoration:none;transition:color .15s}.pcgt-panel-link:hover{color:#fafafa}@media(max-width:600px){.pcgt-chart-area{-webkit-mask-image:linear-gradient(to right,#000 85%,transparent 100%);mask-image:linear-gradient(to right,#000 85%,transparent 100%)}.pcgt-chart{width:760px;min-width:760px;max-height:none}.pcgt-chart-area:hover,.pcgt-chart-area:focus-within{-webkit-mask-image:none;mask-image:none}.pcgt-panel{padding:12px 14px}.pcgt-panel-moves{grid-template-columns:1fr 1fr}.pcgt-panel-meta{gap:4px}.pcgt-meta-sprite{width:28px!important;height:28px!important}}@media(prefers-reduced-motion:reduce){.pcgt-panel,.pcgt-meta-sprite{transition:none!important}}.pigv-availability{padding:0 4px 12px}.pigv-avail-badge{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;border-left:3px solid}.pigv-avail-label{font-size:14px;font-weight:600;color:#ffffffd9}.pigv-avail-detail{font-size:12px;color:#ffffff73}.pigv-avail--starter{background:#fcd34d0f;border-color:#fcd34d}.pigv-avail--starter .pigv-avail-label{color:#fcd34d}.pigv-avail--early{background:#86efac0f;border-color:#86efac}.pigv-avail--early .pigv-avail-label{color:#86efac}.pigv-avail--mid{background:#fdba740f;border-color:#fdba74}.pigv-avail--mid .pigv-avail-label{color:#fdba74}.pigv-avail--late{background:#fdba740f;border-color:#fb923c}.pigv-avail--late .pigv-avail-label{color:#fb923c}.pigv-avail--endgame{background:#fca5a50f;border-color:#fca5a5}.pigv-avail--endgame .pigv-avail-label{color:#fca5a5}.pigv-avail--postgame{background:#fca5a50f;border-color:#ef4444}.pigv-avail--postgame .pigv-avail-label{color:#ef4444}.pigv-chart-wrap{position:relative;width:100%;padding:8px 0 4px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 3%,#000 97%,transparent 100%)}@media(hover:hover)and (pointer:fine){.pigv-chart-wrap--draggable{cursor:grab}.pigv-chart-wrap--dragging{cursor:grabbing;user-select:none;-webkit-user-select:none;scroll-behavior:auto}}.pigv-chart{height:auto;min-height:240px;display:block}.pigv-dot{cursor:pointer;transition:r .2s ease,stroke-width .2s ease,filter .2s ease}.pigv-dot:hover{r:13;stroke:var(--dot-color);stroke-opacity:.3;stroke-width:4;filter:drop-shadow(0 0 8px var(--dot-color))}.pigv-dot--selected{r:12;stroke:var(--dot-color);stroke-opacity:.25;stroke-width:6}.pigv-dot-letter{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:13px;font-weight:800;fill:#0f0f12;pointer-events:none}.pigv-main-line{filter:drop-shadow(0 0 6px rgba(255,255,255,.3))}.pigv-highlight-ring{pointer-events:none;transition:cx .2s ease,cy .2s ease;animation:pigv-pulse 2.5s ease-in-out infinite}@keyframes pigv-pulse{0%,to{opacity:.12}50%{opacity:.25}}.pigv-connector{pointer-events:none}.pigv-sprite{pointer-events:auto;cursor:pointer}@media(hover:hover)and (pointer:fine){.pigv-sprite:hover{filter:brightness(1.15)}}.pigv-sprite[data-point-type=gym]{transition:transform .36s cubic-bezier(.22,.61,.36,1)}@media(prefers-reduced-motion:reduce){.pigv-sprite[data-point-type=gym]{transition:none}}.pigv-gym-btn{cursor:pointer}.pigv-gym-btn-bg{fill:#ffffff0d;stroke:#ffffff24;stroke-width:1;transition:fill .15s,stroke .15s,fill-opacity .15s,stroke-opacity .15s}.pigv-marker-btn .pigv-gym-btn-bg{stroke:#ffffff47;stroke-dasharray:4 3}.pigv-gym-btn:hover .pigv-gym-btn-bg{fill:#ffffff1a;stroke:#ffffff38}.pigv-gym-btn--active .pigv-gym-btn-bg{fill:var(--dot-color);fill-opacity:.06;stroke:var(--dot-color);stroke-opacity:.4}.pigv-gym-btn:focus{outline:none}.pigv-gym-btn:focus-visible .pigv-gym-btn-bg{stroke:#818cf8;stroke-width:2}.pigv-gym-name{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:12px;font-weight:700;fill:#ffffff8c;pointer-events:none;transition:fill .15s}.pigv-gym-btn--active .pigv-gym-name{fill:#ffffffe6}.pigv-gym-btn:hover .pigv-gym-name{fill:#ffffffb3}.pigv-gym-sub{font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:9px;fill:#ffffff59;pointer-events:none}.pigv-anim-line{opacity:0;transition:opacity .8s ease .3s}.pigv-anim-area{opacity:0;transition:opacity .8s ease 1.4s}.pigv-anim-dot{opacity:0;transform-origin:center;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.pigv-anim-dot[data-dot-index="0"]{transition-delay:.3s}.pigv-anim-dot[data-dot-index="1"]{transition-delay:.4s}.pigv-anim-dot[data-dot-index="2"]{transition-delay:.5s}.pigv-anim-dot[data-dot-index="3"]{transition-delay:.6s}.pigv-anim-dot[data-dot-index="4"]{transition-delay:.7s}.pigv-anim-dot[data-dot-index="5"]{transition-delay:.8s}.pigv-anim-dot[data-dot-index="6"]{transition-delay:.9s}.pigv-anim-dot[data-dot-index="7"]{transition-delay:1s}.pigv-anim-dot[data-dot-index="8"]{transition-delay:1.1s}.pigv-anim-dot[data-dot-index="9"]{transition-delay:1.2s}.pigv-anim-dot[data-dot-index="10"]{transition-delay:1.3s}.pigv-anim-dot[data-dot-index="11"]{transition-delay:1.4s}.pigv-anim-dot[data-dot-index="12"]{transition-delay:1.5s}.pigv-anim-dot[data-dot-index="13"]{transition-delay:1.6s}.pigv-anim-dot[data-dot-index="14"]{transition-delay:1.7s}.pigv-anim-dot[data-dot-index="15"]{transition-delay:1.8s}.pigv-anim-dot[data-dot-index="16"]{transition-delay:1.9s}.pigv-anim-dot[data-dot-index="17"]{transition-delay:2s}.pigv-anim-dot[data-dot-index="18"]{transition-delay:2.1s}.pigv-anim-dot[data-dot-index="19"]{transition-delay:2.2s}.pigv-animated .pigv-anim-line,.pigv-animated .pigv-anim-area{opacity:1}.pigv-animated .pigv-anim-dot{opacity:1;transform:scale(1)}.pigv-marker-icon{color:#ffffff59;transition:color .15s}.pigv-marker-btn:hover .pigv-marker-icon{color:#ffffffa6}.pigv-gym-btn--active .pigv-marker-icon{color:#ffffffbf}.pigv-tooltip{position:absolute;background:#1a1a1f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:8px 12px;font-size:12px;line-height:1.5;color:#ffffffbf;pointer-events:none;z-index:100;max-width:280px;opacity:0;transition:opacity .15s;white-space:normal}.pigv-tooltip.active{opacity:1}.pigv-bottom-row{display:flex;gap:16px;padding:8px 0 0;flex-wrap:wrap}.pigv-coverage{flex:1;min-width:200px;display:flex;flex-wrap:wrap;gap:12px;padding:12px 4px 8px}.pigv-cov-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pigv-cov-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff8c;white-space:nowrap}.pigv-cov-pills{display:flex;flex-wrap:wrap;gap:4px}.pigv-cov-pill{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;white-space:nowrap}.pigv-cov-pill--gap{background:#ffffff0f;color:#ffffff8c}.pigv-survive{flex:0 0 160px;display:flex;flex-direction:column;gap:8px;padding:8px 0}.pigv-survive-role{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700;text-align:center}.pigv-role--glass{background:#fca5a51f;color:#fca5a5}.pigv-role--attacker{background:#fdba741f;color:#fdba74}.pigv-role--speedster{background:#fcd34d1f;color:#fcd34d}.pigv-role--balanced{background:#a1a1aa1a;color:#a1a1aa}.pigv-role--tank{background:#86efac1a;color:#86efac}.pigv-role--wall{background:#93c5fd1a;color:#93c5fd}.pigv-survive-bar-wrap{display:flex;flex-direction:column;gap:4px}.pigv-survive-dur-label{font-size:11px;font-weight:600;color:#ffffff8c}.pigv-survive-bar{height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.pigv-survive-fill{height:100%;border-radius:3px;transition:width .3s ease}.pigv-dur--high{background:#86efac}.pigv-dur--mid{background:#fcd34d}.pigv-dur--avg{background:#fdba74}.pigv-dur--low{background:#fca5a5}@media(max-width:600px){.pigv-chart{max-height:none}}@media(max-width:480px){.pigv-avail-badge{flex-direction:column;align-items:flex-start;gap:4px}}@media(prefers-reduced-motion:reduce){.pigv-dot,.pigv-highlight-ring,.pigv-anim-line,.pigv-anim-area,.pigv-anim-dot,.pigv-gym-btn-bg,.pigv-gym-name,.pigv-survive-fill,.pigv-tooltip{transition:none!important}.pigv-highlight-ring{animation:none;opacity:.15}}.pigv-no-motion .pigv-anim-line,.pigv-no-motion .pigv-anim-area{opacity:1}.pigv-no-motion .pigv-anim-dot{opacity:1;transform:scale(1)}.pigv-unified{position:relative}.pigv-detail{position:relative;min-height:72px;overflow:hidden;margin-top:12px;padding-top:2px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 30%);border-radius:8px;--panel-accent:rgba(129,140,248,.3);transition:min-height .32s ease}.pigv-detail:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--panel-accent) 20%,var(--panel-accent) 80%,transparent 100%);transition:background .3s ease;opacity:.7}.pigv-panel{position:absolute;inset:0;padding:16px 20px;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease}.pigv-panel--active{position:relative;opacity:1;pointer-events:auto;transform:translateY(0)}.pigv-panel-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.pigv-panel-head-text{flex:1;min-width:0}.pigv-panel-trainer-sprite,.pigv-panel-mon-sprite{flex-shrink:0;background:#ffffff0a;border-radius:6px;padding:4px}.pigv-panel-title{font-size:14px;font-weight:700;color:#fffffff2;line-height:1.3}.pigv-panel-subtitle{font-size:12px;color:#ffffff8c;margin-top:2px}.pigv-panel-rating{font-size:11px;font-weight:700;letter-spacing:.3px;padding:4px 10px;border-radius:6px;flex-shrink:0}.pigv-panel-text{font-size:13px;line-height:1.5;color:#ffffffb3;margin:0 0 10px}.pigv-matchup-chart{display:flex;gap:6px;margin:0 0 10px;padding:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:6px}.pigv-chart-node{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:3px;padding:4px 6px;border-radius:4px;cursor:help}.pigv-chart-verdict{font-size:12px;font-weight:700;text-align:center;letter-spacing:.02em;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pigv-chart-strong .pigv-chart-verdict{color:#10b981}.pigv-chart-good .pigv-chart-verdict{color:#84cc16}.pigv-chart-even .pigv-chart-verdict{color:#eab308}.pigv-chart-tough .pigv-chart-verdict{color:#f97316}.pigv-chart-bad .pigv-chart-verdict{color:#ef4444}.pigv-chart-bar{width:100%;height:8px;background:#ffffff14;border-radius:4px;overflow:hidden}.pigv-chart-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.pigv-chart-strong .pigv-chart-bar-fill{background:#10b981}.pigv-chart-good .pigv-chart-bar-fill{background:#84cc16}.pigv-chart-even .pigv-chart-bar-fill{background:#eab308}.pigv-chart-tough .pigv-chart-bar-fill{background:#f97316}.pigv-chart-bad .pigv-chart-bar-fill{background:#ef4444}@media(max-width:768px){.pigv-matchup-chart{flex-wrap:wrap;gap:6px}.pigv-chart-node{flex:1 1 calc(33.3% - 4px)}}@media(max-width:380px){.pigv-chart-node{flex:1 1 calc(50% - 3px)}}.pigv-panel-team{display:flex;gap:6px}.pigv-team-member{flex:0 0 calc((100% - 30px) / 6);min-width:0;padding:8px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:8px;display:flex;flex-direction:column;gap:5px}.pigv-team-top{display:flex;align-items:center;gap:6px}.pigv-team-sprite{flex-shrink:0;background:#ffffff0a;border-radius:4px}.pigv-team-meta{min-width:0;flex:1}.pigv-team-name{font-size:12px;font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pigv-team-level{font-size:11px;color:#ffffff80;font-family:var(--font-mono,"JetBrains Mono",monospace)}.pigv-team-bar-wrap{display:block;margin:-8px -8px 6px;padding:6px 8px 5px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06);border-radius:7px 7px 0 0}.pigv-team-bar-verdict{font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.2px;text-align:center;margin-bottom:3px}.pigv-team-member--strong .pigv-team-bar-verdict{color:#10b981}.pigv-team-member--good .pigv-team-bar-verdict{color:#84cc16}.pigv-team-member--even .pigv-team-bar-verdict{color:#eab308}.pigv-team-member--tough .pigv-team-bar-verdict{color:#f97316}.pigv-team-member--bad .pigv-team-bar-verdict{color:#ef4444}.pigv-team-bar{width:100%;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.pigv-team-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.pigv-team-member--strong .pigv-team-bar-fill{background:#10b981}.pigv-team-member--good .pigv-team-bar-fill{background:#84cc16}.pigv-team-member--even .pigv-team-bar-fill{background:#eab308}.pigv-team-member--tough .pigv-team-bar-fill{background:#f97316}.pigv-team-member--bad .pigv-team-bar-fill{background:#ef4444}.pigv-team-types{display:flex;gap:4px;flex-wrap:wrap}.pigv-type-chip{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:1px 5px;border-radius:3px;border:1px solid}.pigv-team-ability{display:flex;align-items:center;gap:6px;font-size:11px;color:#ffffffa6;padding:1px 0;margin-top:3px;line-height:1.3;flex-wrap:wrap}.pigv-team-ability-mark{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid rgba(255,255,255,.4);flex-shrink:0}.pigv-team-ability-name{font-weight:600;color:#ffffffbf}.pigv-team-ability-effect{color:#ffffff8c;font-size:11px;font-style:italic}.pigv-team-ability--immune .pigv-team-ability-mark{border-left-color:#a5b4fc}.pigv-team-ability--immune .pigv-team-ability-name{color:#c7d2fe;font-weight:700}.pigv-team-ability--immune .pigv-team-ability-effect{color:#a5b4fc;font-style:normal;font-weight:600}.pigv-team-moves{display:flex;flex-direction:column;gap:2px}.pigv-move-chip{display:flex;align-items:center;gap:4px;font-size:11px;color:#ffffffa6;padding:1px 0}.pigv-move-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pigv-move-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pigv-panel-data-grid{display:grid;grid-template-columns:max-content 1fr;gap:6px 14px;align-items:center;margin-top:12px;padding-top:10px;margin-bottom:10px;border-top:1px solid rgba(255,255,255,.06);font-size:12px}.pigv-data-label{color:#ffffff80;font-weight:600;letter-spacing:.2px}.pigv-data-value{color:#ffffffd9}.pigv-location-link{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:6px;background:#6366f11a;border:1px solid rgba(99,102,241,.28);padding:6px 10px;border-radius:6px;color:#c7d2fef2;font:inherit;font-weight:600;line-height:1;min-height:2rem;text-align:inherit;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.pigv-location-link:before{content:"";width:11px;height:11px;flex-shrink:0;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a5b4fc'%3E%3Cpath d='M12 2c-4.4 0-8 3.6-8 8 0 5.4 7 12 7 12 .3.3.7.3 1 0 0 0 7-6.6 7-12 0-4.4-3.6-8-8-8zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.pigv-location-link:hover,.pigv-location-link:focus-visible{background:#6366f133;border-color:#6366f18c;color:#e0e7ff;outline:none}.pigv-location-link:active{transform:translateY(1px)}@media(max-width:480px){.pigv-location-link{min-height:2.75rem;padding:8px 12px}}.pigv-evo-head{align-items:center}.pigv-evo-arrow{font-size:18px;color:#ffffff80;padding:0 4px}@media(max-width:768px){.pigv-panel-team{flex-wrap:wrap}.pigv-team-member{flex:0 0 calc((100% - 12px) / 3)}}@media(max-width:600px){.pigv-panel{padding:12px 14px}.pigv-team-member{flex:0 0 calc((100% - 6px)/2)}.pigv-panel-title{font-size:13px}.pigv-panel-text{font-size:12px}}.pigv-team-fit{margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,2fr);gap:16px;align-items:start;font-size:12px}.pigv-team-fit-meta{display:grid;grid-template-columns:max-content 1fr;gap:6px 14px;align-items:center;align-self:start}.pigv-team-fit-label{color:#ffffff80;font-weight:600;letter-spacing:.2px}.pigv-team-fit-content{align-self:start;display:flex;flex-direction:column;gap:8px}.pigv-team-fit-content>.pigv-panel-text{margin:0}@media(max-width:768px){.pigv-team-fit{grid-template-columns:1fr;gap:12px}}.pigv-tier-cell{display:flex;align-items:center;gap:8px}.pigv-tier-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:4px;background:color-mix(in srgb,var(--tier-color,#a1a1aa) 18%,transparent);border:1px solid color-mix(in srgb,var(--tier-color,#a1a1aa) 55%,transparent);color:var(--tier-color,#e5e7eb);font-size:12px;font-weight:800;letter-spacing:.5px;line-height:1}.pigv-moves-wrap{overflow-x:auto;margin:-2px -4px;padding:2px 4px;grid-column:1 / -1}.pigv-moves-table{width:100%;border-collapse:collapse;font-size:11px;line-height:1.4}.pigv-moves-th{text-align:left;color:#ffffff6b;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.5px;padding:4px 6px;border-bottom:1px solid rgba(255,255,255,.07);white-space:nowrap}.pigv-moves-th--num,.pigv-moves-th--cls,.pigv-moves-th--get{text-align:center}.pigv-moves-row+.pigv-moves-row .pigv-moves-cell{border-top:1px solid rgba(255,255,255,.04)}.pigv-moves-cell{padding:5px 6px;color:#ffffffd9;vertical-align:middle;white-space:nowrap}.pigv-moves-cell--name{font-weight:600;color:#fffffff2}.pigv-moves-cell--num{text-align:center;font-variant-numeric:tabular-nums;color:#ffffffd9}.pigv-moves-pwr{color:inherit}.pigv-moves-cell--cls{text-align:center;line-height:0}.pigv-moves-cell--get{text-align:center;color:#ffffff8c;font-size:10px}.pigv-cat-icon{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto;vertical-align:middle}.pigv-cat-icon svg{width:12px;height:12px}.pigv-cat-icon--physical{background:linear-gradient(135deg,#ff9b54,#e85d04);box-shadow:0 1px 3px #e85d0466}.pigv-cat-icon--physical svg{fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.pigv-cat-icon--special{background:linear-gradient(135deg,#5aa9e6,#1e6091);box-shadow:0 1px 3px #1e609166}.pigv-cat-icon--special svg{fill:#fff;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.pigv-cat-icon--status{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 1px 3px #6b728066}.pigv-cat-icon--status svg{fill:none;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}@media(max-width:600px){.pigv-moves-table{font-size:10px}.pigv-moves-cell{padding:5px 4px}.pigv-moves-th{padding:4px;font-size:9px}}.pigv-moves-timeline{grid-column:1 / -1;margin-top:4px;min-width:0}.pigv-mtl-title{font-size:10px;font-weight:700;color:#ffffff73;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.pigv-mtl-thead{display:grid;grid-template-columns:[get] 64px [type] 70px [name] 1fr [pwr] 46px [acc] 52px [pp] 36px [cls] 24px;column-gap:12px;align-items:center;margin:0 10px 6px 30px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.07);font-size:9px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.6px;line-height:1}.pigv-mtl-th--num{text-align:right}.pigv-mtl-th--cls{text-align:center}.pigv-mtl-list{list-style:none;margin:0;padding:0;position:relative}.pigv-mtl-list>li,.pigv-mtl-event{list-style:none}.pigv-mtl-list>li::marker,.pigv-mtl-event::marker,.pigv-mtl-moves>li::marker,.pigv-mtl-move::marker{content:"";display:none}.pigv-mtl-list:before{content:"";position:absolute;left:4px;top:6px;bottom:6px;width:2px;background:linear-gradient(to bottom,#ffffff0a,#ffffff1f 12% 88%,#ffffff0a);border-radius:1px;pointer-events:none}.pigv-mtl-event{position:relative;padding:2px 0 6px 20px}.pigv-mtl-event:last-child{padding-bottom:2px}.pigv-mtl-tick{position:absolute;left:0;top:5px;width:10px;height:10px;border-radius:50%;background:#60a5fa2e;border:2px solid rgba(96,165,250,.65);box-sizing:border-box;z-index:1}.pigv-mtl-event--now>.pigv-mtl-tick{background:#6366f180;border-color:#818cf8;box-shadow:0 0 0 3px #6366f124}.pigv-mtl-event--badge>.pigv-mtl-tick:not(.pigv-mtl-tick--badge){background:#f59e0b40;border-color:#fcd34dcc}.pigv-mtl-tick--badge{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0;width:16px;height:16px;top:3px;left:-3px;image-rendering:-webkit-optimize-contrast;object-fit:contain}.pigv-mtl-tick--star{border:none!important;background:transparent!important;box-shadow:none!important;width:14px;height:14px;top:4px;left:-2px;display:inline-flex;align-items:center;justify-content:center}.pigv-mtl-tick--star svg{width:100%;height:100%;fill:#fbbf24;filter:drop-shadow(0 0 3px rgba(251,191,36,.4))}.pigv-mtl-content{min-width:0}.pigv-mtl-milestone{font-size:11px;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;line-height:1.2}.pigv-mtl-event--now .pigv-mtl-milestone{color:#a5b4fc}.pigv-mtl-moves{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.pigv-mtl-move{display:grid;grid-template-columns:[get] 64px [type] 70px [name] 1fr [pwr] 46px [acc] 52px [pp] 36px [cls] 24px;column-gap:12px;align-items:center;padding:6px 10px;background:#ffffff06;border:1px solid rgba(255,255,255,.04);border-radius:4px;color:#ffffffd9;font-size:12px;line-height:1.3}.pigv-mtl-move--collapsed,.pigv-mtl-event--collapsed{display:none}.pigv-mtl--expanded .pigv-mtl-move--collapsed{display:grid}.pigv-mtl--expanded .pigv-mtl-event--collapsed{display:list-item}.pigv-mtl-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:6px;padding:8px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#ffffffa6;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.pigv-mtl-toggle:hover,.pigv-mtl-toggle:focus-visible{background:#ffffff12;border-color:#ffffff24;color:#ffffffe6;outline:none}.pigv-mtl-toggle-icon{display:inline-block;width:14px;height:14px;line-height:14px;text-align:center;border-radius:50%;background:#ffffff14;font-size:12px;font-weight:700}.pigv-mtl-move>.pigv-type-chip{justify-self:start}.pigv-mtl-name{font-weight:600;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pigv-mtl-pwr,.pigv-mtl-acc,.pigv-mtl-pp{text-align:right;color:#ffffffc7;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.pigv-mtl-cls-wrap{display:inline-flex;align-items:center;justify-content:center}.pigv-mtl-get{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:10px;border:1px solid;white-space:nowrap;line-height:1.1;text-align:center;justify-self:start}.pigv-mtl-get--level,.pigv-mtl-get--tm,.pigv-mtl-get--hm,.pigv-mtl-get--tutor,.pigv-mtl-get--egg,.pigv-mtl-get--other{color:#ffffffb8;background:#ffffff0d;border-color:#ffffff24}.pigv-mtl-scroll-wrap{overflow-x:visible}@media(max-width:540px){.pigv-mtl-scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;padding-left:8px}.pigv-mtl-scroll-wrap::-webkit-scrollbar{height:4px}.pigv-mtl-scroll-wrap::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:2px}.pigv-mtl-event{padding-left:18px;padding-bottom:6px}.pigv-mtl-list:before{left:4px}.pigv-mtl-tick{width:10px;height:10px;top:5px}.pigv-mtl-tick--badge{width:14px;height:14px;top:3px;left:-2px}.pigv-mtl-tick--star{width:12px;height:12px;top:4px;left:-1px}.pigv-mtl-move{min-width:460px;padding:5px 8px}.pigv-mtl-thead{min-width:460px;margin-left:18px;margin-right:0;padding:0 8px}}.pigv-panel-alts{margin:12px 0 4px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.pigv-alts-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#38bdf8bf;margin-bottom:8px}.pigv-alts-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.pigv-alt-row{flex:0 0 200px;max-width:100%;margin:0;list-style:none}.pigv-alt-row::marker{content:none}.pigv-alt-link{display:flex;flex-direction:column;gap:6px;padding:8px;background:#38bdf80d;border:1px solid rgba(56,189,248,.22);border-radius:8px;text-decoration:none;color:inherit;min-width:0;height:100%;transition:background .15s ease,border-color .15s ease,transform .15s ease}.pigv-alt-link:hover,.pigv-alt-link:focus-visible{background:#38bdf81a;border-color:#38bdf88c;transform:translateY(-1px)}.pigv-alt-link:focus-visible{outline:2px solid rgba(56,189,248,.8);outline-offset:2px}.pigv-alt-body,.pigv-alt-ident{display:flex;flex-direction:column;gap:5px;min-width:0}.pigv-alt-top{display:flex;align-items:center;gap:6px}.pigv-alt-sprite{flex-shrink:0;background:#ffffff0a;border-radius:4px}.pigv-alt-meta{min-width:0;flex:1}.pigv-alt-name{font-size:12px;font-weight:600;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pigv-alt-level{font-size:11px;color:#ffffff80;font-family:var(--font-mono,"JetBrains Mono",monospace)}.pigv-alt-types{display:flex;gap:4px;flex-wrap:nowrap;align-items:center;overflow:hidden}.pigv-alt-how{flex:1 1 auto;display:flex;align-items:flex-start;gap:6px;min-width:0;font-size:11px;color:#ffffffbf;line-height:1.4}.pigv-alt-pin{flex:0 0 auto;color:#93c5fde6;margin-top:2px}.pigv-alt-how-text{flex:1 1 auto;min-width:0;overflow-wrap:break-word;word-break:normal}.pigv-alt-chevron{display:inline-block;vertical-align:middle;margin-left:4px;color:#93c5fd8c;transition:color .15s ease,transform .15s ease}.pigv-alt-link:hover .pigv-alt-chevron,.pigv-alt-link:focus-visible .pigv-alt-chevron{color:#93c5fd;transform:translate(2px)}@media(max-width:480px){.pigv-alts-title{font-size:10px}.pigv-alt-name{font-size:12px}.pigv-alt-row{flex:0 0 calc(50% - 3px)}.pigv-alt-link{padding:6px}}@media(max-width:370px){.pigv-alt-row{flex:0 0 100%}}@media(prefers-reduced-motion:reduce){.pigv-detail,.pigv-panel{transition:none!important}.pigv-panel{transform:none!important}.pigv-alt-link{transition:none!important}.pigv-alt-link:hover{transform:none!important}.pigv-location-link{transition:none!important}.pigv-location-link:active{transform:none!important}}.pigv-chips{display:flex;flex-wrap:wrap;gap:10px;padding:16px 14px 18px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.pigv-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;min-height:36px;background:#ffffff0d;color:#ffffffb3;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:13px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.pigv-chip:hover{background:#ffffff14;border-color:#fff3;color:#ffffffe6}.pigv-chip:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.pigv-chip--active{background:#6366f12e;border-color:#6366f180;color:#fff}.pigv-chip--active:hover{background:#6366f147;border-color:#6366f1b3;color:#fff}.pigv-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pigv-chip--all .pigv-chip-dot{display:none}.pigv-chips-tradein{padding-top:4px;margin-top:-8px;margin-bottom:0;border-bottom:none;align-items:center}.pigv-chips-tradein-label{font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#ffffff8c;padding:0 4px 0 0;margin-right:2px}.pigv-chip--tradein{border-style:dashed;border-color:#ffffff38;background:#ffffff06}.pigv-chip--tradein:hover{border-color:#fff6;background:#ffffff0d}.pigv-chip--tradein.pigv-chip--active{background:#a855f72e;border-color:#a855f78c;border-style:solid}.pigv-tradein-note{font-size:11px;line-height:1.5;color:#ffffff80;padding:6px 14px 14px;margin:0 0 16px;border-bottom:1px solid rgba(255,255,255,.06)}.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-branch-line{opacity:.12;transition:opacity .2s ease,stroke-dasharray .2s ease,stroke-width .2s ease}.pigv-branch-line[data-active=true]{opacity:1!important;stroke-dasharray:none!important;stroke-width:2.6!important}.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-branch-dot{opacity:.12;transition:opacity .2s ease}.pigv-branch-dot[data-active=true]{opacity:1!important}.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-group-dot,.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-group-badge-bg,.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-group-badge-text{opacity:.12!important;transition:opacity .2s ease}.pigv-tradein-solo-sprite,.pigv-tradein-solo-label{opacity:0;pointer-events:none;transition:opacity .25s ease}.pigv-tradein-solo-sprite[data-active=true],.pigv-tradein-solo-label[data-active=true]{opacity:1;pointer-events:auto}.pigv-unified[data-soloed-tradein=true] .pigv-fork-cycle-sprite,.pigv-unified[data-soloed-tradein=true] .pigv-fork-cycle-text{opacity:0;transition:opacity .25s ease}.pigv-branch-line[data-trade-in=true],.pigv-branch-dot[data-trade-in=true],.pigv-branch-dot-letter[data-trade-in=true]{opacity:0;pointer-events:none;transition:opacity .2s ease}.pigv-branch-line[data-trade-in=true][data-active=true],.pigv-branch-dot[data-trade-in=true][data-active=true]{opacity:1!important;pointer-events:auto}@media(prefers-reduced-motion:reduce){.pigv-branch-line[data-trade-in=true],.pigv-branch-dot[data-trade-in=true],.pigv-branch-dot-letter[data-trade-in=true]{transition:none}}.pigv-branch-dot-letter{font-family:var(--font-mono,"JetBrains Mono",monospace);font-weight:800;fill:#0f0f12;font-size:8px;pointer-events:none;transition:opacity .2s ease,font-size .2s ease}.pigv-branch-dot[data-rating=Strong]{--rating-fill:#86efac}.pigv-branch-dot[data-rating=Good]{--rating-fill:#6ee7b7}.pigv-branch-dot[data-rating=Even]{--rating-fill:#fcd34d}.pigv-branch-dot[data-rating=Tough]{--rating-fill:#fdba74}.pigv-branch-dot[data-rating=Bad]{--rating-fill:#fca5a5}.pigv-branch-dot-letter[data-active=true]{opacity:1;font-size:13px}.pigv-branch-dot[data-active=true]{r:10!important;fill:var(--rating-fill,currentColor)!important;stroke:#0f0f12;stroke-width:2;transition:r .2s ease,fill .2s ease,stroke-width .2s ease}.pigv-panel--choose .pigv-choose-body{padding:14px 16px 16px}.pigv-choose-prompt{margin:0 0 14px;font-size:14px;color:#ffffffb3;line-height:1.5}.pigv-choose-chips{display:flex;flex-wrap:wrap;gap:10px}.pigv-choose-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;min-height:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-size:14px;font-weight:500;line-height:1.2;cursor:pointer;transition:background .15s,border-color .15s,transform .15s}.pigv-choose-chip:hover{background:#ffffff12;border-color:#ffffff40;transform:translateY(-1px)}.pigv-choose-chip:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.pigv-choose-chip-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pigv-choose-chip-name{font-weight:600}.pigv-choose-chip-rating{font-size:12px;font-weight:700;margin-left:4px;opacity:.9}@media(max-width:480px){.pigv-chips{gap:8px;padding:14px 12px 16px;margin-bottom:14px}.pigv-chip{padding:10px 16px;min-height:44px;font-size:14px}.pigv-choose-chip{padding:12px 16px;min-height:44px;flex:1 1 auto}.pigv-choose-prompt{font-size:14px}}@media(prefers-reduced-motion:reduce){.pigv-chip,.pigv-choose-chip,.pigv-branch-line,.pigv-branch-dot,.pigv-group-dot,.pigv-group-badge-bg,.pigv-group-badge-text{transition:none!important}.pigv-choose-chip:hover{transform:none!important}}.pigv-fork-primary-stacked{transform:translate(0) rotate(0);transform-origin:center 70%;transform-box:fill-box;transition:transform .28s ease,opacity .28s ease}.pigv-fork-sibling-sprite{pointer-events:auto;cursor:pointer;transition:transform .28s ease,opacity .28s ease,filter .15s ease;transform-origin:center 70%;transform-box:fill-box;transform:translate(0) rotate(0)}.pigv-fork-sibling-sprite:hover{filter:brightness(1.18)}.pigv-fork-sibling-sprite:focus-visible{outline:2px solid rgba(165,180,252,.85);outline-offset:1px;border-radius:6px}.pigv-fork-pop--primary{transform:translate(-36px) rotate(0)}.pigv-fork-pop--sibling{transform:translate(38px) rotate(0);opacity:1!important}.pigv-fork-pop--sibling[data-sibling-order="1"]{transform:translate(106px) rotate(0)}.pigv-fork-pop--sibling[data-sibling-order="2"]{transform:translate(170px) rotate(0)}.pigv-fork-cycle-sprite{transform:none!important;opacity:0;transition:opacity .18s ease-out}@keyframes pigv-fork-cycle-2{0%{opacity:0}4.2%{opacity:1}45.8%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes pigv-fork-cycle-3{0%{opacity:0}2.8%{opacity:1}30.5%{opacity:1}33.3%{opacity:0}to{opacity:0}}@keyframes pigv-fork-cycle-4{0%{opacity:0}2.1%{opacity:1}22.9%{opacity:1}25%{opacity:0}to{opacity:0}}.pigv-fork-cycle-sprite[data-cycle-count="2"],.pigv-fork-cycle-text[data-cycle-count="2"]{animation:pigv-fork-cycle-2 6s ease-in-out infinite}.pigv-fork-cycle-sprite[data-cycle-count="3"],.pigv-fork-cycle-text[data-cycle-count="3"]{animation:pigv-fork-cycle-3 9s ease-in-out infinite}.pigv-fork-cycle-sprite[data-cycle-count="4"],.pigv-fork-cycle-text[data-cycle-count="4"]{animation:pigv-fork-cycle-4 12s ease-in-out infinite}.pigv-fork-cycle-sprite[data-cycle-order="0"],.pigv-fork-cycle-text[data-cycle-order="0"]{animation-delay:0s}.pigv-fork-cycle-sprite[data-cycle-order="1"],.pigv-fork-cycle-text[data-cycle-order="1"]{animation-delay:3s}.pigv-fork-cycle-sprite[data-cycle-order="2"],.pigv-fork-cycle-text[data-cycle-order="2"]{animation-delay:6s}.pigv-fork-cycle-sprite[data-cycle-order="3"],.pigv-fork-cycle-text[data-cycle-order="3"]{animation-delay:9s}.pigv-fork-cycle-text{opacity:0;transition:opacity .18s ease-out}.pigv-fork-cycle-sprite:hover{filter:brightness(1.18)}.pigv-chart[data-fan-state=open] .pigv-fork-cycle-sprite,.pigv-chart[data-fan-state=open] .pigv-fork-cycle-text{animation:none;opacity:0}.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-fork-cycle-sprite,.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-fork-cycle-text{animation:none;opacity:0;transition:opacity .22s ease-out}.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-fork-cycle-sprite[data-cycle-active=true],.pigv-unified[data-soloed-branch]:not([data-soloed-branch=""]) .pigv-fork-cycle-text[data-cycle-active=true]{opacity:1}.pigv-unified[data-soloed-branch=""] .pigv-fork-cycle-sprite[data-cycle-order="0"]:not([data-cycle-count]),.pigv-unified:not([data-soloed-branch]) .pigv-fork-cycle-sprite[data-cycle-order="0"]:not([data-cycle-count]){opacity:1}@media(prefers-reduced-motion:reduce){.pigv-fork-primary-stacked,.pigv-fork-sibling-sprite{transition:none}.pigv-fork-primary-stacked,.pigv-fork-sibling-sprite,.pigv-fork-pop--primary,.pigv-fork-pop--sibling{transform:none}.pigv-fork-cycle-sprite,.pigv-fork-cycle-text{animation:none}.pigv-fork-cycle-sprite[data-cycle-order="0"],.pigv-fork-cycle-text[data-cycle-order="0"]{opacity:1}.pigv-fork-cycle-sprite:not([data-cycle-order="0"]),.pigv-fork-cycle-text:not([data-cycle-order="0"]){opacity:0}}.pigv-fork-fan{opacity:0;transform:scale(.25);pointer-events:none;transition:opacity .18s ease-in,transform .24s cubic-bezier(.4,0,1,1)}.pigv-fork-fan.pigv-fork-fan--open{opacity:1;transform:scale(1);pointer-events:auto;transition:opacity .22s ease-out,transform .36s cubic-bezier(.34,1.56,.64,1)}.pigv-fork-fan-leader{stroke-dasharray:4 6;opacity:.9;pointer-events:none}.pigv-fork-fan-leader[data-active=true]{stroke-dasharray:0;stroke-width:3;opacity:1}.pigv-fork-fan-halo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));pointer-events:none}.pigv-fork-fan-sprite{cursor:pointer;filter:drop-shadow(0 2px 3px rgba(0,0,0,.55));pointer-events:none;transition:filter .15s ease}.pigv-fork-fan--open .pigv-fork-fan-sprite{pointer-events:auto}.pigv-fork-fan-sprite:hover{filter:drop-shadow(0 2px 4px rgba(0,0,0,.7)) brightness(1.18)}.pigv-fork-fan-sprite:focus-visible{outline:2px solid rgba(165,180,252,.85);outline-offset:2px;border-radius:6px}.pigv-chart[data-fan-state=open] .pigv-fork-primary-stacked,.pigv-chart[data-fan-state=open] .pigv-fork-sibling-sprite,.pigv-chart[data-fan-state=open] .pigv-fork-pop--primary,.pigv-chart[data-fan-state=open] .pigv-fork-pop--sibling{opacity:0!important;pointer-events:none;transition:opacity .18s ease-out}@media(prefers-reduced-motion:reduce){.pigv-fork-fan,.pigv-fork-fan.pigv-fork-fan--open,.pigv-fork-fan-sprite,.pigv-chart[data-fan-state=open] .pigv-fork-primary-stacked,.pigv-chart[data-fan-state=open] .pigv-fork-sibling-sprite{transition:opacity .16s ease;transform:none!important}}.pigv-evo-switch{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.pigv-evo-switch-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;min-height:36px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffc7;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;line-height:1.2}.pigv-evo-switch-chip:hover{background:#ffffff17;border-color:#ffffff2e;color:#fffffff2}.pigv-evo-switch-chip:focus-visible{outline:2px solid rgba(165,180,252,.85);outline-offset:2px}.pigv-evo-switch-chip--active{background:#6366f138;border-color:#a5b4fc80;color:#fff;font-weight:600;cursor:default}.pigv-evo-switch-chip--active:hover{background:#6366f138;border-color:#a5b4fc80}.pigv-evo-switch-chip--tradein{border-style:dashed;border-color:#ffffff52}.pigv-evo-switch-chip--tradein:hover{border-color:#ffffff80}.pigv-evo-switch-chip--tradein.pigv-evo-switch-chip--active{background:#6366f12e;border-color:#a5b4fca6;border-style:dashed}.pigv-evo-switch-chip-sprite{width:24px;height:24px;display:block;flex-shrink:0}.pigv-evo-switch-chip-name{font-weight:600;white-space:nowrap}.pigv-evo-switch-chip-trigger{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#ffffff8c;font-weight:400;white-space:nowrap}.pigv-evo-switch-chip--active .pigv-evo-switch-chip-trigger{color:#ffffffc7}.pigv-evo-switch-chip-item-icon{width:16px;height:16px;display:block;flex-shrink:0}@media(max-width:480px){.pigv-evo-switch{gap:6px}.pigv-evo-switch-chip{padding:8px 14px;min-height:44px;font-size:14px;flex:1 1 auto}.pigv-evo-switch-chip-trigger{font-size:12px}}@media(prefers-reduced-motion:reduce){.pigv-evo-switch-chip{transition:none}}.rb-final-word{--fw-surface-1:rgb(15,15,18);--fw-surface-2:rgb(19,19,22);--fw-surface-3:rgb(26,26,30);--fw-border-subtle:rgba(255,255,255,.04);--fw-border-light:rgba(255,255,255,.06);--fw-border:rgba(255,255,255,.08);--fw-border-hover:rgba(255,255,255,.12);--fw-text-primary:rgba(255,255,255,.95);--fw-text-secondary:rgba(255,255,255,.7);--fw-text-muted:rgba(255,255,255,.55);--fw-text-subtle:rgba(255,255,255,.35);background:linear-gradient(180deg,#0f0f12,#0a0a0c);border:1px solid var(--fw-border);border-radius:14px;overflow:hidden;margin-bottom:16px;color:var(--fw-text-secondary);font-family:var(--font-sans,"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)}.rb-final-word a,.rb-final-word a:visited,.rb-final-word a:hover,.rb-final-word a:focus{color:inherit}.rb-final-word__header{display:flex;align-items:center;gap:10px;padding:14px 18px 12px;border-bottom:1px solid var(--fw-border-subtle);position:relative;background:#ffffff05}.rb-final-word__header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--final-word-accent,#6366f1)}.rb-final-word__title-icon{width:14px;height:14px;color:var(--final-word-accent,#6366f1);flex-shrink:0}.rb-final-word__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--fw-text-primary);margin:0;padding:0;border:0;flex-shrink:0}.rb-final-word__subtitle{font-size:12px;color:var(--fw-text-muted);font-weight:400;margin-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.rb-final-word__body{padding:16px 20px 20px}.rb-final-word__grid{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(0,2fr);gap:20px;align-items:stretch}.rb-final-word__verdict-col{display:flex;flex-direction:column;gap:12px;min-width:0}.rb-final-word__verdict{font-size:14px;line-height:1.55;color:var(--fw-text-secondary);margin:0}.rb-final-word__fact{background:transparent;border:0;border-left:3px solid var(--final-word-accent,#6366f1);border-radius:0;padding:4px 0 4px 14px;display:flex;flex-direction:column;gap:6px}.rb-final-word__fact-text{font-size:14px;font-weight:500;color:#ffffffd9;line-height:1.5}.rb-final-word__quests{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0}.rb-final-word__quest{display:flex;flex-direction:column;gap:6px;min-width:0}.rb-final-word__quest-primary{display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px;background:var(--fw-surface-2);border:1px solid var(--fw-border-light);border-radius:10px;text-decoration:none;color:var(--fw-text-primary);min-height:140px;flex:1;position:relative;overflow:hidden;transition:background .14s ease,border-color .14s ease,transform .14s ease}.rb-final-word__quest-primary:hover{background:#18181c;border-color:var(--fw-border-hover);transform:translateY(-1px)}.rb-final-word__quest-primary:focus-visible{outline:2px solid var(--final-word-accent,#6366f1);outline-offset:2px}.rb-final-word__quest-primary:active{transform:scale(.99)}.rb-final-word__quest-primary:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--final-word-accent,#6366f1);opacity:.6;transition:opacity .14s ease,width .14s ease}.rb-final-word__quest-primary:hover:before{opacity:1;width:4px}.rb-final-word__quest-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--final-word-accent,#6366f1);margin-bottom:2px}.rb-final-word__quest-icon svg{width:100%;height:100%}.rb-final-word__quest-label{font-size:15px;font-weight:600;color:var(--fw-text-primary);line-height:1.2}.rb-final-word__quest-preload{font-size:12px;color:var(--fw-text-muted);line-height:1.35}.rb-final-word__quest-desc{font-size:12.5px;color:var(--fw-text-secondary);line-height:1.45;margin-top:auto}.rb-final-word__quest-alt{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;font-size:11px;font-weight:500;color:var(--fw-text-muted);text-decoration:none;letter-spacing:.02em;border-radius:6px;align-self:flex-start;transition:color .14s ease,background .14s ease}.rb-final-word__quest-alt:hover{color:var(--fw-text-secondary);background:#ffffff08}.rb-final-word__quest-alt:focus-visible{outline:2px solid var(--final-word-accent,#6366f1);outline-offset:2px}@media(max-width:1023px){.rb-final-word__body{padding:14px 16px 16px}.rb-final-word__grid{grid-template-columns:1fr;gap:14px}}@media(max-width:767px){.rb-final-word__header{padding:12px 14px 12px 18px;gap:8px}.rb-final-word__subtitle{display:none}.rb-final-word__body{padding:12px 14px 14px}.rb-final-word__quests{grid-template-columns:1fr;gap:8px}.rb-final-word__quest-primary{min-height:0;padding:12px 14px 14px}.rb-final-word__verdict{font-size:13.5px}.rb-final-word__fact-text,.rb-final-word__quest-label{font-size:14px}}@media(max-width:479px){.rb-final-word__body{padding:10px 10px 12px}.rb-final-word__verdict{font-size:13px}}@media(prefers-reduced-motion:reduce){.rb-final-word__quest-primary,.rb-final-word__quest-alt,.rb-final-word__quest-primary:before{transition:none}.rb-final-word__quest-primary:hover{transform:none}}@media print{.rb-final-word{background:#fff;color:#000;border:1px solid #000}.rb-final-word__header{background:transparent;border-bottom:1px solid #000}.rb-final-word__header:before{background:#000}.rb-final-word__title,.rb-final-word__title-icon{color:#000}.rb-final-word__verdict-col,.rb-final-word__quest-primary{color:#000;background:transparent;break-inside:avoid}.rb-final-word__grid{grid-template-columns:1fr}.rb-final-word__quests{grid-template-columns:1fr 1fr 1fr}}.td-component{display:flex;flex-direction:column;position:relative}.td-semantic-table{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.td-data-row{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;position:relative}.td-data-row:after{content:"";position:absolute;top:12px;bottom:12px;left:50%;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.06) 20%,rgba(255,255,255,.06) 80%,transparent);pointer-events:none}.td-matchup-panel{min-width:0;overflow:hidden}.td-reference-panel{border-left:1px solid transparent;border-image:linear-gradient(180deg,rgba(168,85,247,.18),rgba(168,85,247,.06) 60%,transparent) 1;min-width:0;overflow:hidden;display:flex;flex-direction:column}@media(max-width:800px){.td-data-row{grid-template-columns:1fr}.td-data-row:after{display:none}.td-reference-panel{border-left:none;border-image:none;border-top:1px solid transparent;border-image:linear-gradient(90deg,rgba(168,85,247,.2),rgba(168,85,247,.08) 50%,transparent 80%) 1}}.td-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 10px;border-bottom:1px solid var(--border-subtle,rgba(255,255,255,.04))}.td-title{display:flex;align-items:center;gap:6px;margin:0;padding:0;font-size:12px;font-weight:600;color:#ffffffde;text-transform:uppercase;letter-spacing:.08em}.td-title-icon{width:18px;height:18px;color:#a78bfa;opacity:.85}.td-tier-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:#ffffff0d;border:1px solid currentColor}.td-tier--fortress{color:#fcd34d;border-color:#fcd34d66}.td-tier--excellent{color:#c4b5fd;border-color:#c4b5fd66}.td-tier--good{color:#a5b4fc;border-color:#a5b4fc66}.td-tier--average{color:#a1a1aa;border-color:#a1a1aa4d}.td-tier--vulnerable{color:#fb923c;border-color:#fb923c66}.td-tier--fragile{color:#f87171;border-color:#f8717166}.td-rows{display:flex;flex-direction:column}.td-row{display:flex;align-items:flex-start;padding:8px 14px;gap:10px;min-height:36px;position:relative;border-bottom:1px solid rgba(255,255,255,.12)}.td-row:last-child{border-bottom:none}.td-row-label{display:flex;align-items:center;gap:8px;min-width:132px;flex-shrink:0;padding-top:2px}.td-row-multiplier{font-size:15px;font-weight:700;font-family:var(--font-mono,ui-monospace,monospace);min-width:28px;text-align:right}.td-row-name{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}@media(max-width:800px){.td-title-icon{width:20px;height:20px}.td-row-label{gap:9px;min-width:138px}.td-row-multiplier{font-size:18px;min-width:30px}.td-row-name{font-size:13px}}.td-row-types{display:flex;flex-wrap:wrap;gap:6px 8px;flex:1;min-height:22px;align-items:center}.td-row--empty{min-height:28px}.td-row--empty .td-row-multiplier,.td-row--empty .td-row-name{opacity:.7}.td-row--empty .td-row-types{opacity:.85}.td-empty-text{font-size:10px;color:#ffffffb8;font-style:italic}.td-row--critical{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--critical:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#f87171}.td-row--critical .td-row-multiplier,.td-row--critical .td-row-name{color:#fca5a5}.td-row--weak{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--weak:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fb923c}.td-row--weak .td-row-multiplier,.td-row--weak .td-row-name{color:#fdba74}.td-row--resist{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--resist:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4ade80}.td-row--resist .td-row-multiplier,.td-row--resist .td-row-name{color:#86efac}.td-row--quad-resist{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--quad-resist:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#06b6d4}.td-row--quad-resist .td-row-multiplier,.td-row--quad-resist .td-row-name{color:#22d3ee}.td-row--immune{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--immune:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#a78bfa}.td-row--immune .td-row-multiplier,.td-row--immune .td-row-name{color:#c4b5fd}.td-gen-notice{display:flex;flex-direction:column;gap:6px;margin:0;padding:10px 14px 10px 16px;background:#fbbf240a;border-bottom:1px solid var(--border-subtle,rgba(255,255,255,.04));position:relative}.td-gen-notice:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#fbbf24,#fbbf2440)}.td-gen-notice-header{display:flex;align-items:center;gap:6px}.td-gen-icon{width:14px;height:14px;color:#fbbf24;opacity:.75;flex-shrink:0}.td-gen-notice-heading{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#fcd34d}.td-gen-notice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.td-gen-notice-list li{font-size:12px;line-height:1.45;color:var(--text-3,rgba(255,255,255,.55));padding-left:12px;position:relative;list-style:none!important}.td-gen-notice-list li::marker{content:none}.td-gen-notice-list li:before{content:"";position:absolute;left:0;top:5px;width:4px;height:4px;border-radius:50%;background:#fbbf248c}@media(max-width:800px){.td-gen-notice{padding:10px 12px 10px 14px}}@media(max-width:520px){.td-gen-notice{padding:8px 10px 8px 12px;gap:4px}.td-gen-notice-list li{font-size:9px}}.td-badge,a.td-badge,a.td-badge:visited,a.td-badge:hover,a.td-badge:focus,a.td-badge:active{display:inline-flex;align-items:center;gap:5px;padding:3px 8px 3px 6px;min-height:24px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-1,#fff);line-height:1;white-space:nowrap;text-decoration:none;outline:none;box-shadow:none;transition:background .15s,border-color .15s}a.td-badge:hover{background:#ffffff17;border-color:#ffffff24}.td-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.td-badge--normal:before{background:#a8a8a8}.td-badge--fire:before{background:#f97316}.td-badge--water:before{background:#3b82f6}.td-badge--electric:before{background:#eab308}.td-badge--grass:before{background:#22c55e}.td-badge--ice:before{background:#06b6d4}.td-badge--fighting:before{background:#ef4444}.td-badge--poison:before{background:#a855f7}.td-badge--ground:before{background:#d97706}.td-badge--flying:before{background:#8b5cf6}.td-badge--psychic:before{background:#ec4899}.td-badge--bug:before{background:#84cc16}.td-badge--rock:before{background:#a16207}.td-badge--ghost:before{background:#7c3aed}.td-badge--dragon:before{background:#6366f1}.td-badge--dark:before{background:#57534e}.td-badge--steel:before{background:#64748b}.td-badge--fairy:before{background:#f472b6}.td-badge--critical{border-color:#f8717133;background:#f871710f}.td-badge--critical:after{content:none}.td-badge--ability{opacity:.85;border-style:dashed}.td-badge--ability:after{content:"★";font-size:7px;margin-left:2px;color:#c4b5fd}.td-badge--ability-ha:after{content:"★HA";font-size:7px;letter-spacing:.5px}.td-chart-divider{display:flex;align-items:center;gap:10px;margin:20px 14px 12px}.td-chart-divider:before,.td-chart-divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.td-chart-divider-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;background:#08090d;padding:3px 10px;border-radius:9999px;border:1px solid rgba(255,255,255,.06);white-space:nowrap;user-select:none}.td-offensive{position:relative}.td-offensive .td-header{padding:8px 14px 6px}.td-offensive .td-title-icon{color:#a78bfa;opacity:.8}.td-row--strong{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--strong:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fb923c}.td-row--strong .td-row-multiplier,.td-row--strong .td-row-name{color:#fdba74}.td-row--resisted{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--resisted:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#4ade80}.td-row--resisted .td-row-multiplier,.td-row--resisted .td-row-name{color:#86efac}.td-row--off-immune{background:linear-gradient(90deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.015) 40%,transparent 100%)}.td-row--off-immune:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#a78bfa}.td-row--off-immune .td-row-multiplier,.td-row--off-immune .td-row-name{color:#c4b5fd}.td-summary{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:linear-gradient(180deg,#0003,#0000001a);border-top:1px solid var(--border-subtle,rgba(255,255,255,.04));border-bottom:1px solid var(--border-subtle,rgba(255,255,255,.04));font-size:10px}.td-summary-stats{display:flex;align-items:center;gap:12px}.td-summary-stat{display:flex;align-items:center;gap:4px}.td-summary-stat-value{font-weight:700;font-size:12px;font-family:var(--font-mono,ui-monospace,monospace)}.td-summary-stat-label{font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.td-summary-stat--weak .td-summary-stat-value,.td-summary-stat--weak .td-summary-stat-label{color:#fca5a5}.td-summary-stat--resist .td-summary-stat-value,.td-summary-stat--resist .td-summary-stat-label{color:#86efac}.td-summary-stat--immune .td-summary-stat-value,.td-summary-stat--immune .td-summary-stat-label{color:#c4b5fd}.td-summary-stat--strong .td-summary-stat-value,.td-summary-stat--strong .td-summary-stat-label{color:#fdba74}.td-summary-stat--resisted .td-summary-stat-value,.td-summary-stat--resisted .td-summary-stat-label{color:#86efac}.td-summary-stat--off-immune .td-summary-stat-value,.td-summary-stat--off-immune .td-summary-stat-label{color:#c4b5fd}.td-summary-score{display:flex;align-items:center;gap:6px}.td-summary-score-label{font-size:9px;color:var(--text-3,rgba(255,255,255,.45));text-transform:uppercase;letter-spacing:.03em}.td-summary-score-value{font-weight:700;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px}.td-summary-score-value--positive{color:#4ade80}.td-summary-score-value--negative{color:#f87171}.td-summary-score-value--neutral{color:var(--text-2,rgba(255,255,255,.7))}.td-score-bar{display:flex;align-items:center;gap:1px;margin-left:6px;padding:2px 4px;background:#0000004d;border-radius:2px}.td-score-bar-seg{width:3px;height:8px;background:#ffffff1a}.td-score-bar-seg--neg.td-score-bar-seg--active{background:#f87171}.td-score-bar-seg--neutral{width:1px;height:10px;background:#fff3;margin:0 2px}.td-score-bar-seg--pos.td-score-bar-seg--active{background:#4ade80}.td-info{position:relative;display:inline-flex;align-items:center;cursor:help;flex-shrink:0;margin-left:auto;vertical-align:middle}.td-info-icon{width:16px;height:16px;color:#ffffff59;transition:color .15s}.td-info:hover .td-info-icon{color:#a78bfa}.td-info--header{margin-left:6px;margin-right:14px;padding:4px;border-radius:50%;transition:background-color .15s ease}.td-info--header:hover,.td-info--header:focus-visible{background-color:#a78bfa1f}.td-info--header .td-info-icon{width:20px;height:20px}.td-mult-legend{padding:2px 0}.td-mult-legend-title{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a5b4fc;margin-bottom:10px}.td-mult-legend-grid{display:grid;grid-template-columns:auto 1fr;gap:9px 14px;align-items:baseline;font-size:13px;line-height:1.45}.td-mult-legend-mult{font-size:17px;font-weight:700;font-variant-numeric:tabular-nums;text-align:right;color:#fffffff2;line-height:1}.td-mult-legend-mult--crit{color:#fca5a5}.td-mult-legend-mult--weak{color:#fdba74}.td-mult-legend-mult--res{color:#86efac}.td-mult-legend-mult--qres{color:#a7f3d0}.td-mult-legend-mult--imm{color:#c4b5fd}.td-mult-legend-desc{color:#ffffffd1}.rb-tooltip{position:fixed;max-width:260px;padding:10px 14px;font-size:12.5px;font-weight:400;line-height:1.5;color:#e4e4e7;background:#1a1a1e;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:100000;white-space:normal;pointer-events:none;opacity:0;transition:opacity .15s ease}.rb-tooltip.is-visible{opacity:1}.td-info:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.td-tier-badge[data-tippy-content]{cursor:help}.td-hazard{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 14px;font-size:11px;font-weight:600;border-bottom:1px solid var(--border-subtle,rgba(255,255,255,.04))}.td-hazard--severe{background:linear-gradient(90deg,#a862071f,#a862070a,#a862071f)}.td-hazard--moderate{background:linear-gradient(90deg,#a8620714,#a8620708,#a8620714)}.td-hazard--info{background:linear-gradient(90deg,#8b5cf60f,#8b5cf605,#8b5cf60f)}.td-hazard--positive{background:linear-gradient(90deg,#4ade800f,#4ade8005,#4ade800f)}.td-hazard-icon{width:14px;height:14px;flex-shrink:0}.td-hazard--severe .td-hazard-icon,.td-hazard--moderate .td-hazard-icon{color:#d97706}.td-hazard--info .td-hazard-icon{color:#a78bfa}.td-hazard--positive .td-hazard-icon{color:#4ade80}.td-hazard-label{text-transform:uppercase;letter-spacing:.04em}.td-hazard--severe .td-hazard-label,.td-hazard--moderate .td-hazard-label{color:#fbbf24}.td-hazard--info .td-hazard-label{color:#c4b5fd}.td-hazard--positive .td-hazard-label{color:#86efac}.td-hazard-value{font-family:var(--font-mono,ui-monospace,monospace)}.td-hazard--severe .td-hazard-value{color:#f87171}.td-hazard--moderate .td-hazard-value{color:#fb923c}.td-hazard--info .td-hazard-value{color:var(--text-2,rgba(255,255,255,.7))}.td-hazard--positive .td-hazard-value{color:#86efac}.td-abilities{display:flex;flex-direction:column;gap:4px}.td-abilities-label{font-size:9px;font-weight:600;color:var(--text-3,rgba(255,255,255,.45));text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.td-ability-card{background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:4px;padding:8px 10px 8px 12px;display:flex;flex-direction:column;gap:4px;box-shadow:inset 0 1px #ffffff08;transition:background .15s ease,border-color .15s ease;border-left:2px solid rgba(255,255,255,.08)}.td-ability-card:hover{background:#ffffff0a;border-color:#ffffff12;box-shadow:inset 0 1px #ffffff0a}.td-ability-card--hidden{border-left-color:#a78bfa66;background:#a78bfa08}.td-ability-card--hidden:hover{background:#a78bfa0d;border-color:#a78bfa1a;border-left-color:#a78bfa80}.td-ability-card-header{display:flex;align-items:center;gap:6px}.td-ability-name{font-size:12px;font-weight:700;color:var(--text-1,#fff);white-space:nowrap;flex-shrink:0}.td-ability-card--hidden .td-ability-name{color:#c4b5fd}.td-ability-ha{font-size:9px;font-weight:600;letter-spacing:.01em;padding:1px 5px;border-radius:3px;background:#a88bfa26;color:#c4b5fd;border:1px solid rgba(168,139,250,.25);flex-shrink:0;line-height:1.3;transition:box-shadow .15s ease,border-color .15s ease}.td-ability-card--hidden:hover .td-ability-ha{box-shadow:0 0 6px #a78bfa40;border-color:#a88bfa66}.td-ability-slot{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;padding:1px 5px;border-radius:3px;background:#ffffff0d;color:#fff6;border:1px solid rgba(255,255,255,.06);flex-shrink:0;line-height:1;margin-left:auto}.td-ability-desc{font-size:11px;color:var(--text-3,rgba(255,255,255,.55));line-height:1.45}.td-ability-pop{margin-left:auto;font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;padding:2px 6px;border-radius:3px;flex-shrink:0}@media(max-width:520px){.td-ability-card{padding:6px 8px 6px 10px}.td-ability-name{font-size:11px}.td-ability-desc{font-size:10px}.td-ability-usage{gap:4px}.td-ability-usage-pct{font-size:9px;min-width:28px}}.td-ability-note{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;background:linear-gradient(90deg,rgba(167,139,250,.08) 0%,transparent 50%,rgba(167,139,250,.08) 100%);border-top:1px solid var(--border-subtle,rgba(255,255,255,.04));font-size:9px;color:var(--text-2,rgba(255,255,255,.7))}.td-ability-note-icon{width:14px;height:14px;color:#a78bfa;flex-shrink:0}.td-ability-note-ability{color:#c4b5fd;font-weight:600}.td-ability-note-effect{color:var(--text-2,rgba(255,255,255,.7))}.td-threats{padding:6px 14px 8px;border-top:1px solid var(--border-subtle,rgba(255,255,255,.04))}.td-threat-row{display:flex;align-items:flex-start;gap:6px;padding:4px 0;font-size:11px;color:var(--text-3,rgba(255,255,255,.45));line-height:1.5}.td-threat-icon{width:12px;height:12px;color:#fbbf24;flex-shrink:0;margin-top:1px}.td-threat-type{font-weight:600;color:var(--text-2,rgba(255,255,255,.7));text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.td-threat-moves{color:var(--text-3,rgba(255,255,255,.45))}@media(max-width:800px){.td-row,.td-summary{padding:8px 12px}.td-ability-row{padding:7px 12px}.td-abilities-label{padding-left:12px}}@media(max-width:520px){.td-header{padding:10px 12px 8px}.td-row{padding:6px 10px;gap:8px;min-height:36px}.td-badge{font-size:9px;padding:2px 6px 2px 5px;gap:4px}.td-badge:before{width:5px;height:5px}.td-summary{padding:6px 10px;flex-wrap:wrap;gap:6px}.td-summary-stats{gap:8px}.td-summary-stat-value{font-size:11px}.td-score-bar{display:none}.td-hazard{padding:6px 10px;font-size:10px}.td-ability-row{padding:6px 10px;flex-wrap:wrap;gap:4px 8px}.td-abilities-label{padding-left:10px}.td-ability-name{font-size:12px}.td-ability-desc{font-size:11px;flex-basis:100%}.td-threats{padding:4px 10px 6px}.td-gen-notice-heading{font-size:9.5px}.td-gen-notice-list li{font-size:11px}}@media(prefers-reduced-motion:reduce){.td-row--critical:not(.td-row--empty){animation:none}}.td-counters{padding:12px 14px}.td-counters-heading{margin:0 0 4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-1,#fafafa)}.td-counters-tip{margin:0 0 8px;font-size:11px;color:var(--text-3,rgba(255,255,255,.45));line-height:1.5}.td-counters-summary{font-size:12px;line-height:1.6;color:#ffffff8c;margin:0 0 10px;padding:0}.ct-table-wrap{overflow:hidden;border-radius:8px;border:none;background:transparent}.ct-table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;border:0}.ct-table th,.ct-table td{border:0}.ct-table thead th{padding:6px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#52525b;text-align:left;border-bottom:1px solid rgba(136,153,183,.1);background:transparent;white-space:nowrap}.ct-th-pokemon{padding-left:10px}.ct-th-tier{width:36px;text-align:center}.ct-row{transition:background .15s ease,box-shadow .15s ease;animation:ct-row-enter .28s ease-out both;animation-delay:var(--ct-stagger,0ms)}.ct-row td{padding:6px 10px;border:0;border-bottom:1px solid rgba(136,153,183,.06);vertical-align:middle;color:#e4e4e7}.ct-row:last-child td{border-bottom:0}.ct-row:hover{background:#8899b70d;box-shadow:inset 3px 0 0 0 var(--ct-accent,rgba(136,153,183,.2))}@keyframes ct-row-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ct-name-cell{display:flex;align-items:center;gap:8px}.ct-sprite{display:block;width:36px;height:36px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.ct-name{font-weight:600;color:#fafafa;text-decoration:none;font-size:12px;transition:color .15s ease;white-space:nowrap}.ct-name:hover{color:var(--ct-accent,#a78bfa)}.ct-name-group{display:flex;flex-direction:column;gap:3px;min-width:0}.ct-types{display:flex;gap:4px;flex-wrap:wrap}.ct-stab-cell{display:flex;align-items:center;gap:6px}.ct-stab-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px 2px 5px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#e4e4e7;line-height:1;white-space:nowrap}.ct-stab-badge:before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0}.ct-stab-badge--normal:before{background:#a8a8a8}.ct-stab-badge--fire:before{background:#f97316}.ct-stab-badge--water:before{background:#3b82f6}.ct-stab-badge--electric:before{background:#eab308}.ct-stab-badge--grass:before{background:#22c55e}.ct-stab-badge--ice:before{background:#06b6d4}.ct-stab-badge--fighting:before{background:#ef4444}.ct-stab-badge--poison:before{background:#a855f7}.ct-stab-badge--ground:before{background:#d97706}.ct-stab-badge--flying:before{background:#8b5cf6}.ct-stab-badge--psychic:before{background:#ec4899}.ct-stab-badge--bug:before{background:#84cc16}.ct-stab-badge--rock:before{background:#a16207}.ct-stab-badge--ghost:before{background:#7c3aed}.ct-stab-badge--dragon:before{background:#6366f1}.ct-stab-badge--dark:before{background:#57534e}.ct-stab-badge--steel:before{background:#64748b}.ct-stab-badge--fairy:before{background:#f472b6}.ct-quad{font-size:9px;font-weight:800;color:#ef4444;background:#ef44441f;padding:2px 5px;border-radius:3px;letter-spacing:.5px;white-space:nowrap}.ct-tier-cell{text-align:center;width:56px}.ct-tier-stack{display:flex;flex-direction:column;align-items:center;gap:2px}.ct-tier{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:9px;font-weight:800;letter-spacing:.02em}.ct-why{display:block;font-size:11px;color:#ffffff61;line-height:1.3;font-style:italic;white-space:normal;word-wrap:break-word}.ct-winrate-label{font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1.2}.ct-winrate-label--high{color:#4ade80}.ct-winrate-label--mid{color:#fbbf24}.ct-winrate-label--low{color:#71717a}.td-no-comp-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px 20px;text-align:center}.td-no-comp-placeholder svg{opacity:.4}.td-no-comp-title{font-size:12px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.td-no-comp-desc{font-size:11px;color:#ffffff59;line-height:1.5;max-width:280px;margin:0}.td-no-comp-desc strong{color:#ffffff8c}.ct-show-more{display:block;width:100%;padding:5px 10px 6px;margin:-2px 0 0;font-size:10px;font-weight:600;color:#a78bfa;text-align:center;cursor:pointer;letter-spacing:.03em;background:transparent;border:none;transition:color .15s ease}.ct-show-more:hover{color:#c4b5fd}.ct-move-rec{display:flex;flex-direction:column;gap:3px}.ct-move-rec-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#86efac}.ct-move-rec-meta{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.ct-move-rec-stat{font-size:8px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.03em}.ct-eff-badge{font-size:8px;font-weight:800;padding:1px 5px;border-radius:3px;letter-spacing:.3px;white-space:nowrap}.ct-eff-badge--se{color:#ef4444;background:#ef44441f}.ct-calc-link{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px 6px;margin:0;font-size:10px;font-weight:600;color:#a78bfa99;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:color .15s ease}.ct-calc-link:hover svg{opacity:1}@media(max-width:800px){tr.ct-row--overflow,tr.ct-row--overflow[hidden]{display:table-row!important}.ct-show-more{display:none!important}}@media(prefers-reduced-motion:reduce){.ct-row{animation:none!important;transition:none!important}}.td-mode-toggle{display:flex;gap:2px;padding:2px;margin:10px 10px 0;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:6px}.td-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;min-height:2.25rem;font-size:11px;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.04em;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.td-mode-btn:hover:not(.active){color:#d4d4d8;background:#ffffff08}.td-mode-btn.active{color:#e9d5ff;background:linear-gradient(135deg,#a78bfa26,#6366f11a)}.td-mode-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.td-mode-icon{width:13px;height:13px;opacity:.6;flex-shrink:0}.td-mode-btn.active .td-mode-icon{opacity:1}@media(max-width:800px){.td-mode-toggle{margin:8px 8px 0}}@media(max-width:480px){.td-mode-btn{min-height:2.75rem;font-size:11px}}@media(prefers-reduced-motion:reduce){.td-mode-btn{transition:none}}.td-counters--empty{padding:10px}.td-badge-selector{display:flex;flex-wrap:wrap;gap:4px;padding:8px 10px 4px}.td-badge-chip{display:flex;align-items:center;gap:4px;padding:4px 8px;min-height:2.25rem;font-size:11px;font-weight:600;color:#a1a1aa;text-decoration:none;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:999px;white-space:nowrap;cursor:pointer;transition:all .15s ease}.td-badge-chip:hover{color:#d4d4d8;background:#ffffff0f;text-decoration:none}.td-badge-chip.active{color:#e9d5ff;background:linear-gradient(135deg,#a78bfa2e,#6366f11f);border-color:#a78bfa4d}.td-badge-chip:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.td-badge-num{display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:11px;font-weight:700;color:#71717a;background:#ffffff0f;border-radius:50%;flex-shrink:0}.td-badge-chip.active .td-badge-num{color:#c4b5fd;background:#a78bfa40}.td-badge-icon{width:20px;height:20px;flex-shrink:0;object-fit:contain;filter:brightness(.85) saturate(.7);transition:filter .15s ease}.td-badge-chip.active .td-badge-icon{filter:brightness(1) saturate(1) drop-shadow(0 0 3px rgba(167,139,250,.5))}@media(prefers-reduced-motion:reduce){.td-badge-icon{transition:none}}.td-badge-star{font-size:13px;color:#eab308}.td-badge-postgame{border-style:dashed}.td-badge-chip.active.td-badge-postgame .td-badge-star{color:#facc15;text-shadow:0 0 6px rgba(250,204,21,.4)}.td-badge-dlc{border-style:dotted;border-color:#2dd4bf40}.td-badge-dlc .td-badge-num{color:#2dd4bf;background:#2dd4bf1f}.td-badge-chip.active.td-badge-dlc{color:#99f6e4;background:linear-gradient(135deg,#2dd4bf2e,#14b8a61f);border-color:#2dd4bf4d}.td-badge-chip.active.td-badge-dlc .td-badge-num{color:#5eead4;background:#2dd4bf40}.td-badge-name{font-size:11px;letter-spacing:.02em}@media(max-width:800px){.td-badge-selector{padding:6px 8px 2px}}@media(max-width:480px){.td-badge-chip{min-height:2.75rem;padding:6px 10px}}@media(prefers-reduced-motion:reduce){.td-badge-chip{transition:none}}.td-tabs{display:flex;gap:2px;background:#ffffff05;border-radius:8px;padding:2px;margin:10px 10px 8px}.td-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;font-size:9px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.td-tab:hover:not(.active){color:#a1a1aa;background:#ffffff08}.td-tab.active{color:#e9d5ff;background:linear-gradient(135deg,#a78bfa26,#6366f11a)}.td-tab-count{font-size:8px;font-weight:700;color:#52525b;background:#ffffff0f;padding:2px 6px;border-radius:10px;font-family:var(--font-mono,ui-monospace,monospace)}.td-tab.active .td-tab-count{color:#a78bfa;background:#a78bfa33}.td-tab-panel{display:none}.td-tab-panel.active{display:flex;flex-direction:column;flex:1}.td-counters,.td-strong-against{flex:1}.td-strong-against{padding:12px 14px}.ct-resist-level{font-size:9px;font-weight:700;color:#86efac;background:#86efac1a;padding:2px 5px;border-radius:3px;letter-spacing:.3px;white-space:nowrap}.ct-row[data-ct-expand]{cursor:pointer}.ct-row[data-ct-expand]:hover{background:#8b5cf60f}.ct-expand-cell{width:28px;text-align:center;vertical-align:middle;padding:0 4px 0 0}.ct-chevron{transition:transform .2s ease;opacity:.5;flex-shrink:0}.ct-row[data-ct-expand]:hover .ct-chevron{opacity:1}.ct-expand-row td{padding:0;border-top:none}.ct-expand-row[hidden]{display:none}.ct-build-card{background:#0f0a1e80;border:1px solid rgba(139,92,246,.12);border-radius:6px;padding:10px 12px;margin:0 4px 8px}.ct-build-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ct-build-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffffff73}.ct-build-role{font-size:9px;font-weight:600;padding:1px 6px;border-radius:3px;background:#8b5cf626;color:#c4b5fd;letter-spacing:.3px}.ct-build-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:8px}.ct-build-item{display:flex;flex-direction:column;gap:2px}.ct-build-key{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffffff59}.ct-build-val{font-size:11px;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-build-moves{margin-bottom:8px}.ct-move-list{list-style:none;padding:0;margin:4px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:4px 8px}.ct-move-list li{font-size:11px;color:#ffffffd9;display:flex;align-items:center;gap:5px;line-height:1.5;background:#ffffff0a;border-radius:4px;padding:3px 8px}.ct-move-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#888}.ct-move-dot.type-normal{background:#a8a8a8}.ct-move-dot.type-fire{background:#f97316}.ct-move-dot.type-water{background:#3b82f6}.ct-move-dot.type-electric{background:#eab308}.ct-move-dot.type-grass{background:#22c55e}.ct-move-dot.type-ice{background:#06b6d4}.ct-move-dot.type-fighting{background:#ef4444}.ct-move-dot.type-poison{background:#a855f7}.ct-move-dot.type-ground{background:#d97706}.ct-move-dot.type-flying{background:#8b5cf6}.ct-move-dot.type-psychic{background:#ec4899}.ct-move-dot.type-bug{background:#84cc16}.ct-move-dot.type-rock{background:#a16207}.ct-move-dot.type-ghost{background:#7c3aed}.ct-move-dot.type-dragon{background:#6366f1}.ct-move-dot.type-dark{background:#57534e}.ct-move-dot.type-steel{background:#64748b}.ct-move-dot.type-fairy{background:#f472b6}.ct-move-tag{font-size:11px;font-weight:600;color:#a78bfad9;letter-spacing:.3px;text-transform:uppercase;margin-left:auto;white-space:nowrap}.ct-move-tag--tm{color:#fbbf24cc}.ct-obtain-row{display:flex;align-items:center;gap:6px;padding:4px 8px;margin-bottom:6px;background:#38bdf80f;border-radius:5px;border:1px solid rgba(56,189,248,.12)}.ct-obtain-row .ct-encounter-tag{font-size:8px}.ct-obtain-row .ct-build-key{font-size:7px}.ct-encounter-tag{font-size:11px;font-weight:600;color:#38bdf8cc;text-transform:uppercase;letter-spacing:.3px;margin-left:auto}.ct-build-link{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#a78bfa;text-decoration:none;transition:color .15s}.ct-build-link:hover{color:#c4b5fd}.ct-pool-hint{font-size:12px;color:#ffffff80;font-style:italic;padding:6px 0 2px;margin:0}.ct-no-build{font-size:10px;color:#fff6;font-style:italic;padding:4px 0}.ct-no-build-type{color:#fff9}.ct-strong-section{margin-top:4px;border-top:1px solid rgba(139,92,246,.1)}.ct-strong-toggle{display:flex;align-items:center;gap:6px;width:100%;padding:10px 14px;background:none;border:none;color:#fff9;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:color .15s}.ct-strong-toggle:hover{color:#ffffffd9}.ct-strong-count{font-size:9px;background:#8b5cf626;color:#a78bfa;padding:1px 5px;border-radius:3px;font-weight:600}.ct-strong-toggle .ct-chevron{margin-left:auto}.ct-strong-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.ct-calc-teaser{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;margin:4px 0 0;border-top:1px solid rgba(139,92,246,.08)}.ct-calc-label{font-size:9px;color:#ffffff59;letter-spacing:.3px}.ct-calc-link{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#a78bfa;text-decoration:none;transition:color .15s}.ct-calc-link:hover{color:#c4b5fd}.ct-calc-link svg{opacity:.7}.ct-dmg-preview{margin-top:8px;padding-top:8px;border-top:1px solid rgba(139,92,246,.08)}.ct-dmg-rows{display:flex;flex-direction:column;gap:5px;margin-top:5px}.ct-dmg-row{display:flex;align-items:center;gap:6px;font-size:10px}.ct-dmg-move{color:#ffffffa6;min-width:80px;max-width:100px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px}.ct-dmg-move:hover{color:#c4b5fd}.ct-dmg-bar-wrap{flex:1;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.ct-dmg-bar{height:100%;border-radius:3px;background:linear-gradient(90deg,#a78bfa,#7c3aed);transition:width .3s ease}.ct-dmg-bar--ko{background:linear-gradient(90deg,#ef4444,#dc2626)}.ct-dmg-pct{color:#ffffff80;font-size:9px;min-width:42px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.ct-dmg-ko{font-size:8px;font-weight:700;color:#ef4444;background:#ef44441f;padding:1px 4px;border-radius:2px;letter-spacing:.5px}.ct-dmg-eff{font-size:8px;font-weight:700;color:#ef4444;opacity:.7;margin-left:2px}.ct-dmg-calc-icon{opacity:.35;vertical-align:middle;margin-left:2px}@media(max-width:800px){.ct-build-grid{grid-template-columns:1fr 1fr}.ct-move-list{grid-template-columns:1fr}.ct-dmg-move{min-width:60px;max-width:70px}}.td-unreleased-notice{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;min-height:120px}.td-unreleased-icon svg{width:32px;height:32px;stroke:#a855f780;margin-bottom:.75rem}.td-unreleased-text{color:#ffffffd9;font-size:.9rem;line-height:1.5;margin:0 0 .4rem}.td-unreleased-hint{color:#ffffff73;font-size:.8rem;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdata{--surface-1:#0f0f12;--surface-2:#0a0a0c;--border:rgba(255,255,255,.04);--border-subtle:rgba(255,255,255,.02);--text-1:#fafafa;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#22d3ee;height:100%;position:relative}.pdata-container{background:linear-gradient(135deg,rgba(34,211,238,.03) 0%,transparent 50%),linear-gradient(180deg,#0f0f12,#0a0a0c);box-shadow:inset 0 1px #ffffff05;height:100%;display:flex;flex-direction:column}.pdata:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(34,211,238,.3),transparent 60%);z-index:1}.pdata-header{display:flex;align-items:center;padding:10px 12px;border-bottom:1px solid var(--border)}.pdata-header-left{display:flex;align-items:center;gap:6px}.pdata-icon{width:14px;height:14px;color:var(--accent);opacity:.7}.pdata-title{font-size:11px;font-weight:600;color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;margin:0}.pdata-content{padding:10px 12px;display:flex;flex-direction:column;gap:10px;flex:1;overflow:visible}.pdata-ev{display:flex;flex-direction:column;gap:10px}.pdata-ev-labelrow{display:flex;align-items:center;justify-content:space-between;gap:12px}.pdata-ev-labelgroup{display:flex;align-items:center;gap:6px}.pdata-ev-label{font-size:11px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.6px}.pdata-ev-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:help}.pdata-ev-tooltip-icon{width:14px;height:14px;color:#ffffff4d;transition:color .15s ease}.pdata-ev-tooltip:hover .pdata-ev-tooltip-icon,.pdata-ev-tooltip:focus .pdata-ev-tooltip-icon{color:#ffffffb3}.pdata-ev-tooltip-content{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);padding:8px 12px;background:#1a1a1e;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:11px;font-weight:500;color:var(--text-1);white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:100;box-shadow:0 4px 12px #0006}.pdata-ev-tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a1a1e}.pdata-ev-tooltip:hover .pdata-ev-tooltip-content,.pdata-ev-tooltip:focus .pdata-ev-tooltip-content{opacity:1;visibility:visible}.pdata-ev-hublink{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:500;color:#ffffff73;text-decoration:none;letter-spacing:.2px;white-space:nowrap;transition:color .15s ease,gap .15s ease}.pdata-ev-hublink:hover{color:#ffffffbf;gap:7px}.pdata-ev-hublink:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:4px;border-radius:2px}.pdata-ev-hublink-icon{width:12px;height:12px;flex-shrink:0;opacity:.7;transition:opacity .15s ease,transform .15s ease}.pdata-ev-hublink:hover .pdata-ev-hublink-icon{opacity:1;transform:translate(1px,-1px)}.pdata-ev-pills{display:flex;gap:6px;flex-wrap:wrap}.pdata-ev-pill{display:flex;align-items:center;gap:4px;padding:6px 10px;background:#0006;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:11px;min-width:42px;justify-content:center;transition:all .15s ease}.pdata-ev-pill-label{font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.3px}.pdata-ev-pill-value{font-weight:700;color:var(--text-1)}.pdata-ev-pill--active{background:var(--stat-color);border-color:var(--stat-color-border);box-shadow:0 2px 8px var(--stat-glow)}.pdata-ev-pill--active .pdata-ev-pill-label{color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.3)}.pdata-ev-pill--active .pdata-ev-pill-value{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.pdata-ev-pill--hp{--stat-color:#ff595e;--stat-color-border:#ff6b6f;--stat-glow:rgba(255,89,94,.35)}.pdata-ev-pill--attack{--stat-color:#ff8d29;--stat-color-border:#ffa04a;--stat-glow:rgba(255,141,41,.35)}.pdata-ev-pill--defense{--stat-color:#ffca3a;--stat-color-border:#ffd45c;--stat-glow:rgba(255,202,58,.35)}.pdata-ev-pill--sp_atk{--stat-color:#5a8dee;--stat-color-border:#6b9cf0;--stat-glow:rgba(90,141,238,.35)}.pdata-ev-pill--sp_def{--stat-color:#5dc77e;--stat-color-border:#6ed08d;--stat-glow:rgba(93,199,126,.35)}.pdata-ev-pill--speed{--stat-color:#e667a4;--stat-color-border:#eb7fb2;--stat-glow:rgba(230,103,164,.35)}.pdata-abilities{display:flex;flex-direction:column;gap:6px}.pdata-abilities-label{font-size:10px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.6px}.pdata-abilities-list{display:flex;flex-direction:column;gap:1px;background:#ffffff08;border-radius:6px;overflow:hidden}.pdata-ability-card{background:#ffffff05;padding:10px 12px;border-left:2px solid rgba(255,255,255,.08);cursor:default;user-select:text;-webkit-user-select:text;pointer-events:auto}.pdata-ability-card:active,.pdata-ability-card:focus{outline:none;transform:none;background:#ffffff05}.pdata-ability-card:first-child{border-radius:6px 6px 0 0}.pdata-ability-card:last-child{border-radius:0 0 6px 6px}.pdata-ability-card:only-child{border-radius:6px}.pdata-ability-card--hidden{background:#ffffff05;border-left:2px solid rgba(168,139,250,.35)}.pdata-ability-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pdata-ability-name{font-size:13px;font-weight:600;color:var(--text-1)}.pdata-ability-card--hidden .pdata-ability-name{color:var(--text-1)}.pdata-ability-ha{font-size:9px;font-weight:600;padding:2px 5px;background:#a88bfa1f;border:1px solid rgba(168,139,250,.2);border-radius:3px;color:#a88bfacc;letter-spacing:.01em;line-height:1.3}.pdata-ability-desc{font-size:11px;color:var(--text-2);line-height:1.5;margin:0}.pdata-training-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.pdata-training-cell{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:#ffffff05;border-radius:4px;border:1px solid rgba(255,255,255,.03)}.pdata-training-row{display:flex;align-items:center;gap:6px}.pdata-training-label{font-size:8px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.3px;min-width:38px}.pdata-training-bar{flex:1;height:4px;background:#0000004d;border-radius:2px;overflow:hidden;min-width:30px;max-width:50px}.pdata-training-fill{height:100%;border-radius:2px}.pdata-training-fill--green{background:linear-gradient(90deg,#22c55e,#4ade80)}.pdata-training-fill--blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.pdata-training-fill--yellow{background:linear-gradient(90deg,#eab308,#facc15)}.pdata-training-fill--orange{background:linear-gradient(90deg,#f97316,#fb923c)}.pdata-training-fill--red{background:linear-gradient(90deg,#ef4444,#f87171)}.pdata-training-fill--purple{background:linear-gradient(90deg,#a855f7,#c084fc)}.pdata-training-value{font-size:11px;font-weight:600;color:var(--text-1);font-family:ui-monospace,monospace}.pdata-training-tier{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.2px}.pdata-training-tier--guaranteed,.pdata-training-tier--easy,.pdata-training-tier--fast{color:#22c55e}.pdata-training-tier--standard{color:#60a5fa}.pdata-training-tier--moderate{color:#fde047}.pdata-training-tier--hard,.pdata-training-tier--slow{color:#f97316}.pdata-training-tier--very-hard{color:#ef4444}.pdata-training-tier--legendary{color:#c4b5fd}.pdata-footer{display:flex;flex-direction:column;gap:4px;padding:8px 10px;background:#ffffff04;border-radius:4px;border:1px solid rgba(255,255,255,.025);font-size:10px;line-height:1.4}.pdata-footer-line{display:flex;align-items:center;gap:6px}.pdata-footer-line--primary{color:var(--text-2)}.pdata-footer-line--secondary{color:var(--text-3);font-size:9px}.pdata-footer-group{display:flex;align-items:center;gap:4px}.pdata-footer-sep{color:#ffffff26;font-weight:300;margin:0 2px}.pdata-footer-dot{color:#ffffff40;font-size:8px}.pdata-footer-dex{font-family:ui-monospace,monospace;font-weight:600;color:var(--text-2)}.pdata-footer-label{font-weight:400;color:var(--text-3);font-size:9px;margin-left:2px}.pdata-footer-size{font-weight:600;color:var(--text-2)}.pdata-footer-alt{font-weight:400;color:var(--text-3);font-size:9px}.pdata-footer-species{color:var(--text-3);font-style:italic}.pdata-footer-exp{color:var(--text-3);font-family:ui-monospace,monospace}@media(max-width:600px){.pdata-content{padding:8px 10px;gap:8px}.pdata-ev-labelrow{flex-direction:column;align-items:flex-start;gap:6px}.pdata-ev-pills{gap:4px}.pdata-ev-pill{padding:5px 8px;min-width:36px;font-size:10px}.pdata-ev-tooltip-content{left:0;transform:none;white-space:normal;max-width:200px}.pdata-ev-tooltip-content:after{left:12px;transform:none}.pdata-ability-card{padding:8px 10px}.pdata-ability-name{font-size:12px}.pdata-ability-desc{font-size:10px}.pdata-training-grid{grid-template-columns:1fr}.pdata-footer-line{flex-wrap:wrap}}@media(hover:none){.pdata-ev-tooltip:focus .pdata-ev-tooltip-content{opacity:1;visibility:visible}}@media(prefers-reduced-motion:reduce){.pdata-ev-pill,.pdata-ev-hublink,.pdata-ev-tooltip-icon,.pdata-ev-tooltip-content,.pdata-ev-hublink-icon{transition:none}}.pdata:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
