.lc-page {
  --lc-primary: #177d70;
  --lc-primary-hover: #1c9483;
  --lc-primary-soft: #eaf5f3;
  --lc-nav: #17242e;
  --lc-page: #f3f6f8;
  --lc-surface: #fff;
  --lc-text: #26333c;
  --lc-secondary: #5f6b73;
  --lc-muted: #788791;
  --lc-border: #e4eaee;
  --lc-info: #4389cc;
  --lc-warning: #e7a13b;
  --lc-danger: #dc5b57;
  color: var(--lc-text);
  font: 14px/1.55 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.lc-page *, .lc-overlay * { box-sizing: border-box; }
.lc-page button, .lc-page input, .lc-page select, .lc-page textarea,
.lc-overlay button, .lc-overlay input, .lc-overlay select, .lc-overlay textarea { font: inherit; }
.lc-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.lc-head h1 { margin: 0; font-size: 20px; line-height: 28px; font-weight: 600; }
.lc-head p { margin: 4px 0 0; color: var(--lc-secondary); }
.lc-head-project { display: flex; align-items: center; gap: 8px; }
.lc-head-project label { color: var(--lc-secondary); white-space: nowrap; }
.lc-head-project select { width: 240px; height: 32px; padding: 0 10px; border: 1px solid #d7e0e5; border-radius: 4px; background: #fff; color: var(--lc-text); }
.lc-btn { min-height: 36px; padding: 0 16px; border: 1px solid #d7e0e5; border-radius: 4px; background: #fff; color: var(--lc-text); cursor: pointer; }
.lc-btn:hover { border-color: #a8b9c1; background: #fbfcfc; }
.lc-btn:focus-visible, .lc-tab:focus-visible, .lc-link:focus-visible, .lc-page input:focus-visible, .lc-page select:focus-visible { outline: 2px solid rgba(23,125,112,.25); outline-offset: 2px; }
.lc-btn.primary { color: #fff; background: var(--lc-primary); border-color: var(--lc-primary); }
.lc-btn.primary:hover { background: var(--lc-primary-hover); border-color: var(--lc-primary-hover); }
.lc-overlay .lc-approve-btn { min-width: 80px; display: inline-flex !important; align-items: center; justify-content: center; visibility: visible !important; opacity: 1 !important; color: #fff !important; background: #177d70 !important; border-color: #177d70 !important; }
.lc-overlay .lc-approve-btn:hover { background: #1c9483 !important; border-color: #1c9483 !important; }
.lc-overlay .lc-download-btn { min-width: 118px; display: inline-flex !important; align-items: center; justify-content: center; visibility: visible !important; opacity: 1 !important; color: #fff !important; background: #177d70 !important; border-color: #177d70 !important; }
.lc-overlay .lc-download-btn:hover { background: #1c9483 !important; border-color: #1c9483 !important; }
.lc-btn.small { min-height: 30px; padding: 0 10px; font-size: 12px; }
.lc-btn.danger { color: #a43e3b; border-color: #edc9c7; }
.lc-btn:disabled { color: #9aa7ae; background: #f1f4f5; cursor: not-allowed; }
.lc-card { background: var(--lc-surface); border: 1px solid var(--lc-border); border-radius: 7px; box-shadow: 0 2px 10px rgba(27,53,68,.06); }
.lc-banner { display: flex; align-items: flex-start; gap: 10px; padding: 11px 14px; margin-bottom: 12px; color: #315e58; background: #f4faf8; border: 1px solid #cee4e0; border-radius: 6px; }
.lc-banner strong { display: block; }
.lc-banner span { color: var(--lc-secondary); font-size: 12px; }
.lc-scenarios { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-bottom: 12px; }
.lc-scenario { min-height: 92px; padding: 14px 16px; display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: start; gap: 12px; }
.lc-scenario-no { width: 30px; height: 30px; display: grid; place-items: center; color: var(--lc-primary); background: var(--lc-primary-soft); border-radius: 50%; font-weight: 600; }
.lc-scenario strong { display: block; margin-top: 2px; }
.lc-scenario p { margin: 3px 0 0; color: var(--lc-secondary); font-size: 12px; }
.lc-list-card { overflow: hidden; }
.lc-kpis { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; margin-bottom: 12px; }
.lc-kpi { min-height: 104px; padding: 14px 16px; position: relative; overflow: hidden; }
.lc-kpi::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--tone, var(--lc-primary)); }
.lc-kpi-label { color: var(--lc-secondary); font-size: 13px; }
.lc-kpi-value { margin-top: 5px; font-size: 24px; line-height: 32px; font-weight: 600; }
.lc-kpi-note { margin-top: 4px; color: var(--lc-muted); font-size: 12px; }
.lc-tabs { height: 42px; display: flex; align-items: stretch; border-bottom: 1px solid var(--lc-border); background: #fff; border-radius: 7px 7px 0 0; padding: 0 12px; overflow-x: auto; overflow-y: hidden; }
.lc-tab { position: relative; min-width: 92px; padding: 0 12px; border: 0; background: transparent; color: var(--lc-secondary); cursor: pointer; white-space: nowrap; }
.lc-tab:hover { color: var(--lc-text); }
.lc-tab.active { color: var(--lc-primary); font-weight: 600; }
.lc-tab.active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: -1px; height: 2px; background: var(--lc-primary); }
.lc-tab em { margin-left: 4px; padding: 1px 5px; border-radius: 3px; background: #eef2f4; color: var(--lc-muted); font-size: 11px; font-style: normal; }
.lc-panel { padding: 12px; background: var(--lc-page); }
.lc-grid-2 { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 12px; }
.lc-module-head { min-height: 52px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--lc-border); }
.lc-module-head h2 { margin: 0; font-size: 16px; }
.lc-module-head p { margin: 2px 0 0; color: var(--lc-muted); font-size: 12px; }
.lc-module-body { padding: 14px 16px; }
.lc-tag { min-height: 24px; padding: 2px 8px; display: inline-flex; align-items: center; gap: 5px; border-radius: 4px; font-size: 12px; white-space: nowrap; }
.lc-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.lc-tag.success { color: #12695f; background: #e3f3f0; }
.lc-tag.info { color: #2f6c9f; background: #e7f1fa; }
.lc-tag.warning { color: #9a6416; background: #fff2d8; }
.lc-tag.danger { color: #a43e3b; background: #fde9e8; }
.lc-tag.neutral { color: #65747d; background: #eef2f4; }
.lc-metric-list { display: grid; gap: 11px; }
.lc-metric-row { display: grid; grid-template-columns: 104px 1fr 60px; align-items: center; gap: 10px; }
.lc-metric-row span { color: var(--lc-secondary); }
.lc-track { height: 8px; border-radius: 4px; background: #edf1f3; overflow: hidden; }
.lc-track i { height: 100%; display: block; border-radius: 4px; background: var(--lc-primary); }
.lc-metric-row strong { text-align: right; font-size: 13px; }
.lc-risk-list { display: grid; gap: 8px; }
.lc-risk { display: grid; grid-template-columns: 26px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 10px 11px; border: 1px solid var(--lc-border); border-radius: 5px; }
.lc-risk-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 4px; background: #fff2d8; color: #9a6416; font-weight: 700; }
.lc-risk strong { display: block; font-size: 13px; }
.lc-risk small { color: var(--lc-muted); }
.lc-link { padding: 0; border: 0; background: transparent; color: var(--lc-primary); cursor: pointer; font-weight: 500; }
.lc-link:hover { color: var(--lc-primary-hover); text-decoration: underline; }
.lc-filter { min-height: 54px; padding: 10px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--lc-border); background: #fbfcfc; }
.lc-filter input, .lc-filter select, .lc-field input, .lc-field select, .lc-field textarea { height: 32px; padding: 0 10px; border: 1px solid #d7e0e5; border-radius: 4px; background: #fff; color: var(--lc-text); }
.lc-filter input { width: 250px; }
.lc-filter select { min-width: 132px; }
.lc-filter-spacer { flex: 1; }
.lc-filter-wrap { flex-wrap: wrap; }
.lc-filter-wrap input { flex: 1 1 240px; }
.lc-filter-actions { display: flex; align-items: center; gap: 8px; }
.lc-license-table { min-width: 1650px; }
.lc-license-table th:nth-child(5), .lc-license-table td:nth-child(5) { min-width: 205px; }
.lc-license-table th:nth-child(8), .lc-license-table td:nth-child(8),
.lc-license-table th:nth-child(9), .lc-license-table td:nth-child(9) { min-width: 155px; }
.lc-activation-cell { display: flex; align-items: center; gap: 5px; }
.lc-license-table th:last-child, .lc-license-table td:last-child { position: sticky; right: 0; z-index: 1; background: #fff; box-shadow: -5px 0 8px rgba(27,53,68,.05); }
.lc-license-table th:last-child { z-index: 2; background: #f6f8f9; }
.lc-license-table tbody tr:hover td:last-child { background: #f6fbfa; }
.lc-inline-note { margin-top: 12px; padding: 10px 12px; color: var(--lc-secondary); background: #f6f8f9; border: 1px solid var(--lc-border); border-radius: 5px; }
.lc-inline-note strong { color: var(--lc-text); }
.lc-detail-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.lc-detail-summary > div { padding: 10px 12px; background: #f6f8f9; border: 1px solid var(--lc-border); border-radius: 5px; }
.lc-detail-summary span { display: block; color: var(--lc-muted); font-size: 12px; }
.lc-detail-summary strong { display: block; margin-top: 3px; }
.lc-select-label { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.lc-select-label input { width: 15px; height: 15px; margin: 0; accent-color: var(--lc-primary); flex: 0 0 auto; }
.lc-select-label input:disabled { cursor: not-allowed; }
.lc-select-label b, .lc-select-label small { display: block; }
.lc-select-label b { font-weight: 500; }
.lc-select-label small { margin-top: 2px; color: var(--lc-muted); font-size: 12px; }
.lc-entitlements { display: grid; gap: 4px; white-space: normal; }
.lc-entitlements strong, .lc-entitlements span { display: block; }
.lc-entitlements strong { font-size: 13px; }
.lc-entitlements span { color: var(--lc-muted); font-size: 12px; }
.lc-section-title { margin: 14px 0 8px; font-size: 14px; font-weight: 600; }
.lc-form-top { margin-top: 14px; }
.lc-product-option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.lc-product-option { min-height: 62px; padding: 10px 12px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid var(--lc-border); border-radius: 5px; cursor: pointer; }
.lc-product-option:has(input:checked) { border-color: #8fc3ba; background: var(--lc-primary-soft); }
.lc-product-option input { width: 15px; height: 15px; margin: 3px 0 0; accent-color: var(--lc-primary); }
.lc-product-option strong, .lc-product-option small { display: block; }
.lc-product-option small { margin-top: 2px; color: var(--lc-muted); }
.lc-import-drop { min-height: 142px; padding: 22px; display: grid; place-items: center; text-align: center; border: 1px dashed #9ebfb9; border-radius: 6px; background: #f6fbfa; cursor: pointer; }
.lc-import-drop strong, .lc-import-drop span { display: block; }
.lc-import-drop span { margin: 3px 0 10px; color: var(--lc-muted); font-size: 12px; }
.lc-table.lc-import-table { min-width: 0; table-layout: fixed; }
.lc-import-table th:first-child { width: 54%; }
.lc-import-table th:nth-child(2) { width: 26%; }
.lc-import-table th:nth-child(3) { width: 20%; }
.lc-export-summary { padding: 13px 14px; background: var(--lc-primary-soft); border: 1px solid #cde5e0; border-radius: 6px; }
.lc-export-summary strong, .lc-export-summary span { display: block; }
.lc-export-summary span { margin-top: 3px; color: var(--lc-secondary); }
.lc-export-list { margin-top: 12px; border: 1px solid var(--lc-border); border-radius: 6px; overflow: hidden; }
.lc-export-list > div { min-height: 44px; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--lc-border); }
.lc-export-list > div:last-child { border-bottom: 0; }
.lc-export-list strong { font-size: 12px; font-weight: 400; color: var(--lc-secondary); }
.lc-table-wrap { overflow-x: auto; }
.lc-table { width: 100%; min-width: 1040px; border-collapse: collapse; }
.lc-table th { height: 42px; padding: 0 14px; text-align: left; color: var(--lc-secondary); background: #f6f8f9; border-bottom: 1px solid var(--lc-border); font-size: 12px; white-space: nowrap; }
.lc-table td { height: 48px; padding: 8px 14px; border-bottom: 1px solid #edf1f3; white-space: nowrap; }
.lc-table tbody tr:hover { background: #f6fbfa; }
.lc-table code, .lc-mono { font-family: Consolas, monospace; }
.lc-cell-main { font-weight: 500; }
.lc-cell-sub { color: var(--lc-muted); font-size: 12px; }
.lc-actions { display: flex; gap: 12px; }
.lc-pagination { min-height: 48px; padding: 8px 16px; display: flex; align-items: center; justify-content: space-between; color: var(--lc-muted); font-size: 12px; }
.lc-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.lc-flow-step { position: relative; min-height: 106px; padding: 12px; border: 1px solid var(--lc-border); border-radius: 6px; background: #fff; }
.lc-flow-step b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--lc-primary-soft); color: var(--lc-primary); }
.lc-flow-step strong { display: block; margin-top: 9px; }
.lc-flow-step span { color: var(--lc-muted); font-size: 12px; }
.lc-offline-drop { min-height: 144px; display: grid; place-items: center; text-align: center; border: 1px dashed #abc9c4; border-radius: 6px; background: #f6fbfa; }
.lc-offline-drop strong { display: block; }
.lc-offline-drop span { color: var(--lc-muted); font-size: 12px; }
.lc-empty { padding: 52px 20px; text-align: center; color: var(--lc-secondary); }
.lc-empty strong { display: block; color: var(--lc-text); }
.lc-empty span { font-size: 12px; }
.lc-overlay { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(17,27,34,.45); color: var(--lc-text); font: 14px/1.55 "Microsoft YaHei", sans-serif; }
.lc-overlay.open { display: flex; }
.lc-modal { width: min(920px, 92vw); max-height: 92vh; display: flex; flex-direction: column; background: #fff; border-radius: 8px; box-shadow: 0 16px 40px rgba(23,36,46,.18); overflow: hidden; }
.lc-modal-head { min-height: 62px; padding: 14px 18px; display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--lc-border); }
.lc-modal-head h2 { margin: 0; font-size: 17px; }
.lc-modal-head p { margin: 2px 0 0; color: var(--lc-muted); font-size: 12px; }
.lc-close { width: 32px; height: 32px; border: 0; border-radius: 4px; background: transparent; cursor: pointer; }
.lc-close:hover { background: #f1f4f5; }
.lc-modal-body { min-height: 0; padding: 16px 18px; flex: 1 1 auto; overflow-y: auto; }
.lc-modal-foot { min-height: 62px; padding: 12px 18px; display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--lc-border); background: #fff; }
.lc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lc-field label { display: block; margin-bottom: 5px; color: var(--lc-secondary); font-size: 13px; }
.lc-field input, .lc-field select, .lc-field textarea { width: 100%; height: 36px; }
.lc-field textarea { min-height: 74px; padding-top: 8px; resize: vertical; }
.lc-field.wide { grid-column: 1/-1; }
.lc-check-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.lc-check-grid label { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--lc-border); border-radius: 5px; }

@media (max-width: 1280px) {
  .lc-kpis { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .lc-grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .lc-head { align-items: stretch; flex-direction: column; }
  .lc-filter { flex-wrap: wrap; }
  .lc-filter-spacer { display: none; }
  .lc-filter-actions { flex-wrap: wrap; }
  .lc-flow { grid-template-columns: repeat(2,1fr); }
  .lc-form-grid { grid-template-columns: 1fr; }
  .lc-field.wide { grid-column: auto; }
  .lc-scenarios { grid-template-columns: 1fr; }
  .lc-detail-summary { grid-template-columns: 1fr; }
  .lc-product-option-grid { grid-template-columns: 1fr; }
}
