:root{--bg:#f7f7f6;--panel:#fff;--text:#171717;--muted:#666;--line:#e8e8e8;--blue:#0068d6;--blue-bg:#ebf5ff;--green:#087b4f;--green-bg:#e9f8f0;--amber:#8a5a00;--amber-bg:#fff7df;--red:#b42318;--red-bg:#fff0ee;--leaf:#bcda82}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-feature-settings:"tnum"}body{margin:0;min-height:100vh}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,56px);background:rgba(255,255,255,.92);box-shadow:0 1px 0 rgba(0,0,0,.08);backdrop-filter:blur(14px)}.brand,.top-actions{display:flex;align-items:center}.brand{gap:13px}.brand img{width:52px;height:36px;object-fit:contain}.brand>div{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-size:17px;font-weight:600}.brand div span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.mark{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#171717;color:#fff;font-weight:600}.mark.large{width:48px;height:48px;font-size:20px}.top-actions{gap:20px}.muted{color:var(--muted);font-size:13px}.ghost,.primary,.period-bar button{font:inherit;border:0;border-radius:6px;cursor:pointer}.ghost{padding:9px 14px;background:#fff;color:var(--text);box-shadow:0 0 0 1px rgba(0,0,0,.1)}.primary{padding:9px 14px;background:#171717;color:#fff;font-weight:600}main{width:min(1240px,calc(100% - 40px));margin:0 auto}.intro{padding:72px 0 32px}.eyebrow{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--blue)}h1,h2,p{margin-top:0}h1{margin-bottom:16px;font-size:clamp(44px,7vw,72px);line-height:1;letter-spacing:-.055em;font-weight:600}h2{margin-bottom:0;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}.lede{max-width:760px;margin-bottom:26px;color:#4d4d4d;font-size:19px;line-height:1.55}.period-bar{display:inline-flex;padding:4px;margin-bottom:18px;border-radius:8px;background:#ececeb}.period-bar button{min-height:36px;padding:7px 14px;background:transparent;color:var(--muted);font-size:13px;font-weight:500}.period-bar button.active{background:#fff;color:var(--text);box-shadow:0 0 0 1px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06)}.period-bar button:focus-visible,.ghost:focus-visible{outline:2px solid #0070f3;outline-offset:2px}.window{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px}.window span+span:before{content:"·";margin-right:9px}.test-status{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;margin-bottom:32px;border-radius:8px;background:var(--panel);box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.04)}.status-dot{width:9px;height:9px;margin-top:6px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px var(--amber-bg)}.test-status strong{font-size:15px}.test-status p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.test-status.live .status-dot{background:var(--green);box-shadow:0 0 0 4px var(--green-bg)}.test-status.error .status-dot{background:var(--red);box-shadow:0 0 0 4px var(--red-bg)}.comparison{background:var(--panel);border-radius:10px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 2px 2px rgba(0,0,0,.04),0 8px 20px -16px rgba(0,0,0,.18);overflow:hidden}.comparison-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:26px 28px}.comparison-head>p{margin:0;color:var(--muted);font-size:13px;line-height:1.6;text-align:right}.table-shell{overflow-x:auto}table{width:100%;min-width:1050px;border-collapse:collapse}th,td{padding:18px 14px;text-align:right;border-top:1px solid var(--line);font-variant-numeric:tabular-nums}th{padding-top:13px;padding-bottom:13px;background:#fafafa;color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap}th:first-child,td:first-child{text-align:left;padding-left:28px}th:last-child,td:last-child{padding-right:28px}td{font-size:14px;font-weight:500}td:first-child{min-width:235px}.role{display:inline-block;margin-bottom:6px;padding:3px 8px;border-radius:999px;background:#f0f0f0;color:#4d4d4d;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}tr.challenger{background:#f7fbff}tr.challenger .role{background:var(--blue-bg);color:var(--blue)}td b,td small{display:block}td b{font-size:14px;line-height:1.3}td small{margin-top:4px;color:var(--muted);font-size:11px;font-weight:400}.footnote{max-width:840px;margin:22px 0 68px;color:var(--muted);font-size:13px;line-height:1.6}.login-page{display:grid;place-items:center;padding:24px;background:var(--bg)}.login-shell{width:min(900px,100%);display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.login-copy h1{font-size:clamp(36px,5vw,60px)}.login-copy p:last-child{color:var(--muted);font-size:17px;line-height:1.6}.login-card{display:flex;flex-direction:column;gap:16px;padding:34px;background:#fff;border-radius:10px;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 12px 40px rgba(0,0,0,.08)}.login-card h2{margin:8px 0 0}.login-card p{margin:0}.login-card label{display:flex;flex-direction:column;gap:7px;color:#4d4d4d;font-size:13px;font-weight:600}.login-card input{width:100%;padding:11px 12px;border:0;border-radius:6px;outline:none;box-shadow:0 0 0 1px rgba(0,0,0,.14);font:inherit}.login-card input:focus{box-shadow:0 0 0 2px #0070f3}.login-card .primary{margin-top:4px;padding:11px}.error{min-height:20px;color:var(--red);font-size:13px}@media(max-width:700px){.topbar{height:68px;padding:0 16px}.brand{gap:9px}.brand img{width:43px;height:30px}.brand strong{font-size:15px}.brand div span,.top-actions .muted{display:none}.top-actions{gap:8px}main{width:min(100% - 24px,1240px)}.intro{padding:44px 4px 26px}h1{font-size:44px}.lede{font-size:17px}.period-bar{display:flex}.period-bar button{flex:1}.window{align-items:flex-start;flex-direction:column;gap:4px}.window span+span:before{content:none}.test-status{margin-bottom:24px}.comparison-head{display:block;padding:22px 18px}.comparison-head>p{margin-top:12px;text-align:left}.table-shell{overflow:visible}thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}table,tbody,tr,td{display:block;width:100%;min-width:0}tr{padding:12px 18px;border-top:1px solid var(--line)}tr:first-child{border-top:0}td,td:first-child,td:last-child{display:grid;grid-template-columns:142px 1fr;align-items:center;min-width:0;padding:9px 0;border:0;text-align:right}td:first-child{text-align:left;display:block;padding-bottom:13px}td:before{content:attr(data-label);color:var(--muted);font-size:10px;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.05em}.footnote{margin-bottom:44px}.login-shell{display:block}.login-copy{display:none}.login-card{width:min(420px,100%);margin:auto}}
