*{margin:0;padding:0;box-sizing:border-box}:root{--teal: #00aab5;--teal-dark: #00767e;--dark: #1d1d1f;--bg: #f0f0f3;--panel: #ffffff;--border: #e3e3e8;--muted: #6e6e73;--radius: 16px}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--dark);overflow:hidden}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font:inherit;color:inherit}select{padding:7px 10px;border:1px solid var(--border);border-radius:9px;background:#fff;font-size:13px;max-width:100%}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;color:var(--muted)}.icon-btn:hover{background:#0000000f;color:var(--dark)}.icon-btn:disabled{opacity:.4;cursor:default}.hint{font-size:12px;color:var(--muted)}.pane-empty{color:var(--muted);padding:12px 0;font-size:13px}.reg{font-size:11px;vertical-align:super;color:var(--teal)}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--teal);color:#fff;flex:none}.brand-icon.big{width:52px;height:52px;border-radius:16px}.shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{background:#fff;border-radius:20px;padding:44px 52px;text-align:center;box-shadow:0 8px 40px #00000014;max-width:440px;width:100%}.login-card{display:flex;flex-direction:column;gap:12px}.login-card h1{font-size:27px;letter-spacing:-.5px}.login-card .logo{display:flex;justify-content:center;margin-bottom:4px}.login-card input{padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:15px}.login-card input:focus{outline:none;border-color:var(--teal)}.login-card button[type=submit]{padding:12px;border-radius:10px;background:var(--teal);color:#fff;font-size:15px}.login-card button:disabled{opacity:.5;cursor:default}.sub{color:var(--muted);margin-bottom:6px;font-size:14px}.status{font-size:13px;padding:8px 12px;border-radius:10px}.status.bad{background:#fdecec;color:#c0392b}.app{height:100vh;display:flex}.panel{position:fixed;top:14px;left:14px;bottom:14px;width:264px;background:var(--panel);border-radius:var(--radius);box-shadow:0 4px 28px #00000017;display:flex;flex-direction:column;padding:14px 10px 10px;z-index:10}.panel-brand{display:flex;align-items:center;gap:10px;padding:2px 8px 12px}.brand-name{font-weight:700;font-size:16px;letter-spacing:-.2px}.panel-section{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);padding:8px 10px 4px}.panel-list{flex:1;overflow-y:auto}.panel-item{display:block;width:100%;text-align:left;padding:9px 10px;border-radius:10px;margin-bottom:1px}.panel-item:hover{background:var(--bg)}.panel-item.active{background:#e6f7f8}.item-name{display:block;font-weight:600;font-size:13.5px}.item-meta{display:block;font-size:11.5px;color:var(--muted);margin-top:1px}.panel-logs{display:flex;align-items:center;gap:8px;color:var(--muted);margin-top:6px}.panel-logs .item-name{font-weight:600;color:inherit}.panel-logs.active{color:var(--dark)}.panel-user{display:flex;align-items:center;gap:10px;padding:10px 8px 4px;border-top:1px solid var(--border);margin-top:8px}.ava{width:34px;height:34px;border-radius:50%;object-fit:cover;flex:none}.ava-fallback{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}.user-text{flex:1;min-width:0;display:flex;flex-direction:column}.user-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:var(--muted)}.main{flex:1;margin-left:292px;height:100vh;overflow:hidden}.agent-page{display:flex;height:100%;gap:14px;padding:14px 14px 14px 0}.config-col{width:400px;min-width:360px;overflow-y:auto;padding-right:2px;display:flex;flex-direction:column;gap:12px}.config-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 2px 0}.config-head h2{font-size:19px;letter-spacing:-.3px}.pub-badge{font-size:11px;padding:4px 10px;border-radius:999px;background:#e6f7f8;color:var(--teal-dark);white-space:nowrap}.notice{font-size:13px;color:#1a7f37;background:#e8f7ee;padding:7px 12px;border-radius:9px}.block{background:var(--panel);border-radius:var(--radius);padding:14px 16px;box-shadow:0 1px 8px #0000000d}.block-title{font-weight:700;font-size:14px;margin-bottom:10px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}.row-label{font-size:13px;color:var(--muted);flex:none}.row-control{display:flex;align-items:center;gap:8px;min-width:0}.row-control select{min-width:150px}.tool-control{display:flex;align-items:center;gap:8px}.slider-row{padding:8px 0 6px}.slider-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.slider-value{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:20px;background:transparent;cursor:pointer}input[type=range]:disabled{cursor:default;opacity:.5}input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(var(--dark),var(--dark)) 0 / var(--fill, 0%) 100% no-repeat,#e3e3e8}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;margin-top:-7px;background:#fff;border:1.5px solid #b9b9c0;box-shadow:0 1px 4px #0000002e;transition:transform .12s ease,border-color .12s ease}input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.12);border-color:#8e8e96}input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:#e3e3e8}input[type=range]::-moz-range-progress{height:4px;border-radius:999px;background:var(--dark)}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:1.5px solid #b9b9c0;box-shadow:0 1px 4px #0000002e}.switch{width:40px;height:24px;border-radius:999px;background:#e3e3e8;position:relative;flex:none;transition:background .2s ease;box-shadow:inset 0 1px 2px #0000000f}.switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1.5px 4px #00000038,0 0 0 .5px #0000000a;transition:left .2s cubic-bezier(.22,1,.36,1),width .15s ease}.switch:active:not(.disabled):after{width:23px}.switch.on{background:var(--dark);box-shadow:none}.switch.on:after{left:18px}.switch.on:active:not(.disabled):after{left:15px}.switch:hover:not(.disabled):not(.on){background:#d9d9de}.switch.disabled{opacity:.4;cursor:default}.prompt-preview{position:relative;border:1px solid var(--border);border-radius:12px;background:#fafafa;height:170px;overflow:hidden;cursor:pointer;margin-bottom:8px}.prompt-preview pre{white-space:pre-wrap;font-family:inherit;font-size:12.5px;line-height:1.5;color:#3a3a3c;padding:12px 14px;height:100%;overflow:hidden;-webkit-mask-image:linear-gradient(#000 75%,transparent);mask-image:linear-gradient(#000 75%,transparent)}.expand-corner{position:absolute;right:8px;bottom:8px;width:26px;height:26px;border-radius:8px;background:#fff;border:1px solid var(--border);color:var(--muted);display:inline-flex;align-items:center;justify-content:center}.expand-corner:hover{color:var(--dark)}.version-select{width:100%;margin-bottom:8px}.btn-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.btn-row button,.modal-foot button{padding:8px 13px;border:1px solid var(--border);border-radius:9px;background:#fff;font-size:13px}.btn-row button.primary,.modal-foot button.primary,.save-all{background:var(--teal);color:#fff;border-color:var(--teal)}.btn-row button:disabled{opacity:.45;cursor:default}.btn-row .hint{margin-left:auto}.save-all{padding:11px;border-radius:12px;font-size:14px;border:none}.var-chip{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:13px}.var-chip code{background:#f0f0f3;padding:2px 7px;border-radius:6px;font-size:12px}.var-val{color:var(--muted);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.var-add{display:flex;gap:6px;margin-top:6px}.var-add input{flex:1;min-width:0;padding:7px 9px;border:1px solid var(--border);border-radius:8px;font-size:13px}.tool-chips{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 8px}.tool-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 8px 5px 10px;border-radius:999px;background:#f0f0f3;font-size:12.5px;cursor:pointer}.tool-chip:hover{background:#e8e8ed}.tool-chip-name{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chip-x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;color:var(--muted)}.chip-x:hover{background:#0000001a;color:var(--dark)}.modal.modal-narrow{width:min(600px,100%);height:auto;max-height:86vh}.vs-picker{flex:1;overflow-y:auto;padding:0 20px;display:flex;flex-direction:column;gap:6px}.picker-chips{border-bottom:1px solid var(--border);padding-bottom:10px;margin-bottom:4px}.vs-row{display:flex;align-items:center;gap:12px;text-align:left;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#fff}.vs-row:hover{border-color:#c9c9d0}.vs-row.on{border-color:var(--teal);background:#f4fbfc}.vs-check{width:20px;height:20px;border-radius:6px;border:1.5px solid #c9c9d0;flex:none;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff}.vs-check.on{background:var(--teal);border-color:var(--teal)}.ws-form{overflow-y:auto;padding:0 20px 4px;display:flex;flex-direction:column;gap:12px}.ws-form input,.ws-form select{padding:9px 11px;border:1px solid var(--border);border-radius:10px;font-size:13.5px;font-weight:400}.ws-form .vs-editor{margin:0}.domains-editor{min-height:76px}.modal-head span{display:inline-flex;align-items:center;gap:8px}.cfg-row{display:flex;align-items:center;gap:14px}.cfg-label{flex:none;width:150px;font-size:13.5px;color:var(--dark)}.cfg-row input,.cfg-row select{flex:1;min-width:0}.cfg-group{display:flex;flex-direction:column;gap:6px}.cfg-title{font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;margin-top:4px}.opt-badge{font-size:11px;font-weight:600;color:var(--muted);background:#f0f0f3;padding:2px 8px;border-radius:6px}.segmented{display:inline-flex;background:#f0f0f3;border-radius:999px;padding:3px}.segmented button{padding:6px 16px;border-radius:999px;font-size:13px;color:var(--muted)}.segmented button.on{background:#fff;color:var(--dark);font-weight:600;box-shadow:0 1px 4px #0000001f}.modal-foot.foot-split{justify-content:space-between}.foot-actions{display:flex;gap:8px}.trash-btn{width:38px;height:38px;border-radius:10px;background:#f0f0f3;color:var(--dark);display:inline-flex;align-items:center;justify-content:center}.trash-btn:hover{background:#fdecec;color:#c0392b}.vs-editor{width:100%;min-height:64px;padding:9px 11px;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:13px}.vs-info{display:flex;flex-direction:column;min-width:0}.vs-name{display:flex;align-items:center;gap:6px;font-weight:600;font-size:13.5px}.vs-meta{font-size:11.5px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel{flex:1;min-width:0;background:var(--panel);border-radius:var(--radius);box-shadow:0 1px 8px #0000000d;display:flex;flex-direction:column;overflow:hidden}.chat-panel.full{position:fixed;top:14px;right:14px;bottom:14px;left:14px;z-index:50;box-shadow:0 12px 60px #00000040}.chat-head{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.chat-title{font-weight:700;font-size:14px}.toggle-label{font-size:12.5px;color:var(--muted);display:flex;align-items:center;gap:6px}.toggle-label input{accent-color:var(--teal)}.chat-head .icon-btn{margin-left:auto}.chat-log{flex:1;overflow-y:auto;padding:18px;position:relative}.chat-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.chat-empty p{font-size:15px}.chat-empty-sub{font-size:12.5px!important;margin-top:4px;opacity:.8}.msg{margin-bottom:12px;display:flex;flex-direction:column}.msg.user{align-items:flex-end}.msg.assistant{align-items:flex-start}.bubble{max-width:78%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;white-space:pre-wrap}.msg.user .bubble{background:var(--teal);color:#fff;border-bottom-right-radius:4px}.msg.assistant .bubble{background:var(--bg);border-bottom-left-radius:4px}.msg-info{font-size:11px;color:var(--muted);margin-top:4px}.chat-expand{position:sticky;bottom:0;margin-left:auto;display:flex}.chat-input{display:flex;gap:8px;padding:12px 16px 16px}.chat-input textarea{flex:1;resize:none;height:50px;padding:13px 15px;border:1px solid var(--border);border-radius:12px;background:#fff}.chat-input textarea:focus{outline:none;border-color:var(--teal)}.chat-input button.primary{width:46px;border-radius:12px;background:var(--teal);color:#fff;font-size:18px;border:none}.chat-input button:disabled{opacity:.5;cursor:default}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:100;display:flex;align-items:center;justify-content:center;padding:28px}.modal{background:#fff;border-radius:18px;width:min(980px,100%);height:min(86vh,100%);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 80px #0000004d}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-weight:700}.modal-editor{flex:1;resize:none;margin:0 20px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;line-height:1.55}.modal-editor:focus{outline:none;border-color:var(--teal)}.modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px}.md-toggle{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:16px}.md-toggle .switch{width:34px;height:20px}.md-toggle .switch:after{width:16px;height:16px}.md-toggle .switch.on:after{left:16px}.md-toggle-label{font-size:12px;font-weight:600;color:#b9b9c0;transition:color .15s}.md-toggle-label.active{color:var(--dark)}.md-preview{overflow-y:auto;background:#fff;font-family:inherit;font-size:14px;line-height:1.6}.md-preview h1{font-size:21px;margin:6px 0 12px;letter-spacing:-.3px}.md-preview h2{font-size:17px;margin:20px 0 8px;padding-top:12px;border-top:1px solid #f0f0f3}.md-preview h3{font-size:15px;margin:14px 0 6px}.md-preview p{margin:8px 0}.md-preview ul,.md-preview ol{margin:8px 0 8px 22px}.md-preview li{margin:3px 0}.md-preview code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12.5px;background:#f0f0f3;padding:1px 6px;border-radius:5px}.md-preview pre{background:#f7f7f9;border:1px solid var(--border);border-radius:10px;padding:12px 14px;margin:10px 0;overflow-x:auto}.md-preview pre code{background:none;padding:0}.md-preview blockquote{border-left:3px solid var(--teal);padding:2px 14px;margin:10px 0;color:#4a4a4e;background:#f9fdfd;border-radius:0 8px 8px 0}.md-preview hr{border:none;border-top:1px solid var(--border);margin:18px 0}.md-preview table{border-collapse:collapse;margin:10px 0;font-size:13px}.md-preview th,.md-preview td{border:1px solid var(--border);padding:6px 10px;text-align:left}.md-preview th{background:#f7f7f9}.md-preview strong{font-weight:700}.logs-page{height:100%;overflow-y:auto;padding:18px 18px 18px 4px;display:flex;flex-direction:column;gap:12px}.logs-page h2{font-size:19px;padding-left:2px}.usage-table{width:100%;border-collapse:collapse;font-size:13px}.usage-table th{text-align:left;color:var(--muted);font-weight:600;padding:6px 8px;border-bottom:1px solid var(--border)}.usage-table td{padding:7px 8px;border-bottom:1px solid #f0f0f3}.thread-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.thread{border:1px solid var(--border);border-radius:12px;background:#fff;overflow:hidden}.thread.open{border-color:#c9dfe1;box-shadow:0 2px 10px #0000000d}.thread-head{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 12px;font-size:13px;color:var(--muted)}.thread-head:hover{background:#fafafa}.thread-agent{font-weight:700;color:var(--teal-dark);white-space:nowrap}.thread-user{font-weight:600;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-nick{font-weight:400;color:var(--muted)}.thread-key{white-space:nowrap}.thread-count{margin-left:auto;background:#f0f0f3;border-radius:999px;padding:1px 9px;font-size:11.5px;font-weight:600;color:var(--dark)}.thread-date{font-size:11.5px;white-space:nowrap}.thread-preview{padding:0 12px 10px 37px;font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-body{padding:4px 14px 14px;border-top:1px solid #f0f0f3}.exchange{display:flex;gap:14px;align-items:flex-start;padding:8px 0}.exchange+.exchange{border-top:1px dashed #ececf0}.thread-chat{flex:2;min-width:0;display:flex;flex-direction:column;gap:10px}.thread-info{flex:1;min-width:230px;max-width:340px;background:#fafafa;border:1px solid var(--border);border-radius:12px;padding:10px 14px;display:flex;flex-direction:column;gap:7px;font-size:12.5px}.info-row{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--muted)}.info-row b{color:var(--dark);font-weight:600;text-align:right;word-break:break-all}.info-tool{border-top:1px solid var(--border);padding-top:8px}.info-tool-name{font-size:12.5px;font-weight:700;margin-bottom:6px}.info-queries{border-left:2px solid #d9d9de;padding-left:8px;margin-bottom:6px}.info-query{font-size:12px;font-style:italic;color:#4a4a4e;margin:2px 0}.info-files{display:flex;flex-wrap:wrap;gap:4px}.info-file{background:#efeff2;border-radius:6px;padding:2px 8px;font-size:11px}.info-file.has-pop{position:relative;cursor:help}.info-file.has-pop:hover{background:#e4e4ea}.file-pop{display:none;position:absolute;bottom:calc(100% + 6px);left:0;z-index:40;width:320px;max-width:74vw;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 36px #00000029;padding:12px 14px;font-size:12px;line-height:1.5;color:var(--dark);white-space:normal}.info-file.has-pop:hover .file-pop{display:block}.file-pop-row{display:block;margin-bottom:4px}.file-pop-id{font-family:ui-monospace,Menlo,monospace;font-size:10.5px;color:var(--muted);word-break:break-all}.file-pop-text{display:block;margin-top:6px;padding-top:6px;border-top:1px solid #f0f0f3;max-height:220px;overflow-y:auto;color:#3a3a3c;white-space:pre-wrap}.info-raw{border-top:1px solid var(--border);padding-top:8px}.info-raw summary{font-size:12px;color:var(--muted);cursor:pointer}.info-raw pre{white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,Menlo,monospace;font-size:11px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:8px;margin-top:6px;max-height:260px;overflow-y:auto}.t-msg{display:flex;flex-direction:column;max-width:100%}.t-msg.user{align-items:flex-end}.t-msg.assistant{align-items:flex-start}.t-bubble{max-width:92%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.t-msg.user .t-bubble{background:var(--teal);color:#fff;border-bottom-right-radius:4px}.t-msg.assistant .t-bubble{background:var(--bg);border-bottom-left-radius:4px}.t-meta{font-size:10.5px;color:var(--muted);margin-top:3px}
