.hg1823-page{padding-bottom:42px}
.hg1823-toolbar,.hg1823-import-grid,.hg1823-metrics,.hg1823-tabs,.hg1823-filter-grid{display:grid;gap:12px}
.hg1823-toolbar{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:end}
.hg1823-import-grid{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))}
.hg1823-filter-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}
.hg1823-metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:12px 0}
.hg1823-metric{border:1px solid var(--border,#314866);border-radius:10px;padding:12px;background:rgba(22,39,61,.58)}
.hg1823-metric span{display:block;color:#a9bad0;font-size:12px;margin-bottom:4px}
.hg1823-metric b{font-size:18px;color:#fff}
.hg1823-import-card{border:1px solid var(--border,#314866);border-radius:10px;padding:14px;background:rgba(15,30,50,.44)}
.hg1823-import-card h3{margin-top:0}
.hg1823-preview{max-height:240px;overflow:auto;margin-top:10px}
.hg1823-preview table,.hg1823-source table{min-width:850px}
.hg1823-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-top:10px}
.hg1823-map-grid label{display:flex;flex-direction:column;gap:4px;font-size:12px}
.hg1823-tabs{grid-template-columns:repeat(5,minmax(0,1fr));margin:12px 0}
.hg1823-tabs button{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hg1823-tab-panel{display:none}
.hg1823-tab-panel.active{display:block}
.hg1823-table-wrap{overflow:auto}
.hg1823-table-wrap table{min-width:2100px}
.hg1823-table-wrap td,.hg1823-table-wrap th{vertical-align:top;white-space:normal}
.hg1823-doc{min-width:180px;line-height:1.45}
.hg1823-doc small{display:block;color:#abc0d4}
.hg1823-status{display:inline-block;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700;white-space:nowrap}
.hg1823-status.good{background:#174e36;color:#b7f1c7}
.hg1823-status.warn{background:#67501a;color:#ffe6a1}
.hg1823-status.bad{background:#67262c;color:#ffc3c3}
.hg1823-status.info{background:#1d4266;color:#c9e6ff}
.hg1823-muted{color:#91a5bb}
.hg1823-row-actions{display:flex;gap:5px;flex-wrap:wrap;min-width:160px}
.hg1823-empty{padding:18px;color:#9fb3c9;text-align:center}
.hg1823-import-msg{margin-top:8px;min-height:20px}
.hg1823-help{border-left:3px solid #e4b84b;padding:8px 12px;color:#c7d4e3;background:rgba(101,76,22,.14)}
.hg1823-source .hg1823-source-tools{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.hg1823-modal{max-width:1000px}
.hg1823-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}
.hg1823-modal-grid .full{grid-column:1/-1}
.hg1823-detail-list{margin:5px 0 0;padding-left:16px}
.hg1823-detail-list li{margin:2px 0}
.hg1823-kpi-note{font-size:12px;color:#a9bad0;margin-top:4px}
.hg1823-inline-select{min-width:155px}
.hg1823-danger-note{color:#ffb5b5}
@media (max-width:800px){
  .hg1823-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hg1823-table-wrap table{min-width:980px}
  .hg1823-import-grid{grid-template-columns:1fr}
  .hg1823-modal-grid{grid-template-columns:1fr}
}
