.wholix-chat-toast-stack{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:10001;pointer-events:none}.wholix-chat-toast{padding:10px 16px;border-radius:8px;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;box-shadow:0 4px 16px #0003;max-width:360px;pointer-events:auto;animation:wholix-toast-in .2s ease}.wholix-chat-toast-info{background:#3b82f6}.wholix-chat-toast-success{background:#10b981}.wholix-chat-toast-error{background:#ef4444}@keyframes wholix-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wholix-chat-root .usage-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.wholix-chat-root .usage-modal{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.wholix-chat-root .usage-modal-header{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.wholix-chat-root .usage-modal-header h2{font-size:16px;font-weight:600;margin:0;flex-shrink:0}.wholix-chat-root .usage-scope-tabs{display:flex;gap:4px;flex:1}.wholix-chat-root .usage-scope-tabs button{font-size:12px;padding:6px 12px;border-radius:6px;color:var(--color-text-muted);border:1px solid var(--color-border)}.wholix-chat-root .usage-scope-tabs button:hover{background:var(--color-surface-hover)}.wholix-chat-root .usage-scope-tabs button.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.wholix-chat-root .usage-modal-close{font-size:24px;line-height:1;padding:4px 12px;color:var(--color-text-muted);border-radius:6px}.wholix-chat-root .usage-modal-close:hover{background:var(--color-surface-hover);color:var(--color-text)}.wholix-chat-root .usage-loading{padding:20px;text-align:center;color:var(--color-text-muted)}.wholix-chat-root .usage-modal-body{padding:20px;overflow-y:auto}.wholix-chat-root .usage-totals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.wholix-chat-root .usage-total-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:14px}.wholix-chat-root .usage-total-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:6px}.wholix-chat-root .usage-total-value{font-size:20px;font-weight:600;color:var(--color-text);margin-bottom:4px}.wholix-chat-root .usage-total-meta{font-size:11px;color:var(--color-text-muted)}.wholix-chat-root .usage-section{margin-bottom:24px}.wholix-chat-root .usage-section h3{font-size:13px;font-weight:600;margin:0 0 10px;color:var(--color-text)}.wholix-chat-root .usage-daily-chart{display:flex;align-items:flex-end;gap:4px;height:120px;padding:12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow-x:auto}.wholix-chat-root .usage-bar-wrap{flex:1;min-width:16px;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.wholix-chat-root .usage-bar{width:100%;background:var(--color-primary);border-radius:2px 2px 0 0;min-height:2px}.wholix-chat-root .usage-bar-date{font-size:9px;color:var(--color-text-muted);margin-top:4px;white-space:nowrap;transform:rotate(-45deg);transform-origin:center}.wholix-chat-root .usage-table{width:100%;border-collapse:collapse;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.wholix-chat-root .usage-table th,.wholix-chat-root .usage-table td{padding:8px 12px;text-align:left;font-size:12px;border-bottom:1px solid var(--color-border)}.wholix-chat-root .usage-table th{font-weight:600;color:var(--color-text-muted);background:var(--color-surface-hover)}.wholix-chat-root .usage-table tr:last-child td{border-bottom:none}.wholix-chat-root .usage-footer{display:block;width:100%;text-align:left;padding:12px 20px;border-top:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);flex-shrink:0}.wholix-chat-root .usage-footer:hover{background:var(--color-surface-hover)}.wholix-chat-root .usage-footer .usage-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:4px}.wholix-chat-root .usage-footer .usage-row{display:flex;gap:12px;font-size:12px;color:var(--color-text)}.wholix-chat-root .start-orchestrator-select{position:relative;display:flex;flex-direction:column;gap:4px;padding:10px 20px;border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.wholix-chat-root .start-orchestrator-select .sos-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted)}.wholix-chat-root .start-orchestrator-select .sos-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:var(--color-bg, #fff);border:1px solid var(--color-border);border-radius:4px;cursor:pointer;text-align:left;color:var(--color-text);font:inherit}.wholix-chat-root .start-orchestrator-select .sos-trigger:hover:not(:disabled){background:var(--color-surface-hover)}.wholix-chat-root .start-orchestrator-select .sos-trigger:disabled{opacity:.6;cursor:not-allowed}.wholix-chat-root .start-orchestrator-select .sos-trigger-main{flex:1;display:flex;flex-direction:column;min-width:0}.wholix-chat-root .start-orchestrator-select .sos-trigger-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wholix-chat-root .start-orchestrator-select .sos-trigger-desc{font-size:11px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wholix-chat-root .start-orchestrator-select .sos-caret{color:var(--color-text-muted);font-size:10px}.wholix-chat-root .start-orchestrator-select .sos-popover{position:absolute;left:10px;right:10px;bottom:calc(100% + 4px);z-index:20;margin:0;padding:4px;list-style:none;background:var(--color-bg, #fff);border:1px solid var(--color-border);border-radius:6px;box-shadow:0 4px 16px #0000001f;max-height:50vh;overflow-y:auto}.wholix-chat-root .start-orchestrator-select .sos-empty{padding:10px 12px;font-size:12px;color:var(--color-text-muted)}.wholix-chat-root .start-orchestrator-select .sos-row{padding:8px 10px;border-radius:4px;cursor:pointer}.wholix-chat-root .start-orchestrator-select .sos-row:hover,.wholix-chat-root .start-orchestrator-select .sos-row.selected{background:var(--color-surface-hover)}.wholix-chat-root .start-orchestrator-select .sos-row-head{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text)}.wholix-chat-root .start-orchestrator-select .sos-row-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.wholix-chat-root .start-orchestrator-select .sos-row-version{font-size:11px;color:var(--color-text-muted);font-weight:400}.wholix-chat-root .start-orchestrator-select .sos-row-check{color:var(--color-primary, #4a6cf7);font-size:12px;font-weight:700}.wholix-chat-root .start-orchestrator-select .sos-row-desc{margin-top:2px;font-size:11px;line-height:1.3;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wholix-chat-root .history-sidebar{width:100%;height:100%;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column}.wholix-chat-root .history-sidebar.collapsed{width:32px;flex-shrink:0;align-items:center;padding-top:12px}.wholix-chat-root .sidebar-header{padding:16px 20px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.wholix-chat-root .sidebar-header h2{font-size:14px;font-weight:600;margin:0}.wholix-chat-root .sidebar-header-actions{display:flex;align-items:center;gap:6px}.wholix-chat-root .new-chat-button{font-size:12px;color:var(--color-text-muted);padding:4px 10px;border:1px solid var(--color-border);border-radius:6px}.wholix-chat-root .new-chat-button:hover{color:var(--color-text);border-color:var(--color-text-muted)}.wholix-chat-root .collapse-toggle{font-size:16px;line-height:1;padding:4px 8px;color:var(--color-text-muted);border-radius:6px}.wholix-chat-root .collapse-toggle:hover{color:var(--color-text);background:var(--color-surface-hover)}.wholix-chat-root .sidebar-list{flex:1;overflow-y:auto;padding:8px}.wholix-chat-root .sidebar-empty{padding:20px;color:var(--color-text-muted);font-size:13px;text-align:center;margin-top:40px}.wholix-chat-root .history-item{display:grid;grid-template-columns:1fr auto auto;grid-template-rows:auto auto;align-items:center;gap:2px 4px;width:100%;text-align:left;padding:10px 12px;border-radius:8px;margin-bottom:4px;color:var(--color-text);cursor:pointer}.wholix-chat-root .history-item:hover{background:var(--color-surface-hover)}.wholix-chat-root .history-item.active{background:var(--color-surface-hover);border-left:2px solid var(--color-primary);padding-left:10px}.wholix-chat-root .history-item-title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;grid-column:1;grid-row:1}.wholix-chat-root .history-item-edit-btn,.wholix-chat-root .history-item-delete-btn{font-size:12px;padding:2px 6px;border-radius:4px;color:var(--color-text-muted);opacity:0;grid-row:1}.wholix-chat-root .history-item-edit-btn{grid-column:2}.wholix-chat-root .history-item-delete-btn{grid-column:3}.wholix-chat-root .history-item:hover .history-item-edit-btn,.wholix-chat-root .history-item:hover .history-item-delete-btn{opacity:1}.wholix-chat-root .history-item-edit-btn:hover{background:var(--color-bg);color:var(--color-text)}.wholix-chat-root .history-item-delete-btn:hover{background:var(--color-bg);color:#ef4444}.wholix-chat-root .history-item-date{font-size:11px;color:var(--color-text-muted);grid-column:1 / -1;grid-row:2}.wholix-chat-root .history-item-date{grid-column:1 / -1}.wholix-chat-root .history-item-edit{width:100%;background:var(--color-bg);border:1px solid var(--color-primary);border-radius:4px;padding:4px 6px;font-size:13px;color:var(--color-text);grid-column:1 / -1;grid-row:1}.wholix-chat-root .history-item-edit:focus{outline:none}.wholix-chat-root .feedback-buttons{display:flex;align-items:center;gap:6px;margin-top:4px;flex-wrap:wrap}.wholix-chat-root .feedback-btn{font-size:14px;padding:4px 8px;border-radius:6px;opacity:.5;border:1px solid transparent}.wholix-chat-root .feedback-btn:hover{opacity:1;background:var(--color-surface-hover)}.wholix-chat-root .feedback-btn.active{opacity:1;background:var(--color-surface-hover);border-color:var(--color-border)}.wholix-chat-root .feedback-comment-link{font-size:11px;color:var(--color-text-muted);padding:4px 8px}.wholix-chat-root .feedback-comment-link:hover{color:var(--color-text)}.wholix-chat-root .feedback-comment-preview{font-size:11px;color:var(--color-text-muted);font-style:italic;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.wholix-chat-root .feedback-comment-edit-btn{font-size:12px;padding:2px 6px;border-radius:4px;color:var(--color-text-muted);background:transparent;border:none;cursor:pointer}.wholix-chat-root .feedback-comment-edit-btn:hover{color:var(--color-text);background:var(--color-surface-hover)}.wholix-chat-root .feedback-comment-box{width:100%;margin-top:6px;display:flex;flex-direction:column;gap:6px}.wholix-chat-root .feedback-comment-box textarea{width:100%;background:var(--color-bg);border:1px solid var(--color-border);border-radius:6px;padding:8px;font-size:13px;resize:vertical;font-family:inherit;color:var(--color-text)}.wholix-chat-root .feedback-comment-box textarea:focus{outline:none;border-color:var(--color-primary)}.wholix-chat-root .feedback-comment-actions{display:flex;gap:6px;justify-content:flex-end}.wholix-chat-root .feedback-comment-actions button{font-size:12px;padding:4px 12px;border-radius:6px;border:1px solid var(--color-border);color:var(--color-text-muted)}.wholix-chat-root .feedback-comment-actions button:hover:not(:disabled){background:var(--color-surface-hover)}.wholix-chat-root .feedback-comment-actions button.primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.wholix-chat-root .feedback-comment-actions button.primary:hover:not(:disabled){background:var(--color-primary-hover)}.wholix-chat-root .feedback-comment-actions button:disabled{opacity:.5;cursor:not-allowed}.wholix-chat-root .host-action-btn{background:var(--color-primary);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;margin-top:6px;margin-right:6px;display:inline-block}.wholix-chat-root .host-action-btn:hover:not(:disabled){background:var(--color-primary-hover)}.wholix-chat-root .host-action-btn.done{background:var(--color-surface-hover);color:var(--color-text-muted);cursor:default}.wholix-chat-root .intent-preset-block{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;max-width:70%}.wholix-chat-root .intent-preset-card{flex:1 1 calc(50% - 8px);min-width:140px;max-width:100%;display:flex;flex-direction:column;gap:2px;padding:10px 12px;text-align:left;border:1px solid var(--color-border);border-radius:8px;background:var(--color-bg, #fff);color:var(--color-text);cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.wholix-chat-root .intent-preset-card:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-primary, #4a6cf7)}.wholix-chat-root .intent-preset-card:disabled{opacity:.6;cursor:wait}.wholix-chat-root .intent-preset-card .intent-preset-label{font-size:13px;font-weight:600;line-height:1.3}.wholix-chat-root .intent-preset-card .intent-preset-sub{font-size:11px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wholix-chat-root .custom-element-block{display:flex;flex-direction:column;gap:8px;margin-top:8px;width:100%}.wholix-chat-root .custom-element-block .custom-element{max-width:100%;overflow:hidden}.wholix-chat-root .custom-element-block .custom-element-html{width:100%;border:0;display:block;background:transparent}.wholix-chat-root .custom-element-block .custom-element-unknown{padding:10px 12px;font-size:12px;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:6px}.wholix-chat-root .chat-window{flex:1;display:flex;flex-direction:column;min-width:0}.wholix-chat-root .chat-messages{flex:1;overflow-y:auto;padding:20px}.wholix-chat-root .chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--color-text-muted);font-size:15px}.wholix-chat-root .chat-message{display:flex;margin-bottom:12px}.wholix-chat-root .chat-message-user{justify-content:flex-end}.wholix-chat-root .chat-message-assistant{justify-content:flex-start}.wholix-chat-root .chat-message-content{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.wholix-chat-root .chat-message-user .chat-message-content{align-items:flex-end}.wholix-chat-root .chat-message-bubble{max-width:70%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap}.wholix-chat-root .chat-message-user .chat-message-bubble{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px}.wholix-chat-root .chat-message-assistant .chat-message-bubble{background:var(--color-surface);border:1px solid var(--color-border);border-bottom-left-radius:4px}.wholix-chat-root .chat-typing{color:var(--color-text-muted);font-style:italic}.wholix-chat-root .host-actions-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.wholix-chat-root .chat-input-area{padding:16px 20px;border-top:1px solid var(--color-border);display:flex;gap:12px}.wholix-chat-root .chat-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.wholix-chat-root .chat-input-wrapper input{width:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:10px 32px 10px 14px;font-size:14px}.wholix-chat-root .chat-input-wrapper input:focus{outline:none;border-color:var(--color-primary)}.wholix-chat-root .chat-input-clear{position:absolute;right:6px;background:none;border:none;color:var(--color-text-muted);padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.5}.wholix-chat-root .chat-input-clear:hover{opacity:1;color:var(--color-text)}.wholix-chat-root .chat-input-icon{background:none;border:none;color:var(--color-text-muted);padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wholix-chat-root .chat-input-icon:hover{color:var(--color-primary);background:var(--color-surface)}.wholix-chat-root .chat-input-icon:disabled{opacity:.4;cursor:not-allowed}.wholix-chat-root .chat-lang-select{font-size:11px;font-weight:600;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);border-radius:4px;padding:4px 2px;flex-shrink:0;cursor:pointer;appearance:none;text-align:center;width:36px}.wholix-chat-root .chat-lang-select:hover{color:var(--color-primary);border-color:var(--color-primary)}.wholix-chat-root .chat-lang-select:focus{outline:none;border-color:var(--color-primary)}.wholix-chat-root .chat-lang-select option{background:var(--color-surface);color:var(--color-text)}.wholix-chat-root .chat-conversation-active{color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 12%,transparent)}.wholix-chat-root .chat-mic-active{color:#ef4444;animation:mic-pulse 1.5s ease-in-out infinite}@keyframes mic-pulse{0%,to{opacity:1}50%{opacity:.5}}.wholix-chat-root .chat-send-btn{background:var(--color-primary);color:#fff;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wholix-chat-root .chat-send-btn:hover{background:var(--color-primary-hover)}.wholix-chat-root .chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.wholix-chat-root .chat-message-actions{display:flex;align-items:center;gap:4px;margin-top:4px}.wholix-chat-root .chat-action-btn{background:none;border:none;color:var(--color-text-muted);padding:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center}.wholix-chat-root .chat-action-btn:hover,.wholix-chat-root .chat-tts-active{color:var(--color-primary)}.wholix-chat-root .chat-attachments-tray{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;border-top:1px solid var(--color-border);background:var(--color-bg-secondary, transparent)}.wholix-chat-root .chat-attachment-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg);font-size:12px;max-width:200px}.wholix-chat-root .chat-attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wholix-chat-root .chat-attachment-remove{background:none;border:none;color:var(--color-text-muted);padding:0;cursor:pointer;display:flex;align-items:center}.wholix-chat-root .chat-attachment-remove:hover{color:var(--color-text)}.wholix-chat-root .chat-attachment-uploading{font-size:12px;color:var(--color-text-muted);align-self:center}.wholix-chat-root .chat-attachment-error{font-size:12px;color:#d33;align-self:center}.wholix-chat-root .chat-message-files{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.wholix-chat-root .chat-message-file-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);color:var(--color-text);font-size:12px;cursor:pointer;max-width:180px}.wholix-chat-root .chat-message-file-chip:hover{border-color:var(--color-primary)}.wholix-chat-root .chat-message-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wholix-chat-root .artifacts-panel{width:100%;height:100%;background:var(--color-surface);border-left:1px solid var(--color-border);display:flex;flex-direction:column}.wholix-chat-root .artifacts-panel.collapsed{width:32px;flex-shrink:0;align-items:center;padding-top:12px}.wholix-chat-root .artifacts-header{padding:16px 20px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.wholix-chat-root .artifacts-header h2{font-size:14px;font-weight:600;margin:0}.wholix-chat-root .artifacts-empty{padding:20px;color:var(--color-text-muted);font-size:13px;text-align:center;margin-top:40px}.wholix-chat-root .artifacts-selector{padding:10px 16px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:8px}.wholix-chat-root .artifacts-selector select{flex:0 1 220px;min-width:0;padding:6px 8px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text);font-size:13px}.wholix-chat-root .artifacts-copy{font-size:12px;padding:5px 10px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-bg);color:var(--color-text-muted);cursor:pointer}.wholix-chat-root .artifacts-copy:hover{color:var(--color-text);background:var(--color-surface-hover)}.wholix-chat-root .artifacts-copy.copied{color:var(--color-primary);border-color:var(--color-primary)}.wholix-chat-root .artifacts-body{flex:1;overflow:auto;padding:16px 20px}.wholix-chat-root .artifact-text{margin:0;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.5;color:var(--color-text)}.wholix-chat-root .artifact-html{color:var(--color-text);font-size:13.5px;line-height:1.5}.wholix-chat-root .artifact-html-wrap{height:100%}.wholix-chat-root .artifact-html-frame{flex:1;width:100%;min-height:480px;border:0;border-radius:8px;background:var(--color-bg)}.wholix-chat-root .artifact-placeholder{color:var(--color-text-muted);font-size:13px}.wholix-chat-root .artifact-text-wrap{display:flex;flex-direction:column;gap:10px}.wholix-chat-root .artifact-tabs{display:flex;gap:4px;border-bottom:1px solid var(--color-border)}.wholix-chat-root .artifact-tab{font-size:12px;padding:6px 12px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--color-text-muted);cursor:pointer}.wholix-chat-root .artifact-tab:hover{color:var(--color-text)}.wholix-chat-root .artifact-tab.active{color:var(--color-text);border-bottom-color:var(--color-primary)}.wholix-chat-root .json-tree{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.5;color:var(--color-text)}.wholix-chat-root .json-branch{display:flex;flex-direction:column}.wholix-chat-root .json-toggle{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-align:left}.wholix-chat-root .json-caret{display:inline-block;width:10px;color:var(--color-text-muted)}.wholix-chat-root .json-children{padding-left:14px;border-left:1px dashed var(--color-border);margin-left:4px}.wholix-chat-root .json-leaf{display:flex;gap:6px;padding:1px 0}.wholix-chat-root .json-key{color:var(--color-text-muted)}.wholix-chat-root .json-summary{color:var(--color-text-muted);font-style:italic}.wholix-chat-root .json-str{color:#0a7d27}[data-theme=dark] .wholix-chat-root .json-str,.wholix-chat-root[data-theme=dark] .json-str{color:#7ec07e}.wholix-chat-root .json-num{color:#1e6fd0}[data-theme=dark] .wholix-chat-root .json-num,.wholix-chat-root[data-theme=dark] .json-num{color:#6ca6ea}.wholix-chat-root .json-bool,.wholix-chat-root .json-null{color:#b15b00}[data-theme=dark] .wholix-chat-root .json-bool,.wholix-chat-root[data-theme=dark] .json-bool,[data-theme=dark] .wholix-chat-root .json-null,.wholix-chat-root[data-theme=dark] .json-null{color:#e2a55b}.wholix-chat-root{--color-bg: #f5f5f5;--color-surface: #ffffff;--color-surface-hover: #f0f0f0;--color-border: #e0e0e0;--color-text: #1a1a1a;--color-text-muted: #777;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--sidebar-width: 280px;--artifacts-width: 320px;--header-height: 52px;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text)}.wholix-chat-root[data-theme=dark]{--color-bg: #0f0f0f;--color-surface: #1a1a1a;--color-surface-hover: #222;--color-border: #2a2a2a;--color-text: #e0e0e0;--color-text-muted: #888;--color-primary: #6366f1;--color-primary-hover: #818cf8}.wholix-chat-root *,.wholix-chat-root *:before,.wholix-chat-root *:after{box-sizing:border-box}.wholix-chat-root button{cursor:pointer;border:none;background:none;color:inherit;font:inherit}.wholix-chat-root input,.wholix-chat-root textarea{font:inherit;color:inherit}.wholix-chat-root .layout{display:flex;flex-direction:column;height:100%}.wholix-chat-root .layout-header{height:var(--header-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0}.wholix-chat-root .header-title{font-size:16px;font-weight:600}.wholix-chat-root .header-actions{display:flex;align-items:center;gap:12px}.wholix-chat-root .theme-toggle{font-size:18px;padding:4px 8px;border-radius:6px}.wholix-chat-root .theme-toggle:hover{background:var(--color-surface-hover)}.wholix-chat-root .header-user{font-size:13px;color:var(--color-text-muted)}.wholix-chat-root .header-logout{font-size:12px;color:var(--color-text-muted);padding:4px 10px;border:1px solid var(--color-border);border-radius:6px}.wholix-chat-root .header-logout:hover{color:var(--color-text);border-color:var(--color-text-muted)}.wholix-chat-root .layout-body{display:flex;flex:1;overflow:hidden}.wholix-chat-root .layout-pane{display:flex;height:100%}.wholix-chat-root .resize-handle{width:4px;flex-shrink:0;cursor:col-resize;background:transparent;position:relative;z-index:1}.wholix-chat-root .resize-handle:before{content:"";position:absolute;inset:0;background:transparent;transition:background .15s ease}.wholix-chat-root .resize-handle:hover:before,.wholix-chat-root .resize-handle:active:before{background:var(--color-primary)}
