: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}}.pdex-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-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}.pdex-header--animate{animation:pdex-header-entrance .5s cubic-bezier(.16,1,.3,1) both}.pdex-header:not(.pdex-header--animate){will-change:auto}.pdex-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pdex-header.pdex-header--minimal{height:auto;min-height:160px}.pdex-header.pdex-header--minimal.pdex-header--has-nav{min-height:210px;--fh-nav-space:50px}.pdex-header.pdex-header--minimal .pdex-header-visual,.pdex-header.pdex-header--minimal .pdex-header-ambient-wrap{display:none}.pdex-header.pdex-header--minimal.pdex-header--ambient-only .pdex-header-ambient-wrap{display:block!important;visibility:visible!important}.pdex-header.pdex-header--minimal .pdex-header-overlay{position:relative;inset:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pdex-header.pdex-header--minimal .pdex-header-name{font-size:26px;line-height:1.1}.pdex-header.pdex-header--minimal .pdex-header-subtitle{font-size:14px}.pdex-header.pdex-header--minimal .pdex-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}}.pdex-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))}.pdex-header.pdex-header--minimal.pdex-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pdex-header.pdex-header--minimal.pdex-header--has-action-bar .pdex-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pdex-header--has-action-bar:not(.pdex-header--minimal) .pdex-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pdex-header.pdex-header--minimal{min-height:150px}.pdex-header.pdex-header--minimal.pdex-header--has-nav{min-height:196px;--fh-nav-space:46px}.pdex-header.pdex-header--minimal .pdex-header-overlay{padding-top:24px}.pdex-header.pdex-header--minimal.pdex-header--has-action-bar .pdex-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pdex-header.pdex-header--minimal .pdex-header-name{font-size:22px}.pdex-header.pdex-header--minimal .pdex-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pdex-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pdex-header.pdex-header--minimal{min-height:130px}.pdex-header.pdex-header--minimal .pdex-header-overlay{padding-top:18px}.pdex-header.pdex-header--minimal.pdex-header--has-action-bar .pdex-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pdex-header.pdex-header--minimal .pdex-header-name{font-size:18px}.pdex-header.pdex-header--minimal .pdex-header-subtitle{font-size:11px}.pdex-header.pdex-header--minimal .pdex-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pdex-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pdex-header-entrance{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.pdex-header--animate .pdex-header-name{animation:pdex-header-fade-up .5s cubic-bezier(.16,1,.3,1) .1s both}.pdex-header--animate .pdex-header-subtitle,.pdex-header--animate .pdex-header-tagline{animation:pdex-header-fade-up .5s cubic-bezier(.16,1,.3,1) .15s both}.pdex-header--animate .pdex-header-badges{animation:pdex-header-fade-up .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes pdex-header-fade-up{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.pdex-header,.pdex-header--animate,.pdex-header-image,.pdex-header-nav-arrow,.pdex-header *{animation:none!important}.pdex-header *{transition-duration:.01ms!important}}.pdex-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}.pdex-header-action-bar>*{pointer-events:auto}.pdex-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pdex-header-action-bar-right{display:flex;align-items:center;gap:20px}.pdex-header-action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.pdex-header-action-btn:hover{transform:scale(1.05)}.pdex-header-action-btn:active{transform:scale(.95)}.pdex-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pdex-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}.pdex-header-action-btn:hover .pdex-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pdex-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pdex-header-action-btn:hover .pdex-header-action-ring svg{color:#fffc}.pdex-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pdex-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pdex-header-action--rose.is-active .pdex-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pdex-header-action--rose.is-active .pdex-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pdex-header-action--rose.is-active .pdex-header-action-label strong{color:#f43f5ecc}.pdex-header-action-btn .fav-icon-outline{display:block}.pdex-header-action-btn .fav-icon-filled,.pdex-header-action-btn.is-active .fav-icon-outline{display:none}.pdex-header-action-btn.is-active .fav-icon-filled{display:block}.pdex-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){.pdex-header-share-dropdown{animation:none}}.pdex-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}.pdex-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}.pdex-header-share-option:hover{background:#ffffff1a;color:#fff}.pdex-header-share-option:active{opacity:.8}.pdex-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pdex-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pdex-header-share-option[data-platform=twitter]:hover{background:#1da1f226;color:#1da1f2}.pdex-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pdex-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pdex-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pdex-header-action-ring .share-icon-apple,.pdex-header-action-ring .share-icon-android,.pdex-header-action-ring .share-icon-other{display:none}[data-share-platform=apple] .pdex-header-action-ring .share-icon-apple,[data-share-platform=android] .pdex-header-action-ring .share-icon-android,[data-share-platform=other] .pdex-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pdex-header-action-bar{padding:12px 16px}.pdex-header-action-bar-right{gap:12px}}@media(max-width:520px){.pdex-header-action-bar{padding:10px 12px}.pdex-header-action-bar-right{gap:8px}.pdex-header-action-label{display:none}.pdex-header-action-ring{width:40px;height:40px}}.pdex-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pdex-header-gradient-svg{width:100%;height:100%}.pdex-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}.pdex-header:hover .pdex-header-ambient-wrap,.pdex-header--active .pdex-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pdex-header [class$=-ambient],.pdex-header .rb-ambient,.pdex-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pdex-header:hover [class$=-ambient],.pdex-header:hover .rb-ambient,.pdex-header:hover [data-ambient-layer],.pdex-header--active [class$=-ambient],.pdex-header--active .rb-ambient,.pdex-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pdex-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}.pdex-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}.pdex-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.pdex-header .pdex-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}.pdex-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}.pdex-header-figure{margin:0;padding:0}.pdex-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:pdex-header-breathe 6s ease-in-out infinite}@keyframes pdex-header-breathe{0%,to{opacity:1}50%{opacity:.92}}.pdex-header:hover .pdex-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))}.pdex-header .pdex-header-overlay{position:absolute;top:auto;bottom:calc(8px + var(--fh-nav-space,0px));left:0;right:0;z-index:4;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pdex-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}.pdex-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}.pdex-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}.pdex-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}.pdex-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pdex-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pdex-header-meta dt{font-size:10px;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pdex-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.pdex-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pdex-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}.pdex-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%)}.pdex-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%)}.pdex-header-nav-link:hover,.pdex-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pdex-header-nav-prev:hover,.pdex-header-nav-prev:focus-visible{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pdex-header-nav-next:hover,.pdex-header-nav-next:focus-visible{background:linear-gradient(-90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pdex-header-nav-img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease;flex-shrink:0}.pdex-header-nav-link:hover .pdex-header-nav-img,.pdex-header-nav-link:focus-visible .pdex-header-nav-img{transform:scale(1.1)}.pdex-header-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#fffc;flex-shrink:0;transition:transform .3s ease}.pdex-header-nav-icon svg{width:100%;height:100%}.pdex-header-nav-link:hover .pdex-header-nav-icon,.pdex-header-nav-link:focus-visible .pdex-header-nav-icon{transform:scale(1.1)}.pdex-header-nav-name{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);opacity:0;transition:opacity .25s ease .05s;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.pdex-header-nav-link:hover .pdex-header-nav-name,.pdex-header-nav-link:focus-visible .pdex-header-nav-name{opacity:1}.pdex-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:pdex-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pdex-header-arrow-pulse{0%,to{opacity:.6}50%{opacity:1}}.pdex-header-nav-link:hover .pdex-header-nav-arrow,.pdex-header-nav-link:focus-visible .pdex-header-nav-arrow{color:#fff;animation:none}.pdex-header-nav-prev:hover .pdex-header-nav-arrow{transform:translate(-3px)}.pdex-header-nav-next:hover .pdex-header-nav-arrow{transform:translate(3px)}.pdex-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pdex-header{--fh-height:260px;--fh-image-size:180px}.pdex-header-name{font-size:28px}}@media(max-width:768px){.pdex-header{--fh-height:240px;--fh-image-size:160px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pdex-header--has-nav{--fh-nav-space:70px}.pdex-header-name{font-size:26px}.pdex-header-nav-img{width:56px;height:56px}.pdex-header-nav-arrow{font-size:20px}.pdex-header-nav-name{font-size:10px;max-width:60px}.pdex-header-nav-link{gap:5px}}@media(max-width:520px){.pdex-header{--fh-height:220px;--fh-image-size:120px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:.25}.pdex-header:not(.pdex-header--has-nav){border-radius:6px}.pdex-header--has-nav{border-radius:6px 6px 0 0}.pdex-header-image{transform:translateY(-16px)}.pdex-header .pdex-header-overlay{padding:0 16px}.pdex-header-name{font-size:22px}.pdex-header-subtitle{font-size:11px}.pdex-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pdex-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pdex-header-badge{font-size:9px;padding:3px 7px}.pdex-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pdex-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pdex-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pdex-header-nav-img{width:52px;height:52px}.pdex-header-nav-arrow{order:1!important;font-size:16px}.pdex-header-nav-img{order:2!important}.pdex-header-nav-name{order:3!important;display:none}.pdex-header-meta{gap:10px}.pdex-header-meta dt{font-size:9px}.pdex-header-meta dd{font-size:12px}}@media(max-width:380px){.pdex-header{--fh-height:200px;--fh-image-size:115px}.pdex-header .pdex-header-overlay{padding:0 12px}.pdex-header-name{font-size:20px}.pdex-header-nav-link{min-height:44px}.pdex-header-nav-img{width:44px;height:44px}}.pdex-browser-content{display:grid;grid-template-rows:1fr}.pdex-browser-content-inner{overflow:hidden;min-height:0}.pdex-games-content{display:grid;grid-template-rows:1fr}.pdex-games-content-inner{overflow:hidden;min-height:0}.pfaq-content{display:grid;grid-template-rows:1fr}.pfaq-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}}.pdex-scroll-nav{--scroll-nav-active-glow:rgba(99,102,241,.35);--scroll-nav-active-color:#a78bfa;--scroll-nav-height:48px;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:var(--scroll-nav-height);margin-top:calc(var(--fh-nav-landing,80px) * -1);margin-left:1rem;margin-right:1rem;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}.pdex-scroll-nav.is-stuck{background:#0d0d0feb;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 2px 20px #00000059;border-radius:0}.pdex-scroll-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}.pdex-scroll-nav-sections::-webkit-scrollbar{display:none}.pdex-scroll-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;cursor:pointer;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}.pdex-scroll-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)}.pdex-scroll-nav-link:hover:before,.pdex-scroll-nav-link.active:before,.pdex-scroll-nav-link:hover+.pdex-scroll-nav-link:before,.pdex-scroll-nav-link.active+.pdex-scroll-nav-link:before{opacity:0}.pdex-scroll-nav-link:hover:not(.active){color:#ffffffe6;background:#ffffff0d}.pdex-scroll-nav-link:not(.active):not(:hover){background:transparent}.pdex-scroll-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.pdex-scroll-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}.pdex-scroll-nav-link:not(.active):after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pdex-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pdex-scroll-nav-link:focus:not(:focus-visible){outline:none}.pdex-scroll-nav-link:focus:not(.active){background:transparent}@media(max-width:768px){.pdex-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pdex-scroll-nav-sections{padding:2px;border-radius:8px}.pdex-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pdex-scroll-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%)}.pdex-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pdex-scroll-nav-link,.pdex-scroll-nav-link:before,.pdex-scroll-nav-link:after,.pdex-scroll-nav,.pdex-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pdex-scroll-nav-top,#pokemon-browser,#game-availability,#faq{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}}.pdex-hero-svg{filter:drop-shadow(0 8px 24px rgba(0,0,0,.6)) drop-shadow(0 0 12px rgba(239,68,68,.3));transition:transform .4s ease,filter .4s ease;transform:translate3d(0,-8px,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,filter}.pdex-header:hover .pdex-hero-svg{filter:drop-shadow(0 12px 32px rgba(0,0,0,.7)) drop-shadow(0 0 20px rgba(239,68,68,.4)) drop-shadow(0 0 40px rgba(239,68,68,.2));transform:translate3d(0,-12px,0) scale(1.02)}@media(prefers-reduced-motion:reduce){.pdex-hero-svg{animation:none!important;transition:none!important}}.pdex-header .pdex-header-figure{margin-bottom:36px}@media(max-width:600px){.pdex-header .pdex-header-figure{margin-bottom:24px}}.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--recent:after{content:"";position:absolute;bottom:-4px;left:25%;right:25%;height:2px;border-radius:1px;background:#fff6;z-index:3}.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}}.pdex-ambient{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pdex-ambient-stream{will-change:transform,opacity;animation:pdex-ambient-stream 8s linear infinite;opacity:0}@keyframes pdex-ambient-stream{0%{transform:translate(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translate(500px);opacity:0}}.rb-header:hover .pdex-ambient-dot,.pdex-header:hover .pdex-ambient-dot{animation:pdex-ambient-dot-pulse 2s ease-in-out infinite}@keyframes pdex-ambient-dot-pulse{0%,to{opacity:inherit}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.pdex-ambient-stream{animation:none!important;opacity:.4;transform:translate(150px)}.pdex-ambient-dot{animation:none!important}}#pokedex-content{display:flex;flex-direction:column;background:transparent;color:#fff;padding:0}.pdex-header{margin:0}.pdex-scroll-nav.is-stuck{margin-left:0;margin-right:0}.pdex-controls-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1.5rem}.rb-section{margin-left:0;margin-right:0}.pdex-controls-bar .pfilt{flex:1;border-radius:10px;margin:0}@media(max-width:640px){.pdex-controls-bar{flex-direction:column;align-items:stretch}}.pdex-browser-inner{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;padding:0;background:transparent;align-items:start}@media(max-width:768px){.pdex-browser-inner{grid-template-columns:1fr}}.pdex-main-results{display:flex;flex-direction:column;min-width:0;overflow:hidden}.pdex-section-icon{width:18px;height:18px;flex-shrink:0;transition:transform .15s ease}.pdex-browser .pdex-section-icon{color:#ef4444}.pdex-games .pdex-section-icon{color:#a855f7}.pdex-browser-toggle:hover .pdex-section-icon,.pdex-games-toggle:hover .pdex-section-icon{transform:scale(1.1)}.pdex-browser--collapsed .pdex-section-icon,.pdex-games--collapsed .pdex-section-icon{opacity:.7}.pdex-browser.rb-section{overflow:clip!important}.pdex-browser-content,.pdex-games-content{display:grid!important;grid-template-rows:1fr}.pdex-browser-content-inner{overflow:clip!important;min-height:0!important}.pdex-games-content-inner{overflow:hidden!important;min-height:0!important}.pdex-browser--collapsed .pdex-browser-content,.pdex-games--collapsed .pdex-games-content{grid-template-rows:0fr!important}.pdex-browser--collapsed .pdex-browser-content-inner,.pdex-games--collapsed .pdex-games-content-inner{padding:0!important}.pdex-compare-bar{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(100px);display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:#1a1a1f;border:1px solid rgba(59,130,246,.3);border-radius:9999px;box-shadow:0 8px 32px #00000080,0 0 0 1px #3b82f61a;opacity:0;visibility:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;z-index:100}.pdex-compare-bar.is-visible{transform:translate(-50%) translateY(0);opacity:1;visibility:visible}.pdex-compare-bar-count{font-size:.875rem;font-weight:500;color:#fffc;white-space:nowrap}.pdex-compare-bar-avatars{display:flex;gap:-.5rem}.pdex-compare-bar-avatars img{width:36px;height:36px;border-radius:50%;border:2px solid #1a1a1f;background:#151518;margin-left:-8px}.pdex-compare-bar-avatars img:first-child{margin-left:0}.pdex-compare-bar-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;background:#3b82f6;border:none;border-radius:9999px;color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.pdex-compare-bar-btn:hover:not(:disabled){background:#2563eb;transform:scale(1.02)}.pdex-compare-bar-btn:disabled{background:#3b82f666;cursor:not-allowed}.pdex-compare-bar-clear{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:50%;color:#ffffff80;cursor:pointer;transition:background .15s ease,color .15s ease}.pdex-compare-bar-clear:hover{background:#ef444433;color:#ef4444}@media(max-width:768px){.pdex-compare-bar{bottom:1rem;padding:.625rem 1rem;gap:.75rem}.pdex-compare-bar-avatars img{width:32px;height:32px}.pdex-compare-bar-btn{padding:.5rem 1rem;min-height:44px}.pdex-compare-bar-clear{min-width:44px;min-height:44px}}.pdex-compare-modal{position:fixed;inset:0;margin:auto;width:90%;max-width:900px;max-height:90vh;background:#0f0f12;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:0;overflow:hidden;color:#fff}.pdex-compare-modal::backdrop{background:#000c;backdrop-filter:blur(4px)}.pdex-cm-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.pdex-cm-header h2{font-size:1.125rem;font-weight:600;margin:0;color:#fff}.pdex-cm-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:50%;color:#ffffff80;cursor:pointer;transition:background .15s ease,color .15s ease}.pdex-cm-close:hover{background:#ffffff1a;color:#fff}.pdex-cm-body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 70px)}.pdex-cm-pokemon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.pdex-cm-pokemon{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;background:#151518;border:1px solid rgba(255,255,255,.08);border-radius:.5rem}.pdex-cm-sprite{width:80px;height:80px;margin-bottom:.5rem}.pdex-cm-name{font-size:.9375rem;font-weight:600;margin-bottom:.375rem}.pdex-cm-types{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center;margin-bottom:.5rem}.pdex-cm-types .pdex-type-badge{font-size:.6875rem;padding:.125rem .5rem}.pdex-cm-tier{font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:.25rem;background:#ffffff1a}.pdex-cm-stats{display:flex;flex-direction:column;gap:.75rem}.pdex-cm-stat-row{display:grid;grid-template-columns:60px 1fr;gap:.75rem;align-items:center}.pdex-cm-stat-label{font-size:.75rem;font-weight:600;color:#fff9;text-transform:uppercase}.pdex-cm-stat-bars{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.pdex-cm-bar{position:relative;height:24px;background:#ffffff14;border-radius:4px;overflow:hidden}.pdex-cm-bar-fill{height:100%;border-radius:4px;display:flex;align-items:center;padding-left:.5rem;font-size:.75rem;font-weight:600;color:#fff;min-width:fit-content;transition:width .3s ease}.pdex-cm-bar-fill.stat-hp{background:linear-gradient(90deg,#ff5959,#ff8080)}.pdex-cm-bar-fill.stat-atk{background:linear-gradient(90deg,#f5ac78,#f8c897)}.pdex-cm-bar-fill.stat-def{background:linear-gradient(90deg,#fae078,#fcea8d)}.pdex-cm-bar-fill.stat-spa{background:linear-gradient(90deg,#9db7f5,#b5c9f8)}.pdex-cm-bar-fill.stat-spd{background:linear-gradient(90deg,#a7db8d,#bbeba2)}.pdex-cm-bar-fill.stat-spe{background:linear-gradient(90deg,#fa92b2,#fcabc5)}.pdex-cm-bar-fill.stat-bst{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.pdex-cm-stat-row.bst-row{padding-top:.75rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.pdex-cm-stat-row.bst-row .pdex-cm-stat-label{color:#3b82f6}.pdex-cm-footer{display:flex;justify-content:center;padding:12px 1.5rem;border-top:1px solid rgba(255,255,255,.08)}.pdex-cm-full-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#a78bfa;text-decoration:none;padding:6px 14px;border-radius:6px;transition:background .15s,color .15s}.pdex-cm-full-link:hover{background:#a78bfa1a;color:#c4b5fd}.pdex-cm-full-link svg{flex-shrink:0}@media(max-width:768px){.pdex-compare-modal{width:95%;max-height:85vh}.pdex-cm-body{padding:1rem}.pdex-cm-pokemon-grid{grid-template-columns:repeat(2,1fr)}.pdex-cm-close{min-width:44px;min-height:44px}}[data-pixel-sprites="1"] .pdex-qf-sprite,[data-pixel-sprites="1"] .pdex-rv-sprite,[data-pixel-sprites="1"] .pdex-compare-bar-avatars img,[data-pixel-sprites="1"] .pdex-cm-sprite{image-rendering:pixelated;image-rendering:crisp-edges}.pdex-results{--card-min-width:140px;--card-gap:1rem;--card-padding:1rem .75rem;--sprite-size:96px;--name-size:.9375rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--card-min-width),1fr));gap:var(--card-gap);min-width:0}.pdex-results.density-compact{--card-min-width:130px;--card-gap:.75rem;--card-padding:.75rem .5rem;--sprite-size:80px;--name-size:.875rem}.pdex-card{position:relative;background:#151518;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.pdex-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006;border-color:#ffffff26}.pdex-card-link{position:absolute;inset:0;z-index:1}.pdex-card-link:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.compare-mode .pdex-card-link{pointer-events:none}.pdex-card-content{display:flex;flex-direction:column;align-items:center;padding:var(--card-padding,1rem .75rem);text-align:center}.pdex-card-sprite{width:var(--sprite-size,96px);height:var(--sprite-size,96px);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.pdex-sprite{max-width:100%;max-height:100%}.pdex-sprite--pixel{image-rendering:pixelated;image-rendering:crisp-edges}.pdex-card-dex{font-size:.75rem;color:#fff6;font-weight:500;margin-bottom:.25rem}.pdex-card-name{font-size:var(--name-size,.9375rem);font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.2}.pdex-card-types{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.pdex-type-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;background:#a1a1aa;color:#fff}.pdex-type-badge.type-normal{background:#a8a878;color:#fff}.pdex-type-badge.type-fire{background:#f08030;color:#fff}.pdex-type-badge.type-water{background:#6890f0;color:#fff}.pdex-type-badge.type-electric{background:#f8d030;color:#1a1a1a}.pdex-type-badge.type-grass{background:#78c850;color:#fff}.pdex-type-badge.type-ice{background:#98d8d8;color:#1a1a1a}.pdex-type-badge.type-fighting{background:#c03028;color:#fff}.pdex-type-badge.type-poison{background:#a040a0;color:#fff}.pdex-type-badge.type-ground{background:#e0c068;color:#1a1a1a}.pdex-type-badge.type-flying{background:#a890f0;color:#fff}.pdex-type-badge.type-psychic{background:#f85888;color:#fff}.pdex-type-badge.type-bug{background:#a8b820;color:#fff}.pdex-type-badge.type-rock{background:#b8a038;color:#fff}.pdex-type-badge.type-ghost{background:#705898;color:#fff}.pdex-type-badge.type-dragon{background:#7038f8;color:#fff}.pdex-type-badge.type-dark{background:#705848;color:#fff}.pdex-type-badge.type-steel{background:#b8b8d0;color:#1a1a1a}.pdex-type-badge.type-fairy{background:#ee99ac;color:#1a1a1a}@media(max-width:640px){.pdex-results{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.pdex-card-content{padding:.75rem .5rem}.pdex-card-sprite{width:64px;height:64px}.pdex-card-name{font-size:.8125rem}.pdex-type-badge{font-size:.625rem;padding:.0625rem .375rem}}.pdex-results:empty:after{content:"No Pokemon found matching your filters.";display:block;padding:3rem 1rem;text-align:center;color:#71717a;font-size:.9375rem;grid-column:1 / -1}.pdex-results.is-loading{opacity:.5;pointer-events:none}.pdex-card[hidden]{display:none!important}.pdex-favorite-btn{position:absolute;top:.5rem;right:.5rem;z-index:2;padding:.375rem;background:#00000080;border:none;border-radius:50%;cursor:pointer;opacity:.4;transition:opacity .15s ease,transform .15s ease,background .15s ease}.pdex-card:hover .pdex-favorite-btn,.pdex-favorite-btn:focus-visible,.pdex-favorite-btn.is-favorited{opacity:1}.pdex-favorite-btn:hover{transform:scale(1.15);background:#000000b3}.pdex-favorite-btn:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-heart-icon{display:block;width:18px;height:18px;fill:transparent;stroke:#fff;stroke-width:2;transition:fill .15s ease,stroke .15s ease}.pdex-favorite-btn.is-favorited .pdex-heart-icon{fill:#ef4444;stroke:#ef4444}.pdex-favorite-btn:hover .pdex-heart-icon{stroke:#ef4444}@media(max-width:768px){.pdex-favorite-btn{opacity:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}.pdex-compare-check{position:absolute;top:.5rem;left:.5rem;z-index:2;width:24px;height:24px;background:#0009;border:2px solid rgba(255,255,255,.3);border-radius:50%;display:none;align-items:center;justify-content:center;pointer-events:none;transition:background .15s ease,border-color .15s ease,transform .15s ease}.pdex-results.compare-mode .pdex-compare-check{display:flex}.pdex-check-icon{width:14px;height:14px;fill:#fff;opacity:0;transform:scale(.5);transition:opacity .15s ease,transform .15s ease}.pdex-card.is-compared .pdex-compare-check{background:#3b82f6;border-color:#3b82f6;transform:scale(1.1)}.pdex-card.is-compared .pdex-check-icon{opacity:1;transform:scale(1)}.pdex-results.compare-mode .pdex-card:hover .pdex-compare-check{border-color:#3b82f6b3}.pdex-results.compare-mode .pdex-card{cursor:pointer}.pdex-results.compare-mode .pdex-card.is-compared{outline:2px solid #3b82f6;outline-offset:-2px}@media(max-width:768px){.pdex-compare-check{width:32px;height:32px;top:.375rem;left:.375rem}.pdex-check-icon{width:18px;height:18px}}.pdex-card-add-team{position:absolute;bottom:.5rem;right:.5rem;z-index:2;padding:.375rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:50%;cursor:pointer;opacity:0;transform:scale(.8);transition:opacity .15s ease,transform .15s ease,background .15s ease,border-color .15s ease}.pdex-card:hover .pdex-card-add-team{opacity:1;transform:scale(1)}.pdex-card-add-team:hover{background:#3b82f64d;border-color:#3b82f699;transform:scale(1.15)}.pdex-card-add-team:focus-visible{opacity:1;transform:scale(1);outline:2px solid #3b82f6;outline-offset:2px}.pdex-card-add-team:active{transform:scale(.95)}.pdex-add-icon{display:block;width:18px;height:18px;fill:none;stroke:#3b82f6;stroke-width:2.5;stroke-linecap:round}.pdex-card-add-team:hover .pdex-add-icon{stroke:#60a5fa}.pdex-card-add-team.is-added{background:#22c55e33;border-color:#22c55e80;opacity:1;transform:scale(1)}.pdex-card-add-team.is-added .pdex-add-icon{stroke:#22c55e}.pdex-card-add-team.on-team{background:#22c55e26;border-color:#22c55e4d;opacity:.6}.pdex-card:hover .pdex-card-add-team.on-team{opacity:1}@media(max-width:768px){.pdex-card-add-team{opacity:1;transform:scale(1);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}.pdex-card-tier{position:absolute;top:6px;left:6px;z-index:2;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:-.02em}.pdex-card-tier--s{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1a1a;box-shadow:0 2px 8px #fbbf244d}.pdex-card-tier--a{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.pdex-card-tier--b{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 2px 8px #a855f74d}.pdex-card-tier--c{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.pdex-card-tier--d{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;box-shadow:0 2px 8px #6b728033}.pdex-card[data-tier=s]:hover{box-shadow:0 8px 24px #0006,0 0 20px #fbbf2426}.pdex-card[data-tier=a]:hover{box-shadow:0 8px 24px #0006,0 0 20px #ef444426}.pdex-card[data-tier=b]:hover{box-shadow:0 8px 24px #0006,0 0 20px #a855f726}.pdex-card[data-tier=c]:hover{box-shadow:0 8px 24px #0006,0 0 20px #3b82f626}.pdex-card[data-tier=d]:hover{box-shadow:0 8px 24px #0006}.pdex-results.compare-mode .pdex-card-tier{left:36px}@media(max-width:768px){.pdex-card-tier{width:22px;height:22px;font-size:11px}}.pdex-card-exclusive{position:absolute;top:30px;left:6px;z-index:2;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;border-radius:4px;text-transform:uppercase;letter-spacing:-.03em}.pdex-card-exclusive--firered{background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;box-shadow:0 2px 6px #ef444466}.pdex-card-exclusive--leafgreen{background:linear-gradient(135deg,#22c55e,#15803d);color:#fff;box-shadow:0 2px 6px #22c55e66}.pdex-card-method-dot{position:absolute;top:32px;left:12px;z-index:2;width:8px;height:8px;border-radius:50%}.pdex-card-exclusive~.pdex-card-method-dot{top:56px}.pdex-card-method-dot--obtainable{background:#3b82f6;box-shadow:0 0 4px #3b82f680}.pdex-card-method-dot--transfer{background:#f59e0b;box-shadow:0 0 4px #f59e0b80}.pdex-card[data-in-dex="0"]{opacity:.85}.pdex-results.compare-mode .pdex-card-exclusive{left:36px}@media(max-width:768px){.pdex-card-exclusive{top:32px;width:22px;height:22px;font-size:10px}}.pdex-sidebar{display:flex;flex-direction:column;background:#0f0f12;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;position:sticky;top:80px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);overflow:hidden;align-self:start}.pdex-sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;display:flex;flex-direction:column;gap:.875rem}.pdex-sidebar-scroll::-webkit-scrollbar{width:6px}.pdex-sidebar-scroll::-webkit-scrollbar-track{background:transparent}.pdex-sidebar-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.pdex-sidebar-header{flex-shrink:0;padding:8px 10px;background:#0f0f12;border-bottom:1px solid rgba(255,255,255,.08);display:flex!important;gap:6px}.pdex-sidebar-header .pdex-apply-btn,.pdex-sidebar-header .pdex-clear-btn{display:flex!important;flex:1;width:auto;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;min-height:28px}.pdex-sidebar-close{display:none;position:absolute;top:.5rem;right:.5rem;padding:.5rem;background:transparent;border:none;cursor:pointer;color:#ffffff80;border-radius:.25rem}.pdex-sidebar-close:hover{background:#ffffff1a;color:#fff}.pdex-sidebar-toggle{display:none;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#ffffffe6;margin-bottom:1rem}.pdex-sidebar-toggle:hover{background:#1a1a1f;border-color:#ffffff26}.pdex-sidebar-toggle:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;font-size:.75rem;font-weight:600;background:#ef4444;color:#fff;border-radius:9999px}.pdex-sheet-handle,.pdex-sheet-tabs,.pdex-sheet-footer,.pdex-mobile-backdrop,.pdex-stat-steppers.pdex-mobile-only{display:none}.pdex-sheet-panel{display:contents}.pdex-sidebar .pdex-active-chips{display:none}@media(max-width:768px){.pdex-sidebar .pdex-active-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}.pdex-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;font-weight:500;text-decoration:none;border-radius:9999px;min-height:32px;transition:opacity .15s ease,transform .1s ease}.pdex-chip:hover{opacity:.9;transform:scale(.98)}.pdex-chip:focus-visible{outline:2px solid #fff;outline-offset:2px}.pdex-chip svg{opacity:.7}.pdex-chip:hover svg{opacity:1}.pdex-chip.type-normal{background:#a8a878;color:#fff}.pdex-chip.type-fire{background:#f08030;color:#fff}.pdex-chip.type-water{background:#6890f0;color:#fff}.pdex-chip.type-electric{background:#f8d030;color:#1a1a1a}.pdex-chip.type-grass{background:#78c850;color:#fff}.pdex-chip.type-ice{background:#98d8d8;color:#1a1a1a}.pdex-chip.type-fighting{background:#c03028;color:#fff}.pdex-chip.type-poison{background:#a040a0;color:#fff}.pdex-chip.type-ground{background:#e0c068;color:#1a1a1a}.pdex-chip.type-flying{background:#a890f0;color:#fff}.pdex-chip.type-psychic{background:#f85888;color:#fff}.pdex-chip.type-bug{background:#a8b820;color:#fff}.pdex-chip.type-rock{background:#b8a038;color:#fff}.pdex-chip.type-ghost{background:#705898;color:#fff}.pdex-chip.type-dragon{background:#7038f8;color:#fff}.pdex-chip.type-dark{background:#705848;color:#fff}.pdex-chip.type-steel{background:#b8b8d0;color:#1a1a1a}.pdex-chip.type-fairy{background:#ee99ac;color:#1a1a1a}.pdex-chip-gen{background:#ef4444;color:#fff}.pdex-chip-search{background:#ffffff26;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.pdex-filter-section{display:flex;flex-direction:column;gap:.375rem}.pdex-filter-section.pdex-quick-actions,div.pdex-filter-section.pdex-quick-actions,.pdex-sidebar .pdex-filter-section.pdex-quick-actions{display:grid!important;grid-template-columns:1fr 1fr!important;flex-direction:unset!important}.pdex-filter-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffffd9;padding-left:.5rem;border-left:2px solid #ef4444;margin-bottom:.25rem;margin-top:1.25rem}.pdex-filter-info{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#ffffff0f;color:#ffffff8c;font-size:9px;font-weight:700;font-style:italic;cursor:help;flex-shrink:0;vertical-align:middle;margin-left:4px;transition:background .15s ease,color .15s ease}.pdex-filter-info:hover{background:#ffffff1a;color:#ffffffb3}.pdex-filter-info:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.pdex-compare-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;margin-bottom:.75rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:8px;font-size:.875rem;font-weight:500;color:#a5b4fc;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.pdex-compare-btn:hover{background:#6366f126;border-color:#6366f159;color:#c7d2fe}.pdex-compare-btn:active{transform:scale(.98)}.pdex-compare-btn:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.pdex-compare-btn.is-active{background:#6366f133;border-color:#6366f180;color:#c7d2fe}.pdex-compare-btn .pdex-compare-icon{flex-shrink:0;color:#6366f1}.pdex-compare-btn .pdex-compare-text{flex:1;text-align:left}.pdex-compare-btn .pdex-compare-count{padding:.125rem .5rem;background:#6366f133;border-radius:9999px;font-size:.75rem;font-weight:600;color:#6366f1}.pdex-compare-btn.is-active .pdex-compare-count{background:#6366f14d;color:#a5b4fc}.pdex-type-mode-toggle{display:flex;gap:2px;margin-bottom:.5rem;background:#ffffff0d;border-radius:4px;padding:2px}.pdex-type-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:4px 8px;font-size:10px;font-weight:600;text-decoration:none;border-radius:3px;color:#ffffff80;transition:background .12s ease,color .12s ease;min-height:24px;cursor:pointer;border:none;background:transparent}.pdex-type-mode-btn:hover{background:#ffffff14;color:#fffc}.pdex-type-mode-btn.is-active{background:#ef4444;color:#fff;box-shadow:0 1px 4px #ef44444d}.pdex-type-mode-btn:focus-visible{outline:1px solid #ef4444;outline-offset:1px}.pdex-type-pills{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;padding-top:8px}.pdex-type-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 1px;min-height:24px;overflow:hidden;text-overflow:ellipsis;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.2px;text-shadow:0 1px 1px rgba(0,0,0,.4);white-space:nowrap;border:none;border-radius:4px;cursor:pointer;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px 2px #00000026,0 1px 2px #00000040;transition:transform .12s cubic-bezier(.4,0,.2,1),box-shadow .12s cubic-bezier(.4,0,.2,1),filter .12s ease;background:linear-gradient(180deg,#666,#444);color:#fff;--type-glow:rgba(100,100,100,.4);--type-color:#666}.pdex-type-pill:hover{transform:translateY(-1px);filter:brightness(1.1);box-shadow:inset 0 1px #fff3,inset 0 -1px 2px #0000001a,0 2px 6px #0000004d,0 0 10px var(--type-glow)}.pdex-type-pill:active{transform:translateY(0) scale(.97);filter:brightness(.95);box-shadow:inset 0 1px 3px #0000004d,0 1px 1px #0003}.pdex-type-pill.is-active{box-shadow:inset 0 1px #ffffff26,inset 0 -1px 2px #0000001a,0 0 0 1.5px #ffffffe6,0 0 8px var(--type-glow),0 2px 4px #00000040;filter:brightness(1.05) saturate(1.1)}.pdex-type-pill.is-active:hover{transform:translateY(-1px);box-shadow:inset 0 1px #fff3,inset 0 -1px 2px #0000001a,0 0 0 1.5px #fff,0 0 12px var(--type-glow),0 3px 8px #0000004d;filter:brightness(1.1) saturate(1.15)}.pdex-type-pill:focus-visible{outline:none;box-shadow:inset 0 1px #ffffff26,0 0 0 2px #0f0f12,0 0 0 3.5px var(--type-color)}.pdex-type-pill.type-electric,.pdex-type-pill.type-ice,.pdex-type-pill.type-ground,.pdex-type-pill.type-steel,.pdex-type-pill.type-fairy{text-shadow:0 1px 1px rgba(255,255,255,.2)}@media(prefers-reduced-motion:reduce){.pdex-type-pill{transition:none}.pdex-type-pill:hover,.pdex-type-pill.is-active{transform:none}}.pdex-tier-pills{display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:space-between}.pdex-tier-pill{display:inline-flex;align-items:center;justify-content:center;flex:1;padding:.5rem .75rem;font-size:.875rem;font-weight:700;border-radius:.5rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;opacity:.85;min-width:40px;min-height:38px}.pdex-tier-pill:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000080;opacity:1}.pdex-tier-pill.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #fff6;opacity:1;transform:scale(1.05)}.pdex-tier-pill:focus-visible{outline:2px solid #ffffff;outline-offset:2px;opacity:1}.pdex-tier-pill.tier-s{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1a1a1a}.pdex-tier-pill.tier-a{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.pdex-tier-pill.tier-b{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff}.pdex-tier-pill.tier-c{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.pdex-tier-pill.tier-d{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;opacity:.7}.pdex-tier-pill.tier-s.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #fbbf2499}.pdex-tier-pill.tier-a.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #ef444480}.pdex-tier-pill.tier-b.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #a855f780}.pdex-tier-pill.tier-c.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #3b82f680}.pdex-tier-pill.tier-d.is-active{box-shadow:0 0 0 2px #fff,0 0 16px #6b728080;opacity:1}.pdex-chip-tier{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff}.pdex-stat-sliders{display:flex;flex-direction:column;gap:.75rem}.pdex-stat-slider-row{display:flex;flex-direction:column;gap:.25rem}.pdex-stat-label{font-size:.75rem;font-weight:500;color:#fff9}.pdex-stat-slider-wrapper{display:flex;align-items:center;gap:.75rem}.pdex-stat-slider{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:3px;cursor:pointer}.pdex-stat-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#ef4444;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d;transition:transform .1s ease,box-shadow .1s ease}.pdex-stat-slider::-moz-range-thumb{width:18px;height:18px;background:#ef4444;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #0000004d}.pdex-stat-slider:hover::-webkit-slider-thumb{transform:scale(1.15);box-shadow:0 3px 10px #ef444466}.pdex-stat-slider:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-stat-value{min-width:3rem;font-size:.75rem;font-weight:600;color:#ffffffe6;text-align:right}.pdex-stat-presets{display:flex;gap:.5rem;margin-top:.5rem}.pdex-stat-preset{flex:1;padding:.5rem .75rem;font-size:.6875rem;font-weight:500;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#fff9;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.pdex-stat-preset:hover{background:#ef444426;border-color:#ef44444d;color:#ef4444}.pdex-stat-preset:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-role-filters{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.pdex-role-btn{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .5rem;font-size:.6875rem;font-weight:500;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#ffffffb3;cursor:pointer;transition:all .15s ease;white-space:nowrap}.pdex-role-btn:hover{background:#ef44441a;border-color:#ef44444d;color:#ffffffe6}.pdex-role-btn:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-role-btn.is-active{background:linear-gradient(135deg,#ef444440,#ef444426);border-color:#ef444480;color:#fca5a5;box-shadow:0 0 8px #ef444433}.pdex-filter-label-secondary{font-size:.6875rem;color:#ffffff73;margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.pdex-role-btn{min-height:40px;padding:.5rem .75rem;font-size:.75rem}}.pdex-stats-section{border-top:1px solid rgba(255,255,255,.06);padding-top:.75rem;margin-top:.5rem}.pdex-stats-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:transparent;border:none;cursor:pointer;color:#ffffffb3;transition:color .15s ease}.pdex-stats-toggle:hover{color:#ffffffe6}.pdex-stats-toggle:focus-visible{outline:2px solid #ef4444;outline-offset:2px;border-radius:.25rem}.pdex-stats-toggle .pdex-filter-label{margin:0}.pdex-stats-chevron{transition:transform .2s ease;opacity:.6}.pdex-stats-toggle:hover .pdex-stats-chevron{opacity:1}.pdex-stats-section[data-collapsed=true] .pdex-stats-chevron{transform:rotate(-90deg)}.pdex-stats-content{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem;padding-top:.5rem;animation:slideDown .2s ease}.pdex-stats-section[data-collapsed=true] .pdex-stats-content{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pdex-filter-section.pdex-quick-actions{gap:.375rem!important;position:sticky;bottom:0;z-index:10;background:#0a0a0c;border-top:1px solid rgba(255,255,255,.1);padding:.625rem .75rem;margin:.5rem -.75rem -.75rem;border-radius:0 0 .5rem .5rem}.pdex-quick-action{display:inline-flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:.375rem;padding:.5rem;font-size:.75rem;font-weight:500;background:#151518;border:1px solid rgba(255,255,255,.08);border-radius:.375rem;color:#fff9;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.pdex-quick-action:hover:not(.is-disabled){background:#ffffff14;border-color:#ffffff26;color:#fff}.pdex-quick-action:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-quick-icon{flex-shrink:0;opacity:.7;transition:opacity .15s ease}.pdex-quick-action:hover:not(.is-disabled) .pdex-quick-icon{opacity:1}.pdex-quick-label{line-height:1}.pdex-filter-section.pdex-quick-actions .pdex-favorites-toggle,.pdex-filter-section.pdex-quick-actions .pdex-compare-toggle{min-width:0!important;width:auto!important;padding:.5rem .625rem!important;font-size:.75rem!important}.pdex-quick-action.pdex-favorites-toggle[aria-pressed=true]{background:#ef444426;border-color:#ef44444d;color:#ef4444}.pdex-quick-action.pdex-favorites-toggle[aria-pressed=true] .pdex-quick-icon{opacity:1}.pdex-quick-action.pdex-compare-toggle[aria-pressed=true]{background:#3b82f626;border-color:#3b82f64d;color:#3b82f6}.pdex-quick-action.pdex-compare-toggle[aria-pressed=true] .pdex-quick-icon{opacity:1}.pdex-apply-section{margin-top:.5rem}.pdex-apply-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#6366f1e6,#8b5cf6e6);border:1px solid rgba(99,102,241,.6);border-radius:8px;font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;min-height:44px}.pdex-apply-btn:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#8b5cf6cc;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.pdex-apply-btn:active{transform:translateY(0);box-shadow:none}.pdex-apply-btn:focus-visible{outline:2px solid #818cf8;outline-offset:2px}.pdex-apply-icon{flex-shrink:0}.pdex-apply-count{font-size:.75rem;padding:.125rem .5rem;background:#fff3;border-radius:9999px}.pdex-apply-count:empty{display:none}.pdex-apply-btn.has-changes{animation:pdex-apply-pulse 2s ease-in-out infinite}@keyframes pdex-apply-pulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 8px #6366f100}}.pdex-apply-btn.is-loading{opacity:.7;pointer-events:none}.pdex-apply-btn.is-loading .pdex-apply-text:after{content:"..."}.pdex-apply-btn.is-disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.pdex-clear-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;font-size:.9375rem;font-weight:600;color:#f87171;cursor:pointer;text-decoration:none;transition:all .2s ease;min-height:44px}.pdex-clear-btn:hover{background:#ef444433;border-color:#ef444480;color:#fca5a5;transform:translateY(-1px);box-shadow:0 4px 12px #ef444433}.pdex-clear-btn:active{transform:translateY(0);box-shadow:none}.pdex-clear-btn:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-clear-icon{flex-shrink:0;color:#ef4444}.pdex-clear-btn.is-disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.pdex-quick-actions .pdex-favorites-count,.pdex-quick-actions .pdex-compare-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;font-size:.625rem;font-weight:600;padding:.0625rem .25rem;border-radius:9999px;margin-left:.125rem;transition:background .15s ease,color .15s ease;background:#ffffff14;color:#fff6}.pdex-favorites-count[data-count="0"],.pdex-compare-count:empty{opacity:.5}.pdex-quick-action.pdex-favorites-toggle[aria-pressed=true] .pdex-favorites-count{background:#ef444466;color:#fff;opacity:1}.pdex-quick-action.pdex-compare-toggle[aria-pressed=true] .pdex-compare-count{background:#3b82f666;border-radius:9999px;margin-left:.25rem;color:#fff}@media(max-width:768px){.pdex-quick-action{min-height:44px;padding:.5rem .625rem;font-size:.75rem}.pdex-quick-icon{width:20px;height:20px}.pdex-quick-label{font-size:.6875rem}}@media(max-width:360px){.pdex-quick-label{display:none}}.pdex-filter-section+.pdex-filter-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.pdex-filter-section.pdex-stats-section,.pdex-filter-section.pdex-quick-actions,.pdex-filter-section+.pdex-filter-section.pdex-quick-actions{border-top:none!important;margin-top:.5rem;padding-top:0}.pdex-sort-select{width:100%;padding:.625rem 2.25rem .625rem .75rem;font-size:.875rem;font-weight:500;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27%23888%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;transition:border-color .15s ease,box-shadow .15s ease}.pdex-sort-select:hover{border-color:#fff3}.pdex-sort-select:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.pdex-sort-select option{background:#151518;color:#fff;padding:.5rem}@media(max-width:768px){.pdex-sort-select{min-height:44px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem}}.pdex-gen-buttons{display:flex;flex-wrap:wrap;gap:.375rem}.pdex-gen-btn{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .5rem;font-size:.8125rem;font-weight:600;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:9999px;text-decoration:none;color:#ffffffb3;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.pdex-gen-btn:hover{background:#1a1a1f;border-color:#fff3;color:#fff;transform:translateY(-1px)}.pdex-gen-btn.is-active{background:#ef4444;border-color:#ef4444;color:#fff;box-shadow:0 0 8px #ef44444d}.pdex-gen-btn:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-favorites-section{padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.pdex-favorites-toggle{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#ffffffb3;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.pdex-favorites-toggle:hover{background:#ef44441a;border-color:#ef444433}.pdex-favorites-toggle[aria-pressed=true]{background:#ef444426;border-color:#ef444466;color:#fff}.pdex-favorites-toggle:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.pdex-toggle-heart{width:18px;height:18px;fill:transparent;stroke:currentColor;stroke-width:2;transition:fill .15s ease,stroke .15s ease}.pdex-favorites-toggle[aria-pressed=true] .pdex-toggle-heart{fill:#ef4444;stroke:#ef4444}.pdex-favorites-toggle:hover .pdex-toggle-heart{stroke:#ef4444}.pdex-favorites-count{margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:600;background:#ffffff1a;border-radius:9999px;color:#ffffff80}.pdex-favorites-toggle[aria-pressed=true] .pdex-favorites-count{background:#ef44444d;color:#fff}.pdex-favorites-count:empty,.pdex-favorites-count[data-count="0"]{display:none}.pdex-compare-section{border-top:1px solid rgba(255,255,255,.06);padding-top:1rem;margin-top:.5rem}.pdex-compare-toggle{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;cursor:pointer;color:#ffffffb3;transition:background .15s ease,border-color .15s ease,color .15s ease}.pdex-compare-toggle:hover{background:#3b82f61a;border-color:#3b82f64d;color:#fff}.pdex-compare-toggle[aria-pressed=true]{background:#3b82f633;border-color:#3b82f680;color:#fff}.pdex-toggle-compare{width:18px;height:18px;fill:currentColor;opacity:.7;transition:opacity .15s ease}.pdex-compare-toggle:hover .pdex-toggle-compare,.pdex-compare-toggle[aria-pressed=true] .pdex-toggle-compare{opacity:1;fill:#3b82f6}.pdex-compare-count{margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:600;background:#ffffff1a;border-radius:9999px;color:#ffffff80}.pdex-compare-toggle[aria-pressed=true] .pdex-compare-count{background:#3b82f64d;color:#fff}.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}.pdex-recently-viewed{padding-bottom:.75rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.pdex-rv-title{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.pdex-rv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem}.pdex-rv-item{display:flex;flex-direction:column;align-items:center;padding:.375rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;text-decoration:none;transition:background .1s ease,border-color .1s ease}.pdex-rv-item:hover{background:#ffffff14;border-color:#ffffff26}.pdex-rv-item:focus-visible{outline:2px solid #818cf8;outline-offset:-2px}.pdex-rv-sprite{width:36px;height:36px;object-fit:contain}.pdex-rv-name{font-size:.625rem;color:#fff9;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-top:.125rem}.pdex-sidebar-overlay{display:none}@media(max-width:768px){.pdex-sidebar-toggle{display:flex;min-height:44px}.pdex-sidebar{position:fixed;inset:auto 12px 250px;width:auto;max-width:none;max-height:55vh;z-index:99999;pointer-events:auto;transform:translateY(calc(100% + 262px));border-radius:16px;overflow:hidden;background:#16191d;border:1px solid rgba(136,153,183,.12);box-shadow:0 -8px 48px #0009,0 0 0 1px #8899b70f;height:auto}.pdex-sidebar.is-open{transform:translateY(0);animation:pdex-sheet-enter .3s cubic-bezier(.32,.72,0,1) forwards}.pdex-sidebar.is-closing{animation:pdex-sheet-exit .2s ease-in forwards}@keyframes pdex-sheet-enter{0%{transform:translateY(calc(100% + 262px));opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes pdex-sheet-exit{0%{transform:translateY(0);opacity:1}to{transform:translateY(calc(100% + 262px));opacity:0}}.pdex-sheet-handle{display:flex;justify-content:center;padding:10px 0 4px;cursor:grab;flex-shrink:0;touch-action:none}.pdex-sheet-handle:active{cursor:grabbing}.pdex-sheet-handle-bar{width:36px;height:4px;background:#8899b740;border-radius:2px}.pdex-sidebar-close{display:none}.pdex-sidebar-header,.pdex-recently-viewed,.pdex-quick-find-section,.pdex-compare-btn.pdex-compare-toggle{display:none!important}.pdex-sheet-tabs{display:flex;gap:0;padding:0 16px;background:#16191d;border-bottom:1px solid rgba(136,153,183,.08);flex-shrink:0}.pdex-sheet-tab{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 0;font-size:14px;font-weight:600;font-family:inherit;color:#718096;border:none;background:transparent;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}.pdex-sheet-tab.is-active{color:#edf2f7;border-bottom-color:#3b82f6}.pdex-sheet-panel{display:none}.pdex-sheet-panel.is-active{display:block}.pdex-sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y pinch-zoom;pointer-events:auto;padding:12px 16px}.pdex-type-pills{grid-template-columns:repeat(3,1fr);gap:8px}.pdex-type-pill{padding:10px 6px;min-height:48px;font-size:13px;font-weight:600;border-radius:10px}.pdex-type-mode-toggle{padding:4px;margin-bottom:8px}.pdex-type-mode-btn{min-height:44px;font-size:13px}.pdex-gen-buttons{display:flex;flex-wrap:wrap;gap:8px}.pdex-gen-btn{min-width:48px;height:48px;padding:0;font-size:15px;font-weight:600;border-radius:50%}.pdex-tier-pills{gap:6px}.pdex-tier-pill{padding:10px 12px;min-height:48px;font-size:15px;font-weight:600}.pdex-sort-select{min-height:48px;padding:12px 40px 12px 16px;font-size:16px;border-radius:10px}.pdex-role-btn{min-height:44px;padding:8px 12px;font-size:13px}.pdex-stats-section{display:none}.pdex-stat-steppers.pdex-mobile-only{display:block;border-top:1px solid rgba(136,153,183,.08);padding-top:12px;margin-top:4px}.pdex-stat-steppers .pdex-filter-label{margin-bottom:10px}.pdex-stepper-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.pdex-stepper-label{font-size:13px;font-weight:500;color:#a0aec0;min-width:60px}.pdex-stepper-controls{display:flex;align-items:center;gap:0;background:#8899b70f;border:1px solid rgba(136,153,183,.1);border-radius:10px;overflow:hidden}.pdex-stepper-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:20px;font-weight:600;color:#edf2f7;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease}.pdex-stepper-btn:active{background:#8899b724}.pdex-stepper-btn:disabled{color:#484f58;cursor:default}.pdex-stepper-value{display:flex;align-items:center;justify-content:center;min-width:56px;height:44px;font-size:15px;font-weight:600;color:#edf2f7;border-left:1px solid rgba(136,153,183,.08);border-right:1px solid rgba(136,153,183,.08)}.pdex-stepper-value[data-active=true]{color:#3b82f6}.pdex-sheet-footer{display:flex;gap:10px;padding:12px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom,16px));background:#16191d;border-top:1px solid rgba(136,153,183,.08);flex-shrink:0}.pdex-sheet-clear-btn{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;font-size:15px;font-weight:600;font-family:inherit;color:#edf2f7;background:#8899b714;border:1px solid rgba(136,153,183,.12);border-radius:12px;text-decoration:none;cursor:pointer;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.pdex-sheet-clear-btn:active{background:#8899b729}.pdex-sheet-clear-btn.is-disabled{color:#484f58;pointer-events:none}.pdex-sheet-apply-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:48px;font-size:15px;font-weight:600;font-family:inherit;color:#fff;background:#3b82f6;border:none;border-radius:12px;cursor:pointer;transition:background .15s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent}.pdex-sheet-apply-btn:active{background:#2563eb}.pdex-sheet-apply-btn.is-disabled{background:#8899b714;color:#484f58;pointer-events:none}.pdex-sheet-apply-btn.has-changes{animation:pdex-sheet-pulse 2s ease-in-out infinite}@keyframes pdex-sheet-pulse{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 6px #3b82f600}}.pdex-sheet-apply-count:not(:empty):before{content:"("}.pdex-sheet-apply-count:not(:empty):after{content:")"}.pdex-mobile-backdrop{display:block;position:fixed;inset:0;background:#080b10d1;z-index:99998;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.pdex-mobile-backdrop.is-visible{opacity:1;pointer-events:auto}html.pdex-sidebar-open,html.pdex-sidebar-open body{overflow:hidden;scrollbar-gutter:auto}.pdex-sheet-panel .pdex-filter-section{margin-bottom:16px}.pdex-sheet-panel .pdex-filter-section:last-child{margin-bottom:0}}@media(prefers-reduced-motion:reduce){.pdex-sidebar,.pdex-mobile-backdrop{animation:none!important;transition-duration:.01ms!important}.pdex-sidebar.is-open{transform:translateY(0);opacity:1}}.pdex-method-toggles{margin:.75rem 0;padding:10px 14px;border-radius:8px;border:1px solid rgba(99,102,241,.15);background:#6366f10d}.pdex-method-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pdex-method-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:#fff6;margin-right:4px}.pdex-method-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:9999px;font-size:12px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff9;transition:all .15s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}a.pdex-method-pill:hover{background:#ffffff14;border-color:#fff3;color:#ffffffd9}.pdex-method-pill.is-locked{cursor:default}.pdex-method-pill--dex.is-active{background:#10b98126;border-color:#10b98159;color:#6ee7b7}.pdex-method-pill--obtainable.is-active{background:#3b82f626;border-color:#3b82f659;color:#93c5fd}a.pdex-method-pill--obtainable.is-active:hover{background:#3b82f640}.pdex-method-pill--transfer.is-active{background:#f59e0b26;border-color:#f59e0b59;color:#fcd34d}a.pdex-method-pill--transfer.is-active:hover{background:#f59e0b40}.pdex-method-count{font-size:11px;font-weight:600;padding:1px 6px;border-radius:9999px;background:#ffffff14;color:inherit}.pdex-method-brief{margin:6px 0 0;font-size:12px;line-height:1.5;color:#ffffff73}.pdex-method-details{margin-top:8px;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.pdex-method-summary{padding:8px 12px;font-size:12px;font-weight:500;color:#ffffff73;cursor:pointer;list-style:none}.pdex-method-summary::-webkit-details-marker{display:none}.pdex-method-summary:before{content:"▸";font-size:10px}.pdex-method-details[open]>.pdex-method-summary:before{content:"▾"}.pdex-method-details-content{padding:0 12px 10px;font-size:12.5px;line-height:1.6;color:#fff9}.pdex-method-details-content p{margin:0 0 8px}.pdex-method-details-content p:last-child{margin-bottom:0}.pdex-method-legend{display:flex;gap:12px;margin-top:6px;font-size:11px;color:#fff6}.pdex-method-legend-item{display:inline-flex;align-items:center;gap:4px}.pdex-method-legend-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pdex-method-legend-dot--obtainable{background:#3b82f6}.pdex-method-legend-dot--transfer{background:#f59e0b}.pdex-method-legend-item--obtainable:after{content:"Obtainable"}.pdex-method-legend-item--transfer:after{content:"Transfer"}@media(max-width:480px){.pdex-method-toggles{padding:8px 10px}.pdex-method-pills{gap:4px}.pdex-method-pill{padding:4px 8px;font-size:11px}.pdex-method-count{font-size:10px;padding:1px 5px}}.rb-game-body{padding:0}.rb-game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:10px;list-style:none;padding:0;margin:0}.rb-game-grid>li{list-style:none;margin:0;padding:0;display:block;min-width:0}.rb-game-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 .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1),border-color .15s ease}.rb-game-card:before{content:"";position:absolute;top:0;left:-150%;width:100%;height:100%;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.08) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 55%,transparent 80%);transition:left .6s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:10}.rb-game-card:hover{transform:translateY(-3px) scale(1.02);border-color:#a855f759;box-shadow:0 8px 20px #00000073,0 0 0 1px #a855f726}.rb-game-card:hover:before{left:150%}.rb-game-card:active{transform:translateY(-2px) scale(.99);transition:transform .1s ease}.rb-game-card:focus-visible{outline:none;transform:translateY(-4px);box-shadow:0 0 0 3px #0f0f12,0 0 0 5px #a855f7,0 8px 20px #0006,0 0 30px #a855f74d}.rb-game-card:focus:not(:focus-visible){outline:none}.rb-game-card--active{background:linear-gradient(165deg,#a855f726,#a855f714,#a855f70d);border-color:#a855f780;box-shadow:0 4px 16px #a855f733,inset 0 1px #ffffff1a}.rb-game-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)}.rb-game-cover{position:relative;width:100%;padding-top:115%;border-radius:10px 10px 0 0;overflow:hidden}.rb-game-cover-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1e1e24,#16161a 40%,#111114)}.rb-game-cover-inner:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#00000026;box-shadow:inset 0 0 40px #00000080;pointer-events:none}.rb-game-card--active .rb-game-cover-inner:before{background:transparent}.rb-game-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}.rb-game-gen-badge{position:absolute;top:6px;left:6px;z-index:12;padding:3px 8px;border-radius:5px;background:linear-gradient(135deg,#a855f7bf,#7c3aedbf);-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:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#fff;pointer-events:none}.rb-game-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}.rb-game-card:hover .rb-game-abbrev{background:linear-gradient(180deg,#ffffffd9,#ffffff80);-webkit-background-clip:text;background-clip:text}.rb-game-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:3;opacity:0;transition:opacity .3s ease}.rb-game-img.loaded{opacity:1}.rb-game-split{position:absolute;inset:0;z-index:3;display:flex;overflow:hidden}.rb-game-split-img{flex:1 1 50%;min-width:0;height:100%;object-fit:cover;object-position:center;opacity:0;transition:flex-basis .2s ease-in-out,opacity .3s ease}.rb-game-split-img.loaded{opacity:1}.rb-game-cover-inner--dual .rb-game-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;transition:left .2s ease-in-out}.rb-game-split-img:first-child:hover{flex-basis:65%}.rb-game-split-img:first-child:hover~.rb-game-split-img{flex-basis:35%}.rb-game-split-img:last-child:hover{flex-basis:65%}.rb-game-split:has(.rb-game-split-img:last-child:hover) .rb-game-split-img:first-child{flex-basis:35%}.rb-game-split:has(.rb-game-split-img:first-child:hover):after{left:65%}.rb-game-split:has(.rb-game-split-img:last-child:hover):after{left:35%}.rb-game-cover-inner:has(.rb-game-img.loaded) .rb-game-abbrev,.rb-game-cover-inner--dual:has(.rb-game-split-img.loaded) .rb-game-abbrev{opacity:0;pointer-events:none}.rb-game-cover-inner:has(.rb-game-img.loaded):before,.rb-game-cover-inner--dual:has(.rb-game-split-img.loaded):before{box-shadow:inset 0 0 40px #00000080;background:#00000026;z-index:4}.rb-game-cover-inner:has(.rb-game-img.loaded):after,.rb-game-cover-inner--dual:has(.rb-game-split-img.loaded):after{z-index:6}@media(hover:none){.rb-game-split-img{transition:opacity .3s ease}.rb-game-cover-inner--dual .rb-game-split:after{transition:none}}.rb-game-bottom-scrim{position:absolute;bottom:0;left:0;right:0;height:50%;z-index:11;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.45) 45%,transparent 100%);pointer-events:none}.rb-game-card--unavailable{opacity:.3;pointer-events:none;filter:grayscale(.6)}.rb-game-card--unavailable:before{display:none}.rb-game-card--unavailable .rb-game-abbrev{-webkit-text-fill-color:#52525b;color:#52525b}.rb-game-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%)}.rb-game-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%}.rb-game-count,.rb-game-dex{font-size:9px;font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#a1a1aa;letter-spacing:.3px}.rb-game-empty{padding:32px 20px;text-align:center;color:#71717a;font-size:12px}@media(max-width:768px){.rb-game-body{padding:12px}.rb-game-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:8px}.rb-game-card{border-radius:8px}.rb-game-cover{border-radius:8px 8px 0 0}.rb-game-abbrev{font-size:14px;letter-spacing:1px}.rb-game-gen-badge{padding:2px 6px;font-size:8.5px;top:5px;left:5px}.rb-game-info{padding:6px 5px 8px;gap:2px}.rb-game-name{font-size:9px}.rb-game-count,.rb-game-dex{font-size:8px}.rb-game-card--active:after{width:18px;height:18px;top:5px;right:5px}}@media(max-width:520px){.rb-game-body{padding:10px}.rb-game-grid{grid-template-columns:repeat(4,1fr);gap:6px}.rb-game-card{border-radius:6px}.rb-game-cover{border-radius:6px 6px 0 0;padding-top:110%}.rb-game-abbrev{font-size:12px;letter-spacing:.5px}.rb-game-gen-badge{padding:2px 5px;font-size:7px;border-radius:3px;top:4px;left:4px}.rb-game-info{padding:5px 4px 6px;gap:1px}.rb-game-name{font-size:8px}.rb-game-count,.rb-game-dex{font-size:7px}.rb-game-card:hover{transform:translateY(-2px) scale(1.01)}.rb-game-card--active:after{width:16px;height:16px;top:4px;right:4px}}@media(max-width:380px){.rb-game-grid{grid-template-columns:repeat(3,1fr);gap:6px}.rb-game-abbrev{font-size:13px}.rb-game-name{font-size:9px}}@media(prefers-reduced-motion:reduce){.rb-game-card,.rb-game-card:before,.rb-game-img,.rb-game-split-img,.rb-game-abbrev{transition:none!important}.rb-game-cover-inner--dual .rb-game-split:after{transition:none!important}.rb-game-card:hover{transform:none}.rb-game-card:hover:before{left:-150%}.rb-game-img,.rb-game-split-img{opacity:1!important}}.no-transition .rb-game-img,.no-transition .rb-game-split-img{transition:none!important}@media(forced-colors:active){.rb-game-card{border:2px solid CanvasText}.rb-game-card:focus-visible{outline:3px solid Highlight;outline-offset:2px}.rb-game-card--active{border-color:Highlight}.rb-game-gen-badge{border:1px solid CanvasText}.rb-game-abbrev{-webkit-text-fill-color:CanvasText}}
