:root{--brand-navy: #0b1a30;--brand-navy-2: #142848;--brand-navy-3: #1e355e;--brand-primary: #0a3d75;--brand-primary-2: #0e4d90;--brand-primary-3: #164e63;--brand-primary-bg: #eef4fb;--brand-accent: #38bdf8;--brand-accent-2: #0ea5e9;--brand-accent-bg: #e0f2fe;--status-success: #0f766e;--status-success-bg: #ecfdf5;--status-success-border:#a7f3d0;--status-warning: #b45309;--status-warning-bg: #fffbeb;--status-warning-border:#fde68a;--status-error: #b91c1c;--status-error-bg: #fef2f2;--status-error-border: #fecaca;--text-primary: #0f172a;--text-secondary:#475569;--text-tertiary: #94a3b8;--border: #dbe1ea;--border-light: #e6eaf2;--border-strong: #cbd5e1;--bg-page: #f5f6fa;--bg-card: #ffffff;--bg-subtle: #f8fafc;--bg-hover: #f0f6ff;--bg-stripe: #fbfcfe;--shadow-xs: 0 1px 2px rgba(15,30,51,.04);--shadow-sm: 0 1px 3px rgba(15,30,51,.06), 0 1px 2px rgba(15,30,51,.04);--shadow-md: 0 4px 12px rgba(15,30,51,.06), 0 2px 4px rgba(15,30,51,.04);--shadow-lg: 0 10px 24px rgba(15,30,51,.08);--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--sidebar-w: 232px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-primary);font-size:13px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:2px solid var(--bg-page)}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border-light)}.page-title{font-size:18px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px;position:relative;padding-left:12px}.page-title:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;background:var(--brand-accent);border-radius:2px}.page-desc{font-size:12px;color:var(--text-secondary);margin-top:4px;padding-left:12px}.isf-card,.ant-card{border-radius:var(--radius-lg)!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-xs)!important;transition:box-shadow .2s}.ant-card:hover{box-shadow:var(--shadow-sm)!important}.ant-card-head{background:#fff!important;border-bottom:1px solid var(--border-light)!important;min-height:46px!important;padding:0 18px!important;box-shadow:none!important}.ant-card-head-wrapper,.ant-card-head-title,.ant-card-extra,.ant-card-head-title *{text-shadow:none!important;box-shadow:none!important;filter:none!important;-webkit-text-stroke:0!important}.ant-card-head-title{font-size:14px!important;font-weight:500!important;color:var(--text-primary)!important;position:relative;padding:12px 0 12px 14px!important;-webkit-font-smoothing:subpixel-antialiased!important;text-rendering:optimizeLegibility}.ant-card-head-title:before{content:"";position:absolute;left:0;top:15px;bottom:15px;width:3px;background:var(--brand-primary);border-radius:2px}.ant-card-body{padding:18px!important}.ant-card-extra{padding:10px 0!important}.card-title-wrap{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--text-primary)}.card-title-icon{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;background:var(--brand-primary-bg);color:var(--brand-primary)}.isf-section{border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden;background:var(--bg-card)}.isf-section-header{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;background:linear-gradient(180deg,#f1f5f9,#e6eaf2);border-bottom:1px solid var(--border)}.isf-section-title{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.4px}.isf-section-num{width:20px;height:20px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--brand-primary)}.isf-section-body{padding:14px;background:var(--bg-card)}.isf-sub-section{border:1px solid var(--border-light);border-radius:var(--radius-sm);margin-bottom:10px;overflow:hidden}.isf-sub-header{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;background:var(--bg-subtle);border-bottom:1px solid var(--border-light)}.isf-sub-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary)}.isf-sub-body{padding:12px;background:var(--bg-card)}.isf-item-section{border:1px dashed var(--border);border-radius:var(--radius-sm);margin-bottom:8px;overflow:hidden}.isf-item-header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:var(--brand-primary-bg);border-bottom:1px dashed var(--border)}.isf-item-title{font-size:11px;font-weight:700;color:var(--brand-primary);letter-spacing:.3px}.isf-item-body{padding:10px;background:var(--bg-card)}.ant-table{border-radius:var(--radius-md)!important;border:1px solid var(--border-light)!important;overflow:hidden!important}.ant-table-container{border-radius:var(--radius-md)!important}.ant-table-thead>tr>th{background:var(--brand-navy)!important;color:#e2e8f0!important;font-size:12px!important;font-weight:600!important;letter-spacing:.5px!important;text-transform:uppercase;padding:11px 14px!important;border-bottom:2px solid var(--brand-accent)!important}.ant-table-thead>tr>th:before{background:#ffffff1f!important}.ant-table-tbody>tr>td{padding:10px 14px!important;font-size:13px!important;color:var(--text-primary)!important;border-bottom:1px solid var(--border-light)!important}.ant-table-tbody>tr:nth-child(2n)>td{background:var(--bg-stripe)}.ant-table-tbody>tr:hover>td,.ant-table-tbody>tr.ant-table-row-hover>td{background:var(--bg-hover)!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-pagination.ant-pagination{margin:14px 0 4px!important;display:flex!important;visibility:visible!important}.ant-table-wrapper .ant-table-pagination{display:flex!important;visibility:visible!important}.ant-pagination-options,.ant-pagination-options-size-changer,.ant-pagination-options-quick-jumper,.ant-pagination-total-text,.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{display:inline-block!important}.row-error td{background:var(--status-error-bg)!important}.row-success td{background:var(--status-success-bg)!important}.ant-table-summary{background:#f1f5f9!important;font-weight:600!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:inherit!important}.ant-btn{border-radius:var(--radius-md)!important;font-weight:500!important;transition:all .15s!important;box-shadow:none!important}.ant-btn-primary{background:var(--brand-primary)!important;border-color:var(--brand-primary)!important;box-shadow:0 1px 2px #0c4a6e26!important}.ant-btn-primary:hover{background:var(--brand-primary-2)!important;border-color:var(--brand-primary-2)!important}.ant-btn-default{border-color:var(--border-strong)!important}.ant-btn-default:hover{border-color:var(--brand-primary)!important;color:var(--brand-primary)!important}.ant-btn-dangerous.ant-btn-primary{background:var(--status-error)!important;border-color:var(--status-error)!important}.btn-primary{height:36px!important;padding:0 20px!important;font-size:13px!important;font-weight:600!important;border-radius:var(--radius-md)!important;background:var(--brand-primary)!important;border-color:var(--brand-primary)!important}.btn-submit{height:40px!important;padding:0 28px!important;font-size:14px!important;font-weight:700!important;letter-spacing:.5px!important;border-radius:var(--radius-md)!important;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-2) 100%)!important;border:none!important;color:#fff!important;box-shadow:0 2px 6px #0c4a6e40!important}.btn-submit:hover{background:linear-gradient(135deg,var(--brand-primary-2) 0%,var(--brand-primary) 100%)!important;box-shadow:0 4px 10px #0c4a6e59!important}.btn-mock{height:34px!important;padding:0 16px!important;font-size:12.5px!important;font-weight:600!important;border-radius:var(--radius-md)!important;background:var(--brand-accent)!important;border-color:var(--brand-accent)!important;color:#fff!important}.btn-mock:hover{background:var(--brand-accent-2)!important;border-color:var(--brand-accent-2)!important}.ant-form-item{margin-bottom:14px!important}.ant-form-item-label>label{font-size:12px!important;color:var(--text-secondary)!important;font-weight:500!important;height:auto!important}.ant-form-item-required:before{color:var(--status-error)!important}.ant-input,.ant-input-number,.ant-input-password,.ant-select-selector,.ant-picker{border-radius:var(--radius-sm)!important;border-color:var(--border-strong)!important;font-size:13px!important;background:var(--bg-card)!important;transition:all .15s!important}.ant-input:hover,.ant-input-number:hover,.ant-input-password:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.ant-picker:hover{border-color:var(--brand-primary)!important}.ant-input:focus,.ant-input-focused,.ant-input-number-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--brand-primary)!important;box-shadow:0 0 0 3px #0c4a6e1f!important}.ant-select-selector{height:34px!important;align-items:center!important}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:32px!important}.ant-tag{border-radius:4px!important;font-size:11.5px!important;font-weight:600!important;padding:1px 8px!important;line-height:20px!important;border-width:1px!important;letter-spacing:.3px}.ant-tag-blue{background:var(--brand-primary-bg)!important;color:var(--brand-primary)!important;border-color:#bfdbfe!important}.ant-tag-green{background:var(--status-success-bg)!important;color:var(--status-success)!important;border-color:var(--status-success-border)!important}.ant-tag-red{background:var(--status-error-bg)!important;color:var(--status-error)!important;border-color:var(--status-error-border)!important}.ant-tag-orange{background:var(--brand-accent-bg)!important;color:var(--brand-accent-2)!important;border-color:#fed7aa!important}.ant-tag-gold{background:#fefce8!important;color:#a16207!important;border-color:#fde68a!important}.ant-modal-header{background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid var(--border-light)!important;padding:16px 20px!important;margin:0!important;border-radius:var(--radius-lg) var(--radius-lg) 0 0!important}.ant-modal-title{font-size:15px!important;font-weight:600!important;color:var(--text-primary)!important;padding-left:10px!important;border-left:3px solid var(--brand-accent)!important}.ant-modal-content{border-radius:var(--radius-lg)!important;padding:0!important;overflow:hidden}.ant-modal-body{padding:20px!important}.ant-modal-footer{padding:12px 20px!important;border-top:1px solid var(--border-light)!important;margin:0!important}.ant-drawer-header{background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;border-bottom:1px solid var(--border-light)!important}.ant-drawer-title{font-weight:600!important;padding-left:10px!important;border-left:3px solid var(--brand-accent)!important}.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-nav:before{border-bottom-color:var(--border)!important}.ant-tabs>.ant-tabs-nav{align-items:center!important}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap{align-items:center!important}.ant-tabs-extra-content{display:flex!important;align-items:center!important;align-self:center!important;height:100%!important}.ant-tabs-extra-content>*{align-self:center!important}.ant-tabs-tab{font-size:13.5px!important;padding:10px 16px!important;font-weight:500!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--brand-primary)!important;font-weight:600!important}.ant-tabs-ink-bar{background:var(--brand-primary)!important;height:2.5px!important}.ant-alert{border-radius:var(--radius-md)!important;padding:10px 14px!important;border:1px solid transparent!important}.ant-alert-info{background:var(--brand-primary-bg)!important;border-color:#bfdbfe!important}.ant-alert-success{background:var(--status-success-bg)!important;border-color:var(--status-success-border)!important}.ant-alert-warning{background:var(--status-warning-bg)!important;border-color:var(--status-warning-border)!important}.ant-alert-error{background:var(--status-error-bg)!important;border-color:var(--status-error-border)!important}.ant-descriptions-view{border-radius:var(--radius-md)!important;border:1px solid var(--border-light)!important;overflow:hidden}.ant-descriptions-item-label{background:var(--bg-subtle)!important;color:var(--text-secondary)!important;font-weight:500!important;font-size:12.5px!important}.ant-descriptions-item-content{font-size:13px!important;color:var(--text-primary)!important}.ant-statistic-title{font-size:12px!important;color:var(--text-secondary)!important;margin-bottom:6px!important;text-transform:uppercase;letter-spacing:.4px;font-weight:500}.ant-statistic-content{font-size:24px!important;font-weight:700!important;color:var(--text-primary)!important;font-family:Inter,SF Mono,Consolas,monospace;letter-spacing:-.5px}.ant-progress-bg{background:var(--brand-primary)!important}.ant-progress-inner{background:#e6eaf2!important}.upload-zone{border:2px dashed var(--border-strong);border-radius:var(--radius-lg);padding:40px 24px;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--bg-subtle)}.upload-zone:hover{border-color:var(--brand-primary);background:var(--brand-primary-bg)}.upload-zone-icon{font-size:40px;color:var(--text-tertiary);margin-bottom:12px;display:block;transition:color .2s}.upload-zone:hover .upload-zone-icon{color:var(--brand-primary)}.upload-zone-title{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.upload-zone-hint{font-size:12px;color:var(--text-secondary)}.upload-success{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--status-success-bg);border:1px solid var(--status-success-border);border-radius:var(--radius-md)}.config-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 16px;background:var(--bg-subtle);border:1px solid var(--border-light);border-radius:var(--radius-md)}.config-bar-label{font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.stat-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-card);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.stat-total:before{background:var(--brand-primary)}.stat-success:before{background:var(--status-success)}.stat-error:before{background:var(--status-error)}.stat-item-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0}.stat-total .stat-item-icon{background:var(--brand-primary)}.stat-success .stat-item-icon{background:var(--status-success)}.stat-error .stat-item-icon{background:var(--status-error)}.stat-item-value{font-size:22px;font-weight:700;line-height:1.2;color:var(--text-primary);font-family:Inter,SF Mono,monospace}.stat-item-label{font-size:11.5px;color:var(--text-secondary);margin-top:2px;letter-spacing:.3px}.progress-wrap{padding:14px 18px;background:var(--brand-primary-bg);border:1px solid #bfdbfe;border-left:3px solid var(--brand-primary);border-radius:var(--radius-md);margin-bottom:16px}.progress-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--brand-primary);margin-bottom:10px}.ant-divider{border-color:var(--border-light)!important}.ant-divider-vertical{border-color:var(--border)!important}.divider-sm{margin:10px 0 14px!important;border-color:var(--border-light)!important}.ant-switch{background:#cbd5e1!important}.ant-switch-checked{background:var(--brand-primary)!important}.ant-menu-inline{border-right:none!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeUp .25s ease forwards}@media(max-width:960px){.login-hero{display:none!important}}.isf-topnav a{position:relative}.isf-topnav a:hover{color:#e2e8f0!important}.isf-topnav a:hover span[style*="color: rgb(148, 163, 184)"]{color:#7dd3fc!important}@media(max-width:1100px){.isf-topnav{display:none!important}.isf-hamburger{display:inline-flex!important}}@media(max-width:700px){.isf-userMeta{display:none!important}}
