:root {
  color-scheme: dark;
  --bg: #08090b;
  --panel: #0f1114;
  --panel-2: #13161a;
  --panel-3: #181b20;
  --ink: #f2f1eb;
  --muted: #96999f;
  --dim: #62666d;
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .15);
  --acid: #b9ff66;
  --violet: #a795ff;
  --orange: #ff9a6b;
  --cyan: #67dbff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--bg); }
body.drawer-open { overflow: hidden; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 66px; padding: 0 max(24px, calc((100vw - 1340px) / 2)); border-bottom: 1px solid var(--line); background: rgba(8,9,11,.87); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; color: var(--ink); font-size: 12px; font-weight: 760; letter-spacing: .18em; text-decoration: none; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 18px; height: 17px; }
.brand-mark i { display: block; width: 4px; border-radius: 2px 2px 0 0; background: var(--acid); }
.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 11px; }
.site-header nav { display: flex; align-items: stretch; align-self: stretch; gap: 34px; }
.site-header nav a { position: relative; display: flex; align-items: center; color: var(--muted); font-size: 11px; text-decoration: none; }
.site-header nav a:hover, .site-header nav a.active { color: var(--ink); }
.site-header nav a.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--acid); }
.api-link { justify-self: end; display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(255,255,255,.035); font-size: 10px; font-weight: 600; text-decoration: none; }
.api-link:hover { background: rgba(255,255,255,.07); }
.api-link span { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(185,255,102,.55); }

main { overflow: hidden; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr); min-height: 520px; gap: 80px; width: min(1340px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 72px; align-items: center; }
.hero::before { content: ""; position: absolute; z-index: -1; top: -260px; left: 14%; width: 720px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(169,149,255,.11), rgba(185,255,102,.025) 45%, transparent 70%); filter: blur(8px); }
.eyebrow, .section-kicker { margin: 0; color: var(--acid); font: 700 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow i { width: 22px; height: 1px; background: var(--acid); }
.hero h1 { margin: 19px 0 0; font-size: clamp(50px, 6.2vw, 88px); font-weight: 520; line-height: .97; letter-spacing: -.065em; }
.hero h1 span { color: #a6a7aa; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.endpoint { display: grid; grid-template-columns: auto 1fr auto; align-items: center; max-width: 585px; height: 54px; gap: 14px; margin-top: 34px; padding: 0 9px 0 16px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(18,20,24,.82); box-shadow: 0 22px 70px rgba(0,0,0,.26); }
.endpoint > span { color: var(--dim); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.endpoint code { overflow: hidden; color: #d6d5cf; font: 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.endpoint button { height: 36px; padding: 0 12px; border: 0; border-radius: 7px; cursor: pointer; background: var(--ink); color: #111317; font-size: 9px; font-weight: 680; }

.network-card { position: relative; min-height: 362px; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(21,24,28,.96), rgba(11,12,15,.96)); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.network-card::after { content: ""; position: absolute; inset: 52px 0 auto; height: 1px; background: var(--line); }
.network-top { display: flex; justify-content: space-between; color: var(--dim); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .13em; }
.network-top i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px rgba(185,255,102,.6); }
.network-orbit { position: relative; width: 174px; height: 174px; margin: 36px auto 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 26px rgba(255,255,255,.015), 0 0 0 27px rgba(255,255,255,.045), 0 0 0 57px rgba(255,255,255,.01); }
.network-orbit::before, .network-orbit::after { content: ""; position: absolute; inset: 50% -60px auto; height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong), transparent); }
.network-orbit::after { inset: -60px 50% auto; width: 1px; height: 294px; background: linear-gradient(transparent, var(--line-strong), transparent); }
.network-orbit .core { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(185,255,102,.3); border-radius: 17px; color: var(--acid); background: #171a1e; box-shadow: 0 0 40px rgba(185,255,102,.1); font: 700 16px/1 ui-monospace, monospace; transform: translate(-50%,-50%) rotate(5deg); }
.network-orbit i { position: absolute; z-index: 3; width: 8px; height: 8px; border: 2px solid var(--panel); border-radius: 50%; background: var(--violet); }
.network-orbit i:nth-of-type(1) { top: 7px; left: 48px; background: var(--acid); }.network-orbit i:nth-of-type(2) { top: 65px; right: -4px; background: var(--cyan); }.network-orbit i:nth-of-type(3) { bottom: 10px; left: 28px; background: var(--orange); }.network-orbit i:nth-of-type(4) { top: 81px; left: -4px; }
.network-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.network-card dl div { text-align: center; }
.network-card dt { color: var(--dim); font-size: 8px; }
.network-card dd { margin: 7px 0 0; font: 600 18px/1 ui-monospace, monospace; }

.catalog { padding: 78px max(24px, calc((100vw - 1340px) / 2)) 96px; border-top: 1px solid var(--line); background: #0b0c0f; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.catalog-heading h2, .quickstart h2 { margin: 12px 0 0; font-size: clamp(30px, 3.4vw, 46px); font-weight: 540; line-height: 1.08; letter-spacing: -.045em; }
.catalog-heading > p { max-width: 485px; margin: 0 0 2px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.catalog-layout { display: grid; grid-template-columns: 218px minmax(0, 1fr); gap: 28px; margin-top: 43px; }
.filters { align-self: start; padding: 18px 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); }
.filter-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.filter-head strong { font-size: 11px; }.filter-head button { padding: 0; border: 0; color: var(--dim); cursor: pointer; background: transparent; font-size: 8px; }
.filter-head button:hover { color: var(--acid); }
.filters fieldset { margin: 18px 0 0; padding: 0 0 18px; border: 0; border-bottom: 1px solid var(--line); }
.filters legend { margin-bottom: 11px; color: var(--dim); font-size: 8px; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.filters label:not(.switch-row) { display: grid; grid-template-columns: 15px 1fr auto; align-items: center; min-height: 30px; gap: 7px; color: #aaacb1; cursor: pointer; font-size: 9px; }
.filters input[type="radio"] { width: 12px; height: 12px; margin: 0; accent-color: var(--acid); }
.filters label b { min-width: 20px; padding: 3px 5px; border-radius: 5px; color: var(--dim); background: rgba(255,255,255,.04); font-size: 7px; text-align: center; }
.filters label:has(input:checked) span { color: var(--ink); }
.switch-row { display: flex; align-items: center; justify-content: space-between; color: #aaacb1; cursor: pointer; font-size: 9px; }
.switch-row input { position: absolute; opacity: 0; }
.switch-row i { position: relative; width: 29px; height: 16px; border: 1px solid var(--line-strong); border-radius: 20px; background: #202329; transition: background .18s; }
.switch-row i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: #71747b; transition: transform .18s, background .18s; }
.switch-row input:checked + i { background: rgba(185,255,102,.15); }.switch-row input:checked + i::after { background: var(--acid); transform: translateX(13px); }
.trust-note { display: grid; grid-template-columns: 24px 1fr; gap: 8px; margin-top: 18px; }
.trust-note > span { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid rgba(185,255,102,.25); border-radius: 7px; color: var(--acid); background: rgba(185,255,102,.05); font-size: 9px; }
.trust-note p { margin: 0; color: var(--dim); font-size: 7px; line-height: 1.55; }.trust-note strong { display: block; margin-bottom: 3px; color: #8e9197; font-size: 8px; }

.results { min-width: 0; }
.toolbar { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.search-box { display: grid; grid-template-columns: 19px 1fr auto; align-items: center; height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
.search-box:focus-within { border-color: rgba(185,255,102,.3); box-shadow: 0 0 0 3px rgba(185,255,102,.035); }
.search-box > span { position: relative; width: 11px; height: 11px; border: 1px solid var(--dim); border-radius: 50%; }
.search-box > span::after { content: ""; position: absolute; right: -4px; bottom: -2px; width: 5px; height: 1px; background: var(--dim); transform: rotate(45deg); }
.search-box input { min-width: 0; padding: 0 8px; border: 0; outline: 0; background: transparent; font-size: 10px; }
.search-box input::placeholder { color: #5f6268; }
.search-box kbd { padding: 3px 6px; border: 1px solid var(--line); border-radius: 5px; color: var(--dim); background: rgba(255,255,255,.025); font: 8px/1 ui-monospace, monospace; }
.sort-box { display: flex; align-items: center; gap: 8px; padding-left: 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--dim); background: var(--panel); font-size: 8px; }
.sort-box select { height: 40px; padding: 0 28px 0 0; border: 0; outline: 0; background: transparent; font-size: 9px; }
.result-summary { display: flex; align-items: center; gap: 8px; height: 42px; color: var(--dim); font-size: 8px; }
.result-summary i { width: 3px; height: 3px; border-radius: 50%; background: #45484e; }
.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.model-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); transition: transform .18s, border-color .18s, background .18s; }
.model-card:hover { transform: translateY(-2px); border-color: var(--line-strong); background: #121419; }
.model-card-top { display: grid; grid-template-columns: 39px minmax(0,1fr) auto; align-items: center; gap: 11px; }
.model-avatar { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(185,255,102,.18); border-radius: 11px; color: var(--acid); background: linear-gradient(145deg, rgba(185,255,102,.11), rgba(255,255,255,.015)); font: 700 8px/1 ui-monospace, monospace; letter-spacing: .05em; }
.model-avatar.kind-image { border-color: rgba(167,149,255,.22); color: var(--violet); background: linear-gradient(145deg, rgba(167,149,255,.12), rgba(255,255,255,.015)); }
.model-avatar.kind-video { border-color: rgba(255,154,107,.22); color: var(--orange); background: linear-gradient(145deg, rgba(255,154,107,.12), rgba(255,255,255,.015)); }
.model-avatar.kind-other { border-color: rgba(103,219,255,.2); color: var(--cyan); background: linear-gradient(145deg, rgba(103,219,255,.1), rgba(255,255,255,.015)); }
.model-title { min-width: 0; }
.model-title h3 { overflow: hidden; margin: 0; font-size: 12px; font-weight: 620; text-overflow: ellipsis; white-space: nowrap; }
.model-title code { display: block; overflow: hidden; margin-top: 5px; color: var(--dim); font: 7px/1.2 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid var(--line); border-radius: 20px; color: var(--dim); background: rgba(255,255,255,.02); font-size: 7px; }
.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: #5a5d63; }
.model-card.ready .status-pill { border-color: rgba(185,255,102,.13); color: #a6c985; background: rgba(185,255,102,.04); }.model-card.ready .status-pill i { background: var(--acid); box-shadow: 0 0 7px rgba(185,255,102,.55); }
.model-description { min-height: 37px; margin: 15px 0 0; color: #8b8e94; font-size: 9px; line-height: 1.62; }
.model-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.model-tags span { padding: 4px 6px; border: 1px solid var(--line); border-radius: 5px; color: #6f7278; background: rgba(255,255,255,.018); font: 7px/1 ui-monospace, monospace; }
.model-metrics { display: grid; grid-template-columns: 1.25fr 1fr .8fr; margin: 17px 0 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-metrics div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.model-metrics dt { color: var(--dim); font-size: 7px; }
.model-metrics dd { overflow: hidden; margin: 7px 0 0; color: #c5c6c2; font: 600 9px/1 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.model-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 13px; }
.model-card-footer > span { display: flex; align-items: center; gap: 5px; color: var(--dim); font-size: 7px; }.model-card-footer > span i { width: 4px; height: 4px; border-radius: 50%; background: #55585e; }.model-card.ready .model-card-footer > span i { background: var(--acid); }
.model-card-footer button { padding: 4px 0; border: 0; color: #bcbeb9; cursor: pointer; background: transparent; font-size: 8px; }.model-card-footer button:hover { color: var(--acid); }.model-card-footer button b { margin-left: 4px; font-weight: 400; }
.empty-state { padding: 80px 20px; border: 1px dashed var(--line-strong); border-radius: 14px; text-align: center; }.empty-state > span { color: var(--acid); font-size: 22px; }.empty-state h3 { margin: 12px 0 0; font-size: 13px; }.empty-state p { margin: 7px 0 0; color: var(--dim); font-size: 9px; }
.load-error { grid-column: 1 / -1; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 100px; gap: 12px; padding: 20px; border: 1px solid rgba(255,154,107,.18); border-radius: 14px; background: rgba(255,154,107,.025); }.load-error > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,154,107,.2); border-radius: 10px; color: var(--orange); }.load-error strong { font-size: 10px; }.load-error p { margin: 5px 0 0; color: var(--dim); font-size: 8px; }.load-error button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; background: rgba(255,255,255,.04); font-size: 8px; }
.skeleton { min-height: 264px; overflow: hidden; }.skeleton i { display: block; height: 12px; margin: 17px 0; border-radius: 6px; background: linear-gradient(90deg, #17191d, #21242a, #17191d); background-size: 220% 100%; animation: shimmer 1.5s infinite; }.skeleton i:first-child { width: 52%; height: 30px; margin-top: 0; }.skeleton i:nth-child(2) { width: 83%; }.skeleton i:nth-child(3) { width: 65%; }.skeleton i:last-child { height: 74px; margin-top: 28px; }
@keyframes shimmer { to { background-position: -220% 0; } }

.quickstart { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; width: min(1340px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; align-items: center; }
.quickstart > div:first-child > p:last-child { max-width: 430px; margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.code-panel { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 15px; background: #0d0f12; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.code-tabs { display: flex; align-items: center; min-height: 47px; padding: 0 13px; border-bottom: 1px solid var(--line); }
.code-tabs button { align-self: stretch; padding: 0 11px; border: 0; border-bottom: 2px solid transparent; color: var(--dim); cursor: pointer; background: transparent; font-size: 8px; }.code-tabs button.active { border-bottom-color: var(--acid); color: var(--ink); }.code-tabs .copy-code { align-self: center; height: 27px; margin-left: auto; border: 1px solid var(--line); border-radius: 6px; }
.code-panel pre { min-height: 270px; margin: 0; padding: 25px; overflow: auto; color: #c7c8c3; font: 10px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 92px; padding: 0 max(24px, calc((100vw - 1340px) / 2)); border-top: 1px solid var(--line); background: #0b0c0e; }
.footer-brand { justify-self: start; }.footer-brand .brand-mark { transform: scale(.85); transform-origin: left center; }
footer > p { margin: 0; color: #4f5258; font: 700 7px/1 ui-monospace, monospace; letter-spacing: .15em; }
footer > div { justify-self: end; display: flex; gap: 18px; } footer > div a { color: var(--dim); font-size: 8px; text-decoration: none; } footer > div a:hover { color: var(--ink); }

.drawer-scrim { position: fixed; z-index: 30; inset: 0; background: rgba(0,0,0,.58); backdrop-filter: blur(4px); }
.model-drawer { position: fixed; z-index: 31; top: 0; right: 0; bottom: 0; width: min(460px, 100vw); padding: 29px; overflow-y: auto; border-left: 1px solid var(--line-strong); background: #101216; box-shadow: -30px 0 90px rgba(0,0,0,.45); transform: translateX(102%); transition: transform .24s ease; }
.model-drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 20px; right: 20px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); cursor: pointer; background: rgba(255,255,255,.025); font-size: 17px; }
.drawer-heading { padding: 19px 0 23px; border-bottom: 1px solid var(--line); }.drawer-heading .model-avatar { margin-bottom: 17px; }.drawer-heading p { margin: 0 0 8px; color: var(--acid); font: 700 7px/1 ui-monospace, monospace; letter-spacing: .15em; }.drawer-heading h2 { margin: 0; padding-right: 40px; font-size: 24px; font-weight: 570; letter-spacing: -.035em; }.drawer-heading code { display: block; margin-top: 8px; color: var(--dim); font: 8px/1.4 ui-monospace, monospace; overflow-wrap: anywhere; }
.drawer-status { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; margin-top: 19px; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.02); }.drawer-status i { width: 6px; height: 6px; border-radius: 50%; background: #5b5e64; }.drawer-status.ready i { background: var(--acid); box-shadow: 0 0 8px rgba(185,255,102,.5); }.drawer-status strong { font-size: 9px; }.drawer-status span { color: var(--dim); font-size: 7px; }
.drawer-description { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.drawer-section { margin-top: 25px; }.drawer-section h3 { margin: 0 0 10px; color: var(--dim); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.drawer-section dl { margin: 0; border-top: 1px solid var(--line); }.drawer-section dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 9px; }.drawer-section dt { color: var(--dim); }.drawer-section dd { margin: 0; color: #bfc0bc; text-align: right; }
.drawer-primary, .drawer-secondary { display: flex; align-items: center; justify-content: center; width: 100%; height: 43px; margin-top: 24px; border: 0; border-radius: 9px; cursor: pointer; background: var(--acid); color: #101215; font-size: 9px; font-weight: 680; text-decoration: none; }.drawer-primary span { margin-left: 8px; }.drawer-secondary { margin-top: 8px; border: 1px solid var(--line); color: #bfc0bc; background: rgba(255,255,255,.025); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 9px; color: #d7d8d3; background: rgba(21,23,27,.96); box-shadow: 0 18px 50px rgba(0,0,0,.4); font-size: 9px; transform: translateX(-50%); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 340px; gap: 35px; }.hero h1 { font-size: clamp(48px, 7vw, 70px); }
  .catalog-layout { grid-template-columns: 190px minmax(0,1fr); }.model-grid { grid-template-columns: 1fr; }
  .quickstart { gap: 40px; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; width: calc(100% - 32px); padding: 58px 0; }.network-card { min-height: 330px; }.hero-copy > p:not(.eyebrow) { font-size: 12px; }
  .catalog { padding: 58px 16px 70px; }.catalog-heading { display: block; }.catalog-heading > p { margin-top: 17px; }
  .catalog-layout { grid-template-columns: 1fr; }.filters { display: none; }
  .quickstart { grid-template-columns: 1fr; width: calc(100% - 32px); padding: 70px 0; }.code-panel pre { min-height: 235px; }
  footer { grid-template-columns: 1fr auto; padding: 22px 16px; } footer > p { display: none; } footer > div { gap: 12px; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: 48px; }.endpoint { grid-template-columns: 1fr auto; }.endpoint > span { display: none; }
  .toolbar { grid-template-columns: 1fr; }.sort-box { height: 39px; justify-content: space-between; padding-right: 8px; }.result-summary { height: 35px; }
  .model-card { padding: 15px; }.model-card-top { grid-template-columns: 36px minmax(0,1fr); }.model-avatar { width: 36px; height: 36px; }.status-pill { grid-column: 1 / -1; justify-self: start; }.model-description { min-height: 0; }.model-metrics { grid-template-columns: 1fr 1fr; }.model-metrics div:last-child { display: none; }
  .model-card-footer { align-items: end; }.model-card-footer > span { max-width: 45%; line-height: 1.4; }
  .network-card dl dd { font-size: 15px; }.quickstart h2 { font-size: 34px; }.code-tabs { overflow-x: auto; }.code-panel pre { padding: 18px; font-size: 9px; }
  .model-drawer { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
