.ref-page{max-width:1000px;margin:0 auto;padding:0 var(--space-6) var(--space-16)}.ref-hero{display:flex;align-items:center;gap:var(--space-6);padding:var(--space-8) 0;border-bottom:1px solid var(--border)}.ref-hero__art{width:128px;height:128px;object-fit:contain;flex-shrink:0}.ref-hero__title{font-family:var(--display);font-size:var(--text-2xl);color:var(--text-strong);margin:0 0 var(--space-2)}.ref-hero__badges{display:flex;gap:var(--space-2)}.ref-section{padding:var(--space-8) 0;border-bottom:1px solid var(--border)}.ref-section:last-child{border-bottom:none}.ref-section__title{font-family:var(--display);font-size:var(--text-lg);color:var(--text-strong);margin:0 0 var(--space-4)}.ref-fact-table{width:100%;border-collapse:collapse}.ref-fact-table td,.ref-fact-table th{text-align:left;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);font-size:var(--text-sm)}.ref-fact-table th{color:var(--text-muted);font-weight:500;width:40%}.ref-fact-table td{color:var(--text-strong)}.ref-breadcrumbs{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-muted);padding-top:var(--space-6)}.ref-breadcrumbs a{color:var(--text-muted);text-decoration:none}.ref-breadcrumbs a:hover{color:var(--poke-red);text-decoration:underline}.ref-breadcrumbs__sep{color:var(--text-faint)}.ref-intro{font-size:var(--text-md);line-height:1.6;color:var(--text);max-width:68ch}.ref-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-raised)}.ref-card--link,a.ref-card{display:block;color:inherit;text-decoration:none;transition:transform var(--motion-fast),box-shadow var(--motion-fast),border-color var(--motion-fast)}.ref-card--link:hover,a.ref-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-floating);border-color:var(--border-strong)}@media (prefers-reduced-motion:reduce){.ref-card--link,a.ref-card{transition:none}.ref-card--link:hover,a.ref-card:hover{transform:none}}:root{--ref-header-h:68px}.ref-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-header);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:2px solid var(--poke-red);border-bottom:1px solid var(--border)}.ref-header__inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:var(--space-6);padding:max(var(--space-4),env(safe-area-inset-top)) max(var(--space-6),env(safe-area-inset-right)) var(--space-4) max(var(--space-6),env(safe-area-inset-left))}.ref-header__wordmark{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--display);font-weight:600;font-size:var(--text-2xl);line-height:1.2;letter-spacing:.01em;color:var(--text-strong);text-decoration:none}.ref-header__wordmark:focus-visible,.ref-header__wordmark:hover{opacity:.75}.ref-header__wordmark:before{content:"";width:32px;height:32px;flex:0 0 auto;border-radius:8px;background:var(--brand-mark) center /cover no-repeat;box-shadow:0 0 0 1px var(--border),var(--shadow-raised)}.ref-header__nav{display:flex;align-items:center;gap:var(--space-2);flex:1 1}.ref-header__link{padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);color:var(--text-muted);font-size:var(--text-sm);font-weight:600;text-decoration:none;white-space:nowrap;transition:background var(--motion-fast),color var(--motion-fast)}.ref-header__link:hover{background:var(--surface-sunken);color:var(--text-strong)}.ref-header__link[aria-current=page]{color:var(--poke-red);background:var(--poke-red-soft)}.ref-header__chat-link{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 var(--space-4);border-radius:var(--radius-md);border:1px solid transparent;background:var(--poke-red);color:var(--neutral-0);font-size:var(--text-md);font-weight:600;text-decoration:none;white-space:nowrap;transition:background var(--motion-fast)}.ref-header__chat-link:hover{background:var(--poke-red-hover)}@media (max-width:640px){.ref-header__inner{gap:var(--space-3)}.ref-header__nav{gap:var(--space-1);overflow-x:auto;scrollbar-width:none}.ref-header__nav::-webkit-scrollbar{display:none}}.ref-footer{max-width:1000px;margin:0 auto;padding:var(--space-8) var(--space-6);border-top:1px solid var(--border);display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.ref-footer__disclaimer{color:var(--text-faint);font-size:var(--text-2xs)}.ref-footer__link{font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color var(--motion-fast)}.ref-footer__link:hover{color:var(--poke-red)}.ref-footer__sep{color:var(--text-faint)}.ref-toolbar{position:-webkit-sticky;position:sticky;top:var(--ref-header-h);z-index:calc(var(--z-header) - 1);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:var(--space-4) 0;margin-bottom:var(--space-6);flex-direction:column}.ref-toolbar,.ref-toolbar__top{display:flex;gap:var(--space-3)}.ref-toolbar__top{align-items:center}.ref-toolbar__search{flex:1 1;min-width:0;height:38px;padding:0 var(--space-3);border-radius:var(--radius-md);border:1px solid transparent;background:var(--surface-sunken);color:var(--text);font:inherit;font-size:var(--text-input);transition:border-color var(--motion-fast),box-shadow var(--motion-fast)}.ref-toolbar__search:focus-visible{outline:none;border-color:var(--azure);box-shadow:0 0 0 3px color-mix(in srgb,var(--azure) 18%,transparent)}.ref-toolbar__count{flex-shrink:0;font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.ref-toolbar__clear{flex-shrink:0;padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);border:1px solid var(--border);background:transparent;color:var(--text-muted);font:inherit;font-size:var(--text-xs);font-weight:600;cursor:pointer;transition:background var(--motion-fast),color var(--motion-fast),border-color var(--motion-fast)}.ref-toolbar__clear:hover{background:var(--surface-sunken);color:var(--text-strong);border-color:var(--border-strong)}.ref-toolbar__facets{display:flex;flex-direction:column;gap:var(--space-2)}.ref-chipgroup{display:flex;flex-wrap:wrap;gap:var(--space-2)}.ref-chip{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);border:1px solid var(--border);background:transparent;color:var(--text-muted);font:inherit;font-size:var(--text-xs);font-weight:600;text-transform:capitalize;cursor:pointer;white-space:nowrap;transition:background var(--motion-fast),color var(--motion-fast),border-color var(--motion-fast)}.ref-chip:hover,.ref-chip[aria-pressed=true]{background:var(--surface-sunken);color:var(--text-strong)}.ref-chip[aria-pressed=true]{border-color:var(--border-strong)}.ref-chip__swatch{width:8px;height:8px;border-radius:var(--radius-pill);flex:0 0 auto;background:var(--border-strong)}.ref-chip__swatch[data-type=normal]{background:var(--type-normal)}.ref-chip__swatch[data-type=fire]{background:var(--type-fire)}.ref-chip__swatch[data-type=water]{background:var(--type-water)}.ref-chip__swatch[data-type=electric]{background:var(--type-electric)}.ref-chip__swatch[data-type=grass]{background:var(--type-grass)}.ref-chip__swatch[data-type=ice]{background:var(--type-ice)}.ref-chip__swatch[data-type=fighting]{background:var(--type-fighting)}.ref-chip__swatch[data-type=poison]{background:var(--type-poison)}.ref-chip__swatch[data-type=ground]{background:var(--type-ground)}.ref-chip__swatch[data-type=flying]{background:var(--type-flying)}.ref-chip__swatch[data-type=psychic]{background:var(--type-psychic)}.ref-chip__swatch[data-type=bug]{background:var(--type-bug)}.ref-chip__swatch[data-type=rock]{background:var(--type-rock)}.ref-chip__swatch[data-type=ghost]{background:var(--type-ghost)}.ref-chip__swatch[data-type=dragon]{background:var(--type-dragon)}.ref-chip__swatch[data-type=dark]{background:var(--type-dark)}.ref-chip__swatch[data-type=steel]{background:var(--type-steel)}.ref-chip__swatch[data-type=fairy]{background:var(--type-fairy)}.ref-explorer__section{margin-bottom:var(--space-8);content-visibility:auto;contain-intrinsic-size:auto 600px}.ref-genhead{font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 var(--space-4)}.ref-genhead__count{color:var(--text-faint);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ref-cardgrid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:var(--space-4);gap:var(--space-4)}.ref-cardcell{content-visibility:auto;contain-intrinsic-size:auto 190px}.ref-pcard{flex-direction:column;gap:var(--space-2);padding:var(--space-4);text-align:center}.ref-pcard,.ref-pcard__well{display:flex;align-items:center}.ref-pcard__well{justify-content:center;width:88px;height:88px;border-radius:var(--radius-md);background:var(--surface-sunken)}.ref-pcard__sprite{width:72px;height:72px;object-fit:contain}.ref-pcard__name{font-weight:600;font-size:var(--text-sm);color:var(--text-strong);line-height:1.25}.ref-pcard__bst,.ref-pcard__dex{font-family:var(--mono);font-size:var(--text-2xs);letter-spacing:.04em;color:var(--text-faint);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ref-pcard__types{display:flex;gap:var(--space-1);justify-content:center;flex-wrap:wrap}.ref-pcard__scope{font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);padding:2px var(--space-2);border-radius:var(--radius-pill);background:var(--surface-sunken)}.ref-moverows{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-raised);background:var(--surface)}.ref-moverow-item+.ref-moverow-item{border-top:1px solid var(--border)}.ref-moverow{display:grid;grid-template-columns:1fr auto 88px 56px;align-items:center;grid-gap:var(--space-3);gap:var(--space-3);padding:var(--space-2) var(--space-4);color:var(--text-strong);text-decoration:none;transition:background var(--motion-fast)}.ref-moverow:hover{background:var(--surface-sunken)}.ref-moverow__name{font-weight:600;font-size:var(--text-sm);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-moverow__type{display:flex}.ref-moverow__cat{font-family:var(--mono);font-size:var(--text-2xs);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.ref-moverow__power{font-family:var(--mono);font-size:var(--text-sm);text-align:right;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ref-namegrid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-3);gap:var(--space-3)}.ref-namecard{padding:var(--space-3) var(--space-4);font-weight:600;font-size:var(--text-sm);color:var(--text-strong)}.ref-empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-12) var(--space-6);text-align:center}.ref-empty__text{margin:0;color:var(--text-muted);font-size:var(--text-md)}.ref-empty__clear{padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);border:1px solid var(--poke-red);background:var(--poke-red-soft);color:var(--poke-red);font:inherit;font-size:var(--text-sm);font-weight:600;cursor:pointer;transition:background var(--motion-fast)}.ref-empty__clear:hover{background:color-mix(in srgb,var(--poke-red-soft) 60%,var(--surface))}@media (max-width:640px){.ref-toolbar__top{flex-wrap:wrap}.ref-toolbar__search{flex-basis:100%}.ref-chipgroup{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.ref-chipgroup::-webkit-scrollbar{display:none}.ref-namegrid{grid-template-columns:1fr}}.ref-detail-hero{position:relative;overflow:hidden;display:flex;align-items:center;gap:var(--space-6);margin-top:var(--space-4);padding:var(--space-6) var(--space-8)}.ref-detail-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:var(--ref-type-accent,var(--border-strong))}.ref-detail-hero[data-type=normal]{--ref-type-accent:var(--type-normal)}.ref-detail-hero[data-type=fire]{--ref-type-accent:var(--type-fire)}.ref-detail-hero[data-type=water]{--ref-type-accent:var(--type-water)}.ref-detail-hero[data-type=electric]{--ref-type-accent:var(--type-electric)}.ref-detail-hero[data-type=grass]{--ref-type-accent:var(--type-grass)}.ref-detail-hero[data-type=ice]{--ref-type-accent:var(--type-ice)}.ref-detail-hero[data-type=fighting]{--ref-type-accent:var(--type-fighting)}.ref-detail-hero[data-type=poison]{--ref-type-accent:var(--type-poison)}.ref-detail-hero[data-type=ground]{--ref-type-accent:var(--type-ground)}.ref-detail-hero[data-type=flying]{--ref-type-accent:var(--type-flying)}.ref-detail-hero[data-type=psychic]{--ref-type-accent:var(--type-psychic)}.ref-detail-hero[data-type=bug]{--ref-type-accent:var(--type-bug)}.ref-detail-hero[data-type=rock]{--ref-type-accent:var(--type-rock)}.ref-detail-hero[data-type=ghost]{--ref-type-accent:var(--type-ghost)}.ref-detail-hero[data-type=dragon]{--ref-type-accent:var(--type-dragon)}.ref-detail-hero[data-type=dark]{--ref-type-accent:var(--type-dark)}.ref-detail-hero[data-type=steel]{--ref-type-accent:var(--type-steel)}.ref-detail-hero[data-type=fairy]{--ref-type-accent:var(--type-fairy)}.ref-detail-hero__art-well{display:flex;align-items:center;justify-content:center;flex:none;width:144px;height:144px;background:var(--surface-sunken);border-radius:var(--radius-md)}.ref-detail-hero__art{width:128px;height:128px;object-fit:contain}.ref-detail-hero__meta{display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.ref-detail-hero__dex{font-family:var(--mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;color:var(--text-faint)}.ref-detail-hero__title{font-family:var(--display);font-size:var(--text-2xl);color:var(--text-strong);margin:0}.ref-detail-hero__badges{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-1)}@media (max-width:560px){.ref-detail-hero{flex-direction:column;align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-5)}}.ref-detail-section{margin-top:var(--space-6);padding:var(--space-6)}.ref-detail-section__title{margin:0 0 var(--space-4);font-family:var(--mono);font-weight:600;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.ref-detail-section__title:has(+.ref-detail-section__hint){margin-bottom:var(--space-2)}.ref-detail-intro{margin-top:var(--space-6)}.ref-detail-intro+.ref-detail-intro{margin-top:var(--space-3)}.ref-stats{width:100%;border-collapse:collapse}.ref-stats__row td,.ref-stats__row th{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border)}.ref-stats__row:not(.ref-stats__row--total):hover td,.ref-stats__row:not(.ref-stats__row--total):hover th{background:var(--surface-sunken)}.ref-stats__label{text-align:left;color:var(--text-muted);width:30%}.ref-stats__value{text-align:right;color:var(--text-strong);font-weight:600;width:15%}.ref-stats__bar-cell{width:55%}.ref-stats__bar-track{height:8px;background:var(--surface-sunken);overflow:hidden}.ref-stats__bar,.ref-stats__bar-track{display:block;border-radius:var(--radius-pill)}.ref-stats__bar{--fill:0%;height:100%;width:var(--fill);animation:ref-stats-fill .4s ease-out both}@keyframes ref-stats-fill{0%{width:0}to{width:var(--fill)}}@media (prefers-reduced-motion:reduce){.ref-stats__bar{animation:none}}.ref-stats__bar--danger{background:var(--danger)}.ref-stats__bar--warning{background:var(--warning)}.ref-stats__bar--success{background:var(--success)}.ref-stats__bar--azure{background:var(--azure)}.ref-stats__row--total td,.ref-stats__row--total th{border-bottom:none;font-weight:700;color:var(--text-strong)}.ref-matchups{display:flex;flex-direction:column;gap:var(--space-3)}.ref-matchups__row{display:flex;align-items:center;gap:var(--space-3)}.ref-matchups__label{color:var(--text-muted);font-size:var(--text-sm);width:12ch;flex-shrink:0}.ref-matchups__mult{flex-shrink:0;width:5ch;padding:2px var(--space-2);border-radius:var(--radius-pill);background:var(--surface-sunken);color:var(--text-muted);font-size:var(--text-2xs);font-weight:600;text-align:center}.ref-matchups__badges{display:flex;flex-wrap:wrap;gap:var(--space-2)}.ref-learnset{display:flex;flex-direction:column;gap:var(--space-6)}.ref-learnset__group{margin:0}.ref-learnset__method{margin:0 0 var(--space-2);font-family:var(--mono);font-weight:600;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.ref-learnset__table{width:100%;border-collapse:collapse}.ref-learnset__row td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);font-size:var(--text-sm)}.ref-learnset__row:hover td{background:var(--surface-sunken)}.ref-learnset__name a{color:var(--text-strong)}.ref-learnset__name a:hover{color:var(--poke-red)}.ref-learnset__class,.ref-learnset__power{color:var(--text-muted);text-align:right}.ref-abilities{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-4)}.ref-abilities__item{padding-bottom:var(--space-4);border-bottom:1px solid var(--border)}.ref-abilities__item:last-child{padding-bottom:0;border-bottom:none}.ref-abilities__name{color:var(--text-strong);font-weight:600}.ref-abilities__name:hover{color:var(--poke-red)}.ref-abilities__hidden{margin-left:var(--space-2);font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.ref-abilities__effect{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:var(--text-sm);line-height:1.55}.ref-evolution{display:flex;flex-wrap:wrap}.ref-evolution,.ref-evolution__link{align-items:center;gap:var(--space-3)}.ref-evolution__link{display:inline-flex}.ref-evolution__node{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--surface-sunken);border:1px solid var(--border);color:var(--text-strong);font-weight:600;font-size:var(--text-sm);text-decoration:none;transition:border-color var(--motion-fast),color var(--motion-fast)}.ref-evolution__node:hover{border-color:var(--border-strong);color:var(--poke-red)}.ref-evolution__well{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-md);background:var(--surface)}.ref-evolution__sprite{width:48px;height:48px;object-fit:contain}.ref-evolution__name{line-height:1.2;text-align:center}.ref-evolution__arrow{color:var(--text-faint)}.ref-evolution__condition{font-family:var(--mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.04em;color:var(--text-muted)}.ref-formats{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-2)}.ref-formats__chip{background:var(--surface-sunken);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:600;transition:border-color var(--motion-fast),color var(--motion-fast)}.ref-formats__chip a{color:inherit;text-decoration:none;display:inline-block}.ref-formats__chip:hover:has(a){border-color:var(--border-strong)}.ref-formats__chip a:hover{color:var(--poke-red);text-decoration:none}.ref-formats__chip--active{background:color-mix(in srgb,var(--poke-red) 12%,var(--surface));border-color:var(--poke-red);color:var(--poke-red)}.ref-formats__chip--active a{color:inherit}.ref-formats__chip--active:hover:has(a){border-color:var(--poke-red)}.ref-formats__chip--active a:hover{color:var(--poke-red)}.ref-detail-section__hint{margin:0 0 var(--space-3);font-size:var(--text-sm);color:var(--text-muted);line-height:1.45}.ref-usage{display:flex;flex-direction:column;gap:var(--space-5)}.ref-usage__season{color:var(--text-muted);font-size:var(--text-sm);margin:0}.ref-usage__percent{color:var(--text-strong);font-size:var(--text-xl);font-weight:700;margin:0}.ref-usage__group-title{margin:0 0 var(--space-2);color:var(--text-muted)}.ref-usage__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ref-usage__item{display:flex;justify-content:space-between;gap:var(--space-4);padding:var(--space-2) 0;border-bottom:1px solid var(--border);font-size:var(--text-sm)}.ref-usage__item:last-child{border-bottom:none}.ref-usage__name{color:var(--text-strong)}.ref-usage__pct{color:var(--text-muted)}.ref-usage__attribution{color:var(--text-faint);font-size:var(--text-2xs);margin:0}.ref-roster{display:flex;flex-direction:column;gap:var(--space-6)}.ref-roster__group{margin:0}.ref-roster__heading{margin:0 0 var(--space-2);font-family:var(--mono);font-weight:600;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint)}.ref-roster__list{list-style:none;margin:0;padding:0}.ref-roster__row{border-bottom:1px solid var(--border)}.ref-roster__row:last-child{border-bottom:none}.ref-roster__entry{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);color:var(--text-strong);text-decoration:none;transition:background var(--motion-fast)}.ref-roster__entry:hover{background:var(--surface-sunken);text-decoration:none}.ref-roster__primary{flex:1 1;min-width:0;font-weight:600}.ref-roster__entry:hover .ref-roster__primary{color:var(--poke-red)}.ref-roster__secondary{color:var(--text-muted);font-size:var(--text-xs)}.ref-roster__types{display:flex;flex-wrap:wrap;gap:var(--space-1)}.ref-roster__meta{font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-faint);font-size:var(--text-xs)}.ref-ask-oak{display:flex;flex-direction:column;gap:var(--space-1);margin-top:var(--space-8);padding:var(--space-5) var(--space-6);border:1px solid transparent;border-radius:var(--radius-lg);background:var(--poke-red);color:var(--neutral-0);text-decoration:none;box-shadow:var(--shadow-raised);transition:background var(--motion-fast),transform var(--motion-fast),box-shadow var(--motion-fast)}.ref-ask-oak:hover{background:var(--poke-red-hover);transform:translateY(-2px);box-shadow:var(--shadow-floating)}@media (prefers-reduced-motion:reduce){.ref-ask-oak{transition:none}.ref-ask-oak:hover{transform:none}}.ref-ask-oak__label{font-family:var(--display);font-size:var(--text-md);font-weight:600;color:var(--neutral-0)}.ref-ask-oak__prompt{font-size:var(--text-sm);color:color-mix(in srgb,var(--neutral-0) 82%,transparent)}.ref-meta-card{margin-top:var(--space-6);padding:var(--space-6)}.ref-meta-card__title{margin:0 0 var(--space-4);font-family:var(--mono);font-weight:600;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.ref-meta-card__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3);padding-bottom:var(--space-4);margin-bottom:var(--space-4);border-bottom:1px solid var(--border)}.ref-meta-snapshot{margin:0;font-family:var(--mono);font-weight:600;font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.ref-meta-snapshot a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.ref-meta-snapshot a:hover{color:var(--poke-red)}.ref-meta-tabs{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-4) 0 0}.ref-meta-tabs__tab{display:inline-flex;align-items:center;height:32px;padding:0 var(--space-4);border-radius:var(--radius-pill);color:var(--text-muted);text-decoration:none;font-size:var(--text-sm);font-weight:600;transition:background var(--motion-fast),color var(--motion-fast)}.ref-meta-tabs__tab:hover{background:var(--surface-sunken);color:var(--text-strong)}.ref-meta-tabs__tab[aria-current=page]{color:var(--poke-red);background:var(--poke-red-soft)}.ref-meta-month{display:inline-flex;align-items:center;gap:var(--space-2)}.ref-meta-month__label{color:var(--text-faint)}.ref-meta-month__select{height:36px;padding:0 var(--space-3);border-radius:var(--radius-md);border:1px solid transparent;background:var(--surface-sunken);color:var(--text-strong);font:inherit;font-size:var(--text-sm);font-weight:600;transition:border-color var(--motion-fast),box-shadow var(--motion-fast)}.ref-meta-month__select:focus-visible{outline:none;border-color:var(--azure);box-shadow:0 0 0 3px color-mix(in srgb,var(--azure) 18%,transparent)}.ref-meta-table{width:100%;border-collapse:collapse}.ref-meta-table td,.ref-meta-table th{text-align:left;padding:var(--space-3);border-bottom:1px solid var(--border);font-size:var(--text-sm)}.ref-meta-table__row:hover td{background:var(--surface-sunken)}.ref-meta-table__rank{color:var(--text-muted);width:4ch}.ref-meta-table__name-inner{display:flex;align-items:center;gap:var(--space-3)}.ref-meta-table__sprite,.ref-meta-table__sprite-placeholder{flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-sm)}.ref-meta-table__sprite{background:var(--surface-sunken);object-fit:contain}.ref-meta-table__sprite-placeholder{display:block;background:var(--surface-sunken)}.ref-meta-table__name a{color:var(--text-strong);font-weight:600;text-decoration:none}.ref-meta-table__name a:hover{color:var(--poke-red)}.ref-meta-table__name span{color:var(--text-strong);font-weight:600}.ref-meta-table__usage-cell{display:flex;align-items:center;gap:var(--space-3);width:40%}.ref-meta-table__bar-track{display:block;flex:1 1;height:8px;border-radius:var(--radius-pill);background:var(--surface-sunken);overflow:hidden}.ref-meta-table__bar{--fill:0%;display:block;height:100%;width:var(--fill);border-radius:var(--radius-pill);background:var(--azure)}.ref-meta-table__usage-label{color:var(--text-strong);width:6ch;flex-shrink:0}.ref-meta-table__delta{color:var(--text-faint);font-size:var(--text-xs)}.ref-meta-table__delta--up{color:var(--success)}.ref-meta-table__delta--down{color:var(--danger)}.ref-meta-lists{display:flex;flex-direction:column;gap:var(--space-5)}.ref-meta-lists__section+.ref-meta-lists__section{padding-top:var(--space-5);border-top:1px solid var(--border)}.ref-meta-lists__title{margin:0 0 var(--space-2)}.ref-meta-lists__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.ref-meta-lists__item{display:flex;justify-content:space-between;gap:var(--space-3);font-size:var(--text-sm);padding:var(--space-1) 0}.ref-meta-lists__name{color:var(--text-strong);text-decoration:none}a.ref-meta-lists__name:hover{color:var(--poke-red)}.ref-meta-lists__value{color:var(--text-muted);flex-shrink:0}.ref-meta-spark{display:block;overflow:visible}.ref-meta-spark__line{stroke:var(--azure);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ref-meta-spark__dot{stroke:var(--azure);stroke-width:6}.ref-meta-spark--empty{color:var(--text-faint);font-size:var(--text-xs)}.ref-meta-set{display:flex;flex-direction:column;gap:var(--space-4)}.ref-meta-set__text{font-family:var(--mono);font-size:var(--text-sm);color:var(--text-strong);background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);white-space:pre-wrap;margin:0}.ref-meta-set__button{align-self:flex-start;font-size:var(--text-sm);font-weight:600;color:var(--poke-red);background:var(--poke-red-soft);border:1px solid var(--border-strong);border-radius:var(--radius-pill);padding:var(--space-2) var(--space-4);cursor:pointer;transition:border-color var(--motion-fast)}.ref-meta-set__button:hover{border-color:var(--poke-red)}