@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@400;450;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{--paper:#f9fafb;--white:#fff;--ink:#18252e;--muted:#63717d;--line:#dce2e7;--blue:#245bdf;--navy:#152d40;--mint:#b7e2ce;--sans:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--serif:'Instrument Serif',Georgia,serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,select{font:inherit}
a,button,select{ -webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
a:hover{color:var(--blue)}
p{margin:0 0 1em}
h1,h2,h3{line-height:1.1;font-weight:550;letter-spacing:-.045em;margin:0 0 .5em}
h1{font-size:clamp(44px,5.6vw,76px)}
h2{font-size:40px}
h3{font-size:25px}
b,strong{font-weight:650}
.wrap{max-width:1360px;padding-left:48px;padding-right:48px;margin:auto}
.topline{background:var(--navy);color:#d8e3ea;font-size:9px;letter-spacing:.15em;font-weight:600}
.topline .wrap{display:flex;justify-content:space-between;padding-top:9px;padding-bottom:9px}
.topline i{font-style:normal;color:#7293aa;padding:0 8px}
.masthead{height:102px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}
.brand{font-size:31px;font-weight:650;letter-spacing:-1.7px;display:inline-flex;align-items:center;line-height:1}
.brand-dot{color:var(--blue)}
.brand-mark{font-size:27px;background:var(--blue);color:#fff;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;margin-right:11px;letter-spacing:-4px;padding-right:4px}
.brand-mark span{font-weight:400}
.masthead nav{display:flex;gap:29px;font-size:13px;font-weight:500}
.masthead nav a{position:relative;padding:12px 0;color:#53616b}
.masthead nav a[aria-current]{color:var(--ink)}
.masthead nav a[aria-current]:after{content:'';width:4px;height:4px;background:var(--blue);position:absolute;bottom:2px;left:calc(50% - 2px);border-radius:50%}
.header-cta{font-size:12px;font-weight:600;background:white;border:1px solid var(--line);padding:12px 16px;border-radius:5px}
.header-cta span{margin-left:22px;color:var(--blue)}
.eyebrow{font-size:10px;letter-spacing:.12em;line-height:1.5;font-weight:650;display:block}
.muted{color:var(--muted)}
.coral{color:var(--blue)}
.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:100}
.skip:focus{top:0}
.hero{display:grid;grid-template-columns:1.03fr 1fr;gap:72px;padding:66px 0 54px;align-items:center}
.hero-copy .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.status-dot{width:6px;height:6px;background:var(--blue);display:inline-block;border-radius:50%}
.hero h1{font-size:clamp(48px,5.5vw,75px);line-height:1.04;margin-bottom:24px;font-weight:500;letter-spacing:-.058em}
.hero h1 em{font-family:var(--serif);font-weight:400;letter-spacing:-.015em;font-size:1.16em;color:var(--blue)}
.dek{font-size:18px;line-height:1.65;color:#5c6a75;max-width:620px;letter-spacing:-.015em}
.hero .dek{max-width:455px;margin-bottom:30px;font-size:17px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:37px;background:var(--blue);color:white;padding:14px 20px;border:1px solid var(--blue);border-radius:5px;font-size:13px;font-weight:550;transition:background .2s,transform .2s}
.button:hover{background:#1745af;color:#fff;transform:translateY(-2px)}
.hero-meta{display:flex;align-items:center;gap:10px;margin-top:30px;font-size:11px;line-height:1.6;font-weight:500}
.hero-meta small{font-size:10px;font-weight:400;color:var(--muted)}
.avatar-mark{width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--blue)}
.hero-figure{display:block;background:var(--navy);color:#fff;padding:27px 32px 21px;border-radius:9px;box-shadow:0 14px 30px -25px #152d4090;position:relative;overflow:hidden}
.hero-figure:hover{color:#fff}
.figure-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:#a8c0d0}
.figure-heading .eyebrow{font-size:9px}
.figure-index{font-family:monospace;font-size:10px;letter-spacing:.08em}
.hero-figure h2{font-size:29px;line-height:1.13;letter-spacing:-.03em;font-weight:450;margin-bottom:25px}
.matrix-head{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.06em;color:#a5bac9;border-bottom:1px solid #ffffff26;padding-bottom:9px}
.matrix-row{margin-top:12px}
.matrix-label{display:flex;justify-content:space-between;font-size:11px;line-height:1;margin-bottom:7px}
.matrix-label>span:last-child{font-family:monospace;font-size:11px;color:#c0ced8}
.matrix-label b{color:white}
.matrix-label i{font-style:normal;padding:0 7px;color:#66869d}
.matrix{display:grid;grid-template-columns:repeat(36,1fr);gap:3px}
.matrix>span{height:5px;background:#395264;border-radius:1px}
.matrix .full,.matrix-legend .full{background:var(--mint)}
.matrix .partial,.matrix-legend .partial{background:#e9c59b}
.matrix-legend{display:flex;align-items:center;gap:12px;font-size:8px;color:#b8cad5;margin-top:18px;padding-top:13px;border-top:1px solid #ffffff26}
.matrix-legend span{display:flex;gap:5px;align-items:center}
.matrix-legend i{display:block;width:6px;height:6px;background:#395264;border-radius:1px}
.matrix-legend b{margin-left:auto;font-weight:400;color:white}
.figure-note{font-size:8px;line-height:1.6;color:#a5bac9;margin:10px 0 0;max-width:350px}
.evidence-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1.2fr 1.1fr;padding:24px 0;gap:28px}
.evidence-strip>div{display:flex;align-items:center;gap:16px}
.evidence-strip strong{font-size:40px;letter-spacing:-.06em;line-height:1;font-weight:450}
.evidence-strip strong span{font-size:24px;color:var(--muted)}
.evidence-strip>div>span{font-size:10px;line-height:1.7;color:var(--muted)}
.evidence-strip>a{border-left:1px solid var(--line);padding-left:28px;display:flex;flex-direction:column;justify-content:center;gap:7px}
.evidence-strip>a .eyebrow{font-size:8px;color:var(--muted)}
.evidence-strip>a>span:last-child{font-size:11px;font-weight:550;display:flex;justify-content:space-between}
.ownership-line{display:flex;align-items:center;gap:10px;padding:16px 0;font-size:10px;color:var(--muted)}
.ownership-line p{margin:0}
.ownership-line a{margin-left:auto;white-space:nowrap;color:#40576a}
.info-icon{width:14px;height:14px;flex-shrink:0;border:1px solid #a4b2be;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-family:Georgia,serif}
.section{margin:67px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section-heading .eyebrow{color:var(--blue);margin-bottom:12px}
.section-heading h2{font-size:34px;margin:0}
.section-heading>a{font-size:12px;font-weight:500}
.section-number{font-size:9px;letter-spacing:.1em;color:var(--muted);padding-bottom:5px}
.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.story{min-width:0;display:flex;flex-direction:column}
.story:hover h3{color:var(--blue)}
.story:hover{color:var(--ink)}
.story-visual{height:210px;border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;padding:19px 21px;overflow:hidden}
.visual-label{font-size:8px;letter-spacing:.09em;font-weight:550;line-height:1.5}
.visual-caption{font-size:8px;opacity:.7}
.quality-visual{background:#eaf0ee;color:#284f46}
.quality-equation{display:flex;gap:17px;align-items:center}
.quality-equation>div{display:flex;flex-direction:column;gap:7px}
.quality-equation strong{font-weight:450;font-size:48px;line-height:1;letter-spacing:-.06em}
.quality-equation strong span{font-size:23px;opacity:.5}
.quality-equation small{font-size:6px;letter-spacing:.04em}
.equation-plus{font-size:22px;font-weight:400;opacity:.45}
.bandwidth-visual{background:#e9eef8;color:#3a5686}
.mini-bars{display:flex;gap:16px;align-items:flex-end;justify-content:center;height:112px;padding:0 6px}
.mini-bars>div{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}
.mini-bars span{display:block;width:100%;max-width:28px;background:#7092cc;border-radius:2px 2px 0 0;min-height:6px}
.mini-bars small{font-size:7px}
.thinking-visual{background:#eeeaf5;color:#685381}
.thinking-label{display:flex;align-items:center;gap:22px}
.thinking-label>span{display:flex;flex-direction:column;gap:10px;font-size:10px}
.thinking-label strong{font-size:27px;line-height:1.13;letter-spacing:-.035em;font-weight:450}
.toggle-shape{display:block;width:49px;height:28px;background:#ad9bc5;border-radius:30px;position:relative}
.toggle-shape:after{content:'';position:absolute;right:4px;top:4px;width:20px;height:20px;border-radius:50%;background:white}
.story-body{padding:23px 1px 0;flex:1;display:flex;flex-direction:column}
.story-body .eyebrow{font-size:9px;color:var(--muted);margin-bottom:11px}
.story-body h3{font-size:25px;line-height:1.2;letter-spacing:-.035em;transition:color .2s;max-width:330px}
.story-body p{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:20px;max-width:310px}
.read-story{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:15px;font-size:10px;font-weight:550}
.read-story b{font-size:17px;font-weight:400;color:var(--blue)}
.chart{background:white;border:1px solid var(--line);border-radius:8px;padding:30px 34px 0}
.chart-top{display:flex;align-items:center;justify-content:space-between;gap:25px}
.chart-top .eyebrow{font-size:8px;color:var(--muted)}
.chart-top h3{font-size:26px;margin-top:12px}
.chart-top label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:10px}
.chart-top select{border:1px solid #ccd5df;border-radius:4px;background:#f9fafb;color:var(--ink);padding:11px 34px 11px 12px;font-size:12px;min-width:265px;cursor:pointer}
.chart-content{display:grid;grid-template-columns:1fr 2.5fr;gap:60px;margin-top:28px;margin-bottom:29px}
.chart-context{border-right:1px solid var(--line);padding-right:30px}
.chart-index{font-size:66px;color:#cad5e0;letter-spacing:-.06em;line-height:1.1;font-weight:450}
.chart-context>p{font-size:12px;line-height:1.6;margin-top:10px}
.chart-context .fine{font-size:10px;margin-top:24px}
.chart-context>a{font-size:10px;font-weight:500;color:var(--blue)}
.chart-caption{font-size:10px;color:var(--muted);margin-bottom:20px;min-height:17px}
.bar-row{display:grid;grid-template-columns:88px 1fr 75px;align-items:center;gap:18px;margin:15px 0;font-size:11px}
.bar-row strong{font-weight:500;text-align:right;font-variant-numeric:tabular-nums}
.bar-track{height:17px;background:repeating-linear-gradient(to right,transparent 0,transparent calc(25% - 1px),#e8edf2 calc(25% - 1px),#e8edf2 25%);border-left:1px solid #e8edf2}
.bar-track span{height:100%;display:block;background:#6284b8;border-radius:0 2px 2px 0;transition:width .3s ease}
.bar-row:nth-child(2n) .bar-track span{background:#7296c5}
.chart-baseline{display:flex;justify-content:space-between;font-size:8px;color:var(--muted);margin-left:106px;margin-right:93px;border-top:1px solid var(--line);padding-top:6px}
.chart-foot{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid var(--line);font-size:9px;color:var(--muted)}
.chart-foot a{color:var(--ink);white-space:nowrap}
.method-feature{background:#e9eef3;border-radius:7px;padding:43px 46px;display:grid;grid-template-columns:1fr 1fr;gap:70px}
.method-feature .eyebrow{font-size:8px;color:var(--muted);margin-bottom:21px}
.method-feature h2{font-size:42px;line-height:1.08;font-weight:450;margin-bottom:0}
.method-feature>div>p{font-size:14px;line-height:1.7}
.method-feature>div>p.muted{font-size:12px}
.text-link{display:flex;justify-content:space-between;font-size:12px;font-weight:550;padding-top:15px;border-top:1px solid #cbd6df}
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);background:white;border-radius:6px;overflow:hidden}
.platform-grid>a{padding:24px 25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.platform-number{font-size:9px;letter-spacing:.08em;color:#8392a2}
.platform-grid h3{margin:17px 0;font-size:24px}
.platform-grid>a>span:last-child{font-size:10px;color:var(--muted)}
footer{background:#edf1f5;border-top:1px solid var(--line);margin-top:80px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;padding-top:49px;padding-bottom:45px}
footer .brand{font-size:29px}
footer p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:18px}
footer .eyebrow{font-size:9px;color:#536979}
footer a:not(.brand){font-size:11px}
footer .footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-links .eyebrow{margin-bottom:9px}
.footer-bottom{display:flex;justify-content:space-between;padding-top:17px;padding-bottom:20px;border-top:1px solid #d9e1e8;color:var(--muted);font-size:9px}
.page-intro{padding:60px 0 34px;max-width:950px}
.page-intro h1{margin-top:20px;font-weight:450}
.page-intro .dek{font-size:19px}
.disclosure{background:#edf2f8;border-left:2px solid #8cadd9;padding:17px 20px;margin:8px 0 30px;font-size:12px;color:#50677d;line-height:1.8}
.disclosure a{text-decoration:underline;text-underline-offset:3px}
.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:6px;background:white;margin:25px 0}
table{border-collapse:collapse;width:100%;font-size:12px;text-align:left;white-space:nowrap;font-variant-numeric:tabular-nums}
caption{text-align:left;padding:14px 18px;font-size:10px;color:var(--muted);border-bottom:1px solid var(--line)}
th,td{padding:16px 18px;border-bottom:1px solid #e6ebef}
thead th{font-size:10px;color:var(--muted);font-weight:500;background:#f7f9fb}
tbody th{font-weight:600}
tbody tr:last-child>*{border-bottom:0}
tbody tr:hover{background:#f5f8fc}
.section>p{max-width:830px;color:var(--muted);font-size:14px}
.fine{font-size:11px;line-height:1.7;color:var(--muted)}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}
.case-grid>a{background:#fff;border:1px solid var(--line);padding:25px;border-radius:5px}
.case-grid .eyebrow{font-size:8px;color:var(--muted)}
.case-grid h3{font-size:23px;line-height:1.2;margin:24px 0}
.case-grid>a>span:last-child{font-size:11px;color:var(--muted)}
.experiment-panel{background:#edf1f6;border-radius:7px;padding:30px;margin:60px 0}
.experiment-panel h2{font-size:32px;margin-top:15px}
.experiment-panel p{font-size:13px}
.experiment-panel>a{font-size:12px;font-weight:500;color:var(--blue)}
.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:6px;background:white;margin:35px 0;padding:30px}
.stats-strip>div{padding:0 22px;border-right:1px solid var(--line)}
.stats-strip>div:first-child{padding-left:0}
.stats-strip>div:last-child{border:0}
.stats-strip strong{display:block;font-size:39px;letter-spacing:-.05em;font-weight:450;line-height:1.2}
.stats-strip span{display:block;font-size:10px;color:var(--muted);margin-top:10px}
.prose{max-width:750px;margin:64px auto 90px;font-size:16px;line-height:1.9}
.prose>.eyebrow{margin-bottom:25px;color:var(--blue)}
.prose h1{font-size:57px;line-height:1.08;margin-bottom:30px;font-weight:450}
.prose h2{font-size:29px;margin-top:43px;margin-bottom:18px}
.prose p{color:#4f5f6c}
.prose a{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.prose ul{padding-left:22px;color:#4f5f6c}
.prose li{padding-left:5px;margin:9px 0}
.prose strong{color:var(--ink)}

@media(min-width:1500px){.hero{gap:100px;padding-top:80px;padding-bottom:68px}
.hero h1{font-size:79px}
.hero-figure{padding:30px 36px}
.matrix-row{margin-top:15px}
}

@media(max-width:1100px){.wrap{padding-left:32px;padding-right:32px}
.masthead nav{gap:20px}
.hero{gap:35px}
.hero h1{font-size:61px}
.hero-figure{padding:25px}
.evidence-strip{gap:18px}
.evidence-strip>div{gap:12px}
.evidence-strip strong{font-size:35px}
.evidence-strip>a{padding-left:18px}
.quality-equation{gap:10px}
.quality-equation strong{font-size:39px}
.story-visual{padding:17px}
.thinking-label{gap:15px}
.thinking-label strong{font-size:24px}
.chart-content{gap:32px}
.chart-context{padding-right:20px}
}

@media(max-width:850px){.masthead{height:85px}
.masthead .header-cta{display:none}
.hero{gap:30px;padding-top:45px}
.hero h1{font-size:49px}
.hero .dek{font-size:15px}
.hero-figure h2{font-size:25px}
.matrix-legend{gap:8px}
.matrix-legend b{display:none}
.hero-figure{padding:23px}
.evidence-strip{grid-template-columns:1fr 1fr 1.2fr}
.evidence-strip>a{display:none}
.ownership-line{align-items:flex-start}
.ownership-line a{display:none}
.section-heading h2{font-size:30px}
.stories{gap:18px}
.story-visual{height:180px}
.story-body h3{font-size:23px}
.quality-equation{gap:9px}
.quality-equation strong{font-size:30px}
.quality-equation strong span{font-size:17px}
.quality-equation small{font-size:5px}
.thinking-label>span{display:none}
.thinking-label strong{font-size:26px}
.visual-label{font-size:7px}
.mini-bars{gap:9px}
.chart-content{grid-template-columns:1fr}
.chart-context{display:none}
.method-feature{gap:30px;padding:35px}
.method-feature h2{font-size:35px}
.footer-grid{gap:25px}
.stats-strip{padding:25px 15px}
.stats-strip>div{padding:0 15px}
.stats-strip strong{font-size:30px}
.case-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){.wrap{padding-left:22px;padding-right:22px}
.topline{font-size:7px;letter-spacing:.07em}
.topline .wrap>span:last-child{font-size:6px}
.topline i{padding:0 3px}
.masthead{height:auto;min-height:111px;flex-wrap:wrap;padding-top:22px;padding-bottom:0;gap:16px}
.brand{font-size:27px}
.brand-mark{width:32px;height:32px;font-size:23px;border-radius:7px}
.masthead nav{width:100%;gap:27px;font-size:11px}
.masthead nav a{padding:0 0 15px}
.masthead nav a[aria-current]:after{bottom:7px}
.hero{grid-template-columns:1fr;gap:34px;padding-top:35px;padding-bottom:30px}
.hero-copy .eyebrow{margin-bottom:21px;font-size:9px}
.hero h1{font-size:clamp(44px,14vw,58px);letter-spacing:-.055em;margin-bottom:22px}
.hero .dek{font-size:16px;max-width:100%;margin-bottom:25px}
.hero-meta{margin-top:22px}
.hero-figure{padding:25px;border-radius:7px}
.hero-figure h2{font-size:29px}
.matrix{gap:3px}
.matrix-row{margin-top:14px}
.matrix-legend b{display:inline;font-size:7px}
.figure-note{font-size:8px}
.evidence-strip{gap:15px;padding:23px 0;grid-template-columns:.8fr .9fr 1.2fr}
.evidence-strip>div{display:block}
.evidence-strip strong{font-size:34px;display:block;margin-bottom:10px}
.evidence-strip>div>span{font-size:9px;display:block;line-height:1.6}
.evidence-strip strong span{font-size:20px}
.ownership-line{font-size:9px;line-height:1.7;gap:8px;padding-top:15px}
.info-icon{margin-top:2px}
.section{margin:45px 0}
.section-heading{align-items:flex-start;gap:15px}
.section-heading h2{font-size:30px;max-width:290px;line-height:1.12}
.section-heading>a{font-size:10px;max-width:90px;text-align:right;margin-top:24px}
.section-number{display:none}
.section-heading .eyebrow{font-size:8px;margin-bottom:11px}
.stories{grid-template-columns:1fr;gap:32px}
.story-visual{height:215px;padding:23px}
.visual-label{font-size:9px}
.visual-caption{font-size:9px}
.quality-equation{justify-content:center;gap:30px}
.quality-equation strong{font-size:53px}
.quality-equation strong span{font-size:25px}
.quality-equation small{font-size:7px}
.thinking-label>span{display:flex}
.thinking-label{justify-content:center;gap:32px}
.thinking-label strong{font-size:31px}
.mini-bars{gap:20px}
.story-body{padding-top:19px}
.story-body h3{font-size:27px;max-width:none}
.story-body p{max-width:none}
.story-body .eyebrow{font-size:9px}
.read-story{font-size:11px;padding-top:12px}
.chart{padding:23px 19px 0}
.chart-top{flex-direction:column;align-items:stretch;gap:13px}
.chart-top h3{font-size:27px;margin-bottom:0}
.chart-top label{margin-top:6px}
.chart-top select{width:100%;min-width:0;font-size:12px}
.chart-content{margin-top:21px;margin-bottom:22px}
.chart-caption{font-size:9px;min-height:28px;margin-bottom:13px}
.bar-row{grid-template-columns:76px 1fr 61px;gap:10px;font-size:10px;margin:17px 0}
.bar-track{height:18px}
.chart-baseline{margin-left:86px;margin-right:71px}
.chart-foot{font-size:8px;flex-wrap:wrap;gap:8px}
.chart-foot a{font-size:9px}
.method-feature{padding:30px 25px;grid-template-columns:1fr;gap:25px}
.method-feature h2{font-size:37px}
.method-feature .eyebrow{font-size:7px;line-height:1.6}
.method-feature>div>p{font-size:14px}
.platform-grid{grid-template-columns:1fr 1fr}
.platform-grid>a{padding:20px 17px}
.platform-grid h3{font-size:21px}
.platform-grid>a>span:last-child{font-size:8px}
.footer-grid{grid-template-columns:1fr;padding-top:35px;padding-bottom:32px;gap:27px}
.footer-grid p{margin-top:14px;margin-bottom:8px}
.footer-grid .footer-links{gap:8px}
.footer-bottom{font-size:8px}
.footer-bottom>span:last-child{display:none}
footer{margin-top:48px}
.page-intro{padding-top:37px;padding-bottom:20px}
.page-intro h1{font-size:46px}
.page-intro .dek{font-size:16px}
.disclosure{padding:15px;font-size:11px}
.section>h2{font-size:31px}
.section>p{font-size:13px}
.case-grid{grid-template-columns:1fr}
.case-grid>a{padding:22px}
.case-grid h3{margin:20px 0}
.experiment-panel{padding:24px 18px}
.experiment-panel h2{font-size:27px}
.stats-strip{grid-template-columns:1fr 1fr;padding:23px;gap:25px}
.stats-strip>div{padding:0;border:0}
.stats-strip strong{font-size:34px}
.stats-strip span{font-size:9px}
.prose{margin:40px auto 60px;font-size:15px;line-height:1.85}
.prose h1{font-size:44px}
.prose h2{font-size:27px}
.prose>.eyebrow{font-size:9px}
th,td{padding:14px}
.table-scroll{margin:20px 0}
table{font-size:11px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}


/* Clinical review: restrained editorial hierarchy and readable evidence tables. */

:root{--paper:#fff;--ink:#172b3a;--muted:#596975;--blue:#254d68;--navy:#193548;--line:#d9e0e4;--serif:'Source Serif 4',Georgia,serif}
h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}
.topline{background:#193548;font-size:10px;letter-spacing:.12em}
.masthead{height:99px;border-bottom:2px solid var(--navy)}
.brand{font-size:34px;letter-spacing:-1.5px}.brand-dot{color:#567d97}
.masthead nav{font-size:14px}.masthead nav a[aria-current]:after{width:20px;height:2px;border-radius:0;left:calc(50% - 10px)}
.header-cta{border-radius:2px;font-size:12px;padding:10px 16px}
.report-kicker{display:flex;justify-content:space-between;gap:20px;margin-top:31px;color:var(--muted);font-size:11px;letter-spacing:.02em}.report-kicker>span:first-child{font-weight:600;letter-spacing:.1em;color:var(--blue)}
.hero{grid-template-columns:1.1fr 1fr;gap:62px;padding:32px 0 38px;align-items:start}
.hero h1{font-family:var(--serif);font-size:clamp(42px,4.1vw,58px);line-height:1.1;font-weight:400;letter-spacing:-.035em;margin:0 0 25px}
.hero .dek{font-size:18px;line-height:1.65;color:#344a59;margin:0 0 20px;max-width:540px}
.hero-abstract{font-size:14px;line-height:1.8;color:var(--muted);max-width:485px;margin-bottom:27px}
.report-actions{display:flex;align-items:center;gap:23px}.button{border-radius:2px;font-size:13px;padding:12px 17px;background:var(--navy);border-color:var(--navy)}.button:hover{background:#2b4c62;transform:none}.secondary-link{font-size:12px;text-decoration:underline;text-underline-offset:4px}
.report-byline{margin:21px 0 0;font-size:11px;color:var(--muted)}.report-byline span{margin:0 8px}
.hero-figure{padding:21px 24px 18px;background:#f8fafb;color:var(--ink);border:1px solid var(--line);border-top:3px solid var(--navy);border-radius:0;box-shadow:none}
.figure-heading{color:var(--muted);margin-bottom:13px}.figure-heading .eyebrow{font-size:10px}.figure-index{font-family:var(--sans);font-size:9px}
.hero-figure h2{font-family:var(--serif);font-size:26px;font-weight:400;line-height:1.2;letter-spacing:-.02em;margin-bottom:7px}.figure-subtitle{font-size:11px;color:var(--muted);margin-bottom:16px}
.lead-table{white-space:normal;font-size:12px;table-layout:auto;background:transparent}.lead-table th,.lead-table td{padding:10px 8px;text-align:right;border-bottom:1px solid #dfe5e9}.lead-table th:first-child{padding-left:0;text-align:left}.lead-table td:last-child,.lead-table th:last-child{padding-right:0}.lead-table thead th{font-size:10px;background:transparent;color:#566b7a;font-weight:500}.lead-table tbody th{font-weight:500}.lead-table tbody tr:last-child>*{border-bottom:1px solid #a9bac6}.lead-table tbody tr:hover{background:#edf2f5}
.figure-note{font-size:10px;line-height:1.7;color:var(--muted);max-width:none;margin:13px 0}.figure-source{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:var(--blue)}
.evidence-strip{padding:18px 0;gap:28px}.evidence-strip>div{gap:13px}.evidence-strip strong{font-size:24px;font-weight:500;letter-spacing:-.03em;white-space:nowrap}.evidence-strip>div>span{font-size:11px;line-height:1.5}.evidence-strip>a .eyebrow{font-size:9px}.evidence-strip>a>span:last-child{font-size:11px}
.review-notice{padding:20px 0 22px;display:grid;grid-template-columns:185px 1fr;gap:25px;border-bottom:1px solid var(--line);font-size:12px;line-height:1.8;color:var(--muted)}.review-notice strong{font-size:12px;font-weight:600;color:var(--ink)}.review-notice p{margin:0;max-width:930px}.review-notice a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.section{margin:53px 0}.section-heading{margin-bottom:23px}.section-heading h2{font-family:var(--serif);font-size:34px;font-weight:400}.section-heading .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:9px}.section-heading>a{font-size:12px}
.chart{border-radius:0;padding:26px 29px 0}.chart-top h3{font-family:var(--serif);font-size:26px;letter-spacing:-.025em;font-weight:400}.chart-top .eyebrow{font-size:9px}.chart-top label{font-size:11px}.chart-top select{font-size:13px;border-radius:2px;background:white}.chart-caption{font-size:12px;line-height:1.6}.chart-content{gap:42px;grid-template-columns:1fr 2.65fr}.chart-context .eyebrow{font-size:10px;color:var(--muted)}.chart-context>p{font-size:13px;line-height:1.9}.chart-context .fine{font-size:11px;line-height:1.8;margin-top:20px}.chart-context>a{font-size:11px}.bar-row{font-size:12px;grid-template-columns:90px 1fr 78px;margin:18px 0}.bar-track{height:19px}.bar-track span,.bar-row:nth-child(2n) .bar-track span{background:#55778f;border-radius:0}.chart-foot{font-size:10px}.chart-baseline{font-size:10px;margin-left:108px;margin-right:96px}
.stories{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.story{padding:26px 27px;border-right:1px solid var(--line)}.story:first-child{padding-left:0}.story:last-child{border-right:0;padding-right:0}.story-body{padding:0}.story-body .eyebrow{font-size:9px;margin-bottom:17px;letter-spacing:.08em}.story-body h3{font-family:var(--serif);font-size:27px;line-height:1.22;letter-spacing:-.02em;max-width:none;margin-bottom:17px;font-weight:400}.story-body p{font-size:13px;line-height:1.8;max-width:none}.read-story{font-size:11px;border:0;padding-top:6px}.read-story b{font-size:15px}
.method-feature{background:#f0f4f6;border-radius:0;border-top:2px solid #859dab;padding:34px 36px;gap:65px}.method-feature h2{font-family:var(--serif);font-size:36px;font-weight:400;line-height:1.17}.method-feature .eyebrow{font-size:10px;margin-bottom:17px}.method-feature>div>p{font-size:14px;line-height:1.85}.method-feature>div>p.muted{font-size:13px}.text-link{font-size:12px}
.platform-grid{border-radius:0}.platform-grid h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:11px 0}.platform-grid>a{padding:21px 24px}.platform-number{font-size:9px}.platform-grid>a>span:last-child{font-size:11px}
footer{background:#f1f4f6}.footer-grid{padding-top:38px;padding-bottom:35px}.footer-grid .eyebrow{font-size:10px}footer p{font-size:12px}footer a:not(.brand){font-size:12px}.footer-bottom{font-size:10px}
.page-intro h1{font-family:var(--serif);font-size:56px;line-height:1.13;font-weight:400;max-width:850px}.prose h1{font-family:var(--serif);font-size:50px;line-height:1.15;font-weight:400}.prose h2{font-family:var(--serif);font-size:30px;font-weight:400}.prose{font-size:17px;line-height:1.85}.prose .eyebrow{font-size:10px}.disclosure{background:#f0f4f6;border-color:#859dab}.table-scroll{border-radius:0}.case-grid>a,.experiment-panel{border-radius:0}.experiment-panel{background:#f0f4f6}.stats-strip{border-radius:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.hero{gap:34px}.hero h1{font-size:45px}.hero .dek{font-size:16px}.hero-abstract{font-size:13px}.hero-figure{padding:18px}.hero-figure h2{font-size:23px}.lead-table{font-size:11px}.lead-table th,.lead-table td{padding:10px 5px}.lead-table thead th{font-size:9px}.report-actions{gap:16px}.review-notice{grid-template-columns:150px 1fr;gap:20px}.evidence-strip strong{font-size:22px}.evidence-strip>div>span{font-size:10px}.story{padding:22px}.story-body h3{font-size:24px}}
@media(max-width:850px){.hero{grid-template-columns:1fr;gap:30px}.hero-copy{max-width:660px}.hero h1{font-size:52px}.hero .dek{font-size:18px;max-width:640px}.hero-abstract{max-width:620px;font-size:14px}.hero-figure{padding:22px 26px}.hero-figure h2{font-size:27px}.lead-table{font-size:13px}.lead-table th,.lead-table td{padding:11px 9px}.lead-table thead th{font-size:11px}.figure-note{font-size:11px}.evidence-strip>div>span{font-size:11px}.chart-content{grid-template-columns:1fr}.story-body h3{font-size:23px}.method-feature{gap:35px}.method-feature h2{font-size:32px}}
@media(max-width:600px){.topline{font-size:8px}.masthead{height:auto;min-height:110px}.masthead nav{font-size:12px}.masthead nav a[aria-current]:after{bottom:7px}.brand{font-size:30px}.report-kicker{margin-top:23px;flex-direction:column;gap:6px;font-size:10px}.report-kicker>span:first-child{font-size:9px}.hero{padding:23px 0 27px;gap:27px}.hero h1{font-size:clamp(34px,9vw,42px);line-height:1.15;margin-bottom:21px;letter-spacing:-.035em}.hero .dek{font-size:17px;line-height:1.7;margin-bottom:15px}.hero-abstract{font-size:13px;line-height:1.8;margin-bottom:22px}.report-actions{gap:17px;flex-wrap:wrap}.button{font-size:12px;padding:11px 14px;gap:25px}.secondary-link{font-size:11px}.report-byline{font-size:10px;line-height:1.7;margin-top:19px}.report-byline span{margin:0 4px}.hero-figure{padding:18px 16px}.hero-figure h2{font-size:25px}.figure-index{font-size:8px}.figure-subtitle{font-size:10px}.lead-table{font-size:11px}.lead-table th,.lead-table td{padding:11px 4px}.lead-table thead th{font-size:9px}.figure-note{font-size:10px;line-height:1.7}.figure-source{font-size:11px}.evidence-strip{gap:15px;padding:18px 0;grid-template-columns:.85fr 1fr 1.2fr}.evidence-strip strong{font-size:23px;margin-bottom:8px}.evidence-strip>div>span{font-size:10px;line-height:1.6}.review-notice{display:block;padding:18px 0;font-size:11px;line-height:1.8}.review-notice strong{display:block;font-size:11px;margin-bottom:6px}.review-notice a{white-space:normal}.section{margin:37px 0}.section-heading{display:block;margin-bottom:20px}.section-heading h2{font-size:30px;max-width:none}.section-heading .eyebrow{font-size:9px}.section-heading>a{display:inline-block;max-width:none;text-align:left;font-size:11px;margin-top:13px}.chart{padding:20px 17px 0}.chart-top h3{font-size:26px;margin-top:11px}.chart-top .eyebrow{font-size:8px}.chart-top select{font-size:12px}.chart-caption{font-size:11px;line-height:1.7;min-height:32px}.bar-row{grid-template-columns:78px 1fr 65px;gap:8px;font-size:11px}.bar-track{height:18px}.chart-baseline{margin-left:86px;margin-right:73px;font-size:9px}.chart-foot{font-size:9px}.stories{grid-template-columns:1fr}.story,.story:first-child,.story:last-child{padding:23px 0;border-right:0;border-bottom:1px solid var(--line)}.story:last-child{border-bottom:0}.story-body .eyebrow{font-size:9px;margin-bottom:12px}.story-body h3{font-size:27px;line-height:1.25;margin-bottom:12px}.story-body p{font-size:13px;margin-bottom:13px}.read-story{padding:0;font-size:11px}.method-feature{padding:26px 23px;gap:21px}.method-feature h2{font-size:32px}.method-feature .eyebrow{font-size:9px;margin-bottom:13px}.method-feature>div>p{font-size:13px}.method-feature>div>p.muted{font-size:12px}.platform-grid>a{padding:18px 16px}.platform-grid h3{font-size:23px}.platform-grid>a>span:last-child{font-size:10px}.platform-number{font-size:8px}.footer-bottom{font-size:9px}.page-intro h1{font-size:40px}.prose h1{font-size:39px}.prose{font-size:16px}.prose h2{font-size:28px}}

/* Aggregate-to-case navigation is shared by the homepage and results index. */
.results-navigation{display:flex;flex-wrap:wrap;gap:12px 28px;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:12px 0 30px;font-size:12px;color:var(--blue)}
.case-cohort{display:grid;grid-template-columns:1fr 1.8fr;gap:50px;padding:26px 0;border-top:1px solid var(--line)}
.case-cohort:last-child{border-bottom:1px solid var(--line)}
.case-directory>p{max-width:820px;margin-bottom:26px}
.cohort-description h3{font-size:24px;line-height:1.25;margin-bottom:12px}
.cohort-description p{font-size:12px;color:var(--muted);line-height:1.8;max-width:320px;margin:0}
.cohort-cases{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;align-content:start}
.cohort-cases>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #e8edf0;font-size:13px}
.cohort-cases strong{display:block;font-weight:500;line-height:1.5}
.cohort-cases small{display:block;color:var(--muted);font-size:10px;line-height:1.6;margin-top:4px}
.cohort-cases>a>span:last-child{color:#55778f}
#individual-benchmarks,#aggregate-results,#saved-transcript-experiment{scroll-margin-top:25px}
@media(max-width:850px){.case-cohort{grid-template-columns:1fr 1.5fr;gap:28px}.cohort-cases{grid-template-columns:1fr}.cohort-description h3{font-size:23px}}
@media(max-width:600px){.case-cohort{grid-template-columns:1fr;gap:12px;padding:23px 0}.cohort-description p{max-width:none}.cohort-cases{grid-template-columns:1fr}.cohort-cases>a{font-size:14px;padding:12px 0}.cohort-cases small{font-size:11px}.results-navigation{font-size:11px;gap:12px 20px}.case-directory>p{font-size:13px;line-height:1.8}}

/* Best observed values are marked per metric, including equal best results. */
.best-result{background:#edf5ef;color:#214e38}
.best-badge{display:block;width:max-content;max-width:100%;font-family:var(--sans);font-size:9px;font-weight:600;line-height:1.5;letter-spacing:.015em;color:#28583e;background:#dcece0;border:1px solid #bdd7c5;border-radius:2px;padding:1px 5px;margin-top:5px;white-space:nowrap}
.lead-table .best-badge{margin-left:auto;font-size:8px;padding:0 4px}
.bar-row.is-best>a{font-weight:650;color:#214e38}
.bar-row.is-best .bar-track span{background:#366c50}
.bar-row strong .best-badge{margin-left:auto}
.bar-row{min-height:34px}

.article-image{display:block;max-width:100%;height:auto;margin:1rem 0}
/* Aggregate comparison table + spread dialog */
.signum-results{padding:56px 0 30px}
.signum-heading{max-width:760px;margin-bottom:26px}.signum-heading h2{font-size:clamp(28px,3.4vw,40px)}.signum-heading p{color:var(--muted)}
.signum-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:10px;background:var(--white)}
.signum-table{width:100%;border-collapse:collapse;min-width:1020px;font-size:13px}
.signum-table th,.signum-table td{border-bottom:1px solid var(--line);padding:0;text-align:right;vertical-align:middle}
.signum-table thead th{padding:14px 12px;font-size:12px;font-weight:650;color:var(--ink);background:#f3f5f7;position:sticky;top:0}
.signum-table tbody th{text-align:left;padding:12px 16px;width:270px;min-width:270px;white-space:normal}
.metric-label{display:block;font-weight:600}.metric-help{display:block;font-size:11px;line-height:1.4;color:var(--muted);font-weight:400;margin-top:3px}
.spread-cell{width:100%;border:0;background:transparent;padding:12px;text-align:right;cursor:pointer;color:inherit;display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-height:58px;justify-content:center}
.spread-cell:hover{background:#eef2fb}.spread-cell:hover .cell-mean{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:4px}
.cell-mean{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}.cell-range{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}
td.is-best{background:#e6f0ed}td.is-best .cell-mean{color:var(--blue)}td.is-best .cell-mean:before{content:'●';font-size:7px;vertical-align:middle;margin-right:6px}
.cell-na{display:block;padding:12px;color:var(--muted)}
.signum-notes{margin:14px 0 0;padding-left:18px;font-size:12px;color:var(--muted)}
.spread-dialog{padding:0;border:1px solid var(--line);border-radius:12px;width:min(760px,calc(100vw - 32px));max-width:none;max-height:88vh;max-height:88dvh;color:var(--ink);background:var(--white);box-shadow:0 24px 90px #18252e44}
.spread-dialog::backdrop{background:#18252e88}.spread-dialog[open]{display:flex;flex-direction:column}
.spread-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px 24px;border-bottom:1px solid var(--line)}
.spread-dialog h2{margin:4px 0 0;font-size:26px}.spread-dialog .eyebrow{color:var(--blue)}.spread-dialog form{margin:0}
.spread-dialog header button{width:44px;height:44px;border:0;border-radius:6px;background:#eef1f4;font-size:28px;cursor:pointer;color:var(--ink)}
.spread-body{padding:20px 24px 24px;overflow:auto}.spread-help{color:var(--muted);font-size:13px}
.spread-summary{font-size:13px;margin-top:12px}
#spread-chart svg{width:100%;height:auto;display:block}
#spread-chart .grid{stroke:var(--line);stroke-width:1}#spread-chart .axis{fill:var(--muted);font-size:11px}
#spread-chart .label{fill:var(--ink);font-size:13px}#spread-chart .range{stroke:#c9d1d8;stroke-width:3;stroke-linecap:round}
#spread-chart .run{fill:#fff;stroke:#8c98a3;stroke-width:1.6}#spread-chart .mean{stroke:var(--ink);stroke-width:2}
#spread-chart .is-selected .label{font-weight:700;fill:var(--blue)}#spread-chart .is-selected .run{fill:var(--blue);stroke:var(--blue)}#spread-chart .is-selected .range{stroke:#b7c8f4}
@media(max-width:700px){.spread-dialog header{padding:14px 16px}.spread-body{padding:16px}}
.signum-table thead th:first-child{text-align:left;padding-left:16px}
.case-results{margin-top:8px}.case-table tbody th{width:150px;min-width:150px;font-weight:600}.case-table caption{caption-side:top;text-align:left;padding:0 0 10px;font-size:13px;color:var(--muted)}
.run-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:20px 0 12px;padding-top:16px;border-top:1px solid var(--line)}
.run-tabs button{border:1px solid var(--line);border-radius:999px;background:var(--white);padding:6px 12px;font:inherit;font-size:13px;cursor:pointer;color:var(--ink)}
.run-tabs button span{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:4px}.run-tabs button[aria-selected=true]{background:var(--ink);border-color:var(--ink);color:#fff}.run-tabs button[aria-selected=true] span{color:#cfd6dc}
.detail-legend{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;color:var(--muted);margin:0 0 10px}
.detail-legend .key{padding:1px 6px;border-radius:3px;color:var(--ink)}
.transcript-content.marked{white-space:pre-wrap;font-size:14px;line-height:1.75;max-height:none;overflow:visible}
mark.err{background:#fde7b0;color:inherit;border-radius:3px;padding:0 1px;position:relative;cursor:help;box-shadow:inset 0 -2px #e0a722}
mark.err.is-significant{background:#fbd0cc;box-shadow:inset 0 -2px #d4372b}
mark.err.is-missing{padding:0 2px;font-weight:700;color:#9a6a00}mark.err.is-missing.is-significant{color:#b3261e}
mark.err:hover::after,mark.err:focus::after{content:attr(data-said);position:absolute;left:0;bottom:calc(100% + 6px);z-index:2;width:max-content;max-width:280px;padding:6px 9px;border-radius:6px;background:var(--ink);color:#fff;font-size:12px;line-height:1.4;font-weight:400;white-space:normal;pointer-events:none}
mark.err:focus{outline:2px solid var(--blue);outline-offset:1px}
.detail-group{display:flex;align-items:center;gap:8px;font-size:15px;margin:18px 0 8px}.detail-group span{font-size:12px;font-weight:600;padding:1px 8px;border-radius:999px;background:#eef1f4}
.detail-group.is-no span{background:#fbd0cc}.detail-group.is-partial span{background:#fde7b0}.detail-group.is-yes span{background:var(--mint)}
.detail-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.detail-list li{padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px}
.detail-list strong{display:block;font-weight:600}.detail-list .jury{display:block;margin-top:4px;font-size:12.5px;color:var(--muted)}.detail-empty{color:var(--muted);font-size:14px}
.help-tip{position:relative;display:inline-grid;place-items:center;width:16px;height:16px;margin-left:4px;padding:0;border:1px solid #b9c3cc;border-radius:50%;background:var(--white);color:var(--muted);font:600 10px/1 var(--sans);vertical-align:1px;cursor:help}
.help-tip:hover,.help-tip:focus-visible{border-color:var(--blue);color:var(--blue);outline:none}
.help-tip:hover::after,.help-tip:focus-visible::after{content:attr(data-help);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:3;width:240px;padding:9px 11px;border-radius:6px;background:var(--ink);color:#fff;font:400 12px/1.45 var(--sans);text-align:left;text-transform:none;letter-spacing:0;white-space:normal;box-shadow:0 8px 24px #18252e33}
.case-table th:nth-last-child(-n+2) .help-tip::after{left:auto;right:-8px;transform:none}
.case-table th:nth-child(2) .help-tip::after{left:-8px;transform:none}
.case-results{padding-bottom:0}
.signum-table thead th:has(.help-tip:hover),.signum-table thead th:has(.help-tip:focus-visible){z-index:5}
.note-ref{position:relative;margin-left:2px;font-size:10px;font-weight:650;vertical-align:super;line-height:0;color:var(--blue);text-decoration:none;cursor:help}
.note-ref:hover::after,.note-ref:focus-visible::after{content:attr(data-help);position:absolute;top:calc(100% + 12px);right:-8px;z-index:3;width:240px;padding:9px 11px;border-radius:6px;background:var(--ink);color:#fff;font:400 12px/1.45 var(--sans);text-align:left;white-space:normal;box-shadow:0 8px 24px #18252e33}
.signum-table thead th:has(.note-ref:hover),.signum-table thead th:has(.note-ref:focus-visible){z-index:5}
.signum-notes li:target{color:var(--ink)}
.run-tabs .ref-tab{border-style:dashed}
.note-text{white-space:pre-wrap;font-size:14px;line-height:1.6;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fafbfc;max-height:none;overflow:visible}
.issue-type{display:inline-block;margin-bottom:4px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:600;background:#eef1f4;color:var(--ink)}
.issue-type.is-missing{background:#fbd0cc}.issue-type.is-partial{background:#fde7b0}.issue-type.is-fabrication{background:#e6d6f5}
/* Face-off: two scribes, one rope per measure. --pull runs -1 (full pull to the left scribe) to 1 (right). */
.faceoff{--a:#3d63a8;--b:#7b55a0;padding:30px 0 20px}
.faceoff-picks{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;max-width:620px;margin:0 auto 14px}
.faceoff-pick select{width:100%;font:600 17px/1.3 var(--sans);color:var(--ink);background:var(--white);border:1px solid var(--line);border-radius:8px;padding:12px 14px;cursor:pointer}
.faceoff-pick.is-a select{border-left:5px solid var(--a)}.faceoff-pick.is-b select{border-right:5px solid var(--b);text-align:right;text-align-last:right}
.faceoff-swap{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink);font-size:18px;cursor:pointer}
.faceoff-swap:hover{border-color:var(--ink)}
.faceoff-score{text-align:center;font-size:14px;color:var(--muted);margin:0 0 20px}
.faceoff-score strong{font-family:var(--serif);font-weight:400;font-size:26px;color:var(--ink)}
.faceoff-score .is-a{color:var(--a)}.faceoff-score .is-b{color:var(--b)}
.faceoff-sub{display:block;margin-top:2px}
.faceoff-rows{list-style:none;margin:0;padding:6px 24px;background:var(--white);border:1px solid var(--line);border-radius:10px}
.rope-row{padding:14px 0 12px;border-bottom:1px solid #e8edf0}.rope-row:last-child{border-bottom:0}
.rope-label{text-align:center;margin:0 0 6px;font-size:13px;cursor:help}
.rope-line{display:grid;grid-template-columns:84px 1fr 84px;align-items:center;gap:14px}
.rope-val{font-size:15px;font-variant-numeric:tabular-nums;color:var(--muted);line-height:1.3}.rope-val b{display:block;font-weight:inherit}.rope-val small{display:block;font-size:11px;color:var(--muted);font-weight:400}
.rope-val.is-a{text-align:right}.rope-val.is-b{text-align:left}
.is-a>.rope-line .rope-val.is-a{color:var(--a);font-weight:700}.is-b>.rope-line .rope-val.is-b{color:var(--b);font-weight:700}
.rope{--pull:0;position:relative;height:10px;border-radius:5px;background:repeating-linear-gradient(115deg,#d9cfb4 0 3px,#bfb190 3px 6px)}
.rope-fill{position:absolute;top:0;bottom:0;left:calc(50% + min(var(--pull),0) * 46%);width:calc(max(var(--pull),var(--pull) * -1) * 46%);opacity:.55;transition:left .8s cubic-bezier(.3,1.35,.5,1),width .8s cubic-bezier(.3,1.35,.5,1)}
.is-a .rope-fill{background:var(--a)}.is-b .rope-fill{background:var(--b)}
.rope-mid{position:absolute;left:50%;top:-9px;bottom:-9px;border-left:2px dashed #9aa6b0;transform:translateX(-1px)}
.rope-knot{position:absolute;top:-7px;left:calc(50% + var(--pull) * 46%);width:8px;height:24px;margin-left:-4px;border-radius:2px;background:#8c98a3;box-shadow:0 0 0 2px var(--white);transition:left .8s cubic-bezier(.3,1.35,.5,1)}
.is-a .rope-knot{background:var(--a)}.is-b .rope-knot{background:var(--b)}
.rope-band{position:absolute;top:-6px;bottom:-6px;left:calc(50% + min(var(--lo,0),var(--hi,0)) * 46%);width:calc((max(var(--lo,0),var(--hi,0)) - min(var(--lo,0),var(--hi,0))) * 46%);border-radius:4px;background:#18252e1f;transition:left .8s cubic-bezier(.3,1.35,.5,1),width .8s cubic-bezier(.3,1.35,.5,1)}
.no-band .rope-band{display:none}
.is-na .rope{opacity:.35}
.rope-gap{text-align:center;margin:8px 0 0;font-size:12px;color:var(--muted)}
.is-a>.rope-gap{color:var(--a)}.is-b>.rope-gap{color:var(--b)}
@media(max-width:600px){.faceoff-rows{padding:4px 14px}.rope-line{grid-template-columns:62px 1fr 62px;gap:10px}.rope-val{font-size:13px}.faceoff-pick select{font-size:15px;padding:10px}.faceoff-picks{gap:8px}}
@media(prefers-reduced-motion:reduce){.rope-fill,.rope-knot,.rope-band{transition:none}}
.faceoff-overall{display:block;margin-top:8px;font-size:17px;font-weight:650;color:var(--ink)}
.faceoff-takeaways{list-style:none;margin:10px auto 18px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;max-width:820px}
.faceoff-takeaways li{padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--white);text-align:center}
.faceoff-takeaways span{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.faceoff-takeaways strong{display:block;margin-top:3px;font-size:14px;font-weight:600;color:var(--ink)}
.benchmark-intro .ground-truth{margin-top:10px;font-size:13.5px;line-height:1.55;color:var(--muted)}
