.unified-app-shell{--font:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--border:#e5e7eb;--border-light:#f3f4f6;--bg-page:#f8f8f8;--bg-white:#fff;--bg-hover:#f9fafb;--bg-active:#f0f0ff;--accent:#6366f1;--accent-light:#eef2ff;--accent-dark:#4f46e5;--dark:#1a1a2e;--green:#059669;--green-light:#ecfdf5;--orange:#d97706;--orange-light:#fffbeb;--red:#ef4444;--red-light:#fef2f2;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-subtle:0 1px 3px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.06);--transition:all .15s ease;position:fixed;top:0;left:60px;right:0;bottom:0;z-index:200;display:flex;overflow:hidden;font-family:var(--font);font-size:14px;color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased}.unified-app-shell .hidden{display:none!important}.unified-app-shell button{cursor:pointer;font:inherit;border:0;background:0}.unified-app-shell input,.unified-app-shell textarea{font:inherit;border:0;outline:0}.list-panel:has(.list-panel-section[data-section=business].active),.list-panel:has(.list-panel-section[data-section=content].active),.list-panel:has(.list-panel-section[data-section=profile].active){z-index:250}.unified-app-shell .panel-questions{width:260px;min-width:260px;background:var(--bg-white);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.unified-app-shell .panel-questions-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px}.unified-app-shell .panel-title{font-size:15px;font-weight:700;letter-spacing:-.01em;margin:0}.unified-app-shell .btn-new-question{width:32px;height:32px;border-radius:var(--radius-sm);color:var(--accent);display:grid;place-items:center;transition:var(--transition)}.unified-app-shell .btn-new-question:hover{background:var(--accent-light)}.unified-app-shell .search-box{position:relative;padding:0 12px 8px;flex:0 0 auto;min-width:0}.unified-app-shell .search-box svg{position:absolute;top:10px;left:24px;color:var(--text-tertiary);pointer-events:none}.unified-app-shell .search-box input{width:100%;height:36px;padding:0 12px 0 36px;border-radius:var(--radius-sm);background:var(--bg-page);font-size:13px;color:var(--text-primary);transition:var(--transition)}.unified-app-shell .search-box input::placeholder{color:var(--text-tertiary)}.unified-app-shell .search-box input:focus{background:var(--bg-white);box-shadow:0 0 0 2px var(--accent-light),inset 0 0 0 1px var(--accent)}.unified-app-shell .filter-pills{display:flex;flex-wrap:wrap;gap:4px;padding:0 12px 12px}.unified-app-shell .pill{padding:5px 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:var(--text-secondary);transition:var(--transition)}.unified-app-shell .pill:hover{background:var(--bg-page)}.unified-app-shell .pill.is-active{background:var(--accent-light);color:var(--accent)}.unified-app-shell .question-list{flex:1;overflow-y:auto;padding:0 8px 12px}.unified-app-shell .question-item{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);position:relative}.unified-app-shell .question-item:hover{background:var(--bg-hover)}.unified-app-shell .question-item.is-active{background:var(--bg-active)}.unified-app-shell .question-icon{width:34px;height:34px;min-width:34px;border-radius:var(--radius-md);background:var(--accent-light);color:var(--accent);display:grid;place-items:center;font-size:15px}.unified-app-shell .question-item.is-draft .question-icon{background:var(--border-light);color:var(--text-tertiary)}.unified-app-shell .question-info{flex:1;min-width:0}.unified-app-shell .question-title{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.unified-app-shell .question-meta{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:12px;color:var(--text-tertiary)}.unified-app-shell .question-date{white-space:nowrap}.unified-app-shell .question-responses{font-weight:600;color:var(--text-secondary)}.unified-app-shell .question-unread{width:7px;height:7px;border-radius:50%;background:var(--accent);position:absolute;top:14px;right:10px}.unified-app-shell .btn-load-more{display:block;width:calc(100% - 16px);margin:8px auto;padding:10px;border:1px solid var(--border-light);border-radius:var(--radius-md);background:0 0;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:var(--transition)}.unified-app-shell .btn-load-more:hover{background:var(--bg-hover);color:var(--text-primary)}.unified-app-shell .status-pill-ai,.unified-app-shell .status-pill-draft,.unified-app-shell .status-pill-embed,.unified-app-shell .status-pill-link,.unified-app-shell .status-pill-private,.unified-app-shell .status-pill-profile,.unified-app-shell .status-pill-shared{font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--radius-pill)}.unified-app-shell .status-pill-draft{background:var(--orange-light);color:var(--orange)}.unified-app-shell .status-pill-embed{background:var(--accent-light);color:var(--accent)}.unified-app-shell .status-pill-profile{background:var(--green-light);color:var(--green)}.unified-app-shell .status-pill-link{background:var(--accent-light);color:var(--accent)}.unified-app-shell .status-pill-private{background:var(--border-light);color:var(--text-secondary)}.unified-app-shell .status-pill-shared{background:var(--green-light);color:var(--green)}.unified-app-shell .status-pill-ai{background:var(--accent-light);color:var(--accent)}.unified-app-shell .panel-responses{width:340px;min-width:340px;background:var(--bg-white);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}#unifiedAppShell .panel-responses{border-right:0;border-left:1px solid var(--border);order:3}.unified-app-shell .panel-responses-header{display:flex;align-items:center;gap:8px;padding:16px 16px 12px}.unified-app-shell .panel-responses-header .back-btn{display:none}.unified-app-shell .responses-title-block{flex:1;min-width:0}.unified-app-shell .responses-title-block h2{font-size:15px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unified-app-shell .response-count{font-size:12px;color:var(--text-tertiary)}.unified-app-shell .widget-home-panel{padding:24px;width:100%;max-width:640px}.unified-app-shell .widget-home-panel blockquote.qstio-widget{max-width:600px;margin:0 auto}.unified-app-shell .sub-tabs{display:flex;gap:0;padding:0 16px;border-bottom:1px solid var(--border)}.unified-app-shell .sub-tab{padding:10px 14px;font-size:13px;font-weight:600;color:var(--text-secondary);border-bottom:2px solid transparent;transition:var(--transition)}.unified-app-shell .sub-tab:hover{color:var(--text-primary)}.unified-app-shell .sub-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.unified-app-shell .tab-content{display:block;flex:1;overflow-y:auto}.unified-app-shell .tab-content.hidden{display:none!important}.unified-app-shell .response-search-box{position:relative;padding:8px 12px 4px}.unified-app-shell .response-search-box svg{position:absolute;top:18px;left:24px;color:var(--text-tertiary);pointer-events:none}.unified-app-shell .response-search-box input{width:100%;height:36px;padding:0 12px 0 36px;border-radius:var(--radius-sm);background:var(--bg-page);font-size:13px;color:var(--text-primary);transition:var(--transition)}.unified-app-shell .response-search-box input::placeholder{color:var(--text-tertiary)}.unified-app-shell .response-search-box input:focus{background:var(--bg-white);box-shadow:0 0 0 2px var(--accent-light),inset 0 0 0 1px var(--accent)}.unified-app-shell .response-filters{display:flex;flex-wrap:wrap;gap:4px;padding:4px 12px 8px}.unified-app-shell .response-filter-pill{padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:var(--text-secondary);transition:var(--transition)}.unified-app-shell .response-filter-pill:hover{background:var(--bg-page)}.unified-app-shell .response-filter-pill.is-active{background:var(--accent-light);color:var(--accent)}.unified-app-shell .response-list{padding:8px}.unified-app-shell .response-card{display:flex;align-items:flex-start;gap:10px;padding:12px 10px;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition)}.unified-app-shell .response-card:hover{background:var(--bg-hover)}.unified-app-shell .response-card.is-active{background:var(--bg-active)}.unified-app-shell .response-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:13px;color:#fff}.unified-app-shell .response-body{flex:1;min-width:0}.unified-app-shell .response-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.unified-app-shell .response-name{font-weight:600;font-size:13px}.unified-app-shell .response-time{font-size:12px;color:var(--text-tertiary);white-space:nowrap}.unified-app-shell .response-text{margin-top:2px;font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unified-app-shell .response-badges{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap;justify-content:flex-end;min-height:20px}.unified-app-shell .badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:var(--radius-pill);font-size:11px;font-weight:600}.unified-app-shell .response-badges .badge{margin-left:0}.unified-app-shell .badge-lead{background:var(--accent-light);color:var(--accent)}.unified-app-shell .badge-email{background:#e0f2fe;color:#0284c7}.unified-app-shell .badge-order{background:var(--green-light);color:var(--green)}.unified-app-shell .badge-shopping{background:var(--orange-light);color:var(--orange)}.unified-app-shell .badge-question{background:#fef3c7;color:#92400e}.unified-app-shell .badge-pending{background:var(--red-light);color:var(--red)}.unified-app-shell .badge-reservation{background:#e0f2fe;color:#0284c7}.unified-app-shell .badge-form{background:var(--border-light);color:var(--text-secondary)}.unified-app-shell .badge-unread{background:var(--accent-light);color:var(--accent)}.unified-app-shell .badge-custom{background:#f1f5f9;color:#475569}.unified-app-shell .response-filter-pill.custom-tag{border:1px dashed #94a3b8;color:#475569}.unified-app-shell .response-filter-pill.custom-tag.is-active{background:#475569;color:#fff;border-color:#475569}.qstio-tag-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:10000;align-items:center;justify-content:center}.qstio-tag-modal-overlay.active{display:flex}.qstio-tag-modal{background:#fff;border-radius:12px;width:100%;max-width:440px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.qstio-tag-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-light);font-weight:600;font-size:15px}.qstio-tag-modal-close{background:0;border:0;cursor:pointer;color:var(--text-secondary);padding:4px;border-radius:6px}.qstio-tag-modal-close:hover{background:var(--bg-page)}.qstio-tag-modal-body{padding:20px}.qstio-tag-current{margin-bottom:16px}.qstio-tag-form{display:flex;gap:8px;margin-bottom:16px}.qstio-tag-form input{flex:1;padding:8px 12px;border:1px solid var(--border-light);border-radius:8px;font-size:13px;outline:0}.qstio-tag-form input:focus{border-color:var(--accent)}.qstio-tag-add-btn{display:inline-flex!important;align-items:center;gap:4px;padding:8px 14px;background:var(--accent)!important;color:#fff!important;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}.qstio-tag-add-btn:hover{opacity:.9}.qstio-tag-list{margin-bottom:12px}.qstio-tag-empty{color:var(--text-secondary);font-size:13px;padding:12px 0}.qstio-tag-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;font-size:13px}.qstio-tag-item:hover{background:var(--bg-page)}.qstio-tag-remove{background:0;border:0;cursor:pointer;color:var(--text-secondary);padding:2px;border-radius:4px}.qstio-tag-remove:hover{color:#dc2626;background:#fee2e2}.qstio-tag-hint{font-size:12px;color:var(--text-secondary);padding:10px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid var(--accent)}.qstio-tag-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid var(--border-light)}.qstio-tag-btn-outline{padding:8px 16px;border:1px solid var(--border-light)!important;border-radius:8px;background:#fff!important;font-size:13px;cursor:pointer;color:var(--text-secondary)}.qstio-tag-btn-outline:hover{background:var(--bg-page)!important}.qstio-tag-btn-primary{padding:8px 16px;border:0;border-radius:8px;background:var(--accent)!important;color:#fff!important;font-size:13px;font-weight:600;cursor:pointer}.qstio-tag-btn-primary:hover{opacity:.9}.unified-app-shell .date-filter-row{display:flex;gap:4px;padding:12px 16px;border-bottom:1px solid var(--border-light)}.unified-app-shell .date-filter-btn{padding:5px 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;color:var(--text-secondary);transition:var(--transition);cursor:pointer;border:0;background:0}.unified-app-shell .date-filter-btn:hover{background:var(--bg-page)}.unified-app-shell .date-filter-btn.active{background:var(--accent-light);color:var(--accent)}.unified-app-shell .kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px}.unified-app-shell .kpi-card{padding:12px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-white)}.unified-app-shell .kpi-label{font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.unified-app-shell .kpi-value{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-top:4px}.unified-app-shell .inline-flow-rows{padding:0 12px 12px}.unified-app-shell .inline-flow-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 8px;border-bottom:1px solid var(--border-light);transition:background .15s;cursor:pointer;flex-wrap:wrap}.unified-app-shell .inline-flow-row:hover{background:var(--bg-hover)}.unified-app-shell .inline-flow-label{flex:1;min-width:0;font-size:13px}.unified-app-shell .inline-flow-label strong{font-weight:600}.unified-app-shell .inline-flow-count{font-size:12px;color:var(--text-tertiary);white-space:nowrap}.unified-app-shell .inline-flow-stats{display:flex;gap:8px;align-items:center}.unified-app-shell .inline-flow-percent{font-size:12px;color:var(--text-secondary);font-weight:600}.unified-app-shell .inline-flow-bar{width:100%;height:4px;background:var(--border-light);border-radius:2px;overflow:hidden}.unified-app-shell .inline-flow-bar-fill{height:100%;background:var(--accent);transition:width .3s ease}.unified-app-shell .analytics-panel2-hint{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 32px;text-align:center}.unified-app-shell .analytics-panel2-hint-text{color:#9b9a97;font-size:13px;margin-top:12px}.unified-app-shell .analytics-export-row{display:flex;gap:8px;margin-left:auto}.unified-app-shell .settings-content{padding:16px;display:flex;flex-direction:column;gap:20px}.unified-app-shell .setting-group{display:flex;flex-direction:column;gap:6px}.unified-app-shell .setting-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.unified-app-shell .copy-field{display:flex;gap:6px}.unified-app-shell .copy-field input,.unified-app-shell .copy-field textarea{flex:1;padding:8px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-page);font-size:12px;color:var(--text-primary);resize:none}.unified-app-shell .btn-copy{padding:8px 14px;border-radius:var(--radius-sm);background:var(--bg-page);border:1px solid var(--border);font-size:12px;font-weight:600;color:var(--text-secondary);white-space:nowrap;transition:var(--transition)}.unified-app-shell .btn-copy:hover{background:var(--border-light)}.unified-app-shell .btn-copy.copied{background:var(--green-light);color:var(--green);border-color:var(--green)}.unified-app-shell .settings-actions{display:flex;flex-direction:column;gap:8px}.unified-app-shell .panel-thread{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--bg-page);overflow:hidden}#unifiedAppShell .panel-thread{order:2}#unifiedAppShell .center-toolbar{display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid var(--border);background:var(--bg-white);gap:8px;flex-shrink:0}#unifiedAppShell .center-toolbar-spacer{flex:1}#unifiedAppShell .center-toolbar-btn{width:32px;height:32px;border-radius:var(--radius-sm);display:grid;place-items:center;color:var(--text-secondary);transition:var(--transition);flex-shrink:0}#unifiedAppShell .center-toolbar-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.unified-app-shell .thread-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-tertiary);overflow-y:auto}.unified-app-shell .thread-placeholder p{font-size:14px}.unified-app-shell .thread-active{flex:1;display:flex;flex-direction:column;overflow:hidden}#unifiedAppShell .thread-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}#unifiedAppShell .thread-drawer-overlay.open{opacity:1;visibility:visible}#unifiedAppShell .thread-active{position:fixed;top:0;right:-560px;width:540px;height:100%;background:var(--bg-white);box-shadow:-4px 0 24px rgba(0,0,0,.12);z-index:999;display:flex;flex-direction:column;transition:right .3s ease}#unifiedAppShell .thread-active.open{right:0}.unified-app-shell .thread-header{display:flex;align-items:center;gap:12px;padding:14px 20px;background:var(--bg-white);border-bottom:1px solid var(--border)}.unified-app-shell .thread-header .thread-info{flex:1;min-width:0}.unified-app-shell .thread-header .back-btn{display:none}#unifiedAppShell .thread-header .back-btn{position:static;display:grid;place-items:center;border:0;background:0;cursor:pointer;padding:6px;border-radius:var(--radius-sm);color:var(--text-secondary);flex-shrink:0;margin:0;width:32px;height:32px}#unifiedAppShell .thread-header .back-btn:hover{background:var(--bg-page)}.unified-app-shell .thread-avatar{width:38px;height:38px;min-width:38px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:14px;color:#fff;background:var(--accent)}.unified-app-shell .thread-info{flex:1;min-width:0}.unified-app-shell .thread-info h3{font-size:14px;font-weight:700}.unified-app-shell .thread-meta{font-size:12px;color:var(--text-tertiary)}.unified-app-shell .thread-manage-tags-btn{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;color:var(--text-secondary);transition:var(--transition)}.unified-app-shell .thread-manage-tags-btn:hover{background:var(--bg-page);color:var(--text-primary)}.unified-app-shell .quick-actions-bar{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--bg-white);border-bottom:1px solid var(--border);flex-wrap:wrap}.unified-app-shell .quick-action-primary{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font-size:13px;font-weight:600;transition:var(--transition)}.unified-app-shell .quick-action-primary:hover{background:var(--accent-dark)}.unified-app-shell .quick-action-secondary{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius-sm);background:var(--bg-page);border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text-secondary);transition:var(--transition)}.unified-app-shell .quick-action-secondary:hover{background:var(--border-light)}.unified-app-shell .quick-action-dropdown{position:relative}.unified-app-shell .export-dropdown{display:none;position:absolute;top:100%;right:0;margin-top:4px;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:10;min-width:150px}.unified-app-shell .export-dropdown.show{display:block}.unified-app-shell .export-option{display:block;width:100%;padding:8px 14px;text-align:left;font-size:13px;color:var(--text-primary);transition:var(--transition)}.unified-app-shell .export-option:hover{background:var(--bg-hover)}.unified-app-shell .message-stream{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.unified-app-shell .message-bubble{max-width:75%;padding:10px 14px;border-radius:16px;line-height:1.5;font-size:13px}.unified-app-shell .message-bubble.visitor{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.unified-app-shell .message-bubble.owner{align-self:flex-start;background:var(--bg-white);border:1px solid var(--border);border-bottom-left-radius:4px}.unified-app-shell .message-bubble .msg-time{display:block;margin-top:4px;font-size:11px;opacity:.6}.unified-app-shell .message-metadata-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;margin-bottom:8px;align-self:stretch;max-width:100%}.unified-app-shell .metadata-grid{display:flex;gap:20px;flex-wrap:wrap}.unified-app-shell .metadata-label{font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.unified-app-shell .metadata-value{font-size:13px;color:var(--text-primary);margin-top:2px}.unified-app-shell .purchase-order-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;align-self:stretch;max-width:100%}.unified-app-shell .purchase-order-card .po-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.unified-app-shell .purchase-order-card .po-title{font-weight:700;font-size:14px;display:flex;align-items:center;gap:8px}.unified-app-shell .purchase-order-card .po-status{padding:3px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600}.unified-app-shell .purchase-order-card .po-status.pending{background:var(--orange-light);color:var(--orange)}.unified-app-shell .purchase-order-card .po-status.confirmed{background:var(--green-light);color:var(--green)}.unified-app-shell .po-items-table{width:100%;border-collapse:collapse;font-size:13px}.unified-app-shell .po-items-table th{text-align:left;padding:8px 6px;border-bottom:1px solid var(--border);font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase}.unified-app-shell .po-items-table td{padding:8px 6px;border-bottom:1px solid var(--border-light)}.unified-app-shell .po-totals{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.unified-app-shell .po-total-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.unified-app-shell .po-total-row.total{font-weight:700;font-size:14px;padding-top:8px;border-top:1px solid var(--border);margin-top:4px}.unified-app-shell .payment-link-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 16px;align-self:stretch;max-width:100%}.unified-app-shell .payment-link-card .pl-title{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;display:flex;align-items:center;gap:6px}.unified-app-shell .payment-link-card .pl-field{display:flex;gap:6px}.unified-app-shell .payment-link-card .pl-field input{flex:1;padding:7px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-page);font-size:12px}.unified-app-shell .back-btn{width:32px;height:32px;min-width:32px;border-radius:var(--radius-sm);color:var(--text-secondary);display:grid;place-items:center;transition:var(--transition)}.unified-app-shell .back-btn:hover{background:var(--bg-page)}.unified-app-shell #nodeDrawer{position:fixed;right:16px;top:90px;bottom:16px;width:min(420px,92vw);background:#fff;border:1px solid var(--border);box-shadow:0 6px 24px rgba(32,33,36,.15);border-radius:10px 0 0 10px;transform:translateX(110%);transition:transform .2s ease;z-index:1000;display:flex;flex-direction:column}.unified-app-shell #nodeDrawer.show{transform:translateX(0)}.unified-app-shell .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--border-light)}.unified-app-shell .drawer-title{font-size:16px;font-weight:600}.unified-app-shell .drawer-close{border:1px solid var(--border);background:#fff;border-radius:var(--radius-sm);padding:4px 8px;cursor:pointer;font-size:16px;color:var(--text-tertiary);transition:var(--transition)}.unified-app-shell .drawer-close:hover{background:var(--bg-hover);color:var(--text-primary)}.unified-app-shell .drawer-body{padding:16px 18px;overflow:auto;flex:1}.unified-app-shell .toast-notification{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);padding:10px 20px;border-radius:var(--radius-md);font-size:13px;font-weight:600;z-index:10000;animation:toastIn .3s ease}.unified-app-shell .toast-notification.success{background:var(--green);color:#fff}.unified-app-shell .toast-notification.error{background:var(--red);color:#fff}@keyframes toastIn{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media(max-width:768px){.unified-app-shell{left:44px}.unified-app-shell .panel-questions{width:180px;min-width:180px}.unified-app-shell .panel-responses{width:260px;min-width:260px}}@media(min-width:769px) and (max-width:1024px){.unified-app-shell .panel-questions{width:220px;min-width:220px}.unified-app-shell .panel-responses{width:300px;min-width:300px}}.unified-app-shell .message-stream::-webkit-scrollbar,.unified-app-shell .question-list::-webkit-scrollbar,.unified-app-shell .tab-content::-webkit-scrollbar{width:4px}.unified-app-shell .message-stream::-webkit-scrollbar-track,.unified-app-shell .question-list::-webkit-scrollbar-track,.unified-app-shell .tab-content::-webkit-scrollbar-track{background:0 0}.unified-app-shell .message-stream::-webkit-scrollbar-thumb,.unified-app-shell .question-list::-webkit-scrollbar-thumb,.unified-app-shell .tab-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}blockquote.qstio-widget.visitor-preview{max-width:min(600px,90vw);margin:20px auto}blockquote.qstio-widget.visitor-preview .qstio-widget-content.aspect{aspect-ratio:9/16;position:relative;overflow:hidden}blockquote.qstio-widget.visitor-preview .qstio-widget-content.aspect .convMain{position:absolute;bottom:0;left:0;right:0;z-index:1}blockquote.qstio-widget.visitor-preview .qstio-widget-scroll-div{height:auto!important;min-height:auto!important}.thread-actions-section{margin-top:16px;padding:12px;border-top:1px dashed var(--border)}.thread-actions-header{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);margin-bottom:8px}.thread-actions-buttons{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}.thread-actions-section .message-action-btn{padding:6px 12px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background-color .15s}.thread-actions-section .btn-outline{background-color:transparent;border:1px solid var(--border);color:var(--text-primary)}.thread-actions-section .btn-outline:hover{background-color:var(--bg-hover)}.thread-actions-section .btn-primary{background-color:var(--accent);border:1px solid var(--accent);color:#fff}.thread-actions-section .btn-primary:hover{background-color:var(--accent-dark)}.thread-action-form{margin-top:10px;padding:10px;background:var(--bg-page);border-radius:var(--radius-md)}.thread-action-form input[type=text],.thread-action-form textarea{width:100%;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-family:var(--font);resize:vertical;box-sizing:border-box}.thread-action-form input[type=text]:focus,.thread-action-form textarea:focus{outline:0;border-color:var(--accent)}.question-picker-list{max-height:160px;overflow-y:auto;margin-top:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white)}.question-picker-item{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid var(--border-light);transition:background-color .1s}.question-picker-item:last-child{border-bottom:0}.question-picker-item:hover{background-color:var(--bg-hover)}.question-picker-item.selected{background-color:var(--accent-light)}.thread-action-form-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:8px}.save-toggle{font-size:12px;color:var(--text-secondary);display:flex;align-items:center;gap:4px;cursor:pointer}.save-toggle input[type=checkbox]{margin:0}