html { scroll-behavior: smooth; }

.lc-index-shell {
    --index-border: rgba(255, 255, 255, 0.11);
    --index-panel: rgba(10, 10, 11, 0.88);
    width: min(1420px, 100%);
    margin: 0 auto;
    padding: 16px 0 72px;
}

.lc-index-hero {
    position: relative;
    min-height: 184px;
    overflow: hidden;
    border-bottom: 1px solid var(--index-border);
    text-align: center;
    margin-bottom: 44px;
}

.lc-index-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 82% 45%, rgba(255,69,58,0.12), transparent 150px);
}

.lc-index-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 860px;
    margin: 0 auto;
    padding: 12px 34px 26px;
}

.lc-index-kicker,
.lc-index-eyebrow {
    font: 700 11px/1.3 "JetBrains Mono", monospace;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff6d64;
}

.lc-index-hero h1 {
    margin-top: 11px;
    color: #fff;
    font: 700 clamp(2.35rem, 3.2vw, 3.4rem)/0.96 "Space Grotesk", sans-serif;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    white-space: nowrap;
}

.lc-index-hero h1 span { color: #ff453a; }

.lc-index-hero__copy > p:not(.lc-index-kicker) {
    max-width: 620px;
    margin: 14px auto 0;
    color: #9999a3;
    font: 500 12px/1.65 "JetBrains Mono", monospace;
}

.lc-index-hero__guide-link { display: inline-flex; margin-top: 13px; color: #ff6d64; font: 700 8px/1.3 "JetBrains Mono", monospace; letter-spacing: 0.05em; text-transform: uppercase; }
.lc-index-hero__guide-link:hover { color: #fff; }
.lc-index-hero__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lc-index-hero__actions a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid rgba(255,255,255,0.16); border-radius: 7px; color: #d4d4d8; font: 700 10px/1.2 "JetBrains Mono", monospace; letter-spacing: 0.04em; text-transform: uppercase; }
.lc-index-hero__actions a:hover,
.lc-index-hero__actions a:focus-visible { border-color: #ff6d64; color: #fff; }
.lc-index-hero__actions a.is-primary { border-color: #ff453a; background: #ff453a; color: #fff; }

.lc-index-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 28px;
}

.lc-index-fact {
    min-width: 0;
    padding: 16px 17px 15px;
    border: 1px solid var(--index-border);
    border-radius: 10px;
    background: rgba(10,10,11,0.78);
}

.lc-index-fact__value {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
    margin-top: 8px;
    color: #fff;
}

.lc-index-fact__number {
    flex: 0 0 auto;
    color: #fff;
    font: 700 29px/0.95 "Space Grotesk", sans-serif;
    letter-spacing: -0.045em;
    font-variant-numeric: tabular-nums;
}

.lc-index-fact__number--date { color: #ff5d53; font-size: 23px; }
.lc-index-fact__label { min-width: 0; color: #d9d9df; font: 650 13px/1.15 "Space Grotesk", sans-serif; }
.lc-index-fact__value--stacked { display: grid; align-items: start; gap: 8px; }
.lc-index-fact__value--stacked .lc-index-fact__number { font-size: 31px; }
.lc-index-fact__value--stacked .lc-index-fact__number--date { font-size: 26px; letter-spacing: -0.035em; text-transform: uppercase; }
.lc-index-fact__label--detail { color: #bdbdc5; font: 700 7.5px/1.35 "JetBrains Mono", monospace; letter-spacing: 0.045em; text-transform: uppercase; }
.lc-index-fact p { margin-top: 7px; color: #74747e; font: 500 9px/1.45 "JetBrains Mono", monospace; }

.lc-index-universe {
    margin: 0 0 28px;
    padding: 17px;
    border: 1px solid rgba(255,69,58,0.26);
    border-radius: 12px;
    background: radial-gradient(circle at 10% 0%, rgba(255,69,58,0.11), transparent 45%), rgba(10,10,11,0.78);
}

.lc-index-universe > header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 13px; }
.lc-index-universe h2 { margin-top: 4px; color: #fff; font: 700 20px/1.05 "Space Grotesk", sans-serif; letter-spacing: -0.025em; }
.lc-index-universe__copy { max-width: 580px; margin-top: 8px; color: #92929c; font: 500 9px/1.55 "JetBrains Mono", monospace; }
.lc-index-universe > header > a { min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border: 1px solid #ff453a; border-radius: 7px; background: #ff453a; color: #fff; font: 700 9px/1.3 "JetBrains Mono", monospace; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.lc-index-universe > header > a:hover { border-color: #fff; background: #fff; color: #000; }

.lc-home-machines { margin: 14px 0; padding: 13px; border: 1px solid rgba(255,69,58,0.24); border-radius: 10px; background: rgba(0,0,0,0.28); }
.lc-home-machines[hidden] { display: none; }
.lc-home-machines__head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.lc-home-machines__head > div { display: grid; gap: 4px; }
.lc-home-machines__head strong { color: #fff; font: 700 11px/1.2 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-home-machines__head span { color: #7e7e88; font: 500 8px/1.4 "JetBrains Mono", monospace; }
.lc-home-machines__head a { color: #ff6d64; font: 700 8px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-home-machine-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 7px; }
.lc-home-machine-card { position: relative; display: grid; min-width: 0; min-height: 106px; grid-template-columns: 72px minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) 18px; column-gap: 12px; row-gap: 5px; align-items: center; padding: 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; background: #0d0d0f; color: #8d8d97; text-align: left; transition: 140ms ease; }
.lc-home-machine-card:hover { border-color: rgba(255,69,58,0.42); color: #fff; }
.lc-home-machine-card:focus-visible { outline: 2px solid #ff6d64; outline-offset: 2px; }
.lc-home-machine-card.is-active { border-color: rgba(255,69,58,0.58); background: rgba(255,69,58,0.09); box-shadow: inset 3px 0 0 #ff453a; color: #fff; }
.lc-home-machine-card.is-catalogue-view { border-style: dashed; box-shadow: none; }
.lc-home-machine-card__visual { display: block; width: 72px; height: 72px; grid-row: 1 / span 2; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); border-radius: 8px; background: #f7f4f1; }
.lc-home-machine-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.lc-home-machine-card__visual img[src^="images/hardware/mac-"] { width: 84%; height: 84%; margin: 8%; border-radius: 4px; }
.lc-home-machine-card__visual img[src$="-card-v2.png"] { width: 100%; height: 100%; margin: 0; border-radius: 6px; object-fit: cover; transform: none; }
html.dark .lc-home-machine-card__visual { background: #111113; }
.lc-home-machine-card__copy { display: grid; min-width: 0; gap: 3px; }
.lc-home-machine-card__copy strong,
.lc-home-machine-card__copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lc-home-machine-card__copy strong { color: inherit; font: 700 10.5px/1.25 "Space Grotesk", sans-serif; }
.lc-home-machine-card__copy span { color: #85858f; font: 550 7.5px/1.35 "JetBrains Mono", monospace; }
.lc-home-machine-card__copy .lc-home-machine-card__hardware { color: #a0a0aa; }
.lc-home-machine-card__signals { display: flex; min-width: 0; min-height: 18px; align-self: end; align-items: center; flex-direction: row; gap: 4px; }
.lc-home-machine-card__selected,
.lc-home-machine-card__primary { display: inline-flex; min-height: 18px; align-items: center; gap: 4px; padding: 0 6px; border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; font: 700 6.5px/1 "JetBrains Mono", monospace; text-transform: uppercase; white-space: nowrap; }
.lc-home-machine-card__selected { border-color: rgba(255,109,100,0.35); color: #ff8179; background: rgba(255,69,58,0.08); }
.lc-home-machine-card__primary { color: #66d98a; background: rgba(34,197,94,0.06); }
.lc-home-machine-card__primary i { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 9px rgba(34,197,94,0.54); }
.lc-home-machine-context { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.08); }
.lc-home-machine-context p { display: grid; gap: 3px; color: #8c8c96; font: 500 8px/1.5 "JetBrains Mono", monospace; }
.lc-home-machine-context p strong { color: #fff; }
.lc-home-machine-status__state { display: inline-flex; align-items: center; gap: 5px; color: #bdbdc5; }
.lc-home-machine-status__state i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px rgba(34,197,94,0.45); }
.lc-home-machine-context button { flex: 0 0 auto; min-height: 32px; padding: 0 10px; border: 1px solid rgba(255,255,255,0.14); border-radius: 7px; color: #c7c7ce; font: 700 7.5px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-home-machine-context button:hover { border-color: rgba(255,69,58,0.5); color: #fff; }
.lc-home-index .lc-global-nav__link--account { border-color: #ff453a; background: #ff453a; color: #fff; }
.lc-home-index .lc-global-nav__link--account:hover,
.lc-home-index .lc-global-nav__link--account:focus-visible,
.lc-home-index .lc-global-nav__link--account[aria-current="page"] { border-color: #fff; background: #fff; color: #000; }
.lc-index-universe nav { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.lc-index-universe nav a { min-width: 0; padding: 10px 9px; border: 1px solid rgba(255,255,255,0.09); border-radius: 8px; background: rgba(0,0,0,0.28); }
.lc-index-universe nav a:hover { border-color: rgba(255,69,58,0.42); background: rgba(255,69,58,0.05); }
.lc-index-universe nav strong { display: block; color: #fff; font: 700 12px/1.2 "Space Grotesk", sans-serif; }
.lc-index-universe nav span { display: block; margin-top: 4px; overflow: hidden; color: #72727d; font: 500 7px/1.35 "JetBrains Mono", monospace; text-overflow: ellipsis; white-space: nowrap; }
.lc-index-universe nav b { color: inherit; font: inherit; }

.lc-index-grid {
    display: grid;
    grid-template-columns: 180px minmax(0, 920px) 180px;
    justify-content: center;
    gap: 30px;
    align-items: start;
}

.lc-sponsor-rail {
    position: sticky;
    top: 128px;
    display: grid;
    gap: 28px;
}

.lc-sponsor-slot {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 12px;
    border: 1px dashed rgba(255,255,255,0.16);
    border-radius: 12px;
    background: rgba(8,8,9,0.38);
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.lc-sponsor-slot:hover,
.lc-sponsor-slot:focus-visible {
    border-color: rgba(255,69,58,0.42);
    background: rgba(255,69,58,0.045);
}

.lc-sponsor-slot__label { color: #7e7e88; font: 700 9px/1.4 "JetBrains Mono", monospace; letter-spacing: 0.18em; text-transform: uppercase; }
.lc-sponsor-slot__mark { width: 38px; height: 1px; background: #ff453a; opacity: 0.7; }
.lc-sponsor-slot p { max-width: 130px; color: #595962; font: 500 9px/1.5 "JetBrains Mono", monospace; }
.lc-sponsor-slot__size { color: #44444c; font: 600 8px/1.4 "JetBrains Mono", monospace; letter-spacing: 0.12em; }

.lc-sponsor-slot--active {
    justify-content: flex-start;
    border-style: solid;
    border-color: rgba(255,69,58,0.32);
    background: linear-gradient(145deg, rgba(255,69,58,0.09), rgba(8,8,9,0.72) 55%);
}

.lc-sponsor-slot__logo {
    width: 54px;
    height: 54px;
    display: block;
    margin: 2px auto;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 12px;
    background: rgba(255,255,255,0.96);
    object-fit: contain;
}

.lc-sponsor-slot__name {
    max-width: 145px;
    overflow: hidden;
    color: #fff;
    font: 750 13px/1.25 "Space Grotesk", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lc-sponsor-slot--active p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #92929d;
}

.lc-sponsor-slot__cta {
    margin-top: auto;
    color: #ff6d64;
    font: 750 8px/1.3 "JetBrains Mono", monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lc-sponsor-offer-inline {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: -12px 0 28px;
    padding: 13px 15px;
    border: 1px solid rgba(255,69,58,0.32);
    border-radius: 10px;
    background: rgba(255,69,58,0.055);
    color: #fff;
    text-decoration: none;
}

.lc-sponsor-offer-inline > span:first-child { display: grid; gap: 4px; }
.lc-sponsor-offer-inline strong { font: 700 12px/1.2 "Space Grotesk", sans-serif; }
.lc-sponsor-offer-inline small { color: #85858f; font: 500 8px/1.45 "JetBrains Mono", monospace; }
.lc-sponsor-offer-inline > span:last-child { flex: 0 0 auto; color: #ff6d64; font: 700 9px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-sponsor-offer-inline:hover,
.lc-sponsor-offer-inline:focus-visible { border-color: rgba(255,109,100,0.72); background: rgba(255,69,58,0.09); }

.lc-sponsor-offer-dialog {
    width: min(700px, calc(100vw - 28px));
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 15px;
    background: #0b0b0c;
    color: #fff;
    box-shadow: 0 32px 110px rgba(0,0,0,0.8);
}

.lc-sponsor-offer-dialog::backdrop { background: rgba(0,0,0,0.82); backdrop-filter: blur(6px); }
.lc-sponsor-offer-dialog__scroll { max-height: calc(100vh - 32px); overflow-y: auto; padding: 24px; }
.lc-sponsor-offer-dialog__head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.lc-sponsor-offer-dialog__head h2 { max-width: 500px; margin-top: 8px; font: 750 clamp(28px, 5vw, 40px)/0.98 "Space Grotesk", sans-serif; letter-spacing: -0.045em; text-transform: uppercase; }
.lc-sponsor-offer-dialog__head button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 8px;
    color: #c6c6cc;
    font: 700 8px/1 "JetBrains Mono", monospace;
    text-transform: uppercase;
}
.lc-sponsor-offer-dialog__head button:hover,
.lc-sponsor-offer-dialog__head button:focus-visible { border-color: rgba(255,109,100,0.65); color: #fff; }
.lc-sponsor-offer-dialog__intro { max-width: 610px; margin-top: 16px; color: #9a9aa4; font: 500 10px/1.65 "JetBrains Mono", monospace; }

.lc-sponsor-offer-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
}

.lc-sponsor-offer-metrics article { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,0.095); border-radius: 10px; background: #101011; }
.lc-sponsor-offer-metrics strong { display: block; overflow: hidden; color: #fff; text-overflow: ellipsis; font: 750 25px/1 "Space Grotesk", sans-serif; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.lc-sponsor-offer-metrics span { display: block; margin-top: 7px; color: #d8d8dd; font: 700 9px/1.35 "Space Grotesk", sans-serif; }
.lc-sponsor-offer-metrics small { display: block; margin-top: 4px; color: #6f6f78; font: 550 7.5px/1.45 "JetBrains Mono", monospace; }
.lc-sponsor-offer-metrics article:last-child { border-color: rgba(255,69,58,0.3); background: rgba(255,69,58,0.06); }
.lc-sponsor-offer-metrics article:last-child strong { color: #ff6d64; }
.lc-sponsor-offer-source { margin-top: 10px; padding: 11px 13px; border-left: 2px solid #ff453a; background: rgba(255,69,58,0.045); color: #85858f; font: 500 8.5px/1.6 "JetBrains Mono", monospace; }
.lc-sponsor-offer-source strong { color: #bdbdc4; }

.lc-sponsor-offer-benefits { margin-top: 22px; }
.lc-sponsor-offer-benefits h3 { color: #fff; font: 700 13px/1.2 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-sponsor-offer-benefits > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.lc-sponsor-offer-benefits article { position: relative; min-height: 132px; padding: 14px; border: 1px solid rgba(255,255,255,0.085); border-radius: 9px; background: #0f0f10; }
.lc-sponsor-offer-benefits article > span { color: #ff6d64; font: 700 8px/1 "JetBrains Mono", monospace; }
.lc-sponsor-offer-benefits strong { display: block; margin-top: 10px; color: #fff; font: 700 11px/1.25 "Space Grotesk", sans-serif; }
.lc-sponsor-offer-benefits p { margin-top: 7px; color: #85858f; font: 500 8.5px/1.55 "JetBrains Mono", monospace; }

.lc-sponsor-offer-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(255,69,58,0.32);
    border-radius: 11px;
    background: rgba(255,69,58,0.055);
}
.lc-sponsor-offer-checkout > div { display: grid; gap: 5px; }
.lc-sponsor-offer-checkout > div > span { color: #ff7a71; font: 700 8px/1.35 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-sponsor-offer-checkout strong { color: #fff; font: 750 27px/1 "Space Grotesk", sans-serif; }
.lc-sponsor-offer-checkout strong small { color: #8d8d96; font: 650 10px/1 "JetBrains Mono", monospace; }
.lc-sponsor-offer-checkout p { color: #85858f; font: 500 8px/1.45 "JetBrains Mono", monospace; }
.lc-sponsor-offer-checkout > a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid #ff6d64; border-radius: 8px; background: #ff453a; color: #fff; text-align: center; font: 700 9px/1.2 "JetBrains Mono", monospace; text-decoration: none; text-transform: uppercase; }
.lc-sponsor-offer-checkout > a:hover,
.lc-sponsor-offer-checkout > a:focus-visible { background: #ff5d53; box-shadow: 0 0 0 3px rgba(255,69,58,0.18); }
.lc-sponsor-offer-disclaimer { margin-top: 12px; color: #85858f; font: 500 8.5px/1.65 "JetBrains Mono", monospace; }
.lc-sponsor-offer-disclaimer a { color: #aaaab2; text-decoration: underline; text-underline-offset: 2px; }

.lc-index-directory { min-width: 0; container-type: inline-size; }

.lc-index-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.lc-index-section-head h2 { margin-top: 5px; color: #fff; font: 700 clamp(1.55rem, 2.6vw, 2.15rem)/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-index-section-head p { max-width: 570px; color: #8e8e98; font: 500 11px/1.55 "JetBrains Mono", monospace; }
.lc-index-section-meta { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.lc-index-section-meta p strong { color: #fff; font-size: 13px; font-variant-numeric: tabular-nums; }
.lc-index-method-pill { display: inline-flex; padding: 6px 9px; border: 1px solid rgba(255,69,58,0.3); border-radius: 999px; background: rgba(255,69,58,0.06); color: #ff6d64; font: 700 8px/1 "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.lc-index-method-pill--community { border-color: rgba(255,138,76,0.34); background: rgba(255,138,76,0.08); color: #ff9a5c; }

.lc-index-controls {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(4, minmax(145px, 0.65fr));
    gap: 9px;
    margin-bottom: 12px;
}

.lc-index-tts-controls { grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(130px, 0.34fr)); }

@container (max-width: 960px) {
    .lc-index-section-head { grid-template-columns: minmax(0, 1fr); align-items: start; }
    .lc-index-section-meta { justify-content: flex-start; }
    .lc-index-controls,
    .lc-index-tts-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-index-controls label:first-child { grid-column: 1 / -1; }
}

.lc-index-control-label { display: grid; min-width: 0; gap: 5px; }
.lc-index-control-label > span { padding-left: 2px; color: #707079; font: 700 7px/1 "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; }

.lc-index-control {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--index-border);
    border-radius: 8px;
    outline: none;
    background: rgba(10,10,11,0.92);
    color: #fff;
    font: 600 11px/1 "JetBrains Mono", monospace;
}

select.lc-index-control { padding-right: 36px; }

.lc-index-control:focus { border-color: rgba(255,69,58,0.75); box-shadow: 0 0 0 3px rgba(255,69,58,0.1); }
.lc-index-control:disabled { cursor: not-allowed; opacity: 0.62; }
.lc-index-machine-note { margin: -2px 0 12px; padding: 9px 11px; border-left: 2px solid rgba(255,69,58,0.58); background: rgba(255,69,58,0.045); color: #85858f; font: 500 8px/1.55 "JetBrains Mono", monospace; }

.lc-index-table-wrap { overflow: hidden; border: 1px solid var(--index-border); border-radius: 14px; background: rgba(7,7,8,0.91); }
.lc-index-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.lc-index-table th {
    padding: 11px 9px;
    border-bottom: 1px solid rgba(255,255,255,0.16);
    background: rgba(14,14,16,0.98);
    color: #71717a;
    text-align: left;
    font: 700 9px/1.3 "JetBrains Mono", monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lc-index-sort-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: inherit;
    text-align: inherit;
    transition: color 140ms ease;
}
.lc-index-sort-button:hover { color: #fff; }
.lc-index-sort-button:focus-visible { border-radius: 4px; outline: 2px solid rgba(255,69,58,0.82); outline-offset: 3px; }
.lc-index-sort-indicator { color: #4f4f58; font-size: 10px; letter-spacing: 0; }
.lc-index-table th[aria-sort="ascending"] .lc-index-sort-button,
.lc-index-table th[aria-sort="descending"] .lc-index-sort-button,
.lc-index-table th[aria-sort="ascending"] .lc-index-sort-indicator,
.lc-index-table th[aria-sort="descending"] .lc-index-sort-indicator { color: #ff6d64; }
.lc-index-score-col .lc-index-sort-button,
.lc-index-community-col .lc-index-sort-button { justify-content: center; }

.lc-index-table td { padding: 10px 9px; border-bottom: 1px solid rgba(255,255,255,0.065); color: #b0b0b8; font: 500 10px/1.4 "JetBrains Mono", monospace; vertical-align: middle; }
.lc-index-table tbody tr { transition: 140ms ease; }
.lc-index-table tbody tr:hover { background: rgba(255,69,58,0.055); }
.lc-index-table tbody tr:last-child td { border-bottom: 0; }
.lc-index-rank { width: 54px; color: #666670 !important; text-align: right; font-variant-numeric: tabular-nums; }
.lc-index-model-col { width: 27%; }
.lc-index-score-col { width: 75px; text-align: center !important; }
.lc-index-community-col { width: 103px; text-align: center !important; }
.lc-index-action-col { width: 100px; text-align: center !important; }
.lc-index-score-cell { text-align: center; }
.lc-index-community-cell { text-align: center; }
.lc-index-action-cell { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 7px; }
.lc-index-model-link { display: flex; min-width: 0; align-items: center; gap: 10px; color: #fff; }
.lc-index-model-link > span:last-child { min-width: 0; }

.lc-index-family-mark {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 8px;
    background: #f5f5f4;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

.lc-index-family-mark img { display: block; width: 23px; height: 23px; object-fit: contain; }
.lc-index-family-mark img[src$=".webp"] { width: 100%; height: 100%; object-fit: cover; }
.lc-index-model-name { display: block; overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font: 700 12.5px/1.3 "Space Grotesk", sans-serif; }
.lc-index-model-family { display: block; margin-top: 2px; overflow: hidden; color: #707079; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; text-transform: uppercase; }
.lc-index-license { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lc-index-row-link { color: #ff6d64; font-size: 16px; }
.lc-index-compare-toggle {
    min-width: 58px;
    min-height: 24px;
    padding: 6px 7px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 7px;
    background: rgba(255,255,255,0.03);
    color: #a7a7b0;
    font: 700 7.5px/1 "JetBrains Mono", monospace;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: 140ms ease;
}
.lc-index-compare-toggle:hover { border-color: rgba(255,69,58,0.5); color: #fff; }
.lc-index-compare-toggle.is-selected { border-color: rgba(255,69,58,0.55); background: rgba(255,69,58,0.13); color: #ff6d64; }
.lc-index-compare-toggle:disabled { cursor: not-allowed; opacity: 0.34; }
.lc-index-empty { padding: 42px 20px !important; color: #8e8e98 !important; text-align: center; }
.lc-index-ram-value { display: block; }
.lc-index-fit { display: inline-flex; margin-top: 4px; padding: 3px 5px; border: 1px solid; border-radius: 999px; font: 700 6.5px/1 "JetBrains Mono", monospace; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.lc-index-fit.is-fits { border-color: rgba(34,197,94,0.32); background: rgba(34,197,94,0.08); color: #65d987; }
.lc-index-fit.is-tight { border-color: rgba(251,191,36,0.34); background: rgba(251,191,36,0.08); color: #facc4b; }
.lc-index-fit.is-too-large { border-color: rgba(255,69,58,0.34); background: rgba(255,69,58,0.08); color: #ff796f; }

.lc-index-score {
    display: inline-flex;
    min-width: 58px;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    padding: 6px 7px 5px;
    border: 1px solid rgba(255,69,58,0.3);
    border-radius: 8px;
    background: rgba(255,69,58,0.08);
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.lc-index-score strong { font: 700 15px/1 "Space Grotesk", sans-serif; letter-spacing: -0.02em; }
.lc-index-score small { color: #ff796f; font: 700 7px/1 "JetBrains Mono", monospace; }
.lc-index-score--speech { min-width: 55px; padding: 5px 6px 4px; }
.lc-index-score--speech strong { font-size: 14px; }

.lc-index-community {
    display: inline-flex;
    min-width: 84px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px 6px 4px;
    border: 1px solid rgba(255,138,76,0.3);
    border-radius: 8px;
    background: rgba(255,138,76,0.075);
    color: #fff;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.lc-index-community strong { color: #ff9a5c; font: 750 11px/1 "Space Grotesk", sans-serif; }
.lc-index-community small { color: #8d8d98; font: 650 7px/1.15 "JetBrains Mono", monospace; }
.lc-index-community.is-empty,
.lc-index-community.is-loading { border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.025); }
.lc-index-community.is-early { border-style: dashed; }
.lc-index-community.is-empty strong,
.lc-index-community.is-loading strong { color: #777780; }
.lc-index-community--speech { min-width: 82px; }

.lc-index-compare-tray {
    position: sticky;
    z-index: 24;
    bottom: 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid rgba(255,69,58,0.34);
    border-radius: 11px;
    background: rgba(12,12,14,0.97);
    box-shadow: 0 16px 44px rgba(0,0,0,0.54), 0 0 28px rgba(255,69,58,0.08);
}
.lc-index-compare-tray[hidden] { display: none; }
.lc-index-compare-tray > div:first-child { display: grid; gap: 3px; min-width: 112px; }
.lc-index-compare-tray > div:first-child strong { color: #fff; font: 700 10px/1 "Space Grotesk", sans-serif; }
.lc-index-compare-tray > div:first-child span { color: #777781; font: 600 7px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-compare-chips { display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; }
.lc-index-compare-chips button {
    max-width: 180px;
    overflow: hidden;
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.035);
    color: #d4d4da;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 650 8px/1 "JetBrains Mono", monospace;
}
.lc-index-compare-chips button:hover { border-color: rgba(255,69,58,0.45); color: #fff; }
.lc-index-compare-chips button span { margin-left: 4px; color: #ff6d64; }
.lc-index-compare-actions { display: flex; gap: 7px; }
.lc-index-compare-actions button {
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 7px;
    color: #a3a3ab;
    font: 700 8px/1 "JetBrains Mono", monospace;
    text-transform: uppercase;
}
.lc-index-compare-actions button:last-child { border-color: rgba(255,69,58,0.48); background: #ff453a; color: #fff; }
.lc-index-compare-actions button:disabled { cursor: not-allowed; opacity: 0.38; }

.lc-index-compare-dialog {
    width: min(1040px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    background: #09090a;
    color: #fff;
    box-shadow: 0 30px 110px rgba(0,0,0,0.78);
}
.lc-index-compare-dialog::backdrop { background: rgba(0,0,0,0.78); backdrop-filter: blur(5px); }
.lc-index-compare-dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.lc-index-compare-dialog__head h2 { margin-top: 5px; font: 700 24px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-index-compare-dialog__head button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.13); border-radius: 8px; color: #fff; font-size: 22px; }
.lc-index-compare-content { max-height: calc(100vh - 130px); overflow: auto; padding: 0 20px 20px; }
.lc-index-compare-table-wrap { min-width: 720px; }
.lc-index-compare-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.lc-index-compare-table th,
.lc-index-compare-table td { padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: center; vertical-align: middle; }
.lc-index-compare-table thead th { position: sticky; z-index: 2; top: 0; background: #0e0e10; color: #fff; font: 700 11px/1.3 "Space Grotesk", sans-serif; }
.lc-index-compare-table thead th:first-child,
.lc-index-compare-table tbody th { width: 116px; text-align: left; color: #777781; font: 700 8px/1.3 "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.lc-index-compare-table thead a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; }
.lc-index-compare-table td { color: #c4c4cb; font: 600 10px/1.45 "JetBrains Mono", monospace; }
.lc-index-compare-table .lc-index-family-mark { width: 28px; height: 28px; flex-basis: 28px; }
.lc-index-compare-table .lc-index-family-mark img { width: 20px; height: 20px; }
.lc-index-compare-muted { color: #73737c; }
.lc-index-compare-detail { color: #ff6d64; font-weight: 700; text-transform: uppercase; }

.lc-index-tts { margin-top: 52px; }
.lc-index-tts-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.lc-index-tts-row {
    display: grid;
    grid-template-columns: 28px 32px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--index-border);
    border-radius: 10px;
    background: rgba(9,9,10,0.84);
    transition: 140ms ease;
}

.lc-index-tts-row:hover { border-color: rgba(255,69,58,0.48); transform: translateY(-1px); }
.lc-index-tts-rank { color: #65656e; font: 700 10px/1 "JetBrains Mono", monospace; font-variant-numeric: tabular-nums; }
.lc-index-tts-copy { min-width: 0; }
.lc-index-tts-name { display: block; overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font: 700 12px/1.3 "Space Grotesk", sans-serif; }
.lc-index-tts-meta { display: block; margin-top: 3px; overflow: hidden; color: #73737d; text-overflow: ellipsis; white-space: nowrap; font: 500 8.5px/1.4 "JetBrains Mono", monospace; }
.lc-index-tts-signals { display: block; margin-top: 4px; color: #85858f; font: 650 7.5px/1.3 "JetBrains Mono", monospace; letter-spacing: 0.05em; }
.lc-index-tts-score-group { display: grid; justify-items: end; gap: 6px; }
.lc-index-tts-type { color: #ff6d64; font: 700 8px/1 "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.lc-index-tts-empty { grid-column: 1 / -1; padding: 42px 20px; border: 1px solid var(--index-border); border-radius: 10px; color: #8e8e98; text-align: center; font: 500 10px/1.5 "JetBrains Mono", monospace; }
.lc-index-more { display: inline-flex; margin-top: 14px; color: #ff6d64; font: 700 11px/1.5 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-load-more { min-height: 40px; display: block; margin: 14px auto 0; padding: 0 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 7px; background: rgba(255,255,255,0.025); color: #d4d4d8; font: 700 10px/1.2 "JetBrains Mono", monospace; letter-spacing: 0.035em; text-transform: uppercase; }
.lc-index-load-more:hover,
.lc-index-load-more:focus-visible { border-color: #ff6d64; background: rgba(255,69,58,0.08); color: #fff; }
.lc-index-load-more[hidden] { display: none; }

#local-ai-index,
#llm-index,
#tts-index,
#multimodal-index,
.lc-index-multimodal-category { scroll-margin-top: 92px; }

.lc-index-multimodal { margin-top: 58px; }
.lc-index-multimodal-controls { position: static; padding: 10px; border: 1px solid rgba(255,255,255,0.1); border-radius: 11px; background: rgba(7,7,8,0.96); box-shadow: 0 15px 35px rgba(0,0,0,0.3); }
.lc-index-multimodal-category { margin-top: 42px; }
.lc-index-multimodal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.lc-index-multimodal-card {
    display: flex;
    min-width: 0;
    min-height: 265px;
    flex-direction: column;
    padding: 15px;
    border: 1px solid var(--index-border);
    border-radius: 11px;
    background: rgba(9,9,10,0.84);
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: 140ms ease;
}
.lc-index-multimodal-card:hover { border-color: rgba(255,69,58,0.46); transform: translateY(-1px); }
.lc-index-multimodal-card:focus-visible { outline: 2px solid #ff6d64; outline-offset: 3px; border-color: rgba(255,109,100,0.72); }
.lc-index-multimodal-card[hidden] { display: none; }
.lc-index-multimodal-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #707079; font: 650 7.5px/1.35 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-multimodal-card__developer { display: flex; min-width: 0; align-items: center; gap: 8px; }
.lc-index-multimodal-card__developer > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lc-index-multimodal-card__developer .lc-index-family-mark { width: 30px; height: 30px; flex: 0 0 30px; }
.lc-index-multimodal-card__developer .lc-index-family-mark img { width: 21px; height: 21px; }
.lc-index-multimodal-card__developer .lc-index-family-mark img[src$=".webp"],
.lc-index-multimodal-card__developer .lc-index-family-mark img[src$=".png"],
.lc-index-multimodal-card__developer .lc-index-family-mark img[src$=".jpg"] { width: 100%; height: 100%; object-fit: cover; }
.lc-index-multimodal-card__top strong { flex: 0 0 auto; color: #ff746a; font-weight: 750; }
.lc-index-multimodal-card h3 { margin-top: 12px; font: 750 18px/1.15 "Space Grotesk", sans-serif; letter-spacing: -0.025em; }
.lc-index-multimodal-card h3 { color: #fff; }
.lc-index-multimodal-card > p { display: -webkit-box; margin-top: 8px; overflow: hidden; color: #8f8f99; font: 500 9px/1.55 "JetBrains Mono", monospace; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lc-index-multimodal-card__rating { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 9px 10px; border: 1px solid rgba(255,138,76,0.28); border-radius: 9px; background: linear-gradient(135deg, rgba(255,138,76,0.095), rgba(255,69,58,0.025)); }
.lc-index-multimodal-card__rating-label { color: #ff9a5c; font: 750 8px/1.3 "JetBrains Mono", monospace; letter-spacing: 0.1em; text-transform: uppercase; }
.lc-index-multimodal-card__rating-value { display: inline-flex; flex: 0 0 auto; }
.lc-index-community--multimodal { min-width: 112px; align-items: flex-end; padding: 0; border: 0; background: transparent; }
.lc-index-community--multimodal strong { color: #fff; font-size: 17px; }
.lc-index-community--multimodal small { color: #aaaab3; font-size: 8px; }
.lc-index-community--multimodal.is-empty,
.lc-index-community--multimodal.is-loading { border: 0; background: transparent; }
.lc-index-community--multimodal.is-empty strong,
.lc-index-community--multimodal.is-loading strong { color: #d0d0d6; }
.lc-index-multimodal-card__tasks { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.lc-index-multimodal-card__tasks span { padding: 5px 6px; border: 1px solid rgba(255,69,58,0.2); border-radius: 999px; color: #c8c8cf; font: 700 6.5px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-multimodal-card dl { display: grid; gap: 6px; margin-top: 14px; }
.lc-index-multimodal-card dl > div { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 8px; }
.lc-index-multimodal-card dt { color: #62626b; font: 700 7px/1.4 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-multimodal-card dd { overflow: hidden; color: #b0b0b8; text-overflow: ellipsis; white-space: nowrap; font: 600 8px/1.4 "JetBrains Mono", monospace; }
.lc-index-multimodal-card__link { display: inline-flex; margin-top: auto; padding-top: 15px; color: #ff6d64; font: 750 8px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-multimodal-empty { padding: 28px 18px; border: 1px solid var(--index-border); border-radius: 10px; color: #8e8e98; text-align: center; font: 500 10px/1.55 "JetBrains Mono", monospace; }
.lc-index-multimodal-empty[hidden] { display: none; }

.lc-index-method-note { margin-top: 18px; padding: 16px 18px; border-left: 2px solid #ff453a; background: rgba(255,69,58,0.055); color: #898992; font: 500 10px/1.65 "JetBrains Mono", monospace; }
.lc-index-method-note strong { color: #d9d9df; }
.lc-index-method-note--speech { margin-top: 16px; }

.lc-index-quick-picks {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid rgba(255,69,58,0.22);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,69,58,0.07), rgba(255,138,76,0.025));
}
.lc-index-quick-picks[hidden] { display: none; }
.lc-index-quick-picks__head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.lc-index-quick-picks__head h3 { margin-top: 4px; color: #fff; font: 750 19px/1.15 "Space Grotesk", sans-serif; }
.lc-index-quick-picks__head p { max-width: 390px; color: #8d8d97; font: 550 8.5px/1.5 "JetBrains Mono", monospace; text-align: right; }
.lc-index-quick-pick-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.lc-index-quick-pick { display: grid; min-width: 0; min-height: 126px; align-content: start; padding: 13px; border: 1px solid rgba(255,255,255,0.1); border-radius: 9px; background: rgba(8,8,10,0.72); color: inherit; transition: 140ms ease; }
.lc-index-quick-pick:hover,
.lc-index-quick-pick:focus-visible { border-color: rgba(255,109,100,0.62); background: rgba(255,69,58,0.09); transform: translateY(-1px); }
.lc-index-quick-pick:focus-visible { outline: 2px solid #ff6d64; outline-offset: 2px; }
.lc-index-quick-pick > span { color: #ff8179; font: 750 7px/1.2 "JetBrains Mono", monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.lc-index-quick-pick > strong { margin-top: 8px; overflow: hidden; color: #fff; font: 750 14px/1.25 "Space Grotesk", sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.lc-index-quick-pick > small { margin-top: 5px; color: #8d8d97; font: 600 8px/1.45 "JetBrains Mono", monospace; }
.lc-index-quick-pick > b { margin-top: auto; padding-top: 12px; color: #ff6d64; font: 750 8px/1.2 "JetBrains Mono", monospace; text-transform: uppercase; }

@media (max-width: 1320px) {
    .lc-index-grid { grid-template-columns: minmax(0, 1fr); }
    .lc-sponsor-rail { position: static; display: none; }
    .lc-sponsor-offer-inline { display: flex; }
}

@media (max-width: 780px) {
    .lc-home-index .lc-global-nav { background: #f7f5f1; }
    html.dark .lc-home-index .lc-global-nav { background: #070708; }
    #local-ai-index,
    #llm-index,
    #tts-index,
    #multimodal-index,
    .lc-index-multimodal-category { scroll-margin-top: 76px; }
    .lc-index-shell { padding-top: 18px; }
    .lc-index-hero { min-height: 0; }
    .lc-index-hero__copy { padding: 8px 16px 22px; }
    .lc-index-hero h1 { white-space: normal; }
    .lc-index-facts { grid-template-columns: 1fr; }
    .lc-index-fact { padding: 14px 15px; }
    .lc-index-fact__number { font-size: 26px; }
    .lc-index-fact__number--date { font-size: 22px; }
    .lc-index-fact__value--stacked .lc-index-fact__number { font-size: 29px; }
    .lc-index-fact__value--stacked .lc-index-fact__number--date { font-size: 24px; }
    .lc-index-universe > header { align-items: flex-start; flex-direction: column; }
    .lc-home-machines__head,
    .lc-home-machine-context { align-items: flex-start; flex-direction: column; }
    .lc-home-machine-context button { width: 100%; }
    .lc-index-universe nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-index-universe nav span { white-space: normal; }
    .lc-index-section-head { grid-template-columns: minmax(0, 1fr); align-items: start; }
    .lc-index-section-meta { justify-content: flex-start; }
    .lc-index-quick-picks__head { align-items: flex-start; flex-direction: column; gap: 6px; }
    .lc-index-quick-picks__head p { max-width: none; text-align: left; }
    .lc-index-quick-pick-cards { grid-template-columns: 1fr; }
    .lc-index-quick-pick { min-height: 104px; }
    .lc-index-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-index-controls label:first-child { grid-column: 1 / -1; }
    .lc-index-table th:nth-child(5), .lc-index-table td:nth-child(5),
    .lc-index-table th:nth-child(7), .lc-index-table td:nth-child(7) { display: none; }
    .lc-index-model-col { width: 37%; }
    .lc-index-tts-list { grid-template-columns: 1fr; }
    .lc-index-multimodal-controls { position: static; }
    .lc-index-multimodal-grid { grid-template-columns: 1fr; }
    .lc-index-compare-tray { grid-template-columns: 1fr auto; }
    .lc-index-compare-chips { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 480px) {
    .lc-index-hero__copy { padding: 6px 10px 20px; }
    .lc-home-machine-card { min-height: 90px; grid-template-columns: 48px minmax(0, 1fr); column-gap: 8px; row-gap: 4px; }
    .lc-home-machine-card__visual { width: 48px; height: 48px; }
    .lc-home-machine-card__signals { gap: 3px; }
    .lc-home-machine-card__selected,
    .lc-home-machine-card__primary { min-height: 17px; padding: 0 5px; font-size: 6px; }
    .lc-index-controls { grid-template-columns: minmax(0, 1fr); }
    .lc-index-controls label:first-child { grid-column: auto; }
    .lc-index-table th, .lc-index-table td { padding-left: 6px; padding-right: 6px; }
    .lc-index-table th:nth-child(1), .lc-index-table td:nth-child(1),
    .lc-index-table th:nth-child(4), .lc-index-table td:nth-child(4),
    .lc-index-table th:nth-child(8), .lc-index-table td:nth-child(8) { display: none; }
    .lc-index-model-col { width: 48%; }
    .lc-index-score-col { width: 58px; }
    .lc-index-action-col { width: 50px; }
    .lc-index-table th.lc-index-action-col { padding-right: 2px; padding-left: 2px; font-size: 7px; letter-spacing: 0; }
    .lc-index-table td.lc-index-action-cell { display: table-cell; padding-right: 4px; padding-left: 4px; text-align: center; }
    .lc-index-table .lc-index-compare-toggle { display: inline-flex; min-width: 36px; width: 36px; min-height: 36px; align-items: center; justify-content: center; overflow: hidden; padding: 0; font-size: 0; }
    .lc-index-table .lc-index-compare-toggle::before { content: "+"; font-size: 15px; }
    .lc-index-table .lc-index-compare-toggle.is-selected::before { content: "✓"; }
    .lc-index-row-link { display: none; }
    .lc-index-family-mark { width: 28px; height: 28px; flex-basis: 28px; }
    .lc-index-family-mark img { width: 20px; height: 20px; }
    .lc-index-model-name { font-size: 11.5px; }
    .lc-index-score { min-width: 52px; padding-left: 5px; padding-right: 5px; }
    .lc-index-community { min-width: 70px; padding-left: 4px; padding-right: 4px; }
    .lc-index-community strong { font-size: 10px; }
    .lc-index-community small { font-size: 6.5px; }
    .lc-index-tts-row { grid-template-columns: 23px 28px minmax(0, 1fr) auto; gap: 8px; padding: 10px 9px; }
    .lc-index-tts-signals { letter-spacing: 0; }
    .lc-index-compare-tray { bottom: 8px; grid-template-columns: 1fr; }
    .lc-index-compare-chips,
    .lc-index-compare-actions { grid-column: auto; grid-row: auto; }
    .lc-index-compare-actions { justify-content: stretch; }
    .lc-index-compare-actions button { flex: 1; }
}

html.light .lc-index-hero,
html.light .lc-index-universe,
html.light .lc-home-machines,
html.light .lc-home-machine-card,
html.light .lc-index-table-wrap,
html.light .lc-index-control,
html.light .lc-index-tts-row,
html.light .lc-index-multimodal-card,
html.light .lc-index-multimodal-controls { background: rgba(255,255,255,0.94); border-color: rgba(15,23,42,0.12); }
html.light .lc-index-quick-picks { border-color: rgba(201,47,40,0.24); background: linear-gradient(135deg, #fff7f5, #fff); }
html.light .lc-index-quick-picks__head h3,
html.light .lc-index-quick-pick > strong { color: #111827; }
html.light .lc-index-quick-picks__head p,
html.light .lc-index-quick-pick > small { color: #64748b; }
html.light .lc-index-quick-pick { border-color: #d7dce4; background: #fff; }
html.light .lc-index-quick-pick:hover,
html.light .lc-index-quick-pick:focus-visible { border-color: rgba(201,47,40,0.45); background: #fff7f5; }
html.light .lc-index-facts { background: transparent; border-color: transparent; }
html.light .lc-index-fact {
    border-color: #d7dce4;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,23,42,0.045);
}
html.light .lc-index-universe nav a {
    border-color: #d7dce4;
    background: #f7f5f1;
    color: #111827;
}
html.light .lc-index-universe nav a:hover,
html.light .lc-index-universe nav a:focus-visible {
    border-color: rgba(201,47,40,0.42);
    background: #fff;
}
html.light .lc-home-machine-card__visual {
    border-color: #d7dce4;
    background: #f7f5f1;
}
html.light .lc-home-machine-card:hover { border-color: rgba(201,47,40,0.42); color: #111827; }
html.light .lc-home-machine-card.is-active {
    border-color: rgba(201,47,40,0.58);
    background: #fff1ef;
    color: #111827;
}
html.light .lc-home-machine-card__copy span { color: #64748b; }
html.light .lc-home-machine-card__copy .lc-home-machine-card__hardware { color: #475569; }
html.light .lc-home-machine-card__selected { border-color: rgba(201,47,40,0.32); background: #fff1ef; color: #b4231d; }
html.light .lc-home-machine-card__primary { border-color: rgba(22,101,52,0.22); background: #dcfce7; color: #166534; }
html.light .lc-index-hero h1,
html.light .lc-index-universe h2,
html.light .lc-home-machines__head strong,
html.light .lc-home-machine-card__copy strong,
html.light .lc-index-universe nav strong,
html.light .lc-index-section-head h2,
html.light .lc-index-model-link,
html.light .lc-index-model-name,
html.light .lc-index-tts-name,
html.light .lc-index-multimodal-card h3,
html.light .lc-index-fact__number,
html.light .lc-index-section-meta p strong { color: #111827; }
html.light .lc-index-fact__number--date { color: #e63b32; }
html.light .lc-index-fact__label { color: #374151; }
html.light .lc-index-table th { background: #f4f1ec; }
html.light .lc-index-sort-button:hover { color: #111827; }
html.light .lc-index-table th[aria-sort="ascending"] .lc-index-sort-button,
html.light .lc-index-table th[aria-sort="descending"] .lc-index-sort-button,
html.light .lc-index-table th[aria-sort="ascending"] .lc-index-sort-indicator,
html.light .lc-index-table th[aria-sort="descending"] .lc-index-sort-indicator { color: #e63b32; }
html.light .lc-index-table td { border-bottom-color: rgba(15,23,42,0.08); }
html.light .lc-index-score { background: rgba(255,69,58,0.08); color: #111827; }
html.light .lc-index-community { background: rgba(255,138,76,0.09); color: #111827; }
html.light .lc-index-compare-tray,
html.light .lc-index-compare-dialog { background: #fff; color: #111827; }
html.light .lc-index-compare-tray > div:first-child strong,
html.light .lc-index-compare-dialog__head h2,
html.light .lc-index-compare-table thead a { color: #111827; }
html.light .lc-index-compare-table thead th { background: #f4f1ec; color: #111827; }
html.light .lc-index-compare-table td { color: #374151; }

/* Crawlable progressive snapshot. It stays available if the interactive index cannot render. */
.lc-index-fallback {
    width: min(1180px, 100%);
    margin: 36px auto 76px;
    color: #f5f5f7;
}
.lc-index-fallback__hero {
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    background: radial-gradient(circle at 8% 15%, rgba(255,69,58,0.16), transparent 38%), rgba(7,7,8,0.92);
}
.lc-index-fallback__hero h1 { margin: 12px 0 18px; font: 750 clamp(44px, 7vw, 82px)/0.94 "Space Grotesk", sans-serif; letter-spacing: -0.06em; text-transform: uppercase; }
.lc-index-fallback__hero h1 span { color: #ff453a; }
.lc-index-fallback__hero > p:last-of-type { max-width: 800px; color: #a5a5ae; font: 500 14px/1.75 "JetBrains Mono", monospace; }
.lc-index-fallback__stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; background: rgba(255,255,255,0.09); }
.lc-index-fallback__stats span { display: grid; gap: 5px; padding: 15px; background: #0a0a0b; color: #85858f; font: 650 8px/1.35 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-fallback__stats strong { color: #fff; font: 750 25px/1 "Space Grotesk", sans-serif; letter-spacing: -0.04em; text-transform: none; }
.lc-index-fallback__nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lc-index-fallback__nav a { padding: 8px 10px; border: 1px solid rgba(255,255,255,0.11); border-radius: 7px; color: #c8c8cf; font: 700 8px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-fallback__nav a:hover { border-color: rgba(255,69,58,0.5); color: #fff; }
.lc-index-fallback__section { margin-top: 28px; padding: 24px; border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; background: rgba(7,7,8,0.88); }
.lc-index-fallback__section h2 { margin: 7px 0 8px; font: 750 28px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-index-fallback__section > div:first-child > p { max-width: 820px; color: #85858f; font: 500 10px/1.65 "JetBrains Mono", monospace; }
.lc-index-fallback__table-wrap { margin-top: 18px; overflow-x: auto; }
.lc-index-fallback table { width: 100%; min-width: 920px; border-collapse: collapse; }
.lc-index-fallback th, .lc-index-fallback td { padding: 11px 9px; border-bottom: 1px solid rgba(255,255,255,0.075); text-align: left; }
.lc-index-fallback th { color: #71717a; font: 700 8px/1.2 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-fallback td { color: #c6c6cd; font: 550 9px/1.35 "JetBrains Mono", monospace; }
.lc-index-fallback td a { display: grid; gap: 3px; color: #fff; }
.lc-index-fallback td a strong { font: 700 11px/1.25 "Space Grotesk", sans-serif; }
.lc-index-fallback td a span { color: #777781; font-size: 8px; text-transform: uppercase; }
.lc-index-fallback__speech { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.lc-index-fallback__speech li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: center; padding: 11px; border: 1px solid rgba(255,255,255,0.08); border-radius: 9px; }
.lc-index-fallback__speech li > span { color: #62626b; font: 700 9px/1 "JetBrains Mono", monospace; }
.lc-index-fallback__speech a { display: grid; min-width: 0; gap: 4px; color: #fff; }
.lc-index-fallback__speech strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 11px/1.2 "Space Grotesk", sans-serif; }
.lc-index-fallback__speech small { color: #777781; font: 550 8px/1.4 "JetBrains Mono", monospace; }
.lc-index-fallback__multimodal { display: grid; gap: 28px; }
.lc-index-fallback__multi-category { scroll-margin-top: 92px; }
.lc-index-fallback__multi-category > header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 11px; }
.lc-index-fallback__multi-category h3 { margin-top: 5px; color: #fff; font: 750 21px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-index-fallback__multi-category > header > a { color: #ff6d64; font: 700 8px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-fallback__multi-category > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lc-index-fallback__multi-category > div > a { display: grid; min-width: 0; gap: 5px; padding: 12px; border: 1px solid rgba(255,255,255,0.08); border-radius: 9px; background: rgba(255,255,255,0.018); }
.lc-index-fallback__multi-category > div > a:hover { border-color: rgba(255,69,58,0.45); }
.lc-index-fallback__multi-category strong { overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font: 700 12px/1.2 "Space Grotesk", sans-serif; }
.lc-index-fallback__multi-category span { color: #ff746a; font: 700 7.5px/1.2 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-fallback__multi-category small { display: -webkit-box; overflow: hidden; color: #777781; font: 500 8px/1.45 "JetBrains Mono", monospace; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.lc-index-fallback__enhance { margin-top: 18px; padding: 14px 16px; border-left: 2px solid #ff453a; background: rgba(255,69,58,0.055); color: #8d8d96; font: 500 9px/1.65 "JetBrains Mono", monospace; }
.lc-index-fallback__enhance strong { color: #d9d9df; }

/* Always-visible methodology and answer layer for humans and answer engines. */
.lc-index-guide {
    width: min(1180px, 100%);
    margin: 72px auto 34px;
    scroll-margin-top: 96px;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,69,58,0.055), rgba(8,8,9,0.96) 28%, rgba(8,8,9,0.98));
}
.lc-index-guide__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr); gap: 30px; align-items: end; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.lc-index-guide__head h2 { max-width: 680px; margin-top: 8px; color: #fff; font: 750 clamp(29px, 4vw, 48px)/0.98 "Space Grotesk", sans-serif; letter-spacing: -0.045em; text-transform: uppercase; }
.lc-index-guide__head > p { color: #8d8d96; font: 500 10px/1.7 "JetBrains Mono", monospace; }
.lc-index-guide__head time { color: #ff6d64; }
.lc-index-guide__ram, .lc-index-guide__method, .lc-index-guide__benchmarks, .lc-index-guide__faq { padding-top: 34px; }
.lc-index-guide__section-title { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 16px; }
.lc-index-guide__section-title h3 { color: #fff; font: 750 24px/1 "Space Grotesk", sans-serif; text-transform: uppercase; }
.lc-index-guide__section-title p { max-width: 560px; color: #85858f; font: 500 9px/1.55 "JetBrains Mono", monospace; }
.lc-index-guide__ram-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.lc-index-guide__ram-grid article { padding: 15px; border: 1px solid rgba(255,255,255,0.085); border-radius: 10px; background: rgba(255,255,255,0.022); }
.lc-index-guide__ram-grid h3 { margin: 7px 0 13px; color: #fff; font: 700 13px/1.25 "Space Grotesk", sans-serif; }
.lc-index-guide__ram-grid ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lc-index-guide__ram-grid li { display: grid; gap: 2px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.lc-index-guide__ram-grid li a { overflow: hidden; color: #e8e8ec; text-overflow: ellipsis; white-space: nowrap; font: 650 9px/1.3 "JetBrains Mono", monospace; }
.lc-index-guide__ram-grid li span { color: #6f6f78; font: 550 7.5px/1.3 "JetBrains Mono", monospace; }
.lc-index-guide__ram-grid article > a { display: inline-flex; margin-top: 12px; color: #ff6d64; font: 700 8px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-guide__method-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.lc-index-guide__method-grid article { position: relative; min-height: 180px; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,0.085); border-radius: 10px; background: #0b0b0c; }
.lc-index-guide__method-grid article > span { position: absolute; right: 10px; top: -12px; color: rgba(255,69,58,0.08); font: 800 82px/1 "Space Grotesk", sans-serif; }
.lc-index-guide__method-grid h4 { position: relative; color: #fff; font: 750 16px/1.2 "Space Grotesk", sans-serif; }
.lc-index-guide__method-grid p { position: relative; margin-top: 12px; color: #8e8e97; font: 500 9px/1.65 "JetBrains Mono", monospace; }
.lc-index-guide__method-grid article > a { position: relative; display: inline-flex; margin-top: 12px; color: #ff6d64; font: 700 8px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-guide__benchmarks { scroll-margin-top: 96px; }
.lc-index-guide__benchmark-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.lc-index-guide__benchmark-grid > a { display: flex; min-height: 190px; flex-direction: column; padding: 17px; border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; background: linear-gradient(145deg, rgba(255,69,58,0.065), rgba(11,11,12,0.98) 42%); transition: 140ms ease; }
.lc-index-guide__benchmark-grid > a:hover { border-color: rgba(255,69,58,0.52); transform: translateY(-2px); }
.lc-index-guide__benchmark-grid span { color: #ff6d64; font: 750 8px/1 "JetBrains Mono", monospace; letter-spacing: 0.12em; text-transform: uppercase; }
.lc-index-guide__benchmark-grid strong { margin-top: 10px; color: #fff; font: 750 16px/1.18 "Space Grotesk", sans-serif; }
.lc-index-guide__benchmark-grid small { margin-top: 12px; color: #898992; font: 500 8.5px/1.6 "JetBrains Mono", monospace; }
.lc-index-guide__benchmark-grid b { margin-top: auto; padding-top: 16px; color: #ff6d64; font: 700 8px/1.3 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-guide__benchmark-note { margin-top: 10px; padding: 14px 16px; border-left: 2px solid #ff453a; background: rgba(255,69,58,0.055); color: #898992; font: 500 8.5px/1.65 "JetBrains Mono", monospace; }
.lc-index-guide__benchmark-note strong { color: #d9d9df; }
.lc-index-guide__faq > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.lc-index-guide__faq details { padding: 15px 16px; border: 1px solid rgba(255,255,255,0.08); border-radius: 9px; background: rgba(255,255,255,0.02); }
.lc-index-guide__faq summary { cursor: pointer; color: #f3f3f5; font: 700 11px/1.4 "Space Grotesk", sans-serif; }
.lc-index-guide__faq p { margin-top: 10px; color: #898992; font: 500 9px/1.65 "JetBrains Mono", monospace; }
.lc-index-guide__paths { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08); }
.lc-index-guide__paths a { padding: 8px 10px; border: 1px solid rgba(255,255,255,0.09); border-radius: 7px; color: #aaaab2; font: 700 8px/1 "JetBrains Mono", monospace; text-transform: uppercase; }
.lc-index-guide__paths a:hover { border-color: rgba(255,69,58,0.45); color: #fff; }

@media (max-width: 900px) {
    .lc-index-fallback__stats, .lc-index-guide__ram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-index-guide__head { grid-template-columns: 1fr; }
    .lc-index-guide__method-grid, .lc-index-guide__benchmark-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-index-guide__method-grid article { min-height: 0; }
}
@media (max-width: 620px) {
    .lc-sponsor-offer-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); border-radius: 12px; }
    .lc-sponsor-offer-dialog__scroll { display: flex; max-height: calc(100vh - 16px); flex-direction: column; padding: 18px; }
    .lc-sponsor-offer-dialog__head { gap: 12px; }
    .lc-sponsor-offer-dialog__head h2 { font-size: 26px; }
    .lc-sponsor-offer-dialog__head button { min-height: 34px; padding: 0 10px; }
    .lc-sponsor-offer-dialog__head { order: 1; }
    .lc-sponsor-offer-dialog__intro { order: 2; }
    .lc-sponsor-offer-metrics { order: 3; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lc-sponsor-offer-metrics article:last-child { grid-column: 1 / -1; }
    .lc-sponsor-offer-source { order: 4; }
    .lc-sponsor-offer-checkout { order: 5; }
    .lc-sponsor-offer-benefits { order: 6; }
    .lc-sponsor-offer-disclaimer { order: 7; }
    .lc-sponsor-offer-benefits > div { grid-template-columns: 1fr; }
    .lc-sponsor-offer-metrics article { padding: 13px; }
    .lc-sponsor-offer-benefits article { min-height: 0; }
    .lc-sponsor-offer-checkout { grid-template-columns: 1fr; }
    .lc-sponsor-offer-checkout > a { width: 100%; }
    .lc-index-fallback { margin-top: 18px; }
    .lc-index-fallback__stats, .lc-index-fallback__speech, .lc-index-fallback__multi-category > div, .lc-index-guide__ram-grid, .lc-index-guide__method-grid, .lc-index-guide__benchmark-grid, .lc-index-guide__faq > div:last-child { grid-template-columns: 1fr; }
    .lc-index-fallback__section, .lc-index-guide { padding: 18px; }
    .lc-index-guide__section-title { display: grid; align-items: start; }
}
html.light .lc-index-fallback__hero,
html.light .lc-index-fallback__section,
html.light .lc-index-guide { background: rgba(255,255,255,0.96); border-color: rgba(15,23,42,0.13); color: #111827; }
html.light .lc-sponsor-offer-dialog { background: #fff; color: #111827; }
html.light .lc-sponsor-offer-dialog__head h2,
html.light .lc-sponsor-offer-benefits h3,
html.light .lc-sponsor-offer-benefits strong,
html.light .lc-sponsor-offer-metrics strong,
html.light .lc-sponsor-offer-checkout strong { color: #111827; }
html.light .lc-sponsor-offer-metrics article,
html.light .lc-sponsor-offer-benefits article { border-color: rgba(15,23,42,0.12); background: #f7f5f1; }
html.light .lc-sponsor-offer-checkout { background: rgba(255,69,58,0.055); }
html.light .lc-index-fallback__hero h1,
html.light .lc-index-fallback__section h2,
html.light .lc-index-fallback__multi-category h3,
html.light .lc-index-fallback__multi-category strong,
html.light .lc-index-fallback td a,
html.light .lc-index-guide__head h2,
html.light .lc-index-guide__section-title h3,
html.light .lc-index-guide__ram-grid h3,
html.light .lc-index-guide__method-grid h4,
html.light .lc-index-guide__benchmark-grid strong,
html.light .lc-index-guide__faq summary { color: #111827; }
html.light .lc-index-fallback__stats { background: rgba(15,23,42,0.11); }
html.light .lc-index-fallback__stats span,
html.light .lc-index-guide__method-grid article,
html.light .lc-index-guide__benchmark-grid > a { background: #f7f5f1; }
html.light .lc-index-fallback__stats strong { color: #111827; }
html.light .lc-index-multimodal-card__rating { border-color: rgba(194,65,12,0.25); background: rgba(255,138,76,0.08); }
html.light .lc-index-community--multimodal strong { color: #111827; }
html.light .lc-index-kicker,
html.light .lc-index-eyebrow,
html.light .lc-index-hero__guide-link,
html.light .lc-home-machines__head a,
html.light .lc-index-method-pill,
html.light .lc-index-row-link,
html.light .lc-index-compare-detail,
html.light .lc-index-tts-type,
html.light .lc-index-more,
html.light .lc-index-load-more,
html.light .lc-index-multimodal-card__link { color: #b4231d; }
html.light .lc-index-load-more { border-color: #cbd5e1; background: #fff; color: #334155; }
html.light .lc-index-load-more:hover,
html.light .lc-index-load-more:focus-visible { border-color: #c92f28; background: #fff1ef; color: #8f1f1b; }
html.light .lc-index-universe > header > a,
html.light .lc-home-index .lc-global-nav__link--account,
html.light .lc-index-compare-actions button:last-child {
    border-color: #c92f28;
    background: #c92f28;
    color: #fff;
}
html.light .lc-home-machine-context { border-top-color: #e5e7eb; }
html.light .lc-home-machine-context p,
html.light .lc-home-machine-status__state { color: #64748b; }
html.light .lc-home-machine-context p strong { color: #111827; }
html.light .lc-home-machine-context button { border-color: #cbd5e1; color: #334155; background: #fff; }
html.light .lc-index-fallback__hero > p:last-of-type,
html.light .lc-index-fallback__section > div:first-child > p,
html.light .lc-index-fallback td,
html.light .lc-index-fallback__speech small,
html.light .lc-index-fallback__multi-category small,
html.light .lc-index-fallback__enhance,
html.light .lc-index-guide__head > p,
html.light .lc-index-guide__section-title p,
html.light .lc-index-guide__method-grid p,
html.light .lc-index-guide__benchmark-grid small,
html.light .lc-index-guide__benchmark-note,
html.light .lc-index-guide__faq p { color: #475569; }
html.light .lc-index-fallback__nav a,
html.light .lc-index-fallback__speech li,
html.light .lc-index-fallback__multi-category > div > a,
html.light .lc-index-guide__ram-grid article,
html.light .lc-index-guide__faq details,
html.light .lc-index-guide__paths a {
    border-color: #d7dce4;
    background: #f7f5f1;
}
html.light .lc-index-fallback td a span,
html.light .lc-index-fallback__speech li > span,
html.light .lc-index-guide__ram-grid li span { color: #64748b; }
html.light .lc-index-guide__ram-grid li { border-bottom-color: #e5e7eb; }
html.light .lc-index-guide__ram-grid li a,
html.light .lc-index-fallback__enhance strong,
html.light .lc-index-guide__benchmark-note strong { color: #111827; }
html.light .lc-index-fallback__nav a,
html.light .lc-index-guide__paths a { color: #334155; }
html.light .lc-index-fallback__multi-category > header > a,
html.light .lc-index-fallback__multi-category span,
html.light .lc-index-guide__head time,
html.light .lc-index-guide__ram-grid article > a,
html.light .lc-index-guide__method-grid article > a,
html.light .lc-index-guide__benchmark-grid span,
html.light .lc-index-guide__benchmark-grid b { color: #b4231d; }
html.light .lc-index-guide__head,
html.light .lc-index-guide__paths { border-color: #d7dce4; }

/* Option 2: editorial hero and signal grid inspired by spacious product sites. */
.lc-index-directory {
    display: block;
    row-gap: 24px;
}
.lc-index-directory > :not(.lc-index-hero):not(.lc-index-facts) {
    grid-column: 1 / -1;
    min-width: 0;
}
.lc-index-hero {
    display: flex;
    align-items: center;
    min-height: 0;
    padding-bottom: 0;
    overflow: visible;
    border-bottom: 0;
    text-align: center;
}
.lc-index-hero::after {
    display: none;
}
.lc-index-hero__copy {
    max-width: 900px;
    margin: 0 auto;
    padding: 54px 18px 58px;
}
.lc-index-hero h1 {
    font-family: "Inter", "Space Grotesk", sans-serif;
    font-size: clamp(3.6rem, 7.3vw, 7.4rem);
    font-weight: 800;
    letter-spacing: -0.075em;
    white-space: normal;
    line-height: .94;
    text-transform: none;
}
.lc-index-hero h1 span { display: block; color: #ff453a; }
.lc-index-hero h1 span b { color: #f5f5f7; font: inherit; }
.lc-index-hero h1 small {
    display: block;
    margin-top: 10px;
    color: #f5f5f7;
    font-size: .4em;
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -0.055em;
}
.lc-index-hero__copy > p:not(.lc-index-kicker) {
    max-width: 780px;
    margin: 30px auto 0;
    color: #b4b4bd;
    font-family: "Inter", "Space Grotesk", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.025em;
}
.lc-index-hero__actions { justify-content: center; margin-top: 28px; }
.lc-index-hero__actions a { min-height: 48px; padding: 0 20px; }
.lc-index-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: start;
    gap: 12px;
    margin: 14px 0 0;
}
.lc-index-fact {
    display: flex;
    min-height: 160px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.lc-index-universe { margin-top: 0; }
.lc-sponsor-slot { min-height: 210px; }

/* Keep dense catalogue content readable at real desktop scale in both themes. */
.lc-index-hero__copy > p:not(.lc-index-kicker) { font-size: 13px; }
.lc-index-hero__guide-link { font-size: 11px; }
.lc-index-fact p { font-size: 12px; }
.lc-index-fact__label--detail { font-size: 10.5px; }
.lc-index-universe__copy { font-size: 12px; }
.lc-home-machines__head span { font-size: 11px; }
.lc-home-machines__head strong { font-size: 12px; }
.lc-home-machine-card__copy strong { font-size: 12.5px; }
.lc-home-machine-card__copy span { font-size: 11.5px; }
.lc-home-machine-card__selected,
.lc-home-machine-card__primary { min-height: 20px; font-size: 8px; }
.lc-home-machine-context p { font-size: 12px; }
.lc-home-machine-context button { font-size: 9.5px; }
.lc-index-universe nav span { font-size: 11.5px; }
.lc-index-control-label > span { font-size: 11px; line-height: 1.25; }
.lc-index-machine-note { font-size: 11px; }
.lc-index-tts-signals { font-size: 10px; }
.lc-index-multimodal-card > p { font-size: 12px; }
.lc-index-multimodal-card dt { font-size: 10px; }
.lc-index-multimodal-card dd { font-size: 11px; }
.lc-index-table th { font-size: 10.5px; }
.lc-index-table td { font-size: 12px; }
.lc-index-compare-toggle { font-size: 9.5px; }
.lc-sponsor-slot__label { font-size: 11px; }
.lc-sponsor-slot p { font-size: 11px; }
.lc-sponsor-slot__size { font-size: 10.5px; }
.lc-sponsor-slot__cta { font-size: 10.5px; }
.lc-sponsor-offer-inline small { font-size: 11px; }
.lc-sponsor-offer-inline > span:last-child { font-size: 11px; }

html.dark .lc-sponsor-slot {
    border-color: #5a3432;
    background: rgba(18,18,20,0.88);
}
html.dark .lc-sponsor-slot__label { color: #ff817a; }
html.dark .lc-sponsor-slot p { color: #c6c6ce; }
html.dark .lc-sponsor-slot__size { color: #f1f1f3; }
html.dark .lc-sponsor-slot--active p { color: #c6c6ce; }
html.dark .lc-index-fact p,
html.dark .lc-index-universe__copy,
html.dark .lc-home-machines__head span,
html.dark .lc-home-machine-context p,
html.dark .lc-index-universe nav span,
html.dark .lc-index-section-head p,
html.dark .lc-index-section-meta p,
html.dark .lc-index-machine-note,
html.dark .lc-index-tts-meta,
html.dark .lc-index-tts-signals,
html.dark .lc-index-multimodal-card__top,
html.dark .lc-index-multimodal-card > p,
html.dark .lc-index-method-note { color: #b9b9c2; }
html.dark .lc-home-machine-card__copy span,
html.dark .lc-index-table td,
html.dark .lc-index-table th { color: #b9b9c2; }
html.dark .lc-index-control-label > span { color: #c6c6ce; }
html.dark .lc-index-multimodal-card dt { color: #b9b9c2; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    #scroll-to-top,
    #scroll-to-top svg { transition: none !important; }
    #scroll-to-top,
    #scroll-to-top.visible,
    #scroll-to-top:hover,
    #scroll-to-top:active,
    #scroll-to-top:hover svg { transform: none !important; }
}

/* Light-mode legibility and layout hardening. */
html.light .lc-index-hero {
    min-height: 0;
    padding-bottom: 0;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}
html.light .lc-index-hero__copy {
    max-width: none;
    padding-bottom: 8px;
}
html.light .lc-index-hero__copy > p:not(.lc-index-kicker) {
    color: #475569;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.35;
}
html.light .lc-index-hero h1 small { color: #111827; }
html.light .lc-index-hero h1 span b { color: #111827; }
html.light .lc-index-hero__guide-link { font-size: 11px; }
html.light .lc-index-hero__actions a { border-color: #cbd5e1; background: #fff; color: #334155; }
html.light .lc-index-hero__actions a:hover,
html.light .lc-index-hero__actions a:focus-visible { border-color: #c92f28; background: #fff1ef; color: #8f1f1b; }
html.light .lc-index-hero__actions a.is-primary { border-color: #c92f28; background: #c92f28; color: #fff; }
html.light .lc-index-hero__guide-link:hover,
html.light .lc-index-hero__guide-link:focus-visible,
html.light .lc-index-fallback__nav a:hover,
html.light .lc-index-fallback__nav a:focus-visible,
html.light .lc-index-guide__paths a:hover,
html.light .lc-index-guide__paths a:focus-visible {
    color: #8f1f1b;
    border-color: #c92f28;
    background: #fff1ef;
}

html.light .lc-index-fact p,
html.light .lc-index-universe__copy,
html.light .lc-home-machines__head span,
html.light .lc-home-machine-context p,
html.light .lc-index-universe nav span,
html.light .lc-index-section-head p,
html.light .lc-index-section-meta p,
html.light .lc-index-machine-note,
html.light .lc-index-tts-meta,
html.light .lc-index-tts-signals,
html.light .lc-index-multimodal-card__top,
html.light .lc-index-multimodal-card > p,
html.light .lc-index-method-note {
    color: #475569;
}
html.light .lc-index-fact p { font-size: 12px; }
html.light .lc-index-fact__label--detail { color: #334155; font-size: 10.5px; }
html.light .lc-index-universe__copy { font-size: 12px; }
html.light .lc-home-machines__head span { font-size: 11px; }
html.light .lc-home-machine-card__copy span { font-size: 11.5px; }
html.light .lc-home-machine-context p { font-size: 12px; }
html.light .lc-index-universe nav span { font-size: 11.5px; }
html.light .lc-index-control-label > span { color: #475569; font-size: 10px; }
html.light .lc-index-machine-note { font-size: 11px; }
html.light .lc-index-tts-signals { font-size: 10px; }
html.light .lc-index-multimodal-card > p { font-size: 12px; }
html.light .lc-index-multimodal-card dt { color: #64748b; font-size: 10px; }
html.light .lc-index-multimodal-card dd { color: #334155; font-size: 11px; }
html.light .lc-index-multimodal-card__tasks span { color: #475569; }
html.light .lc-index-method-note strong { color: #111827; }

html.light .lc-index-table th { color: #4b5563; }
html.light .lc-index-table th[aria-sort="ascending"] .lc-index-sort-button,
html.light .lc-index-table th[aria-sort="descending"] .lc-index-sort-button,
html.light .lc-index-table th[aria-sort="ascending"] .lc-index-sort-indicator,
html.light .lc-index-table th[aria-sort="descending"] .lc-index-sort-indicator { color: #b4231d; }
html.light .lc-index-table td { color: #334155; }
html.light .lc-index-rank,
html.light .lc-index-model-family,
html.light .lc-index-tts-rank { color: #64748b !important; }
html.light .lc-index-score small { color: #b4231d; }
html.light .lc-index-community strong { color: #9a3412; }
html.light .lc-index-community small { color: #475569; }
html.light .lc-index-community.is-empty strong,
html.light .lc-index-community.is-loading strong { color: #64748b; }
html.light .lc-index-fit.is-fits { border-color: rgba(22,101,52,0.28); background: #dcfce7; color: #166534; }
html.light .lc-index-fit.is-tight { border-color: rgba(146,64,14,0.28); background: #fef3c7; color: #92400e; }
html.light .lc-index-fit.is-too-large { border-color: rgba(180,35,29,0.28); background: #fee2e2; color: #b4231d; }
html.light .lc-index-compare-toggle { border-color: #cbd5e1; background: #fff; color: #334155; }
html.light .lc-index-compare-toggle:hover,
html.light .lc-index-compare-toggle:focus-visible { border-color: #c92f28; background: #fff1ef; color: #8f1f1b; }

html.light .lc-sponsor-slot {
    border-color: #d58b84;
    background: #fff7f5;
    color: #111827;
    box-shadow: 0 10px 28px rgba(15,23,42,0.055);
}
html.light .lc-sponsor-slot__label { color: #9f1d18; font-size: 11px; }
html.light .lc-sponsor-slot p { color: #334155; font-size: 11px; }
html.light .lc-sponsor-slot__size { color: #111827; font-size: 10.5px; }
html.light .lc-sponsor-slot:hover,
html.light .lc-sponsor-slot:focus-visible {
    border-color: #c92f28;
    background: #fff1ef;
}
html.light .lc-sponsor-slot--active {
    border-color: rgba(201,47,40,0.42);
    background: #fff;
}
html.light .lc-sponsor-slot__logo { border-color: #d7dce4; }
html.light .lc-sponsor-slot__name { color: #111827; }
html.light .lc-sponsor-slot--active p { color: #475569; }
html.light .lc-sponsor-slot__cta { color: #9f1d18; }

html.light .lc-sponsor-offer-inline {
    border-color: #d58b84;
    background: #fff7f5;
    color: #111827;
    box-shadow: 0 10px 28px rgba(15,23,42,0.045);
}
html.light .lc-sponsor-offer-inline small { color: #475569; font-size: 11px; }
html.light .lc-sponsor-offer-inline > span:last-child { color: #9f1d18; font-size: 11px; }
html.light .lc-sponsor-offer-inline:hover,
html.light .lc-sponsor-offer-inline:focus-visible {
    border-color: #c92f28;
    background: #fff1ef;
}

html.light .lc-sponsor-offer-dialog__head button,
html.light .lc-index-compare-dialog__head button {
    border-color: #cbd5e1;
    background: #fff;
    color: #334155;
}
html.light .lc-sponsor-offer-dialog__head button:hover,
html.light .lc-sponsor-offer-dialog__head button:focus-visible,
html.light .lc-index-compare-dialog__head button:hover,
html.light .lc-index-compare-dialog__head button:focus-visible {
    border-color: #c92f28;
    background: #fff1ef;
    color: #8f1f1b;
}
html.light .lc-sponsor-offer-dialog__intro,
html.light .lc-sponsor-offer-metrics small,
html.light .lc-sponsor-offer-source,
html.light .lc-sponsor-offer-benefits p,
html.light .lc-sponsor-offer-checkout p,
html.light .lc-sponsor-offer-disclaimer { color: #475569; }
html.light .lc-sponsor-offer-metrics span,
html.light .lc-sponsor-offer-benefits h3 { color: #111827; }
html.light .lc-sponsor-offer-source strong,
html.light .lc-sponsor-offer-checkout strong small,
html.light .lc-sponsor-offer-disclaimer a { color: #334155; }
html.light .lc-sponsor-offer-metrics article:last-child strong,
html.light .lc-sponsor-offer-checkout > div > span { color: #9f1d18; }

html.light .lc-sponsor-slot:focus-visible,
html.light .lc-sponsor-offer-inline:focus-visible,
html.light .lc-sponsor-offer-dialog__head button:focus-visible,
html.light .lc-index-compare-dialog__head button:focus-visible,
html.light .lc-index-universe nav a:focus-visible,
html.light .lc-index-compare-toggle:focus-visible {
    outline: 2px solid #b4231d;
    outline-offset: 3px;
}

@media (max-width: 780px) {
    .lc-index-directory { grid-template-columns: minmax(0, 1fr); row-gap: 16px; }
    .lc-index-hero,
    .lc-index-facts,
    .lc-index-directory > :not(.lc-index-hero):not(.lc-index-facts) { grid-column: 1; }
    .lc-index-hero,
    html.light .lc-index-hero { display: block; margin-bottom: 32px; padding-bottom: 0; text-align: center; }
    .lc-index-hero__copy,
    html.light .lc-index-hero__copy { max-width: 720px; margin: 0 auto; padding: 34px 10px 38px; }
    .lc-index-hero h1 { font-size: clamp(3rem, 14vw, 4.2rem); line-height: .94; }
    .lc-index-hero h1 small { margin-top: 8px; font-size: .45em; }
    .lc-index-hero__copy > p:not(.lc-index-kicker) { font-size: 1.18rem; line-height: 1.4; }
    html.light .lc-index-hero__copy > p:not(.lc-index-kicker) { font-size: 1.18rem; line-height: 1.4; }
    .lc-index-hero__copy > p:not(.lc-index-kicker) { margin-right: auto; margin-left: auto; }
    .lc-index-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .lc-index-fact { min-height: 122px; padding: 14px; }
    .lc-index-fact__number { font-size: clamp(1.7rem, 8vw, 2.25rem); }
    .lc-index-fact__label { font-size: 10px; }
    .lc-index-fact p { font-size: 10.5px; }
    .lc-index-hero__actions { justify-content: center; }
    .lc-index-hero__actions a { min-height: 44px; flex: 1 1 150px; }
    .lc-index-load-more { width: 100%; min-height: 44px; }
    .lc-home-machine-card { min-height: 96px; grid-template-columns: 60px minmax(0, 1fr); }
    .lc-home-machine-card__visual { width: 60px; height: 60px; }
    html.light .lc-sponsor-offer-inline { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (min-width: 781px) and (max-width: 960px) {
    .lc-index-directory { grid-template-columns: minmax(0, 1fr); row-gap: 18px; }
    .lc-index-hero,
    .lc-index-facts,
    .lc-index-directory > :not(.lc-index-hero):not(.lc-index-facts) { grid-column: 1; }
    .lc-index-hero,
    html.light .lc-index-hero { display: block; padding-bottom: 0; text-align: center; }
    .lc-index-hero__copy,
    html.light .lc-index-hero__copy { max-width: 760px; margin: 0 auto; }
    .lc-index-hero__copy > p:not(.lc-index-kicker) { margin-right: auto; margin-left: auto; }
}
