:root{--border-strong: #D6E0EC;--border-soft: #D9E3EF}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;background:#f2f7fc;color:#111827;font-size:14px;line-height:1.5}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{--sidebar-w: 256px;min-height:100vh;display:grid;grid-template-columns:var(--sidebar-w) 1fr;transition:grid-template-columns .22s ease}.app-shell.is-collapsed{--sidebar-w: 76px}.mobile-topbar,.sidebar-scrim,.sidebar-toggle.mobile-only{display:none}.sidebar{background:linear-gradient(180deg,#061831,#082249);border-right:1px solid rgba(0,149,240,.16);color:#fff;padding:16px 12px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh;overflow:hidden}.sidebar-top{display:flex;align-items:center;gap:8px;padding:2px 4px 0}.brand{display:flex;align-items:center;gap:11px;min-width:0;flex:1}.brand-logo{width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #0095f059,0 4px 12px #00000059}.brand-text{min-width:0}.brand strong{display:block;font-size:15px;font-weight:700;white-space:nowrap}.brand span,.user-chip span{color:#94a3b8;font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-toggle{width:28px;height:28px;flex-shrink:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#94a3b8;transition:background .15s,color .15s}.sidebar-toggle:hover{background:#ffffff1f;color:#fff}.nav-menu{display:grid;gap:2px;align-content:start;overflow-y:auto;flex:1;padding:0 2px}.nav-section-label{font-size:10.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#64748b;padding:2px 10px 8px;white-space:nowrap}.nav-item{color:#94a3b8;text-decoration:none;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s,color .15s;outline:none}.nav-icon{width:22px;flex-shrink:0;display:grid;place-items:center}.nav-item.active{background:linear-gradient(90deg,#0095f047,#0095f01f);box-shadow:inset 0 0 0 1px #0095f059;color:#fff;font-weight:600}.nav-item:hover:not(.active){background:#ffffff0f;color:#e2e8f0}.nav-item:focus-visible{box-shadow:0 0 0 2px #0095f080}.sidebar-footer{margin-top:auto;display:grid;gap:8px;padding:12px 2px 0;border-top:1px solid rgba(255,255,255,.08)}.user-chip{display:flex;align-items:center;gap:10px;padding:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.07);border-radius:12px;min-width:0}.user-avatar{width:34px;height:34px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#0095f0,#0072d2);color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em}.user-meta{min-width:0}.user-chip strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{display:flex;align-items:center;gap:10px;padding:9px 10px;border:0;border-radius:9px;background:transparent;color:#94a3b8;font-size:13.5px;font-weight:600;white-space:nowrap;transition:background .15s,color .15s}.logout-btn:hover{background:#ef444424;color:#fca5a5}.app-shell.is-collapsed .sidebar{padding:16px 10px}.app-shell.is-collapsed .brand{justify-content:center}.app-shell.is-collapsed .brand-text,.app-shell.is-collapsed .nav-label,.app-shell.is-collapsed .nav-section-label,.app-shell.is-collapsed .user-meta{display:none}.app-shell.is-collapsed .sidebar-top{flex-direction:column;gap:12px;padding:0}.app-shell.is-collapsed .nav-item,.app-shell.is-collapsed .logout-btn{justify-content:center;padding:10px 0}.app-shell.is-collapsed .user-chip{justify-content:center;padding:6px;background:transparent;border-color:transparent}@media(prefers-reduced-motion:reduce){.app-shell,.sidebar{transition:none}}.main-content{padding:28px 32px;overflow:auto;min-height:100vh}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.page-header h1{margin:0 0 4px;font-size:24px;font-weight:700;letter-spacing:-.3px}.page-header p{margin:0;color:#64748b;font-size:13px}.primary-btn,.secondary-btn,.ghost-btn,.success-btn,.warning-btn,.danger-btn{border:0;border-radius:9px;padding:9px 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:600;font-size:13px;transition:opacity .15s,filter .15s}.primary-btn{background:#0072d2;color:#fff}.primary-btn:hover{filter:brightness(1.08)}.secondary-btn{background:#fff;color:#374151;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.secondary-btn:hover{background:#f8fafc}.ghost-btn{background:#ffffff1a;color:#fff}.ghost-btn:hover{background:#ffffff29}.success-btn{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.warning-btn{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.icon-btn{width:34px;height:34px;border-radius:9px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center;color:#64748b;transition:background .15s}.icon-btn:hover{background:#f8fafc}.icon-btn.danger{color:#dc2626}.full{width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card,.panel,.info-panel{background:#fff;border:1px solid var(--border-strong);border-radius:10px;padding:18px;box-shadow:0 1px 4px #0f172a0a}.stat-card span,.stat-card strong{display:block}.stat-card span{color:#64748b;font-size:13px}.stat-card strong{font-size:28px;font-weight:700;margin-top:4px}.stat-icon+span{margin-top:12px}.stat-icon{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:#e8f5fe;color:#0a4d8c}.info-panel{margin-top:18px}.info-panel h2,.panel h2{margin-top:0;font-size:16px}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(150deg,#061831,#0a2e63 55%,#0072d2 130%)}.login-card{width:min(420px,100%);background:#fff;padding:28px;border-radius:14px;box-shadow:0 24px 60px #00000040}.login-logo{width:64px;height:64px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #e8f5fe,0 8px 20px #0072d240}.login-card h1{margin:12px 0 4px;font-size:22px}.login-card p{color:#64748b;margin-bottom:20px;font-size:14px}label{display:grid;gap:6px;font-weight:600;font-size:13px;margin-bottom:14px}input,textarea,select{border:1px solid #A9BBD1;border-radius:8px;padding:9px 12px;outline:none;background:#fff;color:#1e293b;font-size:13.5px;transition:border-color .15s,box-shadow .15s,background .15s}input,select{height:38px}input:hover,textarea:hover,select:hover{border-color:#94a3b8}input:focus,textarea:focus,select:focus{border-color:#0072d2;box-shadow:0 0 0 3px #0084de1f}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px;cursor:pointer}input::placeholder,textarea::placeholder{color:#94a3b8}input:disabled,textarea:disabled,select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.alert{padding:11px 13px;border-radius:10px;margin-bottom:14px;font-weight:600;font-size:13px}.alert.error{background:#fee2e2;color:#991b1b}.alert.success{background:#dcfce7;color:#166534}.chat-layout{display:grid;grid-template-columns:300px 1fr;height:calc(100vh - 120px);background:#fff;border:1px solid var(--border-strong);border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0f172a0a}.chat-list-panel{border-right:1px solid var(--border-strong);display:flex;flex-direction:column;background:#fafbfc}.search-input{margin:12px;font-size:13px;background:#fff}.conversation-list{overflow-y:auto;flex:1}.conversation-item{width:100%;border:0;background:transparent;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;text-align:left;padding:12px 14px;border-bottom:1px solid var(--border-soft);transition:background .12s}.conversation-item.active{background:#eaf6fe;border-right:3px solid #0072D2}.conversation-item:hover:not(.active){background:#f8fafc}.conversation-item strong{display:block;font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item span{display:block;color:#94a3b8;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.conv-badge{font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:6px;white-space:nowrap;flex-shrink:0;text-transform:uppercase;letter-spacing:.3px}.conv-badge.bot{background:#e8f5fe;color:#0a4d8c}.conv-badge.agent{background:#fef3c7;color:#92400e}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eef1f6;color:#475569;border:1px solid #e2e8f0;flex-shrink:0}.chat-panel{display:grid;grid-template-rows:auto 1fr auto;min-height:0;overflow:hidden}.chat-header{padding:16px 20px;border-bottom:1px solid var(--border-soft);display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.chat-header-info{min-width:0}.chat-header-info h2{margin:0;font-size:16px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-header-info p{margin:2px 0 0;color:#94a3b8;font-size:12px}.takeover-btn{border:0;border-radius:9px;padding:8px 13px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:all .15s;white-space:nowrap;flex-shrink:0}.takeover-btn.bot-active{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.takeover-btn.bot-active:hover{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.takeover-btn.agent-active{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.takeover-btn.agent-active:hover{background:#e8f5fe;color:#0a4d8c;border-color:#c8e7fb}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.status-dot.green{background:#22c55e}.status-dot.amber{background:#f59e0b}.messages-box{background:#f5f7fb;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.message-row{display:flex;align-items:flex-end;gap:8px}.message-row.out{flex-direction:row-reverse}.msg-avatar{width:30px;height:30px;border-radius:50%;background:#eef1f6;color:#475569;border:1px solid #e2e8f0;display:grid;place-items:center;flex-shrink:0;font-size:11px;font-weight:700}.msg-avatar.bot-av{background:#e8f5fe;color:#0a4d8c;border-color:#c8e7fb}.msg-avatar.agent-av{background:#fef3c7;color:#92400e;border-color:#fde8ad}.message-bubble{max-width:60%;padding:10px 13px;border-radius:16px;word-break:break-word;overflow-wrap:break-word}.message-row.in .message-bubble{background:#fff;border:1px solid #e9eef5;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000a}.message-row.out .message-bubble{background:#e8f5fe;border:1px solid #C8E7FB;border-bottom-right-radius:4px}.message-row.system-msg{justify-content:center}.message-row.system-msg .message-bubble{background:#eef3f9;border:1px solid var(--border-soft);border-radius:10px;max-width:70%;text-align:center}.message-bubble p{margin:0 0 5px;font-size:13.5px;line-height:1.55;color:#1e293b}.message-bubble .msg-meta{font-size:11px;color:#94a3b8;display:flex;align-items:center;gap:5px}.system-msg .message-bubble p{color:#475569;font-size:12.5px}.system-msg .message-bubble .msg-meta{color:#94a3b8;justify-content:center}.error-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#dbe7f3;color:#47607e;padding:2px 8px;border-radius:20px;display:inline-block;margin-bottom:6px}.date-divider{display:flex;align-items:center;gap:10px;margin:6px 0;color:#94a3b8;font-size:11px}.date-divider:before,.date-divider:after{content:"";flex:1;height:1px;background:#e9eef5}.reply-box{border-top:1px solid var(--border-soft);display:grid;grid-template-columns:minmax(180px,240px) 1fr auto;gap:10px;padding:14px 16px;background:#fff;align-items:flex-end}.reply-box select{height:44px;border-radius:10px;align-self:stretch}.reply-box textarea{resize:none;min-height:44px;max-height:120px;font-size:13.5px;border-radius:10px;line-height:1.5}.conv-send-btn{border:0;border-radius:9px;height:44px;padding:0 18px;display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:13px;background:#0072d2;color:#fff;transition:filter .15s,opacity .15s}.conv-send-btn:hover{filter:brightness(1.08)}.conv-send-btn:disabled{opacity:.5;cursor:default}.split-grid{display:grid;grid-template-columns:400px 1fr;gap:16px;align-items:start}.form-panel{position:sticky;top:20px}.inline-check{display:flex;align-items:center;gap:10px}.inline-check input{width:auto}.docs-panel{display:grid;gap:10px}.doc-card,.scheduled-card{border:1px solid #e9eef5;border-radius:14px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;background:#fff}.doc-main{border:0;background:transparent;text-align:left;padding:0}.doc-main strong,.doc-main span,.doc-main small{display:block}.doc-main span,.scheduled-card p,.scheduled-card span{color:#64748b;font-size:13px}.empty-state{min-height:240px;display:grid;place-items:center;text-align:center;color:#64748b;padding:30px}.empty-state strong{display:block;color:#1e293b;font-size:17px;margin-bottom:6px}.text-danger{color:#dc2626;display:block;margin-top:5px;font-size:12.5px}.cfg-form{max-width:1180px;display:flex;flex-direction:column;gap:18px}.cfg-card{background:#fff;border:1px solid var(--border-strong);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0718380d}.cfg-card-head{padding:14px 20px;border-bottom:1px solid var(--border-soft);display:flex;align-items:center;gap:12px;background:#fbfdff}.cfg-card-extra{margin-left:auto;flex-shrink:0}.cfg-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:grid;place-items:center;background:#e8f5fe;color:#0a4d8c}.cfg-card-title{font-size:13.5px;font-weight:700;color:#0f172a;letter-spacing:.1px}.cfg-card-desc{font-size:12px;color:#64748b;margin-top:1px}.cfg-card-body{padding:20px}.cfg-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.cfg-label{font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px}.cfg-count{font-size:11px;color:#94a3b8;font-variant-numeric:tabular-nums}.cfg-mode-grid{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.cfg-textarea{width:100%;box-sizing:border-box;font-size:13px;line-height:1.6;resize:vertical;font-family:inherit;border:1px solid #cbd5e1;border-radius:7px;padding:10px 12px}.cfg-hint{display:block;margin-top:5px;font-size:11.5px;color:#94a3b8;line-height:1.5}.cfg-actions{display:flex;align-items:center;gap:14px}.cfg-save-btn{border:0;border-radius:7px;padding:10px 20px;display:inline-flex;align-items:center;gap:8px;background:#0072d2;color:#fff;font-weight:600;font-size:13px;transition:filter .15s,opacity .15s}.cfg-save-btn:hover{filter:brightness(1.08)}.cfg-save-btn:disabled{cursor:default;opacity:.45}.cfg-dirty{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}.cfg-dirty-dot{width:5px;height:5px;border-radius:50%;background:#b45309;display:inline-block}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.seg-control{display:inline-flex;background:#eef5fc;border:1px solid #DCE7F2;border-radius:10px;padding:3px;gap:3px;margin-top:6px}.seg-control button{border:0;border-radius:8px;padding:8px 16px;background:transparent;color:#64748b;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:background .15s,color .15s,box-shadow .15s}.seg-control button.active{background:#fff;color:#0072d2;box-shadow:0 1px 3px #0718381f}.seg-control button:focus-visible{outline:2px solid rgba(0,149,240,.55);outline-offset:1px}.seg-count{font-size:10.5px;font-weight:700;min-width:17px;padding:1px 6px;border-radius:20px;background:#07183812;color:inherit;text-align:center;font-variant-numeric:tabular-nums}.seg-control button.active .seg-count{background:#e8f5fe}.cfg-mode-pill{font-size:11px;font-weight:700;padding:4px 11px;border-radius:20px;letter-spacing:.2px}.cfg-mode-pill.test{background:#fef3c7;color:#92400e}.cfg-mode-pill.prod{background:#e8f5fe;color:#0a4d8c}.cfg-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.cfg-chip{font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px;background:#e8f5fe;border:1px solid #C8E7FB;color:#0a4d8c;font-variant-numeric:tabular-nums}.cfg-count-badge{font-size:11px;font-weight:700;min-width:20px;text-align:center;padding:1px 7px;border-radius:20px;background:#e8f5fe;color:#0072d2}.cfg-grid-2{display:grid;grid-template-columns:1.25fr 1fr;gap:18px;align-items:start}.cfg-sticky-bar{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:16px;padding:12px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #DCE7F2;border-radius:14px;box-shadow:0 -4px 16px #0718380f}.cfg-sticky-status{min-height:18px}.cfg-saved{font-size:12.5px;font-weight:600;color:#15803d;display:inline-flex;align-items:center;gap:6px}.att-filter-btn{border:1px solid #DCE7F2;border-radius:20px;padding:7px 14px;background:#fff;color:#64748b;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:7px;transition:all .15s}.att-filter-btn.active .seg-count{background:#ffffff38;color:#fff}.att-filter-btn:hover{background:#f8fafc}.att-filter-btn.active{background:#0072d2;color:#fff;border-color:#0072d2}.att-open-btn{border:0;border-radius:8px;padding:9px 14px;background:#0072d2;color:#fff;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}.att-open-btn:hover{filter:brightness(1.08)}.qr-submit-btn{border:0;border-radius:8px;padding:11px 16px;width:100%;background:#0072d2;color:#fff;font-weight:600;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s,opacity .15s}.qr-submit-btn:hover:not(:disabled){filter:brightness(1.08)}.qr-submit-btn:disabled{opacity:.5;cursor:default}.uq-train-btn{border:0;border-radius:9px;padding:9px 14px;background:#0072d2;color:#fff;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:filter .15s,opacity .15s}.uq-train-btn:hover:not(:disabled){filter:brightness(1.08)}.uq-train-btn:disabled{opacity:.5;cursor:default}.kb-save-btn{border:0;border-radius:8px;padding:11px;width:100%;background:#0072d2;color:#fff;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s,opacity .15s}.kb-save-btn:hover:not(:disabled){filter:brightness(1.08)}.kb-save-btn:disabled{opacity:.5;cursor:default}.sched-submit-btn{border:0;border-radius:8px;padding:11px;width:100%;background:#0072d2;color:#fff;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s,opacity .15s}.sched-submit-btn:hover:not(:disabled){filter:brightness(1.08)}.sched-submit-btn:disabled{cursor:default}.login-submit-btn{border:0;border-radius:8px;padding:11px;width:100%;background:#0072d2;color:#fff;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s,opacity .15s}.login-submit-btn:hover:not(:disabled){filter:brightness(1.08)}.login-submit-btn:disabled{opacity:.6;cursor:default}.crm-bar{border-bottom:1px solid var(--border-soft);padding:10px 16px;background:#f8fafc;display:grid;grid-template-columns:.9fr .75fr 1fr auto;gap:14px;align-items:end}.crm-field{margin:0;display:block}.crm-field span{font-size:10.5px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:6px}.crm-field select,.crm-field input{width:100%;box-sizing:border-box;font-size:13px;font-weight:500;background-color:#fff}.crm-save-btn{height:38px;border:1px solid #cbd5e1;border-radius:8px;padding:0 16px;background:#fff;color:#1e293b;font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:7px;box-shadow:0 1px 2px #0f172a0a;transition:background .15s,border-color .15s}.crm-save-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.crm-save-btn:disabled{opacity:.6;cursor:default}.crm-intent-row{grid-column:1 / -1;display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin-top:2px}@media(max-width:1200px){.kpi-grid{grid-template-columns:1fr 1fr}}@media(max-width:980px){.app-shell,.app-shell.is-collapsed{grid-template-columns:1fr;--sidebar-w: 0px}.mobile-topbar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(90deg,#061831,#082249);color:#fff;position:sticky;top:0;z-index:60;grid-column:1 / -1}.mobile-topbar-logo{width:30px;height:30px;border-radius:50%;background:#fff}.mobile-topbar strong{font-size:15px}.mobile-menu-btn{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:#ffffff14;color:#fff}.sidebar{position:fixed;inset:0 auto 0 0;z-index:90;width:268px;transform:translate(-100%);transition:transform .22s ease;box-shadow:0 10px 40px #00000059}.sidebar.is-open{transform:translate(0)}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:85;background:#06183180;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-toggle.desktop-only{display:none}.sidebar-toggle.mobile-only{display:grid}.app-shell.is-collapsed .brand-text,.app-shell.is-collapsed .nav-label,.app-shell.is-collapsed .nav-section-label,.app-shell.is-collapsed .user-meta{display:block}.app-shell.is-collapsed .sidebar-top{flex-direction:row;padding:2px 4px 0}.app-shell.is-collapsed .nav-item,.app-shell.is-collapsed .logout-btn{justify-content:flex-start;padding:9px 10px}.app-shell.is-collapsed .user-chip{justify-content:flex-start;padding:8px;background:#ffffff0f;border-color:#ffffff12}.stats-grid,.chat-layout,.split-grid,.cfg-mode-grid,.cfg-grid-2,.kpi-grid,.reply-box{grid-template-columns:1fr}.chat-layout{height:auto;min-height:80vh}.form-panel{position:static}.crm-bar{grid-template-columns:1fr 1fr}.crm-intent-row{grid-column:1 / -1}}.header-actions{display:flex;gap:10px}.tenants-panel{padding:0;overflow:hidden}.tenants-toolbar,.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-bottom:1px solid var(--border-soft);background:#fbfdff}.search-field{display:flex;align-items:center;gap:8px;flex:1;max-width:380px;border:1px solid #dbe3ef;border-radius:9px;padding:8px 12px;background:#fff;color:#94a3b8}.search-field input{border:0;outline:none;flex:1;font:inherit;color:#111827;background:transparent}.search-field:focus-within{border-color:#0072d2;box-shadow:0 0 0 3px #0072d21a}.tenants-count,.toolbar-count{color:#64748b;font-size:13px;font-weight:600;white-space:nowrap}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:11px 18px;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;border-bottom:1px solid var(--border-soft);background:#f8fafc;white-space:nowrap}.data-table td{padding:13px 18px;border-bottom:1px solid var(--border-soft);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f8fbff}.col-actions{text-align:right;white-space:nowrap}.cell-main{display:flex;align-items:center;gap:11px}.cell-main strong{display:block;font-size:13.5px;color:#0f172a}.cell-main>div>span{display:block;color:#64748b;font-size:12px;margin-top:2px}.cell-avatar{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#e8f5fe;color:#0a4d8c;flex-shrink:0}.cell-muted{color:#64748b;font-size:13px}.cell-channel{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.btn-sm{padding:6px 11px;font-size:12.5px}.badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.badge-slate{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.badge-amber{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.badge-blue{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.badge-green{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.badge-red{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.badge-purple{background:#faf5ff;color:#7e22ce;border:1px solid #e9d5ff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0618318c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:24px;z-index:100;animation:modal-fade .15s ease}.modal-box{background:#fff;border-radius:14px;width:100%;max-height:calc(100vh - 48px);display:flex;flex-direction:column;box-shadow:0 24px 60px #06183147;animation:modal-pop .18s ease}.modal-md{max-width:520px}.modal-lg{max-width:760px}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-pop{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal-box{animation:none}}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--border-soft)}.modal-head-text{display:flex;align-items:flex-start;gap:11px}.modal-head-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e8f5fe;color:#0a4d8c;flex-shrink:0}.modal-head strong{display:block;font-size:16px;color:#0f172a}.modal-head p{margin:3px 0 0;color:#64748b;font-size:13px;line-height:1.45}.modal-body{padding:20px;overflow-y:auto}.modal-form{display:grid;gap:18px}.modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--border-soft);background:#fbfdff;border-radius:0 0 14px 14px}.form-section{display:grid;gap:12px}.form-section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#0f172a;padding-bottom:8px;border-bottom:1px solid var(--border-soft)}.form-section-title svg{color:#0072d2}.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid-2 label{display:grid;gap:6px;font-weight:600;font-size:12.5px;color:#334155}.form-grid-2 input,.form-grid-2 select{border:1px solid #dbe3ef;border-radius:9px;padding:9px 12px;font:inherit;background:#fff;transition:border-color .12s,box-shadow .12s}.form-grid-2 input:focus,.form-grid-2 select:focus{outline:none;border-color:#0072d2;box-shadow:0 0 0 3px #0072d21a}.option-stack{display:grid;gap:8px}.option-card{display:flex;align-items:flex-start;gap:11px;text-align:left;border:1px solid #dbe3ef;background:#fff;border-radius:11px;padding:11px 13px;cursor:pointer;transition:border-color .12s,background .12s,box-shadow .12s}.option-card:hover{border-color:#b9cbe3;background:#fbfdff}.option-card strong{display:block;color:#0f172a;font-size:13.5px}.option-card span:not(.option-radio){display:block;color:#64748b;font-size:12px;line-height:1.45;margin-top:2px}.option-radio{width:16px;height:16px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0;margin-top:2px;transition:border-color .12s,box-shadow .12s}.option-card.active{border-color:#0072d2;background:#f5faff;box-shadow:0 0 0 3px #0072d21a}.option-card.active .option-radio{border-color:#0072d2;box-shadow:inset 0 0 0 3.5px #fff,inset 0 0 0 10px #0072d2}.onboarding-guide{padding:14px 16px;border:1px solid rgba(14,165,233,.25);border-radius:11px;background:#0ea5e90d}.onboarding-guide span{display:inline-flex;margin-bottom:8px;padding:3px 9px;border-radius:999px;background:#0ea5e91f;font-size:11px;font-weight:700;color:#075985}.onboarding-guide strong{display:block;margin-bottom:5px;color:#0f172a;font-size:13.5px}.onboarding-guide p,.onboarding-guide small{color:#475569;font-size:12.5px;line-height:1.5}.onboarding-guide p{margin:0}.onboarding-guide ul{margin:10px 0;padding-left:18px;color:#334155;font-size:12.5px}.onboarding-guide li{margin:4px 0;line-height:1.45}.embedded-placeholder{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border:1px dashed rgba(100,116,139,.45);border-radius:11px;background:#f8fafc}.embedded-placeholder strong{font-size:13px;color:#0f172a}.embedded-placeholder p{margin:3px 0 0;color:#64748b;font-size:12.5px;line-height:1.45}.embedded-placeholder .secondary-btn:disabled{opacity:.6;cursor:not-allowed}.empty-inline{padding:40px 20px;color:#64748b;text-align:center;font-size:13.5px}@media(max-width:720px){.reply-box{flex-wrap:wrap}.reply-input-stack{flex-basis:calc(100% - 54px)}.form-grid-2{grid-template-columns:1fr}.embedded-placeholder{display:grid}.tenants-toolbar,.panel-toolbar{flex-direction:column;align-items:stretch}.search-field{max-width:none}.header-actions{flex-wrap:wrap}.modal-overlay{padding:12px}}.badge-orange{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.badge-yellow{background:#fefce8;color:#854d0e;border:1px solid #fde68a}.toolbar-filters{display:flex;align-items:center;gap:10px;flex:1;flex-wrap:wrap}.toolbar-filters select{border:1px solid #dbe3ef;border-radius:9px;padding:8px 12px;font:inherit;background:#fff;color:#111827}.panel-list{display:flex;flex-direction:column}.list-row{display:flex;align-items:flex-start;gap:13px;padding:14px 18px;border-bottom:1px solid var(--border-soft);transition:background .12s}.list-row:last-child{border-bottom:0}.list-row:hover{background:#f8fbff}.list-row.inactive{opacity:.65}.list-row-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#e8f5fe;color:#0a4d8c;flex-shrink:0}.list-row-icon.muted{background:#f8fafc;color:#94a3b8}.list-row-main{flex:1;min-width:0}.list-row-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list-row-title strong{font-size:13.5px;font-weight:700;color:#1e293b}.list-row-meta{margin:4px 0 0;color:#94a3b8;font-size:12.5px;font-variant-numeric:tabular-nums}.list-row-text{margin:6px 0 0;font-size:12.5px;color:#64748b;line-height:1.55;white-space:pre-wrap;word-break:break-word}.list-row-text.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.list-row-actions{display:flex;gap:6px;flex-shrink:0}.tag-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#cbd5e1}.status-dot.on{background:#16a34a}.link-more{background:none;border:none;padding:0;color:#0072d2;font-size:12.5px;font-weight:600;cursor:pointer}.toggle-field{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;background:#f8fafc;border-radius:9px;border:1px solid #e2e8f0}.toggle-field strong{display:block;font-size:13px;font-weight:600;color:#1e293b}.toggle-field small{display:block;font-size:12px;color:#94a3b8;margin-top:1px}.switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;margin:0;flex-shrink:0}.switch input{position:absolute;opacity:0;width:0;height:0}.switch-track{width:40px;height:22px;border-radius:11px;background:#cbd5e1;transition:background .2s;position:relative}.switch input:checked+.switch-track{background:#0072d2}.switch-track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 3px #0003}.switch input:checked+.switch-track:after{left:21px}.switch input:focus-visible+.switch-track{box-shadow:0 0 0 3px #0072d240}.modal-form textarea{border:1px solid #dbe3ef;border-radius:9px;padding:9px 12px;font:inherit;background:#fff;resize:vertical;line-height:1.55;transition:border-color .12s,box-shadow .12s;width:100%;box-sizing:border-box}.modal-form textarea:focus{outline:none;border-color:#0072d2;box-shadow:0 0 0 3px #0072d21a}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.field-hint{font-size:11px;color:#94a3b8;font-weight:500}.field-hint.over{color:#dc2626}.form-grid-2 .full-col{grid-column:1 / -1}.company-detail-hero{margin-bottom:14px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.company-detail-title{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:15px}.company-detail-hero p{margin:6px 0 0;color:#64748b;font-size:12.5px}.company-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:10px;min-width:min(100%,560px)}.company-detail-summary>div{padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.company-detail-summary span{display:block;font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.company-detail-summary strong{display:block;margin-top:3px;font-size:13px;color:#0f172a;word-break:break-word}.company-tabs{display:flex;gap:8px;margin:4px 0 12px;overflow-x:auto;padding-bottom:4px}.company-tab{border:1px solid #dbe3ef;background:#fff;color:#334155;border-radius:999px;padding:8px 13px;font-size:12.5px;font-weight:700;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.company-tab:hover{background:#f8fbff;border-color:#bfdbfe}.company-tab.active{background:#e8f5fe;border-color:#93c5fd;color:#0a4d8c}.company-tab-help{margin:-2px 0 14px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;gap:8px;flex-wrap:wrap;align-items:center;color:#64748b;font-size:12.5px}.company-tab-help strong{color:#0f172a}.field-help{display:block;margin-top:.35rem;color:#64748b;font-size:.78rem;line-height:1.25}.reply-box{border-top:1px solid var(--border-soft);display:flex;gap:10px;padding:12px 16px;background:#fff;align-items:flex-end}.reply-box select{flex:0 0 auto;height:44px;border-radius:12px;background:#f7fafd;border-color:var(--border-soft);font-size:13px;color:#47607e}.reply-box textarea{flex:1;min-width:0;resize:none;min-height:44px;max-height:120px;padding:11px 14px;font-size:13.5px;line-height:1.5;border-radius:12px;border:1px solid var(--border-soft);background:#f7fafd;transition:border-color .15s,background .15s,box-shadow .15s}.reply-box textarea:focus{background:#fff;border-color:#0072d2;box-shadow:0 0 0 3px #0072d21f;outline:none}.conv-send-btn{flex:0 0 auto;border:0;border-radius:12px;height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13.5px;color:#fff;background:linear-gradient(135deg,#0095f0,#0072d2);box-shadow:0 2px 6px #0072d259;transition:transform .12s,box-shadow .15s,background .15s}.conv-send-btn:hover:not(:disabled){box-shadow:0 4px 12px #0072d273;transform:translateY(-1px)}.conv-send-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #0072d259}.conv-send-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0072d24d}.conv-send-btn:disabled{background:#e2e9f1;color:#94a3b8;box-shadow:none;cursor:default}.reply-file-input{display:none}.attach-btn{flex:0 0 auto;width:44px;height:44px;border-radius:12px;border:1px solid var(--border-soft);background:#f7fafd;color:#47607e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .12s}.attach-btn:hover:not(:disabled){background:#e8f5fe;border-color:#b9ddf6;color:#0072d2;transform:translateY(-1px)}.attach-btn:disabled{opacity:.55;cursor:not-allowed}.reply-input-stack{flex:1;min-width:0;display:grid;gap:7px}.reply-input-stack textarea{width:100%;box-sizing:border-box}.selected-media-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:10px;border:1px solid #B9DDF6;background:#e8f5fe;color:#47607e;font-size:12px;line-height:1.35}.selected-media-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-media-chip strong{color:#0a4d8c}.selected-media-chip button{border:0;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffd9;color:#64748b;cursor:pointer}.selected-media-chip button:hover{background:#fff;color:#dc2626}.account-admin-grid{display:grid;gap:14px}.account-admin-grid .full-col{grid-column:1 / -1}.account-form-panel,.users-panel{padding:0;overflow:hidden}.account-form-body{display:grid;gap:18px;padding:18px}.compact-toolbar>div:first-child{display:grid;gap:3px}.compact-toolbar strong{color:#0f172a;font-size:14px}.compact-toolbar span{color:#64748b;font-size:12.5px;line-height:1.45}.billing-summary-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:12.5px}.billing-summary-row strong{color:#0f172a;font-size:13px}.company-detail-title .badge{margin-left:4px}.company-detail-summary{grid-template-columns:repeat(5,minmax(105px,1fr))}@media(max-width:980px){.compact-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:860px){.company-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.company-detail-summary{grid-template-columns:1fr}}.billing-action-line{display:flex;justify-content:flex-start;align-items:center}.secondary-btn.active-filter{border-color:#93c5fd;background:#e8f5fe;color:#0a4d8c}.company-detail-summary{grid-template-columns:repeat(6,minmax(105px,1fr))}@media(max-width:980px){.company-detail-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.company-detail-summary{grid-template-columns:1fr}}.chat-panel{position:relative;grid-template-rows:auto auto minmax(0,1fr) auto auto}.messages-box{min-height:0;overscroll-behavior:contain}.chat-header>div:last-child{flex-wrap:wrap;justify-content:flex-end}.clear-chat-btn{border:1px solid #fecaca;border-radius:9px;padding:7px 13px;background:#fff5f5;color:#b91c1c;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s,border-color .15s,opacity .15s}.clear-chat-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.clear-chat-btn:disabled{opacity:.6;cursor:default}.jump-bottom-btn{position:absolute;right:24px;bottom:86px;z-index:5;border:1px solid #bfdbfe;border-radius:999px;padding:8px 12px;background:#fff;color:#0a4d8c;box-shadow:0 8px 24px #0f172a24;font-size:12.5px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.jump-bottom-btn:hover{background:#e8f5fe}@media(max-width:980px){.chat-panel{grid-template-rows:auto auto minmax(50vh,1fr) auto auto}.jump-bottom-btn{right:18px;bottom:82px}}.message-bubble,.message-bubble p,.conversation-item span,.reply-box textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.message-bubble p{white-space:pre-wrap}.media-attachment{display:grid;gap:7px;margin-bottom:6px}.media-preview-button{border:0;background:transparent;padding:0;display:block;max-width:100%;text-align:left;cursor:zoom-in}.media-image{display:block;width:min(280px,100%);max-height:320px;object-fit:contain;border-radius:12px;border:1px solid #dbeafe;background:#f8fafc}.media-sticker{display:block;width:128px;max-height:128px;object-fit:contain}.sticker-button{cursor:pointer}.media-video{width:min(320px,100%);max-height:320px;border-radius:12px;background:#0f172a}.audio-card{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;background:#ffffffb8;border:1px solid #dbeafe}.audio-card audio{width:min(260px,100%);height:34px}.document-card,.media-error{width:min(320px,100%);border:1px solid #dbeafe;background:#ffffffc7;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;color:#1e3a8a;text-decoration:none;text-align:left;cursor:pointer}.document-card span{min-width:0;flex:1;display:grid;gap:2px}.document-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b;font-size:13px}.document-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:11px}.media-placeholder{width:min(260px,100%);border:1px dashed #bfdbfe;background:#eff6ffc7;border-radius:12px;padding:12px;color:#64748b;font-size:12px}.media-error{color:#b91c1c;border-color:#fecaca;background:#fff5f5}.reply-box{position:relative}.attach-btn.active,.emoji-toggle-btn.active,.sticker-toggle-btn.active{background:#dcfce7;border-color:#86efac;color:#15803d}.composer-popover{position:absolute;left:16px;bottom:calc(100% + 10px);z-index:20;width:min(360px,calc(100vw - 36px));max-height:min(410px,58vh);overflow:hidden;border:1px solid #D7E3F0;border-radius:16px;background:#fff;box-shadow:0 18px 50px #0f172a2e}.popover-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #EEF2F7;background:#f8fafc}.popover-head strong{font-size:13px;color:#0f172a}.popover-head button{width:26px;height:26px;border:0;border-radius:999px;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.popover-head button:hover{background:#e2e8f0;color:#0f172a}.emoji-groups{max-height:340px;overflow:auto;padding:10px;display:grid;gap:12px}.emoji-group>span{display:block;margin:0 0 6px 3px;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.35px;text-transform:uppercase}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.emoji-grid button{width:36px;height:36px;border:0;border-radius:10px;background:transparent;font-size:22px;line-height:1;cursor:pointer;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",system-ui,sans-serif}.emoji-grid button:hover{background:#e8f5fe;transform:scale(1.06)}.sticker-library-panel{left:64px;width:min(330px,calc(100vw - 36px))}.empty-sticker-library{padding:24px 18px;display:grid;place-items:center;gap:10px;color:#64748b;text-align:center;font-size:12.5px;line-height:1.45}.empty-sticker-library svg{color:#94a3b8}.saved-sticker-grid{max-height:330px;overflow:auto;padding:12px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.saved-sticker-item{position:relative;aspect-ratio:1;border-radius:14px;background:#f8fafc;border:1px solid #E2E8F0;display:grid;place-items:center}.saved-sticker-item>button:first-child{width:100%;height:100%;border:0;border-radius:14px;background:transparent;padding:8px;cursor:pointer}.saved-sticker-item>button:first-child:hover{background:#e8f5fe}.saved-sticker-item img{width:100%;height:100%;object-fit:contain}.remove-sticker-btn{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border:1px solid #FECACA;border-radius:999px;background:#fff;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0f172a24}.remove-sticker-btn:hover{background:#fee2e2}.sticker-preview-wrap{display:inline-grid;gap:6px;justify-items:start}.save-sticker-btn{border:1px solid #BBF7D0;border-radius:999px;padding:4px 10px;background:#f0fdf4;color:#15803d;font-size:11px;font-weight:700;cursor:pointer}.save-sticker-btn:hover:not(:disabled){background:#dcfce7}.save-sticker-btn.saved,.save-sticker-btn:disabled{cursor:default;opacity:.75}@media(max-width:720px){.composer-popover,.sticker-library-panel{left:10px;right:10px;width:auto}.emoji-grid{grid-template-columns:repeat(6,1fr)}.saved-sticker-grid{grid-template-columns:repeat(3,1fr)}}.compact-conversations-page .chat-layout{height:calc(100vh - 56px)}.chat-search-row{display:flex;align-items:center;gap:8px;padding:12px}.chat-search-row .search-input{margin:0;flex:1;min-width:0}.chat-refresh-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--border-soft);background:#fff;color:#47607e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .12s}.chat-refresh-btn:hover{background:#e8f5fe;border-color:#b9ddf6;color:#0072d2;transform:translateY(-1px)}.mic-toggle-btn.recording{background:#fee2e2;border-color:#fca5a5;color:#dc2626;animation:micPulse 1.2s ease-in-out infinite}@keyframes micPulse{0%,to{box-shadow:0 0 #dc262638}50%{box-shadow:0 0 0 5px #dc262614}}.recording-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:10px;border:1px solid #FCA5A5;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:700;line-height:1.35}.recording-chip span{display:inline-flex;align-items:center;gap:7px}.recording-chip i{width:8px;height:8px;border-radius:999px;background:#dc2626;display:inline-block;animation:recordingDot 1s ease-in-out infinite}@keyframes recordingDot{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.recording-chip button,.audio-selected-chip button{border:0;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffd9;color:#64748b;cursor:pointer;flex:0 0 auto}.recording-chip button:hover,.audio-selected-chip button:hover{background:#fff;color:#dc2626}.audio-selected-chip{flex-wrap:wrap;align-items:center}.audio-selected-chip audio{flex:1 1 220px;min-width:190px;max-width:100%;height:32px}.audio-card{min-width:min(320px,100%)}.audio-card audio{flex:1;min-width:210px}@media(max-width:980px){.compact-conversations-page .chat-layout{height:auto;min-height:calc(100vh - 56px)}.chat-search-row{padding:10px}}.message-bubble:has(.media-sticker){min-width:176px}.sticker-preview-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;padding:2px 0 4px}.media-sticker{width:150px;max-width:100%;max-height:150px;object-fit:contain}.save-sticker-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;border:1px solid #16A34A;border-radius:999px;padding:5px 11px;background:#dcfce7;color:#166534;font-size:11.5px;font-weight:800;line-height:1;box-shadow:0 2px 8px #16a34a24}.save-sticker-btn:hover:not(:disabled){background:#bbf7d0;transform:translateY(-1px)}.save-sticker-btn.saved,.save-sticker-btn:disabled{border-color:#cbd5e1;background:#f8fafc;color:#64748b;box-shadow:none}.compact-conversations-page .chat-layout{border-radius:12px;border:1px solid #d1d7db;box-shadow:0 6px 18px #0b141a0f}.chat-panel{display:flex;flex-direction:column;grid-template-rows:none}.chat-panel .messages-box{flex:1}.chat-list-panel{background:#fff;border-right:1px solid #e9edef}.chat-search-row .search-input{background:#f0f2f5;border:1px solid transparent;border-radius:10px}.chat-search-row .search-input:focus{background:#fff;border-color:#00a884;box-shadow:none}.conversation-item{grid-template-columns:49px 1fr;gap:13px;padding:10px 14px;border-bottom:1px solid #f0f2f5}.conversation-item.active{background:#f0f2f5;border-right:3px solid #00a884}.conversation-item:hover:not(.active){background:#f5f6f6}.conversation-item.resolved{opacity:.72}.conv-avatar{width:49px;height:49px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:19px;font-weight:700;flex-shrink:0;text-transform:uppercase;box-shadow:inset 0 -8px 14px #00000014}.conv-status-dot{position:absolute;bottom:1px;right:1px;width:11px;height:11px;border-radius:50%;border:2px solid white}.conv-main{min-width:0}.conv-line-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.conv-line-top strong{font-size:14.5px;font-weight:600;color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item.resolved .conv-line-top strong{color:#667781}.conv-line-top time{flex-shrink:0;font-size:11.5px;color:#667781}.conversation-item.active .conv-line-top time{color:#00a884;font-weight:600}.conv-line-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.conv-preview{min-width:0;color:#667781;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none}.conv-badge{border-radius:999px;font-size:9.5px;padding:2px 8px}.conv-badge.bot{background:#d9fdd3;color:#075e54}.conv-badge.agent{background:#fff3c4;color:#8a6100}.chat-list-panel .seg-control{background:transparent;border:0;padding:0;gap:7px}.chat-list-panel .seg-control button{border-radius:999px;background:#f0f2f5;color:#54656f;border:1px solid transparent}.chat-list-panel .seg-control button.active{background:#d9fdd3;color:#075e54;box-shadow:none}.chat-list-panel .seg-count{background:#00a884;color:#fff;border-radius:999px;font-size:10px;padding:1px 6px}.chat-header{background:#f0f2f5;border-bottom:1px solid #e0e4e7;padding:10px 16px}.header-avatar{width:40px;height:40px;font-size:16px}.chat-header-info h2{font-size:15.5px;color:#111b21}.chat-header button{border-radius:999px!important}.crm-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 14px;background:#fff;border-bottom:1px solid #eef1f4}.crm-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.crm-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;white-space:nowrap}.crm-chip.status{background:#e7f8f2;color:#056a55;border:1px solid #b8ead9}.crm-chip.intent{background:#e8f5fe;color:#0a4d8c;border:1px solid #C8E7FB}.crm-chip.tag{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.crm-chip.interest{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.crm-chip.interest-hot{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.crm-chip.interest-warm{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.crm-chip.interest-cold{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.crm-toggle-btn{flex-shrink:0;border:1px solid #d1d7db;border-radius:999px;background:#fff;color:#54656f;font-size:12px;font-weight:600;padding:5px 13px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.crm-toggle-btn:hover,.crm-toggle-btn.open{background:#d9fdd3;border-color:#a8e6a1;color:#075e54}.messages-box{background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d6cfc4' stroke-width='1.1' opacity='.45'%3E%3Ccircle cx='22' cy='24' r='7'/%3E%3Cpath d='M96 18c6 0 10 4 10 9s-4 9-10 9'/%3E%3Cpath d='M40 78l8 8m0-8l-8 8'/%3E%3Ccircle cx='112' cy='96' r='5'/%3E%3Cpath d='M14 112c4-6 12-6 16 0'/%3E%3Cpath d='M66 44q6-8 12 0'/%3E%3Crect x='60' y='108' width='13' height='13' rx='3'/%3E%3C/g%3E%3C/svg%3E");padding:18px 7%;gap:3px}.message-row{margin-bottom:2px}.message-row+.date-divider{margin-top:10px}.message-bubble{position:relative;max-width:65%;padding:6px 9px 7px 10px;border-radius:8px;box-shadow:0 1px .5px #0b141a21;border:0}.message-row.in .message-bubble{background:#fff;border:0;border-top-left-radius:0}.message-row.in .message-bubble:before{content:"";position:absolute;top:0;left:-8px;width:8px;height:13px;background:#fff;clip-path:polygon(100% 0,100% 100%,0 0)}.message-row.out .message-bubble{background:#d9fdd3;border:0;border-top-right-radius:0}.message-row.out .message-bubble:before{content:"";position:absolute;top:0;right:-8px;width:8px;height:13px;background:#d9fdd3;clip-path:polygon(0 0,0 100%,100% 0)}.message-bubble p{font-size:14px;line-height:1.45;color:#111b21;margin:0 0 2px}.bubble-sender{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;margin-bottom:3px}.bubble-sender.bot{color:#027eb5}.bubble-sender.agent{color:#d1642c}.message-bubble .msg-meta{justify-content:flex-end;font-size:10.5px;color:#667781;margin-top:1px;gap:4px}.message-row.system-msg .message-bubble{background:#fdf3c8;border:0;border-radius:8px;box-shadow:0 1px .5px #0b141a1a;max-width:78%;padding:8px 14px}.message-row.system-msg .message-bubble:before{display:none}.system-msg .message-bubble p{color:#54655f;font-size:12.5px}.error-tag{background:transparent;color:#8a6d1a;padding:0;margin-bottom:3px}.date-divider{justify-content:center;margin:12px 0 8px}.date-divider:before,.date-divider:after{display:none}.messages-box .date-divider{color:#54656f}.date-divider{font-size:12px;font-weight:500}.messages-box>.date-divider{align-self:center;background:#fff;border-radius:8px;padding:5px 12px;box-shadow:0 1px .5px #0b141a21;text-transform:uppercase;letter-spacing:.3px}.reply-box{display:flex;align-items:flex-end;gap:4px;background:#f0f2f5;border-top:1px solid #e0e4e7;padding:8px 12px}.reply-box .attach-btn{width:42px;height:42px;border-radius:50%;border:0;background:transparent;color:#54656f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.reply-box .attach-btn:hover:not(:disabled){background:#0b141a14}.reply-box .attach-btn:disabled{opacity:.45;cursor:default}.reply-box .attach-btn.active{background:#d9fdd3;border:0;color:#00a884}.reply-box .mic-toggle-btn.recording{background:#ffdcdc;border:0;color:#ea4335}.reply-input-stack{flex:1;min-width:0;display:grid;gap:6px}.reply-box textarea{background:#fff;border:1px solid white;border-radius:22px;padding:11px 16px;min-height:42px;max-height:130px;font-size:14px;box-shadow:none}.reply-box textarea:focus{outline:none;border-color:#fff;box-shadow:none}.reply-box textarea::placeholder{color:#8696a0}.conv-send-btn{width:44px;height:44px;min-width:44px;padding:0;border-radius:50%;justify-content:center;background:#00a884;flex-shrink:0}.conv-send-btn:hover:not(:disabled){background:#06906f;filter:none}.conv-send-btn:disabled{background:#aebac1;opacity:1}.conv-send-btn svg{margin-left:2px}.quick-replies-panel{left:16px;width:min(400px,calc(100vw - 36px))}.quick-replies-list{max-height:320px;overflow:auto;display:grid}.quick-replies-list button{border:0;background:transparent;text-align:left;padding:10px 14px;border-bottom:1px solid #f0f2f5;cursor:pointer;display:grid;gap:2px}.quick-replies-list button:hover{background:#f5f6f6}.quick-replies-list button strong{font-size:12.5px;color:#111b21}.quick-replies-list button span{font-size:12px;color:#667781;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recording-chip,.selected-media-chip{border-radius:18px}.jump-bottom-btn{bottom:78px;border:0;background:#fff;color:#54656f;box-shadow:0 2px 6px #0b141a40}.jump-bottom-btn:hover{background:#f0f2f5}.composer-popover{border-radius:14px;border-color:#e0e4e7}.media-image{border:0;border-radius:6px}.audio-card{background:transparent;border:0;padding:2px 0}.document-card,.media-error{background:#ffffff8c;border-color:#0b141a14}.message-row.in .document-card{background:#f0f2f5}@media(max-width:980px){.messages-box{padding:14px 4%}.message-bubble{max-width:82%}.crm-strip{flex-wrap:wrap}}.conversation-item .conv-badge{display:inline-flex;max-width:none}.conversation-item .conv-preview{display:block}.att-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e6ebf0;border-left:4px solid #cbd5e1;border-radius:14px;padding:14px 16px;box-shadow:0 1px 3px #0b141a0d;transition:box-shadow .15s,transform .12s}.att-card:hover{box-shadow:0 4px 14px #0b141a17;transform:translateY(-1px)}.att-card.hot{border-left-color:#ef4444;background:linear-gradient(to right,#fff8f8,#fff 120px)}.att-card.warn{border-left-color:#f59e0b;background:linear-gradient(to right,#fffdf5,#fff 120px)}.att-card.normal{border-left-color:#00a884}.att-avatar{width:46px;height:46px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;box-shadow:inset 0 -8px 14px #00000014;margin-top:2px}.att-body{flex:1;min-width:0}.att-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.att-identity{display:flex;align-items:center;gap:9px;flex-wrap:wrap;min-width:0}.att-identity strong{font-size:14.5px;font-weight:700;color:#111b21}.att-phone{color:#8696a0;font-size:12px;font-variant-numeric:tabular-nums}.att-time{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:#667781;background:#f0f2f5;border-radius:999px;padding:3px 9px}.att-time.urgent{background:#fee2e2;color:#b91c1c}.att-actions{display:inline-flex;gap:7px;flex-shrink:0;margin-left:auto}.att-done-btn{border:1px solid #d1d7db;border-radius:999px;padding:7px 14px;background:#fff;color:#54656f;font-size:12.5px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.att-done-btn:hover{background:#e7f8f2;border-color:#b8ead9;color:#056a55}.att-open-btn{border:0;border-radius:999px;padding:7px 16px;background:#00a884;color:#fff;font-weight:600;font-size:12.5px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s}.att-open-btn:hover{background:#06906f;filter:none}.att-preview{margin-top:9px;background:#f0f2f5;border-radius:0 10px 10px;padding:8px 12px;max-width:720px}.att-preview p{margin:0;color:#3b4a54;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.att-chips{display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-top:10px}.att-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.att-chip.reason-danger{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.att-chip.reason-hot{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.att-chip.reason-warning{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.att-chip.reason-primary{background:#eaf6fe;color:#0072d2;border:1px solid #B8E2FA}.att-chip.reason-info{background:#e7f8f2;color:#056a55;border:1px solid #b8ead9}.att-chip.reason-neutral{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.att-chip.crm{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;font-weight:600}.att-chip.crm.hot-lite{background:#fef2f2;color:#dc2626;border-color:#fecaca}.att-chip.intent{background:#e8f5fe;color:#0a4d8c;border:1px solid #C8E7FB;font-weight:600}.att-tip{margin-top:10px;display:flex;align-items:flex-start;gap:7px;padding:7px 11px;border-radius:10px;background:#fdf9e7;border:1px solid #f3e8b8;color:#7a621a;font-size:12.5px;line-height:1.45;max-width:720px}.att-tip svg{flex-shrink:0;margin-top:2px;color:#c9a227}.att-filter-btn.active{background:#00a884;border-color:#00a884;color:#fff}@media(max-width:720px){.att-card{flex-direction:column}.att-avatar{width:40px;height:40px;font-size:16px}.att-actions{margin-left:0;width:100%}.att-actions button{flex:1}}.att-row{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e6ebf0;border-left:4px solid #cbd5e1;border-radius:12px;padding:9px 14px 9px 12px;cursor:pointer;transition:box-shadow .14s,background .14s}.att-row:hover{background:#f8fafb;box-shadow:0 2px 10px #0b141a14}.att-row:focus-visible{outline:2px solid #00a884;outline-offset:1px}.att-row.hot{border-left-color:#ef4444}.att-row.warn{border-left-color:#f59e0b}.att-row.normal{border-left-color:#00a884}.att-avatar.row-avatar{width:38px;height:38px;font-size:15px;margin-top:0}.att-row-id{display:grid;gap:1px;width:170px;flex-shrink:0;min-width:0}.att-row-id strong{font-size:13.5px;font-weight:700;color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-row-id small{font-size:11px;color:#8696a0;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-row-preview{flex:1;min-width:80px;margin:0;color:#54656f;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.att-row-chips{display:inline-flex;gap:5px;flex-shrink:0;align-items:center}.att-row-chips .att-chip{font-size:10.5px;padding:2px 9px}.att-row-tip{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:#fdf9e7;border:1px solid #f3e8b8;color:#c9a227;cursor:help}.att-row .att-time{flex-shrink:0}.att-row .att-actions{margin-left:0}.att-row .att-done-btn,.att-row .att-open-btn{padding:6px 13px;font-size:12px}@media(max-width:1200px){.att-row-chips .att-chip:nth-child(n+3){display:none}}@media(max-width:1024px){.att-row .att-time{display:none}.att-row-id{width:140px}}@media(max-width:820px){.att-row-chips,.att-row .att-done-btn span{display:none}}@media(max-width:640px){.att-row{flex-wrap:wrap;row-gap:8px}.att-row-preview{flex-basis:100%;order:5;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.att-row .att-actions{margin-left:auto}}.contact-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:15.5px;font-weight:700;text-transform:uppercase;flex-shrink:0;box-shadow:inset 0 -8px 14px #00000014}.data-table tbody tr{transition:background .12s}.data-table tbody tr:hover{background:#f8fafb}.uq-stat{border:1px solid #e6ebf0}.uq-stat:hover{box-shadow:0 3px 12px #0b141a17}.uq-stat:focus-visible{outline:2px solid #00a884;outline-offset:1px}.uq-card{border-left:4px solid #f59e0b;transition:box-shadow .14s}.uq-card:hover{box-shadow:0 3px 12px #0b141a14}.uq-answer{border:1px solid #e6ebf0;border-radius:10px;background:#f8fafb;overflow:hidden}.uq-answer summary{cursor:pointer;list-style:none;padding:9px 13px;font-size:12.5px;font-weight:700;color:#54656f;display:flex;align-items:center;gap:7px;-webkit-user-select:none;user-select:none;transition:background .12s,color .12s}.uq-answer summary:before{content:"▸";font-size:11px;transition:transform .15s}.uq-answer[open] summary:before{transform:rotate(90deg)}.uq-answer summary:hover{background:#f0f2f5;color:#111b21}.uq-answer summary::-webkit-details-marker{display:none}.uq-answer p{margin:0;padding:4px 13px 12px;font-size:13px;color:#3b4a54;line-height:1.55;white-space:pre-wrap;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif}.uq-train-btn{border:0;border-radius:999px;padding:7px 15px;background:#00a884;color:#fff;font-weight:600;font-size:12.5px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s}.uq-train-btn:hover{background:#06906f;filter:none}.uq-train-btn:disabled{background:#aebac1;cursor:default}@media(max-width:900px){.uq-card>div>div:first-child{flex-wrap:wrap}}.filter-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #d1d7db;border-radius:999px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2354656f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;padding:9px 36px 9px 16px;font-size:13px;font-weight:600;color:#3b4a54;cursor:pointer;transition:border-color .15s,box-shadow .15s}.filter-select:hover{border-color:#aebac1}.filter-select:focus{outline:none;border-color:#00a884;box-shadow:0 0 0 3px #00a8841f}.interest-filter{display:inline-flex;gap:6px;flex-wrap:wrap}.interest-filter button{border:1px solid #d1d7db;border-radius:999px;background:#fff;color:#54656f;font-size:12.5px;font-weight:600;padding:8px 14px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.interest-filter button:hover{background:#f0f2f5}.interest-filter button.active{background:#d9fdd3;border-color:#a8e6a1;color:#075e54}.search-field input,.search-field,.col-actions .secondary-btn,.list-row-actions .secondary-btn{border-radius:999px}.list-row{padding:16px 18px;align-items:center}.list-row:hover{background:#f8fafb}.list-row-icon{width:42px;height:42px;border-radius:12px}.list-row-title strong{font-size:14px;color:#111b21}.list-row-icon.tone-green{background:#e7f8f2;color:#056a55}.list-row-icon.tone-amber{background:#fef3c7;color:#92400e}.list-row-icon.tone-purple{background:#f3efff;color:#6d4fc4}.list-row-icon.tone-blue{background:#e8f5fe;color:#0a4d8c}.list-row-icon.tone-teal{background:#e0f4f8;color:#0e7490}.list-row-title .badge{border-radius:999px}.conversation-item{border-left:4px solid transparent}.conversation-item.interest-hot{border-left-color:#ef4444}.conversation-item.interest-warm{border-left-color:#f59e0b}.conversation-item.interest-cold{border-left-color:#bfdbfe}.conversation-item.interest-hot:not(.active){background:linear-gradient(to right,#fff7f7,transparent 90px)}.conversation-item.interest-hot:hover:not(.active){background:#fef4f4}.conv-interest{flex-shrink:0;font-size:12px;line-height:1;margin-left:-2px;cursor:default;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",system-ui,sans-serif}.conv-line-top strong{flex:1;min-width:0}
