:root{--bg:#212121;--panel:#171717;--panel-2:#1f1f1f;--line:#ffffff1a;--text:#ececec;--muted:#b4b4b4;--primary:#4b8dff;--primary-2:#8ab4f8;--accent:#7dd3bd;--warning:#f4bf75;--danger:#ff8a8a;--glow:0 0 0 1px #ffffff0a, 0 10px 28px #0000003d}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif;font-size:14px;line-height:1.55;overflow-x:hidden}body:before,body:after{content:none!important;display:none!important}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.auth-page{z-index:1;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex;position:relative}.auth-card{background:var(--panel);border:1px solid var(--line);width:100%;max-width:520px;box-shadow:var(--glow);border-radius:18px;padding:28px}.auth-card h1{letter-spacing:-.02em;margin:18px 0 10px;font-size:32px}.dashboard-shell{z-index:1;min-height:100vh;display:flex;position:relative}.dashboard-sidebar{border-right:1px solid var(--line);background:#171717;flex-shrink:0;width:280px;padding:18px 14px}.sidebar-brand h1{letter-spacing:.01em;color:#f5f5f5;margin:0;font-size:24px;font-weight:800;line-height:1}.sidebar-brand p{color:var(--muted);margin:12px 0 0;font-size:14px;line-height:1.6}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-group-label{text-transform:uppercase;letter-spacing:.14em;color:#ffffff6b;padding:10px 14px 8px;font-size:12px}.sidebar-link{color:#e7e7e7;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:11px 12px;transition:all .18s;display:flex}.sidebar-link:hover{background:#ffffff0e;border-color:#ffffff12}.sidebar-icon{width:36px;height:36px;color:var(--primary-2);background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar-text{flex-direction:column;gap:4px;display:flex}.sidebar-text span{color:var(--muted);font-size:12px}.dashboard-main{background:#212121;flex:1;padding:24px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.topbar-card{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:16px;padding:12px 16px}.topbar-title span{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:12px}.topbar-title h2{margin:5px 0 0;font-size:20px;font-weight:700}.page-stack{flex-direction:column;gap:24px;display:flex}.page-header{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.page-header h1{letter-spacing:-.02em;margin:0;font-size:32px;font-weight:750;line-height:1.12}.page-header p,.section-subtitle{color:var(--muted);max-width:760px;margin:14px 0 0;font-size:15px;line-height:1.7}.badge{color:#e9e9e9;background:#2f2f2f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;min-height:30px;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.glass-card,.stat-card,.table-card,.form-card,.empty-card,.preview-card{border:1px solid var(--line);box-shadow:var(--glow);background:#171717;border-radius:18px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card{padding:22px;position:relative;overflow:hidden}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;font-size:13px}.stat-value{font-size:28px;font-weight:750;line-height:1}.stat-help{color:#bfd1ea;margin-top:10px;font-size:13px}.section-title{margin:0 0 14px;font-size:20px;font-weight:700}.table-card{padding:18px}.table-topbar{justify-content:space-between;align-items:center;gap:12px;padding:6px 6px 18px;display:flex}.table-title h3{margin:0;font-size:20px;font-weight:800}.table-title p{color:var(--muted);margin:6px 0 0;font-size:14px}.brand-table{border-collapse:collapse;width:100%;overflow:hidden}.brand-table th,.brand-table td{text-align:left;vertical-align:middle;border-top:1px solid #ffffff12;padding:16px 14px}.brand-table thead th{color:#dce8fa;text-transform:uppercase;letter-spacing:.12em;border-top:0;font-size:13px}.brand-name-cell{flex-direction:column;gap:4px;display:flex}.brand-name-cell span{color:var(--muted);font-size:13px}.status-pill{color:#bff7e7;background:#6ee7c81a;border:1px solid #6ee7c82e;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.empty-card{text-align:center;padding:50px 28px}.quick-actions,.form-actions{flex-wrap:wrap;gap:12px;display:flex}.btn{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:650;transition:all .18s;display:inline-flex}.btn-primary{color:#fff;box-shadow:none;background:#2f81f7}.btn-primary:hover{background:#3f8cff}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.field{flex-direction:column;gap:10px;display:flex}.field.full{grid-column:1/-1}.field label{color:#dbe7f7;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}.input,.textarea,.select{color:#f3f3f3;background:#212121;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:12px 14px;transition:all .18s}.textarea{resize:vertical;min-height:130px}.form-actions{justify-content:flex-end;margin-top:26px}.help-text{color:var(--muted);font-size:12px;line-height:1.6}.error-box,.success-box{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:14px}.preview-grid{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.preview-card p{color:var(--muted);line-height:1.7}.preview-widget{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;margin-top:18px;padding:18px}.preview-bubble{border-radius:16px;max-width:86%;margin-bottom:10px;padding:12px 14px;font-size:14px;line-height:1.6}.preview-bubble.bot{color:#e8f1ff;background:#ffffff0f;border-bottom-left-radius:6px}.preview-bubble.user{color:#08131e;background:linear-gradient(135deg,#5e9eff,#79bbff);border-bottom-right-radius:6px;margin-left:auto}.kv-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.kv-item{border-bottom:1px dashed #ffffff14;justify-content:space-between;gap:18px;padding-bottom:12px;font-size:14px;display:flex}.kv-item strong{color:#f7fbff;text-align:right}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.preview-grid{grid-template-columns:1fr}}@media (max-width:960px){.dashboard-shell{flex-direction:column}.dashboard-sidebar{border-right:0;border-bottom:1px solid var(--line);width:100%}.dashboard-main{padding:18px}.page-header{flex-direction:column}.form-grid,.stats-grid{grid-template-columns:1fr}.brand-table{white-space:nowrap;display:block;overflow-x:auto}}.sidebar-user-card{background:#ffffff0b;border:1px solid #ffffff13;border-radius:18px;flex-direction:column;gap:6px;margin:0 0 16px;padding:14px 16px;display:flex}.sidebar-user-card strong{color:var(--text);word-break:break-all;font-size:13px}.sidebar-user-card em{color:var(--accent);font-size:12px;font-style:normal}.small-stat{font-size:22px;line-height:1.25}.price-line{color:#fff;margin:10px 0 4px;font-size:34px;font-weight:900}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}@media (max-width:1300px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.pricing-grid{grid-template-columns:1fr}}.conversation-workbench{grid-template-columns:340px minmax(420px,1fr) 360px;gap:18px;min-height:720px;display:grid}.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{padding:18px;overflow:hidden}.conversation-list-scroll{flex-direction:column;gap:10px;max-height:720px;padding-right:4px;display:flex;overflow-y:auto}.conversation-search{margin-bottom:12px}.search-form{gap:8px;display:flex}.conversation-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.filter-chip{color:#cfe0f5;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:30px;padding:6px 10px;font-size:12px;transition:all .2s;display:inline-flex}.filter-chip.active,.filter-chip:hover{color:#fff;background:#69a7ff29;border-color:#69a7ff4d}.conversation-list-item{background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;padding:14px;transition:all .2s;display:block}.conversation-list-item:hover,.conversation-list-item.active{background:linear-gradient(135deg,#69a7ff2e,#ffffff0d);border-color:#69a7ff47;transform:translateY(-1px)}.conversation-list-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.conversation-list-title strong{color:#fff;font-size:14px}.conversation-list-title span{color:var(--muted);white-space:nowrap;font-size:11px}.conversation-list-item p{color:#bfd0e9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 10px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.conversation-badges{flex-wrap:wrap;gap:6px;display:flex}.conversation-badges span{color:#dbe8f9;background:#ffffff0d;border-radius:999px;padding:5px 8px;font-size:11px}.priority-high,.priority-urgent{color:#ffd6d6!important;background:#ff7e7e29!important}.priority-low{color:#c9fff0!important;background:#6ee7c81f!important}.chat-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.chat-header h2{margin:12px 0 4px;font-size:24px}.chat-header p{color:var(--muted);margin:0}.chat-message-list{max-height:720px;padding:18px 4px 4px;overflow-y:auto}.chat-message-row{margin-bottom:18px;display:flex}.chat-message-row.user{justify-content:flex-start}.chat-message-row.assistant{justify-content:flex-end}.chat-bubble-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;width:min(96%,780px);padding:16px}.chat-message-row.assistant .chat-bubble-card{background:#69a7ff14;border-color:#69a7ff2e}.message-meta{color:#eaf3ff;justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.message-meta span{color:var(--muted);font-size:12px}.message-content-block{background:#00000024;border-radius:14px;margin-top:10px;padding:12px}.message-content-block label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.message-content-block p{white-space:pre-wrap;margin:0;line-height:1.7}.muted-block{background:#ffffff09}.learning-block{background:#6ee7c80f;border:1px dashed #6ee7c83d}.compact-kv .kv-item{gap:8px;font-size:13px}.compact-kv .kv-item strong{word-break:break-word;max-width:190px}.compact-field{margin-top:12px}.mini-form{margin-top:18px}.mini-empty{padding:24px}.lead-status-form{grid-template-columns:minmax(120px,160px) minmax(160px,1fr) auto;align-items:center;gap:8px;display:grid}.training-preview{background:#00000026;border:1px solid #ffffff12;border-radius:14px;margin-top:12px;padding:10px 12px}.training-preview summary{cursor:pointer;color:#cfe0f5;font-weight:700}.training-preview pre{white-space:pre-wrap;color:#d9e6f7;max-height:220px;font-size:12px;line-height:1.6;overflow-y:auto}@media (max-width:1320px){.conversation-workbench{grid-template-columns:320px minmax(420px,1fr)}.conversation-profile-panel{grid-column:1/-1}}@media (max-width:980px){.conversation-workbench,.lead-status-form{grid-template-columns:1fr}}.conversation-pagination{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000b8;justify-content:center;align-items:flex-start;padding:32px 18px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(#0f1a2bf5,#080f1cf0);width:min(1180px,100%);padding:24px;box-shadow:0 30px 120px #0000008c}.modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-head h2{margin:14px 0 0;font-size:32px;line-height:1.1}.qr-box{background:#ffffff0f;border:1px solid #ffffff14;border-radius:22px;justify-content:center;align-items:center;min-height:220px;margin-top:16px;padding:16px;display:flex}.qr-box.small{width:160px;min-height:120px}.qr-box img{background:#fff;border-radius:16px;max-width:100%;max-height:280px;padding:8px}.pre-box{white-space:pre-wrap;word-break:break-word;color:var(--muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;max-height:260px;padding:14px;font-family:inherit;line-height:1.65;overflow:auto}@media (max-width:720px){.modal-head{flex-direction:column}.modal-card{padding:18px}}:root{--bg:#212121;--panel:#171717;--panel-2:#1f1f1f;--panel-3:#2a2a2a;--line:#ffffff1a;--text:#f4f4f4;--muted:#b4b4b4;--muted-2:#8f8f8f;--primary:#4b9eff;--primary-2:#6bb1ff;--accent:#d8d8d8;--warning:#d9a441;--danger:#ef6f6c;--glow:none}html,body{color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif;font-size:15px;line-height:1.55;background:#212121!important}body:before,body:after{display:none!important}a{color:inherit}button{transition:background-color .16s,border-color .16s,color .16s}.auth-page{background:#212121;padding:28px}.auth-card{max-width:480px;padding:28px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.auth-card h1{letter-spacing:-.035em;font-size:38px;line-height:1.05}.dashboard-shell{color:#ececec;background:#212121}.dashboard-sidebar{width:286px;padding:14px 12px;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border-right:1px solid #2f2f2f!important}.sidebar-brand{border-bottom:1px solid #2f2f2f;margin-bottom:10px;padding:12px 12px 16px}.sidebar-brand h1{letter-spacing:-.02em;font-size:23px;font-weight:750}.sidebar-brand p{color:#b4b4b4;margin-top:8px;font-size:13px;line-height:1.45}.sidebar-user-card{margin:8px 2px 14px;padding:12px;background:#202020!important;border:1px solid #333!important;border-radius:14px!important}.sidebar-user-card span{color:#9b9b9b;font-size:12px}.sidebar-user-card strong{color:#f1f1f1;font-size:13px;font-weight:650}.sidebar-user-card em{color:#c7c7c7;font-size:12px}.sidebar-group-label{color:#8b8b8b;letter-spacing:.12em;padding:10px 12px 8px;font-size:11px}.sidebar-nav{gap:4px}.sidebar-link{color:#ececec;border:1px solid #0000;border-radius:12px;gap:11px;padding:11px 12px}.sidebar-link:hover{background:#242424;border-color:#0000;transform:none}.sidebar-link.active{box-shadow:none!important;background:#2f2f2f!important;border-color:#3a3a3a!important}.sidebar-icon{color:#d8d8d8;background:#2a2a2a;border-radius:8px;width:28px;height:28px;font-size:13px}.sidebar-text span{display:none}.dashboard-main{background:#212121;padding:18px 22px 28px}.topbar{margin-bottom:18px}.topbar-card{padding:10px 14px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:14px!important}.topbar-title span{color:#9d9d9d;letter-spacing:.1em;font-size:11px}.topbar-title h2{letter-spacing:-.01em;margin-top:3px;font-size:18px;font-weight:650}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.lang-toggle{background:#171717;border:1px solid #333;border-radius:12px;align-items:center;gap:3px;padding:3px;display:inline-flex}.lang-toggle button{color:#a9a9a9;background:0 0;border:0;border-radius:9px;min-width:44px;padding:7px 10px;font-size:13px;font-weight:650}.page-stack{gap:18px}.page-header{padding:22px 24px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.page-header h1{letter-spacing:-.03em;font-size:34px;font-weight:700;line-height:1.12}.page-header p,.section-subtitle{color:#b4b4b4;font-size:14px;line-height:1.65}.section-title{letter-spacing:-.01em;font-size:20px;font-weight:700}.glass-card,.stat-card,.table-card,.form-card,.empty-card,.preview-card,.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#171717!important;border:1px solid #333!important;border-radius:18px!important}.stat-card{padding:18px}.stat-label{color:#9d9d9d;letter-spacing:.09em;font-size:12px}.stat-value{letter-spacing:-.025em;font-size:30px;font-weight:720}.stat-help{color:#b4b4b4;font-size:13px}.badge,.status-pill,.filter-chip,.tag-pill{color:#e8e8e8!important;box-shadow:none!important;background:#2a2a2a!important;border:1px solid #3a3a3a!important}.btn{border-radius:12px;min-height:40px;padding:0 14px;font-size:14px;font-weight:650;box-shadow:none!important}.btn-primary{color:#fff!important;box-shadow:none!important;background:#3b82f6!important;border-color:#3b82f6!important}.btn-primary:hover{transform:none;background:#2f73df!important}.btn-secondary{color:#f1f1f1!important;background:#2a2a2a!important;border-color:#3a3a3a!important}.btn-danger{color:#ffb8b6!important;background:#ef6f6c1f!important;border-color:#ef6f6c4d!important}.input,.textarea,.select{color:#f4f4f4;padding:12px 13px;box-shadow:none!important;background:#202020!important;border:1px solid #3a3a3a!important;border-radius:12px!important}.input:focus,.textarea:focus,.select:focus{border-color:#565656!important;box-shadow:0 0 0 2px #ffffff0f!important}.input::placeholder,.textarea::placeholder{color:#777}.field label{color:#d4d4d4;letter-spacing:.08em;font-size:12px}.error-box{color:#ffc7c5!important;background:#ef6f6c1f!important;border:1px solid #ef6f6c3d!important}.success-box{color:#c8f7d0!important;background:#2ea04324!important;border:1px solid #2ea04347!important}.brand-table th,.brand-table td{border-top:1px solid #303030;padding:13px 12px}.brand-table thead th{color:#bdbdbd;letter-spacing:.08em;font-size:12px}.brand-table tbody tr:hover{background:#202020}.kv-item{border-bottom:1px solid #303030}.kv-item span{color:#a5a5a5}.kv-item strong{color:#f1f1f1}.preview-widget,.preview-bubble.bot,.conversation-card,.message-card,.conversation-message,.training-card,.lead-card,.payment-card{box-shadow:none!important;background:#202020!important;border-color:#333!important}.payment-modal-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#000000b8!important}.payment-modal{background:#171717!important;border:1px solid #333!important;border-radius:18px!important;box-shadow:0 24px 80px #00000073!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#171717}::-webkit-scrollbar-thumb{background:#444;border:2px solid #171717;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:960px){.dashboard-sidebar{width:100%;padding:12px}.dashboard-main{padding:14px}.page-header h1{font-size:30px}.auth-card h1{font-size:34px}}.auth-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}html[data-ui-lang=zh] .zh-hide,html[data-ui-lang=en] .en-hide{display:none!important}.conversation-list-panel,.conversation-chat-panel,.conversation-profile-panel{background:#171717!important;border-color:#ffffff1a!important}.conversation-item,.message-card,.payment-modal-card{box-shadow:none!important;background:#1f1f1f!important;border-color:#ffffff1a!important}.message-block,.translation-block,.learning-context{background:#262626!important;border-color:#ffffff14!important}.filter-chip,.status-pill{color:#e6e6e6!important;background:#2f2f2f!important;border-color:#ffffff1a!important}.conversation-item.active{background:#2a2a2a!important;border-color:#8ab4f83d!important}.lang-toggle{background:#2a2a2a;border:1px solid #ffffff1a;border-radius:999px;gap:3px;padding:3px;display:inline-flex}.lang-toggle button{color:#b4b4b4;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.lang-toggle button.active{color:#fff;background:#3a3a3a}.card-padding,.form-card,.preview-card{padding:20px}.brand-table th,.brand-table td{padding:13px 12px}.brand-table thead th{color:#cfcfcf;font-size:12px}.help-text,.section-subtitle,.stat-help,.table-title p{color:#b4b4b4!important}.sidebar-icon{color:#d8d8d8;background:#2f2f2f;border-radius:10px;width:32px;height:32px}.sidebar-text strong{font-size:14px;font-weight:650}.sidebar-user-card{background:#202020;border-color:#ffffff14;border-radius:14px}.preview-bubble.bot{background:#2b2b2b}.preview-bubble.user{color:#fff;background:#2f81f7}.theme-toggle,.admin-top-controls{align-items:center;gap:6px;display:inline-flex}.admin-top-controls{justify-content:flex-end;width:100%;margin-bottom:16px}.theme-toggle{background:#2a2a2a;border:1px solid #ffffff1a;border-radius:999px;padding:3px}.theme-toggle button{color:#b4b4b4;background:0 0;border:0;border-radius:999px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.theme-toggle button.active{color:#fff;background:#3a3a3a}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f7;--panel:#fff;--panel-2:#f2f2f2;--panel-3:#ececec;--line:#0000001a;--text:#1f1f1f;--muted:#666;--muted-2:#888;--primary:#2563eb;--primary-2:#1d4ed8;--accent:#047857;--warning:#a16207;--danger:#dc2626;--glow:none}html[data-theme=light] body,html[data-theme=light] .dashboard-shell,html[data-theme=light] .dashboard-main,html[data-theme=light] .auth-page{color:#1f1f1f!important;background:#f7f7f7!important}html[data-theme=light] .dashboard-sidebar,html[data-theme=light] .auth-card,html[data-theme=light] .topbar-card,html[data-theme=light] .page-header,html[data-theme=light] .glass-card,html[data-theme=light] .stat-card,html[data-theme=light] .table-card,html[data-theme=light] .form-card,html[data-theme=light] .empty-card,html[data-theme=light] .preview-card,html[data-theme=light] .conversation-list-panel,html[data-theme=light] .conversation-chat-panel,html[data-theme=light] .conversation-profile-panel{color:#1f1f1f!important;box-shadow:none!important;background:#fff!important;border-color:#e3e3e3!important}html[data-theme=light] .sidebar-brand,html[data-theme=light] .chat-header,html[data-theme=light] .kv-item,html[data-theme=light] .brand-table th,html[data-theme=light] .brand-table td{border-color:#e5e5e5!important}html[data-theme=light] .sidebar-brand h1,html[data-theme=light] .auth-card h1,html[data-theme=light] .page-header h1,html[data-theme=light] .topbar-title h2,html[data-theme=light] .section-title,html[data-theme=light] .conversation-list-title strong,html[data-theme=light] .kv-item strong,html[data-theme=light] .brand-table,html[data-theme=light] .brand-table td,html[data-theme=light] .stat-value,html[data-theme=light] .sidebar-user-card strong,html[data-theme=light] .sidebar-link,html[data-theme=light] .field label{color:#1f1f1f!important}html[data-theme=light] .sidebar-brand p,html[data-theme=light] .section-subtitle,html[data-theme=light] .help-text,html[data-theme=light] .stat-help,html[data-theme=light] .stat-label,html[data-theme=light] .table-title p,html[data-theme=light] .topbar-title span,html[data-theme=light] .sidebar-user-card span,html[data-theme=light] .kv-item span,html[data-theme=light] .conversation-list-title span,html[data-theme=light] .conversation-list-item p{color:#666!important}html[data-theme=light] .sidebar-user-card,html[data-theme=light] .sidebar-link:hover,html[data-theme=light] .sidebar-link.active,html[data-theme=light] .sidebar-icon,html[data-theme=light] .preview-widget,html[data-theme=light] .preview-bubble.bot,html[data-theme=light] .conversation-list-item,html[data-theme=light] .conversation-item,html[data-theme=light] .message-card,html[data-theme=light] .payment-modal-card,html[data-theme=light] .message-block,html[data-theme=light] .translation-block,html[data-theme=light] .learning-context,html[data-theme=light] .training-card,html[data-theme=light] .lead-card,html[data-theme=light] .payment-card{color:#1f1f1f!important;background:#f2f2f2!important;border-color:#e1e1e1!important}html[data-theme=light] .conversation-list-item:hover,html[data-theme=light] .conversation-list-item.active,html[data-theme=light] .conversation-item.active{background:#ececec!important;border-color:#d5d5d5!important;transform:none!important}html[data-theme=light] .input,html[data-theme=light] .textarea,html[data-theme=light] .select{color:#1f1f1f!important;background:#fff!important;border-color:#d7d7d7!important}html[data-theme=light] .input::placeholder,html[data-theme=light] .textarea::placeholder{color:#8a8a8a!important}html[data-theme=light] .input:focus,html[data-theme=light] .textarea:focus,html[data-theme=light] .select:focus{border-color:#8b8b8b!important;box-shadow:0 0 0 2px #0000000f!important}html[data-theme=light] .badge,html[data-theme=light] .status-pill,html[data-theme=light] .filter-chip,html[data-theme=light] .tag-pill,html[data-theme=light] .lang-toggle,html[data-theme=light] .theme-toggle{color:#333!important;background:#f0f0f0!important;border-color:#ddd!important}html[data-theme=light] .lang-toggle button,html[data-theme=light] .theme-toggle button{color:#555!important}html[data-theme=light] .lang-toggle button.active,html[data-theme=light] .theme-toggle button.active{box-shadow:0 1px 4px #00000014;color:#111!important;background:#fff!important}html[data-theme=light] .btn-primary{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}html[data-theme=light] .btn-primary:hover{background:#1d4ed8!important}html[data-theme=light] .btn-secondary{color:#1f1f1f!important;background:#f0f0f0!important;border-color:#ddd!important}html[data-theme=light] .btn-danger{color:#991b1b!important;background:#fee2e2!important;border-color:#fecaca!important}html[data-theme=light] .brand-table thead th{color:#555!important}html[data-theme=light] .brand-table tbody tr:hover{background:#f6f6f6!important}html[data-theme=light] .error-box{color:#991b1b!important;background:#fef2f2!important;border-color:#fecaca!important}html[data-theme=light] .success-box{color:#065f46!important;background:#ecfdf5!important;border-color:#bbf7d0!important}html[data-theme=light] .payment-modal-backdrop{background:#0000004d!important}html[data-theme=light] .payment-modal{color:#1f1f1f!important;background:#fff!important;border-color:#ddd!important;box-shadow:0 24px 80px #0000002e!important}html[data-theme=light] ::-webkit-scrollbar-track{background:#eee}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#c6c6c6;border-color:#eee}html[data-theme=light] .price-line,html[data-theme=light] .price-line small,html[data-theme=light] .section-title,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] .message-meta strong,html[data-theme=light] .conversation-badges span,html[data-theme=light] .payment-card strong,html[data-theme=light] .lead-card strong,html[data-theme=light] .training-card strong{color:#111!important}html[data-theme=light] .price-line{letter-spacing:-.02em;font-weight:760!important}html[data-theme=light] .price-line small{color:#404040!important;font-weight:650!important}html[data-theme=light] .pricing-grid .glass-card{background:#fff!important;min-height:auto!important}html[data-theme=light] .pricing-grid .section-subtitle,html[data-theme=light] .message-meta span,html[data-theme=light] .conversation-badges span,html[data-theme=light] .payment-card span,html[data-theme=light] .lead-card span,html[data-theme=light] .training-card span{color:#5f6368!important}html[data-theme=light] .conversation-badges span,html[data-theme=light] .filter-chip,html[data-theme=light] .status-pill,html[data-theme=light] .tag-pill{background:#f4f4f5!important;border-color:#e1e1e3!important}html[data-theme=light] .message-content-block,html[data-theme=light] .muted-block,html[data-theme=light] .training-preview,html[data-theme=light] .pre-box,html[data-theme=light] .qr-box{color:#1f1f1f!important;background:#f6f6f6!important;border-color:#e2e2e2!important}html[data-theme=light] .message-content-block label,html[data-theme=light] .training-preview summary,html[data-theme=light] .training-preview pre{color:#5f6368!important}html[data-theme=light] .modal-card{color:#1f1f1f!important;background:#fff!important;border-color:#ddd!important;box-shadow:0 24px 80px #0000002e!important}html[data-theme=light] .modal-head h2,html[data-theme=light] .modal-card h2,html[data-theme=light] .modal-card h3{color:#111!important}html[data-theme=light] ::selection{background:#2563eb2e}.btn-danger{color:var(--text-strong,#f8fafc);background:#7f1d1d6b;border:1px solid #f8717147}.btn-danger:hover{background:#991b1b8f}.success-box code,.glass-card code{border:1px solid var(--border-soft,#ffffff14);background:#00000038;border-radius:12px;padding:12px;font-size:13px;display:block}.light .success-box code,.light .glass-card code{color:#111827;background:#f3f4f6;border-color:#e5e7eb}.compact-stack{gap:12px}.admin-editor-table th,.admin-editor-table td{vertical-align:top;min-width:190px}.admin-editor-table td:first-child{min-width:220px}.admin-editor-table textarea.input{resize:vertical;min-height:120px}.admin-editor-table .field{margin-bottom:10px}.compact-editor-table td{min-width:210px}.check-line{color:var(--muted);align-items:center;gap:8px;margin:8px 0 12px;font-size:13px;display:flex}.check-line input{width:16px;height:16px;accent-color:var(--accent)}.important-input{border-color:#3b82f673!important}.highlight-row{background:#3b82f614;border-radius:10px}.old-price{color:var(--muted);font-size:18px;text-decoration:line-through}.promo-note{color:var(--accent);margin-top:6px;font-size:12px;font-weight:650}[data-theme=light] .highlight-row{background:#2563eb14}.conversation-list-button{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit}button.filter-chip{cursor:pointer;font:inherit}.conversation-chat-panel,.conversation-profile-panel,.conversation-list-panel{contain:layout paint}.chat-message-list,.conversation-list-scroll{overscroll-behavior:contain}.human-reply-panel{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;margin:16px 0 2px;padding:14px}.human-reply-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.human-reply-head strong{color:var(--text);margin-bottom:4px;font-size:15px;display:block}.human-reply-head p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.human-reply-textarea{min-height:92px!important}.human-reply-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:10px;display:flex}.compact-box{margin:8px 0 10px!important;padding:10px 12px!important}.conversation-list-button:focus{outline:none;box-shadow:0 0 0 2px #58a6ff2e}html[data-theme=light] .human-reply-panel{background:#f8f8f8!important;border-color:#e5e5e5!important}html[data-theme=light] .human-reply-head strong{color:#1f1f1f!important}html[data-theme=light] .human-reply-head p{color:#666!important}@media (max-width:760px){.human-reply-actions{flex-direction:column;align-items:stretch}}.conversation-workbench-fixed{align-items:stretch}.conversation-chat-flex{flex-direction:column;min-height:720px;max-height:860px;display:flex!important}.chat-header-sticky{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.chat-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.takeover-badge{color:#93c5fd!important;background:#2563eb2e!important;border-color:#93c5fd47!important}.takeover-note{font-size:13px;color:var(--muted)!important;margin-top:6px!important}.chat-message-list-live{overscroll-behavior:contain;flex:auto;min-height:360px;padding:16px 4px 10px;overflow-y:auto;max-height:none!important}.sticky-human-reply{flex:none;box-shadow:0 -14px 32px #0000001f;background:var(--card-2)!important;border-color:var(--line)!important;margin-top:12px!important;margin-bottom:0!important}.new-message-pill{color:var(--text);cursor:pointer;background:#58a6ff1f;border:1px solid #58a6ff59;border-radius:999px;align-self:center;margin:4px 0;padding:8px 12px;font-size:13px}.readonly-human-note{border-top:1px solid var(--line);flex:none;padding:12px}.conversation-page-no-jump .conversation-list-button{scroll-margin:0}html[data-theme=light] .takeover-badge{color:#1d4ed8!important;background:#e8f0ff!important;border-color:#bfd3ff!important}html[data-theme=light] .new-message-pill{color:#1d4ed8;background:#eef4ff;border-color:#bfd3ff}@media (max-width:1180px){.conversation-chat-flex{max-height:none}}@media (max-width:760px){.chat-header-sticky{flex-direction:column}.chat-header-actions{justify-content:flex-start}.conversation-chat-flex{min-height:640px}}.reverse-message-list{scroll-behavior:auto}.older-messages-row{justify-content:center;align-items:center;padding:14px 0 4px;display:flex}.takeover-control-strip{border:1px solid var(--line);background:#ffffff09;border-radius:16px;flex:none;justify-content:space-between;align-items:center;gap:14px;margin:12px 0 0;padding:12px 14px;display:flex}.takeover-control-strip.active{background:#2563eb1a;border-color:#93c5fd47}.takeover-control-strip strong{color:var(--text);margin-bottom:3px;font-size:14px;display:block}.takeover-control-strip span{color:var(--muted);font-size:12px;line-height:1.5;display:block}html[data-theme=light] .takeover-control-strip{background:#f8f8f8;border-color:#e5e5e5}html[data-theme=light] .takeover-control-strip.active{background:#eef4ff;border-color:#bfd3ff}@media (max-width:760px){.takeover-control-strip{flex-direction:column;align-items:stretch}}.sidebar-link{position:relative}.sidebar-alert-badge{color:#ffe1e1;background:#ff7e7e33;border:1px solid #ff7e7e57;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:auto;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 0 18px #ff7e7e2e}.sidebar-attention{background:#ff7e7e13!important;border-color:#ff7e7e33!important}.sidebar-attention .sidebar-icon{color:#ffd1d1;background:#ff7e7e1f}.sidebar-attention-text{color:#ffd1d1!important;font-size:12px!important}.conversation-attention-card{text-align:left;color:#ffe4e4;background:#ff7e7e1a;border:1px solid #ff7e7e3d;border-radius:16px;flex-direction:column;gap:3px;width:100%;margin:0 0 12px;padding:12px 14px;display:flex}.conversation-attention-card strong{font-size:13px;font-weight:850}.conversation-attention-card span{color:#ffffffad;font-size:12px}@keyframes dayuAttentionShake{0%,84%,to{transform:translate(0)}86%{transform:translate(-2px)}88%{transform:translate(2px)}90%{transform:translate(-1px)}92%{transform:translate(1px)}94%{transform:translate(0)}}.conversation-search.attention-shake .input{border-color:#ff7e7e4d;animation:4.2s ease-in-out infinite dayuAttentionShake;box-shadow:0 0 0 1px #ff7e7e14,0 0 20px #ff7e7e14}.conversation-list-item.needs-human-attention{background:linear-gradient(135deg,#ff7e7e1a,#ffffff09);border-color:#ff7e7e38!important}.needs-human-pill{border:1px solid #ff7e7e38;color:#ffe0e0!important;background:#ff7e7e2e!important}.attention-note{color:#ffd1d1!important}.conversation-chat-flex{max-height:none!important;overflow:visible!important}.conversation-chat-panel{overflow:visible!important}.chat-message-list-live{max-height:clamp(320px,46vh,560px)!important}.sticky-human-reply{background:var(--panel-2)!important;padding-bottom:16px!important;overflow:visible!important}.human-reply-actions{padding-bottom:2px;align-items:flex-end!important}.human-reply-actions .btn{flex-shrink:0;min-width:160px}html[data-theme=light] .sidebar-alert-badge,html[data-theme=light] .conversation-attention-card,html[data-theme=light] .conversation-list-item.needs-human-attention,html[data-theme=light] .needs-human-pill{color:#991b1b!important}.warning-box{color:#fef3c7;background:#facc151a;border:1px solid #facc153d;border-radius:16px;padding:14px 16px;line-height:1.6}.safety-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:18px;display:grid}.safety-form{gap:13px;display:grid}.safety-form label,.safety-rules-page label{color:var(--muted);gap:7px;font-size:13px;line-height:1.4;display:grid}.safety-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.safety-checkbox{flex-direction:row;align-items:center;grid-template-columns:none!important;gap:9px!important;display:flex!important}.safety-checkbox input{width:16px;height:16px}.safety-textarea-small{min-height:82px!important}.safety-test-textarea{margin-top:12px;min-height:150px!important}.section-head-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.safety-table-wrap{border:1px solid var(--line);border-radius:18px;width:100%;overflow-x:auto}.safety-table{border-collapse:collapse;width:100%;min-width:980px}.safety-table th,.safety-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:13px 14px}.safety-table th{color:var(--muted);background:#ffffff09;font-size:12px;font-weight:800}.safety-table td strong,.safety-table td small{display:block}.safety-table td small{color:var(--muted);margin-top:5px;line-height:1.5}.safety-table code,.safety-result-card code{max-width:360px;color:var(--text);white-space:normal;word-break:break-word;background:#ffffff14;border-radius:8px;padding:5px 7px;display:inline-block}.disabled-row{opacity:.55}.safety-action-pill{border:1px solid var(--line);background:#ffffff0e;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:12px;font-weight:850;display:inline-flex}.safety-action-pill.block,.safety-result-card.blocked{color:#ffe2e2;background:#ff7e7e1a;border-color:#ff7e7e47}.safety-action-pill.warning,.safety-action-pill.replace,.safety-result-card.warning{color:#fef3c7;background:#facc151a;border-color:#facc1547}.safety-result-card.passed{color:#dcfce7;background:#4ade801a;border-color:#4ade8047}.safety-row-actions{flex-wrap:wrap;gap:7px;display:flex}.danger-chip{color:#ffdada!important;border-color:#ff7e7e3d!important}.safety-result-card{border:1px solid var(--line);border-radius:16px;margin-top:14px;padding:14px}.safety-result-card strong{margin-bottom:6px;display:block}.safety-result-card p{color:inherit;opacity:.92;line-height:1.55}.safety-hit-list{gap:9px;margin-top:12px;display:grid}.safety-hit{background:#00000029;border:1px solid #ffffff14;border-radius:14px;gap:5px;padding:10px 12px;display:grid}.safety-hit b{text-transform:uppercase;background:#ffffff1a;border-radius:999px;width:fit-content;padding:3px 7px;font-size:11px}.safety-hit span{font-weight:800}.safety-hit em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.5}.safety-log-list{gap:10px;display:grid}.safety-log-item{border:1px solid var(--line);background:#ffffff09;border-radius:16px;grid-template-columns:minmax(160px,.75fr) minmax(260px,1.2fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.safety-log-item strong,.safety-log-item span,.safety-log-item em{display:block}.safety-log-item span,.safety-log-item em,.safety-log-item p{color:var(--muted);font-size:12px;line-height:1.5}.safety-log-item em{text-align:right;font-style:normal}@media (max-width:1100px){.safety-grid,.safety-log-item{grid-template-columns:1fr}.safety-log-item em{text-align:left}}@media (max-width:720px){.safety-form-row,.section-head-row{grid-template-columns:1fr;display:grid}}html[data-theme=light] .warning-box{color:#854d0e;background:#fefce8;border-color:#fde68a}html[data-theme=light] .safety-table th{background:#f7f7f7}html[data-theme=light] .safety-action-pill.block,html[data-theme=light] .safety-result-card.blocked{color:#991b1b;background:#fff1f1;border-color:#fecaca}html[data-theme=light] .safety-action-pill.warning,html[data-theme=light] .safety-action-pill.replace,html[data-theme=light] .safety-result-card.warning{color:#854d0e;background:#fffbeb;border-color:#fde68a}html[data-theme=light] .safety-result-card.passed{color:#166534;background:#f0fdf4;border-color:#bbf7d0}html[data-theme=light] .safety-hit{background:#00000009;border-color:#e5e5e5}.safety-inline-warning{color:#fef3c7;background:#facc151a;border:1px solid #facc1547;border-radius:16px;gap:8px;padding:12px 14px;display:grid}.safety-inline-warning strong{color:inherit}.safety-inline-warning p{color:inherit;opacity:.92;line-height:1.55}.safety-inline-hits{flex-wrap:wrap;gap:7px;display:flex}.safety-inline-hits span{background:#00000029;border:1px solid #facc153d;border-radius:999px;padding:5px 8px;font-size:12px}html[data-theme=light] .safety-inline-warning{color:#854d0e;background:#fffbeb;border-color:#fde68a}html[data-theme=light] .safety-inline-hits span{background:#ffffff9e}.orders-grid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:start;gap:18px;display:grid}.orders-import-textarea{margin-top:16px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;min-height:240px!important}.order-filter-row{grid-template-columns:180px 160px minmax(240px,1fr);gap:10px;min-width:min(100%,680px);display:grid}.order-card-list{gap:12px;display:grid}.order-card{border:1px solid var(--line);background:#ffffff09;border-radius:18px;padding:16px}.order-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.order-card-head strong{color:var(--text);margin-bottom:4px;font-size:17px;display:block}.order-card-head span:not(.status-pill){color:var(--muted);font-size:13px}.order-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.order-card-grid div{background:#00000026;border:1px solid #ffffff0f;border-radius:14px;padding:10px 12px}.order-card-grid span,.order-mini-grid span,.order-match-card span{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.order-card-grid strong,.order-mini-grid strong,.order-match-card strong{color:var(--text);word-break:break-word;font-size:13px}.order-item-strip{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.order-item-strip span,.order-item-pill{color:#dffdf5;background:#7dd3bd1a;border:1px solid #7dd3bd29;border-radius:999px;align-items:center;min-height:28px;padding:5px 9px;font-size:12px;display:inline-flex}.order-match-card{background:#7dd3bd13;border:1px solid #7dd3bd33;border-radius:18px;margin:16px 0 18px;padding:14px}.order-match-card h4{margin:0 0 10px;font-size:16px}.order-mini-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.order-mini-grid div{background:#00000024;border:1px solid #ffffff0f;border-radius:14px;padding:10px 12px}.order-items-list{gap:7px;margin-top:12px;display:grid}.order-privacy-note{color:#fef3c7;background:#facc1514;border:1px solid #facc1538;border-radius:14px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.6}html[data-theme=light] .order-card,html[data-theme=light] .order-match-card{background:#f8f8f8!important;border-color:#e5e5e5!important}html[data-theme=light] .order-card-grid div,html[data-theme=light] .order-mini-grid div{background:#fff!important;border-color:#e5e5e5!important}html[data-theme=light] .order-item-strip span,html[data-theme=light] .order-item-pill{color:#065f46!important;background:#ecfdf5!important;border-color:#bbf7d0!important}html[data-theme=light] .order-privacy-note{color:#92400e!important;background:#fffbeb!important;border-color:#fde68a!important}@media (max-width:1180px){.orders-grid{grid-template-columns:1fr}.order-filter-row{grid-template-columns:1fr;width:100%;min-width:0}.order-card-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.order-card-grid,.order-mini-grid{grid-template-columns:1fr}.order-card-head{flex-direction:column}}.public-site{background:var(--site-bg);min-height:100vh;color:var(--site-text);font-family:Inter,Arial,sans-serif}.public-nav{z-index:5;background:color-mix(in srgb, var(--site-bg) 86%, white);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:16px;padding:18px clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.public-brand{align-items:center;gap:10px;font-weight:800;display:flex}.public-brand img{object-fit:contain;border-radius:10px;width:38px;height:38px}.public-brand span{background:var(--site-primary);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.public-nav nav{flex-wrap:wrap;gap:18px;display:flex}.public-nav a{color:var(--site-text);font-weight:700;text-decoration:none}.public-hero{grid-template-columns:minmax(0,1.4fr) minmax(260px,.65fr);align-items:center;gap:clamp(24px,5vw,70px);padding:clamp(42px,8vw,110px) clamp(18px,5vw,72px);display:grid}.public-badge{background:var(--site-accent);color:var(--site-text);border-radius:999px;padding:8px 12px;font-weight:800;display:inline-flex}.public-hero h1{letter-spacing:-.055em;margin:18px 0 14px;font-size:clamp(40px,8vw,82px);line-height:.95}.public-hero p{opacity:.82;max-width:720px;font-size:clamp(17px,2vw,22px);line-height:1.7}.public-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.public-primary,.public-secondary{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex}.public-primary{background:var(--site-primary);color:#fff}.public-secondary{color:var(--site-text);background:#ffffffa6;border:1px solid #0000001f}.public-hero-card,.public-card,.public-form,.public-faq details{background:#ffffffad;border:1px solid #00000014;border-radius:28px;padding:24px;box-shadow:0 20px 60px #00000014}.public-hero-card strong{font-size:22px}.public-section{padding:clamp(30px,5vw,72px) clamp(18px,5vw,72px)}.public-section h2{letter-spacing:-.035em;margin:0 0 12px;font-size:clamp(28px,5vw,48px)}.public-section p{opacity:.82;line-height:1.75}.public-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.public-two{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:start;gap:24px;display:grid}.public-faq{gap:12px;margin-top:18px;display:grid}.public-faq summary{cursor:pointer;font-weight:900}.public-form h3{margin:0 0 16px;font-size:28px}.public-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.public-form label{gap:7px;font-weight:800;display:grid}.public-form input,.public-form textarea,.public-form select{width:100%;color:var(--site-text);font:inherit;background:#ffffffd9;border:1px solid #00000029;border-radius:16px;padding:12px 14px}.public-form textarea{grid-column:1/-1}.public-success,.public-error{border-radius:16px;margin-bottom:14px;padding:12px 14px;font-weight:800}.public-success{color:#116329;background:#2ea04324}.public-error{color:#991b1b;background:#dc262624}.public-footer{opacity:.7;padding:28px clamp(18px,5vw,72px)}@media (max-width:760px){.public-nav{align-items:flex-start}.public-nav nav{display:none}.public-hero,.public-two,.public-card-grid,.public-form-grid{grid-template-columns:1fr}.public-hero{padding-top:44px}}.selected-card{border-color:#d6f29aa6!important;box-shadow:0 18px 45px #d6f29a1f!important}.compact-orders-page .page-header p{max-width:900px}.order-tabs{flex-wrap:wrap;gap:8px;margin:8px 0 16px;display:flex}.filter-chip.active{background:#3b82f61f;border-color:#3b82f6a6}.filter-chip.danger{color:#b91c1c;border-color:#ef444459}.compact-panel{padding:18px!important}.compact-stats .stat-card{min-height:auto;padding:14px}.compact-stats .stat-value{font-size:26px}.compact-list{flex-direction:column;gap:10px;display:flex}.compact-row{text-align:left;width:100%;color:inherit;background:#ffffffb8;border:1px solid #94a3b838;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.order-row-button{cursor:pointer;font:inherit}.order-row-button:hover,.compact-row:hover{background:#f8fafcf5;border-color:#3b82f659}.row-main{flex-direction:column;gap:4px;min-width:0;display:flex}.row-main strong{color:#0f172a;font-size:14px}.row-main span,.row-main small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:min(760px,62vw);overflow:hidden}.row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.integration-row .row-main small{white-space:normal}.drawer-backdrop{z-index:80;background:#0f172a61;justify-content:flex-end;display:flex;position:fixed;inset:0}.side-drawer{background:#fff;width:min(560px,96vw);height:100%;padding:20px;overflow-y:auto;box-shadow:-24px 0 60px #0f172a33}.drawer-head{border-bottom:1px solid #94a3b838;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;display:flex}.drawer-head h3{margin:0;font-size:20px}.drawer-body{flex-direction:column;gap:14px;display:flex}.checkbox-field{border:1px solid #94a3b833;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 12px;flex-direction:row!important}.checkbox-field input{width:18px;height:18px}.compact-details{background:#f8fafcbf;border:1px solid #94a3b838;border-radius:14px;padding:10px 12px}.compact-details summary{cursor:pointer;color:#334155;font-weight:700}.compact-details pre{white-space:pre-wrap;max-height:260px;font-size:12px;overflow:auto}@media (max-width:760px){.compact-row{flex-direction:column;align-items:flex-start}.row-actions{justify-content:flex-start}.row-main span,.row-main small{white-space:normal;max-width:86vw}}.drawer-backdrop{justify-content:flex-end;align-items:stretch}.side-drawer{color:#0f172a;max-width:100vw}.side-drawer .field span,.side-drawer .kv-item span,.side-drawer .section-subtitle,.side-drawer p{color:#475569}.side-drawer .input,.side-drawer .select,.side-drawer .textarea{color:#0f172a;background:#fff;border-color:#0f172a2e}.side-drawer .input::placeholder,.side-drawer .textarea::placeholder{color:#94a3b8}.connector-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.connector-card{text-align:left;color:inherit;cursor:pointer;background:#f8fafcdb;border:1px solid #94a3b847;border-radius:16px;flex-direction:column;gap:6px;padding:14px;display:flex}.connector-card strong{color:#0f172a;font-size:15px}.connector-card span{color:#64748b;font-size:12px;line-height:1.45}.connector-card:not(:disabled):hover{border-color:#2563eb8c;box-shadow:0 12px 28px #0f172a1a}.connector-card.disabled-card{cursor:not-allowed;opacity:.55}html:not([data-theme=light]) .drawer-backdrop{background:#0000008a}html:not([data-theme=light]) .side-drawer{color:#f3f3f3;background:#151515;border-left:1px solid #ffffff1a;box-shadow:-24px 0 70px #0000008c}html:not([data-theme=light]) .side-drawer .drawer-head{border-bottom-color:#ffffff1f}html:not([data-theme=light]) .side-drawer .field span,html:not([data-theme=light]) .side-drawer .kv-item span,html:not([data-theme=light]) .side-drawer .section-subtitle,html:not([data-theme=light]) .side-drawer p{color:#ffffffb8!important}html:not([data-theme=light]) .side-drawer .input,html:not([data-theme=light]) .side-drawer .select,html:not([data-theme=light]) .side-drawer .textarea{color:#f4f4f5!important;background:#242424!important;border-color:#ffffff2e!important}html:not([data-theme=light]) .side-drawer .input::placeholder,html:not([data-theme=light]) .side-drawer .textarea::placeholder{color:#ffffff6b!important}html:not([data-theme=light]) .side-drawer .warning-box{color:#fef9c3eb!important;background:#facc151f!important;border-color:#facc1540!important}html:not([data-theme=light]) .side-drawer .compact-details,html:not([data-theme=light]) .side-drawer .checkbox-field,html:not([data-theme=light]) .side-drawer .kv-item,html:not([data-theme=light]) .side-drawer .connector-card{color:#f3f3f3!important;background:#1f1f1f!important;border-color:#ffffff1f!important}html:not([data-theme=light]) .side-drawer .connector-card strong,html:not([data-theme=light]) .side-drawer .compact-details summary,html:not([data-theme=light]) .side-drawer .kv-item strong{color:#f3f3f3!important}html:not([data-theme=light]) .side-drawer .connector-card span{color:#ffffffa3!important}html:not([data-theme=light]) .compact-row{background:#1b1b1b;border-color:#ffffff1a}html:not([data-theme=light]) .compact-row:hover{background:#222;border-color:#8ab4f857}html:not([data-theme=light]) .row-main strong{color:#f4f4f5}html:not([data-theme=light]) .row-main span,html:not([data-theme=light]) .row-main small{color:#ffffffa3}@media (max-width:760px){.connector-picker-grid{grid-template-columns:1fr}.side-drawer{width:100vw}}.dashboard-shell-v4{background:#212121;min-height:100vh}.sidebar-v4{flex-direction:column;justify-content:space-between;gap:12px;width:292px;height:100vh;min-height:100vh;padding:12px;display:flex;position:sticky;top:0}.sidebar-scroll-area{padding-right:2px;overflow-y:auto}.sidebar-brand-v4{margin-bottom:8px;padding:12px 12px 14px}.workspace-switcher-wrap{margin:8px 0 12px;position:relative}.workspace-switcher{text-align:left;color:#f1f1f1;cursor:pointer;background:#202020;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:5px;width:100%;padding:12px;display:flex}.workspace-switcher span{color:#9b9b9b;font-size:12px}.workspace-switcher strong{font-size:14px;font-weight:700}.workspace-switcher em{color:#a8a8a8;font-size:11px;font-style:normal;line-height:1.45}.workspace-popover,.sidebar-account-menu,.sidebar-new-popover{background:#181818;border:1px solid #ffffff17;border-radius:14px;box-shadow:0 20px 60px #00000047}.workspace-popover{z-index:20;padding:10px;position:absolute;top:calc(100% + 6px);left:0;right:0}.popover-title{color:#9b9b9b;padding:6px 8px 8px;font-size:12px}.popover-item,.sidebar-account-menu a,.sidebar-new-popover a{color:#e7e7e7;border-radius:10px;padding:9px 10px;font-size:13px;display:block}.popover-item:hover,.sidebar-account-menu a:hover,.sidebar-new-popover a:hover{background:#252525}.sidebar-quick-actions{gap:8px;margin-bottom:10px;display:grid}.sidebar-new-menu{position:relative}.sidebar-new-menu summary{cursor:pointer;color:#111;text-align:center;background:#f3f3f3;border-radius:12px;padding:10px 12px;font-weight:700;list-style:none}.sidebar-new-menu summary::-webkit-details-marker{display:none}.sidebar-new-popover{z-index:25;padding:8px;position:absolute;top:calc(100% + 6px);left:0;right:0}.sidebar-search-input{min-height:38px;font-size:13px;color:#e8e8e8!important;background:#191919!important;border-color:#ffffff14!important}.sidebar-nav-v4{gap:8px}.sidebar-primary-items{gap:4px;margin-bottom:8px;display:grid}.sidebar-section{border-top:1px solid #ffffff0f;padding-top:8px}.sidebar-section-toggle{color:#9b9b9b;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;font-size:12px;display:flex}.sidebar-section-toggle:hover{color:#e7e7e7}.sidebar-section-toggle b{font-size:10px;font-weight:600}.sidebar-section-items{gap:4px;display:grid}.sidebar-v4 .sidebar-icon{border-radius:9px;width:28px;height:28px;font-size:13px}.sidebar-v4 .sidebar-text{min-width:0}.sidebar-v4 .sidebar-text strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-v4 .sidebar-text span{color:#8e8e8e;font-size:11px;display:inline}.sidebar-account-zone{border-top:1px solid #ffffff14;flex-shrink:0;padding-top:10px;position:relative}.sidebar-account-button{color:#f1f1f1;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.sidebar-account-button:hover{background:#2a2a2a}.avatar-dot{color:#111;background:#f1f1f1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:inline-flex}.account-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.account-meta strong{text-overflow:ellipsis;white-space:nowrap;max-width:205px;font-size:13px;overflow:hidden}.account-meta em{color:#a8a8a8;font-size:12px;font-style:normal}.sidebar-account-menu{z-index:30;width:268px;padding:8px;position:absolute;bottom:calc(100% + 8px);left:0}.account-menu-row{color:#e7e7e7;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.account-menu-row:hover{background:#252525}.sidebar-account-menu .danger-link{color:#ffb4aa}.topbar-v4{justify-content:flex-start}.dashboard-main-v4{min-width:0}.coming-soon-card{border:1px dashed #ffffff26}.platform-view-note{color:#d8d8d8;background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;padding:14px 16px;line-height:1.7}html[data-theme=light] .workspace-switcher,html[data-theme=light] .sidebar-search-input,html[data-theme=light] .workspace-popover,html[data-theme=light] .sidebar-account-menu,html[data-theme=light] .sidebar-new-popover{color:#202020!important;background:#fff!important;border-color:#00000017!important}html[data-theme=light] .workspace-switcher:hover,html[data-theme=light] .popover-item:hover,html[data-theme=light] .sidebar-account-menu a:hover,html[data-theme=light] .sidebar-new-popover a:hover,html[data-theme=light] .account-menu-row:hover,html[data-theme=light] .sidebar-account-button:hover{background:#f3f3f3}html[data-theme=light] .popover-item,html[data-theme=light] .sidebar-account-menu a,html[data-theme=light] .sidebar-new-popover a,html[data-theme=light] .account-menu-row{color:#222}html[data-theme=light] .workspace-switcher span,html[data-theme=light] .workspace-switcher em,html[data-theme=light] .account-meta em,html[data-theme=light] .popover-title,html[data-theme=light] .sidebar-section-toggle{color:#666}html[data-theme=light] .avatar-dot{color:#fff;background:#202020}html[data-theme=light] .platform-view-note{color:#333;background:#f7f7f7;border-color:#00000014}@media (max-width:960px){.sidebar-v4{width:100%;height:auto;min-height:auto;position:relative}.sidebar-scroll-area{overflow:visible}.sidebar-account-menu{bottom:calc(100% + 8px);left:8px}}html[data-theme=light] .sidebar-v4 .sidebar-link.active{background:#edeef0;border-left:3px solid #9ca3af}.panel-level-base{background:#171717}.panel-level-raised{background:#1b1b1b;border-color:#ffffff1a}.panel-level-popup{background:#202020;border-color:#ffffff1f;box-shadow:0 18px 42px #00000038}.gray-preview-widget{background:#242424;border-color:#ffffff1f}.gray-bubble{border:1px solid #ffffff14;color:#f4f4f5!important;background:#303030!important}.gray-bubble-user{border:1px solid #00000014;color:#111827!important;background:#e5e7eb!important}.side-drawer,.drawer-panel,.settings-panel,.detail-panel{background:#202020;border-color:#ffffff1f;box-shadow:0 20px 60px #00000040}.modal-header,.drawer-header,.detail-header{background:#252525;border-bottom:1px solid #ffffff1a}html[data-theme=light] .panel-level-base{background:#f8f8f9}html[data-theme=light] .panel-level-raised{background:#fff;border-color:#e5e7eb}html[data-theme=light] .panel-level-popup{background:#f3f4f6;border-color:#d9d9de;box-shadow:0 18px 42px #1118271a}html[data-theme=light] .gray-preview-widget{background:#f3f4f6;border-color:#e5e7eb}html[data-theme=light] .gray-bubble{border-color:#e5e7eb;color:#111827!important;background:#fff!important}html[data-theme=light] .gray-bubble-user{border-color:#c4c4c8;color:#111827!important;background:#d1d5db!important}html[data-theme=light] .side-drawer,html[data-theme=light] .drawer-panel,html[data-theme=light] .settings-panel,html[data-theme=light] .detail-panel{background:#f4f4f5;border-color:#d9d9de;box-shadow:0 20px 60px #1118271f}html[data-theme=light] .modal-header,html[data-theme=light] .drawer-header,html[data-theme=light] .detail-header{background:#eeeeef;border-bottom:1px solid #d9d9de}.dashboard-shell-v4{background:#202020}.sidebar-v4{background:#171717!important;border-right-color:#2b2b2b!important}.sidebar-brand-v4{border-bottom-color:#303030;margin-bottom:8px;padding:10px 10px 11px}.sidebar-brand-v4 h1{align-items:baseline;gap:8px;margin:0;display:flex}.sidebar-brand-v4 h1 span{letter-spacing:-.025em;font-size:21px}.sidebar-brand-v4 h1 em{color:#a7a7a7;background:#222;border:1px solid #343434;border-radius:999px;padding:4px 7px;font-size:11px;font-style:normal;font-weight:700;line-height:1}.sidebar-brand-v4 p{color:#a8a8a8;margin-top:5px;font-size:12px}.workspace-switcher-wrap{margin:6px 0 8px}.workspace-switcher{background:#1e1e1e;border-color:#303030;border-radius:12px;gap:3px;padding:10px 11px}.workspace-switcher:hover{background:#242424}.workspace-switcher strong{font-size:13px}.workspace-switcher span,.workspace-switcher em{font-size:11px}.workspace-direction-indicator{color:#ededed;background:#242424;border:1px solid #363636;border-radius:12px;align-items:center;gap:8px;min-height:36px;margin:0 0 8px;padding:8px 10px;display:flex}.workspace-direction-indicator span{color:#d4d4d4;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;line-height:1;display:inline-flex}.workspace-direction-indicator strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:750;overflow:hidden}.sidebar-search-only{margin-bottom:9px}.sidebar-search-input{border-radius:11px;min-height:34px;background:#1c1c1c!important;border-color:#303030!important}.sidebar-primary-items,.sidebar-section-items{gap:3px}.sidebar-section{border-top-color:#2a2a2a;margin-top:2px;padding-top:7px}.sidebar-section-toggle{color:#a3a3a3;background:#1b1b1b;border-radius:10px;min-height:30px;padding:6px 10px}.sidebar-section-toggle:hover{background:#222}.sidebar-v4 .sidebar-link{border-radius:11px;min-height:38px;padding:8px 10px}.sidebar-v4 .sidebar-icon{color:#d6d6d6;background:#262626;border-radius:8px;width:26px;height:26px}.sidebar-v4 .sidebar-link:hover{background:#262626}.sidebar-v4 .sidebar-link.active{background:#303030;border-left:3px solid #a0a0a0}.sidebar-account-zone{background:#181818;border-top-color:#303030;margin:0 -2px -2px;padding:9px 2px 2px}.sidebar-account-button{border-radius:12px;padding:8px}.dashboard-main-v4{background:#202020;padding:18px 22px 28px}.dashboard-main-v4 .page-stack{gap:14px}.dashboard-main-v4 .page-header{padding:18px 20px;background:#181818!important;border-color:#303030!important;border-radius:16px!important}.dashboard-main-v4 .page-header h1{font-size:28px}.dashboard-main-v4 .page-header p,.dashboard-main-v4 .section-subtitle{margin-top:9px;font-size:14px;line-height:1.6}.dashboard-main-v4 .card-padding,.dashboard-main-v4 .form-card,.dashboard-main-v4 .preview-card{padding:18px}.dashboard-main-v4 .stat-card{padding:17px}.dashboard-main-v4 .table-card{padding:14px}.dashboard-main-v4 .table-topbar{padding:4px 4px 12px}.dashboard-main-v4 .section-title,.dashboard-main-v4 .table-title h3{margin-bottom:10px;font-size:18px}.app-footer,.dashboard-footer,.page-footer{background:#191919;border-top:1px solid #303030}html[data-theme=light] .dashboard-shell-v4,html[data-theme=light] .dashboard-main-v4{background:#f4f4f5}html[data-theme=light] .sidebar-v4{background:#eeeeef!important;border-right-color:#d6d6d9!important}html[data-theme=light] .sidebar-brand-v4{border-bottom-color:#d2d2d5}html[data-theme=light] .sidebar-brand-v4 h1 em{color:#5f6368;background:#e4e4e7;border-color:#d1d1d4}html[data-theme=light] .workspace-switcher{background:#f7f7f8!important;border-color:#d7d7da!important}html[data-theme=light] .workspace-switcher:hover{background:#eeeeef!important}html[data-theme=light] .workspace-direction-indicator{color:#202020;background:#e6e6e8;border-color:#d2d2d5}html[data-theme=light] .workspace-direction-indicator span{color:#3f3f46}html[data-theme=light] .sidebar-search-input{background:#f7f7f8!important;border-color:#d7d7da!important}html[data-theme=light] .sidebar-section{border-top-color:#d6d6d9}html[data-theme=light] .sidebar-section-toggle{color:#666;background:#f0f0f1}html[data-theme=light] .sidebar-section-toggle:hover{background:#e7e7e9}html[data-theme=light] .sidebar-v4 .sidebar-icon{color:#444;background:#e0e0e2}html[data-theme=light] .sidebar-v4 .sidebar-link:hover{background:#e9e9eb}html[data-theme=light] .sidebar-v4 .sidebar-link.active{background:#dedee1;border-left-color:#8f8f95}html[data-theme=light] .sidebar-account-zone{background:#eeeeef;border-top-color:#d2d2d5}html[data-theme=light] .dashboard-main-v4 .page-header{background:#fff!important;border-color:#d9d9de!important}html[data-theme=light] .app-footer,html[data-theme=light] .dashboard-footer,html[data-theme=light] .page-footer{background:#eeeeef;border-top-color:#d1d1d4}.sidebar-alert-badge{min-width:20px;height:20px;box-shadow:none;border-radius:999px;padding:0 6px;font-size:11px;font-weight:800;position:absolute;top:6px;right:8px;margin-left:0!important}.sidebar-attention,.sidebar-v4 .sidebar-link.sidebar-attention,html[data-theme=light] .sidebar-v4 .sidebar-link.sidebar-attention{box-shadow:none!important;background:0 0!important;border-color:#0000!important}.sidebar-attention .sidebar-icon,html[data-theme=light] .sidebar-attention .sidebar-icon{color:inherit;background:inherit}.workspace-direction-indicator{justify-content:space-between}.workspace-direction-indicator span{order:2;margin-left:auto}.workspace-direction-indicator strong{order:1}html[data-theme=light] .sidebar-alert-badge{box-shadow:none}.sidebar-brand-subline{align-items:center;gap:10px;min-width:0;margin-top:5px;display:flex}.sidebar-brand-v4 p{white-space:nowrap;flex-shrink:0;margin-top:0}.sidebar-inline-workspace{color:#d8d8d8;white-space:nowrap;align-items:center;gap:6px;min-width:0;font-size:12px;font-weight:700;display:inline-flex}.sidebar-inline-workspace strong{text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.sidebar-inline-workspace span{color:#d4d4d4;font-size:11px;line-height:1}.workspace-direction-indicator{display:none!important}.sidebar-alert-badge{min-width:24px;height:24px;padding:0 7px;font-size:12px;margin-left:auto!important;position:static!important;top:auto!important;right:auto!important}.sidebar-v4 .sidebar-link{padding-right:10px}html[data-theme=light] .sidebar-inline-workspace{color:#444}html[data-theme=light] .sidebar-inline-workspace span{color:#5a5a5a}.communication-desk-page{gap:14px}.compact-page-header{padding:18px 20px}.communication-tabs{background:#ffffffb8;border:1px solid #94a3b838;border-radius:18px;flex-wrap:wrap;gap:8px;padding:10px;display:flex;box-shadow:0 10px 30px #0f172a0a}.communication-tabs button{color:#3f3f46;cursor:pointer;background:#f4f4f5c7;border:1px solid #94a3b842;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.communication-tabs button b{color:#27272a;background:#27272a1a;border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:11px;display:inline-grid}.communication-tabs button.active{color:#111827;background:#e8e8ea;border-color:#71717a52}.communication-tabs button.active b{color:#fff;background:#27272a}.communication-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.communication-filter-bar{justify-content:flex-start}.communication-filter-bar select{max-width:320px}.communication-desk-grid{grid-template-columns:minmax(250px,.9fr) minmax(380px,1.45fr) minmax(280px,.95fr);align-items:stretch;gap:14px;display:grid}.communication-column{background:#ffffffc7;border:1px solid #94a3b838;border-radius:22px;min-height:640px;overflow:hidden;box-shadow:0 18px 55px #0f172a0f}.communication-column-head{background:#f4f4f5c2;border-bottom:1px solid #94a3b833;padding:14px 16px}.communication-column-head h3{color:#18181b;margin:0;font-size:16px}.communication-column-head p{color:#71717a;margin:4px 0 0;font-size:12px}.message-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.communication-thread-list{flex-direction:column;gap:10px;max-height:585px;padding:12px;display:flex;overflow:auto}.communication-thread-card{text-align:left;cursor:pointer;background:#fafafae0;border:1px solid #94a3b833;border-radius:18px;padding:12px;transition:background .15s,border-color .15s,transform .15s}.communication-thread-card:hover,.communication-thread-card.active{background:#eeeeef;border-color:#71717a5c;transform:translateY(-1px)}.thread-card-title{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.thread-card-title strong{color:#18181b;font-size:13px;line-height:1.35}.thread-card-title span{color:#71717a;white-space:nowrap;font-size:11px}.communication-thread-card p{color:#52525b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.thread-card-meta,.thread-card-flags{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.thread-card-meta span,.thread-card-flags em{color:#3f3f46;background:#e4e4e7d6;border-radius:999px;padding:4px 7px;font-size:10.5px;font-style:normal;font-weight:700}.thread-card-flags em{background:#d4d4d8a6}.reply-capability-strip{background:#fafafad1;border-bottom:1px solid #94a3b82e;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.reply-capability-strip div{background:#ffffffc7;border:1px solid #94a3b82e;border-radius:14px;padding:9px}.reply-capability-strip span{color:#71717a;margin-bottom:4px;font-size:11px;display:block}.reply-capability-strip strong{color:#27272a;font-size:12px;line-height:1.35;display:block}.communication-messages{background:#f4f4f561;min-height:260px;max-height:330px;padding:14px;overflow:auto}.message-bubble{background:#eff6ff;border:1px solid #94a3b82e;border-radius:18px;max-width:88%;margin-bottom:10px;padding:11px 12px}.message-bubble.from-agent{background:#ecfdf5;margin-left:auto}.message-meta{color:#71717a;justify-content:space-between;gap:10px;margin-bottom:6px;font-size:11px;display:flex}.message-meta strong{color:#27272a}.message-bubble>p{white-space:pre-wrap;color:#27272a;margin:0;font-size:13px;line-height:1.55}.ai-action-row,.human-reply-actions,.tool-actions{flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px 0;display:flex}.reply-editor-field{margin-top:12px;padding:0 14px}.safety-note-box{color:#3f3f46;background:#f4f4f5c7;border:1px solid #94a3b838;border-radius:16px;margin:12px 14px 0;padding:12px}.safety-note-box strong{color:#18181b;margin-bottom:6px;display:block}.safety-note-box p{margin:3px 0;font-size:12px;line-height:1.45}.customer-tool-stack{flex-direction:column;gap:12px;max-height:585px;padding:12px;display:flex;overflow:auto}.tool-card{background:#fafafadb;border:1px solid #94a3b833;border-radius:18px;padding:12px}.tool-card h4{color:#18181b;margin:0 0 8px;font-size:13px}.tool-card p{color:#52525b;margin:0;font-size:12px;line-height:1.45}.ai-tool-list{flex-wrap:wrap;gap:7px;display:flex}.ai-tool-list span{color:#3f3f46;background:#ededee;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}@media (max-width:1280px){.communication-desk-grid{grid-template-columns:minmax(250px,.95fr) minmax(380px,1.4fr)}.customer-tools-column{grid-column:1/-1;min-height:auto}.customer-tool-stack{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;display:grid}}@media (max-width:900px){.communication-desk-grid,.communication-stats,.reply-capability-strip,.customer-tool-stack{grid-template-columns:1fr}.communication-column{min-height:auto}}html[data-theme=dark] .communication-tabs,html[data-theme=dark] .communication-column,html[data-theme=dark] .communication-thread-card,html[data-theme=dark] .tool-card,html[data-theme=dark] .reply-capability-strip div,html[data-theme=dark] .safety-note-box{background:#18181bc7;border-color:#71717a52}html[data-theme=dark] .message-bubble{color:#f8fafc;background:#60a5fa33;border-color:#93c5fd6b}html[data-theme=dark] .message-bubble.from-agent{color:#f8fafc;background:#34d3992e;border-color:#6ee7b766}html[data-theme=dark] .communication-column-head,html[data-theme=dark] .reply-capability-strip,html[data-theme=dark] .communication-messages{background:#27272a8a}html[data-theme=dark] .communication-column-head h3,html[data-theme=dark] .thread-card-title strong,html[data-theme=dark] .reply-capability-strip strong{color:#f8fafc}html[data-theme=dark] .message-bubble>p{color:#f1f5f9}html[data-theme=dark] .message-meta strong,html[data-theme=dark] .tool-card h4,html[data-theme=dark] .safety-note-box strong{color:#f4f4f5}html[data-theme=dark] .message-meta{color:#d4d4d8}html[data-theme=dark] .message-meta strong{color:#f4f4f5}html[data-theme=dark] .communication-column-head p,html[data-theme=dark] .communication-thread-card p,html[data-theme=dark] .tool-card p,html[data-theme=dark] .reply-capability-strip span,html[data-theme=dark] .safety-note-box p{color:#a1a1aa}.collapsible-tool-card{padding:0;overflow:hidden}.collapsible-tool-card summary{cursor:pointer;color:#18181b;justify-content:space-between;align-items:center;gap:10px;padding:12px;font-size:13px;font-weight:800;list-style:none;display:flex}.collapsible-tool-card summary::-webkit-details-marker{display:none}.collapsible-tool-card summary:after{content:"▾";color:#71717a;font-size:12px;transition:transform .16s}.collapsible-tool-card:not([open]) summary:after{transform:rotate(-90deg)}.collapsible-tool-card>:not(summary){margin:0 12px 12px}.collapsible-tool-card .kv-list{margin-top:0}html[data-theme=dark] .collapsible-tool-card summary{color:#f4f4f5}html[data-theme=dark] .collapsible-tool-card summary:after{color:#a1a1aa}.thread-card-flags em.danger{color:#991b1b;background:#ef444424;border:1px solid #ef444438}.thread-card-flags em.success{color:#166534;background:#22c55e24;border:1px solid #22c55e38}.dashboard-shell-v4{height:100vh;max-height:100vh;overflow:hidden}.dashboard-main-v4{height:100vh;max-height:100vh;overflow:auto}.communication-desk-page{flex-direction:column;gap:10px;height:calc(100vh - 36px);max-height:calc(100vh - 36px);display:flex;overflow:hidden}.communication-desk-page .compact-page-header{flex-shrink:0;align-items:stretch;padding:14px 18px}.communication-desk-page .compact-page-header h1{font-size:24px}.communication-desk-page .compact-page-header p{max-width:760px;margin-top:6px;font-size:12px;line-height:1.45}.communication-header-side{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;min-width:360px;max-width:620px;margin-left:auto;display:flex}.compact-actions{justify-content:flex-end;gap:8px}.compact-actions .btn{border-radius:10px;min-height:34px;padding:0 12px;font-size:12px}.compact-actions .badge{white-space:nowrap;min-height:32px;font-size:11px}.header-compact-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%;display:grid}.header-compact-stats span{color:#d4d4d8;background:#ffffff0d;border:1px solid #94a3b838;border-radius:12px;flex-direction:column;justify-content:center;gap:2px;min-height:36px;padding:6px 8px;font-size:11px;line-height:1.1;display:flex}.header-compact-stats b{color:#f4f4f5;font-size:16px;line-height:1}.communication-tabs{border-radius:14px;flex-shrink:0;gap:6px;padding:7px}.communication-tabs button{padding:5px 9px;font-size:11px}.communication-tabs button b{min-width:18px;height:18px;font-size:10px}.communication-filter-bar{flex-shrink:0}.communication-filter-bar .input{min-height:34px;font-size:12px}.communication-desk-grid{flex:1;grid-template-rows:minmax(0,1fr);min-height:0}.communication-column{flex-direction:column;min-height:0;display:flex}.communication-column-head{flex-shrink:0;padding:12px 14px}.communication-thread-list,.customer-tool-stack{flex:1;min-height:0;max-height:none}.reply-capability-strip{flex-shrink:0;padding:9px 12px}.reply-capability-strip div{padding:7px 8px}.ai-action-row,.human-reply-actions,.tool-actions{gap:8px;padding:9px 12px 0}.reply-editor-field{flex-shrink:0;margin-top:8px;padding:0 12px}.safety-note-box{flex-shrink:0;margin:8px 12px 0;padding:9px 10px}.safety-note-box p{font-size:11px}.inline-control{color:#a1a1aa;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.inline-control .compact-select,.compact-select{border-radius:10px;width:auto;min-width:128px;min-height:34px;padding:0 28px 0 10px;font-size:12px}.translation-output-row{color:#a1a1aa;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px 0;font-size:12px;display:flex}.message-translation{color:#a1a1aa;background:0 0;border-top:1px dashed #94a3b857;margin-top:9px;padding-top:8px}.message-translation strong{color:#d4d4d8;margin-bottom:4px;font-size:11px;display:block}.message-translation p{color:#d1d5db;font-size:12px;line-height:1.5}html[data-theme=light] .header-compact-stats span{color:#52525b;background:#f4f4f5e0}html[data-theme=light] .header-compact-stats b,html[data-theme=light] .message-translation strong,html[data-theme=light] .message-translation p{color:#27272a}.message-translation.customer-translation{color:#bfdbfe;background:0 0;border-top:1px dashed #94a3b842;border-left:3px solid #60a5faeb;padding:8px 10px}.message-translation.customer-translation strong{color:#93c5fd}.message-translation.customer-translation p{color:#bfdbfe}.message-translation.agent-translation{color:#86efac;background:0 0;border-top:1px dashed #94a3b842;border-left:3px solid #4ade80eb;padding:8px 10px}.message-translation.agent-translation strong{color:#86efac}.message-translation.agent-translation p{color:#bbf7d0}html[data-theme=light] .message-translation.customer-translation{color:#1d4ed8;background:0 0;border-left-color:#2563eb}html[data-theme=light] .message-translation.customer-translation strong{color:#2563eb}html[data-theme=light] .message-translation.customer-translation p{color:#1d4ed8}html[data-theme=light] .message-translation.agent-translation{color:#15803d;background:0 0;border-left-color:#16a34a}html[data-theme=light] .message-translation.agent-translation strong{color:#16a34a}html[data-theme=light] .message-translation.agent-translation p{color:#15803d}@media (max-width:1280px){.communication-desk-page{height:auto;max-height:none;overflow:visible}.communication-header-side{align-items:stretch;width:100%;min-width:0;max-width:none}.communication-desk-grid{flex:none}}@media (max-width:900px){.dashboard-shell-v4,.dashboard-main-v4{height:auto;max-height:none;overflow:visible}.communication-desk-page .compact-page-header{flex-direction:column}.header-compact-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.header-alert-slot{justify-content:flex-end;align-items:center;width:100%;min-height:26px;display:flex}.header-alert{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;justify-content:flex-end;align-items:center;max-width:min(620px,100%);min-height:24px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex;overflow:hidden}.header-alert.success{color:#86efac;background:#16a34a29;border:1px solid #22c55e38}.header-alert.error{color:#fecaca;background:#ef444424;border:1px solid #ef444447}.header-alert.placeholder{opacity:0;pointer-events:none}.communication-thread-card{padding-bottom:32px;position:relative}.thread-unread-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;bottom:10px;right:12px;box-shadow:0 8px 18px #ef444452}.thread-unread-dot{background:#ef4444;border-radius:999px;width:9px;height:9px;display:inline-block;position:absolute;bottom:14px;right:14px;box-shadow:0 0 0 3px #ef444424,0 6px 14px #ef444447}.api-credit-note{color:#93c5fd;background:#3b82f61f;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-weight:800;display:inline-flex}.ai-rules-page .page-header{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.ai-rules-layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start;gap:16px;display:grid}.ai-rules-page .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0;display:grid}.ai-rules-page label{color:var(--muted-text,#a1a1aa);flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.ai-rules-page input,.ai-rules-page select,.ai-rules-page textarea{width:100%;min-height:42px;color:inherit;box-sizing:border-box;background:#ffffff0f;border:1px solid #94a3b838;border-radius:12px;outline:none;padding:10px 12px;font-size:14px}.ai-rules-page textarea{resize:vertical;min-height:90px;line-height:1.5}.ai-rules-page .check-row{background:#ffffff0a;border:1px solid #94a3b829;border-radius:12px;flex-direction:row;align-items:center;min-height:42px;padding:10px 12px}.ai-rules-page .check-row input{width:auto;min-height:auto}.ai-rule-form-card,.ai-rule-test-card,.ai-rule-list-card{overflow:hidden}.ai-rule-test-card{position:sticky;top:118px}.ai-rules-page .result-box{background:#0f172a5c;border:1px solid #94a3b82e;border-radius:16px;margin-top:14px;padding:14px}.ai-rules-page .result-box p{word-break:break-word;line-height:1.6}.ai-rules-page .rule-card{background:#ffffff0a;border:1px solid #94a3b829;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.ai-rules-page .rule-list{gap:12px;display:grid}@media (max-width:1100px){.ai-rules-layout{grid-template-columns:1fr}.ai-rule-test-card{position:static}}@media (max-width:760px){.ai-rules-page .form-grid{grid-template-columns:1fr}.header-alert{max-width:100%}}.quick-reply-template-row{color:#a1a1aa;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px 0;font-size:12px;font-weight:800;display:flex}.quick-reply-template-row span{min-width:fit-content}.quick-reply-template-row .btn{min-height:30px;padding:0 10px;font-size:12px}.ai-rules-page .ai-rule-form-card .button-row{clear:both;border-top:1px solid #94a3b829;justify-content:flex-start;margin-top:18px;padding-top:14px}.ai-rules-page .ai-rule-form-card .primary-btn{min-width:128px;min-height:42px}.sidebar-account-menu{max-height:min(560px,100vh - 110px);right:auto;overflow:auto}.sidebar-account-menu-fixed{transform:none}@media (max-width:760px){.sidebar-account-menu{max-height:calc(100vh - 120px);width:auto!important;left:0!important;right:0!important}}.page-header-side{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:10px;min-width:320px;max-width:720px;margin-left:auto;display:flex}.ai-rules-header{align-items:stretch}.ai-rules-header-side{min-width:520px}.ai-rule-header-stats{grid-template-columns:repeat(4,minmax(86px,1fr));width:100%}.ai-rule-header-stats span{min-height:40px;padding:6px 10px}.ai-rules-page .stats-grid{display:none!important}.soft-action-btn,.ai-rules-page .soft-action-btn,.ai-rules-page .primary-btn.soft-action-btn,.ai-rules-page .secondary-btn.soft-action-btn{color:#141414!important;background:linear-gradient(#f9fafb,#d6d8dc)!important;border:1px solid #ffffff29!important;border-radius:12px!important;font-weight:850!important;box-shadow:0 8px 22px #00000038,inset 0 1px #ffffffb8!important}.soft-action-btn:hover,.ai-rules-page .soft-action-btn:hover{transform:translateY(-1px);background:linear-gradient(#fff,#e5e7eb)!important}.soft-action-btn:disabled,.ai-rules-page .soft-action-btn:disabled{opacity:.62;cursor:not-allowed;transform:none}html[data-theme=light] .soft-action-btn,html[data-theme=light] .ai-rules-page .soft-action-btn,html[data-theme=light] .ai-rules-page .primary-btn.soft-action-btn,html[data-theme=light] .ai-rules-page .secondary-btn.soft-action-btn{color:#111827!important;background:linear-gradient(#fff,#e8e8ea)!important;border-color:#00000014!important;box-shadow:0 10px 24px #0f172a1a,inset 0 1px #ffffffe6!important}.compact-reply-actions{flex-wrap:wrap;align-items:center;padding:9px 12px 0}.compact-reply-actions .btn,.compact-reply-actions .quick-reply-select{min-height:34px}.quick-reply-select{min-width:150px;max-width:210px}.reply-settings-panel{background:#ffffff09;border:1px solid #94a3b82e;border-radius:14px;margin:8px 12px 0;overflow:hidden}.reply-settings-panel summary{cursor:pointer;color:#d4d4d8;justify-content:space-between;align-items:center;min-height:34px;padding:8px 12px;font-size:12px;font-weight:850;list-style:none;display:flex}.reply-settings-panel summary::-webkit-details-marker{display:none}.reply-settings-panel summary:after{content:"▾";color:#a1a1aa;transition:transform .18s}.reply-settings-panel[open] summary:after{transform:rotate(180deg)}.reply-settings-grid{flex-wrap:wrap;align-items:center;gap:8px;padding:0 12px 12px;display:flex}.reply-settings-panel-head{border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding-bottom:8px;display:flex}.reply-settings-panel-head strong{color:#e7e7e7;font-size:13px}.translation-override-status{color:#a1a1aa;opacity:.8;font-size:10px}.restore-global-default-btn{width:100%;margin-bottom:6px}.reply-settings-help{color:#a1a1aa;font-size:12px;line-height:1.4}.thread-reply-policy-muted{color:#a1a1aa;opacity:.72;font-size:10px}.compact-meta-badge{min-height:28px;font-size:11px}html[data-theme=light] .reply-settings-panel{background:#ffffffc2;border-color:#0000001a}html[data-theme=light] .reply-settings-panel summary,html[data-theme=light] .reply-settings-help{color:#3f3f46}.sidebar-account-menu{z-index:80;width:286px;padding:10px}.sidebar-account-menu-fixed{z-index:9990}.sidebar-account-menu a,.sidebar-account-menu .account-menu-row{min-height:38px;padding:9px 12px}.sidebar-account-button,.sidebar-account-button .account-meta strong,.sidebar-account-button .account-meta em{color:#f4f4f5!important}html[data-theme=light] .sidebar-account-button{color:#111827!important;background:#ffffff9e!important}html[data-theme=light] .sidebar-account-button .account-meta strong{color:#111827!important;opacity:1!important;text-shadow:none!important}html[data-theme=light] .sidebar-account-button .account-meta em{color:#52525b!important;opacity:1!important;text-shadow:none!important}html[data-theme=light] .sidebar-account-menu{color:#111827!important;background:#fff!important;border-color:#0000001a!important;box-shadow:0 18px 48px #0f172a2e!important}html[data-theme=light] .sidebar-account-menu a,html[data-theme=light] .sidebar-account-menu .account-menu-row,html[data-theme=light] .sidebar-account-menu .account-menu-row span{color:#111827!important}.sidebar-v4 .sidebar-link[href="/dashboard/ai-rules"] .sidebar-icon{color:#f4f4f5;filter:grayscale();background:#262626}html[data-theme=light] .sidebar-v4 .sidebar-link[href="/dashboard/ai-rules"] .sidebar-icon{color:#111827;background:#e0e0e2}.ai-rules-page .page-header .secondary-btn,.ai-rules-page .ai-rule-test-card .primary-btn,.ai-rules-page .ai-rule-form-card .primary-btn{min-width:112px}@media (max-width:1180px){.page-header-side,.ai-rules-header-side{align-items:stretch;width:100%;min-width:0;max-width:none}.ai-rule-header-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.reply-title-row{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.reply-title-row strong{color:inherit;font-size:13px;font-weight:900}.reply-title-row em{color:#fcd34d;white-space:nowrap;text-overflow:ellipsis;background:#f59e0b29;border:1px solid #f59e0b3d;border-radius:999px;max-width:62%;min-height:24px;margin-left:auto;padding:4px 10px;font-size:11px;font-style:normal;font-weight:850;overflow:hidden}.reply-settings-panel summary{background:#ffffff0e;border-radius:12px}.reply-settings-panel summary:hover{background:#ffffff14}.header-alert.success{color:#dcfce7!important;background:#14532dd1!important;border-color:#86efac59!important}.header-alert.error{color:#fee2e2!important;background:#7f1d1ddb!important;border-color:#fca5a55c!important}html[data-theme=light] .header-alert.success{color:#14532d!important;background:#dcfce7!important;border-color:#86efac!important}html[data-theme=light] .header-alert.error{color:#7f1d1d!important;background:#fee2e2!important;border-color:#fca5a5!important}html[data-theme=light] .reply-title-row em{color:#92400e;background:#fef3c7;border-color:#fcd34d}.platform-rule-note{color:#bfdbfe;background:#3b82f61a;border:1px solid #3b82f633;border-radius:14px;padding:12px 14px;line-height:1.65}html[data-theme=light] .platform-rule-note{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.archive-status-strip{color:#fde68a;background:#78350f38;border:1px solid #f59e0b59;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;margin:10px 12px 0;padding:10px 12px;font-size:12px;display:flex}.archive-status-strip strong{font-size:13px}.archive-status-strip span{flex:1;line-height:1.45}.compact-btn{min-height:30px;padding:6px 10px}.archive-action-box,.ticket-action-form{gap:8px;display:grid}.archive-action-box .btn,.ticket-action-form .btn{width:100%}.compact-field{gap:5px}.compact-field span{color:#71717a;font-size:11px}.ticket-action-form textarea.input{resize:vertical;min-height:74px}.ticket-inline-card{background:var(--surface-secondary,#00000008);border:.5px solid var(--border-color,#0000001a);border-radius:8px;margin-bottom:8px;padding:10px 12px}.ticket-inline-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ticket-inline-no{color:var(--muted-text,#71717a);font-size:11px;font-weight:500}.ticket-inline-title{color:var(--primary-text);margin-bottom:4px;font-size:13px;font-weight:500}.ticket-inline-meta{color:var(--muted-text,#71717a);gap:8px;margin-bottom:6px;font-size:11px;display:flex}.ticket-inline-status-row{border-top:.5px solid var(--border-color,#00000014);margin-top:6px;padding-top:8px}.ticket-inline-actions{flex-wrap:wrap;gap:6px;display:flex}.ticket-inline-actions .btn{flex:none;width:auto}.status-pill-success{color:#166534;background:#dcfce7;border-color:#86efac}html[data-theme=light] .archive-status-strip{color:#92400e;background:#fffbeb;border-color:#fde68a}html[data-theme=light] .compact-field span{color:#52525b}html[data-theme=dark] .archive-status-strip .btn{color:#fef3c7;background:#ffffff17;border-color:#f59e0b47}.compact-toggle-btn.active{background:#3b82f629!important;border-color:#3b82f68c!important}.compact-popover-panel{background:#121214e0;border:1px solid #94a3b83d;border-radius:16px;flex-shrink:0;margin:8px 12px 0;padding:10px}.reply-settings-grid{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.call-records-panel{max-height:185px;overflow:auto}.call-records-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.call-record-list{gap:7px;display:grid}.call-record-item{background:#ffffff09;border:1px solid #94a3b82e;border-radius:12px;grid-template-columns:minmax(120px,1fr) auto auto;align-items:center;gap:6px 8px;padding:8px;font-size:11px;display:grid}.call-record-item strong{color:#f4f4f5}.call-record-item span{color:#a1a1aa}.call-record-item em{color:#86efac;background:#22c55e1f;border-radius:999px;padding:3px 7px;font-style:normal;font-weight:800}.call-record-item small{color:#a1a1aa;grid-column:1/-1}.call-record-error,.muted-line{color:#a1a1aa;margin:0;font-size:12px}.call-record-error{color:#fecaca}.customer-tools-column{min-height:0}.single-open-tool-stack{max-height:none;padding:12px;overflow:auto}.single-open-tool-stack .tool-card{padding:0;overflow:hidden}.tool-summary{width:100%;min-height:44px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:flex}.tool-summary em{color:#a1a1aa;flex:none;font-size:11px;font-style:normal;font-weight:800}.tool-body{padding:0 14px 14px;display:none}.tool-card.open .tool-body{display:block}.tool-brief-body p{margin-bottom:10px}.safety-note-box{display:none!important}html[data-theme=light] .compact-popover-panel{background:#fff;border-color:#e2e2e5}html[data-theme=light] .call-record-item{background:#f7f7f8;border-color:#e5e5e7}html[data-theme=light] .call-record-item strong{color:#18181b}html[data-theme=light] .call-record-item span,html[data-theme=light] .call-record-item small,html[data-theme=light] .tool-summary em,html[data-theme=light] .muted-line{color:#52525b}html[data-theme=light] .call-record-item em{color:#14532d;background:#dcfce7}html[data-theme=light] .call-record-error{color:#991b1b}@media (max-width:1280px){.single-open-tool-stack{flex-direction:column;max-height:none;display:flex}}.page-header>div:first-child>.badge:first-child,.compact-page-header>div:first-child>.badge:first-child{display:none!important}.communication-desk-page{gap:8px;height:calc(100vh - 20px);max-height:calc(100vh - 20px)}.communication-header-side{justify-content:flex-start;gap:8px}.communication-filter-bar{justify-content:space-between;align-items:center;gap:10px;display:flex}.communication-filter-controls{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.communication-filter-controls .input{max-width:320px}.filter-alert-slot{flex:260px;justify-content:flex-end;align-items:center;min-width:220px;min-height:28px;display:flex}.header-alert.ready{color:#a1a1aa;background:#94a3b81f;border:1px solid #94a3b82e}.communication-desk-grid{min-height:0}.conversation-list-column,.message-center-column,.customer-tools-column{height:100%}.communication-thread-list,.customer-tool-stack,.single-open-tool-stack{flex:auto;min-height:0;max-height:none}.communication-messages{flex:auto;min-height:240px;max-height:none}.message-center-column .human-reply-actions{flex-shrink:0;padding-bottom:12px}html[data-theme=light] .header-alert.ready{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}@media (max-width:900px){.communication-desk-page{height:auto;max-height:none}.communication-filter-bar,.communication-filter-controls{flex-direction:column;align-items:stretch}.filter-alert-slot{justify-content:flex-start;width:100%;min-width:0}}.session-translation-grid{align-items:stretch}.toggle-inline-control{background:#ffffff0a;border:1px solid #94a3b833;border-radius:10px;min-height:34px;padding:0 10px}.toggle-inline-control input{accent-color:currentColor;width:14px;height:14px}.order-signal-kv{margin:8px 0 10px}.conversation-list-head-with-actions{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.conversation-list-head-with-actions>div{min-width:0}.conversation-list-head-with-actions .compact-toggle-btn{white-space:nowrap;flex:none}.platform-language-settings-panel{background:#ffffff0a;border:1px solid #94a3b82e;border-radius:16px;max-height:48vh;margin:0 0 10px;padding:12px;overflow:auto}.platform-language-settings-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.platform-language-settings-head strong{font-size:14px;display:block}.platform-language-settings-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.platform-language-rule-list{gap:10px;display:grid}.platform-language-rule-card{background:#0f172a38;border:1px solid #94a3b829;border-radius:14px;gap:8px;padding:10px;display:grid}.platform-language-rule-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.platform-language-rule-title strong{font-size:13px}.platform-language-rule-title em{color:#a1a1aa;background:#94a3b81a;border-radius:999px;padding:2px 8px;font-size:11px;font-style:normal}.platform-language-rule-title em.enabled{color:#bbf7d0;background:#22c55e26}.platform-language-target-row{grid-template-columns:1fr auto 120px;align-items:center;gap:8px;display:grid}.platform-language-target-row b{white-space:nowrap;color:var(--muted);font-size:12px}html[data-theme=light] .platform-language-settings-panel,html[data-theme=light] .platform-language-rule-card,html[data-theme=light] .toggle-inline-control{background:#fff;border-color:#e4e4e7}html[data-theme=light] .platform-language-rule-title em.enabled{color:#166534;background:#dcfce7}@media (max-width:900px){.conversation-list-head-with-actions{flex-direction:column;align-items:stretch}.platform-language-target-row{grid-template-columns:1fr}}.dashboard-main-communication-desk-v4109{box-sizing:border-box;height:100vh;max-height:100vh;padding:14px 16px 18px;overflow:hidden}.communication-desk-page{flex-direction:column;gap:8px;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden}.communication-desk-page .compact-page-header,.communication-desk-page .communication-tabs,.communication-desk-page .communication-filter-bar{flex:none}.communication-desk-page .compact-page-header{padding:10px 16px}.communication-desk-page .compact-page-header h1{font-size:22px;line-height:1.15}.communication-desk-page .compact-page-header p{margin-top:4px;line-height:1.35}.communication-filter-bar{justify-content:space-between;align-items:center;gap:8px;min-height:0;display:flex}.communication-filter-controls{flex-wrap:wrap;flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.communication-filter-controls .input{flex:0 210px;width:auto;min-width:158px;max-width:240px}.filter-alert-slot{flex:0 auto;justify-content:flex-end;min-width:0;min-height:0}.filter-alert-slot:empty,.header-alert.ready{display:none!important}.communication-desk-grid{flex:auto;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(260px,.92fr) minmax(420px,1.5fr) minmax(285px,.98fr);align-items:stretch;gap:12px;height:auto;min-height:0;display:grid;overflow:hidden}.communication-column-head{flex:none;padding:10px 12px}.communication-column-head h3{font-size:15px;line-height:1.25}.communication-column-head p{margin-top:3px;line-height:1.3}.platform-language-settings-panel{flex:0 auto;max-height:min(360px,45vh);margin:10px 10px 8px}.communication-thread-list,.customer-tool-stack,.single-open-tool-stack{flex:auto;min-height:0;max-height:none;overflow:auto}.message-center-column{flex-direction:column;min-height:0;display:flex;overflow:hidden}.message-center-column>.empty-card{flex:auto;margin:12px}.reply-capability-strip,.archive-status-strip,.ai-action-row,.compact-popover-panel,.reply-editor-field,.human-reply-actions{flex:none}.communication-messages{flex:auto;min-height:120px;max-height:none;overflow:auto}.compact-reply-actions{padding-top:8px}.reply-editor-field textarea{min-height:78px;max-height:112px}.message-center-column .human-reply-actions{background:#18181b9e;border-top:1px solid #94a3b824;padding:8px 12px 10px}html[data-theme=light] .message-center-column .human-reply-actions{background:#ffffffd1;border-top-color:#e4e4e7}@media (max-width:1280px){.dashboard-main-communication-desk-v4109{height:auto;max-height:none;padding:14px;overflow:auto}.communication-desk-page{height:auto;max-height:none;overflow:visible}.communication-desk-grid{overflow:visible}}@media (max-width:900px){.communication-filter-bar,.communication-filter-controls{flex-direction:row;align-items:stretch}.communication-filter-controls .input{flex:150px;max-width:none}}.reply-editor-split-field{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:10px;display:grid}.reply-editor-split-field .field{min-width:0;margin:0;padding:0}.reply-editor-split-field textarea{resize:vertical;min-height:100px;max-height:150px}.reply-translation-pane textarea{border-style:dashed}.translation-preview-status{color:#71717a;margin-top:6px;font-size:11px;line-height:1.35;display:block}.translation-preview-status.ready{color:#16a34a;font-weight:700}.translation-preview-status.pending{color:#f59e0b;font-weight:700}.reply-send-help{flex:280px;min-width:220px}html[data-theme=dark] .translation-preview-status.ready{color:#86efac}html[data-theme=dark] .translation-preview-status.pending{color:#facc15}@media (max-width:900px){.reply-editor-split-field{grid-template-columns:1fr}}.original-record-mode-row{min-width:260px}.translation-preview-status.changed,html[data-theme=dark] .translation-preview-status.changed{color:#f59e0b;font-weight:700}.translation-preview-status.empty,html[data-theme=dark] .translation-preview-status.empty{color:#71717a;font-weight:600}.message-center-column{min-height:0}.communication-messages{min-height:72px}.message-center-column .human-reply-actions{z-index:2;padding-bottom:max(12px, env(safe-area-inset-bottom));position:relative}.reply-editor-split-field textarea{min-height:92px;max-height:132px}.reply-settings-panel.compact-popover-panel{max-height:188px;overflow:auto}.grouped-translation-settings{grid-template-columns:repeat(2,minmax(230px,1fr));align-items:stretch!important;gap:8px!important;display:grid!important}.translation-setting-group{background:#ffffff09;border:1px solid #94a3b82e;border-radius:12px;grid-template-columns:minmax(0,1fr);gap:6px;min-width:0;padding:8px;display:grid}.compact-setting-toggle,.compact-setting-select{justify-content:space-between;width:100%;min-width:0}.compact-setting-toggle span,.compact-setting-select span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compact-setting-select .compact-select{min-width:128px;max-width:190px}.setting-disabled-hint{color:#71717a;padding-left:4px;font-size:12px}.settings-help-wide{grid-column:1/-1}.message-center-column .human-reply-actions{flex-shrink:0;position:sticky;bottom:0}@media (max-width:900px){.grouped-translation-settings{grid-template-columns:1fr}}.help-center-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.help-article-card{background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;padding:18px}.help-article-card h3{margin:0;font-size:18px}.help-list{color:var(--muted);margin:14px 0 0;padding-left:20px;line-height:1.75}.help-list li+li{margin-top:8px}@media (max-width:900px){.help-center-layout{grid-template-columns:1fr}}.message-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.conversation-rule-status-link{cursor:pointer;text-decoration:none}.conversation-rule-status-link:hover,.conversation-rule-status-link:focus-visible{border-color:#6ee7c86b}.conversation-rule-mode-select{cursor:pointer;appearance:auto;outline:none;min-height:34px;padding-right:26px}.conversation-rule-mode-select option{color:#111827;background:#fff}.customer-tools-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.customer-tools-head>div{min-width:0}.tools-drawer-toggle,.tools-drawer-close,.tools-drawer-backdrop{display:none}.compact-sync-badge{white-space:nowrap}.communication-desk-page .compact-page-header p{max-width:660px}.communication-messages{padding-bottom:22px;scroll-padding-bottom:18px}.message-center-column .human-reply-actions{justify-content:space-between;gap:8px}.message-center-column .human-reply-actions .btn-primary{flex:none;min-width:150px}.message-center-column .reply-editor-field{padding-top:6px}.message-center-column .reply-editor-field textarea{resize:vertical}.customer-tools-column{min-width:0}.customer-tools-column .kv-item strong{overflow-wrap:anywhere}@media (max-width:1440px){.communication-desk-grid{grid-template-columns:minmax(245px,.82fr) minmax(420px,1.5fr) minmax(270px,.88fr);gap:10px}.communication-tabs{scrollbar-width:thin;flex-wrap:nowrap;overflow-x:auto}.communication-tabs button{flex:none}}@media (max-width:1360px){.dashboard-main-communication-desk-v4109{height:100vh;max-height:100vh;padding:10px 12px 14px;overflow:hidden}.communication-desk-page{gap:7px;height:100%;max-height:100%;overflow:hidden}.communication-desk-page .compact-page-header{padding:8px 12px}.communication-desk-page .compact-page-header h1{font-size:20px}.communication-desk-page .compact-page-header p,.communication-column-head p,.header-compact-stats{display:none}.communication-filter-controls .input{min-height:36px}.communication-desk-grid{grid-template-columns:minmax(235px,.72fr) minmax(0,1.55fr);gap:10px;position:relative;overflow:hidden}.conversation-list-column,.message-center-column{min-height:0}.communication-thread-list{padding:10px}.reply-capability-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.ai-action-row{padding:8px 10px 0}.reply-settings-panel.compact-popover-panel,.call-records-panel.compact-popover-panel{max-height:min(210px,32vh)}.reply-editor-field{margin-top:8px;padding-left:10px;padding-right:10px}.reply-editor-field textarea,.reply-editor-split-field textarea{min-height:78px!important;max-height:116px!important}.human-reply-actions{padding:8px 10px max(10px, env(safe-area-inset-bottom))!important}.tools-drawer-toggle,.tools-drawer-close{display:inline-flex}.customer-tools-column{z-index:80;width:min(390px,100vw - 24px);max-height:none;transition:transform .18s;position:fixed;top:10px;bottom:10px;right:10px;transform:translate(calc(100% + 18px));box-shadow:-18px 0 50px #00000047;height:auto!important}.customer-tools-column.drawer-open{transform:translate(0)}.tools-drawer-backdrop{z-index:70;cursor:pointer;background:#00000057;border:0;padding:0;position:fixed;inset:0}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{display:block}.customer-tool-stack,.single-open-tool-stack{grid-template-columns:1fr!important;display:flex!important}}@media (max-width:960px){.dashboard-main-communication-desk-v4109{height:auto;max-height:none;padding:10px;overflow:auto}.communication-desk-page{height:auto;max-height:none;overflow:visible}.communication-desk-grid{grid-template-columns:1fr;overflow:visible}.conversation-list-column,.message-center-column{min-height:420px}.communication-thread-list{max-height:42vh}.communication-messages{min-height:280px;max-height:46vh}.message-head{align-items:stretch}.message-head-actions{justify-content:flex-start}.communication-filter-bar,.communication-filter-controls{flex-direction:column;align-items:stretch}.communication-filter-controls .input{width:100%;max-width:none}.reply-capability-strip,.reply-editor-split-field{grid-template-columns:1fr}}@media (max-width:720px){.compact-actions{gap:6px}.compact-actions .btn,.compact-sync-badge{min-height:34px;padding-left:9px;padding-right:9px;font-size:11px}.communication-tabs{padding:8px}.communication-thread-card,.message-bubble,.tool-card{border-radius:14px}.message-bubble{max-width:96%}.message-center-column .human-reply-actions{align-items:stretch!important}.message-center-column .human-reply-actions .btn-primary,.reply-send-help{width:100%;min-width:0}}.focus-mode-toggle.active{background:#22c55e29!important;border-color:#22c55e99!important}@media (max-width:1600px),(max-height:860px){.inbox-dashboard-shell{grid-template-columns:auto minmax(0,1fr)}.inbox-dashboard-shell .sidebar-v4{width:72px;min-width:72px;padding:8px 6px;overflow:hidden}.inbox-dashboard-shell .sidebar-brand-v4{text-align:center;padding:8px 4px 10px}.inbox-dashboard-shell .sidebar-brand-v4 h1{justify-content:center}.inbox-dashboard-shell .sidebar-brand-v4 h1 span{font-size:0}.inbox-dashboard-shell .sidebar-brand-v4 h1 span:after{content:"DY";letter-spacing:0;font-size:16px}.inbox-dashboard-shell .sidebar-brand-v4 h1 em,.inbox-dashboard-shell .sidebar-brand-subline,.inbox-dashboard-shell .workspace-switcher-wrap,.inbox-dashboard-shell .sidebar-search-only,.inbox-dashboard-shell .sidebar-section-toggle,.inbox-dashboard-shell .sidebar-text,.inbox-dashboard-shell .account-meta{display:none!important}.inbox-dashboard-shell .sidebar-scroll-area{overflow-x:hidden}.inbox-dashboard-shell .sidebar-section{margin-top:6px;padding-top:6px}.inbox-dashboard-shell .sidebar-section-items,.inbox-dashboard-shell .sidebar-primary-items{gap:6px;display:grid!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-link{justify-content:center;width:44px;min-height:44px;margin:0 auto;position:relative;padding:6px!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-icon{width:30px;height:30px;font-size:14px}.inbox-dashboard-shell .sidebar-alert-badge{min-width:18px;height:18px;padding:0 5px;font-size:10px;margin:0!important;position:absolute!important;top:0!important;right:-5px!important}.inbox-dashboard-shell .sidebar-account-zone{margin:0;padding:8px 0 0}.inbox-dashboard-shell .sidebar-account-button{justify-content:center;width:44px;min-height:44px;margin:0 auto;padding:6px}.inbox-dashboard-shell .sidebar-account-menu{bottom:6px;left:58px}.inbox-dashboard-shell .dashboard-main-communication-desk-v4109{padding:8px 10px 10px}.communication-desk-page{gap:6px}.communication-desk-page .compact-page-header{min-height:0;padding:7px 10px}.communication-desk-page .compact-page-header h1{font-size:18px}.communication-desk-page .compact-page-header p,.communication-desk-page .header-compact-stats,.communication-desk-page .compact-sync-badge,.communication-desk-page .import-test-email-btn{display:none!important}.communication-header-side{justify-content:center;align-items:flex-end;width:auto;min-width:0}.communication-tabs{border-radius:12px;flex-wrap:nowrap;gap:5px;padding:5px;overflow-x:auto}.communication-tabs button{flex:none;min-height:30px;padding:4px 8px}.communication-filter-bar{min-height:0}.communication-filter-controls{gap:6px}.communication-filter-controls .input{max-width:190px;min-height:32px}.communication-desk-grid{gap:8px;grid-template-columns:minmax(220px,.55fr) minmax(0,1.75fr)!important}.communication-column-head{padding:8px 10px}.communication-column-head p,.reply-capability-strip span{display:none}.reply-capability-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px 8px}.reply-capability-strip div{min-height:34px;padding:6px 7px}.reply-capability-strip strong{font-size:11px}.communication-thread-list{gap:8px;padding:8px}.communication-thread-card{border-radius:14px;padding:10px 10px 28px}.thread-card-meta,.thread-card-flags{gap:4px}.communication-messages{min-height:0;padding:10px 12px 28px}.compact-reply-actions{gap:6px;padding:6px 8px 0}.compact-reply-actions .btn,.compact-reply-actions .quick-reply-select,.message-head-actions .btn,.message-head-actions .status-pill,.message-head-actions .conversation-rule-mode-select{min-height:30px;padding-left:8px;padding-right:8px;font-size:11px}.reply-settings-panel.compact-popover-panel,.call-records-panel.compact-popover-panel{max-height:min(188px,30vh);margin:6px 8px 0}.grouped-translation-settings{grid-template-columns:repeat(2,minmax(180px,1fr))}.reply-editor-field{margin-top:6px;padding-left:8px;padding-right:8px}.reply-editor-field textarea,.reply-editor-split-field textarea{min-height:72px!important;max-height:104px!important}.message-center-column .human-reply-actions{padding:7px 8px max(8px, env(safe-area-inset-bottom))!important}.customer-tools-column{z-index:80;width:min(380px,100vw - 24px);transition:transform .18s;transform:translate(calc(100% + 18px));box-shadow:-18px 0 50px #0000004d;height:auto!important;max-height:none!important;position:fixed!important;top:8px!important;bottom:8px!important;right:8px!important}.customer-tools-column.drawer-open{transform:translate(0)}.tools-drawer-toggle,.tools-drawer-close{display:inline-flex!important}.tools-drawer-backdrop{z-index:70;cursor:pointer;background:#00000059;border:0;padding:0;position:fixed;inset:0}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{display:block!important}}@media (max-height:820px){.communication-desk-page:not(.focus-mode)>.compact-page-header,.communication-desk-page:not(.focus-mode) .communication-filter-bar{display:none!important}.communication-desk-page:not(.focus-mode) .communication-tabs{padding:4px}.communication-desk-page:not(.focus-mode) .message-head{min-height:42px}.communication-desk-page:not(.focus-mode) .message-head h3{font-size:14px}.communication-desk-page:not(.focus-mode) .reply-capability-strip{display:none}.communication-desk-page:not(.focus-mode) .reply-editor-field textarea,.communication-desk-page:not(.focus-mode) .reply-editor-split-field textarea{min-height:64px!important;max-height:92px!important}}.communication-desk-page.focus-mode>.compact-page-header,.communication-desk-page.focus-mode>.communication-tabs,.communication-desk-page.focus-mode>.communication-filter-bar,.communication-desk-page.focus-mode .conversation-list-column,.communication-desk-page.focus-mode .reply-capability-strip,.communication-desk-page.focus-mode .archive-status-strip{display:none!important}.communication-desk-page.focus-mode{height:100%!important;max-height:100%!important;overflow:hidden!important}.communication-desk-page.focus-mode .communication-desk-grid{height:100%;grid-template-columns:minmax(0,1fr)!important;gap:0!important}.communication-desk-page.focus-mode .message-center-column{border-radius:18px}.communication-desk-page.focus-mode .message-head{min-height:44px}.communication-desk-page.focus-mode .communication-messages{min-height:0;padding-bottom:36px}.communication-desk-page.focus-mode .reply-settings-panel.compact-popover-panel,.communication-desk-page.focus-mode .call-records-panel.compact-popover-panel{max-height:min(170px,28vh)}.communication-desk-page.focus-mode .reply-editor-field textarea,.communication-desk-page.focus-mode .reply-editor-split-field textarea{min-height:76px!important;max-height:118px!important}.dashboard-shell-v4.communication-focus-mode-v4109 .sidebar-v4{display:none!important}.dashboard-shell-communication-desk-v4109 .dashboard-main-communication-desk-v4109{padding:8px!important}@media (max-width:960px){.inbox-dashboard-shell .sidebar-v4{display:none!important}.inbox-dashboard-shell .dashboard-main-communication-desk-v4109{padding:8px}.communication-desk-grid{grid-template-columns:1fr!important}.communication-desk-page:not(.focus-mode) .conversation-list-column{min-height:220px;max-height:34vh}.communication-desk-page:not(.focus-mode) .message-center-column{min-height:62vh}.grouped-translation-settings{grid-template-columns:1fr!important}}.dashboard-shell-v4 .sidebar-v4{transition:width .18s,min-width .18s,padding .18s;width:236px!important;min-width:236px!important}.sidebar-brand-topline{justify-content:space-between;align-items:center;gap:8px;display:flex}.sidebar-brand-topline h1{min-width:0}.sidebar-collapse-toggle{color:#e5e7eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex:none;place-items:center;width:30px;height:30px;display:inline-grid}.sidebar-collapse-toggle:hover{background:#ffffff1f}.inbox-dashboard-shell .sidebar-brand-subline p,.inbox-dashboard-shell .sidebar-inline-workspace,.inbox-dashboard-shell .workspace-switcher em,.inbox-dashboard-shell .sidebar-search-only{display:none!important}.inbox-dashboard-shell .workspace-switcher{padding:8px 10px}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4{overflow:hidden;width:72px!important;min-width:72px!important;padding:8px 6px!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4{text-align:center;padding:8px 4px 10px!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-topline{flex-direction:column;justify-content:center}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-v4 h1 span,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4 h1 span{font-size:0!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4 h1 span:after{content:"DY";font-size:16px}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-v4 h1 em,.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-brand-subline,.dashboard-shell-v4.sidebar-manual-collapsed .workspace-switcher-wrap,.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-search-only,.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-section-toggle,.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-text,.dashboard-shell-v4.sidebar-manual-collapsed .account-meta{display:none!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-section-items,.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-primary-items{gap:6px!important;display:grid!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-v4 .sidebar-link{justify-content:center;width:44px;min-height:44px;margin:0 auto;position:relative;padding:6px!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-v4 .sidebar-icon{width:30px;height:30px;font-size:14px}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-alert-badge{min-width:18px;height:18px;padding:0 5px;font-size:10px;margin:0!important;position:absolute!important;top:0!important;right:-5px!important}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-account-button{justify-content:center;width:44px;min-height:44px;margin:0 auto;padding:6px}.dashboard-shell-v4.sidebar-manual-collapsed .sidebar-account-menu{bottom:6px;left:58px}.communication-desk-page .tools-drawer-toggle,.communication-desk-page .tools-panel-collapse{display:inline-flex!important}.communication-desk-grid{grid-template-columns:minmax(240px,.78fr) minmax(460px,1.72fr) minmax(300px,.92fr)!important}.communication-desk-grid.customer-tools-collapsed{grid-template-columns:minmax(250px,.72fr) minmax(0,2.15fr)!important}.communication-desk-grid.customer-tools-collapsed .customer-tools-column{display:none!important}.customer-tools-head{align-items:flex-start}.customer-tools-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.customer-tools-column{min-width:0;overflow:hidden!important}.customer-tools-nav{border-bottom:1px solid #94a3b82e;flex-wrap:nowrap;flex:none;gap:6px;padding:8px 10px;display:flex;overflow-x:auto}.customer-tools-nav button{color:inherit;white-space:nowrap;cursor:pointer;background:#ffffff0a;border:1px solid #94a3b83d;border-radius:999px;min-height:28px;padding:4px 9px;font-size:12px}.customer-tools-nav button.active{background:#ffffff29;border-color:#ffffff42;font-weight:800}.customer-tool-stack.single-open-tool-stack{overscroll-behavior:contain;padding-bottom:14px;overflow-y:auto!important}.customer-tools-column .tool-body,.customer-tools-column .tool-brief-body{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:min(360px,44vh);overflow-y:auto}.customer-tools-column .ticket-action-form,.customer-tools-column .kv-list,.customer-tools-column .ai-tool-list{min-width:0}.customer-tools-column .kv-item strong,.customer-tools-column .tool-body p,.customer-tools-column textarea,.customer-tools-column input,.customer-tools-column select{word-break:break-word;min-width:0}.customer-tools-column textarea{resize:vertical;max-height:180px;overflow-y:auto}.communication-desk-page.customer-tools-collapsed .message-center-column{min-width:0}@media (max-width:1280px),(max-height:820px){.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4{overflow:hidden;width:72px!important;min-width:72px!important;padding:8px 6px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4{text-align:center;padding:8px 4px 10px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-topline{flex-direction:column;justify-content:center}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span{font-size:0!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after{content:"DY";font-size:16px}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-subline,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-search-only,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-text,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta{display:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-section-items,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-primary-items{gap:6px!important;display:grid!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link{justify-content:center;width:44px;min-height:44px;margin:0 auto;position:relative;padding:6px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-icon{width:30px;height:30px;font-size:14px}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta{display:none!important}}@media (max-width:1500px),(max-height:860px){.communication-desk-grid:not(.customer-tools-collapsed){grid-template-columns:minmax(230px,.7fr) minmax(0,1.8fr)!important}.communication-desk-grid:not(.customer-tools-collapsed) .customer-tools-column{z-index:80;width:min(410px,100vw - 24px);transition:transform .18s;transform:translate(calc(100% + 18px));box-shadow:-18px 0 50px #0000004d;height:auto!important;max-height:none!important;position:fixed!important;top:10px!important;bottom:10px!important;right:10px!important}.communication-desk-grid:not(.customer-tools-collapsed) .customer-tools-column.drawer-open{transform:translate(0)}.communication-desk-grid:not(.customer-tools-collapsed) .tools-drawer-backdrop{z-index:70;cursor:pointer;background:#00000059;border:0;padding:0;position:fixed;inset:0}.communication-desk-grid.tools-drawer-open:not(.customer-tools-collapsed) .tools-drawer-backdrop{display:block!important}.communication-desk-grid:not(.customer-tools-collapsed) .tools-drawer-close{display:inline-flex!important}}@media (max-width:960px){.dashboard-shell-v4 .sidebar-v4,.inbox-dashboard-shell .sidebar-v4{display:none!important}.communication-desk-grid.customer-tools-collapsed,.communication-desk-grid:not(.customer-tools-collapsed){grid-template-columns:1fr!important}.communication-desk-grid .customer-tools-column{z-index:80;width:min(410px,100vw - 18px);transition:transform .18s;transform:translate(calc(100% + 18px));height:auto!important;max-height:none!important;position:fixed!important;top:8px!important;bottom:8px!important;right:8px!important}.communication-desk-grid .customer-tools-column.drawer-open{transform:translate(0);display:flex!important}.communication-desk-grid.customer-tools-collapsed .customer-tools-column.drawer-open{display:flex!important}}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span{font-size:21px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after{content:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em{display:inline-flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .workspace-switcher-wrap{display:block!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-section-toggle{display:flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-text{display:block!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta{display:flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-icon{width:28px!important;height:28px!important;font-size:13px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-alert-badge{min-width:22px!important;height:22px!important;margin-left:auto!important;font-size:11px!important;position:static!important}@media (max-width:1280px),(max-height:820px){.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span{font-size:0!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after{content:"DY"!important;font-size:16px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-text,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta{display:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-alert-badge{margin:0!important;position:absolute!important;top:0!important;right:-5px!important}}.communication-desk-page>.compact-page-header,.communication-desk-page.focus-mode .customer-tools-column,.communication-desk-page.focus-mode .tools-drawer-backdrop{display:none!important}.communication-desk-page.focus-mode .communication-desk-grid{grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(0,1fr)!important;height:100%!important;overflow:hidden!important}.communication-desk-page.focus-mode .message-center-column{height:100%!important;min-height:0!important}.customer-tools-column{flex-direction:column!important;min-height:0!important;display:flex!important;overflow:hidden!important}.customer-tools-column.drawer-open{display:flex!important}.customer-tools-head,.customer-tools-nav{flex:none!important}.customer-tool-stack.single-open-tool-stack{flex-direction:column!important;flex:auto!important;gap:10px!important;min-height:0!important;max-height:none!important;padding:10px!important;display:flex!important;overflow:hidden auto!important}.single-open-tool-stack .tool-card:not(.open){display:none!important}.customer-tools-column .tool-card.open{flex-direction:column!important;min-height:0!important;display:flex!important}.customer-tools-column .tool-card.open .tool-body{display:block!important}.customer-tools-column .kv-list{gap:0!important;display:grid!important}.customer-tools-column .kv-item{grid-template-columns:minmax(86px,.42fr) minmax(0,1fr)!important;align-items:start!important;gap:10px!important;min-width:0!important;display:grid!important}.customer-tools-column .kv-item strong{text-align:left!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important;justify-self:stretch!important}.customer-tools-column .ticket-action-form{max-height:none!important;overflow:visible!important}.customer-tools-column textarea,.customer-tools-column input,.customer-tools-column select{max-width:100%!important}.mobile-sidebar-handle{display:none}@media (min-width:961px) and (max-width:1280px),(min-width:961px) and (max-height:820px){.inbox-dashboard-shell .sidebar-v4:hover{width:236px!important;min-width:236px!important;padding:12px!important;overflow:visible!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-topline{flex-direction:row!important;justify-content:space-between!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span{font-size:21px!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span:after{content:none!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 em,.inbox-dashboard-shell .sidebar-v4:hover .workspace-switcher-wrap,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-section-toggle,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-text,.inbox-dashboard-shell .sidebar-v4:hover .account-meta{display:flex!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-text{display:block!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-v4 .sidebar-link,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important}.inbox-dashboard-shell .sidebar-v4:hover .sidebar-alert-badge{margin-left:auto!important;position:static!important}}@media (max-width:960px){.inbox-dashboard-shell .mobile-sidebar-handle{z-index:140;color:#f8fafc;background:#18181bf0;border:1px solid #94a3b847;border-radius:12px;place-items:center;width:38px;height:38px;position:fixed;top:8px;left:8px;box-shadow:0 14px 38px #00000047;display:inline-grid!important}.inbox-dashboard-shell .sidebar-v4{transform:translate(-106%);box-shadow:20px 0 60px #00000057;z-index:130!important;width:236px!important;min-width:236px!important;height:100vh!important;max-height:100vh!important;padding:12px!important;transition:transform .18s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow:hidden!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4,.inbox-dashboard-shell .sidebar-v4:hover{transform:translate(0)!important}.inbox-dashboard-shell.sidebar-mobile-open .mobile-sidebar-handle{left:244px}.inbox-dashboard-shell .sidebar-v4 .sidebar-brand-topline,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-brand-topline{flex-direction:row!important;justify-content:space-between!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-brand-v4 h1 span,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-brand-v4 h1 span{font-size:21px!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-brand-v4 h1 span:after{content:none!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-brand-v4 h1 em,.inbox-dashboard-shell .sidebar-v4 .workspace-switcher-wrap,.inbox-dashboard-shell .sidebar-v4 .sidebar-section-toggle,.inbox-dashboard-shell .sidebar-v4 .sidebar-text,.inbox-dashboard-shell .sidebar-v4 .account-meta{display:flex!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-text{display:block!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-alert-badge{margin-left:auto!important;position:static!important}.communication-desk-page{padding-top:42px}}.communication-desk-page.focus-mode .message-head .tools-drawer-toggle,.communication-desk-page.focus-mode .customer-tools-column,.communication-desk-page.focus-mode .tools-drawer-backdrop{pointer-events:none!important;display:none!important}.communication-desk-page.focus-mode .communication-desk-grid,.communication-desk-page.focus-mode .communication-desk-grid.customer-tools-collapsed,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open{grid-template-columns:minmax(0,1fr)!important}.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:flex!important;transform:translate(0)!important}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{display:block!important}.customer-tools-column{height:100%!important;max-height:100%!important}.customer-tool-stack.single-open-tool-stack{overscroll-behavior:contain!important;scrollbar-gutter:stable!important;height:100%!important;min-height:0!important;max-height:100%!important}.customer-tools-column .tool-card.open{flex:none!important}.customer-tools-column .tool-summary{cursor:default}@media (max-width:1500px),(max-height:860px){.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{z-index:80!important;width:min(410px,100vw - 24px)!important;height:auto!important;max-height:none!important;position:fixed!important;top:10px!important;bottom:10px!important;right:10px!important}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{z-index:70!important;background:#0000006b!important;position:fixed!important;inset:0!important}}@media (max-width:960px){.inbox-dashboard-shell:not(.sidebar-mobile-open) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-mobile-open) .sidebar-v4:hover{transform:translate(-106%)!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4:hover{transform:translate(0)!important}.inbox-dashboard-shell .sidebar-v4{flex-direction:column!important;display:flex!important;overflow:hidden!important}.inbox-dashboard-shell .sidebar-scroll-area{flex:auto!important;min-height:0!important;overflow:hidden auto!important}.inbox-dashboard-shell .sidebar-account-zone{flex:none!important;width:100%!important;margin:0!important;padding:8px 0 0!important}.inbox-dashboard-shell .sidebar-account-button{justify-content:flex-start!important;width:100%!important;min-height:44px!important}.inbox-dashboard-shell .sidebar-account-button .account-meta{flex:auto!important;min-width:0!important;overflow:hidden!important}.inbox-dashboard-shell .sidebar-account-button .account-meta strong,.inbox-dashboard-shell .sidebar-account-button .account-meta em{white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important;overflow:hidden!important}.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{width:min(410px,100vw - 18px)!important;top:8px!important;bottom:8px!important;right:8px!important}}@media (min-width:961px) and (max-width:1280px),(min-width:961px) and (max-height:820px){.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:focus-within{width:72px!important;min-width:72px!important;padding:8px 6px!important;overflow:hidden!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-brand-topline,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-topline{flex-direction:column!important;justify-content:center!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span{font-size:0!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span:after{content:"DY"!important;letter-spacing:0!important;font-size:16px!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-brand-subline,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-search-only,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-text,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .account-meta,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-text,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .account-meta{display:none!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-link{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important;position:relative!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-alert-badge,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-alert-badge{margin:0!important;position:absolute!important;top:0!important;right:-5px!important}.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-account-button,.inbox-dashboard-shell:not(.sidebar-mobile-open):not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-account-button{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important}}@media (max-width:960px){.inbox-dashboard-shell .mobile-sidebar-handle{pointer-events:auto!important;z-index:160!important;place-items:center!important;width:38px!important;height:38px!important;display:inline-grid!important;position:fixed!important;top:8px!important;left:8px!important}.inbox-dashboard-shell:not(.sidebar-mobile-open) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-mobile-open) .sidebar-v4:hover,.inbox-dashboard-shell:not(.sidebar-mobile-open) .sidebar-v4:focus-within{pointer-events:none!important;visibility:hidden!important;display:flex!important;transform:translate(-112%)!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4:hover,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4:focus-within{pointer-events:auto!important;visibility:visible!important;width:min(280px,86vw)!important;min-width:0!important;padding:12px!important;display:flex!important;overflow:hidden!important;transform:translate(0)!important}.inbox-dashboard-shell.sidebar-mobile-open .mobile-sidebar-handle{left:min(288px,86vw + 8px)!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-account-zone{width:100%!important;min-width:0!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-account-button{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.inbox-dashboard-shell.sidebar-mobile-open .avatar-dot{flex:0 0 34px!important;width:34px!important;height:34px!important}.inbox-dashboard-shell.sidebar-mobile-open .account-meta{flex-direction:column!important;flex:auto!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;max-width:190px!important;display:flex!important}.inbox-dashboard-shell.sidebar-mobile-open .account-meta strong,.inbox-dashboard-shell.sidebar-mobile-open .account-meta em{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;width:100%!important;max-width:190px!important;display:block!important;overflow:hidden!important}}@media (min-width:961px){.inbox-dashboard-shell .mobile-sidebar-handle{display:none!important}}.dashboard-main-v4 .page-header{border-radius:16px!important;align-items:center!important;gap:12px!important;min-height:0!important;padding:12px 16px!important}.dashboard-main-v4 .page-header h1{font-size:22px!important;line-height:1.2!important}.dashboard-main-v4 .page-header p,.dashboard-main-v4 .page-header>div:first-child>.badge:first-child{display:none!important}.dashboard-main-v4 .page-header .quick-actions,.dashboard-main-v4 .page-header .communication-header-side{align-items:center!important}.inbox-dashboard-shell .mobile-sidebar-handle,.inbox-dashboard-shell .mobile-sidebar-backdrop{display:none!important}.communication-desk-page{gap:8px!important;height:calc(100vh - 20px)!important;max-height:calc(100vh - 20px)!important;overflow:hidden!important}.dashboard-main-communication-desk-v4109{height:100vh!important;max-height:100vh!important;padding:10px 12px 12px!important;overflow:hidden!important}.communication-desk-page>.compact-page-header,.communication-tabs,.communication-filter-bar{flex:none!important}.communication-tabs{scrollbar-width:thin!important;flex-wrap:nowrap!important;overflow-x:auto!important}.communication-tabs button{flex:none!important}.communication-filter-bar{gap:8px!important;min-height:0!important}.communication-filter-controls{scrollbar-width:thin!important;flex-wrap:nowrap!important;overflow-x:auto!important}.communication-filter-controls .input{flex:0 0 220px!important;max-width:240px!important;min-height:36px!important}.communication-desk-grid{flex:auto!important;grid-template-rows:minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important;height:auto!important;min-height:0!important;display:grid!important;position:relative!important;overflow:hidden!important}.communication-desk-grid.tools-dock-mode:not(.customer-tools-collapsed){grid-template-columns:minmax(260px,.82fr) minmax(460px,1.58fr) minmax(320px,.92fr)!important}.communication-desk-grid.tools-dock-mode.customer-tools-collapsed,.communication-desk-grid.tools-drawer-mode,.communication-desk-page.focus-mode .communication-desk-grid{grid-template-columns:minmax(260px,.78fr) minmax(0,1.9fr)!important}.communication-desk-page.focus-mode .communication-desk-grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important}.communication-column{flex-direction:column!important;height:auto!important;min-height:0!important;display:flex!important;overflow:hidden!important}.conversation-list-column,.message-center-column,.customer-tools-column{min-width:0!important}.communication-thread-list,.communication-messages,.customer-tool-stack,.single-open-tool-stack{flex:auto!important;min-height:0!important;max-height:none!important;overflow:hidden auto!important}.communication-column-head,.reply-capability-strip,.archive-status-strip,.ai-action-row,.compact-popover-panel,.reply-editor-field,.human-reply-actions,.customer-tools-head,.customer-tools-nav{flex:none!important}.communication-desk-grid.tools-dock-mode:not(.customer-tools-collapsed) .customer-tools-column{z-index:auto!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:auto!important;height:auto!important;max-height:none!important;box-shadow:none!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}.communication-desk-grid.tools-dock-mode.customer-tools-collapsed .customer-tools-column{display:none!important}.communication-desk-grid.tools-drawer-mode .customer-tools-column,.communication-desk-page.focus-mode .customer-tools-column{z-index:120!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:min(440px,100vw - 24px)!important;height:auto!important;max-height:none!important;transition:transform .18s,opacity .18s,visibility .18s!important;display:flex!important;position:fixed!important;inset:10px 10px 10px auto!important;transform:translate(calc(100% + 28px))!important;box-shadow:-20px 0 56px #00000061!important}.communication-desk-grid.tools-drawer-mode.tools-drawer-open .customer-tools-column.drawer-open,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.communication-desk-grid .tools-drawer-backdrop{display:none!important}.communication-desk-grid.tools-drawer-mode.tools-drawer-open .tools-drawer-backdrop,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{z-index:110!important;cursor:pointer!important;background:#0000006b!important;border:0!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}.communication-desk-page.focus-mode .message-head .tools-drawer-toggle,.communication-desk-page .tools-drawer-toggle,.communication-desk-page .tools-panel-collapse,.communication-desk-grid.tools-drawer-mode .tools-drawer-close,.communication-desk-page.focus-mode .tools-drawer-close{display:inline-flex!important}.communication-desk-grid.tools-dock-mode .tools-drawer-close{display:none!important}.customer-tools-column .tool-body,.customer-tools-column .tool-brief-body{max-height:none!important;overflow:visible!important}.customer-tool-stack.single-open-tool-stack{scrollbar-gutter:stable!important;padding:12px!important}.customer-tools-nav{scrollbar-width:thin!important;overflow-x:auto!important}.customer-tools-nav button{flex:none!important}@media (max-width:1500px),(max-height:860px){.communication-desk-grid.tools-dock-mode:not(.customer-tools-collapsed),.communication-desk-grid.tools-dock-mode.customer-tools-collapsed,.communication-desk-grid.tools-drawer-mode{grid-template-columns:minmax(245px,.72fr) minmax(0,1.86fr)!important}}@media (max-width:960px){.dashboard-main-communication-desk-v4109{padding:8px!important}.communication-desk-page{height:auto!important;max-height:none!important;padding-top:42px!important;overflow:visible!important}.communication-desk-grid.tools-dock-mode:not(.customer-tools-collapsed),.communication-desk-grid.tools-dock-mode.customer-tools-collapsed,.communication-desk-grid.tools-drawer-mode{grid-template-columns:minmax(0,1fr)!important;overflow:visible!important}.communication-desk-page:not(.focus-mode) .conversation-list-column{min-height:220px!important;max-height:34vh!important}.communication-desk-page:not(.focus-mode) .message-center-column{min-height:62vh!important}.communication-desk-grid.tools-drawer-mode .customer-tools-column,.communication-desk-page.focus-mode .customer-tools-column{width:min(420px,100vw - 16px)!important;top:8px!important;bottom:8px!important;right:8px!important}}@media (max-width:960px),(max-height:820px){.inbox-dashboard-shell .mobile-sidebar-handle{pointer-events:auto!important;z-index:180!important;color:#f4f4f5!important;background:#202020!important;border:1px solid #ffffff29!important;border-radius:12px!important;place-items:center!important;width:38px!important;height:38px!important;display:inline-grid!important;position:fixed!important;top:10px!important;left:10px!important;box-shadow:0 10px 30px #0000003d!important}html[data-theme=light] .inbox-dashboard-shell .mobile-sidebar-handle{color:#111827!important;background:#fff!important;border-color:#0000001f!important}.inbox-dashboard-shell .sidebar-v4,.inbox-dashboard-shell .sidebar-v4:hover,.inbox-dashboard-shell .sidebar-v4:focus-within{z-index:170!important;visibility:hidden!important;pointer-events:none!important;flex-direction:column!important;width:min(292px,86vw)!important;min-width:0!important;height:100vh!important;min-height:100vh!important;padding:12px!important;transition:transform .18s,visibility .18s!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow:hidden!important;transform:translate(-112%)!important}.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4:hover,.inbox-dashboard-shell.sidebar-mobile-open .sidebar-v4:focus-within{visibility:visible!important;pointer-events:auto!important;transform:translate(0)!important}.inbox-dashboard-shell.sidebar-mobile-open .mobile-sidebar-backdrop{z-index:160!important;background:#0000005c!important;border:0!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}.inbox-dashboard-shell.sidebar-mobile-open .mobile-sidebar-handle{left:min(302px,86vw + 10px)!important}.inbox-dashboard-shell .sidebar-brand-v4 h1 span,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span{font-size:21px!important}.inbox-dashboard-shell .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 span:after{content:none!important}.inbox-dashboard-shell .sidebar-brand-v4 h1 em,.inbox-dashboard-shell .sidebar-brand-subline,.inbox-dashboard-shell .workspace-switcher-wrap,.inbox-dashboard-shell .sidebar-section-toggle,.inbox-dashboard-shell .sidebar-text,.inbox-dashboard-shell .account-meta,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-v4 h1 em,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-brand-subline,.inbox-dashboard-shell .sidebar-v4:hover .workspace-switcher-wrap,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-section-toggle,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-text,.inbox-dashboard-shell .sidebar-v4:hover .account-meta{display:flex!important}.inbox-dashboard-shell .sidebar-v4 .sidebar-link,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important}.inbox-dashboard-shell .sidebar-alert-badge,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-alert-badge{margin-left:auto!important;position:static!important}.inbox-dashboard-shell .sidebar-account-zone{flex:none!important;width:100%!important;min-width:0!important}.inbox-dashboard-shell .sidebar-account-button,.inbox-dashboard-shell .sidebar-v4:hover .sidebar-account-button{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;padding:10px!important;display:flex!important}.inbox-dashboard-shell .avatar-dot{flex:0 0 34px!important;width:34px!important;height:34px!important}.inbox-dashboard-shell .account-meta{flex-direction:column!important;flex:auto!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;max-width:210px!important;overflow:hidden!important}.inbox-dashboard-shell .account-meta strong,.inbox-dashboard-shell .account-meta em{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;width:100%!important;max-width:210px!important;display:block!important;overflow:hidden!important}}@media (min-width:961px) and (min-height:821px){.inbox-dashboard-shell .mobile-sidebar-handle,.inbox-dashboard-shell .mobile-sidebar-backdrop{display:none!important}}.inbox-dashboard-shell{flex-direction:row!important;align-items:stretch!important;height:100vh!important;max-height:100vh!important;display:flex!important;overflow:hidden!important}.inbox-dashboard-shell .sidebar-v4,.inbox-dashboard-shell .sidebar-v4:hover,.inbox-dashboard-shell .sidebar-v4:focus-within{z-index:40!important;visibility:visible!important;pointer-events:auto!important;height:100vh!important;min-height:100vh!important;transition:width .18s,min-width .18s,padding .18s!important;display:flex!important;position:sticky!important;top:0!important;bottom:auto!important;left:auto!important;transform:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within{width:236px!important;min-width:236px!important;padding:12px!important;overflow:hidden!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within{width:72px!important;min-width:72px!important;padding:8px 6px!important;overflow:hidden!important}.inbox-dashboard-shell .sidebar-scroll-area{flex:auto!important;min-height:0!important;overflow:hidden auto!important}.inbox-dashboard-shell .sidebar-account-zone{flex:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-topline,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-topline{flex-direction:row!important;justify-content:space-between!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span{font-size:21px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span:after{content:none!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-text,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 em,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .workspace-switcher-wrap,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-section-toggle,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-text,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .account-meta{display:flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-text,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-text{display:block!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-alert-badge,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-alert-badge{margin-left:auto!important;position:static!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-account-button,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-account-button{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta{flex-direction:column!important;flex:auto!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;overflow:hidden!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta strong,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .account-meta em{white-space:nowrap!important;text-overflow:ellipsis!important;width:100%!important;display:block!important;overflow:hidden!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-topline{flex-direction:column!important;justify-content:center!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4 h1 span,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4 h1 span{font-size:0!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4 h1 span:after,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4 h1 span:after{content:"DY"!important;font-size:16px!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4 h1 em,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-subline,.inbox-dashboard-shell.sidebar-manual-collapsed .workspace-switcher-wrap,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-search-only,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-section-toggle,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-text,.inbox-dashboard-shell.sidebar-manual-collapsed .account-meta,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4 h1 em,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-subline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .workspace-switcher-wrap,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-section-toggle,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-text,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .account-meta{display:none!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-primary-items,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-section-items{gap:6px!important;display:grid!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4 .sidebar-link,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-link,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-account-button,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-account-button{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important;position:relative!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-alert-badge,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-alert-badge{margin:0!important;position:absolute!important;top:0!important;right:-5px!important}.sidebar-collapse-toggle{z-index:90!important;color:#fff!important;background:#2f2f2f!important;border:1px solid #ffffff2e!important;border-radius:999px!important;width:30px!important;height:42px!important;font-size:18px!important;font-weight:900!important;position:absolute!important;top:18px!important;right:-15px!important;box-shadow:0 12px 32px #00000052!important}.sidebar-collapse-toggle:hover{transform:scale(1.03);background:#3b3b3b!important}html[data-theme=light] .sidebar-collapse-toggle{color:#111827!important;background:#fff!important;border-color:#0f172a2e!important;box-shadow:0 12px 32px #0f172a29!important}.communication-desk-grid,.communication-desk-grid.tools-drawer-mode,.communication-desk-grid.tools-dock-mode,.communication-desk-grid.customer-tools-collapsed,.communication-desk-grid.tools-drawer-mode.customer-tools-collapsed,.communication-desk-page.focus-mode .communication-desk-grid{grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(260px,.78fr) minmax(0,1.9fr)!important}.communication-desk-page.focus-mode .communication-desk-grid{grid-template-columns:minmax(0,1fr)!important}.communication-desk-grid .customer-tools-column,.communication-desk-grid.tools-dock-mode .customer-tools-column,.communication-desk-grid.tools-drawer-mode .customer-tools-column,.communication-desk-grid.customer-tools-collapsed .customer-tools-column,.communication-desk-page.focus-mode .customer-tools-column{z-index:220!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;flex-direction:column!important;width:min(480px,100vw - 24px)!important;height:auto!important;max-height:none!important;transition:transform .18s,opacity .18s,visibility .18s!important;display:flex!important;position:fixed!important;inset:10px 10px 10px auto!important;transform:translate(calc(100% + 28px))!important;box-shadow:-24px 0 70px #0000006b!important}.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.communication-desk-grid .tools-drawer-backdrop,.communication-desk-grid.tools-dock-mode .tools-drawer-backdrop,.communication-desk-grid.tools-drawer-mode .tools-drawer-backdrop,.communication-desk-page.focus-mode .tools-drawer-backdrop{display:none!important}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{z-index:210!important;cursor:pointer!important;pointer-events:auto!important;background:#00000075!important;border:0!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important}.communication-desk-page .tools-drawer-toggle,.communication-desk-page.focus-mode .message-head .tools-drawer-toggle,.communication-desk-grid .tools-drawer-close,.communication-desk-page.focus-mode .tools-drawer-close{display:inline-flex!important}.communication-desk-page .tools-panel-collapse{display:none!important}.customer-tools-column .customer-tools-head,.customer-tools-column .customer-tools-nav{flex:none!important}.customer-tools-column .customer-tool-stack.single-open-tool-stack{overscroll-behavior:contain!important;flex:auto!important;height:auto!important;min-height:0!important;overflow:hidden auto!important}@media (max-width:960px){.inbox-dashboard-shell{flex-direction:row!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important}.dashboard-main-communication-desk-v4109{height:100vh!important;max-height:100vh!important;padding:8px!important;overflow:hidden!important}.communication-desk-page{height:calc(100vh - 16px)!important;max-height:calc(100vh - 16px)!important;padding-top:0!important;overflow:hidden!important}.communication-desk-grid,.communication-desk-grid.tools-drawer-mode,.communication-desk-grid.tools-dock-mode,.communication-desk-grid.customer-tools-collapsed{grid-template-columns:minmax(0,1fr)!important}.communication-desk-page:not(.focus-mode) .conversation-list-column{min-height:210px!important;max-height:34vh!important}.communication-desk-page:not(.focus-mode) .message-center-column{min-height:60vh!important}.communication-desk-grid .customer-tools-column,.communication-desk-page.focus-mode .customer-tools-column{width:min(430px,100vw - 16px)!important;top:8px!important;bottom:8px!important;right:8px!important}}.communication-desk-page.focus-mode .message-head .tools-drawer-toggle{pointer-events:auto!important;visibility:visible!important;opacity:1!important;display:inline-flex!important}.communication-desk-grid .customer-tools-column,.communication-desk-grid.tools-drawer-mode .customer-tools-column,.communication-desk-grid.tools-dock-mode .customer-tools-column,.communication-desk-grid.customer-tools-collapsed .customer-tools-column,.communication-desk-page.focus-mode .customer-tools-column{z-index:360!important;pointer-events:none!important;background:#18181b!important;border:1px solid #94a3b838!important;border-radius:18px!important}.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open{z-index:360!important;pointer-events:auto!important;visibility:visible!important;opacity:1!important;transform:translate(0)!important}.communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open *,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .customer-tools-column.drawer-open *{pointer-events:auto}.communication-desk-grid.tools-drawer-open .tools-drawer-backdrop,.communication-desk-page.focus-mode .communication-desk-grid.tools-drawer-open .tools-drawer-backdrop{z-index:340!important;pointer-events:auto!important;background:#0000009e!important}.customer-tools-nav{z-index:2!important;position:relative!important}.customer-tools-nav button{-webkit-user-select:none;user-select:none;pointer-events:auto!important}html[data-theme=light] .communication-desk-grid .customer-tools-column,html[data-theme=light] .communication-desk-page.focus-mode .customer-tools-column{background:#fff!important;border-color:#0f172a24!important}.sidebar-collapse-toggle{z-index:2!important;color:#fff!important;width:34px!important;min-width:34px!important;height:32px!important;box-shadow:none!important;background:#2f2f2f!important;border:1px solid #ffffff29!important;border-radius:10px!important;font-size:18px!important;font-weight:900!important;line-height:1!important;position:static!important;top:auto!important;right:auto!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-topline{gap:8px!important}html[data-theme=light] .sidebar-collapse-toggle{color:#111827!important;box-shadow:none!important;background:#fff!important;border-color:#0f172a2e!important}.sidebar-collapse-toggle{color:#fff!important;width:36px!important;min-width:36px!important;height:36px!important;box-shadow:none!important;cursor:pointer!important;background:#2f2f2f!important;border:1px solid #ffffff2e!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;padding:0!important;line-height:1!important;display:inline-flex!important}.sidebar-collapse-toggle:hover{background:#3b3b3b!important;transform:none!important}.sidebar-collapse-toggle .sidebar-collapse-triangle{width:0!important;height:0!important;font-size:0!important;line-height:0!important;display:block!important}.sidebar-collapse-toggle.is-expanded .sidebar-collapse-triangle{border:8px solid #0000!important;border-left:0!important;border-right:13px solid!important;margin-left:-2px!important}.sidebar-collapse-toggle.is-collapsed .sidebar-collapse-triangle{border:8px solid #0000!important;border-left:13px solid!important;border-right:0!important;margin-right:-2px!important}html[data-theme=light] .sidebar-collapse-toggle{color:#111827!important;background:#fff!important;border-color:#0f172a2e!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within{visibility:visible!important;pointer-events:auto!important;width:236px!important;min-width:236px!important;height:100vh!important;min-height:100vh!important;padding:12px!important;display:flex!important;position:sticky!important;top:0!important;bottom:auto!important;left:auto!important;overflow:hidden!important;transform:none!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within{visibility:visible!important;pointer-events:auto!important;width:72px!important;min-width:72px!important;height:100vh!important;min-height:100vh!important;padding:8px 6px!important;display:flex!important;position:sticky!important;top:0!important;bottom:auto!important;left:auto!important;overflow:hidden!important;transform:none!important}.inbox-dashboard-shell .mobile-sidebar-handle,.inbox-dashboard-shell .mobile-sidebar-backdrop{pointer-events:none!important;display:none!important}@media (max-width:960px),(max-height:820px){.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within{visibility:visible!important;pointer-events:auto!important;width:236px!important;min-width:236px!important;transform:none!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within{visibility:visible!important;pointer-events:auto!important;width:72px!important;min-width:72px!important;transform:none!important}}.inbox-dashboard-shell .sidebar-collapse-toggle{z-index:120!important;pointer-events:auto!important;flex:0 0 36px!important;position:relative!important;inset:auto!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-topline,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-topline{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important;overflow:visible!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-brand-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-v4{overflow:visible!important}.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-collapse-toggle,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-collapse-toggle,.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-collapse-toggle{visibility:visible!important;opacity:1!important;margin:0 auto!important;display:inline-flex!important}.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-brand-topline,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-topline,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-brand-topline{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}@media (max-width:960px),(max-height:820px){.inbox-dashboard-shell.sidebar-manual-collapsed .sidebar-collapse-toggle,.inbox-dashboard-shell:not(.sidebar-manual-collapsed) .sidebar-collapse-toggle{pointer-events:auto!important;position:relative!important;top:auto!important;right:auto!important}}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814{grid-template-columns:236px minmax(0,1fr)!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed{grid-template-columns:72px minmax(0,1fr)!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814 .mobile-sidebar-handle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814 .mobile-sidebar-backdrop{visibility:hidden!important;pointer-events:none!important;display:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed):not(.communication-focus-mode-v4109)>.sidebar-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed):not(.communication-focus-mode-v4109)>.sidebar-v4:hover,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed):not(.communication-focus-mode-v4109)>.sidebar-v4:focus-within{z-index:20!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:236px!important;min-width:236px!important;max-width:236px!important;height:100vh!important;min-height:100vh!important;padding:12px!important;display:flex!important;position:sticky!important;inset:0 auto auto!important;overflow:hidden!important;transform:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed:not(.communication-focus-mode-v4109)>.sidebar-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed:not(.communication-focus-mode-v4109)>.sidebar-v4:hover,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed:not(.communication-focus-mode-v4109)>.sidebar-v4:focus-within{z-index:20!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:100vh!important;min-height:100vh!important;padding:8px 6px!important;display:flex!important;position:sticky!important;inset:0 auto auto!important;overflow:hidden!important;transform:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.communication-focus-mode-v4109{grid-template-columns:minmax(0,1fr)!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.communication-focus-mode-v4109>.sidebar-v4{display:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-brand-v4{text-align:left!important;padding:10px 10px 12px!important;overflow:visible!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-topline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-topline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-brand-topline{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-brand-v4 h1 span{font-size:21px!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 span:after,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 span:after,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-brand-v4 h1 span:after{content:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-v4 h1 em,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-brand-subline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .workspace-switcher-wrap,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-section-toggle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-text,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .account-meta,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-v4 h1 em,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-brand-subline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .workspace-switcher-wrap,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-section-toggle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-text,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .account-meta{display:flex!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-text,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-text{flex-direction:column!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4 .sidebar-link,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-link,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:focus-within .sidebar-link{justify-content:flex-start!important;width:auto!important;min-height:40px!important;margin:0!important;padding:8px 9px!important;position:relative!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-alert-badge,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-alert-badge{margin-left:auto!important;position:static!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-account-button,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814:not(.sidebar-manual-collapsed) .sidebar-v4:hover .sidebar-account-button{justify-content:flex-start!important;width:100%!important;min-height:44px!important;margin:0!important;padding:8px 10px!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-v4{text-align:center!important;padding:8px 4px 10px!important;overflow:visible!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-topline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-topline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-topline{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important;overflow:visible!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-v4 h1 span,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4 h1 span,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-v4 h1 span{font-size:0!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-v4 h1 span:after,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-brand-v4 h1 span:after,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-brand-v4 h1 span:after{content:"DY"!important;letter-spacing:0!important;font-size:16px!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-v4 h1 em,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-brand-subline,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .workspace-switcher-wrap,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-search-only,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-section-toggle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-text,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .account-meta,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-text,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .account-meta{display:none!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-section-items,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-primary-items,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-section-items,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-primary-items{gap:6px!important;display:grid!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4 .sidebar-link,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-link,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:focus-within .sidebar-link{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important;position:relative!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-alert-badge,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-alert-badge{margin:0!important;position:absolute!important;top:0!important;right:-5px!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-account-button,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814.sidebar-manual-collapsed .sidebar-v4:hover .sidebar-account-button{justify-content:center!important;width:44px!important;min-height:44px!important;margin:0 auto!important;padding:6px!important}.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814 .sidebar-collapse-toggle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814 .sidebar-v4:hover .sidebar-collapse-toggle,.dashboard-shell-v4.inbox-dashboard-shell.inbox-sidebar-manual-v40814 .sidebar-v4:focus-within .sidebar-collapse-toggle{z-index:300!important;pointer-events:auto!important;color:#fff!important;background:#2f2f2f!important;border:1px solid #ffffff2e!important;border-radius:12px!important;flex:0 0 36px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;margin:0!important;padding:0!important;display:inline-flex!important;position:relative!important;inset:auto!important}.sidebar-section-toggle .sidebar-section-arrow{flex:none;width:0;height:0;margin-left:8px;display:inline-block}.sidebar-section-toggle .sidebar-section-arrow.is-collapsed{border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid}.sidebar-section-toggle .sidebar-section-arrow.is-open{border-top:6px solid;border-left:4px solid #0000;border-right:4px solid #0000}.workspace-strategy-control .section-heading-row{align-items:flex-start;gap:16px}.workspace-strategy-control .quick-actions{flex-wrap:wrap;justify-content:flex-end}.conversation-reply-rule-group{border-color:#4fd1c538}.conversation-reply-rule-group .setting-disabled-hint{font-weight:700}.global-reply-translation-settings{scroll-margin-top:24px}.global-reply-translation-settings .section-heading-row{align-items:flex-start;gap:16px}.global-settings-notice{margin:12px 0 0}.global-settings-table{gap:10px;margin-top:18px;display:grid}.global-settings-row{background:#0f172a52;border:1px solid #94a3b82e;border-radius:18px;grid-template-columns:minmax(150px,.85fr) minmax(210px,1fr) minmax(320px,1.8fr);align-items:start;gap:12px;padding:14px;display:grid}.global-settings-head{color:var(--muted-text);background:#94a3b814;font-size:.82rem;font-weight:800}.global-setting-name strong{font-size:.95rem;line-height:1.5;display:block}.global-setting-language .inline-control{align-items:center;gap:8px}.global-setting-language .compact-select{min-width:140px}.global-tools-toggle{justify-content:space-between;width:100%;margin-bottom:10px}.global-tool-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px;display:grid}.global-tool-checkbox{min-height:34px;color:var(--text-primary);background:#02061738;border:1px solid #94a3b824;border-radius:12px;align-items:center;gap:7px;padding:8px 10px;font-size:.84rem;display:inline-flex}.global-tool-checkbox input{accent-color:var(--accent-color,#38bdf8)}@media (max-width:1180px){.global-settings-row{grid-template-columns:1fr}.global-settings-head{display:none}}.platform-settings-table .platform-settings-row{grid-template-columns:minmax(130px,.85fr) minmax(120px,.55fr) minmax(460px,2.2fr) minmax(120px,.7fr)}.platform-setting-options{gap:10px;display:grid}.platform-setting-option{background:#0206172e;border:1px solid #94a3b824;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:8px 10px;display:flex}.platform-setting-option .compact-setting-toggle span{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.platform-setting-option .compact-setting-toggle em{color:var(--muted-text);font-size:.78rem;font-style:normal;font-weight:600}.platform-language-select{justify-content:flex-end;min-width:190px}.platform-language-select .compact-select{min-width:120px}.platform-setting-strategy strong{background:#38bdf81a;border:1px solid #38bdf82e;border-radius:999px;align-items:center;min-height:32px;padding:6px 10px;font-size:.82rem;display:inline-flex}.platform-setting-connected .compact-setting-toggle{min-height:34px}@media (max-width:1180px){.platform-settings-table .platform-settings-row{grid-template-columns:1fr}.platform-setting-option{flex-direction:column;align-items:flex-start}.platform-language-select{justify-content:flex-start}}.permanent-reply-editor{align-items:stretch}.permanent-reply-editor .field{flex-direction:column;gap:8px;display:flex}.reply-pane-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:2px;display:flex}.split-pane-actions{justify-content:space-between}.reply-translation-title-row{align-items:center;gap:10px}.translation-pane-language{justify-content:flex-end;min-width:210px;margin-left:auto}.translation-pane-language .compact-select{min-width:116px}@media (max-width:900px){.permanent-reply-editor{grid-template-columns:1fr}.translation-pane-language{justify-content:space-between;min-width:100%;margin-left:0}.split-pane-actions{justify-content:flex-end}}.translation-setting-actions-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.translation-setting-actions-row .compact-setting-select{flex:220px}.translation-setting-actions-row .compact-btn,.reply-translation-title-row strong{white-space:nowrap;flex:none}.reply-translate-action-left{flex:auto;align-items:center;gap:10px;min-width:0;display:inline-flex}.inline-preview-status{white-space:nowrap;text-overflow:ellipsis;align-items:center;max-width:min(520px,60vw);min-height:34px;margin-top:0;display:inline-flex;overflow:hidden}@media (max-width:900px){.reply-translate-action-left{flex-wrap:wrap;width:100%}.inline-preview-status{max-width:100%}}.sidebar-account-zone .sidebar-account-menu,.sidebar-account-menu{z-index:9999!important;width:min(268px,100vw - 24px)!important;max-height:min(520px,100vh - 112px)!important;position:fixed!important;bottom:86px!important;left:12px!important;right:auto!important;overflow:auto!important}.compact-reply-actions{align-items:center;gap:8px;display:flex}.compact-reply-actions .locate-current-conversation-action{white-space:nowrap;margin-left:auto}.compact-reply-actions .jump-latest-action{white-space:nowrap;margin-left:0}.permanent-reply-editor{align-items:start;margin-top:4px!important;padding-bottom:10px!important}.permanent-reply-editor .field{gap:6px!important}.permanent-reply-editor textarea,.communication-desk-page:not(.focus-mode) .permanent-reply-editor textarea,.communication-desk-page:not(.focus-mode) .reply-editor-split-field textarea{min-height:68px!important;max-height:94px!important}.permanent-reply-editor .reply-pane-actions{align-items:center;min-height:34px;margin-top:0!important}.reply-translate-action-left,.inline-preview-status{min-height:32px!important}@media (max-width:760px){.sidebar-account-zone .sidebar-account-menu,.sidebar-account-menu{width:calc(100vw - 16px)!important;bottom:82px!important;left:8px!important}.compact-reply-actions .locate-current-conversation-action,.compact-reply-actions .jump-latest-action{width:100%;margin-left:0}}.platform-setting-connected{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.sendability-badge{white-space:nowrap;align-items:center;gap:6px;width:fit-content;display:inline-flex}.sendability-badge em{color:var(--muted-text);font-size:.72rem;font-style:normal}.communication-thread-card.active,.communication-thread-card[aria-current=true]{filter:brightness(1.03)saturate(1.04);background:#e2e8f0fa;border-color:#3b82f6b8;box-shadow:0 0 0 1px #3b82f638,0 0 22px #3b82f629}.communication-thread-card.active:before,.communication-thread-card[aria-current=true]:before{content:"";background:#3b82f6e6;border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:0}html[data-theme=dark] .communication-thread-card.active,html[data-theme=dark] .communication-thread-card[aria-current=true]{filter:brightness(1.12)saturate(1.08);background:#27272afa;border-color:#60a5fab8;box-shadow:0 0 0 1px #60a5fa3d,0 0 26px #60a5fa2e}html[data-theme=dark] .communication-thread-card.active:before,html[data-theme=dark] .communication-thread-card[aria-current=true]:before{background:#60a5faf2}.message-feedback-box{gap:8px;margin-top:10px;display:grid}.message-feedback-actions{align-items:center;gap:6px;display:inline-flex}.message-feedback-icon{color:#d4d4d8;cursor:pointer;background:#ffffff08;border:1px solid #94a3b833;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .16s;display:inline-flex}.message-feedback-icon:hover,.message-feedback-icon.active{color:#f4f4f5;background:#ffffff14;border-color:#94a3b859}.message-feedback-icon.success,.message-feedback-icon.success:hover{color:#22c55e;background:#22c55e1f;border-color:#22c55e59}.message-feedback-status{margin:0;font-size:12px;line-height:1.45}.message-feedback-status.success{color:#86efac}.message-feedback-status.error{color:#fca5a5}.message-feedback-editor{gap:8px;display:grid}.call-records-panel{max-height:300px}.call-record-refresh-btn{color:#d4d4d8;cursor:pointer;background:#ffffff08;border:1px solid #94a3b833;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.call-record-refresh-btn:disabled{opacity:.7;cursor:not-allowed}.call-record-spinner{border:2px solid #d4d4d852;border-top-color:#f4f4f5;border-radius:999px;width:14px;height:14px;animation:.8s linear infinite dayu-spin}@keyframes dayu-spin{to{transform:rotate(360deg)}}html[data-theme=light] .message-feedback-icon,html[data-theme=light] .call-record-refresh-btn{color:#52525b;background:#f7f7f8;border-color:#e4e4e7}html[data-theme=light] .message-feedback-icon:hover,html[data-theme=light] .message-feedback-icon.active,html[data-theme=light] .call-record-refresh-btn:hover{color:#18181b;background:#fff}html[data-theme=light] .message-feedback-status.success{color:#166534}html[data-theme=light] .message-feedback-status.error{color:#991b1b}.message-meta-left{align-items:center;gap:8px;min-width:0;display:inline-flex}.message-meta-left>strong{flex:none}.message-meta .message-feedback-box{margin-top:0}.message-feedback-box{vertical-align:middle;align-items:center;gap:6px;max-width:min(580px,60vw);min-height:24px;display:inline-flex;position:relative}.message-feedback-actions{flex:none;align-items:center;gap:4px;display:inline-flex}.message-feedback-icon{border-radius:999px;width:24px;min-width:24px;height:24px;padding:0}.message-feedback-icon svg{width:13px;height:13px}.message-feedback-status{text-overflow:ellipsis;white-space:nowrap;max-width:360px;margin:0;font-size:11px;line-height:1.2;overflow:hidden}.message-feedback-editor{z-index:40;background:#18181b;border:1px solid #94a3b83d;border-radius:14px;gap:8px;width:min(360px,72vw);padding:10px;display:grid;position:absolute;top:28px;left:0;box-shadow:0 18px 48px #00000059}.message-feedback-editor textarea{min-height:82px}.message-feedback-editor-actions{justify-content:flex-end;gap:8px;display:flex}html[data-theme=light] .message-feedback-editor{background:#fff;border-color:#e4e4e7;box-shadow:0 18px 48px #0f172a24}@media (max-width:720px){.message-feedback-box{max-width:100%}.message-feedback-status{max-width:180px}}.message-agent-id{color:#a1a1aa;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:11px;font-style:normal;font-weight:800;overflow:hidden}.message-feedback-status.success,.message-feedback-status.error{text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}.thread-card-flags em.warning{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b59}html[data-theme=light] .message-agent-id{color:#71717a}.ai-feedback-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ai-feedback-toolbar .input:first-child{flex:320px;min-width:min(420px,100%)}.ai-feedback-list{gap:12px;display:grid}.ai-feedback-item{background:#ffffff09;border:1px solid #94a3b82e;border-radius:18px;gap:12px;padding:14px;display:grid}.ai-feedback-item-head,.ai-feedback-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-feedback-item-head strong{color:#f4f4f5}.ai-feedback-item-head span{color:#86efac;background:#22c55e1f;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:900}.ai-feedback-item-head em{color:#a1a1aa;margin-left:auto;font-size:12px;font-style:normal}.ai-feedback-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ai-feedback-columns label{color:#a1a1aa;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.ai-feedback-columns p{color:#e4e4e7;margin:0;font-size:12px;line-height:1.55}@media (max-width:960px){.ai-feedback-columns{grid-template-columns:1fr}.ai-feedback-item-head em{margin-left:0}}html[data-theme=light] .ai-feedback-item{background:#f8fafc;border-color:#e5e7eb}html[data-theme=light] .ai-feedback-item-head strong{color:#18181b}html[data-theme=light] .ai-feedback-columns label,html[data-theme=light] .ai-feedback-item-head em{color:#71717a}html[data-theme=light] .ai-feedback-columns p{color:#27272a}.sidebar-global-search{display:block;position:relative}.sidebar-search-popover{z-index:80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#161616fa;border:1px solid #ffffff1a;border-radius:16px;max-height:360px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 18px 44px #0000005c}.sidebar-search-state{color:#ffffffad;padding:10px 12px;font-size:12px;line-height:1.5}.sidebar-search-state.is-error{color:#ffb4b4}.sidebar-search-results{gap:6px;display:grid}.sidebar-search-result{color:inherit;border:1px solid #0000;border-radius:12px;gap:3px;padding:10px 11px;text-decoration:none;display:grid}.sidebar-search-result:hover{background:#ffffff12;border-color:#ffffff1a}.sidebar-search-result span{color:#7be295eb;font-size:11px}.sidebar-search-result strong{color:#ffffffeb;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sidebar-search-result em{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}html[data-theme=light] .sidebar-search-popover{background:#fffffffa;border-color:#0f172a1f;box-shadow:0 18px 44px #0f172a29}html[data-theme=light] .sidebar-search-state{color:#0f172a9e}html[data-theme=light] .sidebar-search-state.is-error{color:#b42318}html[data-theme=light] .sidebar-search-result:hover{background:#0f172a0e;border-color:#0f172a14}html[data-theme=light] .sidebar-search-result span{color:#047857}html[data-theme=light] .sidebar-search-result strong{color:#0f172aeb}html[data-theme=light] .sidebar-search-result em{color:#0f172a8f}.communication-desk-grid .customer-tools-column{contain:layout style paint}.communication-desk-grid .customer-tools-column:not(.drawer-open) .customer-tool-stack{content-visibility:hidden;contain-intrinsic-size:320px 680px}.customer-tools-column .tool-card:not(.open) .tool-body,.customer-tools-column .tool-card:not(.open) .tool-brief-body{display:none!important}.customer-tool-stack.single-open-tool-stack{contain:layout style}.dashboard-main-v4.dashboard-main-inbox-fast-v4108{box-sizing:border-box;background:#f8fafc;height:100vh;min-height:0;padding:12px;overflow:hidden}.inbox-fast-page{color:#0f172a;flex-direction:column;gap:12px;height:100%;min-height:0;display:flex;overflow:hidden}.inbox-fast-header{background:#fff;border:1px solid #dbeafe;border-radius:18px;flex:none;padding:12px 14px;box-shadow:0 8px 22px #0f172a0f}.inbox-fast-header-main{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.inbox-fast-header h1{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.35}.inbox-fast-header p{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.5}.inbox-fast-actions{white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;gap:8px;font-size:12px;display:flex}.inbox-fast-actions span,.inbox-fast-actions a{border-radius:999px;align-items:center;padding:5px 10px;text-decoration:none;display:inline-flex}.inbox-fast-actions span{color:#1d4ed8;background:#eff6ff}.inbox-fast-actions a{color:#334155;background:#f1f5f9}.inbox-fast-actions a:hover{background:#e2e8f0}.inbox-fast-stats{color:#475569;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px;font-size:12px;display:grid}.inbox-fast-stats>div{background:#f8fafc;border-radius:12px;min-width:0;padding:7px 10px}.inbox-fast-grid{flex:auto;grid-template-columns:minmax(280px,320px) minmax(420px,1fr) minmax(300px,330px);gap:12px;min-height:0;display:grid;overflow:hidden}.inbox-fast-center{flex-direction:column;gap:12px;min-width:0;min-height:0;display:flex;overflow:hidden}.inbox-fast-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden;box-shadow:0 8px 20px #0f172a0d}.inbox-fast-card-header{border-bottom:1px solid #f1f5f9;flex:none;padding:12px 14px}.inbox-fast-list-panel,.inbox-fast-tools-panel{height:100%}.inbox-fast-list-scroll,.inbox-fast-message-scroll,.inbox-fast-tool-scroll{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.inbox-fast-list-scroll{padding:8px}.inbox-fast-message-scroll,.inbox-fast-tool-scroll{padding:14px}.inbox-fast-message-panel{flex:auto}.inbox-fast-input-panel{flex:none;padding:12px}.inbox-fast-input-panel textarea{max-height:132px}.dashboard-shell-inbox-fast-v4108,.dashboard-main-inbox-fast-v4108,.inbox-fast-page{isolation:isolate}.inbox-fast-grid,.inbox-fast-center,.inbox-fast-card,.inbox-fast-list-panel,.inbox-fast-message-panel,.inbox-fast-tools-panel,.inbox-fast-input-panel{contain:layout paint style}.inbox-fast-list-scroll,.inbox-fast-message-scroll,.inbox-fast-tool-scroll{contain:layout paint}.inbox-fast-input-panel textarea{contain:layout paint style;transition:none!important}.inbox-fast-page button,.inbox-fast-page a,.inbox-fast-page textarea,.inbox-fast-page .inbox-fast-card{transition:none!important}.inbox-fast-header,.inbox-fast-card{box-shadow:none}@media (max-width:1280px){.inbox-fast-grid{grid-template-columns:minmax(260px,300px) minmax(360px,1fr) minmax(280px,310px)}}@media (max-width:1100px){.dashboard-main-v4.dashboard-main-inbox-fast-v4108{overflow:auto}.inbox-fast-page{height:auto;min-height:calc(100vh - 24px);overflow:visible}.inbox-fast-grid{grid-template-columns:minmax(260px,320px) minmax(0,1fr);overflow:visible}.inbox-fast-tools-panel{grid-column:1/-1;min-height:260px;max-height:320px}}@media (max-width:820px){.inbox-fast-header-main{flex-direction:column}.inbox-fast-actions{justify-content:flex-start}.inbox-fast-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.inbox-fast-grid{grid-template-columns:1fr}.inbox-fast-list-panel,.inbox-fast-message-panel,.inbox-fast-tools-panel{min-height:320px}}.inbox-fast-perf-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;flex-wrap:wrap;flex:none;align-items:center;gap:8px;padding:8px 12px;font-size:12px;line-height:1.5;display:flex}.inbox-fast-perf-banner span{color:#a16207}.inbox-fast-diagnostic-placeholder{text-align:center;color:#475569;justify-content:center;align-items:center;gap:8px;padding:18px}.inbox-fast-diagnostic-placeholder strong{color:#0f172a}.inbox-fast-diagnostic-placeholder span{max-width:280px;font-size:12px;line-height:1.6}.inbox-fast-textarea-fixed{overflow-y:auto;height:96px!important;min-height:96px!important;max-height:96px!important}.dashboard-shell-communication-desk-v4109 .communication-desk-page,.dashboard-shell-communication-desk-v4109 .communication-desk-grid,.dashboard-shell-communication-desk-v4109 .conversation-list-column,.dashboard-shell-communication-desk-v4109 .message-center-column,.dashboard-shell-communication-desk-v4109 .customer-tools-column,.dashboard-shell-communication-desk-v4109 .communication-thread-list,.dashboard-shell-communication-desk-v4109 .communication-messages,.dashboard-shell-communication-desk-v4109 .permanent-reply-editor,.dashboard-shell-communication-desk-v4109 .single-open-tool-stack,.dashboard-shell-communication-desk-v4109 .customer-tool-stack{contain:layout paint style;isolation:isolate;min-width:0}.dashboard-shell-communication-desk-v4109 .reply-editor-field textarea,.dashboard-shell-communication-desk-v4109 .permanent-reply-editor textarea{contain:layout paint style;resize:none}.dashboard-shell-communication-desk-v4109 .communication-desk-page *,.dashboard-shell-communication-desk-v4109 .communication-desk-page :before,.dashboard-shell-communication-desk-v4109 .communication-desk-page :after{transition-duration:0s!important}.dashboard-shell-communication-desk-v4109 .conversation-card,.dashboard-shell-communication-desk-v4109 .message-bubble,.dashboard-shell-communication-desk-v4109 .tool-card,.dashboard-shell-communication-desk-v4109 .message-center-column,.dashboard-shell-communication-desk-v4109 .conversation-list-column,.dashboard-shell-communication-desk-v4109 .customer-tools-column{box-shadow:none!important}.composer-debug-banner{color:#713f12;background:#fefce8f5;border:1px solid #eab30873;border-radius:12px;padding:8px 10px;font-size:.8rem;line-height:1.45}.composer-debug-enabled{outline-offset:3px;outline:1px dashed #eab308a6}.composer-debug-simple,.composer-debug-hide-translate{grid-template-columns:minmax(0,1fr)!important}.composer-debug-simple .reply-input-pane,.composer-debug-hide-translate .reply-input-pane{min-width:0}.composer-debug-fixed-height textarea,.composer-debug-fixed-textarea{resize:none!important;height:82px!important;min-height:82px!important;max-height:82px!important;overflow-y:auto!important}.dashboard-shell-nav-fast-v4119 .dashboard-sidebar{contain:layout paint style;content-visibility:auto;contain-intrinsic-size:292px 100vh}.dashboard-shell-nav-fast-v4119 .sidebar-nav-v4,.dashboard-shell-nav-fast-v4119 .sidebar-primary-items,.dashboard-shell-nav-fast-v4119 .sidebar-section-items{contain:layout paint style}.dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link{will-change:background-color, border-color;transition:background-color 80ms,border-color 80ms}.dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link.is-navigation-pending{background:#343434;border-left:3px solid #d1d5db}html[data-theme=light] .dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link.is-navigation-pending{background:#e8ebef;border-left-color:#6b7280}.dashboard-shell-nav-fast-v4119 .dashboard-main-v4{contain:layout paint}@media (max-width:960px){.dashboard-shell-nav-fast-v4119 .dashboard-sidebar{contain:none;content-visibility:visible}}.dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link:focus-visible{outline-offset:2px;box-shadow:none;outline:1px solid #d1d5db8c}.dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link:not(.active).is-navigation-pending{background:#2a2d31;border-left:3px solid #d1d5dbb8}.dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link.active.is-navigation-pending{background:#343434;border-left:3px solid #d1d5db}html[data-theme=light] .dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link:focus-visible{outline-color:#6b728094}html[data-theme=light] .dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link:not(.active).is-navigation-pending{background:#f3f4f6;border-left-color:#6b728094}html[data-theme=light] .dashboard-shell-nav-fast-v4119 .sidebar-v4 .sidebar-link.active.is-navigation-pending{background:#e8ebef;border-left-color:#6b7280}.ticket-workbench{grid-template-columns:300px 1fr;align-items:flex-start;gap:12px;display:grid}@media (max-width:800px){.ticket-workbench{grid-template-columns:1fr}}.ticket-list-panel{flex-direction:column;padding:0;display:flex;overflow:hidden}.ticket-list-head{border-bottom:1px solid #ffffff12;flex-direction:column;gap:8px;padding:12px 12px 8px;display:flex}html[data-theme=light] .ticket-list-head{border-bottom-color:#e3e3e3}.ticket-status-tabs{flex-wrap:wrap;gap:4px;display:flex}.tk-tab-btn{cursor:pointer;color:#a5a5a5;white-space:nowrap;background:0 0;border:1px solid #ffffff1a;border-radius:20px;padding:3px 9px;font-size:11px;transition:all .12s}.tk-tab-btn:hover{color:#e5e5e5;border-color:#fff3}.tk-tab-btn.active{color:#6badf7;background:#2f81f72e;border-color:#2f81f773;font-weight:600}html[data-theme=light] .tk-tab-btn{color:#666;border-color:#ddd}html[data-theme=light] .tk-tab-btn:hover{color:#333;border-color:#bbb}html[data-theme=light] .tk-tab-btn.active{color:#1a56cc;background:#e8f0fe;border-color:#4285f4}.ticket-list-scroll{flex-direction:column;max-height:72vh;display:flex;overflow-y:auto}.tk-empty-hint{text-align:center;color:#666;padding:28px 16px;font-size:13px}html[data-theme=light] .tk-empty-hint{color:#999}.tk-card{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff12;width:100%;padding:11px 14px;transition:background .1s}.tk-card:first-child{border-top:1px solid #ffffff12}html[data-theme=light] .tk-card,html[data-theme=light] .tk-card:first-child{border-color:#ebebeb}.tk-card:hover{background:#ffffff0a}html[data-theme=light] .tk-card:hover{background:#f5f5f5}.tk-card.tk-card-active{background:#2f81f71a;box-shadow:inset 3px 0 #2f81f7}html[data-theme=light] .tk-card.tk-card-active{background:#e8f0fe;box-shadow:inset 3px 0 #2563eb}.tk-card .tk-no{color:#666}.tk-card .tk-card-title{color:#e5e5e5}.tk-card .tk-card-time{color:#666}html[data-theme=light] .tk-card .tk-no{color:#999}html[data-theme=light] .tk-card .tk-card-title{color:#1f1f1f}html[data-theme=light] .tk-card .tk-card-time{color:#aaa}.tk-card.tk-card-active .tk-no{color:#6badf7}.tk-card.tk-card-active .tk-card-title{color:#a8caff}.tk-card.tk-card-active .tk-card-time{color:#6badf7}html[data-theme=light] .tk-card.tk-card-active .tk-no{color:#1a56cc}html[data-theme=light] .tk-card.tk-card-active .tk-card-title{color:#1a3a8f}html[data-theme=light] .tk-card.tk-card-active .tk-card-time{color:#1a56cc}.tk-card-top{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.tk-no{font-size:11px;font-weight:500}.tk-card-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:13px;font-weight:500;overflow:hidden}.tk-card-bottom{justify-content:space-between;align-items:center;display:flex}.tk-card-time{font-size:11px}.tk-badge{color:#999;background:#ffffff12;border:1px solid #ffffff1a;border-radius:20px;padding:1px 7px;font-size:11px}.tk-badge.tk-badge-urgent{color:#fca5a5;background:#dc262626;border-color:#dc26264d}.tk-badge.tk-badge-high{color:#fcd34d;background:#d9770626;border-color:#d977064d}html[data-theme=light] .tk-badge{color:#888;background:#f0f0f0;border-color:#ddd}html[data-theme=light] .tk-badge.tk-badge-urgent{color:#991b1b;background:#fee2e2;border-color:#fecaca}html[data-theme=light] .tk-badge.tk-badge-high{color:#92400e;background:#fef3c7;border-color:#fde68a}.tk-pill{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:500}.tk-pill-open{color:#a5a5a5;background:#ffffff12}.tk-pill-resolved{color:#6ee7b7;background:#10b98126}.tk-pill-active{color:#93c5fd;background:#2f81f726}.tk-pill-waiting{color:#fcd34d;background:#f59e0b26}html[data-theme=light] .tk-pill-open{color:#888;background:#f0f0f0}html[data-theme=light] .tk-pill-resolved{color:#065f46;background:#d1fae5}html[data-theme=light] .tk-pill-active{color:#1e40af;background:#dbeafe}html[data-theme=light] .tk-pill-waiting{color:#92400e;background:#fef3c7}.ticket-detail-panel{min-height:440px;padding:24px}.tk-empty-detail{color:#555;justify-content:center;align-items:center;min-height:300px;font-size:14px;display:flex}html[data-theme=light] .tk-empty-detail{color:#aaa}.ticket-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.ticket-detail-title{color:#f1f1f1;margin:0 0 4px;font-size:18px;font-weight:600}html[data-theme=light] .ticket-detail-title{color:#1f1f1f}.ticket-detail-no{color:#666;font-size:12px}html[data-theme=light] .ticket-detail-no{color:#999}.ticket-kv-grid{grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:20px;display:grid}.tk-kv-full{grid-column:1/-1}.ticket-status-section{border-top:1px solid #ffffff12;padding-top:16px}html[data-theme=light] .ticket-status-section{border-top-color:#ebebeb}.ticket-section-title{color:#e5e5e5;margin:0 0 10px;font-size:14px;font-weight:500}html[data-theme=light] .ticket-section-title{color:#1f1f1f}.ticket-status-buttons{flex-wrap:wrap;gap:8px;display:flex}.tk-status-btn-active{color:#93c5fd!important;background:#2f81f733!important;border-color:#2f81f7!important}html[data-theme=light] .tk-status-btn-active{color:#1e40af!important;background:#dbeafe!important;border-color:#2563eb!important}.ai-assistant-panel{gap:10px;display:grid}.ai-action-buttons{align-items:stretch}.ai-action-buttons .btn{white-space:normal;flex:100%;justify-content:center}.ai-assistant-result{background:#ffffffb8;border:1px solid #94a3b847;border-radius:14px;gap:10px;padding:10px;display:grid}.ai-assistant-result-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ai-assistant-result-header strong{color:#18181b;font-size:13px;line-height:1.35}.ai-assistant-result-header span{color:#71717a;white-space:nowrap;font-size:11px}.ai-assistant-result-body{gap:8px;display:grid}.ai-assistant-result-body p{white-space:pre-wrap;margin:0}.ai-assistant-result-body p b{margin-right:4px}.ai-assistant-kv{background:#f4f4f5cc;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;font-size:12px;display:flex}.ai-assistant-kv span{color:#71717a}.ai-assistant-kv strong{color:#18181b;text-align:right}.ai-assistant-mini-list{color:#3f3f46;gap:5px;font-size:12px;display:grid}.ai-assistant-mini-list ul{margin:0;padding-left:18px}.ai-assistant-mini-list li{margin:2px 0;line-height:1.45}.ai-assistant-chip{color:#047857;background:#ecfdf5e6;border-radius:999px;width:fit-content;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.ai-assistant-result-actions{grid-template-columns:1fr;gap:7px;display:grid}html[data-theme=dark] .ai-assistant-result{background:#18181bb8;border-color:#94a3b83d}html[data-theme=dark] .ai-assistant-result-header strong,html[data-theme=dark] .ai-assistant-kv strong{color:#f4f4f5}html[data-theme=dark] .ai-assistant-kv{background:#27272ac7}.ai-assistant-action-stack{gap:10px;display:grid}.ai-assistant-action-card{background:#f8fafc9e;border:1px solid #94a3b833;border-radius:14px;gap:8px;padding:9px;display:grid}.ai-assistant-action-head{gap:8px;display:grid}.ai-assistant-action-head strong{color:#27272a;font-size:12px;line-height:1.35}.ai-assistant-loading-card{background:#eff6ffb3}.ai-assistant-loading-card p,.ai-assistant-muted{color:#64748b;margin:0;font-size:12px;line-height:1.45}html[data-theme=dark] .ai-assistant-action-card{background:#18181b80;border-color:#94a3b82e}html[data-theme=dark] .ai-assistant-action-head strong{color:#f4f4f5}html[data-theme=dark] .ai-assistant-loading-card{background:#1e293bb8}html[data-theme=dark] .ai-assistant-loading-card p,html[data-theme=dark] .ai-assistant-muted{color:#a1a1aa}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble.from-customer,html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble:not(.from-agent){color:#f8fafc!important;background:#60a5fa33!important;border-color:#93c5fd6b!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble.from-agent{color:#f8fafc!important;background:#34d3992e!important;border-color:#6ee7b766!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble>p{color:#f1f5f9!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation,html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.customer-translation,html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.agent-translation{background:0 0!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble.from-customer .message-meta strong{color:#dbeafe!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-bubble.from-agent .message-meta strong{color:#bbf7d0!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.customer-translation strong{color:#93c5fd!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.customer-translation p{color:#bfdbfe!important;text-shadow:none!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.agent-translation strong{color:#86efac!important}html[data-theme=dark] .dashboard-shell-communication-desk-v4109 .message-translation.agent-translation p{color:#bbf7d0!important;text-shadow:none!important}
