.lch-page{--lch-bg-primary: #ffffff;--lch-bg-secondary: #f5f5f0;--lch-text-primary: #1a1a1a;--lch-text-secondary: #6b6b6b;--lch-border: rgba(0, 0, 0, .12);--lch-radius: 6px;--lch-radius-lg: 12px}@media(prefers-color-scheme:dark){.lch-page{--lch-bg-primary: #1a1a1a;--lch-bg-secondary: #2a2a2a;--lch-text-primary: #e8e8e8;--lch-text-secondary: #999999;--lch-border: rgba(255, 255, 255, .12)}}.lch-page{font-family:system-ui,-apple-system,sans-serif;background:var(--lch-bg-primary);color:var(--lch-text-primary);padding:1.5rem;max-width:800px;margin:0 auto}.lch-page h1{font-size:20px;font-weight:500;margin-bottom:.25rem}.lch-page h2{font-size:16px;font-weight:500;margin:2rem 0 .75rem;color:var(--lch-text-secondary)}.lch-page .subtitle{font-size:13px;color:var(--lch-text-secondary);margin-bottom:1.5rem}.lch-page .section-divider{border:none;height:1px;background:linear-gradient(to right,transparent,var(--lch-border) 30%,var(--lch-border) 70%,transparent);margin:2.5rem auto .5rem;width:100%}.lch-page .page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lch-page .filter-toggles{display:flex;gap:6px;flex-shrink:0;padding-top:2px}.lch-page .filter-toggle{height:26px;padding:0 10px;font-size:11px;border:.5px solid var(--lch-border);border-radius:var(--lch-radius);background:transparent;color:var(--lch-text-secondary);cursor:pointer;transition:background .12s ease,color .12s ease;white-space:nowrap}.lch-page .filter-toggle.active{background:var(--lch-bg-secondary);color:var(--lch-text-primary);font-weight:500}.lch-page .filter-toggle:hover:not(.active){color:var(--lch-text-primary)}.lch-page .controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:1.5rem}.lch-page .input-group{display:flex;gap:12px;align-items:center}.lch-page .controls label{font-size:12px;color:var(--lch-text-secondary);display:flex;align-items:center;gap:6px}.lch-page .controls input[type=number]{width:56px;height:28px;padding:0 6px;border:.5px solid var(--lch-border);border-radius:var(--lch-radius);background:var(--lch-bg-secondary);color:var(--lch-text-primary);font-size:12px;-moz-appearance:textfield}.lch-page .controls input[type=number]::-webkit-inner-spin-button,.lch-page .controls input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.lch-page .controls select{height:28px;padding:0 6px;border:.5px solid var(--lch-border);border-radius:var(--lch-radius);background:var(--lch-bg-secondary);color:var(--lch-text-primary);font-size:12px}.lch-page .cent-label{font-size:11px}.lch-page .cent-input{width:44px}.lch-page .toggle-row{display:flex;gap:0;border:.5px solid var(--lch-border);border-radius:var(--lch-radius);overflow:hidden}.lch-page .toggle-row button{height:28px;padding:0 12px;font-size:12px;background:transparent;border:none;border-right:.5px solid var(--lch-border);color:var(--lch-text-secondary);cursor:pointer}.lch-page .toggle-row button:last-child{border-right:none}.lch-page .toggle-row button.active{background:var(--lch-bg-secondary);color:var(--lch-text-primary);font-weight:500}.lch-page .order-label{font-size:12px;color:var(--lch-text-secondary);margin-top:8px;margin-bottom:4px;font-weight:500}.lch-page .tone-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.lch-page .tone-pill{padding:5px 10px;border-radius:var(--lch-radius);font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.lch-page .tone-pill .value{font-weight:400;font-size:12px;opacity:.8}.lch-page .tone-pill.small{padding:3px 7px;font-size:11px}.lch-page .tone-pill.small .value{font-size:10px}.lch-page .order-0{background:#eeedfe;color:#3c3489}.lch-page .order-1{background:#e1f5ee;color:#085041}.lch-page .order-2{background:#faeeda;color:#633806}.lch-page .order-3{background:#faece7;color:#712b13}.lch-page .order-4{background:#fbeaf0;color:#72243e}@media(prefers-color-scheme:dark){.lch-page .order-0{background:#3c3489;color:#cecbf6}.lch-page .order-1{background:#085041;color:#9fe1cb}.lch-page .order-2{background:#633806;color:#fac775}.lch-page .order-3{background:#712b13;color:#f5c4b3}.lch-page .order-4{background:#72243e;color:#f4c0d1}}.lch-page #spectrum-canvas{width:100%;height:280px;border-radius:var(--lch-radius-lg);border:.5px solid var(--lch-border);background:var(--lch-bg-secondary)}.lch-page .legend{display:flex;gap:14px;margin-top:8px;font-size:12px;color:var(--lch-text-secondary);flex-wrap:wrap}.lch-page .legend-item{display:flex;align-items:center;gap:4px}.lch-page .legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.lch-page .tree-wrap{overflow-x:auto;padding-bottom:8px}.lch-page .stats{font-size:12px;color:var(--lch-text-secondary);margin-top:1.5rem;margin-bottom:8px}.lch-page .scale-view{position:relative;margin-top:2rem}.lch-page .scale-subtitle{font-size:12px;color:var(--lch-text-secondary);margin-bottom:12px}.lch-page .scale-row{display:flex;flex-wrap:wrap;gap:4px;align-items:flex-end}.lch-page .scale-note{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 6px 5px;border-radius:var(--lch-radius);border:.5px solid var(--lch-border);background:var(--lch-bg-secondary);min-width:48px}.lch-page .scale-pitch{font-size:11px;font-weight:500;color:var(--lch-text-primary);white-space:nowrap}.lch-page .scale-order-dot{font-size:10px;font-weight:600;padding:2px 6px;border-radius:var(--lch-radius)}.lch-page .scale-order-label{font-size:10px;color:var(--lch-text-secondary);font-weight:500}.lch-page .scl-export-btn{position:absolute;bottom:0;right:0;padding:6px 14px;font-size:12px;font-weight:600;color:var(--lch-text-primary);background:var(--lch-bg-secondary);border:.5px solid var(--lch-border);border-radius:var(--lch-radius);cursor:pointer;transition:background .15s ease}.lch-page .scl-export-btn:hover{background:var(--lch-border)}.tuner-root{position:relative;min-height:100vh;background:#080a0f;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding-top:4rem}.tuner-header{display:flex;align-items:baseline;gap:.75rem;padding:1.25rem 1.5rem 0;width:100%;max-width:560px}.tuner-header h1{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(1.4rem,3vw,1.9rem);color:#e8eaf0;margin:0;letter-spacing:-.01em}.tuner-header-sub{font-family:Space Mono,monospace;font-size:.65rem;letter-spacing:.08em;color:#6b7592cc;text-transform:uppercase}.tuner-meter-wrap{flex:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:520px;padding:1rem 2rem 0}.tuner-mic-area{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem 0 1.5rem}.tuner-mic-btn{width:64px;height:64px;border-radius:50%;border:1.5px solid rgba(123,156,255,.4);background:#7b9cff0f;color:#7b9cff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease;position:relative}.tuner-mic-btn:hover{border-color:#7b9cffb3;background:#7b9cff1f}.tuner-mic-btn--active{border-color:#4ade8099;background:#4ade8014;color:#4ade80}.tuner-mic-btn--active:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1.5px solid rgba(74,222,128,.35);animation:mic-pulse 1.8s ease-in-out infinite}@keyframes mic-pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:.2}to{transform:scale(1);opacity:.6}}.tuner-mic-hint{font-family:Space Mono,monospace;font-size:.6rem;letter-spacing:.08em;color:#6b759299;text-transform:uppercase}.tuner-mic-message{font-family:Space Mono,monospace;font-size:.65rem;letter-spacing:.04em;text-align:center;line-height:1.5}.tuner-mic-message--denied{color:#f87171}.tuner-mic-message--error{color:#fbbf24}.tuner-mic-message--request{color:#e8eaf066}.listening-text{animation:listening-pulse 1.4s ease-in-out infinite}@keyframes listening-pulse{0%,to{opacity:.3}50%{opacity:.7}}.tuner-panel{position:fixed;top:0;right:0;bottom:0;width:240px;background:#0f1117;border-left:1px solid rgba(255,255,255,.06);padding:5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;z-index:50}.tuner-panel-toggle{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:60;background:#161b26;border:1px solid rgba(255,255,255,.08);border-right:none;border-radius:8px 0 0 8px;color:#e8eaf080;width:28px;height:52px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:color .15s ease,background .15s ease}.tuner-panel-toggle:hover{color:#e8eaf0;background:#1f2535}.tuner-panel-divider{height:1px;background:#ffffff0f;margin:0}.tuner-panel-section-label{font-family:Space Mono,monospace;font-size:.6rem;letter-spacing:.1em;color:#e8eaf04d;text-transform:uppercase;margin-bottom:-.5rem}.tuner-panel ::-webkit-scrollbar{width:3px}.tuner-panel ::-webkit-scrollbar-track{background:transparent}.tuner-panel ::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}@media(max-width:600px){.tuner-panel{width:100%;bottom:0;top:auto;height:70vh;border-left:none;border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 1rem 2rem}.tuner-panel-toggle{top:auto;bottom:1rem;right:1rem;transform:none;border-radius:50%;width:40px;height:40px;border:1px solid rgba(255,255,255,.08)}.tuner-meter-wrap{padding:.5rem 1rem 0}}.relnotes-page{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 1.5rem;min-height:100vh;background:#0a0a09}.relnotes-page:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.relnotes-header{display:flex;flex-direction:column;align-items:center;padding-top:2rem;padding-bottom:3rem;width:100%;max-width:min(66vw,960px)}.relnotes-headline{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,3.5rem);color:#e8eaf0;letter-spacing:.04em;margin-bottom:1.75rem;text-align:center}.relnotes-pills{display:flex;gap:2px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:3px}.relnotes-pill{padding:.42rem 1.3rem;border-radius:999px;border:none;background:transparent;color:#e8eaf08c;font-family:Inter,sans-serif;font-size:1.19rem;font-weight:500;cursor:pointer;transition:background .18s ease,color .18s ease}.relnotes-pill:hover:not(.relnotes-pill--active){color:#e8eaf0cc}.relnotes-pill--active{background:#ffffff14;color:#e8eaf0}.relnotes-search{width:100%;margin-top:1.25rem;padding:.5rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#e8eaf0;font-family:Inter,sans-serif;font-size:1rem;outline:none;transition:border-color .18s ease}.relnotes-search::placeholder{color:#e8eaf059}.relnotes-search:focus{border-color:#fff3}.relnotes-releases{width:100%;max-width:min(66vw,960px)}.relnotes-release{padding:2.75rem 0;border-top:1px solid rgba(255,255,255,.18)}.relnotes-release:last-child{border-bottom:1px solid rgba(255,255,255,.06)}.relnotes-release__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.relnotes-release__version{font-family:Space Mono,monospace;font-size:1.1rem;font-weight:400;color:#e8eaf0;letter-spacing:.01em}.relnotes-release__date{font-family:Space Mono,monospace;font-size:.85rem;letter-spacing:.06em;color:#e8eaf0b3}.relnotes-release__body{display:flex;flex-direction:column;gap:1.25rem}.relnotes-section{display:grid;grid-template-columns:100px 1fr;gap:0 1.5rem;align-items:start}.relnotes-section__label{font-family:Space Mono,monospace;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;padding-top:.2rem;line-height:1.6}.relnotes-section__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.relnotes-section__list li{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.65;color:#e8eaf0d9;padding-left:1rem;position:relative}.relnotes-section__list li:before{content:"–";position:absolute;left:0;color:#e8eaf066}.relnotes-category{font-family:Space Mono,monospace;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-top:1.25rem;margin-bottom:.5rem}.relnotes-list{list-style:none;padding:0;margin:0 0 .25rem;display:flex;flex-direction:column;gap:.4rem}.relnotes-list__item{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.65;color:#e8eaf0d9;padding-left:1rem;position:relative}.relnotes-list__item:before{content:"–";position:absolute;left:0;color:#e8eaf066}.relnotes-prose{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.7;color:#e8eaf0bf;margin-bottom:.75rem}.relnotes-img{width:100%;border-radius:8px;margin:1.25rem 0;border:1px solid rgba(255,255,255,.07)}.relnotes-empty{font-family:Inter,sans-serif;font-size:1.05rem;color:#e8eaf059;padding:3rem 0;text-align:center}@media(max-width:520px){.relnotes-section{grid-template-columns:1fr;gap:.4rem}}@font-face{font-family:Domus;src:url(/Domus.otf) format("opentype");font-weight:400;font-style:normal}:root{color-scheme:dark;background-color:#000;color:#fff;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100%;background-color:#000}body{background-color:#000}.stage{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-color:#000;overflow:hidden}.stage__circle-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(80vmin,640px);height:auto}.stage__circle{position:relative;width:50%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background-color:#000;box-shadow:0 0 60px #ffffff14,inset 0 0 45px #ffffff1a;transform-origin:center}.iwb-container{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.iwb-canvas{width:100%;height:100%;display:block}.stage__controls{position:absolute;top:1.5rem;left:1.5rem;color:#fff;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem;background:#0009;border:1px solid rgba(255,255,255,.15);padding:.75rem 1rem;border-radius:.8rem;width:min(220px,40vw);z-index:10}.stage__controls input[type=range]{width:100%;accent-color:#fff}.stage__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#fffc;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;text-align:center}.stage__scroll-hint__icon{width:28px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.25);display:flex;justify-content:center;padding:.35rem 0;position:relative;overflow:hidden}.stage__scroll-hint__icon div{width:6px;height:6px;border-radius:999px;background:#fff;animation:hint-scroll 1.8s ease-in-out infinite}@keyframes hint-scroll{0%{transform:translateY(-6px);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translateY(12px);opacity:0}}nav a:hover{color:#e8eaf0!important}@media(max-width:768px){nav>div:first-child{display:grid!important;grid-template-columns:48px 1fr 48px;align-items:center;justify-items:center}nav>div:first-child>div:last-of-type{display:none!important}nav button[aria-label="Toggle navigation"]{display:flex!important;grid-column:3;grid-row:1;justify-self:end}nav>div:first-child>a{grid-column:2;grid-row:1;justify-self:center}nav>div:nth-child(2){display:flex!important}}.page-content{padding-top:4rem}
