*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;background:#f5f5f5}.dashboard-bg{min-height:100vh}.dashboard-shell{display:flex;min-height:100vh}.dashboard-main{flex:1;padding:24px;overflow:auto}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-title.ant-typography{margin-bottom:0}.subtitle.ant-typography{display:inline-block;margin-top:4px}.kpi-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.kpi-grid.compact-gap{margin-top:20px}.main-grid,.overview{margin-top:16px}.main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:16px}.main-grid.equal-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.stack{display:flex;flex-direction:column;gap:16px}.chart-bars{margin-top:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;height:180px}.chart-bar{border:1px solid #f0f0f0;border-radius:8px;padding:8px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px}.chart-fill{width:100%;border-radius:6px}.trend-chart{display:flex;gap:8px;height:200px;align-items:flex-end;padding-top:8px}.trend-col{align-items:center;gap:4px;cursor:default}.trend-bar-container,.trend-col{flex:1;display:flex;flex-direction:column}.trend-bar-container{width:100%;justify-content:flex-end;gap:1px;min-height:0}.trend-bar-fill{width:100%;border-radius:4px;min-height:0;transition:height .3s ease}.trend-success{background:#52c41a}.trend-fail{background:#ff4d4f}.notes{margin-top:12px;padding-top:12px;border-top:1px dashed #d9d9d9}.notes ul{margin:8px 0;padding-left:18px}.list-stack{display:grid;gap:12px}.settings-grid{margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.switch-list{display:grid;gap:16px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.switch-title{font-weight:600}.switch-desc{color:rgba(0,0,0,.45);font-size:13px}@media (max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-grid,.main-grid.equal-columns,.settings-grid{grid-template-columns:1fr}}@media (max-width:900px){.dashboard-shell{flex-direction:column}.sidebar.ant-layout-sider{width:100%!important;min-width:100%!important;max-width:100%!important;min-height:auto!important}.dashboard-main{padding:16px}.topbar{flex-direction:column}}.skeleton-sidebar{width:260px;min-height:100vh;padding:16px;border-inline-end:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px;background:#fff}.skeleton-menu{display:grid;gap:10px}.skeleton-block,.skeleton-card{position:relative;overflow:hidden;background:#f2f3f5;border-radius:8px}.skeleton-block:after,.skeleton-card:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.7),transparent);animation:skeleton-shimmer 1.2s infinite}.skeleton-brand{height:44px;width:150px}.skeleton-search{height:40px}.skeleton-menu-item{height:34px}.skeleton-user{margin-top:auto;height:86px}.skeleton-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.skeleton-title{width:210px;height:34px}.skeleton-actions{display:flex;gap:8px}.skeleton-pill{width:78px;height:32px}.skeleton-card{border:1px solid #f0f0f0;background:#fff;padding:12px}.skeleton-stat-title{width:120px;height:14px}.skeleton-stat-value{margin-top:12px;width:88px;height:24px}@keyframes skeleton-shimmer{to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.skeleton-block:after,.skeleton-card:after{animation:none}}@media (max-width:900px){.skeleton-sidebar{width:100%;min-height:auto}}.markdown-body{font-size:14px;line-height:1.6}.markdown-body h1,.markdown-body h2,.markdown-body h3{margin:12px 0 8px;font-weight:600}.markdown-body h1{font-size:18px}.markdown-body h2{font-size:16px}.markdown-body h3{font-size:15px}.markdown-body p{margin:0 0 8px}.markdown-body p:last-child{margin-bottom:0}.markdown-body ol,.markdown-body ul{margin:4px 0 8px;padding-left:20px}.markdown-body li{margin-bottom:2px}.markdown-body strong{font-weight:600}.markdown-body code{background:rgba(0,0,0,.06);padding:2px 4px;border-radius:4px;font-size:13px}.markdown-body pre{background:rgba(0,0,0,.04);padding:12px;border-radius:8px;overflow-x:auto}.markdown-body blockquote{border-left:3px solid #1677ff;margin:8px 0;padding:4px 12px;color:rgba(0,0,0,.65)}.typing-cursor{animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.inbox-container{display:flex;height:100%;background:#fff;overflow:hidden}.inbox-sidebar{width:340px;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;flex-shrink:0;background:#fff}.conv-list-scroll{flex:1;overflow-y:auto}.conv-item{display:flex;align-items:center;gap:12px;padding:8px 12px;cursor:pointer;transition:background .15s}.conv-item:hover{background:#f5f5f5}.conv-item-active{background:#e6f4ff}.conv-item-active:hover{background:#d0e8ff}.conv-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;flex-shrink:0}.conv-body{flex:1;min-width:0;padding:4px 0}.conv-top-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.conv-name{font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-name-unread{font-weight:700;color:#000}.conv-time{font-size:12px;color:#999;flex-shrink:0}.conv-time-unread{color:#1677ff;font-weight:600}.conv-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.conv-preview{font-size:13px;color:#8a8a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.4}.conv-badge{background:#52c41a;color:#fff;font-size:11px;font-weight:600;border-radius:10px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}.conv-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 12px 8px}.conv-sidebar-title{font-size:16px;font-weight:700;color:#1a1a1a}.conv-filter-pill{border-radius:16px;font-size:12px;padding:0 12px;height:26px}.conv-filter-active{color:#1677ff}.conv-avatar-wrapper{position:relative;flex-shrink:0}.conv-avatar-channel-icon{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid #fff;font-size:10px}.conv-labels-row{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.conv-label-tag{font-size:9px;font-weight:700;color:#fff;padding:1px 6px;border-radius:3px;letter-spacing:.3px;text-transform:uppercase;line-height:1.4}.conv-preview-agent{font-weight:600;color:#666}.inbox-chat{flex:1;display:flex;flex-direction:column;min-width:0;background:#e8e5e0}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid #ddd;flex-shrink:0;background:#fff}.chat-header-subiz{flex-shrink:0;background:#fff;border-bottom:1px solid #e8e8e8}.chat-header-top{display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.chat-header-info{flex:1;min-width:0}.chat-header-name{font-size:15px;font-weight:700;color:#1a1a1a}.chat-header-subtitle{font-size:12px;color:#888;margin-top:2px;display:flex;align-items:center;gap:4px}.chat-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-header-agent-badge{background:#f0f0f0;padding:2px 10px;border-radius:12px;color:#555}.chat-header-agent-badge,.chat-status-btn{display:inline-flex;align-items:center;font-size:12px}.chat-status-btn{border-radius:16px;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot-open{background:#52c41a}.status-dot-closed{background:#999}.chat-labels-bar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:6px 16px 8px;border-bottom:1px solid #f0f0f0;background:#fff}.chat-label-tag{display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:11px;font-weight:500;padding:2px 8px;border-radius:4px}.chat-label-remove{font-size:10px;cursor:pointer;opacity:.8}.chat-label-remove:hover{opacity:1}.chat-label-add{width:24px;height:24px;border-radius:50%;border:1px dashed #d9d9d9;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#999;cursor:pointer;background:transparent;padding:0}.chat-label-add:hover{border-color:#1677ff;color:#1677ff}.label-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.message-list{flex:1;overflow-y:auto;padding:8px 10%;display:flex;flex-direction:column;gap:2px}.msg-group{display:flex;gap:6px;max-width:65%;margin-bottom:2px}.msg-row-left{align-self:flex-start}.msg-row-right{align-self:flex-end;flex-direction:row-reverse}.msg-avatar{width:32px;height:32px;border-radius:50%;background:#c4c4c4;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0;align-self:flex-end}.msg-bubbles{display:flex;flex-direction:column;gap:1px;min-width:0}.msg-bubble{padding:6px 12px;font-size:14px;line-height:1.45;word-break:break-word;position:relative}.msg-content{white-space:pre-wrap}.msg-time{display:inline-block;font-size:11px;color:rgba(0,0,0,.35);margin-left:8px;float:right;margin-top:4px}.bubble-customer{background:#fff;color:#1a1a1a}.bubble-agent{background:#effdde;color:#1a1a1a}.bubble-agent .msg-time{color:rgba(78,135,60,.55)}.bubble-ai{background:#e3f2fd;color:#1a1a1a}.bubble-ai .msg-time{color:rgba(30,80,160,.5)}.msg-row-left .bubble-first,.msg-row-left .bubble-only{border-radius:12px 12px 12px 4px}.msg-row-left .bubble-mid{border-radius:4px 12px 12px 4px}.msg-row-left .bubble-last{border-radius:4px 12px 12px 12px}.msg-row-right .bubble-first,.msg-row-right .bubble-only{border-radius:12px 12px 4px 12px}.msg-row-right .bubble-mid{border-radius:12px 4px 4px 12px}.msg-row-right .bubble-last{border-radius:12px 4px 12px 12px}.msg-sender-label{font-size:11px;color:#888;padding:8px 0 2px}.msg-sender-left{align-self:flex-start;margin-left:38px}.msg-sender-right{align-self:flex-end;margin-right:38px;text-align:right}.msg-system{align-self:center;background:rgba(0,0,0,.06);font-size:13px;padding:4px 14px;border-radius:16px;color:#555;text-align:center;max-width:80%;margin:6px 0}.date-separator{display:flex;align-items:center;justify-content:center;margin:10px 0}.date-separator span{background:rgba(0,0,0,.12);color:#fff;font-size:12px;font-weight:600;padding:3px 12px;border-radius:12px}.typing-indicator{display:flex;align-items:center;gap:6px;padding:4px 0;margin-left:38px}.typing-dots{display:flex;gap:3px}.typing-dots span{width:6px;height:6px;border-radius:50%;background:#999;animation:typingBounce 1.4s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.typing-text{font-size:12px;color:#888}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.load-more-spinner{display:flex;justify-content:center;padding:8px 0}.composer-bar{border-top:1px solid #e8e8e8;flex-shrink:0;background:#fff}.composer-mode-tabs{display:flex;gap:0;border-bottom:1px solid #f0f0f0}.composer-tab{padding:8px 16px;font-size:13px;color:#888;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.composer-tab:hover{color:#333}.composer-tab-active{color:#1677ff;border-bottom-color:#1677ff}.composer-tab-note.composer-tab-active{color:#fa8c16;border-bottom-color:#fa8c16}.composer-textarea{padding:10px 16px}.composer-textarea-note{background:#fffbe6}.composer-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-top:1px solid #f5f5f5}.composer-toolbar-left{display:flex;gap:2px}.composer-ai-btn{color:#722ed1}.composer-send-btn{border-radius:16px;padding:0 16px}.ai-suggestion-card{margin-bottom:8px;padding:10px 12px;background:#f0f5ff;border:1px solid #adc6ff;border-radius:8px}.ai-suggestion-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:12px;font-weight:600;color:#1677ff}.ai-suggestion-body{font-size:13px;line-height:1.5;color:#333;white-space:pre-wrap;max-height:120px;overflow-y:auto;margin-bottom:8px}.ai-suggestion-actions{display:flex;gap:6px;justify-content:flex-end}.inbox-details{width:340px;border-left:1px solid #e8e8e8;overflow-y:auto;flex-shrink:0;background:#fff}.detail-profile{flex-direction:column;padding:20px 16px 12px}.detail-avatar,.detail-profile{display:flex;align-items:center}.detail-avatar{width:64px;height:64px;border-radius:50%;justify-content:center;color:#fff;font-size:24px;font-weight:600;margin-bottom:8px}.detail-name{font-size:16px;font-weight:700;color:#1a1a1a}.detail-section{padding:12px 16px}.detail-section-header{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#555;margin-bottom:8px}.detail-section-action{cursor:pointer;color:#1677ff;font-size:14px}.detail-section-action:hover{color:#4096ff}.detail-section-link{cursor:pointer;color:#1677ff;font-size:12px;font-weight:400}.detail-section-link:hover{text-decoration:underline}.detail-field{display:flex;align-items:center;gap:8px;padding:4px 16px;font-size:13px}.detail-placeholder{color:#bbb;font-style:italic;cursor:pointer}.detail-note-item{padding:6px 0;border-bottom:1px solid #f5f5f5}.detail-note-meta{font-size:10px;color:#999;margin-bottom:2px}.detail-note-content{font-size:12px;color:#333}.detail-memory-item,.detail-related-item{padding:6px 0;border-bottom:1px solid #f5f5f5}.detail-related-item{cursor:pointer}.detail-related-item:hover{background:#fafafa}@media (max-width:1200px){.inbox-details,.inbox-sidebar{width:280px}.message-list{padding:8px 5%}}@media (max-width:900px){.inbox-container{flex-direction:column}.inbox-details,.inbox-sidebar{width:100%;border:none;border-bottom:1px solid #e8e8e8}.message-list{padding:8px 12px}.msg-group{max-width:85%}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}