*{box-sizing:border-box}:root{--color-bg-page:#eef3f9;--color-bg-panel:#fff;--color-bg-panel-soft:#f7faff;--color-bg-control:#fff;--color-sidebar:#0b172a;--color-sidebar-elevated:#13243c;--color-sidebar-muted:#8fa1bb;--color-primary:#1d5fd1;--color-primary-strong:#164da8;--color-primary-soft:#e8f1ff;--color-text:#172033;--color-text-strong:#0f172a;--color-muted:#64748b;--color-border:#d8e0ec;--color-border-strong:#c1ccdc;--color-success:#15803d;--color-success-bg:#eaf8ef;--color-warning:#a16207;--color-warning-bg:#fff7df;--color-danger:#b42318;--color-danger-bg:#fff0ee;--radius-panel:10px;--radius-control:7px;--shadow-panel:0 1px 2px rgba(15,23,42,.05),0 10px 28px rgba(15,23,42,.06);--shadow-float:0 18px 44px rgba(15,23,42,.16);--focus-ring:0 0 0 3px rgba(29,95,209,.16)}body,html{margin:0;min-height:100%}body{min-height:100vh;background:var(--color-bg-page);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.crm-layout{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.crm-sider{background:#111827}.crm-brand{display:flex;align-items:center;gap:10px;min-height:64px;border-bottom:1px solid hsla(0,0%,100%,.08)}.crm-brand-mark{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border:1px solid hsla(0,0%,100%,.24);border-radius:6px;background:#2563eb;font-size:13px;font-weight:700}.crm-brand-logo{flex:0 0 94px;width:94px;height:42px}.crm-brand-title{font-size:15px;font-weight:700;line-height:1.35}.crm-brand-subtitle{color:#9ca3af}.crm-nav{display:grid;grid-gap:4px;padding:12px}.nav-group{display:grid;grid-gap:2px;gap:2px}.nav-child,.nav-parent{display:block;border-radius:6px;color:#d1d5db;line-height:1.4}.nav-parent{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;cursor:pointer;padding:10px 12px;font-weight:600;text-align:left}.nav-parent-link{text-decoration:none}.nav-child{margin-left:10px;padding:8px 12px}.nav-parent.active{background:hsla(0,0%,100%,.06);color:#e2e8f0}.nav-child.active{background:#2563eb}.nav-chevron{width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg)}.nav-chevron.expanded{transform:rotate(225deg)}.crm-main{min-width:0}.crm-header{display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e5e7eb;background:#fff}.crm-header.delivery-paused{border-bottom-color:#fecaca;background:#fee2e2}.crm-breadcrumb{color:#6b7280}.crm-header-center{display:flex;flex:1 1;justify-content:center;padding:0 16px}.delivery-pause-control{display:flex;align-items:center;gap:8px}.delivery-pause-button{min-height:34px;border:1px solid var(--color-warning);border-radius:6px;background:var(--color-warning-bg);color:var(--color-warning);cursor:pointer;padding:0 14px;font-weight:700}.delivery-pause-button.paused{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary)}.delivery-pause-button:disabled{cursor:not-allowed;opacity:.6}.delivery-pause-control span{color:var(--color-danger);font-size:12px}.crm-header-right,.crm-user,.form-actions,.panel-actions{display:flex;align-items:center;gap:12px}.delivery-task-actions{display:grid;grid-template-columns:repeat(2,max-content);justify-content:start;grid-column-gap:12px;column-gap:12px;grid-row-gap:6px;row-gap:6px}.delivery-task-actions .link-button{padding:0}.delivery-task-action-slot{display:flex;min-height:26px;align-items:center;justify-content:flex-start}.delivery-task-list-table td:first-child,.delivery-task-list-table th:first-child{width:44px;min-width:44px;text-align:center}.delivery-bulk-reassign-bar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;margin-top:16px;padding:12px 16px;border:1px solid var(--crm-border);background:var(--crm-surface-soft)}.delivery-bulk-reassign-bar>span{color:var(--crm-muted);font-size:13px}.delivery-bulk-reassign-bar select{min-width:180px}.crm-account{position:relative}.crm-user{border:0;background:transparent;cursor:pointer;padding:0;text-align:left}.crm-avatar{display:grid;place-items:center;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:700}.crm-user-meta{display:grid;grid-gap:2px;gap:2px;min-width:120px}.crm-user-meta span{color:#6b7280;font-size:12px}.account-menu{position:absolute;z-index:20;top:calc(100% + 8px);right:0;display:grid;width:220px;overflow:hidden;border:1px solid #d1d5db;border-radius:8px;background:#fff;box-shadow:0 16px 32px rgba(15,23,42,.16)}.account-menu>button,.account-password-form button{min-height:36px;border:0;border-bottom:1px solid #eef2f7;background:#fff;color:#111827;cursor:pointer;padding:0 12px;text-align:left}.account-menu>button:hover{background:#f8fafc}.account-password-form{display:grid;grid-gap:8px;border-bottom:1px solid #eef2f7}.account-password-form input{min-height:34px}.account-password-form button{border:1px solid #2563eb;border-radius:6px;background:#2563eb;text-align:center}.account-feedback{padding:8px 10px;font-size:12px}.account-dialog{width:min(460px,100%)}.email-setting-username{grid-template-columns:minmax(0,1fr) auto;align-items:center}.email-setting-password,.email-setting-username{display:grid;grid-gap:8px;gap:8px}.email-setting-username strong{color:#374151;font-size:14px;white-space:nowrap}.email-setting-password a{color:#2563eb;font-size:13px;font-weight:700;text-decoration:none;width:-moz-fit-content;width:fit-content}.email-setting-server-info{display:grid;grid-gap:6px;gap:6px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;padding:10px;color:#374151;font-size:13px;line-height:1.5}.account-feedback.success{color:#166534}.account-feedback.error{color:#991b1b}.crm-content{padding:22px}.crm-page-heading{margin-bottom:18px}.crm-page-heading h1{margin:0;line-height:1.25}.form-stack,.page-stack,.progress-stack,.side-stack,.tag-stack{display:grid;grid-gap:16px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.workbench-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.workbench-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.workbench-link-card{display:flex;min-height:112px;border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:18px;font-weight:750}.workbench-link-card:hover{border-color:#93c5fd;box-shadow:0 8px 20px rgba(37,99,235,.1)}.workbench-category-panel{margin-top:16px}.workbench-category-panel h3{margin:0 0 10px;color:#374151;font-size:15px}.workbench-category-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.workbench-category-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;padding:8px 10px}.workbench-category-row span{min-width:0;overflow-wrap:anywhere}.workbench-category-row strong{color:#111827;font-size:16px}.workbench-category-counts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 12px}.workbench-notification-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px}.workbench-notification-grid.with-mail{grid-template-columns:repeat(2,minmax(0,1fr))}.workbench-notification-grid article{display:grid;align-content:start;grid-gap:10px;gap:10px}.workbench-notification-subheader{display:flex;align-items:center;justify-content:space-between;gap:12px}.workbench-notification-grid h3{display:flex;align-items:center;gap:6px;margin:0;color:#374151;font-size:15px}.workbench-notification-list{display:grid;grid-gap:8px;gap:8px}.workbench-notification-row{display:flex;align-items:center;gap:12px;min-height:38px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;padding:8px 10px}.workbench-notification-content{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;min-width:0}.workbench-notification-row span{min-width:0;color:#111827;font-size:13px;line-height:1.5}.workbench-notification-row .workbench-notification-time{color:#6b7280;white-space:nowrap}.workbench-notification-row a{color:#2563eb;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.workbench-notification-row .link-button{min-height:0;padding:0;color:#2563eb;font-size:13px;font-weight:700}.workbench-mail-notification-row{width:100%;border:1px solid #e5e7eb;color:#111827;cursor:pointer;text-align:left}.workbench-mail-notification-row:hover{border-color:#93c5fd;background:#eff6ff}.mail-notification-unread-dot{display:inline-block;flex:0 0 auto;width:8px;height:8px;border-radius:999px;background:#dc2626}.mail-notification-detail-meta,.mail-notification-meta{display:grid;grid-gap:6px;gap:6px;color:#4b5563;font-size:13px;line-height:1.5}.mail-notification-page{display:grid;grid-template-rows:auto auto minmax(0,1fr);height:calc(100vh - 150px);min-height:520px;overflow:hidden}.mail-notification-tabs{display:flex;align-items:center;gap:12px;margin-bottom:12px;border-bottom:1px solid #e5e7eb}.mail-notification-tab{display:inline-flex;min-width:112px;min-height:36px;align-items:center;justify-content:center;border-bottom:2px solid transparent;color:#6b7280;font-size:15px;font-weight:700;text-decoration:none}.mail-notification-tab.active{border-bottom-color:#2563eb;color:#111827}.mail-notification-body{overflow:auto;border:1px solid #e5e7eb;border-radius:6px;background:#fff;padding:14px;color:#111827;font-size:14px;line-height:1.6;overflow-wrap:anywhere}.mail-notification-body img,.mail-notification-body table,.mail-notification-body video{max-width:100%!important}.mail-notification-body img,.mail-notification-body video{height:auto!important}.mail-notification-body pre{margin:0;font-family:inherit;white-space:pre-wrap}.mail-notification-body p{margin:0 0 12px}.mail-notification-body table{border-collapse:collapse}.mail-notification-body td,.mail-notification-body th{overflow-wrap:break-word}.mail-notification-layout{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);grid-gap:16px;gap:16px;min-height:0}.mail-notification-detail-pane,.mail-notification-list-pane{display:grid;align-content:start;grid-template-rows:auto minmax(0,1fr);grid-gap:12px;gap:12px;min-width:0;min-height:0;overflow:hidden}.mail-notification-detail-pane h3,.mail-notification-list-pane h3{margin:0;color:#374151;font-size:15px}.mail-notification-list{display:grid;align-content:start;grid-gap:8px;gap:8px;min-height:0;overflow-y:auto;padding-right:4px}.mail-notification-loading{padding:10px;color:#6b7280;font-size:13px;text-align:center}.mail-notification-detail-scroll{display:grid;align-content:start;grid-gap:12px;gap:12px;min-height:0;overflow-y:auto;padding-right:4px}.mail-notification-card{display:grid;grid-gap:4px;gap:4px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;cursor:pointer;padding:10px;text-align:left}.mail-notification-card.active,.mail-notification-card:hover{border-color:#93c5fd;background:#eff6ff}.mail-notification-card strong{display:flex;align-items:center;gap:6px;color:#111827;font-size:13px;line-height:1.4}.mail-notification-card>span{display:-webkit-box;overflow:hidden;color:#111827;font-size:13px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mail-notification-card small{overflow:hidden;color:#6b7280;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.product-change-detail-list{display:grid;grid-gap:10px;gap:10px}.product-change-detail-list>div:not(.empty-state){display:grid;grid-gap:4px;gap:4px;border:1px solid #e5e7eb;border-radius:6px;background:#f9fafb;padding:10px 12px}.product-change-detail-list span{color:#6b7280;font-size:12px;font-weight:700}.product-change-detail-list strong{color:#111827;font-size:14px;line-height:1.5}.product-notification-dialog{max-height:calc(100vh - 48px);overflow-y:auto}.report-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px}.report-chart-card{min-width:0}.report-chart-card-full{grid-column:1/-1}.sales-period-all-row td{color:#dc2626}.cost-review-group-row td{font-weight:700}.sales-period-month-line{display:block}.sales-period-previous-month{color:#dc2626}.report-chart-date-selector{align-items:center;display:inline-flex;flex:0 0 auto;gap:6px}.report-chart-date-selector>span{color:#6b7280;font-size:13px}.report-chart-date-selector select{min-width:92px}.report-chart-scroll{overflow-x:auto}.report-chart-scroll-content{min-width:720px}.g2plot-chart{height:300px;min-width:0}.order-summary-metrics{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.summary-metric{display:grid;min-width:180px;grid-gap:4px;gap:4px;border:1px solid #e5e7eb;background:#f8fafc}.summary-metric span{color:#6b7280}.summary-metric strong{color:#111827}.content-grid,.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:16px;align-items:start}.notice-panel,.panel{border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.panel{padding:18px}.notice-panel{padding:14px 16px;border-color:#bfdbfe;background:#eff6ff}.muted,.notice-panel p{margin:8px 0 0;color:#4b5563;line-height:1.7}.empty-state,.feedback-message{margin:12px 0;border-radius:6px;padding:10px 12px;font-size:14px;line-height:1.6}.empty-state{background:#f9fafb;color:#6b7280}.success-message{border:1px solid #bbf7d0;color:#166534}.error-message{border:1px solid #fecaca;color:#991b1b}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel h2,.panel-header h2{margin:0 0 14px;line-height:1.4}.panel-header h2{margin:0}.metric-panel{min-height:112px}.metric-label{color:#6b7280;font-size:14px}.metric-value{margin-top:10px;color:#111827;font-weight:750;line-height:1.2}.plain-button,.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid transparent;border-radius:6px;padding:0 14px;cursor:pointer;white-space:nowrap}.primary-button{background:#2563eb}.secondary-button{border-color:#d1d5db;background:#fff;color:#111827}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.55}.plain-button,.text-button{background:transparent;color:#374151}.table-wrap{overflow-x:auto}table{width:100%;min-width:760px;border-collapse:collapse}.order-lines table{min-width:1380px}td,th{border-bottom:1px solid #e5e7eb;padding:11px 12px;text-align:left;vertical-align:top;white-space:nowrap}th{background:#f9fafb;color:#4b5563;font-size:13px;font-weight:650}td{color:#1f2937;font-size:14px}.status-pill,.tag{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 10px;background:#f3f4f6;color:#374151;font-size:12px;white-space:nowrap}.status-待领取{background:#fef3c7;color:#92400e}.status-交付中{background:#dbeafe;color:#1d4ed8}.status-审批通过,.status-已交付,.status-已生效,.tag.green{background:#dcfce7;color:#166534}.status-审批中{background:#dbeafe;color:#1d4ed8}.status-审批拒绝{background:#fee2e2;color:#991b1b}.status-已作废,.status-已撤回{background:#f3f4f6;color:#6b7280}.inline-action{display:inline-grid;grid-template-columns:minmax(140px,1fr) auto;gap:8px;align-items:center;min-width:260px}.filter-bar{display:grid;grid-template-columns:repeat(3,minmax(180px,240px));grid-gap:16px;gap:16px}.filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;align-items:end;border:1px solid #e5e7eb;background:#f9fafb}.source-tabs{display:inline-flex;width:-moz-fit-content;width:fit-content;gap:4px;margin:0 0 14px;border:1px solid #d3deec;background:#f8fafc;padding:4px}.source-tabs button{border:0;background:transparent;color:#475569;cursor:pointer;font-size:13px;padding:0 14px}.source-tabs button.active{color:#2563eb;box-shadow:0 1px 4px rgba(15,23,42,.12)}.filter-actions{display:flex;justify-content:flex-end;gap:10px}.checkbox-field{align-content:start}.customer-status-filter-row{display:grid;grid-column:span 2;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end}.customer-key-status-filter>span:last-child{display:flex;min-height:38px;align-items:center;gap:6px}.order-list-actions{flex-wrap:wrap}.order-list-sales-transfer-action{flex-basis:100%}.order-list-sales-transfer-action .link-button{padding:0}.order-list-product-key-customer-filters{display:grid;grid-column:span 3;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end}.order-list-key-customer-filter>span:last-child{display:flex;min-height:38px;align-items:center;gap:6px}.checkbox-field input[type=checkbox],td input[type=checkbox]{width:auto;min-height:0}.progress-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}.progress-bar{height:100%;border-radius:inherit;background:#2563eb}.form-grid{display:grid;grid-gap:16px;gap:16px}.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.service-order-lookup{align-items:end;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(0,1fr) auto}.service-order-lookup label{display:grid;grid-gap:6px;gap:6px}.refund-delivery-readonly{background:#f3f4f6;color:#6b7280;min-height:36px;padding:8px 10px}.refund-delivery-replacement{display:grid;grid-gap:8px;gap:8px}.refund-delivery-warning{color:#b45309}.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.span-2{grid-column:span 2}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.detail-grid>div{display:grid;grid-gap:6px;gap:6px}.detail-grid span{color:#6b7280;font-size:13px;font-weight:650}.detail-grid strong{color:#111827;font-size:14px;font-weight:650;line-height:1.5}label{display:grid;grid-gap:7px;gap:7px}label span{color:#374151;font-size:13px;font-weight:650}.readonly-table-note,label small{color:#6b7280;font-size:12px;line-height:1.6}input,select,textarea{width:100%;min-height:36px;border:1px solid #d1d5db;border-radius:6px;color:#111827;font-size:14px;padding:7px 10px}select[multiple]{min-height:78px}.input-affix{display:flex;align-items:center;overflow:hidden;border:1px solid #d1d5db;border-radius:6px;background:#fff}.input-affix>span{display:inline-flex;align-items:center;align-self:stretch;border-right:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;padding:0 10px}.input-affix>span:last-child{border-right:0;border-left:1px solid #e5e7eb}.input-affix input{min-height:34px;border:0;border-radius:0}.table-action-stack{display:grid;justify-items:start;grid-gap:4px;gap:4px}.product-preview-grid{max-height:min(520px,calc(100vh - 210px));overflow-y:auto}textarea{resize:vertical}.form-actions{justify-content:flex-end}.order-side-panel{position:-webkit-sticky;position:sticky;top:86px}.policy-list{margin:0;padding-left:18px;color:#4b5563;line-height:1.8}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.new-order-prototype{max-width:1160px}.prototype-form{overflow:hidden;border:0;border-radius:0;background:transparent}.prototype-section{padding:18px 48px;border-top:1px solid #c7d2e8}.prototype-section:first-child{border-top:0}.section-title{margin-bottom:16px;color:#111827;font-size:15px;font-weight:700}.compact-fields{align-items:start;gap:16px 36px}.field-block{display:grid;min-width:0;margin:0;border:0;padding:0;grid-gap:8px;gap:8px}.inline-radio-field{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px}.inline-radio-field>.field-label{min-height:36px;align-items:center}.field-label{display:inline-flex;align-items:center;gap:2px;color:#6b7280;font-size:12px;font-weight:500}.required-mark{color:#dc2626}.radio-row{display:flex;flex-wrap:wrap;gap:18px 44px;min-height:36px;align-items:center}.service-radio-row{gap:18px 56px}.timing-radio-row{gap:18px 64px}.radio-option{display:inline-flex;grid-auto-flow:column;grid-template-columns:auto auto;align-items:center;gap:6px;white-space:nowrap}.radio-option span{color:#111827;font-size:14px;font-weight:500}.product-picker-scroll input[type=checkbox],.radio-option input{width:auto;min-height:0;margin:0;padding:0}.readonly-field{display:flex;min-width:0;min-height:36px;align-items:center;gap:16px}.readonly-field>span{flex:0 0 auto;color:#6b7280;font-size:12px;font-weight:500}.readonly-field>strong{min-width:0;color:#111827;font-size:15px;font-weight:600}.record-list{display:grid;grid-gap:8px;gap:8px}.record-item{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--color-border);border-radius:6px;background:#f8fafc;padding:10px 12px}.record-item>span{color:var(--color-muted);font-size:12px}.inline-action-stack,.inline-edit-stack{display:grid;grid-gap:8px;gap:8px;min-width:180px}.inline-edit-stack textarea{min-width:220px}.collapsed-row{display:flex;min-height:36px;align-items:center;gap:18px}.collapsed-row>span{color:#6b7280;font-size:12px;font-weight:500}.link-button{border:0;background:transparent}.link-button,.mini-action{color:#2563eb;cursor:pointer;font-size:12px}.mini-action{width:60px;min-height:32px;border:1px solid #94a3b8;border-radius:4px;background:#fff;padding:0 10px;white-space:nowrap}.inline-control-field{display:grid;grid-template-columns:92px minmax(0,320px);align-items:start;grid-gap:12px;gap:12px}.inline-control-field>.field-label{min-height:38px;align-items:center}.customer-source-cascader,.inline-control-field input,.inline-control-field select,.suggestion-box{width:min(320px,100%)}.contact-name-row,.contact-phone-row{grid-template-columns:92px minmax(0,320px)}.customer-source-cascader .ant-select-selector{border-radius:5px;box-shadow:none!important}.customer-source-cascader .ant-select-selection-item,.customer-source-cascader .ant-select-selection-placeholder{font:inherit}.customer-source-cascader .ant-select-selection-placeholder{color:var(--crm-subtle)}.customer-source-cascader .ant-select-selection-item{color:inherit}.contact-row-line{display:grid;grid-gap:8px;gap:8px}.contact-row-actions{display:flex;width:min(320px,100%);gap:8px;margin-left:104px}.field-inline-feedback{display:flex;width:min(520px,100%);align-items:center;gap:10px}.field-inline-feedback input{flex:0 0 min(320px,100%)}.order-detail-form .ant-select-selector,.order-detail-form input:not([type=radio]):not([type=checkbox]),.order-detail-form select,.order-detail-form textarea{background:#f5f5f5}.field-with-error{display:grid;width:min(320px,100%);grid-gap:4px;gap:4px}.has-field-error .product-picker,.has-field-error input,.has-field-error select{border-color:#dc2626;box-shadow:0 0 0 2px rgba(220,38,38,.12)}.field-error{display:block;margin-top:4px;color:#b91c1c;font-weight:600;line-height:1.5}.inline-error{flex:0 0 auto;margin-top:0;white-space:nowrap}.customer-fields{max-width:760px}.customer-type-field{grid-column:1/-1}.customer-type-field .radio-row{flex-wrap:nowrap}.suggestion-field{position:relative;align-items:flex-start}.suggestion-box{position:relative}.suggestion-input-with-hint{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.suggestion-input-with-hint .suggestion-box{flex:0 1 min(320px,100%)}.input-hint{color:var(--crm-muted,#6b7280);font-size:12px;white-space:nowrap}.suggestion-list{position:absolute;z-index:5;top:calc(100% + 4px);left:0;display:grid;width:min(420px,100%);border:1px solid #d1d5db;border-radius:6px;box-shadow:0 12px 24px rgba(15,23,42,.12)}.suggestion-list button{display:grid;grid-gap:2px;gap:2px;border:0;border-bottom:1px solid #eef2f7;background:#fff;cursor:pointer;padding:9px 10px;text-align:left}.suggestion-list button:last-child{border-bottom:0}.suggestion-list button:hover{background:#f8fafc}.suggestion-list button:disabled{background:#f8fafc;color:#6b7280;cursor:not-allowed}.suggestion-list strong{color:#111827;font-size:14px}.suggestion-list span{color:#6b7280;font-size:12px}.suggestion-list.main-key-customer-suggestion-list{max-height:320px;overflow-x:hidden;overflow-y:auto}.multi-value-field{display:grid;grid-gap:8px;gap:8px}.inline-value-row{display:grid;grid-template-columns:minmax(140px,180px) minmax(120px,160px) 60px 60px;align-items:center;grid-gap:10px;gap:10px;justify-content:start}.contact-row{grid-template-columns:minmax(130px,180px) minmax(150px,200px) 60px 60px;align-items:end}.company-row{grid-template-columns:minmax(260px,340px) 60px 60px;align-items:end}.customer-edit-company-row{grid-template-columns:minmax(260px,1fr) 60px 60px}.customer-edit-contact-row{grid-template-columns:minmax(140px,1fr) minmax(150px,1fr) 60px 60px}.muted-action{color:#6b7280}.login-page{display:grid;background:#e5e7eb;padding:24px}.login-panel{display:grid;width:min(420px,100%);grid-gap:18px;gap:18px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:28px;box-shadow:0 18px 45px rgba(15,23,42,.12)}.login-brand{display:flex}.login-brand-logo{flex:0 0 132px;width:132px;height:70px}.login-brand h1{margin:0;font-size:24px}.login-brand p{margin:4px 0 0;color:#6b7280}.product-picker{width:min(1040px,100%);overflow:hidden;border:1px solid #cbd5e1;border-radius:5px;background:#fff}.product-picker .ant-tabs-nav{margin:0;padding:0 12px;background:#f8fafc}.product-picker .ant-tabs-content-holder{border-top:1px solid #e5e7eb}.product-picker-scroll{min-width:0;overflow:auto}.product-picker-scroll table{min-width:1640px;table-layout:fixed}.product-picker-scroll td,.product-picker-scroll th{border-color:#9ca3af;padding:11px 12px;white-space:normal}.product-picker-scroll th{background:#f8fafc}.product-picker-row{cursor:pointer}.product-picker-row:hover td,.product-picker-row[aria-selected=true] td{background:#eff6ff}.product-picker-scroll td:first-child,.product-picker-scroll th:first-child{width:42px;text-align:center}.product-picker-scroll td:nth-child(10),.product-picker-scroll td:nth-child(2),.product-picker-scroll td:nth-child(4),.product-picker-scroll td:nth-child(7),.product-picker-scroll td:nth-child(9),.product-picker-scroll th:nth-child(10),.product-picker-scroll th:nth-child(2),.product-picker-scroll th:nth-child(4),.product-picker-scroll th:nth-child(7),.product-picker-scroll th:nth-child(9){width:110px}.product-picker-scroll td:nth-child(3),.product-picker-scroll td:nth-child(5),.product-picker-scroll td:nth-child(6),.product-picker-scroll th:nth-child(3),.product-picker-scroll th:nth-child(5),.product-picker-scroll th:nth-child(6){width:120px}.product-picker-scroll td:nth-child(8),.product-picker-scroll th:nth-child(8){width:140px}.product-picker-scroll td:nth-child(11),.product-picker-scroll th:nth-child(11){width:130px}.product-picker-scroll td:nth-child(12),.product-picker-scroll td:nth-child(13),.product-picker-scroll th:nth-child(12),.product-picker-scroll th:nth-child(13){width:320px}.selected-product-lines{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.selected-product-line{display:grid;grid-template-columns:minmax(180px,240px) minmax(260px,1fr);max-width:720px;overflow:hidden;align-items:stretch;grid-gap:0;gap:0;border:1px solid #94a3b8;border-radius:4px;background:#fff}.selected-product-line-header{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;min-height:38px;border-bottom:1px solid #cbd5e1;background:#f8fafc;padding:8px 12px}.selected-product-line-header strong{color:#111827;font-size:13px;font-weight:700}.selected-product-line-actions{display:flex;align-items:center;gap:15px}.success-link{color:var(--crm-success)}.danger-link{color:#b91c1c}.selected-product-cell{min-height:76px;align-content:start;border-right:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;padding:10px 12px}.selected-product-cell:nth-child(2n){border-right:0}.selected-product-cell:nth-child(n+3){border-bottom:0}.product-name-field{display:grid;min-height:76px;align-items:start;grid-gap:7px;gap:7px}.amount-row{display:grid;grid-template-columns:minmax(140px,220px) auto;align-items:center;grid-gap:10px;gap:10px}.final-section .amount-row{grid-template-columns:300px auto;width:max-content;max-width:100%}.collection-account-field{width:100%}.collection-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px 28px;gap:12px 28px}.collection-account-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.readonly-collection-account .field-label{color:#6b7280}.readonly-collection-account .radio-option span{color:#111827}.readonly-collection-account .radio-option input:disabled{cursor:not-allowed}.final-section textarea{width:500px;max-width:100%}.final-section .payment-proof-dropzone{box-sizing:border-box;position:relative;display:grid;width:100%;height:130px;place-items:center;max-width:100%;padding:12px}.payment-proof-field>.field-label{display:block;margin-bottom:16px}.final-section .payment-proof-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.payment-proof-select-button{min-height:40px;padding:8px 20px;border:1px solid #15803d;border-radius:6px;background:#16a34a;color:#fff;cursor:pointer;font-weight:700}.payment-proof-select-button:hover{border-color:#166534;background:#15803d}.payment-proof-select-button:disabled{cursor:not-allowed;opacity:.55}.payment-proof-upload-count{display:block;margin-top:16px;color:var(--crm-muted)}.prototype-actions{display:flex;justify-content:center;gap:42px;padding:16px 48px 28px}.scope-modal-overlay,.submit-result-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:rgba(15,23,42,.36);padding:24px}.submit-result-dialog{width:min(420px,100%);grid-gap:20px;gap:20px}.scope-modal-dialog,.submit-result-dialog{display:grid;border-radius:8px;background:#fff;padding:24px;box-shadow:0 20px 48px rgba(15,23,42,.2)}.scope-modal-dialog{width:min(560px,100%);grid-gap:16px;gap:16px}.invoice-create-dialog{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto}.invoice-create-form{margin-top:18px}.invoice-detail-form input:disabled,.invoice-detail-form select:disabled,.invoice-detail-form textarea:disabled{border-color:#d1d5db;background:#f3f4f6;color:#4b5563;cursor:not-allowed;opacity:1}.invoice-detail-contract-dropzone,.invoice-detail-readonly-field{border:1px solid #d1d5db;border-radius:6px;background:#f3f4f6;color:#4b5563}.invoice-detail-readonly-field{padding:8px 12px}.invoice-detail-contract-dropzone{margin-top:7px;cursor:not-allowed}.order-contract-dialog,.product-edit-dialog{max-height:calc(100vh - 48px);overflow-y:auto}.product-edit-dialog{width:min(760px,100%)}.customer-record-dialog{width:min(980px,100%);max-height:calc(100vh - 48px);overflow-y:auto}.customer-record-summary{display:flex;flex-wrap:wrap;gap:12px 24px;color:#111827;font-size:14px;font-weight:700}.customer-record-table-wrap{max-height:60vh}.customer-record-table{min-width:840px}.customer-record-table td,.customer-record-table th{vertical-align:middle}.customer-record-order-list{display:grid;grid-gap:4px;gap:4px;min-width:260px}.customer-list-table .customer-contact-summary-cell{min-width:15em;width:15em;max-width:15em;white-space:normal;overflow-wrap:break-word;word-break:normal}.product-table-wrap table{width:max-content;min-width:1500px;table-layout:auto}.product-table-wrap .product-list-table td,.product-table-wrap .product-list-table th{width:15em;max-width:15em;padding:6px 8px;font-size:12px;line-height:1.35;vertical-align:middle;white-space:normal;overflow-wrap:anywhere}.product-list-table td:first-child,.product-list-table th:first-child{position:-webkit-sticky;position:sticky;z-index:3;left:0;width:80px;min-width:80px;max-width:80px}.product-list-table th:first-child{z-index:5;background:#eef3f9}.product-list-table td:first-child{background:#fff}.product-list-table tbody tr:hover td:first-child{background:var(--crm-surface-soft)}.product-list-table .table-action-stack{gap:2px}.product-list-table .text-button{min-height:24px;padding:0 8px;font-size:12px}.compact-row-field{max-width:360px}.compact-row-field.span-2{width:min(420px,100%)}.muted-note{color:var(--color-muted);font-size:13px}.delivery-dialog{width:min(520px,100%);max-height:calc(100vh - 48px);overflow-y:auto}.delivery-declaration-dialog{width:min(1180px,100%)}.delivery-declaration-form-overlay{z-index:60}.delivery-declaration-form-dialog{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto}.declaration-info-table-wrap{max-height:48vh}.declaration-info-table{min-width:1180px}.delivery-declaration-start-row{display:flex;margin-top:8px;margin-bottom:10px}.declaration-info-table td,.declaration-info-table th{vertical-align:middle;white-space:normal}.declaration-info-table td{max-width:180px;overflow-wrap:anywhere}.declaration-info-table .declaration-product-name-cell{width:10em;min-width:10em;max-width:10em;white-space:normal;overflow-wrap:anywhere}.delivery-dialog-summary{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-bg-panel-soft);padding:10px 12px}.delivery-dialog-summary span{color:var(--color-muted);font-size:12px}.delivery-dialog-summary strong{color:var(--color-text-strong);font-size:14px}.delivery-material-batch-selector>summary{position:relative;list-style:none;cursor:pointer;display:grid;grid-gap:4px;gap:4px;padding-right:24px}.delivery-material-batch-selector>summary::-webkit-details-marker{display:none}.delivery-material-batch-selector[open]>summary{margin-bottom:10px}.delivery-material-batch-toggle{position:absolute;top:50%;right:0;display:inline-flex;align-items:center;color:var(--color-muted);font-size:14px;line-height:1;transform:translateY(-50%)}.delivery-material-batch-selector[open] .delivery-material-batch-toggle-down,.delivery-material-batch-toggle-up{display:none}.delivery-material-batch-selector[open] .delivery-material-batch-toggle-up{display:inline-flex}.delivery-material-batch-options{display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--color-border);padding-top:10px}.delivery-material-batch-options>label{display:flex;align-items:flex-start;gap:8px;color:var(--color-text-strong);cursor:pointer;font-size:14px}.delivery-material-batch-checkbox{width:15px;height:15px;flex:0 0 15px;margin:2px 0 0}.delivery-material-batch-task{display:grid;grid-gap:2px;gap:2px;min-width:0;font-size:14px;line-height:20px}.delivery-material-batch-task>span{overflow-wrap:anywhere}.delivery-material-list{display:grid;grid-template-columns:108px minmax(0,1fr);align-items:start;grid-gap:10px 16px;gap:10px 16px}.delivery-material-list>span{color:var(--color-muted);font-size:12px;font-weight:500;line-height:32px}.delivery-material-list>strong{color:var(--color-muted);font-size:14px;line-height:32px}.delivery-material-list>div{display:grid;grid-gap:8px;gap:8px}.delivery-material-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:18px;gap:18px;min-height:32px}.delivery-material-item strong{min-width:0;overflow-wrap:anywhere}.delivery-dialog-records{display:grid;grid-gap:8px;gap:8px}.delivery-dialog-options{display:flex;flex-wrap:wrap;gap:8px}.delivery-dialog-records>div{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--color-border);border-radius:7px;padding:10px 12px}.delivery-dialog-records span{color:var(--color-muted);font-size:12px}.delivery-record-content{white-space:pre-wrap}.delivery-declaration-records>div{gap:6px}.declaration-readonly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 16px;gap:12px 16px}.declaration-readonly-grid input:disabled{color:var(--color-muted);background:var(--color-bg-panel-soft)}.material-email-fields{position:relative;display:grid;grid-gap:16px;gap:16px}.material-email-fields.disabled:after{position:absolute;inset:0;border-radius:6px;background:rgba(243,244,246,.68);content:"";pointer-events:none}.material-email-recipient{display:block;margin-top:6px;color:var(--color-muted);font-size:12px;line-height:1.5}.link-button.delivery-field-missing{color:var(--color-danger)}.link-button.delivery-field-complete{color:var(--color-primary)}.delivery-field-readonly{display:inline-flex;align-items:center;min-height:28px;color:var(--color-muted);line-height:1.4;white-space:normal;overflow-wrap:anywhere}.warning-days-negative{color:var(--color-danger)}.delivery-field-readonly.delivery-proof-button,.link-button.delivery-proof-button{flex-direction:column;align-items:center;gap:4px;line-height:1.4;min-height:0;white-space:nowrap}.scope-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.scope-modal-header h2{margin:0;color:#111827;font-size:18px}.scope-modal-dialog ul{margin:0;padding-left:18px;color:#374151;line-height:1.8}.submit-result-message{display:grid;grid-gap:8px;gap:8px;color:#111827;font-size:16px;font-weight:700;line-height:1.7}.submit-result-message span{color:#0f4cba;font-size:14px;font-weight:600}.submit-result-message a{color:#0f4cba;font-size:14px;font-weight:700;text-decoration:none}.submit-result-message a:hover{text-decoration:underline}@media (max-width:1100px){.crm-layout{grid-template-columns:1fr}.crm-sider{position:static}.crm-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.order-layout{grid-template-columns:1fr}.workbench-category-list,.workbench-link-grid,.workbench-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-side-panel{position:static}}@media (max-width:760px){.crm-header,.crm-header-right,.panel-header{align-items:flex-start;flex-direction:column}.crm-content{padding:16px}.crm-nav,.filter-bar,.metric-grid,.report-chart-grid,.three-cols,.two-cols,.workbench-category-list,.workbench-link-grid,.workbench-metric-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.form-actions,.panel-actions{align-items:stretch;flex-direction:column}.prototype-section{padding:16px}.collection-account-grid,.company-row,.inline-value-row,.product-picker,.selected-product-line{grid-template-columns:1fr}.selected-product-cell{border-right:0}.selected-product-cell,.selected-product-cell:nth-child(n+3){border-bottom:1px solid #cbd5e1}.selected-product-cell:last-child{border-bottom:0}}:root{--crm-bg:var(--color-bg-page);--crm-surface:var(--color-bg-panel);--crm-surface-soft:var(--color-bg-panel-soft);--crm-surface-blue:var(--color-primary-soft);--crm-border:var(--color-border);--crm-border-strong:var(--color-border-strong);--crm-text:var(--color-text);--crm-muted:var(--color-muted);--crm-subtle:#8390a3;--crm-primary:var(--color-primary);--crm-primary-hover:var(--color-primary-strong);--crm-primary-soft:var(--color-primary-soft);--crm-accent:var(--color-primary-strong);--crm-success:#15803d;--crm-warning:#b45309;--crm-danger:#b42318;--crm-shadow-sm:0 1px 2px rgba(15,35,67,.06);--crm-shadow-md:0 12px 32px rgba(15,35,67,.12)}html{background:var(--crm-bg)}body{background:radial-gradient(circle at top right,rgba(15,76,186,.08),transparent 32rem),linear-gradient(180deg,#f6f9fd 0,var(--crm-bg) 100%);color:var(--crm-text);font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}a,button,input,select,textarea{transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}.crm-layout{grid-template-columns:252px minmax(0,1fr);background:var(--crm-bg)}.crm-sider{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;background:linear-gradient(180deg,rgba(29,95,209,.18),rgba(11,23,42,0) 14rem),var(--color-sidebar);color:#fff;box-shadow:inset -1px 0 0 hsla(0,0%,100%,.08)}.crm-brand{min-height:72px;gap:14px;padding:14px 18px;border-bottom-color:rgba(216,224,236,.14);background:rgba(19,36,60,.54)}.crm-brand-logo{flex:0 0 88px;width:88px;height:40px;object-fit:contain}.crm-brand-title{color:#fff;font-size:14px;font-weight:800;letter-spacing:0;line-height:1.3}.crm-brand-subtitle{color:var(--color-sidebar-muted);font-size:12px;line-height:1.35}.crm-nav{gap:4px;padding:12px 10px 18px}.nav-child,.nav-parent{border-radius:var(--radius-control);color:#d8e2f1}.nav-parent{min-height:40px;padding:9px 12px;border:1px solid transparent;font-weight:700}.nav-child:hover,.nav-parent:hover{background:hsla(0,0%,100%,.07);color:#fff}.nav-parent.active{border-color:rgba(29,95,209,.36);background:rgba(29,95,209,.18);color:#fff;box-shadow:inset 3px 0 0 var(--color-primary)}.nav-parent.active:hover{background:rgba(29,95,209,.24)}.nav-child.active{background:var(--color-primary);color:#fff;box-shadow:0 8px 18px rgba(2,8,23,.18)}.nav-children{display:grid;grid-gap:3px;gap:3px;margin:3px 0 5px;padding-left:8px;border-left:1px solid rgba(143,161,187,.22)}.nav-child{margin-left:8px;padding:7px 10px;color:var(--color-sidebar-muted);font-size:13px}.nav-chevron{width:7px;height:7px;color:#a9b9cf;transition:transform .14s ease}.crm-main{background:transparent}.crm-header{position:-webkit-sticky;position:sticky;z-index:10;top:0;min-height:64px;padding:0 24px;border-bottom-color:var(--crm-border);background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.crm-breadcrumb{color:var(--crm-muted);font-size:13px;font-weight:600}.crm-user{min-height:42px;border:1px solid transparent;border-radius:var(--radius-control);padding:4px 8px 4px 5px}.crm-user:hover{border-color:var(--crm-border);background:var(--crm-surface);box-shadow:var(--crm-shadow-sm)}.crm-avatar{width:34px;height:34px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-strong));color:#fff}.crm-user-meta strong{color:var(--color-text-strong);font-size:13px}.crm-user-meta span{color:var(--crm-muted)}.account-menu{width:232px;border-color:var(--crm-border);border-radius:var(--radius-control);background:var(--crm-surface);box-shadow:var(--crm-shadow-md)}.account-menu>button{min-height:38px;border-bottom-color:#edf2f8;background:var(--crm-surface);color:var(--color-text-strong);font-weight:650}.account-menu>button:hover{background:var(--crm-primary-soft);color:var(--crm-primary)}.account-password-form{gap:8px;border-bottom-color:#edf2f8;padding:10px;background:var(--crm-surface-soft)}.account-password-form button{border-color:var(--crm-primary);background:var(--crm-primary);color:#fff;font-weight:700}.account-password-form button:hover{border-color:var(--crm-primary-hover);background:var(--crm-primary-hover)}.account-feedback.success{background:var(--color-success-bg);color:var(--color-success)}.account-feedback.error{background:var(--color-danger-bg);color:var(--color-danger)}.crm-content{min-height:calc(100vh - 64px);padding:22px 24px 24px}.crm-page-heading{display:flex;align-items:flex-end;justify-content:space-between;min-height:34px;gap:14px;margin-bottom:16px}.crm-page-heading h1{color:var(--crm-text);font-size:24px;font-weight:800}.product-notification-bar{display:flex;width:500px;height:45px;flex:0 0 500px;align-items:center;gap:8px;overflow:hidden;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;padding:0 10px}.product-notification-label{flex:0 0 auto;color:#991b1b;font-size:13px;font-weight:700}.product-notification-text{min-width:0;overflow:hidden;color:#7f1d1d;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.product-notification-viewport{min-width:0;flex:1 1 auto;overflow:hidden}.product-notification-message{display:block;animation:product-notification-slide .28s ease-out;color:#7f1d1d;text-decoration:none}.product-notification-message:hover,.product-notification-more:hover{color:#991b1b}.product-notification-more{flex:0 0 auto;color:#b91c1c;font-size:13px;text-decoration:none}.product-notification-toggle{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:0;background:transparent;color:#b91c1c;cursor:pointer;padding:0;font-size:22px;line-height:1}.product-notification-toggle:hover{color:#991b1b}.product-notification-bar.is-collapsed{width:100px;height:45px;flex-basis:100px;justify-content:space-between}@keyframes product-notification-slide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.workbench-notification-row.is-highlighted{border-color:var(--crm-primary);background:var(--crm-primary-soft)}.form-stack,.page-stack,.progress-stack,.side-stack,.tag-stack{gap:16px}.metric-grid,.workbench-metric-grid{gap:14px}.report-chart-grid{gap:16px}.g2plot-chart{height:320px}.content-grid,.order-layout{gap:16px}.notice-panel,.panel{border-color:var(--crm-border);border-radius:8px;background:var(--crm-surface);box-shadow:var(--crm-shadow-sm)}.panel{padding:20px}.panel:hover{border-color:var(--crm-border-strong)}.notice-panel{border-color:#c7d7ef;background:var(--crm-surface-soft)}.panel-header{min-height:36px;gap:10px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--crm-border)}.panel-title-actions{display:flex;align-items:center;gap:10px;min-width:0}.panel h2,.panel-header h2{color:var(--crm-text);font-size:17px;font-weight:800}.metric-panel{position:relative;display:grid;align-content:space-between;min-height:108px;overflow:hidden;padding:16px}.metric-panel:after{display:none;content:none}.column-settings{position:relative;display:inline-flex}.column-settings-trigger{min-height:34px}.column-settings-popover{position:absolute;z-index:30;top:calc(100% + 6px);left:0;display:grid;min-width:220px;max-height:360px;overflow:auto;padding:10px;border:1px solid var(--crm-border-strong);border-radius:8px;background:var(--crm-surface);box-shadow:var(--crm-shadow-md)}.column-settings-actions{display:flex;gap:8px;padding-bottom:8px;margin-bottom:6px;border-bottom:1px solid var(--crm-border)}.column-settings-actions button{min-height:28px;padding:0 10px;border:1px solid var(--crm-border-strong);border-radius:6px;background:var(--crm-surface-soft);color:var(--crm-text);font-size:13px;font-weight:700;cursor:pointer}.column-settings-actions button:hover{border-color:var(--crm-primary);color:var(--crm-primary)}.column-settings-option{display:flex;align-items:center;gap:8px;min-height:30px;color:var(--crm-text);font-size:14px;white-space:nowrap}.column-settings-option input{width:16px;height:16px;margin:0}.column-settings-option input:disabled{cursor:not-allowed}.metric-label{color:var(--crm-muted);font-size:12px;font-weight:700}.metric-value{color:var(--crm-text);font-size:28px;font-weight:850}.summary-metric{min-width:172px;gap:3px;border-color:var(--crm-border);border-radius:8px;background:var(--crm-surface);padding:12px 14px;box-shadow:var(--crm-shadow-sm)}.summary-metric span{color:var(--crm-muted);font-size:12px;font-weight:700}.summary-metric strong{color:var(--crm-text);font-size:20px;font-weight:800}.mini-action,.plain-button,.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:8px;font-weight:700;line-height:1;white-space:nowrap}.primary-button{border-color:var(--crm-primary);background:var(--crm-primary);color:#fff;box-shadow:0 1px 2px rgba(15,76,186,.16)}.primary-button:hover{border-color:var(--crm-primary-hover);background:var(--crm-primary-hover)}.mini-action,.secondary-button{border-color:var(--crm-border-strong);background:#fff;color:var(--crm-text)}.mini-action:hover,.plain-button:hover,.secondary-button:hover,.text-button:hover{border-color:#9fb0c7;background:#f1f6ff;color:var(--crm-primary)}.plain-button,.text-button{color:var(--crm-muted)}.link-button{display:inline-flex;align-items:center;min-height:28px;color:var(--crm-primary);font-weight:700;line-height:1;white-space:nowrap}.link-button:hover{color:var(--crm-primary-hover)}.payment-proof-cell{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:120px}.payment-proof-file-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--crm-primary);font-size:20px}.payment-proof-file-icon:hover{color:var(--crm-primary-hover)}.payment-proof-dropzone{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px dashed var(--crm-border);border-radius:6px;background:#f8fafc}.order-contract-dropzone{display:grid;min-height:130px;place-items:center;grid-gap:8px;gap:8px;padding:12px;border:1px dashed var(--crm-border);border-radius:6px;background:#f8fafc;color:var(--crm-muted)}.order-contract-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.order-contract-select-button{cursor:pointer}.order-contract-download-list,.order-contract-file-list{display:grid;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.order-contract-file-list li{overflow-wrap:anywhere}.invoice-contract-file-list li,.order-contract-download-list li{display:flex;align-items:center;justify-content:space-between;gap:12px}.invoice-contract-file-list li{white-space:nowrap}.invoice-contract-checkbox{display:inline-flex;align-items:center;min-width:0;gap:8px}.invoice-contract-checkbox input{width:15px;height:15px;flex:0 0 15px;margin:0}.invoice-contract-checkbox span{min-width:0;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap}.invoice-contract-file-actions{display:inline-flex;flex:0 0 auto;flex-wrap:nowrap;gap:8px;white-space:nowrap}.invoice-contract-file-actions a,.invoice-contract-file-actions button{min-height:28px;border:0;background:transparent;color:var(--crm-primary);cursor:pointer;padding:0;font-weight:700}.invoice-contract-file-actions button:disabled{cursor:not-allowed;opacity:.6}.order-contract-download-list a{color:var(--crm-primary);font-weight:700;overflow-wrap:anywhere}.invoice-payment-proof-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:7px}.invoice-payment-proof{display:grid;width:100px;grid-gap:6px;gap:6px}.invoice-payment-proof-image{display:block;width:100px;height:100px;border:1px solid var(--crm-border);border-radius:6px;object-fit:cover}.invoice-payment-proof a{color:var(--crm-primary);font-size:13px;font-weight:700;text-align:center}.invoice-order-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;display:grid;grid-gap:4px;gap:4px;max-height:240px;overflow:auto;padding:4px 0;border:1px solid var(--crm-border);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.12);background:var(--crm-surface)}.invoice-order-field{position:relative}.invoice-order-warning{margin-bottom:8px;color:var(--crm-danger);font-size:13px}.invoice-order-row{display:flex;align-items:center;gap:8px;margin-top:8px}.invoice-order-input-wrap{position:relative;flex:1 1 auto;min-width:0}.invoice-order-input{padding-right:42px}.refund-order-field .invoice-order-input,.refund-order-field .invoice-order-selected-input,.refund-order-field .invoice-order-suggestions button{font-size:14px}.invoice-order-selected-input{display:flex;align-items:center;gap:6px;width:100%;min-height:40px;box-sizing:border-box;padding:8px 12px;border:1px solid var(--crm-border);border-radius:8px;background:var(--crm-surface);color:var(--crm-text)}.invoice-order-selected-input>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-order-add-button,.invoice-order-remove-button,.invoice-order-remove-selected{flex:0 0 auto;width:24px;height:24px;min-height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--crm-primary);cursor:pointer;font-size:18px;font-weight:700;line-height:1;white-space:nowrap}.invoice-order-remove-selected{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:24px;height:24px;min-height:24px;border:0;padding:0;color:var(--crm-muted);font-size:16px;line-height:1}.invoice-order-selected-input .invoice-order-remove-selected{position:static;flex:0 0 24px;transform:none}.invoice-order-add-button:hover,.invoice-order-remove-button:hover{background:var(--crm-primary-soft)}.invoice-order-remove-selected:hover{background:var(--crm-surface-soft)}.invoice-order-suggestions button{border:0;padding:8px 10px;background:transparent;color:inherit;text-align:left;cursor:pointer}.invoice-order-searching{padding:8px 10px;color:var(--crm-text-muted)}.refund-order-field .invoice-order-searching{font-size:14px}.invoice-order-suggestions button:hover{background:var(--crm-surface-soft)}.invoice-order-suggestions button:disabled{cursor:not-allowed;opacity:.45}.invoice-order-suggestion-other{color:var(--crm-text-muted);opacity:.45}.invoice-order-input-error{border-color:var(--crm-danger)!important;box-shadow:0 0 0 2px rgba(220,38,38,.12)}.invoice-selected-order-list{display:grid;grid-gap:6px;gap:6px;margin:8px 0 0;padding:0;list-style:none}.invoice-selected-order-list li,.order-invoice-cell{display:flex;align-items:center;gap:8px}.invoice-selected-order-list li{justify-content:space-between}.invoice-selected-order-list button{min-width:24px;border:1px solid var(--crm-border);background:transparent;cursor:pointer}.order-invoice-cell{flex-direction:row;align-items:flex-start;white-space:nowrap}.payment-proof-thumbnail-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.payment-proof-thumbnail{position:relative;width:100px;height:100px}.payment-proof-thumbnail-image{display:block;width:100px;height:100px;overflow:hidden;padding:0;border:1px solid var(--crm-border);border-radius:6px;background:#fff;cursor:zoom-in}.payment-proof-thumbnail-image img{display:block;width:100%;height:100%;object-fit:cover}.payment-proof-thumbnail-delete{position:absolute;z-index:2;top:-8px;left:-8px;display:grid;width:24px;height:24px;place-items:center;padding:0;border:1px solid #dc2626;border-radius:50%;background:#fff;color:#dc2626;cursor:pointer;font-size:12px;font-weight:800}.payment-proof-preview-dialog{width:min(840px,calc(100vw - 32px))}.payment-proof-preview-dialog>img{display:block;width:100%;max-height:72vh;object-fit:contain;background:#f8fafc}.success-text{color:#15803d;font-weight:700}.compact-link{min-height:18px;padding:0}.filter-panel{gap:12px 14px;margin-bottom:16px;border-color:var(--crm-border);border-radius:8px;padding:14px;background:var(--crm-surface-soft)}.filter-bar,.filter-panel{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.filter-bar{align-items:end}.finance-report-filter{grid-template-columns:minmax(0,340px)}.finance-report-table{margin-top:20px}.filter-actions{align-self:end;flex-wrap:wrap}.order-filter-actions{grid-column:1/-1;justify-content:flex-end}.order-export-button{margin-right:10px;border-color:var(--crm-success);background:var(--crm-success);color:#fff}.order-export-button:hover{border-color:#166534;background:#166534;color:#fff}.delivery-filter-actions{grid-column:1/-1;justify-content:flex-end}.delivery-export-button{margin-right:10px;border-color:var(--crm-success);background:var(--crm-success);color:#fff}.delivery-export-button:hover{border-color:#166534;background:#166534;color:#fff}.product-filter-panel{grid-template-columns:repeat(5,minmax(150px,1fr))}.product-filter-actions{grid-column:1/-1;justify-content:flex-start}.field-label,label span{color:#334155;font-size:13px;font-weight:750}.muted,.notice-panel p,.readonly-table-note,label small{color:var(--crm-muted)}input,select,textarea{min-height:38px;border-color:#c6d2e1;border-radius:8px;background:#fff;color:var(--crm-text)}input::placeholder,textarea::placeholder{color:var(--crm-subtle)}input:hover,select:hover,textarea:hover{border-color:#9fb0c7}input:focus,select:focus,textarea:focus{border-color:var(--crm-primary);box-shadow:0 0 0 3px rgba(15,76,186,.12)}.table-wrap{overflow:auto}.paginated-table-wrap,.table-wrap{border:1px solid var(--crm-border);border-radius:8px;background:#fff;box-shadow:inset 0 0 0 1px rgba(226,232,240,.36)}.paginated-table-wrap{overflow:visible}.horizontal-table-viewport{position:relative;min-width:0}.table-scroll-controls{position:-webkit-sticky;position:sticky;z-index:8;top:calc(50vh - 22px);display:flex;height:0;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}.horizontal-table-viewport:has(>.product-table-wrap) .table-scroll-controls{padding-left:90px}.table-scroll-button{display:inline-grid;width:42px;height:42px;border:1px solid #79a8e8;border-radius:50%;background:rgba(233,243,255,.96);box-shadow:0 4px 12px rgba(15,76,186,.2);color:var(--crm-primary);cursor:pointer;font-size:24px;font-weight:700;line-height:1;place-items:center;pointer-events:auto}.table-scroll-button:hover:not(:disabled){border-color:var(--crm-primary);background:#fff}.table-scroll-button:focus-visible{outline:3px solid rgba(15,76,186,.24);outline-offset:2px}.table-scroll-button:disabled{cursor:not-allowed;opacity:.36}.paginated-table-wrap>.horizontal-table-viewport>.table-wrap{border:0;border-radius:7px 7px 0 0;box-shadow:none}.table-wrap table{border-collapse:separate;border-spacing:0}.table-wrap td,.table-wrap th{border-bottom-color:#e4ebf4;padding:10px 12px;font-size:13px;line-height:1.45;vertical-align:middle;white-space:nowrap}.table-wrap tr:last-child td{border-bottom:0}.table-wrap td.order-list-long-text-cell{width:60em;min-width:60em;white-space:normal;overflow-wrap:anywhere}.product-picker-name{display:inline-block;max-width:20em;white-space:normal;overflow-wrap:anywhere;vertical-align:top}.refund-line-input{display:flex;align-items:center;gap:8px;min-width:150px}.refund-line-input input[type=number]{width:96px}.refund-total-amount-input{min-width:8ch;width:120px}.cost-review-line-list{display:grid;grid-gap:8px;gap:8px}.cost-review-action-line,.cost-review-line{display:flex;min-height:38px;align-items:center}.cost-review-action-line{gap:8px;white-space:nowrap}.cost-review-history-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:rgba(15,23,42,.36);padding:24px}.cost-review-history-dialog{display:grid;width:min(980px,100%);max-height:calc(100vh - 48px);grid-gap:16px;gap:16px;overflow:auto;border-radius:8px;background:#fff;padding:24px;box-shadow:0 20px 48px rgba(15,23,42,.2)}.report-period-select{display:inline-flex;align-items:center;flex:0 0 auto;gap:8px;white-space:nowrap}.report-period-select select{min-width:180px}.report-period-toolbar{display:flex;min-width:0;align-items:center;flex-wrap:nowrap;gap:16px;margin-bottom:10px;border-bottom:1px solid var(--crm-border)}.report-period-tabs{display:flex;min-width:0;flex:1 1 auto;flex-wrap:nowrap;gap:8px;margin-bottom:0}.report-period-tab{min-height:34px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--crm-muted);cursor:pointer;padding:0 12px;font-weight:750}.report-period-tab:focus-visible,.report-period-tab:hover{color:var(--crm-primary);outline:none}.report-period-tab[aria-selected=true]{border-bottom-color:var(--crm-primary);color:var(--crm-primary)}.profit-product-navigation{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-top:1px solid var(--crm-border);color:#667085;font-size:13px}.paginated-table-footer-before{padding:12px 12px 0}.pagination-summary,.pagination-summary label{display:flex;flex:0 0 auto;align-items:center;gap:8px;white-space:nowrap}.pagination-summary select{min-width:68px}.delivery-bulk-reassign-bar label{flex:0 0 auto;white-space:nowrap}.delivery-bulk-reassign-bar label,.pagination-actions{display:flex;align-items:center;gap:8px}th{position:-webkit-sticky;position:sticky;z-index:1;top:0;background:#eef3f9;color:#34445c;font-weight:800}td{color:var(--crm-text)}tbody tr:hover td{background:var(--crm-surface-soft)}.delivery-task-row-delivered:hover>td,.delivery-task-row-delivered>td{background:#f0fdf4}.delivery-task-row-paused:hover>td,.delivery-task-row-paused>td{background:#fef2f2}.status-pill,.tag{min-height:26px;border:1px solid var(--crm-border);background:var(--crm-surface-soft);color:var(--crm-text);font-weight:750}.status-待领取{border-color:#fde68a;background:#fffbeb;color:var(--crm-warning)}.status-交付中{border-color:#bfdbfe;background:#eff6ff;color:var(--crm-primary)}.status-审批通过,.status-已交付,.status-已生效,.tag.green{border-color:#bbf7d0;background:#f0fdf4;color:var(--crm-success)}.status-审批中{border-color:#bfdbfe;background:#eff6ff;color:var(--crm-primary)}.status-审批拒绝{border-color:#fecaca;background:#fef2f2;color:var(--crm-danger)}.status-已作废,.status-已撤回{border-color:#e5e7eb;background:#f8fafc;color:var(--crm-muted)}.empty-state,.feedback-message{border-radius:8px;border:1px solid var(--crm-border);background:var(--crm-surface-soft);color:var(--crm-muted)}.empty-state{border:1px dashed #c6d2e1;background:#f8fbff;color:var(--crm-muted)}.success-message{border-color:#bbf7d0;background:#f0fdf4;color:var(--crm-success)}.error-message{border-color:#fecaca;background:#fef2f2;color:var(--crm-danger)}.progress-track{background:#d8e1ee}.progress-bar{background:var(--crm-primary)}.prototype-form{border:1px solid var(--crm-border);border-radius:8px;background:#fff}.prototype-section{border-top-color:var(--crm-border)}.radio-option span,.readonly-field>strong,.section-title,.suggestion-list strong{color:var(--crm-text)}.collapsed-row>span,.readonly-field>span,.suggestion-list span{color:var(--crm-muted)}.product-picker,.suggestion-list{box-shadow:var(--crm-shadow-md)}.product-picker,.source-tabs,.suggestion-list{border-color:var(--crm-border);border-radius:8px}.source-tabs{background:#edf3fb}.source-tabs button{min-height:32px;border-radius:6px;color:var(--crm-muted);font-weight:700;white-space:nowrap}.source-tabs button:hover{background:hsla(0,0%,100%,.72);color:var(--crm-primary)}.source-tabs button.active{background:#fff;color:var(--crm-primary);box-shadow:var(--crm-shadow-sm)}.has-field-error .product-picker,.has-field-error input,.has-field-error select,.has-field-error textarea{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.field-error{color:var(--crm-danger);font-size:12px;font-weight:650}.suggestion-list{overflow:hidden;background:#fff}.suggestion-list button:hover{background:var(--crm-surface-soft)}.product-picker .ant-tabs-nav{background:#f4f7fb}.product-picker-scroll td,.product-picker-scroll th{border-color:#d7e0ec;padding:10px 12px}.product-picker-scroll th{background:#eef3f9}.workbench-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.workbench-link-card{min-height:78px;align-items:center;justify-content:center;border-color:#111f3c;background:#111f3c;color:#fff;padding:14px 16px;text-align:center;font-size:15px;font-weight:800;box-shadow:var(--crm-shadow-sm)}.workbench-link-card:hover{border-color:#14223c;background:#14223c;color:#fff;box-shadow:0 8px 18px rgba(15,76,186,.18)}.workbench-metric-grid .summary-metric{min-height:86px;border-color:#d4deeb;background:linear-gradient(180deg,#fff,#f8fbff)}.workbench-metric-grid .summary-metric strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:0}.workbench-category-panel h3{margin:16px 0 8px;color:#334155;font-size:14px;font-weight:800}.workbench-category-row{min-height:38px;gap:12px;border-color:#d8e0ec;background:#f8fbff;padding:7px 10px}.workbench-category-row strong{color:var(--crm-text);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.workbench-category-counts{gap:6px 12px}.login-page{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;align-items:center;justify-items:center;background:#02050a url(/assets/login-background.png) 50%/cover no-repeat;padding:32px 20px}.login-page:before{display:none;content:none}.login-panel{position:relative;z-index:1;width:min(440px,100%);overflow:visible;gap:16px;border:1px solid hsla(0,0%,100%,.72);border-radius:30px;background:linear-gradient(145deg,hsla(0,0%,100%,.66),hsla(0,0%,100%,.25) 54%,rgba(72,162,255,.24)),hsla(0,0%,100%,.22);padding:30px;box-shadow:0 28px 72px rgba(28,86,164,.22),inset 0 1px 0 hsla(0,0%,100%,.78);backdrop-filter:blur(24px) saturate(156%);-webkit-backdrop-filter:blur(24px) saturate(156%)}.login-panel [hidden]{display:none!important}.login-brand{align-items:center;gap:14px;margin-bottom:2px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.54)}.login-brand-logo{flex:0 0 46px;width:46px;height:58px;object-fit:contain}.login-brand h1{color:#0f2f57;font-size:23px;font-weight:850;line-height:1.2}.login-brand p{color:rgba(15,47,87,.66);font-weight:650}.login-panel label span{color:rgba(15,47,87,.78);font-weight:760}.login-panel input{min-height:42px;border-color:hsla(0,0%,100%,.72);border-radius:14px;background:hsla(0,0%,100%,.5);color:#102947;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.62),0 10px 24px rgba(42,121,214,.1)}.login-panel input:focus{border-color:rgba(37,99,235,.72);outline:none;box-shadow:var(--focus-ring),inset 0 1px 0 hsla(0,0%,100%,.7)}.password-input-wrap{position:relative;display:grid}.password-input-wrap input{padding-right:42px}.password-eye-button{position:absolute;top:50%;right:8px;display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:6px;background:transparent;color:#7b8798;cursor:pointer;transform:translateY(-50%)}.password-eye-button.visible,.password-eye-button:hover{color:var(--crm-primary)}.password-eye-button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.password-eye-icon{position:relative;width:18px;height:12px;border:1.7px solid;border-radius:999px/720px}.password-eye-icon:before{top:50%;left:50%;width:5px;height:5px;transform:translate(-50%,-50%)}.password-eye-icon:after,.password-eye-icon:before{position:absolute;border-radius:999px;background:currentColor;content:""}.password-eye-icon:after{top:-4px;left:7px;width:2px;height:20px;transform:rotate(-45deg)}.password-eye-button.visible .password-eye-icon:after{display:none}.password-login-form{display:grid;grid-gap:16px;gap:16px}.captcha-input-row{display:grid;grid-template-columns:minmax(0,1fr) 96px 60px;grid-gap:8px;gap:8px;align-items:center}.captcha-image-button,.captcha-refresh-button{height:42px;border:1px solid var(--crm-border);border-radius:var(--radius-control);background:#fff;color:var(--crm-text);cursor:pointer;font-weight:760}.captcha-image-button{overflow:hidden;padding:0}.captcha-image-button img{display:block;width:100%;height:100%;object-fit:cover}.captcha-image-button span{color:var(--crm-muted);font-size:13px}.captcha-refresh-button{color:var(--crm-primary);font-size:13px}.captcha-image-button:focus-visible,.captcha-image-button:hover,.captcha-refresh-button:focus-visible,.captcha-refresh-button:hover{border-color:var(--crm-primary);outline:none}.login-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;border:1px solid hsla(0,0%,100%,.64);border-radius:999px;background:hsla(0,0%,100%,.24);padding:5px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.55)}.login-mode-tabs button{min-height:38px;border:0;border-radius:999px;background:transparent;color:rgba(15,47,87,.66);cursor:pointer;font-weight:780}.login-mode-tabs button:focus-visible,.login-mode-tabs button:hover{color:var(--crm-primary);outline:none}.login-mode-tabs button.active{background:hsla(0,0%,100%,.76);color:#0f4cba;box-shadow:0 8px 18px rgba(37,99,235,.14),inset 0 1px 0 hsla(0,0%,100%,.86)}.login-panel .primary-button{width:100%;min-height:48px;margin-top:4px;border-color:hsla(0,0%,100%,.72);border-radius:999px;background:hsla(0,0%,100%,.86);color:#173b78;box-shadow:0 18px 34px rgba(37,99,235,.18),inset 0 1px 0 hsla(0,0%,100%,.9)}.login-panel .primary-button:hover{border-color:hsla(0,0%,100%,.9);background:#fff;color:#0f4cba}.login-panel .primary-button:focus-visible{outline:none;box-shadow:var(--focus-ring),0 8px 18px rgba(15,76,186,.16)}.dingtalk-qr-section{display:grid;justify-items:center;grid-gap:10px;gap:10px}.dingtalk-qr-frame{display:grid;width:320px;max-width:100%;height:320px;place-items:center;overflow:visible;padding:10px;border-radius:18px;background:hsla(0,0%,100%,.48);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.66)}.dingtalk-qr-frame iframe{width:300px!important;height:300px!important}.dingtalk-qr-section .feedback-message{width:100%}.dingtalk-qr-section .feedback-message a{display:inline-block;margin-left:8px;color:var(--crm-primary);font-weight:760}@media (max-width:1100px){.crm-layout{grid-template-columns:1fr}.crm-sider{position:static;height:auto;overflow:visible}.crm-brand{min-height:68px}.crm-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.order-layout{grid-template-columns:1fr}.metric-grid,.report-chart-grid,.workbench-category-list,.workbench-link-grid,.workbench-metric-grid,.workbench-notification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-header,.order-side-panel{position:static}}@media (max-width:760px){.crm-nav{grid-template-columns:1fr}.crm-header,.crm-header-right,.panel-header{align-items:flex-start;flex-direction:column}.crm-header{min-height:auto}.crm-content,.crm-header{padding:16px}.crm-page-heading{align-items:flex-start;flex-direction:column}.product-notification-bar{width:min(500px,100%);max-width:100%;flex-basis:45px}.crm-page-heading h1{font-size:22px}.panel{padding:16px}.crm-header-right,.panel-header{width:100%}.report-period-toolbar{gap:8px}.report-period-tabs{gap:4px}.report-period-tab{padding:0 8px}.report-period-select{width:auto}.report-period-select select{width:112px;min-width:0;flex:none}.cost-review-action-line .secondary-button{width:auto}.filter-bar,.filter-panel,.metric-grid,.report-chart-grid,.service-order-lookup,.three-cols,.two-cols,.workbench-category-list,.workbench-link-grid,.workbench-metric-grid,.workbench-notification-grid{grid-template-columns:1fr}.service-order-lookup{align-items:stretch}.span-2{grid-column:span 1}.order-list-product-key-customer-filters{grid-column:span 1;grid-template-columns:1fr}.customer-status-filter-row{grid-column:span 1}.filter-actions,.form-actions,.panel-actions{align-items:stretch;flex-direction:column}.order-export-button{margin-right:0}.crm-user,.plain-button,.primary-button,.secondary-button,.text-button{width:100%}.crm-user{justify-content:flex-start}.login-panel{padding:24px}.login-brand{display:grid;grid-template-columns:46px minmax(0,1fr)}}