: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-catch-rate-calculator-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-catch-rate-calculator-header--animate{animation:pokemon-catch-rate-calculator-header-entrance .5s cubic-bezier(.16,1,.3,1) both}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--animate){will-change:auto}.pokemon-catch-rate-calculator-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal{height:auto;min-height:160px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-nav{min-height:210px;--fh-nav-space:50px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-visual,.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-ambient-wrap{display:none}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--ambient-only .pokemon-catch-rate-calculator-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-overlay{position:relative;inset:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-name{font-size:26px;line-height:1.1}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-subtitle{font-size:14px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-action-bar .pokemon-catch-rate-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-catch-rate-calculator-header--has-action-bar:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal{min-height:150px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-nav{min-height:196px;--fh-nav-space:46px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-overlay{padding-top:24px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-action-bar .pokemon-catch-rate-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-name{font-size:22px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-catch-rate-calculator-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal{min-height:130px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-overlay{padding-top:18px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal.pokemon-catch-rate-calculator-header--has-action-bar .pokemon-catch-rate-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-name{font-size:18px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-subtitle{font-size:11px}.pokemon-catch-rate-calculator-header.pokemon-catch-rate-calculator-header--minimal .pokemon-catch-rate-calculator-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-catch-rate-calculator-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-catch-rate-calculator-header-entrance{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.pokemon-catch-rate-calculator-header--animate .pokemon-catch-rate-calculator-header-name{animation:pokemon-catch-rate-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .1s both}.pokemon-catch-rate-calculator-header--animate .pokemon-catch-rate-calculator-header-subtitle,.pokemon-catch-rate-calculator-header--animate .pokemon-catch-rate-calculator-header-tagline{animation:pokemon-catch-rate-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .15s both}.pokemon-catch-rate-calculator-header--animate .pokemon-catch-rate-calculator-header-badges{animation:pokemon-catch-rate-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes pokemon-catch-rate-calculator-header-fade-up{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.pokemon-catch-rate-calculator-header,.pokemon-catch-rate-calculator-header--animate,.pokemon-catch-rate-calculator-header-image,.pokemon-catch-rate-calculator-header-nav-arrow,.pokemon-catch-rate-calculator-header *{animation:none!important}.pokemon-catch-rate-calculator-header *{transition-duration:.01ms!important}}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-action-bar>*{pointer-events:auto}.pokemon-catch-rate-calculator-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-catch-rate-calculator-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-catch-rate-calculator-header-action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pokemon-catch-rate-calculator-header-action-btn:active .pokemon-catch-rate-calculator-header-action-ring{transform:scale(.97);transition:transform .1s ease}.pokemon-catch-rate-calculator-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-action-btn:hover .pokemon-catch-rate-calculator-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pokemon-catch-rate-calculator-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pokemon-catch-rate-calculator-header-action-btn:hover .pokemon-catch-rate-calculator-header-action-ring svg{color:#fffc}.pokemon-catch-rate-calculator-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pokemon-catch-rate-calculator-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pokemon-catch-rate-calculator-header-action-label:has(.pokemon-catch-rate-calculator-header-action-label-state){display:inline-grid}.pokemon-catch-rate-calculator-header-action-label-state{grid-column:1 / 2;grid-row:1 / 2;transition:opacity .12s ease}.pokemon-catch-rate-calculator-header-action-btn:not(.is-active) .pokemon-catch-rate-calculator-header-action-label-state[data-state=active]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-catch-rate-calculator-header-action-btn.is-active .pokemon-catch-rate-calculator-header-action-label-state[data-state=default]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-catch-rate-calculator-header-action--rose.is-active .pokemon-catch-rate-calculator-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pokemon-catch-rate-calculator-header-action--rose.is-active .pokemon-catch-rate-calculator-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pokemon-catch-rate-calculator-header-action--rose.is-active .pokemon-catch-rate-calculator-header-action-label strong{color:#f43f5ecc}.pokemon-catch-rate-calculator-header-action-btn .fav-icon-outline{display:block}.pokemon-catch-rate-calculator-header-action-btn .fav-icon-filled,.pokemon-catch-rate-calculator-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-catch-rate-calculator-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-share-dropdown{animation:none}}.pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header-share-option:hover{background:#ffffff1a;color:#fff}.pokemon-catch-rate-calculator-header-share-option:active{opacity:.8}.pokemon-catch-rate-calculator-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-catch-rate-calculator-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-catch-rate-calculator-header-share-option[data-platform=twitter]:hover{background:#1da1f226;color:#1da1f2}.pokemon-catch-rate-calculator-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pokemon-catch-rate-calculator-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pokemon-catch-rate-calculator-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pokemon-catch-rate-calculator-header-action-ring .share-icon-apple,.pokemon-catch-rate-calculator-header-action-ring .share-icon-android{display:none}.pokemon-catch-rate-calculator-header-action-ring .share-icon-other,[data-share-platform=apple] .pokemon-catch-rate-calculator-header-action-ring .share-icon-apple{display:block}[data-share-platform=apple] .pokemon-catch-rate-calculator-header-action-ring .share-icon-other{display:none}[data-share-platform=android] .pokemon-catch-rate-calculator-header-action-ring .share-icon-android{display:block}[data-share-platform=android] .pokemon-catch-rate-calculator-header-action-ring .share-icon-other{display:none}[data-share-platform=other] .pokemon-catch-rate-calculator-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-catch-rate-calculator-header-action-bar{padding:12px 16px}.pokemon-catch-rate-calculator-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-catch-rate-calculator-header-action-bar{padding:10px 12px}.pokemon-catch-rate-calculator-header-action-bar-right{gap:8px}.pokemon-catch-rate-calculator-header-action-label{display:none}.pokemon-catch-rate-calculator-header-action-ring{width:40px;height:40px}}.pokemon-catch-rate-calculator-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-catch-rate-calculator-header-gradient-svg{width:100%;height:100%}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header:hover .pokemon-catch-rate-calculator-header-ambient-wrap,.pokemon-catch-rate-calculator-header--active .pokemon-catch-rate-calculator-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-catch-rate-calculator-header [class$=-ambient],.pokemon-catch-rate-calculator-header .rb-ambient,.pokemon-catch-rate-calculator-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-catch-rate-calculator-header:hover [class$=-ambient],.pokemon-catch-rate-calculator-header:hover .rb-ambient,.pokemon-catch-rate-calculator-header:hover [data-ambient-layer],.pokemon-catch-rate-calculator-header--active [class$=-ambient],.pokemon-catch-rate-calculator-header--active .rb-ambient,.pokemon-catch-rate-calculator-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.pokemon-catch-rate-calculator-header .pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header-figure{margin:0;padding:0}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-breathe 6s ease-in-out infinite}@keyframes pokemon-catch-rate-calculator-header-breathe{0%,to{opacity:1}50%{opacity:.92}}.pokemon-catch-rate-calculator-header:hover .pokemon-catch-rate-calculator-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-catch-rate-calculator-header .pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal){height:auto;min-height:calc(var(--fh-height) + var(--fh-nav-space,0px))}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-visual{position:relative;inset:auto;width:100%;height:var(--fh-visual-zone,240px);padding-bottom:0}.pokemon-catch-rate-calculator-header--has-action-bar:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-visual{margin-top:var(--fh-zone-action,76px)}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-overlay{position:relative;top:auto;bottom:auto;padding:8px 16px calc(12px + var(--fh-nav-space,0px))}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-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-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-visual:before{display:none}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-image{transform:none}.pokemon-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-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-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-nav{bottom:auto;height:var(--fh-visual-zone,180px)}.pokemon-catch-rate-calculator-header--has-action-bar:not(.pokemon-catch-rate-calculator-header--minimal) .pokemon-catch-rate-calculator-header-nav{top:var(--fh-zone-action,76px)}.pokemon-catch-rate-calculator-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-catch-rate-calculator-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-catch-rate-calculator-header-meta dt{font-size:10px;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pokemon-catch-rate-calculator-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.pokemon-catch-rate-calculator-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-header-nav-link:hover,.pokemon-catch-rate-calculator-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-catch-rate-calculator-header-nav-prev:hover,.pokemon-catch-rate-calculator-header-nav-prev:focus-visible{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-catch-rate-calculator-header-nav-next:hover,.pokemon-catch-rate-calculator-header-nav-next:focus-visible{background:linear-gradient(-90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-nav-link:hover .pokemon-catch-rate-calculator-header-nav-img,.pokemon-catch-rate-calculator-header-nav-link:focus-visible .pokemon-catch-rate-calculator-header-nav-img{transform:scale(1.1)}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-nav-icon svg{width:100%;height:100%}.pokemon-catch-rate-calculator-header-nav-link:hover .pokemon-catch-rate-calculator-header-nav-icon,.pokemon-catch-rate-calculator-header-nav-link:focus-visible .pokemon-catch-rate-calculator-header-nav-icon{transform:scale(1.1)}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-nav-link:hover .pokemon-catch-rate-calculator-header-nav-name,.pokemon-catch-rate-calculator-header-nav-link:focus-visible .pokemon-catch-rate-calculator-header-nav-name{opacity:1}.pokemon-catch-rate-calculator-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-catch-rate-calculator-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-catch-rate-calculator-header-arrow-pulse{0%,to{opacity:.6}50%{opacity:1}}.pokemon-catch-rate-calculator-header-nav-link:hover .pokemon-catch-rate-calculator-header-nav-arrow,.pokemon-catch-rate-calculator-header-nav-link:focus-visible .pokemon-catch-rate-calculator-header-nav-arrow{color:#fff;animation:none}.pokemon-catch-rate-calculator-header-nav-prev:hover .pokemon-catch-rate-calculator-header-nav-arrow{transform:translate(-3px)}.pokemon-catch-rate-calculator-header-nav-next:hover .pokemon-catch-rate-calculator-header-nav-arrow{transform:translate(3px)}.pokemon-catch-rate-calculator-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-catch-rate-calculator-header{--fh-height:260px;--fh-image-size:180px;--fh-visual-zone:220px}.pokemon-catch-rate-calculator-header-name{font-size:28px}}@media(max-width:768px){.pokemon-catch-rate-calculator-header{--fh-height:240px;--fh-image-size:160px;--fh-visual-zone:200px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-catch-rate-calculator-header--has-nav{--fh-nav-space:70px}.pokemon-catch-rate-calculator-header-name{font-size:26px}.pokemon-catch-rate-calculator-header-nav-img{width:64px;height:64px}.pokemon-catch-rate-calculator-header-nav-arrow{font-size:20px}.pokemon-catch-rate-calculator-header-nav-name{font-size:10px;max-width:60px;opacity:.6}.pokemon-catch-rate-calculator-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-catch-rate-calculator-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-catch-rate-calculator-header:not(.pokemon-catch-rate-calculator-header--has-nav){border-radius:6px}.pokemon-catch-rate-calculator-header--has-nav{border-radius:6px 6px 0 0}.pokemon-catch-rate-calculator-header-image{transform:translateY(-16px)}.pokemon-catch-rate-calculator-header .pokemon-catch-rate-calculator-header-overlay{padding:0 16px}.pokemon-catch-rate-calculator-header-name{font-size:22px}.pokemon-catch-rate-calculator-header-subtitle{font-size:11px}.pokemon-catch-rate-calculator-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-catch-rate-calculator-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-catch-rate-calculator-header-badge{font-size:9px;padding:3px 7px}.pokemon-catch-rate-calculator-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-catch-rate-calculator-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-catch-rate-calculator-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-catch-rate-calculator-header-nav-img{width:44px;height:44px}.pokemon-catch-rate-calculator-header-nav-arrow{order:1!important;font-size:16px}.pokemon-catch-rate-calculator-header-nav-img{order:2!important}.pokemon-catch-rate-calculator-header-nav-name{order:3!important;display:none}.pokemon-catch-rate-calculator-header-meta{gap:10px}.pokemon-catch-rate-calculator-header-meta dt{font-size:9px}.pokemon-catch-rate-calculator-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-catch-rate-calculator-header{--fh-height:200px;--fh-image-size:115px;--fh-visual-zone:165px}.pokemon-catch-rate-calculator-header .pokemon-catch-rate-calculator-header-overlay{padding:0 12px}.pokemon-catch-rate-calculator-header-name{font-size:20px}.pokemon-catch-rate-calculator-header-nav-link{min-height:44px}.pokemon-catch-rate-calculator-header-nav-img{width:44px;height:44px}}.pokemon-catch-rate-calculator-content-wrapper{display:grid;grid-template-rows:1fr}.pokemon-catch-rate-calculator-content-content-inner{overflow:hidden;min-height:0}.pokemon-ball-progression-content-wrapper{display:grid;grid-template-rows:1fr}.pokemon-ball-progression-content-content-inner{overflow:hidden;min-height:0}.pokemon-catch-rate-calculator-how-to-catch-wrapper{display:grid;grid-template-rows:1fr}.pokemon-catch-rate-calculator-how-to-catch-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-catch-rate-calculator-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-catch-rate-calculator-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-catch-rate-calculator-scroll-nav-link:hover:before,.pokemon-catch-rate-calculator-scroll-nav-link.active:before,.pokemon-catch-rate-calculator-scroll-nav-link:hover+.pokemon-catch-rate-calculator-scroll-nav-link:before,.pokemon-catch-rate-calculator-scroll-nav-link.active+.pokemon-catch-rate-calculator-scroll-nav-link:before{opacity:0}.pokemon-catch-rate-calculator-scroll-nav-link:hover:not(.active){color:#ffffffe6;background:#ffffff0d}.pokemon-catch-rate-calculator-scroll-nav-link:not(.active):not(:hover){background:transparent}.pokemon-catch-rate-calculator-scroll-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.pokemon-catch-rate-calculator-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-catch-rate-calculator-scroll-nav-link:not(.active):after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pokemon-catch-rate-calculator-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-catch-rate-calculator-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-catch-rate-calculator-scroll-nav-link:focus:not(.active){background:transparent}@media(max-width:768px){.pokemon-catch-rate-calculator-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-catch-rate-calculator-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-catch-rate-calculator-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-catch-rate-calculator-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-catch-rate-calculator-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-catch-rate-calculator-scroll-nav-link,.pokemon-catch-rate-calculator-scroll-nav-link:before,.pokemon-catch-rate-calculator-scroll-nav-link:after,.pokemon-catch-rate-calculator-scroll-nav,.pokemon-catch-rate-calculator-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-catch-rate-calculator-scroll-nav-top,#catch-rate-calculator-content,#pokeball-progression,#how-to-catch-pokemon{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-catch-rate-calculator-section-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.pokemon-catch-rate-calculator-section-icon{width:18px;height:18px}}@media(max-width:640px){.pokemon-catch-rate-calculator-section-icon{width:16px;height:16px}}.catch-calc{max-width:800px;margin:0 auto;padding:0 0 48px;font-family:system-ui,-apple-system,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.catch-calc__game-picker{margin-bottom:18px}.catch-calc__game-picker-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#71717a;margin-bottom:8px;padding-left:10px;border-left:3px solid #ef4444;line-height:1.3}.catch-calc__game-chips{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px}.catch-calc__game-chip{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 12px;min-height:44px;background:#17171b;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;font-family:inherit;text-align:left;transition:transform .15s cubic-bezier(.2,.8,.2,1),border-color .15s ease,background .15s ease,box-shadow .2s ease}.catch-calc__game-chip:hover{background:#1f1f25;border-color:#ffffff2e;transform:translateY(-1px)}.catch-calc__game-chip:active{transform:translateY(0)}.catch-calc__game-chip:focus-visible{outline:2px solid rgba(239,68,68,.9);outline-offset:2px}.catch-calc__game-chip--active,.catch-calc__game-chip[aria-checked=true]{background:#ef444424;border-color:#f871718c;box-shadow:0 0 0 1px #f871712e inset,0 6px 18px -8px #ef444466}.game-chip__name{font-size:12px;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.game-chip__gen{font-size:9px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.6px;margin-top:2px}.catch-calc__game-chip--active .game-chip__gen,.catch-calc__game-chip[aria-checked=true] .game-chip__gen{color:#fca5a5}@media(max-width:480px){.catch-calc__game-chips{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px;gap:8px;scrollbar-width:thin}.catch-calc__game-chips::-webkit-scrollbar{height:4px}.catch-calc__game-chips::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.catch-calc__game-chip{flex:0 0 auto;flex-direction:row;align-items:center;gap:6px;min-height:44px;padding:10px 14px;border-radius:9999px;scroll-snap-align:start}.game-chip__name{font-size:12px}.game-chip__gen{margin-top:0;padding-left:6px;border-left:1px solid rgba(255,255,255,.12)}}@media(prefers-reduced-motion:reduce){.catch-calc__game-chip{transition:none}.catch-calc__game-chip:hover{transform:none}}.catch-calc__search{position:relative;margin-bottom:20px;padding:14px 20px;background:linear-gradient(180deg,#1d1d22,#1e1e23);border:1px solid rgba(255,255,255,.07);border-radius:14px;box-shadow:0 8px 28px #00000059,inset 0 1px #ffffff0d}.catch-calc__search:has(+.catch-calc__identity:not([hidden])){border-bottom-color:#ffffff0a;border-radius:14px 14px 0 0;margin-bottom:0;padding-bottom:12px}.catch-calc__search+.catch-calc__identity:not([hidden]){border-top:none;border-radius:0 0 14px 14px}.catch-calc__label{display:block;font-size:14px;font-weight:500;color:#e0e0e4;margin-bottom:6px}.catch-calc__label-value{float:right;font-weight:600;color:#fff}.catch-calc__label-hint{font-size:12px;font-weight:400;color:#a0a0a8}.catch-calc__search-input{width:100%;box-sizing:border-box;padding:12px 16px;font-size:16px;color:#fff!important;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:8px;outline:none;transition:border-color .15s ease}.catch-calc__search-input:focus{border-color:#ffffff4d;box-shadow:0 0 0 2px #ffffff14}.catch-calc__search-input::placeholder{color:#666670}.cc-input-wrap{position:relative}.cc-edit-hint{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#ffffff8c;pointer-events:none;user-select:none;white-space:nowrap;transition:opacity .15s ease}.cc-edit-hint:after{content:"Click or tap to change"}@media(max-width:480px){.cc-edit-hint:after{content:"Tap to edit"}}.catch-calc__search-input:focus~.cc-edit-hint{opacity:0}.catch-calc__suggestions{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:4px;background:#1a1a1e;border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:100;list-style:none;max-height:320px;overflow-y:auto}.catch-calc__suggestions[hidden]{display:none}.catch-calc__suggestion{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background .1s ease}.catch-calc__suggestion:hover,.catch-calc__suggestion[aria-selected=true]{background:#222228}.catch-calc__suggestion-sprite{width:40px;height:40px;object-fit:contain;flex-shrink:0}.catch-calc__suggestion-info{flex:1;min-width:0}.catch-calc__suggestion-name{font-size:15px;font-weight:500;color:#fff}.catch-calc__suggestion-dex{font-size:13px;color:#a0a0a8;margin-left:6px}.catch-calc__suggestion-meta{display:flex;align-items:center;gap:6px;margin-top:2px}.catch-calc__suggestion-diff{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.catch-calc__notable{margin-bottom:18px}.catch-calc__notable-label{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px;padding-left:10px;border-left:3px solid #f59e0b;line-height:1.3}.catch-calc__notable-list{display:flex;flex-wrap:wrap;gap:6px}.catch-calc__notable-chip{--glow-color:rgba(255,255,255,.25);position:relative;display:inline-flex;align-items:center;gap:6px;padding:5px 12px 5px 5px;background:linear-gradient(180deg,#1d1d22,#141418);border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;overflow:hidden;isolation:isolate;font-size:12px;font-weight:600;color:#fff;min-height:2.25rem;line-height:1;transition:transform .18s cubic-bezier(.2,.8,.2,1),border-color .2s ease,box-shadow .3s ease}.catch-calc__notable-chip:before{content:"";position:absolute;inset:1px;border-radius:9px;background:radial-gradient(ellipse 70% 140% at 20% 50%,var(--glow-color) 0%,transparent 70%);opacity:.6;z-index:-1;transition:opacity .3s ease}.catch-calc__notable-chip:hover{transform:translateY(-1px);border-color:var(--glow-color);box-shadow:0 6px 18px -8px var(--glow-color),0 0 0 1px var(--glow-color) inset}.catch-calc__notable-chip:hover:before{opacity:.95}.catch-calc__notable-chip:hover .catch-calc__notable-sprite{transform:scale(1.1)}.catch-calc__notable-chip:active{transform:translateY(0) scale(.98)}.catch-calc__notable-chip:focus-visible{outline:2px solid rgba(245,158,11,.9);outline-offset:2px}.catch-calc__notable-sprite{position:relative;width:32px;height:32px;object-fit:contain;image-rendering:pixelated;z-index:1;flex-shrink:0;transition:transform .2s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.catch-calc__notable-name{position:relative;z-index:1;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.8)}@media(max-width:480px){.catch-calc__notable-chip{min-height:2.5rem;padding:6px 12px 6px 6px;font-size:11px}.catch-calc__notable-sprite{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.catch-calc__notable-chip,.catch-calc__notable-chip:before,.catch-calc__notable-sprite{transition:none}.catch-calc__notable-chip:hover{transform:none}}@media(prefers-reduced-motion:reduce){.catch-calc__notable-chip,.catch-calc__notable-chip:before,.catch-calc__notable-glow,.catch-calc__notable-sprite{transition:none}.catch-calc__notable-chip:hover{transform:none}}.catch-calc__identity{display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#1d1d22,#161619);border:1px solid rgba(255,255,255,.07);border-radius:14px;margin-bottom:20px;box-shadow:0 8px 28px #00000059,inset 0 1px #ffffff0d}.catch-calc__identity[hidden]{display:none}.cc-identity__top{display:flex;align-items:center;gap:18px}@keyframes cc-pkmn-swap{0%{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes cc-pkmn-swap-subtle{0%{opacity:.6}to{opacity:1}}.cc-identity__top.cc-swapping{animation:cc-pkmn-swap .22s ease-out}.catch-calc__result.cc-swapping,.catch-calc__comparison.cc-swapping{animation:cc-pkmn-swap-subtle .22s ease-out}@media(prefers-reduced-motion:reduce){.cc-identity__top.cc-swapping,.catch-calc__result.cc-swapping,.catch-calc__comparison.cc-swapping{animation:none}}.cc-identity__sprite-wrap{width:84px;height:84px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,#ffffff0f,#ffffff05 70%);border:1px solid rgba(255,255,255,.06);border-radius:10px;box-shadow:inset 0 1px #ffffff0a}.cc-identity__sprite{width:72px;height:72px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 3px 6px rgba(0,0,0,.45))}.cc-identity__info{flex:1;min-width:0}.cc-identity__name{font-size:22px;font-weight:800;color:#fff;margin:0 0 5px;line-height:1.15;letter-spacing:-.015em}.cc-identity__dex{font-size:13px;font-weight:500;color:#6b6b73;letter-spacing:.02em}.cc-identity__types{display:flex;gap:6px;margin-bottom:8px}.cc-type-pill{display:inline-block;padding:3px 11px;border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#fff;box-shadow:0 1px 3px #0000004d,inset 0 1px #ffffff26}.cc-identity__catch-rate{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:#71717a;margin-bottom:6px}.cc-identity__catch-rate strong{color:#fff;font-size:17px;font-weight:800;letter-spacing:-.01em;margin-left:2px}.cc-identity__find{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 6px 10px;margin-top:4px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);border-radius:9999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#fbbf24;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease;min-height:28px}.cc-identity__find[hidden]{display:none}.cc-identity__find:hover{background:#f59e0b33;border-color:#f59e0b99;color:#fde68a;transform:translateY(-1px)}.cc-identity__find:active{transform:translateY(0)}.cc-identity__find:focus-visible{outline:2px solid rgba(245,158,11,.9);outline-offset:2px}.cc-identity__find svg{flex-shrink:0}.cc-identity__hp{padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}.cc-identity__hp .catch-calc__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#71717a;margin-bottom:10px}.cc-identity__hp .catch-calc__slider-row{gap:10px}.cc-identity__hp .catch-calc__slider{height:8px;border-radius:4px}.cc-identity__hp .catch-calc__slider::-webkit-slider-thumb{width:22px;height:22px;box-shadow:0 2px 8px #00000080,0 0 0 3px #ffffff14}.cc-identity__hp .catch-calc__slider::-moz-range-thumb{width:22px;height:22px;box-shadow:0 2px 8px #00000080,0 0 0 3px #ffffff14}.cc-identity__hp .catch-calc__number-input{width:52px;padding:6px 4px;font-size:13px;font-weight:700;color:#fff!important;background:#0f0f12;border-color:#ffffff1a;border-radius:7px}.cc-identity__hp .catch-calc__slider-unit{font-weight:600;color:#71717a}.catch-calc__inputs{border:none;padding:0;margin:0 0 4px}.catch-calc__input-group{margin-bottom:20px}.catch-calc__input-group[hidden]{display:none}.cc-collapsible{overflow:hidden;max-height:200px;opacity:1;padding:10px 12px;margin-left:-12px;margin-right:-12px;transform:translateY(0);transition:max-height .3s ease,opacity .25s ease,padding-top .3s ease,padding-bottom .3s ease,margin-bottom .3s ease,transform .3s ease}.cc-collapsible.is-collapsed{max-height:0;opacity:0;padding-top:0;padding-bottom:0;margin-bottom:0;transform:translateY(-4px);pointer-events:none}@media(prefers-reduced-motion:reduce){.cc-collapsible{transition:none}}.catch-calc__slider-row{display:flex;align-items:center;gap:8px}.catch-calc__slider{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#ef4444,#eab308,#22c55e);border-radius:3px;outline:none;cursor:pointer;touch-action:none}.catch-calc__slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid rgba(0,0,0,.2);cursor:pointer;box-shadow:0 1px 3px #0000004d}.catch-calc__slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:2px solid rgba(0,0,0,.2);cursor:pointer;box-shadow:0 1px 3px #0000004d}.catch-calc__number-input{width:56px;padding:6px 4px;font-size:14px;text-align:center;color:#fff!important;background:#1a1a1e;border:1px solid rgba(255,255,255,.08);border-radius:6px;outline:none}.catch-calc__number-input:focus{border-color:#ffffff40}.catch-calc__slider-unit{font-size:13px;color:#a0a0a8;width:16px}.catch-calc__input-group--turn .catch-calc__slider{background:linear-gradient(to right,#3b82f6,#22c55e)}.catch-calc__input-group--nestlevel .catch-calc__slider{background:linear-gradient(to right,#22c55e,#eab308,#ef4444)}.catch-calc__input-group--level .catch-calc__slider{background:linear-gradient(to right,#6366f1,#8b5cf6,#22c55e)}.catch-calc__pills{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.catch-calc__pills--multi{grid-template-columns:repeat(3,1fr)}.catch-calc__pill{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 6px;min-height:36px;font-size:13px;font-weight:500;color:#ffffffeb;background:#17171b;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease;-webkit-user-select:none;user-select:none;text-align:center;line-height:1.3}.catch-calc__pill:active{transform:scale(.97)}.catch-calc__pill:hover{background:#1f1f25;border-color:#ffffff2e}.catch-calc__pill--active,.catch-calc__pill[aria-checked=true]{background:#3b82f624;border-color:#60a5fa8c;color:#bfdbfe;box-shadow:0 0 0 1px #60a5fa26 inset}.catch-calc__pill--ineffective{opacity:.55}.catch-calc__pill--ineffective:hover{opacity:.8}.catch-calc__pill--harmful{opacity:.85;border-color:#ef44448c;box-shadow:0 0 0 1px #ef444426 inset}.catch-calc__pill--harmful:hover{border-color:#ef4444cc}.catch-calc__pill--harmful[aria-checked=true]{background:#ef44441a;border-color:#ef4444b3;color:#fca5a5}.catch-calc__pill{position:relative}.pill__rank-badge{position:absolute;top:3px;right:3px;font-size:10px;font-weight:800;padding:1px 5px;border-radius:8px;letter-spacing:.02em;font-variant-numeric:tabular-nums;line-height:1.3;pointer-events:none;z-index:1}.pill__rank-badge[hidden]{display:none}.pill__rank-badge--1{background:linear-gradient(135deg,#fde68a,#d97706);color:#1a1a1a;box-shadow:0 0 0 1px #fbbf2459}.pill__rank-badge--2{background:linear-gradient(135deg,#f1f5f9,#94a3b8);color:#1a1a1a;box-shadow:0 0 0 1px #cbd5e159}.pill__rank-badge--3{background:linear-gradient(135deg,#fed7aa,#c2410c);color:#1a1a1a;box-shadow:0 0 0 1px #fdba7459}.pill__ball-sprite{width:32px;height:32px;object-fit:contain;margin-bottom:2px;image-rendering:-webkit-optimize-contrast;transition:transform .15s ease,filter .15s ease}.catch-calc__pill:hover .pill__ball-sprite{transform:scale(1.08)}.catch-calc__pill[aria-checked=true] .pill__ball-sprite{filter:drop-shadow(0 0 6px rgba(96,165,250,.55))}.pill__label{font-size:12px;font-weight:600;letter-spacing:-.01em}.pill__bonus{font-size:9px;font-weight:500;color:#ffffff6b;margin-top:2px;letter-spacing:.03em;text-transform:uppercase}.pill__bonus:empty{display:none}.pill__catch-pct{font-size:13px;font-weight:800;margin-top:3px;min-height:16px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pill__catch-pct:empty{display:none}.pill__catch-pct--vhigh{color:#34d399}.pill__catch-pct--high{color:#a3e635}.pill__catch-pct--medium{color:#fcd34d}.pill__catch-pct--low{color:#fb923c}.pill__catch-pct--vlow{color:#f87171}.catch-calc__pill[aria-checked=true] .pill__bonus{color:#bfdbfe99}.catch-calc__hint{font-size:12px;color:#a0a0a8;margin-top:6px;min-height:18px;transition:color .15s ease}#cc-scenario-pills{display:flex;flex-wrap:wrap;gap:6px}#cc-scenario-pills .catch-calc__pill{width:120px;flex-shrink:0}#cc-scenario-pills .pill--md{width:92px;padding:6px 5px}#cc-scenario-pills .pill--md .pill__ball-sprite{width:26px;height:26px}#cc-scenario-pills .pill--md .pill__catch-pct{font-size:12px}#cc-scenario-pills .pill--sm{width:72px;padding:5px 4px}#cc-scenario-pills .pill--sm .pill__ball-sprite{width:22px;height:22px}#cc-scenario-pills .pill--sm .pill__label,#cc-scenario-pills .pill--sm .pill__catch-pct{font-size:11px}#cc-status-pills{gap:6px}#cc-status-pills .catch-calc__pill{padding:8px 6px;min-height:40px}#cc-status-pills .pill__label{font-size:14px;font-weight:700;letter-spacing:.01em}#cc-status-pills .pill__bonus{font-size:11px;font-weight:600;color:#ffffffb3;margin-top:2px}.catch-calc__unsupported{padding:32px 24px;background:#f59e0b0f;border:1px solid rgba(245,158,11,.15);border-radius:12px;text-align:center}.catch-calc__unsupported h3{font-size:18px;font-weight:600;margin:0 0 12px;color:#fbbf24}.catch-calc__unsupported p{font-size:14px;line-height:1.6;color:#a0a0a8;margin:0 0 12px}.catch-calc__unsupported p:last-child{margin-bottom:0}.catch-calc__result{padding-top:24px;border-top:1px solid rgba(255,255,255,.06);margin-top:4px}.catch-calc__empty{text-align:center;padding:32px 16px;color:#a0a0a8;font-size:15px}.catch-calc__empty p{margin:0 0 8px}.catch-calc__empty-hint{font-size:13px;color:#666670}.catch-calc__result-content[hidden]{display:none}.catch-calc__ring-panel{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin-bottom:20px}.catch-calc__ring-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:0;position:relative;scroll-margin-top:120px}.catch-calc__ring{width:140px;height:140px}.catch-calc__why{background:linear-gradient(180deg,#ffffff06,#ffffff03);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px 16px;min-height:0}.catch-calc__why:empty{display:none}.cc-why__title{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#a1a1aa;margin-bottom:10px}.cc-why__stats{display:grid;grid-template-columns:90px 1fr;gap:5px 12px;font-size:13px;margin-bottom:10px}.cc-why__label{color:#71717a;font-weight:500}.cc-why__value{color:#e4e4e7;font-weight:600}.cc-why__story{font-size:12.5px;color:#ffffffa6;line-height:1.55;margin:0;padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}.cc-why__story strong{color:#e4e4e7;font-weight:600}.ring__bg{stroke:#ffffff0f}.ring__fill{transition:stroke-dashoffset .4s ease-out,stroke .3s ease}.ring--low .ring__fill,.ring__fill.ring--low{stroke:#ef4444}.ring--medium .ring__fill,.ring__fill.ring--medium{stroke:#eab308}.ring--high .ring__fill,.ring__fill.ring--high{stroke:#22c55e}.ring--vhigh .ring__fill,.ring__fill.ring--vhigh{stroke:#10b981}.catch-calc__ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.ring__percent{display:block;font-size:28px;font-weight:700;color:#fff;line-height:1}.ring__label{display:block;font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:.5px;color:#a0a0a8;margin-top:2px}.ring__throws{display:block;font-size:13px;font-weight:500;color:#e0e0e4;margin-top:4px}.catch-calc__critical{text-align:center;font-size:13px;color:#a0a0a8;margin-bottom:20px}.catch-calc__critical strong{color:#e0e0e4}.cc-why__header{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#3b82f60f;border:1px solid rgba(59,130,246,.18);border-radius:10px;margin-bottom:10px}.cc-why__sprite{width:32px;height:32px;object-fit:contain;flex-shrink:0;image-rendering:pixelated}.cc-why__ball-name{font-size:16px;font-weight:700;color:#fff;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-why__modifier{font-size:15px;font-weight:700;color:#4ade80;flex-shrink:0}.cc-why__reason{display:block;font-size:12px;color:#a0a0a8;margin-bottom:12px;padding:0 2px}.cc-why__reason:empty{display:none}.cc-why__header--master{background:linear-gradient(135deg,#8000ff1a,#ff00800d);border-color:#8000ff40}.cc-why__header--master .cc-why__modifier{color:#a78bfa}.catch-calc__comparison{margin-bottom:24px}.comparison__title{font-size:16px;font-weight:600;color:#fff;margin:0 0 12px;display:flex;align-items:baseline;gap:8px}.comparison__count{font-size:13px;font-weight:400;color:#a0a0a8}.comparison__list{display:flex;flex-direction:column;gap:2px}.comparison__row{display:grid;grid-template-columns:48px auto auto 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 8px;padding:10px 12px;background:#1a1a1e;border-radius:8px;transition:background .1s ease;cursor:pointer}.comparison__row:hover{background:#222228}.comparison__row--selected{background:#3b82f614!important;border-left:3px solid #3b82f6}.comparison__row--selected .comparison__name{color:#93c5fd}.comparison__row--master{background:linear-gradient(135deg,#8000ff0f,#ff008008);border:1px solid rgba(128,0,255,.15)}.comparison__row--ineffective{opacity:.55}.comparison__row--ineffective .comparison__bar{opacity:.7}.comparison__row--harmful{opacity:.85;border-left:3px solid #ef4444;padding-left:9px}.comparison__row--harmful .comparison__bar{opacity:.85}.comparison__structural-note{display:block;font-size:12px;color:#a0a0a8;margin-top:4px;font-style:italic}.comparison__row--harmful .comparison__structural-note{color:#fca5a5;font-style:normal;font-weight:600}.comparison__row{position:relative}.comparison__rank-badge{position:absolute;top:6px;right:10px;font-size:11px;font-weight:800;padding:2px 7px;border-radius:10px;letter-spacing:.02em;font-variant-numeric:tabular-nums;line-height:1.4;z-index:1;pointer-events:none}.comparison__rank-badge--1{background:linear-gradient(135deg,#fde68a,#d97706);color:#1a1a1a;box-shadow:0 0 0 1px #fbbf2459,0 2px 4px #d9770640}.comparison__rank-badge--2{background:linear-gradient(135deg,#f1f5f9,#94a3b8);color:#1a1a1a;box-shadow:0 0 0 1px #cbd5e159,0 2px 4px #94a3b840}.comparison__rank-badge--3{background:linear-gradient(135deg,#fed7aa,#c2410c);color:#1a1a1a;box-shadow:0 0 0 1px #fdba7459,0 2px 4px #c2410c40}.comparison__sprite{width:48px;height:48px;object-fit:contain;grid-row:1/3;grid-column:1;align-self:center}.comparison__info{min-width:0;grid-row:1;grid-column:2/-1}.comparison__name{font-size:14px;font-weight:500;color:#fff;display:block}.comparison__trigger{font-size:11px;font-weight:500;color:#93c5fd;display:block;margin-top:2px;letter-spacing:.02em}.comparison__condition{font-size:11px;color:#a0a0a8;display:block;margin-top:1px}.comparison__description{font-size:12px;color:#ffffff8c;display:block;margin-top:4px;line-height:1.5;white-space:normal;word-wrap:break-word}.comparison__modifier{font-size:13px;font-weight:600;color:#4ade80;text-align:left;grid-row:2;grid-column:2}.comparison__prob{font-size:14px;font-weight:700;color:#fff;text-align:left;grid-row:2;grid-column:3}.comparison__bar-wrap{grid-row:2;grid-column:4;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden;margin-top:0;position:relative}.comparison__bar-max{position:absolute;top:0;left:0;height:100%;border-radius:4px;background:#4ade8026;min-width:4px}.comparison__bar{position:relative;height:100%;border-radius:4px;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .2s ease-out;min-width:4px}.comparison__best{font-size:12px;font-weight:500;color:#4ade80;display:block;margin-top:4px}.comparison__row--hidden{display:none}.comparison__show-all{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;margin-top:8px;font-size:13px;font-weight:500;color:#a0a0a8;background:#1a1a1e;border:1px solid rgba(255,255,255,.06);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.comparison__show-all:hover{background:#222228;color:#fff}.comparison__show-all[hidden]{display:none}.comparison__show-all[aria-expanded=true] svg{transform:rotate(180deg)}.comparison__gen2-note{margin-top:12px;padding:10px 12px;background:#f59e0b0a;border:1px solid rgba(245,158,11,.1);border-radius:6px;font-size:12px;color:#a0a0a8;line-height:1.5}.comparison__gen2-note[hidden]{display:none}.catch-calc__cta{margin-bottom:32px}.catch-calc__cta[hidden]{display:none}.catch-calc__cta-link{display:block;text-align:center;padding:14px 20px;font-size:14px;font-weight:500;color:#93c5fd;background:#3b82f60f;border:1px solid rgba(59,130,246,.15);border-radius:8px;text-decoration:none;transition:background .15s ease,transform .15s ease,border-color .15s ease}.catch-calc__cta-link:hover{background:#3b82f61f;border-color:#3b82f640;transform:translateY(-1px)}.catch-calc__seo{padding-top:32px;border-top:1px solid rgba(255,255,255,.06);color:#a0a0a8;font-size:14px;line-height:1.7}.catch-calc__seo h2{font-size:18px;font-weight:600;color:#e0e0e4;margin:0 0 12px}.catch-calc__seo h3{font-size:16px;font-weight:600;color:#e0e0e4;margin:20px 0 8px}.catch-calc__seo p{margin:0 0 12px}.catch-calc__seo ul{margin:0 0 12px;padding-left:24px;list-style:disc}.catch-calc__seo li{margin:0 0 6px}.catch-calc__seo li strong{color:#e0e0e4}.catch-calc__seo-note{margin-top:16px;padding-top:10px;border-top:1px dashed rgba(255,255,255,.1);font-size:13px;color:#909098;font-style:italic}.catch-calc__seo .catch-calc__step-intro{display:flex;align-items:flex-start;gap:12px;padding:16px 0 4px;margin:10px 0 4px;border-top:1px solid rgba(255,255,255,.1)}.catch-calc__step-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f647,#3b82f61a);border:1px solid rgba(59,130,246,.45);color:#93c5fd;font-weight:700;font-size:15px;line-height:1;box-shadow:0 1px 3px #3b82f633}.catch-calc__step-text{flex:1;min-width:0}.catch-calc__step-title{color:#e8e8ec;font-weight:700}.catch-calc__move-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-left:4px solid #71717a;border-radius:6px;padding:12px 14px;margin:12px 0 14px}.catch-calc__type--normal{border-left-color:#a8a77a}.catch-calc__type--grass{border-left-color:#7ac74c}.catch-calc__type--fire{border-left-color:#ee8130}.catch-calc__type--water{border-left-color:#6390f0}.catch-calc__type--electric{border-left-color:#f7d02c}.catch-calc__type--ice{border-left-color:#96d9d6}.catch-calc__type--fighting{border-left-color:#c22e28}.catch-calc__type--poison{border-left-color:#a33ea1}.catch-calc__type--ground{border-left-color:#e2bf65}.catch-calc__type--flying{border-left-color:#a98ff3}.catch-calc__type--psychic{border-left-color:#f95587}.catch-calc__type--bug{border-left-color:#a6b91a}.catch-calc__type--rock{border-left-color:#b6a136}.catch-calc__type--ghost{border-left-color:#735797}.catch-calc__type--dragon{border-left-color:#6f35fc}.catch-calc__type--dark{border-left-color:#705746}.catch-calc__type--steel{border-left-color:#b7b7ce}.catch-calc__type--fairy{border-left-color:#d685ad}.catch-calc__move-card-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:8px}.catch-calc__move-name{font-size:15px;font-weight:600;color:#e8e8ec;letter-spacing:.2px}.catch-calc__move-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.catch-calc__move-type-chip{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:2px 6px;border-radius:3px;border:1px solid;line-height:1.4}.catch-calc__move-cat-icon{width:22px;height:22px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle}.catch-calc__move-cat-icon svg{width:14px;height:14px}.catch-calc__move-cat-icon--physical{background:linear-gradient(135deg,#ff9b54,#e85d04);box-shadow:0 1px 3px #e85d0466}.catch-calc__move-cat-icon--physical svg{fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.catch-calc__move-cat-icon--special{background:linear-gradient(135deg,#5aa9e6,#1e6091);box-shadow:0 1px 3px #1e609166}.catch-calc__move-cat-icon--special svg{fill:#fff;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.catch-calc__move-cat-icon--status{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 1px 3px #6b728066}.catch-calc__move-cat-icon--status svg{fill:none;stroke:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.catch-calc__move-stats{display:flex;gap:18px;margin:0 0 8px;padding:6px 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.catch-calc__move-stats>div{display:flex;flex-direction:column;gap:2px}.catch-calc__move-stats dt{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#909098;margin:0}.catch-calc__move-stats dd{font-size:14px;font-weight:600;color:#e0e0e4;margin:0}.catch-calc__move-effect{margin-bottom:6px;color:#c0c0c8;font-size:14px}.catch-calc__move-howto{margin-bottom:8px;font-size:13px;color:#a0a0a8;line-height:1.55}.catch-calc__howto-label{font-weight:600;color:#d0d0d6}.catch-calc__move-users{margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.04)}.catch-calc__users-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#909098;margin-bottom:6px}.catch-calc__chip-strip{display:flex;flex-wrap:wrap;gap:6px}.catch-calc__poke-chip{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:6px;text-decoration:none;color:#d0d0d6;transition:background .15s,border-color .15s,color .15s;min-width:60px}.catch-calc__poke-chip--tagged{border-color:#f59e0b59;background:#f59e0b0f}.catch-calc__poke-chip--tagged:hover{border-color:#f59e0b8c;background:#f59e0b1a}.catch-calc__poke-chip-tag{display:inline-block;margin-top:3px;padding:1px 5px;border-radius:3px;font-size:11px;font-weight:700;line-height:1.2;color:#fcd34d;background:#f59e0b26;border:1px solid rgba(245,158,11,.4);white-space:nowrap}.catch-calc__poke-chip:hover{background:#ffffff12;border-color:#ffffff24;text-decoration:none;color:#fff}.catch-calc__poke-chip-sprite{width:44px;height:44px;object-fit:contain;display:block;image-rendering:pixelated;image-rendering:crisp-edges}.catch-calc__poke-chip-name{font-size:11px;font-weight:600;color:inherit;text-align:center;line-height:1.2}.catch-calc__ball-flow{margin:20px 0}.catch-calc__ball-flow-intro{margin:0 0 14px;color:#c0c0c8}.catch-calc__flow-step{display:flex;gap:14px;padding:14px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:6px;margin-bottom:10px;position:relative}.catch-calc__flow-step:before{content:"";position:absolute;left:32px;bottom:-10px;width:2px;height:10px;background:#ffffff1f}.catch-calc__flow-step:last-child:before{display:none}.catch-calc__flow-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:#22c55e;background:#22c55e1f;border:1px solid rgba(34,197,94,.3)}.catch-calc__flow-body{flex:1;min-width:0}.catch-calc__flow-q{font-size:14px;font-weight:600;color:#e0e0e4;margin-bottom:6px}.catch-calc__flow-a{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.catch-calc__flow-yes{font-size:11px;font-weight:700;color:#22c55e;letter-spacing:.5px;background:#22c55e1f;padding:2px 7px;border-radius:3px}.catch-calc__flow-arrow{color:#909098;font-size:13px}.catch-calc__flow-ball{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#fff}.catch-calc__flow-ball-icon{width:24px;height:24px;object-fit:contain;image-rendering:pixelated;image-rendering:crisp-edges;flex-shrink:0}.catch-calc__flow-mult{font-size:12px;font-weight:600;color:#22c55e;background:#22c55e0f;padding:2px 7px;border-radius:3px;white-space:nowrap}.catch-calc__flow-note{font-size:12px;color:#909098;line-height:1.5}.catch-calc__flow-default .catch-calc__flow-num{color:#fbbf24;background:#fbbf241f;border-color:#fbbf244d}.catch-calc__flow-default .catch-calc__flow-yes{color:#fbbf24;background:#fbbf241f}.catch-calc__flow-default .catch-calc__flow-mult{color:#fbbf24;background:#fbbf240f}.catch-calc__flow-fallback-label{font-size:13px;font-weight:600;color:#e0e0e4}.catch-calc__flow-tiers{display:flex;flex-direction:column;gap:8px;margin:6px 0 8px;padding:8px 0 8px 12px;border-left:2px solid rgba(251,191,36,.25)}.catch-calc__flow-tier{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catch-calc__sleep-gap-note{margin:6px 0 16px;padding:10px 14px;background:#fbbf240a;border:1px solid rgba(251,191,36,.15);border-left:3px solid rgba(251,191,36,.5);border-radius:4px;color:#c0c0c8;font-size:13px;line-height:1.6}.catch-calc__sleep-gap-note em{font-style:italic;color:#d0d0d6}@media(max-width:600px){.catch-calc__move-card{padding:10px 12px;border-left-width:4px}.catch-calc__move-stats{gap:14px}.catch-calc__move-stats dd{font-size:14px}.catch-calc__poke-chip{min-width:52px;padding:4px 6px}.catch-calc__poke-chip-sprite{width:40px;height:40px}.catch-calc__flow-step{padding:12px;gap:10px}.catch-calc__flow-num{width:32px;height:32px;font-size:14px}.catch-calc__flow-step:before{left:27px}}@media(min-width:768px){.catch-calc{max-width:1000px}.catch-calc__pills,.catch-calc__pills--multi{grid-template-columns:repeat(7,1fr)}#cc-status-pills{grid-template-columns:repeat(6,1fr)}.catch-calc__ring{width:160px;height:160px}.ring__percent{font-size:32px}.catch-calc__ring-panel{flex-direction:row;align-items:stretch;gap:24px}.catch-calc__ring-wrap{flex:0 0 200px;align-self:center}.catch-calc__why{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:16px 20px}.cc-why__stats{grid-template-columns:100px 1fr}.comparison__row{grid-template-columns:48px 1fr 44px 56px 1fr;grid-template-rows:auto;padding:10px 16px}.comparison__sprite{grid-row:1;grid-column:1}.comparison__info{grid-row:1;grid-column:2}.comparison__modifier{grid-row:1;grid-column:3;text-align:right}.comparison__prob{grid-row:1;grid-column:4;text-align:right}.comparison__bar-wrap{grid-row:1;grid-column:5;margin-top:0}.comparison__best{grid-column:2/-1}.cc-identity__sprite-wrap{width:96px;height:96px}.cc-identity__sprite{width:88px;height:88px}}@media(min-width:1200px){.catch-calc__ring{width:180px;height:180px}.ring__percent{font-size:36px}}@media(prefers-reduced-motion:reduce){.ring__fill,.comparison__bar,.catch-calc__pill{transition:none}}@media(forced-colors:active){.catch-calc__pill--active,.catch-calc__pill[aria-checked=true]{border:2px solid Highlight}.ring__fill{stroke:Highlight!important}}.pba-unified{margin:1.25rem 0;color:#ffffffe0}.pba-chart-wrap{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:0 -.5rem .75rem;padding:0 .5rem .5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 3%,#000 97%,transparent 100%)}.pba-chart-wrap::-webkit-scrollbar{height:8px}.pba-chart-wrap::-webkit-scrollbar-track{background:transparent}.pba-chart-wrap::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:4px}@media(hover:hover)and (pointer:fine){.pba-chart-wrap--draggable{cursor:grab}.pba-chart-wrap--dragging{cursor:grabbing;user-select:none;-webkit-user-select:none;scroll-behavior:auto}}.pba-chart{display:block;user-select:none;-webkit-user-select:none}.pba-ball-icon{cursor:pointer;transition:transform .18s ease}.pba-ball-icon:hover,.pba-ball-icon:focus-visible{transform:translateY(-2px)}.pba-ball-icon:focus-visible{outline:none}.pba-ball-icon-bg{fill:#14161ad9;stroke:#ffffff1a;stroke-width:1;transition:fill .18s ease,stroke .18s ease}.pba-ball-icon:hover .pba-ball-icon-bg{fill:#6366f12e;stroke:#6366f18c}.pba-ball-icon:focus-visible .pba-ball-icon-bg{stroke:#6366f1d9;stroke-width:2}.pba-ball-icon--active .pba-ball-icon-bg,.pba-ball-icon[data-active=true] .pba-ball-icon-bg{fill:#6366f147;stroke:#a5b4fcf2;stroke-width:2}.pba-ball-icon--synthetic .pba-ball-icon-bg{stroke-dasharray:3 3}.pba-master-star{fill:#fcd34d;stroke:#0f0f12e6;stroke-width:.8;pointer-events:none}.pba-badge-btn{pointer-events:none}.pba-badge-btn--clickable{pointer-events:auto;cursor:pointer;transition:transform .18s ease}.pba-badge-btn--clickable:hover,.pba-badge-btn--clickable:focus-visible{transform:translateY(-2px)}.pba-badge-btn--clickable:focus-visible{outline:none}.pba-badge-btn-bg{fill:#14161a99;stroke:#ffffff14;stroke-width:1;transition:fill .18s ease,stroke .18s ease}.pba-badge-btn--clickable:hover .pba-badge-btn-bg{fill:#6366f12e;stroke:#6366f18c}.pba-badge-btn--clickable:focus-visible .pba-badge-btn-bg{stroke:#6366f1d9;stroke-width:2}.pba-badge-btn--clickable[data-active=true] .pba-badge-btn-bg{fill:#6366f147;stroke:#a5b4fcf2;stroke-width:2}.pba-badge-btn--postgame .pba-badge-btn-bg{fill:#a5b4fc1a;stroke:#a5b4fc52;stroke-dasharray:3 4}.pba-badge-fallback{pointer-events:none}.pba-badge-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;fill:#ffffffd9}.pba-badge-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:500;fill:#ffffff8c}.pba-postgame-star{fill:#fbbf24;stroke:#0f0f12d9;stroke-width:1}.pba-tooltip{display:none}.pba-detail{position:relative;margin-top:1rem;min-height:280px;transition:min-height .36s cubic-bezier(.4,0,.2,1)}.pba-panel{position:absolute;top:0;left:0;right:0;opacity:0;pointer-events:none;transition:opacity .36s cubic-bezier(.4,0,.2,1);background:#14161ad9;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem 1.25rem}.pba-panel--active{opacity:1;pointer-events:auto;position:relative}.pba-panel-header{display:grid;grid-template-columns:48px 1fr auto;gap:.875rem;align-items:start;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid rgba(255,255,255,.06)}.pba-panel-icon{width:40px;height:40px;object-fit:contain;image-rendering:pixelated;align-self:center}.pba-panel-titles{min-width:0}.pba-panel-title{margin:0 0 .25rem;font-size:17px;font-weight:700;color:#fffffff2;line-height:1.2}.pba-panel-firstbadge{margin:0 0 .25rem;font-size:13px;color:#ffffffb3;line-height:1.3}.pba-panel-desc{margin:.25rem 0 0;font-size:13px;color:#ffffffc7;line-height:1.45}.pba-panel-tags{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.pba-tag{display:inline-block;padding:.25rem .625rem;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffc7;white-space:nowrap}.pba-tag--shop{color:#93c5fd;border-color:#60a5fa59;background:#60a5fa1a}.pba-tag--pickup{color:#fcd34d;border-color:#fbbf2459;background:#fbbf241a}.pba-tag--mixed{color:#c4b5fd;border-color:#a5b4fc66;background:#a5b4fc1a}.pba-tag--cat{color:#ffffffa6}.pba-panel-section+.pba-panel-section{margin-top:1.25rem}.pba-section-heading{margin:0 0 .625rem;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffffa6}.pba-shop-list,.pba-pickup-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.pba-shop-item{display:grid;grid-template-columns:minmax(140px,2fr) auto auto;gap:.625rem;align-items:center;padding:.5rem .625rem .5rem .75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:6px;font-size:14px}.pba-shop-city{color:#ffffffeb;font-weight:500}a.pba-shop-city{text-decoration:none}a.pba-shop-city:hover,a.pba-shop-city:focus-visible{color:#dbeafe;text-decoration:underline}a.pba-shop-city:focus-visible{outline:2px solid rgba(147,197,253,.6);outline-offset:2px;border-radius:3px}.pba-shop-price{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:.125rem .5rem;color:#bfdbfe;background:#3b82f61c;border:1px solid rgba(147,197,253,.24);border-radius:999px;font-weight:700;font-variant-numeric:tabular-nums;font-family:ui-monospace,SF Mono,Monaco,monospace;font-size:13px;line-height:1;white-space:nowrap}.pba-shop-price__currency{color:#bfdbfeb8;margin-right:1px}.pba-shop-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:.125rem .625rem;color:#ffffffd6;background:#ffffff0b;border:1px solid rgba(255,255,255,.09);border-radius:999px;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.pba-pickup-item{display:grid;grid-template-columns:minmax(140px,2fr) auto minmax(0,auto);grid-template-areas:"city method req";gap:.75rem;align-items:baseline;padding:.5rem .75rem;background:#fbbf240d;border:1px solid rgba(251,191,36,.18);border-radius:6px}.pba-pickup-item--synthetic{border-style:dashed}.pba-pickup-method{grid-area:method;color:#fcd34d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pba-pickup-city{grid-area:city;color:#ffffffeb;font-weight:500;font-size:14px}a.pba-pickup-city{text-decoration:none}a.pba-pickup-city:hover,a.pba-pickup-city:focus-visible{color:#fcd34d;text-decoration:underline}a.pba-pickup-city:focus-visible{outline:2px solid rgba(252,211,77,.6);outline-offset:2px;border-radius:3px}.pba-pickup-req,.pba-pickup-desc{grid-area:req;color:#ffffffc7;font-size:13px;line-height:1.45}.pba-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;background:#14161a99;border:1px dashed rgba(255,255,255,.12);border-radius:10px;margin:1.25rem 0}.pba-empty-icon{color:#ffffff73;margin-bottom:.75rem}.pba-empty-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#ffffffe0;line-height:1.35}.pba-empty-text{margin:0;font-size:.875rem;color:#ffffff9e;line-height:1.5;max-width:56ch}@media(max-width:768px){.pba-shop-item{grid-template-columns:1fr auto;grid-template-areas:"city price" "city badge";row-gap:.25rem}.pba-shop-city{grid-area:city;align-self:center}.pba-shop-price{grid-area:price;justify-self:end}.pba-shop-badge{grid-area:badge;justify-self:end}.pba-pickup-item{grid-template-columns:1fr auto;grid-template-areas:"city method" "req req";row-gap:.375rem}}@media(max-width:480px){.pba-panel{padding:.875rem 1rem}.pba-panel-header{grid-template-columns:36px 1fr;grid-template-areas:"icon titles" "tags tags";gap:.625rem}.pba-panel-icon{grid-area:icon;width:36px;height:36px}.pba-panel-titles{grid-area:titles}.pba-panel-tags{grid-area:tags;flex-direction:row;align-items:center;flex-wrap:wrap;margin-top:.5rem}}@media(prefers-reduced-motion:reduce){.pba-ball-icon,.pba-ball-icon-bg,.pba-panel,.pba-detail{transition:none}}.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}}
