:root{--bg:#eef3fb;--bg-strong:#dde6f4;--card:rgba(255,255,255,0.62);--card-strong:rgba(255,255,255,0.82);--ink:#0f1728;--muted:#61708a;--accent:#2775ff;--accent-soft:#6ba5ff;--olive:#0f5f8f;--gold:#7aa9ff;--benchmark-chip-bg:rgba(39,117,255,0.1);--benchmark-chip-ink:var(--accent-strong,#1854c8);--benchmark-stat-bg:rgba(39,117,255,0.055);--benchmark-meter-track:rgba(33,52,83,0.08);--benchmark-meter-primary-start:#2a75ff;--benchmark-meter-primary-end:#8ab8ff;--benchmark-meter-yes-start:rgba(18,168,121,0.75);--benchmark-meter-yes-end:rgba(35,191,137,0.96);--benchmark-meter-no-start:rgba(217,74,90,0.72);--benchmark-meter-no-end:rgba(232,95,109,0.92);--benchmark-donut-yes:var(--accent);--benchmark-donut-no:rgba(217,74,90,0.9);--line:rgba(84,104,132,0.15);--shadow:0 22px 64px rgba(41,59,96,0.12);--page-bg:radial-gradient(circle at 12% 14%,rgba(107,165,255,0.3),transparent 22%),radial-gradient(circle at 86% 20%,rgba(39,117,255,0.14),transparent 18%),radial-gradient(circle at 50% 100%,rgba(255,255,255,0.9),transparent 30%),linear-gradient(180deg,#f7faff,#edf3fb 40%,#eaf0f9);--site-grid:linear-gradient(rgba(95,117,145,0.035) 1px,transparent 0),linear-gradient(90deg,rgba(95,117,145,0.035) 1px,transparent 0);--surface-nav:rgba(255,255,255,0.56);--surface-nav-hover:rgba(255,255,255,0.5);--surface-nav-active:rgba(255,255,255,0.72);--surface-nav-active-border:rgba(84,104,132,0.16);--surface-nav-active-shadow:inset 0 1px 0 rgba(255,255,255,0.55);--surface-footer:linear-gradient(135deg,rgba(255,255,255,0.82),rgba(241,246,255,0.78)),radial-gradient(circle at bottom right,rgba(39,117,255,0.08),transparent 28%);--surface-detail-hero:linear-gradient(145deg,rgba(255,255,255,0.72),rgba(242,247,255,0.62)),radial-gradient(circle at top right,rgba(39,117,255,0.08),transparent 28%);--surface-detail-nav:rgba(255,255,255,0.82);--surface-detail-nav-hover:rgba(255,255,255,0.92);--surface-hero:linear-gradient(135deg,rgba(255,255,255,0.82),rgba(243,248,255,0.62)),radial-gradient(circle at bottom right,rgba(39,117,255,0.14),transparent 28%);--surface-hero-orb:radial-gradient(circle,rgba(39,117,255,0.2),transparent 66%);--surface-brand-lockup:linear-gradient(180deg,rgba(255,255,255,0.86),rgba(242,247,255,0.68));--surface-brand-mark:rgba(255,255,255,0.76);--surface-button:rgba(255,255,255,0.7);--surface-button-primary:linear-gradient(135deg,#136dff,#68a8ff);--surface-media:rgba(255,255,255,0.62);--surface-model-badge:rgba(255,255,255,0.72);--surface-artifact-chip:rgba(15,23,40,0.64);--surface-artifact-chip-ink:rgba(248,251,255,0.94);--surface-artifact-panel-bg:rgba(247,250,255,0.98);--surface-artifact-panel:linear-gradient(145deg,rgba(255,255,255,0.96),rgba(244,248,255,0.94)),radial-gradient(circle at top right,rgba(39,117,255,0.08),transparent 26%);--surface-artifact-media:rgba(255,255,255,0.995);--surface-artifact-frame:rgba(255,255,255,0.84);--surface-feature-tile:rgba(255,255,255,0.76);--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--content-width:min(1380px,calc(100vw - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light}body{margin:0;min-height:100vh;color:var(--ink);background:var(--page-bg);font-family:var(--font-body),sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-bg{position:fixed;inset:0;pointer-events:none;background-image:var(--site-grid);background-size:36px 36px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.52),transparent 94%);mask-image:linear-gradient(180deg,rgba(0,0,0,.52),transparent 94%)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;width:var(--content-width);margin:0 auto 10px;padding:18px 0 8px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header-actions{display:flex;align-items:center;gap:10px}.wordmark{display:inline-flex;align-items:center;gap:14px;cursor:pointer;font-family:var(--font-display),serif;font-size:1.2rem;font-weight:600;letter-spacing:-.04em;transition:transform .18s ease,opacity .18s ease,filter .18s ease}.wordmark:hover{transform:translateY(-2px) scale(1.01);filter:saturate(1.04)}.wordmark:hover .wordmark-mark{box-shadow:0 16px 34px rgba(41,59,96,.16);transform:translateY(-1px) rotate(-2deg)}.wordmark-mark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;overflow:hidden;box-shadow:0 10px 22px rgba(41,59,96,.08);transition:transform .18s ease,box-shadow .18s ease}.wordmark-mark img{width:100%;height:100%;object-fit:cover}.wordmark-copy{display:block}.wordmark-domain{line-height:1}.site-nav{display:flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-nav);box-shadow:0 12px 34px rgba(41,59,96,.08);-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%)}.site-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border:1px solid transparent;border-radius:999px;color:var(--muted);font-size:.82rem;font-weight:700;line-height:1;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.site-nav a:hover{color:var(--ink);background:var(--surface-nav-hover)}.site-nav .site-nav-link.is-active{color:var(--ink);border-color:var(--surface-nav-active-border);background:var(--surface-nav-active);box-shadow:var(--surface-nav-active-shadow)}.site-nav .site-nav-link-primary{box-shadow:0 8px 18px rgba(39,117,255,.22)}.site-nav .site-nav-link-primary,.site-nav .site-nav-link-primary.is-active,.site-nav .site-nav-link-primary:hover{color:#f8fbff;background:var(--surface-button-primary)}.site-nav .site-nav-link-primary.is-active{border-color:transparent;box-shadow:0 8px 18px rgba(39,117,255,.22)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:72px;min-width:72px;height:42px;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface-nav);box-shadow:0 12px 34px rgba(41,59,96,.08);color:var(--muted);cursor:pointer;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease}.theme-toggle:hover{transform:translateY(-1px);border-color:rgba(39,117,255,.26)}.theme-toggle:focus-visible{outline:2px solid rgba(39,117,255,.44);outline-offset:3px}.theme-toggle-track{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;width:calc(100% - 6px);height:calc(100% - 6px);padding:0 8px}.theme-toggle-icon,.theme-toggle-thumb{display:inline-flex;align-items:center;justify-content:center}.theme-toggle-icon{z-index:1;width:16px;height:16px;justify-self:center;transition:color .18s ease,opacity .18s ease}.theme-toggle-thumb{position:absolute;top:3px;left:3px;width:30px;height:30px;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,244,255,.88)),rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 18px rgba(41,59,96,.14);color:#f59e0b;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.theme-toggle[data-theme=dark] .theme-toggle-thumb{transform:translateX(30px)}.theme-toggle[data-theme=dark] .theme-toggle-icon-moon,.theme-toggle[data-theme=light] .theme-toggle-icon-sun{color:var(--ink);opacity:1}.theme-toggle[data-theme=dark] .theme-toggle-icon-sun,.theme-toggle[data-theme=light] .theme-toggle-icon-moon{opacity:.62}.theme-toggle svg{width:16px;height:16px}main{margin:0 auto;padding-bottom:72px}.site-footer,main{width:var(--content-width)}.site-footer{margin:0 auto 28px;padding:16px 20px 14px;border:1px solid var(--line);border-radius:calc(var(--radius-lg) + 2px);background:var(--surface-footer);box-shadow:var(--shadow)}.site-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.site-footer-brand{display:grid;grid-gap:6px;gap:6px}.site-footer-brand p,.site-footer-meta p,.utility-card p,.utility-list{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}.site-footer-brand p{font-size:.82rem;line-height:1.45}.utility-card h2{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.02}.site-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.site-footer-column{display:grid;grid-gap:8px;gap:8px}.site-footer-column h3{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.site-footer-column nav{display:grid;grid-gap:6px;gap:6px}.site-footer-link,.utility-link{color:var(--ink);font-weight:700;font-size:.82rem;transition:color .18s ease,transform .18s ease}.site-footer-link:hover,.utility-link:hover{color:var(--accent)}.page-shell{display:grid;grid-gap:24px;gap:24px}.utility-page{gap:18px}.utility-hero{gap:14px}.utility-hero-copy{display:grid;grid-gap:10px;gap:10px;max-width:78ch}.utility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.utility-card{display:grid;grid-gap:10px;gap:10px;padding:18px}.utility-list{padding-left:18px}.utility-list li+li{margin-top:8px}.detail-page{position:relative}.detail-side-nav{position:fixed;top:50%;z-index:18;display:inline-flex;align-items:center;gap:10px;max-width:190px;padding:10px;border:1px solid rgba(84,104,132,.22);border-radius:16px;background:var(--surface-detail-nav);box-shadow:0 18px 38px rgba(41,59,96,.12);-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);transform:translateY(-50%);transition:transform .18s ease,border-color .18s ease,background-color .18s ease,opacity .18s ease}.detail-side-nav:hover{border-color:rgba(39,117,255,.28);background:var(--surface-detail-nav-hover)}.detail-side-nav.is-prev{left:14px}.detail-side-nav.is-next{right:14px}.detail-side-nav-thumb{position:relative;flex:0 0 52px;width:52px;height:52px;overflow:hidden;border-radius:12px;border:1px solid rgba(84,104,132,.14);box-shadow:0 10px 22px rgba(41,59,96,.08)}.detail-side-nav-arrow{flex:0 0 auto;font-size:1rem;font-weight:700;color:var(--accent)}.detail-side-nav-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.detail-side-nav-label{color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.detail-side-nav-title{overflow:hidden;font-size:.78rem;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.hero{position:relative;overflow:hidden;display:grid;grid-gap:22px;gap:22px;padding:30px;border:1px solid var(--line);border-radius:calc(var(--radius-lg) + 6px);background:var(--surface-hero);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(28px) saturate(165%);backdrop-filter:blur(28px) saturate(165%)}.hero:after{content:"";position:absolute;inset:auto -12% -36% auto;width:360px;aspect-ratio:1;border-radius:50%;background:var(--surface-hero-orb);filter:blur(26px)}.hero-grid{display:grid;grid-template-columns:1.3fr .9fr;grid-gap:20px;gap:20px;align-items:start}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.eyebrow:before{content:none;width:0;height:1px;background:currentColor}.detail-hero h1,.hero h1,.section-heading h2{margin:12px 0 14px;font-family:var(--font-display),sans-serif;font-weight:600;line-height:.95;letter-spacing:-.02em}.hero h1{max-width:12ch;font-size:clamp(2.2rem,5.1vw,4.15rem)}.hero-brand-lockup{display:grid;justify-items:center;grid-gap:10px;gap:10px;width:min(260px,100%);margin:0 auto 12px;padding:14px 18px 12px;border:1px solid rgba(84,104,132,.12);border-radius:24px;background:var(--surface-brand-lockup);box-shadow:0 16px 34px rgba(41,59,96,.08)}.hero-mascot{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;flex:0 0 auto;border-radius:24px;overflow:hidden;background:var(--surface-brand-mark);box-shadow:0 18px 40px rgba(41,59,96,.12)}.hero-mascot img{width:100%;height:100%;object-fit:cover}.hero-tagline{display:block;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.09em;line-height:1.35;text-align:center;text-transform:uppercase}.detail-copy p,.hero p,.section-copy{max-width:62ch;color:var(--muted);font-size:.96rem;line-height:1.62}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid var(--line);background:var(--surface-button);transition:transform .18s ease,border-color .18s ease;font-weight:700;box-shadow:0 10px 26px rgba(41,59,96,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.button-link:hover{transform:translateY(-2px);border-color:rgba(39,117,255,.28)}.button-link[aria-disabled=true]{opacity:.7;cursor:default;pointer-events:none}.button-link.is-primary{color:#f8fbff;background:var(--surface-button-primary);border-color:transparent}.home-page .hero{gap:18px;padding:30px}.home-page .hero-grid{grid-template-columns:1.18fr .82fr;gap:18px}.home-page .hero h1{max-width:13ch;margin-left:auto;margin-right:auto;font-size:clamp(2.3rem,5vw,4.2rem);line-height:.92;text-align:center}.home-page .hero p{max-width:76ch;font-size:.92rem;line-height:1.55}.hero-copy-stack{display:grid;grid-gap:10px;gap:10px}.hero-copy-stack p{margin:0}.development-note{max-width:58ch;margin:2px 0 0;padding-left:12px;border-left:3px solid rgba(39,117,255,.45);color:var(--ink);font-size:.82rem;line-height:1.5}.development-note em,.development-note strong{font-weight:800}.development-note.is-centered{text-align:center}.home-page .hero-copy-stack{justify-items:center;text-align:center;gap:8px}.home-page .hero-actions{gap:8px;margin-top:10px;justify-content:center}.home-page .button-link{min-height:40px;padding:0 16px;font-size:.86rem}.home-page .hero-stats{gap:12px;grid-auto-rows:122px}.home-page .hero-stats>*{margin:0;align-self:stretch}.home-page .hero-stats .stat-card{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:0;padding:12px;text-align:center;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(248,251,255,.84)),rgba(255,255,255,.82);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.home-page .hero-stats .stat-card:hover{transform:translateY(-4px);border-color:rgba(39,117,255,.24);background:linear-gradient(135deg,rgba(39,117,255,.08),rgba(255,255,255,.9)),rgba(255,255,255,.78);box-shadow:0 24px 52px rgba(41,59,96,.16)}.home-page .hero-stats .stat-card:hover .stat-value{color:var(--accent)}.home-page .stat-card-feature{grid-column:1/-1;display:grid;grid-gap:14px;gap:14px;background:linear-gradient(135deg,rgba(39,117,255,.14),rgba(255,255,255,.92)),rgba(255,255,255,.8);border-color:rgba(39,117,255,.16)}.stat-card-feature-main{display:flex;align-items:center;justify-content:space-between;gap:16px}.stat-donut{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;flex:0 0 auto;border-radius:50%}.stat-donut-core{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.stat-donut-core strong{font-size:.92rem;line-height:1}.stat-donut-core span{color:var(--muted);font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stat-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.stat-feature-grid div{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.68)}.stat-feature-grid strong{font-size:1rem;line-height:1}.stat-feature-grid span{color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stat-split-labels{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:.72rem;font-weight:700}.stat-split-track{display:flex;overflow:hidden;height:10px;border-radius:999px;background:rgba(39,117,255,.08)}.stat-split-fill{height:100%}.stat-split-fill.is-primary{background:linear-gradient(90deg,#2775ff,#6ba5ff)}.stat-split-fill.is-secondary{background:rgba(39,117,255,.22)}.home-page .callout-card,.home-page .section-card,.home-page .stat-card{padding:14px}.home-page .callout-card dt,.home-page .stat-card dt,.home-page .stat-label{margin-bottom:4px;font-size:.74rem}.home-page .stat-value{font-size:1.08rem}.home-page .stat-note{margin-top:5px;font-size:.76rem;line-height:1.34;max-width:28ch}.home-page .stat-inline-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.home-page .stat-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(39,117,255,.08);color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.home-page .hero-stats .stat-card-cta{grid-column:1/-1;background:linear-gradient(135deg,#136dff,#68a8ff);border-color:transparent;box-shadow:0 18px 38px rgba(19,109,255,.2),inset 0 1px 0 rgba(255,255,255,.2)}.home-page .stat-card-cta .stat-note,.home-page .stat-card-cta .stat-value,.home-page .stat-card-cta dt{color:#f8fbff}.home-page .home-survey-card .stat-note{max-width:none;width:100%;font-size:.82rem;line-height:1.45}.home-page .hero-stats .stat-card-cta:hover{border-color:transparent;background:linear-gradient(135deg,#0f62ea,#5f9dfb);box-shadow:0 22px 44px rgba(19,109,255,.24),inset 0 1px 0 rgba(255,255,255,.24)}.home-page .hero-stats .stat-card-cta:hover .stat-value{color:#f8fbff}.home-page .stat-card-link{display:grid;grid-column:1/-1;align-content:start;background:linear-gradient(135deg,rgba(39,117,255,.2),rgba(255,255,255,.92)),rgba(255,255,255,.82);border-color:rgba(39,117,255,.24);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.home-page .hero-stats .stat-card-link:hover{transform:translateY(-2px);border-color:rgba(234,179,8,.34);background:linear-gradient(135deg,rgba(250,204,21,.2),rgba(255,255,255,.92)),rgba(255,255,255,.84);box-shadow:0 18px 44px rgba(138,103,8,.16)}.home-page .stat-card-link .stat-value{color:var(--accent)}.home-page .hero-stats .stat-card-link:hover .stat-value{color:#b77908}.home-page .section-heading{margin-bottom:14px}.home-page .section-heading-centered{text-align:center}.home-page .section-heading-centered .hero-actions{justify-content:center}.home-page .section-heading-centered .section-copy{margin-left:auto;margin-right:auto}.home-page .section-heading h2{font-size:clamp(1.24rem,1.65vw,1.58rem)}.home-page .section-copy{font-size:.9rem;line-height:1.52}.home-page .section-card-summary{display:grid;align-content:center;grid-gap:14px;gap:14px;padding:24px 22px}.home-page .section-card-summary .section-heading{margin-bottom:0}.home-page .section-card-summary .section-copy{max-width:46ch;margin:0}.home-page .section-card-summary .hero-actions{gap:10px;margin-top:2px}.home-page .section-card-centered{display:grid;align-content:center;justify-items:center;text-align:center}.home-page .section-card-centered h3{max-width:18ch}.callout-grid,.detail-stats,.hero-stats,.summary-grid{display:grid;grid-gap:14px;gap:14px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-stats{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.callout-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .callout-card{display:grid;align-content:center;justify-items:center;text-align:center}.callout-card,.comparison-card,.detail-card,.rankings-card,.section-card,.stat-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.callout-card,.detail-card,.section-card,.stat-card{padding:16px}.callout-card dt,.detail-list dt,.metric-grid dt,.stat-card dt,.stat-label{margin-bottom:6px;color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.callout-card dd,.detail-list dd,.metric-grid dd,.stat-card dd{margin:0}.stat-value{font-size:1.14rem;font-weight:700;letter-spacing:-.04em}.stat-value.is-model-list{font-size:.86rem;letter-spacing:0}.stat-note{display:block;margin-top:8px;color:var(--muted);line-height:1.5}.section-heading{margin-bottom:18px}.section-heading h2{font-size:clamp(1.34rem,1.9vw,1.78rem)}.detail-hero h1{font-size:clamp(1.76rem,2.5vw,2.35rem)}.comparison-card,.rankings-card{padding:16px}.table-shell{overflow-x:auto}.rankings-table{width:100%;border-collapse:collapse;table-layout:auto}.rankings-col-rank{width:84px}.rankings-col-respondent{width:30%}.rankings-col-score{width:24%}.rankings-col-ci{width:20%}.rankings-col-gap{width:12%}.rankings-table td,.rankings-table th{padding:6px 8px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.rankings-table th{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.rankings-table th.rankings-table-head-center{text-align:center}.rankings-table tbody tr.is-human{background:rgba(39,117,255,.08)}.rank-pill{display:inline-flex;align-items:center;justify-content:center;min-width:50px;min-height:24px;padding:0 7px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);font-size:.72rem;font-weight:800;letter-spacing:-.01em;white-space:nowrap}.rank-pill.is-human{color:var(--accent);background:rgba(39,117,255,.12);border-color:rgba(39,117,255,.18)}.rank-pill.is-gold{color:#8c5a00;background:linear-gradient(135deg,rgba(255,222,117,.82),rgba(255,244,186,.98));border-color:rgba(191,139,0,.22)}.rank-pill.is-silver{color:#526070;background:linear-gradient(135deg,rgba(225,232,241,.92),rgba(248,250,252,.98));border-color:rgba(123,141,163,.22)}.rank-pill.is-bronze{color:#855036;background:linear-gradient(135deg,rgba(233,190,158,.9),rgba(250,232,218,.98));border-color:rgba(156,97,66,.24)}.rank-label{display:flex;align-items:center;gap:6px;min-width:0}.rankings-table .model-badge{flex-wrap:nowrap;max-width:100%}.rankings-table .model-badge.is-compact{min-height:24px;min-width:0;max-width:100%;padding:2px 7px 2px 4px;font-size:.68rem}.rankings-table .model-badge>span:last-child{white-space:nowrap}.rankings-table .model-badge.is-compact .model-badge-icon{width:14px;height:14px;margin-right:4px}.score-cell{display:flex;align-items:center;gap:6px;min-width:0}.score-number{flex:0 0 auto;font-weight:700;font-size:.76rem;line-height:1}.rank-meta{display:grid;grid-gap:4px;gap:4px}.rank-meta.rank-meta-compact{justify-items:center}.rank-meta-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;width:-moz-fit-content;width:fit-content;padding:0 9px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.rank-meta-pill.is-high{background:rgba(27,151,108,.12);color:#127552}.rank-meta-pill.is-reference{background:rgba(234,179,8,.14);color:#a16207}.rank-meta-pill.is-medium{background:rgba(39,117,255,.1);color:var(--accent)}.rank-meta-pill.is-low{background:rgba(212,75,90,.1);color:#b33a48}.rank-meta-value{font-size:.86rem;font-weight:800;line-height:1.1;white-space:nowrap}.rank-meta-note{color:var(--muted);font-size:.72rem;line-height:1.3}.comparison-bar,.score-track{position:relative;overflow:hidden;flex:1 1 auto;min-width:0;height:10px;border-radius:999px;background:rgba(61,90,69,.1)}.score-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#2a75ff,#8ab8ff)}.models-mobile-list,.rankings-mobile-list,.survey-results-mobile-list{display:none}.models-mobile-card,.rankings-mobile-card,.survey-results-mobile-card{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.76);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px) saturate(150%);backdrop-filter:blur(18px) saturate(150%)}.rankings-mobile-card{display:grid;grid-gap:12px;gap:12px;padding:14px}.rankings-mobile-card.is-human{background:linear-gradient(135deg,rgba(39,117,255,.12),rgba(255,255,255,.88)),rgba(255,255,255,.8)}.rankings-mobile-head{display:flex;align-items:center;gap:8px;min-width:0}.rankings-mobile-score{min-width:0}.rankings-mobile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.media-frame{overflow:hidden;position:relative;min-height:320px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-media);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.media-frame.is-large{min-height:560px}.media-frame img{object-fit:cover}.section-grid{display:grid;grid-template-columns:1.18fr .82fr;grid-gap:20px;gap:20px}.question-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.question-card{overflow:hidden;display:grid;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card-strong);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.question-card:hover{transform:translateY(-4px)}.question-card-image{position:relative;min-height:162px;margin:10px 10px 0;border-radius:calc(var(--radius-lg) - 6px);overflow:hidden}.question-card-image:after,.question-card-image:before{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(255,255,255,.34);border:1px solid rgba(84,104,132,.08);box-shadow:0 10px 22px rgba(41,59,96,.08);z-index:-1}.question-card-image:before{transform:translate(8px,-8px) scale(.98);opacity:.42}.question-card-image:after{transform:translate(14px,-14px) scale(.96);opacity:.22}.question-image{object-fit:cover}.artifact-image{padding:18px;object-fit:contain}.artifact-trigger{position:relative;display:grid;grid-gap:0;gap:0;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:left}.artifact-trigger .media-frame{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.artifact-trigger:hover .media-frame{transform:translateY(-2px);border-color:rgba(39,117,255,.2)}.artifact-trigger-chip{position:absolute;right:16px;bottom:16px;z-index:2;display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--surface-artifact-chip);color:var(--surface-artifact-chip-ink);font-size:.74rem;font-weight:800;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.artifact-media-frame{min-height:560px;background:var(--surface-artifact-frame)}.artifact-media-frame img{object-fit:contain}.artifact-lightbox{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:28px}.artifact-lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(10,17,30,.84);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.artifact-lightbox-panel{position:relative;z-index:1;width:min(1320px,calc(100vw - 56px));max-height:calc(100vh - 56px);overflow:auto;display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--radius-lg) + 6px);background-color:var(--surface-artifact-panel-bg);background:var(--surface-artifact-panel);box-shadow:0 32px 80px rgba(10,17,30,.28)}.artifact-lightbox-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.artifact-lightbox-head h2{margin:6px 0 0;font-size:clamp(1.32rem,2vw,1.9rem)}.artifact-lightbox-media{position:relative;min-height:min(72vh,920px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-artifact-media);overflow:hidden}.artifact-lightbox-media img{object-fit:contain;padding:22px}.artifact-lightbox-share{display:flex;flex-wrap:wrap;gap:10px}.artifact-share-placeholder{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px dashed rgba(84,104,132,.22);border-radius:999px;background:rgba(255,255,255,.62);color:var(--muted);font:inherit;font-size:.82rem;font-weight:700}.donate-page{gap:20px}.donate-hero{gap:18px}.donate-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:18px;gap:18px;align-items:start}.donate-hero-copy,.donate-hero-rail,.donate-method-main,.donate-method-side{display:grid;grid-gap:12px;gap:12px}.donate-hero-copy h1{max-width:9ch;font-size:clamp(1.9rem,4.2vw,3.4rem)}.donate-summary-card{display:grid;grid-gap:10px;gap:10px;padding:16px}.donate-summary-card.is-emphasis{background:linear-gradient(135deg,rgba(39,117,255,.14),rgba(255,255,255,.88)),rgba(255,255,255,.72);border-color:rgba(39,117,255,.2)}.donate-summary-card h2{margin:0;font-size:clamp(1.44rem,2vw,2rem);line-height:1}.donate-method-card p,.donate-mini-card p,.donate-package-card p,.donate-side-list p,.donate-side-row span,.donate-summary-card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.48}.contact-page{gap:20px}.contact-hero{gap:18px}.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);grid-gap:18px;gap:18px;align-items:start}.contact-hero-copy,.contact-hero-rail{display:grid;grid-gap:12px;gap:12px}.contact-hero-copy h1{max-width:9ch;font-size:clamp(1.72rem,3.8vw,2.95rem)}.contact-summary-card{display:grid;grid-gap:10px;gap:10px;padding:16px}.contact-summary-card.is-emphasis{background:linear-gradient(135deg,rgba(39,117,255,.14),rgba(255,255,255,.88)),rgba(255,255,255,.72);border-color:rgba(39,117,255,.2)}.contact-summary-card h2{margin:0;font-size:clamp(1.3rem,2vw,1.86rem);line-height:1.05}.contact-summary-card p{margin:0;color:var(--muted);font-size:.85rem;line-height:1.48}.contact-email-link{font-size:inherit;overflow-wrap:anywhere}.donate-inline-link{width:-moz-fit-content;width:fit-content;color:var(--accent);font-size:.76rem;font-weight:800}.donate-inline-link:hover{text-decoration:underline}.donate-bullet-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:18px;color:var(--muted);font-size:.84rem;line-height:1.42}.donate-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;width:-moz-fit-content;width:fit-content;padding:0 10px;border-radius:999px;background:rgba(39,117,255,.1);color:var(--accent);font-size:.76rem;font-weight:800}.donate-package-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.donate-package-card{display:grid;grid-gap:8px;gap:8px;padding:14px;justify-items:center;text-align:center}.donate-method-card h3{margin:0;font-size:.94rem;line-height:1.16}.donate-package-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(39,117,255,.1);color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.donate-package-price{font-family:var(--font-display),serif;font-size:clamp(1.36rem,1.7vw,1.8rem);font-weight:700;letter-spacing:-.05em;line-height:1}.donate-package-price.is-cause{font-size:1.08rem;letter-spacing:-.02em}.donate-placeholder-button,.donate-provider-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid rgba(84,104,132,.18);border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 10px 28px rgba(41,59,96,.08);color:var(--ink);font:inherit;font-size:.84rem;font-weight:800;letter-spacing:.01em}.donate-placeholder-button[aria-disabled=true],.donate-provider-button[aria-disabled=true]{cursor:default}.donate-method-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:16px;gap:16px;align-items:stretch}.donate-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.donate-method-card{display:grid;grid-gap:12px;gap:12px;align-content:start}.donate-method-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.donate-provider-brand{display:flex;align-items:center;gap:12px;min-width:0}.donate-provider-mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 auto;padding:10px;border:1px solid rgba(84,104,132,.12);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.donate-provider-mark.is-compact{width:44px;height:44px;padding:8px;border-radius:14px}.donate-provider-mark img{width:100%;height:100%;object-fit:contain}.donate-provider-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.donate-provider-name{font-size:.92rem;font-weight:800;line-height:1.1;letter-spacing:-.02em}.donate-provider-label{color:var(--muted);font-size:.73rem;font-weight:700;line-height:1.18}.donate-provider-chip,.donate-provider-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.donate-provider-status{background:rgba(39,117,255,.1);color:var(--accent);white-space:nowrap}.donate-provider-chip-row{display:flex;flex-wrap:wrap;gap:6px}.donate-provider-chip{min-height:24px;padding:0 8px;background:rgba(15,23,40,.05);color:rgba(15,23,40,.82);font-size:.66rem;font-weight:700;letter-spacing:.01em;text-transform:none}.donate-method-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.donate-side-card{display:grid;grid-gap:12px;gap:12px}.donate-provider-stack,.donate-side-list{display:grid;grid-gap:10px;gap:10px}.donate-method-side{grid-template-rows:auto auto minmax(0,1fr);height:100%}.donate-side-row{display:grid;grid-gap:2px;gap:2px}.donate-side-row strong{font-size:.84rem}.donate-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;height:100%;align-content:stretch;grid-auto-rows:1fr}.donate-mini-card{display:grid;grid-gap:8px;gap:8px;min-height:0;height:100%;align-content:start}.donate-mini-topline{display:flex;align-items:center;gap:10px}.donate-mini-card .donate-provider-name{font-size:.84rem}.donate-mini-card .donate-provider-label{font-size:.69rem}.donate-mini-card .donate-provider-chip-row{gap:5px}.donate-mini-card .donate-provider-chip{min-height:22px;padding:0 7px;font-size:.62rem}.donate-provider-note{color:var(--muted);font-size:.74rem;font-weight:700;line-height:1.2;text-align:right}.donate-method-card.is-paypal .donate-provider-button,.donate-method-card.is-paypal .donate-provider-mark{border-color:rgba(0,48,135,.16);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,248,255,.96))}.donate-mini-card.is-paypal .donate-provider-mark{background:linear-gradient(135deg,#003087,#0070e0);border-color:transparent}.donate-method-card.is-venmo .donate-provider-button,.donate-method-card.is-venmo .donate-provider-mark{border-color:rgba(0,140,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(240,248,255,.98))}.donate-mini-card.is-venmo .donate-provider-mark{background:linear-gradient(135deg,#008cff,#45abff);border-color:transparent}.donate-method-card.is-cashapp .donate-provider-button,.donate-method-card.is-cashapp .donate-provider-mark{border-color:rgba(0,194,68,.14);background:linear-gradient(180deg,rgba(245,255,248,.98),rgba(238,255,244,.96))}.donate-mini-card.is-cashapp .donate-provider-mark{background:linear-gradient(135deg,#00c244,#16dd61);border-color:transparent}.donate-method-card.is-stripe .donate-provider-button,.donate-method-card.is-stripe .donate-provider-mark{border-color:rgba(99,91,255,.15);background:linear-gradient(180deg,rgba(249,248,255,.98),rgba(242,240,255,.98))}.donate-mini-card.is-stripe .donate-provider-mark{background:linear-gradient(135deg,#635bff,#857dff);border-color:transparent}.donate-method-card.is-coinbase .donate-provider-button,.donate-method-card.is-coinbase .donate-provider-mark{border-color:rgba(0,82,255,.14);background:linear-gradient(180deg,rgba(246,250,255,.98),rgba(239,246,255,.98))}.donate-mini-card.is-coinbase .donate-provider-mark{background:linear-gradient(135deg,#0052ff,#2d7cff);border-color:transparent}.donate-method-card.is-wallet .donate-provider-button,.donate-method-card.is-wallet .donate-provider-mark{border-color:rgba(15,23,40,.15);background:linear-gradient(180deg,rgba(249,251,255,.98),rgba(241,245,252,.98))}.donate-mini-card.is-wallet .donate-provider-mark{background:linear-gradient(135deg,#101827,#32415e);border-color:transparent}.donate-mini-card.is-paypal .donate-provider-mark img,.donate-mini-card.is-stripe .donate-provider-mark img,.donate-mini-card.is-venmo .donate-provider-mark img,.donate-mini-card.is-wallet .donate-provider-mark img{filter:brightness(0) invert(1)}.question-card-body{display:grid;grid-gap:8px;gap:8px;padding:12px}.detail-card h2,.question-card-body h3,.section-card h3{margin:0;font-size:1rem}.comment-card p,.comparison-meta,.detail-list dd,.muted-copy,.question-card-body p{color:var(--muted);line-height:1.6}.question-card-copy{display:-webkit-box;overflow:hidden;min-height:1.52em;-webkit-box-orient:vertical;-webkit-line-clamp:1}.detail-title,.question-card-title{margin:-6px 0 0;color:var(--ink);font-size:.8rem;font-weight:700;line-height:1.45}.detail-title{margin-top:-2px}.chip-row,.question-card-header{display:flex;flex-wrap:wrap;gap:8px}.chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(39,117,255,.12);color:var(--accent);font-size:.74rem;font-weight:700}.chip-subtle{background:rgba(15,95,143,.1);color:var(--olive)}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.metric-span{grid-column:1/-1}.metric-grid dd{font-weight:700}.vote-split{display:grid;grid-gap:8px;gap:8px}.vote-split-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.vote-split-header dt{margin:0}.vote-split-header dd{display:flex;gap:10px;margin:0;font-size:.82rem;font-weight:800}.vote-yes{color:#127552}.vote-no{color:#b33a48}.vote-split-track{display:flex;overflow:hidden;height:10px;border-radius:999px;background:rgba(148,163,184,.16)}.vote-split-no,.vote-split-yes{height:100%}.vote-split-yes{background:linear-gradient(90deg,#2aa774,#52c58d)}.vote-split-no{background:linear-gradient(90deg,#e5727f,#d44b5a)}.comments-grid,.comparison-list{display:grid;grid-gap:8px;gap:8px}.comparison-row{padding:7px 10px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.76);scroll-margin-top:108px}.comparison-row.is-hash-target,.comparison-row:target{border-color:rgba(42,117,255,.55);background:linear-gradient(180deg,rgba(138,184,255,.28),rgba(255,255,255,.92));box-shadow:0 0 0 3px rgba(138,184,255,.3);animation:comparison-row-flash 1.6s ease-out}.comparison-row-main{display:grid;width:100%;grid-template-columns:minmax(240px,300px) minmax(220px,1fr) minmax(72px,92px) minmax(72px,88px);align-items:center;grid-gap:10px;gap:10px}.comparison-label,.comparison-score{margin:0}.comparison-label{font-weight:700}.comparison-score{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:700;font-size:.72rem;line-height:1}.comparison-badge-row{display:flex;align-items:center;min-width:0}.comparison-badge-row .model-badge{flex-wrap:nowrap;max-width:100%}.comparison-bar-shell{display:grid;grid-gap:5px;gap:5px;min-width:0}.comparison-bar-model{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,rgba(120,157,236,.88),rgba(31,84,183,.98))}.comparison-bar-marker{position:absolute;top:-3px;bottom:-3px;width:3px;margin-left:-1.5px;border-radius:999px;background:#111827;box-shadow:0 0 0 1px rgba(255,255,255,.88)}.comparison-gap,.comparison-rank{display:grid;grid-gap:2px;gap:2px;margin:0;color:var(--muted);font-size:.7rem;line-height:1.2;white-space:nowrap}.comparison-gap{justify-self:end;text-align:right}.comparison-gap-label{letter-spacing:.03em;text-transform:uppercase}.comparison-gap-value,.comparison-rank{color:var(--ink);font-weight:800}.comparison-rank{justify-self:end;text-align:right}.comparison-note{display:flex;align-items:center;gap:12px;margin:-4px 0 0;color:var(--muted);font-size:.8rem;line-height:1.25;white-space:nowrap}.comparison-note-marker{display:inline-flex;align-items:center;gap:8px}.comparison-note-marker-line{display:inline-flex;width:3px;height:14px;border-radius:999px;background:#111827;box-shadow:0 0 0 1px rgba(255,255,255,.88)}.models-metric-link{color:var(--accent);text-decoration:none}.models-metric-link:hover{text-decoration:underline}@keyframes comparison-row-flash{0%{box-shadow:0 0 0 0 rgba(138,184,255,.6)}35%{box-shadow:0 0 0 6px rgba(138,184,255,.34)}to{box-shadow:0 0 0 3px rgba(138,184,255,.3)}}.detail-hero{display:grid;grid-gap:16px;gap:16px;padding:16px;border:1px solid var(--line);border-radius:calc(var(--radius-lg) + 4px);background:var(--surface-detail-hero);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.detail-hero-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);grid-gap:18px;gap:18px;align-items:start}.deep-dive-index-hero{gap:14px}.deep-dive-index-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr);grid-gap:14px;gap:14px;align-items:start}.deep-dive-index-copy{display:grid;grid-gap:10px;gap:10px}.deep-dive-index-kicker{max-width:none;margin:-2px 0 0;color:var(--ink);font-size:.94rem;font-weight:700;line-height:1.4;text-align:justify}.deep-dive-index-hero .deep-dive-index-copy .section-copy{max-width:none;text-align:justify;text-wrap:wrap}.deep-dive-index-sidebar{display:grid;grid-gap:10px;gap:10px;align-content:center}.benchmark-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-content:center}.benchmark-mini-card{display:grid;grid-gap:7px;gap:7px;padding:10px;min-height:0;min-width:0;align-content:start;border-color:rgba(39,117,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,250,255,.94)),var(--card)}.benchmark-mini-card-benchmark{background:radial-gradient(circle at top right,rgba(39,117,255,.12),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,249,255,.95)),var(--card);gap:8px}.benchmark-mini-card-human{background:radial-gradient(circle at top,rgba(35,191,137,.12),transparent 46%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,252,249,.95)),var(--card)}.benchmark-mini-card-model{background:radial-gradient(circle at top right,rgba(42,117,255,.13),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,249,255,.95)),var(--card)}.benchmark-mini-card-disagreement{background:radial-gradient(circle at top left,rgba(232,159,65,.12),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,250,245,.95)),var(--card)}.benchmark-mini-card-gap{background:radial-gradient(circle at top right,rgba(217,74,90,.12),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,246,248,.95)),var(--card)}.benchmark-mini-card-contested{background:radial-gradient(circle at top left,rgba(99,102,241,.12),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,248,255,.95)),var(--card)}.benchmark-mini-card .eyebrow{font-size:.58rem;line-height:1.2}.benchmark-mini-link{color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.benchmark-mini-link:hover{transform:translateY(-2px);border-color:rgba(39,117,255,.22);box-shadow:0 18px 42px rgba(11,30,61,.12)}.benchmark-mini-topline{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px;min-width:0}.benchmark-mini-topline .eyebrow{min-width:0;gap:6px;line-height:1.22;letter-spacing:.06em;text-wrap:balance}.benchmark-mini-topline .eyebrow:before{width:10px}.benchmark-mini-chip,.benchmark-mini-percent{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:20px;padding:0 6px;border-radius:999px;background:var(--benchmark-chip-bg);color:var(--benchmark-chip-ink);font-size:.64rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.benchmark-mini-statline,.benchmark-stat-pair{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;gap:5px}.benchmark-stat-pair{grid-template-columns:repeat(2,minmax(0,1fr))}.benchmark-mini-statline div,.benchmark-stat-pair div{display:grid;grid-gap:3px;gap:3px;min-width:0;align-content:start}.benchmark-mini-card .benchmark-mini-statgrid>div,.benchmark-mini-card .benchmark-mini-statline>div,.benchmark-mini-card .benchmark-stat-pair>div{padding:5px 7px;border:1px solid rgba(39,117,255,.08);border-radius:14px;background:rgba(255,255,255,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.benchmark-mini-statline strong,.benchmark-stat-pair strong{font-size:.86rem;line-height:1.02}.benchmark-mini-card p,.benchmark-mini-statline span,.benchmark-split-row span,.benchmark-stat-pair span{color:var(--muted);font-size:.63rem;line-height:1.25;overflow-wrap:normal;word-break:normal;text-wrap:pretty}.benchmark-meter{position:relative;display:flex;min-height:7px;overflow:hidden;border-radius:999px;background:var(--benchmark-meter-track)}.benchmark-meter>span{display:block;min-width:10px;border-radius:inherit;background:linear-gradient(90deg,var(--benchmark-meter-primary-start),var(--benchmark-meter-primary-end))}.benchmark-meter.is-green>span{background:linear-gradient(90deg,var(--benchmark-meter-yes-start),var(--benchmark-meter-yes-end))}.benchmark-meter.is-dual{gap:6px;background:transparent}.benchmark-meter.is-dual>span:last-child{background:linear-gradient(90deg,var(--benchmark-meter-no-start),var(--benchmark-meter-no-end))}.benchmark-donut{position:relative;inline-size:62px;block-size:62px;border-radius:50%;display:grid;place-items:center;justify-self:center}.benchmark-donut:after{content:"";position:absolute;inset:8px;border-radius:50%;background:rgba(248,251,255,.96);box-shadow:inset 0 0 0 1px rgba(74,96,128,.08)}.benchmark-donut span{position:relative;z-index:1;max-width:40px;text-align:center;color:var(--ink);font-size:.52rem;font-weight:800;line-height:1.28}.benchmark-split-stack{display:grid;grid-gap:6px;gap:6px}.benchmark-split-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.benchmark-split-row strong{font-size:.7rem}.benchmark-mini-card h3{margin:0;font-size:.87rem;line-height:1.18;min-width:0;text-wrap:balance}.benchmark-stat-pair.is-tight strong{font-size:.82rem}.benchmark-mini-statgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.benchmark-mini-card-benchmark .benchmark-mini-statgrid>div{display:grid;grid-gap:2px;gap:2px;padding:5px 7px}.benchmark-mini-card-benchmark .benchmark-mini-statgrid strong{font-size:.76rem;line-height:1;white-space:nowrap}.benchmark-mini-card-benchmark .benchmark-mini-statgrid span{font-size:.58rem;line-height:1.16}.benchmark-mini-card-human .benchmark-stat-pair>div{display:flex;align-items:baseline;justify-content:center;gap:4px}.benchmark-mini-card-human .benchmark-stat-pair span{white-space:nowrap}.benchmark-mini-donut-stack{display:grid;grid-gap:7px;gap:7px;justify-items:center;text-align:center}.benchmark-mini-donut-stack .benchmark-stat-pair{width:100%}.benchmark-compare-stack{display:grid;grid-gap:7px;gap:7px}.benchmark-compare-row{display:grid;grid-gap:4px;gap:4px}.benchmark-compare-topline{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0}.benchmark-compare-topline span{min-width:0;color:var(--muted);font-size:.62rem;line-height:1.2;text-wrap:pretty}.benchmark-compare-topline strong{font-size:.72rem;line-height:1;white-space:nowrap}.benchmark-compare-track{position:relative;overflow:hidden;min-height:7px;border-radius:999px;background:rgba(33,52,83,.08)}.benchmark-compare-track>span{display:block;min-width:10px;min-height:7px;border-radius:inherit}.benchmark-compare-row.is-human .benchmark-compare-track>span{background:linear-gradient(90deg,var(--benchmark-meter-yes-start),var(--benchmark-meter-yes-end))}.benchmark-compare-row.is-model .benchmark-compare-track>span{background:linear-gradient(90deg,var(--benchmark-meter-primary-start),var(--benchmark-meter-primary-end))}.benchmark-segmented-bar{display:flex;min-height:8px;overflow:hidden;border-radius:999px;background:rgba(33,52,83,.08)}.benchmark-segmented-bar>span{display:block;min-width:12px}.benchmark-segmented-bar>span.is-consensus{background:linear-gradient(90deg,var(--benchmark-meter-yes-start),var(--benchmark-meter-yes-end))}.benchmark-segmented-bar>span.is-middle{background:linear-gradient(90deg,rgba(64,140,255,.58),rgba(133,178,255,.8))}.benchmark-segmented-bar>span.is-contested{background:linear-gradient(90deg,rgba(232,159,65,.75),rgba(245,190,110,.92))}.benchmark-mini-card-benchmark .benchmark-split-stack,.benchmark-mini-card-contested .benchmark-stat-pair,.benchmark-mini-card-gap .benchmark-stat-pair,.benchmark-mini-card-model .benchmark-stat-pair{margin-top:auto}.benchmark-mini-card-contested .benchmark-stat-pair.is-tight,.benchmark-mini-card-gap .benchmark-stat-pair.is-tight{grid-auto-rows:1fr}.benchmark-mini-card-contested .benchmark-stat-pair.is-tight>div,.benchmark-mini-card-gap .benchmark-stat-pair.is-tight>div{min-height:44px;align-content:center}.benchmark-mini-card-contested .benchmark-stat-pair.is-tight span,.benchmark-mini-card-gap .benchmark-stat-pair.is-tight span{text-wrap:balance}.benchmark-mini-card-disagreement p,.benchmark-mini-card-human p{text-align:center}.deep-dive-feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.deep-dive-feature-tile{overflow:hidden;display:grid;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-feature-tile);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.deep-dive-feature-tile:hover{transform:translateY(-3px)}.deep-dive-feature-image{position:relative;min-height:112px}.deep-dive-feature-copy{display:grid;grid-gap:4px;gap:4px;padding:9px 10px 10px}.deep-dive-feature-copy .eyebrow{font-size:.62rem}.deep-dive-feature-copy h3,.deep-dive-feature-copy p{margin:0}.deep-dive-feature-copy h3{font-size:.88rem}.deep-dive-feature-copy p{color:var(--muted);font-size:.72rem;line-height:1.34;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deep-dive-question-grid .question-card{grid-template-rows:auto 1fr}.deep-dive-question-grid .question-card-image{min-height:0;aspect-ratio:4/3}.deep-dive-question-grid .question-card-body{grid-template-rows:auto auto auto 1fr;align-content:start}.deep-dive-question-grid .question-card-copy{min-height:calc(1.38em * 3);font-size:.78rem;line-height:1.38;-webkit-line-clamp:3}.deep-dive-question-grid .metric-grid{align-content:start}.deep-dive-question-grid .question-card-metric-cell{display:grid;align-content:start;min-height:3.5rem}.deep-dive-question-grid .question-card-metric-cell-model dd{font-size:.8rem;line-height:1.25;overflow-wrap:anywhere}.deep-dive-question-grid .question-card-metric-cell-model dd.is-compact{font-size:.74rem}.models-page{gap:18px}.models-tabs-shell{display:grid;grid-gap:16px;gap:16px;justify-items:center}.models-tab-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;width:min(100%,540px);padding:6px;border:1px solid rgba(32,54,88,.08);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 12px 28px rgba(34,48,82,.08);margin:0 auto}.models-tab-button{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:800;letter-spacing:.02em;text-align:center;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.models-tab-button:focus-visible,.models-tab-button:hover{color:var(--text)}.models-tab-button:focus-visible{outline:2px solid rgba(39,117,255,.38);outline-offset:2px}.models-tab-button.is-active{background:linear-gradient(135deg,rgba(39,117,255,.14),rgba(18,168,121,.12));color:var(--text);box-shadow:inset 0 0 0 1px rgba(39,117,255,.16)}.models-tab-panel{display:grid;grid-gap:16px;gap:16px}.models-hero{gap:16px}.models-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-gap:18px;gap:18px;align-items:start}.models-hero-copy{display:grid;grid-gap:12px;gap:12px}.models-hero-copy .hero-copy-stack{gap:8px}.models-hero-copy p{max-width:none;text-align:justify;text-wrap:pretty}.models-hero-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;width:100%;justify-self:stretch;align-self:start}.models-summary-card{display:grid;grid-gap:10px;gap:10px;min-width:0;min-height:214px;padding:14px 16px}.models-summary-card-chart .benchmark-split-stack{gap:4px}.models-summary-card-chart .benchmark-meter{min-height:7px}.models-summary-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.models-summary-topline .eyebrow{white-space:nowrap}.models-summary-card-spend .models-summary-topline{gap:6px}.models-summary-card-spend .models-summary-topline .eyebrow{font-size:.72rem;letter-spacing:.09em}.models-summary-card-spend .models-summary-chip{padding:0 5px;font-size:.62rem}.models-summary-card .benchmark-stat-pair>div:last-child{justify-items:end;text-align:right}.models-mini-chip,.models-summary-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 6px;border-radius:999px;background:rgba(39,117,255,.1);color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.models-summary-note{margin:0;font-size:.78rem;line-height:1.4}.models-hero-rail .models-summary-note{text-align:left}.models-break-header .model-badge,.models-density-head .model-badge,.models-failure-head .model-badge,.models-mini-row .model-badge,.models-summary-card .model-badge{flex-wrap:nowrap;min-width:0;max-width:100%}.models-break-header .model-badge.is-compact,.models-density-head .model-badge.is-compact,.models-failure-head .model-badge.is-compact,.models-mini-row .model-badge.is-compact,.models-summary-card .model-badge.is-compact{min-height:22px;padding:2px 6px 2px 4px;font-size:.64rem}.models-summary-card .model-badge,.models-summary-card .model-badge-link{width:100%;min-width:0}.models-break-header .model-badge>span:last-child,.models-density-head .model-badge>span:last-child,.models-failure-head .model-badge>span:last-child,.models-mini-row .model-badge>span:last-child,.models-summary-card .model-badge>span:last-child{white-space:nowrap}.models-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);grid-gap:16px;gap:16px;align-items:start}.models-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.models-pending-pill-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}html[data-theme=dark] .models-tab-list{border-color:rgba(148,163,184,.18);background:rgba(15,23,42,.84);box-shadow:0 18px 36px rgba(2,6,23,.36)}html[data-theme=dark] .models-tab-button{color:rgba(226,232,240,.72)}html[data-theme=dark] .models-tab-button:focus-visible,html[data-theme=dark] .models-tab-button:hover{color:#f8fafc}html[data-theme=dark] .models-tab-button.is-active{background:linear-gradient(135deg,rgba(96,165,250,.24),rgba(52,211,153,.18));color:#f8fafc;box-shadow:inset 0 0 0 1px rgba(147,197,253,.24)}.models-left-stack,.models-side-stack{display:grid;grid-gap:12px;gap:12px}.models-left-stack-full{grid-column:1/-1}.models-leaderboard-card,.models-rail-card{padding:14px}.models-table{width:100%;border-collapse:collapse;table-layout:auto}.models-table td,.models-table th{padding:6px 7px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.models-table tbody tr{scroll-margin-top:108px}.models-table tfoot tr{background:rgba(20,25,40,.04)}.models-table tbody tr:target{background:linear-gradient(180deg,rgba(138,184,255,.28),rgba(255,255,255,.92));box-shadow:inset 0 0 0 1px rgba(42,117,255,.38)}.models-table th{color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.models-table-sort-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.models-table-sort-button:focus-visible,.models-table-sort-button:hover{color:var(--text)}.models-table-sort-button:focus-visible{outline:2px solid rgba(39,117,255,.38);outline-offset:3px;border-radius:6px}.models-table-sort-button.is-active{color:var(--text)}.models-table-sort-indicator{position:relative;width:10px;height:14px;flex:0 0 auto;font-size:0}.models-table-sort-indicator:after,.models-table-sort-indicator:before{content:"";position:absolute;left:50%;transform:translateX(-50%);border-left:4px solid transparent;border-right:4px solid transparent;opacity:.22;transition:opacity .16s ease,transform .16s ease}.models-table-sort-indicator:before{top:0;border-bottom:5px solid}.models-table-sort-indicator:after{bottom:0;border-top:5px solid}.models-table-sort-button:focus-visible .models-table-sort-indicator:after,.models-table-sort-button:focus-visible .models-table-sort-indicator:before,.models-table-sort-button:hover .models-table-sort-indicator:after,.models-table-sort-button:hover .models-table-sort-indicator:before{opacity:.34}.models-table th[aria-sort=ascending] .models-table-sort-indicator:before{opacity:1;transform:translateX(-50%) translateY(-1px)}.models-table th[aria-sort=ascending] .models-table-sort-indicator:after,.models-table th[aria-sort=descending] .models-table-sort-indicator:before{opacity:.16}.models-table th[aria-sort=descending] .models-table-sort-indicator:after{opacity:1;transform:translateX(-50%) translateY(1px)}.models-table .model-badge{flex-wrap:nowrap;max-width:100%}.models-table .model-badge.is-compact{min-height:24px;padding:2px 7px 2px 4px;font-size:.68rem}.models-table .model-badge.is-compact .model-badge-icon{width:14px;height:14px;margin-right:4px}.models-metric-cell{display:grid;grid-gap:2px;gap:2px}.models-metric-cell-inline{display:flex;align-items:baseline;gap:6px;flex-wrap:nowrap}.models-metric-cell strong{font-size:.8rem;line-height:1.1;white-space:nowrap}.models-metric-cell span{color:var(--muted);font-size:.68rem;line-height:1.25}.models-estimate-note{color:var(--muted);font-weight:600}.models-table-total-row td{border-top:1px solid var(--line-strong,var(--line));border-bottom:0}.models-table-na{color:var(--muted);font-size:.76rem}.models-mobile-card{display:grid;grid-gap:12px;gap:12px;padding:14px}.models-mobile-head{display:flex;align-items:center;gap:8px;min-width:0}.models-mobile-rank-pill{min-width:32px;padding-left:5px;padding-right:5px;font-size:.68rem}.models-mobile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.models-mobile-link-block,.models-mobile-stat{min-width:0}.models-mobile-stat{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:10px 12px;border-radius:14px;background:rgba(39,117,255,.06)}.models-mobile-link-block span,.models-mobile-stat span{color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.models-mobile-stat strong{font-size:.84rem;line-height:1.15;white-space:nowrap}.models-mobile-links{display:grid;grid-gap:10px;gap:10px}.models-mobile-link-block{display:grid;grid-gap:4px;gap:4px}.models-mobile-link-block a,.models-mobile-link-block strong{display:inline-flex;min-width:0;overflow-wrap:anywhere}.models-table .models-metric-link{font-size:.62rem;line-height:1.1;white-space:nowrap}.model-badge-link{display:inline-flex;max-width:100%;color:inherit;text-decoration:none}.models-model-identity{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;flex-wrap:wrap}.models-model-tags{gap:4px;flex-wrap:wrap}.models-model-tag,.models-model-tags{display:inline-flex;align-items:center}.models-model-tag{justify-content:center;min-height:20px;padding:0 6px;border-radius:999px;background:rgba(84,104,132,.12);color:var(--ink);font-size:.6rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.models-model-tag.is-money{background:rgba(206,161,15,.14);color:#8a6100}.model-badge-link:hover .model-badge{border-color:rgba(39,117,255,.22);box-shadow:0 12px 24px rgba(41,59,96,.08)}.model-detail-page{display:grid;grid-gap:16px;gap:16px}.model-detail-hero,.model-detail-table-card{padding:16px}.model-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);grid-gap:18px;gap:18px;align-items:start}.model-detail-hero-copy,.model-detail-hero-rail{display:grid;grid-gap:12px;gap:12px;min-width:0}.model-detail-hero-copy{display:flex;flex-direction:column;align-self:stretch;align-items:stretch}.model-detail-award-row,.model-detail-badge-row{display:flex;align-items:center}.model-detail-meta-panel{display:grid;grid-template-columns:1fr;justify-items:start;grid-gap:4px;gap:4px;padding:7px 9px}.model-detail-meta-row{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;width:100%;min-width:0}.model-detail-meta-row-links{width:100%}.model-detail-meta-key{color:var(--muted);font-size:.64rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.model-detail-meta-values{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.model-detail-meta-values strong{display:inline-flex;align-items:center;min-height:20px;padding:0 6px;border-radius:999px;background:var(--benchmark-stat-bg);font-size:.65rem;line-height:1.05;font-weight:800;overflow-wrap:anywhere}.model-detail-meta-link-list{display:flex;flex-wrap:wrap;gap:4px}.model-detail-meta-link{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border-radius:999px;background:rgba(39,117,255,.1);color:var(--accent);font-size:.65rem;font-weight:800;letter-spacing:.02em;text-decoration:none;white-space:nowrap}.model-detail-meta-link:hover{background:rgba(39,117,255,.16);color:var(--accent-strong,#1854c8)}.model-detail-hero-footer{display:grid;grid-gap:10px;gap:10px;margin-top:auto}.model-detail-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.model-detail-stat-card{min-height:0;gap:6px;padding:10px 12px}.model-detail-stat-card .benchmark-mini-chip,.model-detail-stat-card .benchmark-mini-percent{font-size:.68rem}.model-detail-rank-award{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;padding:9px 10px;border:1px solid transparent;border-radius:16px}.model-detail-rank-award.is-gold{background:linear-gradient(135deg,rgba(255,236,166,.56),rgba(255,247,214,.9));border-color:rgba(191,139,0,.2)}.model-detail-rank-award.is-silver{background:linear-gradient(135deg,rgba(230,236,243,.74),rgba(248,250,252,.98));border-color:rgba(123,141,163,.18)}.model-detail-rank-award.is-bronze{background:linear-gradient(135deg,rgba(236,197,169,.72),rgba(250,236,225,.98));border-color:rgba(156,97,66,.18)}.model-detail-rank-award-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.72);font-size:1.55rem;line-height:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42)}.model-detail-rank-award-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.model-detail-rank-award-copy strong{font-size:.9rem;line-height:1.1}.model-detail-rank-award-copy span{color:var(--muted);font-size:.68rem;line-height:1.3}.model-detail-stat-card .benchmark-mini-statline,.model-detail-stat-card .benchmark-stat-pair{gap:6px}.model-detail-stat-card .benchmark-mini-statline div,.model-detail-stat-card .benchmark-stat-pair div{padding:5px 6px 4px;border-radius:12px;background:var(--benchmark-stat-bg)}.model-detail-stat-card .benchmark-mini-statline strong,.model-detail-stat-card .benchmark-stat-pair strong{font-size:.88rem}.model-detail-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.model-detail-feature-card{min-width:0;gap:6px;padding:10px 12px}.model-detail-feature-body{display:grid;grid-template-columns:68px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center}.model-detail-feature-thumb{position:relative;min-height:58px;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.84);box-shadow:0 12px 20px rgba(41,59,96,.08)}.model-detail-feature-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.model-detail-feature-copy h3{margin:0;font-size:.82rem;line-height:1.16;overflow-wrap:anywhere}.model-detail-feature-copy .benchmark-stat-pair strong{font-size:.76rem}.model-detail-table tbody tr{scroll-margin-top:108px}.model-detail-table{table-layout:fixed}.model-detail-col-photo{width:22%}.model-detail-col-vote{width:46%}.model-detail-col-gap{width:12%}.model-detail-col-read{width:20%}.model-detail-table td,.model-detail-table th{padding-top:10px;padding-bottom:10px}.model-detail-table th.model-detail-table-head-photo,.model-detail-table-cell-photo,.model-detail-table-head-photo{text-align:left}.model-detail-table th.model-detail-table-head-center,.model-detail-table-cell-center,.model-detail-table-head-center{text-align:center}.model-detail-table th.model-detail-table-head-vote{padding-left:24px}.model-detail-table-head-vote-copy{display:inline-grid;gap:2px;justify-items:center}.model-detail-table-head-vote-note{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.58rem;font-weight:700;letter-spacing:.03em;text-transform:none;white-space:nowrap}.model-detail-table-head-vote-marker{display:inline-block;width:3px;height:12px;border-radius:999px;background:#111827;box-shadow:0 0 0 1px rgba(255,255,255,.88)}.model-detail-photo-cell{display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;min-width:0;max-width:100%}.model-detail-photo-thumb{position:relative;display:block;min-height:40px;border:1px solid rgba(84,104,132,.12);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.84);box-shadow:0 12px 20px rgba(41,59,96,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.model-detail-photo-thumb:hover{transform:translateY(-2px);border-color:rgba(39,117,255,.24);box-shadow:0 16px 28px rgba(41,59,96,.12)}.model-detail-photo-id{color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.model-detail-photo-title{color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.2;text-decoration:none;overflow-wrap:anywhere}.model-detail-photo-title:hover{color:var(--accent-strong,#1854c8)}.model-detail-mobile-votes,.model-detail-vote-stack{display:grid;grid-gap:8px;gap:8px;min-width:0}.model-detail-vote-stack{width:min(100%,360px);margin:0 auto}.model-detail-vote-row{display:grid;grid-template-columns:168px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.model-detail-vote-label-chip{display:flex;justify-content:flex-start;min-width:0}.model-detail-vote-label-chip .model-badge{max-width:100%}.model-detail-vote-label-chip .model-badge.is-compact{min-height:22px;padding:2px 7px 2px 4px;font-size:.62rem}.model-detail-vote-label-chip .model-badge.is-compact .model-badge-icon{width:13px;height:13px;margin-right:4px}.model-detail-vote-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.model-detail-vote-stats{display:flex;align-items:center;justify-content:space-between;gap:10px}.model-detail-vote-stats strong{font-size:.7rem;line-height:1.1;white-space:nowrap}.model-detail-vote-bar{position:relative;overflow:hidden;height:8px}.model-detail-vote-segment{min-width:0}.model-detail-vote-marker{position:absolute;top:0;bottom:0;width:3px;margin-left:-1.5px;border-radius:999px;background:#111827;box-shadow:0 0 0 1px rgba(255,255,255,.88)}.model-detail-centered-metric{justify-items:center;text-align:center}.model-detail-mobile-list{display:none}.model-detail-mobile-card{gap:14px}.model-detail-mobile-top{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.model-detail-mobile-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.model-detail-mobile-copy p{margin:0;color:var(--muted);font-size:.76rem;line-height:1.4}.model-detail-mobile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model-detail-mobile-votes{grid-column:1/-1}.models-run-ledger-note{margin:12px 0 0;color:var(--muted);font-size:.76rem;line-height:1.45}.models-inline-bar-cell{display:flex;align-items:center;gap:6px;min-width:0}.models-inline-number{flex:0 0 auto;min-width:56px;font-size:.76rem;font-weight:800;line-height:1}.models-inline-bar{position:relative;flex:1 1 auto;min-width:0;overflow:hidden;height:9px;border-radius:999px;background:rgba(61,90,69,.1)}.models-inline-bar-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit}.models-inline-bar-fill.is-score{background:linear-gradient(90deg,#2a75ff,#8ab8ff)}.models-side-stack{align-content:start}.models-extreme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.models-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:10px}.models-field-card{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid rgba(84,104,132,.14);border-radius:18px;background:rgba(255,255,255,.7)}.models-field-card p{margin:0;color:var(--muted);font-size:.75rem;line-height:1.38}.models-extreme-card{display:grid;grid-gap:7px;gap:7px;padding:10px;border:1px solid rgba(84,104,132,.14);border-radius:18px;background:rgba(255,255,255,.7)}.models-extreme-card .model-badge.is-compact{justify-self:start;min-height:22px;font-size:.64rem}.models-meter-token>span{background:linear-gradient(90deg,#14b8a6,#67e8d5)}.models-meter-retry>span{background:linear-gradient(90deg,#e5727f,#d44b5a)}.models-mini-list{display:grid;grid-gap:8px;gap:8px}.models-mini-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--line)}.models-mini-row:last-child{padding-bottom:0;border-bottom:0}.models-mini-copy{display:grid;grid-gap:4px;gap:4px}.models-break-body dt,.models-mini-row dt{margin-bottom:4px;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.models-break-body dd,.models-mini-row dd{margin:0;font-size:.86rem;font-weight:800;white-space:nowrap}.models-density-list{display:grid;grid-gap:8px;gap:8px}.models-density-row{display:grid;grid-gap:6px;gap:6px;padding:9px 0 10px;border-bottom:1px solid var(--line)}.models-density-row:last-child{padding-bottom:0;border-bottom:0}.models-density-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.models-density-rank{color:var(--muted);font-size:.72rem;font-weight:800}.models-density-bars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 10px;gap:6px 10px}.models-density-bar-group{display:grid;grid-gap:4px;gap:4px;padding:7px 8px 8px;border:1px solid rgba(84,104,132,.1);border-radius:14px;background:rgba(255,255,255,.6)}.models-density-bar-group span{color:var(--muted);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.models-density-statline{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.models-density-statline strong{font-size:.72rem;line-height:1}.models-density-bar{position:relative;overflow:hidden;height:9px;border-radius:999px;background:rgba(61,90,69,.08)}.models-density-bar-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit}.models-density-bar-fill.is-gap{background:linear-gradient(90deg,#2a75ff,#8ab8ff)}.models-density-bar-fill.is-cost{background:linear-gradient(90deg,#f59e0b,#f8c46b)}.models-density-bar-fill.is-token{background:linear-gradient(90deg,#14b8a6,#67e8d5)}.models-density-bar-fill.is-retry{background:linear-gradient(90deg,#e5727f,#d44b5a)}.models-break-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.models-break-card{display:grid;grid-gap:12px;gap:12px;padding:14px}.models-break-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.models-break-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.models-break-body a{color:var(--ink)}.models-failure-card{padding:14px}.models-failure-list{display:grid;grid-gap:8px;gap:8px}.models-failure-row{display:grid;grid-template-columns:minmax(220px,280px) max-content minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--line)}.models-failure-row:last-child{padding-bottom:0;border-bottom:0}.models-failure-label{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.models-failure-result{display:flex;align-items:center;gap:6px;min-width:0}.models-failure-result .models-inline-number{min-width:48px;font-size:.72rem}.models-failure-result a,.models-failure-result span:last-child{color:var(--ink);font-size:.78rem;font-weight:700;white-space:nowrap}.detail-hero-copy{display:grid;grid-gap:12px;gap:12px}.detail-hero-media{min-height:420px}.detail-hero .section-copy{max-width:none;font-size:.96rem;line-height:1.58}.detail-stats .detail-card{padding:14px 16px}.detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);grid-gap:16px;gap:16px;align-items:start}.detail-model-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;align-content:start;justify-items:center;text-align:center}.detail-model-summary-card{grid-column:1/-1}.detail-model-summary-block{display:flex;justify-content:center;width:100%;padding:0 12px}.detail-model-summary-block+.detail-model-summary-block{border-left:1px solid var(--line)}.detail-model-summary-content{display:flex;flex-direction:column;align-items:center;width:min(100%,240px)}.detail-model-summary-content>dd,.detail-model-summary-content>dt{margin:0}.detail-model-summary-content>dt{margin-bottom:6px;color:var(--muted);font-size:.76rem;text-align:center;text-transform:uppercase;letter-spacing:.08em}.detail-model-summary-content>dd+dd{margin-top:8px}.detail-model-summary .muted-copy{margin:0;max-width:20ch}.detail-model-summary .stat-value.is-model-list{width:100%;display:grid;justify-items:center;box-sizing:border-box;-webkit-padding-end:16px;padding-inline-end:16px}.detail-model-summary .micro-model-list{display:grid;justify-items:center;width:100%;grid-gap:6px;gap:6px}.detail-model-summary .model-badge{flex-wrap:nowrap;max-width:min(100%,320px)}.detail-model-summary .model-badge>span:last-child{min-width:0}.detail-copy{display:grid;grid-gap:12px;gap:12px}.detail-card-tight{padding:16px}.detail-summary-card{align-self:start}.detail-list{display:grid;grid-gap:10px;gap:10px}.detail-list.is-two-column{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:8px}.detail-list div{padding-bottom:10px;border-bottom:1px solid var(--line)}.comment-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,251,245,.9)}.comment-card h3{margin:0 0 10px;font-size:1rem}.comment-card ul{margin:0;padding-left:18px}.comment-card li+li{margin-top:8px}.footer-note{color:var(--muted);font-size:.95rem;line-height:1.7}.micro-model-list,.model-badge{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.model-badge{min-height:32px;padding:5px 10px 5px 6px;border:1px solid var(--line);border-radius:999px;background:var(--surface-model-badge);font-size:.86rem;font-weight:700;max-width:100%;white-space:nowrap}.model-badge.is-compact{min-height:28px;padding:4px 9px 4px 5px;font-size:.74rem;font-weight:700;color:var(--muted)}.model-badge-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:8px;border-radius:999px;overflow:hidden}.model-badge.is-compact .model-badge-icon{width:18px;height:18px;margin-right:6px}.model-badge-fallback{color:white;font-size:.7rem;font-weight:800}.model-badge>span:last-child{overflow:hidden;text-overflow:ellipsis}.micro-model-list{margin-top:8px}.survey-shell{display:grid;grid-gap:14px;gap:14px}.survey-intro{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 18px}.survey-intro-heading{display:grid;grid-gap:4px;gap:4px}.survey-intro h1{margin:0;font-size:clamp(1.55rem,2.4vw,2.05rem);line-height:.96;letter-spacing:-.05em}.survey-intro-tile{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid rgba(39,117,255,.12);border-radius:16px;background:rgba(255,255,255,.74);color:var(--accent);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.survey-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.survey-info-grid .stat-card{display:grid;align-content:start;grid-gap:4px;gap:4px;min-height:0;padding:14px 16px}.survey-info-grid .stat-card dt{margin-bottom:0;font-size:.72rem}.survey-info-grid .stat-value{font-size:1rem}.survey-info-grid .stat-note{margin-top:2px;font-size:.76rem;line-height:1.34}.survey-results-page{display:grid;grid-gap:16px;gap:16px}.survey-results-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-gap:16px;gap:16px;align-items:stretch}.survey-results-banner,.survey-results-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.survey-results-banner{display:grid;grid-gap:14px;gap:14px;justify-items:center;text-align:center;padding:18px}.survey-results-banner p{margin:0;font-size:.94rem;line-height:1.45}.survey-results-banner-body{display:grid;grid-gap:10px;gap:10px;justify-items:center}.survey-results-banner-copy{color:var(--ink)}.survey-results-banner-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px}.survey-results-mobile-results-callout{display:none;width:100%;margin:0;text-align:center;color:var(--ink);font-size:.9rem;line-height:1.3}.survey-results-summary-rail{display:grid;grid-gap:16px;gap:16px}.survey-results-summary-card{display:grid;justify-items:center;align-content:center;grid-gap:10px;gap:10px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at top right,rgba(39,117,255,.1),transparent 42%),var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.survey-results-summary-copy{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45;text-align:center}.survey-results-summary-models{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.survey-results-summary-link{color:inherit;text-decoration:none}.survey-results-summary-link:focus-visible{border-radius:999px;outline:2px solid rgba(39,117,255,.44);outline-offset:3px}.survey-results-summary-models .model-badge{justify-content:center;min-height:36px;padding:6px 12px 6px 7px;font-size:.94rem}.survey-results-mobile-card{display:grid;grid-gap:12px;gap:12px;padding:14px;position:relative;overflow:hidden}.survey-results-mobile-head,.survey-results-mobile-photo{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.survey-results-mobile-head{justify-content:space-between}.survey-results-mobile-agreement,.survey-results-mobile-section{display:grid;grid-gap:8px;gap:8px}.survey-results-mobile-label{color:var(--muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.survey-results-mobile-sections{display:grid;grid-gap:12px;gap:12px}.survey-results-mobile-model-list{display:flex;flex-wrap:wrap;gap:8px}.survey-results-mobile-model-disclosure{display:grid;grid-gap:8px;gap:8px}.survey-results-mobile-model-summary{list-style:none;cursor:pointer}.survey-results-mobile-model-summary::-webkit-details-marker{display:none}.survey-results-mobile-model-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px dashed rgba(39,117,255,.22);border-radius:999px;background:rgba(39,117,255,.06);color:var(--accent);font-size:.74rem;font-weight:800}.survey-results-mobile-model-disclosure[open] .survey-results-mobile-model-trigger{background:rgba(39,117,255,.1)}.survey-results-mobile-model-link{max-width:100%;color:inherit;text-decoration:none}.survey-results-card{padding:18px}.survey-results-table{width:100%;border-collapse:collapse;table-layout:fixed}.survey-results-col-num{width:34px}.survey-results-col-id{width:48px}.survey-results-col-photo{width:16%}.survey-results-col-vote{width:96px}.survey-results-table td,.survey-results-table th{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.survey-results-table th{color:var(--muted);font-size:.72rem;text-align:center;text-transform:uppercase;letter-spacing:.08em}.survey-results-table td:first-child,.survey-results-table td:nth-child(2),.survey-results-table th:first-child,.survey-results-table th:nth-child(2){padding-left:6px;padding-right:6px;text-align:center}.survey-results-table td:nth-child(4),.survey-results-table th:nth-child(4){padding-left:8px;padding-right:8px;text-align:center}.survey-results-table tbody tr:hover{background:rgba(39,117,255,.04)}.survey-results-question{display:grid;grid-gap:0;gap:0}.survey-results-question strong{font-size:.9rem;line-height:1.28}.survey-results-photo-num{display:inline-flex;align-items:center;justify-content:center;min-width:24px;color:var(--accent);font-weight:700;border-radius:999px;background:rgba(39,117,255,.12)}.survey-results-photo-num,.survey-results-table td:nth-child(2) .chip,.survey-results-vote-pill{min-height:26px;padding:0 7px;font-size:.68rem}.survey-results-vote-pill{display:inline-flex;align-items:center;justify-content:center;min-width:24px;border-radius:999px;font-weight:700;letter-spacing:0;text-transform:uppercase}.survey-results-vote-pill.is-yes{background:rgba(42,167,116,.14);color:#127552}.survey-results-vote-pill.is-no{background:rgba(212,75,90,.12);color:#b33a48}.survey-results-agreement{display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.survey-results-agreement-track{display:flex;overflow:hidden;height:9px;width:90px;flex:0 0 90px;border-radius:999px;background:rgba(148,163,184,.14)}.survey-results-agreement-no,.survey-results-agreement-yes{height:100%}.survey-results-agreement-no{background:linear-gradient(90deg,#e5727f,#d44b5a)}.survey-results-agreement-yes{background:linear-gradient(90deg,#2aa774,#52c58d)}.survey-results-agreement-value{font-size:.75rem;font-weight:800;line-height:1}.survey-results-agreement-value.is-no{color:#c94b5a}.survey-results-agreement-value.is-yes{color:#18885f}.survey-results-model-single,.survey-results-model-stack{position:relative;display:grid;justify-items:start;grid-gap:6px;gap:6px}.survey-results-model-cell{text-align:center}.survey-results-model-stack{padding-bottom:14px;margin-bottom:-14px}.survey-results-model-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px dashed rgba(39,117,255,.22);border-radius:999px;background:rgba(39,117,255,.06);color:var(--accent);font-size:.74rem;font-weight:800;cursor:default;outline:none}.survey-results-model-popover{position:absolute;top:calc(100% - 6px);left:0;z-index:10;display:grid;grid-gap:10px;gap:10px;width:max-content;max-width:calc(100vw - 32px);padding:12px;border:1px solid rgba(84,104,132,.16);border-radius:18px;background:rgba(250,252,255,.96);box-shadow:0 18px 38px rgba(41,59,96,.14);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.survey-results-model-popover p{margin:0;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.survey-results-model-popover-list{display:grid;grid-gap:8px;gap:8px;width:max-content;max-width:100%}.survey-results-model-popover-link{width:max-content;max-width:100%;color:inherit;text-decoration:none}.survey-results-model-popover-link:focus-visible{border-radius:999px;outline:2px solid rgba(39,117,255,.44);outline-offset:2px}.survey-results-model-stack:has(.survey-results-model-popover-link:focus-visible) .survey-results-model-popover,.survey-results-model-stack:has(.survey-results-model-trigger:focus-visible) .survey-results-model-popover,.survey-results-model-stack:hover .survey-results-model-popover{opacity:1;transform:translateY(0);pointer-events:auto}.survey-results-model-cell.is-centered .survey-results-model-single,.survey-results-model-cell.is-centered .survey-results-model-stack{width:100%;justify-content:center;justify-items:center}.survey-results-model-cell.is-centered .survey-results-model-popover{left:50%;transform:translate(-50%,6px)}.survey-results-model-cell.is-centered .survey-results-model-stack:has(.survey-results-model-popover-link:focus-visible) .survey-results-model-popover,.survey-results-model-cell.is-centered .survey-results-model-stack:has(.survey-results-model-trigger:focus-visible) .survey-results-model-popover,.survey-results-model-cell.is-centered .survey-results-model-stack:hover .survey-results-model-popover{transform:translate(-50%)}.survey-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:20px;gap:20px;align-items:stretch}.survey-panel{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(160%);backdrop-filter:blur(24px) saturate(160%)}.survey-panel-meta{gap:14px}.survey-stage-panel{align-content:stretch;padding:14px;position:relative;z-index:1;overflow:visible;isolation:isolate}.survey-stage-kicker{display:none}.survey-stage-panel.is-active-drag{z-index:20}.survey-stage-panel.is-transitioning .survey-decision{opacity:.58}.survey-progress{display:grid;grid-gap:10px;gap:10px}.survey-panel-meta.is-refreshing{animation:surveyPanelPulse .68s cubic-bezier(.18,.9,.24,1)}.survey-progress{animation:surveyCopyFlash .42s cubic-bezier(.18,.9,.24,1)}.survey-progress .survey-progress-fill{animation:surveyProgressFlash .56s cubic-bezier(.18,.9,.24,1)}.survey-progress .survey-status{animation:surveyStatusFlash .42s ease}.survey-copy-block{animation:surveyCopyFlash .42s cubic-bezier(.18,.9,.24,1)}.survey-progress-track{overflow:hidden;height:10px;border-radius:999px;background:rgba(84,104,132,.14)}.survey-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#136dff,#85b8ff)}.survey-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.survey-choice{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.66);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.survey-choice:hover{transform:translateY(-2px);border-color:rgba(39,117,255,.3)}.survey-choice.is-selected{border-color:rgba(39,117,255,.45);background:rgba(39,117,255,.08)}.survey-choice-title{font-weight:800}.survey-choice-copy{color:var(--muted);line-height:1.55}.survey-field{display:grid;grid-gap:12px;gap:12px}.survey-copy-block{display:grid;grid-gap:8px;gap:8px}.survey-copy-block h2{margin:0;font-size:1.44rem}.survey-inline-actions{display:flex;flex-wrap:wrap;gap:10px}.survey-label{font-size:.88rem;font-weight:800;letter-spacing:.02em}.survey-input,.survey-json,.survey-textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.72);color:var(--ink);font:inherit}.survey-input,.survey-textarea{padding:14px 16px}.survey-textarea{min-height:140px;resize:vertical;line-height:1.6}.survey-actions,.survey-meta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.survey-meta-row{justify-content:space-between}.survey-list{display:grid;grid-gap:12px;gap:12px}.survey-list-item{display:grid;grid-gap:4px;gap:4px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.54)}.survey-list-item strong{font-size:.94rem}.survey-comment-preview{min-height:62px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.54);color:var(--muted);line-height:1.55}.survey-caption{color:var(--muted);font-size:.94rem;line-height:1.6}.survey-status{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(39,117,255,.08);color:var(--accent);font-size:.86rem;font-weight:800}.survey-status.is-warn{background:rgba(255,181,71,.12);color:#8a5a00}.survey-legend{display:flex;flex-wrap:wrap;gap:10px}.survey-legend-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:800}.survey-legend-pill.is-no{background:rgba(212,75,90,.1);color:#b33a48}.survey-legend-pill.is-yes{background:rgba(42,167,116,.12);color:#127552}.survey-swipe-stage{position:relative;display:grid;grid-gap:10px;gap:10px;height:100%;overflow:visible}.survey-swipe-frame{--swipe-progress:0;--swipe-yes-opacity:0;--swipe-no-opacity:0;position:relative;display:grid;place-items:center;overflow:visible;min-height:646px;padding:10px;border-radius:calc(var(--radius-lg) + 12px);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,244,252,.78)),radial-gradient(circle at top right,rgba(39,117,255,.14),transparent 32%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 24px 56px rgba(41,59,96,.12)}.survey-swipe-frame:before{content:"";position:absolute;inset:8px;border-radius:calc(var(--radius-lg) + 4px);pointer-events:none;z-index:0;border:1px solid rgba(84,104,132,.12);opacity:.6}.survey-swipe-card{position:relative;z-index:2;display:grid;align-self:stretch;width:100%;min-height:604px;padding:10px;border:1px solid rgba(255,255,255,.5);border-radius:calc(var(--radius-lg) + 6px);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(244,248,255,.82)),rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 28px 74px rgba(41,59,96,.14);-webkit-user-select:none;-moz-user-select:none;user-select:none;transform-origin:center 78%;transition:transform .3s cubic-bezier(.16,.9,.2,1),opacity .3s cubic-bezier(.16,.9,.2,1),box-shadow .24s ease,border-color .24s ease,filter .26s ease}.survey-stage-panel.is-active-drag .survey-swipe-card{z-index:30}.survey-swipe-card:after{content:"";inset:18px;border-radius:calc(var(--radius-lg) - 2px);background:radial-gradient(circle at center,rgba(39,117,255,.1),transparent 62%);opacity:0;transition:opacity .18s ease}.survey-stack-stage,.survey-swipe-card:after{position:absolute;z-index:1;pointer-events:none}.survey-stack-stage{inset:10px;perspective:1600px;transform-origin:center top;transition:transform .22s cubic-bezier(.2,.9,.22,1),opacity .22s ease,filter .22s ease}.survey-stack-stage.is-interactive{z-index:30;pointer-events:auto}.survey-stack-stage-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .56s cubic-bezier(.22,.86,.24,1)}.survey-stack-stage.is-flipping .survey-stack-stage-card{transform:rotateY(180deg)}.survey-stack-stage-face{position:absolute;inset:0;display:grid;border:1px solid rgba(255,255,255,.45);border-radius:calc(var(--radius-lg) + 6px);padding:10px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(243,247,254,.8)),rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 24px 64px rgba(41,59,96,.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}.survey-stack-stage-face.is-front{background:radial-gradient(circle at top,rgba(39,117,255,.1),transparent 38%),rgba(255,255,255,.78)}.survey-stack-stage-face.is-back{transform:rotateY(180deg)}.survey-stack-stage-surface{position:relative;display:grid;min-height:100%;border-radius:calc(var(--radius-lg) - 2px)}.survey-stack-stage-logo-frame,.survey-stack-stage-media-frame{position:relative;min-height:548px;width:100%;height:100%;overflow:hidden;border-radius:calc(var(--radius-lg) + 2px);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(244,248,255,.72)),rgba(255,255,255,.5);box-shadow:0 18px 42px rgba(41,59,96,.1)}.survey-stack-stage-logo-frame{display:grid;place-items:center}.survey-stack-stage-media-frame{background:transparent;box-shadow:none}.survey-stack-stage-logo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,17,30,.02),rgba(10,17,30,.14)),linear-gradient(120deg,rgba(255,255,255,.16),transparent 34%);pointer-events:none}.survey-stack-stage-face-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(39,117,255,.14),transparent 26%),radial-gradient(circle at 50% 100%,rgba(10,18,31,.12),transparent 48%)}.survey-stack-stage-logo-wrap{position:relative;z-index:1;display:grid;place-items:center;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.96),rgba(239,243,249,.84));box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 18px 38px rgba(41,59,96,.12)}.survey-stack-stage-logo{width:176px;height:auto;filter:grayscale(1) saturate(0) contrast(1.08) brightness(.92);opacity:.88}.survey-stack-stage-media{position:absolute;inset:0;display:grid}.survey-swipe-surface{position:relative;display:grid;place-items:center;min-height:100%;border-radius:calc(var(--radius-lg) - 2px)}.survey-media-frame:focus-visible{outline:2px solid rgba(39,117,255,.42);outline-offset:2px}.survey-swipe-card.is-dragging{transition:none}.survey-swipe-card.is-yes{border-color:rgba(42,167,116,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 32px 82px rgba(18,117,82,.14)}.survey-swipe-card.is-no{border-color:rgba(212,75,90,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 32px 82px rgba(179,58,72,.14)}.survey-swipe-card.is-yes:after{opacity:.72;background:radial-gradient(circle at center,rgba(42,167,116,.18),transparent 64%)}.survey-swipe-card.is-no:after{opacity:.72;background:radial-gradient(circle at center,rgba(212,75,90,.18),transparent 64%)}.survey-swipe-card.is-exiting{filter:saturate(1.08) blur(1px)}.survey-swipe-card.is-exiting.is-yes{box-shadow:0 40px 110px rgba(18,117,82,.2)}.survey-swipe-card.is-exiting.is-no{box-shadow:0 40px 110px rgba(179,58,72,.2)}.survey-swipe-card.is-exiting .survey-swipe-surface{animation:surveyVotePop .3s cubic-bezier(.16,.9,.2,1) both}@keyframes surveyPanelPulse{0%{background:var(--card);box-shadow:var(--shadow)}30%{background:rgba(255,255,255,.92);box-shadow:0 22px 58px rgba(39,117,255,.16)}to{background:var(--card);box-shadow:var(--shadow)}}@keyframes surveyVotePop{0%{transform:scale(1);filter:brightness(1)}40%{transform:scale(1.024);filter:brightness(1.04)}to{transform:scale(.9);filter:brightness(.98)}}@keyframes surveyProgressFlash{0%{filter:brightness(1);box-shadow:none}35%{filter:brightness(1.08);box-shadow:0 0 0 5px rgba(39,117,255,.12)}to{filter:brightness(1);box-shadow:none}}@keyframes surveyStatusFlash{0%{transform:translateY(0);background:rgba(39,117,255,.08)}40%{transform:translateY(-2px);background:rgba(39,117,255,.16)}to{transform:translateY(0);background:rgba(39,117,255,.08)}}@keyframes surveyCopyFlash{0%{opacity:.72;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.survey-swipe-badge{position:absolute;top:50%;left:50%;z-index:4;display:inline-flex;align-items:center;min-height:88px;justify-content:center;min-width:198px;padding:0 28px;border:2px solid;border-radius:999px;background:rgba(255,255,255,.92);font-size:1.55rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;opacity:0;transform:translate(-50%,-50%) scale(calc(.84 + var(--swipe-progress) * .22));transition:opacity .12s ease,transform .12s ease;pointer-events:none}.survey-swipe-badge.is-no{color:#b33a48;opacity:var(--swipe-no-opacity);background:rgba(255,244,246,.96)}.survey-swipe-badge.is-yes{color:#127552;opacity:var(--swipe-yes-opacity);background:rgba(238,255,247,.96)}.survey-swipe-card.is-dragging .survey-swipe-badge.is-no,.survey-swipe-card.is-dragging .survey-swipe-badge.is-yes,.survey-swipe-card.is-no .survey-swipe-badge.is-no,.survey-swipe-card.is-yes .survey-swipe-badge.is-yes{transform:translate(-50%,-50%) scale(1)}.survey-direction-hint{position:absolute;left:28px;right:28px;bottom:28px;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;pointer-events:none}.survey-direction-label,.survey-direction-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap}.survey-direction-pill{border:1px solid;background:rgba(255,255,255,.9);font-size:.78rem;font-weight:700;letter-spacing:.02em}.survey-direction-pill.is-no{justify-self:start;color:#b33a48;background:rgba(255,245,247,.92)}.survey-direction-pill.is-yes{justify-self:end;color:#127552;background:rgba(239,255,247,.92)}.survey-direction-label{justify-self:center;padding:0 10px;background:rgba(15,23,40,.56);color:rgba(248,251,255,.94);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.survey-media-frame{min-height:548px;width:100%;height:100%;border-radius:calc(var(--radius-lg) + 2px);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(245,248,254,.78)),rgba(255,255,255,.5);box-shadow:0 18px 42px rgba(41,59,96,.12);overflow:hidden;cursor:-webkit-grab;cursor:grab;touch-action:none}.survey-media-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,17,30,.02),rgba(10,17,30,.14)),linear-gradient(120deg,rgba(255,255,255,.16),transparent 34%);pointer-events:none}.survey-swipe-card.is-dragging .survey-media-frame{cursor:-webkit-grabbing;cursor:grabbing}.survey-image{object-fit:contain;inset:0!important;width:100%!important;height:100%!important}.survey-decision-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:center}.survey-decision{min-height:50px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 12px 28px rgba(41,59,96,.08);font:inherit;font-size:.92rem;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}.survey-decision:hover{transform:translateY(-1px)}.survey-decision.is-no{color:#b33a48;border-color:rgba(212,75,90,.18);background:linear-gradient(180deg,rgba(255,248,249,.96),rgba(255,241,244,.92))}.survey-decision.is-yes{color:#127552;border-color:rgba(42,167,116,.18);background:linear-gradient(180deg,rgba(245,255,250,.96),rgba(234,251,242,.92))}.survey-decision.is-no:focus-visible,.survey-decision.is-no:hover{border-color:rgba(212,75,90,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 16px 30px rgba(179,58,72,.14)}.survey-decision.is-yes:focus-visible,.survey-decision.is-yes:hover{border-color:rgba(42,167,116,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.98),0 16px 30px rgba(18,117,82,.14)}.survey-decision:focus-visible{outline:none}.survey-decision:disabled{transform:none;cursor:default;opacity:.62;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 8px 18px rgba(41,59,96,.05)}.animate-rise{animation:rise .5s ease both}.animate-rise.delay-1{animation-delay:80ms}.animate-rise.delay-2{animation-delay:.16s}.animate-rise.delay-3{animation-delay:.24s}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.detail-side-nav{top:auto;bottom:14px;max-width:74px;min-height:74px;padding:6px;justify-content:center;border-radius:18px;transform:none}.detail-side-nav.is-prev{left:14px}.detail-side-nav.is-next{right:14px}.detail-side-nav-copy{display:none}.detail-side-nav-thumb{flex-basis:52px}.detail-side-nav-arrow{position:absolute;right:10px;bottom:8px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.92);font-size:.8rem;box-shadow:0 4px 12px rgba(41,59,96,.18)}.detail-hero-grid,.detail-layout,.hero-grid,.home-page .hero-grid,.section-grid,.survey-grid,.survey-info-grid,.survey-intro,.survey-results-banner{grid-template-columns:1fr}.survey-results-banner-actions{margin-top:0}.contact-hero-grid,.deep-dive-feature-strip,.deep-dive-index-grid,.donate-hero-grid,.donate-method-layout,.models-grid,.models-hero-grid,.models-hero-rail,.site-footer-grid,.survey-results-hero{grid-template-columns:1fr}.benchmark-mini-grid,.callout-grid,.detail-stats,.donate-method-grid,.donate-mini-grid,.donate-package-grid,.question-grid,.site-footer-links,.summary-grid,.utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1200px){.models-hero-rail{width:min(100%,480px)}.models-hero-rail,.models-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.site-footer,.site-header,main{width:auto;max-width:none;margin-left:20px;margin-right:20px}.artifact-trigger,.callout-grid,.callout-grid>*,.comparison-card,.hero,.hero-grid,.page-shell>article,.page-shell>section,.question-grid,.question-grid>*,.rankings-card,.section-grid,.section-grid>*,.summary-grid,.summary-grid>*,.table-shell{width:100%;max-width:100%;min-width:0}.hero-actions{flex-wrap:wrap;justify-content:stretch}.hero-actions .button-link{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);width:auto;min-width:min(156px,100%)}.home-page .hero-copy-stack{justify-items:center;text-align:center}.home-page .hero h1,.home-page .hero-actions,.home-page .hero-copy-stack,.home-page .hero-grid>div,.home-page .hero-stats{width:100%;max-width:100%;min-width:0}.home-page .hero p,.home-page .section-card-summary .section-copy{max-width:100%}.home-page .hero-actions{justify-content:center}.survey-intro{justify-items:start}.survey-results-table{table-layout:auto}.survey-results-table td,.survey-results-table th{white-space:nowrap}.site-header{flex-direction:column;align-items:flex-start;gap:12px}.site-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;grid-gap:8px;gap:8px;padding:6px;border-radius:28px}.site-nav a{width:100%;min-height:38px;padding:7px 10px;border-radius:18px;font-size:.78rem;text-align:center;white-space:normal}.wordmark{gap:10px}.wordmark-mark{width:42px;height:42px}main{padding-bottom:52px}.hero,.home-page .hero{padding:22px}.stat-card-feature-main{align-items:flex-start;flex-direction:column}.stat-feature-grid{grid-template-columns:1fr}.stat-split-labels{flex-direction:column}.hero-brand-lockup{width:min(100%,240px);margin:0 auto 10px;padding:12px 14px 10px}.hero-mascot{width:64px;height:64px;border-radius:18px}.hero-tagline{font-size:.64rem;line-height:1.3}.hero h1{font-size:clamp(2rem,10vw,3.2rem)}.home-page .hero h1{max-width:100%;width:100%;font-size:clamp(1.72rem,8.5vw,2.7rem);overflow-wrap:anywhere}.donate-hero-copy h1{max-width:100%;font-size:clamp(1.56rem,7.2vw,2.45rem)}.contact-hero-copy h1{max-width:100%;font-size:clamp(1.42rem,6.5vw,2.1rem)}.callout-grid,.donate-method-grid,.donate-mini-grid,.donate-package-grid,.hero-stats,.question-grid,.summary-grid,.survey-info-grid,.utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benchmark-mini-grid,.detail-stats,.metric-grid,.site-footer-links{grid-template-columns:1fr}.deep-dive-feature-stack,.models-hero-rail,.models-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.models-table-shell,.rankings-table-shell,.survey-results-table-shell{display:none}.model-detail-mobile-list,.models-mobile-list,.rankings-mobile-list,.survey-results-mobile-list{display:grid;grid-gap:12px;gap:12px}.table-shell{overflow:visible}.site-footer-meta{flex-direction:column}.comparison-row-main{grid-template-columns:1fr;align-items:flex-start;gap:6px}.comparison-badge-row,.comparison-bar-shell,.comparison-gap,.comparison-rank{width:100%}.comparison-gap,.comparison-rank{text-align:left;justify-self:start}.comparison-note{flex-wrap:wrap;gap:6px 10px;white-space:normal}.comparison-note-marker{white-space:nowrap}.detail-model-summary,.detail-stats{grid-template-columns:1fr}.detail-model-summary{gap:10px}.detail-model-summary-block{padding:0}.detail-model-summary-block+.detail-model-summary-block{padding-top:10px;border-top:1px solid var(--line);border-left:0}.detail-model-summary-content{width:min(100%,260px)}.donate-method-topline{flex-direction:column;align-items:flex-start}.donate-provider-status{min-height:24px}.home-page .hero-stats{grid-auto-rows:minmax(112px,auto)}.benchmark-mini-card,.home-page .callout-card,.home-page .hero-stats .stat-card,.home-page .section-card,.home-page .stat-card,.models-summary-card,.question-card-body,.survey-panel,.survey-results-card{padding:12px}.home-page .section-card-centered h3,.question-card-body h3,.survey-results-question strong{font-size:.88rem;line-height:1.28;overflow-wrap:anywhere}.deep-dive-feature-copy p,.home-page .section-copy,.models-summary-note,.question-card-copy{font-size:.76rem;line-height:1.42}.question-card-image{min-height:0;aspect-ratio:4/3;margin:8px 8px 0}.question-card-body{gap:6px}.models-mobile-head .rank-pill,.rankings-mobile-head .rank-pill{min-width:38px;padding-left:6px;padding-right:6px}.models-mobile-head .model-badge,.rankings-mobile-head .model-badge{flex:1 1 auto;min-width:0}.models-mobile-head{gap:6px}.models-mobile-head .rank-pill{min-width:32px;padding-left:5px;padding-right:5px}.models-mobile-head .model-badge>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}.benchmark-mini-card p,.benchmark-mini-statline span,.benchmark-split-row span,.benchmark-stat-pair span,.deep-dive-feature-copy .eyebrow,.home-page .stat-note,.question-card .chip{font-size:.66rem}.home-page .section-card-centered h3{max-width:none}.callout-card .stat-value,.home-page .stat-value{font-size:.98rem}.models-summary-card{min-height:0;gap:8px}.models-summary-topline .eyebrow{white-space:normal}.models-break-header .model-badge.is-compact,.models-density-head .model-badge.is-compact,.models-failure-head .model-badge.is-compact,.models-mini-row .model-badge.is-compact,.models-summary-card .model-badge.is-compact,.models-summary-chip,.rankings-mobile-card .model-badge.is-compact,.survey-results-mobile-model-list .model-badge.is-compact{font-size:.62rem}.deep-dive-index-hero .deep-dive-index-copy .section-copy,.deep-dive-index-kicker,.models-hero-copy p{text-align:center}.deep-dive-index-copy,.models-hero-copy{justify-items:center;text-align:center}.models-tab-list{width:100%;justify-content:stretch}.models-tab-button{flex:1 1}.model-detail-hero-grid,.model-detail-stat-grid,.models-hero-rail,.models-summary-grid{grid-template-columns:1fr}.model-detail-title{white-space:normal}.model-detail-hero-copy{justify-items:center;text-align:center}.model-detail-award-row,.model-detail-badge-row{justify-content:center}.model-detail-kicker{max-width:100%}.model-detail-mobile-top{grid-template-columns:88px minmax(0,1fr)}.model-detail-photo-thumb{min-height:70px}.model-detail-mobile-copy{text-align:left}.model-detail-meta-panel{gap:4px}.model-detail-meta-row{grid-template-columns:72px minmax(0,1fr);gap:8px}.model-detail-meta-row-links{grid-column:auto}.model-detail-feature-grid{grid-template-columns:1fr}.model-detail-feature-body{grid-template-columns:72px minmax(0,1fr)}.model-detail-vote-row{grid-template-columns:1fr;gap:6px}.deep-dive-index-copy .hero-actions,.model-detail-hero-copy .hero-actions,.models-hero-copy .hero-actions{justify-content:center}.detail-hero{padding:14px}.detail-hero-media{min-height:300px}.detail-hero .section-copy,.detail-title{max-width:100%}.deep-dive-feature-tile.is-lead .deep-dive-feature-image{min-height:148px}.deep-dive-feature-image{min-height:94px}.deep-dive-question-grid .question-card-body{gap:5px;padding:10px}.deep-dive-question-grid .question-card-copy{min-height:calc(1.32em * 2);-webkit-line-clamp:2}.deep-dive-question-grid .metric-grid{gap:8px}.deep-dive-question-grid .question-card-metric-cell{min-height:0}.deep-dive-question-grid .vote-split{gap:5px}.deep-dive-question-grid .vote-split-header{align-items:center;gap:6px}.deep-dive-question-grid .vote-split-header dd{gap:6px;white-space:nowrap}.deep-dive-question-grid .vote-split-suffix{display:none}.deep-dive-question-grid .vote-split-track{width:100%;max-width:100%;margin:0 auto}.survey-intro{gap:10px;order:1;padding:10px 12px}.survey-copy-block h2,.survey-intro h1{font-size:1.2rem}.survey-intro-heading{gap:2px}.survey-intro .eyebrow{font-size:.68rem}.survey-intro-tile{display:none}.survey-shell>.survey-grid{order:0}.survey-info-grid .stat-card{padding:12px}.survey-grid{gap:14px}.survey-stage-panel{order:-1;padding:10px}.survey-panel-meta{padding-top:12px}.survey-stage-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:24px;width:-moz-fit-content;width:fit-content;margin:0 auto 8px;padding:0 10px;border-radius:999px;background:rgba(39,117,255,.1);color:var(--accent);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.survey-swipe-frame{min-height:468px}.survey-swipe-card{min-height:432px}.survey-media-frame,.survey-stack-stage-logo-frame,.survey-stack-stage-media-frame{min-height:380px}.survey-direction-hint{left:16px;right:16px;bottom:14px;gap:8px}.survey-direction-label,.survey-direction-pill{min-height:32px;padding:0 10px;font-size:.68rem}.survey-swipe-badge{min-width:148px;min-height:64px;padding:0 18px;font-size:1.15rem}.survey-decision{min-height:44px;font-size:.84rem}.survey-results-summary-models .model-badge{min-height:32px;padding:4px 10px 4px 6px;font-size:.82rem}.survey-results-mobile-results-callout{display:block}.survey-results-agreement{flex-wrap:wrap;justify-content:flex-start;white-space:normal}.survey-results-agreement-track{width:100%;flex-basis:100%}.survey-results-mobile-agreement .survey-results-agreement{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:6px 10px;gap:6px 10px;align-items:center}.survey-results-mobile-agreement .survey-results-agreement-value.is-no{grid-column:1;grid-row:1;justify-self:start}.survey-results-mobile-agreement .survey-results-agreement-value.is-yes{grid-column:2;grid-row:1;justify-self:end}.survey-results-mobile-agreement .survey-results-agreement-track{grid-column:1/-1;grid-row:2;width:100%;flex-basis:auto}.models-mobile-stat-grid,.rankings-mobile-stats{gap:8px}.models-mobile-link-block,.rankings-mobile-stats .rank-meta,.survey-results-mobile-section{min-width:0}.models-mobile-card .model-badge,.rankings-mobile-card .model-badge,.survey-results-mobile-model-list .model-badge{max-width:100%}.models-mobile-card .model-badge>span:last-child,.rankings-mobile-card .model-badge>span:last-child,.survey-results-mobile-model-list .model-badge>span:last-child{white-space:normal;overflow-wrap:anywhere}.models-break-body,.models-break-grid,.models-density-bars,.models-extreme-grid{grid-template-columns:1fr}.models-mini-row{display:grid;grid-template-columns:1fr;align-items:flex-start;justify-content:flex-start;grid-gap:6px;gap:6px}.models-failure-row{grid-template-columns:1fr;align-items:flex-start;gap:6px}.models-density-head{flex-wrap:wrap;justify-content:flex-start}.models-break-body dd,.models-failure-result a,.models-failure-result span:last-child,.models-mini-row dd{white-space:normal}.survey-choice-grid{grid-template-columns:1fr}}@media (max-width:980px){.site-header-actions{width:100%}.theme-toggle{display:none}}@media (min-width:981px){html[data-theme=dark]{color-scheme:dark;--bg:#07101c;--bg-strong:#0d1728;--card:rgba(10,19,33,0.74);--card-strong:rgba(12,23,39,0.88);--ink:#edf4ff;--muted:#99abc6;--accent:#8ab8ff;--accent-soft:#bfd8ff;--olive:#8bd3f4;--gold:#f2c76a;--benchmark-chip-bg:rgba(138,184,255,0.14);--benchmark-stat-bg:rgba(138,184,255,0.09);--benchmark-meter-track:rgba(148,163,184,0.18);--benchmark-meter-primary-start:#70a9ff;--benchmark-meter-primary-end:#bfd8ff;--benchmark-meter-yes-start:rgba(42,167,116,0.82);--benchmark-meter-yes-end:rgba(94,224,160,0.95);--benchmark-meter-no-start:rgba(212,75,90,0.8);--benchmark-meter-no-end:rgba(244,123,135,0.94);--benchmark-donut-no:rgba(244,123,135,0.92);--line:rgba(148,163,184,0.16);--shadow:0 24px 64px rgba(2,6,23,0.46);--page-bg:radial-gradient(circle at 12% 14%,rgba(92,132,255,0.2),transparent 22%),radial-gradient(circle at 86% 20%,rgba(78,166,255,0.12),transparent 20%),radial-gradient(circle at 50% 100%,rgba(17,32,58,0.48),transparent 32%),linear-gradient(180deg,#07101c,#091321 42%,#0d1728);--site-grid:linear-gradient(rgba(148,163,184,0.055) 1px,transparent 0),linear-gradient(90deg,rgba(148,163,184,0.055) 1px,transparent 0);--surface-nav:rgba(8,16,28,0.78);--surface-nav-hover:rgba(16,28,47,0.92);--surface-nav-active:rgba(22,37,63,0.92);--surface-nav-active-border:rgba(138,184,255,0.28);--surface-nav-active-shadow:inset 0 1px 0 rgba(191,216,255,0.08);--surface-footer:linear-gradient(135deg,rgba(10,19,33,0.88),rgba(12,25,44,0.86)),radial-gradient(circle at bottom right,rgba(88,138,255,0.14),transparent 28%);--surface-detail-hero:linear-gradient(145deg,rgba(9,18,31,0.94),rgba(12,27,48,0.88)),radial-gradient(circle at top right,rgba(88,138,255,0.16),transparent 30%);--surface-detail-nav:rgba(9,18,31,0.82);--surface-detail-nav-hover:rgba(15,27,47,0.94);--surface-hero:linear-gradient(135deg,rgba(9,18,31,0.9),rgba(12,27,48,0.82)),radial-gradient(circle at bottom right,rgba(88,138,255,0.18),transparent 30%);--surface-hero-orb:radial-gradient(circle,rgba(102,168,255,0.26),transparent 66%);--surface-brand-lockup:linear-gradient(180deg,rgba(14,26,44,0.94),rgba(18,32,54,0.84));--surface-brand-mark:rgba(18,31,52,0.82);--surface-button:rgba(10,19,33,0.82);--surface-button-primary:linear-gradient(135deg,#4d90ff,#8fc0ff);--surface-media:rgba(10,19,33,0.84);--surface-model-badge:rgba(11,22,37,0.84);--surface-artifact-chip:rgba(8,14,24,0.72);--surface-artifact-chip-ink:#eef4ff;--surface-artifact-panel-bg:rgba(9,18,31,0.98);--surface-artifact-panel:linear-gradient(145deg,rgba(9,18,31,0.98),rgba(12,26,45,0.96)),radial-gradient(circle at top right,rgba(102,168,255,0.16),transparent 28%);--surface-artifact-media:rgba(7,14,24,0.98);--surface-artifact-frame:rgba(10,19,33,0.9);--surface-feature-tile:linear-gradient(145deg,rgba(12,23,39,0.96),rgba(15,28,48,0.9)),rgba(10,19,33,0.84)}html[data-theme=dark] .wordmark-mark{box-shadow:0 12px 26px rgba(2,6,23,.28)}html[data-theme=dark] .wordmark:hover .wordmark-mark{box-shadow:0 16px 34px rgba(2,6,23,.4)}html[data-theme=dark] .theme-toggle{color:var(--accent-soft);box-shadow:0 12px 34px rgba(2,6,23,.24)}html[data-theme=dark] .theme-toggle:hover{border-color:rgba(138,184,255,.36)}html[data-theme=dark] .theme-toggle-thumb{background:linear-gradient(180deg,rgba(24,40,66,.96),rgba(16,28,47,.92)),rgba(14,26,44,.94);box-shadow:inset 0 1px 0 rgba(191,216,255,.08),0 8px 18px rgba(2,6,23,.28);color:#dbeafe}html[data-theme=dark] .theme-toggle[data-theme=light] .theme-toggle-thumb{color:#fbbf24}html[data-theme=dark] .detail-side-nav,html[data-theme=dark] .detail-side-nav-thumb,html[data-theme=dark] .donate-placeholder-button,html[data-theme=dark] .donate-provider-button,html[data-theme=dark] .donate-provider-mark,html[data-theme=dark] .hero-brand-lockup,html[data-theme=dark] .question-card-image:after,html[data-theme=dark] .question-card-image:before,html[data-theme=dark] .survey-comment-preview,html[data-theme=dark] .survey-input,html[data-theme=dark] .survey-intro-tile,html[data-theme=dark] .survey-json,html[data-theme=dark] .survey-list-item,html[data-theme=dark] .survey-results-model-popover,html[data-theme=dark] .survey-swipe-frame:before,html[data-theme=dark] .survey-textarea{border-color:rgba(148,163,184,.16)}html[data-theme=dark] .benchmark-mini-card,html[data-theme=dark] .home-page .callout-card,html[data-theme=dark] .home-page .hero-stats .stat-card,html[data-theme=dark] .home-page .section-card,html[data-theme=dark] .home-page .stat-card-feature,html[data-theme=dark] .home-page .stat-card-link{background:linear-gradient(145deg,rgba(12,23,39,.96),rgba(15,28,48,.9)),rgba(10,19,33,.84)}html[data-theme=dark] .home-page .hero-stats .stat-card:hover{border-color:rgba(138,184,255,.24);background:linear-gradient(135deg,rgba(77,144,255,.14),rgba(16,28,47,.94)),rgba(10,19,33,.88);box-shadow:0 24px 52px rgba(2,6,23,.34)}html[data-theme=dark] .benchmark-donut:after,html[data-theme=dark] .comment-card,html[data-theme=dark] .comparison-row,html[data-theme=dark] .hero-mascot,html[data-theme=dark] .rank-pill,html[data-theme=dark] .rankings-mobile-card,html[data-theme=dark] .stat-donut-core,html[data-theme=dark] .stat-feature-grid div,html[data-theme=dark] .survey-results-mobile-card{background:rgba(12,23,39,.88)}html[data-theme=dark] .stat-donut-core{box-shadow:inset 0 1px 0 rgba(191,216,255,.08)}html[data-theme=dark] .benchmark-donut:after{box-shadow:inset 0 0 0 1px rgba(148,163,184,.12)}html[data-theme=dark] .chip,html[data-theme=dark] .donate-package-kicker,html[data-theme=dark] .donate-provider-status,html[data-theme=dark] .donate-status-chip,html[data-theme=dark] .home-page .stat-pill,html[data-theme=dark] .survey-results-photo-num,html[data-theme=dark] .survey-status{background:rgba(138,184,255,.14);color:var(--accent-soft)}html[data-theme=dark] .chip-subtle{background:rgba(100,209,255,.12);color:#9adffd}html[data-theme=dark] .benchmark-mini-card .benchmark-mini-statgrid>div,html[data-theme=dark] .benchmark-mini-card .benchmark-mini-statline>div,html[data-theme=dark] .benchmark-mini-card .benchmark-stat-pair>div{border-color:rgba(138,184,255,.1);background:rgba(12,23,39,.58)}html[data-theme=dark] .home-page .hero-stats .stat-card-link:hover{border-color:rgba(242,199,106,.38);background:linear-gradient(135deg,rgba(242,199,106,.18),rgba(16,28,47,.94)),rgba(10,19,33,.88);box-shadow:0 18px 44px rgba(68,50,10,.28)}html[data-theme=dark] .home-page .hero-stats .stat-card-link:hover .stat-value{color:#ffd978}html[data-theme=dark] .comparison-row.is-hash-target,html[data-theme=dark] .comparison-row:target,html[data-theme=dark] .rankings-table tbody tr.is-human,html[data-theme=dark] .survey-results-table tbody tr:hover{background:linear-gradient(180deg,rgba(77,144,255,.18),rgba(12,23,39,.88)),rgba(10,19,33,.84)}html[data-theme=dark] .comparison-row.is-hash-target,html[data-theme=dark] .comparison-row:target{border-color:rgba(138,184,255,.38);box-shadow:0 0 0 3px rgba(138,184,255,.18)}html[data-theme=dark] .rank-meta-pill.is-medium,html[data-theme=dark] .rank-pill.is-human{background:rgba(138,184,255,.18);border-color:rgba(138,184,255,.22);color:var(--accent-soft)}html[data-theme=dark] .rank-meta-pill.is-reference,html[data-theme=dark] .rank-pill.is-gold{background:linear-gradient(135deg,rgba(242,199,106,.2),rgba(92,68,17,.36));border-color:rgba(242,199,106,.28);color:#ffd978}html[data-theme=dark] .rank-pill.is-silver{background:linear-gradient(135deg,rgba(179,195,214,.16),rgba(52,65,94,.34));border-color:rgba(179,195,214,.22);color:#d6e2f1}html[data-theme=dark] .rank-pill.is-bronze{background:linear-gradient(135deg,rgba(214,155,122,.18),rgba(101,63,41,.36));border-color:rgba(214,155,122,.24);color:#f2c3a6}html[data-theme=dark] .rank-meta-pill.is-high,html[data-theme=dark] .survey-legend-pill.is-yes,html[data-theme=dark] .survey-results-vote-pill.is-yes{background:rgba(42,167,116,.18);color:#6ae0aa}html[data-theme=dark] .rank-meta-pill.is-low,html[data-theme=dark] .survey-legend-pill.is-no,html[data-theme=dark] .survey-results-vote-pill.is-no{background:rgba(212,75,90,.18);color:#ff9aa5}html[data-theme=dark] .comparison-bar,html[data-theme=dark] .score-track,html[data-theme=dark] .survey-progress-track,html[data-theme=dark] .survey-results-agreement-track,html[data-theme=dark] .vote-split-track{background:rgba(148,163,184,.16)}html[data-theme=dark] .contact-summary-card.is-emphasis,html[data-theme=dark] .donate-summary-card.is-emphasis,html[data-theme=dark] .rankings-mobile-card.is-human{background:linear-gradient(135deg,rgba(77,144,255,.14),rgba(12,23,39,.92)),rgba(10,19,33,.84)}html[data-theme=dark] .contact-summary-card.is-emphasis{border-color:rgba(138,184,255,.24)}html[data-theme=dark] .contact-email-link{color:var(--accent-soft)}html[data-theme=dark] .question-card-image:after,html[data-theme=dark] .question-card-image:before{background:rgba(17,31,52,.44);box-shadow:0 10px 22px rgba(2,6,23,.2)}html[data-theme=dark] .artifact-trigger:hover .media-frame,html[data-theme=dark] .benchmark-mini-link:hover,html[data-theme=dark] .deep-dive-feature-tile:hover,html[data-theme=dark] .model-badge-link:hover .model-badge{border-color:rgba(138,184,255,.28);box-shadow:0 18px 42px rgba(2,6,23,.28)}html[data-theme=dark] .artifact-lightbox-backdrop{background:rgba(2,6,23,.9)}html[data-theme=dark] .artifact-lightbox-panel,html[data-theme=dark] .artifact-share-placeholder,html[data-theme=dark] .survey-results-model-popover{box-shadow:0 24px 60px rgba(2,6,23,.4)}html[data-theme=dark] .artifact-share-placeholder,html[data-theme=dark] .survey-results-mobile-model-trigger,html[data-theme=dark] .survey-results-model-trigger{background:rgba(138,184,255,.08);color:var(--accent-soft)}html[data-theme=dark] .donate-placeholder-button,html[data-theme=dark] .donate-provider-button,html[data-theme=dark] .donate-provider-mark,html[data-theme=dark] .survey-comment-preview,html[data-theme=dark] .survey-input,html[data-theme=dark] .survey-intro-tile,html[data-theme=dark] .survey-json,html[data-theme=dark] .survey-list-item,html[data-theme=dark] .survey-textarea{background:rgba(12,23,39,.88);box-shadow:inset 0 1px 0 rgba(191,216,255,.06),0 10px 28px rgba(2,6,23,.22);color:var(--ink)}html[data-theme=dark] .survey-input::placeholder,html[data-theme=dark] .survey-textarea::placeholder{color:rgba(153,171,198,.72)}html[data-theme=dark] .comment-card{border-color:rgba(148,163,184,.14);background:rgba(24,19,17,.78)}html[data-theme=dark] .donate-provider-chip{background:rgba(148,163,184,.12);color:#d9e6f7}html[data-theme=dark] .comparison-bar-marker,html[data-theme=dark] .comparison-note-marker-line{background:#dbeafe;box-shadow:0 0 0 1px rgba(12,23,39,.9)}html[data-theme=dark] .survey-swipe-frame{background:linear-gradient(145deg,rgba(9,18,31,.96),rgba(11,24,42,.9)),radial-gradient(circle at top right,rgba(77,144,255,.18),transparent 34%);box-shadow:inset 0 1px 0 rgba(191,216,255,.08),0 24px 56px rgba(2,6,23,.26)}html[data-theme=dark] .survey-stack-stage-face,html[data-theme=dark] .survey-swipe-card{border-color:rgba(148,163,184,.16);background:linear-gradient(180deg,rgba(12,23,39,.96),rgba(14,28,47,.88)),rgba(10,19,33,.82);box-shadow:inset 0 1px 0 rgba(191,216,255,.06),0 28px 74px rgba(2,6,23,.28)}html[data-theme=dark] .survey-stack-stage-face.is-front{background:radial-gradient(circle at top,rgba(77,144,255,.14),transparent 38%),rgba(10,19,33,.88)}html[data-theme=dark] .survey-stack-stage-logo-frame{background:linear-gradient(180deg,rgba(13,24,40,.92),rgba(17,31,52,.82)),rgba(10,19,33,.78);box-shadow:0 18px 42px rgba(2,6,23,.22)}html[data-theme=dark] .survey-stack-stage-logo-frame:after{background:linear-gradient(180deg,rgba(2,6,23,.08),rgba(2,6,23,.28)),linear-gradient(120deg,rgba(191,216,255,.06),transparent 34%)}html[data-theme=dark] .survey-stack-stage-face-glow{background:radial-gradient(circle at 50% 32%,rgba(77,144,255,.18),transparent 28%),radial-gradient(circle at 50% 100%,rgba(2,6,23,.2),transparent 48%)}html[data-theme=dark] .survey-stack-stage-logo-wrap{background:radial-gradient(circle,rgba(22,37,63,.98),rgba(10,19,33,.88));box-shadow:inset 0 1px 0 rgba(191,216,255,.08),0 18px 38px rgba(2,6,23,.28)}html[data-theme=dark] .survey-direction-label,html[data-theme=dark] .survey-direction-pill,html[data-theme=dark] .survey-swipe-badge{background:rgba(8,16,28,.88)}html[data-theme=dark] .survey-direction-pill.is-no,html[data-theme=dark] .survey-swipe-badge.is-no{color:#ff9aa5;background:rgba(54,17,24,.9)}html[data-theme=dark] .survey-direction-pill.is-yes,html[data-theme=dark] .survey-swipe-badge.is-yes{color:#6ae0aa;background:rgba(12,46,34,.9)}html[data-theme=dark] .survey-status.is-warn{background:rgba(242,199,106,.16);color:#ffd978}html[data-theme=dark] .survey-swipe-card.is-yes{box-shadow:inset 0 1px 0 rgba(191,216,255,.06),0 32px 82px rgba(10,88,58,.24)}html[data-theme=dark] .survey-swipe-card.is-no{box-shadow:inset 0 1px 0 rgba(191,216,255,.06),0 32px 82px rgba(110,28,39,.26)}}