html.theme-dark .models-family-intro-card,html.theme-dark .models-provider-card,html.theme-dark .models-version-card{background-color:var(--frontend-dark-card);border-color:var(--frontend-dark-border);box-shadow:inset 0 1px 0 rgb(255 255 255/.025),0 18px 44px rgb(0 0 0/.12)}html.theme-dark .models-provider-card-surface,html.theme-dark .models-version-summary{background-color:var(--frontend-dark-card);border-color:var(--frontend-dark-border)}html.theme-dark .models-provider-card:hover .models-provider-card-surface,html.theme-dark .models-version-summary:hover{background-color:var(--frontend-dark-card-raised);border-color:var(--frontend-dark-border-strong)}html.theme-dark .models-provider-card-details{color:var(--frontend-dark-text-soft)}html.theme-dark .models-provider-card:hover .models-provider-card-details{color:var(--frontend-dark-accent)}html.theme-dark .models-page .provider-logo--inline:not(.provider-logo--adobe):not(.provider-logo--gemini) .provider-logo-image{filter:brightness(0) invert(1);opacity:.92}html.theme-dark .models-page .provider-logo--inline.provider-logo--adobe img,html.theme-dark .models-page .provider-logo--inline.provider-logo--gemini .provider-logo-image{filter:none;opacity:1}html.theme-dark .models-page .provider-logo--inline.provider-logo--gemini .provider-logo-text-overlay{clip-path:inset(0 0 0 28%);display:block;filter:brightness(0) invert(1);opacity:.92}html.theme-dark .models-provider-card-stats{background-color:var(--frontend-dark-hero-blue-dark);border-color:var(--frontend-dark-hero-blue-dark);color:#d8efff}html.theme-dark .models-family-intro-card .site-eyebrow,html.theme-dark .models-version-note-card dt{color:var(--frontend-dark-accent)}html.theme-dark .models-family-intro-card .site-h1,html.theme-dark .models-version-card .site-h2,html.theme-dark .models-version-card .site-h3{color:var(--frontend-dark-heading)}html.theme-dark .models-version-summary .site-h3{color:var(--frontend-dark-accent)}html.theme-dark .models-family-intro-card .site-body,html.theme-dark .models-version-card .site-body{color:var(--frontend-dark-text-soft)}html.theme-dark .models-version-body{border-color:var(--frontend-dark-border)}html.theme-dark .models-version-note-card{background-color:var(--frontend-dark-control);border-color:var(--frontend-dark-border);color:var(--frontend-dark-text-soft)}html.theme-dark .models-family-intro-card .text-slate-500,html.theme-dark .models-version-card .text-slate-500{color:var(--frontend-dark-text-muted)}html.theme-dark .model-status-pill--active{background-color:rgb(13 72 62/.82);border-color:rgb(54 168 137/.48);color:#9ee8d0}html.theme-dark .model-status-pill--legacy{background-color:rgb(86 61 16/.82);border-color:rgb(202 148 45/.5);color:#f6d999}html.theme-dark .model-status-pill--deprecated{background-color:rgb(88 31 41/.82);border-color:rgb(205 85 103/.5);color:#f2adb8}html.theme-dark .model-hero-carousels{background-color:var(--frontend-dark-card);border-color:var(--frontend-dark-border)}html.theme-dark .model-grid-swap-tile,html.theme-dark .model-hero-carousels .image-attribution-frame,html.theme-dark [data-provider-tile-media=true] .image-attribution-frame{background-color:var(--frontend-dark-control)}html.theme-dark .model-grid-swap-tile{box-shadow:0 0 0 1px rgb(34 56 82/.74)}.model-grid-swap-fade-in{animation:model-grid-fade-in 1s ease-in-out both}.model-grid-swap-fade-out{animation:model-grid-fade-out 1s ease-in-out both}@media (min-width:768px){.model-snapshot-grid-sticky{align-self:start;position:sticky;top:6rem}}@keyframes model-grid-fade-in{0%{opacity:0}to{opacity:1}}@keyframes model-grid-fade-out{0%{opacity:1}to{opacity:0}}