:root{--primary-color: #1890ff;--primary-hover: #40a9ff;--primary-active: #096dd9;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--info-color: #1890ff;--text-primary: #262626;--text-secondary: #595959;--text-tertiary: #8c8c8c;--text-disabled: #bfbfbf;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f5f5f5;--border-color: #d9d9d9;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-lg: 0 6px 16px rgba(0, 0, 0, .16);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-tertiary)}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.main-layout{min-height:100vh;background:#f5f5f5}.header{display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:linear-gradient(135deg,#f0f7fff5,#e8f0ffe0);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 30px -18px #21438a59;border-bottom:1px solid rgba(24,144,255,.12);position:sticky;top:0;z-index:999;height:68px}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#0b1f52}.logo-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#1890ff29,#1890ff57);color:#1056d6;font-size:18px;box-shadow:0 6px 18px -12px #1890ffbf}.logo-text{white-space:nowrap;letter-spacing:.5px;font-size:20px;font-weight:700;background:linear-gradient(120deg,#0c2f6b,#1f6bff 45%,#65b1ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 24px rgba(15,82,186,.25)}.header-center{flex:1;display:flex;justify-content:center}.nav-menu{border-bottom:none;background:transparent;min-width:520px}.nav-menu .ant-menu-item{font-size:15px;font-weight:500;margin:0 10px;padding:0 18px!important;height:46px;line-height:46px;border-radius:12px;transition:all .25s ease}.nav-menu .ant-menu-item:hover{background:#1890ff1f;color:#0c51d0}.nav-menu .ant-menu-item-selected{color:#0c51d0;background:#1890ff29!important;box-shadow:inset 0 0 0 1px #1890ff2e}.header-right{display:flex;align-items:center;gap:24px}.notification-badge{cursor:pointer}.icon-button{font-size:20px;color:#595959;cursor:pointer;transition:color .3s}.icon-button:hover{color:#1890ff}.user-info{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px 14px;border-radius:12px;background:#ffffff40;border:1px solid rgba(24,144,255,.12);transition:all .3s ease}.user-info:hover{background:#ffffff80;box-shadow:0 12px 20px -18px #21438a73}.user-avatar{background:linear-gradient(145deg,#1d4ed8,#2563eb)}.user-details{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-size:14px;font-weight:600;color:#262626;line-height:1.2}.user-role{font-size:12px;color:#8c8c8c;line-height:1.2}.main-content{margin:24px;padding:24px;background:#fff;border-radius:8px;min-height:calc(100vh - 112px)}@media(max-width:1200px){.logo-text{display:none}.nav-menu{min-width:auto}}@media(max-width:768px){.header{padding:0 16px}.user-details{display:none}.main-content{margin:16px;padding:16px}}.quick-action-panel{margin-bottom:16px;background:#fff;border-radius:12px;border:1px solid rgba(16,35,158,.05);box-shadow:0 10px 24px -20px #0f347b29;padding:14px 18px 16px}.quick-action-meta{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.quick-action-title{margin:0;font-weight:700!important;color:#0b1f52!important;letter-spacing:.4px}.quick-action-subtitle{font-size:11px;color:#0b1f52a6!important}.action-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 10px;background:#f7faff;border-radius:10px;border-top:3px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:96px;box-shadow:0 10px 22px -20px #10239e38}.action-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -20px #10239e59;background:#fff}.action-icon{font-size:28px;margin-bottom:10px}.action-label{font-size:15px;font-weight:600;color:#10239e;margin-bottom:1px;text-align:center}.action-description{font-size:11px;color:#10239e99;text-align:center}.system-status-cards{margin-bottom:24px}.status-card{height:100%;transition:all .3s}.status-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.status-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.status-card-header h3{margin:0;font-size:16px;font-weight:600;color:#262626}.status-card-content{min-height:120px}.status-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.status-metrics{display:flex;flex-direction:column;gap:12px;margin-top:16px}.metric-item{display:flex;flex-direction:column;gap:4px}.status-card-footer{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}.status-card-footer a{color:#1890ff;font-size:14px;transition:color .3s}.status-card-footer a:hover{color:#40a9ff}.kpi-metrics-panel{margin-bottom:24px}.kpi-metrics-panel .ant-card-head{border-bottom:2px solid #f0f0f0}.kpi-metrics-panel .ant-card-head-title{font-size:18px;font-weight:600}.kpi-card{background:#fafafa;border-radius:8px;padding:20px;transition:all .3s;height:100%;display:flex;flex-direction:column}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;background:#fff}.kpi-header{margin-bottom:12px}.kpi-name{font-size:14px;color:#595959;font-weight:500}.kpi-value{margin-bottom:8px}.kpi-value .ant-statistic{line-height:1}.kpi-change{font-size:13px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:4px}.kpi-chart{flex:1;min-height:60px}.recent-activity-feed .ant-card-head{border-bottom:2px solid #f0f0f0}.recent-activity-feed .ant-card-head-title{font-size:18px;font-weight:600}.activity-item{padding:8px 0}.activity-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.activity-time{display:flex;align-items:center;gap:4px;color:#8c8c8c;font-size:14px}.activity-subject{font-size:15px;font-weight:500;color:#262626;margin-bottom:4px}.activity-description{font-size:14px;color:#595959;padding-left:12px}.activity-description a{color:#1890ff;margin-left:8px}.activity-description a:hover{color:#40a9ff}.summary-stats-panel{border-radius:12px;background:#f5faff;box-shadow:inset 0 1px #ffffff4d}.summary-stats-panel .ant-card-head-title:before{display:none}.summary-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px}.summary-header-title{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:#061178}.summary-header-accent{display:inline-block;width:3px;height:20px;border-radius:3px;background:linear-gradient(180deg,#1d39c4,#3c9dff)}.summary-header-meta{margin-left:auto;display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center}.summary-header-meta-item{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#7d67811f;color:#1d39c4;font-size:13px}.meta-item-label{font-size:12px;color:#1d39c4b3}.meta-item-value{font-size:13px;font-weight:600;color:#061178}.summary-stats-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1440px){.summary-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:992px){.summary-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.summary-stats-grid{grid-template-columns:1fr}}.summary-stat-card{display:flex;gap:12px;padding:18px;border-radius:16px;background:linear-gradient(135deg,#fffffff2,#e5efffd9);box-shadow:0 20px 42px -28px #0d2d828c;border:1px solid rgba(16,35,158,.08);position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.summary-stat-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px -26px #10239e80}.summary-stat-card:after{content:"";position:absolute;top:-40%;right:-30%;width:180px;height:180px;background:radial-gradient(circle at center,#1890ff2e,#1890ff00);transform:rotate(25deg)}.summary-stat-card:before{content:"";position:absolute;bottom:-35%;left:-20%;width:160px;height:160px;background:radial-gradient(circle at center,#093ca01f,#093ca000);transform:rotate(-20deg)}.summary-stat-icon{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#10239e29,#1890ff14);color:#1d39c4;font-size:22px}.summary-stat-body{display:flex;flex-direction:column;gap:6px}.summary-stat-metric{font-size:14px;font-weight:600;color:#0f255a}.summary-stat-value{font-size:26px;font-weight:700;color:#0a1c4a;letter-spacing:.4px}.summary-stat-desc{font-size:12px;color:#0f255aa6;line-height:1.4}.dashboard-container{padding:0}.welcome-section{display:flex;justify-content:space-between;align-items:center;padding:24px;margin-bottom:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.welcome-left{display:flex;flex-direction:column;gap:4px}.welcome-title{color:#fff!important;margin:0!important;font-size:28px}.welcome-subtitle{color:#ffffffe6;font-size:14px}.welcome-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.login-info,.login-info .ant-typography{color:#ffffffd9}@media(max-width:768px){.welcome-section{flex-direction:column;align-items:flex-start;gap:16px}.welcome-right{align-items:flex-start}}.rule-editor-page{padding:0}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}.editor-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.editor-title h1{margin:0;font-size:24px;font-weight:600}.step-card{margin-top:24px}.step-card .ant-card-head{background:#fafafa;font-weight:600}.step-actions{display:flex;justify-content:space-between;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.condition-logic{margin-bottom:24px;padding:16px;background:#f5f5f5;border-radius:8px}.conditions-list{display:flex;flex-direction:column;gap:16px}.condition-card{border:1px solid #d9d9d9;border-radius:8px}.condition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600}.condition-card label{display:block;margin-bottom:4px;color:#595959;font-size:14px}.action-type{margin-bottom:24px;padding:16px;background:#f5f5f5;border-radius:8px}.action-config-card{margin-top:16px}.optimization-target .target-weight{display:flex;align-items:center;gap:8px;margin-bottom:16px}.target-constraints{padding:12px;background:#fafafa;border-radius:4px}.target-constraints>div:first-child{font-weight:600;margin-bottom:8px}@media(max-width:768px){.editor-header{flex-direction:column;gap:12px}.editor-title{flex-direction:column;align-items:flex-start;gap:12px}.step-actions{flex-direction:column-reverse;gap:12px}}.rule-test-page{padding:0}.test-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.test-header h1{margin:0;font-size:24px;font-weight:600}.test-mode-card{margin-bottom:24px}.test-mode-selector{display:flex;align-items:center;gap:16px}.test-mode-selector span{font-weight:600}.test-input-card{margin-bottom:24px}.test-input-card .ant-card-head{background:#fafafa;font-weight:600}.test-action{display:flex;justify-content:center;margin-top:32px;padding-top:24px;border-top:1px solid #f0f0f0}.test-result-card{animation:fadeIn .3s ease-in}.test-result-card .ant-card-head{background:#f6ffed;color:#52c41a;font-weight:600}.result-section{margin-bottom:24px}.result-section h3{margin-bottom:12px;font-size:16px;font-weight:600;color:#262626}.match-step{display:flex;align-items:center;padding:12px 16px;background:#fafafa;border-radius:8px;border-left:3px solid #52c41a;transition:all .3s}.match-step:hover{background:#f6ffed;box-shadow:0 2px 8px #00000014}.order-details-card{background:#f0f5ff;border:1px solid #adc6ff}.execution-result{background:#f6ffed;border:1px solid #b7eb8f}.comparison-card{background:#fffbe6;border:1px solid #ffe58f}.comparison-table{width:100%;border-collapse:collapse;margin:0}.comparison-table thead{background:#fafafa}.comparison-table th,.comparison-table td{padding:12px;text-align:left;border:1px solid #f0f0f0}.comparison-table th{font-weight:600;color:#262626;background:#fafafa}.comparison-table td{color:#595959}.comparison-table tbody tr:hover{background:#fafafa}.result-actions{display:flex;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}@media(max-width:768px){.test-header,.test-mode-selector{flex-direction:column;align-items:flex-start}.result-actions{justify-content:center}}.rule-versions-page{padding:0}.rule-versions-page .ant-statistic{text-align:center}.rule-versions-page .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.rule-versions-page .ant-statistic-content{font-size:28px;font-weight:600}.rule-versions-page .ant-card{border-radius:8px;transition:all .3s}.rule-versions-page .ant-card:hover{box-shadow:0 4px 16px #00000014}.rule-versions-page .ant-timeline{margin-top:16px}.rule-versions-page .ant-timeline-item-content{min-height:60px}.rule-versions-page .ant-table{border-radius:8px;overflow:hidden}.rule-versions-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.rule-versions-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.rule-versions-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.rule-versions-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.rule-versions-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.rule-versions-page .ant-btn-link{padding:0 4px}.rule-versions-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.rule-versions-page .ant-drawer-header{border-bottom:1px solid #f0f0f0}.rule-versions-page .ant-drawer-body{padding:24px}.rule-versions-page .ant-descriptions-bordered .ant-descriptions-item-label{background:#fafafa;font-weight:500}.rule-versions-page pre{background:#f5f5f5;padding:16px;border-radius:4px;overflow:auto;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.6}.rule-versions-page .ant-modal-content{border-radius:8px}.rule-versions-page .ant-modal-header{border-radius:8px 8px 0 0;border-bottom:1px solid #f0f0f0}.rule-versions-page .ant-alert{border-radius:8px}.rule-versions-page .ant-card-small{cursor:pointer;transition:all .3s}.rule-versions-page .ant-card-small:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.page-header h1{font-size:22px}.page-header-description{font-size:12px}.rule-versions-page .ant-statistic-content{font-size:22px}.rule-versions-page .ant-timeline{padding-left:8px}}.rule-versions-page>*{animation:fadeIn .3s ease-in-out}.rule-versions-page .ant-card-head{border-bottom:1px solid #f0f0f0}.rule-versions-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.rule-versions-page .ant-space-horizontal{gap:8px!important}.rule-versions-page .ant-timeline-item-content>div{padding:8px 0}.rule-versions-page .ant-row{margin-bottom:0}.rule-versions-page .diff-container{border:1px solid #d9d9d9;border-radius:4px;overflow:hidden}.rule-conflicts-page{padding:0}.page-header{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-start}.rule-conflicts-page .ant-statistic{text-align:center}.rule-conflicts-page .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.rule-conflicts-page .ant-statistic-content{font-size:28px;font-weight:600}.rule-conflicts-page .ant-card{border-radius:8px;transition:all .3s}.rule-conflicts-page .ant-card:hover{box-shadow:0 4px 16px #00000014}.rule-conflicts-page .ant-table{border-radius:8px;overflow:hidden}.rule-conflicts-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.rule-conflicts-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.rule-conflicts-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.rule-conflicts-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.rule-conflicts-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.rule-conflicts-page .ant-btn-link{padding:0 4px}.rule-conflicts-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px;margin:2px}.rule-conflicts-page .ant-modal-content{border-radius:8px}.rule-conflicts-page .ant-modal-header{border-radius:8px 8px 0 0;border-bottom:1px solid #f0f0f0}.rule-conflicts-page .ant-alert{border-radius:8px}.rule-conflicts-page .ant-collapse{border-radius:8px;border:1px solid #d9d9d9}.rule-conflicts-page .ant-collapse-item{border-bottom:1px solid #f0f0f0}.rule-conflicts-page .ant-collapse-item:last-child{border-bottom:none}.rule-conflicts-page .ant-collapse-header{font-weight:600;padding:12px 16px}.rule-conflicts-page .ant-descriptions-bordered .ant-descriptions-item-label{background:#fafafa;font-weight:500}.rule-conflicts-page .ant-badge{display:block}.rule-conflicts-page .echarts-for-react{width:100%}@media(max-width:768px){.page-header{flex-direction:column}.page-header h1{font-size:22px}.page-header-description{font-size:12px}.rule-conflicts-page .ant-statistic-content{font-size:22px}}.rule-conflicts-page>*{animation:fadeIn .3s ease-in-out}.rule-conflicts-page .ant-card-head{border-bottom:1px solid #f0f0f0}.rule-conflicts-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.rule-conflicts-page .ant-space-vertical{width:100%}.rule-conflicts-page .ant-space-horizontal{gap:8px!important}.rule-conflicts-page .ant-divider{margin:16px 0}.rule-conflicts-page .severity-critical{color:#ff4d4f;font-weight:600}.rule-conflicts-page .severity-high{color:#faad14;font-weight:600}.rule-conflicts-page .severity-medium{color:#1890ff;font-weight:500}.rule-conflicts-page .severity-low{color:#8c8c8c;font-weight:500}.rule-coverage-page{padding:0}.rule-coverage-page .ant-statistic{text-align:center}.rule-coverage-page .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.rule-coverage-page .ant-statistic-content{font-size:28px;font-weight:600}.rule-coverage-page .ant-card{border-radius:8px;transition:all .3s}.rule-coverage-page .ant-card:hover{box-shadow:0 4px 16px #00000014}.rule-coverage-page .ant-table{border-radius:8px;overflow:hidden}.rule-coverage-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.rule-coverage-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.rule-coverage-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.rule-coverage-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.rule-coverage-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.rule-coverage-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.rule-coverage-page .ant-alert{border-radius:8px}.rule-coverage-page .ant-collapse{border-radius:8px;border:1px solid #d9d9d9}.rule-coverage-page .ant-collapse-item{border-bottom:1px solid #f0f0f0}.rule-coverage-page .ant-collapse-item:last-child{border-bottom:none}.rule-coverage-page .ant-collapse-header{font-weight:600;padding:12px 16px}.rule-coverage-page .ant-progress{margin-top:8px}.rule-coverage-page .ant-badge{display:block}.rule-coverage-page .ant-list-item{padding:8px 0}.rule-coverage-page .ant-divider{margin:16px 0}.rule-coverage-page .echarts-for-react{width:100%}@media(max-width:768px){.page-header h1{font-size:22px}.page-header-description{font-size:12px}.rule-coverage-page .ant-statistic-content{font-size:22px}}.rule-coverage-page>*{animation:fadeIn .3s ease-in-out}.rule-coverage-page .ant-card-head{border-bottom:1px solid #f0f0f0}.rule-coverage-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.rule-coverage-page .ant-space-horizontal{gap:8px!important}.rule-approval-list-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}@media(max-width:768px){.rule-approval-list-page{padding:16px}.page-header h1{font-size:24px}}.rule-approval-page{padding:24px;background:#f5f5f5;min-height:calc(100vh - 64px)}.page-header h1{font-size:28px;font-weight:600;margin:0 0 8px;display:flex;align-items:center;gap:12px}.page-header-description{color:#8c8c8c;font-size:14px;margin:0}.timeline-item{padding:8px 0}.timeline-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:768px){.rule-approval-page{padding:16px}.page-header h1{font-size:24px}.timeline-header{flex-direction:column;align-items:flex-start}}.rules-page{padding:0}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px;background:#fafafa;border-radius:8px}.batch-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px}.batch-toolbar span{font-weight:600;color:#1890ff}.stats-bar{margin-bottom:16px;padding:12px 16px;background:#fafafa;border-radius:8px}.rules-table{background:#fff}.rules-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.rules-table .ant-table-tbody>tr:hover{background:#f5f5f5}.courier-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px 2px 4px;border-radius:16px;background:#1890ff14;border:1px solid rgba(24,144,255,.2)}.courier-badge[data-courier=sf]{background:#f5222d14;border-color:#f5222d33}.courier-badge[data-courier=jd]{background:#ff4d4f14;border-color:#ff4d4f33}.courier-badge[data-courier=zt]{background:#1890ff14;border-color:#1890ff33}.courier-badge[data-courier=yt]{background:#722ed114;border-color:#722ed133}.courier-badge[data-courier=ems]{background:#52c41a14;border-color:#52c41a33}.courier-badge[data-courier=st]{background:#ff7a4514;border-color:#ff7a4533}.courier-badge[data-courier=jt]{background:#d4380d14;border-color:#d4380d33}.courier-badge-label{font-size:12px;font-weight:600;color:#262626}.rule-name-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.rule-title-text{font-weight:600;color:#1f1f1f;font-size:14px}.network-topology-page{padding:0}.map-container{position:relative;width:100%;min-height:600px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;overflow:hidden}.map-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.map-content{text-align:center;position:relative;width:100%;height:100%}.map-content h2{margin:20px 0 10px;color:#262626;font-size:24px}.map-content p{color:#8c8c8c;font-size:14px;margin-bottom:40px}.network-visualization{position:relative;width:100%;height:600px;margin:0 auto;background:linear-gradient(135deg,#667eea15,#764ba215);border-radius:8px;overflow:hidden}.region-label{position:absolute;font-size:16px;font-weight:600;color:#8c8c8c;letter-spacing:2px;pointer-events:none;text-shadow:0 1px 3px rgba(255,255,255,.8);z-index:1}.node-container{position:absolute;display:flex;flex-direction:column;align-items:center;gap:4px;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.node{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#fff,#f5f5f5);box-shadow:0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);border:3px solid}.node:hover{transform:scale(1.15);box-shadow:0 8px 24px #00000040}.node.warehouse{border-color:#1890ff;background:linear-gradient(135deg,#e6f7ff,#bae7ff)}.node.warehouse.active{border-color:#52c41a;background:linear-gradient(135deg,#f6ffed,#b7eb8f)}.node.warehouse.new{border-color:#faad14;background:linear-gradient(135deg,#fffbe6,#ffe58f)}.node.distribution{border-color:#722ed1;background:linear-gradient(135deg,#f9f0ff,#d3adf7)}.node.distribution.active{border-color:#722ed1}.node-pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;border:2px solid #52c41a;transform:translate(-50%,-50%);animation:pulse-ring 2s infinite;opacity:.6}.node-pulse.new{border-color:#faad14;animation:pulse-ring-new 1.5s infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.8);opacity:.8}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}@keyframes pulse-ring-new{0%,to{transform:translate(-50%,-50%) scale(.8);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.4}}.node-icon{font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));z-index:2}.node-status{position:absolute;top:0;right:0;width:14px;height:14px;border-radius:50%;border:2px solid white;z-index:3}.node-status.active{background:#52c41a;animation:blink 2s infinite}.node-status.new{background:#faad14;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.node-label{font-size:13px;font-weight:600;color:#262626;white-space:nowrap;text-shadow:0 1px 2px rgba(255,255,255,.8);transition:all .3s}.node-label.highlight{color:#faad14;animation:text-glow 2s infinite}@keyframes text-glow{0%,to{text-shadow:0 1px 2px rgba(255,255,255,.8)}50%{text-shadow:0 0 8px rgba(250,173,20,.8)}}.node-stats{font-size:11px;color:#8c8c8c;background:#ffffffe6;padding:2px 8px;border-radius:10px;box-shadow:0 1px 3px #0000001a}.node-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#faad14,#fa8c16);color:#fff;padding:2px 6px;border-radius:8px;font-size:9px;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 6px #faad1466;z-index:4;animation:badge-bounce 2s infinite}@keyframes badge-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.connections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.route-line{opacity:.6;transition:all .3s}.route-line:hover{opacity:1;stroke-width:.5}.route-line.active{opacity:.8;animation:flow 3s linear infinite}.route-line.new{opacity:.8;animation:flow-new 2s linear infinite}@keyframes flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:20}}@keyframes flow-new{0%{stroke-dashoffset:0}to{stroke-dashoffset:10}}.map-legend{position:absolute;bottom:20px;left:50%;transform:translate(-50%);padding:12px 24px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 4px 12px #00000026;z-index:20}.legend-item{display:flex;align-items:center;gap:6px}.legend-icon{font-size:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.legend-icon.warehouse{font-size:18px}.legend-icon.distribution{font-size:16px}.legend-line{display:inline-block;width:24px;height:3px;border-radius:2px}.legend-line.active{background:linear-gradient(90deg,#52c41a,#73d13d)}.legend-line.new{background:linear-gradient(90deg,#faad14,#ffc53d,#faad14);animation:dash 1s linear infinite}@keyframes dash{0%{background-position:0 0}to{background-position:24px 0}}.legend-badge.new{display:inline-block;background:#faad14;color:#fff;padding:1px 6px;border-radius:6px;font-size:9px;font-weight:600}.legend-text{font-size:12px;color:#595959;font-weight:500}.map-stats-overlay{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:20}.stat-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 16px;border-radius:12px;box-shadow:0 2px 8px #0000001a;min-width:120px}.stat-label{font-size:11px;color:#8c8c8c;margin-bottom:4px}.stat-value{font-size:24px;font-weight:600;color:#1890ff}@media(max-width:768px){.map-container{min-height:400px}.network-visualization{height:400px}.region-label{font-size:12px;letter-spacing:1px}.node{width:45px;height:45px}.node-icon{font-size:20px}.node-label{font-size:11px}.node-stats{font-size:10px;padding:1px 6px}.node-badge{font-size:8px;padding:1px 4px}.map-legend{bottom:10px;padding:8px 16px}.legend-text{font-size:11px}.map-stats-overlay{top:10px;right:10px;gap:8px}.stat-item{padding:8px 12px;min-width:90px}.stat-label{font-size:10px}.stat-value{font-size:18px}}.simulation-console{min-height:100vh;background:#f0f2f5}.console-header{background:#fff;padding:16px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.console-title h2{margin:0;font-size:20px;font-weight:600;color:#262626}.console-content{padding:24px}.section-card{margin-bottom:16px;box-shadow:0 1px 2px #00000008}.section-card .ant-card-head{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom:none}.section-card .ant-card-head-title{color:#fff;font-weight:600}.scenario-info{padding:8px 0}.info-item{display:flex;align-items:center;margin-bottom:12px}.info-label{font-weight:500;color:#8c8c8c;min-width:80px;margin-right:8px}.info-value{color:#262626;font-weight:500}.simulation-status{margin-bottom:24px}.status-item{display:flex;align-items:center;margin-bottom:12px}.status-label{font-weight:500;color:#8c8c8c;min-width:80px}.status-value{color:#262626;font-weight:500}.progress-section{margin:24px 0;padding:20px;background:#f5f7fa;border-radius:8px}.progress-section h4{margin-bottom:16px;color:#262626;font-weight:600}.progress-info{margin-top:12px;font-size:12px;color:#8c8c8c}.progress-stats{margin-top:16px;padding-top:16px;border-top:1px solid #e8e8e8}.progress-stats p{margin-bottom:8px;color:#595959}.speed-control{margin:20px 0;display:flex;align-items:center}.control-buttons{margin-top:24px;text-align:center;padding:20px;background:#fafafa;border-radius:8px}.kpi-card{text-align:center;border:1px solid #f0f0f0;transition:all .3s;height:100%}.kpi-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.kpi-header{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.kpi-icon{font-size:24px;margin-right:8px}.kpi-title{font-size:14px;color:#8c8c8c;font-weight:500}.kpi-value{font-size:24px;font-weight:600;color:#262626;margin:12px 0}.kpi-change{margin:8px 0}.alert-card .ant-card-body{padding:16px}.alert-item{padding:12px!important;border-left:3px solid transparent;border-radius:4px;margin-bottom:8px;background:#fafafa;transition:all .3s}.alert-item:hover{background:#f0f0f0}.alert-item.alert-warning{border-left-color:#faad14;background:#fffbe6}.alert-item.alert-info{border-left-color:#1890ff;background:#e6f7ff}.alert-item.alert-error{border-left-color:#ff4d4f;background:#fff1f0}.alert-item.read{opacity:.6}.alert-content{width:100%}.alert-header{margin-bottom:8px}.alert-time{font-size:12px;color:#8c8c8c}.alert-title{font-weight:500;color:#262626;margin-bottom:4px;line-height:1.5}.alert-description{font-size:12px;color:#595959;margin-bottom:8px}.alert-actions{margin-top:8px}.config-section .ant-card-head{background:linear-gradient(90deg,#f0f2f5,#fafafa);min-height:40px;padding:0 12px}.config-section .ant-card-head-title{font-size:14px;font-weight:600;padding:8px 0}.config-section .ant-card-body{padding:16px}.config-section .ant-form-item{margin-bottom:16px}.config-section .ant-form-item-label>label{font-weight:500}@media(max-width:1200px){.console-content{padding:16px}}@media(max-width:768px){.console-header{padding:12px 16px}.console-title h2{font-size:16px}.console-content{padding:12px}.kpi-value{font-size:20px}.control-buttons .ant-space{flex-wrap:wrap}.info-item,.status-item{flex-direction:column;align-items:flex-start}.info-label,.status-label{margin-bottom:4px}}.scenario-creator-modal .ant-modal-header{border-bottom:2px solid #f0f0f0}.modal-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600}.scenario-creator{padding:8px 0}.step-content{min-height:400px;max-height:500px;overflow-y:auto;padding:16px 8px}.step-content h3{font-size:16px;font-weight:600;color:#262626;margin-bottom:8px}.tag-selector{display:flex;flex-wrap:wrap;gap:8px}.quick-modify-card{background:#f5f7fa;border:1px solid #d9d9d9}.quick-modify-card .ant-card-body{padding:16px}.advanced-settings-card{background:#fafafa;border:1px solid #d9d9d9}.modal-footer{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end}.scenario-creator .ant-steps-item-icon{border-color:#d9d9d9}.scenario-creator .ant-steps-item-finish .ant-steps-item-icon{border-color:#52c41a;background-color:#f6ffed}.scenario-creator .ant-steps-item-process .ant-steps-item-icon{border-color:#1890ff;background-color:#e6f7ff}.step-content .ant-form-item{margin-bottom:20px}.step-content .ant-form-item-label>label{font-weight:500}.step-content .ant-radio-wrapper,.step-content .ant-checkbox-wrapper{display:flex;align-items:center}@media(max-width:768px){.scenario-creator-modal{max-width:95%}.step-content{max-height:60vh}.modal-title{font-size:16px}}.scenario-config-modal .ant-modal-body{padding:0;max-height:70vh;overflow-y:auto}.scenario-config{min-height:500px}.config-tabs{height:100%}.config-tabs .ant-tabs-tab{padding:12px 16px;font-size:14px}.config-tab-content{padding:24px;max-height:65vh;overflow-y:auto}.quick-action-card{background-color:#fafafa}.quick-action-card .ant-card-body{padding:16px}.modal-title{display:flex;align-items:center;font-size:16px;font-weight:600}.modal-footer{display:flex;justify-content:flex-end}.config-tab-content .ant-form-item{margin-bottom:20px}.config-tab-content .ant-descriptions{margin-bottom:8px}.config-tab-content .ant-card{border-radius:8px}.scenario-config-modal .ant-tabs-left>.ant-tabs-nav{width:140px}.scenario-config-modal .ant-tabs-tab{justify-content:flex-start}.config-tab-content .ant-alert{border-radius:8px}.config-tab-content .ant-tag{margin-bottom:8px;padding:4px 12px;border-radius:4px}.config-tab-content .ant-space{align-items:center}.config-tab-content .ant-divider{margin:24px 0}.simulation-analysis-page{padding:0}.event-log-item{padding:8px 0}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.event-time{font-size:12px;color:#8c8c8c;font-family:monospace}.event-title{font-weight:600;font-size:14px;color:#262626;margin-bottom:4px}.event-description{font-size:12px;color:#595959;margin-bottom:4px}.event-related{margin-top:8px}.simulation-analysis-page .ant-card{border-radius:8px;transition:all .3s}.simulation-analysis-page .ant-card:hover{box-shadow:0 4px 16px #00000014}.simulation-analysis-page .ant-card-head{border-bottom:1px solid #f0f0f0}.simulation-analysis-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.simulation-analysis-page .ant-table{border-radius:8px;overflow:hidden}.simulation-analysis-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.simulation-analysis-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.simulation-analysis-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.simulation-analysis-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.simulation-analysis-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.simulation-analysis-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.simulation-analysis-page .ant-timeline{padding:0}.simulation-analysis-page .ant-timeline-item{padding-bottom:16px}.simulation-analysis-page .ant-timeline-item-content{margin-left:24px}.simulation-analysis-page .ant-drawer-header{padding:16px 24px;border-bottom:1px solid #f0f0f0}.simulation-analysis-page .ant-drawer-body{padding:24px}.simulation-analysis-page .ant-descriptions-item-label{font-weight:600;color:#595959}.simulation-analysis-page .ant-descriptions-item-content{color:#262626}.simulation-analysis-page .ant-statistic{text-align:center}.simulation-analysis-page .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.simulation-analysis-page .ant-statistic-content{font-size:24px;font-weight:600}.simulation-analysis-page .ant-badge{font-weight:600}.simulation-analysis-page .echarts-for-react{width:100%}@media(max-width:768px){.page-header h1{font-size:22px}.page-header-description{font-size:12px}.simulation-analysis-page .ant-statistic-content{font-size:20px}.event-log-item{font-size:12px}}.simulation-analysis-page ::-webkit-scrollbar{width:8px;height:8px}.simulation-analysis-page ::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.simulation-analysis-page ::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}.simulation-analysis-page ::-webkit-scrollbar-thumb:hover{background:#8c8c8c}.simulation-analysis-page>*{animation:fadeIn .3s ease-in-out}.simulation-analysis-page .ant-space-horizontal{gap:8px!important}.simulation-analysis-page .ant-empty{margin:40px 0}.simulation-analysis-page .ant-select{font-weight:500}.simulation-analysis-page .ant-input,.simulation-analysis-page .ant-input-search{border-radius:6px}.scenario-clone-modal{padding:0}.clone-option-card{border:1px solid #d9d9d9;border-radius:6px;transition:all .3s;cursor:pointer;height:100%}.clone-option-card:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26}.clone-option-card .ant-card-body{padding:12px}.clone-option-card .ant-checkbox-wrapper{width:100%}.clone-history-item{padding:4px 0}.clone-history-header{margin-bottom:4px}.clone-history-meta{margin-top:4px}.scenario-clone-modal .ant-timeline{padding-top:8px}.scenario-clone-modal .ant-timeline-item{padding-bottom:16px}.scenario-clone-modal .ant-alert{border-radius:6px}.scenario-clone-modal .ant-radio-button-wrapper{height:36px;line-height:34px;padding:0 20px;font-weight:500}.scenario-clone-modal .ant-checkbox-group{width:100%}.scenario-clone-modal .ant-checkbox-wrapper{margin:0}.scenario-clone-modal .ant-collapse{background:#fafafa;border:1px solid #d9d9d9;border-radius:6px}.scenario-clone-modal .ant-collapse-header{font-weight:600;padding:12px 16px!important}.scenario-clone-modal .ant-collapse-content-box{padding:16px}.scenario-clone-modal .ant-divider{margin:16px 0}.scenario-clone-modal .ant-divider-horizontal.ant-divider-with-text-left{font-weight:600;color:#262626}.scenario-clone-modal .ant-input,.scenario-clone-modal .ant-input-number,.scenario-clone-modal .ant-select-selector,.scenario-clone-modal .ant-card{border-radius:6px}.scenario-clone-modal .ant-tag{border-radius:4px;font-weight:500}.scenario-clone-modal ::-webkit-scrollbar{width:6px;height:6px}.scenario-clone-modal ::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.scenario-clone-modal ::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:3px}.scenario-clone-modal ::-webkit-scrollbar-thumb:hover{background:#8c8c8c}@media(max-width:768px){.clone-option-card .ant-card-body{padding:8px}.scenario-clone-modal .ant-radio-button-wrapper{font-size:12px;padding:0 12px}}.scenario-clone-modal .ant-form-item-label>label{font-weight:600;color:#262626}.scenario-clone-modal .ant-form-item{margin-bottom:20px}.scenario-clone-modal .ant-space-horizontal{gap:8px!important}.scenario-clone-modal .ant-select,.scenario-clone-modal .ant-input-number{width:100%}.scenario-clone-modal+.ant-modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.scenario-clone-modal>*{animation:fadeIn .3s ease-in-out}.scenario-comparison-page{padding:0}.scenario-comparison-page .ant-card{border-radius:8px;transition:all .3s}.scenario-comparison-page .ant-card:hover{box-shadow:0 4px 16px #00000014}.scenario-comparison-page .ant-card-head{border-bottom:1px solid #f0f0f0}.scenario-comparison-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.scenario-comparison-page .ant-table{border-radius:8px;overflow:hidden}.scenario-comparison-page .ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.scenario-comparison-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.scenario-comparison-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.scenario-comparison-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.scenario-comparison-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.scenario-comparison-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.scenario-comparison-page .ant-alert,.scenario-comparison-page .ant-select-selector{border-radius:6px}.scenario-comparison-page .ant-badge{font-weight:600}.scenario-comparison-page .ant-statistic{text-align:center}.scenario-comparison-page .ant-statistic-title{font-size:12px;color:#8c8c8c;margin-bottom:4px}.scenario-comparison-page .ant-statistic-content{font-weight:600}.scenario-comparison-page .ant-divider{margin:16px 0;border-color:#f0f0f0}.scenario-comparison-page .echarts-for-react{width:100%}.scenario-comparison-page .ant-checkbox-wrapper{font-weight:500}@media(max-width:768px){.page-header{flex-direction:column;gap:16px}.page-header h1{font-size:22px}.page-header-description{font-size:12px}.scenario-comparison-page .ant-statistic-content{font-size:16px}.scenario-comparison-page .ant-table{font-size:12px}}.scenario-comparison-page>*{animation:fadeIn .3s ease-in-out}.scenario-comparison-page .ant-space-horizontal{gap:8px!important}.scenario-comparison-page .ant-table-cell-fix-left,.scenario-comparison-page .ant-table-cell-fix-right{background:#fff}.scenario-comparison-page .ant-table-thead>tr>.ant-table-cell-fix-left,.scenario-comparison-page .ant-table-thead>tr>.ant-table-cell-fix-right{background:#fafafa}.scenario-comparison-page h3{display:flex;align-items:center;gap:8px}.scenario-comparison-page .anticon{font-size:inherit}.simulation-page{padding:0}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px;background:#fafafa;border-radius:8px}.baseline-card{margin-bottom:24px}.baseline-card .ant-card-head{background:linear-gradient(135deg,#ffd89b,#19547b);color:#fff}.baseline-card .ant-card-head-title{color:#fff;font-weight:600}.baseline-content{display:flex;flex-direction:column;gap:20px}.blueprint-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:16px;background:#ffffffd9;border-radius:12px;border:1px solid rgba(25,84,123,.15);box-shadow:inset 0 0 0 1px #ffffff40}.blueprint-meta{display:flex;flex-direction:column;gap:8px}.blueprint-meta-item{font-size:14px;color:#213547;line-height:1.6}.highlight-number{color:#fa8c16;font-weight:700}.blueprint-data-scope strong{display:block;margin-bottom:6px;color:#1d3557}.blueprint-data-scope ul{margin:0;padding-left:18px;color:#374151}.blueprint-metrics{padding:16px;border-radius:12px;background:linear-gradient(135deg,#19547b1f,#19547b08);border:1px solid rgba(25,84,123,.12)}.blueprint-metrics strong,.blueprint-insights strong,.baseline-runtime strong{display:block;margin-bottom:12px;color:#1d3557}.blueprint-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.metric-card{background:#fff;border-radius:10px;padding:12px 14px;box-shadow:inset 0 0 0 1px #19547b1a}.metric-label{font-size:13px;color:#5b7083}.metric-value{font-size:18px;font-weight:600;color:#003f5c;margin:6px 0}.metric-desc{font-size:12px;color:#667b8c}.blueprint-insights{padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.blueprint-insights ol{margin:0;padding-left:20px;color:#334155;line-height:1.6}.baseline-runtime{padding:16px;background:#fafafaeb;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:16px}.baseline-runtime-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.baseline-runtime-metrics .metric-item{background:#fff;border-radius:10px;padding:12px 14px;box-shadow:inset 0 0 0 1px #e5e7ebcc}.baseline-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-item{font-size:14px}.info-item strong{color:#595959;margin-right:8px}.baseline-metrics strong{display:block;margin-bottom:8px;color:#595959}.metric-items{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric-item{font-size:14px;color:#262626}.baseline-actions{padding-top:12px;border-top:1px solid #f0f0f0}.scenarios-section{margin-top:24px}.scenarios-section h2{font-size:18px;font-weight:600;margin-bottom:16px;color:#262626}.scenarios-list{display:flex;flex-direction:column;gap:16px}.scenario-card{border:1px solid #d9d9d9;transition:all .3s}.scenario-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#1890ff}.scenario-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.scenario-header h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#262626}.scenario-meta{font-size:13px;color:#8c8c8c}.scenario-content{display:flex;flex-direction:column;gap:16px}.changes-section strong,.results-section strong,.progress-section strong{display:block;margin-bottom:8px;color:#595959;font-size:14px}.changes-section ul{margin:0;padding-left:20px;color:#262626}.changes-section li{margin-bottom:4px}.progress-section{padding:12px;background:#f5f5f5;border-radius:8px}.results-section{padding:12px;background:#f0f5ff;border-radius:8px}.result-items{display:flex;flex-direction:column;gap:8px}.result-item{font-size:14px;color:#262626}.result-item .positive{color:#52c41a;font-weight:600}.result-item .negative{color:#f5222d;font-weight:600}.scenario-actions{margin-top:16px;padding-top:12px;border-top:1px solid #f0f0f0}.scenario-evidence{display:flex;flex-direction:column;gap:12px;padding:16px;background:linear-gradient(135deg,#1890ff14,#1890ff05);border-radius:12px;border:1px solid rgba(24,144,255,.12)}.scenario-evidence strong{font-size:14px;color:#1f2937}.evidence-block{background:#fffc;border-radius:10px;padding:12px 14px;box-shadow:inset 0 0 0 1px #1890ff14}.evidence-summary{margin:8px 0;color:#334155;line-height:1.6}.evidence-list{margin:0;padding-left:18px;color:#475569}.evidence-list li{margin-bottom:4px}@media(max-width:1200px){.baseline-info,.metric-items{grid-template-columns:1fr}}@media(max-width:768px){.toolbar{flex-direction:column;gap:12px}.toolbar>*{width:100%}}.analysis-page{padding:0}.filter-card{margin-bottom:24px;border-radius:8px;box-shadow:0 2px 8px #00000014}.analysis-content-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.tab-content{padding:0}.kpi-overview-card{border-radius:8px;background:linear-gradient(135deg,#667eea15,#764ba215)}.kpi-card{border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.kpi-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#1890ff}.kpi-comparison{margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0;display:flex;align-items:center;gap:8px;font-size:12px}.kpi-comparison span:first-child{color:#8c8c8c}.kpi-absolute{margin-left:auto;font-weight:600;color:#595959}.summary-card{border-radius:8px;background:#fafafa}.summary-card .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.summary-card .ant-statistic-content{font-size:32px;font-weight:600}.insights-card{border-radius:8px;border:2px solid #e6f7ff;background:linear-gradient(135deg,#e6f7ff,#f0f5ff)}.insights-card .ant-card-head{border-bottom:2px solid #d9d9d9}.insight-item{padding:16px;background:#fff;border-radius:8px;transition:all .3s}.insight-item:hover{box-shadow:0 4px 12px #00000014;transform:translate(4px)}.insight-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.insight-title{font-size:16px;font-weight:600;color:#262626}.insight-content p{margin:8px 0;color:#595959;line-height:1.6}.recommendation-card{border-radius:8px;border:2px solid #fff7e6;background:linear-gradient(135deg,#fff7e6,#fffbe6)}.recommendation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.recommendation-header h3{margin:0;font-size:18px;display:flex;align-items:center;gap:8px}.recommendation-card h4{margin:16px 0 8px;font-size:14px;font-weight:600;color:#262626}.recommendation-card ol{margin:8px 0;padding-left:20px;color:#595959;line-height:1.8}.recommendation-card ol li{margin:4px 0}.ant-card{border-radius:8px;transition:all .3s}.ant-card:hover{box-shadow:0 4px 16px #00000014}.ant-card-head{border-bottom:1px solid #f0f0f0}.ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.ant-statistic{text-align:left}.ant-statistic-title{color:#595959;font-size:14px;margin-bottom:8px}.ant-statistic-content{font-size:28px;font-weight:600;line-height:1.2}.ant-statistic-content-prefix,.ant-statistic-content-suffix{font-size:20px}.ant-table{border-radius:8px;overflow:hidden}.ant-table-thead>tr>th{background:#fafafa;font-weight:600;color:#262626}.ant-table-tbody>tr:hover>td{background:#e6f7ff}.ant-alert{border-radius:8px}.ant-alert ul{margin:8px 0 0;padding-left:20px}.ant-alert ul li{margin:4px 0}.ant-tabs-nav{margin-bottom:24px}.ant-tabs-tab{padding:12px 16px;font-size:14px;font-weight:500}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;font-weight:600}.ant-tag{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.ant-progress{margin:8px 0}.ant-progress-text{font-weight:600}@media(max-width:768px){.page-header h1{font-size:22px}.page-header-description{font-size:12px}.filter-card .ant-space{flex-direction:column;width:100%}.filter-card .ant-space-item{width:100%}.kpi-card{margin-bottom:16px}.ant-statistic-content{font-size:24px}.insight-item{padding:12px}.insight-title{font-size:14px}.recommendation-header{flex-direction:column;align-items:flex-start;gap:8px}}.echarts-for-react{width:100%}.ant-row{margin-bottom:0}.ant-card+.ant-card{margin-top:0}.ant-divider{margin:16px 0;border-color:#d9d9d9}.ant-select-selector{border-radius:6px!important}.ant-picker{border-radius:6px}.ant-statistic-content-value{background:linear-gradient(135deg,currentColor,currentColor);-webkit-background-clip:text;background-clip:text}.ant-card-head-title:before{content:"";display:inline-block;width:3px;height:16px;background:#1890ff;margin-right:8px;border-radius:2px;vertical-align:middle}.tab-content>*{animation:fadeIn .3s ease-in-out}.insight-item,.kpi-card,.ant-card{cursor:default}.loss-priority-card{border-radius:8px;border:1px solid #f0f0f0;background:#fff;transition:all .3s ease}.loss-priority-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.metric-card{background:#f6ffed;border-radius:8px;border:1px solid #b7eb8f;text-align:left;min-height:90px}.metric-card .ant-typography{margin-bottom:0}.network-visualization-page{padding:0}.toolbar-card{margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #00000014}.toolbar-card .ant-card-body{padding:16px}.map-card{position:relative;margin-bottom:16px;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden}.map-card .ant-card-body{position:relative}.map-stats{position:absolute;bottom:20px;left:20px;right:20px;z-index:10;pointer-events:none}.map-stats .ant-card{pointer-events:auto;border-radius:8px;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.map-stats .ant-statistic-title{font-size:12px;margin-bottom:4px}.map-stats .ant-statistic-content{font-size:20px}.timeline-card{border-radius:8px;box-shadow:0 2px 8px #00000014}.timeline-card .ant-card-body{padding:16px}.timeline-card .ant-slider{margin:0}.ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.ant-switch{transition:all .3s}.ant-radio-button-wrapper{border-radius:0}.ant-radio-button-wrapper:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.ant-radio-button-wrapper:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.ant-slider-track{background:linear-gradient(90deg,#1890ff,#52c41a)}.ant-slider-handle{border-color:#1890ff;box-shadow:0 2px 8px #1890ff4d}.ant-slider-handle:hover,.ant-slider-handle:focus{border-color:#40a9ff;box-shadow:0 4px 12px #1890ff80}.ant-badge-status-processing{animation:antStatusProcessing 1.2s infinite ease-in-out}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.ant-modal-content{border-radius:8px}.ant-modal-header{border-radius:8px 8px 0 0;border-bottom:1px solid #f0f0f0}.ant-modal-footer{border-top:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-item-label{background:#fafafa;font-weight:500}@media(max-width:768px){.page-header{flex-direction:column;gap:16px}.page-header h1{font-size:22px}.toolbar-card .ant-row{flex-direction:column}.map-stats{position:static;margin-top:16px}.map-stats .ant-card{margin-bottom:8px}.timeline-card .ant-row{flex-direction:column}.timeline-card .ant-space{flex-wrap:wrap;justify-content:center}}.network-visualization-page>*{animation:fadeIn .3s ease-in-out}.map-stats .ant-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.ant-space-horizontal{gap:8px!important}.ant-statistic{text-align:center}.ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.toolbar-card .ant-space{flex-wrap:wrap}.timeline-card .ant-badge{font-size:14px;font-weight:500}.ant-space-compact .ant-btn{margin-right:0}.ant-space-compact .ant-btn:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.ant-space-compact .ant-btn:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.decision-page{padding:24px;background:linear-gradient(180deg,#f7f9ff,#fff 40%);min-height:100%}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.page-header-description{margin:4px 0 0;color:#6b778c;max-width:640px}.decision-summary-row{margin-bottom:24px}.decision-stat-card{position:relative;overflow:hidden;border-radius:16px;color:#1f1f1f;box-shadow:0 12px 30px #1f388014}.decision-stat-icon{font-size:28px;color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff6;margin-bottom:12px}.decision-stat-desc{margin-bottom:0}.decision-card{margin-bottom:24px;border-radius:16px;box-shadow:0 8px 24px #0f172a14}.chart-card{background:#fffc;border-radius:16px;box-shadow:inset 0 0 0 1px #375bff0f}.assumption-list{padding-left:18px;margin:0;color:#4a5972}.assumption-list li{margin-bottom:4px}.roadmap-timeline .ant-timeline-item-content{margin-left:24px;padding-bottom:16px}.kpi-list-item{padding:12px 0;border-bottom:1px solid #f0f3ff}.kpi-list-item:last-child{border-bottom:none}.attachment-item{display:flex;align-items:center;gap:16px;padding:12px 16px;border:1px solid #e6ecff;border-radius:12px;background:#f0f5ff99}.attachment-content{flex:1}.decision-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border-radius:16px;background:linear-gradient(120deg,#375bff1f,#12d8fa1f);box-shadow:inset 0 0 0 1px #375bff1a}@media(max-width:768px){.decision-page{padding:16px}.page-header,.decision-footer{flex-direction:column;align-items:flex-start}}.data-center-page{padding:0}.page-header{margin-bottom:24px}.data-tabs-card{border-radius:8px;box-shadow:0 2px 8px #00000014;border:none}.data-center-page .ant-tabs-nav-list{gap:12px}.data-center-page .ant-tabs-tab{background:#f8f9ff;border-radius:8px;transition:all .3s}.data-center-page .ant-tabs-tab-active{background:#e6f0ff;box-shadow:0 4px 12px #1890ff1f}.data-center-page .ant-tabs-tab-btn{font-weight:600;font-size:14px}.data-center-page .ant-statistic{text-align:center}.data-center-page .ant-statistic-title{font-size:14px;color:#595959;margin-bottom:8px}.data-center-page .ant-statistic-content{font-size:28px;font-weight:600}.data-center-page .ant-card{border-radius:10px;transition:all .3s;border:none;box-shadow:0 4px 16px #0f4c8114}.data-center-page .ant-card:hover{box-shadow:0 10px 30px #0f4c811f;transform:translateY(-2px)}.data-center-page .ant-card-head{border-bottom:1px solid #f5f5f5}.data-center-page .ant-card-head-title{font-size:16px;font-weight:600;color:#1d1d1f;display:flex;align-items:center;gap:8px}.data-center-page .ant-card-head-title:before{content:"";display:inline-block;width:4px;height:16px;border-radius:2px;background:linear-gradient(135deg,#1890ff,#722ed1)}.data-center-page .ant-table{border-radius:10px;overflow:hidden;background:#fff}.data-center-page .ant-table-thead>tr>th{background:linear-gradient(135deg,#f5f7ff,#f0f5ff);font-weight:600;color:#1f2933}.data-center-page .ant-table-tbody>tr:hover>td{background:#e6f7ff}.data-center-page .quality-progress .ant-progress-bg,.data-center-page .quality-progress .ant-progress-inner{border-radius:20px;height:12px!important}.data-center-page .ant-btn-link{padding:0 4px}.data-center-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.insight-highlight .ant-tag{font-size:12px}.data-center-page .ant-badge-status-text{margin-left:8px;font-weight:500}.data-center-page .ant-card-body .ant-space{flex-wrap:wrap}.summary-description{margin-top:12px!important;color:#6c7a89!important;font-size:13px}.data-overview-card{background:linear-gradient(135deg,#1890ff1f,#52c41a1a)}.data-overview-card .ant-typography{margin-bottom:0}.insight-highlight{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 16px #0f4c810f;border:1px solid rgba(24,144,255,.08);height:100%}.insight-metrics{display:grid;gap:12px;margin-top:12px}.insight-metric{flex-direction:column;align-items:flex-start;gap:4px;font-size:13px;background:#f5f9ff;padding:8px 12px;border-radius:8px}.insight-recommendations{margin:8px 0 0 18px;color:#4a5568}.insight-collection .ant-card-body{background:linear-gradient(135deg,#005caf0a,#0f4c8105)}.data-center-page .ant-modal-content{border-radius:8px}.data-center-page .ant-modal-header{border-radius:8px 8px 0 0;border-bottom:1px solid #f0f0f0}.data-center-page .ant-form-item-label>label{font-weight:500}.data-center-page .ant-input,.data-center-page .ant-input-number,.data-center-page .ant-select-selector,.data-center-page .ant-picker{border-radius:6px}.data-center-page .ant-tabs-nav{margin-bottom:24px}.data-center-page .insight-item{padding:12px}.insight-title{font-size:14px}.data-center-page .ant-pagination{margin-top:16px}.data-center-page .ant-tooltip-inner{border-radius:4px}@media(max-width:768px){.page-header h1{font-size:22px}.page-header-description{font-size:12px}.page-header{flex-direction:column;align-items:flex-start}.data-center-page .ant-card-body .ant-space{width:100%}.data-center-page .ant-card-body .ant-space>*{width:100%}.data-center-page .ant-table{font-size:12px}.data-center-page .ant-statistic-content{font-size:22px}}.data-center-page>*{animation:fadeIn .3s ease-in-out}.data-center-page .ant-table-tbody>tr.ant-table-row-selected>td{background:#e6f7ff}.data-center-page a{color:#1890ff;transition:color .3s}.data-center-page a:hover{color:#40a9ff}.data-center-page .ant-space-horizontal{gap:8px!important}.data-center-page .ant-row{margin-bottom:0}.data-center-page .ant-table-tbody .ant-space{gap:0!important}.settings-page{padding:0}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-header h1{margin:0 0 8px;font-size:28px;font-weight:600;color:#262626}.page-header-description{margin:0;color:#8c8c8c;font-size:14px}.settings-content{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.settings-section{max-width:900px;margin:0 auto}.settings-section h3{font-size:16px;font-weight:600;color:#262626;margin:24px 0 16px}.settings-section h3:first-child{margin-top:0}.theme-selector{display:flex;gap:24px;flex-wrap:wrap}.theme-option{flex:1;min-width:300px}.theme-preview{width:100%;height:200px;border:2px solid #d9d9d9;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s;margin-bottom:12px}.theme-preview:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff26}.theme-preview.active{border-color:#1890ff;border-width:3px;box-shadow:0 4px 12px #1890ff4d}.theme-preview .preview-header{height:40px;background:#f0f0f0}.theme-preview.dark .preview-header{background:#1f1f1f}.theme-preview .preview-content{display:flex;height:calc(100% - 40px)}.theme-preview .preview-sidebar{width:60px;background:#fafafa}.theme-preview.dark .preview-sidebar{background:#141414}.theme-preview .preview-main{flex:1;background:#fff}.theme-preview.dark .preview-main{background:#000}.theme-info h4{font-size:16px;font-weight:600;margin:0 0 8px}.theme-info p{color:#8c8c8c;font-size:14px;margin:0 0 12px}.settings-page .ant-card{border-radius:8px;border:1px solid #f0f0f0;transition:all .3s}.settings-page .ant-card:hover{box-shadow:0 4px 12px #00000014}.settings-page .ant-card-head{border-bottom:1px solid #f0f0f0}.settings-page .ant-card-head-title{font-size:16px;font-weight:600;color:#262626}.settings-page .ant-form-item-label>label{font-weight:600;color:#262626}.settings-page .ant-form-item{margin-bottom:20px}.settings-page .ant-form-item-extra{color:#8c8c8c;font-size:12px}.settings-page .ant-input,.settings-page .ant-input-number,.settings-page .ant-select-selector{border-radius:6px}.settings-page .ant-switch{margin-right:8px}.settings-page .ant-btn{border-radius:6px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.settings-page .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1890ff4d}.settings-page .ant-btn-primary:hover{box-shadow:0 4px 12px #1890ff80}.settings-page .ant-tabs-nav{margin-bottom:24px}.settings-page .ant-tabs-tab{padding:12px 20px;font-weight:500}.settings-page .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;font-weight:600}.settings-page .ant-divider{margin:24px 0;border-color:#f0f0f0}.settings-page .ant-alert{border-radius:6px}.settings-page .ant-tag{border-radius:4px;font-weight:500;padding:2px 8px}.settings-page .ant-slider{margin:16px 8px}.settings-page .ant-slider-mark-text{font-size:12px}.settings-page .ant-radio-group{width:100%}.settings-page .ant-radio-wrapper{display:block;height:auto;line-height:1.5}.settings-page .ant-badge{display:inline-block}@media(max-width:768px){.page-header{flex-direction:column;gap:16px}.page-header h1{font-size:22px}.page-header-description{font-size:12px}.settings-content{padding:16px}.theme-selector{flex-direction:column}.theme-option{min-width:100%}.settings-page .ant-tabs-tab{padding:8px 12px;font-size:12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-page>*{animation:fadeIn .3s ease-in-out}.settings-page .ant-space-horizontal{gap:8px!important}.settings-page .ant-select{width:100%}.settings-page .ant-radio-button-wrapper{border-radius:0}.settings-page .ant-radio-button-wrapper:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.settings-page .ant-radio-button-wrapper:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.settings-page .ant-input-number{width:100%}.settings-page .ant-select-item-option-content .ant-tag{margin:0}.settings-page .ant-form-vertical .ant-form-item-label{padding-bottom:4px}*{margin:0;padding:0;box-sizing:border-box}#root{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif}body{margin:0;padding:0;background:#f5f5f5}a{text-decoration:none;transition:color .3s}.page-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.page-header h1{font-size:24px;font-weight:600;color:#262626;margin:0}.page-header-description{font-size:14px;color:#8c8c8c;margin-top:8px}@media(max-width:768px){.page-header h1{font-size:20px}}
