:root{font-family:Inter,Microsoft YaHei,PingFang SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1d2939;background:#f4f8fa;font-synthesis:none;text-rendering:optimizeLegibility;--brand: #3c92c7;--brand-dark: #2879aa;--brand-soft: #e4f9ff;--palette-mist: #a9d1d7;--palette-ice: #e4f9ff;--palette-aqua: #9fced0;--text: #1d2939;--muted: #667085;--subtle: #98a2b3;--line: #eaecf0;--panel: #ffffff;--canvas: #f4f8fa;--green: #4f9f89;--blue: #3c92c7;--orange: #d2a45f;--shadow: 0 8px 28px rgba(16, 24, 40, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,textarea,select{font:inherit;letter-spacing:0}button{color:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(60,146,199,.3);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{min-height:100vh}.app-main{margin-left:244px;min-width:0;transition:margin-left .2s ease}.sidebar-collapsed .app-main{margin-left:76px}.sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:244px;display:flex;flex-direction:column;border-right:1px solid #e4e7ec;background:#fff;transition:width .2s ease,transform .2s ease}.sidebar-collapsed .sidebar{width:76px}.brand{height:72px;display:flex;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #f0f1f3;flex:none;overflow:hidden}.logo-wrap{width:40px;height:40px;flex:none;display:grid;place-items:center;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #3c92c72e}.logo-wrap img{width:40px;height:40px;object-fit:cover}.brand-copy{min-width:150px;display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-size:14px;color:#171717}.brand-copy span{font-size:8px;color:var(--brand);white-space:nowrap}.side-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 10px;scrollbar-width:thin}.nav-group+.nav-group{margin-top:14px}.nav-label{height:28px;padding:7px 10px 6px;color:#98a2b3;font-size:11px;line-height:15px}.nav-item{width:100%;height:42px;padding:0 11px;border:0;border-radius:6px;background:transparent;display:flex;align-items:center;gap:11px;color:#475467;text-align:left;position:relative;white-space:nowrap}.nav-item:hover{background:#f8f9fa;color:#1d2939}.nav-item.active{color:var(--brand);background:var(--brand-soft);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:-10px;width:3px;height:22px;border-radius:0 2px 2px 0;background:var(--brand)}.nav-item svg{flex:none}.nav-item span{flex:1;font-size:14px}.nav-item em{min-width:20px;height:20px;padding:0 6px;border-radius:10px;display:grid;place-items:center;background:#f2f4f7;color:#667085;font-size:11px;font-style:normal}.nav-item.active em{background:#fff;color:var(--brand)}.sidebar-collapsed .brand{padding:0 19px}.sidebar-collapsed .logo-wrap,.sidebar-collapsed .logo-wrap img{width:38px}.sidebar-collapsed .side-nav{padding-inline:10px}.sidebar-collapsed .nav-group+.nav-group{margin-top:12px;padding-top:12px;border-top:1px solid #f1f2f4}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.side-bottom{flex:none;padding:10px;border-top:1px solid #f0f1f3}.usage-card{padding:12px;border:1px solid #c9e3ee;border-radius:7px;background:#f7fcfe}.usage-card>div:first-child{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#667085}.usage-card strong{color:#344054;font-size:11px}.progress{height:5px;margin:9px 0 7px;border-radius:4px;background:#d6ebf4;overflow:hidden}.progress i{display:block;height:100%;border-radius:inherit;background:var(--brand)}.usage-card small{display:block;color:#98a2b3;font-size:10px}.collapse-button{width:100%;height:38px;margin-top:8px;border:0;border-radius:5px;background:transparent;color:#667085;display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px}.collapse-button:hover{background:#f7f8fa;color:#344054}.topbar{height:64px;padding:0 24px;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(200px,1fr) minmax(320px,570px) minmax(250px,1fr);align-items:center;gap:20px;background:#fffffff5;border-bottom:1px solid #e4e7ec;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-left,.top-actions{display:flex;align-items:center}.top-actions{justify-content:flex-end;gap:5px}.breadcrumb{display:flex;align-items:center;gap:5px;white-space:nowrap;font-size:13px;color:#98a2b3}.breadcrumb strong{color:#344054;font-weight:600}.global-search-wrap{position:relative}.global-search{width:100%;height:38px;display:flex;align-items:center;gap:9px;padding:0 10px 0 12px;border:1px solid #e4e7ec;border-radius:7px;background:#f9fafb;color:#98a2b3}.global-search.focus{border-color:#a9d1d7;background:#fff;box-shadow:0 0 0 3px #3c92c717}.global-search>svg{color:var(--brand)}.global-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#344054;font-size:13px}.global-search input::placeholder{color:#98a2b3}kbd{padding:2px 5px;border:1px solid #d0d5dd;border-bottom-width:2px;border-radius:4px;background:#fff;color:#98a2b3;font-family:inherit;font-size:10px}.search-popover{position:absolute;z-index:50;top:44px;inset-inline:0;padding:8px;border:1px solid #e4e7ec;border-radius:7px;background:#fff;box-shadow:var(--shadow)}.popover-label{display:block;padding:5px 8px 7px;color:#98a2b3;font-size:11px}.search-popover button{width:100%;height:38px;display:flex;align-items:center;gap:9px;border:0;border-radius:5px;background:transparent;color:#475467;font-size:13px;text-align:left}.search-popover button:hover{background:#f8f9fa}.search-popover button span{flex:1}.icon-button{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#667085;flex:none}.icon-button:hover{background:#f2f4f7;color:#344054}.has-dot{position:relative}.has-dot:after{content:"";position:absolute;right:8px;top:7px;width:6px;height:6px;border:2px solid #fff;border-radius:50%;background:var(--brand)}.profile-button{height:46px;margin-left:5px;padding:0 4px 0 7px;display:flex;align-items:center;gap:8px;border:0;border-radius:7px;background:transparent;text-align:left}.profile-button:hover{background:#f8f9fa}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#2d3748;color:#fff;font-size:13px}.profile-copy{display:flex;flex-direction:column;gap:1px}.profile-copy strong{color:#344054;font-size:12px}.profile-copy small{color:#98a2b3;font-size:10px}.notification-wrap{position:relative}.notification-panel{position:absolute;top:46px;right:-48px;width:374px;padding:8px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.panel-head{padding:7px 8px 10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f3}.panel-head strong{font-size:14px}.panel-head button{border:0;background:transparent;color:var(--brand);font-size:11px}.notification-item{width:100%;padding:11px 8px;display:flex;gap:10px;border:0;border-bottom:1px solid #f2f4f7;background:transparent;text-align:left}.notification-item:hover{background:#fafafa}.notice-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;flex:none}.notice-icon.red{color:var(--brand);background:#e4f9ff}.notice-icon.blue{color:#3c92c7;background:#edf7fb}.notice-icon.green{color:#4f9f89;background:#eef8f5}.notification-item>span:last-child{display:grid;min-width:0}.notification-item strong{color:#344054;font-size:12px}.notification-item small{margin-top:3px;color:#667085;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-item em{margin-top:5px;color:#98a2b3;font-size:10px;font-style:normal}.view-all{width:100%;height:36px;display:flex;align-items:center;justify-content:center;gap:4px;border:0;background:#fff;color:#667085;font-size:11px}.mobile-menu{display:none}.page-area{min-height:calc(100vh - 64px)}.page-container{width:min(100%,1480px);margin:0 auto;padding:26px 28px 48px}.page-heading{min-height:72px;margin-bottom:22px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.page-heading h1{margin:4px 0 6px;color:#101828;font-size:24px;line-height:1.25;letter-spacing:0}.page-heading p{margin:0;color:#667085;font-size:13px;line-height:1.6}.page-heading p b{color:var(--brand);font-weight:600}.eyebrow{color:#98a2b3;font-size:11px}.heading-actions{display:flex;align-items:center;gap:8px;flex:none}.button{min-height:38px;padding:0 14px;border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;font-size:13px;font-weight:600}.button.primary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 1px 2px #a61d1426}.button.primary:hover{background:var(--brand-dark)}.button.secondary{background:#fff;border-color:#d0d5dd;color:#344054}.button.secondary:hover{background:#f9fafb}.button.ghost{background:transparent;color:#667085}.button.ghost:hover{background:#f2f4f7;color:#344054}.button.small{min-height:32px;padding-inline:10px;font-size:11px}.button.full{width:100%}.section-block{border:1px solid #e4e7ec;border-radius:8px;background:#fff}.section-title{min-height:57px;padding:0 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f1f3}.section-title>div{display:flex;align-items:baseline;gap:9px;min-width:0}.section-title strong{color:#344054;font-size:14px}.section-title span{color:#98a2b3;font-size:10px}.section-title button{border:0;background:transparent;display:flex;align-items:center;gap:2px;color:#667085;font-size:11px}.section-title button:hover{color:var(--brand)}.portal-home{max-width:1600px}.portal-top-grid{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(560px,1.35fr);gap:14px;margin-bottom:20px}.portal-welcome{min-height:250px;padding:27px 28px;display:grid;grid-template-columns:minmax(300px,1fr) 210px;align-items:center;overflow:hidden}.portal-welcome-copy{position:relative;z-index:2}.portal-welcome h1{margin:7px 0;color:#101828;font-size:25px;line-height:1.25}.portal-welcome p{max-width:550px;margin:0;color:#667085;font-size:11px;line-height:1.8}.portal-welcome-copy>div{margin-top:18px;display:flex;gap:8px}.portal-welcome-visual{width:190px;height:170px;position:relative;justify-self:end}.visual-node{position:absolute;z-index:2;width:46px;height:46px;display:grid;place-items:center;border:1px solid #a9d1d7;border-radius:50%;background:#e4f9ff;color:#3c92c7;box-shadow:0 7px 18px #3c92c71f}.visual-node.main{width:70px;height:70px;left:61px;top:47px;border:6px solid #e4f9ff;background:#3c92c7;color:#fff;box-shadow:0 10px 25px #3c92c73d}.visual-node.one{left:4px;top:9px;color:#4f9f89;background:#eef8f5;border-color:#a8d8cb}.visual-node.two{right:1px;top:14px;color:#6889ad;background:#eff5f9;border-color:#b9d2e0}.visual-node.three{right:4px;bottom:0;color:#317fae;background:#edf7fb;border-color:#b6d9e9}.visual-link{position:absolute;z-index:1;width:68px;height:1px;background:#b2ccff;transform-origin:left center}.visual-link:after{content:"";position:absolute;right:-2px;top:-2px;width:5px;height:5px;border-radius:50%;background:#53b1fd}.visual-link.l1{left:38px;top:49px;transform:rotate(30deg)}.visual-link.l2{left:116px;top:68px;transform:rotate(-28deg)}.visual-link.l3{left:114px;top:105px;transform:rotate(30deg)}.portal-agent-matrix{overflow:hidden}.portal-panel-head{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f1f3}.portal-panel-head>div{display:flex;flex-direction:column}.portal-panel-head strong{color:#344054;font-size:13px}.portal-panel-head span{margin-top:3px;color:#98a2b3;font-size:8px}.portal-panel-head>button:not(.icon-button){padding:0;border:0;display:flex;align-items:center;gap:2px;background:transparent;color:#3c92c7;font-size:9px}.portal-panel-head.compact{min-height:52px;padding-inline:15px}.portal-panel-head.compact strong{font-size:11px}.portal-agent-grid{padding:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.portal-agent-grid>button{min-height:76px;padding:10px;position:relative;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;border:1px solid #eef0f3;border-radius:6px;background:#fafbfc;text-align:left}.portal-agent-grid>button:hover{border-color:#d0d5dd;background:#fff;box-shadow:0 4px 12px #1018280a}.portal-agent-grid .agent-icon{width:34px;height:34px}.portal-agent-grid>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.portal-agent-grid strong{color:#475467;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-agent-grid small{margin-top:4px;color:#98a2b3;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-agent-grid>button>i{position:absolute;right:8px;top:8px;width:5px;height:5px;border-radius:50%;background:#5daf9f;box-shadow:0 0 0 2px #eef8f5}.portal-data-title{min-height:38px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.portal-data-title>div{display:flex;align-items:baseline;gap:9px}.portal-data-title h2{margin:0;color:#101828;font-size:16px}.portal-data-title span{color:#98a2b3;font-size:8px}.portal-data-title label{height:34px;min-width:110px;padding:0 7px 0 9px;display:flex;align-items:center;gap:5px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#667085}.portal-data-title select{flex:1;border:0;outline:0;background:#fff;color:#475467;font-size:9px}.portal-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:12px}.portal-kpis>button{min-height:88px;padding:13px;position:relative;display:grid;grid-template-columns:37px 1fr;align-items:center;gap:9px;border:1px solid #e4e7ec;border-radius:7px;background:#fff;text-align:left}.portal-kpis>button:hover{border-color:#d0d5dd;box-shadow:0 4px 12px #1018280a}.portal-kpis .metric-icon{width:37px;height:37px}.portal-kpis>button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.portal-kpis small{color:#667085;font-size:8px}.portal-kpis strong{margin-top:4px;color:#101828;font-size:19px;white-space:nowrap}.portal-kpis em{position:absolute;right:10px;bottom:11px;display:flex;align-items:center;color:#12a66a;font-size:7px;font-style:normal}.portal-dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.portal-chart-card,.portal-list-card{min-width:0;overflow:hidden}.portal-trend-card{grid-column:span 5}.portal-industry-card{grid-column:span 3}.portal-rank-card{grid-column:span 4}.portal-source-card{grid-column:span 5}.portal-list-card{grid-column:span 4}.portal-list-card:last-child{grid-column:span 3}.portal-trend-summary{min-height:49px;padding:9px 16px 0;display:flex;align-items:flex-start;justify-content:space-between}.portal-trend-summary>span{display:flex;align-items:baseline;gap:7px}.portal-trend-summary small{color:#98a2b3;font-size:8px}.portal-trend-summary strong{color:#101828;font-size:18px}.portal-trend-summary em{display:flex;align-items:center;gap:3px;color:#4f9f89;font-size:8px;font-style:normal}.portal-trend-chart{height:205px;padding:0 15px 8px}.portal-trend-chart svg{width:100%;height:145px;overflow:visible}.portal-grid-lines{fill:none;stroke:#f0f2f5;stroke-width:1}.portal-chart-area{fill:url(#portalArea)}.portal-chart-line{fill:none;stroke:#3c92c7;stroke-width:2;vector-effect:non-scaling-stroke}.portal-chart-line.secondary{stroke:#5daf9f;stroke-width:1.8}.portal-trend-chart>div{display:flex;justify-content:space-between;color:#98a2b3;font-size:7px}.portal-trend-chart>p{margin:7px 0 0;display:flex;justify-content:center;gap:14px;color:#98a2b3;font-size:7px}.portal-trend-chart>p span{display:flex;align-items:center;gap:4px}.portal-trend-chart>p i{width:7px;height:2px;background:#3c92c7}.portal-trend-chart>p span:last-child i{background:#5daf9f}.industry-content{height:254px;padding:20px 14px;display:flex;align-items:center;justify-content:center;gap:17px}.industry-donut{width:122px;height:122px;flex:none;position:relative;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#3c92c7 0,#3c92c7 25%,#5daf9f 25%,#5daf9f 46.9%,#9fced0 46.9%,#9fced0 65.7%,#758eb6 65.7%,#758eb6 79.8%,#d0d5dd 79.8%,#d0d5dd)}.industry-donut:after{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:50%;background:#fff}.industry-donut span{z-index:1;display:flex;flex-direction:column;align-items:center}.industry-donut strong{color:#101828;font-size:20px}.industry-donut small{color:#98a2b3;font-size:7px}.industry-legend{min-width:105px}.industry-legend p{margin:0 0 9px;display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:5px;color:#667085;font-size:7px}.industry-legend p i{width:6px;height:6px;border-radius:2px}.industry-legend i.blue{background:#3c92c7}.industry-legend i.green{background:#5daf9f}.industry-legend i.orange{background:#9fced0}.industry-legend i.red{background:#758eb6}.industry-legend i.gray{background:#d0d5dd}.industry-legend b{color:#344054;font-size:7px}.portal-rank-list{height:254px;padding:14px 15px;display:flex;flex-direction:column;justify-content:center;gap:13px}.portal-rank-list button{display:grid;grid-template-columns:18px 95px minmax(60px,1fr) 34px;align-items:center;gap:7px;border:0;background:transparent;color:#475467;font-size:8px;text-align:left}.portal-rank-list button>i{width:17px;height:17px;display:grid;place-items:center;border-radius:4px;background:#f2f4f7;color:#667085;font-size:7px;font-style:normal}.portal-rank-list button:first-child>i{background:#e4f9ff;color:var(--brand)}.portal-rank-list button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-rank-list button>div{height:6px;border-radius:4px;background:#f2f4f7;overflow:hidden}.portal-rank-list button b{height:100%;display:block;border-radius:inherit}.portal-rank-list b.blue{background:#3c92c7}.portal-rank-list b.green{background:#5daf9f}.portal-rank-list b.orange{background:#9fced0}.portal-rank-list b.red{background:#758eb6}.portal-rank-list b.gray{background:#98a2b3}.portal-rank-list button em{color:#98a2b3;font-size:7px;font-style:normal;text-align:right}.portal-source-chart{height:254px;padding:26px 18px 15px;display:flex;align-items:flex-end;gap:13px;background:repeating-linear-gradient(to bottom,transparent 0 45px,#f2f4f7 46px)}.portal-source-chart>div{flex:1;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-end}.portal-source-chart>div>span{margin-bottom:5px;color:#667085;font-size:7px}.portal-source-chart>div>i{width:min(40px,75%);display:block;border-radius:4px 4px 0 0;background:#3c92c7;opacity:.85}.portal-source-chart>div>small{height:24px;margin-top:7px;color:#667085;font-size:7px;text-align:center;line-height:1.3}.portal-activity-list,.portal-notice-list{height:254px;padding:3px 14px}.portal-activity-list>button{width:100%;min-height:58px;padding:7px 0;display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:8px;border:0;border-bottom:1px solid #f2f4f7;background:transparent;text-align:left}.portal-activity-list>button:last-child{border-bottom:0}.portal-activity-list .notice-icon{width:30px;height:30px}.portal-activity-list>button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.portal-activity-list small{color:#98a2b3;font-size:7px}.portal-activity-list strong{margin-top:3px;color:#475467;font-size:8px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-activity-list em{color:#98a2b3;font-size:7px;font-style:normal}.portal-notice-list{padding-top:7px}.portal-notice-list>button{width:100%;min-height:45px;padding:6px 0;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-bottom:1px solid #f2f4f7;background:transparent;text-align:left}.portal-notice-list>button:last-child{border-bottom:0}.portal-notice-list>button>span{min-width:0;display:flex;align-items:center;gap:5px}.portal-notice-list strong{min-width:0;color:#475467;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-notice-list em{padding:2px 4px;flex:none;border-radius:3px;background:#edf7fb;color:#317fae;font-size:6px;font-style:normal}.portal-notice-list em.important{background:#e4f9ff;color:var(--brand)}.portal-notice-list small{color:#98a2b3;font-size:7px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.metric-card{min-height:122px;padding:18px;position:relative;display:flex;align-items:flex-start;gap:13px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;text-align:left;transition:border-color .18s,box-shadow .18s,transform .18s}.metric-card:hover{border-color:#d0d5dd;box-shadow:0 5px 18px #1018280d;transform:translateY(-1px)}.metric-icon{width:40px;height:40px;display:grid;place-items:center;flex:none;border-radius:7px}.metric-icon.red{color:#3c92c7;background:#e4f9ff}.metric-icon.blue{color:#5686b5;background:#eef4f9}.metric-icon.orange{color:#b08a50;background:#faf6ee}.metric-icon.green{color:#4f9f89;background:#eef8f5}.metric-icon.violet{color:#7486bd;background:#f1f3fa}.metric-icon.cyan{color:#4aa7b7;background:#edf8fa}.metric-copy{display:flex;flex-direction:column}.metric-copy>small{color:#667085;font-size:11px}.metric-copy>strong{margin:5px 0 6px;color:#101828;font-size:25px;line-height:1}.metric-copy em{color:#98a2b3;font-size:10px;font-style:normal}.metric-copy em span{margin-right:5px;display:inline-flex;align-items:center;color:var(--green);font-weight:600}.metric-arrow{position:absolute;top:20px;right:16px;color:#d0d5dd}.home-columns{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);gap:16px;margin-bottom:16px}.task-list{padding:4px 0}.task-row{width:100%;min-height:57px;padding:8px 16px;display:grid;grid-template-columns:22px minmax(180px,1fr) 52px 90px 16px;align-items:center;gap:10px;border:0;background:transparent;text-align:left}.task-row:hover{background:#fafafa}.task-row+.task-row{border-top:1px solid #f2f4f7}.task-check{width:20px;height:20px;display:grid;place-items:center;border:1px solid #d0d5dd;border-radius:5px;color:transparent}.task-check.urgent{border-color:#f4b9b3;background:#fff5f4;color:var(--brand)}.task-main{display:flex;flex-direction:column;min-width:0}.task-main strong{color:#344054;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-main small{margin-top:3px;color:#98a2b3;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-type{justify-self:start;padding:3px 7px;border-radius:4px;background:#f2f4f7;color:#667085;font-size:10px}.task-time{display:flex;align-items:center;gap:4px;color:#667085;font-size:10px;white-space:nowrap}.task-row>svg{color:#d0d5dd}.mini-chart-head{padding:15px 18px 0;display:flex;justify-content:space-between;align-items:flex-start}.mini-chart-head div{display:flex;align-items:baseline;gap:6px}.mini-chart-head strong{color:#101828;font-size:24px}.mini-chart-head span{color:#98a2b3;font-size:10px}.positive{display:flex;align-items:center;gap:3px;color:var(--green)!important}.line-chart{height:125px;padding:8px 16px 0}.line-chart svg{width:100%;height:93px;overflow:visible}.grid-line,.dash-grid{fill:none;stroke:#f0f2f5;stroke-width:1}.old-line{fill:none;stroke:#cfd4dc;stroke-width:2;stroke-dasharray:4 5}.new-line{fill:none;stroke:var(--brand);stroke-width:2.2;vector-effect:non-scaling-stroke}.area-line{fill:url(#area)}.line-chart circle{fill:#fff;stroke:var(--brand);stroke-width:2}.axis-labels{display:flex;justify-content:space-between;color:#98a2b3;font-size:9px}.chart-legend{padding:0 18px 13px;display:flex;justify-content:flex-end;gap:12px;color:#98a2b3;font-size:9px}.chart-legend span{display:flex;align-items:center;gap:5px}.legend-dot{width:6px;height:6px;border-radius:50%}.legend-dot.red{background:var(--brand)}.legend-dot.gray{background:#cfd4dc}.agents-section{margin-bottom:16px}.agent-quick-grid{padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.agent-quick-card{min-height:92px;padding:12px;border:1px solid #eceef2;border-radius:7px;background:#fff;display:grid;grid-template-columns:38px 1fr 16px;align-items:center;gap:9px;text-align:left}.agent-quick-card:hover{border-color:#d0d5dd;background:#fcfcfd}.agent-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:7px;flex:none}.agent-icon.large{width:46px;height:46px}.agent-icon.red{color:#3c92c7;background:#e4f9ff}.agent-icon.blue{color:#5686b5;background:#eef4f9}.agent-icon.orange{color:#b08a50;background:#faf6ee}.agent-icon.green{color:#4f9f89;background:#eef8f5}.agent-icon.violet{color:#7486bd;background:#f1f3fa}.agent-icon.cyan{color:#4aa7b7;background:#edf8fa}.agent-icon.pink{color:#9c7ca6;background:#f7f2f8}.agent-icon.indigo{color:#667cac;background:#f1f4fa}.agent-icon.teal{color:#579d9d;background:#eff8f8}.agent-icon.amber{color:#a77b3f;background:#fbf7ef}.agent-quick-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.agent-quick-card strong{color:#344054;font-size:12px}.agent-quick-card small{margin-top:4px;color:#98a2b3;font-size:9px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-quick-card>svg{color:#d0d5dd}.bottom-row{margin-bottom:0}.compact-inquiries{padding:4px 0}.compact-inquiries button{width:100%;min-height:61px;padding:8px 16px;display:grid;grid-template-columns:34px 1fr 44px 60px;align-items:center;gap:9px;border:0;background:transparent;text-align:left}.compact-inquiries button:hover{background:#fafafa}.compact-inquiries button+button{border-top:1px solid #f2f4f7}.flag{font-size:23px}.compact-inquiries button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.compact-inquiries strong{color:#344054;font-size:12px}.compact-inquiries small{margin-top:3px;color:#98a2b3;font-size:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.score{color:#a77b3f;font-size:11px}.score.high{color:var(--brand)}.row-time{color:#98a2b3;font-size:9px;text-align:right}.health-content{min-height:194px;padding:18px;display:flex;align-items:center;gap:24px}.donut{--value: 82;width:116px;height:116px;flex:none;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--brand) calc(var(--value) * 1%),#f2f4f7 0);position:relative}.donut:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:#fff}.donut>span{z-index:1;display:flex;flex-direction:column;align-items:center}.donut strong{color:#101828;font-size:26px}.donut small{color:#98a2b3;font-size:9px}.health-stats{flex:1;min-width:0}.health-stats p{margin:0 0 9px;display:flex;justify-content:space-between;color:#667085;font-size:10px}.health-stats b{color:#344054}.health-tip{margin-top:12px;padding:8px 9px;display:flex;align-items:flex-start;gap:6px;border-radius:5px;background:#fbf7ef;color:#98713a;font-size:9px;line-height:1.4}.team-summary{min-height:100px;margin-bottom:18px;padding:0 20px;display:grid;grid-template-columns:1.2fr repeat(3,1fr);align-items:center;border:1px solid #e4e7ec;border-radius:8px;background:#fff}.team-summary>div{min-height:58px;display:flex;align-items:center;gap:12px;padding-left:26px;border-left:1px solid #eaecf0}.team-summary>div:first-child{padding-left:0;border-left:0}.team-summary>div>span:last-child{display:flex;flex-direction:column}.summary-graphic{width:46px;height:46px;display:grid;place-items:center;border-radius:7px;background:var(--brand);color:#fff}.team-summary strong{color:#101828;font-size:23px}.team-summary small{margin-top:3px;color:#667085;font-size:10px}.toolbar,.data-toolbar{min-height:48px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.segmented{padding:3px;display:inline-flex;gap:2px;border:1px solid #e4e7ec;border-radius:7px;background:#f9fafb}.segmented button{min-height:30px;padding:0 12px;border:0;border-radius:5px;background:transparent;color:#667085;font-size:11px}.segmented button.active{background:#fff;color:#344054;box-shadow:0 1px 3px #1018281a;font-weight:600}.table-search{width:210px;height:34px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#98a2b3}.table-search input{width:100%;border:0;outline:0;color:#344054;font-size:11px}.agent-toolbar .segmented button{display:inline-flex;align-items:center;gap:6px}.agent-toolbar .segmented button small{min-width:17px;height:17px;padding:0 4px;display:inline-grid;place-items:center;border-radius:9px;background:#eaecf0;color:#667085;font-size:8px;font-weight:500}.agent-toolbar .segmented button.active small{background:#e4f9ff;color:var(--brand)}.agent-toolbar-right{display:flex;align-items:center;gap:10px}.agent-result-count{color:#98a2b3;font-size:9px;white-space:nowrap}.agent-result-count b{color:#344054;font-size:10px}.agent-search{width:290px;transition:border-color .18s,box-shadow .18s}.agent-search:focus-within{border-color:#9fced0;box-shadow:0 0 0 3px #3c92c714}.agent-search button{width:22px;height:22px;margin-right:-4px;flex:none;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#98a2b3}.agent-search button:hover{background:#f2f4f7;color:#475467}.agent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.agent-card{min-height:260px;padding:18px;border:1px solid #e4e7ec;border-radius:8px;background:#fff}.agent-card:hover{border-color:#cfd4dc;box-shadow:0 6px 20px #1018280a}.agent-card-head{display:flex;align-items:flex-start}.agent-status{margin:2px 5px 0 auto;padding:3px 6px;display:inline-flex;align-items:center;gap:4px;border-radius:4px;background:#f2f4f7;color:#667085;font-size:9px}.agent-status i{width:5px;height:5px;border-radius:50%;background:#98a2b3}.agent-status.online{color:#3f806f;background:#eef8f5}.agent-status.online i{background:#5daf9f}.agent-card h3{margin:15px 0 6px;color:#1d2939;font-size:15px}.agent-name-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.agent-name-row h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-name-row>span{margin-top:9px;padding:3px 6px;flex:none;border-radius:4px;background:#edf7fb;color:#317fae;font-size:8px}.agent-card>p{height:42px;margin:0;color:#667085;font-size:11px;line-height:1.7}.agent-meta{margin:15px 0;padding:10px 0;display:flex;gap:16px;border-top:1px solid #f2f4f7;border-bottom:1px solid #f2f4f7;color:#98a2b3;font-size:9px}.agent-meta span{display:flex;align-items:center;gap:5px}.agent-actions{display:flex;gap:7px}.agent-actions .primary{flex:1}.agent-empty{min-height:300px;grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d0d5dd;border-radius:8px;background:#fff;text-align:center}.agent-empty>span{width:50px;height:50px;display:grid;place-items:center;border-radius:8px;background:#edf7fb;color:var(--brand)}.agent-empty strong{margin-top:13px;color:#344054;font-size:13px}.agent-empty p{margin:5px 0 14px;color:#98a2b3;font-size:10px}.knowledge-overview,.inquiry-stats{margin-bottom:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e4e7ec;border-radius:8px;background:#fff}.knowledge-overview>div,.inquiry-stats>div{min-height:98px;padding:18px;display:flex;align-items:center;gap:12px}.knowledge-overview>div+div,.inquiry-stats>div+div{border-left:1px solid #eaecf0}.knowledge-overview p,.inquiry-stats p{margin:0;display:flex;flex-direction:column}.knowledge-overview small,.inquiry-stats small{color:#667085;font-size:10px}.knowledge-overview strong,.inquiry-stats strong{margin:3px 0;color:#101828;font-size:20px}.knowledge-overview em,.inquiry-stats em{color:#98a2b3;font-size:9px;font-style:normal}.knowledge-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,.78fr);gap:16px}.knowledge-files{min-width:0}.tabs-line{height:53px;padding:0 17px;display:flex;align-items:stretch;gap:24px;border-bottom:1px solid #eaecf0}.tabs-line button{padding:0;position:relative;border:0;background:transparent;color:#667085;font-size:11px}.tabs-line button.active{color:var(--brand);font-weight:600}.tabs-line button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand)}.toolbar.compact{margin:0;padding:10px 15px;border-bottom:1px solid #f0f1f3}.file-table,.lead-table,.inquiry-table,.ops-table{width:100%;overflow-x:auto}.table-head,.table-row{display:grid;align-items:center;gap:10px}.file-table .table-head,.file-table .table-row{grid-template-columns:minmax(230px,2.1fr) 74px 66px 78px 62px 28px}.table-head{min-height:34px;padding:0 14px;background:#f9fafb;color:#98a2b3;font-size:9px}.table-row{min-height:59px;padding:6px 14px;border-top:1px solid #f2f4f7;color:#475467;font-size:10px}button.table-row{width:100%;border-inline:0;border-bottom:0;background:#fff;text-align:left}button.table-row:hover{background:#fafafa}.file-name,.company-cell{display:flex;align-items:center;gap:9px;min-width:0}.file-name>span,.company-cell>span{display:flex;flex-direction:column;min-width:0}.file-name strong,.company-cell strong,.table-row>span>strong{color:#344054;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-name small,.company-cell small,.table-row>span>small{margin-top:3px;color:#98a2b3;font-size:8px}.file-type{width:29px;height:32px;display:grid;place-items:center;border-radius:4px;background:#e4f9ff;color:var(--brand);font-style:normal;font-weight:700}.file-type.xlsx{color:#4f9f89;background:#eef8f5}.file-type.pptx{color:#a77b3f;background:#fbf7ef}.file-type.docx{color:#3c92c7;background:#edf7fb}.status-pill,.type-pill{width:fit-content;padding:3px 7px;display:inline-block;border-radius:4px;background:#eef8f5;color:#3f806f;font-size:9px;font-style:normal;white-space:nowrap}.status-pill.warn{background:#fbf7ef;color:#98713a}.type-pill{background:#f2f4f7;color:#475467}.knowledge-ask{min-height:540px;display:flex;flex-direction:column;overflow:hidden}.ask-heading{min-height:64px;padding:12px 15px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #eaecf0}.ask-heading>div{display:flex;flex-direction:column}.ask-heading strong{color:#344054;font-size:12px}.ask-heading small{margin-top:2px;color:#98a2b3;font-size:9px}.ask-empty{flex:1;padding:26px 18px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.ask-graphic{width:54px;height:54px;margin-bottom:12px;display:grid;place-items:center;border-radius:8px;background:#f1f7f9;color:#667085}.ask-empty strong{color:#344054;font-size:13px}.ask-empty p{margin:5px 0 14px;color:#98a2b3;font-size:10px}.suggestion-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.suggestion-chips button{padding:6px 8px;border:1px solid #e4e7ec;border-radius:5px;background:#fff;color:#667085;font-size:9px}.knowledge-answer{flex:1;padding:18px;overflow-y:auto}.answer-question,.answer-ai{display:flex;align-items:flex-start;gap:8px}.answer-question{justify-content:flex-end}.answer-question>span{order:2;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#344054;color:#fff;font-size:9px}.answer-question p{margin:0;padding:8px 10px;border-radius:6px 0 6px 6px;background:#f2f4f7;color:#344054;font-size:10px}.answer-ai{margin-top:14px}.answer-ai>span{width:27px;height:27px;display:grid;place-items:center;border-radius:6px;background:var(--brand);color:#fff}.answer-ai>div{flex:1}.answer-ai p{margin:2px 0 10px;color:#475467;font-size:10px;line-height:1.8}.source-card{padding:8px;display:flex;align-items:center;gap:7px;border:1px solid #e4e7ec;border-radius:5px;color:var(--brand)}.source-card>span{flex:1;display:flex;flex-direction:column;min-width:0}.source-card strong{color:#344054;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-card small{margin-top:2px;color:#98a2b3;font-size:8px}.ask-input{margin:0 12px 12px;min-height:72px;padding:9px;display:flex;align-items:flex-end;gap:6px;border:1px solid #d0d5dd;border-radius:7px}.ask-input textarea{flex:1;height:50px;resize:none;border:0;outline:0;color:#344054;font-size:10px;line-height:1.6}.ask-input button{width:30px;height:30px;border:0;border-radius:5px;background:var(--brand);color:#fff;display:grid;place-items:center}.modal-overlay,.drawer-overlay,.agent-panel-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#10182859;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-overlay{display:grid;place-items:center;padding:18px}.modal{width:min(520px,100%);border-radius:8px;background:#fff;box-shadow:0 20px 50px #1018282e}.modal-head,.drawer-head{height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaecf0}.modal-head strong,.drawer-head strong{color:#344054;font-size:14px}.modal-body{padding:18px}.upload-zone{min-height:210px;padding:24px;border:1px dashed #d0d5dd;border-radius:7px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center;color:#98a2b3}.upload-zone>strong{margin:12px 0 5px;color:#344054;font-size:12px}.upload-zone>span{margin-bottom:15px;font-size:9px;line-height:1.6}.form-grid{display:grid;gap:12px;margin-top:16px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.one{grid-template-columns:1fr}.form-grid label,.form-stack label,.translation-footer label{display:flex;flex-direction:column;gap:6px;color:#475467;font-size:10px;font-weight:600}.form-grid select,.form-stack select,.translation-footer select{width:100%;height:38px;padding:0 10px;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#344054;font-size:11px;outline:0}.check-line{flex-direction:row!important;align-items:center;font-weight:400!important}.market-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:16px;align-items:start}.research-form{padding:18px}.step-title{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #eaecf0}.step-title>span{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;background:var(--brand);color:#fff;font-size:11px;font-weight:600}.step-title>div{display:flex;flex-direction:column}.step-title strong{color:#344054;font-size:12px}.step-title small{margin-top:2px;color:#98a2b3;font-size:9px}.form-stack{margin:16px 0;display:flex;flex-direction:column;gap:14px}.form-stack textarea{min-height:88px;padding:10px;resize:vertical;border:1px solid #d0d5dd;border-radius:6px;color:#344054;font-size:10px;line-height:1.6;outline:0}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkbox-grid span{display:flex;align-items:center;gap:6px;color:#667085;font-size:10px;font-weight:400}input[type=checkbox]{width:14px;height:14px;margin:0;accent-color:var(--brand)}.data-note{margin-top:12px;display:flex;align-items:flex-start;gap:7px;color:#98a2b3;font-size:9px;line-height:1.5}.data-note svg{flex:none;color:#4f9f89}.report-view{min-height:700px}.report-head{min-height:92px;padding:17px 20px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border-bottom:1px solid #eaecf0}.report-head h2{margin:8px 0 4px;color:#101828;font-size:18px}.report-head p{margin:0;color:#98a2b3;font-size:9px}.report-head>div:last-child{display:flex;align-items:center;gap:4px}.report-kpis{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #eaecf0}.report-kpis>div{min-height:100px;padding:17px;display:flex;flex-direction:column}.report-kpis>div+div{border-left:1px solid #eaecf0}.report-kpis small{color:#667085;font-size:9px}.report-kpis strong{margin:6px 0 3px;color:#101828;font-size:21px}.report-kpis strong span{margin-left:2px;color:#667085;font-size:10px}.report-kpis em{color:#4f9f89;font-size:9px;font-style:normal}.report-body{padding:2px 22px 24px}.report-section{padding:20px 0;border-bottom:1px solid #f0f1f3}.report-section:last-child{border:0}.report-section h3{margin:0 0 12px;display:flex;align-items:center;gap:8px;color:#344054;font-size:13px}.report-section h3 span{color:var(--brand);font-size:10px}.report-section>p{margin:0;color:#475467;font-size:11px;line-height:1.9}.insight-box{margin-top:12px;padding:10px 11px;display:flex;gap:8px;border-left:3px solid #c9a15f;background:#fbf8f1;color:#8c6933;font-size:10px;line-height:1.6}.insight-box svg{flex:none;margin-top:1px}.insight-box strong{margin-right:6px}.channel-bars{display:flex;flex-direction:column;gap:10px}.bar-row{display:grid;grid-template-columns:110px minmax(80px,1fr) 24px;align-items:center;gap:9px;color:#667085;font-size:9px}.bar-row>div{height:7px;border-radius:4px;background:#f2f4f7;overflow:hidden}.bar-row i{height:100%;display:block;border-radius:inherit;background:var(--brand)}.bar-row b{color:#344054;font-size:9px}.report-section ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;counter-reset:report}.report-section li{display:grid;grid-template-columns:90px 1fr;gap:10px;color:#667085;font-size:10px;line-height:1.5}.report-section li b{color:#344054}.report-empty{min-height:690px;display:flex;align-items:center;flex-direction:column;justify-content:center;color:var(--brand)}.report-empty strong{margin:15px 0 6px;color:#344054;font-size:14px}.report-empty p{margin:0;color:#98a2b3;font-size:10px}.loading-line{width:220px;height:5px;margin-top:18px;border-radius:4px;background:#f2f4f7;overflow:hidden}.loading-line i{display:block;width:45%;height:100%;border-radius:inherit;background:var(--brand);animation:loading 1s infinite ease-in-out}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(320%)}}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.workspace-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;align-items:start}.editor-panel{padding:18px}.stepper{margin:0 0 18px;display:flex;align-items:center;justify-content:space-between;color:#98a2b3;font-size:9px}.stepper span{display:flex;align-items:center;gap:5px;white-space:nowrap}.stepper i{width:20px;height:20px;display:grid;place-items:center;border:1px solid #d0d5dd;border-radius:50%;font-style:normal}.stepper b{flex:1;height:1px;margin:0 6px;background:#e4e7ec}.stepper .done{color:#4f9f89}.stepper .done i{border-color:#4f9f89;background:#eef8f5}.stepper .active{color:var(--brand);font-weight:600}.stepper .active i{border-color:var(--brand);background:var(--brand);color:#fff}.selected-product{min-height:77px;padding:10px;display:flex;align-items:center;gap:10px;border:1px solid #e4e7ec;border-radius:7px;background:#fafafa}.product-thumb{width:48px;height:48px;display:grid;place-items:center;flex:none;border-radius:6px;background:#fff;color:var(--brand);border:1px solid #f0f1f3}.selected-product div{flex:1;display:flex;flex-direction:column;min-width:0}.selected-product small,.selected-product em{color:#98a2b3;font-size:8px;font-style:normal}.selected-product strong{margin:3px 0;color:#344054;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-product button{border:0;background:transparent;color:var(--brand);font-size:9px}.field-label{display:block;margin:15px 0 7px;color:#475467;font-size:10px;font-weight:600}.channel-select{display:flex;gap:6px}.channel-select button{min-height:34px;padding:0 10px;flex:1;border:1px solid #e4e7ec;border-radius:5px;background:#fff;color:#667085;font-size:9px}.channel-select button.active{border-color:#9fced0;background:#edf9fc;color:var(--brand);font-weight:600}.content-options{margin-bottom:18px}.content-result{min-height:700px;overflow:hidden}.result-toolbar{min-height:60px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eaecf0}.result-toolbar>div{display:flex;align-items:center;gap:8px}.result-toolbar strong{color:#344054;font-size:11px}.listing-content{padding:18px}.content-field{margin-bottom:16px;border:1px solid #e4e7ec;border-radius:6px}.content-field-head{min-height:38px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f1f3;background:#fafafa}.content-field-head strong{color:#475467;font-size:10px}.content-field-head small{color:#98a2b3;font-size:9px}.content-field-body{padding:11px;position:relative;color:#344054;font-size:10px;line-height:1.7}.content-field-body>p{margin:0;padding-right:40px;font-weight:600}.content-field-body>button{position:absolute;right:8px;top:8px;border:0;background:transparent;color:var(--brand);font-size:9px}.content-field-body ul{margin:0;padding-left:18px}.content-field-body li+li{margin-top:6px}.keyword-list{display:flex;flex-wrap:wrap;gap:6px}.keyword-list span{padding:4px 7px;border-radius:4px;background:#f2f4f7;color:#475467;font-size:9px}.quality-score{padding:13px;display:flex;justify-content:space-between;gap:20px;border-radius:7px;background:#f7fbfa;border:1px solid #cfe6df}.quality-score>div:first-child{display:flex;flex-direction:column}.quality-score>div:first-child span{color:#667085;font-size:9px}.quality-score>div:first-child strong{margin-top:5px;color:#4f9f89;font-size:23px}.quality-score strong small{font-size:9px}.quality-score p{margin:0 0 4px;display:flex;align-items:center;gap:5px;color:#667085;font-size:9px}.quality-score p svg{color:#4f9f89}.quality-score p:last-child svg{color:#a77b3f}.marketing-summary{min-height:78px;margin-bottom:12px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e4e7ec;border-radius:8px;background:#fff}.marketing-summary>div{min-width:0;padding:12px 15px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px}.marketing-summary>div+div{border-left:1px solid #eaecf0}.marketing-summary-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:6px}.marketing-summary-icon.tone-1{background:#e4f9ff;color:#317fae}.marketing-summary-icon.tone-2{background:#fbf8f1;color:#9a7438}.marketing-summary-icon.tone-3{background:#eef8f5;color:#3f806f}.marketing-summary-icon.tone-4{background:#f1f5f8;color:#536f7e}.marketing-summary p{margin:0;display:flex;flex-direction:column}.marketing-summary small{color:#667085;font-size:9px}.marketing-summary strong{margin-top:2px;color:#101828;font-size:19px}.marketing-summary em{align-self:end;padding-bottom:2px;color:#4f9f89;font-size:8px;font-style:normal;white-space:nowrap}.marketing-type-tabs{height:57px;margin-bottom:12px;padding:4px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e4e7ec;border-radius:8px;background:#fff}.marketing-type-tabs button{min-width:0;padding:0 12px;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-right:1px solid #f0f1f3;background:transparent;color:#667085}.marketing-type-tabs button:last-child{border-right:0}.marketing-type-tabs button>span{display:flex;flex-direction:column;text-align:left}.marketing-type-tabs strong{color:#475467;font-size:10px;font-weight:600}.marketing-type-tabs small{margin-top:2px;color:#98a2b3;font-size:8px}.marketing-type-tabs button.active{border-right-color:transparent;border-radius:5px;background:#edf7fb;color:var(--brand)}.marketing-type-tabs button.active strong{color:#236f9d}.marketing-type-tabs button.active small{color:#5595b9}.marketing-type-tabs button>i{position:absolute;right:10px;width:5px;height:5px;border-radius:50%;background:var(--brand)}.marketing-studio{display:grid;grid-template-columns:250px minmax(390px,1fr) 250px;gap:12px;align-items:start}.marketing-brief,.marketing-inspector{overflow:hidden}.studio-panel-head{min-height:66px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #eaecf0}.studio-panel-head>div{display:flex;flex-direction:column}.studio-panel-head span{color:var(--brand);font-size:8px}.studio-panel-head strong{margin-top:3px;color:#344054;font-size:12px}.studio-panel-head em{color:#98a2b3;font-size:7px;font-style:normal;white-space:nowrap}.marketing-form{margin:0;padding:14px 15px 12px;gap:12px}.marketing-form textarea{min-height:104px}.marketing-channel-select{display:flex;flex-wrap:wrap;gap:5px}.marketing-channel-select button{min-height:27px;padding:0 7px;border:1px solid #e4e7ec;border-radius:5px;background:#fff;color:#667085;font-size:8px}.marketing-channel-select button.active{border-color:#9fced0;background:#edf7fb;color:#317fae}.brief-knowledge{margin:0 15px 12px;padding:9px;display:grid;grid-template-columns:16px 1fr 16px;align-items:center;gap:7px;border:1px solid #cfe6df;border-radius:6px;background:#f8fcfb;color:#4f9f89}.brief-knowledge span{display:flex;flex-direction:column;min-width:0}.brief-knowledge strong{color:#475467;font-size:8px}.brief-knowledge small{margin-top:2px;overflow:hidden;color:#7b8c87;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.marketing-generate{width:calc(100% - 30px);margin:0 15px 15px}.marketing-canvas{min-width:0;min-height:760px;display:flex;flex-direction:column;overflow:hidden}.studio-canvas-head{min-height:66px;padding:10px 14px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eaecf0}.studio-canvas-head>div:first-child{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:7px}.studio-canvas-head strong{min-width:0;color:#344054;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-canvas-head small{grid-column:1 / 3;margin-top:3px;color:#98a2b3;font-size:8px}.studio-canvas-head>div:last-child{display:flex;gap:5px}.marketing-canvas-body{flex:1;min-height:640px;padding:18px;display:flex;align-items:flex-start;justify-content:center;background:#f5f7f9;overflow:auto}.marketing-output{width:min(680px,100%);padding:20px;border:1px solid #dfe4e9;border-radius:6px;background:#fff;box-shadow:0 5px 18px #1018280d}.output-label{margin:-20px -20px 18px;min-height:38px;padding:0 13px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #eaecf0;color:#667085;font-size:8px}.output-label svg{color:var(--brand)}.output-label span{margin-left:auto;color:#98a2b3}.canvas-foot{min-height:40px;padding:0 14px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #eaecf0;color:#98a2b3;font-size:8px}.canvas-foot span:first-child{display:flex;align-items:center;gap:5px;color:#4f806f}.marketing-generating{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#98a2b3;text-align:center}.marketing-generating>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid #a9d1d7;border-radius:50%;background:#e4f9ff;color:var(--brand)}.marketing-generating strong{margin-top:14px;color:#344054;font-size:12px}.marketing-generating p{margin:5px 0 14px;font-size:8px}.marketing-generating>div{display:flex;gap:4px}.marketing-generating>div i{width:5px;height:5px;border-radius:50%;background:#9fced0;animation:generatingPulse .8s infinite alternate}.marketing-generating>div i:nth-child(2){animation-delay:.15s}.marketing-generating>div i:nth-child(3){animation-delay:.3s}@keyframes generatingPulse{to{opacity:.25;transform:translateY(-2px)}}.marketing-inspector{min-height:760px}.inspector-title{min-height:86px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:9px;border-bottom:1px solid #eaecf0}.inspector-title>div{display:flex;flex-direction:column}.inspector-title span{color:#667085;font-size:8px}.inspector-title strong{margin-top:4px;color:#344054;font-size:11px}.quality-ring{width:52px;height:52px;flex:none;display:flex;align-items:baseline;justify-content:center;padding-top:14px;border:4px solid #9fced0;border-radius:50%;background:#f7fcfe;color:var(--brand)!important}.quality-ring b{font-size:15px}.quality-ring small{font-size:7px;color:#667085}.inspector-section{padding:14px 15px;border-bottom:1px solid #f0f1f3}.inspector-section:last-child{border-bottom:0}.inspector-section h4{margin:0 0 11px;display:flex;align-items:center;gap:5px;color:#475467;font-size:10px}.inspector-section h4 em{padding:1px 5px;border-radius:8px;background:#edf7fb;color:#317fae;font-size:7px;font-style:normal}.quality-row{display:grid;grid-template-columns:54px 1fr 28px;align-items:center;gap:7px}.quality-row+.quality-row{margin-top:8px}.quality-row span{color:#667085;font-size:8px}.quality-row>div{height:4px;border-radius:2px;background:#eef1f4;overflow:hidden}.quality-row i{height:100%;display:block;border-radius:2px;background:#5daf9f}.quality-row b{color:#475467;font-size:8px;text-align:right}.inspector-section .check-line{margin:0;display:flex;gap:6px;color:#4f9f89;font-size:8px;line-height:1.45}.inspector-section .check-line+.check-line{margin-top:8px}.inspector-section .check-line svg{flex:none}.inspector-section .check-line span{color:#667085}.source-row{width:100%;min-height:44px;padding:5px 0;display:grid;grid-template-columns:16px 1fr 14px;align-items:center;gap:7px;border:0;background:transparent;color:#98a2b3;text-align:left}.source-row+.source-row{border-top:1px solid #f5f5f5}.source-row>svg:first-child{color:var(--brand)}.source-row span{display:flex;flex-direction:column;min-width:0}.source-row strong{overflow:hidden;color:#475467;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.source-row small{margin-top:2px;color:#98a2b3;font-size:7px}.schedule-advice>div{padding:9px;display:flex;align-items:center;gap:8px;border-radius:6px;background:#edf7fb;color:var(--brand)}.schedule-advice>div span{display:flex;flex-direction:column}.schedule-advice>div strong{color:#344054;font-size:8px}.schedule-advice>div small{margin-top:2px;color:#667085;font-size:7px;line-height:1.4}.schedule-advice>button{margin-top:8px;margin-left:auto;display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--brand);font-size:8px}.social-author{display:flex;align-items:center;gap:9px}.company-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#2d3748;color:#fff;font-weight:700}.social-author div{flex:1;display:flex;flex-direction:column}.social-author strong{color:#344054;font-size:10px}.social-author small{margin-top:2px;color:#98a2b3;font-size:8px}.social-preview>p{margin:13px 0;color:#344054;font-size:10px;line-height:1.75}.social-preview .hashtags{color:#317fae}.social-product-visual{min-height:210px;display:grid;grid-template-columns:1.18fr .82fr;overflow:hidden;background:#e4f9ff}.social-product-visual>div{padding:24px;display:flex;align-items:center;gap:14px;color:var(--brand)}.social-product-visual>div>span{display:flex;flex-direction:column}.social-product-visual small{color:#4b819e;font-size:7px}.social-product-visual strong{margin-top:5px;color:#1d4d69;font-size:23px}.social-product-visual em{margin-top:3px;color:#4b819e;font-size:8px;font-style:normal}.social-product-visual>p{margin:0;padding:22px;display:flex;flex-direction:column;justify-content:center;background:#2f3a45;color:#fff;font-size:14px;line-height:1.5}.post-actions{padding:11px 0 0;display:flex;gap:14px;color:#98a2b3;font-size:8px}.seo-preview h1{margin:0;color:#1d2939;font-size:24px;line-height:1.35}.seo-preview h2{margin:18px 0 6px;color:#344054;font-size:13px}.seo-preview>p{margin:0;color:#475467;font-size:10px;line-height:1.8}.seo-preview .seo-lead{margin:12px 0 16px;color:#667085;font-size:11px}.seo-cover{min-height:180px;margin:0 0 18px;padding:26px;display:flex;align-items:center;justify-content:space-between;background:#e4f9ff;color:var(--brand)}.seo-cover span{display:flex;flex-direction:column}.seo-cover small{color:#4b819e;font-size:8px}.seo-cover strong{margin-top:7px;color:#1d4d69;font-size:28px}.seo-cover em{margin-top:4px;color:#4b819e;font-size:9px;font-style:normal}.seo-keywords{margin-top:18px;padding-top:12px;display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid #eaecf0}.seo-keywords span{padding:4px 7px;border-radius:4px;background:#edf7fb;color:#317fae;font-size:7px}.email-preview{padding-bottom:24px}.email-meta{margin:-4px 0 18px;border-bottom:1px solid #eaecf0}.email-meta p{margin:0;padding:7px 0;display:grid;grid-template-columns:46px 1fr;gap:8px;font-size:9px}.email-meta p+p{border-top:1px solid #f5f5f5}.email-meta span{color:#98a2b3}.email-meta strong{color:#344054}.email-meta em{color:#667085;font-style:normal}.email-brand{padding:14px 0;display:flex;align-items:center;gap:8px;color:#344054;font-size:9px}.email-logo{width:28px;height:28px;display:grid;place-items:center;border-radius:5px;background:var(--brand);color:#fff;font-weight:700}.email-hero{padding:25px;background:#edf7fb;text-align:center}.email-hero small{color:#317fae;font-size:7px}.email-hero h1{max-width:470px;margin:9px auto;color:#1d2939;font-size:22px;line-height:1.35}.email-hero p{max-width:500px;margin:0 auto;color:#667085;font-size:9px;line-height:1.7}.email-benefits{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #eaecf0;border-top:0}.email-benefits div{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center}.email-benefits div+div{border-left:1px solid #eaecf0}.email-benefits strong{color:#317fae;font-size:11px}.email-benefits span{margin-top:3px;color:#98a2b3;font-size:7px}.email-copy{margin:18px 0;color:#475467;font-size:10px;line-height:1.75}.email-preview>button{height:34px;margin:0 auto;padding:0 12px;display:flex;align-items:center;gap:5px;border:0;border-radius:5px;background:var(--brand);color:#fff;font-size:9px}.email-signature{margin-top:16px;display:block;color:#98a2b3;font-size:7px;text-align:center}.video-overview{margin-bottom:16px;display:grid;grid-template-columns:minmax(180px,.85fr) 1.15fr;gap:12px}.video-overview>div{aspect-ratio:9/5;padding:14px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#2f3a45;color:#fff;text-align:center}.video-overview>div>span{position:absolute;top:8px;left:8px;display:flex;align-items:center;gap:5px;color:#d0d5dd;font-size:7px}.video-overview>div>span i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:7px;font-style:normal}.video-overview>div>svg{color:#a9d1d7}.video-overview>div strong{margin-top:8px;font-size:12px}.video-overview>div small{position:absolute;right:8px;bottom:7px;color:#98a2b3;font-size:7px}.video-overview>p{margin:0;padding:14px;display:flex;flex-direction:column;justify-content:center;border-left:3px solid #9fced0;background:#f7fcfe}.video-overview>p strong{color:#344054;font-size:10px}.video-overview>p span{margin-top:6px;color:#667085;font-size:8px;line-height:1.7}.script-table{border:1px solid #e4e7ec}.script-head,.script-row{display:grid;grid-template-columns:55px minmax(130px,1fr) minmax(160px,1.2fr)}.script-head{min-height:33px;align-items:center;background:#f7f8fa;color:#667085;font-size:8px;font-weight:600}.script-head span,.script-row>*{padding:0 9px}.script-head span+span,.script-row>*+*{border-left:1px solid #eaecf0}.script-row{min-height:64px;border-top:1px solid #eaecf0}.script-row>span{padding-top:11px;color:var(--brand);font-size:8px;font-weight:600}.script-row p{margin:0;padding-top:10px;padding-bottom:10px;color:#475467;font-size:8px;line-height:1.55}.script-note{margin-top:12px;padding:9px 10px;display:flex;align-items:flex-start;gap:7px;background:#fbf8f1;color:#9a7438;font-size:8px;line-height:1.55}.script-note svg{flex:none}.script-note strong{margin-right:5px}.localization-toolbar{margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}.localization-toolbar>label{display:flex;align-items:center;gap:6px;color:#667085;font-size:10px}.translation-card{border:1px solid #e4e7ec;border-radius:8px;background:#fff;overflow:hidden}.language-bar{height:57px;padding:0 20px;display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;border-bottom:1px solid #eaecf0}.language-bar select{height:36px;border:0;outline:0;background:#fff;color:#344054;font-size:12px;font-weight:600}.language-bar select:last-child{padding-left:20px}.swap-button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #e4e7ec;border-radius:50%;background:#fff;color:#667085}.translation-panes{min-height:360px;display:grid;grid-template-columns:1fr 1fr}.translation-panes>div{padding:18px;position:relative}.translation-panes>div+div{border-left:1px solid #eaecf0;background:#fcfcfd}.translation-panes textarea{width:100%;height:300px;padding:0;resize:none;border:0;outline:0;background:transparent;color:#344054;font-size:16px;line-height:1.9}.translation-panes>div>span{position:absolute;right:18px;bottom:14px;color:#98a2b3;font-size:9px}.translation-actions{position:absolute;right:13px;bottom:11px;display:flex;gap:4px}.translation-actions button{height:30px;padding:0 8px;display:flex;align-items:center;gap:4px;border:0;border-radius:5px;background:transparent;color:#667085;font-size:9px}.translation-actions button:hover{background:#f2f4f7}.translation-footer{min-height:72px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #eaecf0}.translation-footer>div{display:flex;gap:10px}.translation-footer label{flex-direction:row;align-items:center;font-weight:400}.translation-footer select{width:120px;height:34px}.localization-insights{margin-top:14px;padding:16px;border:1px solid #cfe6df;border-radius:7px;background:#f8fcfb;display:flex;justify-content:space-between;align-items:center;gap:18px}.localization-insights>div:first-child{display:flex;gap:10px}.localization-insights strong{color:#344054;font-size:11px}.localization-insights p{margin:3px 0 0;color:#667085;font-size:9px}.term-matches{display:flex;gap:7px}.term-matches span{padding:5px 7px;border-radius:5px;background:#eef8f5;color:#3f806f;font-size:8px;white-space:nowrap}.pipeline-grid{margin-bottom:16px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e4e7ec;border-radius:8px;background:#fff}.pipeline-grid>div{min-height:95px;padding:17px;display:flex;flex-direction:column}.pipeline-grid>div+div{border-left:1px solid #eaecf0}.pipeline-grid small{color:#667085;font-size:10px}.pipeline-grid strong{margin:6px 0 4px;color:#101828;font-size:21px}.pipeline-grid em{color:#4f9f89;font-size:9px;font-style:normal}.pipeline-grid em.danger{color:var(--brand)}.data-section{overflow:hidden}.data-toolbar{min-height:58px;margin:0;padding:0 14px;border-bottom:1px solid #eaecf0}.data-toolbar>div{display:flex;align-items:center;gap:8px}.lead-table .table-head,.lead-table .table-row{grid-template-columns:minmax(200px,1.6fr) minmax(120px,1fr) 62px 90px 70px 80px 16px}.company-cell>i{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:6px;background:#f2f4f7;color:#475467;font-style:normal;font-weight:600}.stage-pill{padding:3px 7px;border-radius:4px;background:#edf7fb;color:#317fae;font-size:9px;font-style:normal}.inquiry-table .table-head,.inquiry-table .table-row{grid-template-columns:minmax(200px,1.5fr) minmax(150px,1.2fr) 70px 60px 68px 58px 64px}.flag-round{background:transparent!important;font-size:19px!important}.drawer-overlay{display:flex;justify-content:flex-end}.drawer{width:min(700px,calc(100% - 40px));height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 35px #1018281f;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(30px);opacity:.6}}.drawer-head{flex:none}.drawer-head>div{display:flex}.drawer-body{flex:1;overflow-y:auto;padding:20px}.drawer-inquiry-head{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid #eaecf0}.flag.big{font-size:34px}.drawer-inquiry-head>div:nth-child(2){flex:1}.drawer-inquiry-head h2{margin:6px 0 2px;color:#101828;font-size:18px}.drawer-inquiry-head p{margin:0;color:#98a2b3;font-size:9px}.intent-score{width:90px;padding-left:15px;border-left:1px solid #eaecf0;display:flex;flex-direction:column;align-items:flex-start}.intent-score small{color:#98a2b3;font-size:8px}.intent-score strong{margin:3px 0;color:var(--brand);font-size:24px}.intent-score span{color:var(--brand);font-size:9px}.ai-extraction,.original-message,.reply-section{padding:18px 0;border-bottom:1px solid #eaecf0}.drawer-section-title{min-height:28px;display:flex;align-items:center;gap:7px;color:var(--brand)}.drawer-section-title strong{color:#344054;font-size:11px}.drawer-section-title span{margin-left:auto;color:#98a2b3;font-size:8px}.drawer-section-title button{margin-left:auto;border:0;background:transparent;color:var(--brand);font-size:9px}.extraction-grid{margin-top:9px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.extraction-grid div{padding:10px;border-radius:6px;background:#f9fafb;display:flex;flex-direction:column}.extraction-grid small{color:#98a2b3;font-size:8px}.extraction-grid strong{margin-top:4px;color:#344054;font-size:10px}.mail-box{margin-top:9px;padding:13px;border:1px solid #e4e7ec;border-radius:6px}.mail-box div{display:grid;grid-template-columns:52px 1fr;color:#98a2b3;font-size:9px}.mail-box div+div{margin-top:6px}.mail-box b{color:#475467;font-size:9px}.mail-box p{margin:14px 0 0;padding-top:13px;border-top:1px solid #f0f1f3;color:#344054;font-size:10px;line-height:1.8}.generate-reply{width:100%;min-height:62px;margin-top:9px;padding:10px;display:flex;align-items:center;gap:10px;border:1px solid #a9d1d7;border-radius:6px;background:#f7fcfe;color:var(--brand);text-align:left}.generate-reply span{flex:1;display:flex;flex-direction:column}.generate-reply strong{color:#344054;font-size:10px}.generate-reply small{margin-top:3px;color:#98a2b3;font-size:8px}.reply-editor{margin-top:9px}.reply-editor textarea{width:100%;min-height:250px;padding:13px;resize:vertical;border:1px solid #d0d5dd;border-radius:6px;outline:0;color:#344054;font-size:10px;line-height:1.8}.reply-editor>div{margin-top:8px;display:flex;justify-content:flex-end;gap:6px}.service-status{min-height:110px;margin-bottom:16px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between}.service-status-main{display:flex;align-items:center;gap:13px}.bot-avatar{width:58px;height:58px;position:relative;display:grid;place-items:center;border-radius:8px;background:var(--brand);color:#fff}.bot-avatar i{position:absolute;right:-2px;bottom:-2px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#5daf9f}.service-status-main h2{margin:6px 0 3px;color:#101828;font-size:17px}.service-status-main p{margin:0;color:#98a2b3;font-size:9px}.switch{cursor:pointer}.switch input{display:none}.switch i{width:42px;height:24px;padding:2px;display:block;border-radius:12px;background:#d0d5dd;transition:background .2s}.switch i:after{content:"";width:20px;height:20px;display:block;border-radius:50%;background:#fff;box-shadow:0 1px 3px #10182840;transition:transform .2s}.switch input:checked+i{background:#5daf9f}.switch input:checked+i:after{transform:translate(18px)}.service-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.service-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #eaecf0}.service-metrics div{min-height:100px;padding:15px;display:flex;flex-direction:column}.service-metrics div+div{border-left:1px solid #eaecf0}.service-metrics strong{color:#101828;font-size:21px}.service-metrics small{margin-top:4px;color:#667085;font-size:9px}.service-metrics em{margin-top:auto;color:#4f9f89;font-size:8px;font-style:normal}.conversation-bars{padding:18px}.conversation-bars .bar-row{grid-template-columns:90px 1fr 24px}.recent-chats{padding:3px 0}.recent-chats button{width:100%;min-height:71px;padding:10px 14px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;border:0;border-bottom:1px solid #f2f4f7;background:transparent;text-align:left}.recent-chats button:hover{background:#fafafa}.recent-chats button>span:nth-child(2),.recent-chats button>span:nth-child(3){display:flex;flex-direction:column;min-width:0}.recent-chats strong{color:#344054;font-size:10px}.recent-chats small{margin-top:3px;color:#98a2b3;font-size:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.recent-chats em{padding:2px 4px;align-self:flex-end;border-radius:4px;background:#eef8f5;color:#3f806f;font-size:7px;font-style:normal}.chat-preview{position:fixed;right:28px;bottom:24px;z-index:90;width:350px;height:550px;display:flex;flex-direction:column;border:1px solid #e4e7ec;border-radius:8px;background:#fff;box-shadow:0 20px 50px #1018282e;overflow:hidden}.chat-preview-head{height:64px;padding:0 12px;flex:none;display:flex;align-items:center;gap:9px;background:#2d3542;color:#fff}.chat-preview-head>span{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:var(--brand)}.chat-preview-head>div{flex:1;display:flex;flex-direction:column}.chat-preview-head strong{font-size:11px}.chat-preview-head small{margin-top:3px;font-size:8px;color:#d0d5dd}.chat-preview-head small i{width:5px;height:5px;margin-right:4px;display:inline-block;border-radius:50%;background:#5daf9f}.chat-preview-head button{border:0;background:transparent;color:#fff}.chat-messages{flex:1;padding:14px;overflow-y:auto;background:#f7f8fa}.chat-messages p{width:fit-content;max-width:86%;margin:0 0 10px;padding:9px 10px;border-radius:6px;font-size:9px;line-height:1.65}.bot-msg{background:#fff;color:#344054;border:1px solid #e4e7ec}.bot-msg span{display:block;margin-top:6px;padding-top:6px;border-top:1px solid #f0f1f3;color:#98a2b3;font-size:7px}.user-msg{margin-left:auto!important;background:var(--brand);color:#fff}.chat-suggestions{padding:8px 12px;display:flex;gap:6px;border-top:1px solid #eaecf0}.chat-suggestions button{height:27px;padding:0 8px;border:1px solid #a9d1d7;border-radius:5px;background:#f7fcfe;color:var(--brand);font-size:8px}.chat-input{min-height:52px;padding:8px 10px;display:flex;align-items:center;gap:6px;border-top:1px solid #eaecf0}.chat-input input{flex:1;border:0;outline:0;font-size:9px}.chat-input button{width:30px;height:30px;border:0;border-radius:5px;background:var(--brand);color:#fff;display:grid;place-items:center}.service-category-grid{margin-bottom:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.service-category-grid button{min-height:86px;padding:14px;display:flex;align-items:center;gap:11px;border:1px solid #e4e7ec;border-radius:7px;background:#fff;text-align:left}.service-category-grid button:hover{border-color:#d0d5dd;box-shadow:0 4px 14px #1018280a}.service-category-grid button>span:nth-child(2){flex:1;display:flex;flex-direction:column}.service-category-grid strong{color:#344054;font-size:11px}.service-category-grid small{margin-top:4px;color:#98a2b3;font-size:8px}.service-category-grid button>svg{color:#d0d5dd}.public-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:16px}.policy-list{padding:0 16px}.policy-list article{min-height:107px;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.policy-list article+article{border-top:1px solid #f0f1f3}.policy-list h3{margin:7px 0 6px;color:#344054;font-size:11px}.policy-list p{margin:0;display:flex;align-items:center;gap:5px;color:#98a2b3;font-size:8px}.policy-list p svg:nth-of-type(2){margin-left:8px}.policy-list article>div:last-child{display:flex;align-items:center;gap:15px}.fit-score{display:flex;flex-direction:column;align-items:center}.fit-score span{width:47px;height:47px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--brand) var(--fit),#f2f4f7 0);color:#fff;font-size:10px;font-weight:700;border:5px solid #fff;box-shadow:0 0 0 1px #eaecf0}.fit-score small{margin-top:4px;color:#98a2b3;font-size:7px}.training-list{padding:4px 0 12px}.training-list button{width:100%;min-height:70px;padding:10px 14px;display:grid;grid-template-columns:42px 1fr 16px;align-items:center;gap:10px;border:0;border-bottom:1px solid #f2f4f7;background:transparent;text-align:left}.training-list button>span:first-child{width:40px;height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:5px;background:#e4f9ff;color:var(--brand)}.training-list button>span:nth-child(2){display:flex;flex-direction:column}.training-list b{font-size:15px}.training-list span:first-child small{font-size:7px}.training-list strong{color:#344054;font-size:9px}.training-list span:nth-child(2) small{margin-top:4px;color:#98a2b3;font-size:8px}.activity-panel>.button{width:calc(100% - 28px);margin:0 14px 14px}.scope-switch{margin-right:4px}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.dashboard-kpis>div{min-height:112px;padding:17px;position:relative;display:flex;flex-direction:column;border:1px solid #e4e7ec;border-radius:7px;background:#fff}.dashboard-kpis span{color:#667085;font-size:10px}.dashboard-kpis strong{margin:7px 0 5px;color:#101828;font-size:24px}.dashboard-kpis em{position:absolute;top:18px;right:16px;display:flex;align-items:center;color:#4f9f89;font-size:9px;font-style:normal}.dashboard-kpis small{color:#98a2b3;font-size:8px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.8fr);gap:14px}.dashboard-grid .wide{min-width:0}.large-chart{height:290px;padding:20px 20px 15px 44px;position:relative}.large-chart svg{width:100%;height:230px;overflow:visible}.large-chart .area-line{opacity:.9}.chart-y{position:absolute;left:17px;top:18px;bottom:36px;display:flex;flex-direction:column;justify-content:space-between;color:#98a2b3;font-size:8px}.chart-x{display:flex;justify-content:space-between;color:#98a2b3;font-size:8px}.country-list{padding:17px;display:flex;flex-direction:column;gap:16px}.country-list>div{display:grid;grid-template-columns:88px 1fr 28px;align-items:center;gap:7px;color:#475467;font-size:9px}.country-list>div>div{height:6px;border-radius:4px;background:#f2f4f7;overflow:hidden}.country-list i{height:100%;display:block;border-radius:inherit;background:var(--brand)}.country-list b{color:#344054;font-size:9px;text-align:right}.rank-list{padding:8px 15px}.rank-list>div{min-height:53px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px}.rank-list>div+div{border-top:1px solid #f2f4f7}.rank-list i{width:20px;height:20px;display:grid;place-items:center;border-radius:5px;background:#f2f4f7;color:#667085;font-size:8px;font-style:normal}.rank-list>div:first-child i{background:#e4f9ff;color:var(--brand)}.rank-list span{display:flex;flex-direction:column;min-width:0}.rank-list strong{color:#344054;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-list small{margin-top:3px;color:#98a2b3;font-size:8px}.rank-list em{color:#4f9f89;font-size:8px;font-style:normal}.ai-analyst{padding:18px;display:flex;align-items:flex-start;gap:12px;border-color:#c9e3ee;background:#f7fcfe}.ai-analyst small{color:var(--brand);font-size:8px;font-weight:600}.ai-analyst h3{margin:5px 0;color:#344054;font-size:13px}.ai-analyst p{margin:0 0 9px;color:#667085;font-size:9px;line-height:1.7}.ai-analyst button{padding:0;display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--brand);font-size:9px}.bar-chart-large{height:290px;padding:25px 25px 18px;display:flex;align-items:flex-end;gap:8px;background:repeating-linear-gradient(to bottom,transparent 0 49px,#f2f4f7 50px)}.bar-chart-large>div{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.bar-chart-large i{width:min(32px,70%);display:block;border-radius:4px 4px 0 0;background:var(--brand);opacity:.78}.bar-chart-large span{height:11px;color:#98a2b3;font-size:8px}.market-bubbles{height:290px;position:relative;overflow:hidden;background:#fafbfc}.market-bubbles span{position:absolute;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:50%;color:#475467;font-size:9px;border:1px solid #d0d5dd;background:#fff}.market-bubbles b{margin-top:4px;color:#101828;font-size:15px}.market-bubbles .b1{width:130px;height:130px;left:12%;top:22%;background:#e4f9ff;border-color:#a9d1d7;color:var(--brand)}.market-bubbles .b2{width:110px;height:110px;left:38%;top:9%;background:#edf7fb;border-color:#b9d7e8;color:#317fae}.market-bubbles .b3{width:90px;height:90px;left:60%;top:40%;background:#eef8f5;border-color:#a8d8cb;color:#3f806f}.market-bubbles .b4{width:76px;height:76px;left:76%;top:11%;background:#fbf7ef;border-color:#e5cfaa;color:#98713a}.market-bubbles .b5{width:64px;height:64px;left:48%;top:65%}.ops-nav{margin-bottom:16px;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #e4e7ec;border-radius:8px;background:#fff;overflow:hidden}.ops-nav button{min-height:82px;padding:11px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:6px;border:0;border-right:1px solid #eaecf0;background:#fff;text-align:left;color:#667085}.ops-nav button:last-child{border-right:0}.ops-nav button svg{grid-row:1 / 3}.ops-nav button span{color:#475467;font-size:9px}.ops-nav button b{color:#101828;font-size:16px}.ops-nav button.active{background:#f3fafd;color:var(--brand);box-shadow:inset 0 -2px var(--brand)}.data-toolbar>div:first-child strong{color:#344054;font-size:12px}.data-toolbar>div:first-child span{color:#98a2b3;font-size:9px}.ops-table .table-head,.ops-table .table-row{grid-template-columns:minmax(220px,1.6fr) 80px 48px 70px 80px 55px 70px 28px}.activity-dot{display:flex;align-items:center;gap:4px;font-style:normal;font-size:9px}.activity-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:#98a2b3}.activity-dot.高{color:#3f806f}.activity-dot.高:before{background:#5daf9f}.activity-dot.中{color:#98713a}.activity-dot.中:before{background:#d2a45f}.agent-panel-overlay{display:flex;justify-content:flex-end}.agent-panel{width:min(520px,calc(100% - 30px));height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 35px #1018281f;animation:slideIn .2s ease}.agent-panel-head{min-height:68px;padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #eaecf0}.agent-panel-head>div{flex:1;display:flex;flex-direction:column}.agent-panel-head strong{color:#344054;font-size:12px}.agent-panel-head small{margin-top:3px;color:#98a2b3;font-size:8px}.agent-panel-head small i{width:5px;height:5px;margin-right:4px;display:inline-block;border-radius:50%;background:#5daf9f}.agent-context{min-height:36px;padding:0 14px;display:flex;align-items:center;gap:12px;background:#fafafa;color:#667085;font-size:8px}.agent-context span{display:flex;align-items:center;gap:4px}.agent-context .mock-mode{margin-left:auto;color:#317fae}.agent-chat{flex:1;padding:22px;overflow-y:auto;background:#fff}.agent-welcome{max-width:370px;margin:8vh auto 0;text-align:center}.agent-welcome>.agent-icon{margin:0 auto}.agent-welcome h2{margin:13px 0 6px;color:#101828;font-size:17px}.agent-welcome>p{margin:0;color:#667085;font-size:10px;line-height:1.7}.agent-prompts{margin-top:18px;display:flex;flex-direction:column;gap:7px}.agent-prompts button{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid #e4e7ec;border-radius:6px;background:#fff;color:#475467;font-size:10px;text-align:left}.agent-prompts button:hover{border-color:#9fced0;background:#f7fcfe;color:var(--brand)}.sent-message{margin-top:18px;display:flex;justify-content:flex-end;gap:7px}.sent-message span{order:2;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#344054;color:#fff;font-size:9px}.sent-message p{max-width:75%;margin:0;padding:9px 11px;border-radius:6px 0 6px 6px;background:#f2f4f7;color:#344054;font-size:10px}.agent-conversation+.agent-conversation{margin-top:24px;padding-top:6px;border-top:1px solid #f2f4f7}.agent-thinking{margin-top:14px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid #e4e7ec;border-radius:7px;background:#fcfcfd}.agent-thinking>div{flex:1;display:flex;flex-direction:column}.agent-thinking strong{color:#344054;font-size:10px}.agent-thinking>div>span{margin-top:6px;display:flex;align-items:center;gap:5px;color:#98a2b3;font-size:8px}.agent-thinking>div>span i{width:5px;height:5px;border-radius:50%;background:#d0d5dd;animation:thinkingPulse 1.1s infinite ease-in-out}.agent-thinking>div>span i:nth-child(2){animation-delay:.18s}.agent-thinking>div>span i:nth-child(3){animation-delay:.36s}@keyframes thinkingPulse{0%,to{background:#d0d5dd;transform:scale(.8)}50%{background:var(--brand);transform:scale(1)}}.agent-result{margin-top:14px;animation:resultIn .24s ease}@keyframes resultIn{0%{opacity:0;transform:translateY(5px)}}.agent-result-head{display:flex;align-items:flex-start;gap:9px}.agent-result-head>div{min-width:0;flex:1}.agent-result-head>div>span{display:flex;align-items:center;gap:6px;color:#98a2b3;font-size:8px}.agent-result-head em{padding:2px 5px;border-radius:4px;background:#edf7fb;color:#317fae;font-style:normal}.agent-result-head h3{margin:6px 0 3px;color:#101828;font-size:13px;line-height:1.45}.agent-result-head small{color:#98a2b3;font-size:8px}.agent-result-summary{margin:12px 0;padding:11px;border-left:3px solid var(--brand);background:#f7fcfe;color:#475467;font-size:10px;line-height:1.75}.agent-result-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.agent-result-metrics>div{min-height:72px;padding:9px;display:flex;flex-direction:column;border:1px solid #e4e7ec;border-radius:6px;background:#fff}.agent-result-metrics small{color:#667085;font-size:8px}.agent-result-metrics strong{margin:4px 0 2px;color:#101828;font-size:16px}.agent-result-metrics span{color:#4f9f89;font-size:8px}.agent-result-insights{margin-top:12px;padding:11px;border-radius:6px;background:#f8f9fa}.agent-result-insights>strong{margin-bottom:8px;display:flex;align-items:center;gap:5px;color:#344054;font-size:10px}.agent-result-insights>strong svg{color:#579d9d}.agent-result-insights p{margin:0;display:grid;grid-template-columns:18px 1fr;gap:6px;color:#475467;font-size:9px;line-height:1.55}.agent-result-insights p+p{margin-top:7px}.agent-result-insights p i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--brand);font-size:7px;font-style:normal;font-weight:700}.agent-result-sources{margin-top:12px;padding-top:10px;border-top:1px solid #eaecf0}.agent-result-sources>span{margin-bottom:6px;display:flex;align-items:center;gap:5px;color:#667085;font-size:9px;font-weight:600}.agent-result-sources button{width:100%;min-height:30px;padding:4px 6px;display:grid;grid-template-columns:15px 1fr 13px;align-items:center;gap:5px;border:0;border-radius:4px;background:transparent;color:#667085;font-size:8px;text-align:left}.agent-result-sources button:hover{background:#f8f9fa;color:var(--brand)}.agent-result-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:6px}.agent-composer{margin:0 14px 14px;min-height:100px;padding:9px;border:1px solid #d0d5dd;border-radius:7px;box-shadow:0 4px 14px #1018280d}.agent-composer textarea{width:100%;height:56px;padding:2px;resize:none;border:0;outline:0;color:#344054;font-size:10px;line-height:1.6}.agent-composer>div{display:flex;align-items:center}.agent-composer>div>span{flex:1;padding-left:4px;color:#98a2b3;font-size:7px}.send-button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:5px;background:var(--brand);color:#fff}.toast{position:fixed;z-index:200;left:50%;bottom:26px;min-height:42px;padding:0 14px;display:flex;align-items:center;gap:8px;transform:translate(-50%);border-radius:6px;background:#1d2939;box-shadow:var(--shadow);color:#fff;font-size:11px;animation:toastIn .2s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}}.mobile-overlay{display:none}@media (max-width: 1200px){.topbar{grid-template-columns:minmax(170px,1fr) minmax(280px,460px) minmax(190px,1fr);padding-inline:18px}.portal-top-grid{grid-template-columns:1fr}.portal-kpis{grid-template-columns:repeat(3,1fr)}.portal-dashboard-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.portal-trend-card,.portal-source-card{grid-column:span 6}.portal-industry-card,.portal-rank-card,.portal-list-card,.portal-list-card:last-child{grid-column:span 3}.agent-quick-grid{grid-template-columns:repeat(3,1fr)}.agent-grid{grid-template-columns:repeat(2,1fr)}.profile-copy{display:none}.profile-button>svg{display:none}.report-kpis{grid-template-columns:repeat(2,1fr)}.report-kpis>div:nth-child(3){border-top:1px solid #eaecf0;border-left:0}.report-kpis>div:nth-child(4){border-top:1px solid #eaecf0}.ops-nav{grid-template-columns:repeat(3,1fr)}.ops-nav button:nth-child(3){border-right:0}.ops-nav button:nth-child(-n+3){border-bottom:1px solid #eaecf0}.marketing-studio{grid-template-columns:240px minmax(0,1fr)}.marketing-inspector{min-height:0;grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr)}.marketing-inspector>*{border-bottom:0}.marketing-inspector>*+*{border-left:1px solid #f0f1f3}.marketing-inspector .schedule-advice{grid-column:1 / -1;display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid #f0f1f3;border-left:0}.marketing-inspector .schedule-advice h4,.marketing-inspector .schedule-advice>button{margin:0}}@media (max-width: 980px){.app-main,.sidebar-collapsed .app-main{margin-left:0}.sidebar,.sidebar-collapsed .sidebar{width:244px;transform:translate(-100%)}.sidebar.is-open{transform:translate(0);box-shadow:10px 0 30px #10182826}.sidebar-collapsed .brand{padding:0 18px}.sidebar-collapsed .nav-item{justify-content:flex-start;padding:0 11px}.mobile-overlay{display:block;position:fixed;z-index:39;top:0;right:0;bottom:0;left:0;border:0;background:#1018284d}.mobile-menu{display:inline-grid}.topbar{grid-template-columns:auto minmax(260px,1fr) auto;gap:12px}.breadcrumb{display:none}.topbar-left{width:36px}.page-container{padding-inline:20px}.portal-welcome{grid-template-columns:1fr 190px}.portal-agent-grid{grid-template-columns:repeat(4,1fr)}.metric-grid,.knowledge-overview,.inquiry-stats,.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.knowledge-overview>div:nth-child(3),.inquiry-stats>div:nth-child(3){border-left:0;border-top:1px solid #eaecf0}.knowledge-overview>div:nth-child(4),.inquiry-stats>div:nth-child(4){border-top:1px solid #eaecf0}.home-columns,.service-grid,.public-layout,.knowledge-layout{grid-template-columns:1fr}.knowledge-ask{min-height:480px}.market-layout,.workspace-layout{grid-template-columns:300px minmax(0,1fr)}.service-category-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.team-summary{grid-template-columns:repeat(2,1fr);padding-block:12px}.team-summary>div:nth-child(3){border-left:0}.team-summary>div{padding:12px}.marketing-summary>div{grid-template-columns:32px minmax(0,1fr)}.marketing-summary em{display:none}}@media (max-width: 720px){.topbar{height:58px;padding:0 10px;grid-template-columns:36px 1fr auto}.help,.profile-button,.global-search kbd{display:none}.notification-panel{position:fixed;top:58px;left:10px;right:10px;width:auto}.page-area{min-height:calc(100vh - 58px)}.page-container{padding:18px 12px 36px}.portal-top-grid{gap:10px;margin-bottom:14px}.portal-welcome{min-height:0;padding:22px 18px;grid-template-columns:1fr}.portal-welcome-visual{display:none}.portal-welcome h1{font-size:21px}.portal-agent-grid{grid-template-columns:repeat(2,1fr);padding:9px}.portal-data-title{align-items:flex-start}.portal-data-title>div{flex-direction:column;gap:3px}.portal-kpis{grid-template-columns:1fr 1fr;gap:8px}.portal-dashboard-grid{grid-template-columns:1fr;gap:10px}.portal-trend-card,.portal-industry-card,.portal-rank-card,.portal-source-card,.portal-list-card,.portal-list-card:last-child{grid-column:span 1}.portal-trend-chart,.industry-content,.portal-rank-list,.portal-source-chart,.portal-activity-list,.portal-notice-list{height:238px}.page-heading{margin-bottom:16px;align-items:flex-start;flex-direction:column}.page-heading h1{font-size:21px}.heading-actions{width:100%;overflow-x:auto}.metric-grid,.knowledge-overview,.inquiry-stats,.dashboard-kpis,.pipeline-grid{grid-template-columns:1fr 1fr;gap:8px;background:transparent;border:0}.metric-card,.dashboard-kpis>div,.pipeline-grid>div{min-height:106px;padding:13px;border:1px solid #e4e7ec!important;border-radius:7px;background:#fff}.knowledge-overview>div,.inquiry-stats>div{min-height:90px;padding:12px;border:1px solid #e4e7ec!important;border-radius:7px;background:#fff}.metric-icon{width:35px;height:35px}.metric-copy>strong{font-size:21px}.home-heading .heading-actions .button{flex:1}.home-columns{gap:10px;margin-bottom:10px}.task-row{grid-template-columns:22px 1fr 16px}.task-type,.task-time{display:none}.agent-quick-grid{grid-template-columns:1fr 1fr;padding:10px}.agent-quick-card{grid-template-columns:36px 1fr;min-height:82px}.agent-quick-card>svg{display:none}.health-content{flex-direction:column}.team-summary{grid-template-columns:1fr 1fr}.team-summary>div{padding:10px!important;border:0!important}.toolbar{align-items:stretch;flex-direction:column}.segmented{max-width:100%;overflow-x:auto}.segmented button{white-space:nowrap}.table-search,.agent-toolbar-right{width:100%}.agent-search{width:auto;flex:1}.agent-grid{grid-template-columns:1fr}.knowledge-layout{gap:10px}.file-table{overflow-x:auto}.file-table .table-head,.file-table .table-row{width:720px}.market-layout,.workspace-layout{grid-template-columns:1fr}.report-view{min-height:0}.report-head{flex-direction:column}.report-kpis{grid-template-columns:1fr 1fr}.report-section li{grid-template-columns:1fr;gap:2px}.marketing-summary{grid-template-columns:1fr 1fr}.marketing-summary>div{min-height:68px}.marketing-summary>div:nth-child(3){border-left:0;border-top:1px solid #eaecf0}.marketing-summary>div:nth-child(4){border-top:1px solid #eaecf0}.marketing-type-tabs{height:auto;grid-template-columns:1fr 1fr}.marketing-type-tabs button{min-height:48px;justify-content:flex-start}.marketing-type-tabs button:nth-child(2){border-right:0}.marketing-type-tabs button:nth-child(n+3){border-top:1px solid #f0f1f3}.marketing-studio{grid-template-columns:1fr}.marketing-brief{grid-row:1}.marketing-canvas{min-height:0;grid-row:2}.marketing-inspector{grid-row:3;display:block}.marketing-inspector>*+*{border-left:0}.marketing-inspector>*{border-bottom:1px solid #f0f1f3}.marketing-inspector .schedule-advice{display:block;border-top:0}.marketing-inspector .schedule-advice h4{margin-bottom:11px}.marketing-inspector .schedule-advice>button{margin-top:8px}.marketing-canvas-body{min-height:560px;padding:10px}.marketing-output{padding:16px}.output-label{margin:-16px -16px 16px}.studio-canvas-head{align-items:flex-start;flex-direction:column}.studio-canvas-head>div:last-child{width:100%}.studio-canvas-head>div:last-child .button{flex:1}.canvas-foot{padding-block:8px;align-items:flex-start;flex-direction:column}.service-category-grid{grid-template-columns:1fr 1fr}.translation-panes{min-height:0;grid-template-columns:1fr}.translation-panes>div+div{border-left:0;border-top:1px solid #eaecf0}.translation-panes textarea{height:190px;font-size:13px}.language-bar{padding-inline:10px}.translation-footer{align-items:stretch;flex-direction:column}.translation-footer>div{display:grid;grid-template-columns:1fr 1fr}.translation-footer label{align-items:stretch;flex-direction:column}.translation-footer select{width:100%}.localization-insights{align-items:flex-start;flex-direction:column}.term-matches{flex-wrap:wrap}.data-toolbar{padding:9px;align-items:stretch;flex-direction:column}.data-toolbar>div{width:100%}.data-toolbar .segmented{flex:1}.responsive-table{overflow-x:auto}.lead-table .table-head,.lead-table .table-row{width:800px}.inquiry-table .table-head,.inquiry-table .table-row{width:830px}.ops-table .table-head,.ops-table .table-row{width:920px}.service-status{padding:14px}.service-status-main p{max-width:230px}.service-metrics{grid-template-columns:1fr 1fr}.service-metrics div:nth-child(3){border-left:0;border-top:1px solid #eaecf0}.service-metrics div:nth-child(4){border-top:1px solid #eaecf0}.policy-list article{align-items:flex-start;flex-direction:column}.policy-list article>div:last-child{width:100%;justify-content:space-between}.scope-switch{flex:1}.dashboard-grid{gap:10px}.large-chart{height:250px;padding-left:38px}.large-chart svg{height:190px}.ops-nav{grid-template-columns:1fr 1fr}.ops-nav button:nth-child(odd){border-right:1px solid #eaecf0}.ops-nav button:nth-child(2n){border-right:0}.ops-nav button{border-bottom:1px solid #eaecf0}.drawer{width:100%;max-width:none}.drawer-body{padding:14px}.extraction-grid{grid-template-columns:1fr}.chat-preview{top:58px;right:8px;bottom:8px;left:8px;width:auto;height:auto}.agent-panel{width:100%;max-width:none}}@media (max-width: 430px){.global-search{padding-inline:9px}.global-search input::placeholder{font-size:0}.global-search input:after{content:"问 AI"}.metric-grid,.knowledge-overview,.inquiry-stats,.dashboard-kpis,.pipeline-grid{grid-template-columns:1fr}.portal-welcome-copy>div{align-items:stretch;flex-direction:column}.portal-kpis{grid-template-columns:1fr}.portal-kpis>button{min-height:78px}.portal-agent-grid{grid-template-columns:1fr}.metric-card{min-height:94px}.metric-arrow{top:16px}.agent-quick-grid,.service-category-grid,.team-summary{grid-template-columns:1fr}.agent-toolbar-right{align-items:stretch;flex-direction:column-reverse;gap:5px}.agent-result-count{padding-left:2px}.agent-search{flex:none}.compact-inquiries button{grid-template-columns:31px 1fr 40px}.row-time{display:none}.form-grid.two,.report-kpis{grid-template-columns:1fr}.report-kpis>div{min-height:78px;border-left:0!important;border-top:1px solid #eaecf0}.report-kpis>div:first-child{border-top:0}.bar-row{grid-template-columns:90px 1fr 22px}.quality-score{flex-direction:column}.marketing-summary{grid-template-columns:1fr 1fr}.marketing-summary>div+div{border-left:1px solid #eaecf0}.marketing-summary>div:nth-child(3){border-left:0}.marketing-type-tabs button{padding-inline:8px}.marketing-type-tabs button>i{right:6px}.marketing-canvas-body{min-height:0}.social-product-visual{min-height:0;grid-template-columns:1fr}.social-product-visual>div{min-height:145px;padding:18px}.social-product-visual>p{min-height:100px;padding:18px}.seo-preview h1,.email-hero h1{font-size:18px}.seo-cover{min-height:140px;padding:18px}.seo-cover strong{font-size:22px}.email-benefits{grid-template-columns:1fr}.email-benefits div+div{border-left:0;border-top:1px solid #eaecf0}.video-overview{grid-template-columns:1fr}.script-head,.script-row{grid-template-columns:46px 1fr}.script-head span:last-child{display:none}.script-row p:last-child{grid-column:2;border-top:1px dashed #e4e7ec}.drawer-inquiry-head{align-items:flex-start;flex-wrap:wrap}.intent-score{width:100%;padding:10px 0 0;border-left:0;border-top:1px solid #eaecf0;flex-direction:row;align-items:center;gap:8px}.intent-score strong{margin:0;font-size:18px}}
