/* Public results: static, accessible without an account or JavaScript. */
.performance-page{background:var(--white);color:var(--gray-900)}
.performance-hero{padding:148px 0 64px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);text-align:center}
.performance-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--primary);margin:0 0 20px}
.performance-hero h1{max-width:20ch;margin:0 auto 24px;font-size:clamp(32px,4.6vw,58px);line-height:1.13;text-wrap:balance}
.performance-hero>.container>p:last-of-type{max-width:64ch;margin:0 auto;font-size:18px;line-height:1.8;color:var(--text-secondary)}
.performance-jump{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 30px;margin-top:28px}
.performance-jump a{display:inline-flex;align-items:center;gap:16px;min-height:44px;color:var(--primary);font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.performance-section{padding:72px 0;scroll-margin-top:96px}
.performance-section .section-header{margin-bottom:36px}
.performance-section .section-header h2{font-size:clamp(26px,3vw,38px);line-height:1.2}
.performance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.performance-metric{display:flex;flex-direction:column;min-width:0;padding:26px 23px;border:1px solid var(--gray-200);border-radius:14px;background:var(--white)}
.performance-category{margin:0;color:var(--text-secondary);font-size:10px;line-height:1.5;font-weight:700;letter-spacing:.065em;text-transform:uppercase}
.performance-value{margin:22px 0 16px;font:700 clamp(34px,3.3vw,46px)/1.15 'Montserrat Brand',Helvetica,Arial,sans-serif;letter-spacing:-.055em;color:var(--primary);font-variant-numeric:tabular-nums}
.performance-value>span{font-size:.58em;letter-spacing:-.025em;margin-left:4px}
.performance-metric h3{margin:0 0 12px;font:700 16px/1.5 Helvetica,Arial,sans-serif;text-transform:none;letter-spacing:0;color:var(--gray-900)}
.performance-detail{margin:auto 0 0;font-size:12px;line-height:1.6;color:var(--text-secondary)}
.performance-grid-note,.performance-method-note{max-width:90ch;margin:24px 0 0;font-size:13px;line-height:1.8;color:var(--text-secondary)}
.performance-progression{background:var(--gray-50);border-block:1px solid var(--gray-200)}
.performance-average{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#14213b;color:#fff;padding:30px 36px;border-radius:14px}
.performance-average .performance-category{color:#c9d7ed}
.performance-average-values{margin:10px 0 0;font:700 clamp(26px,3vw,40px)/1.3 'Montserrat Brand',Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.04em}
.performance-average-values>span[aria-hidden]{color:#97b8ff;margin-inline:8px;font-weight:400}
.performance-average-values>small{font:400 18px Helvetica,Arial,sans-serif;color:#c9d7ed}
.performance-average>p{display:grid;gap:6px;margin:0;font-size:13px;line-height:1.7;color:#c9d7ed}
.performance-average>p>strong{font:700 24px/1.4 'Montserrat Brand',Helvetica,Arial,sans-serif;letter-spacing:-.03em;color:#fff}
.performance-legend{display:flex;gap:22px;align-items:center;flex-wrap:wrap;padding:28px 0 20px;font-size:12px;color:var(--text-secondary)}
.performance-legend>span{display:flex;align-items:center;gap:8px}
.performance-legend i{display:block;width:20px;height:7px;border-radius:2px}
.performance-key-before{background:#718096}.performance-key-after{background:#f97316}
.performance-legend>p{margin:0 0 0 auto}
.performance-skills{list-style:none;padding:0;margin:0;border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;background:var(--white)}
.performance-skill{display:grid;grid-template-columns:minmax(210px,1fr) 300px minmax(160px,.8fr);align-items:center;gap:28px;padding:24px 28px;border-bottom:1px solid var(--gray-200)}
.performance-skill:last-child{border-bottom:0}
.performance-skill-name{display:flex;align-items:center;gap:15px;min-width:0}
.performance-skill-name>span{font-size:11px;color:var(--text-secondary);font-variant-numeric:tabular-nums}
.performance-skill h3{font:700 15px/1.5 Helvetica,Arial,sans-serif;text-transform:none;letter-spacing:0;margin:0;color:var(--gray-900)}
.performance-scores{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:16px;margin:0}
.performance-scores dt{font-size:10px;color:var(--text-secondary);margin-bottom:5px}
.performance-scores dd{margin:0;font-size:17px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--gray-900);white-space:nowrap}
.performance-scores>div:last-child dd{color:var(--primary)}
.performance-scores small{font-size:10px;font-weight:400}
.performance-bars{display:grid;gap:6px;position:relative;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),var(--gray-200) calc(20% - 1px),var(--gray-200) 20%)}
.performance-bars>span{display:block;width:var(--bar-width);height:8px;border-radius:0 3px 3px 0}
.performance-bar-before{background:#718096}.performance-bar-after{background:#f97316}
.performance-reading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.performance-reading-grid article{border-top:2px solid var(--gray-200);padding-top:22px}
.performance-reading-grid h3,.performance-source h3{font:700 18px/1.4 Helvetica,Arial,sans-serif;text-transform:none;letter-spacing:0;margin:0 0 14px;color:var(--gray-900)}
.performance-reading-grid p{font-size:14px;line-height:1.85;color:var(--text-secondary);margin:0}
.performance-source{margin-top:36px;padding:24px 28px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px}
.performance-source p{margin:6px 0 0;font-size:13px;line-height:1.7;color:var(--text-secondary)}
.performance-home{padding:72px 0;background:var(--gray-50);border-block:1px solid var(--gray-200)}
.performance-home-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:32px}
.performance-home-heading>div{max-width:740px}
.performance-home-heading h2{font-size:clamp(26px,3vw,36px);line-height:1.2;margin:14px 0 16px}
.performance-home-heading p{margin:0;max-width:64ch;font-size:15px;line-height:1.8;color:var(--text-secondary)}
.performance-home-heading>.btn{flex-shrink:0}
.performance-home-note{margin:22px 0 0;font-size:12px;line-height:1.8;color:var(--text-secondary)}
.performance-home-note a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}
.performance-page a:focus-visible,.performance-home a:focus-visible{outline:3px solid var(--primary);outline-offset:5px}
@media(max-width:1050px){.performance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.performance-skill{grid-template-columns:minmax(180px,1fr) 280px;gap:18px}.performance-bars{grid-column:2}.performance-skill-name{grid-row:span 2}.performance-home-heading{align-items:start;flex-direction:column}}
@media(max-width:600px){.performance-hero{padding:120px 0 40px}.performance-hero>.container>p:last-of-type{font-size:16px}.performance-hero h1{font-size:32px}.performance-jump{gap:4px;flex-direction:column;align-items:center}.performance-section,.performance-home{padding:48px 0}.performance-grid{gap:12px}.performance-metric{padding:20px 16px}.performance-category{font-size:9px}.performance-value{font-size:34px;margin:16px 0 12px}.performance-metric h3{font-size:14px}.performance-detail{font-size:11px}.performance-average{padding:24px;align-items:start;flex-direction:column;gap:16px}.performance-average>p{border-top:1px solid #ffffff30;padding-top:16px;width:100%}.performance-legend{gap:16px}.performance-legend>p{width:100%;margin:0}.performance-skill{grid-template-columns:1fr;padding:22px 20px;gap:16px}.performance-skill-name{grid-row:auto}.performance-scores{margin-left:28px;gap:12px}.performance-bars{grid-column:1;margin-left:28px}.performance-reading-grid{grid-template-columns:1fr;gap:24px}.performance-source{padding:22px}.performance-home-heading>.btn{width:100%;justify-content:center}}
@media(prefers-reduced-motion:reduce){.performance-page *,.performance-home *{scroll-behavior:auto}}
.performance-page .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}
.performance-site .header:not(.scrolled){background:#101c32;border-bottom:1px solid #ffffff20}
