*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Arial,PingFang SC,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}.shell{min-height:100vh}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.brand{font-weight:800;letter-spacing:-.05em}.brand span{color:var(--purple-deep)}.topnav{display:flex;gap:22px;font-size:12px;color:var(--muted)}.button{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border-radius:4px;font-size:12px}.button.dark{background:var(--ink);color:#fff}.button.light{background:#fff;border:1px solid var(--line)}.button.purple{background:var(--purple);color:var(--ink)}.eyebrow{font:10px ui-monospace,monospace;letter-spacing:.12em;color:#999}.hero{max-width:1160px;margin:auto;padding:110px 6vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.hero h1{font-size:clamp(46px,6vw,78px);line-height:1.06;letter-spacing:-.08em;margin:22px 0}.hero h1 em{color:var(--purple-deep);font-style:normal}.hero p{max-width:470px;line-height:1.8;color:var(--muted);font-size:15px}.hero-actions{display:flex;gap:10px;margin-top:30px}.hero-card{background:var(--ink);color:#fff;padding:35px;min-height:300px;box-shadow:20px 25px 60px #24242b26}.agent-avatar,.hero-avatar{display:grid;place-items:center;background:linear-gradient(140deg,#d8c8ff,#8459ea);border-radius:50%;width:68px;height:68px;font-size:28px;margin:35px 0 18px}.console{display:grid;grid-template-columns:225px 1fr;min-height:100vh}.sidebar{background:var(--ink);color:#fff;padding:26px 15px}.sidebar nav{display:grid;grid-gap:5px;gap:5px;margin-top:35px}.sidebar a{color:#aaa;padding:11px;border-radius:4px;font-size:12px}.sidebar a.active,.sidebar a:hover{color:#fff;background:#383840}.workspace{background:#303038;padding:12px;font-size:11px}.main{max-width:1400px;width:100%;margin:auto;padding:46px 5vw}.page-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.page-head h1{letter-spacing:-.07em;margin:10px 0 6px}.page-head p{color:#999}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.card,.metric,.table{background:#fff;border:1px solid var(--line);padding:20px}.metric strong{display:block;font-size:30px;margin:18px 0 8px}.table{padding:0;overflow:auto}.table-head,.table-row{min-width:700px;display:grid;grid-template-columns:1.5fr 1fr 1fr .7fr;grid-gap:18px;gap:18px;align-items:center;padding:15px 18px}.table-head{background:#fbfafc;font:10px ui-monospace,monospace;color:#999}.table-row{border-top:1px solid #f0eff2;font-size:12px;min-height:68px}.table-row small{display:block;color:#999;margin-top:5px;font-size:10px}.status{color:#269c69;font-size:10px}.list{display:grid;grid-gap:12px;gap:12px}.list .card{display:flex;align-items:center;gap:14px}.list .card div:nth-child(2){flex:1 1}.create-form{display:grid;grid-gap:15px;gap:15px;max-width:850px}.form-card{background:#fff;border:1px solid var(--line);padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-grid label{font-size:11px;color:#666}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid var(--line);border-radius:4px;background:#fff}.form-actions{display:flex;justify-content:flex-end;gap:10px}.detail-header{display:flex;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);padding:22px}.detail-header .agent-avatar{margin:0}.detail-header div:nth-child(2){flex:1 1}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:14px}.notice{background:#f2edff;border-left:3px solid var(--purple);padding:12px;font-size:11px;color:#777}.login{min-height:100vh;display:grid;place-items:center;background:#fff}.login-card{width:390px;max-width:calc(100% - 40px);background:#fff}.login-card h1{font-size:32px;letter-spacing:-.07em;margin:18px 0 8px}.login-card p{color:var(--muted);font-size:13px}.login-card form{display:grid;grid-gap:16px;gap:16px;margin-top:28px}.login-card label{font-size:11px;color:#666}.login-card input{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid var(--line);border-radius:4px}.login-card .button{justify-content:center}.demo{font:10px ui-monospace,monospace;color:var(--purple-deep);background:#eee8ff;padding:6px 8px;border-radius:3px}@media(max-width:760px){.topnav{display:none}.hero{grid-template-columns:1fr;padding:65px 22px;gap:30px}.hero-card{min-height:250px}.console{display:block}.sidebar{display:flex;overflow:auto;padding:10px 12px;white-space:nowrap}.sidebar .brand,.workspace{display:none}.sidebar nav{display:flex;margin:0;gap:5px}.sidebar a{padding:8px 10px}.main{padding:30px 18px}.page-head{display:block}.page-head .button{margin-top:18px}.metrics{grid-template-columns:1fr 1fr}.detail-grid,.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.form-actions{flex-wrap:wrap}.form-actions .button{flex:1 1}}:root{--ink:#24242b;--muted:#77757d;--line:#e7e5e9;--paper:#f9f9f7;--purple:#a982ff;--purple-deep:#7046dc;--white:#fff}.console-layout{background:#f6f7fb}.app-sider{background:#171522!important;box-shadow:8px 0 28px rgba(30,24,60,.08)}.sidebar-brand{height:76px;padding:0 25px;display:flex;align-items:center;gap:10px;color:#fff;font-size:19px;font-weight:800;letter-spacing:-.06em}.brand-mark{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:linear-gradient(135deg,#b89dff,#6c4ed7);color:#fff;font-size:14px}.brand-accent{color:#a991ff}.workspace-switch{margin:4px 14px 25px;padding:11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;gap:9px;color:#fff}.workspace-switch span{flex:1 1;min-width:0;display:grid;grid-gap:3px;gap:3px;font-size:11px}.workspace-switch small{color:#9995ab;font-size:10px}.app-menu{background:transparent!important;-webkit-border-end:0!important;border-inline-end:0!important;padding:0 10px}.app-menu .ant-menu-item{margin:4px 0;border-radius:9px;color:#a7a3b5}.app-menu .ant-menu-item-selected{color:#fff!important;background:linear-gradient(90deg,#7053dc,#5941b7)!important;box-shadow:0 8px 18px rgba(106,78,211,.25)}.app-menu .ant-menu-item:hover{color:#fff!important}.sider-footer{position:absolute;bottom:20px;width:100%;padding:0 24px;color:#9893a7;font-size:11px}.sider-footer .ant-badge-status-text{color:#9893a7}.app-header{background:#fff!important;border-bottom:1px solid #ecebf2;height:68px;padding:0 34px!important;display:flex;justify-content:space-between;align-items:center}.header-context{color:#9895a4;font-size:12px}.header-context span{padding:0 8px;color:#d8d5df}.header-actions{display:flex;align-items:center;gap:22px;color:#777486;font-size:17px}.header-avatar{background:#ded6ff!important;color:#674dcc!important;font-weight:700}.main-content{padding:38px clamp(20px,4vw,56px);max-width:1500px;width:100%;margin:0 auto}.page-head h1{color:#1c1c27;font-size:34px;letter-spacing:-.06em}.page-head p{margin-top:8px;color:#8a8795}.title-spark{color:#7457e8}.ant-btn-primary{background:#7457e8;box-shadow:0 7px 15px rgba(116,87,232,.2)}.ant-btn-primary:hover{background:#6344da!important}.ant-card{border-color:#e9e8f0;box-shadow:0 7px 24px rgba(43,35,83,.035)}.metric-card{min-height:145px}.metric-card .ant-statistic-title{color:#898695;font-size:12px}.metric-card .ant-statistic-content{font-size:29px;font-weight:750;color:#282633}.metric-card .ant-statistic-content-prefix{color:#8b77df;font-size:17px;margin-right:8px}.metric-card .ant-tag{font-weight:500;font-size:10px;margin-left:6px}.metric-note{display:block;margin-top:10px;color:#9d99a8;font-size:11px}.trend-up{color:#28a36a;font-size:13px}.chart-wrap,.dashboard-row{margin-top:16px}.chart-wrap{height:270px}.health-list{display:grid;grid-gap:20px;gap:20px;padding:10px 0 8px}.health-list>div>span{display:block;color:#666274;font-size:12px;margin-bottom:6px}.card-link{padding-left:0}.recent-card{margin-top:16px}.recent-agent{display:flex;align-items:center;gap:12px}.recent-agent>span{flex:1 1;display:grid;grid-gap:4px;gap:4px}.recent-agent small,.table-secondary{display:block;color:#9a97a6;font-size:11px;font-weight:400}.agent-mini-avatar{background:#ded5ff;color:#674dcc}.agent-blue{background:#d5ecff;color:#3582be}.demo-footnote{color:#9b98a6;font-size:11px;margin:18px 2px}.table-card{padding:0;overflow:hidden}.table-card .ant-table-thead>tr>th{background:#fbfaff;color:#8d899b;font-size:11px}.table-card .ant-table-tbody>tr>td{padding:17px 16px}.agent-table-avatar{background:#ebe6ff;color:#735bdd}.user-cell{display:flex;align-items:center;gap:9px}.user-cell .ant-avatar{background:#e7e2ff;color:#694fd4}.creation-steps{max-width:700px;margin-bottom:28px}.create-form{max-width:920px}.create-form .ant-card{margin-bottom:16px}.create-form .ant-form-item-label>label{color:#666273;font-size:12px}.publish-summary{max-width:820px}.publish-summary .ant-list-item{padding:17px 8px}.check-icon{color:#28a36a;font-size:20px}.warning-icon{color:#e2a329;font-size:20px}.channel-alert,.publish-alert{max-width:820px;margin-top:16px}.channel-icon{display:block;color:#7457e8;font-size:26px;margin-bottom:15px}.channel-card p{color:#8b8895;font-size:12px}.detail-grid{margin-top:16px}.login{background:radial-gradient(circle at 80% 15%,#eee8ff,transparent 32%),#f6f7fb}.login-card{width:430px;max-width:calc(100% - 32px);border-radius:18px;box-shadow:0 22px 70px rgba(49,37,108,.12);padding:18px}.login-card .brand{display:block;font-size:23px;margin-bottom:54px}.login-card h1{font-size:31px}.login-card p{line-height:1.7}.login-form{margin-top:28px}.demo-login{display:block;text-align:center;margin-top:18px;font-size:11px}.table-card{overflow:auto}.mobile-menu-button{display:none}@media(max-width:991px){.mobile-menu-button{display:inline-flex;margin-right:10px}.app-header{padding:0 18px!important}.header-context{flex:1 1}}.console-loading,.resource-loading{position:fixed;inset:0;z-index:9999;background:#f6f7fb;display:grid;place-items:center;color:#272333}.resource-loading-card{display:flex;align-items:center;gap:14px;padding:18px 22px;background:#fff;border:1px solid #ebe8f4;border-radius:14px;box-shadow:0 12px 40px rgba(55,38,120,.08)}.resource-loading-card>div{display:grid;grid-gap:4px;gap:4px}.resource-loading-card strong{font-size:14px}.resource-loading-card span:not(.loading-mark){font-size:11px;color:#9691a3}.loading-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#b89dff,#6c4ed7);color:#fff}.loading-spinner{width:16px;height:16px;border:2px solid #e6e0ff;border-top-color:#7457e8;border-radius:50%;animation:loading-spin .8s linear infinite}.console-loading{display:block;background:#f6f7fb}.console-loading-brand{height:76px;width:240px;padding:0 25px;display:flex;align-items:center;gap:10px;background:#171522;color:#fff}.console-loading-brand b{font-size:18px}.console-loading-brand b span{color:#a991ff}.console-loading-body{margin-left:240px;padding:70px 5vw}.loading-bar{display:block;width:360px;height:12px;border-radius:8px;background:#e9e6f2;animation:loading-pulse 1.2s ease-in-out infinite}.loading-bar-title{width:220px;height:28px;margin-bottom:16px}.loading-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:46px}.loading-grid span{height:140px;border-radius:12px;background:#ebe9f2;animation:loading-pulse 1.2s ease-in-out infinite}.loading-grid span:nth-child(2){animation-delay:.1s}.loading-grid span:nth-child(3){animation-delay:.2s}.loading-grid span:nth-child(4){animation-delay:.3s}@keyframes loading-spin{to{transform:rotate(1turn)}}@keyframes loading-pulse{0%,to{opacity:.55}50%{opacity:1}}@media(max-width:760px){.console-loading-brand{width:100%;height:60px}.console-loading-body{margin-left:0;padding:36px 20px}.loading-grid{grid-template-columns:1fr 1fr}}.resource-loader-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;background:#f6f7fb;color:#272333;pointer-events:none}.chat-alert,.chat-toolbar{margin-bottom:12px}.chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-toolbar .ant-select{min-width:240px}.chat-panel{height:min(650px,calc(100vh - 250px));min-height:460px}.chat-context{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid #f0eef4}.chat-context>div:nth-child(2){display:grid;grid-gap:3px;gap:3px;min-width:0;flex:1 1}.chat-context strong{font-size:13px}.chat-context span{font-size:11px;color:#817b94;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-agent-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#ebe6ff;color:#7457e8}.chat-live-dot{color:#24966a!important}.chat-live-dot:before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#28a36a}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow:auto;padding:20px 18px;background:#fcfcfd}.chat-inline-loading,.chat-state{display:grid;place-items:center;grid-gap:10px;gap:10px;color:#817b94;font-size:12px}.chat-message{display:flex;max-width:min(78%,620px);flex-direction:column;gap:4px}.chat-message-user{align-self:flex-end;align-items:flex-end}.chat-message-assistant,.chat-message-system{align-self:flex-start}.chat-message-bubble{padding:10px 13px;border-radius:12px;background:#fff;border:1px solid #e9e7ef;font-size:13px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message-user .chat-message-bubble{background:#7457e8;border-color:#7457e8;color:#fff}.chat-message-status{font-size:10px;color:#aaa5b2}.chat-panel .chat-composer{align-items:flex-end;padding:12px 14px}.chat-composer .ant-input{font-size:13px}.chat-composer .ant-btn{height:40px}.chat-footnote{display:block;margin-top:10px;font-size:11px}.chat-state{min-height:320px}.chat-state-panel{border:1px dashed #d9d5e5;border-radius:8px;background:#fff}@media(max-width:760px){.chat-toolbar{align-items:stretch;flex-direction:column}.chat-toolbar .ant-select{width:100%;min-width:0}.chat-panel{height:calc(100vh - 290px);min-height:460px}.chat-message{max-width:88%}.chat-panel .chat-composer{align-items:stretch;flex-direction:column}.chat-panel .chat-composer .ant-btn{width:100%}}.module-loading{min-height:100%;padding:4px 0 32px;color:#272333}.module-loading-head{display:grid;grid-gap:10px;gap:10px;margin-bottom:22px}.module-loading-line{display:block;border-radius:5px;background:#e8e5f0;animation:loading-pulse 1.2s ease-in-out infinite}.module-loading-kicker{width:112px;height:10px}.module-loading-title{width:220px;height:28px}.module-loading-copy{width:280px;height:12px}.module-loading-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:12px;gap:12px}.module-loading-grid>span{display:block;height:190px;border:1px solid #e9e7ef;border-radius:8px;background:#fff;animation:loading-pulse 1.2s ease-in-out infinite}.module-loading-grid>span:nth-child(2){animation-delay:.12s}.module-loading-detail-head{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e9e7ef;border-radius:8px;background:#fff;margin-bottom:12px}.module-loading-avatar{width:48px;height:48px;border-radius:50%;background:#e5e0f5;animation:loading-pulse 1.2s ease-in-out infinite}.module-loading-detail-head>div{display:grid;grid-gap:9px;gap:9px;flex:1 1}.module-loading-stat-grid{grid-template-columns:repeat(4,1fr);margin-bottom:22px}.module-loading-stat-grid>span{height:92px}.detail-module-loading>.module-loading-grid:last-child>span{height:210px}@media(max-width:760px){.module-loading{padding-top:0}.module-loading-grid,.module-loading-stat-grid{grid-template-columns:1fr}.module-loading-stat-grid>span{height:72px}.module-loading-grid>span{height:160px}}.login-card .ant-card-body{padding:20px 26px 18px}.login-card .brand{margin-bottom:34px}.login-card h1{margin:12px 0 6px;line-height:1.25}.login-card p{margin:0;line-height:1.6}.login-card .login-form{margin-top:20px;gap:0}.login-card .login-form .ant-form-item{margin-bottom:15px}.login-card .login-form .ant-form-item-label{padding-bottom:5px}.login-card .login-form .ant-input,.login-card .login-form .ant-input-affix-wrapper{min-height:44px}.login-card .login-form .ant-btn{height:44px;margin-top:3px}.login-card .demo-login{margin-top:12px}.console-content{position:relative;min-height:calc(100vh - 106px)}.route-transition{position:absolute;inset:0;z-index:5;display:flex;align-items:flex-start;justify-content:center;gap:9px;padding-top:10px;background:rgba(246,247,251,.72);color:#817b94;font-size:12px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.route-transition .loading-spinner{margin-top:0}.console-loading{min-height:calc(100vh - 68px);background:#f6f7fb!important}.main-content{padding-top:26px;padding-bottom:32px}.page-head{margin-bottom:18px}.compact-page-head{align-items:center}.page-head h1{font-size:26px;letter-spacing:-.035em;margin:6px 0 4px}.page-head p{margin:0;font-size:12px}.ant-card{box-shadow:none}.ant-card,.table-card{border-radius:8px}.table-toolbar{display:flex;gap:10px;padding:12px;border-bottom:1px solid #f0eef4;background:#fff}.table-toolbar .ant-input-affix-wrapper{max-width:360px}.table-toolbar .ant-select{width:130px}.table-card .ant-table-thead>tr>th{padding:10px 12px}.table-card .ant-table-tbody>tr>td{padding:11px 12px}.table-card .ant-table-tbody>tr:hover>td{background:#faf9fd}.agent-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:220px;white-space:nowrap}.agent-actions .ant-btn-link{font-weight:400!important;padding-inline:6px}.table-loading{min-height:180px;display:grid;place-items:center}.agent-overview,.table-loading{border:1px solid #e9e8f0;border-radius:8px;background:#fff}.agent-overview{display:flex;align-items:center;gap:28px;margin:0 0 14px;padding:12px 14px}.agent-overview>div{display:grid;grid-gap:2px;gap:2px;padding-right:26px;border-right:1px solid #eeeaf3}.agent-overview strong{font-size:20px;color:#292635}.agent-overview>.ant-typography{margin-left:auto;font-size:11px}.creation-steps{margin-bottom:18px}.create-form{gap:10px}.create-form .ant-card{margin-bottom:0}.create-form .ant-card-head{min-height:42px;padding:0 14px}.create-form .ant-card-head-title{font-size:14px}.create-form .ant-card-body{padding:13px 14px}.create-form .ant-form-item{margin-bottom:11px}.create-form .ant-form-item-label{padding-bottom:4px}.create-form .ant-input,.create-form .ant-input-affix-wrapper,.create-form .ant-select-selector{border-radius:6px!important;height:32px!important;min-height:32px!important}.create-form .ant-form-item-control-input{align-items:flex-start!important}.create-form .ant-form-item-control-input-content{display:flex;align-items:flex-start;width:100%}.create-form .ant-form-item-control-input-content>*{flex:1 1;min-width:0}.create-form .ant-form-item-control-input-content>.ant-input,.create-form .ant-form-item-control-input-content>.ant-input-affix-wrapper,.create-form .ant-form-item-control-input-content>.ant-select{margin-top:0!important}.create-form .ant-input:not(textarea){box-sizing:border-box!important;padding:4px 8px!important;line-height:22px!important}.create-form .ant-input-affix-wrapper{box-sizing:border-box!important;padding:0 8px!important;align-items:center!important}.create-form .ant-input-affix-wrapper input{height:24px!important;padding:0!important;line-height:24px!important}.create-form .ant-input-affix-wrapper input,.create-form .ant-input-textarea textarea{margin-top:0!important}.create-form .ant-select,.create-form .ant-select-single{display:block;box-sizing:border-box!important;height:32px!important;min-height:32px!important;line-height:normal!important}.create-form .ant-select-selector{box-sizing:border-box!important;padding:0 8px!important}.create-form .ant-select-selection-item,.create-form .ant-select-selection-placeholder{line-height:30px!important}.create-form .ant-form-item-control-input-content>.ant-input,.create-form .ant-form-item-control-input-content>.ant-input-affix-wrapper,.create-form .ant-form-item-control-input-content>.ant-select{vertical-align:top}.create-form .ant-input-textarea textarea{min-height:64px!important;padding:6px 8px!important}.create-form .ant-input-textarea-show-count:after{bottom:4px;right:8px;font-size:10px}.create-form .ant-form-item-extra{min-height:15px;line-height:15px;font-size:11px}.create-form .form-note{margin-bottom:12px;padding:6px 8px;font-size:11px}.create-form .form-note-muted{margin-bottom:0}.create-form .ant-divider{margin:12px 0}.form-actions{margin-top:4px}.detail-header{padding:16px 18px;border-radius:8px}.compact-detail-header h1{font-size:24px;letter-spacing:-.025em;margin:4px 0}.detail-actions{margin:12px 0}.compact-detail-grid{margin-top:0;gap:12px}.compact-detail-grid .ant-card-head{min-height:44px;padding:0 16px}.compact-detail-grid .ant-card-head-title{font-size:14px}.compact-detail-grid .ant-card-body{padding:14px 16px}.channel-summary{min-height:36px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.detail-secondary-action{margin-top:12px}.ant-descriptions .ant-descriptions-item-content,.ant-descriptions .ant-descriptions-item-label{padding-bottom:9px;font-size:12px}.detail-stat-row{margin:0 0 22px}.detail-stat-row .ant-card{height:100%}.detail-stat-row .ant-statistic-title{font-size:11px;color:#898695}.detail-stat-row .ant-statistic-content{font-size:21px}.detail-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:22px 0 10px}.channel-section-heading h2,.detail-section-heading h2{font-size:16px;margin:5px 0 0;letter-spacing:-.02em}.detail-section-heading .ant-typography{font-size:11px}.channel-section-heading{display:flex;align-items:center;justify-content:space-between;margin:22px 0 10px}.detail-channel-overview{border-radius:8px}.channel-overview-main{display:flex;align-items:flex-start;gap:12px}.channel-overview-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#eee9ff;color:#7054d7;font-size:23px}.channel-overview-main .ant-typography{display:block}.channel-overview-main .ant-typography-paragraph{margin:4px 0 0;font-size:12px}.channel-product-card,.channel-side-card{height:100%;border-radius:8px}.channel-product-header{display:flex;align-items:center;gap:12px}.channel-brand{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;font-weight:700;font-size:20px}.feishu-brand{background:#dcecff;color:#337bc2}.channel-product-title{display:grid;grid-gap:3px;gap:3px;flex:1 1}.channel-product-title .ant-typography{font-size:12px}.channel-flow{display:grid;grid-gap:18px;gap:18px;margin-bottom:20px}.flow-step{display:flex;gap:10px}.flow-step>div{flex:1 1}.flow-index{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#f0eef5;color:#8e899d;font-size:11px;flex:none}.flow-index.active{background:#7457e8;color:#fff}.flow-step .ant-typography{display:block;font-size:12px}.flow-step .ant-typography-paragraph{margin:4px 0 0;font-size:11px}.channel-side-card .ant-card-head{min-height:44px;padding:0 16px}.channel-side-card .ant-card-head-title{font-size:13px}.channel-note{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #f0eef4}.channel-note:last-child{border-bottom:0}.channel-note>svg{color:#7457e8;font-size:16px;margin-top:2px}.channel-note>span{display:grid;grid-gap:4px;gap:4px}.channel-note .ant-typography{font-size:11px}.channel-note .ant-typography-secondary{font-size:11px;line-height:1.5}.console-layout{height:100vh;min-height:100vh;overflow:hidden}.console-layout>.app-sider{height:100vh;min-height:0;overflow:hidden;flex:0 0 240px!important;max-width:240px!important;min-width:240px!important;width:240px!important}.console-layout>.app-sider .ant-layout-sider-children{height:100%;display:flex;flex-direction:column;overflow:hidden}.console-layout>.app-sider .app-menu{flex:1 1;overflow-y:auto;overflow-x:hidden}.console-layout>.ant-layout{min-width:0;height:100vh;min-height:0;overflow:hidden}.app-header{position:relative;z-index:10;flex:0 0 68px!important;height:68px!important}.main-content{min-height:0!important;height:calc(100vh - 68px);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;background:#fff}.console-content{min-height:100%;background:#fff}@media(max-width:991px){.console-layout>.app-sider{position:fixed;inset:0 auto 0 0;z-index:30;height:100vh;transform:translateX(0);transition:transform .2s ease;box-shadow:12px 0 28px rgba(30,24,60,.18)}.console-layout>.app-sider,.console-layout>.app-sider.ant-layout-sider-collapsed{flex:0 0 240px!important;max-width:240px!important;min-width:240px!important;width:240px!important}.console-layout>.app-sider.ant-layout-sider-collapsed{transform:translateX(-100%);overflow:hidden}.console-layout>.ant-layout{width:100%}.main-content{height:calc(100vh - 68px)}}@media(max-width:760px){.agent-overview{gap:14px;overflow:auto}.agent-overview>.ant-typography{display:none}.table-toolbar{flex-wrap:wrap}.table-toolbar .ant-input-affix-wrapper{max-width:none;flex:1 1}.detail-actions{justify-content:flex-start}}.channel-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.channel-page-head>div{display:grid;grid-gap:4px}.channel-page-head .ant-btn-link{justify-self:start;padding:0;height:auto;margin-bottom:4px}.channel-page-head h1{margin:0;letter-spacing:-.04em}.channel-management-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr);grid-gap:12px;gap:12px}.channel-guide-card,.channel-list-card,.channel-primary-card{border-radius:8px}.channel-primary-card .ant-card-body{min-height:132px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.channel-primary-card .ant-typography{margin:0}.channel-guide-card .ant-card-head,.channel-list-card .ant-card-head{min-height:44px;padding:0 16px}.channel-guide-card .ant-card-head-title,.channel-list-card .ant-card-head-title{font-size:13px}.channel-guide-item{display:grid;grid-gap:4px;gap:4px;padding:9px 0;border-bottom:1px solid #f0eef4}.channel-guide-item:last-child{border-bottom:0}.channel-guide-item .ant-typography{font-size:12px}.channel-guide-item .ant-typography-secondary{font-size:11px;line-height:1.5}.channel-list-card{margin-top:12px}.channel-entry-row{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 0;border-bottom:1px solid #f0eef4}.channel-entry-row:last-child{border-bottom:0}.channel-entry-row>div:first-child{display:grid;grid-gap:3px;gap:3px;flex:1 1;min-width:0}.channel-entry-row .ant-typography-secondary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-entry-list{display:grid;grid-gap:0;gap:0}.channel-entry-list .channel-entry-row{padding:11px 0}@media(max-width:760px){.channel-page-head{align-items:flex-start;flex-direction:column}.channel-management-grid{grid-template-columns:1fr}.channel-entry-row{align-items:flex-start;flex-wrap:wrap}.channel-entry-row>div:first-child{width:100%;flex-basis:100%}}.agent-landing{min-height:100vh;display:grid;align-content:center;justify-items:start;grid-gap:16px;gap:16px;max-width:760px;margin:0 auto;padding:48px 24px}.agent-landing h1{font-size:clamp(34px,6vw,64px);letter-spacing:-.07em;margin:0;color:#211d2d}.agent-landing>p{max-width:560px;color:#777286;line-height:1.8;font-size:15px;margin:0}.landing-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.landing-state{min-height:100vh;display:grid;place-items:center;padding:24px}.feishu-qr-panel{display:grid;justify-items:center;grid-gap:14px;gap:14px;padding:12px 0 4px;text-align:center}.feishu-qr-panel svg{padding:12px;background:#fff;border:1px solid #eceaf2;border-radius:10px}.feishu-qr-panel .ant-typography{margin:0;max-width:300px}.console-home .page-head{margin-bottom:20px}.console-home .page-head h1{font-size:28px}.home-summary{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e9e7ef;border-radius:8px;background:#fff;margin-bottom:12px}.home-summary>div{padding:16px 18px;border-right:1px solid #f0eef4;display:grid;grid-gap:4px;gap:4px}.home-summary>div:last-child{border-right:0}.home-summary span{font-size:11px;color:#898596}.home-summary strong{font-size:26px;line-height:1.1;color:#282633;font-weight:650}.home-summary small{font-size:11px;color:#a09baa}.home-summary .positive{color:#24966a}.home-summary .unit{font-size:14px;margin-left:2px;color:#817b94}.console-home .dashboard-row{margin-top:0}.console-home .ant-card-head{min-height:46px}.console-home .chart-wrap{height:240px}.console-home .health-list{gap:16px}.console-home .recent-card{margin-top:12px}.console-home .recent-agent{min-height:54px;padding:8px 0;border-bottom:1px solid #f0eef4}.console-home .recent-agent:last-child{border-bottom:0}.placeholder-page .page-head{margin-bottom:18px}.placeholder-page>.ant-alert{max-width:820px}.trace-empty{max-width:720px;border:1px dashed #d9d5e5;border-radius:8px;background:#fff;padding:48px 28px;text-align:center}.trace-empty-mark{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 14px;border-radius:12px;background:#f0ebff;color:#7457e8;font-size:24px}.trace-empty h2{font-size:17px;margin:0 0 8px}.trace-empty p{color:#817b94;font-size:12px;line-height:1.7;margin:0 auto;max-width:520px}.settings-list{max-width:820px;border:1px solid #e9e7ef;border-radius:8px;background:#fff}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-bottom:1px solid #f0eef4}.settings-row:last-child{border-bottom:0}.settings-row b{font-size:13px}.settings-row p{margin:5px 0 0;color:#817b94;font-size:11px;line-height:1.5}.chat-page{max-width:920px;margin:0 auto}.chat-page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.chat-page-head h1{font-size:24px;margin:6px 0 4px}.chat-page-head p{font-size:12px;color:#817b94;margin:0}.chat-status{font-size:11px;color:#817b94}.chat-status:first-letter{color:#c58a1c}.chat-panel{height:min(620px,calc(100vh - 210px));min-height:420px;display:flex;flex-direction:column;border:1px solid #e9e7ef;border-radius:8px;background:#fff;overflow:hidden}.chat-empty{display:grid;place-items:center;align-content:center;flex:1 1;padding:24px;text-align:center}.chat-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f0ebff;color:#7457e8;font-size:22px}.chat-empty h2{font-size:17px;margin:14px 0 6px}.chat-empty p{font-size:12px;color:#817b94;margin:0 0 14px}.chat-empty .notice{max-width:420px}.chat-composer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-top:1px solid #f0eef4;color:#aaa5b2;font-size:12px}.chat-composer button{padding:8px 14px;border-radius:6px;background:#efedf2;color:#aaa5b2}@media(max-width:760px){.home-summary{grid-template-columns:1fr 1fr}.home-summary>div:nth-child(2){border-right:0}.home-summary>div:nth-child(-n+2){border-bottom:1px solid #f0eef4}.chat-page-head{align-items:flex-start;gap:12px;flex-direction:column}.chat-panel{min-height:460px}.settings-row{align-items:flex-start;flex-direction:column}}.agent-detail-page,.channels-page{max-width:980px;margin:0 auto}.object-header{display:flex;align-items:center;gap:14px;padding:18px 0 16px;border-bottom:1px solid #e8e6ee}.object-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#eee9ff;color:#7054d7;font-size:20px;flex:none}.object-title{display:grid;grid-gap:3px;gap:3px;min-width:0;flex:1 1}.object-title h1{font-size:24px;line-height:1.2;letter-spacing:-.04em;margin:2px 0}.object-title .ant-typography{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin:14px 0 18px}.detail-metric-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e7e5ed;border-radius:8px;margin-bottom:28px}.detail-metric-strip>div{min-width:0;padding:13px 16px;border-right:1px solid #eeeef3}.detail-metric-strip>div:last-child{border-right:0}.detail-metric-strip span,.detail-metric-strip strong{display:block}.detail-metric-strip span{font-size:11px;color:#908c9c;margin-bottom:7px}.detail-metric-strip strong{font-size:16px;color:#353241;letter-spacing:-.02em}.detail-metric-strip strong.positive{color:#259862}.detail-metric-strip small{font-size:11px;font-weight:400;color:#908c9c;margin-left:2px}.detail-section{padding:0 0 26px;border-bottom:1px solid #e7e5ed;margin-bottom:26px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading h2{font-size:16px;letter-spacing:-.025em;margin:5px 0 0}.section-heading>.ant-typography{font-size:11px}.config-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px}.config-block{min-width:0}.config-block h3{font-size:12px;font-weight:650;margin:0 0 10px;padding-bottom:9px;border-bottom:1px solid #eceaf1;color:#4b4758}.config-block .ant-descriptions{font-size:11px}.config-block .ant-descriptions-item-label{width:112px;color:#908c9c;font-size:11px}.config-block .ant-descriptions-item-content{color:#4b4758;font-size:11px;word-break:break-word}.detail-channel-list{border-top:1px solid #eceaf1}.channel-entry-row{min-height:62px;padding:13px 0}.channel-entry-row>div:first-child{gap:5px}.channel-entry-row .ant-typography{font-size:12px}.channel-entry-row .ant-typography-secondary{font-size:11px}.channel-focus{display:flex;align-items:center;gap:14px;padding:18px 0;border-top:1px solid #e7e5ed;border-bottom:1px solid #e7e5ed}.channel-focus-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#dcecff;color:#337bc2;font-size:20px;font-weight:700;flex:none}.channel-focus-main{min-width:0;flex:1 1}.channel-focus-title{display:flex;align-items:center;gap:8px}.channel-focus-title h2{font-size:16px;margin:0;letter-spacing:-.025em}.channel-focus-main p{font-size:11px;line-height:1.6;color:#858190;margin:7px 0 0}.channel-focus-action{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:none}.channel-guide{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;padding:18px 0 22px;border-bottom:1px solid #e7e5ed}.channel-guide>div{display:grid;grid-template-columns:auto 1fr;grid-column-gap:9px;column-gap:9px;align-items:start}.guide-index{grid-row:span 2;font:11px ui-monospace,monospace;color:#7457e8;padding-top:1px}.channel-guide b{font-size:11px;font-weight:650}.channel-guide .ant-typography{font-size:11px;line-height:1.55;margin-top:4px}.channel-list-section{padding-top:24px}.channel-list-section .section-heading{margin-bottom:12px}.channel-flat-list{border-top:1px solid #eceaf1}.channel-flat-row{display:flex;align-items:center;gap:16px;min-height:68px;padding:13px 2px;border-bottom:1px solid #eceaf1}.channel-flat-name{display:grid;grid-gap:5px;gap:5px;min-width:0;flex:1 1}.channel-flat-name .ant-typography{font-size:12px}.channel-flat-name .ant-typography-secondary{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-empty{padding:26px 0;border-top:1px solid #eceaf1}.channel-alert{margin:0 0 20px;max-width:none}.channel-page-head{max-width:none}.channel-page-head h1{font-size:24px}.channel-page-head>div{gap:4px}@media(max-width:760px){.agent-detail-page,.channels-page{max-width:none}.object-header{align-items:flex-start;flex-wrap:wrap}.object-title{max-width:calc(100% - 58px)}.object-header>.ant-tag{margin-left:56px}.detail-actions{justify-content:flex-start}.detail-metric-strip{grid-template-columns:1fr 1fr}.detail-metric-strip>div:nth-child(2){border-right:0}.detail-metric-strip>div:nth-child(-n+2){border-bottom:1px solid #eeeef3}.channel-guide,.config-grid{grid-template-columns:1fr;gap:16px}.channel-focus{align-items:flex-start;flex-wrap:wrap}.channel-focus-main{width:calc(100% - 54px);flex:none}.channel-focus-action{width:100%;justify-content:flex-start;margin-left:52px}.channel-flat-row{align-items:flex-start;flex-wrap:wrap;gap:9px 12px}.channel-flat-name{width:calc(100% - 2px);flex-basis:100%}.channel-flat-row>.ant-tag{margin-left:0}.channel-page-head{align-items:flex-start;flex-direction:column}}.channel-section{margin-top:0}.channel-focus-action{min-width:0}.object-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;flex:none}.channel-rail-intro{display:flex;align-items:center;gap:12px;padding:13px 0 16px;border-bottom:1px solid #eceaf1}.channel-rail-count{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#f0ebff;color:#7457e8;font:12px ui-monospace,monospace;flex:none}.channel-rail-intro>div{display:grid;grid-gap:3px;gap:3px}.channel-rail-intro .ant-typography,.channel-rail-intro .ant-typography-secondary{font-size:11px}.channel-rail{border-top:1px solid #eceaf1}.channel-rail-item{display:flex;align-items:center;gap:13px;min-height:82px;padding:17px 2px;border-bottom:1px solid #eceaf1}.channel-rail-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;font-size:16px;font-weight:700;flex:none}.channel-rail-mark.web{background:#f0ebff;color:#7457e8}.channel-rail-mark.feishu{background:#dcecff;color:#337bc2}.channel-rail-main{display:grid;grid-gap:6px;gap:6px;min-width:0;flex:1 1}.channel-rail-title{display:flex;align-items:center;gap:8px;min-width:0}.channel-rail-title .ant-typography{font-size:12px}.channel-rail-main>.ant-typography-secondary{font-size:11px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-rail-item>.ant-btn{flex:none}@media(max-width:760px){.channel-rail-item{align-items:flex-start;flex-wrap:wrap;gap:9px 12px}.channel-rail-main{width:calc(100% - 51px);flex-basis:calc(100% - 51px)}.channel-rail-item>.ant-btn{margin-left:48px}.channel-rail-main>.ant-typography-secondary{white-space:normal}.channel-focus-action{width:calc(100% - 52px);margin-left:52px;min-width:0}.channel-focus-action .ant-btn{max-width:100%;white-space:normal;height:auto;min-height:32px}}.object-header-actions{min-width:0}@media(max-width:760px){.object-header-actions{width:calc(100% - 56px);margin-left:56px;justify-content:flex-start}}.chat-empty .notice,.demo-footnote{display:none!important}.channel-task-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #e7e5ed}.channel-task-panel h2{font-size:15px;margin:5px 0}.channel-task-panel p{margin:0;color:#858190;font-size:11px}.channel-task-panel .ant-btn{flex:none}@media(max-width:760px){.channel-task-panel{align-items:flex-start;flex-direction:column;gap:12px}}.channel-modal-content{display:grid;grid-gap:0;gap:0}.channel-modal-loading{display:grid;place-items:center;min-height:180px}.channel-modal-row{display:flex;align-items:center;gap:13px;min-height:78px;padding:15px 0;border-bottom:1px solid #eceaf1}.channel-modal-row .channel-rail-main{min-width:0}.channel-modal-actions{display:flex;gap:7px;flex:none}.channel-modal-task{display:flex;align-items:center;gap:9px;padding:12px 0 0}.channel-modal-task .ant-typography{flex:1 1;font-size:11px}.channel-modal-task .ant-btn{padding-inline:0}@media(max-width:760px){.channel-modal-row{align-items:flex-start;flex-wrap:wrap}.channel-modal-row .channel-rail-main{width:calc(100% - 50px);flex-basis:calc(100% - 50px)}.channel-modal-actions,.channel-modal-row>.ant-btn{margin-left:49px}.channel-modal-task{align-items:flex-start;flex-wrap:wrap}.channel-modal-task .ant-typography{flex-basis:calc(100% - 70px)}}.channel-modal-actions .ant-btn,.channel-modal-row>.ant-btn{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.channel-modal-actions .ant-btn:not(:disabled):hover,.channel-modal-row>.ant-btn:not(:disabled):hover{border-color:#7457e8;color:#6344da;background:#f7f4ff}.channel-modal-actions .ant-btn-primary:not(:disabled),.channel-modal-row>.ant-btn-primary:not(:disabled){color:#fff!important;background:#7457e8!important;border-color:#7457e8!important}.channel-modal-actions .ant-btn-primary:not(:disabled):hover,.channel-modal-row>.ant-btn-primary:not(:disabled):hover{color:#fff!important;background:#6344da!important;border-color:#6344da!important;box-shadow:0 5px 12px rgba(99,68,218,.2)}.channel-modal-actions .ant-btn-dangerous:not(:disabled):hover{color:#c43f4e;background:#fff7f8;border-color:#e28b95}.channel-modal-actions .ant-btn:disabled,.channel-modal-row>.ant-btn:disabled{color:#9f9ba7;background:#f4f3f6;border-color:#e2e0e7;cursor:not-allowed}.channel-binding-list{display:grid;grid-gap:0;gap:0;margin:0 0 0 49px;border-top:1px solid #f0eef4}.channel-binding-item{display:flex;align-items:center;gap:8px;min-height:34px;padding:6px 0;border-bottom:1px solid #f0eef4}.channel-binding-item .ant-typography{flex:1 1;font-size:11px}.channel-binding-item .ant-tag{-webkit-margin-end:0;margin-inline-end:0;font-size:10px}.agent-detail-page .ant-btn{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.agent-detail-page .ant-btn:not(:disabled):focus-visible{outline:2px solid rgba(116,87,232,.42);outline-offset:2px}.object-header-actions .ant-btn:not(:disabled):hover{border-color:#7457e8;color:#6344da;background:#f7f4ff}.object-header-actions .ant-btn-primary:not(:disabled),.object-header-actions .ant-btn-primary:not(:disabled):hover{color:#fff!important;background:#7457e8!important;border-color:#7457e8!important}.object-header-actions .ant-btn-primary:not(:disabled):hover{background:#6344da!important;box-shadow:0 5px 12px rgba(99,68,218,.2)}.channel-modal-qr{display:flex;align-items:center;gap:22px;margin-top:14px;padding:18px;background:#faf9fd;border:1px solid #eceaf3;border-radius:8px}.channel-modal-qr-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}@media(max-width:560px){.channel-modal-qr{align-items:flex-start;flex-direction:column;gap:12px}.channel-modal-qr svg{width:160px;height:160px}}.feishu-avatar-upload{gap:10px}.feishu-chat-messages{min-height:390px}.feishu-message-name span{margin-left:3px;padding:1px 3px;border-radius:2px;background:#e9edf3;color:#7e8998;font-size:7px}.conversation-trace{display:grid;grid-gap:3px;gap:3px;margin-top:4px;padding-left:10px;border-left:2px solid #eceaf1}.end-users-page{display:flex;min-height:calc(100vh - 170px);flex-direction:column}.end-users-toolbar{align-items:center;flex-wrap:wrap}.end-users-search{width:300px!important;max-width:none!important}.end-users-filter{width:130px!important}.end-users-filter-agent{width:160px!important}.end-users-date-range{width:250px!important}.end-users-toolbar>.ant-typography{margin-left:auto;white-space:nowrap}.end-users-empty{display:grid;place-items:center;flex:1 1;width:100%;max-width:none;min-height:360px;padding:32px;border:1px dashed #d9d5e5}.end-users-empty .ant-empty{margin:0}@media(max-width:1100px){.end-users-toolbar>.ant-typography{margin-left:0}}@media(max-width:760px){.end-users-page{min-height:calc(100vh - 120px)}.end-users-toolbar{align-items:stretch}.end-users-date-range,.end-users-filter,.end-users-filter-agent,.end-users-search{width:100%!important}.end-users-toolbar>.ant-typography{align-self:flex-start}}.header-user-menu{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:0 2px;cursor:pointer}.header-user-menu:focus-visible{outline:2px solid #7457e8;outline-offset:3px;border-radius:999px}.header-user-menu-arrow{font-size:10px;color:#8d899b}.header-user-menu:hover .header-user-menu-arrow{color:#7457e8}.user-detail-drawer{display:grid;grid-gap:0;gap:0;padding:4px 2px 24px}.user-profile-hero{display:flex;align-items:center;gap:16px;padding:8px 2px 22px;border-bottom:1px solid #eceaf1}.user-profile-hero>.ant-avatar{background:#e9e7ee;color:#777386}.user-profile-copy{display:grid;grid-gap:5px;gap:5px;min-width:0}.user-profile-kicker{color:#9b97a8;font:10px ui-monospace,monospace;letter-spacing:.12em}.user-profile-copy .ant-typography-title{margin:0;font-size:23px;line-height:1.2;letter-spacing:-.04em}.user-profile-copy .ant-typography-secondary{font-size:11px}.user-profile-copy .ant-tag{margin:0;font-size:11px}.user-status-banner{display:flex;align-items:center;gap:8px;margin:14px 0 0;padding:9px 11px;border:1px solid #f2d9a2;border-radius:7px;background:#fffaf0;color:#8b6a2b;font-size:12px}.user-status-banner .ant-tag{margin:0}.user-detail-section{padding:22px 0;border-bottom:1px solid #eceaf1}.user-detail-section:last-of-type{border-bottom:0}.user-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.user-section-heading>div{display:grid;grid-gap:3px;gap:3px}.user-section-heading .ant-typography-title{margin:0;font-size:15px;letter-spacing:-.02em}.user-section-heading .ant-typography-secondary,.user-section-heading>.ant-typography{font-size:11px}.user-section-heading>.ant-tag{margin:0;border-radius:5px;background:#f4f1ff;color:#6d50d4}.user-facts .ant-descriptions-view{background:#fafafd;border:1px solid #eeecf3;border-radius:7px;padding:3px 12px}.user-facts .ant-descriptions-item{padding-bottom:9px}.user-facts .ant-descriptions-item-label{width:72px;color:#9894a4;font-size:11px}.user-facts .ant-descriptions-item-content{color:#403c4d;font-size:11px;line-height:1.5}.user-facts .ant-tag{-webkit-margin-end:0;margin-inline-end:0;color:#62598a;background:#f4f1ff;border-color:#e5ddff}.user-remark-section .ant-input{font-size:12px;border-color:#e5e1ef;background:#fff}.user-remark-section .ant-input:focus{border-color:#7457e8;box-shadow:0 0 0 2px rgba(116,87,232,.1)}.user-remark-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px}.user-remark-actions .ant-typography{font-size:11px}.user-agent-list,.user-conversation-list{display:grid;grid-gap:8px;gap:8px}.user-agent-row{display:flex;align-items:center;gap:10px;min-height:58px;padding:10px 11px;border:1px solid #eceaf1;border-radius:7px;background:#fff}.user-agent-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#f0ebff;color:#7457e8;font-size:13px}.user-agent-copy{display:grid;grid-gap:3px;gap:3px;min-width:0;flex:1 1}.user-agent-copy .ant-typography{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-agent-copy .ant-typography-secondary{font-size:10px}.user-agent-row>.ant-tag{margin:0;font-size:10px}.user-inline-empty{padding:17px 12px;border:1px dashed #dedbe7;border-radius:7px;color:#9d99a8;font-size:12px;text-align:center;background:#fbfbfd}.user-conversation-row{display:flex!important;align-items:center;height:auto!important;min-height:62px;padding:10px 12px!important;text-align:left!important;border-color:#eceaf1!important;box-shadow:none!important}.user-conversation-row:hover{border-color:#bcaef5!important;background:#faf8ff!important}.user-conversation-row.ant-btn-primary{border-color:#7457e8!important;background:#f6f2ff!important;color:#40356d!important}.user-conversation-row .ant-space{width:100%;align-items:flex-start}.user-conversation-row .ant-space-item:first-child{font-size:12px}.user-conversation-row .ant-typography-secondary{font-size:10px}.user-message-panel{margin-top:14px;padding:13px;border:1px solid #eceaf1;border-radius:8px;background:#fbfbfd}.user-message-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid #eceaf1}.user-message-panel-head .ant-typography{font-size:12px}.user-message-panel .conversation-trace{font-size:10px}.user-readonly-alert{margin-top:20px!important;border-radius:8px}.user-readonly-alert .ant-alert-message{font-size:12px}.user-readonly-alert .ant-alert-description{font-size:11px;line-height:1.6}@media(max-width:560px){.user-profile-hero{align-items:flex-start}.user-section-heading{gap:8px}.user-facts .ant-descriptions-view{padding:3px 8px}.user-facts .ant-descriptions-item{padding-bottom:7px}.user-facts .ant-descriptions-item-label{width:68px}.user-facts .ant-descriptions-item-content{font-size:10px}.user-remark-actions{align-items:flex-start;flex-direction:column}.user-remark-actions .ant-btn{width:100%}.user-conversation-row{padding:9px!important}}.user-profile-hero{border-bottom:0;padding-bottom:4px}.user-profile-actions{margin-left:auto;align-self:flex-start}.user-detail-section{padding:8px 0;border-bottom:0}.user-detail-section+.user-detail-section{padding-top:2px}.user-section-heading{margin-bottom:8px}.user-facts .ant-descriptions-view{border:0;background:#f8f7fb;padding:8px 12px}.user-agent-row{border:0;background:#f8f7fb}.user-conversation-row{border-color:#f0eef4!important}.user-message-panel-head{border-bottom:0;padding-bottom:6px}.user-heading-meta{margin-left:4px;color:#a09baa!important;font-size:11px!important;font-weight:400}.user-remark-section .ant-input-textarea-show-count{padding-bottom:28px}.user-remark-actions{position:relative;z-index:1;margin-top:16px}.user-readonly-alert{margin-top:10px!important}@media(max-width:560px){.user-profile-hero{flex-wrap:wrap}.user-profile-actions{width:100%;margin-left:80px}.user-profile-actions .ant-btn{width:100%}}.trace-route-page .trace-workbench-card>.ant-card-body>.ant-alert{margin-bottom:10px;padding:7px 10px;border-radius:5px}.trace-route-page .trace-workbench-card>.ant-card-body>.ant-alert .ant-alert-message{font-size:11px;line-height:1.45}.trace-route-page .trace-workbench-card>.ant-card-body>.ant-alert .ant-alert-icon{-webkit-margin-end:7px;margin-inline-end:7px;font-size:12px}.trace-route-node-evidence{padding:12px}.trace-route-node-evidence>.ant-typography-title{margin-bottom:8px!important}.trace-route-node-evidence .trace-node-diagnosis{padding:8px 10px}.trace-route-node-evidence .trace-node-diagnosis .ant-alert-message{font-size:12px}.trace-route-node-evidence .trace-node-diagnosis .ant-alert-description{font-size:11px}.trace-route-node-evidence .trace-node-diagnosis .ant-alert-description>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:4px;line-height:1.45}.trace-route-node-evidence .trace-node-diagnosis .ant-alert-description>div>div{min-width:0}.trace-route-node-evidence .ant-descriptions{margin-top:9px}.trace-route-node-evidence .ant-descriptions-title{margin-bottom:5px}.trace-route-node-evidence .ant-descriptions-view>table{display:block}.trace-route-node-evidence .ant-descriptions-view tbody{display:grid}.trace-route-node-evidence .ant-descriptions-view tr{display:grid;grid-template-columns:78px minmax(0,1fr);align-content:start}.trace-route-node-evidence .ant-descriptions-item-content,.trace-route-node-evidence .ant-descriptions-item-label{padding:3px 0!important}.trace-route-node-evidence .ant-descriptions-item-label{width:auto}.trace-route-node-evidence .trace-evidence-json{max-height:140px;padding:7px 8px}@media(max-width:760px){.trace-route-node-evidence .ant-descriptions-view tbody,.trace-route-node-evidence .trace-node-diagnosis .ant-alert-description>div{grid-template-columns:1fr}.trace-route-node-evidence .ant-descriptions-view tr{grid-template-columns:76px minmax(0,1fr)}}.trace-route-page{gap:12px;max-width:1440px;margin:0 auto}.trace-route-page .compact-page-head{margin-bottom:0;padding-bottom:2px}.trace-route-page .compact-page-head h1{margin:4px 0 2px;font-size:22px;line-height:1.3}.trace-route-page .compact-page-head p{margin:0;color:#817b94;font-size:12px}.trace-route-page .compact-page-head>.ant-space{padding-top:6px}.trace-diagnosis-bar{border-color:#e9e7ef!important;border-radius:8px!important;box-shadow:none!important}.trace-diagnosis-bar>.ant-card-body{padding:14px 16px 12px}.trace-diagnosis-grid{display:grid;grid-template-columns:1.2fr repeat(5,minmax(100px,1fr));grid-gap:0;gap:0}.trace-diagnosis-grid>div{min-width:0;padding:0 16px;border-left:1px solid #efedf3}.trace-diagnosis-grid>div:first-child{padding-left:0;border-left:0}.trace-diagnosis-grid .ant-typography-secondary{display:block;margin-bottom:5px;font-size:11px;color:#8c8799}.trace-diagnosis-grid .ant-typography strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.trace-diagnosis-grid .ant-typography-title{margin:0!important;font-size:18px!important;line-height:1.2}.trace-diagnosis-grid .ant-tag{margin:0;font-size:11px}.trace-diagnosis-alert{margin-top:12px!important;border-radius:6px!important}.trace-diagnosis-alert .ant-alert-message{font-size:12px}.trace-route-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:12px;gap:12px;align-items:start}.trace-route-grid aside,.trace-route-grid main{display:grid;grid-gap:12px;gap:12px;min-width:0}.trace-workbench-card{border-color:#e9e7ef!important;border-radius:8px!important;box-shadow:none!important}.trace-workbench-card>.ant-card-head{min-height:44px;padding:0 16px;border-bottom:1px solid #f0eef4}.trace-workbench-card>.ant-card-head .ant-card-head-title{font-size:14px;font-weight:700}.trace-workbench-card>.ant-card-body{padding:14px 16px}.trace-workbench-card>.ant-card-body>.ant-alert{margin-bottom:12px;border-radius:6px}.trace-route-timeline{margin:4px 0 0 4px!important}.trace-route-timeline .ant-timeline-item{padding-bottom:10px}.trace-route-timeline .ant-timeline-item-tail{-webkit-border-start:1px solid #d9d5e5;border-inline-start:1px solid #d9d5e5}.trace-route-timeline .ant-timeline-item-head{width:9px;height:9px;-webkit-margin-start:-4px;margin-inline-start:-4px}.trace-route-timeline .ant-timeline-item-content{-webkit-margin-start:22px;margin-inline-start:22px;min-height:0}.trace-node-wrap{display:grid;grid-gap:8px;gap:8px}.trace-route-node-button{height:auto!important;width:100%;padding:10px 12px!important;text-align:left;white-space:normal;overflow-wrap:anywhere;border:1px solid #eceaf1!important;border-radius:7px;background:#fff!important;transition:border-color .15s,background .15s,box-shadow .15s}.trace-node-selected .trace-route-node-button,.trace-route-node-button:hover{border-color:#b9aaf4!important;background:#faf8ff!important;box-shadow:0 1px 4px rgba(54,39,110,.06)}.trace-node-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.trace-node-head .ant-typography{min-width:0;overflow-wrap:anywhere;font-size:13px}.trace-node-head .ant-tag{margin:0;flex:none;font-size:11px}.trace-node-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;color:#8c8799;font-size:11px}.trace-node-meta span{position:relative}.trace-node-meta span+span:before{content:"·";position:absolute;left:-8px;color:#c3bfcb}.trace-route-node-evidence{margin:0 0 2px;padding:14px;border:1px solid #e7e2fb;border-radius:8px;background:#fcfbff;overflow-wrap:anywhere}.trace-route-node-evidence>.ant-typography-title{margin:0 0 10px!important;font-size:14px!important}.trace-route-node-evidence .ant-alert{border-radius:6px}.trace-route-node-evidence .ant-descriptions{margin-top:12px}.trace-route-node-evidence .ant-descriptions-title{margin-bottom:6px;font-size:12px}.trace-route-node-evidence .ant-descriptions-item-content,.trace-route-node-evidence .ant-descriptions-item-label{padding-bottom:7px;font-size:11px;vertical-align:top}.trace-route-node-evidence .ant-descriptions-item-label{width:88px;color:#8c8799}.trace-evidence-json{max-height:180px;margin:0;padding:9px 10px;overflow:auto;border:1px solid #eeeaf6;border-radius:5px;background:#fff;color:#4b4658;font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;word-break:break-word}.trace-message-list{display:grid;grid-gap:8px;gap:8px}.trace-message-row{padding:11px 12px;border:1px solid #eceaf1;border-radius:7px;background:#fff}.trace-message-row.trace-message-selected{border-color:#c9bdf7;background:#faf8ff}.trace-message-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.trace-message-row-head .ant-tag{margin:0;font-size:11px}.trace-message-text{margin:8px 0 4px!important;white-space:pre-wrap;word-break:break-word;font-size:12px}.trace-workbench-card .ant-descriptions-item-content,.trace-workbench-card .ant-descriptions-item-label{padding-bottom:9px;font-size:11px;vertical-align:top}.trace-workbench-card .ant-descriptions-item-label{color:#8c8799}.trace-coverage-alert{margin-top:10px!important}.trace-route-page .ant-empty{padding:28px 0}.drawer-loading{display:grid;place-items:center;min-height:220px}.trace-node-hint{font-size:11px}.trace-node-detail{margin-top:0;padding:12px;border:1px solid #eceaf1;border-radius:8px;background:#faf9fc;overflow-wrap:anywhere}.trace-node-detail .trace-section-title{border-bottom:0;padding-top:0}.trace-node-diagnosis{margin-bottom:12px}.trace-node-diagnosis .ant-alert-description{overflow-wrap:anywhere}@media(max-width:1100px){.trace-diagnosis-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:12px}.trace-diagnosis-grid>div:nth-child(4){padding-left:0;border-left:0}.trace-route-grid{grid-template-columns:minmax(0,1fr) 270px}}@media(max-width:760px){.trace-route-page .compact-page-head{align-items:flex-start}.trace-route-page .compact-page-head>.ant-space{width:100%;padding-top:0}.trace-route-page .compact-page-head>.ant-space .ant-btn{flex:1 1}.trace-diagnosis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trace-diagnosis-grid>div{padding:0 10px}.trace-diagnosis-grid>div:nth-child(odd){padding-left:0;border-left:0}.trace-route-grid{grid-template-columns:1fr}.trace-workbench-card>.ant-card-body{padding:12px}.trace-node-head{align-items:flex-start;flex-direction:column;gap:5px}.trace-node-head .ant-tag{align-self:flex-start}.trace-message-row-head{align-items:flex-start;flex-direction:column}.trace-route-node-evidence{padding:10px}.trace-route-node-evidence .ant-descriptions-item-label{width:76px}.trace-route-page .ant-card-head{padding:0 12px}}.trace-route-node-evidence .ant-descriptions-view>table{display:block!important;width:100%}.trace-route-node-evidence .ant-descriptions-view tbody{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:18px;column-gap:18px}.trace-route-node-evidence .ant-descriptions-view tr{display:block!important;min-width:0}.trace-route-node-evidence .ant-descriptions-view td{display:inline-block!important;box-sizing:border-box;vertical-align:top!important;padding:3px 8px 3px 0!important;font-size:11px}.trace-route-node-evidence .ant-descriptions-view .ant-descriptions-item-label{width:84px!important}.trace-route-node-evidence .ant-descriptions-view .ant-descriptions-item-content{width:calc(100% - 88px)!important}@media(max-width:760px){.trace-route-node-evidence .ant-descriptions-view tbody{grid-template-columns:1fr}.trace-route-node-evidence .ant-descriptions-view .ant-descriptions-item-label{width:76px!important}.trace-route-node-evidence .ant-descriptions-view .ant-descriptions-item-content{width:calc(100% - 80px)!important}}.trace-route-node-evidence{padding:8px!important}.trace-route-node-evidence>.ant-typography-title{margin-bottom:6px!important}.trace-route-node-evidence .trace-node-diagnosis{padding:6px 8px;margin-bottom:6px}.trace-route-node-evidence .trace-node-diagnosis .ant-alert-description>div{gap:5px;margin-top:2px;line-height:1.35}.trace-route-node-evidence .ant-descriptions{margin-top:6px}.trace-route-node-evidence .ant-descriptions-title{margin-bottom:3px}.trace-route-node-evidence .ant-descriptions-view td{padding-top:2px!important;padding-bottom:2px!important}.trace-route-node-evidence .trace-evidence-json{max-height:110px;padding:5px 6px}.trace-node-drawer .ant-drawer-body{padding:10px 14px;background:#faf9fc}.trace-node-drawer .trace-route-node-evidence{padding:0;border:0;background:transparent}.trace-node-drawer .trace-route-node-evidence>.ant-typography-title{display:none}.trace-node-drawer .trace-route-node-evidence .trace-evidence-json{max-height:180px}@media(max-width:760px){.trace-node-drawer{width:100%!important}.trace-node-drawer .ant-drawer-body{padding:8px 10px}}.trace-message-table .ant-table{font-size:11px}.trace-message-table .ant-table-thead>tr>th{padding:8px 10px;background:#fbfaff;color:#817b94;font-size:11px;font-weight:600;white-space:nowrap}.trace-message-table .ant-table-tbody>tr>td{padding:8px 10px;vertical-align:top}.trace-message-table .ant-table-tbody>tr.trace-message-table-selected>td{background:#faf8ff}.trace-message-table .ant-table-tbody>tr:hover>td{background:#fbfaff}.trace-message-table-content{max-width:260px;margin:0!important;color:#403c4d;font-size:11px;line-height:1.45}.trace-message-table-error{display:block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.trace-message-table .ant-tag{margin:0;font-size:10px}.trace-message-table .ant-typography-code{font-size:10px}.trace-message-table .ant-space-vertical{max-width:100%}@media(max-width:760px){.trace-message-table .ant-table-tbody>tr>td{padding:7px 8px}}.trace-message-table .ant-table-cell-fix-right{background:#fff;box-shadow:-6px 0 8px -8px rgba(49,42,70,.35);z-index:2}.trace-message-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right,.trace-message-table .ant-table-thead .ant-table-cell-fix-right{background:#fbfaff}.trace-node-inspector{min-width:0}.trace-node-inspector-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.trace-node-inspector-summary .ant-tag{margin:0;font-size:10px}.trace-node-inspector-tabs .ant-tabs-nav{margin-bottom:8px}.trace-node-inspector-tabs .ant-tabs-tab{padding:6px 4px;font-size:12px}.trace-node-inspector-tabs .ant-tabs-content{min-width:0}.trace-node-inspector .ant-descriptions{margin-top:6px}.trace-node-inspector .ant-descriptions-title{margin-bottom:4px;font-size:12px}.trace-node-inspector .ant-descriptions-item-content,.trace-node-inspector .ant-descriptions-item-label{padding:3px 6px 3px 0!important;font-size:11px;vertical-align:top}.trace-node-inspector .ant-alert{margin-top:6px}.trace-node-inspector .trace-evidence-json{max-height:260px}.trace-node-drawer .ant-drawer-header{padding:12px 16px}.trace-node-drawer .ant-drawer-title{font-size:14px}.trace-route-grid,.trace-route-grid aside,.trace-route-grid main{gap:16px}.trace-route-grid .trace-workbench-card,.trace-route-grid main{min-width:0;overflow:hidden}.trace-message-table,.trace-message-table .ant-spin-container,.trace-message-table .ant-spin-nested-loading,.trace-message-table .ant-table-wrapper{min-width:0;max-width:100%}.trace-message-table .ant-table-container{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}.trace-message-table .ant-table-content{overflow-x:auto!important}@media(max-width:760px){.trace-route-grid,.trace-route-grid aside,.trace-route-grid main{gap:12px}}.trace-turn-hint{font-size:11px}.trace-turn-content{min-width:0}.trace-turn-reply-count{display:block;margin-top:3px;font-size:10px}.trace-turn-expanded{display:grid;grid-gap:8px;gap:8px;padding:10px 16px 10px 42px;background:#fbfaff;border-top:1px solid #f0eef4}.trace-turn-message{padding:8px 10px;border:1px solid #e8e5f0;border-radius:6px;background:#fff}.trace-turn-message>div{display:flex;align-items:center;gap:8px}.trace-turn-message .ant-typography{font-size:11px}.trace-turn-message .ant-tag{margin:0;font-size:10px}.trace-turn-message .ant-typography-paragraph{margin:5px 0!important;color:#403c4d;white-space:pre-wrap;word-break:break-word;font-size:12px}.trace-turn-message-reply{border-left:3px solid #b8a7f2}.publish-progress-block{padding:4px 0 18px;margin-bottom:4px;border-bottom:1px solid #f0eef5}.publish-progress-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.publish-diagnostic{display:grid;grid-gap:5px;gap:5px}.publish-diagnostic .ant-typography{display:block}.publish-summary .ant-list-item-meta-description .ant-typography{display:block;margin-top:3px}.publish-loading{display:flex;align-items:center;gap:8px;color:#817b94;font-size:12px;min-height:180px}.publish-step-dot{display:block;width:8px;height:8px;margin:6px;border:1px solid #bcb7c9;border-radius:50%}@media(max-width:760px){.publish-progress-heading{align-items:flex-start;flex-direction:column;gap:4px}.publish-summary .ant-steps-item-title{font-size:11px}.publish-summary .ant-steps-item-description{font-size:10px}}.create-form .form-grid{align-items:start;column-gap:16px;row-gap:0;grid-template-columns:repeat(2,minmax(0,1fr))}.create-form .form-grid>.ant-form-item{min-width:0;width:100%;margin-bottom:13px}.create-form .form-grid .ant-form-item-control-input{min-height:32px}.create-form .form-grid .ant-input,.create-form .form-grid .ant-input-affix-wrapper,.create-form .form-grid .ant-select{width:100%;min-height:32px}.create-form .form-grid .ant-select-selector{height:32px!important;align-items:center}.create-form .form-grid .ant-input-affix-wrapper input{height:24px}.create-form .form-grid .ant-form-item-extra{min-height:15px;line-height:15px}.form-note{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:0 0 12px;padding:6px 8px;border-left:2px solid #b9aaf4;background:#faf8ff;color:#40386b;font-size:11px;line-height:1.5}.form-note .ant-typography-secondary{font-size:10px}.form-note-muted{margin-top:0;margin-bottom:0;border-left-color:#d8d4e2;background:#fbfbfd;color:#817b94}.form-note-muted .ant-typography-secondary{font-size:10px}.ant-alert{padding:8px 10px!important;border-radius:6px!important}.ant-alert-message{font-size:12px;line-height:1.45}.ant-alert-description{margin-top:2px;font-size:11px;line-height:1.55}.ant-alert-with-description .ant-alert-icon{margin-top:2px;font-size:14px}.ant-alert-info,.ant-alert-warning{border:0!important;border-left:2px solid #b9aaf4!important;border-radius:0!important;background:#faf8ff!important;color:#40386b}.ant-alert-warning{border-left-color:#d8b76a!important;background:#fffaf0!important;color:#6f5620}.ant-alert-info .ant-alert-icon,.ant-alert-warning .ant-alert-icon{font-size:13px;margin-top:2px}.ant-alert-info .ant-alert-description,.ant-alert-warning .ant-alert-description{color:#817b94}.inline-notice{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:0 0 12px;padding:7px 10px;border-left:2px solid #b9aaf4;background:#faf8ff;color:#40386b;font-size:12px;line-height:1.5}.inline-notice>span{color:#817b94;font-size:11px}.inline-notice.user-readonly-alert{margin-top:12px!important;border:0;border-left:2px solid #b9aaf4;border-radius:0;background:#faf8ff;padding:7px 10px}.inline-notice.trace-coverage-alert{margin-top:10px!important}.inline-notice.trace-coverage-alert,.inline-notice.trace-evidence-notice{margin-bottom:0;border-left-color:#d8b76a;background:#fffaf0;color:#6f5620}.inline-notice.trace-evidence-notice{margin-top:8px}.inline-notice.trace-diagnosis-notice{margin:12px 0 0;border-left-color:#b9aaf4}.inline-notice.trace-diagnosis-notice-warning{border-left-color:#d8b76a;background:#fffaf0;color:#6f5620}.inline-notice.trace-node-diagnosis{margin:0 0 8px;padding:6px 8px;font-size:11px}.inline-notice.trace-node-diagnosis>span{line-height:1.5}.inline-notice.trace-node-diagnosis-error{border-left-color:#d9828a;background:#fff7f8;color:#8c3945}.inline-notice.trace-node-diagnosis-error>span{color:#8c3945}@media(max-width:760px){.create-form .form-grid{grid-template-columns:1fr}.create-form .form-grid .wide{grid-column:auto}}.trace-table-card{margin-top:12px}.trace-conversation-table .ant-table{font-size:12px}.trace-conversation-table .ant-table-tbody>tr>td,.trace-conversation-table .ant-table-thead>tr>th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trace-conversation-table .ant-table-thead>tr>th{background:#fbfaff;color:#817b94;font-size:11px;font-weight:600}.trace-conversation-table .ant-table-tbody>tr>td{padding:11px 12px;vertical-align:middle}.trace-conversation-table .ant-table-cell-fix-right{background:#fff;box-shadow:-6px 0 8px -8px rgba(49,42,70,.35);z-index:2}.trace-conversation-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right,.trace-conversation-table .ant-table-thead .ant-table-cell-fix-right{background:#fbfaff}.trace-conversation-table .trace-primary-cell{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;white-space:nowrap}.trace-conversation-table .trace-primary-cell .ant-avatar{flex:none}.trace-conversation-table .trace-message-cell,.trace-conversation-table .trace-primary-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trace-conversation-table .trace-message-cell .ant-typography,.trace-conversation-table .trace-primary-cell .ant-typography{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trace-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}@media(max-width:900px){.trace-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.trace-filter-grid{grid-template-columns:1fr}}.console-page-head{margin-bottom:24px}.console-page-head .ant-space{align-self:flex-end}.operations-summary{margin-bottom:12px}.operations-summary>div{min-height:118px;padding:16px 18px}.operations-summary>div>span{display:flex;align-items:center;gap:7px}.operations-summary>div>span .anticon{color:#8b77df}.operations-alert{margin-bottom:12px;border:1px solid #f0dfb5!important;border-left:3px solid #d8b76a!important;background:#fffaf0!important;border-radius:7px!important}.operations-alert a{margin-left:6px;color:#674dcc}.operations-chart{height:232px;margin-top:8px}.chart-legend{display:flex;gap:16px;justify-content:flex-end;color:#817b94;font-size:11px}.legend-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.legend-message{background:#7457e8}.legend-failure{background:#d9828a}.chart-summary{display:flex;flex-wrap:wrap;gap:20px;padding-top:10px;border-top:1px solid #f1eff5;color:#817b94;font-size:11px}.chart-summary b{margin-left:5px;color:#403c4d;font-weight:600}.chart-summary .warning-text,.warning-text{color:#b97920}.operations-health-list{gap:15px;padding:4px 0 10px}.health-item-head{display:flex;justify-content:space-between;gap:12px;color:#4b4658;font-size:12px}.health-item-head b{font-size:11px;color:#817b94;font-weight:500}.health-item small{display:block;margin-top:4px;color:#9a97a6;font-size:10px}.lower-dashboard-row{margin-top:12px}.agent-status-list{display:grid;grid-gap:0;gap:0}.agent-status-row{display:flex;align-items:center;gap:10px;min-height:62px;border-bottom:1px solid #f0eef4}.agent-status-row:last-child{border-bottom:0}.agent-status-row>span:nth-child(2){min-width:0;flex:1 1;display:grid;grid-gap:3px;gap:3px}.agent-status-row b{font-size:12px;font-weight:600;color:#403c4d}.agent-status-row small{color:#9a97a6;font-size:10px;overflow-wrap:anywhere}.agent-status-row .ant-tag{margin:0;font-size:10px;white-space:nowrap}.agent-latency{width:38px;text-align:right;color:#817b94;font-size:11px}.agent-green{background:#d9f0e6;color:#27825f}.activity-list{display:grid;grid-gap:15px;gap:15px}.activity-list>div{display:flex;align-items:flex-start;gap:10px}.activity-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;font-size:12px;flex:none}.activity-success{background:#e7f6ee;color:#24966a}.activity-warning{background:#fff3db;color:#b97920}.activity-neutral{background:#eeeafd;color:#7457e8}.activity-list p{margin:0;color:#5b5668;font-size:11px;line-height:1.5}.activity-list p b{color:#403c4d;font-weight:600}.activity-list p small{display:block;color:#9a97a6;font-size:10px}.dashboard-data-note{display:flex;justify-content:space-between;gap:12px;margin:16px 2px 2px;color:#9b98a6;font-size:10px}.dashboard-data-note span:last-child{text-align:right}.workbench-state{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#817b94}.workbench-state strong{color:#403c4d;font-size:14px}.workbench-state>span{font-size:12px}.workbench-state .ant-alert{width:min(520px,100%);text-align:left}@media(max-width:768px){.console-page-head .ant-space{align-self:stretch;width:100%;margin-top:16px}.console-page-head .ant-space .ant-btn{flex:1 1}.operations-summary>div{min-height:105px;padding:13px}.operations-summary>div strong{font-size:25px;margin:12px 0 5px}.operations-summary>div small{font-size:10px}.chart-summary{gap:10px 16px}.agent-status-row{align-items:flex-start;padding:11px 0}.agent-status-row .ant-tag{margin-left:auto}.agent-latency{width:auto;padding-top:2px}.dashboard-data-note{display:grid;grid-gap:5px;gap:5px}.dashboard-data-note span:last-child{text-align:left}}.console-home{max-width:1440px;margin:0 auto}.console-home .console-page-head{margin-bottom:28px;align-items:flex-end}.console-home .page-head h1{margin-bottom:8px}.console-home .page-head p{line-height:1.6}.console-home .operations-summary{margin-bottom:16px;min-height:132px;overflow:hidden}.console-home .operations-summary>div{padding:20px 22px;gap:7px}.console-home .operations-summary>div>span{margin-bottom:2px}.console-home .operations-summary strong{font-size:28px}.console-home .operations-summary small{line-height:1.5}.console-home .operations-alert{margin-bottom:16px}.console-home .dashboard-row{margin-top:16px!important}.console-home .dashboard-row>.ant-col{display:flex}.console-home .dashboard-row>.ant-col>.ant-card{width:100%;height:100%}.console-home .ant-card-head{min-height:50px;padding:0 18px}.console-home .ant-card-head-title{font-size:13px;line-height:1.5}.console-home .ant-card-body{padding:18px}.console-home .chart-legend{margin-bottom:6px}.console-home .operations-chart{height:252px;margin-top:4px}.console-home .chart-summary{margin-top:12px;padding-top:12px}.console-home .operations-health-list{gap:18px;padding:5px 0 12px}.console-home .health-item{display:grid;grid-gap:2px;gap:2px}.console-home .health-item small{margin-top:3px;line-height:1.5}.console-home .lower-dashboard-row{margin-top:16px!important}.console-home .agent-status-list{padding:2px 0}.console-home .agent-status-row{min-height:68px;padding:10px 0}.console-home .activity-list{gap:18px;padding:2px 0}.console-home .dashboard-data-note{margin-top:20px;padding:0 2px;line-height:1.5}@media(max-width:768px){.console-home .console-page-head{margin-bottom:22px}.console-home .operations-summary{min-height:0}.console-home .operations-summary>div{padding:16px 14px}.console-home .operations-summary strong{font-size:25px}.console-home .ant-card-body{padding:16px}.console-home .operations-chart{height:220px}.console-home .chart-summary{gap:9px 16px}.console-home .dashboard-row{margin-top:14px!important}}.console-home{--workbench-gap:16px;--workbench-section:24px}.console-home .console-page-head{margin-bottom:var(--workbench-section)}.console-home .operations-summary{margin-bottom:var(--workbench-gap)}.console-home .operations-summary>div{padding:16px}.console-home .operations-alert{margin-bottom:var(--workbench-gap)}.console-home .dashboard-row{margin-top:var(--workbench-gap)!important}.console-home .ant-card-head{min-height:48px;padding:0 16px}.console-home .ant-card-body{padding:16px}.console-home .operations-health-list{gap:16px}.console-home .lower-dashboard-row{margin-top:var(--workbench-gap)!important}.console-home .dashboard-data-note,.console-home .workbench-state{margin-top:var(--workbench-gap)}.console-home .workbench-state{min-height:360px}.console-home a:focus-visible,.console-home button:focus-visible{outline:2px solid #7457e8;outline-offset:3px;border-radius:4px}@media(max-width:768px){.console-home .console-page-head{margin-bottom:var(--workbench-gap)}.console-home .operations-summary>div{padding:16px}.console-home .dashboard-row{margin-top:var(--workbench-gap)!important}}.legend-active{background:#36a58a}.runtime-resource-list{display:grid;grid-gap:13px;gap:13px}.runtime-resource-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:3px 12px;gap:3px 12px;padding-bottom:10px;border-bottom:1px solid #f0eef4}.runtime-resource-list>div:last-child{padding-bottom:0;border-bottom:0}.runtime-resource-list span{color:#5b5668;font-size:12px}.runtime-resource-list b{color:#403c4d;font-size:12px;font-weight:650}.runtime-resource-list small{grid-column:1/-1;color:#9a97a6;font-size:10px}.runtime-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.runtime-service-grid>div{display:grid;grid-template-columns:1fr auto;grid-gap:4px 10px;gap:4px 10px;padding:12px;border:1px solid #efedf3;border-radius:7px}.runtime-service-grid span{color:#4b4658;font-size:12px}.runtime-service-grid .ant-tag{margin:0;font-size:10px}.runtime-service-grid small{grid-column:1/-1;color:#9a97a6;font-size:10px}@media(max-width:768px){.runtime-service-grid{grid-template-columns:1fr}.runtime-resource-list{gap:12px}}.operations-trend-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.operations-trend-chart{height:220px;margin-top:4px}.legend-processed{background:#36a58a}.legend-retrying{background:#d8a63d}.legend-dead{background:#c34b5b}.legend-failed{background:#d9828a}.legend-response{background:#7457e8}@media(max-width:768px){.operations-trend-grid{grid-template-columns:1fr;gap:18px}.operations-trend-chart{height:200px}}.page-head{align-items:flex-end}.feishu-settings-workspace{padding-top:8px;color:#353241}.feishu-settings-modal .ant-modal-content{padding:0;overflow:hidden;border:1px solid #dedee6;border-radius:10px;box-shadow:0 22px 60px rgba(48,42,70,.18)}.feishu-settings-modal .ant-modal-header{margin:0;padding:18px 20px 14px;border-bottom:1px solid #e7e6ee}.feishu-settings-modal .ant-modal-title{font-size:16px}.feishu-settings-modal .ant-modal-close{top:14px;right:14px}.feishu-settings-modal .ant-modal-body{padding:0}.feishu-settings-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);border:1px solid #e7e6ee;background:#fff}.feishu-settings-form{padding:18px 20px;border-right:1px solid #e7e6ee}.feishu-settings-section{padding:0 0 17px;margin-bottom:17px;border-bottom:1px solid #eeeef3}.feishu-settings-section:last-of-type{margin-bottom:0}.feishu-settings-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.feishu-settings-section-head>div{display:grid;grid-gap:3px;gap:3px}.feishu-settings-section-head .ant-typography{font-size:12px}.feishu-settings-section-head .ant-typography-secondary{font-size:10px;line-height:1.45}.feishu-settings-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 12px;gap:0 12px}.feishu-permission-status.wide,.feishu-settings-fields .wide{grid-column:1/-1}.feishu-settings-form .ant-form-item{margin-bottom:11px}.feishu-settings-form .ant-form-item-label{padding-bottom:4px}.feishu-settings-form .ant-form-item-label>label{font-size:10px;color:#625e6c}.feishu-settings-form .ant-form-item-explain,.feishu-settings-form .ant-form-item-extra{font-size:9px;line-height:1.4}.feishu-settings-form .ant-input,.feishu-settings-form .ant-select-selector{font-size:11px}.feishu-settings-form .ant-input-textarea textarea,.feishu-settings-form textarea.ant-input{font-family:inherit;font-size:11px;line-height:1.55;color:#353241}.feishu-permission-status{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:8px 9px;border:1px solid #eeeef3;background:#fafafd}.feishu-permission-status .ant-typography{font-size:10px}.feishu-permission-notice{display:flex;align-items:flex-start;gap:7px;margin:0 0 12px;padding:7px 9px;border:1px solid #f0dfb8;border-radius:5px;background:#fffaf0;color:#705b31;font-size:10px;line-height:1.45}.feishu-permission-notice strong{font-weight:600}.feishu-permission-notice-icon{display:grid;place-items:center;flex:none;width:15px;height:15px;border-radius:50%;background:#d99b2b;color:#fff;font-size:10px;font-weight:700}.feishu-settings-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:3px}.feishu-settings-form-actions .ant-typography{font-size:10px}.feishu-chat-preview{padding:18px 18px 16px;background:#fafafd}.feishu-preview-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.feishu-preview-heading>div{display:grid;grid-gap:3px;gap:3px}.feishu-preview-heading .ant-typography{font-size:12px}.feishu-preview-heading .ant-typography-secondary{font-size:10px}.feishu-chat-window{overflow:hidden;border:1px solid #dfe3ea;border-radius:8px;background:#f5f7fa;box-shadow:0 5px 14px rgba(46,52,70,.06)}.feishu-chat-top{display:flex;align-items:center;gap:8px;padding:11px 12px;background:#fff;border-bottom:1px solid #e6e8ed}.feishu-chat-avatar,.feishu-message-avatar{display:grid;place-items:center;overflow:hidden;flex:none;background:#dcecff;color:#337bc2;font-weight:650;border-radius:50%}.feishu-chat-avatar{width:30px;height:30px;font-size:12px}.feishu-chat-avatar img,.feishu-message-avatar img{width:100%;height:100%;object-fit:cover}.feishu-chat-top>div:nth-child(2){display:grid;grid-gap:2px;gap:2px;min-width:0}.feishu-chat-top .ant-typography{font-size:10px;line-height:1.35;word-break:break-word}.feishu-chat-online{margin-left:auto;color:#2a9a68;font-size:9px;white-space:nowrap}.feishu-chat-online i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#45b57c;margin-right:4px}.feishu-chat-messages{padding:12px 12px 7px;min-height:355px}.feishu-chat-date{text-align:center;color:#aaa;font-size:9px;margin:0 0 12px}.feishu-message{display:flex;align-items:flex-start;gap:7px;max-width:96%;margin-bottom:12px}.feishu-message-user{justify-content:flex-end;margin-left:auto}.feishu-message-avatar{width:22px;height:22px;font-size:9px}.feishu-message-avatar.user{background:#ffe4c9;color:#a2632b}.feishu-message-stack{min-width:0}.feishu-message-name{margin:0 0 3px;color:#8a8792;font-size:8px}.feishu-message-bubble{padding:7px 9px;border:1px solid #e6e8ed;border-radius:4px 8px 8px 8px;background:#fff;color:#45414c;font-size:9px;line-height:1.6;word-break:break-word}.feishu-message-user .feishu-message-bubble{border:0;border-radius:8px 4px 8px 8px;background:#337bc2;color:#fff}.feishu-message-bubble.ack{border-style:dashed;background:#fbfaff;color:#766c91}.feishu-message-meta{margin-top:4px;color:#a3a8b0;font-size:8px}.feishu-card-bubble{overflow:hidden;border:1px solid #dfe6ef;border-radius:4px 8px 8px 8px;background:#fff}.feishu-card-context{padding:7px 10px;border-bottom:1px solid #edf0f4;background:#f7f9fc;color:#8994a3;font-size:8px}.feishu-card-header{display:block;padding:8px 9px 6px;background:linear-gradient(105deg,#eef5ff,#f6f1ff);color:#2f6eaa;font-size:10px;font-weight:650;word-break:break-word}.feishu-card-header small{display:block;margin-top:3px;color:#8292a8;font-size:8px;font-weight:400}.feishu-card-body{padding:8px 9px;border-top:1px solid #eef1f5;border-bottom:1px solid #eef1f5}.feishu-card-body .ant-typography{font-size:9px}.feishu-card-body .ant-typography-paragraph{margin:4px 0 0;color:#4b4758;font-size:9px;line-height:1.55}.feishu-card-footer{display:block;padding:7px 9px;color:#817b94;font-size:8px;word-break:break-word}.feishu-chat-composer{display:flex;align-items:center;gap:7px;padding:8px 10px;border-top:1px solid #e3e5ea;background:#fff}.feishu-chat-composer .ant-typography{flex:1 1;font-size:9px}.feishu-chat-input{display:flex;align-items:center;gap:8px;flex:1 1;min-height:31px;padding:0 8px;border:1px solid #dfe3e8;border-radius:6px;background:#fff}.feishu-chat-input .ant-typography{flex:1 1;font-size:9px}.feishu-chat-input>span{display:flex;align-items:center;gap:9px;color:#7d8792;font-size:11px}.feishu-chat-input .ant-btn{width:22px;height:22px;padding:0;color:#4c83d7}.feishu-composer-more{padding:0 2px;color:#84909d;font-size:11px}.feishu-preview-note{display:grid;grid-gap:3px;gap:3px;margin-top:10px;padding:9px 10px;border:1px solid #e7e2f7;background:#f7f4ff}.feishu-preview-note .ant-typography{font-size:9px;line-height:1.45}.feishu-settings-bottom{margin-top:12px;border:1px solid #e7e6ee;border-radius:8px;background:#fff;overflow:hidden}.feishu-settings-bottom .feishu-config-sync-bar{margin:0;border:0;border-bottom:1px solid #eceaf1;border-radius:0;padding:12px 14px;background:#fff}.feishu-settings-bottom .feishu-channel-access{padding:12px 14px;border-bottom:0}.feishu-settings-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 20px;border:1px solid #e7e6ee;border-top:0;background:#fff}.feishu-settings-modal-footer>.ant-typography{font-size:10px}.feishu-config-sync-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.feishu-config-sync-bar>div:first-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.feishu-config-sync-bar .ant-typography{font-size:11px}.feishu-config-sync-bar .ant-typography-secondary{font-size:10px}.feishu-channel-access{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #eceaf1}.feishu-channel-access .channel-rail-main{flex:1 1;min-width:0}.feishu-channel-access .channel-modal-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.feishu-avatar-upload{display:flex;align-items:center;gap:8px;min-height:42px}.feishu-avatar-upload-preview{display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border:1px solid #e1e5eb;border-radius:50%;background:#eaf2ff;color:#337bc2;font-size:15px;font-weight:650}.feishu-avatar-upload-preview img{width:100%;height:100%;object-fit:cover}.feishu-avatar-upload .ant-upload{display:inline-flex}.feishu-avatar-upload .ant-btn{height:28px;padding:0 10px;border-radius:5px;font-size:11px}.feishu-avatar-upload .ant-btn-dangerous{height:26px;padding-inline:6px}@media(max-width:900px){.feishu-settings-grid{grid-template-columns:1fr}.feishu-settings-form{border-right:0;border-bottom:1px solid #e7e6ee}.feishu-chat-preview{padding-top:16px}}@media(max-width:600px){.feishu-settings-fields{grid-template-columns:1fr}.feishu-permission-status.wide,.feishu-settings-fields .wide{grid-column:auto}.feishu-settings-form-actions{align-items:flex-start;flex-direction:column}.feishu-settings-form-actions .ant-btn,.feishu-settings-form-actions .ant-typography{width:100%}.feishu-channel-access{align-items:flex-start;flex-wrap:wrap}.feishu-channel-access .channel-modal-actions{width:100%;justify-content:flex-start;margin-left:42px}.feishu-chat-messages{min-height:300px}.feishu-config-sync-bar{align-items:flex-start;flex-direction:column}.feishu-config-sync-bar .ant-space{width:100%}}.feishu-settings-modal-footer .ant-space{flex:none}.feishu-onboarding-modal{display:grid;place-items:center;grid-gap:12px;gap:12px;padding:18px;text-align:center}.feishu-onboarding-modal svg{padding:10px;border:1px solid #e7e6ee;border-radius:8px;background:#fff}.feishu-onboarding-modal .ant-typography-secondary{max-width:360px;font-size:11px;line-height:1.5}.feishu-onboarding-modal .ant-space{justify-content:center;flex-wrap:wrap}.channel-list-page{max-width:980px;margin:0 auto}.channel-list{border-top:1px solid #e7e5ed;background:#fff}.channel-list-row{display:flex;align-items:center;gap:13px;min-height:82px;padding:17px 2px;border-bottom:1px solid #eceaf1}.channel-list-row .channel-rail-main{min-width:0;flex:1 1}.channel-list-row .channel-rail-main>.ant-typography-secondary{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.channel-operation-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:16px 0;border-top:1px solid #e7e5ed;border-bottom:1px solid #e7e5ed}.channel-operation-panel>div:first-child{display:grid;grid-gap:5px;gap:5px}.channel-operation-panel>div:first-child .ant-typography{font-size:12px}.channel-operation-panel>div:first-child .ant-typography-secondary{font-size:11px}.channel-operation-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.channel-qr-panel{display:grid;grid-gap:6px;gap:6px;margin-top:16px;padding:14px 16px;border:1px solid #e7e6ee;border-radius:8px;background:#fafafd}.channel-qr-panel .ant-typography{font-size:11px}.channel-qr-panel .ant-typography-secondary{font-size:10px}@media(max-width:760px){.channel-list-row{align-items:flex-start;flex-wrap:wrap}.channel-list-row .channel-rail-main{width:calc(100% - 51px);flex-basis:calc(100% - 51px)}.channel-list-row>.ant-btn{margin-left:49px}.channel-operation-panel{align-items:flex-start;flex-direction:column;gap:12px}.channel-operation-actions{justify-content:flex-start}}