.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}.debug-trace-section{padding:12px 14px 10px;border-top:1px solid var(--wholix-border, #e6e8eb);position:relative}.dts-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dts-label{font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--wholix-muted, #6b7280);text-transform:uppercase}.dts-refresh-btn{background:transparent;border:1px solid var(--wholix-border, #e6e8eb);border-radius:6px;padding:3px 6px;cursor:pointer;color:var(--wholix-muted, #6b7280);display:flex;align-items:center;justify-content:center}.dts-refresh-btn:hover:not(:disabled){background:#f4f5f7;color:#111}.dts-refresh-btn:disabled{opacity:.4;cursor:not-allowed}.dts-row{display:flex;gap:8px;align-items:stretch}.dts-trigger{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;font-size:13px;border:1px solid var(--wholix-border, #e6e8eb);border-radius:8px;background:#fff;color:var(--wholix-text, #111);cursor:pointer;text-align:left;box-sizing:border-box}.dts-trigger:hover:not(:disabled){border-color:#c7c9d1}.dts-trigger:focus-visible{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.dts-trigger:disabled{background:#f4f5f7;color:var(--wholix-muted, #6b7280);cursor:not-allowed}.dts-trigger-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.dts-trigger-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:13px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dts-trigger-empty{color:var(--wholix-muted, #6b7280);font-style:italic}.dts-trigger-status{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:999px;flex-shrink:0}.dts-caret{color:var(--wholix-muted, #6b7280);font-size:12px;flex-shrink:0}.dts-inspect-btn{padding:0 14px;font-size:13px;font-weight:600;color:#fff;background:linear-gradient(180deg,#6366f1,#5457e0);border:none;border-radius:8px;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #4338ca73,0 4px 12px #6366f147,inset 0 1px #ffffff2e;transition:background .12s ease,box-shadow .12s ease,transform .06s ease}.dts-inspect-btn:hover:not(:disabled){background:linear-gradient(180deg,#5457e0,#4338ca);box-shadow:0 1px 2px #4338ca8c,0 6px 16px #6366f159,inset 0 1px #fff3}.dts-inspect-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 1px 1px #4338ca66,inset 0 1px 2px #0000001f}.dts-inspect-btn:disabled{background:#c7c9d1;cursor:not-allowed;box-shadow:none}.dts-popover{position:absolute;left:14px;right:14px;bottom:calc(100% - 8px);margin:0;max-height:min(320px,50vh);overflow-y:auto;background:#fff;border:1px solid var(--wholix-border, #e6e8eb);border-radius:10px;box-shadow:0 -10px 30px #00000024;list-style:none;padding:4px;z-index:100}.dts-row-option{padding:8px 10px;border-radius:6px;cursor:pointer}.dts-row-option:hover{background:#f4f5f7}.dts-row-option.selected{background:#eef2ff}.dts-opt-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.dts-opt-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:12px;font-weight:600;color:#111}.dts-opt-status{margin-left:auto;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:999px}.dts-opt-status.ok,.dts-trigger-status.ok{background:#ecfdf5;color:#047857}.dts-opt-status.warn,.dts-trigger-status.warn{background:#fffbeb;color:#b45309}.dts-opt-status.err,.dts-trigger-status.err{background:#fef2f2;color:#b91c1c}.dts-opt-status.run,.dts-trigger-status.run{background:#eef2ff;color:#4f46e5}.dts-opt-check{color:#4f46e5;font-size:12px;font-weight:700}.dts-opt-meta{font-size:11px;color:var(--wholix-muted, #6b7280);margin-top:2px}.dts-opt-runid{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:10px;color:var(--wholix-muted, #6b7280);margin-top:2px;opacity:.7}.dts-empty{padding:10px 12px;font-size:12px;color:var(--wholix-muted, #6b7280);text-align:center}.dts-help{margin-top:6px;font-size:11px;color:var(--wholix-muted, #6b7280);line-height:1.4}.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 .history-item.confirming-delete{background:#ef444414;cursor:default}.wholix-chat-root .history-item.confirming-delete:hover{background:#ef44441f}.wholix-chat-root .history-item-confirm-text{font-size:13px;font-weight:500;color:#ef4444;grid-column:1;grid-row:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wholix-chat-root .history-item-confirm-yes,.wholix-chat-root .history-item-confirm-no{font-size:12px;padding:2px 8px;border-radius:4px;grid-row:1;line-height:1}.wholix-chat-root .history-item-confirm-yes{grid-column:2;background:#ef4444;color:#fff}.wholix-chat-root .history-item-confirm-yes:hover{background:#dc2626}.wholix-chat-root .history-item-confirm-no{grid-column:3;color:var(--color-text-muted)}.wholix-chat-root .history-item-confirm-no:hover{background:var(--color-bg);color:var(--color-text)}.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;gap:10px;height:100%;color:var(--color-text-muted);font-size:15px}.wholix-chat-root .chat-spinner{width:16px;height:16px;border:2px solid var(--color-border);border-top-color:var(--color-text-muted);border-radius:50%;animation:chat-spinner-rotate .9s linear infinite}@keyframes chat-spinner-rotate{to{transform:rotate(360deg)}}.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{display:inline-flex;align-items:center;gap:4px;padding:10px 14px}.wholix-chat-root .chat-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);opacity:.4;animation:chat-typing-bounce 1.2s ease-in-out infinite}.wholix-chat-root .chat-typing-dot:nth-child(2){animation-delay:.15s}.wholix-chat-root .chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.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-send-btn.chat-cancel-btn{background:#dc3545}.wholix-chat-root .chat-send-btn.chat-cancel-btn:hover{background:#b02a37}.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}.dtm-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;box-sizing:border-box}.dtm-modal{background:#fff;border-radius:14px;width:min(1100px,100%);max-height:90vh;display:flex;flex-direction:column;box-shadow:0 30px 60px #00000040;overflow:hidden}.dtm-header{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 26px 16px;border-bottom:1px solid var(--wholix-border, #e6e8eb)}.dtm-eyebrow{font-size:12px;color:var(--wholix-muted, #6b7280)}.dtm-title{font-size:17px;font-weight:600;color:#111;margin-top:2px;display:flex;align-items:center;gap:6px}.dtm-trace-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.dtm-status{font-size:12px;font-weight:500;padding:2px 8px;border-radius:999px}.dtm-status.ok{background:#ecfdf5;color:#047857}.dtm-status.warn{background:#fffbeb;color:#b45309}.dtm-status.err{background:#fef2f2;color:#b91c1c}.dtm-status.run{background:#eef2ff;color:#4f46e5}.dtm-close{background:#f4f5f7;border:1px solid var(--wholix-border, #e6e8eb);border-radius:8px;width:34px;height:34px;font-size:20px;line-height:1;cursor:pointer;color:#111}.dtm-close:hover{background:#e8eaef}.dtm-loading,.dtm-error,.dtm-empty{padding:40px;text-align:center;color:var(--wholix-muted, #6b7280);font-size:14px}.dtm-error{color:#b91c1c}.dtm-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 26px}.dtm-card{background:#f8fafc;border:1px solid var(--wholix-border, #e6e8eb);border-radius:10px;padding:14px 16px}.dtm-card-label{font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--wholix-muted, #6b7280);text-transform:uppercase}.dtm-card-value{font-size:22px;font-weight:700;color:#111;margin-top:6px}.dtm-card-meta{font-size:11px;color:var(--wholix-muted, #6b7280);margin-top:4px}.dtm-tabs{display:flex;gap:4px;padding:0 26px;border-bottom:1px solid var(--wholix-border, #e6e8eb)}.dtm-tab{background:transparent;border:none;padding:10px 14px;font-size:13px;font-weight:500;color:#111;cursor:pointer;border-radius:6px 6px 0 0}.dtm-tab:hover{background:#f4f5f7}.dtm-tab.active{background:#eef2ff;color:#4f46e5}.dtm-body{flex:1;overflow-y:auto;padding:16px 26px 8px}.dtm-timeline-wrap{display:flex;flex-direction:column}.dtm-runs{display:flex;flex-direction:column;gap:14px}.dtm-run{border:1px solid var(--wholix-border, #e6e8eb);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.dtm-run.focused{border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.dtm-run-head{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f4f5f7;border-bottom:1px solid var(--wholix-border, #e6e8eb);cursor:pointer;font-size:13px}.dtm-run-head:hover{background:#eaecef}.dtm-run-chevron{font-size:12px;color:var(--wholix-muted, #6b7280);width:12px;text-align:center}.dtm-run-title{font-weight:700;color:#111}.dtm-run-meta{font-size:11px;color:var(--wholix-muted, #6b7280)}.dtm-run-id{margin-left:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:10px;color:var(--wholix-muted, #6b7280);opacity:.7}.dtm-run .dtm-timeline{padding:10px 14px}.dtm-timeline-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:var(--wholix-muted, #6b7280)}.dtm-btn-small{padding:4px 10px!important;font-size:12px!important}.dtm-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dtm-tl-row{background:#f8fafc;border:1px solid var(--wholix-border, #e6e8eb);border-radius:10px;overflow:hidden;transition:border-color .15s ease,background .15s ease}.dtm-tl-row.open{background:#fff;border-color:#c7d2fe}.dtm-tl-head{display:grid;grid-template-columns:36px 1fr auto;gap:12px;width:100%;align-items:center;padding:12px 14px;background:transparent;border:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.dtm-tl-head:hover{background:#6366f10a}.dtm-tl-index{width:28px;height:28px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.dtm-tl-name{font-size:14px;font-weight:600;color:#111}.dtm-tl-sub{font-size:11px;color:var(--wholix-muted, #6b7280);margin-top:2px;display:flex;gap:4px;align-items:center;flex-wrap:wrap}.dtm-tl-meta{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.dtm-kind{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:#e0e7ff;color:#4338ca}.dtm-kind.agent_call,.dtm-kind.skill_call{background:#fce7f3;color:#be185d}.dtm-kind.main_api{background:#fef3c7;color:#b45309}.dtm-kind.decision{background:#ddd6fe;color:#6d28d9}.dtm-kind.workspace_write{background:#d1fae5;color:#047857}.dtm-kind.error{background:#fee2e2;color:#b91c1c}.dtm-tl-metrics{display:flex;align-items:center;gap:18px}.dtm-tl-metric-label{font-size:10px;font-weight:600;text-transform:uppercase;color:var(--wholix-muted, #6b7280);letter-spacing:.05em}.dtm-tl-metric-value{font-size:13px;font-weight:600;color:#111}.dtm-tl-status{font-size:10px;font-weight:700;letter-spacing:.05em;padding:4px 8px;border-radius:999px}.dtm-tl-status.ok{background:#ecfdf5;color:#047857}.dtm-tl-status.warn{background:#fffbeb;color:#b45309}.dtm-tl-status.err{background:#fef2f2;color:#b91c1c}.dtm-tl-nodeid{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:10px;opacity:.75}.dtm-tl-chevron{font-size:12px;color:var(--wholix-muted, #6b7280);margin-left:4px;width:14px;text-align:center}.dtm-tl-detail{padding:0 14px 14px;border-top:1px dashed var(--wholix-border, #e6e8eb);display:flex;flex-direction:column;gap:12px}.dtm-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px 14px;padding-top:12px}.dtm-detail-cell{min-width:0}.dtm-detail-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--wholix-muted, #6b7280)}.dtm-detail-value{font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;color:#111;margin-top:2px;word-break:break-word}.dtm-detail-section{display:flex;flex-direction:column;gap:6px}.dtm-detail-section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--wholix-muted, #6b7280)}.dtm-detail-section-title.err{color:#b91c1c}.dtm-detail-pre{background:#0f172a;color:#e2e8f0;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;margin:0;max-height:320px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.dtm-detail-pre.err{background:#450a0a;color:#fecaca}.dtm-table{width:100%;border-collapse:collapse;font-size:13px}.dtm-table th,.dtm-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--wholix-border, #e6e8eb)}.dtm-table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--wholix-muted, #6b7280)}.dtm-prompts{display:flex;flex-direction:column;gap:10px}.dtm-prompt-card{border:1px solid var(--wholix-border, #e6e8eb);border-radius:10px;padding:10px 12px}.dtm-prompt-card summary{cursor:pointer;display:flex;align-items:center;gap:12px;font-size:13px}.dtm-prompt-name{font-weight:600;color:#111}.dtm-prompt-model{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:11px;color:var(--wholix-muted, #6b7280)}.dtm-prompt-tokens{margin-left:auto;font-size:11px;color:var(--wholix-muted, #6b7280)}.dtm-prompt-body{display:flex;flex-direction:column;gap:10px;margin-top:10px}.dtm-prompt-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--wholix-muted, #6b7280);margin-bottom:4px}.dtm-prompt-label.err{color:#b91c1c}.dtm-prompt-pre{background:#0f172a;color:#e2e8f0;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;margin:0;max-height:280px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.dtm-prompt-pre.err{background:#450a0a;color:#fecaca}.dtm-raw-toolbar{display:flex;justify-content:flex-end;padding-bottom:8px}.dtm-raw-pre{background:#0f172a;color:#e2e8f0;padding:14px;border-radius:10px;font-size:12px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;max-height:60vh;overflow-y:auto}.dtm-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 26px 18px;border-top:1px solid var(--wholix-border, #e6e8eb)}.dtm-footer-right{margin-left:auto;display:flex;gap:8px}.dtm-btn-ghost{background:#fff;border:1px solid var(--wholix-border, #e6e8eb);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;color:#111}.dtm-btn-ghost:hover{background:#f4f5f7}.dtm-btn-primary{background:#6366f1;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.dtm-btn-primary:hover{background:#4f46e5}.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)}
