/* Page layer for the GTM AI Recommendation Index, on top of modernist.css.
   Values follow the Claude Design handoff: 2px ink rules, zero radius, flush left, Archivo throughout. */
html, body { margin: 0; padding: 0; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body { font-size: 15px; line-height: 1.55; }
a { color: var(--color-accent-700); text-decoration: none; border-bottom: 1px solid var(--color-accent-300); }
a:hover { color: var(--color-accent); border-bottom-color: var(--color-accent); }
.brand { border-bottom: 0; }
a.btn { border-bottom: 1px solid transparent; }
a.btn-secondary { border-bottom-color: var(--color-divider); }
a.btn-secondary:hover { border-bottom-color: var(--color-divider); color: var(--color-text); }
a.btn-primary:hover { color: var(--color-bg); }
::selection { background: var(--color-accent-200); }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12.5px; }
.shell { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.kicker { font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 12px; }
.eyebrow { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent-700); margin-bottom: 20px; }
.accent { color: var(--color-accent); }
.accent-700 { color: var(--color-accent-700); }
.muted { color: var(--color-neutral-600); }
.muted-dark { color: var(--color-neutral-800); }
.note { font-size: 13px; color: var(--color-neutral-700); margin-top: 10px; max-width: none; }
.num, .tab, .r { font-variant-numeric: tabular-nums; }
.r { text-align: right; }
.b { font-weight: 600; }
.idx { font-family: var(--font-heading); font-weight: 800; font-size: 12px; color: var(--color-neutral-500); font-variant-numeric: tabular-nums; }
.rule-top { border-top: 2px solid var(--color-text); margin-top: 50px; padding-top: 50px; }

/* header, footer */
.site-head { position: sticky; top: 0; z-index: 20; background: var(--color-bg); display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 16px 0 12px; border-bottom: 2px solid var(--color-text); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--color-text); }
.brand:hover { color: var(--color-text); }
.mark { display: block; flex: none; }
.wordmark { font-family: var(--font-heading); font-weight: 800; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1; }
.site-nav { display: flex; flex-wrap: wrap; gap: 22px; }
.site-nav a { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--color-neutral-600); padding-bottom: 4px; border-bottom: 2px solid transparent; }
.site-nav a[aria-current="page"] { color: var(--color-text); border-bottom-color: var(--color-accent); }
.site-nav a:hover { color: var(--color-accent); }
.site-foot { border-top: 2px solid var(--color-text); margin-top: 72px; padding: 26px 0 40px; font-size: 13px; color: var(--color-text); }
.fmast { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 24px; padding-bottom: 26px; }
.stacked { display: block; color: var(--color-text); border-bottom: 0; }
.stacked:hover { color: var(--color-text); }
.stacked .mark { display: block; margin-bottom: 12px; }
.stacked .sname { display: block; font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; line-height: 1.5; }
.fmast-r { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.find { font-size: 12.5px; color: var(--color-neutral-700); max-width: 40ch; line-height: 1.5; }
.flinks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--color-divider); border-bottom: 1px solid var(--color-divider); }
.fcol { display: flex; flex-direction: column; gap: 4px; min-width: 0; padding: 22px; border-left: 1px solid var(--color-divider); }
.flinks .fcol:first-child { border-left: 0; padding-left: 0; }
.fhead { display: flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 800; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-neutral-600); margin-bottom: 10px; }
.fhead.disc { color: var(--color-accent-700); }
.fcol a { color: var(--color-text); border-bottom: 0; font-size: 13px; line-height: 1.4; }
.fcol a:hover { color: var(--color-accent); }
.fvert { display: flex; align-items: center; gap: 10px; padding: 3px 0; }
.fcite { padding: 22px 0; border-bottom: 1px solid var(--color-divider); }
.fcite .fhead { margin-bottom: 10px; }
.cite { font-size: 13px; line-height: 1.55; max-width: 92ch; border-left: 2px solid var(--color-accent); padding-left: 14px; }
.farch { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 18px 0 4px; font-size: 12px; color: var(--color-neutral-700); }
@media (max-width: 900px) { .flinks { grid-template-columns: repeat(2, minmax(0, 1fr)); } .flinks .fcol { border-top: 1px solid var(--color-divider); } .flinks .fcol:nth-child(-n+2) { border-top: 0; } .flinks .fcol:nth-child(2n+1) { border-left: 0; padding-left: 0; } }
@media (max-width: 480px) { .flinks { grid-template-columns: 1fr; } .flinks .fcol { border-left: 0; padding-left: 0; border-top: 1px solid var(--color-divider); } .flinks .fcol:first-child { border-top: 0; } }

/* identity devices */
.ed-badge { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-text); line-height: 1.2; }
.ed-badge .bar { width: 16px; height: 2px; background: var(--color-accent); flex: none; }
.ed-badge.special { background: var(--color-accent); color: #fff; padding: 5px 10px 5px 8px; }
.ed-badge.special .bar { background: #fff; }
.hero-eb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 20px; }
.run-date { font-size: 12px; color: var(--color-neutral-600); font-variant-numeric: tabular-nums; }
.vdev { display: block; flex: none; }
.vtag { display: inline-flex; align-items: center; gap: 10px; }
.vhead { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; padding: 14px 0; border-top: 2px solid var(--color-text); margin-top: 28px; }
.vhead.small { border-top: 1px solid var(--color-divider); margin-top: 0; padding: 12px 0 10px; }
.cicon svg { stroke-linecap: square; stroke-linejoin: miter; }
.mside .sticky { top: 84px; }
.sec-head, .msec, #standing { scroll-margin-top: 84px; }
.inquiry { display: grid; gap: 14px; max-width: 720px; }
.inquiry label { display: flex; flex-direction: column; gap: 5px; font-size: 12px; color: var(--color-neutral-700); flex: 1 1 240px; }
.inquiry .frow { display: flex; flex-wrap: wrap; gap: 14px; }
.inquiry .input { font-size: 14px; }
.inquiry textarea.input { resize: vertical; }
.inquiry .hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.inquiry .btns { align-items: center; gap: 16px; }

/* provider logos */
.model { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.logo { display: inline-block; flex: none; color: var(--color-text); }
.logo svg { width: 100%; height: 100%; display: block; fill: currentColor; }

/* hero */
.hero { display: flex; flex-direction: column; gap: 22px; padding: 40px 0 30px; }
.hero h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(34px, 4.8vw, 58px); line-height: 0.98; letter-spacing: -0.025em; text-wrap: pretty; }
.hero-right { display: flex; flex-direction: column; gap: 18px; }
.hero-right p { font-size: 16px; line-height: 1.5; max-width: none; text-wrap: pretty; }
.btns { display: flex; flex-wrap: wrap; gap: 10px; }
.btn { cursor: pointer; }

/* stat strip */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); }
.stat { padding: 18px 20px; border-left: 1px solid var(--color-divider); }
.stat:last-child { border-right: 1px solid var(--color-divider); }
.stat-n { font-family: var(--font-heading); font-weight: 800; font-size: 34px; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.stat-l { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); margin-top: 8px; }

/* section heads */
.sec-head { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 54px 0 16px; scroll-margin-top: 20px; }
.sec-head h2, .two-col h2, .block h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(24px, 3vw, 34px); line-height: 1; letter-spacing: -0.02em; }
.sec-head h2 { font-size: clamp(26px, 3.4vw, 40px); }
.block .sec-head { padding: 0 0 22px; }
.sec-note { font-size: 14px; line-height: 1.5; color: var(--color-neutral-700); max-width: none; }
.block { padding-top: 50px; }
.block > h2 { margin-bottom: 20px; }
.intro { margin: 10px 0 24px; font-size: 14px; color: var(--color-neutral-800); }


/* leaderboard */
.leaderboard { border-top: 2px solid var(--color-text); }
.lb-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px 24px; padding: 20px 8px 20px 0; border-bottom: 1px solid var(--color-divider); color: var(--color-text); }
.lb-row:hover { background: var(--color-accent-100); color: var(--color-text); }
.lb-num { width: 26px; flex: none; font-family: var(--font-heading); font-weight: 800; font-size: 12px; color: var(--color-neutral-500); }
.lb-name { flex: 1 1 240px; min-width: 0; }
.lb-cat { font-family: var(--font-heading); font-weight: 800; font-size: 19px; line-height: 1.15; letter-spacing: -0.01em; }
.lb-runners { font-size: 12.5px; color: var(--color-neutral-700); margin-top: 6px; line-height: 1.4; }
.lb-metric { flex: 1 1 260px; min-width: 0; }
.lb-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-family: var(--font-heading); font-weight: 800; font-size: 19px; line-height: 1.15; }
.lb-prod { display: inline-flex; align-items: center; gap: 10px; }
.pmark { display: inline-block; flex: none; object-fit: contain; vertical-align: -3px; margin-right: 8px; }
.lb-prod .pmark { margin-right: 0; }
.pcell { display: inline-flex; align-items: center; }
.pcell .pmark { margin-right: 8px; }
.tied { font-family: var(--font-body); font-weight: 400; font-size: 12px; color: var(--color-neutral-700); }
.lb-status { flex: 0 0 108px; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--color-neutral-600); text-align: right; }
.track { height: 8px; background: var(--color-neutral-300); margin-top: 10px; }
.track.tall { height: 14px; margin-top: 0; flex: 1 1 auto; }
.track.tall16 { height: 16px; margin-top: 0; flex: 1 1 auto; }
.fill { height: 100%; background: var(--color-text); }
.fill.accent { background: var(--color-accent); }
.fill.ink { background: var(--color-neutral-700); }

/* two-column rows */
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 44px; padding-top: 56px; }
.two-col.rule-top { padding-top: 50px; }
.rows { border-top: 2px solid var(--color-text); }
.bar-row { display: flex; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--color-divider); }
.bar-label { flex: 0 0 170px; font-size: 13.5px; font-weight: 600; }
.bar-val { flex: 0 0 62px; text-align: right; font-family: var(--font-heading); font-weight: 800; font-size: 15px; font-variant-numeric: tabular-nums; }
.anti-row { display: flex; align-items: baseline; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--color-divider); }
.anti-row > div:first-child { flex: 1 1 auto; min-width: 0; }
.anti-name { display: flex; align-items: center; font-family: var(--font-heading); font-weight: 800; font-size: 15px; }
.anti-cat { font-size: 12px; color: var(--color-neutral-700); margin-top: 3px; }
.anti-right { flex: 0 0 auto; text-align: right; }
.anti-pct { font-family: var(--font-heading); font-weight: 800; font-size: 17px; color: var(--color-accent-700); font-variant-numeric: tabular-nums; }
.anti-pct.accent { color: var(--color-accent); }
.anti-models { font-size: 11px; color: var(--color-neutral-700); letter-spacing: 0.04em; text-transform: uppercase; margin-top: 3px; }

/* poster, noise, findings */
.poster { background: var(--color-accent); color: #fff; margin-top: 64px; padding: 56px 40px; }
.poster .kicker { color: #fff; opacity: 0.85; font-size: 12px; letter-spacing: 0.14em; margin-bottom: 22px; }
.poster .statement { font-family: var(--font-heading); font-weight: 800; font-size: clamp(30px, 4.6vw, 58px); line-height: 1.0; letter-spacing: -0.025em; max-width: 26ch; text-wrap: pretty; }
.poster p { margin-top: 26px; font-size: 15px; line-height: 1.5; max-width: 58ch; }
.noise { padding-top: 10px; }
.noise .sec-head { padding: 44px 0 14px; }
.findings { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; padding-top: 56px; border-top: 2px solid var(--color-text); margin-top: 56px; }
.findings h3 { font-family: var(--font-heading); font-weight: 800; font-size: 21px; line-height: 1.1; margin-bottom: 12px; }
.findings p { font-size: 14px; color: var(--color-neutral-800); }

/* tables */
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th.r, .table td.r { text-align: right; }
.table td.idx, .table th.idx { width: 34px; }
.table td.w { font-family: var(--font-heading); font-weight: 800; }
.table td.wrap { white-space: normal; }
.tablewrap { overflow-x: auto; }
.tag { border-radius: 0; }
.matrix th, .matrix td { vertical-align: top; }
.matrix tbody th { text-align: left; font-weight: 400; min-width: 220px; max-width: 300px; padding: 8px; border-bottom: 1px solid var(--color-divider); }
.matrix .var { font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 4px; }
.matrix .ptext { font-size: 13.5px; line-height: 1.4; color: var(--color-neutral-800); }
.matrix .fc { font-weight: 600; }
.matrix .al { color: var(--color-neutral-700); font-size: 13px; }
.matrix .ng { color: var(--color-accent-700); font-size: 13px; }
.matrix .none { color: var(--color-neutral-500); font-size: 12px; }
.raw td, .raw th { white-space: nowrap; }

/* category page */
.crumbs { padding-top: 28px; font-size: 12.5px; color: var(--color-neutral-700); letter-spacing: 0.04em; text-transform: uppercase; }
.crumbs .muted { color: var(--color-neutral-500); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; padding: 14px 0; border-top: 1px solid var(--color-divider); border-bottom: 1px solid var(--color-divider); }
.chip { display: inline-block; line-height: 1.3; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 10px; border: 2px solid var(--color-neutral-300); color: var(--color-neutral-800); }
.chip:hover { border-color: var(--color-accent); color: var(--color-neutral-800); }
.chip.current { border-color: var(--color-text); background: var(--color-text); color: var(--color-bg); }
.cat-hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; padding: 30px 0 34px; }
.cat-hero h1 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(32px, 4.4vw, 54px); line-height: 0.98; letter-spacing: -0.025em; text-wrap: pretty; }
.asked { font-size: 14px; color: var(--color-neutral-700); margin-top: 16px; line-height: 1.55; max-width: 46ch; }
.standing-box { border-left: 2px solid var(--color-text); padding-left: 24px; display: flex; flex-direction: column; justify-content: center; }
.standing-box .kicker { margin-bottom: 0; }
.standing-top .pmark { vertical-align: -4px; margin-right: 12px; }
.share-name, .warn-name { display: flex; align-items: center; }
.share-name .pmark, .warn-name .pmark { margin-right: 8px; }
.standing-top { font-family: var(--font-heading); font-weight: 800; font-size: clamp(30px, 3.6vw, 42px); line-height: 1; letter-spacing: -0.02em; margin: 10px 0; color: var(--color-accent); text-wrap: pretty; }
.tied-big { font-size: 0.55em; color: var(--color-neutral-700); font-weight: 600; }
.verdict-text { font-size: 14.5px; line-height: 1.5; }
.share-row { display: flex; align-items: center; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--color-divider); }
.share-name { flex: 0 0 180px; font-size: 14.5px; font-weight: 600; }
.share-pct { flex: 0 0 54px; text-align: right; font-family: var(--font-heading); font-weight: 800; font-size: 15px; font-variant-numeric: tabular-nums; }

/* quadrant plot */
.quad-wrap { display: flex; align-items: stretch; gap: 10px; }
.y-title { flex: none; width: 20px; display: flex; align-items: center; justify-content: center; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); white-space: nowrap; }
.plot { position: relative; flex: 1 1 auto; min-width: 0; height: 380px; border: 2px solid var(--color-text); background: var(--color-neutral-100); }
.hline { position: absolute; left: 0; right: 0; border-top: 1px dashed var(--color-neutral-500); }
.vline { position: absolute; top: 0; bottom: 0; border-left: 1px dashed var(--color-neutral-500); }
.thr { position: absolute; font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-neutral-600); }
.corner { position: absolute; font-family: var(--font-heading); font-weight: 800; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-neutral-600); }
.corner.tl { left: 10px; top: 8px; } .corner.tr { right: 10px; top: 8px; } .corner.bl { left: 10px; bottom: 8px; } .corner.br { right: 10px; bottom: 8px; }
.marker { position: absolute; transform: translate(-11px, -11px); width: 22px; height: 22px; background: var(--color-text); color: var(--color-bg); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; font-size: 11px; font-variant-numeric: tabular-nums; }
.marker.hot { background: var(--color-accent); }
.marker.has-mark { width: 26px; height: 26px; transform: translate(-13px, -13px); background: #fff; border: 2px solid var(--color-text); }
.marker.has-mark.hot { border-color: var(--color-accent); }
.marker.has-mark .pmark { width: 20px; height: 20px; margin: 0; }
.marker .badge { position: absolute; right: -9px; top: -9px; min-width: 16px; height: 16px; padding: 0 3px; background: var(--color-text); color: var(--color-bg); font-size: 9px; line-height: 16px; text-align: center; font-family: var(--font-heading); font-weight: 800; font-variant-numeric: tabular-nums; }
.marker.hot .badge { background: var(--color-accent); }
.x-axis { display: flex; justify-content: space-between; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); margin-top: 8px; padding-left: 30px; }

/* warned against, held */
.warn-row { padding: 13px 0; border-bottom: 1px solid var(--color-divider); }
.warn-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.warn-name { font-family: var(--font-heading); font-weight: 800; font-size: 15.5px; }
.warn-pct { font-family: var(--font-heading); font-weight: 800; font-size: 16px; color: var(--color-accent-700); font-variant-numeric: tabular-nums; }
.warn-detail { font-size: 12.5px; color: var(--color-neutral-700); margin-top: 4px; }
.ev { margin: 8px 0 0; padding-left: 12px; border-left: 2px solid var(--color-accent); font-size: 13.5px; line-height: 1.45; color: var(--color-neutral-800); }
.ev .src { display: block; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--color-neutral-600); margin-top: 4px; }
.held-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--color-divider); font-size: 14px; }
.verdict { font-family: var(--font-heading); font-weight: 800; font-size: 11.5px; letter-spacing: 0.07em; text-transform: uppercase; }
.verdict.changed { color: var(--color-accent-700); }

/* normalization */
.norm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 36px; }
.norm-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid var(--color-divider); font-size: 13.5px; }
.norm-row + .norm-row { border-top: 1px solid var(--color-divider); }
.norm-empty { font-size: 13.5px; color: var(--color-neutral-700); border-top: 1px solid var(--color-divider); padding-top: 10px; }
.norm-disc { border-top: 2px solid var(--color-accent); padding-top: 12px; font-size: 13.5px; line-height: 1.55; }
.pager { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 40px; }

/* methodology */
.mbody { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 40px; border-top: 2px solid var(--color-text); padding-top: 34px; }
.mside { flex: 1 1 200px; max-width: 280px; }
.mside .sticky { position: sticky; top: 24px; }
.mside a { display: flex; gap: 12px; font-size: 13.5px; padding: 6px 0; border-bottom: 1px solid var(--color-divider); color: var(--color-text); }
.mside a:hover { color: var(--color-accent); }
.mmain { flex: 4 1 420px; min-width: 0; }
.msec { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--color-divider); scroll-margin-top: 20px; }
.msec-head { display: flex; gap: 14px; align-items: baseline; margin-bottom: 12px; }
.msec h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.05; letter-spacing: -0.015em; }
.msec h3 { font-family: var(--font-heading); font-weight: 800; font-size: 22px; margin: 22px 0 6px; }
.msec p { font-size: 15.5px; line-height: 1.6; max-width: none; text-wrap: pretty; margin-bottom: 14px; }
.msec .table { margin-top: 12px; }
.defs { display: grid; grid-template-columns: max-content 1fr; gap: 8px 18px; font-size: 14.5px; max-width: none; margin: 0; }
.defs dt { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-accent-700); padding-top: 3px; white-space: nowrap; }
.defs dd { margin: 0; }
.steps { padding-left: 20px; margin: 0 0 14px; max-width: none; font-size: 15px; }
.weak { border-top: 2px solid var(--color-text); }
.weak-row { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--color-divider); font-size: 14.5px; line-height: 1.5; }
.weak-row .dash { color: var(--color-accent); flex: none; font-weight: 800; }

/* data page */
.dl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-left: 2px solid var(--color-text); }
.dl { padding: 22px 20px; display: flex; flex-direction: column; gap: 8px; border-right: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); color: var(--color-text); }
.dl:hover { background: var(--color-accent-100); color: var(--color-text); }
.dl .kicker { margin-bottom: 0; }
.dl-name { font-family: var(--font-heading); font-weight: 800; font-size: 17px; line-height: 1.15; }
.dl-desc { font-size: 13px; color: var(--color-neutral-800); line-height: 1.45; }
.dl-size { font-size: 12px; color: var(--color-neutral-600); font-variant-numeric: tabular-nums; margin-top: 2px; }
.policies { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; }
.policies p { font-size: 14.5px; line-height: 1.55; }
@media (max-width: 640px) { .shell { padding: 0 16px; } .poster { padding: 40px 24px; } .bar-label { flex-basis: 130px; } }

/* conflict disclosure */
.conflict { border-left: 2px solid var(--color-accent); background: var(--color-accent-100); padding: 14px 18px; margin-top: 18px; }
.conflict .kicker { margin-bottom: 6px; }
.conflict p { font-size: 14px; line-height: 1.5; color: var(--color-neutral-800); }
.dl-grid div.dl:hover { background: var(--color-surface); }

/* categories page */
.cc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0; border-top: 2px solid var(--color-text); border-left: 2px solid var(--color-text); margin-top: 8px; }
.cc { display: grid; grid-template-rows: subgrid; grid-row: span 8; row-gap: 10px; align-items: start; padding: 22px 20px 20px; border-right: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); color: var(--color-text); }
.cc-grid { grid-auto-rows: auto; }
.cc .track { align-self: center; }
.cc-ref { align-self: end; }
@supports not (grid-template-rows: subgrid) { .cc { display: flex; flex-direction: column; gap: 10px; } }
.cc:hover { background: var(--color-accent-100); color: var(--color-text); }
.cc-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.cc h3 { font-family: var(--font-heading); font-weight: 800; font-size: 20px; line-height: 1.12; letter-spacing: -0.015em; }
.cc-phrase { font-size: 13px; color: var(--color-neutral-700); }
.cc-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--font-heading); font-weight: 800; font-size: 18px; margin-top: 4px; }
.cc-top span:first-child { display: inline-flex; align-items: center; gap: 10px; }
.cc-runners { font-size: 12.5px; color: var(--color-neutral-700); line-height: 1.4; }
.cc-conflict { font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--color-accent-700); }
.cc-ref { font-size: 11.5px; color: var(--color-neutral-600); padding-top: 6px; }

/* category icons */
.cicon { display: inline-flex; align-items: center; justify-content: center; color: var(--color-accent); flex: none; }
.cicon svg { display: block; }
.cc-id { display: inline-flex; align-items: center; gap: 10px; }
.cat-icon-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

.table tr.vrow th { padding-top: 22px; border-bottom: 2px solid var(--color-text); text-transform: none; letter-spacing: 0; color: var(--color-text); font-size: 13px; }

/* home: coverage */
.coverage { border-top: 2px solid var(--color-text); padding-top: 26px; }
.coverage .sec-head { padding-top: 0; margin-bottom: 14px; }
.cov-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0; border-left: 2px solid var(--color-text); border-top: 2px solid var(--color-text); }
.cov-col { padding: 18px 16px 20px; border-right: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); min-width: 0; }
.cov-num { font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 4px; }
.cov-name { font-family: var(--font-heading); font-weight: 800; font-size: 15px; line-height: 1.15; margin-bottom: 12px; min-height: 2.3em; }
.cov-count { display: flex; align-items: baseline; gap: 6px; margin-bottom: 14px; font-family: var(--font-heading); font-weight: 800; font-size: 26px; line-height: 1; font-variant-numeric: tabular-nums; }
.cov-count .muted { color: var(--color-neutral-700); }
.cov-total { font-size: 15px; color: var(--color-neutral-700); }
.cov-cells { display: flex; flex-wrap: wrap; gap: 3px; width: 100%; }
.cell { display: block; width: 13px; height: 13px; flex: none; border-bottom: 0; }
.cell.scored { background: var(--color-accent); }
.cell.scored:hover { background: var(--color-text); }
.cell.planned { background: transparent; outline: 2px solid var(--color-text); outline-offset: -2px; }
.cell.open { background: #e5e2e2; }
.cov-note { font-size: 11.5px; color: var(--color-neutral-700); margin-top: 12px; line-height: 1.4; }
.legend { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--color-divider); }
.legend > div { display: flex; align-items: center; gap: 9px; font-size: 12.5px; }
.runstats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); border-bottom: 2px solid var(--color-text); }
.rs { padding: 16px 18px; border-left: 1px solid var(--color-divider); }
.rs:first-child { border-left: 0; padding-left: 0; }
.rs-n { font-family: var(--font-heading); font-weight: 800; font-size: 25px; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.rs-l { font-size: 11.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--color-neutral-700); margin-top: 7px; line-height: 1.35; }
.note.wide { margin-top: 12px; }

/* home: standing */
.standing { padding-top: 50px; }
.standing .sec-head { padding-top: 0; margin-bottom: 8px; }
.controls { display: flex; flex-wrap: wrap; gap: 16px 24px; justify-content: space-between; align-items: flex-end; padding-bottom: 14px; border-bottom: 2px solid var(--color-text); }
.fchips { display: flex; flex-wrap: wrap; gap: 6px; }
button.chip { appearance: none; cursor: pointer; background: transparent; }
.sortbar { display: flex; align-items: center; gap: 10px; }
.sort-l { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); }
.sortbtn { appearance: none; cursor: pointer; background: none; border: 0; border-bottom: 2px solid transparent; padding: 0 0 3px; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-neutral-700); }
.sortbtn:hover { color: var(--color-accent); }
.sortbtn.current { color: var(--color-text); border-bottom-color: var(--color-accent); }
.qualifier { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; padding: 11px 0; border-bottom: 1px solid var(--color-divider); }
.qualifier .ed-badge { flex: none; }
.q-text { font-size: 12.5px; color: var(--color-neutral-800); }
.st-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; padding: 16px 8px 16px 0; border-bottom: 1px solid var(--color-divider); color: var(--color-text); }
.st-row:hover { background: var(--color-accent-100); color: var(--color-text); }
.st-num { width: 24px; flex: none; font-family: var(--font-heading); font-weight: 800; font-size: 12px; color: var(--color-neutral-700); font-variant-numeric: tabular-nums; }
.st-cat, .st-lead { flex: 1 1 250px; min-width: 0; }
.st-v { font-family: var(--font-heading); font-weight: 800; font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 4px; }
.st-name { font-family: var(--font-heading); font-weight: 800; font-size: 18px; line-height: 1.15; letter-spacing: -0.01em; }
.st-runners { font-size: 12.5px; color: var(--color-neutral-700); margin-top: 5px; line-height: 1.4; }
.st-top { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.st-who { display: flex; align-items: center; gap: 10px; min-width: 0; }
.tile { width: 26px; height: 26px; flex: none; background: var(--color-neutral-200); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tile .pmark { margin: 0; width: 100%; height: 100%; object-fit: contain; }
.st-leader { font-family: var(--font-heading); font-weight: 800; font-size: 17px; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.st-share { font-family: var(--font-heading); font-weight: 800; font-size: 17px; font-variant-numeric: tabular-nums; flex: none; }
.st-bar { height: 8px; background: var(--color-neutral-300); margin-top: 9px; }
.st-fill { height: 8px; background: var(--color-text); }
.st-fill.accent { background: var(--color-accent); }
.st-status { flex: 0 0 96px; text-align: right; font-family: var(--font-heading); font-weight: 800; font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--color-neutral-700); }
.st-status.accent-700 { color: var(--color-accent-700); }
.st-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 12px; font-size: 12.5px; color: var(--color-neutral-700); }
.dl-grid.four { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.dl-grid.four .dl { padding: 24px 20px; }
[hidden] { display: none !important; }

/* vendors */
.vlink { color: inherit; border-bottom: 1px solid var(--color-neutral-300); }
.vlink:hover { color: var(--color-accent); border-bottom-color: var(--color-accent); }
.vtile { width: 26px; height: 26px; flex: none; background: var(--color-neutral-200); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; }
.vtile .pmark { margin: 0; width: 100%; height: 100%; object-fit: contain; }
.vtile.big { width: 44px; height: 44px; }
.standing-cat { font-size: 0.55em; letter-spacing: 0; color: var(--color-neutral-700); }
.standing-cat a { color: var(--color-text); border-bottom: 2px solid var(--color-accent); }
.chip.static { cursor: default; color: var(--color-neutral-800); }
.chip.static:hover { border-color: var(--color-neutral-300); }
.claim { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-top: 50px; padding: 30px 0 0; border-top: 2px solid var(--color-text); }
.claim h2 { font-family: var(--font-heading); font-weight: 800; font-size: clamp(24px, 3vw, 34px); line-height: 1; letter-spacing: -0.02em; margin: 6px 0 14px; }
.claim-text p { font-size: 14px; line-height: 1.55; color: var(--color-neutral-800); margin-bottom: 10px; }
.claim-form { max-width: none; }
.hp { position: absolute; left: -9999px; }
.vr { display: grid; grid-template-columns: 34px minmax(0, 2.2fr) minmax(0, 1.4fr) 90px 70px 80px; gap: 14px; align-items: center; padding: 12px 8px 12px 0; border-bottom: 1px solid var(--color-divider); color: var(--color-text); font-size: 14px; }
.vr:hover { background: var(--color-accent-100); color: var(--color-text); }
.vr.head { border-top: 2px solid var(--color-text); border-bottom: 2px solid var(--color-text); font-family: var(--font-heading); font-weight: 800; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-neutral-600); padding: 10px 8px 10px 0; margin-top: 8px; }
.vr.head:hover { background: transparent; }
.vr-name { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vr-cats { font-size: 12px; color: var(--color-neutral-700); line-height: 1.35; }
.vr-best { min-width: 0; font-size: 13.5px; }
.vr-n { text-align: right; }
@media (max-width: 720px) { .vr { grid-template-columns: 34px minmax(0, 1fr) 70px; } .vr-best, .vr-n:nth-child(5), .vr-n:nth-child(6), .vr.head span:nth-child(3), .vr.head span:nth-child(5), .vr.head span:nth-child(6) { display: none; } }

.pack-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; padding: 18px 0; border-bottom: 1px solid var(--color-divider); }
.pack-price { font-family: var(--font-heading); font-weight: 800; font-size: 26px; line-height: 1; letter-spacing: -0.02em; }
.pack-price .muted { font-size: 13px; letter-spacing: 0; font-weight: 400; font-family: var(--font-body); }

/* hero search */
.search { position: relative; max-width: 760px; }
.search-l { display: block; font-family: var(--font-heading); font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-neutral-700); margin-bottom: 8px; }
.search-input { width: 100%; box-sizing: border-box; font-family: var(--font-body); font-size: 17px; padding: 14px 16px; border: 2px solid var(--color-text); border-radius: 0; background: var(--color-bg); color: var(--color-text); -webkit-appearance: none; appearance: none; }
.search-input:focus { outline: 0; border-color: var(--color-accent); }
.search-input::placeholder { color: var(--color-neutral-500); }
.search-hint { margin-top: 10px; font-size: 12.5px; color: var(--color-neutral-700); }
.search-hint kbd { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; padding: 1px 5px; border: 1px solid var(--color-neutral-400); }
.suggest { position: absolute; left: 0; right: 0; top: 100%; z-index: 30; background: var(--color-bg); border: 2px solid var(--color-text); border-top: 0; max-height: 420px; overflow: auto; }
.sg-row { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 14px; border-top: 1px solid var(--color-divider); color: var(--color-text); font-size: 14.5px; }
.sg-row:first-child { border-top: 0; }
.sg-row:hover, .sg-row.active { background: var(--color-accent-100); color: var(--color-text); }
.sg-type { font-family: var(--font-heading); font-weight: 800; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-neutral-600); }
.sg-name { font-family: var(--font-heading); font-weight: 800; display: flex; align-items: center; gap: 8px; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sg-mark { width: 18px; height: 18px; object-fit: contain; flex: none; }
.sg-meta { font-size: 12.5px; color: var(--color-neutral-700); white-space: nowrap; }
.sg-empty { padding: 12px 14px; font-size: 13px; color: var(--color-neutral-700); }
@media (max-width: 560px) { .sg-row { grid-template-columns: 62px minmax(0, 1fr); } .sg-meta { display: none; } }

/* header search */
.site-head { align-items: center; }
.head-search { flex: 1 1 200px; max-width: 320px; margin-left: 28px; }
.head-search .search-input { font-size: 13.5px; padding: 8px 12px; }
.head-search .suggest { right: auto; width: 560px; max-width: calc(100vw - 48px); max-height: 60vh; }
@media (max-width: 760px) { .head-search { order: 3; flex-basis: 100%; max-width: none; margin-left: 0; } .head-search .suggest { width: 100%; } }
