: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}.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 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}}.rb-dashboard-page td,.rb-dashboard-page th,.rb-sections-container td,.rb-sections-container th{border-top:none;padding:0}.pokemon-tierlist-header{--fh-surface-1:#0a0a0c;--fh-surface-2:#0f0f12;--fh-primary:#9099a1;--fh-secondary:#9099a1;--fh-glow:rgba(144,153,161,.25);--fh-height:280px;--fh-image-size:200px;--fh-visual-zone:240px;--fh-nav-peek:25%;--fh-nav-peek-hover:32%;--fh-nav-opacity:.5;--fh-nav-opacity-hover:.95;--fh-particle-opacity:.25;--fh-particle-opacity-hover:.5;--fh-nav-space:0px;position:relative;height:calc(var(--fh-height) + var(--fh-nav-space));background:var(--fh-surface-1);border-radius:10px;overflow:hidden;margin-bottom:0;transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.pokemon-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:210px;--fh-nav-space:50px}.pokemon-tierlist-header.pokemon-tierlist-header--minimal .pokemon-tierlist-header-visual,.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;inset: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:196px;--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{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(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{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(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:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pokemon-tierlist-header-action-btn:active .pokemon-tierlist-header-action-ring{transform:scale(.97);transition:transform .1s ease}.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:#ffffff0f;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pokemon-tierlist-header-action-btn:hover .pokemon-tierlist-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pokemon-tierlist-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pokemon-tierlist-header-action-btn:hover .pokemon-tierlist-header-action-ring svg{color:#fffc}.pokemon-tierlist-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pokemon-tierlist-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pokemon-tierlist-header-action-label:has(.pokemon-tierlist-header-action-label-state){display:inline-grid}.pokemon-tierlist-header-action-label-state{grid-column:1 / 2;grid-row:1 / 2;transition:opacity .12s ease}.pokemon-tierlist-header-action-btn:not(.is-active) .pokemon-tierlist-header-action-label-state[data-state=active]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-tierlist-header-action-btn.is-active .pokemon-tierlist-header-action-label-state[data-state=default]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pokemon-tierlist-header-action--rose.is-active .pokemon-tierlist-header-action-label strong{color:#f43f5ecc}.pokemon-tierlist-header-action-btn .fav-icon-outline{display:block}.pokemon-tierlist-header-action-btn .fav-icon-filled,.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{0%{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:#0f0f14fa;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;min-width:160px;box-shadow:0 4px 20px #0006}.pokemon-tierlist-header-share-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:#fffc;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .1s,color .1s}.pokemon-tierlist-header-share-option:hover{background:#ffffff1a;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:#1da1f226;color:#1da1f2}.pokemon-tierlist-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pokemon-tierlist-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pokemon-tierlist-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pokemon-tierlist-header-action-ring .share-icon-apple,.pokemon-tierlist-header-action-ring .share-icon-android{display:none}.pokemon-tierlist-header-action-ring .share-icon-other,[data-share-platform=apple] .pokemon-tierlist-header-action-ring .share-icon-apple{display:block}[data-share-platform=apple] .pokemon-tierlist-header-action-ring .share-icon-other{display:none}[data-share-platform=android] .pokemon-tierlist-header-action-ring .share-icon-android{display:block}[data-share-platform=android] .pokemon-tierlist-header-action-ring .share-icon-other{display:none}[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:translateZ(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:#ffffff1a;color:#ffffffe6;transition:transform .15s ease,box-shadow .15s ease}.pokemon-tierlist-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.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%,to{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:6;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-title-row{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-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:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-subtitle{font-size:14px;font-weight:500;color:#ffffffb3;padding-left:8px;margin-left:4px;border-left:1px solid rgba(255,255,255,.2);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header-tagline{font-size:13px;font-weight:400;color:#ffffff8c;margin:6px auto 0;text-shadow:0 1px 8px rgba(0,0,0,.7);font-style:italic;max-width:var(--fh-tagline-max-width,340px);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal){height:auto;min-height:calc(var(--fh-height) + var(--fh-nav-space,0px))}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-visual{position:relative;inset:auto;width:100%;height:var(--fh-visual-zone,240px);padding-bottom:0}.pokemon-tierlist-header--has-action-bar:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-visual{margin-top:var(--fh-zone-action,76px)}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-overlay{position:relative;top:auto;bottom:auto;padding:8px 16px calc(12px + var(--fh-nav-space,0px))}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.25) 60%,transparent 100%);pointer-events:none;z-index:-1}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-visual:before{display:none}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-image{transform:none}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-visual img{width:calc(var(--fh-visual-zone,180px) - 20px);height:calc(var(--fh-visual-zone,180px) - 20px);max-width:100%;object-fit:contain}.pokemon-tierlist-header:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-nav{bottom:auto;height:var(--fh-visual-zone,180px)}.pokemon-tierlist-header--has-action-bar:not(.pokemon-tierlist-header--minimal) .pokemon-tierlist-header-nav{top:var(--fh-zone-action,76px)}.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:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pokemon-tierlist-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.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:80px;height:80px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease;flex-shrink:0}.pokemon-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:#fffc;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:.7;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:#ffffffbf;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%,to{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:translate(-3px)}.pokemon-tierlist-header-nav-next:hover .pokemon-tierlist-header-nav-arrow{transform:translate(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;--fh-visual-zone:220px}.pokemon-tierlist-header-name{font-size:28px}}@media(max-width:768px){.pokemon-tierlist-header{--fh-height:240px;--fh-image-size:160px;--fh-visual-zone:200px;--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:64px;height:64px}.pokemon-tierlist-header-nav-arrow{font-size:20px}.pokemon-tierlist-header-nav-name{font-size:10px;max-width:60px;opacity:.6}.pokemon-tierlist-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-tierlist-header{--fh-height:220px;--fh-image-size:120px;--fh-visual-zone:180px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:.25}.pokemon-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:44px;height:44px}.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;--fh-visual-zone:165px}.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}}.pokemon-tierlist-grid-content{display:grid;grid-template-rows:1fr}.pokemon-tierlist-grid-content-inner{overflow:hidden;min-height:0}.pokemon-tierlist-games-content{display:grid;grid-template-rows:1fr}.pokemon-tierlist-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}}.pokemon-tierlist-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}.pokemon-tierlist-scroll-nav.is-stuck{width:100%;background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none;border-radius:0;margin-left:0;margin-right:0}.pokemon-tierlist-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}.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:#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}.pokemon-tierlist-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)}.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:#ffffffe6;background:#ffffff0d}.pokemon-tierlist-scroll-nav-link:not(.active):not(:hover){background:transparent}.pokemon-tierlist-scroll-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.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:transparent}@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:#ff4141;--pokemon-tierlist-accent-rgb:255,65,65}.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,.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}to{transform:translateY(-280px) scale(.6);opacity:0}}@keyframes ptier-threshold{0%,to{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%,to{transform:scale(0);opacity:0}}@keyframes ptier-assess{0%,to{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{--rb-tl-accent:#ff4141;--rb-tl-accent-2:#ff6363;--rb-tl-accent-deep:#dc2626;--rb-tl-accent-soft:rgba(255,65,65,.14);--rb-tl-accent-faint:rgba(255,65,65,.06);--rb-tl-accent-strong:rgba(255,65,65,.22);--rb-tl-accent-glow:rgba(255,65,65,.45);--rb-tl-accent-line:rgba(255,65,65,.2);--rb-tl-panel-bg:rgba(255,255,255,.035);--rb-tl-panel-border:rgba(255,255,255,.08);--rb-tl-panel-border-hover:rgba(255,65,65,.18);--rb-tl-panel-radius:12px;--rb-tl-panel-blur:blur(16px) saturate(180%);--rb-tl-panel-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);--rb-tl-panel-shadow-hover:inset 0 1px 0 rgba(255,255,255,.12),inset 0 0 0 1px rgba(255,65,65,.08),0 6px 22px rgba(0,0,0,.32);--rb-tl-ease:cubic-bezier(.4,0,.2,1)}.pokemon-tierlist-grid .rb-cockpit,.pokemon-tierlist-grid .tierlist-tier-jumps{background:var(--rb-tl-panel-bg);border:1px solid var(--rb-tl-panel-border);border-radius:var(--rb-tl-panel-radius);box-shadow:var(--rb-tl-panel-shadow);backdrop-filter:var(--rb-tl-panel-blur);-webkit-backdrop-filter:var(--rb-tl-panel-blur);transition:border-color .22s var(--rb-tl-ease),box-shadow .22s var(--rb-tl-ease)}.pokemon-tierlist-grid .tierlist-tier-jumps{padding:10px 14px;border-radius:0;margin-top:-1px;border-top-color:#ffffff0a}.pokemon-tierlist-grid .pkmn-tier-legend-grid{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;margin:0}.pokemon-tierlist-grid .rb-cockpit{margin-bottom:14px;overflow:hidden}.pokemon-tierlist-grid .rb-cockpit>.rb-cockpit__header,.pokemon-tierlist-grid .rb-cockpit>summary.rb-cockpit__header{display:flex;align-items:center;gap:10px;padding:10px 14px;list-style:none;cursor:default;user-select:none}.pokemon-tierlist-grid .rb-cockpit--collapsible>summary.rb-cockpit__header{cursor:pointer;transition:background .2s var(--rb-tl-ease)}.pokemon-tierlist-grid .rb-cockpit--collapsible>summary.rb-cockpit__header:hover{background:#ffffff06}.pokemon-tierlist-grid .rb-cockpit>summary.rb-cockpit__header::-webkit-details-marker{display:none}.pokemon-tierlist-grid .rb-cockpit>summary.rb-cockpit__header::marker{display:none;content:""}.pokemon-tierlist-grid .rb-cockpit__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#3b82f61f;color:#60a5fa;flex-shrink:0}.pokemon-tierlist-grid .rb-cockpit__label{font-size:13px;font-weight:600;letter-spacing:.1px;color:#ffffffeb}.pokemon-tierlist-grid .rb-cockpit__meta{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:11px;font-weight:500;color:#ffffff8c;letter-spacing:.2px}.pokemon-tierlist-grid .rb-cockpit__meta-sep{opacity:.5}.pokemon-tierlist-grid .rb-cockpit__meta-item{white-space:nowrap}.pokemon-tierlist-grid .rb-cockpit__chevron{color:#ffffff8c;transition:transform .22s var(--rb-tl-ease);flex-shrink:0;margin-left:4px}.pokemon-tierlist-grid details.rb-cockpit[open]>summary>.rb-cockpit__chevron{transform:rotate(180deg)}.pokemon-tierlist-grid .rb-cockpit__body{padding:4px 18px 16px;color:#ffffffd9;font-size:14px;line-height:1.55}.pokemon-tierlist-grid .rb-cockpit__body p{margin:0 0 10px}.pokemon-tierlist-grid .rb-cockpit__body p:last-child{margin-bottom:0}.pokemon-tierlist-grid .rb-cockpit--legend .pkmn-tier-legend,.pokemon-tierlist-grid .rb-cockpit--legend .pkmn-tier-legend-grid{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.pokemon-tierlist-grid .rb-cockpit--legend .pkmn-tier-legend-title{display:none}.pokemon-tierlist-grid .pkmn-tier-legend{margin-bottom:14px}.rb-tier-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:22px;border-radius:4px;font-size:13px;font-weight:700;line-height:1;flex-shrink:0;cursor:help;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;outline:none}.rb-tier-badge--s{background:linear-gradient(135deg,#fbbf24,#d97706);color:#000;box-shadow:0 0 8px #f59e0b40,inset 0 1px #ffffff40}.rb-tier-badge--a{background:linear-gradient(135deg,#4ade80,#16a34a);color:#000;box-shadow:0 0 6px #22c55e2e,inset 0 1px #ffffff38}.rb-tier-badge--b{background:linear-gradient(135deg,#93c5fd,#3b82f6);color:#000;box-shadow:0 0 5px #3b82f626,inset 0 1px #ffffff38}.rb-tier-badge--c{background:linear-gradient(135deg,#c4b5fd,#8b5cf6);color:#000;box-shadow:0 0 5px #8b5cf626,inset 0 1px #ffffff38}.rb-tier-badge--d{background:linear-gradient(135deg,#fca5a5,#ef4444);color:#000;box-shadow:0 0 5px #ef444426,inset 0 1px #ffffff38}@media(hover:hover){.rb-tier-badge:hover,.rb-tier-badge:focus-visible{transform:scale(1.08);filter:brightness(1.08)}.rb-tier-badge--s:hover,.rb-tier-badge--s:focus-visible{box-shadow:0 0 14px #f59e0b73,inset 0 1px #ffffff4d}.rb-tier-badge--a:hover,.rb-tier-badge--a:focus-visible{box-shadow:0 0 12px #22c55e59,inset 0 1px #ffffff4d}.rb-tier-badge--b:hover,.rb-tier-badge--b:focus-visible{box-shadow:0 0 12px #3b82f659,inset 0 1px #ffffff4d}.rb-tier-badge--c:hover,.rb-tier-badge--c:focus-visible{box-shadow:0 0 12px #8b5cf659,inset 0 1px #ffffff4d}.rb-tier-badge--d:hover,.rb-tier-badge--d:focus-visible{box-shadow:0 0 12px #ef444459,inset 0 1px #ffffff4d}}.rb-role-badge{padding:2px 8px 2px 10px;border-radius:4px;font-size:11px;font-weight:500;line-height:1.4;background:#ffffff0f;color:#e0e0e4;border:1px solid rgba(255,255,255,.08);border-left-width:3px;border-left-style:solid;transition:border-left-color .2s ease,background-color .2s ease}.rb-role-badge--offensive{border-left-color:#f87171}.rb-role-badge--defensive{border-left-color:#60a5fa}.rb-role-badge--balanced{border-left-color:#ffffff40}.rb-tier-tip{padding:2px 4px;line-height:1.35;max-width:220px}.rb-tier-tip__head{font-size:11px;font-weight:800;color:#fbbf24;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.rb-tier-tip__body{font-size:12px;color:#ffffffd9}.tippy-box[data-theme~=pokemon-dark] .rb-tier-tip[data-tier=s] .rb-tier-tip__head{color:#fbbf24}.tippy-box[data-theme~=pokemon-dark] .rb-tier-tip[data-tier=a] .rb-tier-tip__head{color:#4ade80}.tippy-box[data-theme~=pokemon-dark] .rb-tier-tip[data-tier=b] .rb-tier-tip__head{color:#60a5fa}.tippy-box[data-theme~=pokemon-dark] .rb-tier-tip[data-tier=c] .rb-tier-tip__head{color:#a78bfa}.tippy-box[data-theme~=pokemon-dark] .rb-tier-tip[data-tier=d] .rb-tier-tip__head{color:#f87171}.tippy-box[data-animation=rb-tt-pop]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.16,1,.3,1)}.tippy-box[data-animation=rb-tt-pop][data-state=hidden]{opacity:0}.tippy-box[data-animation=rb-tt-pop][data-state=hidden][data-placement^=top]{transform:scale(.96) translateY(4px)}.tippy-box[data-animation=rb-tt-pop][data-state=hidden][data-placement^=bottom]{transform:scale(.96) translateY(-4px)}.tippy-box[data-animation=rb-tt-pop][data-state=hidden][data-placement^=left]{transform:scale(.96) translate(4px)}.tippy-box[data-animation=rb-tt-pop][data-state=hidden][data-placement^=right]{transform:scale(.96) translate(-4px)}.tippy-box[data-animation=rb-tt-pop][data-state=visible]{opacity:1;transform:scale(1) translate(0)}@media(prefers-reduced-motion:reduce){.tippy-box[data-animation=rb-tt-pop]{transition-property:opacity}.tippy-box[data-animation=rb-tt-pop][data-state=hidden]{transform:none}}.rb-tier-card__types[data-tippy-content],.rb-tier-card__matchup[data-tippy-content],.rb-tier-badge[data-tippy-content],.rb-tier-card__move-row[data-tippy-content]{cursor:help}.td-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 8px 3px 6px;min-height:24px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--text-1,#fff);line-height:1;white-space:nowrap;position:relative;transition:background .15s,border-color .15s}.td-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.td-badge--normal:before{background:#a8a8a8}.td-badge--fire:before{background:#f97316}.td-badge--water:before{background:#3b82f6}.td-badge--electric:before{background:#eab308}.td-badge--grass:before{background:#22c55e}.td-badge--ice:before{background:#06b6d4}.td-badge--fighting:before{background:#ef4444}.td-badge--poison:before{background:#a855f7}.td-badge--ground:before{background:#d97706}.td-badge--flying:before{background:#8b5cf6}.td-badge--psychic:before{background:#ec4899}.td-badge--bug:before{background:#84cc16}.td-badge--rock:before{background:#a16207}.td-badge--ghost:before{background:#7c3aed}.td-badge--dragon:before{background:#6366f1}.td-badge--dark:before{background:#57534e}.td-badge--steel:before{background:#64748b}.td-badge--fairy:before{background:#f472b6}.rb-tier-card__types[data-tippy-content]{cursor:help}.rb-tier-card__types[data-tippy-content]:focus-visible{outline:2px dashed rgba(255,255,255,.25);outline-offset:2px;border-radius:8px}.weak-label{color:#f87171;font-weight:600}.resist-label{color:#22c55e;font-weight:600}.rb-tt-wk{display:flex;flex-direction:column;gap:6px;min-width:180px}.rb-tt-wk-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rb-tt-wk-mult{flex:0 0 auto;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:4px;line-height:1.3;color:#fff}.rb-tt-wk-mult--x4{background:#ef444433;color:#fca5a5;box-shadow:inset 0 0 0 1px #ef444459}.rb-tt-wk-mult--x2{background:#fb923c2e;color:#fdba74;box-shadow:inset 0 0 0 1px #fb923c4d}.rb-tt-wk-pips{display:inline-flex;flex-wrap:wrap;gap:4px}.rb-tt-wk-empty{color:#ffffffa6;font-size:12px;font-style:italic}.td-badge.rb-tt-pip{min-height:18px;padding:1px 6px 1px 5px;font-size:9px;border-radius:3px;gap:4px}.td-badge.rb-tt-pip:before{width:5px;height:5px}.rb-tier-card__matchup{display:none;margin-top:6px;padding:8px 0 6px;border-top:1px solid rgba(255,255,255,.05);flex-direction:column;gap:4px;cursor:pointer;outline:none;border-radius:4px}.rb-tier-card__matchup .rb-matchup__row--x2{margin-bottom:3px}.rb-tier-card__threats{margin-top:8px}.rb-matchup__row{display:flex;align-items:center;flex-wrap:wrap;gap:4px;line-height:1}.rb-matchup__label{font-weight:900;text-transform:uppercase;letter-spacing:.6px;font-size:11px;width:26px;flex-shrink:0;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;line-height:1.1}.rb-matchup__row--x4 .rb-matchup__label{color:#f87171;font-weight:900;letter-spacing:.9px}.rb-matchup__row--x2 .rb-matchup__label{color:#fb923c}.rb-matchup__row--clean .rb-matchup__label{color:#22c55e}.rb-matchup__no-weak{color:#ffffff8c;font-size:10px;font-style:italic}.rb-type-pill{display:inline-block;padding:3px 9px;border-radius:8px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;line-height:1.25;border:1px solid;white-space:nowrap;box-shadow:inset 0 1px #ffffff14;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.rb-matchup-tip{display:grid;grid-template-columns:max-content 1fr;column-gap:12px;row-gap:9px;align-items:center;padding:0;line-height:1.3;min-width:232px;max-width:320px;font-feature-settings:"tnum" 1,"ss01" 1}.rb-matchup-tip__head{grid-column:1 / -1;font-size:14px;font-weight:700;color:#fafafa;margin:0;padding:0;line-height:1.25;letter-spacing:-.01em;text-transform:none}.rb-matchup-tip__typing{grid-column:1 / -1;display:flex;gap:8px;margin:4px 0 10px}.rb-matchup-tip__typing .td-badge{font-size:10px;padding:2px 6px 2px 4px;min-height:0;height:auto;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:4px}.rb-matchup-tip__row{display:contents}.rb-matchup-tip__label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rb-matchup-tip__mult{font-size:13px;font-weight:800;padding:5px 10px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:#ffffffd9;line-height:1;font-variant-numeric:tabular-nums;justify-self:start;text-align:center;min-width:44px;white-space:nowrap}.rb-matchup-tip__pills{display:flex;flex-wrap:wrap;gap:5px}.rb-matchup-tip .td-badge--in-tip{font-size:10px;min-height:21px;padding:2px 8px 2px 6px;gap:4px;letter-spacing:.04em;cursor:default}.rb-matchup-tip .td-badge--in-tip:before{width:5px;height:5px}.rb-matchup-tip__row--x4 .rb-matchup-tip__mult{background:#f871712e;border-color:#f8717166;color:#fda4af}.rb-matchup-tip__row--x2 .rb-matchup-tip__mult{background:#fb923c2e;border-color:#fb923c66;color:#fdba74}.rb-matchup-tip__row--immune .rb-matchup-tip__mult{background:#06b6d42e;border-color:#06b6d466;color:#67e8f9}.rb-matchup-tip__row--half .rb-matchup-tip__mult{background:#a3e6352e;border-color:#a3e6356b;color:#d9f99d}.rb-matchup-tip__row--quarter .rb-matchup-tip__mult{background:#22c55e2e;border-color:#22c55e6b;color:#86efac}.rb-tier-card__matchup:hover{background:#ffffff05}.rb-tier-card__matchup:focus-visible{outline:2px dashed rgba(255,255,255,.25);outline-offset:2px}.rb-tier-card__weakness-chart{display:flex;flex-direction:column;gap:8px;margin:0 0 10px}.rb-tier-card__wk-row{display:grid;grid-template-columns:50px 1fr;align-items:start;gap:8px}.rb-tier-card__wk-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:16px;color:#71717a;padding-top:1px}.rb-tier-card__wk-pills{display:flex;flex-wrap:wrap;gap:6px;min-width:0}.rb-tier-card__wk-row[data-tippy-content]{cursor:help;border:1px solid transparent;border-radius:8px;padding:2px 6px;margin:-2px -6px;transition:background .14s ease-out,border-color .14s ease-out}.rb-tier-card__wk-row[data-tippy-content]:hover,.rb-tier-card__wk-row[data-tippy-content]:focus-visible{background:#ffffff0a;border-color:#ffffff1a;outline:none}.rb-tier-card__wk-pill{display:inline-flex;align-items:center;gap:3px;padding:0;height:16px;color:#fff;font-size:10px;font-weight:600;line-height:1;letter-spacing:.5px;text-transform:uppercase}.rb-tier-card__wk-pill:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--wk-type-color,#888);flex-shrink:0;box-shadow:0 0 4px color-mix(in srgb,var(--wk-type-color,#888) 35%,transparent)}.rb-tier-card__wk-pill-name{white-space:nowrap}.rb-tier-card__wk-badge{font-size:9.5px;font-weight:800;line-height:1;letter-spacing:0;padding:1px 3px;border-radius:3px;margin-left:0;text-transform:none;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.rb-tier-card__wk-row--weak .rb-tier-card__wk-badge{background:#f8717133;color:#fca5a5}.rb-tier-card__wk-row--resist .rb-tier-card__wk-badge{background:#7dd3fc2e;color:#bae6fd}.rb-tier-card__wk-pill[aria-label$="0x"] .rb-tier-card__wk-badge{background:#ffffff1a;color:#e4e4e7}.rb-tier-card__wk-more{display:inline-flex;align-items:center;justify-content:center;height:16px;padding:0 5px;border-radius:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#d4d4d8;font-size:9.5px;font-weight:800;line-height:1;letter-spacing:.4px;flex-shrink:0;transition:background .14s ease-out,color .14s ease-out}.rb-tier-card__wk-row:hover .rb-tier-card__wk-more{background:#ffffff24;border-color:#fff3;color:#fff}.rb-wk-tip{display:flex;flex-direction:column;gap:4px;min-width:130px;padding:2px}.rb-wk-tip__head{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:#a1a1aa;padding-bottom:4px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.08)}.rb-wk-tip__row{display:flex;align-items:center;gap:8px;font-size:12px;line-height:1.2;color:#f4f4f5}.rb-wk-tip__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 6px color-mix(in srgb,currentColor 50%,transparent)}.rb-wk-tip__name{font-weight:600;flex:1}.rb-wk-tip__mult{font-size:10px;font-weight:800;padding:1px 5px;border-radius:3px;background:#7dd3fc2e;color:#bae6fd;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.rb-stat-row{display:flex;align-items:center;gap:6px}.rb-stat-row__label{font-size:11px;font-weight:600;color:#808088;width:26px;text-align:right;flex-shrink:0;letter-spacing:-.2px}.rb-stat-row__track{flex:1;height:8px;background:#ffffff17;border-radius:4px;overflow:hidden;position:relative}.rb-stat-row__fill{height:100%;border-radius:3px;min-width:2px}.rb-stat-row__value{font-size:11px;font-weight:600;color:#e0e0e4;width:28px;flex-shrink:0}.rb-stat-row__fill--low{background:#f87171}.rb-stat-row__fill--mid-low{background:#fb923c}.rb-stat-row__fill--mid{background:#fbbf24}.rb-stat-row__fill--mid-high{background:#a3e635}.rb-stat-row__fill--high{background:#22c55e}.rb-stat-row__fill--max{background:#06b6d4}.rb-stat-row__benchmark{position:absolute;top:-1px;bottom:-1px;width:1px;background:#ffffff59;z-index:1;pointer-events:none}.rb-stat-row__benchmark:after{content:"";position:absolute;top:-2px;left:-1px;width:3px;height:3px;background:#ffffff80;border-radius:50%}.rb-tier-card__rank{position:absolute;top:4px;right:6px;font-size:11px;font-weight:700;color:#fff3;z-index:2;line-height:1;transition:opacity .2s ease}.tierlist-band[data-tier=s] .rb-tier-card__rank{font-size:13px;color:#f59e0b59;top:8px;right:10px}.rb-tl-hide-ranks .rb-tier-card__rank{opacity:0;pointer-events:none}.rb-tier-card__radar-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:10px}.rb-tier-card__radar{width:100%;max-width:140px;height:auto;aspect-ratio:14 / 15;overflow:visible;color:var(--radar-color,#f59e0b)}@media(max-width:480px){.rb-tier-card__radar{max-width:90px}.rb-tier-card__radar .radar-label__name{font-size:12px;fill:#b0b0b8}.rb-tier-card__radar .radar-label__value{font-size:15px}.rb-tier-card__radar .radar-bst-value{font-size:16px}}.rb-tier-card__radar .radar-grid{fill:none;stroke:color-mix(in srgb,#ffffff 80%,var(--radar-color,#f59e0b) 20%);stroke-opacity:.18;stroke-width:.75}.rb-tier-card__radar .radar-axis{stroke:color-mix(in srgb,#ffffff 80%,var(--radar-color,#f59e0b) 20%);stroke-opacity:.15;stroke-width:.5}.rb-tier-card__radar .radar-fill{fill:var(--radar-fill,rgba(245,158,11,.22));stroke:color-mix(in srgb,var(--radar-color,#f59e0b) 88%,#ffffff);stroke-width:1.6;stroke-linejoin:round;paint-order:fill stroke;transition:fill .25s ease,stroke .25s ease}.rb-tier-card__radar .radar-max-dot{fill:var(--radar-color,#f59e0b);stroke:#fff;stroke-width:.7;filter:drop-shadow(0 0 1.4px var(--radar-color,#f59e0b))}.rb-tier-card__radar .radar-label{text-anchor:middle;dominant-baseline:middle;pointer-events:none}.rb-tier-card__radar .radar-label__name{font-size:10px;fill:#8b8b95;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.rb-tier-card__radar .radar-label__value{font-size:12.5px;font-weight:800;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;letter-spacing:-.2px}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--low{fill:#f87171}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--mid-low{fill:#fb923c}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--mid{fill:#fbbf24}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--mid-high{fill:#a3e635}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--high{fill:#22c55e}.rb-tier-card__radar .radar-label__value.rb-stat-row__fill--max{fill:#06b6d4}.rb-tier-card__radar .radar-bst-value{text-anchor:middle;dominant-baseline:middle;font-size:14px;font-weight:800;fill:#fafafa;filter:drop-shadow(0 1px 2.5px rgba(0,0,0,.95));font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.rb-tier-card__radar .radar-bst-label{text-anchor:middle;dominant-baseline:middle;font-size:9px;font-weight:700;fill:#ffffffd9;letter-spacing:.6px}.rb-tier-card__stats-side{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.rb-tier-card__radar .radar-axis-group,.rb-tier-card__radar .radar-axis-hit{pointer-events:none}.rb-tier-card__radar .radar-vertex-dot,.rb-tier-card__radar .radar-vertex-dot--max{display:none}.radar-tip{text-align:center;padding:2px 4px;line-height:1.2;min-width:140px}.radar-tip__head{font-size:11px;font-weight:800;color:#ffffffd9;letter-spacing:.6px;text-transform:uppercase;margin-bottom:6px}.radar-tip__value{font-size:22px;font-weight:800;line-height:1;margin-bottom:6px;background:transparent!important;border-radius:0!important;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;letter-spacing:-.6px}.radar-tip__rank,.radar-tip__total,.radar-tip__pct{font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.radar-tip__value.rb-stat-row__fill--low{color:#f87171}.radar-tip__value.rb-stat-row__fill--mid-low{color:#fb923c}.radar-tip__value.rb-stat-row__fill--mid{color:#fbbf24}.radar-tip__value.rb-stat-row__fill--mid-high{color:#a3e635}.radar-tip__value.rb-stat-row__fill--high{color:#22c55e}.radar-tip__value.rb-stat-row__fill--max{color:#06b6d4}.radar-tip__natured{font-size:13px;font-weight:700;line-height:1.15;margin:-2px 0 8px;letter-spacing:-.2px;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.radar-tip__natured--up{color:#86efac}.radar-tip__natured--down{color:#fca5a5}.radar-tip__natured-label{font-size:11px;font-weight:500;opacity:.85;margin-left:2px}.radar-tip__ev{font-size:11px;font-weight:600;color:#22d3ee;margin-bottom:6px;padding:2px 6px;background:#22d3ee1a;border-radius:4px;display:inline-block}.radar-tip__rank{font-size:14px;font-weight:700;color:#f8fafc;margin-bottom:3px}.radar-tip__rank--first{color:#fbbf24;text-shadow:0 0 8px rgba(251,191,36,.45)}.radar-tip__type-rank{font-size:11px;font-weight:600;color:#ffffffb3;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.1)}.radar-tip__type-name{background:transparent!important;padding:0!important;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.rb-tier-card__radar .radar-axis-group{outline:none}.radar-tip__total{font-size:11px;color:#ffffff80;font-weight:500}.radar-tip__pct{font-size:11px;font-weight:700;color:#ffffffc7;text-transform:uppercase;letter-spacing:.6px}.rb-tier-card__stats-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:2px 6px;margin:6px 0}.rb-stat-mini{display:flex;flex-direction:column;align-items:center;gap:1px}.rb-stat-mini__label{font-size:9px;color:#666670;line-height:1}.rb-stat-mini__bar{width:100%;height:3px;background:#ffffff0f;border-radius:2px;overflow:hidden}.rb-stat-mini__fill{height:100%;border-radius:2px;min-width:1px}.rb-stat-mini__value{font-size:10px;color:#a0a0a8;line-height:1}.rb-tier-card__radar[data-tippy-content]{cursor:help;border-radius:var(--rb-tl-panel-radius,12px);background:var(--rb-tl-panel-bg,rgba(255,255,255,.035));border:1px solid var(--rb-tl-panel-border,rgba(255,255,255,.08));box-shadow:var(--rb-tl-panel-shadow,inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2));backdrop-filter:var(--rb-tl-panel-blur,blur(16px) saturate(180%));-webkit-backdrop-filter:var(--rb-tl-panel-blur,blur(16px) saturate(180%));transition:background-color .14s ease}@media(hover:hover){.rb-tier-card__radar[data-tippy-content]:hover{background:#ffffff12}}.rb-tier-card__radar[data-tippy-content]:focus-visible{background:#ffffff12;outline:none}.rb-radar-stats-tip{min-width:268px;max-width:300px;padding:0;line-height:1.3;font-feature-settings:"ss01" 1,"tnum" 1;font-variant-numeric:tabular-nums}.rb-radar-stats-tip__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.rb-radar-stats-tip__name{font-size:15px;font-weight:800;color:#fafafa;letter-spacing:-.015em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.rb-radar-stats-tip__bst{flex:0 0 auto;font-size:17px;font-weight:800;color:#06b6d4;letter-spacing:-.02em;line-height:1}.rb-radar-stats-tip__bst-label{font-size:8px;font-weight:800;color:#ffffff73;text-transform:uppercase;letter-spacing:.14em;margin-left:4px}.rb-radar-stats-tip__types{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 1px #ffffff06}.rb-radar-stats-tip__type-pill.td-badge{background:#ffffff0f;border-color:#ffffff1a;font-size:9.5px;min-height:22px;padding:3px 9px 3px 7px;color:#ffffffeb}.rb-radar-stats-tip__rows{display:flex;flex-direction:column;gap:0}.rb-radar-stats-tip__hdr-row,.rb-radar-stats-tip__row{display:grid;grid-template-columns:32px minmax(80px,1fr) 34px 70px;align-items:center;column-gap:10px;font-size:11px;line-height:1.3}.rb-radar-stats-tip--dual .rb-radar-stats-tip__hdr-row,.rb-radar-stats-tip--dual .rb-radar-stats-tip__row{grid-template-columns:28px minmax(80px,1fr) 34px 62px 62px;column-gap:6px}.rb-radar-stats-tip__cell-sep{font-size:10.5px;font-weight:500;color:#ffffff7a;margin:0 .5px}.rb-radar-stats-tip__cell-denom{font-size:10.5px;font-weight:600;color:#ffffff94}.rb-radar-stats-tip__ev-section{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.rb-radar-stats-tip__ev-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff6;margin-bottom:4px}.rb-radar-stats-tip__ev-line{font-size:12px;line-height:1.4;color:#e0e0e4;font-variant-numeric:tabular-nums}.rb-radar-stats-tip__ev-line strong{color:#fff;font-weight:600}.rb-radar-stats-tip__ev-line .ev-sep{color:#52525b;margin:0 3px}.rb-radar-stats-tip__hdr-row{padding-bottom:6px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08)}.rb-radar-stats-tip__hdr-cell{font-size:8.5px;font-weight:800;color:#ffffff6b;text-transform:uppercase;letter-spacing:.14em;text-align:right;line-height:1}.rb-radar-stats-tip__hdr-cell--global{text-align:right}.rb-radar-stats-tip__hdr-cell--type,.rb-radar-stats-tip__hdr-cell--type2{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px}.rb-radar-stats-tip__hdr-dot{width:6px;height:6px;border-radius:50%;background:var(--rb-rt-type-color,rgba(255,255,255,.3));box-shadow:0 0 5px var(--rb-rt-type-color,rgba(255,255,255,.2));flex-shrink:0}.rb-radar-stats-tip__hdr-dot--t2{background:var(--rb-rt-type2-color,rgba(255,255,255,.3));box-shadow:0 0 5px var(--rb-rt-type2-color,rgba(255,255,255,.2))}.rb-radar-stats-tip__row{padding:5px 0}.rb-radar-stats-tip__row+.rb-radar-stats-tip__row,.rb-radar-stats-tip__attr+.rb-radar-stats-tip__row{border-top:1px solid rgba(255,255,255,.05)}.rb-radar-stats-tip__key{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c;align-self:center}.rb-radar-stats-tip__val{display:inline-flex;align-items:baseline;gap:7px;font-size:17px;font-weight:800;letter-spacing:-.025em;color:#f1f1f4;line-height:1}.rb-radar-stats-tip__val--mod{display:flex;flex-wrap:wrap;gap:2px 7px}.rb-radar-stats-tip__val-final{font-size:17px;font-weight:800;letter-spacing:-.025em;line-height:1}.rb-radar-stats-tip__val-base{font-size:10px;font-weight:600;color:#ffffff5c;letter-spacing:0;font-style:italic}.rb-radar-stats-tip__val-primary{font-size:17px;font-weight:800;letter-spacing:-.025em;line-height:1;background:transparent!important}.rb-radar-stats-tip__mod-arrow{font-size:10px;font-weight:700;margin-left:5px;letter-spacing:-.01em;line-height:1;position:relative;top:-1px}.rb-radar-stats-tip__mod-arrow--up{color:#86efac}.rb-radar-stats-tip__mod-arrow--down{color:#fca5a5}.rb-radar-stats-tip__src{flex-basis:100%;font-size:8.5px;font-weight:600;letter-spacing:.01em;line-height:1.3;margin-left:38px}.rb-radar-stats-tip__src--up{color:#fcd34d}.rb-radar-stats-tip__src--down{color:#94a3b8}.rb-radar-stats-tip__val.rb-stat-row__fill--low{color:#f87171;background:transparent!important}.rb-radar-stats-tip__val.rb-stat-row__fill--mid-low{color:#fb923c;background:transparent!important}.rb-radar-stats-tip__val.rb-stat-row__fill--mid{color:#fbbf24;background:transparent!important}.rb-radar-stats-tip__val.rb-stat-row__fill--mid-high{color:#a3e635;background:transparent!important}.rb-radar-stats-tip__val.rb-stat-row__fill--high{color:#22c55e;background:transparent!important}.rb-radar-stats-tip__val.rb-stat-row__fill--max{color:#06b6d4;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--low{color:#f87171;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--mid-low{color:#fb923c;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--mid{color:#fbbf24;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--mid-high{color:#a3e635;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--high{color:#22c55e;background:transparent!important}.rb-radar-stats-tip__val-final.rb-stat-row__fill--max{color:#06b6d4;background:transparent!important}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--low{color:#f87171}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--mid-low{color:#fb923c}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--mid{color:#fbbf24}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--mid-high{color:#a3e635}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--high{color:#22c55e}.rb-radar-stats-tip__val-primary.rb-stat-row__fill--max{color:#06b6d4}.rb-radar-stats-tip__cell{text-align:right;font-variant-numeric:tabular-nums;line-height:1.2;white-space:nowrap;align-self:center}.rb-radar-stats-tip__cell--global{font-size:11.5px;font-weight:800;color:#ffffffe0;letter-spacing:-.01em}.rb-radar-stats-tip__cell--type,.rb-radar-stats-tip__cell--type2{font-size:10.5px;font-weight:700;color:#ffffffeb;letter-spacing:0}.rb-radar-stats-tip__cell-of{font-size:9px;font-weight:500;color:#ffffff57;letter-spacing:.01em;margin-left:1px}.rb-radar-stats-tip__attr{grid-column:1 / -1;padding:0 0 6px 44px;margin-top:-2px}.rb-radar-stats-tip__attr-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 7px 2px 6px;border-radius:999px;font-size:9.5px;font-weight:700;line-height:1.2;letter-spacing:.01em}.rb-radar-stats-tip__attr-chip--up{background:linear-gradient(180deg,#f59e0b29,#f59e0b14);border:1px solid rgba(245,158,11,.3);color:#fcd34d;box-shadow:inset 0 1px #ffffff0f,0 0 8px #f59e0b14}.rb-radar-stats-tip__attr-chip--down{background:linear-gradient(180deg,#94a3b81f,#94a3b80f);border:1px solid rgba(148,163,184,.24);color:#cbd5e1eb}.rb-radar-stats-tip__attr-chip+.rb-radar-stats-tip__attr-chip{margin-left:4px}.rb-radar-stats-tip__attr-arrow{font-weight:900;font-size:11px;line-height:1}.rb-tier-card__ev-spread{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px;padding:0;align-items:center}.rb-tier-card__ev-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:9999px;font-size:11px;line-height:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#a0a0a8;font-weight:400;white-space:nowrap}.rb-tier-card__ev-chip--max{border-color:#ffffff2e;color:#fff;font-weight:600;background:#ffffff12}.rb-tier-card__ev-chip-label{font-size:10px;letter-spacing:.3px;text-transform:uppercase;opacity:.7}.rb-tier-card__ev-chip--max .rb-tier-card__ev-chip-label{opacity:.85}.rb-tier-card__ev-chip-value{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.rb-tier-card__ev-cell--up .rb-tier-card__ev-chip-label{color:#fde047;opacity:1}.rb-tier-card__ev-cell--up{border-color:#fde04740}.rb-tier-card__ev-cell--down .rb-tier-card__ev-chip-label{text-decoration:line-through;text-decoration-color:#f8717180;text-decoration-thickness:1px}.rb-tier-card__ev-nature{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;background:#a855f714;border:1px solid rgba(168,85,247,.22);border-radius:9999px;font-size:10px;line-height:1}.rb-tier-card__ev-nature-name{font-weight:700;color:#e9d5ff}.rb-tier-card__ev-nature-up{font-weight:700;color:#fbbf24;font-size:9px}.rb-tier-card__ev-nature-down{font-weight:700;color:#f87171;font-size:9px}.rb-tier-card__ev-nature-neutral{font-weight:600;color:#a1a1aa;font-size:9px;font-style:italic}.rb-tier-card__moveset{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:10px;min-width:0}.rb-tier-card__moveset--empty{align-items:center;justify-content:center;color:#fff6;font-size:10px;font-style:italic;text-align:center}.rb-tier-card__move-row{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:6px;padding:4px 10px 4px 6px;border-radius:4px;background:#ffffff08;border-left:2px solid var(--move-color,rgba(255,255,255,.2));min-height:22px;font-size:11px;line-height:1.2;position:relative;overflow:hidden;isolation:isolate;box-shadow:inset 0 1px #ffffff08}.rb-tier-card__move-row:before{content:"";position:absolute;inset:0;background:var(--move-color,transparent);opacity:.07;border-radius:inherit;pointer-events:none;z-index:-1;transition:opacity .14s ease}.rb-tier-card__move-row.is-stab{background:#ffffff14;border-left-width:3px;border-left-color:var(--move-color,rgba(255,255,255,.4));box-shadow:inset 0 1px #ffffff14}.rb-tier-card__move-row.is-stab:before{opacity:.14}.rb-tier-card__move-row.is-stab:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:10px 10px 0 0;border-color:var(--move-color,transparent) transparent transparent transparent;pointer-events:none}.rb-tier-card__move-row.is-stab .rb-tier-card__move-power{text-shadow:0 0 6px currentColor;filter:brightness(1.05)}.rb-tier-card__move-cat{width:16px;height:16px;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rb-tier-card__move-cat svg{width:10px;height:10px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.rb-tier-card__move-cat.physical{background:linear-gradient(135deg,#ff9b54,#e85d04);box-shadow:0 1px 2px #e85d0459}.rb-tier-card__move-cat.physical svg{fill:#fff}.rb-tier-card__move-cat.special{background:linear-gradient(135deg,#5aa9e6,#1e6091);box-shadow:0 1px 2px #1e609159}.rb-tier-card__move-cat.special svg{fill:#fff;stroke:#fff}.rb-tier-card__move-cat.status{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 1px 2px #6b728059}.rb-tier-card__move-cat.status svg{fill:none;stroke:#fff}.rb-tier-card__move-cat.unknown{background:#ffffff1f}.rb-tier-card__move-cat.unknown svg{fill:#ffffff80}.rb-tier-card__move-cat-legacy{width:12px;height:12px;color:var(--move-color,rgba(255,255,255,.5));flex-shrink:0;shape-rendering:geometricPrecision}.rb-tier-card__move-dot{width:8px;height:8px;border-radius:50%;background:var(--move-color,rgba(255,255,255,.2));flex-shrink:0;box-shadow:0 0 4px var(--move-color)}.rb-tier-card__move-name{color:#ffffffeb;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.rb-tier-card__move-power{color:#ffffffa6;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;font-weight:700;font-size:10px;min-width:22px;text-align:right;letter-spacing:-.2px}.rb-tier-card__move-power.rb-stat-row__fill--low,.rb-tier-card__move-power.rb-stat-row__fill--mid-low,.rb-tier-card__move-power.rb-stat-row__fill--mid,.rb-tier-card__move-power.rb-stat-row__fill--mid-high,.rb-tier-card__move-power.rb-stat-row__fill--high,.rb-tier-card__move-power.rb-stat-row__fill--max{background:transparent!important;border-radius:0!important}.rb-tier-card__move-power.rb-stat-row__fill--low{color:#f87171}.rb-tier-card__move-power.rb-stat-row__fill--mid-low{color:#fb923c}.rb-tier-card__move-power.rb-stat-row__fill--mid{color:#fbbf24}.rb-tier-card__move-power.rb-stat-row__fill--mid-high{color:#a3e635}.rb-tier-card__move-power.rb-stat-row__fill--high{color:#22c55e}.rb-tier-card__move-power.rb-stat-row__fill--max{color:#06b6d4}.rb-tier-card__move-power--status{color:#ffffff6b!important;font-style:italic}.rb-tier-card__move-row{cursor:pointer;outline:none;transition:background-color .14s ease,transform .14s ease,box-shadow .14s ease}@media(hover:hover){.rb-tier-card__move-row:hover{background:#ffffff12;transform:translate(1px)}.rb-tier-card__move-row:hover:before{opacity:.12}.rb-tier-card__move-row.is-stab:hover:before{opacity:.2}}.rb-tier-card__move-row:focus-visible{background:#ffffff12;box-shadow:inset 0 0 0 1px var(--move-color,rgba(255,255,255,.3))}.rb-tier-card__move-row:focus-visible:before{opacity:.12}.rb-move-tip{padding:0;line-height:1.4;min-width:200px;max-width:240px;font-feature-settings:"ss01" 1,"tnum" 1;font-variant-numeric:tabular-nums}.rb-move-tip__name{font-size:14px;font-weight:700;color:#fafafa;line-height:1.25;letter-spacing:-.01em;margin-bottom:10px}.rb-move-tip__meta{display:flex;align-items:center;gap:6px;margin-bottom:12px;flex-wrap:wrap}.rb-move-tip__type,.rb-move-tip__cat{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:8px;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1;border:1px solid transparent;box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0003;backdrop-filter:blur(8px) saturate(140%);-webkit-backdrop-filter:blur(8px) saturate(140%)}.rb-move-tip__cat{background:#ffffff0f;color:#ffffffc7}.rb-move-tip__cat--physical{color:#fdba74;background:#fb923c1f;border-color:#fb923c47}.rb-move-tip__cat--special{color:#c4b5fd;background:#c4b5fd1f;border-color:#c4b5fd47}.rb-move-tip__cat--status{color:#cbd5e1;background:#94a3b81f;border-color:#94a3b847}.rb-move-tip__role{display:inline-flex;align-items:center;height:22px;padding:0 10px;margin-bottom:12px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;line-height:1;border-radius:8px;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0003;backdrop-filter:blur(8px) saturate(140%);-webkit-backdrop-filter:blur(8px) saturate(140%)}.rb-move-tip__role--hazard{color:#fdba74;background:#fb923c24;border-color:#fb923c66;box-shadow:inset 0 1px #fb923c2e,0 0 14px #fb923c2e}.rb-move-tip__role--pivot{color:#67e8f9;background:#06b6d424;border-color:#06b6d466;box-shadow:inset 0 1px #06b6d42e,0 0 14px #06b6d429}.rb-move-tip__role--2-turn{color:#fca5a5;background:#f8717124;border-color:#f871716b;box-shadow:inset 0 1px #f871712e,0 0 14px #f8717129}.rb-move-tip__role--screen{color:#cbd5e1;background:#94a3b829;border-color:#94a3b861;box-shadow:inset 0 1px #ffffff1a}.rb-move-tip__role--protect{color:#cbd5e1;background:#ffffff0f;border-color:#ffffff24}.rb-move-tip__role--w-sun{color:#fcd34d;background:#fbbf2429;border-color:#fbbf246b;box-shadow:inset 0 1px #fbbf2433,0 0 16px #fbbf242e}.rb-move-tip__role--w-rain{color:#93c5fd;background:#3b82f629;border-color:#3b82f66b;box-shadow:inset 0 1px #3b82f62e,0 0 16px #3b82f62e}.rb-move-tip__role--w-sand{color:#d4a574;background:#b482502e;border-color:#b482506b;box-shadow:inset 0 1px #b482502e}.rb-move-tip__role--w-snow{color:#e0f2fe;background:#bae6fd24;border-color:#bae6fd66;box-shadow:inset 0 1px #ffffff29,0 0 14px #bae6fd2e}.rb-move-tip__role--t-electric{color:#fde047;background:#eab30829;border-color:#eab3086b;box-shadow:inset 0 1px #eab3082e,0 0 14px #eab30829}.rb-move-tip__role--t-grassy{color:#86efac;background:#22c55e24;border-color:#22c55e66;box-shadow:inset 0 1px #22c55e29,0 0 14px #22c55e29}.rb-move-tip__role--t-psychic{color:#f9a8d4;background:#ec489924;border-color:#ec489966;box-shadow:inset 0 1px #ec489929,0 0 14px #ec489929}.rb-move-tip__role--t-misty{color:#f9a8d4;background:#f472b624;border-color:#f472b666;box-shadow:inset 0 1px #f472b629,0 0 14px #f472b62e}.rb-move-tip__boosts{display:flex;align-items:baseline;gap:10px;padding:10px 12px;margin-bottom:0;margin-top:4px;background:#22c55e12;border:1px solid rgba(34,197,94,.22);border-radius:8px;box-shadow:inset 0 1px #22c55e1a}.rb-move-tip__boosts-label{flex:0 0 auto;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#86efacd9;line-height:1}.rb-move-tip__boosts-value{font-size:12.5px;font-weight:700;color:#86efac;letter-spacing:0;line-height:1.2;text-shadow:0 0 12px rgba(134,239,172,.3)}.rb-move-tip__heal{display:flex;align-items:baseline;gap:8px;padding:10px 12px;margin-top:4px;background:#14b8a612;border:1px solid rgba(20,184,166,.24);border-radius:8px;box-shadow:inset 0 1px #14b8a61f;flex-wrap:wrap}.rb-move-tip__heal-label{flex:0 0 auto;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#5eead4d9;line-height:1}.rb-move-tip__heal-value{font-size:16px;font-weight:800;color:#5eead4;letter-spacing:-.01em;line-height:1;text-shadow:0 0 14px rgba(94,234,212,.4)}.rb-move-tip__heal-note{font-size:10px;color:#ffffff80;letter-spacing:0;font-style:italic}.rb-move-tip__stat--powder{background:#84cc161a;border-color:#84cc164d;box-shadow:inset 0 1px #84cc161f}.rb-move-tip__stat--powder .rb-move-tip__stat-key{color:#bef264}.rb-move-tip__desc{font-size:12px;line-height:1.5;color:#ffffffb8;margin-bottom:12px;letter-spacing:.005em;font-weight:400}.rb-move-tip__stats{display:flex;align-items:stretch;gap:6px;margin-top:10px;flex-wrap:wrap}.rb-move-tip__stat{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:inset 0 1px #ffffff0d;font-size:10.5px;line-height:1}.rb-move-tip__stat-key{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80}.rb-move-tip__stat-val{font-size:12px;font-weight:700;color:#f1f1f4;letter-spacing:-.01em}.rb-move-tip__stat--risk{background:#fb923c1a;border-color:#fb923c47;box-shadow:inset 0 1px #fb923c1a}.rb-move-tip__stat--risk .rb-move-tip__stat-val{color:#fdba74}.rb-move-tip__stat--scarce{background:#fbbf241a;border-color:#fbbf2447;box-shadow:inset 0 1px #fbbf241f}.rb-move-tip__stat--scarce .rb-move-tip__stat-val{color:#fcd34d}.rb-move-tip__stat--boon{background:#06b6d41a;border-color:#06b6d452;box-shadow:inset 0 1px #06b6d41f,0 0 8px #06b6d41a}.rb-move-tip__stat--boon .rb-move-tip__stat-val{color:#67e8f9}.rb-move-tip__power{display:flex;align-items:baseline;gap:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08);font-size:11.5px;color:#ffffffc7}.rb-move-tip__power-label{flex:0 0 auto;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;font-size:9.5px;align-self:center}.rb-move-tip__power-value{font-weight:800;font-size:16px;line-height:1;letter-spacing:-.01em;background:transparent!important;border-radius:0!important;text-shadow:0 0 18px currentColor;filter:drop-shadow(0 0 6px rgba(255,255,255,.04))}.rb-move-tip__power-value.rb-stat-row__fill--low{color:#f87171}.rb-move-tip__power-value.rb-stat-row__fill--mid-low{color:#fb923c}.rb-move-tip__power-value.rb-stat-row__fill--mid{color:#fbbf24}.rb-move-tip__power-value.rb-stat-row__fill--mid-high{color:#a3e635}.rb-move-tip__power-value.rb-stat-row__fill--high{color:#22c55e}.rb-move-tip__power-value.rb-stat-row__fill--max{color:#06b6d4}.rb-move-tip__stab{display:inline-flex;align-items:center;height:20px;padding:0 7px;margin-left:auto;font-size:9.5px;font-weight:800;color:#fcd34d;background:linear-gradient(180deg,#fbbf242e,#fbbf241a);border:1px solid rgba(251,191,36,.35);border-radius:8px;text-transform:uppercase;letter-spacing:.08em;line-height:1;box-shadow:inset 0 1px #ffffff1a,0 0 12px #fbbf242e}.rb-move-tip__power-base{font-weight:500;font-size:11px;color:#ffffff73;letter-spacing:.01em}.rb-move-tip__power-mul{font-weight:600;font-size:10px;color:#fcd34dc7;letter-spacing:.04em;margin:0 2px}.rb-move-tip__power-eq{font-weight:500;font-size:11px;color:#ffffff4d;margin:0 2px}.rb-move-tip__mods{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.rb-move-tip__mods-head{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;margin-bottom:7px}.rb-move-tip__mod-row{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:11px;line-height:1.2;color:#ffffffc7}.rb-move-tip__mod-row+.rb-move-tip__mod-row{border-top:1px dashed rgba(255,255,255,.06)}.rb-move-tip__mod-mul{flex:0 0 auto;min-width:46px;padding:3px 7px;background:linear-gradient(180deg,#fbbf2429,#fbbf2414);border:1px solid rgba(251,191,36,.32);border-radius:6px;text-align:center;font-size:10px;font-weight:800;color:#fcd34d;font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1.2;box-shadow:inset 0 1px #ffffff14,0 0 10px #fbbf241a}.rb-move-tip__mod-row--stat .rb-move-tip__mod-mul{background:linear-gradient(180deg,#67e8f924,#67e8f90f);border-color:#67e8f94d;color:#67e8f9;box-shadow:inset 0 1px #ffffff0f,0 0 10px #67e8f91a}.rb-move-tip__mod-lbl{flex:1 1 auto;min-width:0;font-weight:500;color:#ffffffd1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-move-tip__mods-result{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px;padding:8px 10px;background:linear-gradient(180deg,#ffffff09,#ffffff04);border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:inset 0 1px #ffffff0d}.rb-move-tip__mods-result-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c}.rb-move-tip__mods-result-value{font-size:20px;font-weight:800;line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#f1f1f4;background:transparent!important;border-radius:0!important;min-width:0!important;height:auto!important;padding:0!important;text-shadow:0 0 18px currentColor;filter:drop-shadow(0 0 6px rgba(255,255,255,.05))}.rb-move-tip__mods-result-value.rb-stat-row__fill--low{color:#f87171}.rb-move-tip__mods-result-value.rb-stat-row__fill--mid-low{color:#fb923c}.rb-move-tip__mods-result-value.rb-stat-row__fill--mid{color:#fbbf24}.rb-move-tip__mods-result-value.rb-stat-row__fill--mid-high{color:#a3e635}.rb-move-tip__mods-result-value.rb-stat-row__fill--high{color:#22c55e}.rb-move-tip__mods-result-value.rb-stat-row__fill--max{color:#06b6d4}.rb-tier-card__build-panel{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:6px;min-width:0}.rb-tier-card__build-row{display:flex;flex-direction:column;gap:1px;padding:4px 8px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-left-width:2px;line-height:1.25;min-width:0;transition:background-color .14s ease,transform .14s ease,border-left-color .14s ease,box-shadow .14s ease}.rb-tier-card__build-row--tera{border-left-color:#f0abfc}@media(hover:hover){.rb-tier-card__build-row--ability:hover,.rb-tier-card__build-row--nature:hover,.rb-tier-card__build-row--item:hover{background:#ffffff12;transform:translate(1px);border-left-color:#fff3}}.rb-tier-card__build-row--ability:focus-within,.rb-tier-card__build-row--nature:focus-within,.rb-tier-card__build-row--item:focus-within{background:#ffffff12}.rb-tier-card__build-row--ability:focus-visible,.rb-tier-card__build-row--nature:focus-visible,.rb-tier-card__build-row--item:focus-visible{box-shadow:inset 0 0 0 1px #fff6}@keyframes rb-build-row-pick-flash{0%{background-color:#f59e0b4d;border-color:#f59e0b73}to{background-color:#ffffff0a;border-color:#ffffff12}}.rb-tier-card__build-row--just-picked{animation:rb-build-row-pick-flash .45s cubic-bezier(.16,1,.3,1)}@media(prefers-reduced-motion:reduce){.rb-tier-card__build-row--just-picked{animation:none}}@keyframes rb-move-row-update-flash{0%{background-color:#f59e0b38;box-shadow:0 0 0 1px #f59e0b4d,inset 0 0 14px #f59e0b1a}to{background-color:transparent;box-shadow:0 0 0 1px transparent,inset 0 0 0 transparent}}.rb-tier-card__move-row--just-updated{animation:rb-move-row-update-flash .52s cubic-bezier(.16,1,.3,1);will-change:background-color,box-shadow}@keyframes rb-radar-update-flash{0%{box-shadow:0 0 16px 4px #f59e0b4d,inset 0 0 20px #f59e0b1f}to{box-shadow:0 0 0 0 transparent,inset 0 0 0 transparent}}.rb-tier-card__radar--just-updated{animation:rb-radar-update-flash .6s cubic-bezier(.16,1,.3,1);will-change:box-shadow}@media(prefers-reduced-motion:reduce){.rb-tier-card__move-row--just-updated,.rb-tier-card__radar--just-updated{animation:none}}.rb-tier-card__build-value--tera .rb-tier-card__tera-dot{flex-shrink:0}.rb-tier-card__build-value-modifier{font-size:9px;font-weight:800;letter-spacing:.3px;line-height:1;flex-shrink:0;align-self:center}.rb-tier-card__build-value-modifier--atk{color:#fca5a5}.rb-tier-card__build-value-modifier--def{color:#93c5fd}.rb-tier-card__build-value-modifier--spa{color:#c4b5fd}.rb-tier-card__build-value-modifier--spd{color:#86efac}.rb-tier-card__build-value-modifier--spe{color:#fde047}.rb-tier-card__build-row--item,.rb-tier-card__build-row--nature,.rb-tier-card__build-row--ability{cursor:pointer!important}.rb-tier-card__build-caret{grid-column:3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:0;width:22px;height:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb8;border-radius:5px;flex-shrink:0;transition:color .12s ease,background-color .12s ease,border-color .12s ease,transform .12s ease}.rb-tier-card__build-row--item:hover .rb-tier-card__build-caret,.rb-tier-card__build-row--nature:hover .rb-tier-card__build-caret,.rb-tier-card__build-row--ability:hover .rb-tier-card__build-caret,.rb-tier-card__build-row--item:focus-within .rb-tier-card__build-caret,.rb-tier-card__build-row--nature:focus-within .rb-tier-card__build-caret,.rb-tier-card__build-row--ability:focus-within .rb-tier-card__build-caret{color:#fffffffa;background:#f59e0b2e;border-color:#f59e0b66}.rb-tier-card__build-caret:hover{transform:scale(1.12)}.rb-tier-card__build-caret:focus-visible{color:#fffffffa;background:#f59e0b38;border-color:#f59e0b8c;outline:none}.rb-tier-card__build-caret svg{transition:transform .2s cubic-bezier(.16,1,.3,1)}.rb-tier-card__build-caret[aria-expanded=true] svg{transform:rotate(180deg)}.rb-tier-card__build-caret[aria-expanded=true]{color:#fbbf24;background:#fbbf242e;border-color:#fbbf2473}.rb-tier-card__options-popup{position:fixed;z-index:9999;min-width:200px;max-width:min(320px,calc(100vw - 16px));max-height:min(70vh,480px,calc(100vh - 330px));background:#0f0f12f5;border:1px solid rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:0 20px 48px #0000008c,0 4px 12px #0000004d,inset 0 1px #ffffff0f;display:flex;flex-direction:column;overflow:hidden;animation:rb-build-popup-in .16s cubic-bezier(.16,1,.3,1)}.rb-tier-card__options-popup[hidden]{display:none}@keyframes rb-build-popup-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.rb-tier-card__options-popup{animation:none}}@media(max-width:480px){.rb-tier-card__options-popup{inset:auto 8px 258px!important;width:auto!important;max-width:none!important;max-height:min(60vh,calc(100vh - 368px));border-radius:14px;animation:rb-build-popup-sheet-in .22s cubic-bezier(.32,.72,0,1)}@keyframes rb-build-popup-sheet-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.rb-tier-card__options-popup__option{padding:11px 14px;font-size:13px}.rb-tier-card__options-popup__option-name{font-size:13.5px}}.rb-tier-card__options-popup__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.rb-tier-card__options-popup__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#f4f4f5}.rb-tier-card__options-popup__subject{font-size:11px;font-weight:500;color:#ffffff8c;margin-left:4px}.rb-tier-card__options-popup__close{background:transparent;border:0;color:#ffffff8c;cursor:pointer;width:22px;height:22px;border-radius:4px;line-height:1;font-size:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .12s,background .12s}.rb-tier-card__options-popup__close:hover,.rb-tier-card__options-popup__close:focus-visible{color:#fff;background:#ffffff14;outline:none}.rb-tier-card__options-popup__body{overflow-y:auto;padding:4px 0;flex:1 1 auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.rb-tier-card__options-popup__body::-webkit-scrollbar{width:6px}.rb-tier-card__options-popup__body::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:3px}.rb-tier-card__options-popup__group{padding:4px 0}.rb-tier-card__options-popup__group+.rb-tier-card__options-popup__group{border-top:1px solid rgba(255,255,255,.04);margin-top:2px;padding-top:6px}.rb-tier-card__options-popup__group-label{display:block;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#ffffff80;padding:4px 14px 6px}.rb-tier-card__options-popup__option{display:grid;grid-template-columns:22px 1fr auto;column-gap:10px;align-items:center;width:100%;padding:7px 14px;background:transparent;border:0;cursor:pointer;text-align:left;color:#f4f4f5;font-family:inherit;font-size:12px;line-height:1.3;transition:background .1s ease}.rb-tier-card__options-popup__option:hover,.rb-tier-card__options-popup__option:focus-visible{background:#ffffff0f;outline:none}.rb-tier-card__options-popup__option--current{background:#f59e0b1a;box-shadow:inset 2px 0 #fbbf24}.rb-tier-card__options-popup__option-icon{grid-column:1;justify-self:center;width:20px;height:20px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges}.rb-tier-card__options-popup__option-text{grid-column:2;min-width:0;display:flex;flex-direction:column;gap:1px}.rb-tier-card__options-popup__option-name{font-weight:600;color:#f4f4f5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-tier-card__options-popup__option-hint{font-size:10.5px;font-weight:400;color:#ffffff8c;white-space:normal;line-height:1.35}.rb-tier-card__options-popup__option-badge{grid-column:3;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;padding:2px 6px;border-radius:4px;flex-shrink:0}.rb-tier-card__options-popup__option-badge--rec{color:#fde047;background:#fbbf2429;box-shadow:inset 0 0 0 1px #fbbf244d}.rb-tier-card__options-popup__option-badge--alt{color:#93c5fd;background:#60a5fa24;box-shadow:inset 0 0 0 1px #60a5fa47}.rb-tier-card__options-popup__option-rank{grid-column:3;font-size:10px;font-weight:700;color:#ffffff8c;background:#ffffff0f;padding:2px 6px;border-radius:4px;box-shadow:inset 0 0 0 1px #ffffff1a;flex-shrink:0;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums;letter-spacing:.2px}.rb-tier-card__options-popup__option:hover .rb-tier-card__options-popup__option-rank,.rb-tier-card__options-popup__option:focus-visible .rb-tier-card__options-popup__option-rank{color:#ffffffc7;background:#ffffff1a}.rb-tier-card__options-popup__option--nature{grid-template-columns:1fr auto;column-gap:10px}.rb-tier-card__options-popup__option--nature .rb-tier-card__options-popup__option-text{grid-column:1}.rb-tier-card__options-popup__option--nature .rb-tier-card__options-popup__option-badge{grid-column:2}.rb-tier-card__options-popup__nature-mods{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;font-feature-settings:"tnum" 1}.rb-tier-card__options-popup__nature-mod--up{color:#fbbf24}.rb-tier-card__options-popup__nature-mod--down{color:#f87171}.rb-tier-card__options-popup__nature-mod--neutral{color:#ffffff73;font-style:italic}.rb-tier-card__build-value--tera{align-items:center;gap:6px}.rb-tier-card__tera-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#71717a;box-shadow:0 0 5px currentColor}.rb-tier-card__tera-dot--normal{background:#a8a8a8;color:#a8a8a8}.rb-tier-card__tera-dot--fire{background:#f97316;color:#f97316}.rb-tier-card__tera-dot--water{background:#3b82f6;color:#3b82f6}.rb-tier-card__tera-dot--electric{background:#eab308;color:#eab308}.rb-tier-card__tera-dot--grass{background:#22c55e;color:#22c55e}.rb-tier-card__tera-dot--ice{background:#06b6d4;color:#06b6d4}.rb-tier-card__tera-dot--fighting{background:#ef4444;color:#ef4444}.rb-tier-card__tera-dot--poison{background:#a855f7;color:#a855f7}.rb-tier-card__tera-dot--ground{background:#d97706;color:#d97706}.rb-tier-card__tera-dot--flying{background:#8b5cf6;color:#8b5cf6}.rb-tier-card__tera-dot--psychic{background:#ec4899;color:#ec4899}.rb-tier-card__tera-dot--bug{background:#84cc16;color:#84cc16}.rb-tier-card__tera-dot--rock{background:#a16207;color:#a16207}.rb-tier-card__tera-dot--ghost{background:#7c3aed;color:#7c3aed}.rb-tier-card__tera-dot--dragon{background:#6366f1;color:#6366f1}.rb-tier-card__tera-dot--dark{background:#57534e;color:#57534e}.rb-tier-card__tera-dot--steel{background:#64748b;color:#64748b}.rb-tier-card__tera-dot--fairy{background:#f472b6;color:#f472b6}.rb-tier-card__tera-dot--stellar{background:linear-gradient(135deg,#f0abfc,#818cf8,#34d399);color:#f0abfc}.rb-tier-card__build-label{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#71717a;line-height:1}.rb-tier-card__build-value{font-size:10.5px;font-weight:600;color:#f4f4f5;min-width:0;display:flex;align-items:center;gap:6px}.rb-tier-card__build-value>.rb-tier-card__build-value-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-tier-card__build-value>.rb-tier-card__build-caret{margin-left:auto;flex-shrink:0}.rb-tier-card__build-arrows{display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.rb-tier-card__build-arrow-up{font-size:9px;font-weight:700;color:#fbbf24}.rb-tier-card__build-arrow-down{font-size:9px;font-weight:700;color:#f87171}.tierlist-band-grid{display:grid;gap:12px;list-style:none;padding:0;margin:0}.tierlist-band-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rb-tier-card{display:flex;flex-direction:column;background:#121215;border-radius:8px;color:inherit;position:relative;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;contain:layout style paint;content-visibility:auto;contain-intrinsic-size:auto 300px}.rb-tier-card:has(.rb-tier-card__primary-link:focus-visible){outline:2px solid #dc2626;outline-offset:2px}.rb-tier-card__primary-link{display:contents;text-decoration:none;color:inherit}.rb-tier-card .td-badge,.rb-tier-card .rb-tier-card__matchup,.rb-tier-card .rb-tier-card__move-row,.rb-tier-card .rb-tier-card__bestbuild-chip,.rb-tier-card .rb-tier-card__threats,.rb-tier-card .rb-tier-card__threat-pill,.rb-tier-card .rb-tier-badge,.rb-tier-card .rb-role-badge,.rb-tier-card__radar-wrap,.rb-tier-card__stats-compact{position:relative;z-index:1}.rb-tier-card__add-team,.rb-tier-card__add-compare,.rb-tier-card__build-around{z-index:2}.rb-tier-card--spotlight{animation:rb-spotlight 3s ease;z-index:2}@keyframes rb-spotlight{0%,25%{box-shadow:0 0 0 3px #e8c54780,0 0 20px #e8c54726}to{box-shadow:none}}.rb-tier-card--hidden{display:none!important}.pokemon-tierlist-grid--jump-scroll .rb-tier-card{content-visibility:visible}.rb-tier-card--reveal{animation:rb-card-reveal .2s ease-out both}@keyframes rb-card-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.rb-tier-card__name-icon{display:inline-block;vertical-align:-1px;fill:currentColor;filter:drop-shadow(0 0 3px currentColor);flex-shrink:0}.rb-tier-card__name-icon--legendary{color:#fbbf24}.rb-tier-card__name-icon--mythical{color:#c4b5fd}.rb-tier-card__name-icon--pseudo{color:#94a3b8}.rb-tier-card__name-icon--ultra{color:#06b6d4}.rb-tier-card__name-icon--paradox{color:#f97316}.rb-tier-card__name-icon--fossil{color:#a16207}.rb-tier-card__name-icon--baby{color:#f9a8d4}.rb-tier-card__role-row{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin:0 -6px}.rb-tier-card__types .td-badge{background:transparent;border:0;padding:0;min-height:0;height:16px;gap:5px;color:#fff;font-size:10px;font-weight:700;line-height:1;letter-spacing:.5px;transition:opacity .15s ease;overflow:hidden;min-width:0;flex-shrink:1}.rb-tier-card__types .td-badge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media(max-width:768px){.rb-tier-card__types .td-badge[data-abbr] .td-badge__text{display:none}.rb-tier-card__types .td-badge[data-abbr]:after{content:attr(data-abbr);font-size:10px;font-weight:700;letter-spacing:.5px;white-space:nowrap}}.rb-tier-card__types .td-badge:before{width:7px;height:7px;box-shadow:0 0 6px currentColor}.rb-tier-card__types .td-badge--normal:before{box-shadow:0 0 6px #a8a8a8a6}.rb-tier-card__types .td-badge--fire:before{box-shadow:0 0 6px #f97316a6}.rb-tier-card__types .td-badge--water:before{box-shadow:0 0 6px #3b82f6a6}.rb-tier-card__types .td-badge--electric:before{box-shadow:0 0 6px #eab308a6}.rb-tier-card__types .td-badge--grass:before{box-shadow:0 0 6px #22c55ea6}.rb-tier-card__types .td-badge--ice:before{box-shadow:0 0 6px #06b6d4a6}.rb-tier-card__types .td-badge--fighting:before{box-shadow:0 0 6px #ef4444a6}.rb-tier-card__types .td-badge--poison:before{box-shadow:0 0 6px #a855f7a6}.rb-tier-card__types .td-badge--ground:before{box-shadow:0 0 6px #d97706a6}.rb-tier-card__types .td-badge--flying:before{box-shadow:0 0 6px #8b5cf6a6}.rb-tier-card__types .td-badge--psychic:before{box-shadow:0 0 6px #ec4899a6}.rb-tier-card__types .td-badge--bug:before{box-shadow:0 0 6px #84cc16a6}.rb-tier-card__types .td-badge--rock:before{box-shadow:0 0 6px #a16207a6}.rb-tier-card__types .td-badge--ghost:before{box-shadow:0 0 6px #7c3aeda6}.rb-tier-card__types .td-badge--dragon:before{box-shadow:0 0 6px #6366f1a6}.rb-tier-card__types .td-badge--dark:before{box-shadow:0 0 6px #57534ea6}.rb-tier-card__types .td-badge--steel:before{box-shadow:0 0 6px #64748ba6}.rb-tier-card__types .td-badge--fairy:before{box-shadow:0 0 6px #f472b6a6}.rb-tier-card__types[data-tippy-content]{cursor:help;border-radius:8px;padding:4px 6px;margin-left:-6px;margin-right:-6px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);transition:background-color .14s ease}@media(hover:hover){.rb-tier-card__types[data-tippy-content]:hover{background:#ffffff12}}.rb-tier-card__types[data-tippy-content]:focus-visible{background:#ffffff12;outline:none}.rb-tier-card__role-row .rb-role-icon{display:flex;align-items:center;padding:7px 6px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:8px;line-height:1;transition:background-color .14s ease}.rb-tier-card__role-row .rb-role-icon__label{color:#fff9;font-size:10px;font-weight:700;line-height:1;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.rb-tier-card__role-row .rb-role-icon--offensive,.rb-tier-card__role-row .rb-role-icon--defensive,.rb-tier-card__role-row .rb-role-icon--balanced{border-color:#ffffff0f}.rb-attack-pill{display:flex;align-items:center;padding:7px 6px;border-radius:8px;font-size:10px;font-weight:700;line-height:1;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;cursor:help;border:1px solid rgba(255,255,255,.06);background:#ffffff06}.rb-attack-pill--physical{color:#fca5a5}.rb-attack-pill--special{color:#c4b5fd}.rb-attack-pill--mixed{color:#e9d5ff}.rb-attack-pill--utility{color:#cbd5e1}.rb-attack-pill[data-tippy-content],.rb-role-icon[data-tippy-content]{cursor:help;transition:background-color .14s ease}@media(hover:hover){.rb-attack-pill[data-tippy-content]:hover,.rb-role-icon[data-tippy-content]:hover{background:#ffffff12}}.rb-attack-pill[data-tippy-content]:focus-visible,.rb-role-icon[data-tippy-content]:focus-visible{background:#ffffff12;outline:none}.rb-tier-card__sprite-bg{position:relative;flex-shrink:0;transform:translateZ(0)}.rb-tier-card__sprite-bg:before{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--sprite-type-color,rgba(255,255,255,.04));opacity:.12}.rb-tier-card__counters{font-size:10px;color:#808088;margin-top:4px;padding-top:6px;border-top:1px solid rgba(255,255,255,.04);line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rb-tier-card__counters .counter-label{color:#f87171;font-weight:600;font-size:9px;text-transform:uppercase;letter-spacing:.3px}.rb-tier-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--tier-color,#888) 6%,transparent),#121215,color-mix(in srgb,var(--tier-color,#888) 3%,transparent))}.rb-tier-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 5%,var(--tier-color,#888) 50%,transparent 95%);opacity:.8;z-index:3}.rb-tier-card{isolation:isolate;--rb-tier-vignette-alpha:6%;--rb-tier-vignette-radius:45%}.rb-tier-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--tier-color,#888) var(--rb-tier-vignette-alpha),transparent) 0%,transparent var(--rb-tier-vignette-radius));pointer-events:none;z-index:-1}.tierlist-band[data-tier=s] .rb-tier-card{--rb-tier-vignette-alpha:14%;--rb-tier-vignette-radius:60%}.tierlist-band[data-tier=a] .rb-tier-card{--rb-tier-vignette-alpha:10%;--rb-tier-vignette-radius:55%}.tierlist-band[data-tier=b] .rb-tier-card{--rb-tier-vignette-alpha:6%;--rb-tier-vignette-radius:45%}.tierlist-band[data-tier=c] .rb-tier-card{--rb-tier-vignette-alpha:5%;--rb-tier-vignette-radius:40%}.tierlist-band[data-tier=d] .rb-tier-card{--rb-tier-vignette-alpha:4%;--rb-tier-vignette-radius:35%}@media(prefers-reduced-transparency:reduce){.rb-tier-card:after{background:color-mix(in srgb,var(--tier-color,#888) 6%,transparent)}}.rb-tier-card:hover{box-shadow:0 8px 24px #0006,0 0 16px color-mix(in srgb,var(--tier-color,#888) 6%,transparent);border-color:color-mix(in srgb,var(--tier-color,#888) 35%,transparent)}.tierlist-band[data-tier=s] .rb-tier-card{border-color:#f59e0b4d}.tierlist-band[data-tier=a] .rb-tier-card{border-color:#22c55e33}.tierlist-band[data-tier=b] .rb-tier-card{border-color:#60a5fa33}.tierlist-band[data-tier=c] .rb-tier-card{border-color:#a78bfa2e}.tierlist-band[data-tier=d] .rb-tier-card{border-color:#f871712e}.rb-tier-card__header{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"sprite name" "sprite identity";gap:4px 12px;margin-bottom:10px;align-items:start}.rb-tier-card__sprite-bg{width:100%;aspect-ratio:1 / 1;grid-area:sprite}.rb-tier-card__name{grid-area:name}.rb-tier-card__identity{grid-area:identity}.rb-tier-card__sprite{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;position:relative;z-index:1}.rb-tier-card[data-pixel="1"] .rb-tier-card__sprite,.rb-tier-card[data-pixel="1"] .rb-tier-card__threat-pill__sprite{image-rendering:pixelated;image-rendering:crisp-edges}.rb-tier-card__identity{flex:1;min-width:0}.rb-tier-card__name{display:inline-flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#fff;margin:0;line-height:1.2}.rb-tier-card__name-text{color:inherit;transition:color .16s ease}.rb-tier-card__primary-link:hover .rb-tier-card__name-text,.rb-tier-card__primary-link:focus-visible .rb-tier-card__name-text{color:#fde047}.tierlist-band[data-tier=a] .rb-tier-card__primary-link:hover .rb-tier-card__name-text{color:#86efac}.tierlist-band[data-tier=b] .rb-tier-card__primary-link:hover .rb-tier-card__name-text{color:#93c5fd}.tierlist-band[data-tier=c] .rb-tier-card__primary-link:hover .rb-tier-card__name-text{color:#c4b5fd}.tierlist-band[data-tier=d] .rb-tier-card__primary-link:hover .rb-tier-card__name-text{color:#fca5a5}.rb-tier-card__types{display:flex;gap:10px;margin-bottom:6px;flex-wrap:nowrap;align-items:center;overflow:hidden}.rb-tier-card__competitive{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.rb-tier-card__radar-wrap{display:flex}.rb-tier-card__moveset{display:grid}.rb-tier-card__threats,.rb-tier-card__matchup{display:flex}.rb-tier-card__stats-side,.rb-tier-card__stats-compact{display:none}.rb-tier-card.on-team{outline:2px solid rgba(34,197,94,.4);outline-offset:-1px}.rb-tier-card--in-compare{outline:2px solid rgba(168,85,247,.55);outline-offset:-1px}.rb-tier-card__radar-row{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:4px;margin-bottom:10px;min-width:0}.rb-tier-card__radar-row .rb-tier-card__radar-wrap{margin-bottom:0}.rb-tier-card__radar-row>*{min-width:0}.rb-tier-card{--rb-card-pad:16px}.rb-tier-card__action-bar{display:flex;align-items:stretch;justify-content:space-between;margin:auto calc(var(--rb-card-pad) * -1) calc(var(--rb-card-pad) * -1);padding:0;border-top:1px solid rgba(245,158,11,.1);background:linear-gradient(180deg,#f59e0b06,#f59e0b0f);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.rb-tier-card__action-bar .rb-tier-card__action{position:static;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 12px;background:transparent;border:none;color:#d4d4d8;font:600 11px/1 system-ui,-apple-system,sans-serif;letter-spacing:.3px;cursor:pointer;text-decoration:none;transition:background .14s ease-out,color .14s ease-out,transform .14s ease-out;-webkit-tap-highlight-color:transparent}.rb-tier-card__action-bar-left{display:inline-flex;align-items:stretch}.rb-tier-card__action-bar .rb-tier-card__action--team,.rb-tier-card__action-bar .rb-tier-card__action--compare,.rb-tier-card__action-bar .rb-tier-card__action--favorite{border-right:1px solid rgba(255,255,255,.04);width:auto;height:auto;border-radius:0;box-shadow:none;opacity:1;visibility:visible}.rb-tier-card__action-bar .rb-tier-card__action:hover{background:#ffffff0a;color:#fff;transform:none}.rb-tier-card__action-bar .rb-tier-card__action:focus-visible{outline:2px solid #f59e0b;outline-offset:-2px;background:#f59e0b14}.rb-tier-card__action-bar .rb-tier-card__action--compare[aria-pressed=true]{background:#f59e0b2e;color:#fbbf24}.rb-tier-card__action-bar .rb-tier-card__action--team[aria-pressed=true]{background:#22c55e2e;color:#4ade80}.rb-tier-card__action-bar .rb-tier-card__action--favorite.is-active{background:#f43f5e29;color:#fb7185}.rb-tier-card__action-bar .rb-tier-card__action--favorite.is-active .rb-tier-card__favorite-shape{fill:currentColor}.rb-tier-card__action-bar .rb-tier-card__action--details{padding-left:16px;padding-right:16px;color:#fbbf24}.rb-tier-card__action-bar .rb-tier-card__action--details:hover{background:#f59e0b1f;color:#fde047}.rb-tier-card__action-bar .rb-tier-card__action--details .rb-tier-card__action-icon--arrow{transition:transform .16s cubic-bezier(.16,1,.3,1)}.rb-tier-card__action-bar .rb-tier-card__action--details:hover .rb-tier-card__action-icon--arrow{transform:translate(2px)}.tierlist-band[data-tier=a] .rb-tier-card .rb-tier-card__action-bar{border-top-color:#22c55e1a;background:linear-gradient(180deg,#22c55e06,#22c55e0d)}.tierlist-band[data-tier=a] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details{color:#4ade80}.tierlist-band[data-tier=a] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details:hover{background:#22c55e1f;color:#86efac}.tierlist-band[data-tier=b] .rb-tier-card .rb-tier-card__action-bar{border-top-color:#60a5fa1a;background:linear-gradient(180deg,#60a5fa06,#60a5fa0d)}.tierlist-band[data-tier=b] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details{color:#60a5fa}.tierlist-band[data-tier=b] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details:hover{background:#60a5fa1f;color:#93c5fd}.tierlist-band[data-tier=c] .rb-tier-card .rb-tier-card__action-bar{border-top-color:#a78bfa1a;background:linear-gradient(180deg,#a78bfa06,#a78bfa0d)}.tierlist-band[data-tier=c] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details{color:#a78bfa}.tierlist-band[data-tier=c] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details:hover{background:#a78bfa1f;color:#c4b5fd}.tierlist-band[data-tier=d] .rb-tier-card .rb-tier-card__action-bar{border-top-color:#f871711a;background:linear-gradient(180deg,#f8717106,#f871710d)}.tierlist-band[data-tier=d] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details{color:#f87171}.tierlist-band[data-tier=d] .rb-tier-card .rb-tier-card__action-bar .rb-tier-card__action--details:hover{background:#f871711f;color:#fca5a5}@media(max-width:480px){.rb-tier-card__action-bar .rb-tier-card__action{padding:10px;font-size:11px}}@media(max-width:360px){.rb-tier-card__action-bar .rb-tier-card__action--team .rb-tier-card__action-label,.rb-tier-card__action-bar .rb-tier-card__action--compare .rb-tier-card__action-label,.rb-tier-card__action-bar .rb-tier-card__action--favorite .rb-tier-card__action-label{display:none}}.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--team .rb-tier-card__action-label,.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--compare .rb-tier-card__action-label,.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--favorite .rb-tier-card__action-label{display:none}.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--team,.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--compare,.tierlist-band-grid>.rb-tier-card:not(.rb-tier-card--hidden)~.rb-tier-card:not(.rb-tier-card--hidden) .rb-tier-card__action--favorite{padding-left:14px;padding-right:14px}.rb-section.pokemon-tierlist-grid,.pokemon-tierlist-grid.rb-section{background:#ffffff05;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);overflow:visible;clip-path:inset(0 round 14px);position:relative}.pokemon-tierlist-grid>.rb-section-header [data-section-header-bar]{background:#ffffff09;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.pokemon-tierlist-grid-content-inner{background:transparent;border:0;border-radius:0;box-shadow:none;padding:14px;overflow:visible;min-width:0}.pokemon-tierlist-grid-content-inner:before{content:none}@media(max-width:640px){.pokemon-tierlist-grid-content-inner{padding:10px}.rb-section.pokemon-tierlist-grid{border-radius:12px}}.pokemon-tierlist-grid .tierlist-tier-jumps{padding:10px 14px;margin:20px -14px;border-radius:0!important}.pokemon-tierlist-grid .tierlist-filter-bar{background:var(--rb-tl-panel-bg);border-color:var(--rb-tl-panel-border);box-shadow:var(--rb-tl-panel-shadow);backdrop-filter:var(--rb-tl-panel-blur);-webkit-backdrop-filter:var(--rb-tl-panel-blur)}.pokemon-tierlist-grid .tierlist-filter-extended{background:var(--rb-tl-panel-bg);border-color:var(--rb-tl-panel-border);backdrop-filter:var(--rb-tl-panel-blur);-webkit-backdrop-filter:var(--rb-tl-panel-blur)}.pokemon-tierlist-grid .tierlist-filter-select,.pokemon-tierlist-grid .tierlist-search-input,.pokemon-tierlist-grid .tierlist-search-wrap .tierlist-search-input{background:#ffffff09!important;border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);box-shadow:inset 0 1px #ffffff0f,0 1px 2px #0000002e;transition:border-color .2s var(--rb-tl-ease),box-shadow .2s var(--rb-tl-ease),background .2s var(--rb-tl-ease)}.pokemon-tierlist-grid .tierlist-type-mode-btn,.pokemon-tierlist-grid .tierlist-avail-pill{backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)}.pokemon-tierlist-grid .tierlist-tier-jump{background:#ffffff0a;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%)}.pokemon-tierlist-grid .tierlist-pre-evo-toggle-track{background:#ffffff0f!important;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%)}.pokemon-tierlist-grid .tierlist-clear-all{background:#ff41410f;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%)}.pokemon-tierlist-grid .tierlist-mobile-toggle,.pokemon-tierlist-grid .tierlist-sheet{background:#ffffff0f;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}@media(prefers-reduced-transparency:reduce){.rb-section.pokemon-tierlist-grid,.pokemon-tierlist-grid .pkmn-tier-legend,.pokemon-tierlist-grid .tierlist-tier-jumps,.pokemon-tierlist-grid .tierlist-active-chips:not([hidden]),.pokemon-tierlist-grid .pkmn-tier-intro,.pokemon-tierlist-grid .tierlist-filter-bar,.pokemon-tierlist-grid .tierlist-filter-extended,.pokemon-tierlist-grid>.rb-section-header [data-section-header-bar],.pokemon-tierlist-grid .tierlist-filter-select,.pokemon-tierlist-grid .tierlist-search-input,.pokemon-tierlist-grid .tierlist-search-wrap .tierlist-search-input{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#0f0f12!important}}@media(max-width:768px){.rb-section.pokemon-tierlist-grid{backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%)}.pokemon-tierlist-grid>.rb-section-header [data-section-header-bar]{backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%)}.pokemon-tierlist-grid .pkmn-tier-legend,.pokemon-tierlist-grid .tierlist-tier-jumps,.pokemon-tierlist-grid .tierlist-active-chips:not([hidden]),.pokemon-tierlist-grid .pkmn-tier-intro,.pokemon-tierlist-grid .tierlist-filter-bar,.pokemon-tierlist-grid .tierlist-filter-extended{backdrop-filter:blur(8px) saturate(180%);-webkit-backdrop-filter:blur(8px) saturate(180%)}.pokemon-tierlist-grid .tierlist-filter-select,.pokemon-tierlist-grid .tierlist-search-input,.pokemon-tierlist-grid .tierlist-tier-jump,.pokemon-tierlist-grid .tierlist-pre-evo-toggle-track,.pokemon-tierlist-grid .tierlist-clear-all{backdrop-filter:blur(6px) saturate(180%);-webkit-backdrop-filter:blur(6px) saturate(180%)}}.pokemon-tierlist-grid .tierlist-active-chips{margin-top:6px}.tierlist-filter-extended input[type=range]{accent-color:var(--rb-tl-accent)}.pokemon-tierlist-grid .tierlist-avail-pill.is-active{box-shadow:0 0 0 1px var(--rb-tl-accent-strong),0 0 16px #ff41412e,inset 0 1px #ffffff0f}.pokemon-tierlist-grid .tierlist-clear-all:hover,.pokemon-tierlist-grid .tierlist-active-chip__x:hover{color:var(--rb-tl-accent-2)}.pokemon-tierlist-grid .tierlist-type-mode-btn.is-active{background:linear-gradient(180deg,#f59e0b,#d97706);border-color:#f59e0b;color:#1a1208;box-shadow:0 0 0 1px #f59e0b38,0 0 14px #f59e0b38,inset 0 1px #ffffff2e;text-shadow:0 1px 0 rgba(255,255,255,.15)}.tierlist-mobile-toggle,.tierlist-sheet,.tierlist-mobile-backdrop{display:none}.tierlist-filter-bar{position:relative;display:flex;flex-direction:column;gap:10px;padding:12px 16px;background:#0d0d0fb3;border:1px solid rgba(255,255,255,.06);border-bottom:0;border-radius:12px 12px 0 0;margin-bottom:0}.tierlist-filter-bar:after{display:none}.pokemon-tierlist-grid-inner .tierlist-filter-extended{background:#0d0d0fb3;border:1px solid rgba(255,255,255,.06);border-top:0;border-radius:0 0 12px 12px;margin:0 0 16px;padding:8px 16px}.tierlist-filter-row{display:flex;align-items:center;gap:10px 12px;flex-wrap:wrap}.tierlist-filter-row--primary{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06);gap:16px}.tierlist-search-wrap{position:relative;flex:1 1 320px;min-width:240px;max-width:480px}.tierlist-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-3,#666670);pointer-events:none}.tierlist-search-wrap .tierlist-search-input{width:100%;padding:10px 12px 10px 38px;font-size:13px;color:var(--text-1,#fff);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:border-color .12s ease,background .12s ease}.tierlist-search-wrap .tierlist-search-input::placeholder{color:var(--text-3,#666670)}.tierlist-search-wrap .tierlist-search-input:hover{background:#ffffff12;border-color:#ffffff2e}.tierlist-search-wrap .tierlist-search-input:focus{outline:none;border-color:#f59e0b;background:#ffffff12}.tierlist-meta{display:flex;align-items:center;gap:14px;margin-left:auto;flex-wrap:wrap}.tierlist-count-metric{display:inline-flex;align-items:baseline;gap:6px;font-variant-numeric:tabular-nums}.tierlist-count-num{font-size:22px;font-weight:700;color:var(--text-1,#fff);line-height:1;transition:color .2s ease}.tierlist-count-of{font-size:12px;font-weight:500;color:var(--text-3,#888892);line-height:1}.tierlist-pre-evo-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;user-select:none;-webkit-user-select:none}.tierlist-pre-evo-toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tierlist-pre-evo-toggle-track{position:relative;display:inline-block;width:30px;height:16px;background:#ffffff1f;border-radius:999px;transition:background .15s ease;flex-shrink:0}.tierlist-pre-evo-toggle-thumb{position:absolute;top:2px;left:2px;width:12px;height:12px;background:#d4d4dc;border-radius:50%;transition:transform .15s ease,background .15s ease}.tierlist-pre-evo-toggle-input:checked~.tierlist-pre-evo-toggle-track{background:#ff414173}.tierlist-pre-evo-toggle-input:checked~.tierlist-pre-evo-toggle-track .tierlist-pre-evo-toggle-thumb{transform:translate(14px);background:#f59e0b}.tierlist-pre-evo-toggle-input:focus-visible~.tierlist-pre-evo-toggle-track{outline:2px solid #f59e0b;outline-offset:2px}.tierlist-pre-evo-toggle-label{font-size:12px;font-weight:500;color:var(--text-2,#a0a0a8);transition:color .15s ease;white-space:nowrap}.tierlist-pre-evo-toggle:hover .tierlist-pre-evo-toggle-label{color:var(--text-1,#fff)}.tierlist-clear-all{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;background:#f871711a;color:#fca5a5;border:1px solid rgba(248,113,113,.25);border-radius:999px;font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.tierlist-clear-all:hover{background:#f871712e;color:#fff;border-color:#f8717180}.tierlist-clear-all:focus-visible{outline:2px solid #f87171;outline-offset:2px}.tierlist-clear-all[hidden]{display:none}.tierlist-filter-row--scope{padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.tierlist-availability-toggles{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.tierlist-avail-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3,#666670);margin-right:2px;white-space:nowrap}.tierlist-avail-pill{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:600;font-family:inherit;color:var(--text-2,#a0a0a8);background:#ffffff0a;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;white-space:nowrap}.tierlist-avail-pill:hover{background:#ffffff12;border-color:#ffffff2e;color:var(--text-1,#fff)}.tierlist-avail-pill.is-active{background:#ff414124;border-color:#f59e0b;color:#fff}.tierlist-avail-pill.is-active .tierlist-avail-count{background:#f59e0b;color:#0b0b0e}.tierlist-avail-pill[data-scope].is-active:before{content:"✓";color:#f59e0b;font-weight:800;font-size:11px;margin-right:-2px;line-height:1}.tierlist-avail-pill[data-scope]:not(.is-active):before{content:"+";color:var(--text-3,#666670);font-weight:700;font-size:13px;margin-right:-2px;line-height:1}.tierlist-avail-pill:focus-visible{outline:2px solid #f59e0b;outline-offset:2px}.tierlist-avail-count{min-width:26px;padding:1px 6px;border-radius:999px;background:#ffffff14;color:var(--text-1,#fff);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;text-align:center;transition:background .12s ease,color .12s ease}.tierlist-filter-row-break{flex-basis:100%;height:1px;background:#ffffff0f;margin:4px 0 2px;pointer-events:none}.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:8px;cursor:pointer;appearance:none;color-scheme:dark;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 option{background-color:#121215;color:#e0e0e4}.tierlist-filter-select option:checked,.tierlist-filter-select option:hover{background-color:#a855f7;color:#fff}.tierlist-filter-select:hover{border-color:#ffffff26}.tierlist-filter-select:focus{outline:none;border-color:var(--accent)}.tierlist-type-mode-toggle{display:flex;gap:2px;background:#ffffff0d;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:#ffffff80;transition:background .12s ease,color .12s ease;min-height:24px;cursor:pointer;border:none;background:transparent;white-space:nowrap}.tierlist-type-mode-btn:hover{background:#ffffff14;color:#fffc}.tierlist-type-mode-btn.is-active{background:#ef4444;color:#fff;box-shadow:0 1px 4px #ef44444d}.tierlist-type-mode-btn:focus-visible{outline:1px solid #ef4444;outline-offset:1px}.tierlist-type2-group{display:flex;opacity:.45;transition:opacity .18s cubic-bezier(.4,0,.2,1);pointer-events:none}.tierlist-type2-group.is-visible{opacity:1;pointer-events:auto}.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:8px;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 center;background-size:16px}.tierlist-search-input::placeholder{color:var(--text-3)}.tierlist-search-input:hover{border-color:#ffffff26}.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:8px;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:12px;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;content-visibility:auto;contain-intrinsic-size:auto 600px}.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:.12s}.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.rb-role-badge{position:static;flex-shrink:0}.tierlist-legend-chip--elite,.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:#000000e6;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}.rb-tier-header{display:flex;align-items:flex-start;gap:20px;padding:20px 24px 16px;margin-bottom:16px;border-radius:8px;background:#121215;border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.rb-tier-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--tier-header-color,#666)}.rb-tier-header__letter{font-size:72px;font-weight:800;line-height:1;color:var(--tier-header-color,#666);min-width:80px;text-align:center;flex-shrink:0;opacity:.9;background:none;border-radius:0;height:auto;display:block}.tierlist-band[data-tier=a] .rb-tier-header__letter{font-size:60px;min-width:72px}.tierlist-band[data-tier=b] .rb-tier-header__letter{font-size:52px;min-width:64px}.tierlist-band[data-tier=c] .rb-tier-header__letter{font-size:46px;min-width:60px}.tierlist-band[data-tier=d] .rb-tier-header__letter{font-size:40px;min-width:56px}.rb-tier-header__body{flex:1;min-width:0;padding-top:4px}.rb-tier-header__top{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.rb-tier-header__label{font-size:13px;font-weight:600;color:var(--tier-header-color,#999);letter-spacing:1.5px;text-transform:uppercase;opacity:.85}.rb-tier-header__count{font-size:13px;font-weight:500;color:#a0a0a8;white-space:nowrap;flex-shrink:0}.rb-tier-header__preevo-hidden{color:#68686e;font-weight:400;font-size:12px;cursor:pointer;transition:color .15s ease}.rb-tier-header__preevo-hidden:hover{color:#a0a0a8}.rb-tier-header__blurb{font-size:14px;font-weight:400;color:#e0e0e4;line-height:1.5;font-style:normal;display:block;margin:0}.tierlist-band[data-tier=s] .rb-tier-header{--tier-header-color:#f59e0b}.tierlist-band[data-tier=a] .rb-tier-header{--tier-header-color:#22c55e}.tierlist-band[data-tier=b] .rb-tier-header{--tier-header-color:#60a5fa}.tierlist-band[data-tier=c] .rb-tier-header{--tier-header-color:#a78bfa}.tierlist-band[data-tier=d] .rb-tier-header{--tier-header-color:#f87171}.tierlist-band[data-tier=s] .rb-tier-header__letter{text-shadow:0 0 24px rgba(245,158,11,.3)}@media(max-width:768px){.rb-tier-header{gap:14px;padding:16px 16px 12px}.rb-tier-header__letter{font-size:56px!important;min-width:60px!important}.tierlist-band[data-tier=a] .rb-tier-header__letter{font-size:48px!important}.tierlist-band[data-tier=b] .rb-tier-header__letter{font-size:44px!important}.tierlist-band[data-tier=c] .rb-tier-header__letter{font-size:40px!important}.tierlist-band[data-tier=d] .rb-tier-header__letter{font-size:36px!important}.rb-tier-header__blurb{font-size:13px}.rb-tier-header__label{font-size:12px;letter-spacing:1.2px}}.rb-tier-card--skeleton{min-height:100px;background:linear-gradient(90deg,#121215 25%,#1a1a22,#121215 75%);background-size:800px 100%;animation:rb-skel-shimmer 1.8s ease-in-out infinite}.tierlist-band[data-tier=s] .rb-tier-card--skeleton{min-height:340px}.tierlist-band[data-tier=a] .rb-tier-card--skeleton{min-height:200px}.tierlist-band[data-tier=b] .rb-tier-card--skeleton{min-height:160px}@keyframes rb-skel-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.rb-tier-card--fresh{animation:rb-card-inflate .25s ease-out both}@keyframes rb-card-inflate{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.rb-tier-card--skeleton{animation:none;background:#121215}.rb-tier-card--fresh{animation:none}}@media(max-width:1024px){.tierlist-band-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rb-tier-card{min-width:0}}@media(max-width:768px){.tierlist-band[data-tier=s] .tierlist-band-grid,.tierlist-band[data-tier=a] .tierlist-band-grid,.tierlist-band[data-tier=b] .tierlist-band-grid,.tierlist-band[data-tier=c] .tierlist-band-grid,.tierlist-band[data-tier=d] .tierlist-band-grid{grid-template-columns:1fr}.rb-tier-card .rb-tier-card__sprite-bg{width:100%;max-width:112px;height:auto;aspect-ratio:1 / 1;justify-self:center}.rb-tier-card .rb-tier-card__sprite{width:100%;max-width:112px;height:auto;aspect-ratio:1 / 1}.rb-tier-card__radar{max-width:140px}.pokemon-tierlist-grid-content-inner{max-width:calc(100vw - 42px);overflow:clip;box-sizing:border-box}.rb-tier-card{padding:12px;max-width:100%;box-sizing:border-box;min-width:0}.rb-tier-card .rb-tier-card__name{font-size:15px}.rb-tier-card .rb-tier-card__header{gap:4px 12px;margin-bottom:10px}.rb-tier-header__letter{font-size:20px;min-width:34px;height:34px}.rb-tier-header__label{font-size:12px}.rb-tier-header{padding:8px 12px}}@media(prefers-reduced-motion:reduce){.rb-tier-card{transition:none}}@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-content{padding:8px}}@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-content{padding:6px}}@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:#8899b71a;border:1px solid rgba(136,153,183,.18);border-left:3px solid #f59e0b;border-radius:12px;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;inset:auto 12px 250px;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 #0009,0 0 0 1px #8899b70f}.tierlist-sheet.is-open{animation:tierlist-sheet-enter .3s cubic-bezier(.32,.72,0,1) forwards}.tierlist-sheet.is-closing{animation:tierlist-sheet-exit .2s ease-in forwards}@keyframes tierlist-sheet-enter{0%{transform:translateY(calc(100% + 262px));opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes tierlist-sheet-exit{0%{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:#8899b740;border-radius:2px}.tierlist-sheet-tabs{display:flex;padding:0 16px;background:#16191d;border-bottom:1px solid rgba(136,153,183,.08);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:transparent;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s ease,border-color .2s 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:12px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .15s ease,box-shadow .15s ease}.tierlist-sheet-pill.is-active{border-color:#fffc;box-shadow:0 0 8px var(--type-glow,rgba(255,255,255,.3))}.tierlist-sheet-type-mode{display:flex;gap:2px;background:#ffffff0d;border-radius:8px;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:#ffffff80;cursor:pointer;border:none;background:transparent;-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 #ef44444d}.tierlist-sheet-avail-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.tierlist-avail-mobile-pill{padding:0 14px;background:#ffffff0a;border:2px solid rgba(255,255,255,.1);color:#a0aec0;min-height:44px;font-size:13px;font-weight:600;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.tierlist-avail-mobile-pill.is-active{background:#ff414124;border-color:#f59e0b;color:#fff;box-shadow:0 0 10px #ff414140}.tierlist-avail-mobile-pill.is-active:before{content:"✓";color:#f59e0b;font-weight:800;margin-right:6px}.tierlist-avail-mobile-pill:not(.is-active):before{content:"+";color:#ffffff73;font-weight:700;margin-right:6px}.tierlist-sheet-gen-buttons{display:flex;flex-wrap:wrap;gap:8px}.tierlist-gen-pill{min-width:48px;height:48px;border-radius:50%;background:#8899b714;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 #a855f766}.tierlist-sheet-role-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.tierlist-role-pill{min-height:44px;background:#8899b70f;border:1px solid rgba(136,153,183,.12);border-radius:12px;color:#a0aec0;font-size:12px}.tierlist-role-pill.is-active{background:#a855f726;border-color:#a855f766;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:12px;color-scheme:dark;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23718096%27 stroke-width=%272%27%3E%3Cpolyline points=%276 9 12 15 18 9%27/%3E%3C/svg%3E");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,.08);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:#8899b714;border:1px solid rgba(136,153,183,.12);border-radius:12px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tierlist-sheet-clear-btn:active{background:#8899b729}.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:#080b10d1;z-index:99998;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.tierlist-mobile-backdrop.is-visible{opacity:1;pointer-events:auto}html.tierlist-sheet-open,html.tierlist-sheet-open body{overflow:hidden;scrollbar-gutter:auto}}@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){.rb-tier-card,.tierlist-band,.tierlist-spinner{animation:none!important;transition:none!important}.rb-tier-card,.tierlist-band,.rb-tier-card.rb-tier-card--visible,.tierlist-band.tierlist-band--visible{opacity:1;transform:none}.rb-tier-card:hover{transform:none}}@media(min-width:769px){.tierlist-fsheet-trigger,.tierlist-fsheet-backdrop,.tierlist-fsheet{display:none!important}}@media(max-width:768px){.pokemon-tierlist-grid .tierlist-fsheet-trigger{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;padding:0 18px;margin:12px 0;background:linear-gradient(180deg,#f59e0b2e,#f59e0b1a);border:1px solid rgba(245,158,11,.4);border-left:3px solid #f59e0b;border-radius:10px;color:#fde68a;font:700 14px/1 inherit;cursor:pointer;position:relative;z-index:2;-webkit-tap-highlight-color:transparent;transition:background .16s ease,border-color .16s ease,color .16s ease}.pokemon-tierlist-grid .tierlist-fsheet-trigger:hover{background:linear-gradient(180deg,#f59e0b3d,#f59e0b24);border-color:#f59e0b99;color:#fef3c7}.pokemon-tierlist-grid .tierlist-fsheet-trigger:active{transform:translateY(1px)}.pokemon-tierlist-grid .tierlist-fsheet-trigger__icon{width:18px;height:18px;flex:0 0 auto}.pokemon-tierlist-grid .tierlist-fsheet-trigger__label{flex:0 0 auto;letter-spacing:.01em}.pokemon-tierlist-grid .tierlist-fsheet-trigger__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;background:#f59e0b;color:#1a1208;border-radius:999px;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.pokemon-tierlist-grid .tierlist-fsheet-trigger__count[hidden]{display:none}body:not([data-fsheet=open]) .pokemon-tierlist-grid .workbench-toolbar__row--filters{display:none!important}.pokemon-tierlist-grid .workbench-toolbar__row--chips.is-empty{display:none!important}.pokemon-tierlist-grid .workbench-toolbar__row--chips:not(.is-empty){display:flex!important;flex-wrap:wrap;gap:6px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.06)}.tierlist-fsheet-backdrop{display:block;position:fixed;inset:0;background:#080b10d1;z-index:99998;opacity:0;pointer-events:none;transition:opacity .2s ease-out}body[data-fsheet=open] .tierlist-fsheet-backdrop{opacity:1;pointer-events:auto}html.tierlist-fsheet-open,html.tierlist-fsheet-open body,body[data-fsheet=open]{overflow:hidden}.tierlist-fsheet{--wb-accent:#f59e0b;--wb-accent-soft:rgba(245,158,11,.2);--wb-accent-bg:rgba(245,158,11,.1);--wb-accent-border:rgba(245,158,11,.28);--wb-text:#e0e0e4;--wb-text-dim:#a0a0a8;--wb-text-mute:#6c6c75;--wb-border:rgba(255,255,255,.08);--wb-border-strong:rgba(255,255,255,.18);--wb-pill-bg:#1a1a1e;--wb-pill-bg-hover:#222228;--wb-pill-bg-active:#2d2d35;--wb-weak:#c0392b;--wb-weak-bg:#3d1a1a;--wb-resist:#27ae60;--wb-resist-bg:#1a3d1f;--wb-ease:cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:fixed;inset:auto 12px 250px;max-height:55vh;height:auto;z-index:99999;background:#16191d;border:1px solid rgba(136,153,183,.12);border-radius:16px;box-shadow:0 -8px 48px #0009,0 0 0 1px #8899b70f;overflow:hidden;transform:translateY(calc(100% + 262px));opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .2s ease}body[data-fsheet=open] .tierlist-fsheet{transform:translateY(0);opacity:1;pointer-events:auto}@media(prefers-reduced-motion:reduce){.tierlist-fsheet{transition:opacity .1s ease;transform:none}}.tierlist-fsheet__handle{display:flex;justify-content:center;align-items:center;padding:10px 0 6px;flex-shrink:0;cursor:grab;touch-action:none}.tierlist-fsheet__handle:active{cursor:grabbing}.tierlist-fsheet__handle-bar{width:36px;height:4px;background:#8899b740;border-radius:2px}.tierlist-fsheet__tabs-slot{flex-shrink:0;padding:4px 12px 8px;border-bottom:1px solid rgba(136,153,183,.1)}.tierlist-fsheet__tabs-slot .workbench-toolbar__row--filters{display:flex!important;position:static!important;margin:0;padding:0;background:transparent;border:0;flex-wrap:nowrap;gap:6px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;box-shadow:none;scrollbar-width:none}.tierlist-fsheet__tabs-slot .workbench-toolbar__row--filters::-webkit-scrollbar{display:none}.tierlist-fsheet__tabs-slot .workbench-toolbar__pills{display:flex!important;flex-wrap:nowrap;gap:4px;width:100%}.tierlist-fsheet__tabs-slot .toolbar-pill{flex:1 1 0;min-width:0;max-width:none;height:42px;padding:0 4px;font-size:12px;font-weight:600;letter-spacing:.02em;gap:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;justify-content:center;border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;color:#ffffff80;transform:none!important;border-bottom:3px solid transparent!important;transition:color .15s ease,border-color .15s ease}.tierlist-fsheet__tabs-slot .toolbar-pill:hover{color:#fffc;background:transparent!important;transform:none!important}.tierlist-fsheet__tabs-slot .toolbar-pill__chevron{display:none}.tierlist-fsheet__tabs-slot .toolbar-pill .pill-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;color:inherit!important}.tierlist-fsheet__tabs-slot .workbench-toolbar__group-divider{display:none}.tierlist-fsheet__tabs-slot .toolbar-pill[aria-expanded=true]{color:#f59e0b!important;border-bottom-color:#f59e0b!important}.tierlist-fsheet__content-slot{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;padding:14px 14px 16px;min-height:200px}.tierlist-fsheet__content-slot .workbench-drawer{display:none}.tierlist-fsheet__content-slot .workbench-drawer[data-open=true]{display:block;position:static!important;inset:auto;max-width:none!important;min-width:0!important;max-height:none!important;width:100%;margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto;animation:fsheet-fade-in .22s ease-out}.tierlist-fsheet__content-slot .workbench-drawer:before{display:none}.tierlist-fsheet__content-slot .workbench-drawer__inner{padding:0;overflow:visible;max-height:none}.tierlist-fsheet__content-slot .wb-type-tile.is-active,.tierlist-fsheet__content-slot .wb-gen-pill.is-active,.tierlist-fsheet__content-slot .wb-role-all-pill.is-active,.tierlist-fsheet__content-slot .wb-role-card.is-active{background:#f59e0b38!important;border-color:#f59e0b!important;color:#fde68a!important;box-shadow:0 0 0 2px #f59e0b4d!important}.tierlist-fsheet__content-slot .wb-type-tile.is-active .wb-type-tile__count,.tierlist-fsheet__content-slot .wb-gen-pill.is-active .wb-gen-pill__count,.tierlist-fsheet__content-slot .wb-role-all-pill.is-active .wb-role-all-pill__count,.tierlist-fsheet__content-slot .wb-role-card.is-active .wb-role-card__count{color:#fde68ad9!important}.tierlist-fsheet__content-slot .tierlist-type-mode-btn.is-active,.tierlist-fsheet__content-slot .tierlist-type-mode-btn[aria-pressed=true]{background:#f59e0b!important;color:#1a1208!important}.tierlist-fsheet__content-slot .wb-more-select{height:44px;font-size:14px;color-scheme:dark;color:#ffffffd9!important;background-color:#ffffff0f!important;border-color:#ffffff40!important;border-radius:10px;padding:0 36px 0 14px}.tierlist-fsheet__content-slot .wb-defense-pill.is-active{box-shadow:0 0 0 2px #f59e0b4d!important}.tierlist-fsheet__content-slot .drawer-section__label{font-size:11px;color:#ffffff80;margin-bottom:8px}.tierlist-fsheet__content-slot .wb-type-tile{padding:0 6px;gap:6px}.tierlist-fsheet__content-slot .wb-more-advanced .wb-range-dual{height:40px;margin:6px 0 8px}.tierlist-fsheet__content-slot .wb-more-advanced .wb-range-dual__readout{font-size:13px}@keyframes fsheet-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tierlist-fsheet__footer{flex-shrink:0;display:flex;gap:10px;padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#14161a;border-top:1px solid rgba(136,153,183,.1)}.tierlist-fsheet__clear,.tierlist-fsheet__done{flex:1 1 auto;height:48px;border:0;border-radius:12px;font:700 15px/1 inherit;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .16s ease,transform .1s ease}.tierlist-fsheet__clear{background:#ffffff0f;color:#d4d4d8;border:1px solid rgba(255,255,255,.14)}.tierlist-fsheet__clear:hover{background:#ffffff1a;color:#fff}.tierlist-fsheet__done{flex:1.6 1 auto;background:linear-gradient(180deg,#f59e0b,#d97706);color:#1a1208;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 0 0 1px #f59e0b4d,0 4px 14px #f59e0b4d,inset 0 1px #fff3}.tierlist-fsheet__done:hover{background:linear-gradient(180deg,#fbbf24,#f59e0b)}.tierlist-fsheet__done:active{transform:translateY(1px)}.tierlist-fsheet__results{font-size:12px;font-weight:700;opacity:.78}.tierlist-fsheet__results:empty{display:none}body[data-fsheet=open] .tierlist-fsheet-trigger{visibility:hidden}}.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}}.pgsw-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px 4px;padding:10px 16px;margin:6px 0 14px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:10px;box-shadow:inset 0 1px #ffffff05}.pgsw-strip:before{content:"GAME VERSION";display:inline-flex;align-items:center;font-size:8px;font-weight:700;letter-spacing:1px;color:#ffffff47;padding:3px 6px;margin-right:4px;border:1px solid rgba(255,255,255,.06);border-radius:3px;white-space:nowrap;flex-shrink:0;line-height:1;height:18px}.pgsw-gen{display:inline-flex;align-items:center;gap:5px;padding-left:10px;border-left:1px solid rgba(255,255,255,.06)}.pgsw-gen:first-of-type{padding-left:0;border-left:none}.pgsw-gen-label{font-size:9px;font-weight:700;letter-spacing:1px;color:#ffffff80;padding:2px 5px;border:1px solid rgba(255,255,255,.07);border-radius:3px;background:#ffffff06;line-height:1;user-select:none}.pgsw-chip{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 8px 0 11px;min-width:28px;position:relative;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px;color:#fff9;text-decoration:none;white-space:nowrap;line-height:1;user-select:none;-webkit-user-select:none;transition:background .18s ease-out,border-color .18s ease-out,box-shadow .2s ease-out,color .12s ease,transform .15s ease}.pgsw-chip:before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:4px;background:linear-gradient(180deg,var(--chip-c1,#a78bfa),var(--chip-c2,#a78bfa));border-radius:4px 0 0 4px;z-index:1;opacity:.85;transition:opacity .15s ease,width .15s ease}.pgsw-chip-text{position:relative;z-index:1}.pgsw-chip--available{cursor:pointer;color:#dce4ffe0}.pgsw-chip--available:hover{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 16%,transparent);border-color:color-mix(in srgb,var(--chip-c1,#a78bfa) 35%,transparent);color:#fffffff2;box-shadow:0 2px 10px #0003,0 0 12px color-mix(in srgb,var(--chip-c1,#a78bfa) 12%,transparent);transform:translateY(-1px) scale(1.03)}.pgsw-chip--available:hover:before{opacity:1;width:5px}.pgsw-chip--available:focus-visible{outline:none;border-color:color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white);box-shadow:0 0 0 2px #0f0f14,0 0 0 4px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white);color:#fffffff2}.pgsw-chip--available:active{transform:scale(.96);transition:transform .05s ease}.pgsw-chip--active{background:color-mix(in srgb,var(--chip-c1,#a78bfa) 18%,rgba(255,255,255,.06));border:1px solid color-mix(in srgb,var(--chip-c1,#a78bfa) 40%,transparent);color:#fff;font-weight:700;cursor:default;z-index:2;box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white),0 0 10px color-mix(in srgb,var(--chip-c1,#a78bfa) 26%,transparent),0 0 22px color-mix(in srgb,var(--chip-c1,#a78bfa) 10%,transparent);animation:pgsw-breathe 3s ease-in-out infinite}.pgsw-chip--active:before{opacity:1;width:5px}@keyframes pgsw-breathe{0%,to{box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 70%,white),0 0 10px color-mix(in srgb,var(--chip-c1,#a78bfa) 26%,transparent),0 0 22px color-mix(in srgb,var(--chip-c1,#a78bfa) 10%,transparent)}50%{box-shadow:0 0 0 1.5px color-mix(in srgb,var(--chip-c1,#a78bfa) 82%,white),0 0 14px color-mix(in srgb,var(--chip-c1,#a78bfa) 35%,transparent),0 0 28px color-mix(in srgb,var(--chip-c1,#a78bfa) 13%,transparent)}}.pgsw-chip--unavailable{background:#ffffff03;border-color:#ffffff06;color:#ffffff2b;cursor:default;pointer-events:none}.pgsw-chip--unavailable:before{opacity:.15}.pgsw-chip--unavailable:after{content:"";position:absolute;top:50%;left:4px;right:1px;height:1px;background:#ffffff24;transform:rotate(-12deg);transform-origin:center;z-index:1}.pgsw-strip[data-current-game=""] .pgsw-chip--available{border-color:#ffffff1c}.pgsw-gen--active .pgsw-chip--available{color:#dce4ffed;border-color:#ffffff1f}.pgsw-gen--active .pgsw-chip--available:before{opacity:1}.pgsw-chip--all{--chip-c1:#a78bfa;--chip-c2:#a78bfa;font-size:9px;font-weight:700;letter-spacing:.6px;padding:0 10px 0 12px;margin-right:4px}@media(max-width:767px){.pgsw-strip{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:6px 10px;gap:3px 3px;margin:4px 0 10px;border-radius:8px;mask-image:linear-gradient(to right,transparent 0px,black 8px,black calc(100% - 10px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0px,black 8px,black calc(100% - 10px),transparent 100%)}.pgsw-strip:before{font-size:7px;padding:2px 4px;margin-right:2px;height:14px}.pgsw-strip::-webkit-scrollbar{display:none}.pgsw-chip{height:28px;padding:0 8px 0 10px;min-width:32px;font-size:10.5px;margin:4px 0}.pgsw-chip:before{width:3px}.pgsw-gen{flex-shrink:0;padding-left:4px}.pgsw-gen:first-of-type{padding-left:0}.pgsw-gen-label{font-size:8px;padding:1px 3px;letter-spacing:.5px}.pgsw-chip--active{scroll-margin-inline:40px}}@media(max-width:480px){.pgsw-strip{padding:5px 8px}.pgsw-chip{height:26px;padding:0 7px 0 9px;min-width:30px;font-size:10px}.pgsw-gen-label{font-size:7.5px;padding:1px 2px}}@media(prefers-reduced-motion:reduce){.pgsw-chip,.pgsw-chip:before{transition:none!important}.pgsw-chip--active{animation:none!important}}@media(forced-colors:active){.pgsw-chip--available{border:2px solid LinkText}.pgsw-chip--active{border:3px solid Highlight;background:Highlight;color:HighlightText;animation:none}.pgsw-chip--unavailable{border:1px solid GrayText;color:GrayText}.pgsw-chip:before,.pgsw-chip--unavailable:after{display:none}}@media print{.pgsw-strip{display:none!important}}.rb-tier-card__fit-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:0;padding-top:0;border-top:0;transition:none}.rb-tier-card__fit-row:empty{margin:0;padding:0;border:0}.rb-tier-card.team-has-team .rb-tier-card__fit-row:not(:empty){margin-top:4px;padding-top:4px;border-top:1px dashed rgba(168,85,247,.12)}.rb-fit-chip{font-size:9px;font-weight:700;letter-spacing:.3px;padding:2px 6px;border-radius:999px;text-transform:uppercase;line-height:1.3}.rb-fit-chip--covers{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.rb-fit-chip--dup{background:#f8717126;color:#fca5a5;border:1px solid rgba(248,113,113,.3)}.rb-fit-chip--on-team{background:#a855f733;color:#d8b4fe;border:1px solid rgba(168,85,247,.4)}.rb-tier-card.team-covers{outline:2px solid rgba(34,197,94,.4);outline-offset:-2px}.rb-tier-card.team-dup{opacity:.7}.rb-tier-card--hidden-ext{display:none!important}.rb-tier-card--prog-hidden{opacity:.42;filter:grayscale(.75);position:relative;transition:opacity .2s,filter .2s}.rb-tier-card--prog-hidden:hover{opacity:.75;filter:grayscale(.4)}.rb-tier-card--prog-hidden:after{content:"Gym " attr(data-earliest-stage) "+";position:absolute;top:5px;right:5px;background:#1f0b0feb;color:#fca5a5;font-size:10px;font-weight:800;padding:2px 7px;border-radius:999px;border:1px solid rgba(239,68,68,.55);pointer-events:none;z-index:3;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;box-shadow:0 2px 6px #0009}.rb-tier-card--prog-hidden .rb-tier-card__add,.rb-tier-card--prog-hidden .rb-tier-card__quick-add{pointer-events:none;opacity:.5}.rb-tier-card__threats{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px;line-height:1.2}.rb-tier-card__threats-icon{display:none}.rb-matchup__row--counters .rb-matchup__label,.rb-tier-card__threats.rb-matchup__row--counters .rb-matchup__label{color:#71717a!important;font-size:9px!important;font-weight:700!important;letter-spacing:.5px!important;line-height:16px!important;padding-top:1px!important;width:50px!important}.rb-tier-card__threats-items{display:inline-flex;align-items:flex-start;gap:10px;flex:1 1 auto;min-width:0}.rb-tier-card__threats-items>.rb-tier-card__threat-pill:nth-child(n+5){display:none}.rb-tier-card__threat-pill{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:3px 2px 4px;background:#ffffff06;border:1px solid var(--pill-tier-color-soft,rgba(255,255,255,.08));box-shadow:inset 0 0 0 1px #ffffff06;border-radius:8px;line-height:1;cursor:pointer;color:inherit;font:inherit;transition:background-color .16s ease,border-color .16s ease,transform .12s ease,box-shadow .16s ease;flex:0 0 auto;min-width:0}.rb-tier-card__threat-pill:hover{background:#ffffff0d;border-color:var(--pill-tier-color,rgba(255,255,255,.3));box-shadow:0 0 0 1px var(--pill-tier-color,rgba(255,255,255,.2)),0 4px 14px #00000061;transform:translateY(-1px)}.rb-tier-card__threat-pill:active{transform:translateY(0) scale(.96)}.rb-tier-card__threat-pill:focus-visible{outline:2px solid var(--pill-tier-color,var(--tier-color,#fbbf24));outline-offset:2px}.rb-tier-card__threat-pill[data-target-tier=s]{--pill-tier-color:#f59e0b;--pill-tier-color-soft:rgba(245,158,11,.32)}.rb-tier-card__threat-pill[data-target-tier=a]{--pill-tier-color:#22c55e;--pill-tier-color-soft:rgba(34,197,94,.3)}.rb-tier-card__threat-pill[data-target-tier=b]{--pill-tier-color:#60a5fa;--pill-tier-color-soft:rgba(96,165,250,.32)}.rb-tier-card__threat-pill[data-target-tier=c]{--pill-tier-color:#a78bfa;--pill-tier-color-soft:rgba(167,139,250,.32)}.rb-tier-card__threat-pill[data-target-tier=d]{--pill-tier-color:#f87171;--pill-tier-color-soft:rgba(248,113,113,.3)}.rb-tier-card__threat-pill__sprite{width:36px;height:36px;object-fit:contain;display:block;image-rendering:auto;filter:drop-shadow(0 1px 1px rgba(0,0,0,.4));color:transparent;overflow:hidden;text-indent:-9999px}.rb-tier-card__threat-pill__dots{display:inline-flex;align-items:center;gap:4px;line-height:0}.rb-tier-card__threat-pill__dot{width:7px;height:7px;border-radius:50%;background:#71717a;flex-shrink:0}.rb-tier-card__threat-pill__dot--normal{background:#a8a8a8}.rb-tier-card__threat-pill__dot--fire{background:#f97316}.rb-tier-card__threat-pill__dot--water{background:#3b82f6}.rb-tier-card__threat-pill__dot--electric{background:#eab308}.rb-tier-card__threat-pill__dot--grass{background:#22c55e}.rb-tier-card__threat-pill__dot--ice{background:#06b6d4}.rb-tier-card__threat-pill__dot--fighting{background:#ef4444}.rb-tier-card__threat-pill__dot--poison{background:#a855f7}.rb-tier-card__threat-pill__dot--ground{background:#d97706}.rb-tier-card__threat-pill__dot--flying{background:#8b5cf6}.rb-tier-card__threat-pill__dot--psychic{background:#ec4899}.rb-tier-card__threat-pill__dot--bug{background:#84cc16}.rb-tier-card__threat-pill__dot--rock{background:#a16207}.rb-tier-card__threat-pill__dot--ghost{background:#7c3aed}.rb-tier-card__threat-pill__dot--dragon{background:#6366f1}.rb-tier-card__threat-pill__dot--dark{background:#57534e}.rb-tier-card__threat-pill__dot--steel{background:#64748b}.rb-tier-card__threat-pill__dot--fairy{background:#f472b6}.rb-tier-card__threats.rb-matchup__row--counters,.rb-tier-card__threatens.rb-matchup__row--counters,.rb-tier-card__teammates.rb-matchup__row--counters{align-items:flex-start;gap:8px;margin-top:6px}.rb-tier-card__threats.rb-matchup__row--counters .rb-matchup__label,.rb-tier-card__threatens.rb-matchup__row--counters .rb-matchup__label,.rb-tier-card__teammates.rb-matchup__row--counters .rb-matchup__label{align-self:flex-start;padding-top:8px!important}.rb-tier-card__threatens.rb-matchup__row--counters,.rb-tier-card__teammates.rb-matchup__row--counters{margin-top:4px}@media(hover:hover){.rb-tier-card__threat-pill:hover{opacity:.78}}.tierlist-compare-strip{display:flex;align-items:center;gap:8px;margin-left:auto;padding:4px 6px 4px 10px;background:#a855f714;border:1px solid rgba(168,85,247,.18);border-radius:8px;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);animation:rb-cstrip-in .25s cubic-bezier(.34,1.56,.64,1)}.tierlist-compare-strip[hidden]{display:none!important}.tierlist-compare-strip__slots{display:flex;align-items:center;gap:5px}.tierlist-compare-strip__slot{position:relative;flex-shrink:0;animation:rb-cstrip-sprite .2s ease;cursor:pointer}.tierlist-compare-strip__slot img{width:32px;height:32px;object-fit:contain;image-rendering:pixelated;border-radius:6px;border:1px solid rgba(168,85,247,.35);background:#0000004d;display:block;transition:transform .12s ease,border-color .12s ease}.tierlist-compare-strip__slot:hover img{transform:scale(1.08);border-color:#a855f799}.tierlist-compare-strip__remove{position:absolute;top:-5px;right:-5px;width:18px;height:18px;border-radius:9999px;background:#ef4444;color:#fff;border:2px solid rgba(18,18,21,.9);font-size:10px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;transform:scale(.8);transition:opacity .12s ease,transform .12s ease}.tierlist-compare-strip__slot:hover .tierlist-compare-strip__remove{opacity:1;transform:scale(1)}.tierlist-compare-strip__remove:focus-visible{opacity:1;transform:scale(1);outline:2px solid #fff;outline-offset:1px}@media(hover:none){.tierlist-compare-strip__remove{display:none}}.tierlist-compare-strip__go{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:#a855f7;border:none;border-radius:6px;color:#fff;font:600 12px/1 system-ui,-apple-system,sans-serif;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;white-space:nowrap;min-height:32px;box-shadow:0 2px 8px #a855f74d}.tierlist-compare-strip__go:hover:not(:disabled){background:#9333ea;box-shadow:0 4px 14px #a855f773;transform:translateY(-1px)}.tierlist-compare-strip__go:active:not(:disabled){transform:scale(.97)}.tierlist-compare-strip__go:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.tierlist-compare-strip__go:focus-visible{outline:2px solid #c4b5fd;outline-offset:2px}.tierlist-compare-strip__clear{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#888;font-size:14px;cursor:pointer;padding:0;transition:background .12s ease,color .12s ease,border-color .12s ease;flex-shrink:0}.tierlist-compare-strip__clear:hover{background:#ef444426;color:#f87171;border-color:#ef44444d}.tierlist-compare-strip__clear:focus-visible{outline:2px solid #a855f7;outline-offset:2px}@keyframes rb-cstrip-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes rb-cstrip-sprite{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.rb-tier-card--highlight{animation:rb-card-highlight 1.2s ease;z-index:2;position:relative}@keyframes rb-card-highlight{0%{box-shadow:0 0 #a855f799}30%{box-shadow:0 0 0 4px #a855f780,0 0 20px #a855f74d}to{box-shadow:0 0 #a855f700}}.rb-compare-fab{display:none}@media(max-width:768px){.tierlist-compare-strip{gap:5px;padding:3px 5px 3px 8px}.tierlist-compare-strip__slot{min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.tierlist-compare-strip__slot img{width:32px;height:32px}.tierlist-compare-strip__go{padding:5px 10px;font-size:11px;min-height:28px}.tierlist-compare-strip__clear{width:22px;height:22px;font-size:12px}.rb-compare-fab{display:none!important}}@keyframes rb-compare-enter{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.rb-compare-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:64px 24px 80px;overflow-y:auto}.rb-compare-modal[hidden]{display:none!important}.rb-compare-modal__backdrop{position:fixed;inset:0;background:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.rb-compare-modal__container{position:relative;width:100%;max-width:900px;background:#0e0e11;border:1px solid rgba(168,85,247,.15);border-radius:14px;box-shadow:0 32px 80px #000000b3,0 0 1px #a855f74d;overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 180px);overflow-y:auto;animation:rb-compare-enter .25s cubic-bezier(.16,1,.3,1)}.rb-compare-modal__close{position:sticky;top:12px;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0e0e11eb;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#a0a0a8;font-size:18px;cursor:pointer;transition:all .15s ease;align-self:flex-end;margin:12px 12px -36px 0}.rb-compare-modal__close:hover{background:#ffffff1a;color:#fff}.rb-compare-modal__close:focus-visible{outline:2px solid #a855f7;outline-offset:2px}.rb-compare-header{position:sticky;top:0;z-index:5;display:grid;gap:0;background:linear-gradient(180deg,#0e0e11,#0e0e11f2);border-bottom:1px solid rgba(168,85,247,.12);padding:10px 20px;align-items:center}.rb-compare-header__label-col{width:72px}.rb-compare-header__pokemon{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 8px;text-align:center}.rb-compare-header__sprite{width:56px;height:56px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}.rb-compare-header__name{font:700 15px/1.2 system-ui,-apple-system,sans-serif;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.rb-compare-header__types{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.rb-compare-header__meta{display:flex;align-items:center;gap:6px}.rb-compare-header__role{font:400 12px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;text-transform:capitalize}.rb-compare-header__view-link{display:inline-flex;align-items:center;gap:3px;margin-top:6px;padding:4px 10px;background:#a855f71a;border:1px solid rgba(168,85,247,.2);border-radius:5px;color:#c4b5fd;font:500 11px/1 system-ui,-apple-system,sans-serif;text-decoration:none;transition:background .15s ease,border-color .15s ease}.rb-compare-header__view-link:hover{background:#a855f733;border-color:#a855f759;color:#e9d5ff}.rb-compare-stats{padding:10px 20px;display:flex;flex-direction:column;gap:1px}.rb-compare-stats__row{display:grid;gap:0;align-items:center;padding:5px 0;border-radius:6px;transition:background .15s ease}.rb-compare-stats__row:hover{background:#ffffff05}.rb-compare-stats__row--bst{border-top:1px solid rgba(168,85,247,.15);margin-top:4px;padding-top:10px}.rb-compare-stats__label{font:600 12px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;text-transform:uppercase;letter-spacing:.5px;padding-right:8px}.rb-compare-stats__cell{display:flex;align-items:center;gap:6px;padding:0 8px 0 22px;min-height:24px;position:relative}.rb-compare-stats__bar-track{flex:1;height:10px;background:#ffffff0a;border-radius:5px;overflow:hidden;min-width:40px}.rb-compare-stats__bar{height:100%;border-radius:5px;transition:width .5s cubic-bezier(.16,1,.3,1)}.rb-compare-stats__bar[data-tier=very-low]{background:linear-gradient(90deg,#dc2626,#ef4444)}.rb-compare-stats__bar[data-tier=low]{background:linear-gradient(90deg,#d97706,#f59e0b)}.rb-compare-stats__bar[data-tier=mid-low]{background:linear-gradient(90deg,#ca8a04,#eab308)}.rb-compare-stats__bar[data-tier=mid]{background:linear-gradient(90deg,#65a30d,#84cc16)}.rb-compare-stats__bar[data-tier=high]{background:linear-gradient(90deg,#16a34a,#22c55e)}.rb-compare-stats__bar[data-tier=very-high]{background:linear-gradient(90deg,#0d9488,#14b8a6)}.rb-compare-stats__value{font:700 14px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;min-width:32px;text-align:right;flex-shrink:0}.rb-compare-stats__value--winner{color:#fff;font-weight:700}.rb-compare-stats__value--bst{font-size:16px;color:#a0a0a8}.rb-compare-stats__value--bst.rb-compare-stats__value--winner{color:#a855f7}.rb-compare-stats__delta{font:500 12px/1 system-ui,-apple-system,sans-serif;color:#666670;min-width:36px;text-align:right;flex-shrink:0}.rb-compare-stats__delta--positive{color:#4ade80}.rb-compare-stats__delta--negative{color:#f87171}.rb-compare-stats__winner{position:absolute;left:4px;top:50%;transform:translateY(-50%);font-size:13px;color:#fbbf24;width:16px;text-align:center;text-shadow:0 0 8px rgba(251,191,36,.5);pointer-events:none}.rb-compare-stats__winner[hidden]{visibility:hidden}.rb-compare-speed{padding:10px 20px;border-top:1px solid rgba(168,85,247,.15)}.rb-compare-section-title{font:600 13px/1 system-ui,-apple-system,sans-serif;color:#e0e0e4;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.rb-compare-section-insight{margin:8px 0 4px;padding:10px 14px;background:#a855f70f;border:1px solid rgba(168,85,247,.18);border-radius:10px;font:400 12px/1.6 system-ui,-apple-system,sans-serif;color:#a0a0a8}.rb-compare-section-insight p{margin:0 0 4px}.rb-compare-section-insight p:last-child{margin-bottom:0}.rb-compare-section-insight strong{color:#c4b5fd;font-weight:600}.rb-compare-speed__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.rb-compare-speed__item{display:flex;align-items:center;gap:10px;padding:6px 12px;background:#0d0d0f;border:1px solid rgba(255,255,255,.06);border-radius:8px;border-left:3px solid transparent}.rb-compare-speed__item:first-child{border-left-color:#fbbf24;background:#fbbf240a}.rb-compare-speed__rank{font:700 13px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;min-width:32px}.rb-compare-speed__item:first-child .rb-compare-speed__rank{color:#fbbf24}.rb-compare-speed__name{font:500 14px/1 system-ui,-apple-system,sans-serif;color:#fff;flex:1}.rb-compare-speed__value{font:700 14px/1 system-ui,-apple-system,sans-serif;color:#e0e0e4}.rb-compare-speed__note{font:400 12px/1 system-ui,-apple-system,sans-serif;color:#666670}.rb-compare-accordion{border-top:1px solid rgba(168,85,247,.12)}.rb-compare-accordion__trigger{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;list-style:none;transition:background .15s ease}.rb-compare-accordion__trigger::-webkit-details-marker{display:none}.rb-compare-accordion__trigger:hover{background:#ffffff05}.rb-compare-accordion__trigger:focus-visible{outline:2px solid #a855f7;outline-offset:-2px}.rb-compare-accordion__trigger .rb-compare-section-title{margin:0;color:#e0e0e4;font-weight:600}.rb-compare-accordion__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#666670;transition:transform .2s ease}.rb-compare-accordion__icon:before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);display:block}.rb-compare-accordion[open] .rb-compare-accordion__icon{transform:rotate(180deg)}.rb-compare-accordion__content{padding:0 20px 12px}.rb-compare-builds,.rb-compare-expert{display:flex;flex-direction:column;gap:2px}.rb-compare-builds__row,.rb-compare-expert__row{display:grid;gap:0;align-items:center;padding:8px 0;border-radius:6px}.rb-compare-builds__row:hover,.rb-compare-expert__row:hover{background:#ffffff05}.rb-compare-builds__label,.rb-compare-expert__label{font:600 12px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;text-transform:uppercase;letter-spacing:.3px;padding-right:12px}.rb-compare-builds__cell,.rb-compare-expert__cell{font:400 14px/1.3 system-ui,-apple-system,sans-serif;color:#e0e0e4;padding:0 8px}.rb-compare-builds__cell--moves{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.rb-compare-move-tag{display:inline-block;padding:2px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:4px;font:500 11px/1.3 system-ui,-apple-system,sans-serif;color:#c4b5fd;text-transform:capitalize;white-space:nowrap}.rb-compare-move-tag--stab{border-left:2px solid #a855f7}.rb-compare-move-more{font:500 11px/1 system-ui,-apple-system,sans-serif;color:#666670;padding:2px 4px}.rb-compare-type-matchup__row{display:flex;align-items:center;gap:12px;padding:6px 0;font:400 13px/1.4 system-ui,-apple-system,sans-serif;color:#a0a0a8}.rb-type-eff{padding:2px 8px;border-radius:4px;font-weight:600;font-size:12px}.rb-type-eff--se{background:#ef444426;color:#f87171}.rb-type-eff--nve{background:#60a5fa26;color:#93c5fd}.rb-type-eff--immune{background:#ffffff0f;color:#666670}.rb-type-eff--neutral{background:#ffffff0a;color:#a0a0a8}.rb-compare-actions{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px;background:#0e0e11;border-top:1px solid rgba(168,85,247,.12)}.rb-compare-actions__insight{flex:1;min-width:0}.rb-compare-actions__insight-text{font:400 13px/1.4 system-ui,-apple-system,sans-serif;color:#a0a0a8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rb-compare-actions__buttons{display:flex;gap:8px;flex-shrink:0}.rb-compare-actions__add-team{padding:8px 16px;min-height:40px;background:#a855f71f;color:#c084fc;border:1px solid rgba(168,85,247,.25);border-radius:8px;font:500 13px/1 system-ui,-apple-system,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.rb-compare-actions__add-team:hover{background:#a855f738;border-color:#a855f773}.rb-compare-actions__add-team:focus-visible{outline:2px solid #a855f7;outline-offset:2px}.rb-compare-actions__view-page{padding:8px 16px;min-height:40px;background:#a855f7;color:#fff;border:none;border-radius:8px;font:600 13px/1 system-ui,-apple-system,sans-serif;cursor:pointer;box-shadow:0 2px 8px #a855f74d;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;white-space:nowrap}.rb-compare-actions__view-page:hover{background:#9333ea;box-shadow:0 4px 16px #a855f766}.rb-compare-actions__view-page:active{transform:scale(.98)}.rb-compare-actions__view-page:focus-visible{outline:2px solid #a855f7;outline-offset:2px}@media(max-width:768px){.rb-compare-modal{padding:0;align-items:flex-end}.rb-compare-modal__container{max-width:100%;max-height:calc(95vh - 90px);border-radius:16px 16px 0 0;border-bottom:none;margin-bottom:max(90px,env(safe-area-inset-bottom,90px))}.rb-compare-modal__close{position:sticky;top:0;align-self:stretch;margin:0;width:100%;height:40px;border-radius:16px 16px 0 0;border:none;border-bottom:1px solid rgba(255,255,255,.06);background:#0e0e11f2;font-size:16px}.rb-compare-header{padding:8px 12px;position:static}.rb-compare-header__label-col{width:48px}.rb-compare-header__sprite{width:44px;height:44px}.rb-compare-header__name{font-size:13px}.rb-compare-header__types,.rb-compare-header__role{display:none}.rb-compare-stats{padding:8px 12px}.rb-compare-stats__row{padding:4px 0}.rb-compare-stats__label{font-size:11px}.rb-compare-stats__cell{padding:0 4px 0 18px;gap:4px}.rb-compare-stats__value{font-size:12px;min-width:24px}.rb-compare-stats__delta{font-size:10px;min-width:28px}.rb-compare-stats__winner{left:2px;font-size:11px}.rb-compare-stats__bar-track{min-width:24px;height:7px}.rb-compare-speed{padding:8px 12px}.rb-compare-speed__note{display:none}.rb-compare-accordion__trigger{padding:12px}.rb-compare-accordion__content{padding:0 12px 12px}.rb-compare-builds__label,.rb-compare-expert__label{font-size:10px}.rb-compare-builds__cell,.rb-compare-expert__cell{font-size:12px;padding:0 4px}.rb-compare-actions{padding:10px 12px;flex-direction:column;gap:8px}.rb-compare-actions__insight-text{text-align:center;font-size:12px}.rb-compare-actions__buttons{width:100%;justify-content:center}}@media(max-width:480px){.rb-compare-header{padding:8px}.rb-compare-header__label-col{width:36px}.rb-compare-header__sprite{width:36px;height:36px}.rb-compare-header__name{font-size:11px}.rb-compare-header__meta .rb-tier-badge{width:22px;height:22px;font-size:11px}.rb-compare-stats__row,.rb-compare-builds__row,.rb-compare-expert__row{grid-template-columns:36px repeat(var(--pokemon-count,2),1fr)}.rb-compare-stats__label{font-size:10px;letter-spacing:0}.rb-compare-stats__cell{padding:0 2px 0 14px}.rb-compare-stats__value{font-size:11px;min-width:20px}.rb-compare-stats__delta{display:none}.rb-compare-stats__winner{left:1px;font-size:9px}.rb-compare-stats__bar-track{min-width:16px}.rb-compare-speed__item{padding:4px 8px;gap:8px}.rb-compare-speed__rank{font-size:12px;min-width:24px}.rb-compare-builds__label,.rb-compare-expert__label{font-size:9px}.rb-compare-builds__cell,.rb-compare-expert__cell{font-size:11px;padding:0 2px}}@media(prefers-reduced-motion:reduce){.rb-compare-stats__bar,.rb-compare-accordion__icon{transition:none}.rb-compare-modal__backdrop{backdrop-filter:none;-webkit-backdrop-filter:none}.rb-compare-modal__container{animation:none}.rb-compare-modal__close,.rb-compare-stats__row,.rb-compare-accordion__trigger,.rb-compare-actions__add-team{transition:none}.rb-compare-actions__view-page{transition:none;box-shadow:none}.tierlist-compare-strip,.tierlist-compare-strip__slot,.rb-compare-fab{animation:none}}a.rb-compare-header__name{color:#fff;text-decoration:none;transition:color .15s ease}a.rb-compare-header__name:hover{color:#c4b5fd;text-decoration:underline}.rb-compare-header__remove{display:inline-flex;align-items:center;gap:3px;margin-top:4px;padding:3px 8px;background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:4px;color:#f87171;font:500 10px/1 system-ui,-apple-system,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease}.rb-compare-header__remove:hover{background:#ef44442e;border-color:#ef44444d}.rb-compare-header__remove:focus-visible{outline:2px solid #f87171;outline-offset:2px}.rb-compare-verdict{margin:10px 20px 0;padding:14px 16px;background:#a855f70f;border:1px solid rgba(168,85,247,.18);border-radius:10px;font:400 13px/1.6 system-ui,-apple-system,sans-serif;color:#e0e0e4}.rb-compare-verdict__title{font:700 11px/1 system-ui,-apple-system,sans-serif;color:#a855f7;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.rb-compare-verdict__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.rb-compare-verdict__list li{padding-left:14px;position:relative;line-height:1.5}.rb-compare-verdict__list li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:#a855f7}.rb-compare-verdict strong{color:#c4b5fd;font-weight:600}.rb-compare-calc{padding:0 20px 10px}.rb-compare-calc summary{display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;list-style:none;font:600 12px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;text-transform:uppercase;letter-spacing:.5px}.rb-compare-calc summary::-webkit-details-marker{display:none}.rb-compare-calc summary:after{content:"";width:8px;height:8px;border-right:2px solid #666670;border-bottom:2px solid #666670;transform:rotate(45deg);transition:transform .2s ease}.rb-compare-calc[open] summary:after{transform:rotate(-135deg)}.rb-compare-calc__row{display:grid;gap:0;align-items:center;padding:3px 0}.rb-compare-calc__label{font:500 11px/1 system-ui,-apple-system,sans-serif;color:#666670;text-transform:uppercase}.rb-compare-calc__cell{font:600 13px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;padding:0 8px;text-align:center}.rb-compare-calc__cell--winner{color:#fbbf24}.rb-compare-speed__benchmarks{display:flex;flex-direction:column;gap:2px;margin-top:4px;padding-left:44px}.rb-compare-speed__bench{font:400 11px/1.4 system-ui,-apple-system,sans-serif;color:#666670}.rb-compare-speed__bench--outspeeds{color:#4ade80}.rb-compare-speed__bench--outsped{color:#f87171}.rb-compare-speed__bench-name{font-weight:500}.rb-compare-defense{padding:12px 20px;border-top:1px solid rgba(168,85,247,.12)}.rb-compare-defense__pokemon{margin-bottom:12px}.rb-compare-defense__pokemon:last-child{margin-bottom:0}.rb-compare-defense__name{font:600 13px/1 system-ui,-apple-system,sans-serif;color:#fff;margin-bottom:6px}.rb-compare-defense__row{display:flex;align-items:center;gap:6px;padding:2px 0;flex-wrap:wrap}.rb-compare-defense__label{font:500 11px/1 system-ui,-apple-system,sans-serif;min-width:72px;flex-shrink:0}.rb-compare-defense__label--4x{color:#f87171}.rb-compare-defense__label--2x{color:#fb923c}.rb-compare-defense__label--resist{color:#4ade80}.rb-compare-defense__label--4x-resist{color:#2dd4bf}.rb-compare-defense__label--immune{color:#93c5fd}.rb-compare-defense__type-pill{display:inline-block;padding:1px 6px;border-radius:3px;font:600 10px/1.4 system-ui,-apple-system,sans-serif;text-transform:uppercase;color:#fff}.rb-compare-defense__callout{margin-top:12px;padding:8px 12px;background:#ef44440a;border-radius:6px;border-left:3px solid #ef4444;font:400 12px/1.5 system-ui,-apple-system,sans-serif;color:#a0a0a8}.rb-compare-defense__callout strong{color:#e0e0e4;font-weight:600}.rb-compare-ev-cell{display:flex;flex-direction:column;gap:3px;padding:4px 8px!important}.rb-compare-ev-bar{display:flex;align-items:center;gap:4px}.rb-compare-ev-bar__label{font:600 9px/1 system-ui,-apple-system,sans-serif;color:#666670;text-transform:uppercase;min-width:24px}.rb-compare-ev-bar__track{flex:1;height:6px;background:#ffffff0a;border-radius:3px;overflow:hidden;min-width:30px}.rb-compare-ev-bar__fill{height:100%;background:linear-gradient(90deg,#a855f7,#c084fc);border-radius:3px}.rb-compare-ev-bar__val{font:600 10px/1 system-ui,-apple-system,sans-serif;color:#a0a0a8;min-width:20px;text-align:right}.rb-compare-divider{height:1px;background:#a855f714;margin:0}@media(max-width:768px){.rb-compare-verdict{margin:0 12px;padding:10px 12px;font-size:12px}.rb-compare-calc{padding:0 12px 8px}.rb-compare-calc__cell{font-size:11px;padding:0 4px}.rb-compare-defense{padding:10px 12px}.rb-compare-defense__label{min-width:56px;font-size:10px}.rb-compare-defense__type-pill{font-size:9px;padding:1px 4px}.rb-compare-speed__benchmarks{padding-left:32px}.rb-compare-ev-cell{padding:2px 4px!important}.rb-compare-ev-bar__label{font-size:8px;min-width:20px}.rb-compare-ev-bar__val{font-size:9px;min-width:16px}}@media(max-width:480px){.rb-compare-speed__benchmarks{padding-left:24px;gap:1px}.rb-compare-speed__bench{font-size:10px}.rb-compare-defense__row{gap:4px}.rb-compare-defense__callout{font-size:11px;padding:6px 8px}}.rb-tier-card__build-around{display:none;position:absolute;bottom:8px;left:8px;padding:4px 10px;background:linear-gradient(135deg,#a855f7,#8e48d1);color:#fff;border:0;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;cursor:pointer;z-index:4;box-shadow:0 2px 8px #a855f766;transition:transform .15s}.tierlist-band[data-tier=s] .rb-tier-card:hover .rb-tier-card__build-around{display:inline-flex}.rb-tier-card__build-around:hover{transform:translateY(-1px)}@media(max-width:768px){.tierlist-band[data-tier=s] .rb-tier-card .rb-tier-card__build-around{display:inline-flex}}.tierlist-band[data-tier=c] .rb-tier-card .rb-tier-card__name,.tierlist-band[data-tier=d] .rb-tier-card .rb-tier-card__name{font-size:13px}.tierlist-band[data-tier=c] .rb-tier-card .td-badge,.tierlist-band[data-tier=d] .rb-tier-card .td-badge{font-size:10px}.tierlist-band[data-tier=c] .rb-tier-card .rb-tier-card__bst,.tierlist-band[data-tier=d] .rb-tier-card .rb-tier-card__bst{font-size:12px}.tierlist-active-chips[hidden],.tierlist-compare-strip[hidden],.rb-compare-fab[hidden],.rb-compare-modal[hidden],.tierlist-kbd-overlay[hidden],.tierlist-empty-state[hidden]{display:none!important}.tl-term{border-bottom:1px dotted currentColor;cursor:help;opacity:.95}.tl-term:hover{opacity:1;border-bottom-style:solid}.tierlist-glossary-tip[hidden]{display:none!important}.tierlist-glossary-tip{position:fixed;z-index:10000;max-width:260px;padding:9px 11px;background:#1c1c21;color:#e0e0e4;border:1px solid rgba(168,85,247,.35);border-radius:8px;font-size:12px;line-height:1.45;box-shadow:0 8px 20px #0000008c;pointer-events:none;animation:tlTipIn .14s ease-out}@keyframes tlTipIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tierlist-glossary-tip__term{display:block;font-weight:700;color:#d8b4fe;font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.tierlist-glossary-tip__body{font-size:12px}.tierlist-kbd-overlay{display:flex;position:fixed;inset:0;background:#000c;backdrop-filter:blur(6px);z-index:300;align-items:center;justify-content:center;padding:20px}.tierlist-kbd-panel{background:#121215;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px;max-width:420px;width:100%}.tierlist-kbd-panel h3{margin:0 0 16px;font-size:16px;font-weight:700;color:#fff}.tierlist-kbd-list{list-style:none;padding:0;margin:0}.tierlist-kbd-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:12px;color:#e0e0e4}.tierlist-kbd-item kbd{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:2px 8px;font-size:11px;font-family:ui-monospace,monospace;color:#fff;font-weight:600;min-width:26px;text-align:center}.tierlist-empty-state{display:block;padding:30px 20px;text-align:center;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:12px;margin:12px 0}.tierlist-empty-state__title{font-size:16px;font-weight:700;color:#fff;margin:0 0 6px}.tierlist-empty-state__desc{font-size:12px;color:#a0a0a8;line-height:1.6;margin-bottom:14px}.tierlist-empty-state__suggestions{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.tierlist-empty-state__btn{background:#a855f726;border:1px solid rgba(168,85,247,.3);color:#d8b4fe;padding:5px 12px;border-radius:999px;font-size:11px;cursor:pointer;font-weight:500}.tierlist-empty-state__btn:hover{background:#a855f74d}.tierlist-active-chip__x:focus-visible,.tierlist-tier-jump:focus-visible,.tierlist-format-tab:focus-visible,.tierlist-team-status__btn:focus-visible,.rb-tier-card__build-around:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.tierlist-kbd-overlay{position:fixed;inset:0;z-index:9999;background:#000000a6;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}.tierlist-kbd-overlay__panel{background:#141418fa;border:1px solid rgba(255,65,65,.25);border-radius:16px;padding:24px 28px;max-width:560px;width:100%;box-shadow:0 28px 80px #000000b3;color:#e4e4e7}.tierlist-kbd-overlay__title{font-size:16px;font-weight:800;color:#fff;margin:0 0 6px}.tierlist-kbd-overlay__sub{font-size:12px;color:#a1a1aa;margin:0 0 16px}.tierlist-kbd-overlay__list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;margin:0;padding:0;list-style:none}.tierlist-kbd-overlay__list li{display:flex;align-items:center;gap:10px;font-size:12px;color:#d4d4d8}.tierlist-kbd-overlay__list kbd{background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:5px;padding:2px 7px;font-size:11px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#fca5a5;min-width:20px;text-align:center}.tierlist-kbd-overlay__close{margin-top:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;padding:7px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}@media(max-width:480px){.tierlist-kbd-overlay__list{grid-template-columns:1fr}.tierlist-kbd-overlay__panel{padding:18px}}.tierlist-info-panel{background:#141418fa;border:1px solid rgba(255,65,65,.25);border-radius:16px;padding:0;max-width:720px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 28px 80px #000000b3;color:#e4e4e7;overflow:hidden}.tierlist-info-panel__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.tierlist-info-panel__head h3{font-size:16px;font-weight:800;color:#fff;margin:0;letter-spacing:.2px}.tierlist-info-panel__close{background:transparent;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;width:28px;height:28px;border-radius:6px;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .14s ease,color .14s ease,border-color .14s ease}.tierlist-info-panel__close:hover{background:#ff414124;color:#fff;border-color:#ff41415c}.tierlist-info-tabs{display:flex;gap:4px;padding:8px 22px 0;border-bottom:1px solid rgba(255,255,255,.06)}.tierlist-info-tab{background:transparent;border:none;color:#ffffff8c;font-size:13px;font-weight:600;letter-spacing:.2px;padding:10px 14px;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .14s ease,border-color .14s ease,background .14s ease}.tierlist-info-tab:hover{color:#ffffffd9}.tierlist-info-tab.is-active,.tierlist-info-tab[aria-selected=true]{color:#fff;border-bottom-color:#ff4141}.tierlist-info-tab:focus-visible{outline:2px solid #ff4141;outline-offset:2px;border-radius:4px}.tierlist-info-section{padding:18px 22px 22px;overflow-y:auto;flex:1 1 auto}.tierlist-info-section[hidden]{display:none}.tierlist-info-subhead{margin:18px 0 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff73}.tierlist-info-subhead:first-child{margin-top:0}.tierlist-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 22px}.tierlist-info-entry{display:grid;grid-template-columns:minmax(48px,auto) 1fr;gap:10px;align-items:start}.tierlist-info-entry__chip{display:inline-flex;align-items:center;justify-content:flex-start;min-height:20px;flex:0 0 auto}.tierlist-info-entry__chip--icon{min-width:22px}.tierlist-info-entry__body{display:flex;flex-direction:column;gap:2px;min-width:0}.tierlist-info-entry__term{color:#fff;font-size:13px;font-weight:700;letter-spacing:.1px}.tierlist-info-entry__desc{color:#ffffffa6;font-size:12px;line-height:1.45}.tierlist-info-entry__chip .rb-tier-card__name-icon{margin-left:0;filter:drop-shadow(0 0 2px currentColor);cursor:default}.tierlist-info-shortcuts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;margin:0;padding:0;list-style:none}@media(max-width:600px){.tierlist-info-grid,.tierlist-info-shortcuts{grid-template-columns:1fr}.tierlist-info-panel{max-height:90vh}}.tierlist-cmd-palette{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:80px 16px 16px;pointer-events:none}.tierlist-cmd-palette[hidden]{display:none}.tierlist-cmd-palette__backdrop{position:absolute;inset:0;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);pointer-events:auto;cursor:pointer;z-index:0}.tierlist-cmd-palette__panel{position:relative;z-index:1;width:100%;max-width:600px;background:#141418fa;border:1px solid rgba(255,65,65,.3);border-radius:14px;box-shadow:0 28px 80px #000000b3,0 0 0 1px #ffffff0a;overflow:hidden;pointer-events:auto;display:flex;flex-direction:column;max-height:calc(100vh - 120px)}.tierlist-cmd-palette__header{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.tierlist-cmd-palette__icon{color:#71717a;flex-shrink:0}.tierlist-cmd-palette__input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:14px;font-weight:500;padding:4px 0;min-width:0}.tierlist-cmd-palette__input::placeholder{color:#71717a}.tierlist-cmd-palette__esc{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#a1a1aa;font-size:10px;font-weight:700;padding:2px 7px;border-radius:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tierlist-cmd-palette__body{flex:1;overflow-y:auto;padding:6px;min-height:60px}.tierlist-cmd-palette__hint{padding:18px 14px;color:#71717a;font-size:12px;text-align:center;line-height:1.6}.tierlist-cmd-palette__hint kbd{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#a1a1aa;font-size:10px;font-weight:700;padding:1px 5px;border-radius:4px;margin:0 2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tierlist-cmd-palette__group{padding:4px 0}.tierlist-cmd-palette__group-label{font-size:9px;font-weight:800;color:#71717a;text-transform:uppercase;letter-spacing:.8px;padding:6px 12px 4px}.tierlist-cmd-palette__item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:7px;color:#d4d4d8;font-size:13px;cursor:pointer;transition:background .12s;margin:0 2px}.tierlist-cmd-palette__item:hover,.tierlist-cmd-palette__item.is-focused{background:#ff414129;color:#fff}.tierlist-cmd-palette__item-kind{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:4px;background:#ffffff0f;color:#a1a1aa;margin-left:auto;flex-shrink:0}.tierlist-cmd-palette__item.is-focused .tierlist-cmd-palette__item-kind{background:#ffffff1f}.tierlist-cmd-palette__empty{padding:24px 14px;text-align:center;color:#71717a;font-size:12px;font-style:italic}@media(max-width:600px){.tierlist-cmd-palette{padding:60px 12px 12px}.tierlist-cmd-palette__panel{max-height:calc(100vh - 80px)}}html:not([data-tl-team="6"]) .tierlist-celebration{display:none!important}html:not([data-tl-welcome="1"]) .tierlist-welcome-back{display:none!important}.tierlist-celebration{display:flex;padding:14px 16px;margin-bottom:14px;border:1px solid rgba(245,158,11,.4);border-radius:12px;background:linear-gradient(135deg,#f59e0b1f,#a855f714,#22c55e14);align-items:center;gap:12px;flex-wrap:wrap}.tierlist-celebration__star{font-size:22px}.tierlist-celebration__msg{flex:1;min-width:200px;font-size:13px;color:#fff;font-weight:600}.tierlist-celebration__msg small{display:block;font-weight:400;color:#a1a1aa;font-size:11px;margin-top:2px}.tierlist-welcome-back{display:flex;padding:10px 14px;margin-bottom:12px;background:linear-gradient(90deg,rgba(168,85,247,.08),transparent);border-left:3px solid #a855f7;border-radius:8px;font-size:12px;color:#e0e0e4;align-items:center;gap:10px}.tierlist-welcome-back__msg{flex:1}.tierlist-welcome-back__msg strong{color:#d8b4fe}.tierlist-welcome-back__close{background:none;border:0;color:#666670;cursor:pointer;font-size:14px;padding:0 4px}.tierlist-welcome-back__close:hover{color:#fff}.tierlist-format-tabs{display:flex;gap:4px;margin-bottom:12px;padding:4px;background:#ffffff08;border-radius:12px;overflow-x:auto;scrollbar-width:none}.tierlist-format-tabs::-webkit-scrollbar{display:none}.tierlist-format-tab{flex:1;min-width:fit-content;background:transparent;border:0;color:#a1a1aa;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.tierlist-format-tab:hover{color:#e0e0e4}.tierlist-format-tab.is-active{background:linear-gradient(135deg,#a855f7,#8e48d1);color:#fff;box-shadow:0 2px 8px #a855f74d}.tierlist-format-tab__hint{display:block;font-size:9px;font-weight:400;opacity:.8;margin-top:1px;letter-spacing:.3px}.tierlist-active-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:8px 0;background:transparent;border:none;border-top:1px solid rgba(255,255,255,.06);border-radius:0;align-items:center;transition:border-color .22s cubic-bezier(.4,0,.2,1)}.tierlist-active-chips--bottom{border-color:#ff41412e;box-shadow:inset 0 1px #ffffff14,0 4px 12px #00000040}.tierlist-active-chips__label{display:inline-flex;align-items:center;gap:5px;font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#a1a1aa;font-weight:700;padding-right:8px;border-right:1px solid rgba(255,255,255,.06)}.tierlist-active-chips__label svg{color:#fca5a5}.tierlist-active-chips__list{display:contents}.tierlist-active-chip{display:inline-flex;align-items:center;gap:5px;height:28px;box-sizing:border-box;padding:0 5px 0 11px;background:#ff414124;border:1px solid rgba(255,65,65,.32);border-radius:999px;font-size:11px;color:#fee2e2;font-weight:600;transition:all .16s cubic-bezier(.4,0,.2,1)}.tierlist-active-chip:hover{background:#ff414133;border-color:#ff414180}.tierlist-active-chip__x{display:inline-flex;width:16px;height:16px;border-radius:50%;background:#ffffff1f;align-items:center;justify-content:center;color:#fff;font-size:11px;line-height:1;cursor:pointer;border:0;padding:0;transition:background .16s}.tierlist-active-chip__x:hover{background:#dc2626}.tierlist-active-chips__clear-all{display:inline-flex;align-items:center;gap:5px;background:#dc26262e;border:1px solid rgba(220,38,38,.45);color:#fee2e2;font-size:10px;font-weight:700;padding:5px 11px;border-radius:7px;cursor:pointer;margin-left:auto;text-transform:uppercase;letter-spacing:.5px;transition:all .16s cubic-bezier(.4,0,.2,1)}.tierlist-active-chips__clear-all:hover{background:#dc262652;border-color:#dc2626a6;color:#fff;box-shadow:0 2px 8px #dc26264d}.tierlist-active-chips__clear-all svg{flex-shrink:0}.tierlist-tier-jumps{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap;align-items:center;position:relative}.tierlist-tier-jumps__label{font-size:10px;color:#ffffffb8;text-transform:uppercase;letter-spacing:.6px;font-weight:700;margin-right:4px}.tierlist-tier-jump{--tj-color:#888;background:color-mix(in srgb,var(--tj-color) 8%,transparent);border:1px solid color-mix(in srgb,var(--tj-color) 30%,transparent);color:var(--tj-color);min-width:40px;height:34px;border-radius:8px;font-size:15px;font-weight:800;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;gap:4px}.tierlist-tier-jump:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--tj-color) 16%,transparent);border-color:color-mix(in srgb,var(--tj-color) 45%,transparent);box-shadow:0 2px 10px color-mix(in srgb,var(--tj-color) 20%,transparent)}.tierlist-tier-jump:active{transform:scale(.96)}.tierlist-tier-jump:focus-visible{outline:2px solid var(--tj-color);outline-offset:2px}.tierlist-tier-jump[data-jump=s]{--tj-color:#fbbf24}.tierlist-tier-jump[data-jump=a]{--tj-color:#4ade80}.tierlist-tier-jump[data-jump=b]{--tj-color:#93c5fd}.tierlist-tier-jump[data-jump=c]{--tj-color:#c4b5fd}.tierlist-tier-jump[data-jump=d]{--tj-color:#fca5a5}.tierlist-tier-jump--active{background:color-mix(in srgb,var(--tj-color) 18%,transparent);border-color:color-mix(in srgb,var(--tj-color) 50%,transparent);box-shadow:0 0 10px color-mix(in srgb,var(--tj-color) 15%,transparent),inset 0 1px color-mix(in srgb,var(--tj-color) 12%,transparent)}.tierlist-tier-jump__count{font-size:11px;font-weight:600;opacity:.7}.tierlist-tier-jump{position:relative;overflow:visible}.tierlist-tier-jump__delta{position:absolute;top:-8px;right:-10px;min-width:22px;height:18px;padding:0 5px;border-radius:9px;font-size:10px;font-weight:800;font-variant-numeric:tabular-nums;line-height:18px;text-align:center;pointer-events:none;opacity:0;transform:translateY(4px) scale(.85);transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);z-index:2;box-shadow:0 2px 6px #00000059}.tierlist-tier-jump__delta.is-pos{background:#22c55ef2;color:#042f17;box-shadow:0 2px 6px #22c55e73}.tierlist-tier-jump__delta.is-neg{background:#f87171f2;color:#2c0808;box-shadow:0 2px 6px #f8717173}.tierlist-tier-jump__delta.is-shown{opacity:1;transform:translateY(0) scale(1)}.tierlist-tier-jump__delta.is-fade{opacity:0;transform:translateY(-3px) scale(.85)}@media(prefers-reduced-motion:reduce){.tierlist-tier-jump__delta{transition:opacity .1s linear}}.tierlist-tier-jump--gear{margin-right:4px;opacity:1;color:#ffffffb8;transition:color .15s ease,background .15s ease;border-color:#ffffff1f;min-width:32px}.tierlist-tier-jump--gear:hover{color:#fff;background:#ffffff14}.tierlist-tier-jump--gear svg{display:block}.tierlist-filter-extended{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 12px;padding:10px 12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;align-items:center}.tierlist-range-group{display:flex;align-items:center;gap:8px;font-size:11px;color:#a0a0a8;flex-shrink:0}.tierlist-range-group input[type=range]{width:90px;accent-color:#f59e0b}.tierlist-range-group span{color:#fff;font-variant-numeric:tabular-nums;min-width:28px}.tierlist-filter-extended .tierlist-filter-group{display:flex;align-items:center;gap:6px;flex-shrink:0}.tierlist-filter-extended .tierlist-filter-label{font-size:10px;text-transform:uppercase;color:#666670;letter-spacing:.5px;font-weight:600}.tierlist-filter-extended .tierlist-filter-select{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#e0e0e4;padding:4px 8px;border-radius:8px;font-size:11px;cursor:pointer;min-width:80px}.tierlist-filter-extended__label{font-size:10px;color:#666670;text-transform:uppercase;letter-spacing:.6px;font-weight:600}@media(max-width:768px){.tierlist-filter-extended{flex-direction:column;align-items:stretch}.tierlist-filter-extended>*{width:100%}.tierlist-range-group input[type=range]{flex:1;width:auto}}.tierlist-matchup-toggle.is-active{background:#a855f7!important;border-color:#a855f7!important;color:#fff!important;box-shadow:inset 0 1px 4px #0000004d,0 0 14px #a855f759}.tierlist-matchup-toggle.is-active:hover{background:#8e48d1!important;border-color:#8e48d1!important}.tierlist-counter-meta-toggle.is-active{background:#22c55e2e!important;border-color:#22c55e!important;color:#fff!important;box-shadow:inset 0 1px 4px #0000004d,0 0 12px #22c55e4d}.tierlist-counter-meta-panel{margin:0 0 12px;padding:12px 14px;background:linear-gradient(180deg,#22c55e14,#22c55e05);border:1px solid rgba(34,197,94,.35);border-radius:12px;animation:tierlist-counter-meta-in .2s cubic-bezier(.16,1,.3,1)}@keyframes tierlist-counter-meta-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tierlist-counter-meta-panel[hidden]{display:none!important}.tierlist-counter-meta-panel__head{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.tierlist-counter-meta-panel__title-wrap{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.tierlist-counter-meta-panel__title{font-size:13px;font-weight:700;color:#fff}.tierlist-counter-meta-panel__tier{padding:4px 24px 4px 10px;font-size:12px;font-weight:600;color:#fff;background:#22c55e26;border:1px solid #22c55e;border-radius:8px;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='%2322c55e' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:12px;cursor:pointer;font-family:inherit}.tierlist-counter-meta-panel__hint{flex:1 1 auto;font-size:11px;color:#a0a0a8;min-width:0}.tierlist-counter-meta-panel__close{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#a0a0a8;cursor:pointer;transition:all .12s;flex-shrink:0;padding:0}.tierlist-counter-meta-panel__close:hover{background:#ef444426;border-color:#ef4444;color:#fff}.tierlist-counter-meta-panel__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:6px}.tierlist-counter-meta-panel__empty{padding:16px;font-size:12px;color:#a0a0a8;text-align:center;background:#ffffff08;border-radius:8px}.tierlist-counter-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:background .12s,border-color .12s;text-align:left;font-family:inherit;color:inherit;width:100%}.tierlist-counter-row:hover{background:#22c55e1f;border-color:#22c55e66}.tierlist-counter-row__rank{font-size:10px;font-weight:800;color:#22c55e;min-width:20px;font-variant-numeric:tabular-nums;flex-shrink:0}.tierlist-counter-row__sprite{width:36px;height:36px;border-radius:50%;background:#ffffff0a;object-fit:cover;flex-shrink:0}.tierlist-counter-row__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.tierlist-counter-row__name{font-size:13px;font-weight:700;color:#fff;text-transform:capitalize;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tierlist-counter-row__types{display:flex;gap:3px}.tierlist-counter-row__types .td-badge{font-size:9px;min-height:18px;padding:1px 6px 1px 4px;gap:4px}.tierlist-counter-row__count{display:flex;flex-direction:column;align-items:center;gap:0;padding:3px 8px;background:#22c55e26;border:1px solid rgba(34,197,94,.4);border-radius:8px;flex-shrink:0;min-width:54px}.tierlist-counter-row__count .num{font-size:14px;font-weight:800;color:#22c55e;font-variant-numeric:tabular-nums;line-height:1.1}.tierlist-counter-row__count .label{font-size:9px;font-weight:600;color:#a0a0a8;text-transform:uppercase;letter-spacing:.04em;line-height:1.1}.tierlist-counter-row__pick{padding:5px 10px;background:#22c55e;color:#0b0b0e;border:0;border-radius:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;flex-shrink:0;font-family:inherit;transition:background .12s;pointer-events:none}.tierlist-counter-row:hover .tierlist-counter-row__pick{background:#16a34a}@media(max-width:640px){.tierlist-counter-meta-panel__list{grid-template-columns:1fr}.tierlist-counter-meta-panel__hint{flex-basis:100%;order:3}}.tierlist-matchup-banner{display:none}.pokemon-tierlist-grid-inner.tierlist-matchup-mode .tierlist-matchup-banner,.tierlist-matchup-mode .tierlist-matchup-banner{display:flex;align-items:center;gap:10px;margin:8px 0 12px;padding:10px 14px;background:linear-gradient(135deg,#a855f724,#a855f70f);border:1px solid rgba(168,85,247,.35);border-radius:12px;color:#e0e0e4;font-size:12px;line-height:1.4}.tierlist-matchup-banner svg{flex-shrink:0;color:#a855f7}.tierlist-matchup-banner__text{flex:1 1 auto}.tierlist-matchup-banner__text strong{color:#fff;font-weight:700;margin-right:2px}.tierlist-matchup-banner__hint{flex-shrink:0;font-size:11px;color:#a0a0a8}.tierlist-matchup-banner__hint kbd{display:inline-block;padding:1px 6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:4px;font-family:ui-monospace,monospace;font-size:10px;font-weight:700;color:#fff;min-width:14px;text-align:center}@media(max-width:640px){.tierlist-matchup-banner__hint{display:none}}.tierlist-matchup-mode .rb-tier-card{transition:opacity .2s,box-shadow .2s}.tierlist-matchup-mode .rb-tier-card.matchup-dim{opacity:.25}.tierlist-matchup-mode .rb-tier-card.matchup-super{box-shadow:0 0 0 2px #22c55e,0 0 16px #22c55e66;z-index:2;opacity:1}.tierlist-matchup-mode .rb-tier-card.matchup-resist{box-shadow:0 0 0 2px #60a5fa;opacity:1}.tierlist-matchup-mode .rb-tier-card.is-matchup-source{box-shadow:0 0 0 3px #a855f7,0 0 24px #a855f773;opacity:1!important;z-index:3}.tierlist-matchup-mode .rb-tier-card.is-matchup-source:after{content:"LOCKED";position:absolute;top:-8px;right:10px;padding:2px 8px;background:#a855f7;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;border-radius:999px;z-index:4}.tierlist-matchup-mode .rb-tier-card.is-matchup-secondary{box-shadow:0 0 0 3px #f59e0b,0 0 24px #f59e0b73;opacity:1!important;z-index:3}.tierlist-matchup-mode .rb-tier-card.is-matchup-secondary:after{content:"VS";position:absolute;top:-8px;right:10px;padding:2px 10px;background:#f59e0b;color:#0b0b0e;font-size:9px;font-weight:800;letter-spacing:.08em;border-radius:999px;z-index:4}.tierlist-matchup-mode.tierlist-matchup-locked .tierlist-matchup-banner{display:none!important}.tierlist-matchup-only-threats .rb-tier-card:not(.matchup-super):not(.is-matchup-source){display:none!important}.tierlist-matchup-strip{display:flex;align-items:center;gap:16px;margin:8px 0 12px;padding:10px 14px;background:linear-gradient(135deg,#a855f729,#a855f70f);border:1px solid rgba(168,85,247,.4);border-radius:12px;position:sticky;top:8px;z-index:30;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 20px #0000004d;animation:tierlist-matchup-strip-in .18s cubic-bezier(.16,1,.3,1)}@keyframes tierlist-matchup-strip-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.tierlist-matchup-strip[hidden]{display:none!important}.tierlist-matchup-strip__source{display:flex;align-items:center;gap:10px;flex-shrink:0}.tierlist-matchup-strip__sprite{width:40px;height:40px;border-radius:50%;background:#a855f726;border:2px solid rgba(168,85,247,.5);object-fit:cover;flex-shrink:0}.tierlist-matchup-strip__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.tierlist-matchup-strip__name{font-size:14px;font-weight:700;color:#fff;text-transform:capitalize;line-height:1.1}.tierlist-matchup-strip__types{display:flex;gap:4px;flex-wrap:wrap}.tierlist-matchup-strip__types .td-badge{min-height:20px;padding:2px 7px 2px 5px}.tierlist-matchup-strip__stats{display:flex;gap:8px;flex:1 1 auto;justify-content:center;min-width:0}.tierlist-matchup-stat{display:inline-flex;align-items:baseline;gap:4px;padding:4px 10px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);white-space:nowrap}.tierlist-matchup-stat__num{font-size:15px;font-weight:800;font-variant-numeric:tabular-nums;color:#fff}.tierlist-matchup-stat__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#a0a0a8}.tierlist-matchup-stat__pct{font-size:10px;color:#666670;font-variant-numeric:tabular-nums}.tierlist-matchup-stat--beats .tierlist-matchup-stat__num{color:#22c55e}.tierlist-matchup-stat--beats{border-color:#22c55e4d}.tierlist-matchup-stat--resist .tierlist-matchup-stat__num{color:#60a5fa}.tierlist-matchup-stat--resist{border-color:#60a5fa4d}.tierlist-matchup-strip__actions{display:flex;gap:6px;flex-shrink:0;align-items:center}.tierlist-matchup-filter-btn,.tierlist-matchup-jump-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#e0e0e4;font-size:11px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap;font-family:inherit}.tierlist-matchup-filter-btn:hover,.tierlist-matchup-jump-btn:hover{background:#ffffff1a;border-color:#ffffff38;color:#fff}.tierlist-matchup-filter-btn[aria-pressed=true]{background:#22c55e2e;border-color:#22c55e;color:#fff}.tierlist-matchup-jump-btn[data-jump=resist] svg{color:#60a5fa}.tierlist-matchup-jump-btn[data-jump=super] svg{color:#22c55e}.tierlist-matchup-strip__clear{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#a0a0a8;cursor:pointer;transition:background .12s,color .12s,border-color .12s;padding:0;flex-shrink:0}.tierlist-matchup-strip__clear:hover{background:#ef444426;border-color:#ef4444;color:#fff}.tierlist-matchup-strip__mutual{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0;justify-content:center}.tierlist-matchup-strip__mutual[hidden]{display:none!important}.tierlist-matchup-strip__vs-arrow{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;letter-spacing:.08em;color:#f59e0b;flex-shrink:0}.tierlist-matchup-strip__secondary{display:flex;align-items:center;gap:8px;flex-shrink:0;padding:4px 10px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);border-radius:999px}.tierlist-matchup-strip__secondary img{width:32px;height:32px;border-radius:50%;background:#f59e0b2e;object-fit:cover;flex-shrink:0}.tierlist-matchup-strip__secondary-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.tierlist-matchup-strip__secondary-name{font-size:12px;font-weight:700;color:#fff;text-transform:capitalize;line-height:1.1;white-space:nowrap}.tierlist-matchup-strip__secondary-types{display:flex;gap:3px}.tierlist-matchup-strip__secondary-types .td-badge{font-size:9px;min-height:18px;padding:1px 6px 1px 4px;gap:4px}.tierlist-matchup-strip__verdict{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.3;flex-shrink:1;min-width:0}.tierlist-matchup-strip__verdict.verdict-a{background:#a855f72e;border:1px solid rgba(168,85,247,.5);color:#fff}.tierlist-matchup-strip__verdict.verdict-a:before{content:"✓";color:#a855f7;font-weight:800;margin-right:2px}.tierlist-matchup-strip__verdict.verdict-b{background:#f59e0b2e;border:1px solid rgba(245,158,11,.5);color:#fff}.tierlist-matchup-strip__verdict.verdict-b:before{content:"✓";color:#f59e0b;font-weight:800;margin-right:2px}.tierlist-matchup-strip__verdict.verdict-tie{background:#ffffff0a;border:1px solid rgba(255,255,255,.15);color:#a0a0a8}.tierlist-matchup-strip__verdict.verdict-tie:before{content:"≈";color:#60a5fa;font-weight:800;margin-right:2px}.tierlist-matchup-strip__unpin-secondary{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(245,158,11,.4);border-radius:50%;color:#f59e0b;cursor:pointer;transition:background .12s,color .12s,border-color .12s;padding:0;flex-shrink:0}.tierlist-matchup-strip__unpin-secondary:hover{background:#f59e0b33;color:#fff}.tierlist-matchup-mode.tierlist-matchup-dual .tierlist-matchup-strip__stats,.tierlist-matchup-mode.tierlist-matchup-dual .tierlist-matchup-jump-btn,.tierlist-matchup-mode.tierlist-matchup-dual .tierlist-matchup-filter-btn{display:none!important}@media(max-width:768px){.tierlist-matchup-strip{flex-wrap:wrap;gap:10px;padding:8px 10px;top:4px}.tierlist-matchup-strip__stats{order:3;flex-basis:100%;justify-content:flex-start}.tierlist-matchup-strip__actions{margin-left:auto}.tierlist-matchup-jump-btn span{display:none}}@media(max-width:768px){.tierlist-team-status{flex-direction:column;align-items:stretch}.tierlist-team-status__actions{margin-left:0;width:100%;justify-content:space-between}.rb-compare-tray{inset:auto 0 0;border-radius:12px 12px 0 0;max-width:none}.tierlist-format-tabs{font-size:11px}.tierlist-format-tab{padding:6px 10px}.tierlist-tier-jumps__label{width:100%}.tierlist-team-score__crit{max-width:100px}.tierlist-quick-optimize{bottom:12px;width:calc(100vw - 16px);padding:12px}.tierlist-quick-optimize__pokemon img{width:40px;height:40px}}.pokemon-tierlist-grid .tierlist-filter-group--legacy-sort{display:none!important}.pokemon-tierlist-grid .tierlist-defense-row{padding:10px 12px;margin:0 0 12px;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:12px}.pokemon-tierlist-grid .tierlist-defense-row__head{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.pokemon-tierlist-grid .tierlist-defense-row__label{font-size:10px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.7px}.pokemon-tierlist-grid .tierlist-defense-row__hint{font-size:11px;color:#71717a;font-style:italic}.pokemon-tierlist-grid .tierlist-defense-row__legend{display:inline-flex;align-items:center;gap:8px;margin-left:auto;font-size:10px;color:#71717a}.pokemon-tierlist-grid .tierlist-defense-row__legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;vertical-align:-1px}.pokemon-tierlist-grid .tierlist-defense-row__legend-dot.is-resist{background:#22c55e}.pokemon-tierlist-grid .tierlist-defense-row__legend-dot.is-weak{background:#f59e0b}.pokemon-tierlist-grid .tierlist-defense-row__legend-dot.is-excl{background:#f87171}.pokemon-tierlist-grid .tierlist-defense-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:5px}.pokemon-tierlist-grid .tierlist-defense-chip{position:relative;display:flex;align-items:center;justify-content:center;height:30px;padding:0 8px;border-radius:7px;border:2px solid transparent;background:#ffffff0a;color:#e4e4e7;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;transition:all .16s cubic-bezier(.4,0,.2,1);text-shadow:0 1px 2px rgba(0,0,0,.4);overflow:hidden}.pokemon-tierlist-grid .tierlist-defense-chip:before{content:"";position:absolute;inset:0;background:var(--type-hue,rgba(255,255,255,.08));opacity:.6;z-index:0;pointer-events:none;transition:opacity .16s}.pokemon-tierlist-grid .tierlist-defense-chip>*{position:relative;z-index:1}.pokemon-tierlist-grid .tierlist-defense-chip:hover{transform:translateY(-1px)}.pokemon-tierlist-grid .tierlist-defense-chip:hover:before{opacity:.8}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-resist{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e2e,0 4px 10px #22c55e2e}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-weak{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b2e,0 4px 10px #f59e0b2e}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-excluded{border-color:#f87171;box-shadow:0 0 0 2px #f871712e,0 4px 10px #f871712e}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-excluded:before{opacity:.25}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-excluded{text-decoration:line-through;opacity:.7}.pokemon-tierlist-grid .tierlist-defense-chip__indicator{position:absolute;top:2px;right:3px;width:12px;height:12px;border-radius:50%;background:#0009;color:#fff;font-size:9px;font-weight:900;line-height:12px;text-align:center;text-shadow:none;z-index:2;opacity:0;transform:scale(.6);transition:all .16s cubic-bezier(.4,0,.2,1)}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-resist .tierlist-defense-chip__indicator{opacity:1;transform:scale(1);background:#22c55e;color:#052e1a}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-weak .tierlist-defense-chip__indicator{opacity:1;transform:scale(1);background:#f59e0b;color:#2a1500}.pokemon-tierlist-grid .tierlist-defense-chip.is-state-excluded .tierlist-defense-chip__indicator{opacity:1;transform:scale(1);background:#f87171;color:#2a0606}@media(max-width:480px){.pokemon-tierlist-grid .tierlist-defense-chips{grid-template-columns:repeat(auto-fit,minmax(58px,1fr))}.pokemon-tierlist-grid .tierlist-defense-chip{height:26px;font-size:10px;padding:0 5px}}.pokemon-tierlist-grid .tierlist-filter-extended .tierlist-filter-group:has(#tierlist-weak-filter),.pokemon-tierlist-grid .tierlist-filter-extended .tierlist-filter-group:has(#tierlist-resist-filter),.pokemon-tierlist-grid .tierlist-filter-extended .tierlist-filter-group:has(#tierlist-exclude-type){display:none!important}.pokemon-tierlist-grid .tierlist-bst-histogram-wrap{position:relative;flex:1;min-width:140px;height:28px;display:flex;align-items:center}.pokemon-tierlist-grid .tierlist-bst-histogram{position:absolute;inset:0;display:flex;align-items:flex-end;gap:1px;padding:0 2px;pointer-events:none;opacity:.55}.pokemon-tierlist-grid .tierlist-bst-histogram__bar{flex:1;min-height:2px;background:linear-gradient(180deg,#ff41418c,#ff41412e);border-radius:2px 2px 0 0;transition:opacity .2s}.pokemon-tierlist-grid .tierlist-bst-histogram__bar.is-below{background:linear-gradient(180deg,#78788066,#7878801f)}.pokemon-tierlist-grid .tierlist-bst-histogram-wrap input[type=range]{position:relative;z-index:2;background:transparent!important}.pokemon-tierlist-grid .tierlist-cmd-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#d4d4d8;height:32px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .16s cubic-bezier(.4,0,.2,1)}.pokemon-tierlist-grid .tierlist-cmd-btn:hover{background:#ffffff14;border-color:#ff41414d;color:#fff}.pokemon-tierlist-grid .tierlist-cmd-btn[aria-expanded=true]{background:#ff41412e;border-color:#ff414180;color:#fff}.pokemon-tierlist-grid .tierlist-cmd-btn svg{width:13px;height:13px}.pokemon-tierlist-grid .tierlist-cmd-btn--icon-only{width:32px;padding:0;justify-content:center}.pokemon-tierlist-grid .tierlist-presets-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:280px;max-width:360px;z-index:30;background:#0e0e11f5;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 18px 48px #0000008c;padding:12px;display:none}.pokemon-tierlist-grid .tierlist-presets-popover.is-open{display:block}.pokemon-tierlist-grid .tierlist-presets-popover__title{font-size:11px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.7px;margin-bottom:8px}.pokemon-tierlist-grid .tierlist-presets-popover__list{display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto;margin-bottom:10px}.pokemon-tierlist-grid .tierlist-presets-popover__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);font-size:12px;color:#e4e4e7}.pokemon-tierlist-grid .tierlist-presets-popover__item:hover{background:#ffffff0f;border-color:#ff414140}.pokemon-tierlist-grid .tierlist-presets-popover__item-name{flex:1;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pokemon-tierlist-grid .tierlist-presets-popover__item-del{background:transparent;border:0;color:#71717a;cursor:pointer;padding:2px 4px;font-size:14px;line-height:1}.pokemon-tierlist-grid .tierlist-presets-popover__item-del:hover{color:#f87171}.pokemon-tierlist-grid .tierlist-presets-popover__item.is-active{border-color:#ff41414d;background:#ff41410f}.pokemon-tierlist-grid .tierlist-presets-popover__item.is-active .tierlist-presets-popover__item-name:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff4141;margin-right:6px;flex-shrink:0}.pokemon-tierlist-grid .tierlist-presets-popover__item.is-modified{border-color:#fbbf244d;background:#fbbf240a}.pokemon-tierlist-grid .tierlist-presets-popover__item.is-modified .tierlist-presets-popover__item-name:before{background:#fbbf24}.pokemon-tierlist-grid .tierlist-presets-popover__item-update{background:transparent;border:1px solid rgba(255,255,255,.08);color:#71717a;cursor:pointer;padding:2px 8px;font-size:10px;font-weight:600;line-height:1.4;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;transition:color .14s ease,background .14s ease,border-color .14s ease}.pokemon-tierlist-grid .tierlist-presets-popover__item-update:hover{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}@keyframes rb-preset-update-flash{0%{background:#fbbf2433;border-color:#fbbf2466}to{background:#ffffff08;border-color:#ffffff0d}}.pokemon-tierlist-grid .tierlist-presets-popover__item.is-just-updated{animation:rb-preset-update-flash .6s ease-out}.pokemon-tierlist-grid .tierlist-presets-popover__empty{font-size:11px;color:#71717a;font-style:italic;padding:8px 4px;text-align:center}.pokemon-tierlist-grid .tierlist-presets-popover__save{display:flex;gap:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.pokemon-tierlist-grid .tierlist-presets-popover__save input[type=text]{flex:1;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.1);color:#fff!important;padding:0 10px;height:32px;border-radius:6px;font:400 13px/1 system-ui,-apple-system,sans-serif}.pokemon-tierlist-grid .tierlist-presets-popover__save input:focus{outline:none;border-color:#ff414180}.pokemon-tierlist-grid .tierlist-presets-popover__save button{background:#ff414133;border:1px solid rgba(255,65,65,.4);color:#fff;padding:0 10px;height:28px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer}.pokemon-tierlist-grid .tierlist-presets-popover__save button:hover{background:#ff41414d}.pokemon-tierlist-grid .tierlist-presets-popover__handle,.pokemon-tierlist-grid .tierlist-presets-popover__done{display:none}.pokemon-tierlist-grid .tierlist-presets-popover__header{margin-bottom:8px}.pokemon-tierlist-grid .tierlist-presets-popover__header .tierlist-presets-popover__title{margin-bottom:0}.tierlist-presets-backdrop{display:none;position:fixed;inset:0;background:#080b10d1;z-index:99998;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.tierlist-presets-backdrop.is-visible{opacity:1;pointer-events:auto}@media(max-width:768px){.tierlist-presets-backdrop{display:block}#tierlist-presets-popover{position:fixed;inset:auto 12px 250px;min-width:unset;max-width:unset;z-index:99999;border-radius:16px;padding:0 16px 16px;transform:translateY(calc(100% + 262px));background:#16191d;border:1px solid rgba(136,153,183,.12);box-shadow:0 -8px 48px #0009,0 0 0 1px #8899b70f}#tierlist-presets-popover.is-open{display:flex;flex-direction:column;animation:presets-sheet-enter .3s cubic-bezier(.32,.72,0,1) forwards}#tierlist-presets-popover.is-closing{display:flex;flex-direction:column;animation:presets-sheet-exit .2s ease-in forwards}@keyframes presets-sheet-enter{0%{transform:translateY(calc(100% + 262px));opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes presets-sheet-exit{0%{transform:translateY(0);opacity:1}to{transform:translateY(calc(100% + 262px));opacity:0}}#tierlist-presets-popover .tierlist-presets-popover__handle{display:flex;justify-content:center;padding:10px 0 4px;flex-shrink:0}#tierlist-presets-popover .tierlist-presets-popover__handle-bar{width:36px;height:4px;background:#8899b740;border-radius:2px}#tierlist-presets-popover .tierlist-presets-popover__header{display:flex;align-items:center;justify-content:space-between;padding:4px 0 12px;margin-bottom:0;flex-shrink:0}#tierlist-presets-popover .tierlist-presets-popover__title{font-size:12px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.7px;margin-bottom:0}#tierlist-presets-popover .tierlist-presets-popover__done{display:inline-flex;align-items:center;padding:6px 14px;background:#ff414126;border:1px solid rgba(255,65,65,.3);border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}#tierlist-presets-popover .tierlist-presets-popover__done:active{background:#ff414140}#tierlist-presets-popover .tierlist-presets-popover__list{display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto;margin-bottom:10px}#tierlist-presets-popover .tierlist-presets-popover__item{display:flex;align-items:center;gap:8px;padding:10px 12px;min-height:44px;border-radius:7px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);font-size:14px;color:#e4e4e7}#tierlist-presets-popover .tierlist-presets-popover__item-name{flex:1;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tierlist-presets-popover .tierlist-presets-popover__item-del{background:transparent;border:0;color:#71717a;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:18px;padding:0}#tierlist-presets-popover .tierlist-presets-popover__item-del:hover{color:#f87171}#tierlist-presets-popover .tierlist-presets-popover__item.is-active{border-color:#ff41414d;background:#ff41410f}#tierlist-presets-popover .tierlist-presets-popover__item.is-active .tierlist-presets-popover__item-name:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#ff4141;margin-right:6px;flex-shrink:0}#tierlist-presets-popover .tierlist-presets-popover__item.is-modified{border-color:#fbbf244d;background:#fbbf240a}#tierlist-presets-popover .tierlist-presets-popover__item.is-modified .tierlist-presets-popover__item-name:before{background:#fbbf24}#tierlist-presets-popover .tierlist-presets-popover__item-update{background:transparent;border:1px solid rgba(255,255,255,.08);color:#71717a;cursor:pointer;padding:6px 12px;font-size:11px;font-weight:600;line-height:1.4;border-radius:4px;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;min-height:32px;display:flex;align-items:center}#tierlist-presets-popover .tierlist-presets-popover__item-update:hover{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}#tierlist-presets-popover .tierlist-presets-popover__item.is-just-updated{animation:rb-preset-update-flash .6s ease-out}#tierlist-presets-popover .tierlist-presets-popover__empty{font-size:12px;color:#71717a;font-style:italic;padding:12px 4px;text-align:center}#tierlist-presets-popover .tierlist-presets-popover__save{display:flex;gap:6px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}#tierlist-presets-popover .tierlist-presets-popover__save input[type=text]{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;padding:0 10px;height:44px;border-radius:6px;font:400 15px/1 system-ui,-apple-system,sans-serif}#tierlist-presets-popover .tierlist-presets-popover__save input:focus{outline:none;border-color:#ff414180}#tierlist-presets-popover .tierlist-presets-popover__save button{background:#ff414133;border:1px solid rgba(255,65,65,.4);color:#fff;padding:0 16px;height:44px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer}#tierlist-presets-popover .tierlist-presets-popover__save button:hover{background:#ff41414d}}.pokemon-tierlist-grid .tierlist-search-hint{font-size:10px;color:#71717a;font-style:italic;margin-top:3px;padding-left:4px}.pokemon-tierlist-grid .tierlist-search-hint code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#fca5a5;background:#ff41411a;padding:1px 4px;border-radius:3px;font-style:normal;font-size:10px}.pokemon-tierlist-grid .tierlist-cmd-bar{position:relative}.pokemon-tierlist-grid .tierlist-facet-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:10px;margin:0 0 12px;align-items:start}@media(max-width:860px){.pokemon-tierlist-grid .tierlist-facet-strip{grid-template-columns:minmax(0,1fr)}}.pokemon-tierlist-grid .tierlist-facet-col{background:#ffffff09;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:0;display:flex;flex-direction:column;min-width:0;overflow:hidden;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:inset 0 1px #ffffff0f,0 1px 2px #0003;transition:border-color .22s cubic-bezier(.4,0,.2,1)}.pokemon-tierlist-grid .tierlist-facet-col:hover{border-color:#ff41412e}.pokemon-tierlist-grid .tierlist-facet-col__head{padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff05}.pokemon-tierlist-grid .tierlist-facet-col__label{font-size:10px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.7px}.pokemon-tierlist-grid .tierlist-facet-col__body{padding:10px 12px;display:flex;flex-direction:column;gap:8px;flex:1}.pokemon-tierlist-grid .tierlist-facet-col--identity .tierlist-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0}.pokemon-tierlist-grid .tierlist-facet-col--identity .tierlist-filter-label{min-width:36px;font-size:10px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.7px}.pokemon-tierlist-grid .tierlist-facet-col--identity .tierlist-filter-select{flex:1;min-width:0}.pokemon-tierlist-grid .tierlist-facet-col--identity .tierlist-filter-group--type .tierlist-type-mode-toggle{flex:0 0 auto;width:auto}.pokemon-tierlist-grid .tierlist-facet-col--identity .tierlist-filter-group--type .tierlist-type-mode-btn{flex:0 0 auto;padding:4px 8px;min-width:32px}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended{display:flex;flex-direction:column;gap:12px;background:transparent;border:0;border-radius:0;padding:0;margin:0}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended__label{display:none}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-filter-group{display:grid;grid-template-columns:88px 1fr;align-items:center;gap:8px;margin:0}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-filter-label{font-size:10px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.7px;text-align:left}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-range-group{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;grid-template-areas:"label value" "track track";column-gap:8px;row-gap:4px;margin:0;align-items:center}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-range-group label{grid-area:label;font-size:10px;font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.7px;text-align:left;min-width:0}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-range-group>span{grid-area:value;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700;color:#fff;text-align:right;min-width:28px}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-range-group input[type=range]{grid-area:track;width:100%;height:22px;flex:none}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-extended .tierlist-range-group--with-histogram .tierlist-bst-histogram-wrap{grid-area:track;width:100%;height:22px;overflow:hidden;border-radius:4px}.pokemon-tierlist-grid .tierlist-facet-col--combat .tierlist-filter-select{width:100%;min-width:0}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-row{background:transparent;border:0;border-radius:0;padding:0;margin:0}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-row__head{padding:0 0 6px;border:0;background:transparent}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-row__label{display:none}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-row__hint{flex:1}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-row__legend{flex-basis:100%;margin-left:0;padding-top:4px}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-chips{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:4px}.pokemon-tierlist-grid .tierlist-facet-col--defense .tierlist-defense-chip{height:28px;font-size:10px;padding:0 4px;letter-spacing:.2px}.pokemon-tierlist-grid .tierlist-facet-strip .tierlist-matchup-banner,.pokemon-tierlist-grid .tierlist-facet-strip .tierlist-matchup-strip,.pokemon-tierlist-grid .tierlist-facet-strip .tierlist-counter-meta-panel{grid-column:1 / -1;order:100}.pokemon-tierlist-grid{--rb-tl-sticky-top:calc(var(--rb-topnav-height,0px) + var(--rb-admin-bar-height,0px) + var(--rb-scroll-nav-h,64px));--rb-tl-cmd-h:110px}.pokemon-tierlist-grid .tierlist-filter-bar{position:relative;z-index:1;background:#08090da6;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:8px 12px;margin:0 0 10px}.pokemon-tierlist-grid .tierlist-tier-jumps{position:sticky;top:var(--rb-tl-sticky-top);z-index:11;background:#ffffff0d;border:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 4px 24px #00000073;padding:8px 14px}@media(max-width:768px){.pokemon-tierlist-grid{--rb-tl-cmd-h:80px}.pokemon-tierlist-grid .tierlist-filter-bar{padding:6px 8px;position:static}.pokemon-tierlist-grid .tierlist-tier-jumps{position:sticky;top:var(--rb-tl-sticky-top);z-index:11;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px 10px}.pokemon-tierlist-grid .tierlist-tier-jumps::-webkit-scrollbar{display:none}.pokemon-tierlist-grid .tierlist-tier-jumps .tierlist-tier-jump,.pokemon-tierlist-grid .tierlist-tier-jumps .tierlist-tier-jump--gear,.pokemon-tierlist-grid .tierlist-tier-jumps .tierlist-compare-strip{flex:0 0 auto}.pokemon-tierlist-grid .tierlist-tier-jumps .tierlist-tier-jumps__label{display:none}.pokemon-tierlist-grid .tierlist-facet-strip{display:flex;flex-direction:column;gap:8px}.pokemon-tierlist-grid .tierlist-facet-col{display:none}.pokemon-tierlist-grid .tierlist-facet-strip .tierlist-active-chips:not([hidden]){grid-column:auto;order:0;margin:0}}@media(prefers-reduced-motion:reduce){.pokemon-tierlist-grid .tierlist-filter-bar,.pokemon-tierlist-grid .tierlist-tier-jumps{backdrop-filter:none;-webkit-backdrop-filter:none;background:#08090dfa}}.pokemon-tierlist-grid{--wb-bg:#0a0b0f;--wb-panel:rgba(8,9,13,.65);--wb-panel-solid:#121215;--wb-border:rgba(255,255,255,.08);--wb-border-strong:rgba(255,255,255,.18);--wb-text:#e0e0e4;--wb-text-dim:#a0a0a8;--wb-text-mute:#6c6c75;--wb-accent:#ff4141;--wb-accent-soft:rgba(255,65,65,.2);--wb-accent-bg:rgba(255,65,65,.1);--wb-accent-border:rgba(255,65,65,.28);--wb-pill-bg:#1a1a1e;--wb-pill-bg-hover:#222228;--wb-pill-bg-active:#2d2d35;--wb-weak:#c0392b;--wb-weak-bg:#3d1a1a;--wb-resist:#27ae60;--wb-resist-bg:#1a3d1f;--wb-ease:cubic-bezier(.4,0,.2,1)}.workbench-toolbar:has(.tierlist-presets-popover.is-open){z-index:15}.workbench-toolbar{position:relative;z-index:1;display:flex;align-items:center;gap:8px;row-gap:10px;min-height:56px;padding:10px 14px;background:var(--wb-panel);backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border:1px solid var(--wb-border);border-radius:12px;box-shadow:0 1px 2px #0003,inset 0 1px #ffffff08;margin-bottom:8px;flex-wrap:wrap}.workbench-toolbar--3row{flex-direction:column;align-items:stretch;gap:0;padding:0;min-height:0}.workbench-toolbar__row{display:flex;align-items:center;gap:8px;padding:10px 16px}.workbench-toolbar__row--outcome{border-bottom:1px solid var(--wb-border);background:#ffffff04;min-height:56px;border-radius:12px 12px 0 0}.workbench-toolbar__row--chips{background:#ff41410a;flex-wrap:wrap;min-height:54px;padding:8px 16px;border-radius:0 0 12px 12px}.workbench-toolbar__row--chips.is-empty{background:#ffffff04}.workbench-toolbar__row--chips.is-empty .tierlist-active-chips__clear-all,.workbench-toolbar__row--chips:not(.is-empty) .tierlist-active-chips__placeholder{display:none}.tierlist-active-chips__placeholder{font-size:12px;font-weight:500;color:var(--wb-text-mute);font-style:italic;flex:1 1 auto}.workbench-toolbar__row--filters{flex-wrap:wrap;background:#ffffff06;border-bottom:1px solid var(--wb-border)}.workbench-toolbar--3row .workbench-toolbar__pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center;flex:1 1 auto;min-width:0}.workbench-toolbar--3row .workbench-toolbar__actions{margin-left:auto;display:flex;align-items:center;gap:6px;flex:0 0 auto}.workbench-toolbar--3row .workbench-counter{margin:0;flex:0 0 auto}.workbench-toolbar--3row .workbench-toolbar__search{flex:0 1 200px;min-width:160px}.workbench-toolbar--3row .workbench-counter{display:inline-flex;align-items:baseline;gap:6px}.workbench-toolbar--3row .workbench-counter__label{font-size:13px;color:var(--wb-text-dim);font-weight:500}.workbench-toolbar--3row .tierlist-count-num{transform-origin:left center}.workbench-toolbar--3row .toolbar-pill--sort{margin-left:14px}.workbench-toolbar--3row .tierlist-active-chips{background:transparent;border:0;box-shadow:none;margin:0;border-radius:0}.workbench-toolbar--3row .tierlist-active-chips__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--wb-text-mute);margin-right:4px}.workbench-toolbar--3row .tierlist-active-chips__list{display:flex;flex-wrap:wrap;gap:5px;flex:1 1 auto;min-width:0}.pokemon-tierlist-grid .workbench-toolbar__search,.workbench-toolbar__search{flex:0 1 200px;min-width:160px;height:38px;padding:0 12px;background:var(--wb-pill-bg)!important;border:1px solid var(--wb-border-strong)!important;border-radius:8px;color:var(--wb-text,#e0e0e4)!important;caret-color:var(--wb-text,#e0e0e4);font-size:13px;font-weight:500;transition:border-color .16s var(--wb-ease),box-shadow .16s var(--wb-ease)}.pokemon-tierlist-grid .workbench-toolbar__search::placeholder,.workbench-toolbar__search::placeholder{color:var(--wb-text-mute,#6c6c75)!important}.workbench-toolbar__search:focus,.workbench-toolbar__search:focus-visible{outline:none;border-color:var(--wb-accent);box-shadow:0 0 0 3px var(--wb-accent-soft)}.workbench-toolbar__search-wrap{position:relative;display:inline-flex;flex:0 1 240px;min-width:200px;max-width:400px;align-items:center}.workbench-toolbar__search-wrap .workbench-toolbar__search{flex:1 1 auto;width:100%;padding-right:30px}.workbench-toolbar__search-kbd{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--wb-border-strong,rgba(255,255,255,.08));border:1px solid var(--wb-border-strong,rgba(255,255,255,.12));border-radius:4px;color:var(--wb-text-mute,rgba(255,255,255,.55));font:600 10px/1 ui-monospace,SF Mono,Menlo,Consolas,monospace;pointer-events:auto;cursor:help;transition:opacity .16s var(--wb-ease),color .16s var(--wb-ease)}.workbench-toolbar__search-wrap:focus-within .workbench-toolbar__search-kbd{opacity:0;pointer-events:none}.workbench-toolbar__search-kbd:hover{color:var(--wb-text,#fff)}@media(max-width:480px){.workbench-toolbar__search-kbd{display:none}.workbench-toolbar__search-wrap .workbench-toolbar__search{padding-right:12px}}.rb-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.workbench-toolbar__pills,.workbench-toolbar__actions{display:contents}.toolbar-pill{display:inline-flex;align-items:center;gap:8px;height:40px;min-width:64px;max-width:220px;flex:0 0 auto;padding:0 14px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:9999px;color:var(--wb-text);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),transform .15s var(--wb-ease),box-shadow .15s var(--wb-ease);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolbar-pill .pill-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-weight:600;letter-spacing:.1px}.toolbar-pill:not(.is-active):not([aria-expanded=true]) .pill-label{color:var(--wb-text)}.toolbar-pill:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;transform:translateY(-1px)}.toolbar-pill:active{transform:translateY(0) scale(.98)}.toolbar-pill[aria-expanded=true],.toolbar-pill.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:0 0 0 2px var(--wb-accent-soft)}.toolbar-pill[data-pill=more]{background:transparent;border-style:dashed;color:var(--wb-text-dim)}.toolbar-pill[data-pill=more]:hover{color:var(--wb-text);background:#ffffff0a}.toolbar-pill__chevron{width:11px;height:11px;opacity:.55;flex:0 0 auto;transition:transform .16s var(--wb-ease),opacity .16s var(--wb-ease)}.toolbar-pill:hover .toolbar-pill__chevron{opacity:.85}.toolbar-pill[aria-expanded=true] .toolbar-pill__chevron{transform:rotate(180deg);opacity:1}.toolbar-pill:focus-visible{outline:2px solid var(--wb-accent);outline-offset:2px}.toolbar-pill--sort{background:#ff41410f;border-color:#ff41412e;color:var(--wb-text);font-weight:600;font-variant-numeric:tabular-nums}.toolbar-pill--scope{background:transparent;border-color:var(--wb-border);color:var(--wb-text-dim);font-variant-numeric:tabular-nums}.toolbar-pill--sort:hover{background:#ff41411a;color:#fff}.toolbar-pill--scope:hover{color:var(--wb-text);background:#ffffff0a}.toolbar-pill--sort[aria-expanded=true],.toolbar-pill--sort.is-active{color:#fff;background:#ff41411f}.toolbar-pill--scope[aria-expanded=true],.toolbar-pill--scope.is-active{color:#fff}.wb-scope-drawer .wb-sort-key.is-active{border-left-color:#ffa826}.workbench-toolbar__group-divider{display:inline-block;width:1px;height:22px;margin:0 4px;background:#ffffff1a;align-self:center;flex:0 0 auto}.toolbar-pill--advanced-toggle{background:transparent;border-style:dashed;border-color:var(--wb-border,rgba(255,255,255,.12));color:var(--wb-text-dim,rgba(255,255,255,.65));position:relative}.toolbar-pill--advanced-toggle:hover{color:var(--wb-text,#fff);background:#ffffff0a;border-color:#ffffff4d}.toolbar-pill--advanced-toggle[aria-expanded=true]{border-style:solid}.toolbar-pill__advanced-dot{position:absolute;top:8px;right:24px;width:8px;height:8px;border-radius:50%;background:var(--wb-accent,#ff4141);box-shadow:0 0 0 2px var(--wb-pill-bg,#1a1a1f);opacity:0;transition:opacity .16s var(--wb-ease);pointer-events:none}.toolbar-pill--advanced-toggle[data-advanced-active-count]:not([data-advanced-active-count="0"]) .toolbar-pill__advanced-dot{opacity:1}.toolbar-pill--advanced-toggle[aria-expanded=true] .toolbar-pill__advanced-dot{opacity:0}.workbench-toolbar__advanced-pills{display:inline-flex;align-items:center;gap:inherit;max-width:0;opacity:0;overflow:hidden;transition:max-width .22s var(--wb-ease),opacity .16s var(--wb-ease);flex:0 0 auto}.workbench-toolbar__pills>.workbench-toolbar__advanced-pills{gap:8px}.workbench-toolbar__advanced-pills[data-advanced-expanded=true]{max-width:600px;opacity:1;overflow:visible}@media(prefers-reduced-motion:reduce){.workbench-toolbar__advanced-pills{transition:none}}@media(max-width:480px){.workbench-toolbar__advanced-pills{max-width:none;opacity:1}}.workbench-toolbar__reset{height:36px;padding:0 14px;background:transparent;border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text-dim);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;transition:color .16s var(--wb-ease),border-color .16s var(--wb-ease),background .16s var(--wb-ease)}.workbench-toolbar__reset:not(:disabled):hover{color:#fff;border-color:var(--wb-accent);background:var(--wb-accent-bg)}.workbench-toolbar__reset:disabled{opacity:.4;pointer-events:none}.pokemon-tierlist-grid .workbench-toolbar__presets,.workbench-toolbar .workbench-toolbar__presets{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text-dim);cursor:pointer;box-sizing:border-box;flex:0 0 auto;transition:color .16s var(--wb-ease),border-color .16s var(--wb-ease),background .16s var(--wb-ease)}.pokemon-tierlist-grid .workbench-toolbar__presets:hover,.pokemon-tierlist-grid .workbench-toolbar__presets[aria-expanded=true],.workbench-toolbar .workbench-toolbar__presets:hover,.workbench-toolbar .workbench-toolbar__presets[aria-expanded=true]{color:#fff;border-color:#ffffff4d;background:#ffffff0a}#tierlist-kbd-help-btn{width:auto;padding:0 12px;gap:6px;border-radius:9999px;height:36px;background:#6366f10f;border-color:#6366f12e;color:var(--wb-text)}#tierlist-kbd-help-btn:hover{background:#6366f11f;border-color:#6366f14d;color:#fff}.tierlist-help-label{font-size:12px;font-weight:600;letter-spacing:.02em}@media(max-width:480px){.tierlist-help-label{display:none}#tierlist-kbd-help-btn{width:36px;padding:0;border-radius:8px}}.workbench-toolbar__presets svg,.workbench-toolbar__reset svg,.toolbar-pill svg{width:14px;height:14px;flex:0 0 auto;display:inline-block}.toolbar-pill__chevron{width:11px!important;height:11px!important}.workbench-counter{display:flex;align-items:baseline;gap:8px;margin:0 0 12px 4px;font-size:13px;font-weight:500;color:#a0a0a8}.workbench-counter .tierlist-count-num{font-size:28px;font-weight:700;line-height:1;color:#ff4141;font-variant-numeric:tabular-nums;transition:transform .2s cubic-bezier(.2,.8,.2,1);transform-origin:left center}.workbench-counter .tierlist-count-num.is-pulsing{animation:tierlist-count-pulse .28s cubic-bezier(.2,.8,.2,1)}@keyframes tierlist-count-pulse{0%{transform:scale(1)}40%{transform:scale(1.12)}to{transform:scale(1)}}@media(max-width:768px){.workbench-counter .tierlist-count-num{font-size:24px}}@media(prefers-reduced-motion:reduce){.workbench-counter .tierlist-count-num,.workbench-counter .tierlist-count-num.is-pulsing{transition:none;animation:none}}.pokemon-tierlist-grid-inner{position:relative}.workbench-drawer{position:absolute;top:0;left:0;z-index:50;min-width:320px;max-width:720px;visibility:hidden;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .16s var(--wb-ease),transform .16s var(--wb-ease),visibility 0s linear .16s;background:#0e0f14f5;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid var(--wb-border-strong);border-radius:12px;box-shadow:0 12px 36px #00000080,0 2px 8px #0000004d,inset 0 1px #ffffff0a;margin:0}.workbench-drawer[data-open=true]{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .16s var(--wb-ease),transform .16s var(--wb-ease),visibility 0s linear 0s}.workbench-drawer:before{content:"";position:absolute;top:-6px;left:var(--wb-arrow-x,24px);width:12px;height:12px;background:#0e0f14f5;border-left:1px solid var(--wb-border-strong);border-top:1px solid var(--wb-border-strong);transform:rotate(45deg);transition:left .16s var(--wb-ease)}.workbench-drawer[data-size=compact]{min-width:280px;max-width:480px}.workbench-drawer[data-size=standard]{min-width:360px;max-width:600px}.workbench-drawer[data-size=tall]{min-width:480px;max-width:720px}#drawer-more{min-width:560px;max-width:760px}.workbench-drawer__inner{padding:20px 22px 22px}.wb-defense-3section{display:flex;flex-direction:column;gap:0}.wb-defense-section{display:flex;flex-direction:column;gap:6px;padding:12px 0}.wb-defense-section+.wb-defense-section{border-top:1px solid rgba(255,255,255,.06)}.wb-defense-section:first-child{padding-top:0}.wb-defense-section:last-child{padding-bottom:0}.wb-defense-section__pills{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:4px}.wb-defense-pill{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px;min-height:24px;padding:3px 8px 3px 6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:4px;color:var(--wb-text);font:600 10px/1 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;letter-spacing:.02em;cursor:pointer;text-transform:uppercase;white-space:nowrap;overflow:hidden;min-width:0;transition:background .12s var(--wb-ease),border-color .12s var(--wb-ease),transform .12s var(--wb-ease)}.wb-defense-pill:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0;background:var(--wk-type-color,#888)}.wb-defense-pill:hover{background:#ffffff17;border-color:#ffffff24;transform:translateY(-1px)}.wb-defense-section[data-defense-section=weak] .wb-defense-pill.is-active{background:#ff41412e;border-color:var(--wb-accent);color:#ffd0d0;box-shadow:inset 0 0 0 1px var(--wb-accent)}.wb-defense-section[data-defense-section=resist] .wb-defense-pill.is-active{background:#48bb782e;border-color:#48bb78b3;color:#b4f0c8;box-shadow:inset 0 0 0 1px #48bb78b3}.wb-defense-section[data-defense-section=excluded] .wb-defense-pill.is-active{background:#ffffff0f;border-color:#ffffff5c;color:#ffffff73;text-decoration:line-through;text-decoration-color:#fff9;box-shadow:inset 0 0 0 1px #ffffff2e}@media(max-width:540px){.wb-defense-section__pills{grid-template-columns:repeat(6,minmax(0,1fr))}}.workbench-drawer #drawer-more,.workbench-drawer[id=drawer-more] .workbench-drawer__inner,#drawer-more .workbench-drawer__inner{padding:14px 16px}#drawer-more.workbench-drawer[data-open=true]{max-height:360px}.wb-more-advanced{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto}.wb-more-advanced__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:18px;align-items:start}.wb-more-advanced .wb-stat-group__histogram-wrap{position:relative;height:24px;padding:0 2px;background:#ffffff05;border-radius:4px;overflow:hidden}.wb-more-advanced .tierlist-spd-histogram,.wb-more-advanced .tierlist-bst-histogram,.wb-more-advanced .tierlist-off-histogram,.wb-more-advanced .tierlist-blk-histogram{display:flex;align-items:flex-end;gap:1px;height:100%;padding:2px}.wb-more-advanced .tierlist-spd-histogram__bar,.wb-more-advanced .tierlist-bst-histogram__bar,.wb-more-advanced .tierlist-off-histogram__bar,.wb-more-advanced .tierlist-blk-histogram__bar{flex:1;background:var(--wb-accent);opacity:.65;border-radius:1px 1px 0 0;min-height:2px;transition:opacity .2s var(--wb-ease),background .2s var(--wb-ease)}.wb-more-advanced .tierlist-spd-histogram__bar.is-below,.wb-more-advanced .tierlist-bst-histogram__bar.is-below,.wb-more-advanced .tierlist-off-histogram__bar.is-below,.wb-more-advanced .tierlist-blk-histogram__bar.is-below{opacity:.18;background:#fff3}.wb-more-advanced__col{display:flex;flex-direction:column;gap:10px;min-width:0}.wb-more-advanced__group{display:flex;flex-direction:column;gap:4px}.wb-more-advanced__group-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding-bottom:2px}.wb-more-advanced .drawer-section__label{margin:0;font-size:9px;letter-spacing:1.2px}.wb-more-advanced .wb-stat-group__hint{display:none}.wb-more-advanced .wb-range-dual{height:18px;margin:2px 0 0}.wb-more-advanced .wb-range-dual__readout{font-size:11px}.pokemon-tierlist-grid select.wb-more-select{appearance:none;-webkit-appearance:none;color-scheme:dark;width:100%;height:32px;padding:0 30px 0 10px;font-family:inherit;font-size:13px;font-weight:600;line-height:1;background-color:var(--wb-pill-bg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0a0a8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;border:1px solid var(--wb-accent);border-radius:8px;color:var(--wb-text);font:600 13px/1 inherit;cursor:pointer;transition:border-color .16s var(--wb-ease),box-shadow .16s var(--wb-ease)}.wb-more-select:hover{border-color:var(--wb-accent);box-shadow:0 0 0 2px var(--wb-accent-bg)}.wb-more-select:focus,.wb-more-select:focus-visible{outline:none;border-color:var(--wb-accent);box-shadow:0 0 0 3px var(--wb-accent-soft)}select.wb-more-select option{background:#121215!important;color:#e0e0e4!important;font-family:inherit;font-size:13px;font-weight:500;padding:4px 8px;line-height:1.4}select.wb-more-select option:checked,select.wb-more-select option:hover{background:#2a2a32!important;color:#fff!important}.wb-range-dual{position:relative;height:28px;margin:4px 0 6px;touch-action:none}.wb-range-dual__track{position:absolute;left:0;right:0;top:50%;height:4px;transform:translateY(-50%);background:#ffffff1a;border-radius:9999px;pointer-events:none}.wb-range-dual__fill{position:absolute;height:100%;background:var(--wb-accent);border-radius:9999px;left:0;right:0}.wb-range-dual__input{position:absolute;inset:0;width:100%;height:100%;margin:0;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none;z-index:2;touch-action:none}.wb-range-dual__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--wb-accent);box-shadow:0 1px 4px #00000080;cursor:grab;pointer-events:auto;margin-top:0}.wb-range-dual__input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--wb-accent);box-shadow:0 1px 4px #00000080;cursor:grab;pointer-events:auto}.wb-range-dual__input:active::-webkit-slider-thumb{cursor:grabbing}.wb-range-dual__input:active::-moz-range-thumb{cursor:grabbing}.wb-range-dual__input::-webkit-slider-runnable-track{background:transparent}.wb-range-dual__input::-moz-range-track{background:transparent}.wb-range-dual__bounds{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:11px;font-variant-numeric:tabular-nums;color:var(--wb-text-mute)}.wb-range-dual__edge{font-weight:600}.wb-range-dual__readout{color:var(--wb-accent);font-weight:700;font-size:13px}.wb-range-dual__sep{margin:0 4px;opacity:.6}@media(max-width:1024px){.wb-more-advanced__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wb-more-advanced__col:first-child{grid-column:1 / -1}}@media(max-width:640px){.wb-more-advanced__grid{grid-template-columns:minmax(0,1fr)}.wb-more-advanced__col:first-child{grid-column:auto}}@media(max-width:768px){.wb-range-dual{height:40px;margin:6px 0 8px}.wb-range-dual__track{height:6px}.wb-range-dual__input::-webkit-slider-thumb{width:28px;height:28px;border-width:3px;box-shadow:0 2px 8px #0009}.wb-range-dual__input::-moz-range-thumb{width:28px;height:28px;border-width:3px;box-shadow:0 2px 8px #0009}}.drawer-layout--single{display:block}.drawer-layout--two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.drawer-layout--type-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.drawer-section__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff8c;margin:0 0 10px}@media(max-width:768px){.workbench-toolbar--3row .workbench-toolbar__row{padding:8px 12px}.workbench-toolbar--3row .workbench-toolbar__row--outcome{flex-wrap:wrap;min-height:0;gap:8px;padding:12px}.workbench-toolbar--3row .workbench-counter{order:1;flex:1 1 auto}.workbench-toolbar--3row .workbench-counter .tierlist-count-num{font-size:28px}.workbench-toolbar--3row .workbench-toolbar__actions{order:2;flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:6px}.workbench-toolbar--3row .workbench-toolbar__search-wrap{order:3;flex:1 1 100%;min-width:0}.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--sort,.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--scope{height:42px;border-radius:10px;font-size:13px;padding:0 14px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a}.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--sort{order:4;flex:1 1 100%;min-width:0;max-width:none;justify-content:flex-start;background:#ff41410f;border-color:#ff41412e;margin-left:0}.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--sort .pill-label,.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--scope .pill-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-toolbar--3row .workbench-toolbar__row--outcome .toolbar-pill--scope{order:5;flex:1 1 100%;min-width:0;max-width:none}.workbench-toolbar--3row .workbench-toolbar__search{font-size:16px;min-width:0;width:100%}.workbench-toolbar--3row .workbench-toolbar__row--filters{padding:8px 12px}.workbench-toolbar--3row .workbench-toolbar__pills{flex-wrap:wrap;gap:6px;width:100%}.toolbar-pill{font-size:12px;padding:6px 10px;flex:0 0 auto}.workbench-toolbar--3row .workbench-toolbar__row--chips{padding:8px 12px;flex-wrap:wrap}.workbench-drawer,.workbench-drawer[data-size=compact],.workbench-drawer[data-size=standard],.workbench-drawer[data-size=tall]{position:static;min-width:0;max-width:none;width:100%;margin:0;border-radius:0 0 12px 12px;z-index:auto;opacity:1;transform:none;pointer-events:auto;display:none}.workbench-drawer[data-open=true]{display:block;max-height:80vh;overflow:visible}.workbench-drawer__inner{padding:14px;overflow-y:auto;max-height:80vh}.workbench-drawer:before{display:none}}@media(prefers-reduced-motion:reduce){.workbench-drawer,.toolbar-pill,.toolbar-pill__chevron{transition:none}}.workbench-drawer .wb-canonical-select{display:none!important}.wb-type-drawer{display:grid;grid-template-columns:96px 1fr;gap:20px}.wb-type-mode-col{display:flex;flex-direction:column;gap:8px}.wb-type-grids-col{min-width:0}.wb-type-tile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.wb-type-second-row{display:none}.tierlist-type-mode-toggle[data-mode=and]~* .wb-type-second-row,.workbench-drawer.is-type-and-mode .wb-type-second-row{display:block}.wb-type-tile{display:flex;align-items:center;gap:8px;height:36px;padding:0 10px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),transform .1s var(--wb-ease),box-shadow .15s var(--wb-ease)}.wb-type-tile:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;transform:translateY(-1px)}.wb-type-tile.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px var(--wb-accent-soft)}.wb-type-tile__sprite{width:16px;height:16px;border-radius:4px;flex:0 0 auto;box-shadow:inset 0 0 0 1px #00000040}.wb-type-tile__label{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-type-tile__count{font-size:10px;color:var(--wb-text-mute);font-weight:500}.wb-type-tile.is-active .wb-type-tile__count{color:#ffffffd9}.tierlist-type-mode-toggle{display:inline-flex;height:32px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:9999px;padding:2px}.tierlist-type-mode-btn{padding:0 14px;border:0;background:transparent;color:var(--wb-text-dim);font:600 12px/1 inherit;cursor:pointer;border-radius:9999px;transition:background .15s var(--wb-ease),color .15s var(--wb-ease)}.tierlist-type-mode-btn:hover{color:var(--wb-text)}.tierlist-type-mode-btn.is-active,.tierlist-type-mode-btn[aria-pressed=true]{background:var(--wb-accent);color:#fff}.wb-gen-pills{display:flex;gap:6px;flex-wrap:wrap}.wb-gen-pill{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:9999px;color:var(--wb-text);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),transform .1s var(--wb-ease)}.wb-gen-pill:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;transform:translateY(-1px)}.wb-gen-pill.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:0 0 0 2px var(--wb-accent-soft)}.wb-gen-pill__count{font-size:10px;color:var(--wb-text-mute);font-weight:500}.wb-gen-pill.is-active .wb-gen-pill__count{color:#ffffffd9}.wb-role-drawer{display:flex;flex-direction:column}.wb-role-all-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 16px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:9999px;color:var(--wb-text);font-size:12px;font-weight:600;cursor:pointer;margin-bottom:12px;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),transform .1s var(--wb-ease)}.wb-role-all-pill:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;transform:translateY(-1px)}.wb-role-all-pill.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:0 0 0 2px var(--wb-accent-soft)}.wb-role-all-pill__count{font-size:10px;color:var(--wb-text-mute);font-weight:500}.wb-role-all-pill.is-active .wb-role-all-pill__count{color:#ffffffd9}.wb-role-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.wb-role-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:68px;padding:8px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text);font-size:11px;font-weight:600;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),transform .1s var(--wb-ease),box-shadow .15s var(--wb-ease)}.wb-role-card:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;transform:translateY(-1px)}.wb-role-card.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:0 0 0 2px var(--wb-accent-soft)}.wb-role-card__icon{font-size:18px;line-height:1}.wb-role-card__label{font-weight:600}.wb-role-card__count{font-size:10px;color:var(--wb-text-mute);font-weight:500}.wb-role-card.is-active .wb-role-card__count{color:#ffffffd9}.wb-stats-drawer{display:flex;flex-direction:column;gap:22px}.wb-stat-group__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.wb-stat-group__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff8c;margin:0}.wb-stat-group__value{font:600 12px/1 ui-monospace,SF Mono,Menlo,monospace;color:var(--wb-accent);font-variant-numeric:tabular-nums}.wb-stat-group__histogram-wrap{position:relative;height:40px;background:#ffffff05;border-radius:6px;padding:2px 4px;margin-bottom:8px;overflow:hidden}.wb-stat-group__histogram{height:100%;position:relative}.wb-stat-group__slider-row{display:flex;align-items:center;gap:14px}.wb-stat-slider{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:9999px;outline:none;cursor:pointer}.wb-stat-slider::-webkit-slider-runnable-track{height:6px;background:#ffffff1a;border-radius:9999px}.wb-stat-slider::-moz-range-track{height:6px;background:#ffffff1a;border-radius:9999px}.wb-stat-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-6px;background:#fff;border:2px solid var(--wb-accent);border-radius:50%;cursor:grab;box-shadow:0 1px 3px #00000080;transition:transform .12s var(--wb-ease)}.wb-stat-slider::-moz-range-thumb{width:18px;height:18px;background:#fff;border:2px solid var(--wb-accent);border-radius:50%;cursor:grab;box-shadow:0 1px 3px #00000080}.wb-stat-slider:hover::-webkit-slider-thumb{transform:scale(1.1)}.wb-stat-slider:focus-visible{box-shadow:0 0 0 3px var(--wb-accent-soft)}.wb-stat-slider__readout{min-width:60px;text-align:right;font-variant-numeric:tabular-nums;color:var(--wb-accent);font:600 12px/1 ui-monospace,SF Mono,Menlo,monospace}.wb-stat-group__hint{font-size:11px;color:var(--wb-text-mute);margin-top:8px;font-style:italic}.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-bst-histogram__bar,.pokemon-tierlist-grid .wb-stats-drawer .tierlist-bst-histogram__bar,.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-off-histogram__bar,.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-blk-histogram__bar{background:var(--wb-accent);opacity:.85;border-radius:1px 1px 0 0;transition:opacity .2s var(--wb-ease)}.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-bst-histogram__bar.is-below,.pokemon-tierlist-grid .wb-stats-drawer .tierlist-bst-histogram__bar.is-below,.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-off-histogram__bar.is-below,.pokemon-tierlist-grid .wb-stat-group__histogram .tierlist-blk-histogram__bar.is-below{background:#ffffff1a;opacity:1}.wb-defense-legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;color:var(--wb-text-mute);text-transform:uppercase;letter-spacing:.5px}.wb-defense-legend__intro{font-weight:700;color:#ffffff8c;margin-right:4px;letter-spacing:1.2px}.wb-defense-legend__step{display:inline-flex;align-items:center;gap:4px}.wb-defense-legend__sep{color:#5c5c64}.wb-defense-legend__dot{width:10px;height:10px;border-radius:2px;background:#fff3;border:1px solid rgba(255,255,255,.3);display:inline-block}.wb-defense-legend__dot--resist{background:var(--wb-resist-bg);border-color:var(--wb-resist)}.wb-defense-legend__dot--weak{background:var(--wb-weak-bg);border-color:var(--wb-weak)}.wb-defense-legend__dot--excluded{background:#3c3c40d9;border-color:#ffffff4d}.wb-ma-drawer{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wb-ma-col__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff8c;margin:0 0 10px}.wb-ma-list{display:flex;flex-direction:column;gap:4px;max-height:260px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.wb-ma-list::-webkit-scrollbar{width:4px}.wb-ma-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:2px}.wb-ma-group{display:flex;flex-direction:column;gap:4px;padding-top:10px}.wb-ma-group:first-of-type{padding-top:4px}.wb-ma-group__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--wb-text-mute);padding:0 4px 2px}.wb-ma-pill{text-align:left;padding:7px 12px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text);font-size:12px;font-weight:500;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease)}.wb-ma-pill:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d}.wb-ma-pill.is-active{background:var(--wb-pill-bg-active);border-color:var(--wb-accent);color:#fff;box-shadow:0 0 0 2px var(--wb-accent-soft)}.wb-more-drawer{display:flex;flex-direction:column;gap:16px}.wb-toggle-row{display:flex;align-items:center;gap:16px;padding:14px 16px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:10px;cursor:pointer;transition:border-color .15s var(--wb-ease),background .15s var(--wb-ease)}.wb-toggle-row:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d}.wb-toggle-row__main{flex:1;display:flex;flex-direction:column;gap:3px}.wb-toggle-row__label{font-size:13px;font-weight:600;color:var(--wb-text)}.wb-toggle-row__hint{font-size:11px;color:var(--wb-text-mute)}.wb-switch{position:relative;width:42px;height:24px;flex:0 0 auto;display:inline-block}.wb-switch__input{position:absolute;opacity:0;pointer-events:none}.wb-switch__track{position:absolute;inset:0;background:#ffffff1f;border-radius:9999px;transition:background .16s var(--wb-ease)}.wb-switch__track:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#c0c0c8;border-radius:50%;box-shadow:0 1px 2px #0006;transition:left .16s var(--wb-ease),background .16s var(--wb-ease)}.wb-switch__input:checked+.wb-switch__track{background:var(--wb-accent)}.wb-switch__input:checked+.wb-switch__track:after{left:20px;background:#fff}.wb-switch__input:focus-visible+.wb-switch__track{outline:2px solid var(--wb-accent);outline-offset:2px}.wb-sort-drawer{display:flex;flex-direction:column;gap:0;min-width:280px}.wb-sort-keys{display:flex;flex-direction:column;gap:0}.wb-sort-group-label{display:block;font:600 11px/1 system-ui,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#a0a0a8d9;padding:12px 14px 6px}.wb-sort-group-label:first-child{padding-top:6px}.wb-sort-key{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 14px;background:transparent;border:none;border-left:2px solid transparent;border-radius:0;color:var(--wb-text);font-size:13px;font-weight:500;cursor:pointer;text-align:left;transition:background .12s var(--wb-ease),border-color .12s var(--wb-ease)}.wb-sort-key:hover{background:#ffffff0f}.wb-sort-key.is-active{background:#ffffff14;border-left-color:var(--wb-accent);color:#fff;font-weight:600}.wb-sort-key__name{flex:0 0 auto}.wb-sort-key__desc{font-size:11px;font-weight:400;color:#a0a0a8b3;text-align:right}.wb-sort-direction{display:flex;gap:6px}.wb-sort-dir{flex:1;padding:9px;background:var(--wb-pill-bg);border:1px solid var(--wb-border-strong);border-radius:8px;color:var(--wb-text-dim);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s var(--wb-ease),border-color .15s var(--wb-ease),color .15s var(--wb-ease)}.wb-sort-dir:hover{background:var(--wb-pill-bg-hover);border-color:#ffffff4d;color:var(--wb-text)}.wb-sort-dir[aria-pressed=true]{background:var(--wb-accent);border-color:var(--wb-accent);color:#fff}@media(max-width:768px){.wb-type-drawer{grid-template-columns:1fr;gap:12px}.wb-type-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wb-ma-drawer{grid-template-columns:1fr;gap:16px}.wb-sort-keys,.wb-role-card-grid{grid-template-columns:repeat(2,1fr)}}.rb-why-tier{--rwt-accent:#a855f7;--rwt-bg:rgba(15,15,20,.4);--rwt-border:rgba(168,85,247,.18);color:#e4e4e7}.rb-why-tier--empty{padding:24px;text-align:center;color:#71717a;font-style:italic}.rb-why-tier__intro{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding:14px 18px;background:#a855f70f;border:1px solid var(--rwt-border);border-radius:10px}.rb-why-tier__intro-text{flex:1;margin:0;font-size:13.5px;line-height:1.5;color:#d4d4d8}.rb-why-tier__hide{flex-shrink:0;background:transparent;border:1px solid rgba(168,85,247,.35);color:#c4b5fd;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:background .12s ease}.rb-why-tier__hide:hover{background:#a855f726}.rb-why-tier[data-hidden="1"] .rb-why-tier__band{display:none}.rb-why-tier__band{margin-bottom:28px}.rb-why-tier__band-head{display:flex;align-items:center;gap:12px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--rwt-border);font-size:17px;font-weight:700}.rb-why-tier__band-letter{font-size:14px;padding:4px 10px;border-radius:6px}.rb-why-tier__band-name{flex:1;color:#f4f4f5}.rb-why-tier__band-count{font-size:12px;font-weight:500;color:#a1a1aa}.rb-why-tier__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:12px}.rb-why-tier__card{background:var(--rwt-bg);border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:border-color .16s ease,transform .16s ease;overflow:hidden}.rb-why-tier__card:hover{border-color:#a855f759}.rb-why-tier__card[open]{border-color:#a855f780}.rb-why-tier__summary{display:flex;align-items:center;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;user-select:none}.rb-why-tier__summary::-webkit-details-marker{display:none}.rb-why-tier__summary::marker{content:""}.rb-why-tier__sprite{width:48px;height:48px;object-fit:contain;flex-shrink:0;background:#ffffff0a;border-radius:8px;image-rendering:pixelated}.rb-why-tier__head{display:flex;flex-direction:column;gap:4px;min-width:110px;flex-shrink:0}.rb-why-tier__name{font-size:14px;font-weight:700;color:#f4f4f5;line-height:1.2}.rb-why-tier__types{display:flex;gap:4px;flex-wrap:wrap}.rb-why-tier__headline{flex:1;font-size:13px;color:#c4b5fd;line-height:1.4;font-weight:500}.rb-why-tier__chevron{flex-shrink:0;color:#a1a1aa;transition:transform .2s ease}.rb-why-tier__card[open] .rb-why-tier__chevron{transform:rotate(180deg)}.rb-why-tier__body{padding:12px 14px 14px 74px;display:flex;flex-direction:column;gap:8px;border-top:1px dashed rgba(168,85,247,.15);margin-top:4px}.rb-why-tier__bullet{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:#ffffff06;border-radius:6px;border-left:3px solid}.rb-why-tier__bullet--strengths{border-left-color:#22c55e}.rb-why-tier__bullet--weaknesses{border-left-color:#ef4444}.rb-why-tier__bullet--best-use{border-left-color:#3b82f6}.rb-why-tier__bullet-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#a1a1aa}.rb-why-tier__bullet--strengths .rb-why-tier__bullet-label{color:#4ade80}.rb-why-tier__bullet--weaknesses .rb-why-tier__bullet-label{color:#f87171}.rb-why-tier__bullet--best-use .rb-why-tier__bullet-label{color:#60a5fa}.rb-why-tier__bullet-text{font-size:13px;line-height:1.55;color:#e4e4e7}@media(max-width:768px){.rb-why-tier__list{grid-template-columns:1fr}.rb-why-tier__intro{flex-direction:column;align-items:stretch;gap:10px;text-align:center}.rb-why-tier__body{padding-left:14px}.rb-why-tier__head{min-width:0}.rb-why-tier__headline{display:none}}.rb-ms{--rb-ms-gold:#fbbf24;--rb-ms-gold-rgb:251,191,36;--rb-ms-surface:rgb(19,19,22);--rb-ms-surface-3:rgb(26,26,30);--rb-ms-surface-4:rgb(34,34,38);--rb-ms-border:rgba(255,255,255,.08);--rb-ms-border-hover:rgba(255,255,255,.12);--rb-ms-text-primary:rgba(255,255,255,.95);--rb-ms-text-secondary:rgba(255,255,255,.7);--rb-ms-text-tertiary:rgba(255,255,255,.55);--rb-ms-text-subtle:rgba(255,255,255,.35);position:relative;width:100%;font-family:var(--font-sans,"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);margin:18px 0 22px;transition:opacity .25s ease,visibility .25s ease}.rb-ms--empty .rb-ms__stage,.rb-ms--empty .rb-ms__nav{display:none}.rb-ms__empty-msg{display:none;min-height:304px;align-items:center;justify-content:center;text-align:center;padding:28px 16px;border-radius:16px;border:1px dashed var(--rb-ms-border);background:var(--rb-ms-surface-3);color:var(--rb-ms-text-subtle);font-size:13px;font-weight:500;letter-spacing:.01em}.rb-ms--empty .rb-ms__empty-msg{display:flex}.rb-ms-mono{font-family:var(--font-mono,"JetBrains Mono","SF Mono","Consolas",monospace);font-variant-numeric:tabular-nums}.rb-ms-tp{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff}.rb-ms-tp:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--tc-dot);box-shadow:0 0 6px var(--tc-dot)}.rb-ms__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 2px;margin-bottom:15px}.rb-ms__id{flex:1 1 auto;min-width:0}.rb-ms__titlerow{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.rb-ms__spark{color:var(--rb-ms-gold);filter:drop-shadow(0 0 7px rgba(var(--rb-ms-gold-rgb),.6));flex-shrink:0;align-self:center;display:flex;transform:translateY(1px)}.rb-ms__title{font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--rb-ms-text-primary);margin:0;white-space:nowrap}.rb-ms__nav{display:flex;align-items:center;gap:7px;flex-shrink:0}.rb-ms__dot{position:relative;width:8px;height:8px;border-radius:999px;border:0;padding:0;cursor:pointer;overflow:hidden;background:#ffffff2e;transition:width .35s cubic-bezier(.4,0,.2,1),background .35s ease}.rb-ms__dot:hover{background:#ffffff52}.rb-ms__dot[data-on]{width:26px;background:rgba(var(--rb-ms-gold-rgb),.28)}.rb-ms__dot[data-on]:after{content:"";position:absolute;inset:0;border-radius:999px;transform-origin:left;transform:scaleX(1);background:var(--rb-ms-gold);box-shadow:0 0 8px rgba(var(--rb-ms-gold-rgb),.6)}.rb-ms--playing .rb-ms__dot[data-on]:after{transform:scaleX(0);animation:rb-ms-fill 2.6s linear forwards}@keyframes rb-ms-fill{to{transform:scaleX(1)}}.rb-ms__stage{display:flex;gap:8px;height:304px}.rb-ms__panel{position:relative;flex:0 0 auto;width:12%;min-width:86px;border:1px solid var(--rb-ms-border);border-radius:13px;overflow:hidden;background:var(--rb-ms-surface-3);cursor:pointer;isolation:isolate;transition:background .3s ease,border-color .3s ease,width .55s cubic-bezier(.4,0,.2,1)}.rb-ms__panel[data-active]{width:74%;cursor:default;background:var(--rb-ms-surface);border-color:rgba(var(--rb-ms-gold-rgb),.26)}.rb-ms__panel:not([data-active]):hover{background:var(--rb-ms-surface-4);border-color:var(--rb-ms-border-hover)}.rb-ms__accent{position:absolute;top:0;left:14px;right:14px;height:2px;z-index:4;background:var(--tc1);opacity:.5;border-radius:0 0 2px 2px;transition:opacity .3s ease,left .3s ease,right .3s ease}.rb-ms__panel:not([data-active]):hover .rb-ms__accent{opacity:.9;left:8px;right:8px}.rb-ms__panel[data-active] .rb-ms__accent{opacity:0}.rb-ms__atmo{position:absolute;inset:0;z-index:0;opacity:0;pointer-events:none;transition:opacity .4s ease}.rb-ms__panel[data-active] .rb-ms__atmo{opacity:1}.rb-ms__atmo:before{content:"";position:absolute;inset:-25%;background:radial-gradient(40% 60% at 22% 42%,color-mix(in srgb,var(--tc1) 70%,transparent),transparent 70%),radial-gradient(42% 50% at 26% 84%,color-mix(in srgb,var(--tc2,var(--tc1)) 52%,transparent),transparent 72%);filter:blur(22px);opacity:.8}.rb-ms__atmo:after{content:"";position:absolute;inset:0;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.rb-ms__scrim{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent 32%,color-mix(in srgb,var(--rb-ms-surface) 80%,transparent) 54%,var(--rb-ms-surface) 82%);transition:opacity .4s ease}.rb-ms__panel[data-active] .rb-ms__scrim{opacity:1}.rb-ms__spine{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:16px 6px 15px;transition:opacity .3s ease}.rb-ms__panel[data-active] .rb-ms__spine{position:absolute;inset:0;opacity:0;pointer-events:none}.rb-ms__spine-rank{font-size:11px;font-weight:700;color:var(--rb-ms-text-subtle);transition:color .2s ease}.rb-ms__panel:hover .rb-ms__spine-rank{color:var(--rb-ms-text-secondary)}.rb-ms__spine-disc{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 60% 25%,color-mix(in srgb,var(--tc1) 30%,transparent),transparent 70%);transition:transform .2s ease}.rb-ms__panel:hover .rb-ms__spine-disc{transform:scale(1.06)}.rb-ms__spine-disc img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.45))}.rb-ms__spine-name{writing-mode:vertical-rl;text-orientation:mixed;font-size:11.5px;font-weight:700;color:var(--rb-ms-text-secondary);letter-spacing:.03em;max-height:116px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rb-ms__spine-foot{display:flex;flex-direction:column;align-items:center;gap:6px}.rb-ms__spine-bst{font-size:10px;font-weight:600;color:var(--rb-ms-text-subtle)}.rb-ms__spine-dot{width:7px;height:7px;border-radius:50%;background:var(--tc1);box-shadow:0 0 7px var(--tc1)}.rb-ms__feature{position:absolute;inset:0;z-index:1;width:100%;min-width:700px;display:grid;grid-template-columns:198px 1fr;opacity:0;pointer-events:none;transition:opacity .35s ease}.rb-ms__panel[data-active] .rb-ms__feature{position:relative;opacity:1;pointer-events:auto}.rb-ms__fstage{position:relative;display:grid;place-items:center}.rb-ms__fstage:before{content:"";position:absolute;width:182px;height:182px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,color-mix(in srgb,var(--tc1) 32%,transparent) 0%,transparent 60%)}.rb-ms__fstage:after{content:"";position:absolute;left:50%;top:50%;width:156px;height:156px;transform:translate(-50%,-52%);border-radius:50%;border:1px solid color-mix(in srgb,var(--tc1) 55%,transparent);box-shadow:0 0 30px color-mix(in srgb,var(--tc1) 42%,transparent),inset 0 0 22px color-mix(in srgb,var(--tc1) 20%,transparent)}.rb-ms__ffloor{position:absolute;bottom:32px;left:50%;width:140px;height:22px;transform:translate(-50%);background:radial-gradient(ellipse,color-mix(in srgb,var(--tc1) 50%,transparent),transparent 70%);filter:blur(6px);opacity:.7}.rb-ms__fsprite{position:relative;z-index:2;width:134px;height:134px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(0,0,0,.58))}.rb-ms__fmedal{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:7px;background:linear-gradient(145deg,#fde68a,var(--rb-ms-gold) 55%,#d97706);color:#1a1205;font-size:12px;font-weight:900;box-shadow:0 2px 8px rgba(var(--rb-ms-gold-rgb),.45),inset 0 1px #ffffff80;overflow:hidden}.rb-ms__fmedal:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 36%,rgba(255,255,255,.75) 50%,transparent 64%);transform:translate(-130%)}.rb-ms__fcontent{position:relative;z-index:2;padding:12px 36px 12px 2px;display:flex;flex-direction:column;justify-content:center;min-width:0}.rb-ms__feyebrow{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--rb-ms-gold);margin-bottom:6px}.rb-ms__feyebrow .sep{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.55}.rb-ms__feyebrow .dex{color:var(--rb-ms-text-subtle);font-weight:600}.rb-ms__fname{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--rb-ms-text-primary);line-height:1.03;margin:0 0 9px}.rb-ms__frow{display:flex;align-items:center;gap:12px;margin-bottom:13px;flex-wrap:wrap}.rb-ms__ftypes{display:flex;gap:13px}.rb-ms__ftypes .rb-ms-tp{font-size:10.5px}.rb-ms__chip{display:inline-flex;align-items:baseline;gap:4px;font-family:var(--font-mono,"JetBrains Mono",monospace);font-size:10.5px;font-weight:600;color:var(--rb-ms-text-tertiary);background:var(--rb-ms-surface-3);border:1px solid var(--rb-ms-border);padding:2px 8px;border-radius:6px}.rb-ms__chip b{color:var(--rb-ms-text-primary);font-weight:700}.rb-ms__fmeter{max-width:318px;margin-bottom:12px}.rb-ms__fmeter-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:5px}.rb-ms__fmeter-label{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rb-ms-text-subtle)}.rb-ms__fmeter-val{font-size:14px;font-weight:700;color:var(--rb-ms-text-primary)}.rb-ms__fmeter-val .u{font-size:9.5px;color:var(--rb-ms-text-subtle);margin-left:3px}.rb-ms__ftrack{height:6px;border-radius:999px;background:#ffffff0f;overflow:hidden}.rb-ms__ffill{height:100%;border-radius:999px;background:linear-gradient(90deg,#f97316,var(--rb-ms-gold) 70%,#fde68a);box-shadow:0 0 11px rgba(var(--rb-ms-gold-rgb),.5);transform-origin:left}.rb-ms__fwhy{font-size:13px;line-height:1.55;color:var(--rb-ms-text-secondary);margin:0 0 13px;max-width:480px;text-wrap:pretty}.rb-ms__fwhy b{color:var(--rb-ms-text-primary);font-weight:700}.rb-ms .rb-ms__fcta{align-self:flex-start;display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 14px;border-radius:9px;background:rgba(var(--rb-ms-gold-rgb),.12);border:1px solid rgba(var(--rb-ms-gold-rgb),.3);color:var(--rb-ms-gold);font-size:12px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.rb-ms__fcta svg{transition:transform .18s ease}.rb-ms .rb-ms__fcta:hover,.rb-ms .rb-ms__fcta:focus{background:rgba(var(--rb-ms-gold-rgb),.22);border-color:rgba(var(--rb-ms-gold-rgb),.55);color:#fff;text-decoration:none}.rb-ms .rb-ms__fcta:hover svg,.rb-ms .rb-ms__fcta:focus svg{transform:translate(3px)}.rb-ms__particles{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.rb-ms__panel:not([data-active]) .rb-ms__particles{display:none}.rb-ms__particles span{position:absolute;bottom:20%;width:3px;height:3px;border-radius:50%;background:var(--tc1);box-shadow:0 0 6px var(--tc1);opacity:0;will-change:transform,opacity}.rb-ms__seo{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;margin:-1px;padding:0;border:0}@media(prefers-reduced-motion:no-preference){.rb-ms__panel[data-active] .rb-ms__fsprite{animation:rb-ms-pop .55s cubic-bezier(.34,1.3,.5,1) both}.rb-ms__panel[data-active] .rb-ms__fmedal:after{animation:rb-ms-glint .9s ease .3s 1}.rb-ms--inview .rb-ms__panel[data-active] .rb-ms__particles span{animation:rb-ms-float var(--dur,6s) ease-in-out var(--delay,0s) infinite}}@keyframes rb-ms-glint{to{transform:translate(130%)}}@keyframes rb-ms-pop{0%{transform:scale(.88)}to{transform:scale(1)}}@keyframes rb-ms-float{0%{transform:translateZ(0) scale(.5);opacity:0}14%{opacity:.6}72%{opacity:.34}to{transform:translate3d(var(--dx,0px),-94px,0) scale(1);opacity:0}}@media(max-width:760px){.rb-ms__stage{flex-direction:column;height:auto;gap:6px}.rb-ms__panel{width:100%!important;min-width:0;transition:height .4s ease,background .3s ease,border-color .3s ease}.rb-ms__panel:not([data-active]){height:64px}.rb-ms__panel[data-active]{height:auto;min-height:200px}.rb-ms__spine{flex-direction:row;height:100%;padding:10px 14px;gap:10px}.rb-ms__spine-name{writing-mode:horizontal-tb;text-orientation:initial;max-height:none;flex:1}.rb-ms__spine-foot{flex-direction:row}.rb-ms__spine-disc{width:40px;height:40px}.rb-ms__spine-disc img{width:34px;height:34px}.rb-ms__feature{position:relative;min-width:0;grid-template-columns:120px 1fr}.rb-ms__fsprite{width:90px;height:90px}.rb-ms__fname{font-size:20px}.rb-ms__fwhy{font-size:12px}.rb-ms__fstage:before{width:110px;height:110px}.rb-ms__fstage:after{width:96px;height:96px}.rb-ms__ffloor{width:90px}.rb-ms__particles{display:none}}.rb-ms[data-pixel="1"] .rb-ms__fsprite,.rb-ms[data-pixel="1"] .rb-ms__spine-disc img{image-rendering:pixelated;image-rendering:crisp-edges}
