body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}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{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}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{border-style:none;padding:0}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{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--lb-primary:#0d9488;--lb-primary-hover:#0f766e;--lb-accent:#f97316;--lb-accent-bright:#fb923c;--lb-bg-page:linear-gradient(160deg,#eef6f4,#f5f0eb 45%,#e8f0f7);--lb-bg-page-solid:#f0f4f2;--lb-bg-card:#fff;--lb-bg-sider:linear-gradient(180deg,#0f3d3e,#1a3a4a 55%,#1e293b);--lb-text:#1e293b;--lb-text-secondary:#64748b;--lb-border:#e2e8f0;--lb-shadow-card:0 4px 16px #0f3d3e14;--lb-radius:12px;--lb-success:#16a34a;--lb-warning:#ea580c;--lb-danger:#dc2626;--lb-info:#0891b2;--lb-mod-dashboard:#2f6fed;--lb-mod-channels:#e85d04;--lb-mod-conversations:#0ca678;--lb-mod-ai:#7c3aed;--lb-mod-leads:#d9480f;--lb-mod-workflow:#0b7285;--lb-mod-analytics:#f08c00;--lb-mod-security:#c2255c;--lb-mod-system:#495057}#root,body,html{height:100%;margin:0;overflow:hidden}body{background:var(--lb-bg-page-solid);color:var(--lb-text);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.lb-root-layout{height:100vh!important;max-height:100vh!important;overflow:hidden!important}.lb-root-layout>.ant-layout{background:#0000;height:100%;min-height:0;overflow:hidden}.lb-layout-content{background:var(--lb-bg-page)!important;border-radius:var(--lb-radius)!important;box-shadow:inset 0 0 0 1px #ffffff59!important;display:block!important;height:calc(100vh - 92px)!important;margin:12px 16px 16px!important;max-height:calc(100vh - 92px)!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding:16px 20px!important}.lb-layout-content>*{display:block;min-height:-webkit-min-content;min-height:min-content}.lb-page{animation:lb-page-fade .15s ease;display:flex;flex-direction:column;gap:12px;height:auto;min-height:100%}@keyframes lb-page-fade{0%{opacity:0}to{opacity:1}}.lb-page-header{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;gap:16px;justify-content:space-between}.lb-page-title{align-items:center;color:var(--lb-text);display:flex;font-size:22px;font-weight:700;gap:10px;margin:0}.lb-page-desc{color:var(--lb-text-secondary);font-size:13px;margin:6px 0 0}.lb-page-body{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;min-height:0;overflow:visible}.lb-page-body>.ant-spin-nested-loading,.lb-page-body>.ant-spin-nested-loading>.ant-spin-container{display:block;flex:1 1 auto;height:auto;min-height:0;width:100%}.lb-page-stack{display:flex;flex-direction:column;gap:12px;min-height:0;overflow:visible;width:100%}.lb-page-stack>.ant-row,.lb-page-stack>.lb-kpi-row{flex-shrink:0;width:100%}.lb-activity-scroll{max-height:280px;min-height:160px;overflow:auto;width:100%}.lb-activity-scroll .ant-list-item{align-items:flex-start;display:flex!important;flex-direction:row!important;width:100%}.lb-activity-scroll .ant-list-item-meta{flex:1 1;min-width:0}.lb-activity-scroll .ant-list-item-meta-description,.lb-activity-scroll .ant-list-item-meta-title{white-space:normal;word-break:break-word}.lb-card{background:var(--lb-bg-card)!important;border:1px solid #e2e8f0cc!important;border-radius:var(--lb-radius)!important;box-shadow:var(--lb-shadow-card)!important;transition:transform .18s ease,box-shadow .18s ease}.lb-card:hover{box-shadow:0 8px 22px #0f3d3e1f!important;transform:translateY(-1px)}.lb-card .ant-card-head{border-bottom-color:var(--lb-border);font-weight:600}.lb-page-body .lb-card.lb-flex-fill,.lb-page-body .lb-card:has(.lb-table-scroll){display:flex;flex:0 0 auto;flex-direction:column;min-height:0;overflow:visible}.lb-page-body .lb-card.lb-flex-fill>.ant-card-body,.lb-page-body .lb-card:has(.lb-table-scroll)>.ant-card-body{display:block;flex:0 0 auto;min-height:0;overflow:visible}.lb-kpi-card{background:var(--lb-primary)!important;background:var(--lb-kpi-color,var(--lb-primary))!important;border-color:#0000!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lb-primary) 35%,#0000)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lb-kpi-color,var(--lb-primary)) 35%,#0000)!important;flex-shrink:0;overflow:hidden;position:relative}.lb-kpi-card:before{display:none}.lb-kpi-card .ant-statistic-title{color:#ffffffe0!important}.lb-kpi-card .ant-statistic-content{color:#fff!important}.lb-kpi-icon{align-items:center;background:#ffffff38;border-radius:10px;color:#fff;display:inline-flex;font-size:16px;height:32px;justify-content:center;margin-right:6px;vertical-align:middle;width:32px}.lb-dash-chart-card .ant-card-head-title:before{background:#2563eb;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:8px;vertical-align:middle;width:8px}.lb-dash-chart-trend .ant-card-head-title:before{background:linear-gradient(90deg,#2563eb,#ea580c)}.lb-dash-chart-pie .ant-card-head-title:before{background:linear-gradient(90deg,#0ca678,#7c3aed)}.lb-dash-activity-card .ant-card-head-title:before{background:#c2255c;border-radius:50%;content:"";display:inline-block;height:8px;margin-right:8px;vertical-align:middle;width:8px}.lb-kpi-row{display:flex;flex-shrink:0;flex-wrap:nowrap;gap:16px}.lb-kpi-row>*{flex:1 1;min-width:0}@media (max-width:1100px){.lb-kpi-row{flex-wrap:wrap}.lb-kpi-row>*{flex-basis:calc(33.33% - 12px);flex-grow:1;flex-shrink:1}}@media (max-width:640px){.lb-kpi-row>*{flex:1 1 100%}}.lb-filter-bar{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px}.lb-filter-bar .ant-form-item{-webkit-margin-end:0!important;margin-bottom:0!important;margin-inline-end:0!important}.lb-filter-bar .ant-btn,.lb-filter-bar .ant-input,.lb-filter-bar .ant-select-selector{min-height:40px}.lb-filter-card{flex-shrink:0}.lb-table-scroll{max-height:420px;min-height:0;overflow:auto;width:100%}.lb-table-scroll .ant-table{min-width:640px}.lb-table-scroll .ant-table-thead>tr>th{background:#f8fafc!important;position:-webkit-sticky;position:sticky;top:0;z-index:2}.lb-table-scroll .ant-table-tbody>tr:hover>td{background:#0d94880f!important}.lb-chart-h{height:230px}.lb-json-scroll{max-height:calc(100vh - 260px);overflow:auto}.lb-page-body .lb-tabs-fill{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.lb-page-body .lb-tabs-fill .ant-tabs-content-holder{flex:1 1;min-height:0;overflow:hidden}.lb-page-body .lb-tabs-fill .ant-tabs-content,.lb-page-body .lb-tabs-fill .ant-tabs-tabpane{height:100%}.lb-page-body .lb-tabs-fill .ant-tabs-tabpane>.lb-card{display:flex;flex-direction:column;height:100%;overflow:hidden}.lb-page-body .lb-tabs-fill .ant-tabs-tabpane>.lb-card>.ant-card-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.lb-page-body .ant-tabs{display:flex;flex-direction:column;height:100%}.lb-modal-section{color:var(--lb-text);font-size:13px;font-weight:600;margin:4px 0 12px}.lb-sider{background:var(--lb-bg-sider)!important}.lb-sider .lb-brand{align-items:center;background:linear-gradient(135deg,#0d94888c,#f9731659);border:1px solid #ffffff1f;border-radius:10px;color:#fff;display:flex;font-weight:800;gap:8px;height:48px;justify-content:center;letter-spacing:.5px;margin:14px 16px;padding:0 10px}.lb-sider .lb-brand-logo{background:#fff;border-radius:6px;flex-shrink:0;height:28px;object-fit:cover;width:28px}.lb-sider .ant-menu{-webkit-border-end:none!important;background:#0000!important;border-inline-end:none!important;font-weight:600}.lb-sider .ant-menu-item,.lb-sider .ant-menu-submenu-title{border-radius:8px!important;font-size:16px!important;font-weight:600!important;margin:4px 8px!important;transition:background .2s ease,color .2s ease;width:calc(100% - 16px)!important}.lb-sider .ant-menu-item .lb-menu-icon{opacity:.92}.lb-sider .ant-menu-item-selected{background:linear-gradient(90deg,#f973168c,#0d948859)!important;box-shadow:0 0 0 1px #fb923c73;color:#fff7ed!important;font-size:17px!important;font-weight:700!important}.lb-sider .ant-menu-item-selected .anticon,.lb-sider .ant-menu-item-selected .lb-menu-icon{color:#ffedd5!important;opacity:1;transform:scale(1.14)}.lb-sider .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#ffedd5!important;font-weight:700!important}.lb-menu-icon{align-items:center;display:inline-flex;font-size:18px;transition:transform .2s ease,color .2s ease}.lb-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb!important;border-bottom:1px solid var(--lb-border);box-shadow:0 2px 12px #0f3d3e0f!important;height:64px!important;line-height:64px!important;padding:0!important;position:relative}.lb-header-accent{background:var(--lb-primary);background:var(--lb-header-mod,var(--lb-primary));height:3px;left:0;position:absolute;right:0;top:0}.lb-header-inner{align-items:center;display:flex;gap:12px;height:64px;justify-content:space-between;overflow:hidden;padding:0 16px;width:100%}.lb-header-actions{flex-shrink:0!important}.lb-header-crumb{color:var(--lb-text-secondary);font-size:13px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-header-crumb strong{color:var(--lb-text);font-weight:700}.ant-btn-primary:not(:disabled):hover{background:var(--lb-primary-hover)!important;border-color:var(--lb-primary-hover)!important}.ant-btn-primary.lb-btn-gradient{background:linear-gradient(90deg,var(--lb-primary),#14b8a6 55%,var(--lb-accent-bright))!important;border:none!important}.ant-btn-primary.lb-btn-gradient:hover{background:linear-gradient(90deg,var(--lb-primary-hover),#0d9488 55%,var(--lb-accent))!important;filter:brightness(1.05)}.lb-login-page{align-items:stretch;background:radial-gradient(ellipse at 20% 20%,#0d948847,#0000 50%),radial-gradient(ellipse at 80% 10%,#f9731638,#0000 45%),radial-gradient(ellipse at 70% 80%,#2f6fed2e,#0000 40%),linear-gradient(145deg,#0f3d3e,#1a3a4a 50%,#243b55);display:flex;justify-content:center;min-height:100vh;padding:24px}.lb-login-shell{border:1px solid #ffffff2e;border-radius:20px;box-shadow:0 28px 60px #00000059;display:flex;min-height:520px;overflow:hidden;width:min(960px,100%)}.lb-login-aside{background:radial-gradient(circle at 20% 30%,#fb923c40,#0000 45%),radial-gradient(circle at 80% 70%,#0d948859,#0000 50%),linear-gradient(160deg,#0f3d3eeb,#1e293be0);color:#fff;display:flex;flex:1.1 1;flex-direction:column;gap:20px;justify-content:center;padding:48px 40px}.lb-login-aside h1{background:linear-gradient(90deg,#5eead4,#fb923c);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:40px;font-weight:800;letter-spacing:.5px;margin:0}.lb-login-logo{background:#fff;border-radius:14px;box-shadow:0 8px 24px #00000040;height:64px;object-fit:cover;width:64px}.lb-login-aside .lb-login-tagline{color:#ffffffd9;font-size:16px;line-height:1.6;margin:0;max-width:340px}.lb-login-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.lb-login-chip{background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;font-size:13px;font-weight:600;padding:8px 14px}.lb-login-chip:first-child{background:#0d948859}.lb-login-chip:nth-child(2){background:#f9731659}.lb-login-chip:nth-child(3){background:#2f6fed59}.lb-login-form-pane{align-items:center;background:#fffffff5;display:flex;flex:0.9 1;justify-content:center;padding:32px 28px}.lb-login-card{background:#0000!important;border:none!important;border-radius:16px!important;box-shadow:none!important;max-width:100%;width:420px}.lb-login-brand{margin-bottom:8px;text-align:center}.lb-login-brand h1{background:linear-gradient(90deg,#0d9488,#f97316);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:28px;font-weight:800;margin:0}.lb-login-card .ant-btn,.lb-login-card .ant-input,.lb-login-card .ant-input-affix-wrapper{min-height:40px}@media (max-width:959px){.lb-login-shell{flex-direction:column;min-height:auto;width:min(420px,100%)}.lb-login-aside{display:none}.lb-login-form-pane{background:#0000;padding:8px}.lb-login-card{background:#fff!important;border:1px solid #ffffff59!important;box-shadow:0 20px 50px #00000047!important}.lb-login-page{align-items:center}}.lb-empty-wrap{flex:1 1;padding:48px 16px}.lb-empty-wrap,.lb-unauthorized-wrap{align-items:center;display:flex;justify-content:center}.lb-unauthorized-wrap{height:100%}