@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Instrument+Serif:ital@0;1&display=swap');
:root{--bg:#14181b;--panel:#1c2125;--panel2:#23292e;--line:#ffffff14;--muted:#a0a9ad;--ink:#f0eee7;--accent:#eacf85;--sans:'DM Sans',Arial,sans-serif;--serif:'Instrument Serif',Georgia,serif;color-scheme:dark;font-family:var(--sans);font-size:16px;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{cursor:default;opacity:.45}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,svg g:focus-visible{outline:2px solid var(--accent);outline-offset:4px}input,select{color:var(--ink)}[hidden]{display:none!important}.muted{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:650}.tiny{font-size:11px;color:var(--muted)}.masthead{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid var(--line);gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0;font-size:16px;letter-spacing:2px;line-height:1.3}.brand strong{font-weight:650}.brand small{display:block;font-size:9px;letter-spacing:2px;color:var(--muted);margin-top:5px}.view-switch{display:flex;border:1px solid var(--line);padding:4px;border-radius:9px;gap:3px}.view-switch button{font-size:14px;padding:9px 16px;border-radius:6px;color:var(--muted)}.view-switch button.active{background:#33393b;color:var(--ink)}.view-switch span{font-size:11px;opacity:.65;margin-left:5px}.method-button{font-size:13px}.method-button span{color:var(--accent);margin-left:18px}.workspace{display:flex;height:calc(100dvh - 88px);min-height:620px}.explorer{flex:0 0 270px;border-right:1px solid var(--line);display:flex;flex-direction:column;background:#171c1f}.explorer-heading{padding:26px 22px 18px;display:flex;justify-content:space-between}.explorer-heading .eyebrow{font-size:10px;color:var(--muted);letter-spacing:1.3px}.search-box{display:flex;align-items:center;margin:0 17px;background:var(--panel2);border:1px solid #ffffff12;border-radius:6px;padding:0 10px;gap:7px;height:44px}.search-box>span{font-size:25px;color:var(--muted)}.search-box input{width:100%;font-size:12px;background:none;border:0;outline:none;min-width:0}.search-box kbd{font-size:12px;color:var(--muted);border:1px solid #ffffff25;border-radius:3px;padding:1px 4px}.filters{padding:19px 20px 17px;border-bottom:1px solid var(--line)}.filters label{font-size:12px;color:var(--muted);display:block;margin-bottom:7px}.filters select,.directory-toolbar select{width:100%;font-size:13px;background:var(--panel2);border:1px solid #ffffff12;border-radius:5px;padding:9px;margin-top:6px}.filter-pair{display:flex;gap:10px;margin-top:13px}.filter-pair label{width:50%;margin:0}.result-heading{display:flex;align-items:center;justify-content:space-between;padding:18px 21px 11px;font-size:12px;color:var(--muted)}.text-button{color:var(--accent);font-size:12px;padding:0}.artist-list{flex:1;overflow:auto;padding:0 10px 15px;scrollbar-width:thin;scrollbar-color:#424a4d transparent}.artist-row{display:flex;align-items:center;gap:11px;text-align:left;width:100%;padding:11px 12px;border-radius:6px;min-height:58px}.artist-row:hover{background:#ffffff05}.artist-row.selected{background:#eacf8510}.artist-dot{width:7px;height:7px;background:var(--family);border-radius:50%;flex-shrink:0}.artist-row b{font-size:13px;line-height:1.4;font-weight:500;display:block}.artist-row small{font-size:10px;display:block;color:var(--muted);margin-top:3px;text-transform:capitalize}.row-score{margin-left:auto;font-size:13px;font-variant-numeric:tabular-nums;color:var(--muted)}.row-score.pending{font-size:11px;color:var(--accent)}.archive-note{border-top:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:16px 17px;font-size:10px;color:var(--muted)}.status-dot{height:5px;width:5px;border-radius:50%;background:var(--accent)}.archive-note small{display:block;font-size:9px;margin-top:4px;opacity:.7}.archive-note button{margin-left:auto;font-size:16px}main{position:relative;flex:1;min-width:0;overflow:hidden}.view{height:100%}.map-view{position:relative;background:radial-gradient(ellipse at 55% 50%,#252b3020,transparent 70%);display:flex;flex-direction:column}.map-heading{padding:35px 36px 0;pointer-events:none;position:relative;z-index:1;display:flex;justify-content:space-between;gap:10px}.map-heading .eyebrow{color:var(--accent);font-size:10px}h1{font-size:42px;font-weight:400;letter-spacing:-1.4px;margin:10px 0 10px;line-height:1.15}h1 em{font-family:var(--serif);font-size:1.18em;font-weight:400;color:var(--accent)}.map-heading p,.page-heading p{font-size:13px;color:var(--muted);line-height:1.7;margin:0}.map-heading button{pointer-events:auto}.map-options{position:relative;z-index:1;margin:22px 36px 0;display:flex;align-items:center;gap:13px}.toggle{display:flex;align-items:center;gap:8px;font-size:12px;cursor:pointer}.toggle input{position:absolute;opacity:0;width:30px;height:20px}.toggle>span{width:27px;height:15px;border-radius:20px;background:#50575b;position:relative}.toggle>span:after{content:'';width:9px;height:9px;position:absolute;top:3px;left:3px;border-radius:100%;background:#161a1b;transition:transform .2s}.toggle input:checked+span{background:var(--accent)}.toggle input:checked+span:after{transform:translateX(12px)}.toggle input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}.map-explainer{font-size:11px;color:#828d93}.graph{flex:1;min-height:200px;position:relative;overflow:hidden;background-image:radial-gradient(#ffffff13 .7px,transparent .7px);background-size:26px 26px}#network{width:100%;height:100%;display:block;touch-action:none;cursor:grab}#network:active{cursor:grabbing}.node{cursor:pointer;outline:none}.node text{font-family:var(--sans);font-weight:450;fill:#d3d7d6;paint-order:stroke;stroke:#14181b;stroke-width:3px;stroke-linejoin:round;pointer-events:none}.node.aux text{fill:#adb6ba}.node:focus circle,.node:hover circle{stroke:var(--ink)!important;stroke-width:2!important}.edge{cursor:pointer}.edge-hit{stroke:transparent;stroke-width:14;cursor:pointer}.map-bottom{padding:8px 30px 20px 36px;display:flex;align-items:center;justify-content:space-between;gap:10px}.graph-stats{font-size:12px;color:#c4cbc9}.map-hint{font-size:10px;color:#859094;margin:7px 0 0}.zoom-controls{display:flex;align-items:center;background:#21272b;border:1px solid #ffffff18;border-radius:6px}.zoom-controls button{font-size:22px;width:38px;height:36px}.zoom-controls button+button{border-left:1px solid var(--line)}.legend{display:flex;flex-wrap:wrap;padding:16px 36px;gap:12px 18px;border-top:1px solid var(--line)}.legend button{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:6px;padding:2px 0}.legend button:hover,.legend button.on{color:var(--ink)}.legend i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--family)}.tooltip{position:absolute;z-index:10;pointer-events:none;max-width:260px;background:#2a3238;border:1px solid #ffffff20;box-shadow:0 8px 40px #0005;border-radius:7px;padding:12px 15px;font-size:13px}.tooltip small{display:block;color:var(--muted);margin-top:5px;font-size:11px;line-height:1.5}.detail{flex:0 0 380px;background:#1c2226;border-left:1px solid var(--line);overflow:auto;scrollbar-width:thin;scrollbar-color:#475155 transparent}.detail-top{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 0;color:var(--muted)}.detail-top .eyebrow{font-size:10px}.icon-button{font-size:27px;line-height:1;width:32px;height:32px}.artist-heading{padding:18px 26px 25px;border-bottom:1px solid var(--line)}.artist-heading h2{font-size:32px;line-height:1.12;letter-spacing:-.7px;margin:9px 0 14px;font-weight:500}.artist-heading .family-name{font-size:11px;display:flex;align-items:center;gap:7px;color:var(--family)}.artist-heading .meta{font-size:12px;line-height:1.6;color:var(--muted);margin:8px 0}.artist-heading .genres{font-size:12px;color:#c3cbcb;line-height:1.6}.detail-actions{display:flex;gap:8px;margin-top:19px}.button{font-size:12px;border:1px solid #ffffff22;border-radius:5px;padding:10px 14px;background:#ffffff04}.button:hover{background:#ffffff0d}.button.primary{background:var(--accent);color:#1d2121;border-color:var(--accent)}.detail-tabs{display:flex;padding:0 22px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#1c2226;z-index:2}.detail-tabs button{font-size:12px;color:var(--muted);padding:15px 8px;flex:1;border-bottom:2px solid transparent}.detail-tabs button.active{border-color:var(--accent);color:var(--accent)}.detail-body{padding:24px 26px 40px}.detail-body p{font-size:13px;line-height:1.75;color:#bac3c8}.score-hero{display:flex;align-items:center;gap:20px;margin-bottom:21px}.score-circle{border:1px solid var(--family);border-radius:50%;width:94px;height:94px;flex-shrink:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:color-mix(in srgb,var(--family) 4%,transparent)}.score-circle strong{font-size:37px;font-weight:400;letter-spacing:-1.8px}.score-circle small{font-size:10px;color:var(--muted);margin-top:1px}.score-hero h3{font-size:14px;font-weight:500;line-height:1.5;margin:0}.score-hero p{font-size:11px;margin:5px 0 0;line-height:1.5;color:var(--muted)}.score-note{font-size:11px!important;border-left:2px solid var(--accent);padding-left:12px;margin:19px 0 24px}.dimension{border-bottom:1px solid var(--line)}.dimension summary{display:flex;align-items:center;gap:10px;cursor:pointer;padding:15px 0;list-style:none;font-size:12px}.dimension summary::-webkit-details-marker{display:none}.dim-letter{font-size:11px;color:var(--family);min-width:17px}.dim-title{flex:1}.dim-value{font-size:12px}.dim-chevron{color:var(--muted);font-size:13px;transition:transform .2s}.dimension[open] .dim-chevron{transform:rotate(90deg)}.dim-track{display:flex;gap:4px;padding-bottom:13px}.dim-track i{height:3px;background:#ffffff13;flex:1;border-radius:2px}.dim-track i.filled{background:var(--family)}.dim-content{padding-bottom:18px}.dim-content p{font-size:12px}.dim-weight{color:var(--muted);font-size:10px}.source-links{display:flex;flex-direction:column;gap:7px;margin:13px 0}.source-link{font-size:11px;line-height:1.5;color:var(--accent);text-decoration:none;padding-left:0;overflow-wrap:anywhere}.source-link:hover{text-decoration:underline}.section-label{font-size:10px;color:var(--muted);letter-spacing:1.3px;display:block;margin:28px 0 11px}.relation-card{padding:18px 0;border-bottom:1px solid var(--line)}.relation-direction{font-size:10px;color:var(--muted);letter-spacing:.5px}.relation-card h3{font-size:16px;line-height:1.35;margin:7px 0;font-weight:500}.relation-card h3 button{padding:0;text-align:left;text-decoration:underline;text-underline-offset:4px}.relation-card p{font-size:12px;margin:7px 0 12px}.relation-meta{font-size:10px;color:var(--muted);line-height:1.6}.source-card{border-bottom:1px solid var(--line);padding:15px 0}.source-card a{font-size:13px;line-height:1.5;text-decoration:none;color:var(--accent)}.source-card a:hover{text-decoration:underline}.source-card p{margin:6px 0;font-size:11px}.detail-body h3{font-weight:500}.page-view{overflow:auto;padding:38px 40px 70px}.page-heading h1{font-size:43px;margin:12px 0}.page-heading .eyebrow{color:var(--accent)}.page-heading p{max-width:660px}.directory-toolbar{display:flex;justify-content:space-between;align-items:center;margin:35px 0 20px;color:var(--muted);font-size:12px}.directory-toolbar label{display:flex;align-items:center;gap:9px}.directory-toolbar select{width:auto;margin:0}.directory{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.directory-card{background:var(--bg);padding:22px;min-height:184px;display:flex;flex-direction:column;align-items:flex-start}.directory-card .family-name{font-size:10px;color:var(--family)}.directory-card h2{font-size:20px;font-weight:450;margin:12px 0 7px}.directory-card h2 button{text-align:left;padding:0}.directory-card p{font-size:11px;color:var(--muted);line-height:1.6;margin:0 0 15px}.directory-card footer{margin-top:auto;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:13px}.directory-card footer small{color:var(--muted);font-size:10px}.directory-card footer button{font-size:11px;color:var(--accent)}.empty-state{border:1px solid var(--line);padding:45px;margin-top:35px;text-align:center;color:var(--muted);line-height:1.7}.empty-state h2{font-size:23px;color:var(--ink);font-weight:400}.compare-grid{display:grid;gap:15px;margin-top:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.compare-card{border:1px solid var(--line);padding:24px 20px;border-radius:7px;min-width:0}.compare-card h2{font-weight:450;font-size:24px;min-height:58px;line-height:1.2;margin:10px 0}.compare-card .remove{float:right;color:var(--muted);font-size:20px}.compare-card .score-large{font-size:47px;margin:20px 0;color:var(--family)}.compare-card .score-large small{font-size:12px;color:var(--muted);letter-spacing:0}.compare-dimension{margin:23px 0;font-size:12px}.compare-dimension header{display:flex;justify-content:space-between;gap:8px;margin-bottom:8px}.compare-note{font-size:12px;color:var(--muted);line-height:1.7}.scenario{display:flex;align-items:center;gap:12px;font-size:13px;margin-top:28px;flex-wrap:wrap}.scenario select{padding:9px;background:var(--panel2);border:1px solid var(--line);border-radius:5px}.method-dialog{color:var(--ink);background:#20272b;max-width:780px;width:calc(100% - 36px);max-height:88dvh;border:1px solid #ffffff20;border-radius:12px;padding:0 40px 36px;box-shadow:0 30px 160px #0009}.method-dialog::backdrop{background:#090d11bc;backdrop-filter:blur(5px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;padding:24px 0 20px;background:#20272b;z-index:2;color:var(--accent)}.method-dialog h2{font-size:38px;font-family:var(--serif);font-weight:400;margin:8px 0 20px}.method-dialog h3{font-size:18px;font-weight:500;margin:28px 0 13px}.method-dialog p,.method-dialog li{font-size:14px;color:#bdc6ca;line-height:1.8}.method-dialog a{color:var(--accent)}.method-table{width:100%;border-collapse:collapse;font-size:13px;margin:23px 0}.method-table th,.method-table td{padding:12px 8px;text-align:left;border-bottom:1px solid var(--line)}.method-table th{font-weight:500;color:var(--accent)}.method-table td:last-child{font-variant-numeric:tabular-nums}.method-stats{display:flex;gap:24px;margin:25px 0;flex-wrap:wrap}.method-stats b{font-size:31px;font-weight:400;color:var(--accent)}.method-stats small{display:block;font-size:11px;color:var(--muted);margin-top:4px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:50;max-width:90vw;border:1px solid #eacf8540;border-radius:7px;background:#343c3c;padding:13px 20px;box-shadow:0 6px 30px #0004;font-size:13px}.graph-empty{position:absolute;top:35%;width:100%;text-align:center;color:var(--muted);font-size:15px}.graph-empty .button{display:block;margin:16px auto}.mobile-only{display:none}button:hover{filter:brightness(1.12)}.error-state{padding:25px;color:#f4c29c}.breakdown-note{background:#ffffff04;padding:12px;font-size:11px!important;border-radius:5px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#41494d;border-radius:10px}

/* Atlas UX: the map is the working surface; research unfolds inside each story. */
:root{--bg:#101222;--panel:#1a1e34;--panel2:#242944;--line:#ffffff1c;--muted:#b2b8cf;--ink:#f5f5fc;--accent:#d2f24d}
body{overflow:hidden}
.masthead{height:72px;padding:0 24px;gap:20px;background:var(--bg)}
.brand{letter-spacing:1px;font-size:15px}.brand small{font-size:12px;letter-spacing:1px}.brand img{border-radius:9px}
.header-actions{display:flex;gap:18px;align-items:center}.method-button{font-size:14px;color:var(--muted)}
.view-switch{border:0;background:var(--panel)}.view-switch button{font-size:14px;padding:9px 14px}.view-switch button.active{background:var(--accent);color:var(--bg);font-weight:650}.view-switch span{font-size:12px}
.workspace{height:calc(100dvh - 72px);min-height:0;position:relative}
.explorer{flex:0 0 250px;min-height:0;background:#15182c}.explorer-heading{padding:12px 16px 8px;gap:8px}.explorer-heading .eyebrow{font-size:12px;letter-spacing:.6px}.explorer-heading .icon-button{flex-shrink:0}
.workspace.explorer-closed .explorer{display:none}
.search-box{margin:0 14px;height:44px}.search-box input{font-size:14px}.filters{padding:12px 16px}.filters label,.filters select{font-size:14px}.filter-pair{margin-top:8px}.result-heading{padding:13px 16px;font-size:14px}
.artist-row{padding:10px 7px;gap:10px}.artist-row b{font-size:14px}.artist-row small{font-size:12px}.artist-row.selected{background:#d2f24d13}.row-score,.row-score.pending{font-size:12px}.artist-dot{width:8px;height:8px}
.archive-note{padding:12px 14px;font-size:12px}.archive-note small{font-size:12px}.archive-note .status-dot{display:none}
main{min-height:0}.map-view{background:var(--bg);min-height:0}.map-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 10px;gap:14px}.map-heading{padding:0;display:block;pointer-events:auto}.map-heading h1{font-family:var(--serif);font-size:26px;letter-spacing:0;margin:0;line-height:1.1}.map-heading h1 em{font-size:1em}.map-heading p{font-size:12px;line-height:1.4;margin:5px 0 0}.map-toolbar>.button{flex-shrink:0}
.map-options{margin:0 22px 10px;display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;padding:14px;background:var(--panel);border-radius:8px}.toggle{font-size:14px}.toggle>span{flex-shrink:0}.tree-control{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.tree-control select{max-width:230px;padding:8px;border:1px solid var(--line);background:var(--panel2);border-radius:5px;font-size:14px}
.graph{min-height:180px;background-image:radial-gradient(#b4bdf322 1px,transparent 1px);background-size:28px 28px;margin:0 10px;border:1px solid var(--line);border-radius:10px;background-color:#13172b}
.node text{fill:#eeefff;stroke:#13172b;stroke-width:4px;font-weight:500}.node.aux text{fill:#c2c8e0}.node:focus-visible circle{stroke:var(--ink)!important}.edge-hit{vector-effect:non-scaling-stroke;stroke-width:12px}
.time-axis{position:absolute;left:0;top:0;bottom:0;width:60px;pointer-events:none;z-index:1;background:linear-gradient(90deg,#13172bf0,#13172b00)}.time-tick{position:absolute;left:12px;right:0;display:flex;align-items:center;gap:5px;transform:translateY(-50%);font-size:12px;color:#b2b8cf}.time-tick i{height:1px;width:10px;background:#ffffff3a}.time-tick span{min-width:30px}
.map-bottom{padding:10px 16px 8px 22px;gap:12px}.graph-stats{font-size:12px}.map-hint{font-size:12px;margin-top:4px}.zoom-controls{background:var(--panel)}.zoom-controls button{width:40px;height:38px}
.map-guide{border-top:1px solid var(--line);padding:0 22px;position:relative}.map-guide>summary{cursor:pointer;font-size:14px;padding:10px 0;list-style:none;color:var(--muted);display:flex;justify-content:space-between;gap:12px}.map-guide>summary::-webkit-details-marker{display:none}.map-guide[open]>summary span{transform:rotate(45deg)}.map-guide .legend{border:0;padding:12px 0;gap:12px 18px}.legend button{font-size:12px}.legend i{width:8px;height:8px}.legend button.on{color:var(--family)}.tree-key{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:12px;color:var(--muted)}.tree-key span{display:flex;gap:8px;align-items:center}.tree-key i{width:24px;border-top:2px solid #a3b0dc;display:inline-block}.tree-key .dashed-key{border-top-style:dashed}.map-guide>p{font-size:12px;color:var(--muted);margin:0 0 12px}
.tooltip{background:#292f50;font-size:14px;max-width:290px}.tooltip small{font-size:12px;color:#d0d4e5}
.detail{flex:0 0 390px;min-height:0;background:var(--panel);border-top:3px solid var(--family)}.detail-top{padding:10px 20px 0}.detail-top .eyebrow{font-size:12px;letter-spacing:1px}.icon-button{width:36px;height:36px}.artist-heading{padding:8px 22px 18px}.artist-heading h2{font-family:var(--serif);font-size:38px;letter-spacing:0;font-weight:400;line-height:1.05;margin:10px 0}.artist-heading .family-name,.artist-heading .genres,.artist-heading .meta{font-size:12px;line-height:1.5}.artist-heading .meta{margin:6px 0}.detail-actions{margin-top:14px}.button{font-size:14px;padding:10px 12px;line-height:1.2;border-radius:6px}.button.primary{font-weight:600;color:#101222}.text-button{font-size:14px;line-height:1.5}.chronology-note{font-size:12px;margin:12px 0 0;color:var(--muted);line-height:1.5}.chronology-note summary{cursor:pointer;color:var(--ink)}.chronology-note p{font-size:14px;line-height:1.6}.detail-tabs{padding:0 16px;background:var(--panel)}.detail-tabs button{font-size:14px;padding:14px 5px}.detail-tabs button.active{border-color:var(--family);color:var(--family)}.detail-body{padding:20px 22px 32px}.detail-body p{font-size:16px;line-height:1.65;color:#d2d7e8}.detail-body h3{font-weight:600;font-size:18px;line-height:1.35}
.story-lead{margin:0 0 23px!important;font-family:var(--serif);font-size:27px!important;line-height:1.25!important;color:var(--ink)!important}.story-section{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid var(--line)}.story-section h3{margin:0 0 6px;color:var(--family)}.story-section .story-question{font-size:12px;line-height:1.5;color:var(--muted);margin:0 0 10px}.story-section>p{margin:0 0 12px}.story-evidence>summary{font-size:14px;color:var(--family);cursor:pointer;line-height:1.5}.story-evidence>p{font-size:14px}.story-evidence .dim-weight{display:block;margin-top:14px;font-size:12px}.source-link{font-size:14px;color:var(--family,var(--accent));line-height:1.5}.source-links{gap:12px}.source-link:hover{text-decoration:underline}.pending-note{font-size:14px!important;color:#f0c18b!important}.audit-detail{margin:18px 0 0;background:#ffffff05;padding:12px;border-radius:6px}.audit-detail>summary{font-size:14px;cursor:pointer}.audit-detail p{font-size:14px!important}.score-hero{gap:14px;margin:5px 0 14px}.score-circle{width:78px;height:78px}.score-circle strong{font-size:32px}.score-circle small{font-size:12px}.score-hero h3{font-size:16px}.score-hero p{font-size:14px}.score-note{font-size:14px!important;line-height:1.6}.score-section{padding:18px;background:#ffffff05;border-radius:9px;margin-top:26px}.score-section>summary{font-size:16px;cursor:pointer;color:var(--ink);font-weight:600}.score-section[open]>summary{margin-bottom:20px}.dimension summary{font-size:14px;gap:8px}.dim-title,.dim-value{font-size:14px}.dim-letter,.dim-weight{font-size:12px}.dim-content p{font-size:16px}.dim-track i{height:4px}.section-label{font-size:12px}.breakdown-note{font-size:14px!important;line-height:1.6}.relation-card p{font-size:16px}.relation-card h3{font-size:20px}.relation-direction,.relation-meta{font-size:12px;line-height:1.6}.relation-direction{color:var(--family)}.relation-card .source-links{margin-bottom:0}.source-card a{font-size:16px}.source-card p{font-size:12px}
.page-view{padding:28px 30px 50px}.page-heading h1{font-size:36px}.page-heading p{font-size:16px}.eyebrow{font-size:12px}.directory-toolbar{font-size:14px;margin:24px 0 18px}.directory-toolbar select{font-size:14px}.directory-card .family-name{font-size:12px}.directory-card p{font-size:14px}.directory-card footer{font-size:16px}.directory-card footer small,.directory-card footer button{font-size:12px}.compare-note{font-size:16px}.scenario{font-size:14px}.compare-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.compare-card{background:var(--panel);border-top:3px solid var(--family);padding:20px 16px}.compare-card h2{font-family:var(--serif);font-size:30px}.compare-card .eyebrow{font-size:12px!important}.compare-dimension{font-size:14px}.compare-dimension p{font-size:14px;color:var(--muted);line-height:1.5}.scenario select{max-width:100%}.method-dialog{background:var(--panel)}.dialog-top{background:var(--panel)}.method-dialog p,.method-dialog li{font-size:16px}.method-table{font-size:14px}.method-stats small{font-size:12px}.toast{font-size:14px}.empty-state{font-size:16px}.graph-empty{font-size:16px}
@media(min-width:1600px){.detail{flex-basis:410px}.explorer{flex-basis:270px}}
@media(max-width:1100px){.masthead{padding:0 16px;gap:14px}.brand small{font-size:12px}.header-actions{gap:10px}.header-actions>.method-button{display:none}.view-switch button{padding:9px 10px}.explorer{position:absolute;left:0;top:0;bottom:0;width:280px;z-index:14;box-shadow:20px 0 60px #0009}.detail{flex-basis:360px}.map-toolbar{padding:12px 16px 10px}.map-heading h1{font-size:24px}.map-toolbar>.button{font-size:14px}}
@media(max-width:760px){.masthead{height:108px;padding:12px 16px 50px;position:relative}.brand{font-size:14px}.brand img{width:30px;height:30px}.brand small{font-size:12px;letter-spacing:.2px}.header-actions>.button{font-size:14px;padding:9px}.view-switch{position:absolute;bottom:9px;left:16px;right:16px;display:flex;height:34px;padding:0}.view-switch button{flex:1;padding:7px 3px;font-size:14px}.workspace{height:calc(100dvh - 108px)}.detail{position:absolute;right:0;top:0;bottom:0;width:min(100%,410px);z-index:13;box-shadow:-18px 0 60px #0008}.map-toolbar{padding:12px 12px 9px;gap:8px}.map-heading h1{font-size:23px}.map-heading p{font-size:12px;max-width:195px}.map-toolbar>.button{max-width:114px;font-size:14px;padding:8px}.map-options{margin:0 10px 9px;max-height:205px;overflow:auto;padding:12px}.map-options .toggle{font-size:14px}.tree-control{width:100%;justify-content:space-between}.tree-control select{max-width:210px}.graph{margin:0 6px}.map-bottom{padding:9px 12px;align-items:center}.map-hint{max-width:215px;line-height:1.5}.graph-stats{max-width:210px;line-height:1.4}.zoom-controls button{width:34px;height:38px}.map-guide{padding:0 12px}.map-guide .legend{gap:10px 14px}.map-guide[open]{max-height:200px;overflow:auto}.page-view{padding:25px 18px}.page-heading h1{font-size:31px}.directory{grid-template-columns:1fr}.compare-grid{grid-template-columns:1fr}.compare-card h2{min-height:0}.directory-toolbar{gap:10px}.directory-toolbar label{max-width:180px}.directory-toolbar select{max-width:140px}.method-dialog{padding:0 22px 25px}.method-dialog h2{font-size:30px}.empty-state{padding:25px}.detail-body{padding:18px 22px}.artist-heading h2{font-size:36px}}
@media(max-height:620px){.workspace{min-height:360px}body{overflow:auto}.map-hint{display:none}.map-toolbar{padding-top:8px;padding-bottom:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.artist-heading h2:focus{outline:none}.score-jump{display:block;margin:0 0 22px;text-align:left}.comparison-settings{margin:20px 0;color:var(--muted)}.comparison-settings>summary{cursor:pointer;font-size:14px;line-height:1.6}.comparison-settings .scenario{margin-top:16px}.comparison-settings .compare-note{font-size:14px}.compare-dimension header>b{white-space:nowrap}.story-section h3{margin-top:0}.source-card .source-link{color:var(--family)}

.chronology-note .source-link{display:block;margin-top:8px}

@media(max-width:760px){.map-bottom>div:first-child{min-width:0;flex:1}.zoom-controls{flex-shrink:0}.zoom-controls button{width:40px;height:40px}.tree-control select{min-width:0;flex:1;width:0}}

@media(max-width:360px){.masthead{padding-left:12px;padding-right:12px;gap:8px}.brand img{display:none}.view-switch{left:12px;right:12px}}

.directory-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:760px){.directory-toolbar{flex-wrap:wrap}.directory-summary{flex:1 0 100%}}

#comparison>.compare-note{font-size:14px;line-height:1.5;margin:18px 0}

/* Album artwork is a square editorial object, with its full original composition. */
.graph-loading{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:#13172b;text-align:center;padding:24px}.graph-loading strong{font-size:20px;font-weight:500}.graph-loading p{color:var(--muted);font-size:14px;margin:0;line-height:1.5}.loading-mark{width:28px;height:28px;border:3px solid #ffffff20;border-top-color:var(--accent);border-radius:50%;animation:atlas-loading 1s linear infinite}@keyframes atlas-loading{to{transform:rotate(360deg)}}.album-pending{margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:14px}.album-image-error{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;text-align:center;padding:20px;font-size:14px}.album-art:has(.album-image-error){pointer-events:none}.album-image-error button{pointer-events:auto}@media(prefers-reduced-motion:reduce){.loading-mark{animation:none}}
.album-cover{margin:18px 0 20px}.album-art{display:block;width:min(100%,252px);aspect-ratio:1;margin:0 auto 16px;background:#080b16;border:1px solid var(--line);box-shadow:0 12px 28px #0005;border-radius:3px;overflow:hidden}.album-art img{display:block;width:100%;height:100%;object-fit:contain}.album-art:focus-visible{outline:3px solid var(--family);outline-offset:4px}.album-cover figcaption .eyebrow{font-size:12px;letter-spacing:.08em;color:var(--family)}.album-cover h3{font-size:20px;line-height:1.2;margin:6px 0 7px}.album-cover figcaption p{font-size:14px;line-height:1.5;margin:5px 0;color:var(--muted)}.album-cover .album-performer{color:var(--ink)}.album-source{margin-top:10px;font-size:13px;line-height:1.5}.album-source summary{cursor:pointer;color:var(--muted)}.album-source[open]{padding-bottom:6px}.album-source p{overflow-wrap:anywhere}

.node-label{cursor:pointer;font-family:var(--sans);font-weight:500;fill:#eeefff;paint-order:stroke;stroke:#13172b;stroke-width:3px;stroke-linejoin:round}.node-label.aux{fill:#c2c8e0}

/* Listen to the recording beneath its album, without covering the map. */
.signature-song{margin:18px 0 14px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.song-heading{display:flex;align-items:center;gap:12px;margin:10px 0 12px}.song-heading>div{min-width:0;flex:1}.song-heading h4{font-size:18px;line-height:1.25;margin:0 0 4px;font-weight:600;overflow-wrap:anywhere}.song-heading p{font-size:13px!important;margin:0!important}.song-play{text-decoration:none;flex:0 0 44px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ff3359;color:white;box-shadow:0 4px 18px #ff335930}.song-play:hover{background:#ff5472}.song-play:disabled{cursor:wait;opacity:.6}.song-play[aria-pressed="true"]{background:#ef2c54}.song-status{font-size:13px!important;min-height:20px;margin:0 0 8px!important}.signature-song[data-playback="error"] .song-status{color:#ffc7ba}.signature-song[data-playback="playing"] .song-status{color:#c5eca5}.song-source{font-size:12px;color:var(--muted);margin-top:9px;line-height:1.5}.song-source summary{cursor:pointer}.song-source p{font-size:13px!important}.song-source a{display:block;font-size:13px;margin-top:7px;color:var(--family);overflow-wrap:anywhere}

.signature-audio{display:none}.song-timeline{display:flex;align-items:center;gap:10px}.song-seek{min-width:0;flex:1;accent-color:#ff3359;cursor:pointer;height:24px;margin:0}.song-seek:disabled{opacity:.35;cursor:default}.song-time{font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--muted)}.song-preview-label{font-size:11px!important;color:var(--muted);margin:1px 0 12px!important}.song-provider{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:4px 0}.song-provider a{display:inline-flex;padding:4px}.song-provider img{display:block;height:32px;width:auto}.song-provider>span{font-size:11px;line-height:1.5;color:var(--muted)}.song-provider small{font-size:10px}.signature-song[data-playback="loading"] .song-play{opacity:.7}
.cultural-context{margin:20px 0;padding:18px;border:1px solid #67ec9955;border-radius:14px;background:linear-gradient(135deg,#67ec9910,#b99aff12)}
.cultural-context h3{font-size:19px;line-height:1.3;margin:9px 0}.cultural-context p{font-size:14px;line-height:1.6;color:#d1d7df}.cultural-context .eyebrow{color:#67ec99}
.file-status,.comparison-score{margin:14px 0;padding:14px 0;border-top:1px solid #ffffff20;border-bottom:1px solid #ffffff20;color:#b9c1d0;font-size:13px;line-height:1.65}.file-status summary,.comparison-score summary{cursor:pointer;color:#e2e6ed;line-height:1.5}.file-status p,.comparison-score p{margin:10px 0}.file-status[open] summary{color:#ffce45}
.footprint-tags{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0}.footprint-tags span{border:1px solid #b99aff55;background:#b99aff0d;color:#d4c1ff;border-radius:20px;padding:5px 10px;font-size:11px;line-height:1.4}
.revision-note{border-left:3px solid #67ec99;padding-left:14px;font-size:14px;line-height:1.6;color:#d5e5dc}.directory-card .directory-lead{font-size:15px;line-height:1.5;color:#d6dbe4;min-height:3em}.directory-card .file-label{font-size:12px;color:#9ba9bb}.comparison-lead{font-size:19px;line-height:1.45;color:#d9e2ed}.compare-card .cultural-context h3{font-size:16px}.compare-card .cultural-context{padding:14px}.compare-card .file-status{font-size:12px}

/* Author signature and a shared working edition, kept secondary to the atlas. */
:root{--masthead-height:80px}
.masthead{height:var(--masthead-height);padding:0 20px;gap:16px;position:relative;z-index:20}
.workspace{height:calc(100dvh - var(--masthead-height))}
.header-actions{flex-shrink:0}
.edition-signature{position:relative;flex-shrink:0;margin-left:2px;padding-left:18px;border-left:1px solid var(--line)}
.edition-signature>summary{display:grid;grid-template-columns:52px auto;grid-template-rows:auto auto;align-items:center;gap:5px 12px;cursor:pointer;list-style:none;padding:4px 0;border-radius:3px}
.edition-signature>summary::-webkit-details-marker{display:none}
.author-logo{display:block;grid-row:1 / 3;width:52px;height:auto;object-fit:contain;filter:brightness(0) invert(1)}
.author-name{font-size:15px;font-weight:550;line-height:1.2;letter-spacing:.02em}
.edition-status{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.4;color:var(--muted);white-space:nowrap}
.beta-badge{padding:2px 6px;border:1px solid #d2f24d66;border-radius:4px;color:var(--accent);background:#d2f24d0d;font-size:12px;line-height:1.2}
.edition-chevron{font-size:14px;line-height:1;margin-left:1px}
.edition-signature[open] .edition-chevron{transform:rotate(180deg)}
.edition-note{position:absolute;right:0;top:calc(100% + 16px);width:min(350px,calc(100vw - 32px));padding:24px;background:#1a1e34;border:1px solid #ffffff2a;border-top:2px solid var(--accent);border-radius:8px;box-shadow:0 18px 60px #0009}
.edition-note .eyebrow{color:var(--accent);font-size:12px;letter-spacing:.08em}
.edition-note h2{margin:14px 0 10px;font-family:var(--serif);font-size:29px;font-weight:400;line-height:1.15}
.edition-note p{margin:0 0 20px;font-size:16px;line-height:1.6;color:#d2d7e8}
.edition-note .method-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 0 0;border-top:1px solid var(--line);text-align:left;color:var(--accent);font-size:14px}
.edition-note .method-button span{margin-left:12px}
@media(max-width:1200px){.masthead{padding:0 16px;gap:12px}.view-switch button{padding:9px 10px}.edition-signature{padding-left:14px}.edition-signature>summary{grid-template-columns:42px auto;column-gap:10px}.author-logo{width:42px}}
@media(max-width:1040px){:root{--masthead-height:118px}.masthead{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:60px 40px;gap:6px 16px;padding:6px 16px}.brand{grid-column:1;grid-row:1;justify-self:start}.edition-signature{grid-column:2;grid-row:1;justify-self:end;border:0;padding-left:0}.view-switch{grid-column:1 / -1;grid-row:2;position:static;justify-self:start;height:40px;padding:3px;margin-right:156px;max-width:calc(100% - 156px)}.view-switch button{flex:1;padding:7px 10px}.header-actions{grid-column:1 / -1;grid-row:2;justify-self:end}.header-actions>.button{height:40px}.edition-note{top:calc(100% + 10px)}}
@media(max-width:600px){.masthead{padding:6px 12px;column-gap:8px}.brand{font-size:13px;gap:8px;letter-spacing:.5px}.brand img{width:26px;height:26px}.brand small{font-size:12px;letter-spacing:0}.edition-signature>summary{grid-template-columns:34px auto;column-gap:8px;row-gap:4px}.author-logo{width:34px}.author-name{font-size:14px}.edition-label-long{display:none}.edition-status{gap:5px}.beta-badge{padding:2px 5px}.view-switch{justify-self:stretch;gap:1px;padding:3px;min-width:0;margin-right:74px;max-width:calc(100% - 74px)}.view-switch button{padding:7px 3px;font-size:14px}.view-switch span{display:none}.search-label-long{display:none}.header-actions>.button{padding:9px;font-size:14px}.edition-note{right:0;max-height:calc(100dvh - 94px);overflow:auto}}
@media(max-width:360px){.brand img{display:none}.edition-signature>summary{column-gap:6px}.edition-status{gap:4px}}

/* A quiet two-line signature; authorship and edition share one right edge. */
.edition-signature{padding-left:20px;border-left-color:#ffffff12}
.edition-signature>summary{display:flex;flex-direction:column;align-items:flex-end;gap:7px;padding:5px 0}
.author-identity{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.author-name{font-size:13px;font-weight:400;letter-spacing:.04em;line-height:1.3;color:#e0e2ec}
.author-logo{width:30px;height:auto;opacity:.8}
.edition-status{font-size:12px;gap:7px;color:#a4abc4;font-weight:400}
.beta-badge{padding:0;border:0;background:none;border-radius:0;color:#c4d794;font-weight:400}
.beta-badge::after{content:'·';padding-left:7px;color:#77809c}
.edition-chevron{color:#8a94af;font-size:12px;margin-left:3px}

/* Notes live at the foot of every view and expand only when invited. */
body{height:100dvh;display:flex;flex-direction:column}
.masthead{flex:0 0 var(--masthead-height)}
.workspace{height:auto;flex:1;min-height:0}
.collaboration-footer{flex-shrink:0;position:relative;z-index:18;border-top:1px solid var(--line);background:#15182a}
.collaboration-footer summary{display:flex;align-items:center;gap:20px;min-height:46px;padding:10px 24px;font-size:14px;line-height:1.4;list-style:none;cursor:pointer;color:#dce0ee}
.collaboration-footer summary::-webkit-details-marker{display:none}
.collaboration-invitation{font-size:12px;color:var(--muted)}
.collaboration-open{display:flex;align-items:center;gap:16px;margin-left:auto;font-size:13px;font-weight:550;color:#0b2819;background:#67ec99;padding:8px 14px;border-radius:6px;box-shadow:0 3px 16px #67ec991c}
.collaboration-footer summary:hover .collaboration-open,.collaboration-footer summary:focus-visible .collaboration-open{background:#87f5af}
.collaboration-open>span{font-size:19px;font-weight:400;line-height:1}
#collaboration-notes[open] .collaboration-open>span{transform:rotate(45deg)}
.collaboration-panel{position:absolute;left:0;right:0;bottom:100%;max-height:calc(100dvh - var(--masthead-height) - 46px);overflow:auto;overscroll-behavior:contain;padding:26px clamp(20px,4vw,60px) 18px;background:#1a1e34;border-top:1px solid #aeb6d44d;box-shadow:0 -18px 65px #0007}
.collaboration-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:24px}
.collaboration-heading .eyebrow{color:#c4d794;font-size:12px;letter-spacing:.1em;font-weight:400}
.collaboration-heading h2{font-family:var(--serif);font-weight:400;font-size:30px;line-height:1.2;margin:8px 0}
.collaboration-heading p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}
.collaboration-heading .icon-button{flex-shrink:0}
.feedback-questions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.feedback-questions label{font-size:14px;line-height:1.5;color:#edf0f8}
.feedback-questions label>span{font-size:12px;color:#9ca8cc;margin-right:6px}
.feedback-questions textarea,.feedback-name input{display:block;width:100%;margin-top:10px;padding:12px 14px;background:#121629;color:var(--ink);border:1px solid #aeb6d438;border-radius:6px;font:400 16px/1.6 var(--sans)}
.feedback-questions textarea{resize:vertical;min-height:116px;max-height:250px}
.feedback-questions textarea::placeholder,.feedback-name input::placeholder{color:#929bb8;opacity:1}
.feedback-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-top:24px}
.feedback-name{font-size:14px;line-height:1.5;width:min(100%,280px)}
.feedback-name>span{color:var(--muted);font-size:12px;margin-left:4px}
.feedback-name input{margin-top:7px;padding:9px 12px}
.feedback-submit{display:flex;align-items:center;gap:22px}
.feedback-submit p{max-width:300px;font-size:12px;line-height:1.5;color:var(--muted);margin:0}
.feedback-submit .button{white-space:nowrap;background:#67ec99;border-color:#67ec99;color:#0b2819;font-weight:500;min-height:44px}
.feedback-status{font-size:14px;line-height:1.5;margin:14px 0 0;color:#cde4b6;min-height:21px}
.feedback-status[data-kind="error"]{color:#ffc9b8}
.feedback-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:1040px){.edition-signature{padding-left:0}.feedback-submit{gap:14px}.feedback-submit p{max-width:220px}}
@media(max-width:760px){.collaboration-footer summary{padding:10px 14px;gap:12px}.collaboration-invitation{display:none}.collaboration-open{font-size:12px;gap:9px}.collaboration-panel{padding:22px 18px 16px}.collaboration-heading{margin-bottom:20px}.collaboration-heading h2{font-size:28px}.feedback-questions{grid-template-columns:1fr;gap:20px}.feedback-questions textarea{min-height:100px}.feedback-bottom{flex-direction:column;align-items:stretch;gap:18px}.feedback-name{width:100%}.feedback-submit{flex-direction:column;align-items:stretch;gap:14px}.feedback-submit p{max-width:none}.feedback-submit .button{width:100%}}
@media(max-width:600px){.author-name{font-size:12px;font-weight:400}.author-logo{width:25px}.author-identity{gap:9px}.edition-signature>summary{gap:6px}.edition-status{gap:5px}.beta-badge::after{padding-left:5px}}
@media(max-height:620px){body{height:auto;min-height:100dvh;overflow:auto}.workspace{height:360px;flex:none;min-height:360px}.collaboration-panel{position:fixed;bottom:0;max-height:85dvh}.collaboration-footer summary{min-height:46px}}
/* Record credits stay quiet until the listener chooses to explore them. */
.album-label{display:flex;flex-direction:column;gap:4px;margin:16px 0 9px!important;color:#e9eee9!important;font-size:13px!important;line-height:1.5}
.album-label>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#94aaa0}
.album-credits{border:1px solid #42594e;border-radius:8px;background:#18231e;margin:10px 0 14px;overflow:hidden}
.album-credits>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:12px 14px;font-size:13px;color:#aeedc2;min-height:44px}
.album-credits>summary::-webkit-details-marker{display:none}
.album-credits>summary:focus-visible{outline:2px solid #67ec99;outline-offset:-3px}
.album-credits>summary>span{font-size:18px;font-weight:400;transition:transform .15s}
.album-credits[open]>summary>span{transform:rotate(45deg)}
.album-credits-body{padding:0 14px 14px;border-top:1px solid #33463b;overflow-wrap:anywhere}
.album-credits .credits-intro{color:#ecf4ed;font-size:13px;margin:14px 0 10px}
.album-credits .credits-note{color:#a6b7ad;font-size:12px;line-height:1.6}
.album-credits dl{margin:14px 0}
.credit-group{margin:14px 0}
.credit-group dt{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#8ed8a6;margin-bottom:6px}
.credit-group dd{margin:0;color:#e5ece7;font-size:13px;line-height:1.65}
.credit-person{display:block;margin:4px 0 8px}
.credit-person small{display:block;color:#a6b7ad;font-size:12px;line-height:1.5}
.credit-sources{display:grid;gap:7px;margin-top:14px}

.credits-loading{font-size:12px!important;color:var(--muted);margin:12px 0!important;line-height:1.6}.credits-loading button{margin-top:6px}

/* Global sound stays within reach, including while an artist card is open. */
.atlas-sound-toggle{position:fixed;left:14px;bottom:max(8px,env(safe-area-inset-bottom));z-index:60;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;width:132px;padding:9px 12px;border:1px solid #aeb6d445;border-radius:24px;background:#1c2135;color:#dce0ee;font-size:14px;line-height:1.3;box-shadow:0 2px 12px #0003;touch-action:manipulation}
.atlas-sound-toggle svg{flex-shrink:0}
.atlas-sound-toggle:hover{border-color:#c4d794;background:#252b40}
.atlas-sound-toggle[aria-pressed="true"]{color:#e6eecf;border-color:#c4d79488;background:#29312e}
.collaboration-footer summary{padding-left:164px;min-height:62px}
@media(max-width:760px){.collaboration-footer summary{padding-left:156px}.collaboration-footer summary>span:first-child{display:none}.collaboration-open{gap:6px;padding:8px 10px;text-align:center}}
@media(max-width:360px){.atlas-sound-toggle{left:8px;width:124px}.collaboration-footer summary{padding-left:140px;padding-right:8px}}
