:root{color-scheme:dark;--bg: #101418;--panel: #171c21;--panel-2: #1c2329;--border: #262e36;--border-strong: #333d47;--text: #dce3ea;--text-muted: #87939e;--accent: #4fbf8a;--accent-strong: #37a06f;--danger: #d97878}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}.studio{display:grid;grid-template-rows:48px 1fr 34px;height:100%}.studio-login{display:grid;place-items:center;height:100%}.studio-login-box{display:flex;flex-direction:column;gap:12px;width:280px}.studio-login-input{height:36px;padding:0 11px;border:1px solid var(--border-strong);border-radius:6px;background:var(--panel-2);color:var(--text);font:inherit}.studio-login-input:focus{outline:1px solid var(--accent);border-color:var(--accent)}.studio-login-error{color:var(--danger);font-size:12px}.studio-topbar{display:flex;align-items:center;gap:20px;padding:0 14px;border-bottom:1px solid var(--border);background:var(--panel)}.studio-brand{display:flex;align-items:center;gap:8px;font-weight:600}.studio-brand-mark{color:var(--accent)}.studio-brand-divider{color:var(--border-strong)}.studio-scope{display:flex;align-items:center;gap:8px;flex:1}.studio-scope-label{color:var(--text-muted)}.studio-chip{padding:4px 9px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2)}.studio-select{height:28px;padding:0 8px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2);color:var(--text);font:inherit}.studio-dirty{color:var(--danger);margin-left:8px}.studio-actions{display:flex;align-items:center;gap:8px}.studio-deploy-status{color:var(--text-muted);font-size:12px}.studio-icon-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2)}.studio-button{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:5px;background:var(--accent-strong);color:#0c120f;font-weight:600}.studio-body{display:grid;grid-template-columns:240px minmax(380px,1fr) minmax(420px,1.1fr);min-height:0}.studio-left{display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--panel);min-height:0}.studio-left-tabs{display:flex;border-bottom:1px solid var(--border)}.studio-left-tabs button{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;color:var(--text-muted);border-bottom:2px solid transparent}.studio-left-tabs button.is-active{color:var(--text);border-bottom-color:var(--accent)}.studio-left-content{flex:1;min-height:0;overflow:auto;padding:8px}.studio-list{display:flex;flex-direction:column;gap:2px}.studio-git-pane{display:flex;flex-direction:column;gap:8px;padding:10px}.studio-button--block{width:100%;justify-content:center}.studio-list-item{padding:8px 9px;text-align:left;border-radius:5px}.studio-list-item.is-active{background:var(--panel-2)}.studio-center,.studio-right{display:flex;flex-direction:column;min-width:0;min-height:0}.studio-center{border-right:1px solid var(--border)}.studio-panel-head{display:flex;align-items:center;gap:7px;padding:10px 14px;color:var(--text-muted);border-bottom:1px solid var(--border)}.studio-panel-body{flex:1;min-height:0;overflow:auto}.studio-empty{display:grid;place-items:center;height:100%;min-height:160px;color:var(--text-muted)}.studio-file-tree{display:flex;flex-direction:column;gap:1px}.studio-proposals{padding:8px;border-bottom:1px solid var(--border)}.studio-proposals-title{padding:4px 6px 8px;color:var(--text-muted);font-size:11px;font-weight:600}.studio-proposal{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;padding:6px;border-radius:5px;background:var(--panel-2)}.studio-proposal+.studio-proposal{margin-top:4px}.studio-proposal-path{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.studio-proposal-summary{grid-column:1 / -1;color:var(--text-muted);font-size:11px}.studio-proposal-apply{grid-column:2;grid-row:1;padding:2px 8px;border:1px solid var(--accent-strong);border-radius:4px;color:var(--accent);font-size:11px}.studio-file-dir-name{padding:4px 6px;color:var(--text-muted);font-size:11px;font-weight:600}.studio-file-dir-children{padding-left:10px;border-left:1px solid var(--border);margin-left:8px}.studio-file-item{display:block;width:100%;padding:4px 6px;text-align:left;border-radius:4px;color:var(--text)}.studio-file-item:hover{background:var(--panel-2)}.studio-file-item.is-active{background:var(--panel-2);color:var(--accent)}.studio-file-view{display:flex;flex-direction:column;height:100%}.studio-file-view-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border);color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.studio-file-view-actions{display:flex;align-items:center;gap:8px}.studio-commit-input{height:28px;padding:0 8px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2);color:var(--text);font:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.studio-file-editor{flex:1;width:100%;margin:0;padding:14px;border:0;border-radius:0;background:var(--bg);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.6;resize:none}.studio-file-editor:focus{outline:none}.studio-file-view-body{flex:1;margin:0;padding:14px;overflow:auto;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.6;white-space:pre}.studio-chat{display:flex;flex-direction:column;height:100%}.studio-chat-messages{flex:1;min-height:0;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.studio-chat-msg{max-width:86%;padding:9px 11px;border-radius:6px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.studio-chat-msg--user{align-self:flex-end;background:var(--accent-strong);color:#0c120f}.studio-chat-msg--assistant{align-self:flex-start;background:var(--panel-2);border:1px solid var(--border)}.studio-chat-msg--system{align-self:center;color:var(--text-muted);font-size:11px;background:transparent;padding:3px 8px}.studio-chat-input{display:flex;align-items:flex-end;gap:8px;padding:10px 14px;border-top:1px solid var(--border)}.studio-chat-input textarea{flex:1;min-height:62px;resize:vertical;padding:9px 11px;border:1px solid var(--border-strong);border-radius:6px;background:var(--panel-2);color:var(--text);font:inherit;line-height:1.5}.studio-chat-input textarea:focus{outline:1px solid var(--accent);border-color:var(--accent)}.studio-button:disabled{opacity:.5;cursor:not-allowed}.studio-diff-list{display:flex;flex-direction:column}.studio-diff-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 14px;border-bottom:1px solid var(--border);text-align:left}.studio-diff-item:hover{background:var(--panel-2)}.studio-diff-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.studio-diff-status{font-size:11px;color:var(--text-muted)}.studio-diff-status--added{color:var(--accent)}.studio-diff-status--removed{color:var(--danger)}.studio-diff-meta{color:var(--text-muted);font-size:11px;white-space:nowrap}.studio-diff{display:flex;flex-direction:column;height:100%}.studio-diff-head{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--border)}.studio-diff-body{flex:1;margin:0;padding:14px;overflow:auto;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.6;white-space:pre-wrap}.studio-test{padding:18px 20px}.studio-uploader{display:flex;flex-direction:column;gap:8px;padding:14px 20px 0}.studio-uploader-button{display:inline-flex;align-items:center;cursor:pointer}.studio-uploader-button input{display:none}.studio-uploader-url{color:var(--text-muted);font-size:11px;word-break:break-all}.studio-test-kind{margin-bottom:16px;font-weight:600}.studio-test-steps{margin:0 0 20px;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.studio-test-steps li{display:flex;align-items:center;gap:10px;padding:8px 0;color:var(--text-muted)}.studio-test-steps li.is-active{color:var(--text)}.studio-test-step-index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--border-strong);border-radius:50%;font-size:11px;color:var(--text-muted)}.studio-test-steps li.is-active .studio-test-step-index{border-color:var(--accent);color:var(--accent)}.studio-test-note{color:var(--text-muted);font-size:12px}.studio-test-tool{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--text-muted);font-size:11px}.studio-test-tool-output{padding:1px 5px;border:1px solid var(--border-strong);border-radius:3px}.studio-test-output{min-height:140px;max-height:220px;overflow:auto;padding:10px;border:1px solid var(--border);border-radius:5px;background:var(--panel-2);white-space:pre-wrap;line-height:1.6;font-size:12px}.studio-test-fields{display:flex;flex-direction:column;gap:8px;margin-top:10px}.studio-test-field{display:flex;flex-direction:column;gap:5px;color:var(--text-muted);font-size:11px}.studio-test-field textarea,.studio-test-field select{width:100%;min-height:54px;resize:vertical;padding:8px 10px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2);color:var(--text);font:inherit;line-height:1.5}.studio-test-actions{display:flex;justify-content:flex-end;margin-top:2px}.studio-interactive-input{width:100%;min-height:36px;padding:8px 10px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2);color:var(--text);font:inherit}.studio-interactive-actions{justify-content:flex-start;flex-wrap:wrap}.studio-interactive-sessions{display:flex;flex-direction:column;gap:4px;max-height:130px;overflow:auto}.studio-interactive-meta{color:var(--text-muted);font-size:11px;word-break:break-all}.studio-interactive-choices{display:flex;flex-direction:column;gap:6px}.studio-choice{padding:8px 10px;border:1px solid var(--border-strong);border-radius:5px;background:var(--panel-2);color:var(--text);font:inherit;text-align:left;line-height:1.4}.studio-choice:disabled{opacity:.5;cursor:default}.studio-bottom{display:flex;align-items:center;border-top:1px solid var(--border);background:var(--panel)}.studio-bottom-toggle{display:inline-flex;align-items:center;gap:7px;height:100%;padding:0 14px;color:var(--text-muted)}@media (max-width: 900px){.studio-body{grid-template-columns:220px 1fr}.studio-right{display:none}}@media (max-width: 640px){.studio{grid-template-rows:48px 1fr 34px}.studio-scope{display:none}.studio-body{grid-template-columns:1fr}.studio-left{display:none}}
