/* Editorial layer shared by the reading rooms; instrument canvases keep their own styles. */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=DM+Sans:wght@400;500&display=swap');
.rooms-nav{max-width:1180px;margin:0 auto 40px;padding:0 0 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #30384d;font-family:'DM Sans',sans-serif}
.rooms-nav a{color:#f0eee8;text-decoration:none}.rooms-brand{font:400 30px 'Cormorant Garamond',Georgia,serif}.rooms-links{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:15px}.rooms-links a[aria-current]{color:#f1a293}
.rooms-nav a:hover,.room-context a:hover,footer a:hover{color:#4dd9e8}
.rooms-nav a:focus-visible,.room-context a:focus-visible,footer a:focus-visible,summary:focus-visible{outline:2px solid #4dd9e8;outline-offset:5px}
header.top h1{font:400 clamp(44px,6vw,68px)/1.08 'Cormorant Garamond',Georgia,serif;letter-spacing:-.02em;background:none;color:#f0eee8;-webkit-text-fill-color:currentColor}
header.top .eyebrow{font:400 13px/1.6 'DM Sans',sans-serif;letter-spacing:.06em;color:#bdc5d6}
header.top .lede,.room-context{font:400 18px/1.7 'DM Sans',sans-serif;color:#dde2ed;max-width:72ch;letter-spacing:normal}
header.top .lede b,.explain b,footer b{font-weight:500;color:#f0eee8}
.room-context{font-size:16px;margin-top:16px;max-width:76ch}.room-context a,footer a{color:#f0eee8;text-decoration:underline;text-underline-offset:4px}
.explain{font:400 16px/1.7 'DM Sans',sans-serif;color:#dde2ed;max-width:75ch}
.legend>summary{font:500 16px/1.6 'DM Sans',sans-serif;color:#f0eee8;letter-spacing:normal}
.legend-grid{font:400 16px/1.7 'DM Sans',sans-serif;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:18px 24px}
.legend-grid .lk{white-space:normal;color:#f1a293}.legend-grid .lv{color:#dde2ed;overflow-wrap:anywhere}.legend-grid .lv b{color:#f0eee8}
.legend-eq,.legend-foot{font:400 16px/1.7 'DM Sans',sans-serif;color:#c5cddd}.legend a{color:#f0eee8;text-underline-offset:4px}
footer{font:400 16px/1.7 'DM Sans',sans-serif;color:#c5cddd;border-top:1px solid #30384d;padding-top:24px}footer p{max-width:80ch}footer p+p{margin-top:12px}.room-footer-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:20px}
@media(max-width:650px){.rooms-nav{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:30px}.rooms-links{gap:12px 20px}.legend-grid{grid-template-columns:1fr;gap:4px}.legend-grid .lk{margin-top:14px}.legend-body{padding-inline:16px}}
