:root{--bg-base:#0c0d14;--bg-elevated:#18181b;--bg-surface:#1f1f24;--bg-overlay:#27272a;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--text-subtle:#71717a;--border-default:#27272a;--border-hover:#3f3f46;--border-active:rgba(99,102,241,.3);--accent-primary:#6366f1;--accent-primary-hover:#818cf8;--accent-glow:rgba(99,102,241,.15);--accent-glow-strong:rgba(99,102,241,.25);--stat-excellent:#22d3ee;--stat-high:#4ade80;--stat-above-avg:#a3e635;--stat-average:#fbbf24;--stat-below-avg:#fb923c;--stat-low:#f87171;--glow-fire:rgba(253,125,36,.12);--glow-water:rgba(74,144,217,.12);--glow-electric:rgba(238,213,53,.15);--glow-grass:rgba(98,185,87,.12);--glow-ice:rgba(152,216,216,.12);--glow-fighting:rgba(192,48,40,.12);--glow-poison:rgba(160,64,160,.12);--glow-ground:rgba(224,192,104,.12);--glow-flying:rgba(168,144,240,.12);--glow-psychic:rgba(248,88,136,.12);--glow-bug:rgba(168,184,32,.12);--glow-rock:rgba(184,160,56,.12);--glow-ghost:rgba(112,88,152,.15);--glow-dragon:rgba(112,56,248,.15);--glow-dark:rgba(112,88,72,.1);--glow-steel:rgba(184,184,208,.1);--glow-fairy:rgba(238,153,172,.12);--glow-normal:rgba(168,168,120,.1);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 12px rgba(0,0,0,.3);--shadow-lg:0 12px 32px rgba(0,0,0,.4);--shadow-xl:0 20px 40px rgba(0,0,0,.5);--shadow-glow:0 0 60px -10px;--ease-out:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.34,1.56,.64,1);--duration-fast:.15s;--duration-normal:.2s;--duration-slow:.3s;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Consolas",monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:1rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem}.main-content-wrapper-pokemon,.pfh,.pcl,.pqi,.pbs,.ptm,.pev,.pab,.pga,.pmv,.pen{font-family:var(--font-sans)}.pbs-stat-value,.pbs-total-value,.pqi-value,.pmv-level,.pmv-power,.pmv-acc{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.main-content-wrapper-pokemon{padding:20px 0}.pokemon-section{background:#2a2a2a;border-radius:8px;padding:20px;margin-bottom:20px}.pokemon-section h2{color:#fff;margin-bottom:15px;font-size:1.4em;border-bottom:1px solid #444;padding-bottom:10px}.pokemon-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.pokemon-info-grid .info-item{display:flex;justify-content:space-between;padding:10px;background:#333;border-radius:4px}.pokemon-info-grid .label{color:#999}.pokemon-info-grid .value{color:#fff;font-weight:600}.rb-section{background:#1a1a1d;border-radius:4px;margin-bottom:12px;overflow:hidden}.rb-section-header{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #2d2d30;position:relative}.rb-section-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent,#6366f1)}.rb-section-title{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#fafafa;margin:0;display:flex;align-items:center;gap:8px}.rb-section-title-icon{width:18px;height:18px;color:var(--section-accent,#6366f1)}.rb-section-subtitle{font-size:12px;color:#71717a;font-weight:400;margin-left:8px}.rb-section-body{padding:16px}.rb-section--weakness{--section-accent:#ef4444}.rb-section--stats{--section-accent:#22d3ee}.rb-section--evolution{--section-accent:#a855f7}.rb-section--abilities{--section-accent:#f59e0b}.rb-section--moves{--section-accent:#4ade80}.rb-section--games{--section-accent:#6366f1}.rb-section--encounters{--section-accent:#ec4899}.rb-section--faq{--section-accent:#fb923c}.rb-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:768px){.rb-grid-2{grid-template-columns:1fr}}.rb-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.rb-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.rb-grid-3{grid-template-columns:1fr}}.stats-grid{display:flex;flex-direction:column;gap:10px}.stat-item{display:grid;grid-template-columns:80px 50px 1fr;align-items:center;gap:10px}.stat-name{color:#999;font-size:.9em}.stat-value{color:#fff;font-weight:600;text-align:right}.stat-bar{background:#333;height:8px;border-radius:4px;overflow:hidden}.stat-fill{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:4px;transition:width .3s ease}.stat-total{margin-top:10px;padding-top:10px;border-top:1px solid #444}.stat-total .stat-name{color:#fff;font-weight:600}.type-normal{background:#a8a878}.type-fire{background:#f08030}.type-water{background:#6890f0}.type-electric{background:#f8d030}.type-grass{background:#78c850}.type-ice{background:#98d8d8}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{background:#e0c068}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{background:#b8b8d0}.type-fairy{background:#ee99ac}@media(max-width:768px){.stat-item{grid-template-columns:70px 40px 1fr}.pokemon-info-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.stat-fill,.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pab-item,.pga-game,.pen-item,.pqi-card,.pcl-link,.pgs-trigger,.pmv-view-all,.pen-view-all{transition:none!important;animation:none!important}}.pbs-bar-fill,.pbs-total-bar-fill,.pev-pokemon,.pqi-card{will-change:transform;transform:translateZ(0)}*:focus-visible{outline:2px solid #6366f1;outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid #6366f1;outline-offset:2px;border-radius:4px}.skip-link{position:absolute;top:-100px;left:16px;padding:12px 24px;background:#6366f1;color:#fff;font-weight:600;text-decoration:none;border-radius:4px;z-index:9999}.skip-link:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-contrast:high){.pbs-bar-fill,.pbs-total-bar-fill{border:1px solid currentColor}.pqi-card,.pbs-container,.ptm-container,.pev-container,.pab-container,.pga-container,.pmv-container,.pen-container{border-width:2px}}@media print{.pbs-bar-fill,.pbs-total-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}.pcombat-content,.pstrategy-content,.pevosec-content,.ploc-content,.pgame-content,.pfaq-content{grid-template-rows:1fr!important}.section-drag-handle,.pcombat-chevron,.pstrategy-chevron,.pevosec-chevron,.ploc-chevron,.pgame-chevron,.pfaq-section-chevron{display:none!important}.pokemon-sections-container{visibility:visible!important}.pcombat-title,.pstrategy-title,.pevo-section-title,.ploc-title,.pgame-title,.pfaq-title{color:inherit!important}}.rb-dashboard-page td,.rb-dashboard-page th,.rb-sections-container td,.rb-sections-container th{border-top:none;padding:0}.pokemon-calculator-header{--fh-surface-1:#0a0a0c;--fh-surface-2:#0f0f12;--fh-primary:#9099a1;--fh-secondary:#9099a1;--fh-glow:rgba(144,153,161,.25);--fh-height:280px;--fh-image-size:200px;--fh-visual-zone:240px;--fh-nav-peek:25%;--fh-nav-peek-hover:32%;--fh-nav-opacity:.5;--fh-nav-opacity-hover:.95;--fh-particle-opacity:.25;--fh-particle-opacity-hover:.5;--fh-nav-space:0px;position:relative;height:calc(var(--fh-height) + var(--fh-nav-space));background:var(--fh-surface-1);border-radius:10px;overflow:hidden;margin-bottom:0;transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform,opacity}.pokemon-calculator-header--animate{animation:pokemon-calculator-header-entrance .5s cubic-bezier(.16,1,.3,1) both}.pokemon-calculator-header:not(.pokemon-calculator-header--animate){will-change:auto}.pokemon-calculator-header--has-nav{--fh-nav-space:80px;border-radius:10px 10px 0 0}.pokemon-calculator-header.pokemon-calculator-header--minimal{height:auto;min-height:160px}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-nav{min-height:210px;--fh-nav-space:50px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-visual,.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-ambient-wrap{display:none}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--ambient-only .pokemon-calculator-header-ambient-wrap{display:block!important;visibility:visible!important}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-overlay{position:relative;inset:auto;transform:none;box-sizing:border-box;z-index:4;padding:28px 24px 16px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-name{font-size:26px;line-height:1.1}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-subtitle{font-size:14px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-tagline{font-size:13px;max-width:var(--fh-tagline-max-width,680px);margin-top:2px;opacity:.85}:root{--fh-nav-landing:80px}@media(max-width:768px){:root{--fh-nav-landing:80px}}@media(max-width:520px){:root{--fh-nav-landing:80px}}.pokemon-calculator-header--has-action-bar{--fh-zone-action:76px;--fh-zone-gap:14px;--fh-zone-content:70px;--fh-zone-nav:var(--fh-nav-landing);--fh-content-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));--fh-total-height:calc(var(--fh-zone-action) + var(--fh-zone-gap) + var(--fh-zone-content) + var(--fh-zone-nav))}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-action-bar{height:auto;min-height:var(--fh-total-height)}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-action-bar .pokemon-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap));padding-bottom:var(--fh-zone-nav,80px)}.pokemon-calculator-header--has-action-bar:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-overlay{bottom:calc(8px + var(--fh-nav-space,0px))}@media(max-width:768px){.pokemon-calculator-header.pokemon-calculator-header--minimal{min-height:150px}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-nav{min-height:196px;--fh-nav-space:46px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-overlay{padding-top:24px}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-action-bar .pokemon-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-name{font-size:22px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-tagline{max-width:var(--fh-tagline-max-width,500px);font-size:12px;margin-top:1px}.pokemon-calculator-header--has-action-bar{--fh-zone-action:68px;--fh-zone-gap:12px;--fh-zone-content:60px}}@media(max-width:520px){.pokemon-calculator-header.pokemon-calculator-header--minimal{min-height:130px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-overlay{padding-top:18px}.pokemon-calculator-header.pokemon-calculator-header--minimal.pokemon-calculator-header--has-action-bar .pokemon-calculator-header-overlay{padding-top:calc(var(--fh-zone-action) + var(--fh-zone-gap))}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-name{font-size:18px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-subtitle{font-size:11px}.pokemon-calculator-header.pokemon-calculator-header--minimal .pokemon-calculator-header-tagline{font-size:11px;max-width:var(--fh-tagline-max-width,300px);margin-top:0}.pokemon-calculator-header--has-action-bar{--fh-zone-action:60px;--fh-zone-gap:10px;--fh-zone-content:52px}}@keyframes pokemon-calculator-header-entrance{0%{opacity:0;transform:translateZ(0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.pokemon-calculator-header--animate .pokemon-calculator-header-name{animation:pokemon-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .1s both}.pokemon-calculator-header--animate .pokemon-calculator-header-subtitle,.pokemon-calculator-header--animate .pokemon-calculator-header-tagline{animation:pokemon-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .15s both}.pokemon-calculator-header--animate .pokemon-calculator-header-badges{animation:pokemon-calculator-header-fade-up .5s cubic-bezier(.16,1,.3,1) .2s both}@keyframes pokemon-calculator-header-fade-up{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:reduce){.pokemon-calculator-header,.pokemon-calculator-header--animate,.pokemon-calculator-header-image,.pokemon-calculator-header-nav-arrow,.pokemon-calculator-header *{animation:none!important}.pokemon-calculator-header *{transition-duration:.01ms!important}}.pokemon-calculator-header-action-bar{position:absolute;top:0;left:0;right:0;height:var(--fh-zone-action,76px);z-index:10;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;box-sizing:border-box;pointer-events:none}.pokemon-calculator-header-action-bar>*{pointer-events:auto}.pokemon-calculator-header-action-bar-left{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:200px}.pokemon-calculator-header-action-bar-right{display:flex;align-items:center;gap:20px}.pokemon-calculator-header-action-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.pokemon-calculator-header-action-btn:active .pokemon-calculator-header-action-ring{transform:scale(.97);transition:transform .1s ease}.pokemon-calculator-header-action-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:4px;border-radius:8px}.pokemon-calculator-header-action-ring{width:44px;height:44px;border-radius:50%;background:#ffffff0f;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.pokemon-calculator-header-action-btn:hover .pokemon-calculator-header-action-ring{background:#ffffff1a;border-color:#ffffff40}.pokemon-calculator-header-action-ring svg{width:20px;height:20px;color:#ffffff80;transition:color .2s ease}.pokemon-calculator-header-action-btn:hover .pokemon-calculator-header-action-ring svg{color:#fffc}.pokemon-calculator-header-action-label{font-size:11px;font-weight:500;color:#ffffff59;line-height:1.3;text-align:right;order:-1}.pokemon-calculator-header-action-label strong{display:block;font-size:12px;font-weight:700;color:#ffffff80}.pokemon-calculator-header-action-label:has(.pokemon-calculator-header-action-label-state){display:inline-grid}.pokemon-calculator-header-action-label-state{grid-column:1 / 2;grid-row:1 / 2;transition:opacity .12s ease}.pokemon-calculator-header-action-btn:not(.is-active) .pokemon-calculator-header-action-label-state[data-state=active]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-calculator-header-action-btn.is-active .pokemon-calculator-header-action-label-state[data-state=default]{visibility:hidden;opacity:0;pointer-events:none}.pokemon-calculator-header-action--rose.is-active .pokemon-calculator-header-action-ring{background:#f43f5e26;border-color:#f43f5e66}.pokemon-calculator-header-action--rose.is-active .pokemon-calculator-header-action-ring svg{color:#f43f5ee6;fill:#f43f5ee6}.pokemon-calculator-header-action--rose.is-active .pokemon-calculator-header-action-label strong{color:#f43f5ecc}.pokemon-calculator-header-action-btn .fav-icon-outline{display:block}.pokemon-calculator-header-action-btn .fav-icon-filled,.pokemon-calculator-header-action-btn.is-active .fav-icon-outline{display:none}.pokemon-calculator-header-action-btn.is-active .fav-icon-filled{display:block}.pokemon-calculator-header-share-dropdown{animation:fh-dropdown-in .1s ease-out}@keyframes fh-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.pokemon-calculator-header-share-dropdown{animation:none}}.pokemon-calculator-header-share-dropdown-inner{background:#0f0f14fa;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;min-width:160px;box-shadow:0 4px 20px #0006}.pokemon-calculator-header-share-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:#fffc;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .1s,color .1s}.pokemon-calculator-header-share-option:hover{background:#ffffff1a;color:#fff}.pokemon-calculator-header-share-option:active{opacity:.8}.pokemon-calculator-header-share-option:focus-visible{outline:2px solid #6366f1;outline-offset:-2px}.pokemon-calculator-header-share-option svg{width:18px;height:18px;flex-shrink:0}.pokemon-calculator-header-share-option[data-platform=twitter]:hover{background:#1da1f226;color:#1da1f2}.pokemon-calculator-header-share-option[data-platform=facebook]:hover{background:#1877f226;color:#1877f2}.pokemon-calculator-header-share-option[data-platform=reddit]:hover{background:#ff450026;color:#ff4500}.pokemon-calculator-header-share-option[data-platform=copy]:hover{background:#6366f126;color:#818cf8}.pokemon-calculator-header-action-ring .share-icon-apple,.pokemon-calculator-header-action-ring .share-icon-android{display:none}.pokemon-calculator-header-action-ring .share-icon-other,[data-share-platform=apple] .pokemon-calculator-header-action-ring .share-icon-apple{display:block}[data-share-platform=apple] .pokemon-calculator-header-action-ring .share-icon-other{display:none}[data-share-platform=android] .pokemon-calculator-header-action-ring .share-icon-android{display:block}[data-share-platform=android] .pokemon-calculator-header-action-ring .share-icon-other{display:none}[data-share-platform=other] .pokemon-calculator-header-action-ring .share-icon-other{display:block}@media(max-width:768px){.pokemon-calculator-header-action-bar{padding:12px 16px}.pokemon-calculator-header-action-bar-right{gap:12px}}@media(max-width:520px){.pokemon-calculator-header-action-bar{padding:10px 12px}.pokemon-calculator-header-action-bar-right{gap:8px}.pokemon-calculator-header-action-label{display:none}.pokemon-calculator-header-action-ring{width:40px;height:40px}}.pokemon-calculator-header-gradient{position:absolute;inset:0;z-index:1;pointer-events:none}.pokemon-calculator-header-gradient-svg{width:100%;height:100%}.pokemon-calculator-header-ambient-wrap{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;opacity:var(--fh-particle-opacity);transition:opacity .4s ease;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header:hover .pokemon-calculator-header-ambient-wrap,.pokemon-calculator-header--active .pokemon-calculator-header-ambient-wrap{opacity:var(--fh-particle-opacity-hover)}.pokemon-calculator-header [class$=-ambient],.pokemon-calculator-header .rb-ambient,.pokemon-calculator-header [data-ambient-layer]{opacity:var(--fh-particle-opacity);transition:opacity .4s ease}.pokemon-calculator-header:hover [class$=-ambient],.pokemon-calculator-header:hover .rb-ambient,.pokemon-calculator-header:hover [data-ambient-layer],.pokemon-calculator-header--active [class$=-ambient],.pokemon-calculator-header--active .rb-ambient,.pokemon-calculator-header--active [data-ambient-layer]{opacity:var(--fh-particle-opacity-hover)}.pokemon-calculator-header-badges{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;z-index:10;max-width:200px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:3px;letter-spacing:.3px;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);background:#ffffff1a;color:#ffffffe6;transition:transform .15s ease,box-shadow .15s ease}.pokemon-calculator-header-badge:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000004d}.pokemon-calculator-header .pokemon-calculator-header-visual{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;padding-bottom:var(--fh-nav-space,0px);pointer-events:none;box-sizing:border-box}.pokemon-calculator-header-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 75% 65% at 50% 45%,transparent 0%,transparent 50%,rgba(0,0,0,.15) 85%,rgba(0,0,0,.25) 100%);pointer-events:none;z-index:-1}.pokemon-calculator-header-figure{margin:0;padding:0}.pokemon-calculator-header-image{width:var(--fh-image-size);height:var(--fh-image-size);object-fit:contain;filter:brightness(1.05) drop-shadow(0 8px 24px rgba(0,0,0,.6)) drop-shadow(0 0 8px var(--fh-glow));transition:transform .4s ease,filter .4s ease;transform:translateY(-12px);animation:pokemon-calculator-header-breathe 6s ease-in-out infinite}@keyframes pokemon-calculator-header-breathe{0%,to{opacity:1}50%{opacity:.92}}.pokemon-calculator-header:hover .pokemon-calculator-header-image{filter:brightness(1.12) drop-shadow(0 12px 32px rgba(0,0,0,.7)) drop-shadow(0 0 16px var(--fh-glow)) drop-shadow(0 0 28px var(--fh-glow))}.pokemon-calculator-header .pokemon-calculator-header-overlay{position:absolute;top:auto;bottom:calc(8px + var(--fh-nav-space,0px));left:0;right:0;z-index:6;text-align:center;pointer-events:none;user-select:none;-webkit-user-select:none;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header-title-row{display:flex;align-items:baseline;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:4px;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header-name{font-size:32px;font-weight:800;color:#fff;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.8);letter-spacing:-.02em;pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header-subtitle{font-size:14px;font-weight:500;color:#ffffffb3;padding-left:8px;margin-left:4px;border-left:1px solid rgba(255,255,255,.2);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header-tagline{font-size:13px;font-weight:400;color:#ffffff8c;margin:6px auto 0;text-shadow:0 1px 8px rgba(0,0,0,.7);font-style:italic;max-width:var(--fh-tagline-max-width,340px);pointer-events:auto;user-select:text;-webkit-user-select:text;cursor:text;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal){height:auto;min-height:calc(var(--fh-height) + var(--fh-nav-space,0px))}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-visual{position:relative;inset:auto;width:100%;height:var(--fh-visual-zone,240px);padding-bottom:0}.pokemon-calculator-header--has-action-bar:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-visual{margin-top:var(--fh-zone-action,76px)}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-overlay{position:relative;top:auto;bottom:auto;padding:8px 16px calc(12px + var(--fh-nav-space,0px))}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,rgba(0,0,0,.25) 60%,transparent 100%);pointer-events:none;z-index:-1}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-visual:before{display:none}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-image{transform:none}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-visual img{width:calc(var(--fh-visual-zone,180px) - 20px);height:calc(var(--fh-visual-zone,180px) - 20px);max-width:100%;object-fit:contain}.pokemon-calculator-header:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-nav{bottom:auto;height:var(--fh-visual-zone,180px)}.pokemon-calculator-header--has-action-bar:not(.pokemon-calculator-header--minimal) .pokemon-calculator-header-nav{top:var(--fh-zone-action,76px)}.pokemon-calculator-header-meta{display:flex;justify-content:center;gap:16px;margin:12px 0 0;padding:0}.pokemon-calculator-header-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}.pokemon-calculator-header-meta dt{font-size:10px;font-weight:500;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px}.pokemon-calculator-header-meta dd{margin:0;font-size:13px;font-weight:600;color:#ffffffd9}.pokemon-calculator-header-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.pokemon-calculator-header-nav-link{position:absolute;top:0;bottom:0;width:var(--fh-nav-peek);display:flex;flex-direction:row;align-items:center;gap:6px;text-decoration:none;opacity:var(--fh-nav-opacity);transition:width .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,background .35s ease;pointer-events:auto;cursor:pointer}.pokemon-calculator-header-nav-prev{left:0;padding-left:12px;padding-right:8px;justify-content:flex-start;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.pokemon-calculator-header-nav-next{right:0;padding-right:12px;padding-left:8px;justify-content:flex-end;background:linear-gradient(-90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.pokemon-calculator-header-nav-link:hover,.pokemon-calculator-header-nav-link:focus-visible{width:var(--fh-nav-peek-hover);opacity:var(--fh-nav-opacity-hover)}.pokemon-calculator-header-nav-prev:hover,.pokemon-calculator-header-nav-prev:focus-visible{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-calculator-header-nav-next:hover,.pokemon-calculator-header-nav-next:focus-visible{background:linear-gradient(-90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%)}.pokemon-calculator-header-nav-img{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 3px 8px rgba(0,0,0,.5));transition:transform .3s ease,filter .3s ease;flex-shrink:0}.pokemon-calculator-header-nav-link:hover .pokemon-calculator-header-nav-img,.pokemon-calculator-header-nav-link:focus-visible .pokemon-calculator-header-nav-img{transform:scale(1.1)}.pokemon-calculator-header-nav-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#fffc;flex-shrink:0;transition:transform .3s ease}.pokemon-calculator-header-nav-icon svg{width:100%;height:100%}.pokemon-calculator-header-nav-link:hover .pokemon-calculator-header-nav-icon,.pokemon-calculator-header-nav-link:focus-visible .pokemon-calculator-header-nav-icon{transform:scale(1.1)}.pokemon-calculator-header-nav-name{font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9);opacity:.7;transition:opacity .25s ease .05s;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.pokemon-calculator-header-nav-link:hover .pokemon-calculator-header-nav-name,.pokemon-calculator-header-nav-link:focus-visible .pokemon-calculator-header-nav-name{opacity:1}.pokemon-calculator-header-nav-arrow{font-size:24px;font-weight:400;color:#ffffffbf;line-height:1;flex-shrink:0;transition:color .25s ease,transform .25s ease,opacity .25s ease;animation:pokemon-calculator-header-arrow-pulse 3.5s ease-in-out infinite}@keyframes pokemon-calculator-header-arrow-pulse{0%,to{opacity:.6}50%{opacity:1}}.pokemon-calculator-header-nav-link:hover .pokemon-calculator-header-nav-arrow,.pokemon-calculator-header-nav-link:focus-visible .pokemon-calculator-header-nav-arrow{color:#fff;animation:none}.pokemon-calculator-header-nav-prev:hover .pokemon-calculator-header-nav-arrow{transform:translate(-3px)}.pokemon-calculator-header-nav-next:hover .pokemon-calculator-header-nav-arrow{transform:translate(3px)}.pokemon-calculator-header-nav-link:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:-2px}@media(max-width:1024px){.pokemon-calculator-header{--fh-height:260px;--fh-image-size:180px;--fh-visual-zone:220px}.pokemon-calculator-header-name{font-size:28px}}@media(max-width:768px){.pokemon-calculator-header{--fh-height:240px;--fh-image-size:160px;--fh-visual-zone:200px;--fh-nav-peek:22%;--fh-nav-peek-hover:28%}.pokemon-calculator-header--has-nav{--fh-nav-space:70px}.pokemon-calculator-header-name{font-size:26px}.pokemon-calculator-header-nav-img{width:64px;height:64px}.pokemon-calculator-header-nav-arrow{font-size:20px}.pokemon-calculator-header-nav-name{font-size:10px;max-width:60px;opacity:.6}.pokemon-calculator-header-nav-link{gap:5px}}@media(max-width:520px){.pokemon-calculator-header{--fh-height:220px;--fh-image-size:120px;--fh-visual-zone:180px;--fh-nav-peek:18%;--fh-nav-peek-hover:24%;--fh-particle-opacity:.25}.pokemon-calculator-header:not(.pokemon-calculator-header--has-nav){border-radius:6px}.pokemon-calculator-header--has-nav{border-radius:6px 6px 0 0}.pokemon-calculator-header-image{transform:translateY(-16px)}.pokemon-calculator-header .pokemon-calculator-header-overlay{padding:0 16px}.pokemon-calculator-header-name{font-size:22px}.pokemon-calculator-header-subtitle{font-size:11px}.pokemon-calculator-header-tagline{font-size:11px;max-width:260px;margin-top:3px}.pokemon-calculator-header-badges{top:12px;left:12px;gap:4px;max-width:160px}.pokemon-calculator-header-badge{font-size:9px;padding:3px 7px}.pokemon-calculator-header-title-row{flex-direction:column;align-items:center;gap:3px;text-align:center}.pokemon-calculator-header-subtitle{border-left:none;padding-left:0;margin-left:0}.pokemon-calculator-header-nav-link{flex-direction:column;justify-content:center;gap:2px;min-height:44px}.pokemon-calculator-header-nav-img{width:44px;height:44px}.pokemon-calculator-header-nav-arrow{order:1!important;font-size:16px}.pokemon-calculator-header-nav-img{order:2!important}.pokemon-calculator-header-nav-name{order:3!important;display:none}.pokemon-calculator-header-meta{gap:10px}.pokemon-calculator-header-meta dt{font-size:9px}.pokemon-calculator-header-meta dd{font-size:12px}}@media(max-width:380px){.pokemon-calculator-header{--fh-height:200px;--fh-image-size:115px;--fh-visual-zone:165px}.pokemon-calculator-header .pokemon-calculator-header-overlay{padding:0 12px}.pokemon-calculator-header-name{font-size:20px}.pokemon-calculator-header-nav-link{min-height:44px}.pokemon-calculator-header-nav-img{width:44px;height:44px}}.pokemon-calculator-tools-content{display:grid;grid-template-rows:1fr}.pokemon-calculator-tools-content-inner{overflow:hidden;min-height:0}.pokemon-calculator-faq-content{display:grid;grid-template-rows:1fr}.pokemon-calculator-faq-content-inner{overflow:hidden;min-height:0}.rb-sections-container{display:flex;flex-direction:column}.rb-section{--surface-1:#0d0d0f;--surface-2:#131316;--surface-3:#1a1a1e;--border:rgba(255,255,255,.08);--border-subtle:rgba(255,255,255,.04);--text-1:#ffffff;--text-2:rgba(255,255,255,.7);--text-3:rgba(255,255,255,.45);--accent:#8b5cf6;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--collapse-duration:0ms;--collapse-easing:ease}.rb-section{background:linear-gradient(180deg,#0f0f12,#0a0a0c);border-radius:var(--radius-lg);margin-bottom:16px;border:1px solid var(--border);overflow:hidden}.rb-section:last-child{margin-bottom:0}.rb-section-header{display:flex;align-items:stretch;gap:0;padding:0;border-bottom:1px solid var(--border-subtle);position:relative;background:transparent}.rb-section .rb-section-header:before{content:none}.rb-section-header [data-section-header-bar]{flex:1;min-width:0;display:flex;align-items:center;gap:12px;padding:14px 16px 14px 20px;background:#ffffff05;color:inherit;font-family:inherit;font-weight:400;position:relative}.rb-section-header [data-section-header-bar]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--section-accent-gradient,linear-gradient(180deg,#a855f7 0%,#7c3aed 100%))}.rb-section-header [class*=-title-group],.rb-section-header [data-section-title-group]{display:flex;align-items:center;gap:10px;min-width:0}.rb-section-header h2,.rb-section-header h3,.rb-section-header p{display:flex;align-items:center;gap:10px;margin:0;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.rb-section-header [data-section-header-bar] svg[class*=-icon],.rb-section-header [data-section-header-bar] .rb-section-icon{width:18px;height:18px;color:var(--section-accent,#a855f7);flex-shrink:0}.rb-section [class*=-content-inner],.rb-section [data-section-content-inner]{padding:14px}@media(max-width:520px){.rb-section{border-radius:var(--radius-md,10px)}.rb-section-header [data-section-header-bar]{padding:12px 14px 12px 16px}}.pokemon-calculator-scroll-nav{--scroll-nav-active-glow:rgba(99,102,241,.35);--scroll-nav-active-color:#a78bfa;--scroll-nav-height:48px;position:sticky;top:calc(var(--rb-topnav-height,0px) + var(--rb-admin-bar-height,0px));z-index:9001;display:flex;align-items:center;justify-content:center;padding:10px 16px;min-height:var(--scroll-nav-height);margin-top:calc(var(--fh-nav-landing,80px) * -1);margin-left:1rem;margin-right:1rem;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0 0 10px 10px;transition:background .25s ease,box-shadow .25s ease,border-radius .25s ease,backdrop-filter .25s ease}.pokemon-calculator-scroll-nav.is-stuck{width:100%;background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none;border-radius:0;margin-left:0;margin-right:0}.pokemon-calculator-scroll-nav-sections{position:relative;display:inline-flex;align-items:center;gap:1px;padding:3px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.pokemon-calculator-scroll-nav-sections::-webkit-scrollbar{display:none}.pokemon-calculator-scroll-nav-link{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:13px;font-weight:500;letter-spacing:.01em;color:#ffffff8c;text-decoration:none;white-space:nowrap;flex-shrink:0;border-radius:7px;background:transparent;border:none;cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.pokemon-calculator-scroll-nav-link:not(:last-child):before{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:#ffffff14;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.pokemon-calculator-scroll-nav-link:hover:before,.pokemon-calculator-scroll-nav-link.active:before,.pokemon-calculator-scroll-nav-link:hover+.pokemon-calculator-scroll-nav-link:before,.pokemon-calculator-scroll-nav-link.active+.pokemon-calculator-scroll-nav-link:before{opacity:0}.pokemon-calculator-scroll-nav-link:hover:not(.active){color:#ffffffe6;background:#ffffff0d}.pokemon-calculator-scroll-nav-link:not(.active):not(:hover){background:transparent}.pokemon-calculator-scroll-nav-link.active{color:#fff;background:#ffffff1a;box-shadow:inset 0 1px #ffffff14}.pokemon-calculator-scroll-nav-link.active:after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid rgba(255,255,255,.12);pointer-events:none;opacity:1;transition:opacity .2s ease}.pokemon-calculator-scroll-nav-link:not(.active):after{content:"";position:absolute;inset:0;border-radius:7px;border:1px solid transparent;pointer-events:none;opacity:0}.pokemon-calculator-scroll-nav-link:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:1px}.pokemon-calculator-scroll-nav-link:focus:not(:focus-visible){outline:none}.pokemon-calculator-scroll-nav-link:focus:not(.active){background:transparent}@media(max-width:768px){.pokemon-calculator-scroll-nav{padding:8px 12px;min-height:44px;margin-top:-70px}.pokemon-calculator-scroll-nav-sections{padding:2px;border-radius:8px}.pokemon-calculator-scroll-nav-link{padding:7px 12px;font-size:12px;border-radius:6px}}@media(max-width:600px){.pokemon-calculator-scroll-nav-sections{max-width:calc(100vw - 20px);mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.pokemon-calculator-scroll-nav-link{padding:6px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.pokemon-calculator-scroll-nav-link,.pokemon-calculator-scroll-nav-link:before,.pokemon-calculator-scroll-nav-link:after,.pokemon-calculator-scroll-nav,.pokemon-calculator-scroll-nav-sections{transition:none;scroll-behavior:auto}}#pokemon-calculator-scroll-nav-top,#calculator-tools,#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-calculator-page-container,#pokemon-calculator-content{--pokemon-calculator-accent:#8b5cf6;--pokemon-calculator-accent-rgb:139,92,246}.pokemon-calculator-section-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.pokemon-calculator-section-icon{width:18px;height:18px}}@media(max-width:640px){.pokemon-calculator-section-icon{width:16px;height:16px}}.rb-calc-hub{display:flex;flex-direction:column;gap:24px}.rb-calc-hub__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rb-calc-hub__card{display:flex;flex-direction:column;padding:24px;background:#1a1a1e;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:inherit;text-decoration:none;cursor:pointer;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out}.rb-calc-hub__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006;border-color:#ffffff2e}.rb-calc-hub__card:active{transform:scale(.98)}.rb-calc-hub__card:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.rb-calc-hub__card--soon{cursor:default}.rb-calc-hub__card--soon:hover{transform:none;box-shadow:none;border-color:#ffffff14}.rb-calc-hub__card--soon:active{transform:none}.rb-calc-hub__soon-badge{display:inline-flex;align-items:center;align-self:flex-start;margin-top:16px;padding:5px 11px;border-radius:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:600;letter-spacing:.3px;color:#c4c4cc}.rb-calc-hub__card--hero{background:#222228;padding:28px;min-height:260px}.rb-calc-hub__card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rb-calc-hub__icon{width:28px;height:28px;flex-shrink:0;color:#a0a0a8}.rb-calc-hub__card--hero .rb-calc-hub__icon{width:32px;height:32px}.rb-calc-hub__title{font-size:20px;font-weight:600;color:#fff;margin:0;line-height:1.2}.rb-calc-hub__card--hero .rb-calc-hub__title{font-size:22px}.rb-calc-hub__desc{font-size:14px;color:#a0a0a8;line-height:1.5;margin:0 0 16px}.rb-calc-hub__features{list-style:none;margin:0 0 auto;padding:0;display:flex;flex-direction:column;gap:6px}.rb-calc-hub__feature{font-size:13px;color:#e0e0e4;display:flex;align-items:center;gap:8px}.rb-calc-hub__check{color:#4ade80;font-size:14px;flex-shrink:0}.rb-calc-hub__stats{font-size:13px;color:#8a8a94;margin:0 0 auto;padding-bottom:12px}.rb-calc-hub__stats-sep{margin:0 6px;color:#6a6a72}.rb-calc-hub__audience{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#8a8a94;margin-top:16px}.rb-calc-hub__cta{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);font-size:14px;font-weight:500;color:#e0e0e4}.rb-calc-hub__card--hero .rb-calc-hub__cta{font-size:15px;font-weight:600}.rb-calc-hub__arrow{transition:transform .2s ease-out;font-size:16px}.rb-calc-hub__card:hover .rb-calc-hub__arrow{transform:translate(4px)}.rb-calc-hub__champions{background:#1a1a1e;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px}.rb-calc-hub__champions-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.rb-calc-hub__champions-title{font-size:18px;font-weight:600;color:#fff;margin:0}.rb-calc-hub__champions-desc{font-size:13px;color:#a0a0a8;margin:0 0 16px;line-height:1.5}.rb-calc-hub__champions-links{display:flex;flex-direction:column;gap:8px}.rb-calc-hub__champions-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#222228;border-radius:8px;color:#e0e0e4;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s ease-out}.rb-calc-hub__champions-link:hover{background:#2a2a30}.rb-calc-hub__champions-link:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.rb-calc-hub__champions-link .rb-calc-hub__arrow{font-size:14px}.rb-calc-hub__champions-link:hover .rb-calc-hub__arrow{transform:translate(4px)}.rb-calc-hub__champions .rb-calc-hub__audience{margin-top:12px}.rb-calc-hub__workflow{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:#121215;border-radius:8px;flex-wrap:wrap}.rb-calc-hub__workflow-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8a8a94;margin-right:4px}.rb-calc-hub__workflow-step{font-size:13px;color:#a0a0a8;text-decoration:none;padding:4px 10px;border-radius:6px;background:#1a1a1e;transition:background .15s ease-out,color .15s ease-out}.rb-calc-hub__workflow-step:hover{background:#222228;color:#e0e0e4}.rb-calc-hub__workflow-step:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.rb-calc-hub__workflow-arrow{color:#6a6a72;font-size:12px}@media(max-width:768px){.rb-calc-hub{gap:20px}.rb-calc-hub__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.rb-calc-hub{gap:16px}.rb-calc-hub__grid{grid-template-columns:1fr;gap:16px}.rb-calc-hub__card{padding:20px}.rb-calc-hub__title{font-size:17px}.rb-calc-hub__workflow{padding:12px 16px}}@media(prefers-reduced-motion:reduce){.rb-calc-hub__card,.rb-calc-hub__arrow,.rb-calc-hub__champions-link,.rb-calc-hub__workflow-step{transition:none}}
