
:root{--bg:#f8f9fa;--surface:#fff;--ink:#18232d;--muted:#52616d;--line:#c8d0d7;--soft:#edf1f3;--accent:#176047;--loss:#a22c2c;--warning:#624909;--warning-bg:#fff6df;--space:8px;--radius:4px;color-scheme:light;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.5}
*{box-sizing:border-box}body{margin:0}.mobile-scores,.scroll-hint{display:none}.brand{min-height:44px;display:flex;align-items:center}nav a{min-width:40px}a{color:var(--accent);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}a,button,select,summary{touch-action:manipulation}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}::selection{background:var(--accent);color:var(--surface)}.skip{position:fixed;top:-100px;left:16px;padding:12px;background:var(--surface);z-index:2}.skip:focus{top:8px}header,main,footer{width:min(1184px,calc(100% - 64px));margin-inline:auto}header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}.brand{text-decoration:none;font-size:20px;font-weight:700;color:var(--ink)}.brand span{font-weight:400;color:var(--muted);margin-left:8px}nav{display:flex;gap:24px;flex-wrap:wrap}nav a{min-height:44px;display:flex;align-items:center;font-size:14px}.heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:36px 0 24px}h1{font-size:32px;line-height:1.2;letter-spacing:-.02em;margin:0 0 12px;font-weight:600}h2{font-size:22px;line-height:1.3;margin:0 0 12px;font-weight:600}h3{font-size:20px;font-weight:600;margin:0}p{max-width:75ch;margin:0 0 16px}p,.small,figcaption{color:var(--muted)}.small,figcaption{font-size:13px}.badge{display:inline-block;flex-shrink:0;font-size:13px;border:1px solid var(--line);border-radius:var(--radius);padding:6px 10px;background:var(--surface)}.notice{padding:16px 20px;border:1px solid var(--line);background:var(--warning-bg);color:var(--warning);font-size:14px}.notice strong{display:block;margin-bottom:4px}.num,table td,svg text,.hash{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums}.provenance{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:24px;margin:0;padding:24px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted);font-size:13px;margin-bottom:6px}dd{margin:0;font-size:14px}section{margin-top:40px}section+section{border-top:1px solid var(--line);padding-top:32px}.table-wrap{overflow:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0 12px;background:var(--surface);scrollbar-color:var(--line) var(--surface)}table{width:100%;border-collapse:collapse;min-width:640px;text-align:left;font-size:14px}caption{text-align:left;color:var(--muted);font-size:13px;padding:12px 16px}th,td{padding:14px 16px;white-space:nowrap;border-top:1px solid var(--soft)}thead th{background:var(--soft);font-size:12px;font-weight:500}tbody th{font-weight:500}tbody tr:hover{background:var(--bg)}.loss{color:var(--loss);font-weight:600}details{margin-top:20px;padding:0 0 8px}summary{cursor:pointer;min-height:44px;padding:10px 0;color:var(--ink);font-size:14px}details>p{margin-top:8px}label{display:block;font-size:14px;margin-bottom:8px}.form-row{display:flex;gap:12px;max-width:720px}select,button{font:inherit;font-size:14px;min-height:44px;border:1px solid var(--muted);border-radius:var(--radius)}select{min-width:0;flex:1;padding:8px;background:var(--surface);color:var(--ink)}button{padding:8px 20px;background:var(--accent);color:var(--surface);cursor:pointer}button:hover{filter:brightness(.9)}button:active{filter:brightness(.8)}.round-heading{display:flex;gap:16px;align-items:center;justify-content:space-between;margin:28px 0 8px}.round-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:16px 0;margin:0}.round-data dd{font-size:16px}figure{margin:16px 0 24px}.chart-scroll{overflow-x:auto;background:var(--surface);border:1px solid var(--line)}svg{display:block;width:100%;min-width:620px;height:auto}svg text{font-size:12px;fill:var(--muted)}.grid{stroke:var(--soft);stroke-width:1}.marker{stroke:var(--line);stroke-width:1;stroke-dasharray:4 4}.target{stroke:var(--muted);stroke-width:1.5;stroke-dasharray:7 5}.price-line{stroke:var(--accent);stroke-width:2;fill:none}figcaption{margin-top:8px;max-width:85ch}.reason-list{font-size:13px;overflow-wrap:anywhere;padding-left:20px;color:var(--muted)}.reason-list li{margin-bottom:12px}.audit{display:grid;grid-template-columns:240px minmax(0,1fr);gap:12px 24px;font-size:14px}.audit dt{margin:0}.hash{overflow-wrap:anywhere}.empty{padding:40px 24px;background:var(--soft);color:var(--muted)}footer{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:24px 0;margin-top:40px;font-size:12px;color:var(--muted)}
.score-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0 16px;padding:20px 0;border-block:1px solid var(--line)}.score-strip dd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-variant-numeric:tabular-nums;font-size:28px;line-height:1.2}.replay-compact .heading{margin-bottom:12px}.replay-compact .heading p{margin-bottom:0}.compact-rounds table{min-width:0}.compact-rounds th,.compact-rounds td{padding:0 16px;height:44px}.compact-rounds tbody th a{display:flex;align-items:center;min-height:44px;width:100%}.compact-rounds td:last-child,.compact-rounds thead th:last-child{text-align:right}.compact-rounds .selected-round{background:var(--soft)}.view-options{margin:8px 0}.view-options form{display:grid;gap:8px;max-width:480px;padding-bottom:16px}.view-options label{margin:8px 0 0}.view-options button{margin-top:8px}.checkpoint-detail{margin-top:24px;padding-top:16px;border-top:1px solid var(--line)}.checkpoint-detail .round-heading{margin-top:0}.primary-link{display:inline-flex;align-items:center;min-height:44px}.replay-compact>details{border-top:1px solid var(--line);padding-top:4px}.replay-compact .view-options{border:0;padding:0}
.comparison-rounds table{table-layout:fixed}.comparison-rounds td:not(:first-child){font-family:inherit;font-size:14px}.comparison-rounds th,.comparison-rounds td{white-space:normal;overflow-wrap:anywhere;padding:10px 8px;height:auto;width:25%}.paper-rounds table{table-layout:fixed}.paper-rounds th,.paper-rounds td{white-space:normal;overflow-wrap:anywhere;padding:10px 8px;height:auto}.paper-rounds th:first-child{width:32%}.paper-rounds th:nth-child(2){width:28%}.paper-rounds th:last-child{width:40%}.paper-rounds td .num{white-space:normal}
@media(max-width:600px){.desktop-scores{display:none}.mobile-scores,.scroll-hint{display:block}.mobile-score{border-top:1px solid var(--line);padding:16px 0}.mobile-score h3{font-size:16px}.mobile-score dl{display:grid;grid-template-columns:repeat(3,1fr);margin:12px 0}.mobile-score dd{font-size:20px}.mobile-score p{margin:0}}
@media(max-width:800px){header,main,footer{width:calc(100% - 32px)}header{align-items:flex-start;gap:12px}nav{gap:12px}nav a{font-size:12px}.heading{align-items:flex-start;flex-direction:column;gap:8px}h1{font-size:28px}.provenance{grid-template-columns:1fr 1fr;gap:20px}.round-data{grid-template-columns:1fr}.round-heading{align-items:flex-start;flex-direction:column;gap:8px}.audit{grid-template-columns:1fr;gap:4px}.audit dd{margin-bottom:12px}.form-row{flex-direction:column;align-items:stretch}footer{flex-direction:column}.num{overflow-wrap:anywhere}td .num{white-space:nowrap}}
@media(prefers-reduced-motion:no-preference){button{transition:filter 120ms ease-out}}
