:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;color:#282b27;background:#f3f4f0;font-synthesis:none;text-rendering:geometricPrecision;--ink: #282b27;--muted: #73776f;--line: #dfe1da;--surface: #ffffff;--canvas: #f3f4f0;--brand: #d94e31;--brand-dark: #b83e26;--teal: #268f82;--amber: #d79a32;--sidebar: #20221f;--sidebar-soft: #2c2f2a;--shadow: 0 8px 24px rgba(32, 34, 31, .06)}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{overflow:hidden}button,input,textarea,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}h1,h2,h3,p{margin:0}.app-shell{display:grid;grid-template-columns:242px minmax(0,1fr);height:100vh;height:100dvh;min-height:0;overflow:hidden;background:var(--canvas);transition:grid-template-columns .2s ease}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{position:relative;z-index:20;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--sidebar);color:#fff;border-right:1px solid #32352f}.brand{display:flex;align-items:center;gap:12px;height:78px;min-height:78px;padding:0 20px;border-bottom:1px solid #343730}.brand-mark{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid #e0664c;border-radius:5px;background:var(--brand);color:#fff;font-size:21px;font-weight:800;box-shadow:inset 0 0 0 3px #ffffff1f}.brand-copy{display:flex;flex-direction:column;white-space:nowrap;overflow:hidden}.brand-copy strong{font-size:20px;line-height:1.4}.brand-copy span{color:#9fa39a;font-size:12px;text-transform:uppercase}.sidebar nav{flex:1;overflow:auto;padding:14px 10px;scrollbar-width:none}.nav-group{margin-bottom:17px}.nav-label{height:27px;padding:0 11px;color:#747970;font-size:12px;line-height:27px;text-transform:uppercase;white-space:nowrap}.nav-item{display:flex;align-items:center;gap:12px;width:100%;height:42px;padding:0 12px;margin:2px 0;border:0;border-radius:5px;background:transparent;color:#b5b9b0;text-align:left;white-space:nowrap;transition:background .15s,color .15s}.nav-item:hover{background:#2b2e29;color:#f3f4f0}.nav-item.active{background:#363932;color:#fff;box-shadow:inset 3px 0 var(--brand)}.nav-item.active svg{color:#ef7a60}.nav-item span{font-size:15px;font-weight:600}.sidebar-footer{flex:0 0 auto;padding:12px 14px 16px;border-top:1px solid #343730}.data-status{display:flex;align-items:center;gap:8px;height:32px;color:#969b91;font-size:13px;white-space:nowrap}.data-status i{width:7px;height:7px;border-radius:50%;background:#4ab09e;box-shadow:0 0 0 3px #4ab09e1f}.collapse-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:32px;border:1px solid #3c3f39;border-radius:4px;background:transparent;color:#92968e;font-size:13px;white-space:nowrap}.sidebar-collapsed .brand{padding:0 19px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-label,.sidebar-collapsed .nav-item span,.sidebar-collapsed .data-status span,.sidebar-collapsed .collapse-button span{display:none}.sidebar-collapsed .nav-item{justify-content:center;padding:0}.sidebar-collapsed .sidebar-footer{padding-inline:15px}.sidebar-collapsed .data-status{justify-content:center}.sidebar-close,.mobile-menu{display:none!important}.workspace{min-width:0;min-height:0;height:100vh;height:100dvh;display:grid;grid-template-rows:58px minmax(0,1fr);overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 25px 0 28px;background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-app-region:drag}.topbar button,.topbar input,.topbar select{-webkit-app-region:no-drag}.topbar-title{display:flex;min-width:0;align-items:center;gap:8px;color:#343732;font-size:15px;font-weight:700}.topbar-title small{color:#9a9e95;font-size:13px;font-weight:500}.topbar-page-back{display:inline-flex;flex:0 0 auto;height:30px;align-items:center;gap:5px;margin-right:3px;padding:0 9px;border:1px solid #d8dbd4;border-radius:4px;background:#f8f9f6;color:#62675f;font-size:11px;font-weight:750}.topbar-page-back:hover{border-color:#bdc8c2;background:#eef5f2;color:#28796e}.topbar-right{display:flex;align-items:center;gap:17px}.background-ai-status{display:inline-flex;height:28px;align-items:center;gap:6px;padding:0 9px;border:1px solid #b9d6cf;border-radius:4px;background:#edf8f5;color:#23796d;font-size:11px;font-weight:750;-webkit-app-region:no-drag}.background-ai-status b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:#2d8d7f;color:#fff;font-size:10px}.today{color:#777b73;font-size:13px}.notification{position:relative}.notification i{position:absolute;top:6px;right:6px;width:6px;height:6px;border:1px solid white;border-radius:50%;background:var(--brand)}.profile{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid var(--line)}.profile>div{display:grid;place-items:center;width:31px;height:31px;border-radius:4px;background:#e6e8e1;color:#494d46;font-size:15px;font-weight:800}.profile>span{display:flex;flex-direction:column}.profile strong{font-size:13px}.profile small{color:#8b8f87;font-size:11px}.content{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#bdc1b8 transparent;padding:26px 28px 50px}.content:focus{outline:none}.content::-webkit-scrollbar{width:9px;height:9px}.content::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:8px;background:#bdc1b8;background-clip:padding-box}.content::-webkit-scrollbar-track{background:transparent}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.eyebrow{display:block;margin-bottom:6px;color:var(--brand);font-size:11px;font-weight:800;line-height:1.2;letter-spacing:0}.page-header h1{color:#242721;font-size:29px;line-height:1.25;font-weight:780}.page-header p{max-width:690px;margin-top:6px;color:var(--muted);font-size:14px;line-height:1.6}.page-actions,.toolbar-actions{display:flex;align-items:center;gap:8px}.dashboard-range-control{display:inline-flex;min-height:35px;overflow:hidden;border:1px solid #d4d7d0;border-radius:4px;background:#fff}.dashboard-range-control button{min-width:56px;padding:0 10px;border:0;border-right:1px solid #e1e3de;background:transparent;color:#666b63;font-size:12px;font-weight:750;white-space:nowrap}.dashboard-range-control button:last-child{border-right:0}.dashboard-range-control button:hover{background:#f2f3ef;color:#343833}.dashboard-range-control button.active{background:#343934;color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:35px;padding:0 13px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:700;white-space:nowrap;transition:.15s ease}.button.primary{background:var(--brand);color:#fff}.button.primary:hover{background:var(--brand-dark)}.button.secondary{border-color:#d4d7d0;background:#fff;color:#484c45}.button.secondary:hover{border-color:#bfc3bb;background:#f7f8f5}.button.secondary.danger{border-color:#edc2b8;color:#bd4028}.button.secondary.danger:hover{border-color:#dc8e7d;background:#fff3ef}.button.ghost{background:transparent;color:#696d66}.icon-button{display:inline-grid;place-items:center;flex:0 0 auto;width:31px;height:31px;padding:0;border:0;border-radius:4px;background:transparent;color:#6d7169}.icon-button:hover{background:#eceee8;color:#333630}.icon-button.danger:hover{background:#fbe8e3;color:#c94025}.small-action{display:inline-flex;align-items:center;gap:4px;height:27px;padding:0 8px;border:1px solid #d6d9d1;border-radius:3px;background:#fff;color:#52564f;font-size:12px;font-weight:700;white-space:nowrap}.small-action:hover,.small-action.accent{border-color:#e7a797;color:#c74329;background:#fff7f4}.small-action.danger{border-color:#eccbc3;color:#bd432c}.small-action.danger:hover{border-color:#dc9a8a;background:#fff3ef}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px}.metric-card{display:grid;min-width:0;min-height:88px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 15px;border:1px solid var(--line);border-top:3px solid #555a52;border-radius:6px;background:var(--surface);box-shadow:0 3px 12px #20221f06}.metric-card.red{border-top-color:var(--brand)}.metric-card.green{border-top-color:var(--teal)}.metric-card.amber{border-top-color:var(--amber)}.metric-card.clickable{cursor:pointer}.metric-card.clickable:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.metric-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:5px;background:#eff0ec;color:#555a52}.metric-icon svg{width:18px;height:18px}.metric-card.red .metric-icon{background:#fbeae6;color:var(--brand)}.metric-card.green .metric-icon{background:#e4f2ef;color:var(--teal)}.metric-card.amber .metric-icon{background:#fbf1dc;color:#b77b1e}.metric-copy{display:flex;min-width:0;flex-direction:column;gap:5px}.metric-copy span{color:#555a52;font-size:13px;font-weight:750}.metric-copy small{overflow:hidden;color:#93978e;font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.metric-figure{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.metric-figure strong{color:#22251f;font-size:30px;font-weight:780;line-height:1;font-variant-numeric:tabular-nums}.metric-figure b{display:flex;align-items:center;color:var(--teal);font-size:11px;white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:14px;margin-bottom:14px}.secondary-charts{grid-template-columns:minmax(360px,.9fr) minmax(460px,1.1fr)}.panel{min-width:0;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:0 3px 12px #20221f06}.chart-panel,.completion-panel,.distribution-panel,.priority-todo-panel,.followup-panel{height:310px;padding:18px}.panel-title{display:flex;align-items:flex-start;justify-content:space-between;min-height:42px}.panel-title h3{color:#2b2e29;font-size:15px;line-height:1.4}.panel-title p{margin-top:3px;color:#969a91;font-size:11px}.panel-title-action,.panel-title>svg{color:#898d85;font-size:11px}.trend-range-control,.trend-mode-control{display:inline-flex;overflow:hidden;border:1px solid #d8dbd4;border-radius:4px;background:#f7f8f5}.trend-range-control button,.trend-mode-control button{height:24px;padding:0 8px;border:0;border-right:1px solid #dfe1dc;background:transparent;color:#777b73;font-size:10px;font-weight:700}.trend-range-control button:last-child,.trend-mode-control button:last-child{border-right:0}.trend-range-control button:hover,.trend-mode-control button:hover{background:#eef0eb;color:#454942}.trend-range-control button.active{background:#343934;color:#fff}.trend-mode-control button.active{background:var(--brand);color:#fff}.chart-toolbar{display:flex;height:32px;align-items:flex-start;justify-content:space-between;gap:12px}.chart-period-label{color:#7f837b;font-size:11px;font-weight:700}.chart-legend{display:flex;justify-content:flex-end;gap:15px;color:#797d75;font-size:11px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:15px;height:2px}.legend-added{background:var(--brand)}.legend-valid{background:var(--teal)}.chart-container{height:199px}.completion-panel{display:flex;flex-direction:column;align-items:center}.completion-panel .panel-title{width:100%}.completion-ring{display:grid;place-items:center;width:132px;height:132px;margin-top:2px;border-radius:50%;background:conic-gradient(var(--teal) var(--progress),#e7e9e3 0);position:relative}.completion-ring:after{content:"";position:absolute;width:102px;height:102px;border-radius:50%;background:#fff}.completion-ring>div{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.completion-ring strong{color:#282b27;font-size:27px}.completion-ring span{color:#92968d;font-size:11px}.completion-stats{display:flex;gap:35px;margin-top:10px;color:#888c84;font-size:11px}.completion-stats span{display:flex;align-items:baseline;gap:4px}.completion-stats b{color:#31342f;font-size:16px}.text-button{display:flex;align-items:center;gap:3px;margin-top:11px;border:0;background:transparent;color:var(--brand);font-size:11px;font-weight:700}.donut-wrap{display:flex;align-items:center;height:220px}.distribution-empty{display:flex;width:52%;height:210px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#9a9e95;font-size:11px}.distribution-empty svg{color:#b2b6ad}.distribution-list{display:flex;max-height:214px;flex:1;overflow-y:auto;flex-direction:column;gap:9px;padding-right:3px}.distribution-list>div{display:grid;grid-template-columns:7px minmax(80px,1fr) auto;align-items:center;gap:7px;font-size:12px}.distribution-list i{width:7px;height:7px;border-radius:2px}.distribution-list span{color:#6c7068}.distribution-list strong{color:#353832;font-size:14px}.distribution-list small{color:#999d94;font-size:10px;font-weight:500}.priority-todo-panel{display:flex;flex-direction:column}.priority-todo-list{display:flex;min-height:0;flex:1;flex-direction:column}.priority-todo-item{display:grid;min-height:48px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:3px;border-bottom:1px solid #eaebe6}.priority-todo-open{display:grid;min-width:0;min-height:42px;grid-template-columns:minmax(0,1fr) 122px;align-items:center;gap:12px;padding:4px 5px;border:0;border-radius:3px;background:transparent;text-align:left}.priority-todo-open:hover{background:#f6f8f4}.priority-todo-copy{min-width:0}.priority-todo-copy strong,.priority-todo-copy p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.priority-todo-copy strong{color:#383b36;font-size:12px}.priority-todo-copy p{margin-top:4px;color:#92968d;font-size:10px}.priority-todo-meta{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.priority-todo-meta time{display:flex;align-items:center;gap:3px;color:#747970;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.priority-todo-meta time.overdue-text{color:#c8452d}.priority-todo-complete{min-width:72px;justify-content:center;white-space:nowrap}.priority-todo-link{align-self:flex-end;margin-top:7px}.priority-todo-empty{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#999d94;font-size:11px}.dashboard-followup-section{margin-bottom:14px}.followup-panel{height:auto;min-height:350px}.followup-table-head{display:grid;grid-template-columns:minmax(142px,.85fr) minmax(120px,.75fr) minmax(185px,1.2fr) 88px;gap:12px;min-height:28px;margin-top:2px;padding:0 7px;border-bottom:1px solid #e4e6e0;color:#92968d;font-size:10px;font-weight:750}.followup-table-head span:last-child{text-align:right}.followup-list{display:flex;max-height:440px;overflow-y:auto;flex-direction:column}.followup-item{display:grid;grid-template-columns:minmax(142px,.85fr) minmax(120px,.75fr) minmax(185px,1.2fr) 88px;align-items:center;gap:12px;min-height:74px;padding:7px;border-bottom:1px solid #eaebe6}.followup-item:last-child{border-bottom:0}.followup-customer{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-width:0}.level-badge{display:grid;place-items:center;width:27px;height:27px;border-radius:4px;background:#f9e9e4;color:#c9472e;font-size:13px;font-weight:800}.followup-copy{display:flex;min-width:0;flex-direction:column}.followup-copy strong{overflow:hidden;color:#363934;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.followup-copy span{margin-top:2px;color:#969a91;font-size:10px}.followup-time{display:flex;align-items:center;gap:3px;margin-top:4px;color:#777b73;font-size:10px}.followup-time span{margin-top:0;color:#777b73}.followup-demand{min-width:0}.followup-demand>span{display:none;color:#999d94;font-size:10px;font-weight:750}.followup-demand p{display:-webkit-box;overflow:hidden;color:#555a52;font-size:11px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.followup-analysis-entry{display:flex;min-width:0;padding:7px 9px;border:1px solid #d7e4e0;border-radius:4px;background:#f6faf8;text-align:left;flex-direction:column;transition:border-color .15s,background .15s}.followup-analysis-entry:hover{border-color:#9fc8be;background:#edf7f4}.followup-analysis-entry:disabled{cursor:wait;opacity:.72}.followup-analysis-entry>span{display:flex;align-items:center;gap:4px;color:#28796e;font-size:10px;font-weight:800}.followup-analysis-entry strong{display:-webkit-box;margin-top:4px;overflow:hidden;color:#3b5f59;font-size:11px;font-weight:700;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.followup-analysis-entry small{display:block;margin-top:3px;overflow:hidden;color:#969b92;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.followup-complete-action{display:flex;justify-content:flex-end}.followup-complete-action .small-action{gap:4px;white-space:nowrap}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.followup-empty{display:grid;place-items:center;min-height:190px;color:#999d94;font-size:11px}.ai-advice-dialog{min-width:0}.ai-advice-context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ai-advice-context>div{min-width:0;padding:11px 13px;border-right:1px solid var(--line)}.ai-advice-context>div:last-child{border-right:0}.ai-advice-context span{display:block;margin-bottom:5px;color:#959990;font-size:10px}.ai-advice-context strong{display:block;overflow:hidden;color:#424640;font-size:12px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.ai-advice-loading{display:flex;min-height:310px;align-items:center;justify-content:center;flex-direction:column;gap:9px;border:1px dashed #d5d9d1;border-radius:5px;background:#f8f9f6;color:var(--teal)}.ai-advice-loading strong{color:#434742;font-size:14px}.ai-advice-loading span{color:#8e938a;font-size:11px}.ai-advice-error{min-height:250px;padding:24px;border:1px solid #edc7bd;border-radius:5px;background:#fff7f4;color:#b9432c}.ai-advice-error strong{font-size:15px}.ai-advice-error p{margin-top:9px;color:#6e5751;font-size:13px;line-height:1.7}.ai-advice-error ol{margin:18px 0 0;padding-left:19px;color:#665f5b;font-size:12px;line-height:2}.ai-advice-output{min-height:310px;max-height:470px;overflow:auto;padding:18px 20px;border:1px solid #d8ddd6;border-radius:5px;background:#fbfcfa}.ai-advice-output>div{display:flex;align-items:center;gap:7px;padding-bottom:11px;border-bottom:1px solid #e1e4de;color:var(--teal)}.ai-advice-output>div span{color:#4b5049;font-size:11px;font-weight:750}.ai-advice-output>div small{margin-left:auto;color:#999d95;font-size:10px}.ai-advice-output>p{margin-top:15px;color:#3f443e;font-size:14px;line-height:1.9;white-space:pre-wrap}.ai-advice-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px -20px -20px;padding:13px 20px;border-top:1px solid var(--line);background:#fafbf8}.ai-advice-actions>span{display:flex;align-items:center;gap:6px;min-width:0;color:#7c8178;font-size:11px}.ai-advice-actions>span svg{flex:0 0 auto;color:var(--teal)}.ai-advice-actions>div{display:flex;align-items:center;gap:7px}.matrix-section{margin-top:25px}.opportunity-matrix-section table{min-width:1650px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.section-heading h2{color:#292c27;font-size:20px}.section-heading p{margin-top:4px;color:#898d85;font-size:12px}.table-panel{min-width:0;overflow:visible;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 3px 12px #20221f06}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:57px;padding:10px 13px;border-bottom:1px solid var(--line)}.search-box{display:flex;align-items:center;gap:8px;width:min(390px,43%);height:34px;padding:0 10px;border:1px solid #daddd5;border-radius:4px;background:#fafbf8;color:#8c9087}.search-box:focus-within{border-color:#a7aaa3;background:#fff}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#343732;font-size:13px}.search-box input::placeholder{color:#aaada5}.search-box span{padding-left:8px;border-left:1px solid #dfe1db;font-size:11px;white-space:nowrap}.export-wrap{position:relative}.export-menu{position:absolute;z-index:35;top:calc(100% + 6px);right:0;display:grid;width:130px;padding:5px;border:1px solid #d9dcd4;border-radius:5px;background:#fff;box-shadow:0 12px 30px #1f211e26}.export-menu button{display:flex;align-items:center;gap:8px;height:32px;padding:0 9px;border:0;border-radius:3px;background:transparent;color:#555951;font-size:13px;text-align:left}.export-menu button:hover{background:#f0f2ed;color:#30332e}.table-scroll{min-width:0;overflow-x:auto}.mobile-card-list{display:none}table{width:100%;border-collapse:collapse}th{height:37px;padding:0 11px;border-bottom:1px solid var(--line);background:#f7f8f4;color:#777b73;font-size:11px;font-weight:750;text-align:left;white-space:nowrap}td{max-width:280px;height:52px;padding:8px 11px;border-bottom:1px solid #e8eae4;color:#555951;font-size:12px;line-height:1.45;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcf9}.clickable-row{cursor:pointer}.clickable-row:focus{outline:2px solid rgba(217,78,49,.35);outline-offset:-2px}.selected-row td{background:#fff7f4}.selected-row td:first-child{box-shadow:inset 3px 0 var(--brand);color:var(--brand);font-weight:800}.action-column{position:sticky;right:0;width:150px;min-width:150px;text-align:right;box-shadow:-7px 0 10px #f7f8f4d9}.row-actions{position:sticky;right:0;display:flex;align-items:center;justify-content:flex-end;gap:2px;min-width:150px;background:#fff;box-shadow:-7px 0 10px #ffffffe6}.action-column.compact,.row-actions.compact{width:82px;min-width:82px}tbody tr:hover .row-actions{background:#fbfcf9}.selected-row .row-actions,tbody .selected-row:hover .row-actions{background:#fff7f4}.empty-cell{height:180px;color:#999d94;text-align:center}.table-footer{display:flex;align-items:center;justify-content:flex-end;min-height:43px;padding:0 13px;border-top:1px solid var(--line);color:#90948b;font-size:11px}.table-pagination{display:inline-flex;align-items:center;gap:4px}.table-pagination>span{display:inline-flex;min-width:70px;height:27px;align-items:center;justify-content:center;gap:5px;border:1px solid #d9dcd5;border-radius:3px;background:#fafbf8;color:#777c73;font-size:11px;font-variant-numeric:tabular-nums}.table-pagination>span b{color:#343934;font-size:13px}.table-pagination>span i{color:#b0b4ac;font-style:normal}.cell-primary{display:flex;min-width:130px;flex-direction:column}.cell-primary strong{color:#30332e;font-size:12px}.cell-primary span{display:block;max-width:240px;margin-top:3px;overflow:hidden;color:#979b92;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:21px;padding:0 7px;border-radius:3px;background:#eceee8;color:#666a62;font-size:10px;font-weight:750;white-space:nowrap}.status-pill.success{background:#e3f1ee;color:#21786d}.status-pill.warning{background:#fbf0d9;color:#a76d15}.status-pill.danger{background:#f9e8e3;color:#c53f26}.status-pill.info{background:#e7eceb;color:#41645e}.tag-list{display:flex;flex-wrap:wrap;gap:3px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:30px;background:#16181585}.modal{display:flex;width:min(720px,100%);max-height:min(820px,calc(100vh - 60px));overflow:hidden;flex-direction:column;border:1px solid #cbcec6;border-radius:7px;background:#fff;box-shadow:0 25px 70px #0f100e3d}.modal-sm{width:min(460px,100%)}.modal-lg{width:min(960px,100%)}.modal-full{width:calc(100vw - 24px);height:calc(100vh - 24px);height:calc(100dvh - 24px);max-height:none}.modal-full .modal-content{display:flex;flex:1;padding:10px}.modal-full .invoice-preview{height:auto;min-height:0;flex:1}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;min-height:67px;padding:17px 20px;border-bottom:1px solid var(--line)}.modal-header h2{color:#292c27;font-size:18px}.modal-header p{margin-top:5px;color:#8b8f87;font-size:12px}.modal-content{min-height:0;overflow:auto;padding:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px}.field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#5e625a;font-size:12px;font-weight:650}.field>span b{color:var(--brand)}.field-wide{grid-column:1 / -1}.multi-check-field{min-width:0;margin:0;padding:0;border:0}.multi-check-field legend{margin-bottom:8px;color:#656a62;font-size:12px;font-weight:700}.multi-check-field legend b{color:var(--brand)}.multi-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #d5d8d0;border-radius:4px;background:#fbfcf9}.multi-check-grid label{display:flex;min-width:0;min-height:38px;align-items:center;gap:8px;padding:8px 10px;border-right:1px solid #e5e7e1;border-bottom:1px solid #e5e7e1;color:#555a53;font-size:12px}.multi-check-grid label:nth-child(2n){border-right:0}.multi-check-grid label:nth-last-child(-n+2){border-bottom:0}.multi-check-grid label:last-child:nth-child(odd){grid-column:1 / -1;border-right:0}.multi-check-grid input{accent-color:var(--teal)}.compact-multi-select{overflow:hidden;border:1px solid #d5d8d0;border-radius:4px;background:#fff}.compact-multi-select summary{display:flex;height:36px;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;color:#5b6058;font-size:11px;font-weight:650;cursor:pointer;list-style:none}.compact-multi-select summary::-webkit-details-marker{display:none}.compact-multi-select summary svg{flex:0 0 auto;color:#8d9289;transition:transform .15s ease}.compact-multi-select[open] summary{border-bottom:1px solid #e2e5de;background:#f8f9f6}.compact-multi-select[open] summary svg{transform:rotate(180deg)}.compact-multi-options{max-height:168px;overflow-y:auto;background:#fff;scrollbar-width:thin}.compact-multi-select:not([open]) .compact-multi-options{display:none}.compact-multi-select[open] .compact-multi-options{display:block}.compact-multi-options label{display:flex;min-height:31px;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid #eceee9;color:#555a53;font-size:11px;font-weight:500;line-height:1.35;cursor:pointer}.compact-multi-options label:last-child{border-bottom:0}.compact-multi-options label:hover{background:#f4f7f3;color:#2f5f58}.field .compact-multi-options input{flex:0 0 auto;width:14px;height:14px;margin:0;padding:0;accent-color:var(--teal)}.compact-multi-options span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-validation-error{margin-top:12px;padding:9px 11px;border:1px solid #edc2b8;border-radius:4px;background:#fff1ed;color:#b74029;font-size:11px}.field input,.field select,.field textarea,.compact-select{width:100%;border:1px solid #d4d7cf;border-radius:4px;outline:none;background:#fff;color:#373a35;font-size:13px}.field input,.field select{height:36px;padding:0 10px}.field textarea{min-height:82px;padding:10px;resize:vertical;line-height:1.6}.field input:focus,.field select:focus,.field textarea:focus{border-color:#979c92;box-shadow:0 0 0 3px #4b504812}.switch-row{display:flex;align-items:center;gap:9px;cursor:pointer}.switch-row input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:31px;height:18px;border:0;border-radius:20px;background:#c8cbc4;position:relative;transition:.15s}.switch-row input:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#fff;transition:.15s}.switch-row input:checked{background:var(--teal)}.switch-row input:checked:after{transform:translate(13px)}.modal-actions{display:flex;flex:0 0 auto;justify-content:flex-end;gap:8px;padding:13px 20px;border-top:1px solid var(--line);background:#fafbf8}.header-symbol{display:flex;align-items:center;gap:10px;min-width:150px;padding:10px 12px;border:1px solid #daddd5;border-radius:5px;background:#fff;color:#686c64}.header-symbol>svg{color:var(--brand)}.header-symbol span{font-size:12px}.header-symbol b{color:#30332e;font-size:16px}.insight-strip{display:flex;align-items:center;gap:10px;min-height:52px;margin-bottom:14px;padding:0 15px;border:1px solid #d9dfd9;border-left:3px solid var(--teal);border-radius:5px;background:#f7faf8;color:var(--teal)}.insight-strip>div{display:flex;min-width:0;flex-direction:column}.insight-strip strong{color:#424740;font-size:12px}.insight-strip span{color:#81867e;font-size:11px}.connection-state{display:flex;align-items:center;gap:5px;margin-left:auto;white-space:nowrap}.connection-state i{width:6px;height:6px;border-radius:50%;background:var(--teal)}.summary-badges{display:flex;gap:8px}.summary-badges>button{display:flex;align-items:center;gap:6px;height:35px;padding:0 11px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#73776f;font-size:12px}.summary-badges>button:hover,.summary-badges>button.active{border-color:#a8c8c1;background:#f1f8f6;color:#286f66}.summary-badges svg{color:var(--teal)}.summary-badges b{color:#30332e;font-size:15px}.progress-band{display:grid;grid-template-columns:170px auto minmax(0,1fr) 45px;align-items:center;gap:14px;min-height:58px;margin-bottom:14px;padding:0 16px;border:1px solid var(--line);border-radius:5px;background:#fff}.progress-band>div:first-child{display:flex;align-items:center;gap:8px;color:#5e625a;font-size:12px;font-weight:700}.progress-band svg{color:var(--teal)}.progress-band-heading>div{display:flex;flex-direction:column;gap:2px}.progress-band-heading small{color:#979b92;font-size:10px;font-weight:500}.progress-range-control{display:inline-flex;overflow:hidden;border:1px solid #d8dbd4;border-radius:4px;background:#f7f8f5}.progress-range-control button{height:28px;padding:0 12px;border:0;border-right:1px solid #dfe1dc;background:transparent;color:#747970;font-size:11px;font-weight:700}.progress-range-control button:last-child{border-right:0}.progress-range-control button:hover{background:#eef0eb;color:#454942}.progress-range-control button.active{background:var(--teal);color:#fff}.linear-progress{height:6px;overflow:hidden;border-radius:10px;background:#e6e9e2}.linear-progress i{display:block;height:100%;background:var(--teal)}.progress-band strong{color:#3a3e38;font-size:14px;text-align:right}.overdue-text{color:#c8452d;font-weight:700}.todo-date-cell{display:inline-block;min-width:126px;white-space:nowrap;font-variant-numeric:tabular-nums}.lead-followup-date{display:flex;align-items:flex-start;flex-direction:column;gap:2px;font-variant-numeric:tabular-nums;white-space:nowrap}.lead-followup-date small{color:#9b7b38;font-size:9px;font-weight:800;line-height:1.2}.lead-followup-date time{color:#555a53}.lead-followup-date.overdue small,.lead-followup-date.overdue time{color:#c63f28}.lead-followup-date.overdue time{font-weight:750}.todo-deadline{display:flex;align-items:flex-start;flex-direction:column;gap:3px}.todo-deadline small{font-size:9px;font-weight:750}.todo-deadline .urgency-0{color:#c8452d}.todo-deadline .urgency-1{color:#c06b25}.todo-deadline .urgency-2{color:#9a7624}.todo-deadline .urgency-3{color:#7f857c}.todo-deadline .urgency-4{color:#999e95}.todo-ledger-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.todo-ledger-switch>span{color:#888d84;font-size:11px}.todo-ledger-tabs{margin-bottom:0}.todo-table table{width:100%;min-width:980px}.todo-table .action-column,.todo-table .row-actions{width:122px;min-width:122px}.todo-mobile-card{min-width:0}.todo-mobile-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.todo-mobile-card-heading>div{min-width:0}.todo-mobile-card-heading strong{display:block;overflow-wrap:anywhere;color:#30342f;font-size:15px;line-height:1.4}.todo-mobile-card-heading p{display:-webkit-box;margin-top:4px;overflow:hidden;color:#858b82;font-size:11px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.todo-mobile-card-heading .status-pill{flex:0 0 auto}.todo-mobile-card-deadline{display:flex;min-height:43px;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:8px 10px;border-left:3px solid #d59763;background:#faf7f1}.todo-mobile-card-deadline.completed{border-left-color:var(--teal);background:#f2f8f6}.todo-mobile-card-deadline>span{color:#7f847c;font-size:11px;font-weight:700}.todo-mobile-card-deadline>div{display:flex;align-items:flex-end;flex-direction:column;gap:2px;color:#454a43;font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}.todo-mobile-card-deadline small{font-size:9px}.todo-mobile-card-deadline .urgency-0{color:#c8452d}.todo-mobile-card-deadline .urgency-1{color:#c06b25}.todo-mobile-card-deadline .urgency-2{color:#9a7624}.todo-mobile-card-deadline .urgency-3{color:#7f857c}.todo-mobile-card-deadline .urgency-4{color:#999e95}.todo-mobile-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:11px;border-top:1px solid #e5e8e1;border-left:1px solid #e5e8e1}.todo-mobile-card-grid>span{display:flex;min-width:0;min-height:52px;flex-direction:column;gap:4px;padding:8px 9px;border-right:1px solid #e5e8e1;border-bottom:1px solid #e5e8e1;color:#92978e;font-size:10px}.todo-mobile-card-grid strong{overflow:hidden;color:#51564e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.segmented-tabs{display:inline-flex;align-items:center;gap:2px;margin-bottom:14px;padding:3px;border:1px solid #d8dad4;border-radius:5px;background:#e9ebe5}.segmented-tabs button{display:flex;align-items:center;gap:7px;height:33px;padding:0 12px;border:0;border-radius:3px;background:transparent;color:#73776f;font-size:12px;font-weight:650}.segmented-tabs button.active{background:#fff;color:#30332e;box-shadow:0 1px 4px #20221f14}.segmented-tabs button span{display:grid;place-items:center;min-width:18px;height:17px;padding:0 4px;border-radius:8px;background:#dfe1db;font-size:10px}.segmented-tabs button.active svg{color:var(--brand)}.follow-cycle-strip{display:flex;align-items:center;gap:10px;min-height:54px;margin-bottom:12px;padding:8px 12px;border:1px solid #d9ded7;border-left:3px solid var(--teal);border-radius:5px;background:#f8faf7;color:var(--teal)}.follow-cycle-strip>div{display:flex;min-width:0;flex:1;flex-direction:column}.follow-cycle-strip strong{color:#414640;font-size:12px}.follow-cycle-strip span{margin-top:3px;color:#7d827a;font-size:11px}.customer-import-actions{display:flex;align-items:center;gap:8px}.customer-import-input{position:fixed;top:0;left:-1000px;width:1px;height:1px;opacity:0}.customer-import-notice{display:flex;align-items:center;gap:10px;min-height:46px;margin-bottom:12px;padding:8px 10px 8px 12px;border:1px solid #cfe1db;border-radius:5px;background:#f3f9f7;color:var(--teal)}.customer-import-notice.warning{border-color:#ead8ae;background:#fff9e9;color:#a76d15}.customer-import-notice.error{border-color:#ebc7bd;background:#fff4f1;color:#bf432b}.customer-import-notice>div{display:flex;min-width:0;flex:1;flex-direction:column}.customer-import-notice strong{color:#353933;font-size:12px}.customer-import-notice span{margin-top:3px;color:#747970;font-size:11px;line-height:1.45}.customer-import-notice .icon-button{color:currentColor}.customer-followup-manager{margin-top:28px;padding-top:22px;border-top:1px solid #d8dbd4}.customer-level{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:3px;background:#eceee8;color:#5f645c;font-size:11px;font-weight:800;white-space:nowrap}.customer-level.level-a{background:#f9e8e3;color:#c53f26}.customer-level.level-b{background:#fbf0d9;color:#a76d15}.followup-rounds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.followup-rounds article{position:relative;min-width:0;min-height:128px;padding:14px;border:1px dashed #d4d7d0;border-radius:5px;background:#f7f8f5}.followup-rounds article.complete{border-style:solid;border-top:3px solid var(--teal);background:#fff}.followup-rounds article>span{color:#8c9188;font-size:11px;font-weight:750}.followup-rounds article>strong{display:block;margin-top:9px;color:#343833;font-size:13px}.followup-rounds article>p{display:-webkit-box;min-height:31px;margin-top:7px;overflow:hidden;color:#737870;font-size:11px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.followup-rounds article>small{display:block;margin-top:8px;color:var(--teal);font-size:10px}.assistant-workspace{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(480px,1.28fr);min-height:650px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.assistant-context,.assistant-result{min-width:0;padding:21px}.assistant-context{border-right:1px solid var(--line);background:#fafbf8}.assistant-heading{display:flex;align-items:center;gap:10px;min-height:43px;margin-bottom:17px;color:var(--brand)}.assistant-heading>div{display:flex;flex:1;flex-direction:column}.assistant-heading h3{color:#30332e;font-size:15px}.assistant-heading p{margin-top:3px;color:#92968e;font-size:11px}.customer-brief{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:15px 0;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--line)}.customer-brief>div{min-width:0;min-height:64px;padding:11px;background:#fff}.customer-brief span{display:block;margin-bottom:5px;color:#989c93;font-size:10px}.customer-brief strong{display:block;overflow:hidden;color:#464a43;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.full-button{width:100%;margin-top:16px}.assistant-result{display:flex;flex-direction:column}.agent-memory-card{margin-top:12px;padding:13px;border:1px solid #d9ded7;border-radius:4px;background:#fff}.agent-memory-card>div{display:flex;align-items:center;gap:7px}.agent-memory-card>div>span{width:7px;height:7px;border-radius:50%;background:#b9bdb5}.agent-memory-card>div>span.online{background:var(--teal);box-shadow:0 0 0 3px #2d8f7f1a}.agent-memory-card strong{color:#454a43;font-size:12px}.agent-memory-card p{margin-top:8px;color:#7f847c;font-size:11px;line-height:1.6}.agent-memory-card small{display:block;margin-top:8px;overflow:hidden;color:#9a9e96;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.agent-context-summary{margin-top:12px;padding:12px 13px;border-left:3px solid var(--teal);background:#f1f7f4}.agent-context-summary span{color:var(--teal);font-size:10px;font-weight:800}.agent-context-summary p{margin-top:5px;color:#737970;font-size:11px;line-height:1.7}.agent-chat-heading{flex:0 0 auto;margin-bottom:12px}.agent-chat-list{display:flex;min-height:330px;max-height:430px;flex:1;flex-direction:column;gap:11px;overflow-y:auto;padding:16px;border:1px solid #dfe2da;border-radius:5px;background:#f7f8f5;scrollbar-width:thin}.agent-chat-empty{display:flex;align-items:center;justify-content:center;flex:1;flex-direction:column;gap:8px;color:#a0a49c;text-align:center}.agent-chat-empty svg{color:#b5b9b1}.agent-chat-empty strong{color:#747a71;font-size:13px}.agent-chat-empty span{font-size:11px}.agent-message{width:min(84%,610px);padding:11px 13px;border:1px solid #d9ddd5;border-radius:5px;background:#fff;box-shadow:0 1px 2px #22262108}.agent-message.user{align-self:flex-end;border-color:#d3ded9;background:#edf6f3}.agent-message.assistant{align-self:flex-start}.agent-message header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.agent-message header strong{color:var(--teal);font-size:10px}.agent-message.user header strong{color:var(--brand)}.agent-message time{color:#a1a59d;font-size:10px}.agent-message p{overflow-wrap:anywhere;color:#454a43;font-size:13px;line-height:1.75;white-space:pre-wrap}.agent-message.loading p{display:flex;align-items:center;gap:7px;color:#878c84}.agent-hints{margin-top:10px}.agent-hints>span{color:#989c94;font-size:10px;font-weight:700}.agent-hints>div{display:flex;gap:6px;margin-top:6px;overflow-x:auto;padding-bottom:2px}.agent-hints button{flex:0 0 auto;min-height:29px;padding:0 9px;border:1px solid #d8ddd6;border-radius:3px;background:#fff;color:#657069;font-size:11px;white-space:nowrap}.agent-hints button:hover{border-color:#9ebbb3;color:var(--teal)}.agent-chat-error{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:9px 11px;border:1px solid #edc2b8;border-radius:4px;background:#fff1ed;color:#b74029;font-size:11px;line-height:1.55}.agent-chat-error .small-action{flex:0 0 auto;background:#fff}.agent-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;margin-top:10px}.agent-composer textarea{width:100%;min-height:74px;max-height:150px;padding:10px 11px;resize:vertical;border:1px solid #d3d7cf;border-radius:4px;outline:0;background:#fff;color:#424740;font:inherit;font-size:12px;line-height:1.6}.agent-composer textarea:focus{border-color:#94afa7;box-shadow:0 0 0 3px #308b7c14}.agent-composer .button{min-width:78px;height:38px;justify-content:center}.agent-attachment-picker{display:grid;grid-column:1 / -1;gap:8px;min-width:0}.agent-attachment-toolbar{display:flex;align-items:center;gap:10px;min-width:0}.agent-attachment-toolbar>span{color:#8b9088;font-size:10px;line-height:1.45}.agent-attachment-toolbar .button{min-width:104px;height:34px;min-height:34px;padding-inline:10px}.agent-attachment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.agent-attachment-item{display:grid;min-width:0;grid-template-columns:30px minmax(0,1fr) 28px;align-items:center;gap:7px;padding:7px 8px;border:1px solid #d9ddd6;border-radius:4px;background:#f8faf7}.agent-attachment-item>span{display:grid;width:30px;height:30px;place-items:center;border-radius:3px;background:#e8efeb;color:var(--teal)}.agent-attachment-item>div{display:flex;min-width:0;flex-direction:column}.agent-attachment-item strong{overflow:hidden;color:#484d46;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.agent-attachment-item small{margin-top:2px;color:#92978f;font-size:9px}.agent-attachment-item .icon-button{width:28px;height:28px}.agent-attachment-error{padding:7px 9px;border:1px solid #edc2b8;border-radius:4px;background:#fff1ed;color:#b74029;font-size:10px}.agent-message-attachments{display:flex;flex-wrap:wrap;gap:5px;margin:4px 0 7px}.agent-message-attachments>span{display:flex;min-width:0;max-width:100%;align-items:center;gap:5px;padding:5px 7px;border:1px solid #d3ddd8;border-radius:3px;background:#ffffffb8;color:#39766a!important;font-size:10px!important}.agent-message-attachments b{overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.agent-message-attachments svg{flex:0 0 auto}.assistant-note{display:flex;align-items:center;gap:6px;margin-top:12px;color:#888c84;font-size:11px}.assistant-note svg{color:var(--amber)}.department-tabs{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:7px;margin-bottom:12px}.department-tabs button{display:flex;align-items:center;gap:7px;min-width:0;height:42px;padding:0 10px;border:1px solid #d9dcd4;border-radius:4px;background:#fff;color:#6c7068;font-size:12px;font-weight:650;white-space:nowrap}.department-tabs button span{display:grid;place-items:center;min-width:18px;height:18px;margin-left:auto;border-radius:9px;background:#eff0ec;color:#858981;font-size:10px}.department-tabs button.active{border-color:#e0a18f;background:#fff8f5;color:#b63d27;box-shadow:inset 0 -2px var(--brand)}.view-switch{display:flex;gap:16px;height:36px;margin-bottom:8px;border-bottom:1px solid var(--line)}.view-switch button{height:36px;padding:0 2px;border:0;border-bottom:2px solid transparent;background:transparent;color:#8a8e86;font-size:12px;font-weight:650}.view-switch button.active{border-color:var(--brand);color:#373a35}.view-switch button span{color:#aaada5}.experience-view-switch{overflow-x:auto;scrollbar-width:thin}.experience-view-switch button{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;white-space:nowrap}.file-name{display:flex;align-items:center;gap:10px;min-width:220px}.file-name>div{display:flex;min-width:0;flex-direction:column}.file-name strong{overflow:hidden;color:#353832;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.file-name small{margin-top:2px;color:#969a91;font-size:10px}.ledger-file-name-button{display:flex;min-width:0;max-width:100%;align-items:center;gap:6px;overflow:hidden;padding:0;border:0;background:transparent;color:#353832;font:inherit;font-size:12px;font-weight:700;text-align:left}.ledger-file-name-button:hover{color:var(--brand)}.ledger-file-name-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ledger-file-name-button svg{flex:0 0 auto;opacity:.55}.ledger-rename-action{white-space:nowrap}.file-icon{display:grid;place-items:center;flex:0 0 34px;height:37px;border-radius:3px;background:#e9ece6;color:#565b52;font-size:9px;font-weight:800}.file-icon.pdf{background:#f9e6e1;color:#c9472e}.file-icon.xlsx,.file-icon.xls{background:#e0f0ea;color:#23745f}.file-icon.docx,.file-icon.doc{background:#e4eaef;color:#3d6683}.file-icon.pptx,.file-icon.ppt{background:#f7e9dd;color:#b86229}.file-icon.jpg,.file-icon.jpeg,.file-icon.png,.file-icon.webp{background:#f3e6ef;color:#8b4e78}.file-reference{display:inline-flex;max-width:215px;align-items:center;gap:6px;padding:4px 6px;border:1px solid #d9e2de;border-radius:3px;background:#f5f9f7;color:var(--teal);font-size:11px}.file-reference span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-reference svg{flex:0 0 auto}.muted-cell{color:#a2a69e}.experience-editor{overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.experience-editor-header{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--line)}.experience-editor-header>div{min-width:0}.experience-editor-header>div>span{color:var(--brand);font-size:9px;font-weight:850}.experience-editor-header h2{margin-top:4px;color:#30342f;font-size:18px}.experience-editor-header p{margin-top:4px;color:#969a92;font-size:11px}.experience-editor-header .button,.experience-editor-header .status-pill{flex:0 0 auto}.experience-source-bar{display:grid;grid-template-columns:.65fr .65fr 1.15fr 1.3fr;border-bottom:1px solid var(--line);background:#f8f9f6}.experience-source-bar>div{display:flex;min-width:0;min-height:58px;justify-content:center;flex-direction:column;padding:10px 15px;border-right:1px solid var(--line)}.experience-source-bar>div:last-child{border-right:0}.experience-source-bar b{overflow:hidden;color:#3a3f39;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.experience-source-bar span{margin-top:4px;color:#9a9e96;font-size:10px}.experience-ai-error{margin:14px 18px 0;padding:9px 11px;border:1px solid #edc2b8;border-radius:4px;background:#fff1ed;color:#b74029;font-size:11px;line-height:1.55}.experience-text-editor{display:block;padding:17px 18px}.experience-text-editor>span{display:block;margin-bottom:8px;color:#646961;font-size:11px;font-weight:750}.experience-text-editor textarea{width:100%;min-height:390px;padding:14px;resize:vertical;border:1px solid #d5d9d1;border-radius:4px;outline:0;background:#fbfcf9;color:#414640;font:inherit;font-size:12px;line-height:1.8}.experience-text-editor textarea:focus{border-color:#94afa7;background:#fff;box-shadow:0 0 0 3px #308b7c14}.experience-editor-actions{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid var(--line);background:#fafbf8}.experience-recognize-button{margin-right:auto}.experience-recognition-error{margin:13px 0 0}.department-file-preview{display:grid;width:100%;height:min(650px,65vh);place-items:center;overflow:hidden;border:1px solid #d8dbd4;border-radius:5px;background:#eef0eb}.department-file-preview iframe{width:100%;height:100%;border:0;background:#fff}.department-file-preview img{display:block;max-width:100%;max-height:100%;object-fit:contain}.department-file-preview pre{width:100%;height:100%;margin:0;overflow:auto;padding:20px;background:#fff;color:#3e443e;font:10px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.ledger-header-actions,.department-header-actions{display:flex;align-items:center;gap:8px}.ledger-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:14px;align-items:start}.category-sidebar{overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.category-heading{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 11px 0 14px;border-bottom:1px solid var(--line);color:#4d514a;font-size:12px;font-weight:750}.category-row{display:flex;min-width:0;min-height:42px;align-items:center;border-bottom:1px solid #eceee9;background:#fff}.category-row:last-child{border-bottom:0}.category-row.active{background:#f7eeeb;box-shadow:inset 3px 0 var(--brand)}.category-select{display:flex;min-width:0;min-height:41px;padding:0 4px 0 14px;border:0;background:transparent;color:#71756d;font-size:12px;text-align:left;align-items:center;flex:1;gap:6px}.category-row.active .category-select{color:#b83e27}.category-select>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-select b{display:grid;place-items:center;min-width:20px;height:18px;margin-left:auto;padding:0 4px;border-radius:9px;background:#edefea;color:#858981;font-size:10px}.category-actions{display:flex;flex:0 0 auto;padding-right:5px;opacity:.32;transition:opacity .15s}.category-row:hover .category-actions,.category-row:focus-within .category-actions,.category-row.active .category-actions{opacity:1}.category-actions .icon-button{width:24px;height:25px}.ledger-content{min-width:0}.ledger-heading{display:flex;align-items:flex-end;justify-content:space-between;min-height:49px;padding:0 2px 10px}.ledger-heading span{color:#a0a49b;font-size:10px}.ledger-heading h2{margin-top:3px;font-size:17px}.invoice-preview{display:grid;width:100%;height:min(650px,65vh);place-items:center;overflow:hidden;border:1px solid #d8dbd4;border-radius:5px;background:#eef0eb}.invoice-preview iframe{width:100%;height:100%;border:0;background:#fff}.invoice-preview img{display:block;max-width:100%;max-height:100%;object-fit:contain}.invoice-preview pre{width:100%;height:100%;margin:0;overflow:auto;padding:20px;background:#fff;color:#3e443e;font:10px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.invoice-preview-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:var(--teal)}.invoice-preview-state strong{color:#444941;font-size:14px}.invoice-preview-state span{color:#7f847b;font-size:11px}.invoice-preview-state.error{color:var(--brand)}.analysis-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:14px}.analysis-summary article{min-width:0;padding:15px;border:1px solid var(--line);border-radius:5px;background:#fff}.analysis-summary article>div{display:flex;align-items:center;justify-content:space-between;color:#767a72;font-size:11px}.analysis-summary article svg{color:var(--teal)}.analysis-summary strong{display:block;margin:10px 0 5px;color:#2c2f2a;font-size:25px}.analysis-summary p{color:#8d9189;font-size:11px}.analysis-summary small{display:block;margin-top:10px;color:var(--teal);font-size:10px}.compact-select{width:auto;min-width:95px;height:35px;padding:0 9px;color:#555951}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid .panel{height:315px;padding:17px}.analytics-grid .wide{grid-column:1 / -1}.analysis-chart{height:245px;overflow:hidden}.analysis-chart-empty,.entity-detail-empty{display:grid;height:100%;place-items:center;color:#92978e;font-size:12px}.analytics-grid .funnel-panel{height:auto;min-height:315px}.funnel-layout{display:grid;grid-template-columns:minmax(0,1fr) 160px;align-items:center;gap:12px}.funnel-chart{height:225px}.funnel-stage-list{display:grid;align-content:center}.funnel-stage-list>div{display:grid;grid-template-columns:8px minmax(0,1fr) auto 34px;min-height:36px;align-items:center;gap:6px;border-bottom:1px solid #e8eae5;color:#5d625a}.funnel-stage-list>div:last-child{border-bottom:0}.funnel-stage-list i{width:7px;height:18px;border-radius:2px}.funnel-stage-list span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.funnel-stage-list strong{color:#343934;font-size:12px;white-space:nowrap}.funnel-stage-list small{color:#92978e;font-size:10px;text-align:right}.filter-label{display:flex;align-items:center;gap:5px;color:#8d9188;font-size:11px}.product-system-tabs{margin-bottom:12px}.service-agent-cell{display:grid;min-width:180px;gap:4px}.service-agent-cell>span{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;padding-bottom:4px;border-bottom:1px solid #eceee9}.service-agent-cell>span:last-child{padding-bottom:0;border-bottom:0}.service-agent-cell strong{min-width:0;overflow:hidden;color:#464b44;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.service-agent-cell b,.service-agent-cell small{flex:0 0 auto;color:#8c9188;font-size:10px}.service-agent-cell>small{color:#9a9f96;font-size:11px}.service-agent-more{width:fit-content;padding:2px 0;border:0;background:transparent;color:var(--brand);font-size:10px;font-weight:750}.service-agent-more:hover{text-decoration:underline}.agent-overview-list{display:grid;overflow:hidden;border:1px solid #dde0da;border-radius:5px}.agent-overview-list>div{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:8px 12px;border-bottom:1px solid #e8eae5}.agent-overview-list>div:last-child{border-bottom:0}.agent-overview-list>div>div{display:flex;min-width:0;flex-direction:column}.agent-overview-list strong{color:#3f443d;font-size:12px}.agent-overview-list small{margin-top:4px;color:#8d9289;font-size:10px}.agent-rank{display:grid;place-items:center;width:29px;height:29px;border-radius:4px;background:#eef0ec;color:#697068;font-size:12px;font-weight:850}.agent-rank.level-a{background:#fae7e1;color:#bf432b}.agent-rank.level-b{background:#fff2d9;color:#a56e16}.service-bind-action{min-width:94px}.agent-binding-list{display:grid;overflow:hidden;border:1px solid #d9dcd5;border-radius:5px;background:#fff}.agent-binding-list label{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;min-height:54px;padding:8px 12px;border-bottom:1px solid #e8eae5;cursor:pointer}.agent-binding-list label:last-child{border-bottom:0}.agent-binding-list label:hover{background:#f8faf7}.agent-binding-list input{width:16px;height:16px;accent-color:var(--teal)}.agent-binding-list span{display:flex;min-width:0;flex-direction:column}.agent-binding-list strong{overflow:hidden;color:#3e433d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.agent-binding-list small{margin-top:4px;color:#8b9087;font-size:10px}.agent-binding-empty{display:grid;min-height:220px;place-items:center;align-content:center;gap:12px;color:#899087}.agent-binding-empty svg{color:var(--teal)}.agent-binding-empty strong{color:#4b5048;font-size:13px}.entity-map-panel{height:auto;margin-top:14px;padding:17px}.entity-map-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.entity-map-heading .panel-title{min-width:0;flex:1;margin:0}.entity-map-mode{display:inline-flex;flex:0 0 auto;min-height:34px;padding:3px;border:1px solid #d7dbd3;border-radius:5px;background:#f3f5f1}.entity-map-mode button{display:flex;min-width:92px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:0;border-radius:3px;background:transparent;color:#777c74;font-size:11px;font-weight:700}.entity-map-mode button.active{background:#fff;color:var(--brand);box-shadow:0 1px 4px #20231f1a}.entity-map-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.72fr);min-width:0;min-height:410px;border-top:1px solid #e5e7e1}.china-entity-map{min-width:0;padding:12px 14px 0 0}.china-entity-map svg{display:block;width:100%;max-height:470px;aspect-ratio:760 / 430}.map-drilldown-toolbar{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:10px;padding:0 4px 4px}.map-breadcrumbs{display:flex;min-width:0;align-items:center;gap:3px;overflow-x:auto;color:#a0a49b;scrollbar-width:none}.map-breadcrumbs::-webkit-scrollbar{display:none}.map-breadcrumbs button{display:flex;flex:0 0 auto;height:27px;align-items:center;gap:5px;padding:0 7px;border:0;border-radius:3px;background:transparent;color:#7b8077;font-size:11px;font-weight:700;white-space:nowrap}.map-breadcrumbs button:hover,.map-breadcrumbs button.active{background:#eef1ec;color:#343933}.map-breadcrumbs button.active{box-shadow:inset 0 0 0 1px #d9ddd5}.map-drill-options{display:flex;min-width:0;gap:6px;padding:2px 4px 8px;overflow-x:auto;scrollbar-width:thin}.map-drill-options button{display:inline-flex;flex:0 0 auto;min-height:30px;align-items:center;gap:7px;padding:0 9px;border:1px solid #daddd6;border-radius:4px;background:#fff;color:#555a53;font-size:11px;font-weight:700;white-space:nowrap}.map-drill-options button:hover,.map-drill-options button:focus-visible{border-color:#c78b7b;background:#fcf5f2;color:var(--brand);outline:none}.map-drill-options button strong{display:inline-flex;min-width:19px;height:19px;align-items:center;justify-content:center;border-radius:50%;background:#e9ece6;color:#676c64;font-size:10px}.map-load-state{display:flex;align-items:center;gap:7px}.map-load-state>span{display:inline-flex;align-items:center;gap:5px;color:#7a8178;font-size:10px}.map-load-state>span svg{animation:spin 1s linear infinite}.map-geo-error{margin:2px 4px 6px;padding:6px 8px;border-left:3px solid #d59a35;background:#fff8e8;color:#826835;font-size:10px}.china-entity-map.agents .map-drill-options button:hover,.china-entity-map.agents .map-drill-options button:focus-visible{border-color:#83bdb3;background:#f0f8f6;color:var(--teal)}.world-map-regions path,.china-map-regions path{fill:#edf0ea;stroke:#aeb6ad;stroke-width:.8;vector-effect:non-scaling-stroke;transition:fill .15s,stroke .15s}.world-map-regions path.has-data,.china-map-regions path.has-data{stroke:#c98672;cursor:pointer}.world-map-regions path.has-data.density-1,.china-map-regions path.has-data.density-1{fill:#fbece7}.world-map-regions path.has-data.density-2,.china-map-regions path.has-data.density-2{fill:#f5d5cb}.world-map-regions path.has-data.density-3,.china-map-regions path.has-data.density-3{fill:#edae9d}.world-map-regions path.has-data.density-4,.china-map-regions path.has-data.density-4{fill:#dc806a}.world-map-regions path.has-data.density-5,.china-map-regions path.has-data.density-5{fill:#b94c35;stroke:#8f3928}.world-map-regions path.has-data:hover,.china-map-regions path.has-data:hover{filter:brightness(.92);stroke:var(--brand)}.china-entity-map.agents .world-map-regions path.has-data,.china-entity-map.agents .china-map-regions path.has-data{stroke:#69a89f}.china-entity-map.agents .world-map-regions path.has-data.density-1,.china-entity-map.agents .china-map-regions path.has-data.density-1{fill:#e6f3ef}.china-entity-map.agents .world-map-regions path.has-data.density-2,.china-entity-map.agents .china-map-regions path.has-data.density-2{fill:#cce8e1}.china-entity-map.agents .world-map-regions path.has-data.density-3,.china-entity-map.agents .china-map-regions path.has-data.density-3{fill:#9fd2c6}.china-entity-map.agents .world-map-regions path.has-data.density-4,.china-entity-map.agents .china-map-regions path.has-data.density-4{fill:#5eaa9b}.china-entity-map.agents .world-map-regions path.has-data.density-5,.china-entity-map.agents .china-map-regions path.has-data.density-5{fill:#25796e;stroke:#185f57}.china-entity-map.agents .world-map-regions path.has-data:hover,.china-entity-map.agents .china-map-regions path.has-data:hover{filter:brightness(.92);stroke:var(--teal)}.china-map-regions path.selected{fill:#f4ddd6;stroke:#bd755f}.admin-map-regions path{fill:#eef1ec;stroke:#8f9b90;stroke-width:1.05;vector-effect:non-scaling-stroke;transition:fill .15s,stroke .15s}.admin-map-regions path.has-data{fill:#fbece7;stroke:#c98672;cursor:pointer}.admin-map-regions path.has-data.density-2{fill:#f5d5cb}.admin-map-regions path.has-data.density-3{fill:#edae9d}.admin-map-regions path.has-data.density-4{fill:#dc806a}.admin-map-regions path.has-data.density-5{fill:#b94c35;stroke:#8f3928}.admin-map-regions path.has-data:hover{filter:brightness(.94);stroke:var(--brand)}.china-entity-map.agents .admin-map-regions path.has-data{fill:#e6f3ef;stroke:#69a89f}.china-entity-map.agents .admin-map-regions path.has-data.density-2{fill:#cce8e1}.china-entity-map.agents .admin-map-regions path.has-data.density-3{fill:#9fd2c6}.china-entity-map.agents .admin-map-regions path.has-data.density-4{fill:#5eaa9b}.china-entity-map.agents .admin-map-regions path.has-data.density-5{fill:#25796e;stroke:#185f57}.admin-area-labels g{cursor:pointer}.admin-area-labels circle{fill:var(--brand);stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.admin-area-labels circle.density-1{fill:#d98d78}.admin-area-labels circle.density-2{fill:#cd765f}.admin-area-labels circle.density-3{fill:#bd6048}.admin-area-labels circle.density-4{fill:#a94c35}.admin-area-labels circle.density-5{fill:#823522}.china-entity-map.agents .admin-area-labels circle{fill:var(--teal)}.admin-area-labels .count,.admin-area-labels .label{pointer-events:none;text-anchor:middle;dominant-baseline:middle}.admin-area-labels .count{fill:#fff;font-size:10px;font-weight:850}.admin-area-labels .label{fill:#4f554e;font-size:9px;font-weight:750;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.district-labels .district-name{fill:#667067;font-size:8px;font-weight:700;pointer-events:none;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.map-count-marker,.city-count-marker{cursor:pointer;outline:none}.map-count-marker .marker-leader{stroke:#a7afa5;stroke-width:1;stroke-dasharray:2 2;vector-effect:non-scaling-stroke;pointer-events:none}.map-count-marker>circle:not(.marker-click-target){fill:var(--brand);stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke;pointer-events:none}.map-count-marker .marker-click-target{fill:transparent;stroke:none;pointer-events:all}.map-count-marker text{pointer-events:none}.province-marker-button{display:flex;width:30px;height:30px;margin:5px;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--brand);color:#fff;font:800 11px/1 inherit;box-shadow:0 2px 6px #5433272e;cursor:pointer}.map-count-marker.density-1>circle:not(.marker-click-target),.province-marker-button.density-1{fill:#d98d78;background:#d98d78}.map-count-marker.density-2>circle:not(.marker-click-target),.province-marker-button.density-2{fill:#cd765f;background:#cd765f}.map-count-marker.density-3>circle:not(.marker-click-target),.province-marker-button.density-3{fill:#bd6048;background:#bd6048}.map-count-marker.density-4>circle:not(.marker-click-target),.province-marker-button.density-4{fill:#a94c35;background:#a94c35}.map-count-marker.density-5>circle:not(.marker-click-target),.province-marker-button.density-5{fill:#823522;background:#823522}.province-marker-button:hover,.province-marker-button:focus-visible{background:#a84d35;outline:2px solid rgba(178,84,59,.3);outline-offset:1px}.china-entity-map.agents .province-marker-button{background:var(--teal)}.china-entity-map.agents .map-count-marker>circle{fill:var(--teal)}.china-entity-map.agents .map-count-marker.density-1>circle:not(.marker-click-target),.china-entity-map.agents .province-marker-button.density-1{fill:#77b8ad;background:#77b8ad}.china-entity-map.agents .map-count-marker.density-2>circle:not(.marker-click-target),.china-entity-map.agents .province-marker-button.density-2{fill:#5ca79a;background:#5ca79a}.china-entity-map.agents .map-count-marker.density-3>circle:not(.marker-click-target),.china-entity-map.agents .province-marker-button.density-3{fill:#3d9184;background:#3d9184}.china-entity-map.agents .map-count-marker.density-4>circle:not(.marker-click-target),.china-entity-map.agents .province-marker-button.density-4{fill:#267b70;background:#267b70}.china-entity-map.agents .map-count-marker.density-5>circle:not(.marker-click-target),.china-entity-map.agents .province-marker-button.density-5{fill:#185f57;background:#185f57}.map-count-marker text,.city-count-marker text{pointer-events:none;text-anchor:middle;dominant-baseline:middle}.map-count-marker .count,.city-count-marker .count{fill:#fff;font-size:11px;font-weight:850}.map-count-marker .label,.city-count-marker .label{fill:#4f554e;font-size:10px;font-weight:750;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.map-count-marker:focus>circle,.city-count-marker:focus .core{stroke:#242824;stroke-width:3}.focused-map-region path{fill:#e8ece6;stroke:#8f9b90;stroke-width:1.15;vector-effect:non-scaling-stroke}.focused-map-region.city-focus path{fill:#f2f4f0}.city-count-marker .pulse{fill:var(--brand);opacity:.16}.city-count-marker .core{fill:var(--brand);stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.city-count-marker.density-1 .core{fill:#d98d78}.city-count-marker.density-2 .core{fill:#cd765f}.city-count-marker.density-3 .core{fill:#bd6048}.city-count-marker.density-4 .core{fill:#a94c35}.city-count-marker.density-5 .core{fill:#823522}.china-entity-map.agents .city-count-marker .pulse,.china-entity-map.agents .city-count-marker .core{fill:var(--teal)}.china-entity-map.agents .city-count-marker.density-1 .core{fill:#77b8ad}.china-entity-map.agents .city-count-marker.density-2 .core{fill:#5ca79a}.china-entity-map.agents .city-count-marker.density-3 .core{fill:#3d9184}.china-entity-map.agents .city-count-marker.density-4 .core{fill:#267b70}.china-entity-map.agents .city-count-marker.density-5 .core{fill:#185f57}.city-focus-ring circle{fill:#d94e3114;stroke:#d94e316b;stroke-width:1.5;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.city-focus-ring text{fill:#8f4a39;font-size:11px;font-weight:800;text-anchor:middle;dominant-baseline:middle}.china-entity-map.agents .city-focus-ring circle{fill:#268f8214;stroke:#268f8273}.china-entity-map.agents .city-focus-ring text{fill:var(--teal)}.china-map-markers g{cursor:pointer;outline:none}.china-map-markers .marker-hit{fill:transparent}.china-map-markers .marker-dot{fill:var(--brand);stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke;transition:r .15s}.china-entity-map.agents .marker-dot{fill:var(--teal)}.china-map-markers .marker-ring{fill:none;stroke:var(--brand);stroke-width:2;opacity:.45;vector-effect:non-scaling-stroke}.china-entity-map.agents .marker-ring{stroke:var(--teal)}.china-map-markers g:focus .marker-ring{opacity:.85}.entity-location-markers .entity-label{fill:#414740;font-size:10px;font-weight:800;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}.china-map-legend{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:12px;color:#70756d;font-size:10px}.china-map-legend .map-total{display:flex;align-items:center;gap:6px}.china-map-legend .map-total i{width:7px;height:7px;border-radius:50%;background:var(--brand)}.china-entity-map.agents .china-map-legend .map-total i{background:var(--teal)}.china-map-legend small{color:#9a9f96;font-size:10px}.map-density-scale{display:inline-flex;align-items:center;gap:5px;margin-left:auto}.map-density-scale>span{display:inline-flex;gap:2px}.map-density-scale i{width:13px;height:9px;border-radius:2px;background:#edf0ea}.map-density-scale i.density-1{background:#fbece7}.map-density-scale i.density-2{background:#f5d5cb}.map-density-scale i.density-3{background:#edae9d}.map-density-scale i.density-4{background:#dc806a}.map-density-scale i.density-5{background:#b94c35}.china-entity-map.agents .map-density-scale i.density-1{background:#e6f3ef}.china-entity-map.agents .map-density-scale i.density-2{background:#cce8e1}.china-entity-map.agents .map-density-scale i.density-3{background:#9fd2c6}.china-entity-map.agents .map-density-scale i.density-4{background:#5eaa9b}.china-entity-map.agents .map-density-scale i.density-5{background:#25796e}.entity-map-detail{min-width:0;padding:20px 0 16px 18px;border-left:1px solid #e5e7e1}.entity-detail-empty{min-height:360px}.entity-detail-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.entity-detail-title>span{display:flex;flex:0 0 auto;align-items:center;gap:6px;color:var(--brand);font-size:11px;font-weight:800}.entity-detail-title select{min-width:0;width:150px;height:31px;padding:0 7px;border:1px solid #d7dad3;border-radius:4px;outline:0;background:#fff;color:#5d625a;font-size:11px}.entity-map-detail>h4{margin-top:22px;overflow-wrap:anywhere;color:#30342f;font-size:18px}.entity-map-detail>p{margin-top:6px;color:#878c84;font-size:11px}.entity-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;border-top:1px solid #e3e6df;border-left:1px solid #e3e6df}.entity-detail-grid span{display:flex;min-width:0;min-height:59px;flex-direction:column;justify-content:center;gap:5px;padding:8px 9px;border-right:1px solid #e3e6df;border-bottom:1px solid #e3e6df;color:#93988f;font-size:10px}.entity-detail-grid strong{overflow-wrap:anywhere;color:#4a4f48;font-size:11px;line-height:1.45}.entity-agent-services{margin-top:17px}.entity-agent-services>span{color:#8b9087;font-size:10px}.entity-agent-services>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.automation-view-tabs{margin-bottom:12px}.automation-workspace{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.automation-workspace-heading{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:13px 17px;border-bottom:1px solid var(--line);background:#fafbf8}.automation-workspace-heading h2{color:#30332e;font-size:16px}.automation-workspace-heading p{margin-top:4px;color:#8b8f87;font-size:11px}.automation-workspace-heading>span{padding:6px 9px;border:1px solid #d5ded9;border-radius:3px;background:#f2f8f5;color:var(--teal);font-size:11px;font-weight:700}.automation-list{display:grid}.automation-row{display:grid;grid-template-columns:minmax(240px,1.18fr) minmax(155px,.68fr) minmax(235px,1fr) minmax(170px,.66fr);min-width:0;border-bottom:1px solid var(--line);background:#fff;transition:background .15s}.automation-row:last-child{border-bottom:0}.automation-row:hover{background:#fcfcfa}.automation-identity,.automation-plan,.automation-template,.automation-controls{min-width:0;min-height:132px;padding:17px}.automation-identity{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px}.task-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:5px;background:#f8e9e4;color:var(--brand)}.task-icon svg{width:17px;height:17px}.toggle-button{display:grid;place-items:center;width:31px;height:20px;border:0;border-radius:10px;background:#d7dad3;color:#fff}.toggle-button.on{justify-content:end;padding-right:3px;background:var(--teal)}.automation-identity>div>span,.automation-plan>span,.automation-template>div:first-child>span{display:block;margin-bottom:6px;color:var(--brand);font-size:10px;font-weight:800}.automation-identity h3{overflow:hidden;color:#30332e;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.automation-identity p{display:-webkit-box;margin-top:7px;overflow:hidden;color:#898d85;font-size:11px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.automation-plan{display:flex;flex-direction:column;border-left:1px solid #eceee9}.automation-plan strong,.automation-plan small{display:flex;align-items:center;gap:6px;color:#4e534b}.automation-plan strong{margin-top:2px;font-size:12px}.automation-plan small{margin-top:12px;color:#858a81;font-size:11px}.automation-plan svg{flex:0 0 auto;color:var(--teal)}.automation-template{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;border-left:1px solid #eceee9;background:#fbfcf9}.automation-template>div:first-child{min-width:0}.automation-template strong{display:flex;align-items:center;gap:6px;min-width:0;color:#454943;font-size:12px}.automation-template strong svg{flex:0 0 auto;color:var(--teal)}.automation-template strong[title]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation-template strong.template-empty{color:#8e928a;font-weight:650}.automation-template small{display:block;margin-top:7px;color:#999d95;font-size:10px}.automation-template-actions{display:flex;align-items:center;flex:0 0 auto;gap:4px}.automation-template-actions .small-action{min-height:29px;white-space:nowrap}.automation-controls{display:flex;flex-direction:column;justify-content:space-between;gap:9px;border-left:1px solid #eceee9}.automation-controls>div{display:flex;align-items:center;justify-content:space-between;gap:5px}.automation-controls>div:last-child{justify-content:flex-start}.automation-controls>small{overflow:hidden;color:#979b93;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.automation-controls .button{min-height:31px;padding-inline:9px;font-size:11px}.automation-empty{padding:48px 20px;color:#999d95;font-size:12px;text-align:center}.automation-platform-strip{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;margin-bottom:13px;padding:11px 15px;border:1px solid var(--line);border-left:3px solid #8b9088;background:#fff}.automation-platform-strip>span:first-child{position:relative;display:grid;place-items:center;width:35px;height:35px;border-radius:5px;background:#f0f2ee;color:#777d74}.automation-platform-strip>span:first-child.connected{background:#eaf5f1;color:var(--teal)}.automation-platform-strip>span:first-child i{position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#a4a89f}.automation-platform-strip>span:first-child.connected i{background:var(--teal)}.automation-platform-strip strong{color:#3c413a;font-size:13px}.automation-platform-strip p{margin-top:4px;color:#858a81;font-size:11px}.automation-platform-strip>span:last-child{color:#777d74;font-size:11px;font-weight:750}.automation-agent-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.automation-agent-card{position:relative;display:grid;min-width:0;min-height:242px;grid-template-rows:auto auto auto minmax(48px,1fr) auto auto;align-content:start;gap:9px;padding:17px;overflow:hidden;border:1px solid #dfe2db;border-radius:6px;background:#fff;box-shadow:0 3px 12px #23272206;color:inherit;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.automation-agent-card:hover{transform:translateY(-1px);border-color:#bdc7bf;box-shadow:0 7px 18px #2327220f}.automation-agent-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:6px;background:#f6ebe7;color:#c45139}.automation-agent-avatar svg{width:19px;height:19px}.automation-agent-avatar.teal{background:#e7f3ef;color:#267f72}.automation-agent-avatar.blue{background:#eaf0f7;color:#47729b}.automation-agent-avatar.violet{background:#f0edf6;color:#755c91}.automation-agent-avatar.amber{background:#faf0dc;color:#a36e19}.automation-agent-avatar.green{background:#eaf3e9;color:#4d7b50}.automation-agent-avatar.rose{background:#f7eaf0;color:#a85875}.automation-agent-avatar.slate{background:#eceeeb;color:#5e655d}.automation-agent-card-heading{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.automation-agent-card-heading>span:first-child{overflow:hidden;color:#8b9087;font-size:9px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.automation-agent-card h2{overflow:hidden;color:#353a33;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.automation-agent-card>p{display:-webkit-box;overflow:hidden;color:#747a71;font-size:11px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.automation-agent-card-tags{display:flex;min-width:0;flex-wrap:wrap;gap:5px}.automation-agent-card-tags span{display:flex;max-width:100%;align-items:center;gap:4px;padding:4px 6px;overflow:hidden;border:1px solid #e0e3dc;border-radius:3px;background:#f8f9f6;color:#777c74;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.automation-agent-card-tags svg{flex:0 0 auto;color:var(--teal)}.automation-agent-card footer{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;margin:3px -17px -17px;padding:11px 17px;border-top:1px solid #e8eae5;background:#fafbf8}.automation-agent-card footer span{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:#777c74;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.automation-agent-card footer span:last-child{flex:0 0 auto;color:var(--brand);font-weight:750}.automation-agent-card.create{place-items:center;align-content:center;grid-template-rows:auto auto auto;border-style:dashed;background:#fafbf8;text-align:center}.automation-agent-card.create>span{display:grid;place-items:center;width:46px;height:46px;border-radius:6px;background:#edf5f2;color:var(--teal)}.automation-agent-card.create strong{color:#4b5048;font-size:13px}.automation-agent-card.create p{color:#8b9087}.automation-agent-hero{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;margin-bottom:13px;padding:15px 17px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.automation-agent-hero .automation-agent-avatar{width:46px;height:46px}.automation-agent-hero>div:nth-child(2)>span{color:var(--brand);font-size:9px;font-weight:850}.automation-agent-hero h2{margin-top:3px;color:#343934;font-size:16px}.automation-agent-hero p{margin-top:4px;color:#7e837b;font-size:11px}.automation-agent-hero-meta{display:flex;align-items:center;gap:8px}.automation-agent-hero-meta>span:last-child{display:flex;align-items:center;gap:5px;color:#878c84;font-size:10px}.automation-agent-hero-meta>span:last-child i{width:7px;height:7px;border-radius:50%;background:#aeb2aa}.automation-agent-hero-meta>span:last-child.connected i{background:var(--teal)}.automation-agent-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:13px}.automation-agent-console{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.automation-agent-console>header{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line);background:#fafbf8}.automation-agent-console>header>div:first-child>span,.automation-agent-section-title>div>span{color:var(--brand);font-size:9px;font-weight:850}.automation-agent-console>header h3,.automation-agent-section-title h3{margin-top:3px;color:#3d423b;font-size:14px}.automation-agent-console>header p{margin-top:4px;color:#898e86;font-size:10px}.automation-agent-console>header>div:last-child{display:flex;max-width:250px;align-items:center;gap:6px;padding:6px 8px;overflow:hidden;border:1px solid #d8e2de;border-radius:4px;background:#f2f8f5;color:var(--teal);font-size:10px}.automation-agent-console>header>div:last-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation-agent-input{display:flex;flex-direction:column;gap:7px;padding:16px}.automation-agent-input>span{color:#555b53;font-size:11px;font-weight:750}.automation-agent-input small{margin-left:4px;color:#9ca198;font-size:9px;font-weight:500}.automation-agent-input textarea{width:100%;min-height:112px;padding:10px 11px;resize:vertical;border:1px solid #d6dad2;border-radius:4px;outline:0;color:#424740;font:inherit;font-size:12px;line-height:1.6}.automation-agent-input textarea:focus{border-color:#93b7ae;box-shadow:0 0 0 3px #268f8214}.automation-agent-error{margin:0 16px 12px;padding:9px 10px;border:1px solid #edc1b7;border-radius:4px;background:#fff1ed;color:#b74029;font-size:11px;line-height:1.5}.automation-agent-runbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px 16px}.automation-agent-runbar>span{display:flex;align-items:center;gap:5px;color:#7e847b;font-size:10px}.automation-agent-output{border-top:1px solid var(--line)}.automation-agent-section-title{display:flex;min-height:55px;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border-bottom:1px solid #e8eae5}.automation-agent-section-title time{color:#999e95;font-size:10px}.automation-agent-output>article{min-height:230px;padding:16px}.automation-agent-output>article.failed{background:#fffaf8}.automation-agent-output-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.automation-agent-output-toolbar>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.automation-agent-output-toolbar .button{min-height:31px;padding-inline:9px;font-size:10px;line-height:1.3;white-space:normal}.automation-agent-output>article p{margin-top:11px;overflow-wrap:anywhere;color:#484d46;font-size:12px;line-height:1.8;white-space:pre-wrap}.automation-agent-output-empty{display:grid;min-height:230px;place-items:center;align-content:center;gap:7px;color:#a0a59c;text-align:center}.automation-agent-output-empty svg{color:#a7bdb7}.automation-agent-output-empty strong{color:#6f756c;font-size:12px}.automation-agent-output-empty p{color:#989d94;font-size:10px}.automation-agent-sidebar{display:grid;min-width:0;gap:10px}.automation-agent-sidebar>section{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.automation-built-in-template{display:grid;gap:7px;padding:12px}.automation-built-in-template>strong{margin-bottom:2px;color:#50564e;font-size:11px}.automation-built-in-template>span{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-height:30px;color:#686e65;font-size:10px}.automation-built-in-template b{display:grid;place-items:center;width:21px;height:21px;border-radius:3px;background:#f0f3ee;color:#747a71;font-size:9px}.automation-built-in-template.template-empty{min-height:116px;align-content:center;text-align:center}.automation-built-in-template.template-empty>span{display:block;min-height:0;color:#8c9188;line-height:1.6}.automation-fixed-file{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;margin:12px;padding:11px;border:1px solid #dce1da;border-radius:4px;background:#fafbf8}.automation-fixed-file>svg{color:var(--teal)}.automation-fixed-file>div{display:flex;min-width:0;flex-direction:column;gap:4px}.automation-fixed-file strong{overflow:hidden;color:#4a5048;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.automation-fixed-file span{color:#92978e;font-size:9px}.automation-template-detail-actions{display:flex;gap:6px;padding:0 12px 12px}.automation-template-detail-actions .button{flex:1;justify-content:center;min-height:32px;font-size:10px}.automation-agent-settings-list{display:grid}.automation-agent-settings-list>span{display:flex;min-height:43px;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-bottom:1px solid #eceee9}.automation-agent-settings-list>span:last-child{border-bottom:0}.automation-agent-settings-list small{color:#8e938a;font-size:9px}.automation-agent-settings-list strong{max-width:190px;overflow:hidden;color:#50564e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.automation-agent-run-list{display:grid;padding:3px 12px 8px}.automation-agent-run-list>div{display:flex;min-height:37px;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #eceee9}.automation-agent-run-list>div:last-child{border-bottom:0}.automation-agent-run-list>div>span:last-child{color:#8d9289;font-size:9px}.automation-agent-run-list>p{padding:15px 0;color:#9a9f96;font-size:10px;text-align:center}.automation-delete-agent{display:flex;min-height:34px;align-items:center;justify-content:center;gap:6px;border:1px solid #ecd1ca;border-radius:4px;background:#fff;color:#bd4933;font-size:10px}.automation-delete-agent:hover{background:#fff4f1}.ai-create-button{border-color:#bfd7d1;color:var(--teal)}.ai-todo-dialog{min-width:0}.ai-todo-generate-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:11px 12px;border:1px solid #d9dfda;border-radius:4px;background:#f7faf8}.ai-todo-generate-row>span{display:flex;align-items:center;min-width:0;gap:6px;overflow:hidden;color:#6e746c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.ai-todo-generate-row>span svg{flex:0 0 auto;color:var(--teal)}.ai-todo-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 12px;border:1px solid #edc2b8;border-radius:4px;background:#fff1ed;color:#b74029;font-size:11px;line-height:1.6}.ai-todo-error>span{min-width:0}.ai-todo-error .small-action{flex:0 0 auto;background:#fff}.ai-todo-draft-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 9px}.ai-todo-draft-heading>div{display:flex;min-width:0;flex-direction:column}.ai-todo-draft-heading strong{color:#3f433d;font-size:13px}.ai-todo-draft-heading span{margin-top:3px;color:#92968e;font-size:10px}.ai-todo-drafts{display:grid;gap:9px}.ai-todo-drafts article{overflow:hidden;border:1px solid #dde0d8;border-radius:5px;background:#fbfcf9}.ai-todo-drafts article>header{display:flex;align-items:center;justify-content:space-between;min-height:39px;padding:5px 9px 5px 13px;border-bottom:1px solid #e5e7e1;background:#f3f5f0}.ai-todo-drafts article>header strong{color:#4b5048;font-size:12px}.ai-todo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:13px}.ai-todo-actions{display:flex;justify-content:flex-end;gap:8px;margin:20px -20px -20px;padding:13px 20px;border-top:1px solid var(--line);background:#fafbf8}.security-chip{display:flex;align-items:center;gap:6px;height:33px;padding:0 10px;border:1px solid #cfe0da;border-radius:4px;background:#f3f9f7;color:#3e766d;font-size:11px}.settings-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:15px;align-items:start}.settings-nav{padding:6px;border:1px solid var(--line);border-radius:5px;background:#fff}.settings-nav button{display:flex;align-items:center;gap:10px;width:100%;min-height:55px;padding:8px 10px;border:0;border-radius:4px;background:transparent;color:#80847c;text-align:left}.settings-nav button:hover{background:#f6f7f3}.settings-nav button.active{background:#f7ece9;color:var(--brand)}.settings-nav svg{flex:0 0 auto;width:17px;height:17px}.settings-nav span{display:flex;min-width:0;flex-direction:column}.settings-nav b{color:#444841;font-size:12px}.settings-nav button.active b{color:#b83e27}.settings-nav small{margin-top:3px;color:#9b9f96;font-size:10px}.settings-content{position:relative;min-width:0}.settings-heading{display:flex;align-items:center;gap:11px;min-height:57px;margin-bottom:10px}.settings-heading>span{display:grid;place-items:center;width:36px;height:36px;border:1px solid #dadcd6;border-radius:5px;background:#fff;color:var(--brand)}.settings-heading svg{width:18px}.settings-heading h2{font-size:17px}.settings-heading p{margin-top:4px;color:#92968d;font-size:11px}.config-form{padding:20px;border:1px solid var(--line);border-radius:6px;background:#fff}.account-security-form{max-width:760px}.account-security-note{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px;padding:12px 13px;border:1px solid #d6e1dd;border-radius:4px;background:#f3f8f6}.account-security-note>svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.account-security-note strong{color:#465a54;font-size:12px}.account-security-note p{margin-top:4px;color:#718079;font-size:10px;line-height:1.65}.module-routing{border:1px solid var(--line);border-radius:4px}.module-routing>div{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,1.3fr);align-items:center;min-height:55px;padding:0 13px;border-bottom:1px solid var(--line)}.module-routing>div:last-child{border-bottom:0}.module-routing span{display:flex;align-items:center;gap:8px;color:var(--brand)}.module-routing>div>span>span{align-items:flex-start;flex-direction:column;gap:2px}.module-routing b{color:#4d514a;font-size:12px}.module-routing small{color:#969b92;font-size:10px;font-weight:400}.module-routing select{width:100%;height:34px;padding:0 9px;border:1px solid #d5d8d0;border-radius:4px;background:#fff;color:#4f534c;font-size:12px}.module-routing-groups{display:grid;gap:9px}.module-routing-group-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:3px 1px 0}.module-routing-group-heading.standalone{margin-top:7px}.module-routing-group-heading>div{display:flex;align-items:center;gap:8px}.module-routing-group-heading strong{color:#555a52;font-size:12px}.module-routing-group-heading span{padding:2px 6px;border-radius:3px;background:#f1f3ee;color:#81867d;font-size:10px}.module-routing-group-heading small{color:#969b92;font-size:10px}.module-routing>.module-routing-empty{display:block;min-height:0;padding:18px 13px;color:#90958c;font-size:11px;text-align:center}.config-switch{margin-bottom:21px;padding:13px;border:1px solid #e0e2dc;border-radius:4px;background:#f8f9f6}.config-switch>span{display:flex;flex-direction:column}.config-switch b{color:#464a43;font-size:12px}.config-switch small{margin-top:3px;color:#959990;font-size:10px}.agent-config-note{display:flex;align-items:center;gap:9px;margin:-8px 0 17px;padding:10px 12px;border:1px solid #d6e1dd;border-radius:4px;background:#f3f8f6;color:#64736e;font-size:11px;line-height:1.6}.agent-config-note svg{flex:0 0 auto;color:var(--teal)}.config-footer{display:flex;justify-content:flex-end;gap:8px;margin:22px -20px -20px;padding:14px 20px;border-top:1px solid var(--line);background:#fafbf8}.test-result{display:flex;align-items:center;gap:7px;margin-top:10px;padding:10px 12px;border:1px solid;border-radius:4px;font-size:12px}.test-result.success{border-color:#bee0d8;background:#eef8f5;color:#28796e}.test-result.error{border-color:#edc2b8;background:#fff1ed;color:#bb4028}.ai-stream-preview{overflow:hidden;border:1px solid #cfe0da;border-radius:4px;background:#f4f8f5}.ai-stream-preview>span{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid #dce8e3;color:#3d7569;font-size:10px;font-weight:700}.ai-stream-preview pre{max-height:180px;margin:0;overflow:auto;padding:10px;color:#4d5651;font-family:inherit;font-size:10px;line-height:1.6;white-space:pre-wrap}.module-assignment-panel{margin-top:14px}.module-assignment-heading{display:flex;align-items:center;gap:10px;margin-bottom:14px}.module-assignment-heading>svg{flex:0 0 auto;color:var(--brand)}.module-assignment-heading h3{color:#3f443d;font-size:15px}.module-assignment-heading p{margin-top:4px;color:#858a82;font-size:11px;line-height:1.5}.dingtalk-config{display:grid;gap:14px}.dingtalk-config>.config-switch{margin-bottom:0}.dingtalk-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.dingtalk-capability-grid article{display:grid;min-width:0;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:72px;padding:10px;border:1px solid #dde1da;border-radius:4px;background:#fafbf8}.dingtalk-capability-grid article>svg{color:var(--teal)}.dingtalk-capability-grid article>div{display:flex;min-width:0;flex-direction:column}.dingtalk-capability-grid article strong{color:#454a43;font-size:11px}.dingtalk-capability-grid article span{margin-top:3px;color:#8a8f86;font-size:9px;line-height:1.45}.dingtalk-config-section{position:relative;padding:14px;border:1px solid #dde1da;border-radius:4px;background:#fff}.dingtalk-config-section>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.dingtalk-config-section>header>div{display:flex;align-items:center;gap:8px}.dingtalk-config-section>header svg{color:var(--brand)}.dingtalk-config-section>header span{display:flex;flex-direction:column}.dingtalk-config-section>header strong{color:#454a43;font-size:12px}.dingtalk-config-section>header small{margin-top:3px;color:#8b9087;font-size:9px}.dingtalk-test-button{margin-top:12px}.dingtalk-permission-note{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border:1px solid #d6e1dd;border-radius:4px;background:#f3f8f6}.dingtalk-permission-note svg{flex:0 0 auto;color:var(--teal)}.dingtalk-permission-note strong{color:#465a54;font-size:11px}.dingtalk-permission-note p{margin-top:4px;color:#718079;font-size:10px;line-height:1.6}.dingtalk-config>.config-footer{margin-top:0}.ledger-file-notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px 12px;border:1px solid;border-radius:4px;font-size:12px}.ledger-file-notice.success{border-color:#bee0d8;background:#eef8f5;color:#28796e}.ledger-file-notice.error{border-color:#edc2b8;background:#fff1ed;color:#bb4028}.ledger-file-notice button{border:0;background:transparent;color:inherit;font-size:11px}.agent-platform-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.agent-platform-summary>div{display:flex;min-width:0;align-items:center;gap:10px;min-height:68px;padding:10px 15px;border-right:1px solid var(--line)}.agent-platform-summary>div:last-child{border-right:0}.agent-platform-summary svg{flex:0 0 auto;color:var(--teal)}.agent-platform-summary span{display:flex;min-width:0;flex-direction:column}.agent-platform-summary strong{color:#41463f;font-size:13px}.agent-platform-summary small{margin-top:4px;color:#8b9087;font-size:10px}.agent-platform-layout{display:grid;grid-template-columns:245px minmax(0,1fr);align-items:start;gap:14px}.agent-profile-list{overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.agent-profile-list>header{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 12px;border-bottom:1px solid var(--line);color:#6e746b;font-size:11px}.agent-profile-list>header b{color:var(--brand)}.agent-profile-list>button{display:grid;width:100%;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:67px;padding:9px 10px;border:0;border-bottom:1px solid #e9ebe6;background:#fff;text-align:left}.agent-profile-list>button:last-child{border-bottom:0}.agent-profile-list>button:hover{background:#fafbf8}.agent-profile-list>button.active{box-shadow:inset 3px 0 var(--brand);background:#fff7f4}.agent-profile-list>button>span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:4px;background:#edf4f1;color:var(--teal)}.agent-profile-list>button>div{display:flex;min-width:0;flex-direction:column}.agent-profile-list strong{overflow:hidden;color:#424740;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.agent-profile-list small{margin-top:4px;overflow:hidden;color:#92978e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.agent-profile-content{display:grid;min-width:0;gap:14px}.agent-profile-config{padding:18px;border:1px solid var(--line);border-radius:5px;background:#fff}.agent-profile-config>header{display:flex;align-items:center;gap:11px;margin-bottom:15px}.agent-profile-config>header>span{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:5px;background:#f7ece9;color:var(--brand)}.agent-profile-config>header small{color:var(--brand);font-size:9px;font-weight:800}.agent-profile-config>header h2{margin-top:2px;color:#383d36;font-size:17px}.agent-profile-config>header p{margin-top:4px;color:#898e85;font-size:11px}.agent-profile-config .config-footer{margin-bottom:-18px;margin-inline:-18px}.agent-profile-config .test-result.inline{margin-bottom:10px}.agent-profile-config .danger-button{margin-right:auto;border-color:#e9c0b7;background:#fff7f4;color:#bd432d}.agent-knowledge-note{display:flex;align-items:flex-start;gap:9px;margin-top:16px;padding:11px 12px;border:1px solid #cfe0da;border-radius:4px;background:#f2f8f5;color:#52655f}.agent-knowledge-note>svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.agent-knowledge-note strong{color:#40564f;font-size:11px}.agent-knowledge-note p{margin-top:3px;font-size:10px;line-height:1.6}.agent-knowledge-note code{padding:1px 3px;border-radius:2px;background:#e4efea;font-size:9px}.agent-test-panel{order:-1}.agent-test-header-actions{display:flex;align-items:center;gap:7px}.agent-test-header-actions .button{min-height:32px;padding-inline:10px;font-size:10px}.agent-test-customer{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fff}.agent-test-customer label{display:flex;min-width:min(360px,52%);align-items:center;gap:9px}.agent-test-customer label>span{flex:0 0 auto;color:#747a71;font-size:10px;font-weight:700}.agent-test-customer select{min-width:0;flex:1;height:34px;padding:0 9px;border:1px solid #d5d9d1;border-radius:4px;background:#fff;color:#474c45;font-size:11px}.agent-test-customer>div{display:flex;min-width:0;flex-wrap:wrap;justify-content:flex-end;gap:6px}.agent-test-customer>div span{padding:4px 7px;border-radius:3px;background:#f1f4ef;color:#70766d;font-size:9px}.agent-create-page{max-width:920px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.agent-create-page>header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line);background:#fafbf8}.agent-create-page>header>span{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:5px;background:#f7ece9;color:var(--brand)}.agent-create-page h2{color:#3d423b;font-size:17px}.agent-create-page header p{margin-top:4px;color:#898f86;font-size:11px}.agent-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:20px}.agent-create-page>.automation-agent-error{margin:0 20px 16px}.agent-create-page>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--line);background:#fafbf8}.agent-module-entry{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid var(--line);border-radius:5px;background:#fff}.agent-module-entry>div{display:flex;min-width:0;align-items:center;gap:11px}.agent-module-entry svg{flex:0 0 auto;color:var(--teal)}.agent-module-entry span{display:flex;min-width:0;flex-direction:column}.agent-module-entry strong{color:#444941;font-size:13px}.agent-module-entry small{margin-top:4px;color:#898e85;font-size:10px}.policy-query-panel{overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff}.policy-query-panel>header{display:flex;align-items:center;justify-content:space-between;min-height:57px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fafbf8}.policy-query-panel>header>div{display:flex;align-items:center;gap:9px}.policy-query-panel>header svg{color:var(--teal)}.policy-query-panel>header span{display:flex;flex-direction:column}.policy-query-panel>header strong{color:#41463f;font-size:13px}.policy-query-panel>header small{margin-top:3px;color:#8d9289;font-size:10px}.policy-query-messages{display:flex;min-height:250px;max-height:470px;flex-direction:column;gap:10px;overflow-y:auto;padding:14px;background:#f4f6f2}.policy-query-messages article{width:min(82%,680px);padding:10px 12px;border:1px solid #dce0d9;border-radius:5px;background:#fff}.policy-query-messages article.user{align-self:flex-end;border-color:#f0c8bd;background:#fff7f4}.policy-query-messages article span{color:var(--brand);font-size:9px;font-weight:750}.policy-query-messages article p{margin-top:4px;color:#474c45;font-size:12px;line-height:1.7;white-space:pre-wrap}.policy-query-messages article.streaming{border-color:#cbded7;box-shadow:inset 3px 0 #398979}.policy-query-empty{display:grid;flex:1;place-items:center;align-content:center;gap:7px;color:#9fa49b;text-align:center}.policy-query-empty strong{color:#656b62;font-size:13px}.policy-query-empty p{font-size:10px}.policy-query-panel .automation-agent-error{margin-top:12px}.policy-query-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;padding:12px 14px;border-top:1px solid var(--line)}.policy-query-composer textarea{width:100%;min-height:76px;padding:9px 10px;resize:vertical;border:1px solid #d5d9d1;border-radius:4px;color:#424740;font:inherit;font-size:12px;line-height:1.6}.policy-query-composer .button{min-height:38px}.secret-value{color:#6d7169;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}@media(max-width:1180px){.content{padding-inline:20px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.secondary-charts,.analytics-grid{grid-template-columns:minmax(0,1fr)}.analytics-grid .wide{grid-column:auto}.funnel-layout{grid-template-columns:minmax(0,1fr) 190px}.assistant-workspace{grid-template-columns:minmax(0,1fr)}.assistant-context{border-right:0;border-bottom:1px solid var(--line)}.automation-row{grid-template-columns:minmax(260px,1.2fr) minmax(180px,.8fr)}.automation-template{border-top:1px solid #eceee9;border-left:0}.automation-controls{border-top:1px solid #eceee9}.department-tabs{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media(max-width:900px){body{overflow:auto}.app-shell,.app-shell.sidebar-collapsed{display:block;height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.sidebar{position:fixed;top:0;bottom:0;left:0;width:242px;transform:translate(-100%);transition:transform .2s}.sidebar.mobile-open{transform:translate(0)}.mobile-overlay{position:fixed;z-index:19;top:0;right:0;bottom:0;left:0;background:#1416137a}.sidebar-close{display:grid!important;margin-left:auto;color:#999d94}.collapse-button{display:none}.mobile-menu{display:grid!important}.workspace{display:block;height:auto;min-height:100vh;min-height:100dvh;overflow:visible}.topbar{position:sticky;z-index:15;top:0;height:56px;padding-inline:13px}.content{overflow:visible;padding:20px 14px 40px}.today,.profile>span,.topbar-title small,.background-ai-status span,.topbar-page-back span{display:none}.topbar-page-back{width:31px;padding:0;justify-content:center}.page-header{align-items:flex-start;flex-direction:column}.page-actions{width:100%;flex-wrap:wrap}.dashboard-range-control{max-width:100%;overflow-x:auto}.metric-grid,.analysis-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.secondary-charts,.analytics-grid{grid-template-columns:1fr}.analytics-grid .wide{grid-column:auto}.assistant-workspace,.settings-layout,.ledger-layout{grid-template-columns:1fr}.assistant-context{border-right:0;border-bottom:1px solid var(--line)}.settings-nav,.category-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.category-heading{grid-column:1 / -1}.experience-source-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-source-bar>div:nth-child(2){border-right:0}.experience-source-bar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.entity-map-layout{grid-template-columns:1fr}.china-entity-map{padding-right:0}.entity-map-detail{padding:16px 0 0;border-top:1px solid #e5e7e1;border-left:0}}@media(max-width:620px){.agent-profile-config .config-footer{flex-wrap:wrap}.agent-profile-config .config-footer .button{flex:1 1 auto}.todo-ledger-switch{align-items:stretch;flex-direction:column;gap:6px}.todo-ledger-tabs{display:flex;width:100%}.todo-ledger-tabs button{flex:1 1 0;justify-content:center}.todo-ledger-switch>span{line-height:1.5}.page-header h1{font-size:25px}.metric-grid,.analysis-summary{grid-template-columns:1fr}.department-tabs{display:flex;overflow-x:auto}.department-tabs button{flex:0 0 auto}.experience-editor-header{align-items:flex-start;flex-direction:column}.experience-editor-header .button{width:100%;justify-content:center}.experience-source-bar{grid-template-columns:1fr}.experience-source-bar>div,.experience-source-bar>div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.experience-source-bar>div:last-child{border-bottom:0}.experience-text-editor{padding:13px}.experience-text-editor textarea{min-height:330px}.experience-editor-actions{align-items:stretch;flex-direction:column}.experience-editor-actions .button{width:100%;justify-content:center}.experience-recognize-button{margin-right:0}.funnel-layout{grid-template-columns:1fr}.funnel-chart{height:205px}.table-toolbar{align-items:stretch;flex-direction:column}.search-box{width:100%}.toolbar-actions{justify-content:flex-end;flex-wrap:wrap}.todo-table .toolbar-actions{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.todo-table .toolbar-actions .button,.todo-table .toolbar-actions .export-wrap{width:100%;min-width:0}.todo-table .toolbar-actions .export-wrap .button{width:100%;padding-inline:7px}.table-panel.has-mobile-cards .table-scroll{display:none}.table-panel.has-mobile-cards .mobile-card-list{display:block}.mobile-data-card{padding:14px 13px 12px;border-bottom:1px solid #e4e7e0;background:#fff}.mobile-data-card:last-child{border-bottom:0}.mobile-data-card.selected-row{box-shadow:inset 3px 0 var(--brand);background:#fff8f5}.mobile-data-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:12px;padding-top:10px;border-top:1px solid #e7e9e3}.mobile-data-card-actions>:first-child{margin-right:auto}.mobile-data-card-actions .small-action{min-height:31px;padding-inline:10px}.mobile-data-empty{display:grid;min-height:180px;place-items:center;color:#999d94;font-size:12px}.table-panel.has-mobile-cards .table-footer{min-height:48px}.customer-import-actions{width:100%;flex-wrap:wrap}.customer-import-actions .button{flex:1 1 140px}.ledger-header-actions{width:100%;flex-wrap:wrap}.ledger-header-actions .button{flex:1 1 140px}.department-header-actions{width:100%;flex-wrap:wrap}.department-header-actions .button{flex:1 1 140px}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.multi-check-grid{grid-template-columns:1fr}.multi-check-grid label,.multi-check-grid label:nth-child(2n),.multi-check-grid label:nth-last-child(-n+2){grid-column:auto;border-right:0;border-bottom:1px solid #e5e7e1}.multi-check-grid label:last-child{border-bottom:0}.progress-band{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px}.progress-range-control{justify-self:end}.progress-range-control button{padding-inline:9px}.progress-band .linear-progress{grid-column:1}.customer-brief{grid-template-columns:1fr}.assistant-context,.assistant-result{padding:15px}.agent-chat-list{min-height:360px;max-height:520px;padding:11px}.agent-message{width:94%}.agent-chat-error{align-items:stretch;flex-direction:column}.agent-chat-error .small-action{width:100%;justify-content:center}.agent-composer{grid-template-columns:1fr}.agent-composer .button{width:100%}.agent-attachment-toolbar{align-items:stretch;flex-direction:column}.agent-attachment-toolbar .button{width:100%;justify-content:center}.agent-attachment-list{grid-template-columns:1fr}.followup-panel{height:auto;min-height:350px}.priority-todo-panel{height:auto;min-height:310px}.priority-todo-item{min-height:82px;grid-template-columns:minmax(0,1fr);gap:6px;padding-block:7px}.priority-todo-open{grid-template-columns:minmax(0,1fr);gap:6px}.priority-todo-meta{align-items:center;justify-content:space-between;flex-direction:row}.priority-todo-complete,.dashboard-range-control{width:100%}.dashboard-range-control button{flex:1 1 0;min-width:0;padding-inline:5px}.page-actions>.button{width:100%}.trend-range-control button{padding-inline:6px}.chart-toolbar{gap:7px}.chart-legend{gap:8px}.followup-table-head{display:none}.followup-item{grid-template-columns:1fr;gap:9px;min-height:0;padding:13px 7px}.followup-customer{grid-template-columns:30px minmax(0,1fr)}.followup-demand>span{display:block;margin-bottom:3px}.followup-analysis-entry{width:100%}.followup-complete-action{justify-content:flex-start}.followup-complete-action .small-action{width:100%;justify-content:center}.ai-advice-context{grid-template-columns:1fr}.ai-advice-context>div{border-right:0;border-bottom:1px solid var(--line)}.ai-advice-context>div:last-child{border-bottom:0}.ai-advice-context strong{white-space:normal}.ai-advice-actions{align-items:stretch;flex-direction:column}.ai-advice-actions>div{justify-content:flex-end;flex-wrap:wrap}.follow-cycle-strip{align-items:flex-start;flex-wrap:wrap}.follow-cycle-strip .button{margin-left:27px}.followup-rounds{grid-template-columns:1fr}.segmented-tabs{display:flex;width:100%;overflow-x:auto}.segmented-tabs button{flex:0 0 auto}.automation-workspace-heading{align-items:flex-start;flex-direction:column;gap:8px}.automation-row{grid-template-columns:1fr}.automation-identity,.automation-plan,.automation-template,.automation-controls{min-height:0;padding:14px}.automation-plan,.automation-template,.automation-controls{border-top:1px solid #eceee9;border-left:0}.automation-template{align-items:stretch;flex-direction:column}.automation-template-actions{flex-wrap:wrap}.automation-controls>div:last-child{flex-wrap:wrap}.ai-todo-generate-row,.ai-todo-error{align-items:stretch;flex-direction:column}.ai-todo-generate-row .button,.ai-todo-error .small-action{width:100%;justify-content:center}.ai-todo-draft-heading{align-items:flex-start;flex-direction:column}.ai-todo-fields{grid-template-columns:1fr}.ai-todo-fields .field-wide{grid-column:auto}.ai-todo-actions{flex-wrap:wrap}.settings-nav{grid-template-columns:1fr}.module-routing>div{grid-template-columns:1fr;gap:8px;padding-block:10px}.entity-map-heading{align-items:stretch;flex-direction:column}.entity-map-mode{width:100%}.entity-map-mode button{min-width:0;flex:1}.entity-map-layout{min-height:0}.entity-map-panel{padding:13px}.china-entity-map{padding-top:7px}.map-drilldown-toolbar{align-items:flex-start}.map-breadcrumbs{padding-bottom:2px}.china-map-legend{align-items:flex-start;flex-direction:column;gap:7px;padding-bottom:10px}.map-density-scale{margin-left:0}.entity-detail-title{align-items:stretch;flex-direction:column}.entity-detail-title select{width:100%}.entity-detail-grid{grid-template-columns:1fr}.modal-backdrop{padding:10px}.modal{max-height:calc(100vh - 20px)}}.app-loading{display:flex;width:100%;height:100vh;height:100dvh;align-items:center;justify-content:center;gap:12px;background:#f3f4f0;color:#686d64;font-size:14px}.login-page{display:grid;width:100%;height:100vh;height:100dvh;place-items:center;overflow:auto;padding:32px 20px;background:linear-gradient(90deg,#20221f 0,#20221f 34%,#f3f4f0 34%,#f3f4f0)}.login-panel{width:min(430px,100%);overflow:hidden;border:1px solid #d6d9d2;border-radius:7px;background:#fff;box-shadow:0 24px 70px #1a1d1929}.login-brand{display:flex;align-items:center;gap:11px}.login-panel>.login-brand{min-height:76px;padding:0 24px;border-bottom:1px solid #e4e6e0;background:#fafbf8}.login-brand>div:last-child{display:flex;min-width:0;flex-direction:column}.login-brand strong{color:#292d28;font-size:18px}.login-brand span{color:#858a81;font-size:11px}.login-heading{display:flex;align-items:flex-start;gap:12px;padding:25px 25px 8px}.login-heading>svg{flex:0 0 auto;color:var(--teal)}.login-heading h1{color:#242721;font-size:23px}.login-heading p{margin-top:5px;color:#858a81;font-size:12px;line-height:1.6}.login-form{display:flex;padding:16px 25px 26px;flex-direction:column;gap:15px}.login-form>label{display:flex;flex-direction:column;gap:7px;color:#5e635a;font-size:12px;font-weight:700}.login-form>label>div{display:flex;height:42px;align-items:center;gap:9px;padding:0 9px 0 12px;border:1px solid #d5d8d0;border-radius:4px;background:#fff;color:#8a8f86}.login-form>label>div:focus-within{border-color:#889089;box-shadow:0 0 0 3px #268f8214}.login-form input{min-width:0;flex:1;border:0;outline:0;color:#30342f;font-size:14px}.login-error{padding:9px 11px;border:1px solid #edc4ba;border-radius:4px;background:#fff3ef;color:#b74029;font-size:12px}.login-submit{width:100%;min-height:42px;margin-top:2px}.login-panel>footer{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 25px;border-top:1px solid #e5e7e1;background:#f8f9f6;color:#888d84;font-size:11px}.login-panel>footer code{padding:4px 7px;border-radius:3px;background:#e9ece7;color:#4e554e;font-size:11px}.account-admin-page{width:100%;height:100vh;height:100dvh;overflow:auto;background:#f3f4f0}.account-admin-topbar{position:sticky;z-index:20;top:0;display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1320px)/2));border-bottom:1px solid #dfe1da;background:#fffffff5}.account-admin-user{display:flex;align-items:center;gap:9px;color:var(--teal)}.account-admin-user>span{display:flex;flex-direction:column;margin-right:8px;color:#3d423b}.account-admin-user strong{font-size:13px}.account-admin-user small{color:#8a8f86;font-size:10px}.account-admin-content{width:min(1320px,calc(100% - 48px));margin:0 auto;padding:30px 0 60px}.account-admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.account-admin-heading>div:first-child>span{color:var(--brand);font-size:11px;font-weight:800}.account-admin-heading h1{margin-top:5px;font-size:28px}.account-admin-heading p{margin-top:6px;color:#777c74;font-size:13px}.account-admin-heading>div:last-child{display:flex;gap:8px}.admin-notice{position:fixed;z-index:60;top:78px;left:50%;min-width:240px;padding:10px 15px;border:1px solid #b8d7cf;border-radius:4px;background:#eef8f5;color:#267a6e;font-size:12px;text-align:center;transform:translate(-50%);box-shadow:var(--shadow)}.admin-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.admin-metric-grid>div{display:grid;min-height:88px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:16px 18px;border-right:1px solid var(--line)}.admin-metric-grid>div:last-child{border-right:0}.admin-metric-grid svg{color:var(--teal)}.admin-metric-grid span{color:#6e736b;font-size:13px}.admin-metric-grid strong{color:#262a25;font-size:25px}.admin-section{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.admin-section>header{display:flex;min-height:66px;align-items:center;justify-content:space-between;padding:12px 17px;border-bottom:1px solid var(--line)}.admin-section>header h2{font-size:17px}.admin-section>header p{margin-top:4px;color:#858a81;font-size:11px}.tenant-admin-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tenant-admin-list article{display:grid;min-width:0;min-height:82px;grid-template-columns:38px minmax(0,1fr) auto auto 31px;align-items:center;gap:10px;padding:13px 15px;border-right:1px solid #e6e8e2;border-bottom:1px solid #e6e8e2}.tenant-admin-list article:nth-child(2n){border-right:0}.tenant-code{display:grid;width:36px;height:36px;place-items:center;border-radius:4px;background:#e7f1ee;color:#28796e;font-size:11px;font-weight:800}.tenant-admin-list article>div:nth-child(2){display:flex;min-width:0;flex-direction:column}.tenant-admin-list article>div:nth-child(2) strong,.tenant-admin-list article>div:nth-child(2) span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tenant-admin-list article>div:nth-child(2) strong{font-size:13px}.tenant-admin-list article>div:nth-child(2) span{margin-top:4px;color:#8e938a;font-size:10px}.admin-table-wrap{overflow:auto}.admin-role-note{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;border-bottom:1px solid var(--line);background:#f5f8f6;color:#667068;font-size:11px;line-height:1.6}.admin-role-note svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.admin-role-note b{color:#3d514b}.admin-table-wrap table{min-width:880px}.admin-table-wrap td strong{color:#333732;font-size:12px}.topbar-admin-return{display:inline-flex;height:30px;align-items:center;gap:5px;padding:0 9px;border:1px solid #d3d7cf;border-radius:4px;background:#fff;color:#575d56;font-size:11px;font-weight:700;-webkit-app-region:no-drag}.topbar-admin-return:hover{border-color:#b7c8c2;background:#f2f8f6;color:#28796e}.profile{min-width:0}.profile>span{min-width:0}.profile small{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-logout{margin-left:3px}.knowledge-workspace,.shared-workspace{display:grid;min-width:0;height:calc(100vh - 180px);height:calc(100dvh - 180px);min-height:620px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.knowledge-workspace{grid-template-columns:220px 248px minmax(0,1fr)}.knowledge-tree-panel,.article-list-panel,.shared-document-list{min-width:0;min-height:0;overflow:hidden;border-right:1px solid var(--line);background:#fafbf8}.knowledge-tree-panel{display:flex;flex-direction:column}.knowledge-tree-panel>header,.knowledge-folder-heading,.article-list-panel>header,.shared-document-list>header{display:flex;min-height:47px;align-items:center;justify-content:space-between;padding:0 11px 0 14px;border-bottom:1px solid #e4e6e0;color:#696e66;font-size:11px;font-weight:800}.knowledge-base-list{max-height:40%;overflow-y:auto;padding:7px}.knowledge-folder-heading{border-top:1px solid #e4e6e0;background:#f4f6f2}.knowledge-folder-list{min-height:0;flex:1;overflow-y:auto;padding:7px}.knowledge-tree-row{position:relative;min-width:0;margin-bottom:3px}.knowledge-tree-row>button:first-child{display:grid;width:100%;height:38px;grid-template-columns:18px minmax(0,1fr) 15px;align-items:center;gap:7px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#62675f;text-align:left}.knowledge-tree-row>button:first-child:hover{background:#eef0eb}.knowledge-tree-row.active>button:first-child{background:#e7efec;color:#286f65;font-weight:750}.knowledge-tree-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-tree-row.folder>button:first-child{grid-template-columns:18px minmax(0,1fr) auto}.knowledge-tree-row.folder b{color:#9a9f96;font-size:10px}.tree-row-actions{position:absolute;z-index:2;top:3px;right:4px;display:none;align-items:center;padding-left:6px;background:#e7efec}.knowledge-tree-row:hover .tree-row-actions,.knowledge-tree-row.active:hover .tree-row-actions{display:flex}.tree-row-actions .icon-button{width:28px;height:32px}.tree-row-actions .icon-button.active,.knowledge-folder-card .icon-button.active,.knowledge-article-tree-row .icon-button.active{color:var(--brand)}.article-list-panel{display:flex;flex-direction:column;background:#fff}.article-list-panel>header div{display:flex;align-items:center;gap:7px}.article-list-panel>header strong,.shared-document-list>header strong{display:grid;min-width:20px;height:20px;place-items:center;border-radius:3px;background:#e9ece7;color:#697068;font-size:10px}.article-list-panel>div{min-height:0;overflow-y:auto}.article-list-panel>div>button{position:relative;display:flex;width:100%;min-height:68px;padding:12px 13px;border:0;border-bottom:1px solid #eceee9;background:#fff;text-align:left;flex-direction:column}.article-list-panel>div>button:hover{background:#f8f9f6}.article-list-panel>div>button.active{background:#fff5f1;box-shadow:inset 3px 0 var(--brand)}.article-list-panel button strong{overflow:hidden;color:#383c36;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.article-list-panel button span{margin-top:6px;color:#999d95;font-size:10px}.article-list-panel button i{position:absolute;top:10px;right:8px;color:var(--teal);font-size:9px;font-style:normal;font-weight:800}.article-editor-panel,.shared-editor-panel{min-width:0;min-height:0;overflow-y:auto;background:#fff}.article-editor-heading,.shared-editor-panel>header{position:sticky;z-index:5;top:0;display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:8px 15px;border-bottom:1px solid var(--line);background:#fffffff7}.article-path{display:flex;min-width:0;align-items:center;gap:5px;color:#8b9087;font-size:10px}.article-path span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-editor-actions{display:flex;flex:0 0 auto;align-items:center;gap:5px}.editor-save-state{display:flex;min-width:84px;align-items:center;justify-content:flex-end;gap:4px;margin-right:3px;color:#7c8279;font-size:10px}.editor-save-state.dirty{color:#a46f18}.editor-save-state.saving{color:#287a6f}.article-title-input{width:calc(100% - 38px);margin:22px 19px 0;padding:0 0 12px;border:0;border-bottom:1px solid #e5e7e1;outline:0;color:#262a25;font-size:27px;font-weight:780;line-height:1.3}.article-title-input::placeholder{color:#b1b5ad}.article-edit-meta{display:flex;flex-wrap:wrap;gap:7px 16px;padding:8px 19px 13px;color:#999e95;font-size:9px}.rich-editor{margin:0 19px 25px;border:1px solid #dfe2db;border-radius:5px;background:#fff}.rich-editor-toolbar{position:sticky;z-index:4;top:50px;display:flex;min-height:42px;align-items:center;flex-wrap:wrap;gap:2px;padding:5px 7px;border-bottom:1px solid #dfe2db;background:#f7f8f5}.rich-editor-toolbar select{height:29px;padding:0 25px 0 8px;border:1px solid #d8dbd4;border-radius:3px;background:#fff;color:#5c6159;font-size:11px}.rich-editor-toolbar .icon-button{width:29px;height:29px}.toolbar-divider{width:1px;height:19px;margin:0 4px;background:#d9dcd5}.editor-color-control{position:relative;display:grid;width:29px;height:29px;place-items:center;cursor:pointer}.editor-color-control input{position:absolute;width:1px;height:1px;opacity:0}.editor-color-control span{width:16px;height:16px;border:3px solid #fff;border-radius:3px;background:var(--brand);box-shadow:0 0 0 1px #aeb3aa}.rich-editor-body{padding:24px 30px 50px;outline:0;color:#353a34;font-size:15px;line-height:1.85}.rich-editor-body:empty:before{color:#a4a9a0;content:attr(data-placeholder)}.rich-editor-body h1{margin:22px 0 12px;font-size:27px}.rich-editor-body h2{margin:20px 0 10px;font-size:21px}.rich-editor-body h3{margin:18px 0 8px;font-size:17px}.rich-editor-body p{margin:0 0 10px}.rich-editor-body blockquote{margin:14px 0;padding:8px 13px;border-left:3px solid var(--teal);background:#f2f7f5;color:#59615b}.knowledge-empty{display:flex;min-height:500px;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#92978e}.knowledge-empty strong{color:#4e544d;font-size:14px}.knowledge-empty p{max-width:360px;font-size:11px;line-height:1.6;text-align:center}.knowledge-empty>div{display:flex;gap:7px}.knowledge-workspace-tree{grid-template-columns:220px 340px minmax(0,1fr)}.folder-article-tree>div{padding-bottom:12px}.knowledge-folder-tree{border-bottom:1px solid #e7eae4;background:#fff}.knowledge-folder-tree.active{box-shadow:inset 3px 0 #d94e31}.folder-article-tree .knowledge-folder-card{display:grid;min-height:52px;grid-template-columns:minmax(0,1fr) auto;align-items:center;background:#fff}.folder-article-tree .knowledge-folder-card>button{display:grid;min-width:0;min-height:52px;grid-template-columns:15px 17px minmax(0,1fr) 13px;align-items:center;gap:6px;padding:7px 4px 7px 11px;border:0;background:transparent;color:#637069;text-align:left}.folder-article-tree .knowledge-folder-card>button>span{display:flex;min-width:0;flex-direction:column}.folder-article-tree .knowledge-folder-card strong,.folder-article-tree .knowledge-folder-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-article-tree .knowledge-folder-card strong{color:#3d433d;font-size:12px}.folder-article-tree .knowledge-folder-card small{margin-top:3px;color:#969b93;font-size:9px}.folder-article-tree .knowledge-folder-card>div{display:flex;padding-right:5px}.folder-article-tree .knowledge-folder-card .icon-button{width:25px;height:28px}.knowledge-article-tree-list{padding:0 7px 7px 25px}.knowledge-article-tree-row{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:3px}.knowledge-article-tree-row:hover{background:#f2f4ef}.knowledge-article-tree-row.active{background:#fff0ea;color:#a13b27}.knowledge-article-tree-row>button{display:grid;min-width:0;min-height:34px;grid-template-columns:15px minmax(0,1fr) 12px;align-items:center;gap:6px;padding:0 4px 0 7px;border:0;background:transparent;color:inherit;text-align:left}.knowledge-article-tree-row>button span{overflow:hidden;color:#535a53;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.knowledge-article-tree-row.active>button span{color:#a13b27;font-weight:750}.knowledge-article-tree-row>div{display:none;padding-right:3px}.knowledge-article-tree-row:hover>div,.knowledge-article-tree-row.active>div{display:flex}.knowledge-article-tree-row .icon-button{width:23px;height:27px}.knowledge-folder-empty{display:block;padding:7px 8px 10px;color:#a0a59c;font-size:9px}.share-dialog{display:flex;flex-direction:column;gap:16px}.share-state{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px;border:1px solid #e0e3dc;border-radius:5px;background:#f8f9f6}.share-state.active{border-color:#b9d9d1;background:#f0f8f6}.share-state>div{display:flex;min-width:0;align-items:center;gap:10px;color:#8a8f86}.share-state.active>div{color:var(--teal)}.share-state span{display:flex;min-width:0;flex-direction:column}.share-state strong{color:#3e433d;font-size:12px}.share-state small{margin-top:3px;color:#858a81;font-size:10px}.share-link-field{display:flex;flex-direction:column;gap:7px;color:#656a62;font-size:11px;font-weight:700}.share-link-field>div{display:flex;gap:7px}.share-link-field input{min-width:0;height:35px;flex:1;padding:0 9px;border:1px solid #d6d9d1;border-radius:4px;background:#fafbf8;color:#4d524c;font-size:11px}.share-boundary-note{padding:10px 11px;border-left:3px solid #d69a34;background:#fff9ec;color:#74633f;font-size:10px;line-height:1.65}.sharing-config-note{display:flex;gap:11px;margin-bottom:18px;padding:13px;border:1px solid #ead9af;border-radius:5px;background:#fff9eb;color:#a47625}.sharing-config-note div{display:flex;flex-direction:column}.sharing-config-note strong{color:#5b5039;font-size:12px}.sharing-config-note p{margin-top:4px;color:#796e58;font-size:11px;line-height:1.6}.shared-workspace{grid-template-columns:250px minmax(0,1fr)}.shared-document-list{display:flex;flex-direction:column}.shared-document-list>div{min-height:0;overflow-y:auto}.shared-document-list>div>button{display:grid;width:100%;min-height:67px;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 11px;border:0;border-bottom:1px solid #e9ebe6;background:transparent;text-align:left}.shared-document-list>div>button:hover{background:#f2f4ef}.shared-document-list>div>button.active{background:#fff5f1;box-shadow:inset 3px 0 var(--brand)}.shared-document-list button>i,.document-kind i{display:grid;width:29px;height:29px;place-items:center;border-radius:4px;font-style:normal}.shared-document-list i.word,.document-kind i.word{background:#e8eef6;color:#3f6fa6}.shared-document-list i.sheet,.document-kind i.sheet{background:#e6f2eb;color:#2d7d58}.shared-document-list button>span{display:flex;min-width:0;flex-direction:column}.shared-document-list button strong,.shared-document-list button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-document-list button strong{color:#3a3e39;font-size:12px}.shared-document-list button small{margin-top:5px;color:#999d95;font-size:9px}.shared-document-list button>b{color:var(--teal);font-size:9px}.shared-list-empty{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#9a9f96;font-size:11px}.shared-create-actions{display:flex;gap:7px}.document-kind{display:flex;align-items:center;gap:7px;color:#666b63;font-size:10px;font-weight:800}.article-title-input.shared-title{margin-top:16px;font-size:24px}.sheet-editor{margin:0 18px 24px;overflow:hidden;border:1px solid #d8dcd4;border-radius:4px;background:#fff}.sheet-toolbar{display:flex;min-height:46px;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:7px 9px;border-bottom:1px solid #dfe2db;background:#f5f7f3}.sheet-toolbar .button{min-height:30px;font-size:11px}.sheet-quick-actions,.sheet-size-controls{display:flex;align-items:center;gap:6px}.sheet-size-controls{padding-left:10px;border-left:1px solid #d9ddd5}.sheet-size-controls>span{color:#a0a59d;font-size:11px}.sheet-size-controls label{display:flex;align-items:center;gap:5px;color:#747a72;font-size:10px}.sheet-size-controls input{width:58px;height:30px;padding:0 6px;border:1px solid #d5d9d1;border-radius:4px;background:#fff;color:#414740;font-size:11px}.sheet-size-summary{margin-left:auto;color:#8a8f86;font-size:10px;white-space:nowrap}.sheet-grid-scroll{max-height:560px;overflow:auto}.sheet-grid-scroll table{table-layout:fixed}.sheet-grid-scroll col.sheet-index-column{width:42px}.sheet-grid-scroll col.sheet-data-column{width:110px}.sheet-grid-scroll th{position:sticky;z-index:2;top:0;min-width:110px;height:30px;padding:0;border-right:1px solid #d9ddd6;background:#edf1ed;text-align:center}.sheet-grid-scroll th:first-child{left:0;width:42px;min-width:42px;max-width:42px;z-index:3}.sheet-grid-scroll tbody th{left:0;z-index:1;min-width:42px;color:#70766d}.sheet-grid-scroll td{width:110px;height:31px;padding:0;border-right:1px solid #e0e3dd;border-bottom:1px solid #e0e3dd}.sheet-grid-scroll td input{width:100%;height:30px;padding:0 7px;border:0;outline:0;background:transparent;color:#40453f;font-size:11px}.sheet-grid-scroll td:focus-within{outline:2px solid #2e8d7f;outline-offset:-2px}.wps-editor-shell{min-height:650px;margin:0 18px 24px;overflow:hidden;border:1px solid #d8dcd4;border-radius:5px;background:#f5f7f3}.wps-editor-shell iframe{display:block;width:100%;height:650px;border:0;background:#fff}.shared-access-page{width:100%;height:100vh;height:100dvh;overflow:auto;background:#eef0ec}.shared-access-page>header{position:sticky;z-index:8;top:0;display:flex;min-height:64px;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 980px)/2));border-bottom:1px solid #daddd5;background:#fffffff7}.shared-access-type{display:flex;align-items:center;gap:7px;color:#657069;font-size:11px}.shared-public-document{width:min(940px,calc(100% - 36px));min-height:calc(100vh - 140px);margin:24px auto 14px;padding:55px 68px 80px;border:1px solid #dfe2db;border-radius:5px;background:#fff;box-shadow:0 6px 22px #262b2512}.shared-public-document.sheet{width:min(1280px,calc(100% - 36px));padding:34px 28px 60px}.shared-public-heading{padding-bottom:20px;border-bottom:1px solid #e4e7e1}.shared-public-heading h1{color:#282c27;font-size:30px;line-height:1.35}.shared-public-heading p{margin-top:7px;color:#8f948b;font-size:11px}.shared-rich-content{padding-top:27px;color:#3b403a;font-size:15px;line-height:1.9}.shared-rich-content h1{margin:25px 0 12px;font-size:27px}.shared-rich-content h2{margin:23px 0 10px;font-size:21px}.shared-rich-content h3{margin:20px 0 8px;font-size:17px}.shared-rich-content p{margin-bottom:11px}.public-sheet-scroll{margin-top:22px;overflow:auto;border:1px solid #d9ddd5}.public-sheet-scroll table{width:max-content;min-width:100%}.public-sheet-scroll th,.public-sheet-scroll td{min-width:110px;height:31px;padding:5px 8px;border-right:1px solid #e0e3dd;border-bottom:1px solid #e0e3dd;font-size:11px}.public-sheet-scroll th{background:#eef2ee;text-align:center}.shared-access-footer{padding:0 0 22px;color:#90958c;font-size:10px;text-align:center}.shared-access-state{display:flex;width:100%;height:100vh;height:100dvh;align-items:center;justify-content:center;flex-direction:column;gap:9px;background:#f3f4f0;color:var(--teal)}.shared-access-state strong{color:#444943;font-size:14px}.shared-access-state p{color:#858a81;font-size:11px}.shared-access-state.error{color:var(--brand)}@media(max-width:1120px){.knowledge-workspace{grid-template-columns:190px 220px minmax(0,1fr)}.article-editor-heading,.shared-editor-panel>header{align-items:flex-start;flex-direction:column}.article-editor-actions{width:100%;justify-content:flex-end}.rich-editor-toolbar{top:92px}.tenant-admin-list{grid-template-columns:1fr}.tenant-admin-list article{border-right:0}}@media(max-width:820px){.login-page{background:#f3f4f0}.account-admin-topbar{padding:0 16px}.account-admin-content{width:calc(100% - 24px);padding-top:20px}.account-admin-heading{align-items:stretch;flex-direction:column}.account-admin-heading>div:last-child .button{flex:1}.admin-metric-grid{grid-template-columns:1fr}.admin-metric-grid>div{min-height:68px;border-right:0;border-bottom:1px solid var(--line)}.admin-metric-grid>div:last-child{border-bottom:0}.knowledge-workspace,.shared-workspace{height:auto;min-height:0;overflow:visible}.knowledge-workspace{grid-template-columns:1fr}.knowledge-tree-panel,.article-list-panel,.shared-document-list{border-right:0;border-bottom:1px solid var(--line)}.knowledge-tree-panel{display:grid;grid-template-columns:1fr 1fr}.knowledge-tree-panel>header,.knowledge-folder-heading{grid-column:auto}.knowledge-base-list,.knowledge-folder-list{max-height:180px;min-height:110px}.article-list-panel>div{display:flex;max-height:150px;overflow-x:auto}.article-list-panel>div>button{flex:0 0 220px;border-right:1px solid #eceee9}.shared-workspace{grid-template-columns:1fr}.shared-document-list>div{display:flex;max-height:150px;overflow-x:auto}.shared-document-list>div>button{flex:0 0 240px;border-right:1px solid #e9ebe6}.shared-list-empty{min-height:120px}.article-editor-panel,.shared-editor-panel{overflow:visible}.article-editor-heading,.shared-editor-panel>header{position:static}.rich-editor-toolbar{top:58px}}@media(max-width:620px){.login-page{padding:12px}.login-panel>.login-brand,.login-form,.login-heading{padding-inline:18px}.login-panel>footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px;padding-block:8px}.account-admin-topbar .login-brand span,.account-admin-user>span{display:none}.account-admin-heading>div:last-child{flex-direction:column}.tenant-admin-list article{grid-template-columns:38px minmax(0,1fr) auto 31px}.tenant-admin-list article>.status-pill{display:none}.tenant-admin-list article>.button{grid-column:2 / 4;width:100%}.topbar-admin-return span,.today{display:none}.profile{padding-left:7px}.profile>span{display:none}.knowledge-tree-panel{grid-template-columns:1fr}.knowledge-tree-panel>header,.knowledge-folder-heading{min-height:42px}.article-editor-actions{overflow-x:auto;justify-content:flex-start}.editor-save-state{flex:0 0 auto}.article-title-input{width:calc(100% - 24px);margin:16px 12px 0;font-size:22px}.article-edit-meta{padding-inline:12px}.rich-editor{margin-inline:12px}.rich-editor-body{padding:18px 16px 36px;font-size:14px}.shared-create-actions{width:100%}.shared-create-actions .button{min-width:0;flex:1}.sheet-editor{margin-inline:10px}.share-state{align-items:stretch;flex-direction:column}.share-state .button{width:100%}.share-link-field>div{flex-direction:column}.shared-access-page>header{padding-inline:12px}.shared-access-type span{display:none}.shared-public-document,.shared-public-document.sheet{width:calc(100% - 16px);margin-top:8px;padding:28px 20px 48px}.shared-public-heading h1{font-size:24px}}@media(max-width:1120px){.automation-agent-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-agent-layout{grid-template-columns:minmax(0,1fr) 290px}.dingtalk-capability-grid{grid-template-columns:1fr}}@media(max-width:980px){.agent-platform-layout{grid-template-columns:1fr}.agent-profile-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.agent-profile-list>header{grid-column:1 / -1}.agent-profile-list>button{border-right:1px solid #e9ebe6}}@media(max-width:820px){.automation-agent-layout{grid-template-columns:1fr}.automation-agent-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.automation-agent-sidebar>section:first-child{grid-row:span 2}.automation-delete-agent{grid-column:1 / -1}}@media(max-width:620px){.automation-platform-strip{grid-template-columns:36px minmax(0,1fr)}.automation-platform-strip>span:last-child{grid-column:2}.automation-agent-gallery{grid-template-columns:1fr}.automation-agent-card{min-height:224px}.automation-agent-hero{grid-template-columns:46px minmax(0,1fr)}.automation-agent-hero-meta{grid-column:1 / -1;align-items:flex-start;flex-direction:column}.automation-agent-console>header{align-items:flex-start;flex-direction:column}.automation-agent-console>header>div:last-child{width:100%;max-width:none}.automation-agent-runbar{align-items:stretch;flex-direction:column}.automation-agent-runbar .button{width:100%;justify-content:center}.automation-agent-output-toolbar{align-items:stretch;flex-direction:column}.automation-agent-output-toolbar>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.automation-agent-output-toolbar .button{width:100%;justify-content:center}.automation-agent-sidebar{grid-template-columns:1fr}.automation-agent-sidebar>section:first-child{grid-row:auto}.automation-delete-agent{grid-column:auto}.agent-platform-summary{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.agent-platform-summary>div{flex:0 0 min(220px,76vw);min-height:62px;border-right:1px solid var(--line);scroll-snap-align:start}.agent-platform-summary>div:last-child{border-right:0}.agent-profile-list{display:grid;grid-auto-columns:minmax(220px,78vw);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x proximity}.agent-profile-list>header{display:none}.agent-profile-list>button{min-height:62px;border-right:1px solid #e9ebe6;border-bottom:0;scroll-snap-align:start}.agent-profile-list>button.active{box-shadow:inset 0 -3px var(--brand)}.agent-module-entry{align-items:stretch;flex-direction:column}.agent-module-entry .button{width:100%;justify-content:center}.agent-test-panel>header{align-items:flex-start}.agent-test-header-actions{align-items:flex-end;flex-direction:column}.agent-test-customer{align-items:stretch;flex-direction:column}.agent-test-customer label{min-width:0;align-items:stretch;flex-direction:column}.agent-test-customer select{width:100%}.agent-test-customer>div{justify-content:flex-start}.agent-create-grid{grid-template-columns:1fr;padding:16px}.agent-create-grid .field-wide{grid-column:auto}.agent-create-page>footer{flex-direction:column-reverse}.agent-create-page>footer .button{width:100%;justify-content:center}.policy-query-composer{grid-template-columns:1fr}.policy-query-composer .button{width:100%;justify-content:center}.policy-query-messages article{width:94%}.dingtalk-config-section{padding:12px}.dingtalk-config-section .form-grid{gap:12px}.dingtalk-test-button{width:100%;justify-content:center}}.account-admin-shell{display:grid;grid-template-columns:228px minmax(0,1fr);height:100vh;height:100dvh;overflow:hidden}.account-admin-sidebar{display:flex;min-height:0;flex-direction:column;border-right:1px solid #dfe2db;background:#222923;color:#fff}.account-admin-sidebar .login-brand{min-height:72px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.09)}.account-admin-sidebar .login-brand strong{color:#fff}.account-admin-sidebar .login-brand span{color:#aeb8af}.account-admin-sidebar nav{display:grid;gap:5px;padding:18px 10px}.account-admin-sidebar nav button{display:flex;min-height:42px;align-items:center;gap:10px;padding:0 12px;border:0;border-radius:5px;background:transparent;color:#bfc8c0;font-size:13px;text-align:left}.account-admin-sidebar nav button:hover{background:#ffffff12;color:#fff}.account-admin-sidebar nav button.active{background:#d94e31;color:#fff}.account-admin-sidebar-footer{display:flex;margin-top:auto;flex-direction:column;gap:4px;padding:16px;border-top:1px solid rgba(255,255,255,.09)}.account-admin-sidebar-footer strong{font-size:13px}.account-admin-sidebar-footer span{margin-bottom:9px;color:#9da89e;font-size:10px}.account-admin-sidebar-footer .button{border-color:#ffffff26;background:#ffffff0f;color:#fff}.account-admin-main{min-width:0;min-height:0;overflow-y:auto;background:#f3f4f0}.account-admin-shell .account-admin-topbar{position:sticky;top:0;width:100%;min-height:64px;padding:0 24px}.account-admin-shell .account-admin-topbar>div{display:flex;flex-direction:column;gap:3px}.account-admin-shell .account-admin-topbar>div strong{color:#353a34;font-size:14px}.account-admin-shell .account-admin-topbar>div span{color:#8a9087;font-size:10px}.account-admin-shell .account-admin-content{width:min(1460px,calc(100% - 40px));padding-top:24px}.admin-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.admin-kpi{display:flex;min-width:0;min-height:112px;align-items:center;gap:13px;padding:16px;border:1px solid var(--line);border-radius:6px;background:#fff}.admin-kpi>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:5px;background:#eaf1ed;color:var(--teal)}.admin-kpi.danger>span{background:#fff0ec;color:var(--brand)}.admin-kpi>div{display:flex;min-width:0;flex-direction:column}.admin-kpi small{color:#797f76;font-size:11px}.admin-kpi strong{margin-top:4px;color:#282d28;font-size:25px;line-height:1.1}.admin-kpi p{margin-top:5px;overflow:hidden;color:#969b93;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-loading{display:grid;min-height:220px;place-items:center;border:1px solid var(--line);background:#fff;color:#7e847b;font-size:12px}.admin-dashboard-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:12px;margin-bottom:12px}.admin-panel{min-width:0;margin-bottom:12px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.admin-dashboard-grid .admin-panel{margin-bottom:0}.admin-panel>header{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:12px;padding:10px 15px;border-bottom:1px solid #e5e7e1}.admin-panel>header>div:first-child{display:flex;flex-direction:column}.admin-panel>header h2{color:#353a34;font-size:14px}.admin-panel>header p{margin-top:3px;color:#969b93;font-size:10px}.admin-panel>header>svg{color:var(--teal)}.admin-chart{height:250px;padding:16px 10px 8px 0}.admin-source-list{display:grid;gap:12px;padding:18px 15px}.admin-source-list span{color:#666d65;font-size:11px}.admin-source-list strong{color:#363b35;font-size:12px;text-align:right}.admin-funnel-layout{display:grid;height:250px;grid-template-columns:minmax(135px,1fr) 102px;align-items:center;gap:4px;padding:10px 10px 10px 4px}.admin-funnel-chart{min-width:0;height:225px}.admin-funnel-stage-list{display:grid;align-content:center;gap:0}.admin-funnel-stage-list>div{display:grid;min-height:37px;grid-template-columns:7px minmax(0,1fr) 22px;align-items:center;gap:6px;border-bottom:1px solid #eceee9}.admin-funnel-stage-list>div:last-child{border-bottom:0}.admin-funnel-stage-list i{width:7px;height:18px;border-radius:2px}.admin-funnel-stage-list span{overflow:hidden;color:#666d65;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-funnel-stage-list strong{color:#363b35;font-size:11px;text-align:right}.admin-source-list>div{display:grid;grid-template-columns:76px minmax(0,1fr) 25px;align-items:center;gap:8px}.admin-source-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-source-list i{height:7px;overflow:hidden;border-radius:10px;background:#edf0eb}.admin-source-list i b{display:block;height:100%;border-radius:inherit;background:var(--teal)}.admin-map-panel>.entity-map-shell{border:0;border-radius:0}.admin-map-switch{display:flex!important;flex-direction:row!important;gap:4px}.admin-map-switch button{min-height:30px;padding:0 10px;border:1px solid #daddd5;border-radius:4px;background:#fff;color:#686f67;font-size:10px}.admin-map-switch button.active{border-color:var(--teal);background:#eaf2ee;color:var(--teal)}.admin-range-switch,.admin-growth-switch{display:flex!important;flex-direction:row!important;gap:4px!important;padding:3px;border:1px solid #d9ddd5;border-radius:5px;background:#fff}.admin-range-switch button,.admin-growth-switch button{min-height:31px;padding:0 11px;border:0;border-radius:3px;background:transparent;color:#747a72;font-size:11px;white-space:nowrap}.admin-range-switch button:hover,.admin-growth-switch button:hover{background:#f2f5f1;color:#414740}.admin-range-switch button.active,.admin-growth-switch button.active{background:var(--teal);color:#fff}.admin-growth-switch{flex:0 0 auto;padding:2px}.admin-growth-switch button{min-height:27px;padding-inline:9px;font-size:10px}.wps-config-hint{display:flex;margin-top:16px;flex-direction:column;gap:5px;padding:11px 13px;border-left:3px solid var(--teal);background:#f1f7f4;color:#69726b}.wps-config-hint strong{color:#3c4841;font-size:11px}.wps-config-hint span{font-size:10px;line-height:1.7}.account-admin-shell .admin-table-wrap td:first-child{min-width:130px}.account-admin-shell .admin-table-wrap td:first-child small{display:block;margin-top:3px;color:#969b93;font-size:9px}.admin-account-row-actions{display:flex;align-items:center;gap:6px;min-width:max-content}.permission-matrix{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:#fff}.permission-matrix>header,.permission-matrix>div{display:grid;min-width:720px;grid-template-columns:1.2fr repeat(3,1fr);align-items:center;border-bottom:1px solid #e5e7e1}.permission-matrix>div:last-child{border-bottom:0}.permission-matrix span,.permission-matrix b,.permission-matrix strong{min-height:48px;padding:14px 16px;border-right:1px solid #e5e7e1;font-size:11px}.permission-matrix>header{background:#f5f7f3;color:#555c54}.permission-matrix>div span{color:#3b403a;font-weight:700}.permission-matrix>div strong{color:#6d736b;font-weight:500}.muted{color:#a0a59d;font-size:10px}.agent-settings-workspace{display:grid;grid-template-columns:235px minmax(0,1fr);gap:13px;align-items:start}.agent-settings-list{overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff}.agent-settings-list>header{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:8px 10px 8px 14px;border-bottom:1px solid var(--line)}.agent-settings-list>header>div{display:flex;flex-direction:column}.agent-settings-list>header strong{color:#3d433c;font-size:12px}.agent-settings-list>header span{margin-top:2px;color:#969b93;font-size:9px}.agent-settings-list>button{display:grid;width:100%;min-height:62px;grid-template-columns:29px minmax(0,1fr) 8px;align-items:center;gap:8px;padding:9px 11px;border:0;border-bottom:1px solid #ebede8;background:#fff;text-align:left}.agent-settings-list>button:hover{background:#f5f7f3}.agent-settings-list>button.active{background:#fff4f0;box-shadow:inset 3px 0 var(--brand)}.agent-settings-list>button>span{display:grid;width:29px;height:29px;place-items:center;border-radius:4px;background:#e9f1ed;color:var(--teal)}.agent-settings-list>button>div{display:flex;min-width:0;flex-direction:column}.agent-settings-list>button strong,.agent-settings-list>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-settings-list>button strong{color:#424740;font-size:11px}.agent-settings-list>button small{margin-top:4px;color:#9a9f97;font-size:9px}.agent-settings-list>button>i{width:7px;height:7px;border-radius:50%;background:#c8cdc6}.agent-settings-list>button>i.enabled{background:#2f8a68}.agent-settings-form{margin:0}.agent-dingtalk-data{margin-top:16px;overflow:hidden;border:1px solid #d8ddd6;border-radius:5px;background:#fbfcfa}.agent-dingtalk-data>header{display:flex;min-height:66px;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-bottom:1px solid #e1e5df;background:#f5f8f5}.agent-dingtalk-data>header>div{display:flex;min-width:0;align-items:center;gap:10px}.agent-dingtalk-data>header>div>span{display:grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border-radius:4px;background:#e7f1ed;color:var(--teal)}.agent-dingtalk-data>header>div>div{display:flex;min-width:0;flex-direction:column}.agent-dingtalk-data>header strong{color:#3f4842;font-size:12px}.agent-dingtalk-data>header p{margin-top:3px;color:#7f8983;font-size:10px;line-height:1.5}.agent-dingtalk-data>header>i{flex:0 0 auto;padding:4px 7px;border-radius:3px;background:#f7e9e5;color:#b94a34;font-size:9px;font-style:normal}.agent-dingtalk-data>header>i.ready{background:#e3f2eb;color:#277657}.agent-dingtalk-switch{min-height:58px;padding:10px 13px;border-bottom:1px solid #e5e8e3;background:#fff}.agent-dingtalk-switch>span{display:flex;flex-direction:column}.agent-dingtalk-switch b{color:#4b514b;font-size:11px}.agent-dingtalk-switch small{margin-top:3px;color:#929890;font-size:9px}.agent-dingtalk-source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 13px 0}.agent-dingtalk-source-grid>label{display:grid;min-width:0;min-height:64px;grid-template-columns:18px 28px minmax(0,1fr);align-items:center;gap:7px;padding:8px;border:1px solid #dfe3dd;border-radius:4px;background:#fff;cursor:pointer}.agent-dingtalk-source-grid>label.selected{border-color:#9fc5b9;background:#f1f8f5}.agent-dingtalk-source-grid input{width:14px;height:14px;accent-color:var(--teal)}.agent-dingtalk-source-grid>label>span{display:grid;width:27px;height:27px;place-items:center;border-radius:4px;background:#edf3f0;color:var(--teal)}.agent-dingtalk-source-grid>label>div{display:flex;min-width:0;flex-direction:column}.agent-dingtalk-source-grid strong{color:#4a514b;font-size:10px}.agent-dingtalk-source-grid small{margin-top:3px;color:#8d958f;font-size:8px;line-height:1.4}.agent-dingtalk-fields{padding:12px 13px 2px}.agent-dingtalk-fields .field small{margin-top:4px;color:#959b94;font-size:9px}.agent-dingtalk-permissions{display:flex;align-items:flex-start;gap:8px;margin:9px 13px 13px;padding:9px 10px;border:1px solid #d7e4df;border-radius:4px;background:#f0f7f4;color:#64756f}.agent-dingtalk-permissions svg{flex:0 0 auto;margin-top:1px;color:var(--teal)}.agent-dingtalk-permissions p{font-size:9px;line-height:1.6}.invoice-preview{align-content:start;justify-content:start}.invoice-preview .zoomable-preview-frame{transform-origin:top left}.invoice-preview img{transform-origin:center center;transition:transform .15s ease}.preview-zoom-controls{display:flex;align-items:center;gap:3px;margin-right:auto}.preview-zoom-value{width:55px;height:30px;border:1px solid #d9ddd5;border-radius:4px;background:#fff;color:#555c54;font-size:10px}.shared-import-notice{margin-bottom:10px}@media(max-width:1120px){.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr 1fr}.admin-growth-panel{grid-column:1 / -1}.agent-settings-workspace{grid-template-columns:1fr}.agent-settings-list{display:flex;overflow-x:auto}.agent-settings-list>header{min-width:160px;border-right:1px solid var(--line);border-bottom:0}.agent-settings-list>button{min-width:210px;border-right:1px solid var(--line);border-bottom:0}.agent-dingtalk-source-grid{grid-template-columns:repeat(3,minmax(180px,1fr));overflow-x:auto}}@media(max-width:760px){.account-admin-shell{display:block;overflow-y:auto}.account-admin-sidebar{min-height:auto}.account-admin-sidebar .login-brand{min-height:58px}.account-admin-sidebar nav{display:flex;overflow-x:auto;padding:8px}.account-admin-sidebar nav button{flex:0 0 auto}.account-admin-sidebar-footer{display:none}.account-admin-main{overflow:visible}.account-admin-shell .account-admin-topbar{position:static;padding:8px 12px}.account-admin-shell .account-admin-topbar>div span{display:none}.account-admin-shell .account-admin-content{width:calc(100% - 20px)}.admin-kpi-grid,.admin-dashboard-grid{grid-template-columns:1fr}.admin-growth-panel{grid-column:auto}.admin-kpi{min-height:92px}.shared-create-actions{flex-wrap:wrap}.shared-create-actions .button{flex:1 1 145px}.admin-dashboard-heading .admin-range-switch{width:100%;overflow-x:auto}.admin-dashboard-heading .admin-range-switch button{flex:1 0 auto}.sheet-size-summary{width:100%;margin-left:0}.preview-zoom-controls{width:100%}.agent-dingtalk-data>header{align-items:flex-start;flex-direction:column}.agent-dingtalk-data>header>i{margin-left:42px}}@media(max-width:620px){.sheet-quick-actions,.sheet-size-controls{width:100%}.sheet-quick-actions .button,.sheet-size-controls .button{flex:1}.sheet-size-controls{padding-left:0;border-left:0}.sheet-size-controls label{flex:1}.sheet-size-controls input{min-width:0;width:100%}.wps-editor-shell{min-height:520px;margin-inline:10px}.wps-editor-shell iframe{height:520px}.agent-dingtalk-source-grid{grid-template-columns:1fr;overflow:visible}.agent-settings-form>.config-footer{flex-direction:column-reverse}.agent-settings-form>.config-footer .button{width:100%;justify-content:center}}.region-selector{display:grid;gap:8px}.region-selector-china{grid-template-columns:minmax(130px,.9fr) repeat(3,minmax(0,1fr))}.region-selector-world{grid-template-columns:repeat(3,minmax(0,1fr))}.region-selector-custom{grid-template-columns:repeat(4,minmax(0,1fr))}.region-selector select,.region-selector input{min-width:0;width:100%}.region-selector small{grid-column:1 / -1;color:#68736c;font-size:11px;font-weight:500}.background-ai-jobs{position:relative;-webkit-app-region:no-drag}.background-ai-status{border:1px solid #b9d6cf;cursor:pointer}.background-ai-popover{position:absolute;z-index:90;top:calc(100% + 9px);right:0;width:min(360px,calc(100vw - 24px));overflow:hidden;border:1px solid #d3d8d0;border-radius:6px;background:#fff;box-shadow:0 18px 45px #1c201c2e}.background-ai-popover>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:1px solid #e3e6df;background:#f7f9f5}.background-ai-popover>header strong{color:#3f463f;font-size:12px}.background-ai-popover>header span{color:#91978e;font-size:10px}.background-ai-popover>button{display:grid;width:100%;min-height:58px;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:8px 11px;border:0;border-bottom:1px solid #eceee9;background:#fff;text-align:left}.background-ai-popover>button:hover{background:#f7f9f5}.background-ai-popover>button>span{display:grid;width:26px;height:26px;place-items:center;border-radius:4px;background:#edf3f0;color:#28796e}.background-ai-popover>button>span.error{background:#fff0ec;color:#c14932}.background-ai-popover>button>div{display:flex;min-width:0;flex-direction:column}.background-ai-popover>button strong,.background-ai-popover>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.background-ai-popover>button strong{color:#404640;font-size:11px}.background-ai-popover>button small{margin-top:4px;color:#92978e;font-size:9px}.background-ai-popover>button>svg{color:#a0a59d}.modal-lg{width:min(1120px,100%)}.invoice-preview{display:grid;width:100%;height:min(720px,72vh);place-items:center;overflow:auto;align-content:center;justify-content:center}.invoice-preview .zoomable-preview-frame{display:block;width:100%;height:100%;min-height:min(700px,70vh);border:0;background:#fff;transform:none}.invoice-preview.fit-page img{max-width:100%;max-height:100%}.invoice-preview.zoomed{align-content:start;justify-content:start}.invoice-preview.zoomed img{max-width:none;max-height:none;margin:auto;transform-origin:top left}.ledger-online-editor{width:100%;min-height:min(650px,66vh);resize:vertical;padding:20px;border:1px solid #d6dad2;border-radius:5px;outline:0;color:#383e38;font:13px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.ledger-online-editor:focus{border-color:#83a89d;box-shadow:0 0 0 3px #2d8d7f1a}.online-editor-loading{min-height:420px}.knowledge-tree-panel .knowledge-base-list{max-height:none;min-height:0;flex:1}.knowledge-sidebar-empty{display:flex;min-height:180px;align-items:center;justify-content:center;gap:8px;color:#9a9f97;flex-direction:column;font-size:10px}.article-list-panel>div>.knowledge-folder-card{position:relative;display:grid;min-height:62px;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-bottom:1px solid #eceee9;background:#fff}.knowledge-folder-card.active{background:#fff5f1;box-shadow:inset 3px 0 var(--brand)}.knowledge-folder-card>button{display:grid;min-width:0;min-height:62px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:9px 5px 9px 13px;border:0;background:transparent;color:#637069;text-align:left}.knowledge-folder-card>button>span{display:flex;min-width:0;flex-direction:column}.knowledge-folder-card>button strong,.knowledge-folder-card>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.knowledge-folder-card>button strong{color:#3d433d;font-size:12px}.knowledge-folder-card>button small{margin-top:5px;color:#969b93;font-size:9px}.knowledge-folder-card>div{display:flex;padding-right:6px}.knowledge-folder-card>div .icon-button{width:27px;height:29px}.article-selector-strip{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:12px 19px;border-bottom:1px solid #e8ebe5;background:#fafbf8}.article-selector-strip label{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px;color:#858b82;font-size:9px;font-weight:700}.article-selector-strip select{width:100%;height:34px;padding:0 30px 0 9px;border:1px solid #d5d9d1;border-radius:4px;background:#fff;color:#474d47;font-size:11px}.rich-editor-toolbar .icon-button.active{border-color:#7ca99d;background:#dfeee9;color:#23786c;box-shadow:inset 0 0 0 1px #2d8d7f24}.automation-built-in-template.editable label{display:flex;align-items:center;justify-content:space-between;color:#555c54;font-size:10px;font-weight:750}.automation-built-in-template.editable label small{color:#2d8175;font-size:9px;font-weight:600}.automation-built-in-template.editable textarea{min-height:210px;resize:vertical;padding:9px;border:1px solid #d9ddd5;border-radius:4px;outline:0;background:#fbfcf9;color:#4a5049;font:10px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.automation-built-in-template.editable textarea:focus{border-color:#84a99f;background:#fff}.automation-built-in-template.editable .text-button{justify-self:end}.automation-output-editor{width:100%;min-height:330px;margin-top:12px;resize:vertical;padding:13px;border:1px solid #d7dbd3;border-radius:4px;outline:0;background:#fbfcf9;color:#424842;font:12px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.automation-output-editor:focus{border-color:#7ca89d;background:#fff;box-shadow:0 0 0 3px #2d8d7f14}.automation-output-save-note{display:block;margin-top:7px;color:#858b82;font-size:9px}.workbook-run-editor{margin-top:12px;overflow:hidden;border:1px solid #d6dad2;border-radius:4px;background:#fff}.workbook-sheet-tabs{display:flex;gap:3px;padding:6px 7px;overflow-x:auto;border-bottom:1px solid #dce0d8;background:#f3f5f1}.workbook-sheet-tabs button{min-height:27px;padding:0 9px;border:1px solid transparent;border-radius:3px;background:transparent;color:#6f766e;font-size:10px;white-space:nowrap}.workbook-sheet-tabs button.active{border-color:#c8d7d1;background:#fff;color:#28786d;font-weight:750}.workbook-grid-scroll{max-height:520px;overflow:auto}.workbook-grid-scroll table{border-collapse:separate;border-spacing:0;min-width:100%;table-layout:fixed}.workbook-grid-scroll th{position:sticky;z-index:2;top:0;width:100px;min-width:100px;height:28px;border-right:1px solid #d9ddd6;border-bottom:1px solid #d9ddd6;background:#edf1ed;color:#687068;font-size:9px;text-align:center}.workbook-grid-scroll th:first-child{left:0;z-index:3;width:38px;min-width:38px}.workbook-grid-scroll tbody th{left:0;z-index:1;width:38px;min-width:38px}.workbook-grid-scroll td{width:100px;min-width:100px;height:30px;padding:0;border-right:1px solid #e0e3dd;border-bottom:1px solid #e0e3dd}.workbook-grid-scroll td input{width:100%;height:29px;padding:0 6px;border:0;outline:0;background:transparent;color:#3f453f;font-size:10px}.workbook-grid-scroll td:focus-within{outline:2px solid var(--teal);outline-offset:-2px}@media(max-width:760px){.region-selector{grid-template-columns:1fr}.region-selector small{grid-column:auto}.modal-lg{width:100%}.modal-full{width:100%;height:calc(100dvh - 20px)}.invoice-preview{height:66vh}.article-selector-strip{align-items:stretch;flex-direction:column}}
