:root{--bg-base:#0c0d14;--bg-elevated:#18181b;--bg-surface:#1f1f24;--bg-overlay:#27272a;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--text-subtle:#71717a;--border-default:#27272a;--border-hover:#3f3f46;--border-active:rgba(99,102,241,0.3);--accent-primary:#6366f1;--accent-primary-hover:#818cf8;--accent-glow:rgba(99,102,241,0.15);--accent-glow-strong:rgba(99,102,241,0.25);--stat-excellent:#22d3ee;--stat-high:#4ade80;--stat-above-avg:#a3e635;--stat-average:#fbbf24;--stat-below-avg:#fb923c;--stat-low:#f87171;--glow-fire:rgba(253,125,36,0.12);--glow-water:rgba(74,144,217,0.12);--glow-electric:rgba(238,213,53,0.15);--glow-grass:rgba(98,185,87,0.12);--glow-ice:rgba(152,216,216,0.12);--glow-fighting:rgba(192,48,40,0.12);--glow-poison:rgba(160,64,160,0.12);--glow-ground:rgba(224,192,104,0.12);--glow-flying:rgba(168,144,240,0.12);--glow-psychic:rgba(248,88,136,0.12);--glow-bug:rgba(168,184,32,0.12);--glow-rock:rgba(184,160,56,0.12);--glow-ghost:rgba(112,88,152,0.15);--glow-dragon:rgba(112,56,248,0.15);--glow-dark:rgba(112,88,72,0.1);--glow-steel:rgba(184,184,208,0.1);--glow-fairy:rgba(238,153,172,0.12);--glow-normal:rgba(168,168,120,0.1);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 12px rgba(0,0,0,0.3);--shadow-lg:0 12px 32px rgba(0,0,0,0.4);--shadow-xl:0 20px 40px rgba(0,0,0,0.5);--shadow-glow:0 0 60px -10px;--ease-out:cubic-bezier(0.4,0,0.2,1);--ease-bounce:cubic-bezier(0.34,1.56,0.64,1);--duration-fast:0.15s;--duration-normal:0.2s;--duration-slow:0.3s;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Consolas",monospace;--text-xs:0.75rem;--text-sm:0.8125rem;--text-base:0.875rem;--text-lg:1rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem}.main-content-wrapper-pokemon,.pfh,.pcl,.pqi,.pbs,.ptm,.pev,.pab,.pga,.pmv,.pen{font-family:var(--font-sans)}.pbs-stat-value,.pbs-total-value,.pqi-value,.pmv-level,.pmv-power,.pmv-acc{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.main-content-wrapper-pokemon{padding:20px 0}.pokemon-section{background:#2a2a2a;border-radius:8px;padding:20px;margin-bottom:20px}.pokemon-section h2{color:#fff;margin-bottom:15px;font-size:1.4em;border-bottom:1px solid #444;padding-bottom:10px}.pokemon-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.pokemon-info-grid .info-item{display:flex;justify-content:space-between;padding:10px;background:#333;border-radius:4px}.pokemon-info-grid .label{color:#999}.pokemon-info-grid .value{color:#fff;font-weight:600}.rb-section{background:#1a1a1d;border-radius:4px;margin-bottom:12px;overflow:hidden}.rb-section-header{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #2d2d30;position:relative}.rb-section-header::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent,#6366f1)}.rb-section-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.rb-section-title-icon{width:18px;height:18px;color:var(--section-accent,#6366f1)}.rb-section-subtitle{font-size:12px;color:#71717a;font-weight:400;margin-left:8px}.rb-section-body{padding:16px}.rb-section--weakness{--section-accent:#ef4444}.rb-section--stats{--section-accent:#22d3ee}.rb-section--evolution{--section-accent:#a855f7}.rb-section--abilities{--section-accent:#f59e0b}.rb-section--moves{--section-accent:#4ade80}.rb-section--games{--section-accent:#6366f1}.rb-section--encounters{--section-accent:#ec4899}.rb-section--faq{--section-accent:#fb923c}.rb-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:768px){.rb-grid-2{grid-template-columns:1fr}}.rb-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.rb-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.rb-grid-3{grid-template-columns:1fr}}.stats-grid{display:flex;flex-direction:column;gap:10px}.stat-item{display:grid;grid-template-columns:80px 50px 1fr;align-items:center;gap:10px}.stat-name{color:#999;font-size:.9em}.stat-value{color:#fff;font-weight:600;text-align:right}.stat-bar{background:#333;height:8px;border-radius:4px;overflow:hidden}.stat-fill{height:100%;background:linear-gradient(90deg,#4CAF50,#8BC34A);border-radius:4px;transition:width .3s ease}.stat-total{margin-top:10px;padding-top:10px;border-top:1px solid #444}.stat-total .stat-name{color:#fff;font-weight:600}.type-normal{background:#a8a878}.type-fire{background:#f08030}.type-water{background:#6890f0}.type-electric{background:#f8d030}.type-grass{background:#78c850}.type-ice{background:#98d8d8}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{background:#e0c068}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{background:#b8b8d0}.type-fairy{background:#ee99ac}@media(max-width:768px){.stat-item{grid-template-columns:70px 40px 1fr}.pokemon-info-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.stat-fill,.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pab-item,.pga-game,.pen-item,.pqi-card,.pcl-link,.pgs-trigger,.pmv-view-all,.pen-view-all{transition:none!important;animation:none!important}}.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pqi-card{will-change:transform;transform:translateZ(0)}*:focus-visible{outline:2px solid #6366f1;outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 24px;background:#6366f1;color:#fff;font-weight:600;text-decoration:none;border-radius:4px;z-index:9999}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-contrast:high){.pbs-bar-fill,.pbs-total-bar-fill{border:1px solid}.pqi-card,.pbs-container,.ptm-container,.pev-container,.pab-container,.pga-container,.pmv-container,.pen-container{border-width:2px}}@media print{.pbs-bar-fill,.pbs-total-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pcombat-content,.pstrategy-content,.pevosec-content,.ploc-content,.pgame-content,.pfaq-content{grid-template-rows:1fr!important}.section-drag-handle,.pcombat-chevron,.pstrategy-chevron,.pevosec-chevron,.ploc-chevron,.pgame-chevron,.pfaq-section-chevron{display:none!important}.pokemon-sections-container{visibility:visible!important}.pcombat-title,.pstrategy-title,.pevo-section-title,.ploc-title,.pgame-title,.pfaq-title{color:inherit!important}}.pokemon-hub-header{--fh-surface-1:#0a0a0c;--fh-surface-2:#0f0f12;--fh-primary:#9099a1;--fh-secondary:#9099a1;--fh-glow:rgba(144,153,161,0.25);--fh-height:280px;--fh-image-size:200px;--fh-nav-peek:25%;--fh-nav-peek-hover:32%;--fh-nav-opacity:0.5;--fh-nav-opacity-hover:0.95;--fh-particle-opacity:0.25;--fh-particle-opacity-hover:0.50;--fh-nav-space:0px;position:relative;height:calc(var(--fh-height) + var(--fh-nav-space));background:var(--fh-surface-1);border-radius:10px;overflow:hidden;margin-bottom:0;transform:translate3d(0,0,0)scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.pokemon-hub-header--animate{animation:pokemon-hub-header-entrance .5s cubic-bezier(.16,1,.3,1)both}.pokemon-hub-header:not(.pokemon-hub-header--animate){will-change:auto}.pokemon-hub-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-hub-header.pokemon-hub-header--minimal{height:auto;min-height:160px}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-nav{min-height:calc(160px + 50px);--fh-nav-space:50px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-visual{display:none}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-ambient-wrap{display:none}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--ambient-only .pokemon-hub-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-overlay{position:relative;top:auto;bottom:auto;left:auto;right:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-name{font-size:26px;line-height:1.1}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-subtitle{font-size:14px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-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-hub-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-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-action-bar .pokemon-hub-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-hub-header--has-action-bar:not(.pokemon-hub-header--minimal) .pokemon-hub-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-hub-header.pokemon-hub-header--minimal{min-height:150px}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-nav{min-height:calc(150px + 46px);--fh-nav-space:46px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-overlay{padding-top:24px}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-action-bar .pokemon-hub-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-name{font-size:22px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-hub-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-hub-header.pokemon-hub-header--minimal{min-height:130px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-overlay{padding-top:18px}.pokemon-hub-header.pokemon-hub-header--minimal.pokemon-hub-header--has-action-bar .pokemon-hub-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-name{font-size:18px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-subtitle{font-size:11px}.pokemon-hub-header.pokemon-hub-header--minimal .pokemon-hub-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-hub-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-hub-header-entrance{from{opacity:0;transform:translate3d(0,0,0)scale(.98)}to{opacity:1;transform:translate3d(0,0,0)scale(1)}}.pokemon-hub-header--animate .pokemon-hub-header-name{animation:pokemon-hub-header-fade-up .5s cubic-bezier(.16,1,.3,1).1s both}.pokemon-hub-header--animate .pokemon-hub-header-subtitle,.pokemon-hub-header--animate .pokemon-hub-header-tagline{animation:pokemon-hub-header-fade-up .5s cubic-bezier(.16,1,.3,1).15s both}.pokemon-hub-header--animate .pokemon-hub-header-badges{animation:pokemon-hub-header-fade-up .5s cubic-bezier(.16,1,.3,1).2s both}@keyframes pokemon-hub-header-fade-up{from{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translate3d(0,0,0)}}@media(prefers-reduced-motion:reduce){.pokemon-hub-header,.pokemon-hub-header--animate,.pokemon-hub-header-image,.pokemon-hub-header-nav-arrow,.pokemon-hub-header *{animation:none!important}.pokemon-hub-header *{transition-duration:.01ms!important}}.pokemon-hub-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-hub-header-action-bar>*{pointer-events:auto}.pokemon-hub-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-hub-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-hub-header-action-btn{display:flex;align-items:center;gap:10px;background:0 0;border:none;padding:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.pokemon-hub-header-action-btn:hover{transform:scale(1.05)}.pokemon-hub-header-action-btn:active{transform:scale(.95)}.pokemon-hub-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-hub-header-action-ring{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,6%);border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pokemon-hub-header-action-btn:hover .pokemon-hub-header-action-ring{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.pokemon-hub-header-action-ring svg{width:20px;height:20px;color:rgba(255,255,255,.5);transition:color .2s ease}.pokemon-hub-header-action-btn:hover .pokemon-hub-header-action-ring svg{color:rgba(255,255,255,.8)}.pokemon-hub-header-action-label{font-size:11px;font-weight:500;color:rgba(255,255,255,.35);line-height:1.3;text-align:right;order:-1}.pokemon-hub-header-action-label strong{display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,.5)}.pokemon-hub-header-action--rose.is-active .pokemon-hub-header-action-ring{background:rgba(244,63,94,.15);border-color:rgba(244,63,94,.4)}.pokemon-hub-header-action--rose.is-active .pokemon-hub-header-action-ring svg{color:rgba(244,63,94,.9);fill:rgba(244,63,94,.9)}.pokemon-hub-header-action--rose.is-active .pokemon-hub-header-action-label strong{color:rgba(244,63,94,.8)}.pokemon-hub-header-action-btn .fav-icon-outline{display:block}.pokemon-hub-header-action-btn .fav-icon-filled{display:none}.pokemon-hub-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-hub-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-hub-header-share-dropdown{animation:fh-dropdown-in .1s ease-out}@keyframes fh-dropdown-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pokemon-hub-header-share-dropdown{animation:none}}.pokemon-hub-header-share-dropdown-inner{background:rgba(15,15,20,.98);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;min-width:160px;box-shadow:0 4px 20px rgba(0,0,0,.4)}.pokemon-hub-header-share-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:0 0;border:none;border-radius:8px;color:rgba(255,255,255,.8);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .1s,color .1s}.pokemon-hub-header-share-option:hover{background:rgba(255,255,255,.1);color:#fff}.pokemon-hub-header-share-option:active{opacity:.8}.pokemon-hub-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-hub-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-hub-header-share-option[data-platform=twitter]:hover{background:rgba(29,161,242,.15);color:#1da1f2}.pokemon-hub-header-share-option[data-platform=facebook]:hover{background:rgba(24,119,242,.15);color:#1877f2}.pokemon-hub-header-share-option[data-platform=reddit]:hover{background:rgba(255,69,0,.15);color:#ff4500}.pokemon-hub-header-share-option[data-platform=copy]:hover{background:rgba(99,102,241,.15);color:#818cf8}.pokemon-hub-header-action-ring .share-icon-apple,.pokemon-hub-header-action-ring .share-icon-android,.pokemon-hub-header-action-ring .share-icon-other{display:none}[data-share-platform=apple] .pokemon-hub-header-action-ring .share-icon-apple{display:block}[data-share-platform=android] .pokemon-hub-header-action-ring .share-icon-android{display:block}[data-share-platform=other] .pokemon-hub-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-hub-header-action-bar{padding:12px 16px}.pokemon-hub-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-hub-header-action-bar{padding:10px 12px}.pokemon-hub-header-action-bar-right{gap:8px}.pokemon-hub-header-action-label{display:none}.pokemon-hub-header-action-ring{width:40px;height:40px}}.pokemon-hub-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-hub-header-gradient-svg{width:100%;height:100%}.pokemon-hub-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-hub-header:hover .pokemon-hub-header-ambient-wrap,.pokemon-hub-header--active .pokemon-hub-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-hub-header [class$=-ambient],.pokemon-hub-header .rb-ambient,.pokemon-hub-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-hub-header:hover [class$=-ambient],.pokemon-hub-header:hover .rb-ambient,.pokemon-hub-header:hover [data-ambient-layer],.pokemon-hub-header--active [class$=-ambient],.pokemon-hub-header--active .rb-ambient,.pokemon-hub-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-hub-header-badges{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;z-index:10;max-width:200px;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:.3px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);transition:transform .15s ease,box-shadow .15s ease}.pokemon-hub-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.3)}.pokemon-hub-header .pokemon-hub-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-hub-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-hub-header-figure{margin:0;padding:0}.pokemon-hub-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-hub-header-breathe 6s ease-in-out infinite}@keyframes pokemon-hub-header-breathe{0%,100%{opacity:1}50%{opacity:.92}}.pokemon-hub-header:hover .pokemon-hub-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-hub-header .pokemon-hub-header-overlay{position:absolute;top:auto;bottom:calc(8px + var(--fh-nav-space,0px));left:0;right:0;z-index:4;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-title-row{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-name{font-size:32px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.8);letter-spacing:-.02em;pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-subtitle{font-size:14px;font-weight:500;color:rgba(255,255,255,.7);padding-left:8px;margin-left:4px;border-left:1px solid rgba(255,255,255,.2);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-tagline{font-size:13px;font-weight:400;color:rgba(255,255,255,.55);margin:6px auto 0;text-shadow:0 1px 8px rgba(0,0,0,.7);font-style:italic;max-width:var(--fh-tagline-max-width,340px);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-hub-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-hub-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-hub-header-meta dt{font-size:10px;font-weight:500;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.5px}.pokemon-hub-header-meta dd{margin:0;font-size:13px;font-weight:600;color:rgba(255,255,255,.85)}.pokemon-hub-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-hub-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-hub-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-hub-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-hub-header-nav-link:hover,.pokemon-hub-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-hub-header-nav-prev:hover,.pokemon-hub-header-nav-prev:focus-visible{background:linear-gradient( 90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-hub-header-nav-next:hover,.pokemon-hub-header-nav-next:focus-visible{background:linear-gradient( -90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-hub-header-nav-img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease;flex-shrink:0}.pokemon-hub-header-nav-link:hover .pokemon-hub-header-nav-img,.pokemon-hub-header-nav-link:focus-visible .pokemon-hub-header-nav-img{transform:scale(1.1)}.pokemon-hub-header-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(255,255,255,.8);flex-shrink:0;transition:transform .3s ease}.pokemon-hub-header-nav-icon svg{width:100%;height:100%}.pokemon-hub-header-nav-link:hover .pokemon-hub-header-nav-icon,.pokemon-hub-header-nav-link:focus-visible .pokemon-hub-header-nav-icon{transform:scale(1.1)}.pokemon-hub-header-nav-name{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);opacity:0;transition:opacity .25s ease .05s;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.pokemon-hub-header-nav-link:hover .pokemon-hub-header-nav-name,.pokemon-hub-header-nav-link:focus-visible .pokemon-hub-header-nav-name{opacity:1}.pokemon-hub-header-nav-arrow{font-size:24px;font-weight:400;color:rgba(255,255,255,.75);line-height:1;flex-shrink:0;transition:color .25s ease,transform .25s ease,opacity .25s ease;animation:pokemon-hub-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-hub-header-arrow-pulse{0%,100%{opacity:.6}50%{opacity:1}}.pokemon-hub-header-nav-link:hover .pokemon-hub-header-nav-arrow,.pokemon-hub-header-nav-link:focus-visible .pokemon-hub-header-nav-arrow{color:#fff;animation:none}.pokemon-hub-header-nav-prev:hover .pokemon-hub-header-nav-arrow{transform:translateX(-3px)}.pokemon-hub-header-nav-next:hover .pokemon-hub-header-nav-arrow{transform:translateX(3px)}.pokemon-hub-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-hub-header{--fh-height:260px;--fh-image-size:180px}.pokemon-hub-header-name{font-size:28px}}@media(max-width:768px){.pokemon-hub-header{--fh-height:240px;--fh-image-size:160px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-hub-header--has-nav{--fh-nav-space:70px}.pokemon-hub-header-name{font-size:26px}.pokemon-hub-header-nav-img{width:56px;height:56px}.pokemon-hub-header-nav-arrow{font-size:20px}.pokemon-hub-header-nav-name{font-size:10px;max-width:60px}.pokemon-hub-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-hub-header{--fh-height:220px;--fh-image-size:120px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:0.25}.pokemon-hub-header:not(.pokemon-hub-header--has-nav){border-radius:6px}.pokemon-hub-header--has-nav{border-radius:6px 6px 0 0}.pokemon-hub-header-image{transform:translateY(-16px)}.pokemon-hub-header .pokemon-hub-header-overlay{padding:0 16px}.pokemon-hub-header-name{font-size:22px}.pokemon-hub-header-subtitle{font-size:11px}.pokemon-hub-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-hub-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-hub-header-badge{font-size:9px;padding:3px 7px}.pokemon-hub-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-hub-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-hub-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-hub-header-nav-img{width:52px;height:52px}.pokemon-hub-header-nav-arrow{order:1!important;font-size:16px}.pokemon-hub-header-nav-img{order:2!important}.pokemon-hub-header-nav-name{order:3!important;display:none}.pokemon-hub-header-meta{gap:10px}.pokemon-hub-header-meta dt{font-size:9px}.pokemon-hub-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-hub-header{--fh-height:200px;--fh-image-size:115px}.pokemon-hub-header .pokemon-hub-header-overlay{padding:0 12px}.pokemon-hub-header-name{font-size:20px}.pokemon-hub-header-nav-link{min-height:44px}.pokemon-hub-header-nav-img{width:44px;height:44px}}.pokemon-hub-overview-content{display:grid;grid-template-rows:1fr}.pokemon-hub-overview-content-inner{overflow:hidden;min-height:0}.pokemon-hub-explore-content{display:grid;grid-template-rows:1fr}.pokemon-hub-explore-content-inner{overflow:hidden;min-height:0}.pokemon-hub-types-content{display:grid;grid-template-rows:1fr}.pokemon-hub-types-content-inner{overflow:hidden;min-height:0}.pokemon-hub-games-content{display:grid;grid-template-rows:1fr}.pokemon-hub-games-content-inner{overflow:hidden;min-height:0}.pokemon-hub-tools-content{display:grid;grid-template-rows:1fr}.pokemon-hub-tools-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,0.08);--border-subtle:rgba(255,255,255,0.04);--text-1:#ffffff;--text-2:rgba(255,255,255,0.7);--text-3:rgba(255,255,255,0.45);--accent:#8b5cf6;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--collapse-duration:0ms;--collapse-easing:ease}.rb-section{background:linear-gradient(180deg,#0f0f12 0%,#0a0a0c 100%);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border);overflow:hidden}.rb-section:last-child{margin-bottom:0}.rb-section-header{display:flex;align-items:stretch;gap:0;padding:0;border-bottom:1px solid var(--border-subtle);position:relative;background:0 0}.rb-section .rb-section-header::before{content:none}.rb-section-header [data-section-header-bar]{flex:1;min-width:0;display:flex;align-items:center;gap:12px;padding:14px 16px 14px 20px;background:rgba(255,255,255,2%);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-hub-scroll-nav{--scroll-nav-active-glow:rgba(99,102,241,0.35);--scroll-nav-active-color:#a78bfa;--scroll-nav-height:48px;position:sticky;top:calc(var(--rb-topnav-height,0px) + var(--rb-admin-bar-height,0px));z-index:9001;display:flex;align-items:center;justify-content:center;padding:10px 16px;min-height:var(--scroll-nav-height);margin-top:calc(var(--fh-nav-landing,80px) * -1);margin-left:1rem;margin-right:1rem;background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0 0 10px 10px;transition:background .25s ease,box-shadow .25s ease,border-radius .25s ease,backdrop-filter .25s ease}.pokemon-hub-scroll-nav.is-stuck{background:rgba(13,13,15,.92);backdrop-filter:blur(20px)saturate(150%);-webkit-backdrop-filter:blur(20px)saturate(150%);border-bottom:1px solid rgba(255,255,255,5%);box-shadow:0 2px 20px rgba(0,0,0,.35);border-radius:0}.pokemon-hub-scroll-nav-sections{position:relative;display:inline-flex;align-items:center;gap:1px;padding:3px;background:rgba(255,255,255,3%);border:1px solid rgba(255,255,255,6%);border-radius:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.pokemon-hub-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-hub-scroll-nav-link{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:13px;font-weight:500;letter-spacing:.01em;color:rgba(255,255,255,.55);text-decoration:none;white-space:nowrap;flex-shrink:0;border-radius:7px;background:0 0;border:none;cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.pokemon-hub-scroll-nav-link:not(:last-child)::before{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:rgba(255,255,255,8%);transition:opacity .2s cubic-bezier(.4,0,.2,1)}.pokemon-hub-scroll-nav-link:hover::before,.pokemon-hub-scroll-nav-link.active::before,.pokemon-hub-scroll-nav-link:hover+.pokemon-hub-scroll-nav-link::before,.pokemon-hub-scroll-nav-link.active+.pokemon-hub-scroll-nav-link::before{opacity:0}.pokemon-hub-scroll-nav-link:hover:not(.active){color:rgba(255,255,255,.9);background:rgba(255,255,255,5%)}.pokemon-hub-scroll-nav-link:not(.active):not(:hover){background:0 0}.pokemon-hub-scroll-nav-link.active{color:#fff;background:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,8%)}.pokemon-hub-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-hub-scroll-nav-link:not(.active)::after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pokemon-hub-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-hub-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-hub-scroll-nav-link:focus:not(.active){background:0 0}@media(max-width:768px){.pokemon-hub-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-hub-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-hub-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-hub-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-hub-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-hub-scroll-nav-link,.pokemon-hub-scroll-nav-link::before,.pokemon-hub-scroll-nav-link::after,.pokemon-hub-scroll-nav,.pokemon-hub-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-hub-scroll-nav-top,#pokemon-hub-overview,#pokemon-hub-explore,#pokemon-hub-types,#pokemon-hub-games,#pokemon-hub-tools{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}}.rb-dashboard-page{--hub-canvas:#0d1117;--hub-card:#151c25;--hub-nested:#1c2430;--hub-hover:#232c3a;--hub-text:#e6edf3;--hub-text-secondary:#b0bac5;--hub-muted:#8b949e;--hub-border:rgba(136,153,183,0.12);--hub-border-hover:rgba(136,153,183,0.24);--hub-brand:#DC2626;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}.pokemon-hub-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;padding:16px}.pokemon-hub-overview-card{text-align:center;padding:16px 12px;background:var(--hub-nested);border:1px solid var(--hub-border);border-radius:4px}.pokemon-hub-overview-value{font-size:28px;font-weight:700;line-height:1.1;color:var(--hub-text);font-variant-numeric:tabular-nums;font-family:jetbrains mono,sf mono,consolas,monospace}.pokemon-hub-overview-label{font-size:.8125rem;color:var(--hub-muted);margin-top:6px;text-transform:uppercase;letter-spacing:.04em}.pokemon-hub-overview-intro{padding:16px 16px 0}.pokemon-hub-overview-intro p{color:var(--hub-text);font-size:.9375rem;line-height:1.65;margin:0;opacity:.85}.pokemon-hub-overview-tagline{text-align:center;padding:8px 16px 4px;color:var(--hub-muted);font-size:.875rem;font-style:italic}.pokemon-hub-overview-freshness{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 16px 16px;font-size:.8125rem;color:var(--hub-muted)}.pokemon-hub-freshness-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.4);flex-shrink:0}.pokemon-hub-explore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;padding:16px}.pokemon-hub-explore-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 14px 16px 18px;background:var(--hub-nested);border:1px solid var(--hub-border);border-radius:4px;text-decoration:none;color:var(--hub-text);overflow:hidden;transition:background .15s ease,border-color .15s ease}.pokemon-hub-explore-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--card-accent,var(--hub-muted));border-radius:4px 0 0 4px}.pokemon-hub-explore-card:hover{background:var(--hub-hover);border-color:var(--hub-border-hover);color:var(--hub-text);text-decoration:none}.pokemon-hub-explore-card[data-section=pokedex]{--card-accent:#EF4444}.pokemon-hub-explore-card[data-section=types]{--card-accent:#F59E0B}.pokemon-hub-explore-card[data-section=moves]{--card-accent:#6366F1}.pokemon-hub-explore-card[data-section=abilities]{--card-accent:#8B5CF6}.pokemon-hub-explore-card[data-section=items]{--card-accent:#10B981}.pokemon-hub-explore-card[data-section=locations]{--card-accent:#3B82F6}.pokemon-hub-explore-card[data-section=nature]{--card-accent:#EC4899}.pokemon-hub-explore-card[data-section=tier-list]{--card-accent:#F97316}.pokemon-hub-explore-card[data-section=evolution]{--card-accent:#14B8A6}.pokemon-hub-explore-icon{width:22px;height:22px;color:var(--card-accent,var(--hub-muted));flex-shrink:0}.pokemon-hub-explore-icon svg{width:100%;height:100%}.pokemon-hub-explore-label{font-weight:600;font-size:.9375rem}.pokemon-hub-explore-desc{font-size:.75rem;color:var(--hub-muted);text-align:center;line-height:1.4}.pokemon-hub-explore-count{font-size:.75rem;color:var(--hub-muted);opacity:.7}.pokemon-hub-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px}.pokemon-hub-featured-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;background:var(--hub-nested);border:1px solid var(--hub-border);border-radius:4px;text-decoration:none;color:var(--hub-text);transition:background .15s ease,border-color .15s ease}.pokemon-hub-featured-card:hover{background:var(--hub-hover);border-color:var(--hub-border-hover);color:var(--hub-text);text-decoration:none}.pokemon-hub-featured-sprite{width:96px;height:96px;object-fit:contain;image-rendering:pixelated}.pokemon-hub-featured-name{font-weight:600;font-size:.9375rem}.pokemon-hub-featured-dex{font-size:.75rem;color:var(--hub-muted)}.pokemon-hub-featured-types{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.pokemon-hub-featured-type-badge{display:inline-block;padding:2px 10px;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.pokemon-hub-featured-bst{font-size:.6875rem;color:var(--hub-muted)}.pokemon-hub-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:6px;padding:16px}.pokemon-hub-type-pill{display:flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:opacity .15s ease}.pokemon-hub-type-pill:hover{opacity:.85;color:#fff;text-decoration:none}.pokemon-hub-games-container{padding:0}.pokemon-hub-games-gen-group{margin-bottom:0;padding:0 16px 12px}.pokemon-hub-games-gen-group:last-child{padding-bottom:16px}.pokemon-hub-games-gen-label{position:sticky;top:0;z-index:2;display:flex;align-items:baseline;gap:8px;font-size:.8125rem;font-weight:600;color:var(--hub-text-secondary,#b0bac5);text-transform:uppercase;letter-spacing:.04em;padding:10px 10px 8px;margin:0 -16px 10px;background:var(--hub-card);border-bottom:1px solid var(--hub-border);border-left:3px solid var(--gen-accent,var(--hub-muted))}.pokemon-hub-games-gen-region{font-weight:400;color:var(--hub-muted);font-size:.75rem;letter-spacing:.02em;text-transform:none}.pokemon-hub-games-gen-new{font-weight:500;color:var(--hub-muted);font-size:.6875rem;margin-left:auto;text-transform:none;letter-spacing:0}.pokemon-hub-games-gen-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}.pokemon-hub-games-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px 10px 16px;background:var(--hub-nested);border:1px solid var(--hub-border);border-left:3px solid var(--game-c1,var(--hub-muted));border-radius:4px;text-decoration:none;color:var(--hub-text);font-size:.875rem;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.pokemon-hub-games-card:hover{background:var(--hub-hover);border-color:var(--hub-border-hover,rgba(136,153,183,.24));border-left-color:var(--game-c1,var(--hub-muted));box-shadow:inset 3px 0 8px -3px var(--game-glow,transparent);color:var(--hub-text);text-decoration:none}.pokemon-hub-games-card-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.pokemon-hub-games-card-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pokemon-hub-games-card-meta{font-size:.6875rem;color:var(--hub-muted)}.pokemon-hub-games-card-liner{font-size:.6875rem;color:#94a0ab;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pokemon-hub-games-card-abbr{display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:3px;flex-shrink:0;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.25);align-self:flex-start}.pokemon-hub-trending-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px}.pokemon-hub-trending-card{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--hub-nested);border:1px solid var(--hub-border);border-radius:4px;text-decoration:none;color:var(--hub-text);transition:background .15s ease,border-color .15s ease}.pokemon-hub-trending-card:hover{background:var(--hub-hover);border-color:rgba(136,153,183,.24);color:var(--hub-text);text-decoration:none}.pokemon-hub-trending-rank{font-size:1.5rem;font-weight:700;color:var(--hub-text);min-width:28px;text-align:center;font-variant-numeric:tabular-nums}.pokemon-hub-trending-sprite{width:48px;height:48px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.pokemon-hub-trending-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pokemon-hub-trending-name{font-weight:600;font-size:.9375rem}.pokemon-hub-trending-dex{font-size:.75rem;color:var(--hub-muted)}.pokemon-hub-trending-types{display:flex;gap:4px;flex-wrap:wrap}.pokemon-hub-trending-type-badge{display:inline-block;padding:1px 8px;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:capitalize;line-height:1.6}.pokemon-hub-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px}.pokemon-hub-tools-card{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 16px;background:var(--hub-nested);border:1px solid var(--hub-border);border-radius:4px;text-decoration:none;color:var(--hub-text);cursor:pointer;transition:background .15s ease,border-color .15s ease}.pokemon-hub-tools-card:hover{background:var(--hub-hover);border-color:var(--hub-border-hover);color:var(--hub-text);text-decoration:none}.pokemon-hub-tools-icon{width:24px;height:24px;color:var(--hub-muted);flex-shrink:0}.pokemon-hub-tools-icon svg{width:100%;height:100%}.pokemon-hub-tools-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.pokemon-hub-tools-title{font-weight:600;font-size:.875rem}.pokemon-hub-tools-desc{font-size:.75rem;color:var(--hub-muted);line-height:1.4}.pokemon-hub-tools-kbd{display:inline-flex;padding:2px 6px;background:rgba(136,153,183,.1);border:1px solid var(--hub-border);border-radius:4px;font-size:.6875rem;font-family:monospace;color:var(--hub-muted)}@media(prefers-reduced-motion:reduce){.pokemon-hub-explore-card,.pokemon-hub-explore-card::after,.pokemon-hub-featured-card,.pokemon-hub-type-pill,.pokemon-hub-games-card,.pokemon-hub-trending-card,.pokemon-hub-tools-card{transition:none}}@media(max-width:768px){.pokemon-hub-overview-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.pokemon-hub-explore-grid{grid-template-columns:repeat(2,1fr)}.pokemon-hub-featured-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding:16px}.pokemon-hub-featured-card{min-width:160px;flex-shrink:0;scroll-snap-align:start}.pokemon-hub-types-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.pokemon-hub-trending-grid{grid-template-columns:repeat(2,1fr)}.pokemon-hub-tools-grid{grid-template-columns:1fr}}@media(max-width:480px){.pokemon-hub-overview-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.pokemon-hub-overview-value{font-size:22px}.pokemon-hub-overview-card{padding:12px 8px}.pokemon-hub-explore-grid{grid-template-columns:1fr;gap:8px}.pokemon-hub-explore-card{padding:12px 10px 12px 16px}.pokemon-hub-featured-card{min-width:140px}.pokemon-hub-featured-sprite{width:72px;height:72px}.pokemon-hub-types-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.pokemon-hub-trending-grid{grid-template-columns:1fr}.pokemon-hub-games-gen-cards{grid-template-columns:1fr}.pokemon-hub-games-card-liner{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pokemon-hub-tools-grid{grid-template-columns:1fr}}