
/* One active specimen, with the instrument and its reading held on fixed scales. */
.same-eigenvalues.exhibit-page .wrap{max-width:none;padding:0}
.same-eigenvalues .exhibit-stage{position:relative;min-height:760px;height:100svh;padding:34px 4.2vw 28px}
.same-eigenvalues .utility{position:relative;z-index:2;justify-content:flex-start;gap:24px;font:11px ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase}
.same-eigenvalues .utility #theme{margin-left:auto;border:0}
.same-eigenvalues .hero{display:block;position:absolute;left:4.2vw;top:95px;z-index:1;margin:0;pointer-events:none}
.same-eigenvalues .eyebrow{margin:0 0 23px;font-size:10px}
.same-eigenvalues .hero h1{font-size:clamp(44px,5.1vw,96px);letter-spacing:-.055em;line-height:1;margin:0 0 20px}
.same-eigenvalues .subtitle{font-size:clamp(15px,1.15vw,21px)}
.same-eigenvalues .exhibit-tools{position:absolute;left:4.2vw;right:4.2vw;bottom:100px;display:grid;grid-template-columns:minmax(0,650px) 1fr;gap:0 25px;align-items:center}
.same-eigenvalues .time-controls{margin:0;gap:12px;grid-template-columns:auto auto minmax(80px,1fr) auto}
.same-eigenvalues .time-controls button,.same-eigenvalues .exhibit-reading button{padding:5px 10px;border:0;border-bottom:1px solid var(--rule);border-radius:0;font:11px ui-monospace,monospace}
.same-eigenvalues .time-controls input{grid-column:auto;grid-row:auto}
.same-eigenvalues .time-controls output{min-width:95px;font-size:11px}
.same-eigenvalues .exhibit-tools>p{grid-column:1;margin:2px 0;font:10px/1.4 ui-monospace,monospace;color:var(--faint)}
.same-eigenvalues .study-link{grid-column:2;grid-row:1;justify-self:end;font:11px ui-monospace,monospace;text-decoration:none}
.same-eigenvalues .exhibit-switcher{position:absolute;left:4.2vw;right:4.2vw;bottom:25px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.same-eigenvalues .exhibit-switcher button{display:flex;gap:20px;text-align:left;align-items:center;border:0;border-top:1px solid var(--rule);border-radius:0;min-height:55px;padding:12px 0;background:none;font-size:14px}
.same-eigenvalues .exhibit-switcher button[aria-pressed=true]{border-top:2px solid var(--ink);color:var(--ink)}
.same-eigenvalues .exhibit-switcher button span{font:10px ui-monospace,monospace;color:var(--accent)}
.same-eigenvalues .exhibit-reading h2{font-size:clamp(25px,2.3vw,40px);line-height:1.15;margin:12px 0}
.same-eigenvalues .exhibit-reading p{font-size:13px;line-height:1.6;color:var(--muted);margin:9px 0}
.same-eigenvalues .exhibit-reading .small-label{font-size:10px;color:var(--summary)}
.same-eigenvalues .study-notes,.same-eigenvalues .footer,.same-eigenvalues noscript{margin-left:4.2vw;margin-right:4.2vw;max-width:1400px}
.same-eigenvalues .study-notes{margin-top:0;padding-top:12px}
.same-eigenvalues .study-notes[open]{padding-bottom:24px}
.same-eigenvalues .footer{margin-bottom:35px}
@media(max-width:1050px){
.same-eigenvalues .exhibit-stage{min-height:760px}
.same-eigenvalues .hero h1{font-size:clamp(36px,5.2vw,60px)}
.same-eigenvalues .exhibit-tools{grid-template-columns:minmax(0,580px) 1fr}
.same-eigenvalues .exhibit-reading p{font-size:12px}
.same-eigenvalues .exhibit-reading h2{font-size:27px}
}
@media(max-width:760px){
.same-eigenvalues .exhibit-stage{height:auto;min-height:100svh;padding:16px 20px 26px;display:flex;flex-direction:column}
.same-eigenvalues .utility{gap:14px}
.same-eigenvalues .hero{position:static;order:1;margin:22px 0 10px;pointer-events:auto}
.same-eigenvalues .hero h1{font-size:clamp(30px,7vw,52px);margin-bottom:12px;overflow-wrap:anywhere}
.same-eigenvalues .eyebrow{margin-bottom:18px;font-size:9px}
.same-eigenvalues .subtitle{font-size:15px}
.same-eigenvalues .exhibit-tools{position:static;order:7;display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 10px}
.same-eigenvalues .time-controls{width:100%;grid-template-columns:auto auto 1fr;gap:8px}
.same-eigenvalues .time-controls input{grid-column:1/-1;grid-row:2}
.same-eigenvalues .time-controls output{min-width:70px}
.same-eigenvalues .exhibit-tools>p{width:100%;font-size:10px}
.same-eigenvalues .study-link{margin-left:auto;min-height:36px;display:flex;align-items:center}
.same-eigenvalues .exhibit-switcher{position:static;order:8;gap:10px}
.same-eigenvalues .exhibit-switcher button{font-size:12px;gap:8px;align-items:flex-start;flex-direction:column}
.same-eigenvalues .exhibit-reading{position:static!important;width:auto!important;order:5;max-width:none;margin:16px 0 0}
.same-eigenvalues .exhibit-reading h2{font-size:28px}
.same-eigenvalues .exhibit-reading p{font-size:13px}
.same-eigenvalues .study-notes,.same-eigenvalues .footer{margin-left:20px;margin-right:20px}
}
.same-eigenvalues svg text{fill:var(--faint);font-size:13px}.same-eigenvalues svg .plot-label{fill:var(--muted);font-size:14px}.same-eigenvalues svg .start-label{fill:var(--ink);font-size:13px}.same-eigenvalues svg .peak-label{fill:var(--accent)}.same-eigenvalues svg .grid-line{stroke:var(--grid);stroke-width:1}.same-eigenvalues svg .axis-line{stroke:var(--rule);stroke-width:1}.same-eigenvalues svg .reference-line{stroke:var(--summary);stroke-width:2;stroke-dasharray:6 5;fill:none}.same-eigenvalues svg .complete-line{stroke:var(--accent);stroke-width:2.3;opacity:.28;fill:none}.same-eigenvalues svg .elapsed-line{stroke:var(--accent);stroke-width:3;fill:none}.same-eigenvalues svg .current-point{fill:var(--accent);stroke:var(--panel);stroke-width:2}.same-eigenvalues svg .time-line{stroke:var(--faint);stroke-width:1;stroke-dasharray:3 4}.same-eigenvalues svg .unit-line{stroke:var(--rule);stroke-dasharray:3 5;fill:none}.same-eigenvalues svg .start-point{fill:var(--panel);stroke:var(--ink);stroke-width:1.5}.same-eigenvalues svg .peak-point{fill:var(--panel);stroke:var(--accent);stroke-width:1.7}
.same-eigenvalues .phase-figure{position:absolute;left:25%;top:27%;width:45%;margin:0}
.same-eigenvalues .phase-figure svg{width:100%;height:auto;overflow:visible}
.same-eigenvalues .phase-figure figcaption{font:10px ui-monospace,monospace;color:var(--faint);margin-bottom:10px;text-align:center}
.same-eigenvalues .norm-figure{position:absolute;left:4.2vw;bottom:194px;width:22%;margin:0;padding:14px;border:1px solid var(--grid);background:color-mix(in srgb,var(--panel) 45%,transparent)}
.same-eigenvalues .norm-figure figcaption{font:10px ui-monospace,monospace;color:var(--faint)}
.same-eigenvalues .norm-figure svg{width:100%;height:auto}
.same-eigenvalues .norm-figure svg text{font-size:17px}
.same-eigenvalues .exhibit-reading{position:absolute;right:4.2vw;bottom:183px;width:24%}
.same-eigenvalues .values{display:flex;gap:12px 17px;border-top:1px solid var(--rule);padding-top:12px;margin:14px 0 0}
.same-eigenvalues .values dt{font:10px ui-monospace,monospace;color:var(--faint)}
.same-eigenvalues .values dd{font:18px ui-monospace,monospace;margin:6px 0}
.same-eigenvalues .exhibit-reading .metric-note,.same-eigenvalues .exhibit-reading .coordinates{font:10px/1.6 ui-monospace,monospace}
.same-eigenvalues .coupling-slider{display:flex;gap:9px;align-items:center;margin-top:14px;font:11px ui-monospace,monospace}
.same-eigenvalues .coupling-slider label{white-space:nowrap;color:var(--muted)}
.same-eigenvalues .coupling-slider input{width:100%;min-width:0;height:30px;accent-color:var(--accent)}
.same-eigenvalues .coupling-slider output{min-width:3em;text-align:right}
.same-eigenvalues .plot-legend{display:flex;justify-content:center;gap:20px;font:10px ui-monospace,monospace;color:var(--faint)}
.same-eigenvalues .selected-key::before,.same-eigenvalues .reference-key::before{content:"";display:inline-block;width:18px;border-top:2px solid var(--accent);margin-right:8px;vertical-align:middle}
.same-eigenvalues .reference-key::before{border-color:var(--summary);border-top-style:dashed}
.same-eigenvalues svg .axis-line,.same-eigenvalues svg .grid-line{fill:none}
@media(max-width:1050px){.same-eigenvalues .phase-figure{left:12%;width:62%;top:30%}.same-eigenvalues .norm-figure{width:29%;bottom:185px}.same-eigenvalues .exhibit-reading{width:28%;bottom:179px}}
@media(max-width:760px){
.same-eigenvalues .phase-figure{position:static;width:100%;order:2;margin:25px 0 15px}
.same-eigenvalues .phase-figure svg text{font-size:19px}
.same-eigenvalues .phase-figure svg .plot-label,.same-eigenvalues .phase-figure svg .start-label{font-size:20px}
.same-eigenvalues .norm-figure{position:static;width:min(100%,390px);order:4;padding:12px;margin:8px auto}
.same-eigenvalues .norm-figure svg{max-height:180px}
.same-eigenvalues .exhibit-reading .values{gap:20px}
}
@media(max-width:760px){.same-eigenvalues .exhibit-switcher{order:3;margin-bottom:22px}}
