: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-nature-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-nature-header--animate{animation:pokemon-nature-header-entrance .5s cubic-bezier(.16,1,.3,1)both}.pokemon-nature-header:not(.pokemon-nature-header--animate){will-change:auto}.pokemon-nature-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-nature-header.pokemon-nature-header--minimal{height:auto;min-height:160px}.pokemon-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-nav{min-height:calc(160px + 50px);--fh-nav-space:50px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-visual{display:none}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-ambient-wrap{display:none}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-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-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-name{font-size:26px;line-height:1.1}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-subtitle{font-size:14px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-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-nature-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-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-action-bar .pokemon-nature-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-nature-header--has-action-bar:not(.pokemon-nature-header--minimal) .pokemon-nature-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-nature-header.pokemon-nature-header--minimal{min-height:150px}.pokemon-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-nav{min-height:calc(150px + 46px);--fh-nav-space:46px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-overlay{padding-top:24px}.pokemon-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-action-bar .pokemon-nature-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-name{font-size:22px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-nature-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-nature-header.pokemon-nature-header--minimal{min-height:130px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-overlay{padding-top:18px}.pokemon-nature-header.pokemon-nature-header--minimal.pokemon-nature-header--has-action-bar .pokemon-nature-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-name{font-size:18px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-subtitle{font-size:11px}.pokemon-nature-header.pokemon-nature-header--minimal .pokemon-nature-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-nature-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-nature-header-entrance{from{opacity:0;transform:translate3d(0,0,0)scale(.98)}to{opacity:1;transform:translate3d(0,0,0)scale(1)}}.pokemon-nature-header--animate .pokemon-nature-header-name{animation:pokemon-nature-header-fade-up .5s cubic-bezier(.16,1,.3,1).1s both}.pokemon-nature-header--animate .pokemon-nature-header-subtitle,.pokemon-nature-header--animate .pokemon-nature-header-tagline{animation:pokemon-nature-header-fade-up .5s cubic-bezier(.16,1,.3,1).15s both}.pokemon-nature-header--animate .pokemon-nature-header-badges{animation:pokemon-nature-header-fade-up .5s cubic-bezier(.16,1,.3,1).2s both}@keyframes pokemon-nature-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-nature-header,.pokemon-nature-header--animate,.pokemon-nature-header-image,.pokemon-nature-header-nav-arrow,.pokemon-nature-header *{animation:none!important}.pokemon-nature-header *{transition-duration:.01ms!important}}.pokemon-nature-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-nature-header-action-bar>*{pointer-events:auto}.pokemon-nature-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-nature-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-nature-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-nature-header-action-btn:hover{transform:scale(1.05)}.pokemon-nature-header-action-btn:active{transform:scale(.95)}.pokemon-nature-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-nature-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-nature-header-action-btn:hover .pokemon-nature-header-action-ring{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.pokemon-nature-header-action-ring svg{width:20px;height:20px;color:rgba(255,255,255,.5);transition:color .2s ease}.pokemon-nature-header-action-btn:hover .pokemon-nature-header-action-ring svg{color:rgba(255,255,255,.8)}.pokemon-nature-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-nature-header-action-label strong{display:block;font-size:12px;font-weight:700;color:rgba(255,255,255,.5)}.pokemon-nature-header-action--rose.is-active .pokemon-nature-header-action-ring{background:rgba(244,63,94,.15);border-color:rgba(244,63,94,.4)}.pokemon-nature-header-action--rose.is-active .pokemon-nature-header-action-ring svg{color:rgba(244,63,94,.9);fill:rgba(244,63,94,.9)}.pokemon-nature-header-action--rose.is-active .pokemon-nature-header-action-label strong{color:rgba(244,63,94,.8)}.pokemon-nature-header-action-btn .fav-icon-outline{display:block}.pokemon-nature-header-action-btn .fav-icon-filled{display:none}.pokemon-nature-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-nature-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-nature-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-nature-header-share-dropdown{animation:none}}.pokemon-nature-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-nature-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-nature-header-share-option:hover{background:rgba(255,255,255,.1);color:#fff}.pokemon-nature-header-share-option:active{opacity:.8}.pokemon-nature-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-nature-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-nature-header-share-option[data-platform=twitter]:hover{background:rgba(29,161,242,.15);color:#1da1f2}.pokemon-nature-header-share-option[data-platform=facebook]:hover{background:rgba(24,119,242,.15);color:#1877f2}.pokemon-nature-header-share-option[data-platform=reddit]:hover{background:rgba(255,69,0,.15);color:#ff4500}.pokemon-nature-header-share-option[data-platform=copy]:hover{background:rgba(99,102,241,.15);color:#818cf8}.pokemon-nature-header-action-ring .share-icon-apple,.pokemon-nature-header-action-ring .share-icon-android,.pokemon-nature-header-action-ring .share-icon-other{display:none}[data-share-platform=apple] .pokemon-nature-header-action-ring .share-icon-apple{display:block}[data-share-platform=android] .pokemon-nature-header-action-ring .share-icon-android{display:block}[data-share-platform=other] .pokemon-nature-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-nature-header-action-bar{padding:12px 16px}.pokemon-nature-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-nature-header-action-bar{padding:10px 12px}.pokemon-nature-header-action-bar-right{gap:8px}.pokemon-nature-header-action-label{display:none}.pokemon-nature-header-action-ring{width:40px;height:40px}}.pokemon-nature-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-nature-header-gradient-svg{width:100%;height:100%}.pokemon-nature-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-nature-header:hover .pokemon-nature-header-ambient-wrap,.pokemon-nature-header--active .pokemon-nature-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-nature-header [class$=-ambient],.pokemon-nature-header .rb-ambient,.pokemon-nature-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-nature-header:hover [class$=-ambient],.pokemon-nature-header:hover .rb-ambient,.pokemon-nature-header:hover [data-ambient-layer],.pokemon-nature-header--active [class$=-ambient],.pokemon-nature-header--active .rb-ambient,.pokemon-nature-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-nature-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-nature-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-nature-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.3)}.pokemon-nature-header .pokemon-nature-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-nature-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-nature-header-figure{margin:0;padding:0}.pokemon-nature-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-nature-header-breathe 6s ease-in-out infinite}@keyframes pokemon-nature-header-breathe{0%,100%{opacity:1}50%{opacity:.92}}.pokemon-nature-header:hover .pokemon-nature-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-nature-header .pokemon-nature-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-nature-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-nature-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-nature-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-nature-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-nature-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-nature-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-nature-header-meta dt{font-size:10px;font-weight:500;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.5px}.pokemon-nature-header-meta dd{margin:0;font-size:13px;font-weight:600;color:rgba(255,255,255,.85)}.pokemon-nature-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-nature-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-nature-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-nature-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-nature-header-nav-link:hover,.pokemon-nature-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-nature-header-nav-prev:hover,.pokemon-nature-header-nav-prev:focus-visible{background:linear-gradient( 90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-nature-header-nav-next:hover,.pokemon-nature-header-nav-next:focus-visible{background:linear-gradient( -90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100% )}.pokemon-nature-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-nature-header-nav-link:hover .pokemon-nature-header-nav-img,.pokemon-nature-header-nav-link:focus-visible .pokemon-nature-header-nav-img{transform:scale(1.1)}.pokemon-nature-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-nature-header-nav-icon svg{width:100%;height:100%}.pokemon-nature-header-nav-link:hover .pokemon-nature-header-nav-icon,.pokemon-nature-header-nav-link:focus-visible .pokemon-nature-header-nav-icon{transform:scale(1.1)}.pokemon-nature-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-nature-header-nav-link:hover .pokemon-nature-header-nav-name,.pokemon-nature-header-nav-link:focus-visible .pokemon-nature-header-nav-name{opacity:1}.pokemon-nature-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-nature-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-nature-header-arrow-pulse{0%,100%{opacity:.6}50%{opacity:1}}.pokemon-nature-header-nav-link:hover .pokemon-nature-header-nav-arrow,.pokemon-nature-header-nav-link:focus-visible .pokemon-nature-header-nav-arrow{color:#fff;animation:none}.pokemon-nature-header-nav-prev:hover .pokemon-nature-header-nav-arrow{transform:translateX(-3px)}.pokemon-nature-header-nav-next:hover .pokemon-nature-header-nav-arrow{transform:translateX(3px)}.pokemon-nature-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-nature-header{--fh-height:260px;--fh-image-size:180px}.pokemon-nature-header-name{font-size:28px}}@media(max-width:768px){.pokemon-nature-header{--fh-height:240px;--fh-image-size:160px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-nature-header--has-nav{--fh-nav-space:70px}.pokemon-nature-header-name{font-size:26px}.pokemon-nature-header-nav-img{width:56px;height:56px}.pokemon-nature-header-nav-arrow{font-size:20px}.pokemon-nature-header-nav-name{font-size:10px;max-width:60px}.pokemon-nature-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-nature-header{--fh-height:220px;--fh-image-size:120px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:0.25}.pokemon-nature-header:not(.pokemon-nature-header--has-nav){border-radius:6px}.pokemon-nature-header--has-nav{border-radius:6px 6px 0 0}.pokemon-nature-header-image{transform:translateY(-16px)}.pokemon-nature-header .pokemon-nature-header-overlay{padding:0 16px}.pokemon-nature-header-name{font-size:22px}.pokemon-nature-header-subtitle{font-size:11px}.pokemon-nature-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-nature-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-nature-header-badge{font-size:9px;padding:3px 7px}.pokemon-nature-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-nature-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-nature-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-nature-header-nav-img{width:52px;height:52px}.pokemon-nature-header-nav-arrow{order:1!important;font-size:16px}.pokemon-nature-header-nav-img{order:2!important}.pokemon-nature-header-nav-name{order:3!important;display:none}.pokemon-nature-header-meta{gap:10px}.pokemon-nature-header-meta dt{font-size:9px}.pokemon-nature-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-nature-header{--fh-height:200px;--fh-image-size:115px}.pokemon-nature-header .pokemon-nature-header-overlay{padding:0 12px}.pokemon-nature-header-name{font-size:20px}.pokemon-nature-header-nav-link{min-height:44px}.pokemon-nature-header-nav-img{width:44px;height:44px}}.no-transition,.no-transition *,.no-transition *::before,.no-transition *::after{transition:none!important}.pokemon-nature-best-pokemon-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-nature-best-pokemon-content-inner{overflow:clip!important;min-height:0!important}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-best-pokemon-content{grid-template-rows:0fr!important}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-best-pokemon-content-inner{padding:0!important}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-best-pokemon-header{border-bottom-color:transparent}.pokemon-nature-best-pokemon-chevron svg{transition:transform 0ms ease}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-best-pokemon-chevron svg{transform:rotate(-90deg)}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-best-pokemon-title{color:#a1a1aa}.pokemon-nature-best-pokemon--collapsed .pokemon-nature-section-icon{opacity:.7}.pokemon-nature-guide-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-nature-guide-content-inner{overflow:clip!important;min-height:0!important}.pokemon-nature-guide--collapsed .pokemon-nature-guide-content{grid-template-rows:0fr!important}.pokemon-nature-guide--collapsed .pokemon-nature-guide-content-inner{padding:0!important}.pokemon-nature-guide--collapsed .pokemon-nature-guide-header{border-bottom-color:transparent}.pokemon-nature-guide-chevron svg{transition:transform 0ms ease}.pokemon-nature-guide--collapsed .pokemon-nature-guide-chevron svg{transform:rotate(-90deg)}.pokemon-nature-guide--collapsed .pokemon-nature-guide-title{color:#a1a1aa}.pokemon-nature-guide--collapsed .pokemon-nature-section-icon{opacity:.7}.pokemon-nature-faq-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-nature-faq-content-inner{overflow:clip!important;min-height:0!important}.pokemon-nature-faq--collapsed .pokemon-nature-faq-content{grid-template-rows:0fr!important}.pokemon-nature-faq--collapsed .pokemon-nature-faq-content-inner{padding:0!important}.pokemon-nature-faq--collapsed .pokemon-nature-faq-header{border-bottom-color:transparent}.pokemon-nature-faq-chevron svg{transition:transform 0ms ease}.pokemon-nature-faq--collapsed .pokemon-nature-faq-chevron svg{transform:rotate(-90deg)}.pokemon-nature-faq--collapsed .pokemon-nature-faq-title{color:#a1a1aa}.pokemon-nature-faq--collapsed .pokemon-nature-section-icon{opacity:.7}@media(prefers-reduced-motion:reduce){.pokemon-nature-best-pokemon-content,.pokemon-nature-best-pokemon-chevron,.pokemon-nature-best-pokemon-chevron svg,.pokemon-nature-section-icon,.pokemon-nature-guide-content,.pokemon-nature-guide-chevron,.pokemon-nature-guide-chevron svg,.pokemon-nature-section-icon,.pokemon-nature-faq-content,.pokemon-nature-faq-chevron,.pokemon-nature-faq-chevron svg,.pokemon-nature-section-icon{transition-duration:.01ms!important}}.rb-sections-container{display:flex;flex-direction:column}.rb-section{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,0.08);--border-subtle:rgba(255,255,255,0.04);--text-1:#ffffff;--text-2:rgba(255,255,255,0.7);--text-3:rgba(255,255,255,0.45);--accent:#8b5cf6;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--collapse-duration:0ms;--collapse-easing:ease}.rb-section{background:linear-gradient(180deg,#0f0f12 0%,#0a0a0c 100%);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border);overflow:hidden}.rb-section:last-child{margin-bottom:0}.rb-section-header{display:flex;align-items:stretch;gap:0;padding:0;border-bottom:1px solid var(--border-subtle);position:relative;background:0 0}.rb-section .rb-section-header::before{content:none}.rb-section-header button[aria-expanded]{appearance:none;flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 14px 20px;background:rgba(255,255,255,2%);border:none;cursor:pointer;text-align:left;color:inherit;font-family:inherit;font-weight:400;transition:background-color .15s ease;position:relative}.rb-section-header button[aria-expanded]::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent-gradient,linear-gradient(180deg,#a855f7 0%,#7c3aed 100%))}.rb-section-header button[aria-expanded]:hover{background:rgba(255,255,255,4%)}.rb-section-header button[aria-expanded]:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #8b5cf6}.rb-section-header [class*=-title-group],.rb-section-header [data-section-title-group]{display:flex;align-items:center;gap:10px;min-width:0}.rb-section-header h2,.rb-section-header h3,.rb-section-header p{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.rb-section-header button[aria-expanded] svg[class*=-icon],.rb-section-header button[aria-expanded] .rb-section-icon{width:18px;height:18px;color:var(--section-accent,#a855f7);flex-shrink:0;transition:transform 150ms var(--collapse-easing,ease)}.rb-section-header button[aria-expanded]:hover svg[class*=-icon],.rb-section-header button[aria-expanded]:hover .rb-section-icon{transform:scale(1.1)}.rb-section-header [class*=-actions],.rb-section-header [data-section-actions]{display:flex;align-items:center;gap:10px;flex-shrink:0}.rb-section-header [class*=-chevron],.rb-section-header [data-section-chevron]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:rgba(255,255,255,4%);transition:background var(--collapse-duration,0ms)var(--collapse-easing,ease)}.rb-section-header button[aria-expanded]:hover [class*=-chevron],.rb-section-header button[aria-expanded]:hover [data-section-chevron]{background:rgba(255,255,255,8%)}.rb-section-header [class*=-chevron] svg,.rb-section-header [data-section-chevron] svg{width:14px;height:14px;color:var(--section-accent,#71717a);transition:transform var(--collapse-duration,0ms)var(--collapse-easing,ease),color .15s ease}.rb-section-header button[aria-expanded]:hover [class*=-chevron] svg,.rb-section-header button[aria-expanded]:hover [data-section-chevron] svg{color:var(--section-accent,#a1a1aa);filter:brightness(1.2)}.rb-section-header button[aria-expanded=true] [class*=-chevron] svg,.rb-section-header button[aria-expanded=true] [data-section-chevron] svg{transform:rotate(0)}.rb-section-header button[aria-expanded=false] [class*=-chevron] svg,.rb-section-header button[aria-expanded=false] [data-section-chevron] svg{transform:rotate(-90deg)}.rb-section-header button[aria-expanded]:focus-visible [class*=-chevron],.rb-section-header button[aria-expanded]:focus-visible [data-section-chevron]{background:#8b5cf6}.rb-section-header button[aria-expanded]:focus-visible [class*=-chevron] svg,.rb-section-header button[aria-expanded]:focus-visible [data-section-chevron] svg{color:#fff}.rb-section [class*=-content-inner],.rb-section [data-section-content-inner]{padding:14px}@media(max-width:520px){.rb-section{border-radius:var(--radius-md,10px)}.rb-section-header button[aria-expanded]{padding:12px 14px 12px 16px}}.section-drag-handle{appearance:none;background:0 0;border:none;padding:8px 6px;margin-right:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:grab;color:rgba(255,255,255,.25);transition:all .15s ease;touch-action:none;position:relative;z-index:2;flex-shrink:0}.section-drag-handle .drag-icon{width:12px;height:12px;pointer-events:none;transition:transform .15s ease}.section-drag-handle:hover{background:rgba(255,255,255,6%);color:rgba(255,255,255,.5)}.section-drag-handle:hover .drag-icon{transform:scale(1.1)}.section-drag-handle:active,.section-drag-handle.is-grabbing{cursor:grabbing;color:rgba(255,255,255,.9);background:rgba(167,139,250,.2)}.section-drag-handle:focus-visible{outline:2px solid var(--rb-interactive-primary,#a78bfa);outline-offset:2px;color:rgba(255,255,255,.7)}[data-section-id].is-dragging{position:fixed!important;z-index:1000;opacity:.95;box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 0 1px rgba(167,139,250,.4);border-radius:8px;pointer-events:none;will-change:transform;transition:box-shadow .15s ease}.section-drag-placeholder{border:2px dashed rgba(167,139,250,.7);border-radius:8px;background:linear-gradient( 135deg,rgba(167,139,250,.12) 0%,rgba(167,139,250,6%) 50%,rgba(167,139,250,.12) 100% );margin:6px 0;min-height:50px;box-shadow:inset 0 0 30px rgba(167,139,250,.15),0 0 20px rgba(167,139,250,.1);animation:placeholder-pulse 1.5s ease-in-out infinite;position:relative}.section-drag-placeholder::before{content:"Drop here";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgba(167,139,250,.6);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px}@keyframes placeholder-pulse{0%,100%{border-color:rgba(167,139,250,.5);background:linear-gradient( 135deg,rgba(167,139,250,8%) 0%,rgba(167,139,250,4%) 50%,rgba(167,139,250,8%) 100% )}50%{border-color:rgba(167,139,250,.8);background:linear-gradient( 135deg,rgba(167,139,250,.15) 0%,rgba(167,139,250,8%) 50%,rgba(167,139,250,.15) 100% )}}.section-drop-indicator{position:absolute;left:0;right:0;height:3px;background:var(--rb-interactive-primary,#a78bfa);border-radius:2px;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:100}.section-drop-indicator.is-visible{opacity:1}[data-section-id].just-dropped{animation:section-drop-settle .25s cubic-bezier(.34,1.56,.64,1)}@keyframes section-drop-settle{0%{transform:scale(1.01);box-shadow:0 8px 24px rgba(0,0,0,.4)}60%{transform:scale(.995)}100%{transform:scale(1);box-shadow:none}}[data-section-id].reorder-success .section-drag-handle{animation:handle-success-flash .4s ease}@keyframes handle-success-flash{0%,100%{color:rgba(255,255,255,.3)}50%{color:#22c55e}}@media(max-width:768px){.section-drag-handle{padding:12px 8px}.section-drag-handle .drag-icon{width:14px;height:14px}.section-drag-handle.touch-holding{animation:touch-hold-hint .3s ease forwards}@keyframes touch-hold-hint{0%{transform:scale(1);background:0 0}100%{transform:scale(1.05);background:rgba(167,139,250,.15)}}.section-drag-handle.drag-active{background:rgba(167,139,250,.25);color:rgba(255,255,255,.95)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){[data-section-id],.section-drag-placeholder,.section-drag-handle,.section-drop-indicator{transition:none!important;animation:none!important}[data-section-id].is-dragging{transform:none}[data-section-id].just-dropped{animation:none}.section-drag-placeholder{animation:none!important;border-color:rgba(167,139,250,.7)}}.pokemon-nature-best-pokemon-toggle,.pokemon-nature-guide-toggle,.pokemon-nature-faq-toggle{flex:1;min-width:0}.pokemon-nature-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-nature-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-nature-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-nature-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-nature-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-nature-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-nature-scroll-nav-link:hover::before,.pokemon-nature-scroll-nav-link.active::before,.pokemon-nature-scroll-nav-link:hover+.pokemon-nature-scroll-nav-link::before,.pokemon-nature-scroll-nav-link.active+.pokemon-nature-scroll-nav-link::before{opacity:0}.pokemon-nature-scroll-nav-link:hover:not(.active){color:rgba(255,255,255,.9);background:rgba(255,255,255,5%)}.pokemon-nature-scroll-nav-link:not(.active):not(:hover){background:0 0}.pokemon-nature-scroll-nav-link.active{color:#fff;background:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,8%)}.pokemon-nature-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-nature-scroll-nav-link:not(.active)::after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pokemon-nature-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-nature-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-nature-scroll-nav-link:focus:not(.active){background:0 0}@media(max-width:768px){.pokemon-nature-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-nature-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-nature-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-nature-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-nature-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-nature-scroll-nav-link,.pokemon-nature-scroll-nav-link::before,.pokemon-nature-scroll-nav-link::after,.pokemon-nature-scroll-nav,.pokemon-nature-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-nature-scroll-nav-top,#pokemon-nature-best-pokemon,#pokemon-nature-guide,#pokemon-nature-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-nature-page-container{--pokemon-nature-accent:#ec4899;--pokemon-nature-accent-rgb:236,72,153}.pokemon-nature-section-icon{width:20px;height:20px;flex-shrink:0}.rb-placeholder{padding:2rem;text-align:center;color:#a1a1aa;font-style:italic}.rb-error{padding:2rem;text-align:center;color:#ef4444;background:rgba(239,68,68,.1);border-radius:8px;margin:1rem}@media(max-width:768px){.pokemon-nature-section-icon{width:18px;height:18px}}@media(max-width:640px){.pokemon-nature-section-icon{width:16px;height:16px}}.ns-type-badge--normal::before{background:#a8a8a8}.ns-type-badge--fire::before{background:#f97316}.ns-type-badge--water::before{background:#3b82f6}.ns-type-badge--electric::before{background:#eab308}.ns-type-badge--grass::before{background:#22c55e}.ns-type-badge--ice::before{background:#06b6d4}.ns-type-badge--fighting::before{background:#ef4444}.ns-type-badge--poison::before{background:#a855f7}.ns-type-badge--ground::before{background:#d97706}.ns-type-badge--flying::before{background:#8b5cf6}.ns-type-badge--psychic::before{background:#ec4899}.ns-type-badge--bug::before{background:#84cc16}.ns-type-badge--rock::before{background:#a16207}.ns-type-badge--ghost::before{background:#7c3aed}.ns-type-badge--dragon::before{background:#6366f1}.ns-type-badge--dark::before{background:#57534e}.ns-type-badge--steel::before{background:#64748b}.ns-type-badge--fairy::before{background:#f472b6}.ns-callout{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:rgba(136,153,183,6%);border:1px solid rgba(136,153,183,.12);border-radius:10px;margin:8px 0 20px;font-size:.9rem;line-height:1.55;color:#e4e4e7}.ns-callout-icon{flex-shrink:0;width:18px;height:18px;margin-top:2px;color:#a1a1aa}.ns-callout strong{color:#fafafa}.ns-avail-toggles{display:flex;align-items:center;gap:6px;margin-bottom:16px;flex-wrap:wrap}.ns-avail-label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#52525b;margin-right:2px}.ns-avail-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:600;border:1px solid rgba(136,153,183,.15);background:rgba(136,153,183,6%);color:#a1a1aa;cursor:pointer;transition:all .15s ease;line-height:1}.ns-avail-pill:hover:not(.is-locked){background:rgba(136,153,183,.12);color:#e4e4e7}.ns-avail-pill.is-locked{cursor:default}.ns-avail-pill.is-active{border-color:rgba(136,153,183,.25);background:rgba(136,153,183,.12);color:#e4e4e7}.ns-avail-pill--dex.is-active{border-color:rgba(74,222,128,.3);background:rgba(74,222,128,8%);color:#4ade80}.ns-avail-pill--obtainable.is-active{border-color:rgba(96,165,250,.3);background:rgba(96,165,250,8%);color:#60a5fa}.ns-avail-pill--transfer.is-active{border-color:rgba(251,191,36,.3);background:rgba(251,191,36,8%);color:#fbbf24}.ns-avail-count{font-size:10px;opacity:.7}.ns-avail-name{white-space:nowrap}.ns-row[data-availability=obtainable],.ns-row[data-availability=transfer],.ns-card[data-availability=obtainable],.ns-card[data-availability=transfer]{opacity:.82}.ns-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:none;background:0 0}.ns-table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px;min-width:640px;border:0}.ns-table th,.ns-table td{border:0}.ns-table thead th{padding:7px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#52525b;text-align:left;border-bottom:1px solid rgba(136,153,183,.1);background:0 0;white-space:nowrap}.ns-th-rank{width:28px;text-align:center;padding-left:6px;padding-right:2px}.ns-th-sprite{width:36px;padding:7px 4px}.ns-th-tier{width:36px;text-align:center}.ns-th-role{width:110px}.ns-th-ability{width:100px}.ns-th-stat{width:40px;text-align:center;font-weight:800}.ns-th-nature-stat{text-align:center;width:110px}.ns-row{transition:background 150ms ease,box-shadow 150ms ease;animation:ns-row-enter 280ms ease-out both;animation-delay:var(--ns-stagger,0ms)}.ns-row td{padding:6px 10px;border:0;border-bottom:1px solid rgba(136,153,183,6%);vertical-align:middle;color:#e4e4e7}.ns-row:last-child td{border-bottom:0}.ns-row:hover{background:rgba(136,153,183,5%);box-shadow:inset 3px 0 0 0 var(--ns-accent,rgba(136,153,183,.2))}.ns-rank{text-align:center;font-weight:600;font-size:10px;color:#3f3f46;padding-left:6px;padding-right:2px}.ns-sprite-cell{padding:4px}.ns-sprite{display:block;width:36px;height:36px;object-fit:contain;image-rendering:pixelated}.ns-name-cell{display:flex;align-items:center;gap:8px}.ns-name-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ns-name{font-weight:600;color:#fafafa;text-decoration:none;font-size:12px;transition:color 150ms ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ns-name:hover{color:var(--ns-accent,#ec4899)}.ns-types{display:flex;gap:3px;flex-wrap:nowrap}.ns-type-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px 2px 5px;background:rgba(255,255,255,4%);border:1px solid rgba(255,255,255,6%);border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#e4e4e7;line-height:1;white-space:nowrap}.ns-type-badge::before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0}.ns-tier{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:9px;font-weight:800;letter-spacing:.02em}.ns-role{font-size:11px;font-weight:500;color:#a1a1aa;white-space:nowrap}.ns-ability{font-size:11px;color:#52525b;white-space:nowrap}.ns-stat-val{text-align:center;font-weight:700;font-variant-numeric:tabular-nums;font-size:12px;color:#e4e4e7}.ns-nature-effect{display:flex;align-items:center;gap:4px;justify-content:center}.ns-base-val{font-size:12px;font-weight:600;color:#a1a1aa;font-variant-numeric:tabular-nums;min-width:22px;text-align:right}.ns-delta{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;min-width:24px;text-align:left}.ns-delta--up{opacity:.9}.ns-delta--down{opacity:.7}.ns-eff-bar{width:32px;height:4px;border-radius:2px;background:rgba(136,153,183,8%);overflow:hidden;flex-shrink:0}.ns-eff-bar-fill{height:100%;border-radius:2px;transition:width 280ms ease}.ns-empty{padding:3rem 2rem;text-align:center;color:#71717a;font-size:.9rem;line-height:1.6}.ns-empty strong{color:#a1a1aa;display:block;margin-bottom:6px;font-size:1rem}.ns-table tbody:not(:last-of-type) .ns-row:last-child td{border-bottom:1px solid rgba(136,153,183,6%)}.ns-show-more{display:flex;justify-content:center;padding:14px 0 4px}.ns-show-more-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;background:rgba(136,153,183,6%);border:1px solid rgba(136,153,183,.12);border-radius:8px;color:#a1a1aa;font-size:12px;font-weight:600;cursor:pointer;transition:background 150ms ease,border-color 150ms ease,color 150ms ease;letter-spacing:.02em}.ns-show-more-btn:hover{background:rgba(136,153,183,.1);border-color:rgba(136,153,183,.2);color:#e4e4e7}.ns-show-more-btn:focus-visible{outline:2px solid rgba(99,102,241,.6);outline-offset:2px}.ns-show-more-count{color:#52525b;font-weight:500}.ns-show-more-chevron{width:14px;height:14px;transition:transform 200ms ease;flex-shrink:0}.ns-show-more-btn[aria-expanded=true] .ns-show-more-chevron{transform:rotate(180deg)}.ns-extra-rows .ns-row,.ns-extra-cards .ns-card{animation-play-state:paused}.ns-extra-rows:not([hidden]) .ns-row,.ns-extra-cards:not([hidden]) .ns-card{animation-play-state:running}@keyframes ns-row-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ns-cards{display:none;flex-direction:column;gap:6px}.ns-cards-group-header{display:flex;align-items:center;gap:6px;padding:10px 4px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.ns-cards-group-count{font-weight:500;color:#52525b;margin-left:2px}.ns-card{background:#131316;border:1px solid rgba(136,153,183,8%);border-radius:8px;padding:12px 14px;animation:ns-row-enter 280ms ease-out both;animation-delay:var(--ns-stagger,0ms)}.ns-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(136,153,183,6%)}.ns-card-info{display:flex;align-items:center;gap:10px;min-width:0}.ns-card-sprite{width:40px;height:40px;flex-shrink:0;image-rendering:pixelated}.ns-card-name{font-weight:600;color:#fafafa;text-decoration:none;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ns-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:12px}.ns-card-grid--3{grid-template-columns:1fr 1fr 1fr}.ns-card-grid--4{grid-template-columns:1fr 1fr auto auto}.ns-card-field-label{font-size:9px;color:#52525b;text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:3px}.ns-guide-panels{display:flex;flex-direction:column;gap:16px}.ns-panel{padding:16px;background:rgba(136,153,183,5%);border:1px solid rgba(136,153,183,.1);border-radius:10px}.ns-panel-title{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a1a1aa;margin-bottom:10px}.ns-stat-effect{display:flex;align-items:center;justify-content:center;gap:24px;padding:20px;border-radius:10px;background:rgba(136,153,183,4%);border:1px solid rgba(136,153,183,.1);margin-bottom:16px}.ns-stat-boost,.ns-stat-lower{display:flex;flex-direction:column;align-items:center;gap:6px}.ns-stat-modifier{font-size:1.5rem;font-weight:700;line-height:1}.ns-stat-name{font-size:.8rem;font-weight:600}.ns-stat-divider{width:1px;height:48px;background:rgba(136,153,183,.15)}.ns-neutral-badge{display:flex;align-items:center;justify-content:center;padding:16px 24px;background:rgba(107,114,128,8%);border:1px solid rgba(107,114,128,.15);border-radius:10px;font-size:.95rem;color:#a1a1aa;margin-bottom:16px;text-align:center}.ns-role-desc{font-size:.9rem;line-height:1.55;color:#e4e4e7}.ns-related-list{display:flex;flex-wrap:wrap;gap:8px}.ns-related-link{display:inline-block;padding:5px 12px;background:rgba(136,153,183,6%);border:1px solid rgba(136,153,183,.12);border-radius:6px;color:#e4e4e7;text-decoration:none;font-size:.8rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.ns-related-link:hover{background:rgba(136,153,183,.1);border-color:rgba(136,153,183,.2)}.ns-related-current{pointer-events:none;opacity:.5}.ns-panel--vs{background:rgba(136,153,183,3%)}.ns-vs-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ns-vs-col{padding:12px;background:rgba(136,153,183,4%);border:1px solid rgba(136,153,183,8%);border-radius:8px}.ns-vs-header{font-size:13px;font-weight:700;margin-bottom:2px}.ns-vs-subtitle{font-size:11px;color:#52525b;margin-bottom:10px}.ns-vs-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.ns-vs-list li{font-size:12px;line-height:1.5;color:#a1a1aa;padding-left:14px;position:relative;list-style:none}.ns-vs-list li::marker{content:none}.ns-vs-list li::before{content:"";position:absolute;left:0;top:7px;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.4}@media(max-width:640px){.ns-vs-grid{grid-template-columns:1fr}}.ns-obtain-list{display:flex;flex-direction:column;gap:8px}.ns-obtain-item{display:flex;gap:10px;font-size:.85rem;line-height:1.5;color:#e4e4e7}.ns-obtain-label{font-weight:600;color:#fafafa;white-space:nowrap;min-width:90px}.ns-faq-list{display:flex;flex-direction:column;gap:0}.ns-faq-item{border-bottom:1px solid rgba(136,153,183,8%)}.ns-faq-item:last-child{border-bottom:none}.ns-faq-question{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:.9rem;font-weight:600;color:#fafafa;cursor:pointer;list-style:none;user-select:none;transition:background .15s ease}.ns-faq-question::-webkit-details-marker{display:none}.ns-faq-question::after{content:"+";font-size:1.1rem;color:#71717a;flex-shrink:0;margin-left:12px;transition:transform .2s ease}.ns-faq-item[open] .ns-faq-question::after{content:"-"}.ns-faq-question:hover{background:rgba(136,153,183,4%)}.ns-faq-answer{padding:0 16px 14px;font-size:.875rem;line-height:1.6;color:#a1a1aa}@media(max-width:640px){.ns-table-wrap{display:none}.ns-cards{display:flex}.ns-stat-effect{gap:16px;padding:16px}.ns-stat-modifier{font-size:1.25rem}.ns-panel{padding:14px}.ns-faq-question{padding:12px 14px;font-size:.85rem}.ns-faq-answer{padding:0 14px 12px;font-size:.82rem}}@media(prefers-reduced-motion:reduce){.ns-row,.ns-card,.ns-group-header{animation:none!important;transition:none!important}}.ns-speed-callout{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:rgba(136,153,183,5%);border:1px solid rgba(136,153,183,.1);border-radius:8px;margin-bottom:16px;font-size:.85rem;line-height:1.5;color:#a1a1aa}.ns-speed-callout strong{color:#e4e4e7}.ns-speed-table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px}.ns-speed-table th,.ns-speed-table td{border:0}.ns-speed-table thead th{padding:6px 10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#52525b;text-align:left;border-bottom:1px solid rgba(136,153,183,.1);white-space:nowrap}.ns-speed-row td{padding:8px 10px;border-bottom:1px solid rgba(136,153,183,6%);vertical-align:middle;color:#e4e4e7}.ns-speed-row:last-child td{border-bottom:0}.ns-speed-pokemon{display:flex;align-items:center;gap:8px}.ns-speed-sprite{width:32px;height:32px;object-fit:contain;image-rendering:pixelated}.ns-speed-name{font-weight:600;font-size:12px;color:#fafafa}.ns-speed-val{font-weight:700;font-variant-numeric:tabular-nums;text-align:center;min-width:36px}.ns-speed-delta{font-weight:700;font-variant-numeric:tabular-nums;text-align:center;min-width:36px;font-size:11px}.ns-speed-th-pokemon{text-align:left}.ns-speed-th-val{text-align:center;width:70px}.ns-speed-th-delta{text-align:center;width:50px}.ns-ev-list{display:flex;flex-direction:column;gap:10px}.ns-ev-row{display:grid;grid-template-columns:1fr 120px auto auto;gap:12px;align-items:center;padding:10px 12px;background:rgba(136,153,183,4%);border:1px solid rgba(136,153,183,8%);border-radius:8px}.ns-ev-spread{font-size:12px;font-weight:600;color:#e4e4e7;font-variant-numeric:tabular-nums;white-space:nowrap}.ns-ev-role{display:inline-block;margin-left:8px;padding:1px 6px;background:rgba(136,153,183,8%);border:1px solid rgba(136,153,183,.12);border-radius:3px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#71717a}.ns-ev-bar{height:4px;border-radius:2px;display:flex;overflow:hidden;background:rgba(136,153,183,6%)}.ns-ev-bar-seg{height:100%;min-width:2px}.ns-ev-count{font-size:11px;color:#a1a1aa;white-space:nowrap;text-align:right}.ns-ev-pct{font-size:11px;font-weight:600;color:#71717a;white-space:nowrap;text-align:right;min-width:36px}@media(max-width:640px){.ns-ev-row{grid-template-columns:1fr;gap:6px}.ns-ev-bar{height:6px}}.ns-moves-wrap{display:flex;flex-direction:column;gap:16px}.ns-moves-group{display:flex;flex-direction:column;gap:6px}.ns-moves-role{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#52525b;padding-bottom:4px;border-bottom:1px solid rgba(136,153,183,8%)}.ns-moves-items{display:flex;flex-direction:column;gap:4px}.ns-moves-item{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;transition:background 150ms ease}.ns-moves-item:hover{background:rgba(136,153,183,5%)}.ns-moves-name{font-size:12px;font-weight:600;color:#e4e4e7;flex:1}.ns-moves-count{font-size:10px;color:#71717a;white-space:nowrap}.ns-format-list{display:flex;flex-direction:column;gap:8px}.ns-format-row{display:grid;grid-template-columns:80px 1fr 36px;gap:10px;align-items:center;padding:8px 10px;background:rgba(136,153,183,4%);border:1px solid rgba(136,153,183,6%);border-radius:6px}.ns-format-name{font-size:11px;font-weight:700;color:#e4e4e7;white-space:nowrap}.ns-format-bar-wrap{height:6px;border-radius:3px;background:rgba(136,153,183,6%);overflow:hidden}.ns-format-bar{height:100%;border-radius:3px;background:rgba(136,153,183,.25);transition:width 280ms ease}.ns-format-count{font-size:11px;font-weight:600;color:#a1a1aa;text-align:right;font-variant-numeric:tabular-nums}.ns-format-top{grid-column:1/-1;font-size:10px;color:#52525b;padding-top:2px}@media(max-width:640px){.ns-format-row{grid-template-columns:60px 1fr 30px;gap:6px;padding:6px 8px}.ns-format-name{font-size:10px}}.ns-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ns-team-card{background:#131316;border:1px solid rgba(136,153,183,8%);border-radius:8px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;animation:ns-row-enter 280ms ease-out both;animation-delay:var(--ns-stagger,0ms)}.ns-team-sprite{width:48px;height:48px;object-fit:contain;image-rendering:pixelated}.ns-team-header{display:flex;align-items:center;gap:6px;width:100%;justify-content:center}.ns-team-name{font-size:12px;font-weight:600;color:#fafafa;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ns-team-name:hover{color:var(--ns-accent,#ec4899)}.ns-team-synergy{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;flex-shrink:0}.ns-team-types{display:flex;gap:3px;justify-content:center}.ns-team-count{font-size:10px;color:#52525b}@media(max-width:640px){.ns-team-grid{grid-template-columns:repeat(2,1fr)}.ns-team-sprite{width:40px;height:40px}.ns-team-name{font-size:11px}}.ns-rec-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 20px}.ns-rec-card{display:flex;flex-direction:column;gap:6px;padding:16px;background:rgba(136,153,183,6%);border:1px solid rgba(136,153,183,.12);border-radius:10px;text-decoration:none;transition:border-color 180ms ease,background 180ms ease}.ns-rec-card:hover{border-color:rgba(136,153,183,.25);background:rgba(136,153,183,.1)}.ns-rec-card-name{font-size:1rem;font-weight:600;color:#e4e4e7}.ns-rec-card-stats{display:flex;align-items:center;gap:4px;font-size:.82rem;font-weight:600}.ns-rec-stat-sep{color:#52525b;font-weight:400}.ns-rec-card-desc{font-size:.78rem;color:#a1a1aa;line-height:1.4}.ns-rec-nature-link{text-decoration:none;font-weight:500;font-size:.82rem;transition:opacity 150ms ease}.ns-rec-nature-link:hover{opacity:.8}.ns-th-nature{text-align:left}@media(max-width:640px){.ns-rec-cards{grid-template-columns:1fr;gap:10px}}.pgsw-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px 4px;padding:10px 16px 12px;margin:0;background:linear-gradient( 180deg,rgba(18,18,24,.48) 0%,rgba(14,14,18,.38) 100% );border-top:1px solid rgba(255,255,255,4%);border-bottom:1px solid rgba(255,255,255,5%);border-left:2px solid transparent;border-image:linear-gradient( 180deg,rgba(167,139,250,.2) 0%,rgba(167,139,250,6%) 100% )1;box-shadow:inset 0 1px rgba(255,255,255,.025),0 2px 8px rgba(0,0,0,.12);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.pgsw-strip::before{content:"GAME VERSION";display:inline-flex;align-items:center;font-size:8px;font-weight:700;letter-spacing:1px;color:rgba(255,255,255,.3);padding:3px 6px;margin-right:4px;border:1px solid rgba(255,255,255,6%);border-radius:3px;white-space:nowrap;flex-shrink:0;line-height:1;height:18px}.pgsw-gen{display:inline-flex;align-items:center;gap:6px;padding-left:8px;border-left:1px solid rgba(255,255,255,6%)}.pgsw-gen:first-of-type{padding-left:0;border-left:none}.pgsw-gen-label{font-size:9px;font-weight:700;letter-spacing:.6px;color:rgba(255,255,255,.4);padding:0 4px 0 1px;user-select:none;line-height:1}.pgsw-chip{display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 8px 0 11px;min-width:28px;position:relative;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,8%);border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.3px;color:rgba(255,255,255,.58);text-decoration:none;white-space:nowrap;line-height:1;user-select:none;-webkit-user-select:none;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease}.pgsw-chip::before{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:3px;background:linear-gradient(180deg,var(--chip-c1,#a78bfa),var(--chip-c2,#a78bfa));border-radius:4px 0 0 4px;z-index:1;opacity:.7;transition:opacity .15s ease,width .15s ease}.pgsw-chip-text{position:relative;z-index:1}.pgsw-chip--available{cursor:pointer;color:rgba(255,255,255,.65)}.pgsw-chip--available:hover{background:var(--chip-glow,rgba(167,139,250,.14));border-color:var(--chip-c1,rgba(255,255,255,.18));color:rgba(255,255,255,.95);box-shadow:0 0 12px var(--chip-glow,rgba(167,139,250,.12));transform:translateY(-1px)}.pgsw-chip--available:hover::before{opacity:1;width:4px}.pgsw-chip--available:focus-visible{outline:none;border-color:var(--chip-c1,#a78bfa);box-shadow:0 0 0 2px #0f0f14,0 0 0 4px var(--chip-c1,#a78bfa);color:rgba(255,255,255,.95)}.pgsw-chip--available:active{transform:scale(.96);transition:transform .05s ease}.pgsw-chip--active{background:var(--chip-glow,rgba(167,139,250,.14));border-color:var(--chip-c1,#a78bfa);color:#fff;font-weight:700;cursor:default;transform:scale(1.06);z-index:2;box-shadow:0 0 12px var(--chip-glow,rgba(167,139,250,.12))}.pgsw-chip--active::before{opacity:1}.pgsw-chip--active::after{display:none}.pgsw-chip--active:hover{box-shadow:0 0 12px var(--chip-glow,rgba(167,139,250,.12));transform:scale(1.06)}.pgsw-chip--unavailable{background:rgba(255,255,255,1%);border-color:rgba(255,255,255,.025);color:rgba(255,255,255,.17);cursor:default;pointer-events:none}.pgsw-chip--unavailable::before{opacity:.12}.pgsw-chip--unavailable::after{content:"";position:absolute;top:50%;left:4px;right:1px;height:1px;background:rgba(255,255,255,.14);transform:rotate(-12deg);transform-origin:center;z-index:1}.pgsw-chip--all{--chip-c1:#a78bfa;--chip-c2:#a78bfa;--chip-glow:rgba(167,139,250,0.14);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:8px 12px;gap:4px 3px;border-left:none;border-image:none;mask-image:linear-gradient( to right,transparent 0px,black 12px,black calc(100% - 20px),transparent 100% );-webkit-mask-image:linear-gradient( to right,transparent 0px,black 12px,black calc(100% - 20px),transparent 100% )}.pgsw-strip::before{font-size:7px;padding:2px 5px;margin-right:2px;height:16px}.pgsw-strip::-webkit-scrollbar{display:none}.pgsw-chip{height:32px;padding:0 10px 0 12px;min-width:36px;font-size:11px}.pgsw-gen{flex-shrink:0;padding-left:6px}.pgsw-gen:first-of-type{padding-left:0}.pgsw-gen-label{font-size:9px;padding:0 2px}.pgsw-chip--active{scroll-margin-inline:40px}}@media(max-width:480px){.pgsw-strip{padding:6px 10px}.pgsw-chip{height:30px;padding:0 8px 0 10px;min-width:32px;font-size:10px}}@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::after{display:none}.pgsw-strip::before{border:1px solid ButtonText;color:ButtonText}}@media print{.pgsw-strip{display:none!important}}