:root{--bg:#eeeaf4;--surface:#f8f5fb;--text:#34283e;--muted:#4f3e5a;--accent:#4c288f;--teal:#005350;--amber:#76350e;--line:#c0b5cd;--grid:#d5cedf;--selected:#e3dbef;--inverse:#ffffff;--shadow:rgba(52,40,62,.08);color-scheme:light;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}
:root[data-theme=dark]{--bg:#191620;--surface:#241e2c;--text:#f0e9fb;--muted:#cfc2df;--accent:#cab2ff;--teal:#88d9cd;--amber:#edbb87;--line:#655770;--grid:#3f354b;--selected:#302639;--inverse:#191620;--shadow:rgba(0,0,0,.2);color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button,input{font:inherit;color:inherit}button{border:0;background:none;cursor:pointer;min-height:44px}button:hover{color:var(--accent)}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--teal);outline-offset:4px}button:disabled{opacity:.5;cursor:default}svg{display:block}p,h1,h2,h3{margin:0}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,summary,a,input{touch-action:manipulation}.skip{position:absolute;left:12px;top:-100px;padding:14px;background:var(--surface);z-index:10}.skip:focus{top:12px}.masthead{max-width:1600px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:25px 48px;border-bottom:1px solid var(--line);font-size:12px}.wordmark{display:flex;gap:13px;align-items:center;letter-spacing:.035em}.wordmark svg{width:35px;fill:none;stroke:var(--accent);stroke-width:2}.masthead nav{display:flex;align-items:center;gap:25px}.masthead nav a{display:flex;min-height:44px;align-items:center}.language{font-size:11px;letter-spacing:.08em}.masthead button{font-size:12px;padding:0 3px}.opening{max-width:1504px;margin:auto;display:flex;justify-content:space-between;align-items:end;padding:46px 0 25px}.eyebrow{font-size:10px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);line-height:1.5}h1{font:400 clamp(64px,7.2vw,108px)/.86 Georgia,'Times New Roman',serif;letter-spacing:-.065em;margin-top:22px}h1 br{display:none}h1 em{font-weight:400;color:var(--accent)}.opening-aside{display:flex;gap:36px;align-items:center;font-size:14px;line-height:1.5;padding-bottom:4px}.invitation{color:var(--muted)}.down-arrow{font-family:Georgia,serif;font-size:43px;color:var(--accent)}main{padding:0 48px}.instrument-layout{max-width:1504px;margin:30px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 354px;gap:40px}.visual{min-width:0}.plot-top{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:12px;gap:15px}.view-switch{display:flex;background:var(--surface);padding:3px;border:1px solid var(--line);border-radius:6px}.view-switch button{font-size:11px;min-height:30px;padding:0 12px;border-radius:3px}.view-switch button[aria-pressed=true]{background:var(--text);color:var(--bg)}#plot{position:relative;padding-top:7px;min-height:420px;display:flex;flex-direction:column;justify-content:center}#score{width:100%;height:auto;overflow:visible;min-height:370px}.plot-note{position:absolute;left:1px;top:35px;display:flex;flex-direction:column;z-index:1;pointer-events:none}.plot-note strong{font:400 42px/1 Georgia,serif;letter-spacing:-.05em}.plot-note span{font:11px/1.7 'Courier New',monospace;color:var(--muted)}.plot-note span:last-child{font:10px/1.8 Arial,sans-serif}.wave-path{fill:none;stroke:var(--accent);stroke-width:1.6;vector-effect:non-scaling-stroke;transition:stroke-width .18s,opacity .18s}.color-1{stroke:var(--teal)}.color-2{stroke:var(--amber)}.color-3{stroke:var(--muted)}.wave-axis,.sum-axis{fill:none;stroke:var(--grid);stroke-width:1;vector-effect:non-scaling-stroke}.wave-trace{fill:none;stroke:transparent;stroke-width:18;cursor:pointer;vector-effect:non-scaling-stroke}.wave-label{font:11px 'Courier New',monospace;fill:var(--muted);text-anchor:end;cursor:pointer}.wave-layer.selected .wave-path,.wave-layer.hover .wave-path{stroke-width:2.8}.wave-layer.selected .wave-label{fill:var(--accent);font-weight:bold}.wave-layer.muted .wave-path{opacity:.18}.wave-layer.combined .wave-label{display:none}.wave-layer.combined .wave-axis{opacity:.15}.wave-layer.combined .wave-path{opacity:.23}.sum-path{fill:none;stroke:var(--accent);stroke-width:3;vector-effect:non-scaling-stroke}.sum-label{font:20px Georgia,serif;fill:var(--accent)}.plot-foot{display:flex;justify-content:space-between;gap:15px;margin-top:-12px;font:10px/1.5 'Courier New',monospace;color:var(--muted)}.plot-foot span:first-child{letter-spacing:.05em}.plot-foot b{font-weight:400}.visual-tools{display:flex;align-items:center;justify-content:space-between;margin-top:15px;border-top:1px solid var(--line);color:var(--muted);font-size:11px;gap:15px}.visual-tools button{font-size:11px;white-space:nowrap}.listening-bar{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:15px 0 0}.listen{background:var(--accent);color:var(--inverse);border-radius:5px;min-width:145px;padding:12px 25px;font-size:14px;box-shadow:0 3px 0 var(--shadow);transition:transform .15s}.listen:hover{background:var(--text);color:var(--inverse);transform:translateY(-1px)}#audio-status{max-width:225px;font-size:10px;line-height:1.5;color:var(--muted);margin-top:9px}.keyboard{display:flex;gap:3px;align-self:stretch;max-height:79px}.note{position:relative;background:var(--surface);border:1px solid var(--line);border-bottom:3px solid var(--line);border-radius:0 0 5px 5px;width:37px;display:flex;align-items:end;justify-content:center;padding:12px 0;font-size:12px;gap:1px;transition:background .15s,transform .15s}.note small{font-size:8px;margin-bottom:1px;color:var(--muted)}.note[aria-pressed=true]{background:var(--selected);border-color:var(--accent);color:var(--accent);transform:translateY(2px)}.workbench{border-top:1px solid var(--line);padding:14px 0 0 24px;border-left:1px solid var(--line)}.bench-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.bench-title h2{font:400 23px Georgia,serif;letter-spacing:-.035em}.bench-title button{font-size:11px;color:var(--muted)}.presets{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;margin:18px 0 25px}.preset{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 3px;font-size:10px;border:1px solid transparent;border-radius:5px;min-height:76px;color:var(--muted)}.preset svg{width:39px;height:26px;fill:none;stroke:currentColor;stroke-width:1.4}.preset[aria-pressed=true]{background:var(--surface);color:var(--accent);border-color:var(--line)}.preset:hover{background:var(--selected)}.spectrum-heading{display:flex;justify-content:space-between;font-size:11px;margin-bottom:17px}.spectrum-heading span:last-child{font-family:'Courier New',monospace;color:var(--muted)}.harmonics{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:3px}.harmonic{display:flex;align-items:center;flex-direction:column;min-width:0;padding-top:8px;border-radius:4px;transition:background .15s}.harmonic.selected{background:var(--selected)}.harmonic output{font:9px 'Courier New',monospace;color:var(--muted);margin-bottom:8px}.harmonic input{writing-mode:vertical-lr;direction:rtl;appearance:none;width:32px;height:126px;cursor:ns-resize;background:none;padding:0;margin:0;accent-color:var(--accent)}.harmonic input::-webkit-slider-runnable-track{width:3px;background:var(--line);border-radius:3px}.harmonic input::-webkit-slider-thumb{appearance:none;width:19px;height:9px;background:var(--accent);border:2px solid var(--bg);border-radius:3px;margin-left:-8px;box-shadow:0 0 0 1px var(--accent)}.harmonic input::-moz-range-track{width:3px;background:var(--line)}.harmonic input::-moz-range-thumb{width:19px;height:9px;background:var(--accent);border:2px solid var(--bg);border-radius:3px}.harmonic button{font:10px 'Courier New',monospace;min-height:36px;width:100%;padding:0;margin-top:7px}.harmonic button[aria-pressed=true]{font-weight:bold;color:var(--accent)}.harmonic-hz{font:8px 'Courier New',monospace;color:var(--muted);padding-bottom:8px}.axis-caption{text-align:center;color:var(--muted);font:8px/1.6 'Courier New',monospace;letter-spacing:.015em;margin:10px 0 21px}.inspector{border-top:1px solid var(--line);padding-top:17px;min-height:115px}.inspector p:nth-child(2){font-size:12px;line-height:1.5;margin-top:7px;color:var(--muted)}.inspector button{padding:0;font-size:11px;color:var(--accent);text-decoration:underline;text-underline-offset:4px}.inspector button[aria-pressed=true]{font-weight:bold}.discovery{background:var(--selected);padding:19px 20px 12px;margin-top:16px;border-radius:4px}.discovery h3{font:400 24px/1.05 Georgia,serif;letter-spacing:-.04em;margin-top:10px}.discovery button{text-align:left;padding:0;font-size:11px;color:var(--accent);margin-top:6px}.scene{max-width:1504px;margin:35px auto 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;display:flex;gap:27px;align-items:center}.scene-mark{font:70px/1 Georgia,serif;color:var(--accent)}.scene h2{font:400 29px/1.15 Georgia,serif;letter-spacing:-.035em}.scene p{font-size:13px;line-height:1.7;color:var(--muted);max-width:660px;margin-top:8px}.model-tag{font:8px/1.8 'Courier New',monospace;letter-spacing:.03em;color:var(--muted);margin-left:auto;white-space:nowrap}.field-notes{max-width:1504px;margin:70px auto;display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.field-notes h2{font:400 49px/1.05 Georgia,serif;letter-spacing:-.045em;margin-top:18px}.notes-copy details{border-top:1px solid var(--line);padding:0 0 9px}.notes-copy details:last-child{border-bottom:1px solid var(--line)}summary{font-size:14px;cursor:pointer;padding:19px 25px 12px 0;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;font-size:20px;top:15px;color:var(--accent)}details[open] summary:after{content:'−'}.notes-copy p,.notes-copy li{font-size:13px;color:var(--muted);line-height:1.8;margin:10px 0 15px;max-width:680px}.notes-copy a{text-decoration:underline;text-underline-offset:3px}.notes-copy ul{padding-left:18px}.notes-copy li{margin:3px 0}.notes-copy .formula{font:18px Georgia,serif;color:var(--accent)}footer{border-top:1px solid var(--line);max-width:1600px;margin:auto;padding:25px 48px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}.no-script{padding:25px;background:var(--surface);border:2px solid var(--accent);line-height:1.7}html:not(.ready) #score{background:repeating-linear-gradient(0deg,transparent,transparent 39px,var(--grid) 40px)}html:not(.ready) .harmonics,html:not(.ready) .presets{opacity:.45}html:not(.ready) .listen{pointer-events:none}.sum-view #score{min-height:440px}.sum-view .plot-foot{margin-top:auto}
@media(min-width:1600px){main{padding:0 48px}#score{max-height:630px}}
@media(max-width:1250px){main{padding:0 30px}.masthead{padding:20px 30px}.opening-aside{gap:18px;font-size:12px}.instrument-layout{gap:24px;grid-template-columns:minmax(0,1fr) 310px}.workbench{padding-left:18px}.bench-title h2{font-size:21px}.plot-top>.eyebrow{font-size:8px}.view-switch button{padding:0 8px}.listening-bar{gap:15px}.note{width:29px}.plot-foot{font-size:8px}.opening{padding-top:35px}.model-tag{display:none}h1{font-size:80px}}
@media(max-width:950px){.opening-aside .invitation,.down-arrow{display:none}.instrument-layout{grid-template-columns:minmax(0,1fr) 275px;gap:20px}.workbench{padding-left:15px}.presets{gap:1px}.preset{font-size:9px}.bench-title h2{font-size:19px}.listening-bar{align-items:start;flex-direction:column}.keyboard{height:65px;align-self:auto;width:100%}.note{flex:1}.plot-note{top:30px}#plot{min-height:410px}#score{min-height:360px}.visual-tools{font-size:10px}.field-notes{gap:40px}.scene{gap:15px}.plot-top{flex-wrap:wrap}.harmonic input{width:27px}.harmonic-hz{font-size:7px}.harmonic output{font-size:8px}.axis-caption{font-size:7px}.discovery{padding:15px}.discovery h3{font-size:23px}}
@media(max-width:720px){.masthead{padding:12px 20px}.wordmark span{display:none}.masthead nav{gap:18px;font-size:11px}main{padding:0 20px}.opening{padding:29px 0 0;align-items:start;gap:15px}.opening .eyebrow{font-size:8px;letter-spacing:.1em}h1{font-size:72px;line-height:.87;margin-top:19px}h1 br{display:block}.opening-aside{max-width:125px;font-size:11px;line-height:1.55;padding-top:42px}.opening-aside br{display:none}.instrument-layout{grid-template-columns:1fr;gap:30px;margin-top:27px}.plot-top{flex-wrap:nowrap;padding-top:9px}.plot-top>.eyebrow{font-size:8px;max-width:120px}.view-switch button{font-size:10px;min-height:34px;padding:0 10px}.plot-note{top:27px}.plot-note strong{font-size:33px}.plot-note span{font-size:9px}.plot-note span:last-child{font-size:8px}#plot{min-height:305px;padding-top:30px}#score{min-height:0;width:100%;margin-top:8px;transform:scale(1.04);transform-origin:center}.plot-foot{font-size:7px;line-height:1.5;margin-top:10px;gap:10px}.plot-foot span:last-child{text-align:right}.visual-tools{margin-top:13px;font-size:9px}.visual-tools span{max-width:180px}.visual-tools button{font-size:10px}.listening-bar{padding-top:12px;flex-direction:row;gap:15px;align-items:stretch}.listen{min-width:108px;font-size:12px;padding:12px 16px}#audio-status{max-width:120px;font-size:9px}.keyboard{width:auto;flex:1;height:72px;align-self:auto;gap:2px}.note{width:22px;min-width:0;padding:10px 0;font-size:11px}.note small{font-size:7px}.workbench{border-left:0;padding:16px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr;gap:0}.bench-title h2{font-size:27px}.presets{margin:14px 0 22px;gap:6px}.preset{font-size:11px;min-height:73px}.harmonics{gap:6px}.harmonic input{height:130px;width:34px}.harmonic output{font-size:10px}.harmonic-hz{font-size:9px}.harmonic button{font-size:11px;min-height:40px}.axis-caption{font-size:8px}.inspector{min-height:105px}.discovery{padding:20px;margin-top:13px}.discovery h3{font-size:30px}.discovery h3 br{display:none}.discovery button{font-size:12px}.scene{margin-top:30px;padding:25px 0;align-items:start;gap:15px}.scene-mark{font-size:44px}.scene h2{font-size:27px}.scene p{font-size:12px;line-height:1.7}.field-notes{display:block;margin:43px auto}.field-notes h2{font-size:40px;margin-bottom:30px}.field-notes h2 br{display:none}.notes-copy p{font-size:12px}footer{padding:22px 20px;font-size:10px;flex-wrap:wrap}footer>span{display:none}.sum-view #score{min-height:220px}.sum-view{min-height:305px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(min-width:721px){.masthead{padding-top:13px;padding-bottom:13px}.opening{padding-top:32px;padding-bottom:10px}h1{font-size:clamp(65px,6.7vw,96px);letter-spacing:-.06em}.instrument-layout{margin-top:26px}#score{max-height:465px}.plot-note{top:28px}#plot{min-height:0}.plot-foot{margin-top:0}.sum-view #score{min-height:440px}}
.mobile-monitor{display:none}.wave-label{font-size:15px}.plot-foot{font-size:10px}.axis-caption{font-size:9px}.harmonic-hz{font-size:9px}.harmonic output{font-size:10px}.sum-view #score{min-height:0}.sum-view .plot-foot{margin-top:0}.wave-layer.combined .wave-path{opacity:.32}.wave-layer.combined.selected .wave-path{opacity:.75}.isolated .sum-path{stroke:var(--teal)}
@media(max-width:720px){.wave-label{font-size:23px}.plot-foot{font-size:9px;align-items:center}.plot-foot>span:first-child{max-width:120px}.plot-foot>span:last-child{max-width:165px}.harmonic input{width:38px}.axis-caption{font-size:8px}.mobile-monitor{display:flex;position:sticky;top:0;z-index:3;background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:14px;margin:-17px 0 17px;padding:8px 0}.mobile-monitor svg{width:130px;height:45px;fill:none;stroke:var(--accent);stroke-width:2}.mobile-monitor span{font-size:10px;color:var(--muted)}.mobile-monitor button{margin-left:auto;font-size:11px;color:var(--accent);white-space:nowrap}.sum-view #score{min-height:0}.sum-view .plot-foot{margin-top:10px}}
.boot-state{font-size:13px;line-height:1.6;padding:20px;border-bottom:1px solid var(--line)}.boot-state a{text-decoration:underline}.ready .boot-state{display:none}

@media(max-width:720px){html[lang=ro] .opening{display:block}html[lang=ro] h1{font-size:64px}html[lang=ro] .opening-aside{max-width:290px;padding-top:18px;font-size:12px}html[lang=ro] .opening-aside p{max-width:285px}}
.note{flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.note small{font-size:10px;margin:0}.notation-guide{font-size:10px;line-height:1.7;color:var(--muted);margin-top:15px;max-width:700px}.plot-note #note-equivalent{font:13px/1.5 'Courier New',monospace;color:var(--accent)}
@media(max-width:720px){.listening-bar{flex-wrap:wrap}.listening-bar>div:first-child{display:flex;align-items:center;gap:15px;width:100%}#audio-status{margin-top:0;max-width:180px}.keyboard{width:100%;flex-basis:100%;height:68px}.note{font-size:12px;min-width:0}.note small{font-size:10px}.notation-guide{font-size:10px;margin-top:12px}.plot-note #note-equivalent{font-size:11px}}
