: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,0.3);--accent-primary:#6366f1;--accent-primary-hover:#818cf8;--accent-glow:rgba(99,102,241,0.15);--accent-glow-strong:rgba(99,102,241,0.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,0.12);--glow-water:rgba(74,144,217,0.12);--glow-electric:rgba(238,213,53,0.15);--glow-grass:rgba(98,185,87,0.12);--glow-ice:rgba(152,216,216,0.12);--glow-fighting:rgba(192,48,40,0.12);--glow-poison:rgba(160,64,160,0.12);--glow-ground:rgba(224,192,104,0.12);--glow-flying:rgba(168,144,240,0.12);--glow-psychic:rgba(248,88,136,0.12);--glow-bug:rgba(168,184,32,0.12);--glow-rock:rgba(184,160,56,0.12);--glow-ghost:rgba(112,88,152,0.15);--glow-dragon:rgba(112,56,248,0.15);--glow-dark:rgba(112,88,72,0.1);--glow-steel:rgba(184,184,208,0.1);--glow-fairy:rgba(238,153,172,0.12);--glow-normal:rgba(168,168,120,0.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,0.3);--shadow-md:0 4px 12px rgba(0,0,0,0.3);--shadow-lg:0 12px 32px rgba(0,0,0,0.4);--shadow-xl:0 20px 40px rgba(0,0,0,0.5);--shadow-glow:0 0 60px -10px;--ease-out:cubic-bezier(0.4,0,0.2,1);--ease-bounce:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:0.15s;--duration-normal:0.2s;--duration-slow:0.3s;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Consolas",monospace;--text-xs:0.75rem;--text-sm:0.8125rem;--text-base:0.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}.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}@media(prefers-contrast:high){.pbs-bar-fill,.pbs-total-bar-fill{border:1px solid}.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}}.pokemon-tierlist-header{--fh-surface-1:#0a0a0c;--fh-surface-2:#0f0f12;--fh-primary:#9099a1;--fh-secondary:#9099a1;--fh-glow:rgba(144,153,161,0.25);--fh-height:280px;--fh-image-size:200px;--fh-nav-peek:25%;--fh-nav-peek-hover:32%;--fh-nav-opacity:0.5;--fh-nav-opacity-hover:0.95;--fh-particle-opacity:0.25;--fh-particle-opacity-hover:0.50;--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:translate3d(0,0,0)scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.pokemon-tierlist-header--animate{animation:pokemon-tierlist-header-entrance .5s cubic-bezier(.16,1,.3,1)both}.pokemon-tierlist-header:not(.pokemon-tierlist-header--animate){will-change:auto}.pokemon-tierlist-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-tierlist-header.pokemon-tierlist-header--minimal{height:auto;min-height:160px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-nav{min-height:calc(160px + 50px);--fh-nav-space:50px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-visual{display:none}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-ambient-wrap{display:none}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--ambient-only .pokemon-tierlist-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-overlay{position:relative;top:auto;bottom:auto;left:auto;right:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-name{font-size:26px;line-height:1.1}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-subtitle{font-size:14px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-tagline{font-size:13px;max-width:var(--fh-tagline-max-width,680px);margin-top:2px;opacity:.85}:root{--fh-nav-landing:80px}@media(max-width:768px){:root{--fh-nav-landing:80px}}@media(max-width:520px){:root{--fh-nav-landing:80px}}.pokemon-tierlist-header--has-action-bar{--fh-zone-action:76px;--fh-zone-gap:14px;--fh-zone-content:70px;--fh-zone-nav:var(--fh-nav-landing);--fh-content-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));--fh-total-height:calc(var(--fh-zone-action) + var(--fh-zone-gap) + var(--fh-zone-content) + var(--fh-zone-nav))}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-action-bar .pokemon-tierlist-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-tierlist-header--has-action-bar:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-tierlist-header.pokemon-tierlist-header--minimal{min-height:150px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-nav{min-height:calc(150px + 46px);--fh-nav-space:46px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-overlay{padding-top:24px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-action-bar .pokemon-tierlist-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-name{font-size:22px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-tierlist-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-tierlist-header.pokemon-tierlist-header--minimal{min-height:130px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-overlay{padding-top:18px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal.pokemon-tierlist-header--has-action-bar .pokemon-tierlist-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-name{font-size:18px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-subtitle{font-size:11px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-tierlist-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-tierlist-header-entrance{from{opacity:0;transform:translate3d(0,0,0)scale(.98)}to{opacity:1;transform:translate3d(0,0,0)scale(1)}}.pokemon-tierlist-header--animate .pokemon-tierlist-header-name{animation:pokemon-tierlist-header-fade-up .5s cubic-bezier(.16,1,.3,1).1s both}.pokemon-tierlist-header--animate .pokemon-tierlist-header-subtitle,.pokemon-tierlist-header--animate .pokemon-tierlist-header-tagline{animation:pokemon-tierlist-header-fade-up .5s cubic-bezier(.16,1,.3,1).15s both}.pokemon-tierlist-header--animate .pokemon-tierlist-header-badges{animation:pokemon-tierlist-header-fade-up .5s cubic-bezier(.16,1,.3,1).2s both}@keyframes pokemon-tierlist-header-fade-up{from{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@media(prefers-reduced-motion:reduce){.pokemon-tierlist-header,.pokemon-tierlist-header--animate,.pokemon-tierlist-header-image,.pokemon-tierlist-header-nav-arrow,.pokemon-tierlist-header *{animation:none!important}.pokemon-tierlist-header *{transition-duration:.01ms!important}}.pokemon-tierlist-header-action-bar{position:absolute;top:0;left:0;right:0;height:var(--fh-zone-action,76px);z-index:10;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;box-sizing:border-box;pointer-events:none}.pokemon-tierlist-header-action-bar>*{pointer-events:auto}.pokemon-tierlist-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-tierlist-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-tierlist-header-action-btn{display:flex;align-items:center;gap:10px;background:0 0;border:none;padding:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.pokemon-tierlist-header-action-btn:hover{transform:scale(1.05)}.pokemon-tierlist-header-action-btn:active{transform:scale(.95)}.pokemon-tierlist-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-tierlist-header-action-ring{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,6%);border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pokemon-tierlist-header-action-btn:hover .pokemon-tierlist-header-action-ring{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.pokemon-tierlist-header-action-ring svg{width:20px;height:20px;color:rgba(255,255,255,.5);transition:color .2s ease}.pokemon-tierlist-header-action-btn:hover .pokemon-tierlist-header-action-ring svg{color:rgba(255,255,255,.8)}.pokemon-tierlist-header-action-label{font-size:11px;font-weight:500;color:rgba(255,255,255,.35);line-height:1.3;text-align:right;order:-1}.pokemon-tierlist-header-action-label strong{display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,.5)}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-ring{background:rgba(244,63,94,.15);border-color:rgba(244,63,94,.4)}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-ring svg{color:rgba(244,63,94,.9);fill:rgba(244,63,94,.9)}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-label strong{color:rgba(244,63,94,.8)}.pokemon-tierlist-header-action-btn .fav-icon-outline{display:block}.pokemon-tierlist-header-action-btn .fav-icon-filled{display:none}.pokemon-tierlist-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-tierlist-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-tierlist-header-share-dropdown{animation:fh-dropdown-in .1s ease-out}@keyframes fh-dropdown-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pokemon-tierlist-header-share-dropdown{animation:none}}.pokemon-tierlist-header-share-dropdown-inner{background:rgba(15,15,20,.98);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 rgba(0,0,0,.4)}.pokemon-tierlist-header-share-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:0 0;border:none;border-radius:8px;color:rgba(255,255,255,.8);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .1s,color .1s}.pokemon-tierlist-header-share-option:hover{background:rgba(255,255,255,.1);color:#fff}.pokemon-tierlist-header-share-option:active{opacity:.8}.pokemon-tierlist-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-tierlist-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-tierlist-header-share-option[data-platform=twitter]:hover{background:rgba(29,161,242,.15);color:#1da1f2}.pokemon-tierlist-header-share-option[data-platform=facebook]:hover{background:rgba(24,119,242,.15);color:#1877f2}.pokemon-tierlist-header-share-option[data-platform=reddit]:hover{background:rgba(255,69,0,.15);color:#ff4500}.pokemon-tierlist-header-share-option[data-platform=copy]:hover{background:rgba(99,102,241,.15);color:#818cf8}.pokemon-tierlist-header-action-ring .share-icon-apple,.pokemon-tierlist-header-action-ring .share-icon-android,.pokemon-tierlist-header-action-ring .share-icon-other{display:none}[data-share-platform=apple] .pokemon-tierlist-header-action-ring .share-icon-apple{display:block}[data-share-platform=android] .pokemon-tierlist-header-action-ring .share-icon-android{display:block}[data-share-platform=other] .pokemon-tierlist-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-tierlist-header-action-bar{padding:12px 16px}.pokemon-tierlist-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-tierlist-header-action-bar{padding:10px 12px}.pokemon-tierlist-header-action-bar-right{gap:8px}.pokemon-tierlist-header-action-label{display:none}.pokemon-tierlist-header-action-ring{width:40px;height:40px}}.pokemon-tierlist-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-tierlist-header-gradient-svg{width:100%;height:100%}.pokemon-tierlist-header-ambient-wrap{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;opacity:var(--fh-particle-opacity);transition:opacity .4s ease;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header:hover .pokemon-tierlist-header-ambient-wrap,.pokemon-tierlist-header--active .pokemon-tierlist-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-tierlist-header [class$=-ambient],.pokemon-tierlist-header .rb-ambient,.pokemon-tierlist-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-tierlist-header:hover [class$=-ambient],.pokemon-tierlist-header:hover .rb-ambient,.pokemon-tierlist-header:hover [data-ambient-layer],.pokemon-tierlist-header--active [class$=-ambient],.pokemon-tierlist-header--active .rb-ambient,.pokemon-tierlist-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-tierlist-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:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-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:rgba(255,255,255,.1);color:rgba(255,255,255,.9);transition:transform .15s ease,box-shadow .15s ease}.pokemon-tierlist-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.3)}.pokemon-tierlist-header .pokemon-tierlist-header-visual{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding-bottom:var(--fh-nav-space,0px);pointer-events:none;box-sizing:border-box}.pokemon-tierlist-header-visual::before{content:"";position:absolute;inset:0;background:radial-gradient( ellipse 75% 65% at 50% 45%,transparent 0%,transparent 50%,rgba(0,0,0,.15) 85%,rgba(0,0,0,.25) 100% );pointer-events:none;z-index:-1}.pokemon-tierlist-header-figure{margin:0;padding:0}.pokemon-tierlist-header-image{width:var(--fh-image-size);height:var(--fh-image-size);object-fit:contain;filter:brightness(1.05)drop-shadow(0 8px 24px rgba(0,0,0,.6))drop-shadow(0 0 8px var(--fh-glow));transition:transform .4s ease,filter .4s ease;transform:translateY(-12px);animation:pokemon-tierlist-header-breathe 6s ease-in-out infinite}@keyframes pokemon-tierlist-header-breathe{0%,100%{opacity:1}50%{opacity:.92}}.pokemon-tierlist-header:hover .pokemon-tierlist-header-image{filter:brightness(1.12)drop-shadow(0 12px 32px rgba(0,0,0,.7))drop-shadow(0 0 16px var(--fh-glow))drop-shadow(0 0 28px var(--fh-glow))}.pokemon-tierlist-header .pokemon-tierlist-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:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-title-row{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-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:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-subtitle{font-size:14px;font-weight:500;color:rgba(255,255,255,.7);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:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-tagline{font-size:13px;font-weight:400;color:rgba(255,255,255,.55);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:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-tierlist-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-tierlist-header-meta dt{font-size:10px;font-weight:500;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.5px}.pokemon-tierlist-header-meta dd{margin:0;font-size:13px;font-weight:600;color:rgba(255,255,255,.85)}.pokemon-tierlist-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-tierlist-header-nav-link{position:absolute;top:0;bottom:0;width:var(--fh-nav-peek);display:flex;flex-direction:row;align-items:center;gap:6px;text-decoration:none;opacity:var(--fh-nav-opacity);transition:width .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,background .35s ease;pointer-events:auto;cursor:pointer}.pokemon-tierlist-header-nav-prev{left:0;padding-left:12px;padding-right:8px;justify-content:flex-start;background:linear-gradient( 90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100% )}.pokemon-tierlist-header-nav-next{right:0;padding-right:12px;padding-left:8px;justify-content:flex-end;background:linear-gradient( -90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100% )}.pokemon-tierlist-header-nav-link:hover,.pokemon-tierlist-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-tierlist-header-nav-prev:hover,.pokemon-tierlist-header-nav-prev:focus-visible{background:linear-gradient( 90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-tierlist-header-nav-next:hover,.pokemon-tierlist-header-nav-next:focus-visible{background:linear-gradient( -90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-tierlist-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}.pokemon-tierlist-header-nav-link:hover .pokemon-tierlist-header-nav-img,.pokemon-tierlist-header-nav-link:focus-visible .pokemon-tierlist-header-nav-img{transform:scale(1.1)}.pokemon-tierlist-header-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(255,255,255,.8);flex-shrink:0;transition:transform .3s ease}.pokemon-tierlist-header-nav-icon svg{width:100%;height:100%}.pokemon-tierlist-header-nav-link:hover .pokemon-tierlist-header-nav-icon,.pokemon-tierlist-header-nav-link:focus-visible .pokemon-tierlist-header-nav-icon{transform:scale(1.1)}.pokemon-tierlist-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}.pokemon-tierlist-header-nav-link:hover .pokemon-tierlist-header-nav-name,.pokemon-tierlist-header-nav-link:focus-visible .pokemon-tierlist-header-nav-name{opacity:1}.pokemon-tierlist-header-nav-arrow{font-size:24px;font-weight:400;color:rgba(255,255,255,.75);line-height:1;flex-shrink:0;transition:color .25s ease,transform .25s ease,opacity .25s ease;animation:pokemon-tierlist-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-tierlist-header-arrow-pulse{0%,100%{opacity:.6}50%{opacity:1}}.pokemon-tierlist-header-nav-link:hover .pokemon-tierlist-header-nav-arrow,.pokemon-tierlist-header-nav-link:focus-visible .pokemon-tierlist-header-nav-arrow{color:#fff;animation:none}.pokemon-tierlist-header-nav-prev:hover .pokemon-tierlist-header-nav-arrow{transform:translateX(-3px)}.pokemon-tierlist-header-nav-next:hover .pokemon-tierlist-header-nav-arrow{transform:translateX(3px)}.pokemon-tierlist-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-tierlist-header{--fh-height:260px;--fh-image-size:180px}.pokemon-tierlist-header-name{font-size:28px}}@media(max-width:768px){.pokemon-tierlist-header{--fh-height:240px;--fh-image-size:160px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-tierlist-header--has-nav{--fh-nav-space:70px}.pokemon-tierlist-header-name{font-size:26px}.pokemon-tierlist-header-nav-img{width:56px;height:56px}.pokemon-tierlist-header-nav-arrow{font-size:20px}.pokemon-tierlist-header-nav-name{font-size:10px;max-width:60px}.pokemon-tierlist-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-tierlist-header{--fh-height:220px;--fh-image-size:120px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:0.25}.pokemon-tierlist-header:not(.pokemon-tierlist-header--has-nav){border-radius:6px}.pokemon-tierlist-header--has-nav{border-radius:6px 6px 0 0}.pokemon-tierlist-header-image{transform:translateY(-16px)}.pokemon-tierlist-header .pokemon-tierlist-header-overlay{padding:0 16px}.pokemon-tierlist-header-name{font-size:22px}.pokemon-tierlist-header-subtitle{font-size:11px}.pokemon-tierlist-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-tierlist-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-tierlist-header-badge{font-size:9px;padding:3px 7px}.pokemon-tierlist-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-tierlist-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-tierlist-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-tierlist-header-nav-img{width:52px;height:52px}.pokemon-tierlist-header-nav-arrow{order:1!important;font-size:16px}.pokemon-tierlist-header-nav-img{order:2!important}.pokemon-tierlist-header-nav-name{order:3!important;display:none}.pokemon-tierlist-header-meta{gap:10px}.pokemon-tierlist-header-meta dt{font-size:9px}.pokemon-tierlist-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-tierlist-header{--fh-height:200px;--fh-image-size:115px}.pokemon-tierlist-header .pokemon-tierlist-header-overlay{padding:0 12px}.pokemon-tierlist-header-name{font-size:20px}.pokemon-tierlist-header-nav-link{min-height:44px}.pokemon-tierlist-header-nav-img{width:44px;height:44px}}.no-transition,.no-transition *,.no-transition *::before,.no-transition *::after{transition:none!important}.pokemon-tierlist-grid-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-tierlist-grid-content-inner{overflow:hidden!important;min-height:0!important}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-grid-content{grid-template-rows:0fr!important}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-grid-content-inner{padding:0!important}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-grid-header{border-bottom-color:transparent}.pokemon-tierlist-grid-chevron svg{transition:transform 0ms ease}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-grid-chevron svg{transform:rotate(-90deg)}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-grid-title{color:#a1a1aa}.pokemon-tierlist-grid--collapsed .pokemon-tierlist-section-icon{opacity:.7}.pokemon-tierlist-games-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-tierlist-games-content-inner{overflow:hidden!important;min-height:0!important}.pokemon-tierlist-games--collapsed .pokemon-tierlist-games-content{grid-template-rows:0fr!important}.pokemon-tierlist-games--collapsed .pokemon-tierlist-games-content-inner{padding:0!important}.pokemon-tierlist-games--collapsed .pokemon-tierlist-games-header{border-bottom-color:transparent}.pokemon-tierlist-games-chevron svg{transition:transform 0ms ease}.pokemon-tierlist-games--collapsed .pokemon-tierlist-games-chevron svg{transform:rotate(-90deg)}.pokemon-tierlist-games--collapsed .pokemon-tierlist-games-title{color:#a1a1aa}.pokemon-tierlist-games--collapsed .pokemon-tierlist-section-icon{opacity:.7}.pfaq-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pfaq-content-inner{overflow:hidden!important;min-height:0!important}.pfaq-section--collapsed .pfaq-content{grid-template-rows:0fr!important}.pfaq-section--collapsed .pfaq-content-inner{padding:0!important}.pfaq-section--collapsed .pfaq-section-header{border-bottom-color:transparent}.pfaq-section-chevron svg{transition:transform 0ms ease}.pfaq-section--collapsed .pfaq-section-chevron svg{transform:rotate(-90deg)}.pfaq-section--collapsed .pfaq-title{color:#a1a1aa}.pfaq-section--collapsed .pokemon-tierlist-section-icon{opacity:.7}@media(prefers-reduced-motion:reduce){.pokemon-tierlist-grid-content,.pokemon-tierlist-grid-chevron,.pokemon-tierlist-grid-chevron svg,.pokemon-tierlist-section-icon,.pokemon-tierlist-games-content,.pokemon-tierlist-games-chevron,.pokemon-tierlist-games-chevron svg,.pokemon-tierlist-section-icon,.pfaq-content,.pfaq-section-chevron,.pfaq-section-chevron svg,.pokemon-tierlist-section-icon{transition-duration:.01ms!important}}.rb-sections-container{display:flex;flex-direction:column}.rb-section{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,0.08);--border-subtle:rgba(255,255,255,0.04);--text-1:#ffffff;--text-2:rgba(255,255,255,0.7);--text-3:rgba(255,255,255,0.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 0%,#0a0a0c 100%);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:0 0}.rb-section .rb-section-header::before{content:none}.rb-section-header button[aria-expanded]{appearance:none;flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 14px 20px;background:rgba(255,255,255,2%);border:none;cursor:pointer;text-align:left;color:inherit;font-family:inherit;font-weight:400;transition:background-color .15s ease;position:relative}.rb-section-header button[aria-expanded]::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 button[aria-expanded]:hover{background:rgba(255,255,255,4%)}.rb-section-header button[aria-expanded]:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.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 button[aria-expanded] svg[class*=-icon],.rb-section-header button[aria-expanded] .rb-section-icon{width:18px;height:18px;color:var(--section-accent,#a855f7);flex-shrink:0;transition:transform 150ms var(--collapse-easing,ease)}.rb-section-header button[aria-expanded]:hover svg[class*=-icon],.rb-section-header button[aria-expanded]:hover .rb-section-icon{transform:scale(1.1)}.rb-section-header [class*=-actions],.rb-section-header [data-section-actions]{display:flex;align-items:center;gap:10px;flex-shrink:0}.rb-section-header [class*=-chevron],.rb-section-header [data-section-chevron]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:rgba(255,255,255,4%);transition:background var(--collapse-duration,0ms)var(--collapse-easing,ease)}.rb-section-header button[aria-expanded]:hover [class*=-chevron],.rb-section-header button[aria-expanded]:hover [data-section-chevron]{background:rgba(255,255,255,8%)}.rb-section-header [class*=-chevron] svg,.rb-section-header [data-section-chevron] svg{width:14px;height:14px;color:var(--section-accent,#71717a);transition:transform var(--collapse-duration,0ms)var(--collapse-easing,ease),color .15s ease}.rb-section-header button[aria-expanded]:hover [class*=-chevron] svg,.rb-section-header button[aria-expanded]:hover [data-section-chevron] svg{color:var(--section-accent,#a1a1aa);filter:brightness(1.2)}.rb-section-header button[aria-expanded=true] [class*=-chevron] svg,.rb-section-header button[aria-expanded=true] [data-section-chevron] svg{transform:rotate(0)}.rb-section-header button[aria-expanded=false] [class*=-chevron] svg,.rb-section-header button[aria-expanded=false] [data-section-chevron] svg{transform:rotate(-90deg)}.rb-section-header button[aria-expanded]:focus-visible [class*=-chevron],.rb-section-header button[aria-expanded]:focus-visible [data-section-chevron]{background:#8b5cf6}.rb-section-header button[aria-expanded]:focus-visible [class*=-chevron] svg,.rb-section-header button[aria-expanded]:focus-visible [data-section-chevron] svg{color:#fff}.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 button[aria-expanded]{padding:12px 14px 12px 16px}}.section-drag-handle{appearance:none;background:0 0;border:none;padding:8px 6px;margin-right:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:grab;color:rgba(255,255,255,.25);transition:all .15s ease;touch-action:none;position:relative;z-index:2;flex-shrink:0}.section-drag-handle .drag-icon{width:12px;height:12px;pointer-events:none;transition:transform .15s ease}.section-drag-handle:hover{background:rgba(255,255,255,6%);color:rgba(255,255,255,.5)}.section-drag-handle:hover .drag-icon{transform:scale(1.1)}.section-drag-handle:active,.section-drag-handle.is-grabbing{cursor:grabbing;color:rgba(255,255,255,.9);background:rgba(167,139,250,.2)}.section-drag-handle:focus-visible{outline:2px solid var(--rb-interactive-primary,#a78bfa);outline-offset:2px;color:rgba(255,255,255,.7)}[data-section-id].is-dragging{position:fixed!important;z-index:1000;opacity:.95;box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 0 1px rgba(167,139,250,.4);border-radius:8px;pointer-events:none;will-change:transform;transition:box-shadow .15s ease}.section-drag-placeholder{border:2px dashed rgba(167,139,250,.7);border-radius:8px;background:linear-gradient( 135deg,rgba(167,139,250,.12) 0%,rgba(167,139,250,6%) 50%,rgba(167,139,250,.12) 100% );margin:6px 0;min-height:50px;box-shadow:inset 0 0 30px rgba(167,139,250,.15),0 0 20px rgba(167,139,250,.1);animation:placeholder-pulse 1.5s ease-in-out infinite;position:relative}.section-drag-placeholder::before{content:"Drop here";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(167,139,250,.6);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px}@keyframes placeholder-pulse{0%,100%{border-color:rgba(167,139,250,.5);background:linear-gradient( 135deg,rgba(167,139,250,8%) 0%,rgba(167,139,250,4%) 50%,rgba(167,139,250,8%) 100% )}50%{border-color:rgba(167,139,250,.8);background:linear-gradient( 135deg,rgba(167,139,250,.15) 0%,rgba(167,139,250,8%) 50%,rgba(167,139,250,.15) 100% )}}.section-drop-indicator{position:absolute;left:0;right:0;height:3px;background:var(--rb-interactive-primary,#a78bfa);border-radius:2px;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:100}.section-drop-indicator.is-visible{opacity:1}[data-section-id].just-dropped{animation:section-drop-settle .25s cubic-bezier(.34,1.56,.64,1)}@keyframes section-drop-settle{0%{transform:scale(1.01);box-shadow:0 8px 24px rgba(0,0,0,.4)}60%{transform:scale(.995)}100%{transform:scale(1);box-shadow:none}}[data-section-id].reorder-success .section-drag-handle{animation:handle-success-flash .4s ease}@keyframes handle-success-flash{0%,100%{color:rgba(255,255,255,.3)}50%{color:#22c55e}}@media(max-width:768px){.section-drag-handle{padding:12px 8px}.section-drag-handle .drag-icon{width:14px;height:14px}.section-drag-handle.touch-holding{animation:touch-hold-hint .3s ease forwards}@keyframes touch-hold-hint{0%{transform:scale(1);background:0 0}100%{transform:scale(1.05);background:rgba(167,139,250,.15)}}.section-drag-handle.drag-active{background:rgba(167,139,250,.25);color:rgba(255,255,255,.95)}}.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}@media(prefers-reduced-motion:reduce){[data-section-id],.section-drag-placeholder,.section-drag-handle,.section-drop-indicator{transition:none!important;animation:none!important}[data-section-id].is-dragging{transform:none}[data-section-id].just-dropped{animation:none}.section-drag-placeholder{animation:none!important;border-color:rgba(167,139,250,.7)}}.pokemon-tierlist-grid-toggle,.pokemon-tierlist-games-toggle,.pfaq-toggle{flex:1;min-width:0}.pokemon-tierlist-scroll-nav{--scroll-nav-active-glow:rgba(99,102,241,0.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:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0 0 10px 10px;transition:background .25s ease,box-shadow .25s ease,border-radius .25s ease,backdrop-filter .25s ease}.pokemon-tierlist-scroll-nav.is-stuck{background:rgba(13,13,15,.92);backdrop-filter:blur(20px)saturate(150%);-webkit-backdrop-filter:blur(20px)saturate(150%);border-bottom:1px solid rgba(255,255,255,5%);box-shadow:0 2px 20px rgba(0,0,0,.35);border-radius:0}.pokemon-tierlist-scroll-nav-sections{position:relative;display:inline-flex;align-items:center;gap:1px;padding:3px;background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,6%);border-radius:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.pokemon-tierlist-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-tierlist-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:rgba(255,255,255,.55);text-decoration:none;white-space:nowrap;flex-shrink:0;border-radius:7px;background:0 0;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}.pokemon-tierlist-scroll-nav-link:not(:last-child)::before{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:rgba(255,255,255,8%);transition:opacity .2s cubic-bezier(.4,0,.2,1)}.pokemon-tierlist-scroll-nav-link:hover::before,.pokemon-tierlist-scroll-nav-link.active::before,.pokemon-tierlist-scroll-nav-link:hover+.pokemon-tierlist-scroll-nav-link::before,.pokemon-tierlist-scroll-nav-link.active+.pokemon-tierlist-scroll-nav-link::before{opacity:0}.pokemon-tierlist-scroll-nav-link:hover:not(.active){color:rgba(255,255,255,.9);background:rgba(255,255,255,5%)}.pokemon-tierlist-scroll-nav-link:not(.active):not(:hover){background:0 0}.pokemon-tierlist-scroll-nav-link.active{color:#fff;background:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,8%)}.pokemon-tierlist-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}.pokemon-tierlist-scroll-nav-link:not(.active)::after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pokemon-tierlist-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-tierlist-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-tierlist-scroll-nav-link:focus:not(.active){background:0 0}@media(max-width:768px){.pokemon-tierlist-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-tierlist-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-tierlist-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-tierlist-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%)}.pokemon-tierlist-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-tierlist-scroll-nav-link,.pokemon-tierlist-scroll-nav-link::before,.pokemon-tierlist-scroll-nav-link::after,.pokemon-tierlist-scroll-nav,.pokemon-tierlist-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-tierlist-scroll-nav-top,#tierlist-grid,#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}}.pokemon-tierlist-page-container,#pokemon-tierlist-content{--pokemon-tierlist-accent:#a855f7;--pokemon-tierlist-accent-rgb:168,85,247}.ptier-header-wrap{position:relative}.ptier-ambient{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1;border-radius:inherit;contain:strict;will-change:transform;transform:translateZ(0)}.ptier-ambient--paused .ptier-ambient-bg{animation-play-state:paused}.ptier-ambient--paused .ptier-particle{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.ptier-ambient{display:none}}.pokemon-tierlist-section-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.pokemon-tierlist-section-icon{width:18px;height:18px}}@media(max-width:640px){.pokemon-tierlist-section-icon{width:16px;height:16px}}.ptier-ambient-bg{width:100%;height:100%}.ptier-particle{transform:translateZ(0)}@keyframes ptier-rise{0%{transform:translateY(0)scale(1);opacity:0}8%{opacity:.35}40%{transform:translateY(-120px)scale(1.2);opacity:.5}75%{transform:translateY(-220px)scale(.9);opacity:.2}100%{transform:translateY(-280px)scale(.6);opacity:0}}@keyframes ptier-threshold{0%,100%{stroke-opacity:.06}50%{stroke-opacity:.15}}@keyframes ptier-sparkle{0%,35%{transform:scale(0);opacity:0}50%{transform:scale(1.2)rotate(15deg);opacity:.6}65%{transform:scale(.85)rotate(-5deg);opacity:.4}80%,100%{transform:scale(0);opacity:0}}@keyframes ptier-assess{0%,100%{transform:scale(1);opacity:.08}50%{transform:scale(1.4);opacity:.2}}@media(prefers-reduced-motion:reduce){.ptier-particle{animation:none!important}}.pokemon-tierlist-grid-inner{}.tierlist-mobile-toggle,.tierlist-sheet,.tierlist-mobile-backdrop{display:none}.tierlist-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,4%);border-radius:8px;margin-bottom:20px;border:1px solid rgba(255,255,255,8%);border-left:3px solid #f59e0b}.tierlist-filter-group{display:flex;align-items:center;gap:8px}.tierlist-filter-label{font-size:11px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.5px}.tierlist-filter-select{padding:8px 32px 8px 12px;font-size:13px;font-weight:500;color:var(--text-1);background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:6px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;min-width:120px}.tierlist-filter-select:hover{border-color:rgba(255,255,255,.15)}.tierlist-filter-select:focus{outline:none;border-color:var(--accent)}.tierlist-type-mode-toggle{display:flex;gap:2px;background:rgba(255,255,255,5%);border-radius:4px;padding:2px}.tierlist-type-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:4px 10px;font-size:10px;font-weight:600;font-family:inherit;border-radius:3px;color:rgba(255,255,255,.5);transition:background .12s ease,color .12s ease;min-height:24px;cursor:pointer;border:none;background:0 0;white-space:nowrap}.tierlist-type-mode-btn:hover{background:rgba(255,255,255,8%);color:rgba(255,255,255,.8)}.tierlist-type-mode-btn.is-active{background:#ef4444;color:#fff;box-shadow:0 1px 4px rgba(239,68,68,.3)}.tierlist-type-mode-btn:focus-visible{outline:1px solid #ef4444;outline-offset:1px}.tierlist-type2-group{display:none}.tierlist-type2-group.is-visible{display:flex}.tierlist-search-input{padding:8px 12px 8px 36px;font-size:13px;font-weight:500;color:var(--text-1,#e4e4e7)!important;background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:6px;min-width:200px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px;background-size:16px}.tierlist-search-input::placeholder{color:var(--text-3)}.tierlist-search-input:hover{border-color:rgba(255,255,255,.15)}.tierlist-search-input:focus{outline:none;border-color:var(--accent)}.tierlist-filter-spacer{flex:1}.tierlist-count{font-size:12px;color:var(--text-2)}.tierlist-count strong{color:var(--text-1);font-weight:600}.tierlist-sort-dir{display:none;align-items:center;gap:2px}.tierlist-sort-dir-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:6px;cursor:pointer;color:var(--text-3)}.tierlist-sort-dir-btn:hover{border-color:var(--border-strong);color:var(--text-1)}.tierlist-sort-dir-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.tierlist-sort-dir-btn svg{width:16px;height:16px}.tierlist-bands{display:flex;flex-direction:column;gap:12px}.tierlist-band{background:var(--surface-1);border-radius:8px;overflow:hidden;border:1px solid var(--border-subtle);opacity:0;transform:translateY(8px)translateZ(0);transition:opacity .15s ease-out,transform .15s ease-out;contain:layout style}.tierlist-band:nth-child(1){transition-delay:0ms}.tierlist-band:nth-child(2){transition-delay:30ms}.tierlist-band:nth-child(3){transition-delay:60ms}.tierlist-band:nth-child(4){transition-delay:90ms}.tierlist-band:nth-child(5){transition-delay:120ms}.tierlist-band.tierlist-band--visible{opacity:1;transform:translateY(0)translateZ(0)}.tierlist-band.tierlist-band--hidden{display:none}.pokemon-tierlist-intro{margin-bottom:16px;padding:0 4px}.pokemon-tierlist-intro p{font-size:12px;color:var(--text-secondary,#a1a1aa);line-height:1.6;margin:0}.tierlist-legend-chip.tierlist-card-badge{position:static;flex-shrink:0}.tierlist-legend-chip--elite{display:inline-block;flex-shrink:0;color:#fbbf24;font-size:12px;padding:0 2px}.tierlist-legend-chip--legendary,.tierlist-legend-chip--mythical{display:inline-block;flex-shrink:0;color:#fbbf24;font-size:12px;padding:0 2px}.tierlist-legend-chip--bst{display:inline-block;flex-shrink:0;background:#f59e0b;color:rgba(0,0,0,.9);font-size:10px;font-weight:800;padding:2px 4px;border-radius:3px;letter-spacing:-.02em}.tierlist-band[data-tier=s]{--tier-color:#f59e0b}.tierlist-band[data-tier=a]{--tier-color:#22c55e}.tierlist-band[data-tier=b]{--tier-color:#60a5fa}.tierlist-band[data-tier=c]{--tier-color:#a78bfa}.tierlist-band[data-tier=d]{--tier-color:#f87171}.tierlist-band-header{display:flex;align-items:center;padding:10px 16px;background:var(--tier-color);color:var(--tier-text);gap:12px}.tierlist-band-tier{font-size:22px;font-weight:800;line-height:1;min-width:28px;text-align:center}.tierlist-band-info{display:flex;flex-direction:column;gap:2px}.tierlist-band-title{font-size:13px;font-weight:600}.tierlist-band-desc{font-size:12px;opacity:.9;margin-left:16px}.tierlist-band-count{font-size:11px;opacity:.85;font-weight:700}.tierlist-band-content{padding:12px}.tierlist-band-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:8px}.tierlist-band-empty{padding:20px;text-align:center;color:var(--text-3);font-size:13px}.tierlist-band[data-tier=s]{--tier-text:rgba(0,0,0,0.9)}.tierlist-band[data-tier=a]{--tier-text:rgba(0,0,0,0.9)}.tierlist-band[data-tier=b]{--tier-text:rgba(0,0,0,0.9)}.tierlist-band[data-tier=c]{--tier-text:rgba(0,0,0,0.9)}.tierlist-band[data-tier=d]{--tier-text:rgba(0,0,0,0.9)}.tierlist-availability-toggles{display:flex;align-items:center;gap:6px;width:100%;padding:8px 0;flex-wrap:wrap}.tierlist-avail-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.35);margin-right:2px}.tierlist-avail-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:9999px;font-size:12px;font-weight:500;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,4%);color:rgba(255,255,255,.55);cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.tierlist-avail-pill:hover:not(.is-locked){background:rgba(255,255,255,8%);border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.85)}.tierlist-avail-pill.is-locked{cursor:default}.tierlist-avail-pill--dex.is-active{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.3);color:#6ee7b7}.tierlist-avail-pill--obtainable.is-active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.35);color:#93c5fd}.tierlist-avail-pill--transfer.is-active{background:rgba(245,158,11,.15);border-color:rgba(245,158,11,.35);color:#fcd34d}.tierlist-avail-count{font-size:11px;font-weight:600;padding:1px 6px;border-radius:9999px;background:rgba(255,255,255,6%)}.tierlist-card-avail-dot{position:absolute;top:4px;left:4px;z-index:3;width:8px;height:8px;border-radius:50%;pointer-events:none}.tierlist-card-avail-dot--obtainable{background:#3b82f6;box-shadow:0 0 4px rgba(59,130,246,.5)}.tierlist-card-avail-dot--transfer{background:#f59e0b;box-shadow:0 0 4px rgba(245,158,11,.5)}.tierlist-card[data-availability=obtainable],.tierlist-card[data-availability=transfer]{opacity:.82}.tierlist-card[data-availability=obtainable].tierlist-card--visible,.tierlist-card[data-availability=transfer].tierlist-card--visible{opacity:.82}.tierlist-sheet-avail-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tierlist-avail-mobile-pill.is-locked{cursor:default;opacity:.7}.tierlist-avail-mobile-pill.is-active:not(.is-locked){border-color:rgba(59,130,246,.4);color:#93c5fd}.tierlist-avail-mobile-pill[data-scope=obtainable].is-active{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.35);color:#93c5fd}.tierlist-avail-mobile-pill[data-scope=transfer].is-active{background:rgba(245,158,11,.15);border-color:rgba(245,158,11,.35);color:#fcd34d}.tierlist-card{position:relative;display:flex;flex-direction:column;background:#1e1e22;border-radius:6px;border:2px solid #2a2a30;overflow:hidden;text-decoration:none;contain:layout style;opacity:0;transform:translateY(8px)translateZ(0)}.tierlist-card{transition:opacity .15s ease-out,transform .15s ease-out;transition-delay:calc(var(--stagger-index,0) * 12ms)}.tierlist-card.tierlist-card--visible{opacity:1;transform:translateY(0)translateZ(0)}.tierlist-card.tierlist-card--visible:hover{border-color:var(--tier-color);transform:translateY(-2px)translateZ(0);z-index:1}.tierlist-card:focus-visible{outline:2px solid var(--tier-color);outline-offset:1px}.tierlist-card.tierlist-card--hidden{display:none}.tierlist-card-header{display:flex;justify-content:center;align-items:center;padding:3px 6px;background:var(--tier-color);min-height:20px}.tierlist-card-bst{font-size:12px;font-weight:800;color:var(--tier-text);letter-spacing:-.02em}.tierlist-card-header[data-elite=true] .tierlist-card-bst::before{content:"★ ";font-size:10px}.tierlist-card-header[data-legendary=true] .tierlist-card-bst::before{content:"💎 ";font-size:9px;filter:brightness(0);opacity:.9}.tierlist-card-header[data-mythical=true] .tierlist-card-bst::before{content:"✨ ";font-size:9px;filter:brightness(0);opacity:.9}.tierlist-card-inner{flex:1;display:flex;flex-direction:column;align-items:center;padding:6px 5px 5px;background:#141417;margin:0 2px 2px;border-radius:0 0 3px 3px}.tierlist-card-sprite-wrap{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:3px}.tierlist-card-sprite{width:48px;height:48px;object-fit:contain}.tierlist-card-sprite--pixel{image-rendering:pixelated;image-rendering:crisp-edges}.tierlist-card-name{font-size:11px;font-weight:600;color:#f4f4f5;text-align:center;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tierlist-card-dex{font-size:9px;font-weight:500;color:#a1a1aa;margin-top:1px;margin-bottom:3px}.tierlist-card-types{display:flex;gap:3px;justify-content:center}.tierlist-card-type{font-size:7px;font-weight:700;padding:2px 4px;border-radius:3px;text-transform:uppercase;letter-spacing:.3px;color:rgba(0,0,0,.9);background:var(--type-color,#71717a)}.tierlist-card-type[data-type=normal]{--type-color:#a0a9b1}.tierlist-card-type[data-type=fire]{--type-color:#ff9c54}.tierlist-card-type[data-type=water]{--type-color:#6aabe8}.tierlist-card-type[data-type=electric]{--type-color:#f3d23b}.tierlist-card-type[data-type=grass]{--type-color:#63bb5b}.tierlist-card-type[data-type=ice]{--type-color:#74cec0}.tierlist-card-type[data-type=fighting]{--type-color:#e86888}.tierlist-card-type[data-type=poison]{--type-color:#c488e0}.tierlist-card-type[data-type=ground]{--type-color:#d97746}.tierlist-card-type[data-type=flying]{--type-color:#8fa8dd}.tierlist-card-type[data-type=psychic]{--type-color:#f97176}.tierlist-card-type[data-type=bug]{--type-color:#90c12c}.tierlist-card-type[data-type=rock]{--type-color:#c7b78b}.tierlist-card-type[data-type=ghost]{--type-color:#7b8fc8}.tierlist-card-type[data-type=dragon]{--type-color:#4a95dc}.tierlist-card-type[data-type=dark]{--type-color:#807898}.tierlist-card-type[data-type=steel]{--type-color:#78a8bb}.tierlist-card-type[data-type=fairy]{--type-color:#ec8fe6}.tierlist-card-badge{position:absolute;top:22px;right:3px;font-size:8px;font-weight:700;padding:2px 4px;border-radius:3px;text-transform:uppercase;letter-spacing:.2px;color:rgba(0,0,0,.9)}.tierlist-card-badge--sweeper{background:#fbbf24}.tierlist-card-badge--wall{background:#60a5fa}.tierlist-card-badge--cannon{background:#d4d4d8}.tierlist-card-badge--tank{background:#34d399}.tierlist-card-badge--wallbreaker{background:#f87171}.tierlist-card-badge--support{background:#c084fc}.tierlist-card-badge--pivot{background:#f472b6}.tierlist-card-speed{position:absolute;top:22px;left:3px;font-size:8px;font-weight:700;padding:2px 4px;border-radius:3px;background:#18181b;color:#a1a1aa}.tierlist-card-speed[data-fast=true]{background:#fef3c7;color:#92400e}.tierlist-loading{padding:40px 20px;text-align:center}.tierlist-spinner{width:28px;height:28px;margin:0 auto 12px;border:2px solid var(--border-subtle);border-top-color:var(--accent);border-radius:50%;animation:tierlist-spin .8s linear infinite}@keyframes tierlist-spin{to{transform:rotate(360deg)}}.tierlist-empty{padding:40px 20px;text-align:center;color:var(--text-3)}.tierlist-card--skeleton{min-height:118px;background:var(--card-bg,#1e1e22)}@media(max-width:768px){.tierlist-filter-bar{padding:10px;gap:8px}.tierlist-filter-spacer{flex-basis:100%;height:0}.tierlist-search-input{min-width:100%}.tierlist-band-grid{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:6px}.tierlist-card-header{padding:2px 5px;min-height:18px}.tierlist-card-bst{font-size:11px}.tierlist-card-inner{padding:5px 4px 4px}.tierlist-card-sprite-wrap{width:44px;height:44px}.tierlist-card-sprite{width:40px;height:40px}.tierlist-card-name{font-size:10px}.tierlist-card-type{font-size:6px;padding:1px 3px}.tierlist-card-badge{top:20px;font-size:6px}.tierlist-card-speed{top:20px;font-size:7px}}@media(max-width:640px){.tierlist-filter-bar{flex-direction:column;align-items:stretch}.tierlist-filter-group{justify-content:space-between}.tierlist-filter-select{flex:1;min-width:0}.tierlist-band-header{padding:8px 12px}.tierlist-band-tier{font-size:18px;min-width:24px}.tierlist-band-title{font-size:11px}.tierlist-band-content{padding:6px}.tierlist-band-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:4px}.tierlist-card-header{padding:2px 4px;min-height:16px}.tierlist-card-bst{font-size:10px}.tierlist-card-inner{padding:4px 3px 3px;margin:0 1px 1px}.tierlist-card-sprite-wrap{width:36px;height:36px;margin-bottom:2px}.tierlist-card-sprite{width:32px;height:32px}.tierlist-card-name{font-size:10px}.tierlist-card-dex{display:none}.tierlist-card-types{gap:2px}.tierlist-card-type{font-size:7px;padding:1px 3px}.tierlist-card-types{margin-top:3px}.tierlist-card-badge{top:18px;font-size:7px;padding:1px 3px}}@media(max-width:768px){.tierlist-mobile-toggle{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:10px 16px;font-size:14px;font-weight:600;font-family:inherit;color:#edf2f7;background:rgba(136,153,183,.1);border:1px solid rgba(136,153,183,.18);border-left:3px solid #f59e0b;border-radius:10px;cursor:pointer;margin-bottom:12px;-webkit-tap-highlight-color:transparent}.tierlist-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;color:#fff;background:#ef4444;border-radius:9999px;margin-left:auto}.tierlist-filter-bar{display:none!important}.tierlist-sheet{display:flex;flex-direction:column;position:fixed;left:12px;right:12px;bottom:250px;top:auto;max-height:55vh;z-index:99999;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 rgba(0,0,0,.6),0 0 0 1px rgba(136,153,183,6%)}.tierlist-sheet.is-open{animation:tierlist-sheet-enter 300ms cubic-bezier(.32,.72,0,1)forwards}.tierlist-sheet.is-closing{animation:tierlist-sheet-exit 200ms ease-in forwards}@keyframes tierlist-sheet-enter{from{transform:translateY(calc(100% + 262px));opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes tierlist-sheet-exit{from{transform:translateY(0);opacity:1}to{transform:translateY(calc(100% + 262px));opacity:0}}.tierlist-sheet-handle{display:flex;justify-content:center;padding:10px 0 4px;cursor:grab;flex-shrink:0;touch-action:none}.tierlist-sheet-handle:active{cursor:grabbing}.tierlist-sheet-handle-bar{width:36px;height:4px;background:rgba(136,153,183,.25);border-radius:2px}.tierlist-sheet-tabs{display:flex;padding:0 16px;background:#16191d;border-bottom:1px solid rgba(136,153,183,8%);flex-shrink:0}.tierlist-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:0 0;border-bottom:2px solid transparent;cursor:pointer;transition:color 200ms ease,border-color 200ms ease;-webkit-tap-highlight-color:transparent}.tierlist-sheet-tab.is-active{color:#edf2f7;border-bottom-color:#a855f7}.tierlist-sheet-panel{display:none}.tierlist-sheet-panel.is-active{display:block}.tierlist-sheet-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y pinch-zoom;padding:12px 16px;min-height:280px}.tierlist-sheet-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#718096;margin-bottom:10px}.tierlist-sheet-type-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tierlist-sheet-pill{display:flex;align-items:center;justify-content:center;min-height:48px;font-size:13px;font-weight:600;font-family:inherit;border:2px solid transparent;border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color 150ms ease,box-shadow 150ms ease}.tierlist-sheet-pill.is-active{border-color:rgba(255,255,255,.8);box-shadow:0 0 8px var(--type-glow,rgba(255,255,255,.3))}.tierlist-sheet-type-mode{display:flex;gap:2px;background:rgba(255,255,255,5%);border-radius:6px;padding:3px;margin-bottom:10px}.tierlist-sheet-type-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;min-height:40px;font-size:13px;font-weight:600;font-family:inherit;border-radius:4px;color:rgba(255,255,255,.5);cursor:pointer;border:none;background:0 0;-webkit-tap-highlight-color:transparent;transition:background .12s ease,color .12s ease}.tierlist-sheet-type-mode-btn.is-active{background:#ef4444;color:#fff;box-shadow:0 1px 4px rgba(239,68,68,.3)}.tierlist-sheet-gen-buttons{display:flex;flex-wrap:wrap;gap:8px}.tierlist-gen-pill{min-width:48px;height:48px;border-radius:50%;background:rgba(136,153,183,8%);border:2px solid rgba(136,153,183,.12);color:#edf2f7}.tierlist-gen-pill.is-active{background:#a855f7;border-color:#a855f7;color:#fff;box-shadow:0 0 12px rgba(168,85,247,.4)}.tierlist-sheet-role-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tierlist-role-pill{min-height:44px;background:rgba(136,153,183,6%);border:1px solid rgba(136,153,183,.12);border-radius:10px;color:#a0aec0;font-size:12px}.tierlist-role-pill.is-active{background:rgba(168,85,247,.15);border-color:rgba(168,85,247,.4);color:#edf2f7}.tierlist-sheet-sort{width:100%;min-height:48px;padding:12px 40px 12px 16px;font-size:16px;font-family:inherit;color:#edf2f7;background:#1f2328;border:1px solid rgba(136,153,183,.12);border-radius:10px;color-scheme:dark;appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3MTgwOTYiIHN0cm9rZS13aWR0aD0iMiI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:right 16px center}.tierlist-sheet-sort option{background:#1f2328;color:#edf2f7}.tierlist-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,8%);flex-shrink:0}.tierlist-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:rgba(136,153,183,8%);border:1px solid rgba(136,153,183,.12);border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tierlist-sheet-clear-btn:active{background:rgba(136,153,183,.16)}.tierlist-sheet-done-btn{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;font-size:15px;font-weight:600;font-family:inherit;color:#fff;background:#a855f7;border:none;border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tierlist-sheet-done-btn:active{background:#9333ea}.tierlist-mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(8,11,16,.82);z-index:99998;opacity:0;pointer-events:none;transition:opacity 200ms ease-out}.tierlist-mobile-backdrop.is-visible{opacity:1;pointer-events:auto}html.tierlist-sheet-open{overflow:hidden;scrollbar-gutter:auto}html.tierlist-sheet-open body{overflow:hidden;scrollbar-gutter:auto}.tierlist-filter-bar .tierlist-filter-group:last-of-type,.tierlist-filter-bar .tierlist-count{}}@media(prefers-reduced-motion:reduce){.tierlist-sheet,.tierlist-mobile-backdrop{animation:none!important;transition-duration:.01ms!important}.tierlist-sheet.is-open{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.tierlist-card,.tierlist-band,.tierlist-spinner{animation:none!important;transition:none!important}.tierlist-card,.tierlist-band{opacity:1;transform:none}.tierlist-card.tierlist-card--visible,.tierlist-band.tierlist-band--visible{opacity:1;transform:none}.tierlist-card:hover{transform:none}}.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,rgba(255,255,255,4%) 0%,rgba(255,255,255,1%) 50%,rgba(0,0,0,8%) 100% );border:1px solid rgba(255,255,255,6%);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,8%) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,8%) 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:rgba(168,85,247,.35);box-shadow:0 8px 20px rgba(0,0,0,.45),0 0 0 1px rgba(168,85,247,.15)}.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 rgba(0,0,0,.4),0 0 30px rgba(168,85,247,.3)}.rb-game-card:focus:not(:focus-visible){outline:none}.rb-game-card--active{background:linear-gradient( 165deg,rgba(168,85,247,.15) 0%,rgba(168,85,247,8%) 50%,rgba(168,85,247,5%) 100% );border-color:rgba(168,85,247,.5);box-shadow:0 4px 16px rgba(168,85,247,.2),inset 0 1px rgba(255,255,255,.1)}.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 rgba(168,85,247,.6);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")50%/12px no-repeat,linear-gradient(135deg,#a855f7 0%,#7c3aed 100%)}.rb-game-cover{position:relative;width:100%;padding-top:115%;border-radius:10px 10px 0 0;overflow:hidden}.rb-game-cover-inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient( 180deg,#1e1e24 0%,#16161a 40%,#111114 100% )}.rb-game-cover-inner::before{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(0,0,0,.15);box-shadow:inset 0 0 40px rgba(0,0,0,.5);pointer-events:none}.rb-game-card--active .rb-game-cover-inner::before{background:0 0}.rb-game-cover-inner::after{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient( 180deg,rgba(255,255,255,4%) 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,rgba(168,85,247,.75) 0%,rgba(124,58,237,.75) 100% );-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px rgba(0,0,0,.3);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,rgba(255,255,255,.55) 0%,rgba(255,255,255,.3) 100% );-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,rgba(255,255,255,.85) 0%,rgba(255,255,255,.5) 100% );-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;top:0;left:0;right:0;bottom: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 rgba(0,0,0,.5);background:rgba(0,0,0,.15);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,4%);background:linear-gradient( 180deg,rgba(0,0,0,8%) 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}}.pgsw-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px 4px;padding:10px 16px;margin:6px 0 14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,6%);border-radius:10px;box-shadow:inset 0 1px rgba(255,255,255,2%)}.pgsw-strip::before{content:"GAME VERSION";display:inline-flex;align-items:center;font-size:8px;font-weight:700;letter-spacing:1px;color:rgba(255,255,255,.28);padding:3px 6px;margin-right:4px;border:1px solid rgba(255,255,255,6%);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,6%)}.pgsw-gen:first-of-type{padding-left:0;border-left:none}.pgsw-gen-label{font-size:9px;font-weight:700;letter-spacing:1px;color:rgba(255,255,255,.5);padding:2px 5px;border:1px solid rgba(255,255,255,7%);border-radius:3px;background:rgba(255,255,255,.025);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:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,8%);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px;color:rgba(255,255,255,.6);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:rgba(220,228,255,.88)}.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:rgba(255,255,255,.95);box-shadow:0 2px 10px rgba(0,0,0,.2),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:rgba(255,255,255,.95)}.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,6%));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%,100%{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:rgba(255,255,255,1%);border-color:rgba(255,255,255,.025);color:rgba(255,255,255,.17);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:rgba(255,255,255,.14);transform:rotate(-12deg);transform-origin:center;z-index:1}.pgsw-strip[data-current-game=""] .pgsw-chip--available{border-color:rgba(255,255,255,.11)}.pgsw-gen--active .pgsw-chip--available{color:rgba(220,228,255,.93);border-color:rgba(255,255,255,.12)}.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:rgba(255,255,255,.4);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}}