: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-collection-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-collection-header--animate{animation:pokemon-catch-collection-header-entrance .5s cubic-bezier(.16,1,.3,1) both}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--animate){will-change:auto}.pokemon-catch-collection-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal{height:auto;min-height:160px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-nav{min-height:210px;--fh-nav-space:50px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-visual,.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-ambient-wrap{display:none}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--ambient-only .pokemon-catch-collection-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-overlay{position:relative;inset:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-name{font-size:26px;line-height:1.1}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-subtitle{font-size:14px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-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-collection-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-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-action-bar .pokemon-catch-collection-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-catch-collection-header--has-action-bar:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal{min-height:150px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-nav{min-height:196px;--fh-nav-space:46px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-overlay{padding-top:24px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-action-bar .pokemon-catch-collection-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-name{font-size:22px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-catch-collection-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal{min-height:130px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-overlay{padding-top:18px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal.pokemon-catch-collection-header--has-action-bar .pokemon-catch-collection-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-name{font-size:18px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-subtitle{font-size:11px}.pokemon-catch-collection-header.pokemon-catch-collection-header--minimal .pokemon-catch-collection-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-catch-collection-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-catch-collection-header-entrance{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.pokemon-catch-collection-header--animate .pokemon-catch-collection-header-name{animation:pokemon-catch-collection-header-fade-up .5s cubic-bezier(.16,1,.3,1) .1s both}.pokemon-catch-collection-header--animate .pokemon-catch-collection-header-subtitle,.pokemon-catch-collection-header--animate .pokemon-catch-collection-header-tagline{animation:pokemon-catch-collection-header-fade-up .5s cubic-bezier(.16,1,.3,1) .15s both}.pokemon-catch-collection-header--animate .pokemon-catch-collection-header-badges{animation:pokemon-catch-collection-header-fade-up .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes pokemon-catch-collection-header-fade-up{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.pokemon-catch-collection-header,.pokemon-catch-collection-header--animate,.pokemon-catch-collection-header-image,.pokemon-catch-collection-header-nav-arrow,.pokemon-catch-collection-header *{animation:none!important}.pokemon-catch-collection-header *{transition-duration:.01ms!important}}.pokemon-catch-collection-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-collection-header-action-bar>*{pointer-events:auto}.pokemon-catch-collection-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-catch-collection-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-catch-collection-header-action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pokemon-catch-collection-header-action-btn:active .pokemon-catch-collection-header-action-ring{transform:scale(.97);transition:transform .1s ease}.pokemon-catch-collection-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-catch-collection-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-collection-header-action-btn:hover .pokemon-catch-collection-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pokemon-catch-collection-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pokemon-catch-collection-header-action-btn:hover .pokemon-catch-collection-header-action-ring svg{color:#fffc}.pokemon-catch-collection-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pokemon-catch-collection-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pokemon-catch-collection-header-action-label:has(.pokemon-catch-collection-header-action-label-state){display:inline-grid}.pokemon-catch-collection-header-action-label-state{grid-column:1 / 2;grid-row:1 / 2;transition:opacity .12s ease}.pokemon-catch-collection-header-action-btn:not(.is-active) .pokemon-catch-collection-header-action-label-state[data-state=active]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-catch-collection-header-action-btn.is-active .pokemon-catch-collection-header-action-label-state[data-state=default]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-catch-collection-header-action--rose.is-active .pokemon-catch-collection-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pokemon-catch-collection-header-action--rose.is-active .pokemon-catch-collection-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pokemon-catch-collection-header-action--rose.is-active .pokemon-catch-collection-header-action-label strong{color:#f43f5ecc}.pokemon-catch-collection-header-action-btn .fav-icon-outline{display:block}.pokemon-catch-collection-header-action-btn .fav-icon-filled,.pokemon-catch-collection-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-catch-collection-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-catch-collection-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-collection-header-share-dropdown{animation:none}}.pokemon-catch-collection-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-collection-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-collection-header-share-option:hover{background:#ffffff1a;color:#fff}.pokemon-catch-collection-header-share-option:active{opacity:.8}.pokemon-catch-collection-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-catch-collection-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-catch-collection-header-share-option[data-platform=twitter]:hover{background:#1da1f226;color:#1da1f2}.pokemon-catch-collection-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pokemon-catch-collection-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pokemon-catch-collection-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pokemon-catch-collection-header-action-ring .share-icon-apple,.pokemon-catch-collection-header-action-ring .share-icon-android{display:none}.pokemon-catch-collection-header-action-ring .share-icon-other,[data-share-platform=apple] .pokemon-catch-collection-header-action-ring .share-icon-apple{display:block}[data-share-platform=apple] .pokemon-catch-collection-header-action-ring .share-icon-other{display:none}[data-share-platform=android] .pokemon-catch-collection-header-action-ring .share-icon-android{display:block}[data-share-platform=android] .pokemon-catch-collection-header-action-ring .share-icon-other{display:none}[data-share-platform=other] .pokemon-catch-collection-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-catch-collection-header-action-bar{padding:12px 16px}.pokemon-catch-collection-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-catch-collection-header-action-bar{padding:10px 12px}.pokemon-catch-collection-header-action-bar-right{gap:8px}.pokemon-catch-collection-header-action-label{display:none}.pokemon-catch-collection-header-action-ring{width:40px;height:40px}}.pokemon-catch-collection-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-catch-collection-header-gradient-svg{width:100%;height:100%}.pokemon-catch-collection-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-collection-header:hover .pokemon-catch-collection-header-ambient-wrap,.pokemon-catch-collection-header--active .pokemon-catch-collection-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-catch-collection-header [class$=-ambient],.pokemon-catch-collection-header .rb-ambient,.pokemon-catch-collection-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-catch-collection-header:hover [class$=-ambient],.pokemon-catch-collection-header:hover .rb-ambient,.pokemon-catch-collection-header:hover [data-ambient-layer],.pokemon-catch-collection-header--active [class$=-ambient],.pokemon-catch-collection-header--active .rb-ambient,.pokemon-catch-collection-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-catch-collection-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-collection-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-collection-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.pokemon-catch-collection-header .pokemon-catch-collection-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-collection-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-collection-header-figure{margin:0;padding:0}.pokemon-catch-collection-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-collection-header-breathe 6s ease-in-out infinite}@keyframes pokemon-catch-collection-header-breathe{0%,to{opacity:1}50%{opacity:.92}}.pokemon-catch-collection-header:hover .pokemon-catch-collection-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-collection-header .pokemon-catch-collection-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-collection-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-collection-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-collection-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-collection-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-collection-header:not(.pokemon-catch-collection-header--minimal){height:auto;min-height:calc(var(--fh-height) + var(--fh-nav-space,0px))}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-visual{position:relative;inset:auto;width:100%;height:var(--fh-visual-zone,240px);padding-bottom:0}.pokemon-catch-collection-header--has-action-bar:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-visual{margin-top:var(--fh-zone-action,76px)}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-overlay{position:relative;top:auto;bottom:auto;padding:8px 16px calc(12px + var(--fh-nav-space,0px))}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-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-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-visual:before{display:none}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-image{transform:none}.pokemon-catch-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-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-collection-header:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-nav{bottom:auto;height:var(--fh-visual-zone,180px)}.pokemon-catch-collection-header--has-action-bar:not(.pokemon-catch-collection-header--minimal) .pokemon-catch-collection-header-nav{top:var(--fh-zone-action,76px)}.pokemon-catch-collection-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-catch-collection-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-catch-collection-header-meta dt{font-size:10px;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pokemon-catch-collection-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.pokemon-catch-collection-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-catch-collection-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-collection-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-collection-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-collection-header-nav-link:hover,.pokemon-catch-collection-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-catch-collection-header-nav-prev:hover,.pokemon-catch-collection-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-collection-header-nav-next:hover,.pokemon-catch-collection-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-collection-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-collection-header-nav-link:hover .pokemon-catch-collection-header-nav-img,.pokemon-catch-collection-header-nav-link:focus-visible .pokemon-catch-collection-header-nav-img{transform:scale(1.1)}.pokemon-catch-collection-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-collection-header-nav-icon svg{width:100%;height:100%}.pokemon-catch-collection-header-nav-link:hover .pokemon-catch-collection-header-nav-icon,.pokemon-catch-collection-header-nav-link:focus-visible .pokemon-catch-collection-header-nav-icon{transform:scale(1.1)}.pokemon-catch-collection-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-collection-header-nav-link:hover .pokemon-catch-collection-header-nav-name,.pokemon-catch-collection-header-nav-link:focus-visible .pokemon-catch-collection-header-nav-name{opacity:1}.pokemon-catch-collection-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-collection-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-catch-collection-header-arrow-pulse{0%,to{opacity:.6}50%{opacity:1}}.pokemon-catch-collection-header-nav-link:hover .pokemon-catch-collection-header-nav-arrow,.pokemon-catch-collection-header-nav-link:focus-visible .pokemon-catch-collection-header-nav-arrow{color:#fff;animation:none}.pokemon-catch-collection-header-nav-prev:hover .pokemon-catch-collection-header-nav-arrow{transform:translate(-3px)}.pokemon-catch-collection-header-nav-next:hover .pokemon-catch-collection-header-nav-arrow{transform:translate(3px)}.pokemon-catch-collection-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-catch-collection-header{--fh-height:260px;--fh-image-size:180px;--fh-visual-zone:220px}.pokemon-catch-collection-header-name{font-size:28px}}@media(max-width:768px){.pokemon-catch-collection-header{--fh-height:240px;--fh-image-size:160px;--fh-visual-zone:200px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-catch-collection-header--has-nav{--fh-nav-space:70px}.pokemon-catch-collection-header-name{font-size:26px}.pokemon-catch-collection-header-nav-img{width:64px;height:64px}.pokemon-catch-collection-header-nav-arrow{font-size:20px}.pokemon-catch-collection-header-nav-name{font-size:10px;max-width:60px;opacity:.6}.pokemon-catch-collection-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-catch-collection-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-collection-header:not(.pokemon-catch-collection-header--has-nav){border-radius:6px}.pokemon-catch-collection-header--has-nav{border-radius:6px 6px 0 0}.pokemon-catch-collection-header-image{transform:translateY(-16px)}.pokemon-catch-collection-header .pokemon-catch-collection-header-overlay{padding:0 16px}.pokemon-catch-collection-header-name{font-size:22px}.pokemon-catch-collection-header-subtitle{font-size:11px}.pokemon-catch-collection-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-catch-collection-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-catch-collection-header-badge{font-size:9px;padding:3px 7px}.pokemon-catch-collection-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-catch-collection-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-catch-collection-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-catch-collection-header-nav-img{width:44px;height:44px}.pokemon-catch-collection-header-nav-arrow{order:1!important;font-size:16px}.pokemon-catch-collection-header-nav-img{order:2!important}.pokemon-catch-collection-header-nav-name{order:3!important;display:none}.pokemon-catch-collection-header-meta{gap:10px}.pokemon-catch-collection-header-meta dt{font-size:9px}.pokemon-catch-collection-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-catch-collection-header{--fh-height:200px;--fh-image-size:115px;--fh-visual-zone:165px}.pokemon-catch-collection-header .pokemon-catch-collection-header-overlay{padding:0 12px}.pokemon-catch-collection-header-name{font-size:20px}.pokemon-catch-collection-header-nav-link{min-height:44px}.pokemon-catch-collection-header-nav-img{width:44px;height:44px}}.pokemon-cc-overview-wrapper{display:grid;grid-template-rows:1fr}.pokemon-cc-overview-inner{overflow:hidden;min-height:0}.pokemon-cc-activity-wrapper{display:grid;grid-template-rows:1fr}.pokemon-cc-activity-inner{overflow:hidden;min-height:0}.pokemon-cc-grid-wrapper{display:grid;grid-template-rows:1fr}.pokemon-cc-grid-inner{overflow:hidden;min-height:0}.pokemon-cc-route-wrapper{display:grid;grid-template-rows:1fr}.pokemon-cc-route-inner{overflow:hidden;min-height:0}.pokemon-cc-completion-wrapper{display:grid;grid-template-rows:1fr}.pokemon-cc-completion-inner{overflow:hidden;min-height:0}.pokemon-cc-faq-content{display:grid;grid-template-rows:1fr}.pokemon-cc-faq-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-collection-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-collection-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-collection-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-collection-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-catch-collection-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-collection-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-collection-scroll-nav-link:hover:before,.pokemon-catch-collection-scroll-nav-link.active:before,.pokemon-catch-collection-scroll-nav-link:hover+.pokemon-catch-collection-scroll-nav-link:before,.pokemon-catch-collection-scroll-nav-link.active+.pokemon-catch-collection-scroll-nav-link:before{opacity:0}.pokemon-catch-collection-scroll-nav-link:hover:not(.active){color:#ffffffe6;background:#ffffff0d}.pokemon-catch-collection-scroll-nav-link:not(.active):not(:hover){background:transparent}.pokemon-catch-collection-scroll-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.pokemon-catch-collection-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-collection-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-collection-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-catch-collection-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-catch-collection-scroll-nav-link:focus:not(.active){background:transparent}@media(max-width:768px){.pokemon-catch-collection-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-catch-collection-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-catch-collection-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-catch-collection-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-collection-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-catch-collection-scroll-nav-link,.pokemon-catch-collection-scroll-nav-link:before,.pokemon-catch-collection-scroll-nav-link:after,.pokemon-catch-collection-scroll-nav,.pokemon-catch-collection-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-catch-collection-scroll-nav-top,#collection-overview,#activity-calendar,#pokemon-grid,#catch-route,#completion-paths,#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-catch-collection-content{--cc-accent:#22c55e;--cc-accent-rgb:34,197,94}.pokemon-catch-collection-section-icon{width:20px;height:20px;flex-shrink:0}.cc-tabs{display:flex;gap:4px;margin-bottom:16px;background:#ffffff08;border-radius:10px;padding:4px;border:1px solid rgba(255,255,255,.06)}.cc-tab{flex:1;padding:10px 16px;border:none;border-radius:8px;background:transparent;color:#8b949e;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cc-tab:hover{color:#d4d4d8;background:#ffffff0a}.cc-tab--active{background:#22c55e1f;color:#4ade80;box-shadow:0 0 0 1px #22c55e33}.cc-bar{--cc-bg:#121215;--cc-bg-blur:rgba(18,18,21,.92);--cc-surface-2:#1a1a1e;--cc-surface-3:#222228;--cc-border:rgba(255,255,255,.12);--cc-border-soft:rgba(255,255,255,.08);--cc-border-strong:rgba(255,255,255,.18);--cc-text:#ffffff;--cc-text-2:#e0e0e4;--cc-text-3:#a0a0a8;--cc-muted:#666670;--cc-accent:#4a9eff;--cc-accent-hi:#6db4ff;--cc-accent-bg:rgba(74,158,255,.14);--cc-spine-bg:#2a2a32;--cc-spine-fill:#ffffff;--cc-spine-text-on-fill:#0d0d0f;--cc-spine-text-off:#e0e0e4;--cc-warn:#f59e0b;--cc-warn-bg:rgba(245,158,11,.14);--cc-warn-border:rgba(245,158,11,.42);--cc-warn-text:#fbbf24;--cc-radius:8px;--cc-radius-pill:9999px;--cc-h-bar:36px;--cc-h-input:36px;--cc-h-spine:36px;--cc-h-pill:36px;background:transparent;border-bottom:1px solid var(--cc-border-soft);margin-bottom:12px}.cc-bar__inner{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 0}.cc-bar__search-wrap{flex:1 1 220px;min-width:0;max-width:320px;position:relative;display:flex;align-items:center}.cc-bar__viewmode{flex:0 0 auto}.cc-bar__count{flex:1 1 auto;min-width:0}.cc-bar__filters{flex:0 0 auto;margin-left:auto}.cc-bar__search-icon{position:absolute;left:12px;color:var(--cc-text-3);pointer-events:none;transition:color .16s ease}.cc-bar input.cc-bar__search{box-sizing:border-box!important;width:100%!important;height:var(--cc-h-input)!important;padding:0 12px 0 38px!important;margin:0!important;background:var(--cc-surface-2)!important;border:1px solid var(--cc-border)!important;border-radius:var(--cc-radius)!important;color:var(--cc-text)!important;font:500 13px/1 system-ui,-apple-system,sans-serif!important;box-shadow:none!important;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.cc-bar input.cc-bar__search::placeholder{color:var(--cc-text-3)!important;opacity:1}.cc-bar input.cc-bar__search:hover{border-color:var(--cc-border-strong)!important}.cc-bar input.cc-bar__search:focus-visible{outline:2px solid var(--cc-accent);outline-offset:2px;border-color:var(--cc-accent)!important;background:var(--cc-surface-3)!important;color:var(--cc-text)!important}.cc-bar__search-wrap:focus-within .cc-bar__search-icon{color:var(--cc-accent)}.cc-bar input.cc-bar__search:not(:placeholder-shown){border-color:var(--cc-accent)!important;background:var(--cc-surface-3)!important;color:var(--cc-text)!important}.cc-bar__viewmode{position:relative;display:inline-flex;align-items:center;height:var(--cc-h-spine);padding:3px;background:var(--cc-spine-bg);border:1px solid var(--cc-border);border-radius:var(--cc-radius-pill);--seg-w:78px}.cc-bar__seg{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:var(--seg-w);height:28px;padding:0;margin:0;background:transparent;border:0;border-radius:var(--cc-radius-pill);color:var(--cc-spine-text-off);font:600 12px/28px system-ui,-apple-system,sans-serif;letter-spacing:.2px;cursor:pointer;transition:color .18s cubic-bezier(.2,.7,.3,1);-webkit-appearance:none;appearance:none}.cc-bar__seg[aria-checked=true]{color:var(--cc-spine-text-on-fill)}.cc-bar__seg:hover:not([aria-checked=true]){color:var(--cc-text)}.cc-bar__seg:focus-visible{outline:2px solid var(--cc-accent);outline-offset:2px}.cc-bar__seg:active{transform:scale(.97)}.cc-bar__seg-pill{position:absolute;z-index:0;top:3px;left:3px;width:var(--seg-w);height:28px;background:var(--cc-spine-fill);border-radius:var(--cc-radius-pill);box-shadow:0 2px 6px #00000047,0 0 0 1px #ffffff0f;transition:transform .18s cubic-bezier(.2,.7,.3,1);pointer-events:none;transform:translate(0)}.cc-bar__viewmode[data-selected="0"] .cc-bar__seg-pill{transform:translate(0)}.cc-bar__viewmode[data-selected="1"] .cc-bar__seg-pill{transform:translate(calc(var(--seg-w) * 1))}.cc-bar__viewmode[data-selected="2"] .cc-bar__seg-pill{transform:translate(calc(var(--seg-w) * 2))}.cc-bar__count{grid-area:count;display:inline-flex;align-items:baseline;gap:6px;font:500 13px/1 system-ui,-apple-system,sans-serif;font-variant-numeric:tabular-nums;color:var(--cc-text-3);white-space:nowrap}.cc-bar__count strong{color:var(--cc-text);font-weight:700;transition:color .16s ease}.cc-bar__count-dot,.cc-bar__count-sep{color:var(--cc-muted)}.cc-bar__filters{grid-area:filters;display:inline-flex;align-items:center;gap:8px}.cc-bar__pill{position:relative;display:inline-flex;align-items:center;gap:6px;height:var(--cc-h-pill);padding:0 30px 0 12px;background:transparent;border:1px solid var(--cc-border);border-radius:var(--cc-radius-pill);color:var(--cc-text-2);font:600 12px/1 system-ui,-apple-system,sans-serif;letter-spacing:.3px;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.cc-bar__pill-label{text-transform:uppercase}.cc-bar__pill-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--cc-text-3);pointer-events:none}.cc-bar__pill-select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;border:0;font:inherit}.cc-bar__pill:hover{border-color:var(--cc-border-strong);color:var(--cc-text)}.cc-bar__pill:focus-within{outline:2px solid var(--cc-accent);outline-offset:2px;border-color:var(--cc-accent)}.cc-bar__pill[data-active=true]{background:var(--cc-accent-bg);border-color:var(--cc-accent);color:var(--cc-accent-hi)}.cc-bar__pill[data-active=true] .cc-bar__pill-caret{color:var(--cc-accent-hi)}.cc-bar__filters-trigger{display:none;align-items:center;gap:6px;height:var(--cc-h-pill);padding:0 12px;background:var(--cc-surface-2);border:1px solid var(--cc-border);border-radius:var(--cc-radius-pill);color:var(--cc-text);font:600 13px/1 system-ui,-apple-system,sans-serif;cursor:pointer;transition:border-color .16s ease,background .16s ease;position:relative}.cc-bar__filters-trigger:hover{border-color:var(--cc-border-strong)}.cc-bar__filters-trigger:focus-visible{outline:2px solid var(--cc-accent);outline-offset:2px}.cc-bar__filters-trigger:active{transform:scale(.98)}.cc-bar__filters-trigger[aria-expanded=true]{background:var(--cc-accent-bg);border-color:var(--cc-accent);color:var(--cc-accent-hi)}.cc-bar__filters-trigger-caret{color:var(--cc-text-3);transition:transform .18s ease}.cc-bar__filters-trigger[aria-expanded=true] .cc-bar__filters-trigger-caret{transform:rotate(180deg)}.cc-bar__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:2px;background:var(--cc-accent);color:#fff;border-radius:9999px;font:700 11px/1 system-ui,sans-serif;font-variant-numeric:tabular-nums}.cc-bar__filters-badge[hidden]{display:none}.cc-bar__summary{display:flex;align-items:center;gap:6px;padding:6px 16px 8px;border-top:1px solid var(--cc-border-soft);font:500 12px/1.3 system-ui,sans-serif;color:var(--cc-text-3);white-space:nowrap;overflow:hidden}.cc-bar__summary[hidden]{display:none}.cc-bar__summary-label{color:var(--cc-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.cc-bar__summary-text{color:var(--cc-accent-hi);overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.cc-sheet-section{margin-bottom:16px;display:none}.cc-sheet-section[hidden]{display:none!important}.cc-sheet-label{font-size:11px;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.cc-sheet-select{width:100%;padding:12px;font-size:15px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e4e4e7;color-scheme:dark}@media(max-width:1023px){.cc-sheet-section{display:block}}.cc-sheet-methods{display:flex;flex-wrap:wrap;gap:8px}.cc-sheet-method-chip{padding:8px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#a0a0a8;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;transition:all .15s ease;-webkit-appearance:none;appearance:none}.cc-sheet-method-chip:hover{background:#ffffff14}.cc-sheet-method-chip--active{background:#22c55e26;border-color:#22c55e66;color:#86efac}.cc-sheet-method-chip-sym{font-weight:800}.cc-game-switcher{margin-bottom:16px}.cc-game-completion{display:flex;align-items:center;gap:8px;margin-bottom:12px}.cc-game-completion-bar{flex:1;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.cc-game-completion-fill{height:100%;border-radius:3px;transition:width .3s ease;background:linear-gradient(90deg,#22c55e,#4ade80)}.cc-game-completion-text{font-size:12px;color:#8b949e;white-space:nowrap;font-variant-numeric:tabular-nums}@media(min-width:1920px){.cc-bar__search-wrap{max-width:380px}}@media(max-width:1439px)and (min-width:1280px){.cc-bar__inner{gap:12px}.cc-bar__search-wrap{max-width:260px}}@media(max-width:1279px)and (min-width:1024px){.cc-bar__inner{grid-template-columns:minmax(180px,1fr) auto auto auto auto;gap:10px;padding:0 16px}.cc-bar__search-wrap{max-width:220px}.cc-bar__count-shown .cc-bar__count-sep,.cc-bar__count-shown .cc-bar__count-total{display:none}}@media(max-width:1023px){.cc-bar{--cc-h-bar:auto}.cc-bar__inner{grid-template-columns:1fr auto;grid-template-areas:"search spine" "count filters";gap:10px;padding:12px 16px;height:auto}.cc-bar__search-wrap{max-width:none;grid-area:search}.cc-bar__viewmode{grid-area:spine;--seg-w:72px}.cc-bar__count{grid-area:count;font-size:12px}.cc-bar__filters{display:none}.cc-bar__filters-trigger{display:inline-flex;grid-area:filters}}@media(max-width:768px){.cc-bar__viewmode{--seg-w:80px}}@media(max-width:480px){.cc-bar__inner{grid-template-columns:1fr;grid-template-areas:"search" "spine" "count" "filters";gap:8px;padding:10px 12px}.cc-bar__viewmode{--seg-w:calc((100vw - 32px - 8px) / 3);width:100%;justify-content:stretch}.cc-bar__seg{flex:1}.cc-bar__count{font-size:11px;justify-self:start}.cc-bar__count-shown .cc-bar__count-sep,.cc-bar__count-shown .cc-bar__count-total{display:none}.cc-bar__filters-trigger{width:100%;justify-content:center}}@media(max-width:375px){.cc-bar__seg{font-size:12px}.cc-bar__count-caught{display:none}.cc-bar__summary{padding:4px 12px 6px;font-size:11px}}@media(prefers-reduced-motion:reduce){.cc-bar *,.cc-bar *:before,.cc-bar *:after{transition-duration:0ms!important;animation-duration:0ms!important}.cc-bar__seg-pill,.cc-bar__filters-trigger-caret{transition:none}}@media(forced-colors:active){.cc-bar,.cc-bar__pill,.cc-bar__viewmode,.cc-bar__search{border-color:CanvasText}.cc-bar__seg-pill{background:Highlight}.cc-bar__seg[aria-checked=true]{color:HighlightText}}@media(max-width:640px){.pokemon-catch-collection-section-icon{width:16px;height:16px}}@keyframes cc-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cc-skel{background:linear-gradient(90deg,#ffffff08 25%,#ffffff12,#ffffff08 75%);background-size:200% 100%;animation:cc-shimmer 1.8s ease-in-out infinite;border-radius:8px}.cc-skel-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04)}.cc-skel-circle{border-radius:50%}.cc-skel-overlay{display:flex;justify-content:center}#pokemon-catch-collection-content:not([data-state=ready]) .cc-stat-value,#pokemon-catch-collection-content:not([data-state=ready]) .cc-ring-wrap,#pokemon-catch-collection-content:not([data-state=ready]) .cc-activity-stat-val{visibility:hidden;height:0;overflow:hidden}#pokemon-catch-collection-content:not([data-state=ready]) .cc-stat-icon,#pokemon-catch-collection-content:not([data-state=ready]) .cc-activity-stat-sub{visibility:hidden}#pokemon-catch-collection-content[data-state=ready] .cc-skel-group{display:none!important}@media(prefers-reduced-motion:reduce){.cc-skel{animation:none}}.cc-empty-cta{display:flex;align-items:center;gap:16px;margin-bottom:18px;padding:18px 20px;background:linear-gradient(135deg,#4ade8014,#22c55e0a);border:1px solid rgba(74,222,128,.3);border-radius:12px}.cc-empty-cta[hidden]{display:none}.cc-empty-cta-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#4ade80;background:#4ade801f;border-radius:50%}.cc-empty-cta-body{flex:1;min-width:0}.cc-empty-cta-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.cc-empty-cta-text{font-size:12.5px;color:#fff9;line-height:1.5}.cc-empty-cta-btn,.cc-empty-cta-btn:link,.cc-empty-cta-btn:visited{flex-shrink:0;display:inline-flex;align-items:center;padding:10px 18px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff!important;font-weight:700;font-size:12.5px;text-decoration:none!important;border-radius:8px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 2px 8px #16653466;transition:filter .15s,transform .1s,box-shadow .15s}.cc-empty-cta-btn:hover{filter:brightness(1.12);transform:translateY(-1px);color:#fff!important;box-shadow:0 4px 12px #16653480}@media(max-width:640px){.cc-empty-cta{flex-direction:column;text-align:center;gap:10px;padding:16px}.cc-empty-cta-btn{width:100%;justify-content:center}}.cc-section-empty{padding:14px 16px;margin-bottom:14px;background:#ffffff06;border:1px dashed rgba(255,255,255,.1);border-radius:8px;font-size:12.5px;color:#fff9;line-height:1.5;text-align:center}.cc-section-empty[hidden]{display:none}.cc-section-empty strong{color:#ffffffd9;font-weight:600}.cc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cc-stat{padding:20px 16px;text-align:center;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:border-color .2s}.cc-stat:hover{border-color:#ffffff1a}.cc-stat-icon{width:20px;height:20px;margin:0 auto 8px;display:block;color:#6b7280}.cc-stat-value{display:block;font-size:28px;font-weight:800;color:#4ade80;font-variant-numeric:tabular-nums;line-height:1.1}.cc-stat-label{display:block;font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-top:6px}.cc-stat--completion{position:relative}.cc-ring-wrap{position:relative;width:56px;height:56px;margin:0 auto 4px}.cc-ring{width:100%;height:100%}.cc-ring-fill{transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}.cc-ring-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#4ade80}.cc-ring-value:after{content:"%";font-size:10px;font-weight:600}.cc-stat-next{display:block;font-size:9.5px;font-weight:700;color:#4ade80c7;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;line-height:1.2}.cc-stat-next[hidden]{display:none}.cc-stat--game{background:linear-gradient(135deg,color-mix(in srgb,var(--game-c,#8b5cf6) 18%,rgba(255,255,255,.02)),#ffffff08);border-color:color-mix(in srgb,var(--game-c,#8b5cf6) 35%,rgba(255,255,255,.08))}.cc-stat-game-chip{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0 auto 6px;border-radius:10px;font-size:13px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35);box-shadow:0 4px 12px color-mix(in srgb,var(--game-c,#8b5cf6) 40%,transparent)}.cc-stat-game-name{display:block;font-size:14px;font-weight:700;color:#f1f5f9;line-height:1.2;padding:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.cc-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.cc-stat{padding:14px 12px}.cc-stat-value{font-size:22px}.cc-stat-game-chip{width:34px;height:34px;font-size:11px}.cc-stat-game-name{font-size:12px}}.cc-activity{padding:20px 24px 24px;background:linear-gradient(180deg,#fb923c0a,#0000)}.cc-activity-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}.cc-activity-stat{text-align:center;display:flex;flex-direction:column;gap:4px}.cc-activity-stat-val{font-size:22px;font-weight:800;font-family:JetBrains Mono,SF Mono,monospace;color:#fff;letter-spacing:-.02em;line-height:1}.cc-activity-stat[data-highlight=streak] .cc-activity-stat-val,.cc-activity-stat[data-stat=streak] .cc-activity-stat-val{background:linear-gradient(135deg,#fb923c,#ef4444);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cc-activity-stat-lbl{display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff6b}.cc-activity-stat-icon{width:11px;height:11px;color:#fb923cb3;flex-shrink:0}.cc-activity-stat-sub{font-size:10.5px;font-weight:500;color:#ffffff7a;line-height:1.2;margin-top:2px;min-height:13px}.cc-activity-stat-sub:empty{display:none}.cc-activity-stat-spark{display:block;width:100%;height:24px;margin-top:4px;overflow:visible}.cc-activity-stat-spark path{fill:none;stroke:#4ade80;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;opacity:.85}.cc-activity-stat-spark .cc-activity-stat-spark-area{fill:#4ade801a;stroke:none}.cc-activity-empty{padding:32px 16px;text-align:center;color:#ffffff80;font-size:13px;background:#ffffff08;border-radius:10px;border:1px dashed rgba(255,255,255,.1)}.cc-activity-grid-wrap{overflow-x:auto;padding:4px 0 10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.cc-activity-grid{display:grid;grid-template-rows:repeat(7,1fr);grid-auto-flow:column;grid-auto-columns:12px;gap:2px;padding:4px}.cc-activity-cell{width:12px;height:12px;border-radius:3px;background:#ffffff0a;border:1px solid rgba(255,255,255,.04);cursor:default;transition:transform .1s ease,box-shadow .1s ease;position:relative}.cc-activity-cell:hover{transform:scale(1.2);box-shadow:0 0 0 2px #fb923c4d;z-index:1}.cc-activity-cell[data-clickable=true]{cursor:pointer}.cc-activity-cell[data-active=true]{outline:2px solid #fb923c;outline-offset:2px;transform:scale(1.2);z-index:2}.cc-activity-cell[data-level="0"]{background:#ffffff0f;border-color:#ffffff0d}.cc-activity-cell[data-level="1"]{background:#fb923c38;border-color:#fb923c40}.cc-activity-cell[data-level="2"]{background:#fb923c6b;border-color:#fb923c73}.cc-activity-cell[data-level="3"]{background:#fb923cad;border-color:#fb923cb3}.cc-activity-cell[data-level="4"]{background:#fb923c;border-color:#fb923c;box-shadow:0 0 6px #fb923c66}.cc-activity-cell[data-today=true]{outline:2px solid #fb923c;outline-offset:1px;z-index:1}.cc-activity-cell[data-today=true]:not(:hover){animation:ccTodayPulse 2.2s ease-in-out infinite}@keyframes ccTodayPulse{0%,to{box-shadow:0 0 #fb923c8c}50%{box-shadow:0 0 0 5px #fb923c00}}.cc-activity-cell-empty,.cc-activity-cell-future{width:12px;height:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.045);border-radius:3px;opacity:.55;pointer-events:none}.cc-activity-legend{display:flex;align-items:center;gap:6px;justify-content:flex-end;margin-top:12px;font-size:11px;color:#fff6}.cc-activity-legend-swatch{width:12px;height:12px;border-radius:3px}.cc-activity-legend-swatch[data-level="0"]{background:#ffffff14}.cc-activity-legend-swatch[data-level="1"]{background:#fb923c38}.cc-activity-legend-swatch[data-level="2"]{background:#fb923c6b}.cc-activity-legend-swatch[data-level="3"]{background:#fb923cad}.cc-activity-legend-swatch[data-level="4"]{background:#fb923c}.cc-activity-eyebrow{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:#fb923c1f;border:1px solid rgba(251,146,60,.25);color:#fdba74;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cc-activity-overall{margin-top:12px;padding:10px 14px;background:#ffffff06;border:1px dashed rgba(255,255,255,.08);border-radius:8px;font-size:12px;color:#ffffff8c;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.cc-activity-overall strong{color:#f1f5f9;font-weight:700;font-variant-numeric:tabular-nums}.cc-activity-overall-lbl{color:#fff6;margin-right:4px}@media(max-width:640px){.cc-activity{padding:16px}.cc-activity-summary{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.cc-activity-stat-val{font-size:18px}.cc-activity-overall{font-size:11px;padding:8px 12px}}.cc-activity-details{margin-top:14px;padding:12px 14px;background:#fb923c0f;border:1px solid rgba(251,146,60,.18);border-radius:8px;animation:ccActivityDetailsIn .18s ease-out}@keyframes ccActivityDetailsIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cc-activity-details-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cc-activity-details-date{font-size:13px;font-weight:700;color:#ffffffe6;letter-spacing:.02em}.cc-activity-details-close{background:transparent;border:0;color:#ffffff8c;font-size:20px;line-height:1;cursor:pointer;padding:0 6px;border-radius:4px;transition:background .15s,color .15s}.cc-activity-details-close:hover{background:#ffffff14;color:#fff}.cc-activity-details-list{display:flex;flex-wrap:wrap;gap:6px}.cc-activity-details-item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#00000047;border:1px solid rgba(255,255,255,.07);border-radius:999px;font-size:11.5px;color:#ffffffe0;text-decoration:none;transition:background .15s,border-color .15s}.cc-activity-details-item:hover{background:#fb923c24;border-color:#fb923c59;color:#fff}.cc-activity-details-item--released{opacity:.4;text-decoration:line-through;border-style:dashed}.cc-activity-details-item--released .cc-activity-details-item-game{color:#ef4444b3}.cc-activity-details-item-game{font-size:10px;color:#ffffff73;text-transform:uppercase;letter-spacing:.04em}.cc-activity-details-empty{font-size:12px;color:#ffffff80;font-style:italic}.cc-activity-window{display:flex;align-items:center;gap:8px;margin:-8px 4px 16px;padding:7px 12px;font-size:11px;color:#ffffff8c;font-weight:500;letter-spacing:.02em;background:#ffffff06;border:1px solid rgba(255,255,255,.05);border-radius:6px;width:fit-content}.cc-activity-window svg{width:13px;height:13px;color:#fb923cd9;flex-shrink:0}.cc-activity-streak-cta{display:inline-flex;align-items:center;gap:8px;margin:0 4px 16px;padding:8px 14px;background:linear-gradient(135deg,#fb923c2e,#ef44441f);border:1px solid rgba(251,146,60,.42);border-radius:999px;color:#fdba74;font-size:12px;font-weight:600;letter-spacing:.02em;animation:ccStreakPulse 2.4s ease-in-out infinite}.cc-activity-streak-cta[hidden]{display:none}.cc-activity-streak-cta svg{width:11px;height:14px;color:#fb923c;flex-shrink:0}.cc-activity-streak-cta strong{color:#fff;font-weight:800;font-variant-numeric:tabular-nums;margin:0 1px}@keyframes ccStreakPulse{0%,to{box-shadow:0 0 #fb923c00}50%{box-shadow:0 0 0 5px #fb923c1a}}.cc-activity-chart{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:2px 6px;align-items:start;width:max-content;padding:4px}.cc-activity-axis-months{grid-column:2;grid-row:1;display:grid;grid-template-rows:12px;gap:0 2px;font-size:10px;font-weight:600;letter-spacing:.04em;color:#ffffff8c;text-transform:uppercase}.cc-activity-axis-months span{grid-row:1;line-height:12px;white-space:nowrap;align-self:end}.cc-activity-axis-days{grid-column:1;grid-row:2;display:grid;grid-template-rows:repeat(7,12px);gap:2px;padding-right:2px;font-size:9px;font-weight:600;letter-spacing:.04em;color:#ffffff80;text-transform:uppercase}.cc-activity-axis-days span{line-height:12px;text-align:right;align-self:center}.cc-activity-grid{grid-column:2;grid-row:2}.cc-activity-popover{position:fixed;z-index:9999;pointer-events:none;background:#0c0d12f7;border:1px solid rgba(251,146,60,.5);border-radius:8px;padding:8px 12px;min-width:130px;max-width:240px;transform:translate(-50%,-100%);box-shadow:0 8px 24px #0000008c;animation:ccPopoverIn .12s ease-out}@keyframes ccPopoverIn{0%{opacity:0;transform:translate(-50%,-95%)}to{opacity:1;transform:translate(-50%,-100%)}}.cc-activity-popover:after{content:"";position:absolute;bottom:-5px;left:50%;width:8px;height:8px;background:#0c0d12f7;border-right:1px solid rgba(251,146,60,.5);border-bottom:1px solid rgba(251,146,60,.5);transform:translate(-50%) rotate(45deg)}.cc-activity-popover-date{font-size:11px;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:2px}.cc-activity-popover-count{font-size:12px;color:#fdba74;font-weight:700;font-variant-numeric:tabular-nums}.cc-activity-popover-pokemon{margin-top:4px;padding-top:4px;border-top:1px solid rgba(255,255,255,.08);font-size:10.5px;color:#ffffff9e;font-style:italic;line-height:1.4}.cc-activity-insights{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;border-top:1px dashed rgba(255,255,255,.06)}.cc-activity-insights[hidden]{display:none}.cc-activity-insight{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;font-size:11.5px;color:#ffffffb3;line-height:1.3}.cc-activity-insight[hidden]{display:none}.cc-activity-insight svg{width:13px;height:13px;color:#fb923ce6;flex-shrink:0}.cc-activity-insight strong{color:#fff;font-weight:700;font-variant-numeric:tabular-nums}.cc-activity-legend-unit{font-weight:600;color:#ffffff8c;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.cc-activity-legend-divider{color:#ffffff40;margin:0 2px}@media(max-width:640px){.cc-activity-window{font-size:10px;padding:6px 10px}.cc-activity-streak-cta{font-size:11px;padding:7px 12px}.cc-activity-axis-days{font-size:8px}.cc-activity-axis-months{font-size:9px}.cc-activity-insight{font-size:10.5px;padding:5px 10px}.cc-activity-popover{min-width:110px;padding:7px 10px}}.cc-remaining{padding:0}.cc-remaining-strip{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 12px;margin-bottom:20px}.cc-remaining-card{flex:1 1 72px;min-width:72px;max-width:120px;background:#121215;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 8px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.cc-remaining-card:hover{background:#1a1a1e}.cc-remaining-card--active{border-color:#a855f7;background:#a855f714}.cc-remaining-card--done{opacity:.4}.cc-remaining-card-icon{font-size:18px;margin-bottom:4px;display:block}.cc-remaining-card-label{font-size:10px;font-weight:600;color:#a0a0a8;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;line-height:1.2}.cc-remaining-card-count{font-size:18px;font-weight:700;color:#fff;line-height:1}.cc-remaining-card-sub{font-size:10px;font-weight:400;color:#666670}.cc-remaining-card-bar{width:100%;height:3px;border-radius:9999px;background:#ffffff14;margin-top:8px;overflow:hidden}.cc-remaining-card-bar-fill{height:100%;border-radius:9999px;transition:width .3s ease}.cc-remaining-filter{display:flex;align-items:center;gap:8px;margin-bottom:16px}.cc-remaining-filter-btn{padding:6px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.08);background:#1a1a1e;color:#a0a0a8;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;-webkit-appearance:none;appearance:none}.cc-remaining-filter-btn--active{background:#a855f7;color:#fff;border-color:#a855f7}.cc-remaining-filter-count{font-size:13px;color:#666670;margin-left:auto}.cc-remaining-group-header{display:flex;align-items:center;gap:8px;padding:14px 0 8px;margin-top:8px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:600;color:#e0e0e4;text-transform:uppercase;letter-spacing:.5px}.cc-remaining-group-header-icon{font-size:14px}.cc-remaining-group-header-count{font-weight:400;color:#a0a0a8;margin-left:auto;font-size:12px}.cc-remaining-row{display:flex;align-items:center;gap:10px;padding:8px 4px;min-height:48px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s ease}.cc-remaining-row:hover{background:#ffffff08}.cc-remaining-row--caught{opacity:.35}.cc-remaining-row-sprite{width:56px;height:56px;object-fit:contain;flex-shrink:0}.cc-remaining-row-sprite--uncaught{opacity:1}.cc-remaining-row-body{flex:1;min-width:0}.cc-remaining-row-name{font-size:14px;font-weight:500;color:#e0e0e4;text-decoration:none;display:block;line-height:1.3}.cc-remaining-row-name:hover{color:#a855f7}.cc-remaining-row-dex{font-size:12px;color:#666670;font-weight:400}.cc-remaining-row-action{font-size:12px;color:#a0a0a8;margin-top:2px;line-height:1.3}.cc-remaining-row-trigger{color:#c4b5fd;margin-right:4px;font-weight:500}.cc-remaining-row-loc{color:#94a3b8;text-decoration:none;transition:color .15s}.cc-remaining-row-loc:hover{color:#a855f7}.cc-remaining-row-loc--nolink,.cc-remaining-row-loc--nolink:hover{color:#94a3b8;cursor:default}.cc-remaining-row-catch{flex-shrink:0;width:32px;height:32px;padding:0;border:none;border-radius:50%;cursor:pointer;-webkit-appearance:none;appearance:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZT0icmdiYSgxNjAsMTc0LDE5MiwwLjIpIi8+PHBhdGggZD0iTTEuOCwxMiBBMTAuMiwxMC4yIDAgMCwwIDIyLjIsMTIgWiIgZmlsbD0icmdiYSgxNjAsMTc0LDE5MiwwLjA2KSIvPjxwYXRoIGQ9Ik0xLjgsMTIgQTEwLjIsMTAuMiAwIDAsMSAyMi4yLDEyIFoiIGZpbGw9InJnYmEoMTYwLDE3NCwxOTIsMC4xKSIvPjxyZWN0IHg9IjEuNSIgeT0iMTEiIHdpZHRoPSIyMSIgaGVpZ2h0PSIyIiByeD0iMC42IiBmaWxsPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTgpIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMy4yIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTgpIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMS44IiBmaWxsPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTIpIi8+PC9zdmc+) no-repeat center/28px 28px;transition:transform .12s ease,background-color .12s ease}.cc-remaining-row-catch:hover{transform:scale(1.15);background-color:#ffffff14}.cc-remaining-complete{text-align:center;padding:32px 16px;color:#22c55e;font-size:16px}.cc-remaining-complete[hidden]{display:none}.cc-remaining-complete-icon{font-size:32px;display:block;margin-bottom:12px}.cc-remaining-empty{text-align:center;padding:32px;color:#71717a;font-size:14px}.cc-remaining-empty[hidden]{display:none}.cc-remaining-subgroup-header{font-size:12px;color:#a0a0a8;padding:10px 4px 4px;font-weight:500;font-style:italic}@media(max-width:768px){.cc-remaining-strip{gap:6px;overflow-x:auto;flex-wrap:nowrap;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#222228 transparent}.cc-remaining-card{min-width:68px;max-width:none;flex:0 0 auto;padding:10px 6px;scroll-snap-align:start}.cc-remaining-card-count{font-size:15px}.cc-remaining-card-label{font-size:9px}.cc-remaining-row-sprite{width:48px;height:48px}.cc-remaining-row-name{font-size:13px}.cc-remaining-row-action{font-size:11px}}.cc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:6px;contain:layout style paint}.cc-card{display:flex;flex-direction:column;align-items:center;border-radius:10px;cursor:pointer;background:#ffffff06;border:1px solid rgba(255,255,255,.07);transition:all .15s;text-decoration:none;position:relative;overflow:hidden;content-visibility:auto;contain-intrinsic-size:auto 112px auto 142px}.cc-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-1px)}.cc-card-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;padding:10px 6px 8px;width:100%;border-radius:inherit}.cc-card[data-caught="1"]{border-color:#22c55e40;box-shadow:0 0 0 1px #22c55e14,inset 0 1px #22c55e0f}.cc-card[data-caught="1"]:hover{border-color:#22c55e66;box-shadow:0 0 8px #22c55e26}.cc-sprite{width:68px;height:68px;object-fit:contain;image-rendering:auto;transition:filter .2s,opacity .2s}.cc-card[data-caught="0"] .cc-sprite{filter:grayscale(1) brightness(.55) contrast(1.05);opacity:.6}.cc-card[data-caught="0"]:hover .cc-sprite{filter:grayscale(.7) brightness(.7) contrast(1.05);opacity:.85}.cc-dex{font-size:10px;color:#8b949e;font-variant-numeric:tabular-nums;margin-top:2px;line-height:1}.cc-card[data-caught="1"] .cc-dex{color:#a1a1aa}.cc-name{font-size:10px;color:#71717a;font-weight:500;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;margin-top:1px}.cc-card[data-caught="1"] .cc-name{color:#e4e4e7}.cc-catch-btn{position:absolute;top:3px;right:3px;z-index:2;width:22px;height:22px;padding:0;border:none;cursor:pointer;border-radius:50%;transition:transform .12s ease,background-color .12s ease;-webkit-appearance:none;appearance:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZT0icmdiYSgxNjAsMTc0LDE5MiwwLjIpIi8+PHBhdGggZD0iTTEuOCwxMiBBMTAuMiwxMC4yIDAgMCwwIDIyLjIsMTIgWiIgZmlsbD0icmdiYSgxNjAsMTc0LDE5MiwwLjA2KSIvPjxwYXRoIGQ9Ik0xLjgsMTIgQTEwLjIsMTAuMiAwIDAsMSAyMi4yLDEyIFoiIGZpbGw9InJnYmEoMTYwLDE3NCwxOTIsMC4xKSIvPjxyZWN0IHg9IjEuNSIgeT0iMTEiIHdpZHRoPSIyMSIgaGVpZ2h0PSIyIiByeD0iMC42IiBmaWxsPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTgpIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMy4yIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTgpIi8+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMS44IiBmaWxsPSJyZ2JhKDE2MCwxNzQsMTkyLDAuMTIpIi8+PC9zdmc+) no-repeat center/20px 20px}.cc-catch-btn:hover{transform:scale(1.15);background-color:#ffffff14}.cc-catch-btn:active{transform:scale(.9)}.cc-card[data-caught="1"] .cc-catch-btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAuNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZT0icmdiYSgxMjAsMzAsMzAsMC41KSIvPjxwYXRoIGQ9Ik0xLjgsMTIgQTEwLjIsMTAuMiAwIDAsMCAyMi4yLDEyIFoiIGZpbGw9IiNkZGQ4ZDIiLz48cGF0aCBkPSJNMS44LDEyIEExMC4yLDEwLjIgMCAwLDEgMjIuMiwxMiBaIiBmaWxsPSIjYjkxYzFjIi8+PHJlY3QgeD0iMS41IiB5PSIxMSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIiIHJ4PSIwLjYiIGZpbGw9InJnYmEoMTgwLDE4NSwxOTUsMC41KSIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjMuMiIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0icmdiYSgxODAsMTg1LDE5NSwwLjQ1KSIvPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEuOCIgZmlsbD0iI2U4ZTVlMCIvPjwvc3ZnPg==)}.cc-release-popover{position:fixed;z-index:10000;min-width:210px;background:#1a2029;border:1px solid rgba(136,153,183,.15);border-radius:10px;box-shadow:0 12px 32px #0009;padding:12px;animation:cc-pop-in .15s ease-out;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@keyframes cc-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cc-release-popover .prp-title{font-size:12px;font-weight:600;color:#a0aec0;margin-bottom:8px;letter-spacing:.3px}.cc-release-popover .prp-game{display:flex;align-items:center;justify-content:space-between;width:100%;padding:7px 10px;margin-bottom:4px;background:#8899b70f;border:1px solid rgba(136,153,183,.1);border-radius:6px;color:#edf2f7;font-size:13px;font-family:inherit;cursor:pointer;transition:background .12s ease;-webkit-appearance:none;appearance:none}.cc-release-popover .prp-game:hover{background:#f8717114;border-color:#f8717140}.cc-release-popover .prp-game:hover .prp-x{color:#f87171}.cc-release-popover .prp-game-name{flex:1;text-align:left}.cc-release-popover .prp-x{font-size:16px;line-height:1;color:#718096;margin-left:8px;transition:color .12s ease}.cc-release-popover .prp-all{display:block;width:100%;margin-top:6px;padding:6px 10px;background:none;border:none;color:#f87171;font-size:12px;font-family:inherit;cursor:pointer;text-align:center;border-radius:4px;transition:background .12s ease;-webkit-appearance:none;appearance:none}.cc-release-popover .prp-all:hover{background:#f871711a}.cc-release-backdrop{position:fixed;inset:0;z-index:9999;background:transparent}@media(max-width:640px){.cc-release-backdrop{background:#01040980;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding-bottom:120px}.cc-release-popover{position:relative;inset:auto;min-width:0;width:calc(100% - 32px);max-width:400px;border-radius:16px;padding:20px 16px 28px;animation:cc-release-in .2s cubic-bezier(.16,1,.3,1)}.cc-release-popover .prp-title{font-size:14px;margin-bottom:12px;text-align:center}.cc-release-popover .prp-game{padding:10px 14px;margin-bottom:6px;font-size:15px;border-radius:8px}.cc-release-popover .prp-x{font-size:20px}.cc-release-popover .prp-all{padding:10px;font-size:14px;margin-top:8px}@keyframes cc-release-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}}.cc-grid--caught-only .cc-card[data-caught="0"],.cc-grid--missing-only .cc-card[data-caught="1"]{display:none}.cc-method-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.cc-method-pill{padding:6px 12px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#a0a0a8;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.cc-method-pill:hover{background:#ffffff14;border-color:#ffffff26}.cc-method-pill--active{background:#a855f726;border-color:#a855f766;color:#c4b5fd}.cc-method-pill-sym{font-weight:800}.cc-method-pill-count{color:#666670;font-size:11px}.cc-method-pill--active .cc-method-pill-count{color:#a78bfa}@media(max-width:1023px){.cc-method-pills{display:none}}@keyframes cc-caught-pop{0%{transform:scale(1);box-shadow:0 0 #22c55e00}40%{transform:scale(1.08);box-shadow:0 0 12px 2px #22c55e59}to{transform:scale(1);box-shadow:0 0 0 1px #22c55e14}}.cc-card--celebrate{animation:cc-caught-pop .55s ease-out forwards}.cc-empty{text-align:center;padding:48px 16px}.cc-empty-icon{width:48px;height:48px;color:#3f3f46;margin-bottom:16px}.cc-empty-title{font-size:18px;font-weight:700;color:#a1a1aa;margin:0 0 8px}.cc-empty-text{font-size:14px;color:#71717a;margin:0;line-height:1.6}.cc-empty-text a{color:#4ade80;text-decoration:underline;text-underline-offset:2px}@media(max-width:640px){.cc-grid{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:4px}.cc-sprite{width:52px;height:52px}.cc-card{border-radius:8px}.cc-card-link{padding:8px 4px 6px}.cc-dex,.cc-name{font-size:9px}.cc-catch-btn{width:18px;height:18px}}@media(max-width:400px){.cc-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.cc-sprite{width:46px;height:46px}}.cc-route-prompt[hidden],.cc-route-content[hidden],.cc-route-summary[hidden]{display:none!important}.cc-route-prompt{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 16px;text-align:center}.cc-route-prompt-icon{width:40px;height:40px;color:#f59e0b;opacity:.7}.cc-route-prompt-text{font-size:14px;color:#a1a1aa;margin:0;line-height:1.6}.cc-route-prompt-text strong{color:#e4e4e7}.cc-route-prompt-btn{margin-top:4px;padding:10px 20px;background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid rgba(251,191,36,.5);border-radius:10px;color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease;box-shadow:0 4px 14px #d9770659,inset 0 1px #ffffff26;font-family:inherit}.cc-route-prompt-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #d9770673,inset 0 1px #fff3}.cc-route-prompt-btn:active{transform:scale(.98)}.cc-route-prompt-btn:focus-visible{outline:2px solid rgba(251,191,36,.8);outline-offset:2px}.cc-route-focus{margin-top:20px;padding:16px 20px;background:linear-gradient(135deg,#f59e0b14,#d977060f);border:1px solid rgba(245,158,11,.22);border-radius:12px;max-width:460px;width:100%;text-align:left}.cc-route-focus[hidden]{display:none!important}.cc-route-focus-eyebrow{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fbbf24;margin-bottom:6px}.cc-route-focus-body{font-size:13px;color:#ffffffc7;line-height:1.5}.cc-route-focus-body strong{color:#fff;font-weight:700}.cc-route-focus-body a{display:inline-block;margin-top:8px;color:#fbbf24;font-weight:600;text-decoration:none}.cc-route-focus-body a:hover{text-decoration:underline}.cc-route-focus-header{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:14px;background:linear-gradient(135deg,#f59e0b0f,#d977060a);border:1px solid rgba(245,158,11,.18);border-radius:10px;flex-wrap:wrap}.cc-route-focus-header .cc-route-focus-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;margin-bottom:0}.cc-route-focus-header strong{font-size:14px;font-weight:800;color:#fff;flex:1;letter-spacing:-.01em}.cc-route-switch-mini{padding:6px 12px;background:#f59e0b26;border:1px solid rgba(245,158,11,.35);border-radius:6px;color:#fcd34d;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease}.cc-route-switch-mini:hover{background:#f59e0b40;border-color:#f59e0b8c}.cc-route-list{list-style:none;margin:0;padding:0;position:relative}.cc-route-list:before{content:"";position:absolute;left:11px;top:12px;bottom:12px;width:2px;background:#ffffff0f}.cc-route-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;position:relative}.cc-route-dot{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;z-index:1;border:2px solid rgba(255,255,255,.08);background:#1a1a2e;color:#6b7280}.cc-route-row--complete .cc-route-dot{background:#22c55e;border-color:#22c55e;color:#fff}.cc-route-row--partial .cc-route-dot{background:#f59e0b;border-color:#f59e0b;color:#fff}.cc-route-row--empty .cc-route-dot{background:#1a1a2e;border-color:#ffffff1a;color:#52525b}.cc-route-body{flex:1;min-width:0}.cc-route-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-route-name{font-size:13px;font-weight:600;color:#d4d4d8;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-route-name:hover{color:#4ade80}.cc-route-name--nolink,.cc-route-name--nolink:hover{color:#d4d4d8;cursor:default}.cc-route-count{font-size:11px;color:#6b7280;font-variant-numeric:tabular-nums;white-space:nowrap}.cc-route-bar{width:80px;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden;flex-shrink:0}.cc-route-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.cc-route-row--complete .cc-route-bar-fill{background:#22c55e}.cc-route-row--partial .cc-route-bar-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.cc-route-missing{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.cc-route-mini{width:40px;height:40px;object-fit:contain;border-radius:4px}.cc-route-mini--caught{opacity:1}.cc-route-mini--missing{filter:grayscale(1) brightness(.6);opacity:.7}.cc-route-more{display:flex;align-items:center;font-size:10px;color:#6b7280;padding:0 4px}.cc-route-divider{display:flex;align-items:center;gap:12px;padding:12px 0 8px;margin-left:36px}.cc-route-divider-line{flex:1;height:1px;background:#ffffff0f}.cc-route-divider-text{font-size:10px;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.cc-route-summary{display:flex;align-items:center;gap:4px;padding:12px 0 0;font-size:12px;color:#6b7280;border-top:1px solid rgba(255,255,255,.04);margin-top:8px;font-variant-numeric:tabular-nums}@media(max-width:640px){.cc-route-name{font-size:12px}.cc-route-bar{width:60px}.cc-route-mini{width:32px;height:32px}}.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}}
