: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-grid-content{display:grid!important;grid-template-rows:1fr;transition:grid-template-rows 0ms ease}.pokemon-nature-grid-content-inner{overflow:clip!important;min-height:0!important}.pokemon-nature-grid--collapsed .pokemon-nature-grid-content{grid-template-rows:0fr!important}.pokemon-nature-grid--collapsed .pokemon-nature-grid-content-inner{padding:0!important}.pokemon-nature-grid--collapsed .pokemon-nature-grid-header{border-bottom-color:transparent}.pokemon-nature-grid-chevron svg{transition:transform 0ms ease}.pokemon-nature-grid--collapsed .pokemon-nature-grid-chevron svg{transform:rotate(-90deg)}.pokemon-nature-grid--collapsed .pokemon-nature-grid-title{color:#a1a1aa}.pokemon-nature-grid--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-grid-content,.pokemon-nature-grid-chevron,.pokemon-nature-grid-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-grid-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,#nature-grid,#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-content{--pokemon-nature-accent:#ec4899;--pokemon-nature-accent-rgb:236,72,153}.pokemon-nature-section-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.pokemon-nature-section-icon{width:18px;height:18px}}@media(max-width:640px){.pokemon-nature-section-icon{width:16px;height:16px}}.nc-inner{min-width:0}.pokemon-nature-grid-content-inner{overflow:hidden;min-width:0}.nc-callout{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;margin-bottom:16px;background:rgba(90,141,238,6%);border:1px solid rgba(90,141,238,.12);border-radius:8px;font-size:12px;line-height:1.55;color:#a1a1aa}.nc-callout-icon{flex-shrink:0;width:16px;height:16px;margin-top:1px;color:#5a8dee}.nc-callout strong{color:#e4e4e7;font-weight:600}.nc-callout-dismiss{flex-shrink:0;margin-left:auto;padding:2px;background:0 0;border:none;color:#52525b;cursor:pointer;border-radius:4px;transition:color 150ms ease}.nc-callout-dismiss:hover{color:#a1a1aa}.nc-callout--hidden{display:none}.nc-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px}.nc-filter-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#52525b;margin-right:2px;white-space:nowrap}.nc-filter-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:9999px;font-size:12px;font-weight:600;border:1px solid rgba(136,153,183,.1);background:rgba(136,153,183,4%);color:#a1a1aa;cursor:pointer;transition:background 150ms ease,border-color 150ms ease,color 150ms ease,box-shadow 150ms ease;white-space:nowrap}.nc-filter-btn:hover{background:rgba(136,153,183,8%);border-color:rgba(136,153,183,.15);color:#e4e4e7}.nc-filter-btn:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.nc-filter-btn.active{border-color:var(--nc-btn-color);background:var(--nc-btn-bg);color:var(--nc-btn-color);box-shadow:0 0 8px var(--nc-btn-glow)}.nc-filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.nc-filter-reset{padding:5px 10px;border-radius:9999px;font-size:11px;font-weight:600;border:1px solid rgba(136,153,183,8%);background:0 0;color:#52525b;cursor:pointer;transition:all 150ms ease;display:none}.nc-filter-bar.has-filter .nc-filter-reset{display:inline-flex}.nc-filter-reset:hover{background:rgba(136,153,183,6%);color:#a1a1aa}.nc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:none;background:0 0}.nc-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;min-width:620px;border:0}.nc-table th,.nc-table td{border:0}.nc-table thead th{padding:10px 16px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#71717a;text-align:left;border:0;border-bottom:2px solid rgba(136,153,183,.1);background:0 0;position:sticky;top:0;z-index:2;white-space:nowrap}.nc-th-nature{width:140px}.nc-th-stat{width:145px}.nc-th-flavor{width:120px}.nc-th-tier{width:48px;text-align:center}.nc-group-header td{padding:8px 16px;border:0;border-top:1px solid rgba(136,153,183,.1);border-bottom:1px solid rgba(136,153,183,8%);background:rgba(136,153,183,4%)}.nc-table tbody tr:first-child.nc-group-header td{border-top:none}.nc-group-label{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.nc-group-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.nc-group-multiplier{font-size:9px;font-weight:500;color:#52525b;margin-left:4px;letter-spacing:.02em}.nc-row{transition:background 150ms ease,box-shadow 150ms ease,opacity 200ms ease-out}.nc-row td{padding:9px 16px;border:0;border-bottom:1px solid rgba(136,153,183,8%);vertical-align:middle}.nc-row:last-child td{border-bottom:0}.nc-row:hover{background:rgba(136,153,183,6%);box-shadow:inset 3px 0 0 0 var(--nc-row-accent,rgba(136,153,183,.2))}a.nc-name{font-weight:700;font-size:14px;color:#fafafa;letter-spacing:.01em;text-decoration:none;transition:color 150ms ease}a.nc-name:hover{color:#ec4899}a.nc-name::after{content:"";display:inline-block;width:10px;height:10px;margin-left:5px;opacity:.2;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23ec4899%27 stroke-width=%272.5%27 stroke-linecap=%27round%27%3E%3Cpath d=%27M7 17L17 7M17 7H7M17 7v10%27/%3E%3C/svg%3E")no-repeat 50%;background-size:contain;transition:opacity 150ms ease;vertical-align:middle}.nc-row:hover a.nc-name::after{opacity:.7}.nc-tier{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;font-size:10px;font-weight:800;letter-spacing:.02em;text-align:center}.nc-stat-up{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.3px;color:#fff;white-space:nowrap;line-height:1.4;transition:box-shadow 150ms ease}.nc-row:hover .nc-stat-up{box-shadow:0 2px 8px var(--nc-stat-glow,transparent)}.nc-stat-up::before{content:"";display:inline-block;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-bottom:4.5px solid;opacity:.8}.nc-stat-down{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.3px;white-space:nowrap;line-height:1.4;background:0 0;opacity:.7;transition:opacity 150ms ease}.nc-row:hover .nc-stat-down{opacity:.85}.nc-stat-down::before{content:"";display:inline-block;width:0;height:0;border-left:3.5px solid transparent;border-right:3.5px solid transparent;border-top:4.5px solid;opacity:.7}.nc-flavor{display:inline-flex;align-items:center;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:500;letter-spacing:.3px;white-space:nowrap;line-height:1.4;transition:border-color 150ms ease}.nc-tr-badge{display:inline-flex;align-items:center;margin-left:6px;padding:1px 5px;border-radius:3px;font-size:8px;font-weight:700;letter-spacing:.04em;color:#f472b6;background:rgba(244,114,182,.1);border:1px solid rgba(244,114,182,.15);vertical-align:middle;cursor:help}.nc-row--neutral td{border-bottom-color:rgba(136,153,183,4%)}.nc-row--neutral a.nc-name{color:#93a3b8;font-weight:600}.nc-row--neutral a.nc-name:hover{color:#c4d0e0}.nc-row--neutral:hover a.nc-name::after{opacity:.5}.nc-row--neutral:hover{background:rgba(136,153,183,3%);box-shadow:inset 3px 0 rgba(136,153,183,8%)}.nc-neutral-dash{display:inline-flex;align-items:center;padding:3px 10px;border-radius:4px;font-size:14px;font-weight:400;color:#3f3f46;background:0 0;letter-spacing:2px;user-select:none}.nc-row--dimmed{opacity:.3;pointer-events:none;transition:opacity 200ms ease-out}.nc-group-header--dimmed td{opacity:.4;transition:opacity 200ms ease-out}.nc-row--highlighted{background:rgba(255,255,255,3%);box-shadow:inset 3px 0 0 0 var(--nc-row-accent,rgba(136,153,183,.2));transition:background 200ms ease-out,box-shadow 200ms ease-out}@keyframes nc-row-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nc-row{animation:nc-row-enter 280ms ease-out both;animation-delay:var(--nc-stagger,0ms)}.nc-group-header{animation:nc-row-enter 280ms ease-out both;animation-delay:var(--nc-stagger,0ms)}.nc-legend{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;padding:10px 16px;background:rgba(136,153,183,3%);border-radius:8px;border:none;overflow:hidden;max-width:100%;box-sizing:border-box}.nc-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#71717a}.nc-legend-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.nc-legend-sep{width:1px;height:14px;background:rgba(136,153,183,.1)}.nc-legend-tier{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#52525b}.nc-legend-tier-pip{width:14px;height:14px;border-radius:3px;font-size:8px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.nc-flavor-explainer{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;margin-bottom:12px;padding:0 2px;font-size:11px;line-height:1.5}.nc-flavor-explainer-label{font-weight:700;color:#71717a;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.nc-flavor-explainer-map{color:#a1a1aa}.nc-flavor-explainer-note{color:#71717a;font-style:italic}.nc-cards{display:none}@media(max-width:640px){.nc-table-wrap{display:none}.nc-cards{display:flex;flex-direction:column;gap:6px}.nc-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}.nc-cards-group-header:first-child{padding-top:0}.nc-card{background:#131316;border:1px solid rgba(136,153,183,8%);border-radius:8px;padding:12px 14px;animation:nc-row-enter 280ms ease-out both;animation-delay:var(--nc-stagger,0ms)}.nc-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(136,153,183,6%)}a.nc-card-name{font-size:15px;font-weight:700;color:#fafafa;text-decoration:none}a.nc-card-name::after{content:" \2192";font-size:12px;color:#6b7280;transition:color 150ms ease}a.nc-card-name:active{color:#ec4899}a.nc-card-name:active::after{color:#ec4899}.nc-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nc-card-field-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#52525b;margin-bottom:3px}.nc-card--neutral{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:rgba(136,153,183,2%);border-color:rgba(136,153,183,5%)}.nc-card--neutral a.nc-card-name{color:#93a3b8;font-size:13px;font-weight:600}.nc-card--neutral a.nc-card-name::after{content:" \2192";font-size:11px;opacity:.5}.nc-card--neutral .nc-card-top{margin-bottom:0;padding-bottom:0;border-bottom:none}.nc-card--neutral .nc-card-grid{display:none}.nc-card-neutral-label{font-size:10px;color:#52525b;font-style:italic}.nc-card--dimmed{opacity:.3;pointer-events:none;transition:opacity 200ms ease-out}.nc-cards-group-header--dimmed{opacity:.4;transition:opacity 200ms ease-out}.nc-card--highlighted{background:rgba(255,255,255,3%);border-color:var(--nc-row-accent,rgba(136,153,183,.12));transition:background 200ms ease-out,border-color 200ms ease-out}.nc-filter-bar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;max-width:100%}.nc-callout{font-size:11px}.nc-legend{gap:8px 12px;padding:8px 12px}.nc-legend-item{font-size:10px;gap:4px}.nc-legend-swatch{width:10px;height:10px}.nc-legend-sep{display:none}.nc-legend-tier{font-size:9px}.nc-legend-tier-pip{width:12px;height:12px;font-size:7px}.nc-card .nc-stat-up,.nc-card .nc-stat-down,.nc-card .nc-flavor{font-size:10px;padding:3px 7px}.nc-card-grid>div:nth-child(2n){text-align:right}.nc-card-grid>div:nth-child(2n) .nc-card-field-label{text-align:right}}@media(max-width:768px){.nc-table thead th{padding:8px 12px;font-size:9px}.nc-row td{padding:8px 12px}.nc-group-header td{padding:6px 12px}a.nc-name{font-size:13px}.nc-stat-up,.nc-stat-down,.nc-flavor{font-size:10px;padding:3px 8px}.nc-tier{width:20px;height:20px;font-size:9px}}.nc-no-natures-banner{padding:32px 24px;text-align:center;background:rgba(136,153,183,3%);border-radius:10px;border:1px solid rgba(136,153,183,8%)}.nc-no-natures-banner h3{font-size:18px;font-weight:700;color:#e4e4e7;margin:0 0 8px}.nc-no-natures-banner p{font-size:13px;line-height:1.6;color:#a1a1aa;margin:0 0 16px;max-width:520px;margin-left:auto;margin-right:auto}.nc-no-natures-banner a{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;color:#ec4899;background:rgba(236,72,153,.1);border:1px solid rgba(236,72,153,.15);text-decoration:none;transition:background 150ms ease}.nc-no-natures-banner a:hover{background:rgba(236,72,153,.18)}.nc-game-tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:16px}.nc-game-tip{padding:12px 14px;background:rgba(136,153,183,3%);border-radius:8px;border:1px solid rgba(136,153,183,6%)}.nc-game-tip-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#52525b;margin-bottom:5px}.nc-game-tip-value{font-size:12px;line-height:1.5;color:#d4d4d8}.nc-game-tip-value strong{color:#fafafa;font-weight:600}.nc-game-tip--accent .nc-game-tip-label{color:#ec4899}.nc-flavor-note{margin-bottom:12px;padding:10px 14px;background:rgba(230,103,164,6%);border:1px solid rgba(230,103,164,.1);border-radius:8px;font-size:12px;line-height:1.5;color:#a1a1aa}.nc-flavor-note strong{color:#e667a4;font-weight:600}@media(max-width:640px){.nc-game-tips{grid-template-columns:1fr;gap:8px}.nc-no-natures-banner{padding:24px 16px}.nc-no-natures-banner h3{font-size:16px}.nc-no-natures-banner p{font-size:12px}}.nc-roles{margin-bottom:16px}.nc-roles-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#52525b;margin-bottom:10px}.nc-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nc-role-card{padding:12px 14px;background:rgba(136,153,183,3%);border:1px solid rgba(136,153,183,6%);border-radius:8px;transition:border-color 150ms ease}.nc-role-card:hover{border-color:rgba(136,153,183,.12)}.nc-role-name{font-size:13px;font-weight:700;color:#e4e4e7;margin-bottom:8px;display:flex;align-items:center;gap:6px}.nc-role-icon{font-size:14px;opacity:.6}.nc-role-natures{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.nc-role-why{font-size:11px;line-height:1.45;color:#71717a}@media(max-width:768px){.nc-roles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.nc-roles-grid{grid-template-columns:1fr;gap:6px}.nc-role-card{padding:10px 12px}.nc-role-name{font-size:12px}.nc-role-why{font-size:10px}}.nc-faq{margin-top:4px}.nc-faq-item{border-bottom:1px solid rgba(136,153,183,6%)}.nc-faq-item:last-child{border-bottom:none}.nc-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 2px;font-size:14px;font-weight:600;color:#e4e4e7;cursor:pointer;list-style:none;transition:color 150ms ease;user-select:none}.nc-faq-item summary::-webkit-details-marker{display:none}.nc-faq-item summary:hover{color:#fafafa}.nc-faq-item summary::after{content:"+";font-size:18px;font-weight:400;color:#52525b;flex-shrink:0;transition:transform 200ms ease}.nc-faq-item[open] summary::after{content:"-"}.nc-faq-answer{padding:0 2px 14px;font-size:13px;line-height:1.65;color:#a1a1aa}.nc-faq-answer strong{color:#d4d4d8;font-weight:600}@media(max-width:640px){.nc-faq-item summary{font-size:13px;padding:12px 2px}.nc-faq-answer{font-size:12px}}@media(prefers-reduced-motion:reduce){.nc-row,.nc-group-header,.nc-card,.nc-filter-btn,.nc-stat-up,.nc-stat-down,.nc-flavor{animation:none!important;transition:none!important}}.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}}