@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans SC,system-ui,sans-serif;color:#17202d;background:#f4f6f9;font-synthesis:none;--navy: #17263e;--blue: #2563eb;--border: #e2e7ee;--muted: #728093;--surface: #fff}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f9}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-only{display:none!important}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(440px,.92fr) 1.08fr;background:#fbfaf7}.login-story{position:relative;min-height:100vh;padding:50px 64px;color:#f8fafc;background:#142238;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.login-story:after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-170px;bottom:-90px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.brand-mark{display:flex;align-items:center;gap:12px;font-size:19px}.brand-mark span,.brand-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#2e6af3;color:#fff;font-weight:700}.login-story-copy{max-width:520px;position:relative;z-index:1}.login-story-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.08;letter-spacing:-.05em;margin:16px 0 22px}.login-story-copy>p:last-child{max-width:430px;color:#b9c5d5;font-size:17px;line-height:1.85}.eyebrow{margin:0;color:#2f69df;font-size:12px;line-height:1;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.login-story .eyebrow{color:#79a3ff}.story-metric{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.story-metric strong{font-size:25px;color:#90b2ff}.story-metric span{color:#9eabbd;border-left:1px solid #3c495d;padding-left:14px}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(430px,100%);display:grid;gap:20px}.login-card h2{font-size:31px;letter-spacing:-.03em;margin:10px 0 6px}.muted{color:var(--muted);margin:0}.demo-note{display:flex;flex-direction:column;gap:3px;padding:13px 15px;border:1px solid #d7e3fd;background:#f0f5ff;border-radius:10px;color:#31599f;font-size:13px}.demo-note strong{color:#20478e}label{display:grid;gap:7px;color:#4b586a;font-size:13px;font-weight:600}input,select,textarea{width:100%;min-height:42px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#17202d;padding:9px 12px;outline:none;transition:border-color .16s,box-shadow .16s}input:focus,select:focus,textarea:focus{border-color:#5280e7;box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical;min-height:80px}.button{border:1px solid transparent;border-radius:8px;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px;background:#fff;color:#344154}.button.primary{background:var(--blue);color:#fff;box-shadow:0 5px 13px #2563eb2e}.button.dark{background:var(--navy);color:#fff}.button.ghost{border-color:var(--border);background:#fff}.button.compact{min-height:32px;padding:0 11px;background:#f0f5ff;border-color:#d9e5ff;color:#2457bb}.button.full{width:100%}.login-button{min-height:48px;justify-content:space-between;padding:0 18px;margin-top:4px}.app-shell{min-height:100vh;display:grid;grid-template-columns:236px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#17243a;color:#dce4f0;padding:24px 16px 18px;display:flex;flex-direction:column;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 28px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{color:#fff;font-size:16px}.sidebar-brand small{color:#8593a8;margin-top:2px;font-size:11px}.nav-group{margin-top:24px}.nav-group>p{color:#67768c;font-size:10px;letter-spacing:.14em;font-weight:700;margin:0 11px 8px}.nav-group a{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:8px;color:#aeb9c8;font-size:13px;margin:3px 0}.nav-group a:hover{background:#ffffff0d;color:#fff}.nav-group a.active{background:#2c64de;color:#fff;box-shadow:0 5px 16px #050e1c3d}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:17px 9px 0;display:flex;gap:8px;align-items:center;font-size:11px;color:#8795a8}.status-dot{width:7px;height:7px;border-radius:50%;background:#49d391;box-shadow:0 0 0 4px #49d3911f}.workspace{min-width:0}.topbar{height:72px;padding:0 32px;background:#fffffff0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar-title small,.topbar-title strong{display:block}.topbar-title small{color:#98a2b1;font-size:10px;letter-spacing:.08em}.topbar-title strong{font-size:15px;margin-top:2px}.topbar-actions,.user-chip{display:flex;align-items:center;gap:12px}.demo-badge{font-size:10px;color:#805500;background:#fff3cc;border:1px solid #f3dea0;padding:4px 7px;border-radius:5px;font-weight:700;letter-spacing:.1em}.user-chip{padding-left:13px;border-left:1px solid var(--border)}.user-chip>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#344e75;font-weight:700}.user-chip strong,.user-chip small{display:block}.user-chip strong{font-size:12px}.user-chip small{color:var(--muted);font-size:10px;margin-top:2px}.icon-button{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:#546174}.content{padding:28px 32px 50px;max-width:1680px;min-width:0;margin:auto;overflow-x:hidden}.page-stack{display:grid;gap:20px;min-width:0;width:100%}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-heading h1{margin:8px 0 5px;font-size:28px;letter-spacing:-.035em}.page-heading>div>p:last-child{color:var(--muted);margin:0;font-size:13px}.heading-actions{display:flex;gap:8px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-grid article{border:1px solid var(--border);background:#fff;border-radius:11px;padding:16px;display:flex;align-items:center;gap:13px;box-shadow:0 4px 14px #17202d06}.stat-icon{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;font-weight:700;font-size:13px}.stat-icon svg{width:18px}.stat-icon.blue{color:#235fd3;background:#edf3ff}.stat-icon.amber{color:#a1630a;background:#fff4df}.stat-icon.coral{color:#be4e43;background:#ffefed}.stat-icon.green{color:#1d8060;background:#eaf8f2}.stat-grid small,.stat-grid strong{display:block}.stat-grid small{color:var(--muted);font-size:11px}.stat-grid strong{font-size:22px;margin-top:2px}.filter-card,.panel{min-width:0;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:11px;box-shadow:0 4px 16px #17202d06}.filter-card{padding:17px 19px}.filter-title{display:flex;align-items:center;gap:8px;color:#4b5868;font-size:13px;margin-bottom:14px}.filter-title span{color:#9aa4b2;font-size:11px;margin-left:3px}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.filter-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.panel-head{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4}.panel-head h2{font-size:15px;margin:0}.panel-head span{color:var(--muted);font-size:11px}.panel-head>div>span{display:block;margin-top:4px}.table-wrap{position:relative;width:100%;max-width:100%;overflow-x:auto;contain:inline-size}table{border-collapse:collapse;width:100%;min-width:900px}th,td{text-align:left;border-bottom:1px solid #edf0f4;padding:13px 16px;font-size:12px;vertical-align:middle}th{color:#7a8798;background:#fafbfc;font-weight:600;white-space:nowrap}td>strong,td>small{display:block}td>small{color:var(--muted);margin-top:4px}tbody tr:hover{background:#fbfcff}.customer-name{display:flex;align-items:center;gap:10px;padding:0;border:0;background:none;color:inherit;text-align:left}.customer-name>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#315ea8;background:#eaf1ff;font-weight:700}.customer-name strong,.customer-name small{display:block}.customer-name small{color:#8994a4;margin-top:2px;font-size:10px}.status-pill,.intent,.owner-chip,.unassigned,.job-state,.detail-state,.active-state,.inactive-state{display:inline-flex;align-items:center;border-radius:99px;white-space:nowrap}.status-pill{padding:4px 8px;background:#eff3f8;color:#506078}.intent{margin-left:6px;padding:4px 7px}.intent-高{color:#b0493c;background:#fff0ed}.intent-中{color:#90620b;background:#fff5df}.intent-低{color:#4d7182;background:#edf5f7}.owner-chip{padding:4px 8px;color:#2859a9;background:#eef4ff}.unassigned{color:#a06708;border-bottom:1px dashed #d4a347;border-radius:0}.row-actions{display:flex;gap:6px;justify-content:flex-end}.empty-state{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#95a0b0;gap:8px}.empty-state strong{color:#556274;font-size:13px}.empty-state span{font-size:11px}.empty-state.compact{min-height:220px}.loading-lines{padding:20px;display:grid;gap:13px}.loading-lines i{height:42px;border-radius:6px;background:#f1f3f6;animation:pulse 1.2s infinite alternate}@keyframes pulse{to{opacity:.52}}.alert{border-radius:9px;padding:12px 14px;font-size:12px;display:flex;align-items:center;gap:10px}.alert.error{color:#963b35;background:#fff0ee;border:1px solid #f2cec8}.alert.info{color:#315d9b;background:#eff5ff;border:1px solid #d4e2fb}.alert.warning{color:#80530a;background:#fff6e5;border:1px solid #f0ddb5}.alert button{margin-left:auto;border:0;background:none;color:inherit;display:flex;gap:5px;align-items:center;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:#0c142085;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(520px,100%);border-radius:13px;background:#fff;box-shadow:0 24px 60px #08122240}.modal.small{max-width:460px}.modal-head{padding:19px 21px 15px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--border)}.modal-head h2{margin:7px 0 0;font-size:21px}.modal-body{padding:20px 21px;display:grid;gap:17px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:2px}.customer-summary{background:#f6f8fb;border:1px solid #e5e9ef;border-radius:9px;padding:12px;display:flex;gap:10px;align-items:center}.customer-summary>span{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#dce9ff;color:#275bb4;font-weight:700}.customer-summary strong,.customer-summary small{display:block}.customer-summary small{color:var(--muted);margin-top:3px}.confirm-panel{text-align:center;justify-items:center}.confirm-panel>svg{color:#2e6cda}.confirm-panel h3{margin:0;font-size:19px}.confirm-panel>p{margin:-7px 0 0;color:#5f6b7b}.confirm-detail{width:100%;text-align:left;padding:13px;border-radius:8px;background:#f6f8fb}.confirm-detail span,.confirm-detail strong{display:block}.confirm-detail span{color:var(--muted);font-size:11px}.confirm-detail strong{margin-top:4px;font-size:13px}.confirm-panel .modal-actions{width:100%}.detail-drawer{position:fixed;right:0;top:0;bottom:0;z-index:40;width:min(420px,100vw);padding:24px;background:#fff;border-left:1px solid var(--border);box-shadow:-12px 0 38px #0e1c2f21;overflow-y:auto}.drawer-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid var(--border)}.drawer-head h2{margin:7px 0 0}.detail-drawer dl{margin:18px 0 28px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.detail-drawer dl div{min-width:0}.detail-drawer dt{color:var(--muted);font-size:11px}.detail-drawer dd{margin:5px 0 0;font-size:13px;word-break:break-all}.detail-drawer h3{font-size:14px}.timeline-list{list-style:none;padding:0;margin:16px 0}.timeline-list li{display:grid;grid-template-columns:12px 1fr;gap:10px;padding-bottom:18px;position:relative}.timeline-list li:before{content:"";position:absolute;left:4px;top:10px;bottom:-3px;border-left:1px solid #d9e1ec}.timeline-list li:last-child:before{display:none}.timeline-list li>span{width:9px;height:9px;border-radius:50%;background:#3974e7;margin-top:4px;z-index:1}.timeline-list strong{font-size:12px}.timeline-list p{margin:3px 0;color:#586679;font-size:12px}.timeline-list small{color:#96a1b0}.assignment-layout{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(460px,1.12fr);gap:18px;align-items:start}.step-badge{width:28px;height:28px;border-radius:7px;display:grid!important;place-items:center;color:#2d61bd!important;background:#ebf2ff;font-weight:700}.stack-form{padding:18px;display:grid;gap:15px}.choice-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:4px;background:#f1f4f8;border-radius:9px}.choice-tabs button{border:0;border-radius:7px;padding:9px 6px;background:transparent;color:#687587;font-size:12px;font-weight:600}.choice-tabs button.selected{background:#fff;color:#2558b0;box-shadow:0 2px 7px #17202d14}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.job-search{display:flex;gap:8px;padding:17px;border-bottom:1px solid var(--border)}.job-search .button{flex:0 0 auto}.job-panel>.alert{margin:14px 17px 0}.job-list{padding:14px;display:grid;gap:12px}.job-card{border:1px solid var(--border);border-radius:9px;padding:14px}.job-card header{display:flex;justify-content:space-between;align-items:flex-start}.job-card header h3{font-size:12px;margin:8px 0 0}.job-card header small{color:var(--muted)}.job-state{padding:4px 8px;font-size:10px;font-weight:700}.job-state.failed{color:#a43f37;background:#fff0ee}.job-state.completed{color:#1e7659;background:#e9f7f1}.job-state.scheduled,.job-state.pending,.job-state.running{color:#9a650c;background:#fff5df}.job-counts{display:grid;grid-template-columns:repeat(3,1fr);background:#f6f8fa;border-radius:8px;margin-top:13px}.job-counts span{padding:10px;text-align:center;color:var(--muted);font-size:10px}.job-counts strong{display:block;color:#293649;font-size:17px}.failure-banner{display:flex;gap:9px;margin-top:12px;padding:10px;color:#8c3932;background:#fff2f0;border-radius:7px}.failure-banner strong{font-size:11px}.failure-banner p{margin:2px 0 0;font-size:11px}.job-details{margin-top:10px}.job-details>div{display:grid;grid-template-columns:55px 1fr 1fr;gap:8px;align-items:center;padding:8px 0;border-top:1px solid #eef1f4;font-size:11px}.job-details p{margin:0;grid-column:2 / 4;color:#8c4a42}.detail-state{justify-content:center;padding:3px 5px;font-size:9px;background:#eff2f6}.detail-state.failed{color:#9a4039;background:#fff0ee}.detail-state.success{color:#187253;background:#eaf7f2}.rule-grid,.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rule-card,.role-card{padding:20px;border-radius:11px;border:1px solid var(--border);background:#fff;display:flex;gap:14px}.rule-card>span,.role-card>span{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;color:#2862ca;background:#edf3ff;border-radius:9px}.rule-card small,.role-card small{color:#7c8999;font-size:10px}.rule-card h2,.role-card h2{margin:5px 0 8px;font-size:16px}.rule-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.active-state,.inactive-state{gap:5px;padding:4px 8px}.active-state{color:#187153;background:#eaf7f2}.inactive-state{color:#8f4b45;background:#fff1ef}.tag-list{display:flex;flex-wrap:wrap;gap:5px}.tag-list span{padding:4px 7px;color:#4f6077;background:#f0f3f7;border-radius:5px;font-size:10px}.checkbox-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkbox-list label{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid var(--border);border-radius:7px}.checkbox-list input{width:15px;min-height:15px}.card-list{padding:15px;display:grid;gap:9px}.card-list article{border:1px solid var(--border);border-radius:9px;padding:12px;display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center}.card-list strong,.card-list small{display:block}.card-list small,.card-list article>span:last-child{color:var(--muted);font-size:11px}.department-list article{grid-template-columns:40px minmax(0,1fr) auto auto}.department-list .row-actions{min-width:210px;flex-wrap:wrap}.department-edit-dialog{width:min(560px,calc(100vw - 32px))}.department-dependency-dialog{width:min(700px,calc(100vw - 32px))}.department-dependency-body{gap:14px}.dependency-clear{display:grid;gap:4px;padding:14px 16px;color:#197353;background:#effaf5;border:1px solid #cdebdc;border-radius:9px}.dependency-clear span,.dependency-samples small,.dependency-policy-choice small,.dependency-ack small{color:var(--muted);font-size:11px}.dependency-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.dependency-counts>div{padding:12px;background:#f7f9fc;border:1px solid #e2e8f0;border-radius:9px}.dependency-counts strong,.dependency-counts span{display:block}.dependency-counts strong{color:#9a453e;font-size:20px}.dependency-counts span{margin-top:3px;color:var(--muted);font-size:10px}.dependency-samples{display:grid;gap:6px;padding:12px 14px;background:#fbfcfe;border:1px solid #e5eaf1;border-radius:9px}.dependency-samples p{margin:0;color:#4b5c72;font-size:12px}.dependency-policy-choice,.dependency-ack{min-height:58px;padding:10px 12px}.dependency-policy-choice input,.dependency-ack input,.dependency-final-action input{width:16px;min-height:16px;flex:0 0 auto;accent-color:#2f69df}.dependency-policy-choice span,.dependency-ack span{display:grid;gap:3px}.dependency-final-action{display:flex;gap:14px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:9px}.dependency-final-action legend{padding:0 5px;color:#44536a;font-size:12px;font-weight:700}.dependency-final-action label{display:flex;align-items:center;gap:6px;font-size:12px}.trust-note{color:#52709b;background:#eaf1fb;border-radius:7px;padding:8px 11px;display:flex;align-items:center;gap:7px;font-size:11px}.audit-search{display:grid;grid-template-columns:minmax(280px,460px) auto;justify-content:start;align-items:end;gap:8px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:10px}.audit-list{padding:8px 18px}.audit-list article{display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #eef1f4}.audit-line{width:8px;height:8px;border-radius:50%;background:#3a70da}.audit-main strong{font-size:12px}.audit-main p{margin:3px 0 0;color:var(--muted);font-size:11px}.audit-list article>div:last-child{text-align:right}.audit-list article>div:last-child strong,.audit-list article>div:last-child small{display:block}.audit-list article>div:last-child strong{font-size:11px}.audit-list article>div:last-child small{margin-top:3px;color:var(--muted);font-size:10px}@media(max-width:1100px){.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assignment-layout{grid-template-columns:1fr}.rule-grid,.role-grid,.stat-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.mobile-only{display:inline-grid!important}.app-shell{display:block}.sidebar{position:fixed;left:-250px;transition:left .2s;width:236px}.sidebar.open{left:0;box-shadow:12px 0 35px #07112059}.sidebar-brand .mobile-only{margin-left:auto;background:transparent;border-color:#ffffff1a;color:#fff}.topbar{height:62px;padding:0 16px}.topbar-title{margin-right:auto;margin-left:10px}.user-chip div,.demo-badge{display:none}.content{padding:20px 15px 40px}.page-heading{align-items:flex-start;flex-direction:column}.heading-actions{width:100%}.heading-actions .button{flex:1}.filter-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.rule-grid,.role-grid,.two-columns{grid-template-columns:1fr}.login-shell{display:block;background:#142238;padding:20px}.login-story{display:none}.login-panel{min-height:calc(100vh - 40px);border-radius:15px;background:#fbfaf7;padding:28px 20px}.detail-drawer{width:100%}.audit-search{grid-template-columns:1fr}.card-list article{grid-template-columns:40px 1fr}.card-list article>span:last-child{grid-column:2}.department-list .department-status,.department-list .department-row-actions{grid-column:2;justify-self:start}.department-list .department-status{white-space:nowrap}.department-list .department-row-actions{width:100%;min-width:0;max-width:100%;justify-content:flex-start;flex-wrap:wrap}}.sidebar{height:100vh;min-height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.sidebar-foot{width:100%;min-height:48px;margin-top:auto;padding:15px 9px 2px;background:#17243a;border-top:1px solid rgba(255,255,255,.12);border-radius:0}.filter-card{padding:20px;background:#fff;box-shadow:0 8px 24px #17202d0b}.filter-title{min-height:30px;padding-bottom:13px;margin-bottom:17px;border-bottom:1px solid #edf0f4}.filter-grid{gap:14px}.filter-grid label{min-width:0}.filter-actions{padding-top:14px;border-top:1px solid #edf0f4}.choice-tabs{grid-template-columns:repeat(7,minmax(0,1fr));background:#e9eef6;border:1px solid #dde5f0}.choice-tabs button{min-height:36px}.modal-card{width:min(760px,100%);max-height:min(760px,calc(100vh - 40px));overflow:hidden;border:1px solid rgba(31,51,80,.12);border-radius:16px;background:#fff;box-shadow:0 28px 80px #08122247;display:flex;flex-direction:column}.modal-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #e9edf3}.modal-heading{display:flex;align-items:center;gap:12px}.modal-heading h2{margin:6px 0 3px;font-size:22px}.modal-heading p:last-child{margin:0;color:var(--muted);font-size:11px}.modal-icon{width:42px;height:42px;display:grid;place-items:center;color:#2e64c8;background:#edf3ff;border-radius:11px}.import-stepper{display:grid;grid-template-columns:1fr 28px 1fr;align-items:center;padding:16px 24px;background:#fafbfd}.import-stepper>div{display:flex;align-items:center;gap:8px;color:#9aa5b4;font-size:12px}.import-stepper>div.active,.import-stepper>div.done{color:#2c63c9;font-weight:700}.import-stepper span{width:24px;height:24px;display:grid;place-items:center;border:1px solid #d5dce7;border-radius:50%;background:#fff}.import-stepper .active span,.import-stepper .done span{color:#fff;background:#2f69df;border-color:#2f69df}.import-stepper i{height:1px;background:#dbe2ec}.modal-card-body{min-height:0;overflow:auto;display:grid;gap:16px;padding:22px 24px 24px}.modal-card-body>label{gap:8px}.import-dropzone{display:grid;justify-items:center;gap:5px;padding:20px;color:#2e64c8;background:#f5f8ff;border:1px dashed #aac3f4;border-radius:11px;cursor:pointer}.import-dropzone input{max-width:100%;font-size:11px}.import-dropzone strong{color:#315997;font-size:13px}.import-dropzone span,.import-hint,.field-help{color:var(--muted);font-size:11px}.import-hint{margin:-7px 0 0}.import-assignment{display:grid;gap:9px;border:1px solid #e5eaf2;border-radius:10px;padding:13px 14px}.import-assignment legend{padding:0 5px;color:#44536a;font-size:12px;font-weight:700}.import-assignment-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid transparent;border-radius:8px;cursor:pointer}.import-assignment-option:has(input:checked){color:#2458b7;background:#f1f6ff;border-color:#d7e5ff}.import-assignment-option input,.import-assignee-option input{width:16px;min-height:16px;flex:0 0 auto;accent-color:#2f69df}.import-assignee-picker{display:grid;gap:10px;padding:12px;background:#f8faff;border:1px solid #e2eafa;border-radius:9px}.import-assignee-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.import-assignee-heading strong{color:#44536a;font-size:12px}.import-assignee-heading span,.import-assignee-option small{color:var(--muted);font-size:10px}.import-assignee-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.import-assignee-option{display:flex;align-items:center;gap:9px;min-width:0;padding:9px 10px;background:#fff;border:1px solid #e1e7f0;border-radius:8px;cursor:pointer}.import-assignee-option:has(input:checked){border-color:#7ca5ef;background:#eef4ff}.import-assignee-option span{min-width:0}.import-assignee-option strong,.import-assignee-option small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-assignee-option strong{color:#2d405d;font-size:12px}.import-assignee-empty{padding:10px;color:#7a8798;background:#fff;border:1px dashed #d6deea;border-radius:7px;font-size:11px}.modal-card-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.import-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.import-summary>div{padding:12px 14px;background:#f6f8fb;border:1px solid #e7ebf2;border-radius:9px}.import-summary strong,.import-summary span{display:block}.import-summary strong{font-size:20px}.import-summary span{margin-top:3px;color:var(--muted);font-size:10px}.import-summary .success strong,.success-text{color:#197353}.import-summary .danger strong,.error-text{color:#a44239}.import-preview-table{overflow:auto;border:1px solid #e6ebf2;border-radius:9px}.import-preview-table table{min-width:580px}.import-preview-table th,.import-preview-table td{padding:10px 12px;font-size:11px}@media(max-width:760px){.choice-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.modal-card{max-height:calc(100vh - 24px)}.modal-card-header,.modal-card-body,.import-stepper{padding-left:17px;padding-right:17px}}@media(max-width:560px){.dependency-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.dependency-final-action{display:grid;gap:9px}}@media(max-width:430px){.stat-grid,.checkbox-list{grid-template-columns:1fr}.choice-tabs{grid-template-columns:repeat(2,1fr)}.filter-title span{display:none}.modal-heading h2{font-size:19px}.import-stepper{grid-template-columns:1fr 16px 1fr}.import-stepper strong{font-size:11px}.import-assignee-options{grid-template-columns:1fr}.import-assignee-heading{display:grid;gap:3px}.modal-card-actions{flex-direction:column-reverse}.modal-card-actions .button{width:100%}}@scope (.employee-portal){.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-only{display:none!important}.eyebrow{margin:0;color:#2f69df;font-size:11px;line-height:1;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.muted{color:var(--muted);margin:0}.login-shell{height:100%;display:grid;grid-template-columns:minmax(440px,.92fr) 1.08fr;background:#fbfaf7}.login-story{position:relative;height:100%;padding:50px 64px;color:#f8fafc;background:#142238;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.login-story:after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-170px;bottom:-90px;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.brand-mark{display:flex;align-items:center;gap:12px;font-size:19px}.brand-mark span,.brand-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#2e6af3;color:#fff;font-weight:700}.login-story-copy{max-width:520px;position:relative;z-index:1}.login-story-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.08;letter-spacing:-.05em;margin:16px 0 22px}.login-story-copy>p:last-child{max-width:430px;color:#b9c5d5;font-size:17px;line-height:1.85}.login-story .eyebrow{color:#79a3ff}.story-metric{display:flex;align-items:center;gap:14px;position:relative;z-index:1}.story-metric strong{font-size:25px;color:#90b2ff}.story-metric span{color:#9eabbd;border-left:1px solid #3c495d;padding-left:14px}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(430px,100%);display:grid;gap:20px}.login-card h2{font-size:31px;letter-spacing:-.03em;margin:10px 0 6px}.demo-note{display:flex;flex-direction:column;gap:3px;padding:13px 15px;border:1px solid #d7e3fd;background:#f0f5ff;border-radius:10px;color:#31599f;font-size:13px}.demo-note strong{color:#20478e}label{display:grid;gap:7px;color:#4b586a;font-size:13px;font-weight:600}input,select,textarea{width:100%;min-height:42px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#17202d;padding:9px 12px;outline:none;transition:border-color .16s,box-shadow .16s}input:focus,select:focus,textarea:focus{border-color:#5280e7;box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical;min-height:92px}.button{border:1px solid transparent;border-radius:8px;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px;background:#fff;color:#344154}.button.primary{background:var(--blue);color:#fff;box-shadow:0 5px 13px #2563eb2e}.button.dark{background:var(--navy);color:#fff}.button.ghost{border-color:var(--border)}.button.compact{min-height:32px;padding:0 11px;background:#f0f5ff;border-color:#d9e5ff;color:#2457bb}.login-button{min-height:48px;justify-content:space-between;padding:0 18px}.app-shell{position:absolute;top:0;left:0;right:0;bottom:0;display:grid;grid-template-columns:236px 1fr}.sidebar{height:100%;overflow-y:auto;background:#17243a;color:#dce4f0;padding:24px 16px 18px;display:flex;flex-direction:column;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:11px;padding:0 8px 28px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-brand strong{color:#fff;font-size:16px}.sidebar-brand small{color:#8593a8;margin-top:2px;font-size:11px}.sidebar nav{margin-top:24px}.sidebar nav>p{color:#67768c;font-size:10px;letter-spacing:.14em;font-weight:700;margin:0 11px 8px}.sidebar nav a{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 12px;border-radius:8px;color:#aeb9c8;font-size:13px;margin:3px 0}.sidebar nav a:hover{background:#ffffff0d;color:#fff}.sidebar nav a.active{background:#2c64de;color:#fff;box-shadow:0 5px 16px #050e1c3d}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:17px 9px 0;display:flex;gap:9px;align-items:flex-start}.sidebar-foot strong,.sidebar-foot small{display:block}.sidebar-foot strong{color:#aeb9c8;font-size:11px}.sidebar-foot small{color:#68778d;margin-top:3px;font-size:9px}.status-dot{width:7px;height:7px;flex:0 0 auto;margin-top:4px;border-radius:50%;background:#49d391;box-shadow:0 0 0 4px #49d3911f}.workspace{min-width:0;overflow-y:auto}.topbar{height:72px;padding:0 32px;background:#fffffff0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar-title small,.topbar-title strong{display:block}.topbar-title small{color:#98a2b1;font-size:10px;letter-spacing:.08em}.topbar-title strong{font-size:15px;margin-top:2px}.topbar-actions,.user-chip{display:flex;align-items:center;gap:12px}.demo-badge{font-size:10px;color:#805500;background:#fff3cc;border:1px solid #f3dea0;padding:4px 7px;border-radius:5px;font-weight:700;letter-spacing:.1em}.user-chip{padding-left:13px;border-left:1px solid var(--border)}.user-chip>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;background:#344e75;font-weight:700}.user-chip strong,.user-chip small{display:block}.user-chip strong{font-size:12px}.user-chip small{color:var(--muted);font-size:10px;margin-top:2px}.icon-button{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:#546176}.content{padding:30px 32px 50px}.page-stack{display:grid;gap:20px;max-width:1440px;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-heading h1,.customer-hero h1,.workbench-hero h1{margin:8px 0 7px;font-size:29px;letter-spacing:-.035em}.page-heading>div>p:last-child,.customer-hero p:last-child,.workbench-hero>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.scope-note,.security-note{display:flex;align-items:center;gap:9px;border:1px solid #d9e5fa;color:#426493;background:#f0f5fd;border-radius:9px;padding:11px 13px;font-size:11px}.security-note>div strong,.security-note>div span{display:block}.security-note>div span{margin-top:2px;color:#6d7f99}.panel,.detail-form,.timeline-panel,.quick-panel{border:1px solid var(--border);border-radius:11px;background:#fff;box-shadow:0 5px 18px #16263e09}.panel-head,.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 19px;border-bottom:1px solid #edf0f4}.panel-head h2,.section-title h2{margin:0;font-size:14px}.panel-head span,.section-title small,.section-title>span{color:var(--muted);font-size:10px}.section-title h2{margin-top:4px}.search-strip{display:grid;grid-template-columns:minmax(260px,560px) auto auto;gap:8px}.search-field{position:relative;display:block}.search-field svg{position:absolute;z-index:1;left:13px;top:13px;color:#8995a6}.search-field input{padding-left:40px}.customer-grid{padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.customer-card{border:1px solid var(--border);border-radius:10px;padding:16px}.customer-card:hover{border-color:#b8caed;box-shadow:0 7px 20px #22478414}.customer-card-head{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center}.customer-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#2d5eaf;background:#eaf1ff;font-weight:700}.customer-card-head h2{margin:0;font-size:14px}.customer-card-head p{margin:3px 0 0;color:var(--muted);font-size:10px}.intent{padding:4px 7px;border-radius:99px;font-size:10px}.intent-高{color:#ad4639;background:#fff0ed}.intent-中{color:#90620b;background:#fff5df}.intent-低,.intent-未知{color:#4d7182;background:#edf5f7}.customer-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.customer-card dt{color:#929dad;font-size:9px}.customer-card dd{margin:4px 0 0;font-size:11px}.overdue{color:#be463a;font-weight:700}.card-link,.text-link,.back-link{color:#2861c9;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px}.card-link{justify-content:space-between;padding-top:12px;border-top:1px solid #edf0f4}.loading-lines{padding:20px;display:grid;gap:13px}.loading-lines i{height:42px;border-radius:6px;background:#f1f3f6;animation:pulse 1.2s infinite alternate}.page-loader{max-width:900px;margin:100px auto}@keyframes pulse{to{opacity:.52}}.empty-state{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#95a0b0;gap:8px}.empty-state strong{color:#556274;font-size:13px}.empty-state span{font-size:11px}.empty-state.compact{min-height:220px}.page-empty{min-height:60%}.alert{border-radius:9px;padding:12px 14px;font-size:12px;display:flex;align-items:center;gap:10px}.alert.error{color:#963b35;background:#fff0ee;border:1px solid #f2cec8}.alert.success{color:#1e7255;background:#eaf7f1;border:1px solid #cceadc}.alert button{margin-left:auto;border:0;background:none;color:inherit;display:flex;gap:5px;align-items:center;font-weight:700}.detail-heading{display:grid;gap:14px}.customer-hero{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:15px}.customer-hero>span{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;color:#fff;background:#2c61c7;font-size:21px;font-weight:700}.customer-hero h1{font-size:25px}.hero-actions{display:flex;align-items:center;gap:8px}.detail-layout{display:grid;grid-template-columns:minmax(480px,.92fr) minmax(380px,1.08fr);gap:18px;align-items:start}.detail-main{display:grid;gap:16px}.contact-panel{overflow:hidden}.contact-points{display:flex;gap:20px;padding:18px 19px;color:#526075;font-size:12px}.contact-points span{display:flex;align-items:center;gap:7px}.detail-form{padding:18px;display:grid;gap:16px}.detail-form .section-title{padding:0 0 14px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.version-chip{border-radius:99px;background:#f0f3f8;padding:4px 8px}.input-with-icon{position:relative;display:block}.input-with-icon svg{position:absolute;left:11px;top:13px;color:#8a95a5}.input-with-icon input{padding-left:36px}.timeline-panel{padding:0 18px 18px;position:sticky;top:92px;max-height:calc(100% - 122px);overflow-y:auto}.timeline-panel .section-title{padding-left:0;padding-right:0;position:sticky;top:0;background:#fff;z-index:2}.agent-timeline{list-style:none;margin:17px 0 0;padding:0}.agent-timeline li{display:grid;grid-template-columns:30px 1fr;gap:11px;position:relative;padding-bottom:20px}.agent-timeline li:before{content:"";position:absolute;left:14px;top:29px;bottom:2px;border-left:1px solid #dce3ec}.agent-timeline li:last-child:before{display:none}.timeline-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#3463b8;background:#eaf1ff;z-index:1}.timeline-icon.call{color:#267451;background:#eaf7f1}.timeline-icon.recording{color:#8c5d12;background:#fff5df}.agent-timeline header{display:flex;justify-content:space-between;gap:10px}.agent-timeline header strong{font-size:11px}.agent-timeline time{color:#98a2b0;font-size:9px}.agent-timeline p{margin:5px 0;color:#536176;font-size:11px;line-height:1.55}.agent-timeline small{color:#8995a6}.call-action{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.call-button{color:#fff;background:#1e7357}.call-state{border-radius:99px;padding:5px 8px;background:#edf5ff;color:#315e9f;font-size:10px}.inline-error{max-width:280px;color:#a03d35;font-size:10px}.recording-player{margin-top:8px;display:grid;gap:6px}.recording-authorize{width:fit-content;min-height:29px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d7e1f1;border-radius:7px;color:#355e9e;background:#f4f7fc;font-size:10px}.recording-player audio{width:100%;height:34px}.recording-unavailable{display:flex;align-items:center;gap:5px;color:#8c96a5;font-size:10px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat-row article{min-height:88px;display:flex;align-items:center;gap:14px;padding:17px;border-radius:10px;border:1px solid var(--border);background:#fff}.stat-row article>svg{width:38px;height:38px;padding:9px;color:#2e64c4;background:#eaf1ff;border-radius:9px}.stat-row small,.stat-row strong{display:block}.stat-row small{color:var(--muted);font-size:10px}.stat-row strong{margin-top:4px;font-size:22px}.danger-stat>svg{color:#ad493e!important;background:#fff0ed!important}.todo-list{padding:10px 18px}.todo-list article{display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid #edf0f4}.todo-check{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#2f6c56;background:#eaf7f1}.todo-list strong{font-size:12px}.todo-list p{margin:4px 0 0;color:var(--muted);font-size:10px}.overdue-todo .todo-check{color:#ab473d;background:#fff0ed}.security-note{justify-self:start}.call-history{padding:10px 18px}.call-history>article{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid #edf0f4}.history-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#2d6f55;background:#eaf7f1}.history-icon.recording{color:#8b5d12;background:#fff5df}.history-title{display:flex;justify-content:space-between;gap:12px}.history-title a{color:#285fbd;font-size:12px;font-weight:700}.history-title time{color:var(--muted);font-size:10px}.call-history p{margin:5px 0;color:#59677a;font-size:11px}.workbench-hero{min-height:150px;padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#fff;border-radius:13px;background:linear-gradient(125deg,#182a48,#2551a5);box-shadow:0 12px 28px #1e3f792e}.workbench-hero .eyebrow{color:#9dbbff}.workbench-hero>div>p:last-child{color:#c6d4eb}.hero-date{display:flex;align-items:center;gap:12px;padding:14px 17px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#ffffff0f}.hero-date strong,.hero-date span{display:block}.hero-date strong{font-size:12px}.hero-date span{color:#aebed4;margin-top:3px;font-size:9px}.workbench-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.workbench-grid{display:grid;grid-template-columns:minmax(460px,1.3fr) minmax(330px,.7fr);gap:16px;align-items:start}.focus-list{padding:6px 17px}.focus-list a{display:grid;grid-template-columns:38px 1fr auto 16px;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #edf0f4}.focus-list .customer-avatar{width:38px;height:38px}.focus-list strong,.focus-list small{display:block}.focus-list strong{font-size:12px}.focus-list small{color:var(--muted);margin-top:3px;font-size:10px}.focus-list time{color:#516076;font-size:10px}.quick-panel{color:#fff;background:#17243a;padding:21px}.quick-panel .eyebrow{color:#7fa6fa}.quick-panel h2{margin:8px 0 18px;font-size:20px}.quick-panel>a{display:grid;grid-template-columns:35px 1fr 17px;gap:10px;align-items:center;padding:13px 0;border-top:1px solid rgba(255,255,255,.09)}.quick-panel>a>svg:first-child{width:34px;height:34px;padding:8px;color:#88aefa;background:#4c79d32b;border-radius:8px}.quick-panel strong,.quick-panel span{display:block}.quick-panel strong{font-size:11px}.quick-panel span{margin-top:3px;color:#8290a5;font-size:9px}.quick-panel>a>svg:last-child{color:#67768c}@media(max-width:1100px){.customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout,.workbench-grid{grid-template-columns:1fr}.timeline-panel{position:static;max-height:none}.workbench-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.mobile-only{display:inline-grid!important}.app-shell{display:block}.sidebar{position:fixed;left:-250px;width:236px;transition:left .2s}.sidebar.open{left:0;box-shadow:12px 0 35px #07112059}.sidebar-brand .mobile-only{margin-left:auto;background:transparent;border-color:#ffffff1a;color:#fff}.topbar{height:62px;padding:0 16px}.topbar-title{margin-right:auto;margin-left:10px}.user-chip div,.demo-badge{display:none}.content{padding:20px 15px 40px}.login-shell{display:block;background:#142238;padding:20px}.login-story{display:none}.login-panel{min-height:calc(100% - 40px);border-radius:15px;background:#fbfaf7;padding:28px 20px}.page-heading,.workbench-hero{align-items:flex-start;flex-direction:column}.search-strip{grid-template-columns:1fr 1fr}.search-field{grid-column:1 / -1}.customer-grid,.workbench-stats,.stat-row{grid-template-columns:1fr 1fr}.customer-hero{grid-template-columns:46px 1fr}.customer-hero>span{width:46px;height:46px}.hero-actions{grid-column:1 / -1}.two-columns{grid-template-columns:1fr}.contact-points{flex-direction:column;gap:9px}}@media(max-width:520px){.customer-grid,.workbench-stats,.stat-row{grid-template-columns:1fr}.customer-card-head{grid-template-columns:38px 1fr}.customer-card-head .intent{grid-column:2;justify-self:start}.todo-list article{grid-template-columns:34px 1fr}.todo-list .button{grid-column:2;justify-self:start}.history-title{flex-direction:column;gap:3px}.workbench-hero{padding:23px 20px}}.sidebar{height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.sidebar-foot{width:100%;min-height:52px;padding:15px 9px 3px;background:#17243a;border-top-color:#ffffff1f;border-radius:0}.customer-list-scroll{width:100%;overflow-x:auto}.customer-list-table{min-width:980px}.customer-list-table th,.customer-list-table td{padding:12px 14px}.customer-row-name{display:flex;align-items:center;gap:9px;min-width:170px}.customer-row-name strong,.customer-row-name small{display:block}.customer-row-name strong{font-size:12px}.customer-row-name small{margin-top:3px;color:var(--muted);font-size:10px}.masked-phone{color:#526174;font-variant-numeric:tabular-nums}.inline-field select{min-height:32px;padding:5px 28px 5px 8px;border-radius:7px;font-size:11px}.customer-row-actions{align-items:center;justify-content:flex-start;flex-wrap:nowrap}.customer-row-actions .button{white-space:nowrap}.save-button:disabled{opacity:.48}.customer-list-panel .empty-state{min-height:260px}@media(max-width:760px){.customer-list-table{min-width:auto;width:100%}.customer-list-table thead{display:none}.customer-list-scroll{overflow-x:visible}.customer-list-table,.customer-list-table tbody,.customer-list-table tr,.customer-list-table td{display:block}.customer-list-table tbody{display:flex;flex-direction:column;gap:10px}.customer-list-table tr{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 10px #00000012;width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.customer-list-table td{padding:0;border:0;width:100%!important;box-sizing:border-box}.customer-row-name{min-width:auto;align-items:flex-start;margin-bottom:8px}.customer-row-name .customer-avatar{width:42px;height:42px;border-radius:12px;font-size:18px;flex-shrink:0;display:grid;place-items:center;color:#fff;background:#2c61c7}.customer-row-name strong{font-size:16px}.customer-row-name small{font-size:11px}.customer-list-table td[data-label=客户]{margin-bottom:12px}.masked-phone{font-size:14px;font-weight:700}.inline-field select{width:100%;min-height:40px;font-size:13px;border-radius:8px;border:1px solid #dde3ed;padding:8px 32px 8px 10px;background:#f9fafc;margin-bottom:8px}.customer-list-table td[data-label]:not([data-label=客户]){display:grid;grid-template-columns:78px minmax(0,1fr);align-items:start;gap:8px;font-size:12px;margin-bottom:6px}.customer-list-table td[data-label]:before{content:attr(data-label);color:#8896a8;font-size:12px;font-weight:700}.overdue{color:#dc3545!important;font-weight:700}.customer-row-actions{display:flex;gap:8px;min-width:0;margin-top:14px;padding-top:14px;border-top:1px solid #eef1f6}.customer-row-actions .button{flex:1;justify-content:center;min-height:42px;border-radius:10px;font-size:14px;font-weight:700}.customer-row-actions .call-button{background:#1e7357;color:#fff;border:0}.customer-row-actions .save-button{background:#2c64de;color:#fff;border:0}.customer-row-actions .text-link{flex:0 0 auto;min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 20px;font-size:14px;border-radius:10px;background:#f0f3f8;color:#4369b0;text-decoration:none;font-weight:700}}}:root{--navy-950: #111d30;--navy-900: #17243a;--blue-700: #1d4ed8;--blue-600: #2563eb;--blue-100: #dbeafe;--canvas: #f4f6f9;--surface-raised: #ffffff;--text: #17202d;--text-soft: #526075;--muted: #728093;--border: #e2e7ee;--shadow-sm: 0 4px 16px rgba(23, 32, 45, .04);--shadow-md: 0 12px 32px rgba(23, 32, 45, .09);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}body{color:var(--text);background:var(--canvas);line-height:1.5}button,input,select,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}button:not([class]){min-height:38px;padding:0 13px;color:#344154;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);font-weight:600}.alert button:not([class]){min-height:auto;padding:3px 0;background:transparent;border:0}.button,.icon-button,.filter-tabs button,.choice-tabs button{transition:color .16s,background-color .16s,border-color .16s,box-shadow .16s,transform .16s}.button:hover:not(:disabled),.icon-button:hover:not(:disabled){border-color:#b7c6dc;box-shadow:0 4px 12px #17202d14}.button.primary:hover:not(:disabled){background:var(--blue-700);border-color:var(--blue-700)}.button.secondary{color:#2457bb;background:#eef4ff;border-color:#d8e5ff}.button.danger,.icon-button.danger{color:#a83e36;background:#fff2f0;border-color:#f0d0cb}.select.compact{width:auto;min-height:34px;padding:5px 32px 5px 10px;font-size:12px}.drawer-actions,.rate-cell{display:flex;align-items:center;gap:6px}.preserve-lines{white-space:pre-wrap}.text-success{color:#187253;font-weight:700}.text-danger{color:#b1433a;font-weight:700}.rate-cell progress{width:72px;height:8px;accent-color:var(--blue-600)}.table-empty{padding:32px!important;color:var(--muted);text-align:center}.table-empty svg{display:inline;margin-right:7px;vertical-align:middle}.page-stack{min-width:0}.panel{overflow:hidden}.panel-body{padding:18px 20px}.follow-form{display:grid;gap:15px;padding:18px}.form-panel{align-self:start}.profile-panel{overflow:hidden}.settings-form{display:flex;flex-direction:column;gap:14px}.checkbox-hitbox{display:inline-grid;place-items:center;flex:0 0 auto;cursor:pointer}.checkbox-hitbox>input{width:18px;height:18px;min-height:18px;margin:0;padding:0;accent-color:var(--blue-600);cursor:pointer}.quick-tag-menu label{display:flex;align-items:center;gap:7px;min-width:0;white-space:nowrap}.quick-tag-checkbox{flex:0 0 16px;width:16px!important;height:16px;min-height:16px!important;margin:0}.page-jump{display:inline-flex;align-items:center;gap:5px}.page-jump input{width:64px;min-height:34px;padding:5px 7px}.setting-checkbox-row{min-height:44px;display:flex;grid-template-columns:none;align-items:center;gap:8px;padding:0 8px;color:#44536a;background:#f9fafc;border:1px solid var(--border);border-radius:8px;cursor:pointer}.profile-card{display:flex;align-items:center;gap:14px;padding:20px}.profile-card>svg{width:42px;height:42px;padding:10px;color:#2d61bd;background:#ebf2ff;border-radius:10px}.profile-card p{margin:4px 0 0;color:var(--muted);font-size:12px}.panel-head-separated{margin-top:16px;border-top:1px solid var(--border)}.step-badge.success{color:#187253!important;background:#e9f7f1}.compact-head{min-height:48px;padding:8px 0}.compact-head h3{margin:0;font-size:14px}.direct-result-panel{padding:0 18px 18px}.scrollable-results{max-height:300px;overflow-y:auto}.import-modal{width:min(760px,100%)}.import-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#46556a;font-size:12px}.import-section-head span{color:var(--muted);font-size:10px}.error-row{background:snow}.filter-tabs{display:flex;gap:6px;max-width:100%;padding:5px;overflow-x:auto;scrollbar-width:thin;background:#e9eef6;border:1px solid #dce4ef;border-radius:10px}.filter-tabs button{flex:1 0 auto;min-height:38px;padding:0 15px;color:#647287;background:transparent;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.filter-tabs button:hover{color:#2457bb;background:#ffffffa6}.filter-tabs button.active{color:#1f55b7;background:#fff;border-color:#d7e1ef;box-shadow:0 2px 8px #17202d14}.card{min-width:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:14px;padding:20px}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;padding:13px 16px;color:var(--text-soft);background:#f9fafc;border:1px solid var(--border);border-radius:10px;font-size:12px}.toolbar>span,.toolbar>strong{margin-right:auto}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{min-width:0;min-height:112px;padding:18px;background:#fff;border:1px solid var(--border);border-radius:11px;box-shadow:var(--shadow-sm)}.metric-card small{display:flex;align-items:center;gap:6px;color:var(--muted)}.metric-card strong{display:block;margin-top:9px;font-size:24px}.metric-card span{display:block;margin-top:2px;color:var(--muted);font-size:11px}.stat-row{padding:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-top:1px solid var(--border)}.pagination-info{color:var(--muted);font-size:11px}.pagination-btns{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:18px}.profile-grid>div{min-width:0;padding:12px;background:#f8fafc;border:1px solid #edf1f5;border-radius:8px}.profile-grid small,.profile-grid strong{display:block}.profile-grid small{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.profile-grid strong{margin-top:5px;overflow-wrap:anywhere;font-size:12px}.profile-notes{margin:0 18px 18px;padding:12px;color:var(--text-soft);background:#f8fafc;border:1px solid #edf1f5;border-radius:8px}.profile-notes small{color:var(--muted)}.profile-notes p{margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.customer-pool-table{min-width:1040px}.customer-pool-table input[type=checkbox]{width:17px;min-height:17px;padding:0;accent-color:var(--blue-600)}.customer-row-copy{min-width:0;flex:1}.customer-row-copy strong,.customer-row-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-star{flex:0 0 auto;margin-right:2px}.platform-page{min-height:100vh;padding-bottom:64px;background:radial-gradient(circle at 85% 0,#dce9ff 0,transparent 28%),var(--canvas)}.platform-brand{min-height:68px;display:flex;align-items:center;gap:11px;padding:0 max(24px,calc((100vw - 1180px)/2));color:#fff;background:var(--navy-900);box-shadow:0 4px 18px #0a142329}.platform-brand span{width:36px;height:36px;display:grid;place-items:center;background:var(--blue-600);border-radius:9px;font-weight:800}.platform-brand strong{font-size:15px;letter-spacing:.01em}.platform-content{width:min(1180px,calc(100% - 48px));margin:34px auto 0}.platform-login-page .platform-content{width:min(480px,calc(100% - 32px));margin-top:clamp(44px,9vh,96px)}.platform-login-card{grid-template-columns:1fr}.platform-restoring{display:grid;align-content:start}.platform-restoring .loading-lines,.platform-restoring>p{width:min(480px,calc(100% - 32px));margin:56px auto 0}.platform-restoring>p{margin-top:0;color:var(--muted);text-align:center}.platform-table-wrap{width:100%;overflow-x:auto}.platform-table-wrap table{min-width:760px}.platform-row-actions{display:flex;flex-wrap:wrap;gap:7px}.platform-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.platform-nav button{min-height:34px;border:1px solid var(--border);border-radius:8px;padding:0 12px;color:var(--muted);background:#fff;cursor:pointer}.platform-nav button.active{color:#fff;border-color:var(--blue-600);background:var(--blue-600)}.platform-nav button:last-child{margin-left:auto}.platform-summary>div{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:14px;color:var(--muted)}.platform-users ul{display:grid;gap:8px;padding-left:20px}.tenant-state{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700}.tenant-state.active{color:#187253;background:#e9f7f1}.tenant-state.suspended{color:#a44239;background:#fff0ee}@media(max-width:1200px){.content{padding-left:24px;padding-right:24px}.assignment-layout{grid-template-columns:1fr}.metric-grid,.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.workspace,.content,.page-stack,.panel,.filter-card,.toolbar{width:100%;max-width:100%;min-width:0}.content{padding:18px 14px 36px;overflow-x:clip}.page-stack{gap:16px}.page-heading{width:100%;gap:14px}.page-heading h1{font-size:25px;overflow-wrap:anywhere}.heading-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.heading-actions .button{width:100%}.topbar-actions{gap:8px}.button,.button.compact,.icon-button,.filter-tabs button,.choice-tabs button,.text-link,button:not([class]){min-height:44px}.sidebar nav a,.nav-group a{min-height:44px}.icon-button{width:44px;height:44px}input,select,textarea{min-height:44px}input[type=checkbox],input[type=radio]{min-height:20px}.filter-tabs,.choice-tabs,.employee-portal .choice-tabs{display:flex;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:4px 26px;scrollbar-width:thin;scrollbar-color:#aebbd0 transparent;padding:4px 14px 8px 4px}.filter-tabs{margin:0 -2px}.filter-tabs:after,.choice-tabs:after{content:"";flex:0 0 12px;height:1px}.filter-tabs::-webkit-scrollbar,.choice-tabs::-webkit-scrollbar{height:5px}.filter-tabs::-webkit-scrollbar-thumb,.choice-tabs::-webkit-scrollbar-thumb{background:#aebbd0;border-radius:999px}.filter-tabs button{flex:0 0 auto;padding:0 14px}.choice-tabs button,.employee-portal .choice-tabs button{flex:0 0 auto;min-width:98px}.filter-card{padding:16px}.filter-actions{display:grid;grid-template-columns:1fr 1fr}.toolbar{align-items:stretch;padding:12px}.toolbar>span,.toolbar>strong{flex:1 0 100%;margin:0}.toolbar .button,.toolbar .select{flex:1 1 calc(50% - 8px);min-width:0}.select.compact{width:auto;min-height:44px}table{min-width:680px}.table-wrap{max-width:100%;overscroll-behavior-x:contain}th,td{padding:12px}.pagination-bar{align-items:stretch;flex-direction:column}.pagination-btns{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.pagination-btns .button{flex:0 0 auto;min-width:44px;min-height:44px}.modal-backdrop{align-items:end;padding:10px}.modal,.modal-card{max-height:calc(100dvh - 20px);border-radius:16px 16px 10px 10px}.modal-actions{display:grid;grid-template-columns:1fr 1fr}.drawer-actions{gap:8px}.profile-grid{grid-template-columns:1fr;padding:14px}.profile-notes{margin:0 14px 14px}.metric-grid,.stat-row{grid-template-columns:1fr 1fr}.stat-row{padding:14px}.customer-pool-table-wrap{overflow:visible}.customer-pool-table,.customer-pool-table tbody,.customer-pool-table tr,.customer-pool-table td{display:block;width:100%;min-width:0}.customer-pool-table thead{display:none}.customer-pool-table tbody{display:grid;gap:12px;padding:12px;background:#f6f8fb}.customer-pool-table tr{position:relative;padding:14px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 3px 12px #17202d0a}.customer-pool-table td{min-height:34px;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;gap:10px;padding:7px 0;border:0;overflow-wrap:anywhere}.customer-pool-table td:before{content:attr(data-label);color:var(--muted);font-size:11px;font-weight:600}.customer-pool-table td:nth-child(1),.customer-pool-table td:nth-child(2){position:absolute;top:12px;z-index:1;display:block;width:44px;min-height:44px;padding:0}.customer-pool-table td:nth-child(1){right:58px}.customer-pool-table td:nth-child(2){right:10px}.customer-pool-table td:nth-child(1):before,.customer-pool-table td:nth-child(2):before{display:none}.checkbox-hitbox{width:44px;height:44px}.checkbox-hitbox>input{width:20px;height:20px;min-height:20px;margin:0}.customer-pool-table td:nth-child(1) .checkbox-hitbox{margin:0}.customer-pool-table td:nth-child(3){min-height:52px;padding-right:96px}.customer-pool-table .customer-name{min-width:0;max-width:100%;min-height:44px}.customer-pool-table .customer-name>div{min-width:0}.customer-pool-table .customer-name strong{overflow-wrap:anywhere}.customer-pool-table .row-actions{justify-content:flex-start}.customer-list-table tr{overflow:hidden}.customer-row-name{display:grid;grid-template-columns:44px 42px minmax(0,1fr);width:100%;min-width:0}.customer-row-copy{min-width:0}.customer-row-copy strong{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-row-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-star{width:44px;height:44px;margin:0}.employee-portal .button.compact,.employee-portal .button,.employee-portal input,.employee-portal select,.employee-portal textarea,.employee-portal .inline-field select{min-height:44px}.employee-portal .back-link{width:fit-content;min-height:44px;display:inline-flex;align-items:center;padding:0 4px}.employee-portal .sidebar nav a{min-height:44px}.employee-portal .icon-button{width:44px;height:44px}.employee-portal .customer-row-actions{flex-wrap:wrap}.employee-portal .customer-row-actions .button{flex:1 1 calc(50% - 4px);min-width:0}.employee-portal .customer-row-actions .text-link{flex:1 1 100%;width:100%;min-height:44px}.platform-page{padding-bottom:36px}.platform-brand{min-height:62px;padding:0 16px}.platform-content{width:calc(100% - 28px);margin-top:22px}.platform-content .form-grid{grid-template-columns:1fr;padding:16px}.platform-content .toolbar>strong{flex-basis:100%}.platform-table-wrap{overflow:visible}.platform-table-wrap table,.platform-table-wrap tbody,.platform-table-wrap tr,.platform-table-wrap td{display:block;width:100%;min-width:0}.platform-table-wrap thead{display:none}.platform-table-wrap tbody{display:grid;gap:10px;padding:10px;background:#f6f8fb}.platform-table-wrap tr{padding:14px;background:#fff;border:1px solid var(--border);border-radius:11px}.platform-table-wrap td{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;min-height:38px;padding:6px 0;border:0;overflow-wrap:anywhere}.platform-table-wrap td:before{color:var(--muted);font-size:11px;font-weight:600}.platform-table-wrap td:nth-child(1):before{content:"标识"}.platform-table-wrap td:nth-child(2):before{content:"名称"}.platform-table-wrap td:nth-child(3):before{content:"状态"}.platform-table-wrap td:nth-child(4):before{content:"操作"}.platform-table-wrap td[colspan]{display:block}.platform-table-wrap td[colspan]:before{display:none}.platform-row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.platform-row-actions .button{width:100%;min-width:0;padding:0 8px}.platform-nav button:last-child{margin-left:0}}@media(max-width:430px){.metric-grid,.stat-row,.heading-actions,.filter-actions,.modal-actions{grid-template-columns:1fr}.customer-pool-table tbody{padding:10px}.customer-pool-table td{grid-template-columns:90px minmax(0,1fr)}.customer-row-name{grid-template-columns:44px 40px minmax(0,1fr);gap:7px}.login-shell{padding:12px}.login-panel{min-height:calc(100vh - 24px);padding:24px 18px}}.detail-form{padding-bottom:280px;padding-bottom:max(280px,env(keyboard-inset-height,280px))}@media(min-width:761px){.detail-form{padding-bottom:18px}}:root{--navy: #17243a;--blue: #2563eb;--canvas: #f3f6fa;--surface: #fff;--surface-subtle: #f8fafd;--border-strong: #d8e1ec;--text: #172b45;--text-soft: #52647a;--muted: #718198;--shadow-sm: 0 5px 18px rgba(18,39,66,.045);--shadow-md: 0 16px 36px rgba(18,39,66,.1)}body{background:var(--canvas);color:var(--text)}::selection{color:#fff;background:#2867df}.app-shell{background:var(--canvas)}.sidebar{background:linear-gradient(180deg,#172940,#142237);border-right:1px solid rgba(0,0,0,.08)}.sidebar-brand{padding-bottom:23px}.sidebar-brand .brand-icon{box-shadow:0 8px 16px #2b68e338}.sidebar nav a,.nav-group a{position:relative;border:1px solid transparent;font-weight:600}.sidebar nav a:hover,.nav-group a:hover{border-color:#9ab7e91a}.sidebar nav a.active,.nav-group a.active{background:linear-gradient(135deg,#3677ed,#245bca);box-shadow:0 7px 18px #04132b47}.sidebar-foot{color:#aebdce}.workspace{background:var(--canvas)}.topbar{min-height:72px;border-color:#e4eaf1;box-shadow:0 1px #11274305}.topbar-title strong{color:#1d304a}.user-chip>span{background:linear-gradient(135deg,#395b88,#243a5d)}.icon-button{border-color:#dce4ee;color:#53657b}.icon-button:hover:not(:disabled){color:#245bc5;border-color:#b8cae3;background:#f4f8ff}.content{width:100%}.page-stack{gap:18px}.page-heading{min-height:58px}.page-heading h1{color:#172b45;font-size:clamp(25px,2.25vw,31px);line-height:1.18}.page-heading>div>p:last-child{max-width:780px;line-height:1.65}.eyebrow{color:#2867d8}.panel,.filter-card,.card,.detail-form,.timeline-panel{border-color:#e0e7ef;box-shadow:var(--shadow-sm)}.panel:hover,.metric-card:hover,.stat-grid article:hover,.rule-card:hover,.role-card:hover{border-color:#d3dfec}.panel-head,.section-title{background:linear-gradient(180deg,#fff,#fdfefe)}.panel-head h2,.section-title h2{color:#223752}.panel-body{padding:19px 20px}label{color:#40536c}input,select,textarea{border-color:#d8e1eb;background:#fff;color:#1e314a}input:hover,select:hover,textarea:hover{border-color:#b9c9dc}input:focus,select:focus,textarea:focus{border-color:#5d8bea;box-shadow:0 0 0 3px #2563eb1f}select[multiple]{min-height:106px;padding:7px}select[multiple] option{padding:5px 7px;border-radius:5px}.button{border-radius:8px}.button.primary{background:linear-gradient(135deg,#2f6ee6,#245bd1);border-color:#245bd1}.button.primary:hover:not(:disabled){background:linear-gradient(135deg,#2864d5,#1e4fb9)}.button.ghost{border-color:#d8e2ee;color:#3f5777}.button.ghost:hover:not(:disabled),.button.secondary:hover:not(:disabled){color:#1f56bc;background:#f1f6ff;border-color:#bcd0ef}.button.compact{font-weight:700}.button.danger:hover:not(:disabled){color:#fff;background:#c94e45;border-color:#c94e45}.button:disabled{box-shadow:none}.stat-grid article,.metric-card{position:relative;overflow:hidden}.stat-grid article:after,.metric-card:after{content:"";position:absolute;inset:auto -30px -44px auto;width:100px;height:100px;border:1px solid #e9f0fb;border-radius:50%;pointer-events:none}.stat-grid strong,.metric-card strong{color:#203753;font-variant-numeric:tabular-nums}.stat-grid small,.metric-card small{color:#718198}.filter-card{background:linear-gradient(180deg,#fff,#fcfdff)}.filter-title{color:#314864;font-weight:700}.toolbar{background:#f8fafd;border-color:#e0e7f0}.inline-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:14px 18px;color:var(--muted);background:#f9fbfd;border-top:1px solid #e7edf4}table{color:#2b3f58}th{color:#63748a;background:#f7f9fc;letter-spacing:.01em}td{border-color:#edf1f5}tbody tr:nth-child(2n){background:#f8fafd8f}tbody tr:hover{background:#f3f7fe}td input,td select{min-height:34px;padding-block:6px;background:#fff}.row-actions{gap:7px;flex-wrap:wrap}.status-pill,.intent,.owner-chip,.tenant-state,.active-state,.inactive-state{font-size:11px;font-weight:700}.pagination-bar{background:#fcfdff}.pagination-btns .button.primary{color:#fff}.empty-state{min-height:250px;padding:28px;color:#8493a6;background:linear-gradient(180deg,#fff,#fbfcfe)}.empty-state strong{color:#42556d}.loading-lines{border:1px solid #e1e8f0;border-radius:12px;background:#fff;box-shadow:var(--shadow-sm)}.loading-lines i{background:linear-gradient(100deg,#eff3f8 20%,#f8fafc,#eff3f8 76%);background-size:180% 100%;animation:loading-shimmer 1.25s infinite linear}@keyframes loading-shimmer{to{background-position:-180% 0}}.alert{line-height:1.55;box-shadow:0 2px 8px #12274206}.alert.info{color:#285793;background:#eef5ff;border-color:#d2e2f8}.alert.warning{color:#87580a;background:#fff8e8;border-color:#f0dfb9}.alert.success{color:#176e50;background:#eaf8f1;border-color:#ccebdc}.modal-backdrop{background:#0a192e8f}.modal,.modal-card{border-color:#e0e7f0}.modal-head,.modal-card-header{background:linear-gradient(180deg,#fff,#fafcff)}.modal-body,.modal-card-body{scrollbar-color:#c6d2e2 transparent}.detail-drawer{border-left-color:#dce5ef}.card-list article{background:#fff;border-color:#e0e7ef}.checkbox-list label,.setting-checkbox-row{background:#fbfcfe;border-color:#dde6ef}.audit-json{margin:0;padding:13px;overflow:auto;color:#355273;background:#f6f9fd;border:1px solid #e1e9f3;border-radius:8px;font-size:11px;line-height:1.55}.department-tree-row{border-radius:8px}.platform-page{background:radial-gradient(circle at 90% 0,#dceaff 0,transparent 28%),var(--canvas)}.platform-brand{background:linear-gradient(100deg,#14253e,#1b3355)}.platform-nav{padding:7px;background:#ffffffc7;border:1px solid #e0e8f1;border-radius:11px;box-shadow:var(--shadow-sm)}.platform-nav button{font-weight:700}.platform-nav button:hover{color:#245bc5;background:#f1f6ff}.platform-summary{padding:20px}.platform-capacity{padding:14px;background:#f7faff;border:1px solid #dfe9f7;border-radius:9px}.access-denied{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 0,#dceaff 0,transparent 35%),var(--canvas)}.access-denied-card{width:min(520px,100%);padding:34px;background:#fff;border:1px solid #dfe7f0;border-radius:16px;box-shadow:var(--shadow-md)}.access-denied-card h1{margin:12px 0;color:#1c324e;font-size:25px}.access-denied-card>p:not(.eyebrow){margin:0 0 22px;color:var(--text-soft);line-height:1.7}@media(max-width:760px){.sidebar{box-shadow:10px 0 30px #07152926}.topbar{min-height:62px}.topbar-title small{font-size:9px}.topbar-title strong{font-size:14px}.content{padding:17px 14px 38px}.page-stack{gap:14px}.page-heading{min-height:auto}.page-heading>div>p:last-child{font-size:12px}.panel-head,.section-title{min-height:56px;padding:13px 15px}.panel-body,.filter-card{padding:15px}.filter-actions .button,.heading-actions .button{min-height:44px}.stat-grid article,.metric-card{min-height:100px;padding:14px}.stat-grid strong,.metric-card strong{font-size:21px}.table-wrap{border-radius:0 0 11px 11px}.card-list{padding:12px}.card-list article{gap:10px;padding:12px}.inline-actions{align-items:stretch;padding:12px 14px}.inline-actions>input{flex:1 1 100%}.modal-head,.modal-card-header{padding:17px 18px 14px}.modal-body,.modal-card-body{padding:17px 18px 20px}.access-denied{align-items:start;padding-top:max(70px,14vh)}.access-denied-card{padding:25px 21px}.access-denied-card h1{font-size:22px}}.bulk-toolbar{align-items:center;flex-wrap:wrap;gap:8px;overflow:visible}.bulk-toolbar-status{display:grid;gap:2px;min-width:190px;margin-right:auto}.bulk-selection-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bulk-clear-selection{padding:4px 8px;font-size:12px}.bulk-toolbar-status small{color:var(--text-secondary, #64748b);font-size:12px}.bulk-menu{position:relative}.bulk-menu>summary{list-style:none;cursor:pointer}.bulk-menu>summary::-webkit-details-marker{display:none}.bulk-menu[open]>summary{border-color:#2563eb;color:#1d4ed8;background:#eff6ff}.bulk-menu-panel{position:absolute;z-index:30;top:calc(100% + 8px);right:0;min-width:230px;padding:8px;display:grid;gap:3px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;box-shadow:0 16px 35px #0f172a26}.bulk-menu-panel button{display:flex;justify-content:space-between;width:100%;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:#1e293b;text-align:left;cursor:pointer}.bulk-menu-panel button:hover,.bulk-menu-panel button:focus-visible{background:#eff6ff;outline:2px solid transparent}.bulk-menu-panel button span{color:#64748b;font-variant-numeric:tabular-nums}.cross-page-picker{min-width:280px;gap:8px}.cross-page-picker label{display:grid;gap:4px;color:var(--text-soft);font-size:12px}.cross-page-picker label>input{width:100%;min-height:34px;padding:6px 8px}.cross-page-picker label:nth-of-type(2){grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end}.cross-page-picker label:nth-of-type(2) span{padding-bottom:8px}.cross-page-picker small{color:var(--muted)}.tag-picker{max-height:280px;overflow:auto}.tag-picker label{display:flex;align-items:center;gap:9px;padding:8px;border-radius:7px;cursor:pointer}.tag-picker label:hover{background:#f8fafc}.tag-picker input{width:16px;height:16px}.tag-management-hint{padding:5px 8px;color:var(--muted);font-size:12px}.tag-create-panel{min-width:250px}.tag-create-panel label{display:grid;gap:4px;color:var(--text-soft);font-size:12px}.tag-create-panel input{min-height:34px;padding:6px 8px}.tag-management-modal{width:min(620px,100%)}.tag-management-body{display:grid;gap:18px}.tag-create-form{display:grid;gap:10px;padding:15px;background:#f8fafd;border:1px solid #e1e8f0;border-radius:10px}.tag-create-form h3{margin:0 0 2px}.tag-create-form label{display:grid;gap:4px}.tag-create-form input[type=color]{width:56px;min-height:36px;padding:3px}.tag-palette{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px}.tag-swatch{width:24px;height:24px;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cbd5e1;cursor:pointer}.tag-definition-list{display:grid;gap:8px}.tag-definition-list .section-title{margin:0;padding:10px 12px}.tag-definition-row{display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid #e1e8f0;border-radius:8px;cursor:pointer}.tag-definition-row input{width:16px;height:16px}.tag-definition-row>span:last-child{display:grid;gap:2px}.tag-definition-row small{color:var(--muted);font-size:11px}.tag-definition-color{width:12px;height:12px;border-radius:50%}.bulk-toolbar .tag-menu+.button:not(:disabled),.bulk-toolbar .tag-menu+.button+.button:not(:disabled){color:#fff;background:linear-gradient(135deg,#2f6ee6,#245bd1);border-color:#245bd1}.inline-customer-tags{display:flex;align-items:center;gap:7px;min-width:150px}.inline-customer-tags .quick-tag-chips{flex:1 1 auto}.quick-tag-chips{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.tag-chip{padding:3px 7px;color:#2457bb;background:#eef4ff;border:1px solid #d8e5ff;border-radius:999px;font-size:11px}.quick-tag-menu-wrap{position:relative}.quick-tag-button{white-space:nowrap}.quick-tag-menu{position:absolute;z-index:20;right:0;top:calc(100% + 6px);display:grid;gap:4px;min-width:150px;max-height:220px;overflow:auto;padding:8px;background:#fff;border:1px solid #dbe3ef;border-radius:9px;box-shadow:0 12px 28px #0f172a26}.quick-tag-menu label{display:flex;align-items:center;gap:7px;padding:7px;border-radius:6px;cursor:pointer}.quick-tag-menu label:hover{background:#f1f6ff}@media(max-width:620px){.inline-customer-tags{align-items:flex-start;flex-wrap:wrap;min-width:0}.inline-customer-tags .quick-tag-menu-wrap{max-width:100%}.quick-tag-menu{right:0}}@media(max-width:720px){.bulk-toolbar{align-items:stretch}.bulk-toolbar-status{width:100%}.bulk-menu,.bulk-menu>summary,.bulk-toolbar>.button{width:100%}.bulk-menu-panel{position:static;margin-top:6px;box-shadow:none}}@media(max-width:760px){.customer-list-table td[data-label=标签] .inline-customer-tags,.customer-list-table td[data-label=标签] .quick-tag-chips,.customer-list-table td[data-label=状态] .inline-field,.customer-list-table td[data-label=意向] .inline-field{min-width:0;width:100%}.customer-list-table td[data-label=状态] select,.customer-list-table td[data-label=意向] select{max-width:100%}.customer-row-actions .ghost[aria-label^=移出未联系]{flex:1 1 100%;width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.35;text-align:center}}
