:root{color-scheme:dark;--bg:#191b1c;--surface:#1c1e1f;--surface-2:#27292a;--fg:#eaece8;--muted:#a5aba7;--line:#343736;--control:#27292a;--control-hover:#323534;--selection:#303431;--focus:#c5d6ca;--sel:#dde6dc;--sel-fg:#202622;--edge-light:#ffffff09;--chrome-h:46px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--fg);font:12px/1.45 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit;cursor:pointer}a,button{color:inherit}.app,.instrument{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--fg)}.instrument[data-instrument-theme=light]{--bg:#e7e9e4;--surface:#f2f3ee;--surface-2:#fafbf7;--fg:#242824;--muted:#646c64;--line:#d2d7ce;--control:#fafbf7;--control-hover:#e0e5dc;--selection:#dde3d9;--focus:#536653;--sel:#344b3b;--sel-fg:#f5f8f2;--edge-light:#ffffffb0;color-scheme:light}.chrome{background:var(--bg);padding:0 18px;border-bottom:1px solid var(--line);box-shadow:inset 0 1px var(--edge-light)}.desk-windowbar{display:flex;align-items:stretch;min-height:var(--chrome-h);gap:30px}.desk-identity{display:flex;align-items:center;gap:6px;flex:none;align-self:center;font-size:17px;font-weight:600;letter-spacing:-.65px}.modes{display:flex;align-items:stretch;align-self:stretch;gap:0}.modes,.modes button{min-height:var(--chrome-h)}.modes button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:0;border-radius:0;background:transparent;color:var(--muted);font-size:12px;font-weight:400}.modes button.on{color:var(--fg);font-weight:500}.modes button.on:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:var(--fg)}.modes button:hover{color:var(--fg);background:var(--control)}.modes button:focus-visible{outline:2px solid var(--focus);outline-offset:-2px}.chrome-end{display:flex;align-items:center;align-self:center;gap:12px;margin-left:auto}.instrument-theme{display:grid;place-items:center;width:29px;height:29px;padding:0;background:transparent;border:1px solid transparent;color:var(--muted)}.workspace-context{font-size:11px;max-width:180px;color:var(--muted)}.desk-status-user,.workspace-context span{color:var(--muted)}.notice{padding:8px 16px;background:var(--selection);color:var(--fg);border-bottom:1px solid var(--line)}main{display:flex}.culler,main{flex:1 1;min-height:0}.culler{display:grid;grid-template-columns:196px minmax(0,1fr) 220px}.culler-source,.culler-tools{background:var(--surface);border-color:var(--line)}.culler-source{border-right:1px solid var(--line)}.culler-tools{border-left:1px solid var(--line);padding:16px 14px}.culler-source-top{padding:18px 12px 12px}.instrument-search{display:flex;align-items:center;min-height:31px;padding:0 9px;border:1px solid var(--line);border-radius:4px;background:var(--bg);color:var(--muted)}.culler-nav{padding:10px 8px 4px}.culler-nav-label{padding:0 8px 9px;font-size:11px;font-weight:500;color:var(--muted)}.instrument-event-year>summary{display:flex;align-items:center;justify-content:space-between;padding:4px 9px 7px;color:var(--muted);font-size:11px;list-style:none;cursor:default}.instrument-event-year>summary::-webkit-details-marker{display:none}.culler-tools .muted,.year-empty{margin:0;padding:0 9px;color:var(--muted)}.culler-theater{display:grid;place-items:center;background:var(--bg)}.mode-empty{display:grid;place-items:center;text-align:center;padding:28px 20px}.mode-empty.coming{flex:1 1}.mode-empty h2{margin:0 0 8px;font-size:15px;font-weight:560;letter-spacing:-.2px}.mode-empty p{margin:0;max-width:32em;color:var(--muted)}.auth-page{min-height:100dvh;display:grid;place-items:start center;padding:48px 20px;background:#202123}.auth-card{width:min(420px,100%);padding:28px;border:1px solid #e2e2e8;border-radius:6px;background:#fff;color:#121216}.auth-card h1{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:17px}.auth-card p{margin:0 0 16px;color:#5c5c66}.gate{max-width:28em;margin:72px auto;padding:0 20px}.gate h1{font-size:18px;font-weight:560}.gate p{color:var(--muted)}@media (max-width:740px){.desk-windowbar{flex-wrap:wrap;gap:0}.desk-identity{margin:12px 0}.modes{flex-basis:100%;min-height:42px}.culler{grid-template-columns:1fr}.culler-source,.culler-tools{display:none}}