.dashboard-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dashboard-module-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;display:grid;gap:16px}.dashboard-module-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.dashboard-module-card h2{font-size:17px}.dashboard-module-card>span:last-child{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.dashboard-module-icon{width:44px;height:44px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;border-radius:12px}.dashboard-header-actions{display:flex;gap:10px}.dashboard-controls{display:flex;flex-wrap:wrap;align-items:end;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.dashboard-periods{display:flex;flex:1;gap:3px;min-width:280px;align-self:center;background:var(--canvas);padding:4px;border-radius:10px}.dashboard-periods button{flex:1;padding:8px 10px;border-radius:8px;font-size:12px;white-space:nowrap}.dashboard-periods button.active{background:var(--primary);color:#fff}.dashboard-controls label,.dashboard-table-tools>label:last-child{display:grid;gap:5px;font-size:11px;color:var(--muted);min-width:130px}.dashboard-controls select{font-size:12px;max-width:220px}.dashboard-period-caption{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:11px}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-kpis section{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:grid;gap:7px;min-width:0}.dashboard-kpis span{font-size:12px;color:var(--muted)}.dashboard-kpis strong{font-size:clamp(20px,2vw,29px);font-weight:800;overflow-wrap:anywhere}.dashboard-kpis small{color:var(--muted)}.dashboard-valuation-note{font-size:12px;background:#fff7e8;border-inline-start:3px solid #c28832;padding:12px 16px;border-radius:8px}.dashboard-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dash-chart{min-width:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 20px 14px}.dash-chart:first-child{grid-column:1/-1}.dash-chart>header{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.dash-chart h2{font-size:16px}.dash-chart header small,.dash-chart-unit{font-size:11px;color:var(--muted)}.dash-chart-unit{display:block;margin-top:5px}.dash-chart-body{min-width:0;width:100%}.dash-line-chart{display:block;width:100%;height:280px;overflow:visible;direction:ltr;touch-action:pan-y;user-select:none}.dash-line-chart text{font-family:inherit;font-size:11px;fill:var(--muted)}.dash-chart-readout{display:flex;align-items:center;min-height:66px;margin-top:10px;padding:12px;border-radius:10px;background:#f5f8f7;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.dash-chart-readout.is-active{background:var(--primary-soft);color:#174c42}.dash-chart-details summary{cursor:pointer;padding:12px 0;font-size:11px;color:var(--muted);min-height:44px}.dash-chart-details .dash-table-scroll{max-height:300px}.dash-bars{display:grid;gap:9px;min-height:180px;align-content:start}.dash-bar-row{display:grid;grid-template-columns:minmax(80px,1.4fr) minmax(50px,2fr) minmax(40px,.7fr);gap:10px;align-items:center;text-align:right;min-height:44px;padding:3px 0}.dash-bar-label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-bar-track{display:block;height:17px;border-radius:4px;background:#edf2f1;direction:ltr;overflow:hidden}.dash-bar-track>span{display:block;height:100%;background:var(--primary);border-radius:4px}.dash-bar-row b{font-size:11px;font-weight:500;direction:ltr;text-align:left}.dash-empty-chart{min-height:240px;display:grid;place-content:center;font-size:13px;color:var(--muted);text-align:center}.dashboard-table-section{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.dashboard-table-section>header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:24px}.dashboard-table-section h2{font-size:17px}.dashboard-table-section header p,.dashboard-table-section header>span{font-size:11px;color:var(--muted);margin-top:6px}.dashboard-table-tools{display:flex;gap:20px;align-items:end;padding:0 24px 20px}.dashboard-table-search{display:flex;flex:1;position:relative;align-items:center;gap:10px}.dashboard-table-search svg{position:absolute;right:12px;color:var(--muted)}.dashboard-table-search input{padding-right:40px}.dash-table-scroll{overflow:auto;max-width:100%}.dash-table-scroll table{border-collapse:collapse;width:100%;text-align:right;font-size:12px}.dash-table-scroll th,.dash-table-scroll td{padding:14px 18px;border-bottom:1px solid var(--line);white-space:nowrap}.dash-table-scroll th{background:#f3f7f5;font-size:11px;color:var(--muted);font-weight:500}.dash-table-scroll td:first-child{min-width:190px;max-width:340px;white-space:normal}.dash-table-scroll td small{display:block;color:var(--muted);font-size:10px;text-align:right}.dashboard-pagination{display:flex;gap:16px;align-items:center;justify-content:center;padding:18px;font-size:12px}.dashboard-source{padding:20px 24px;background:#edf2f0;border-radius:12px;color:var(--muted);font-size:12px}.dashboard-source h2{font-size:14px}.dashboard-source ul{padding-inline-start:20px;display:grid;gap:6px}.dashboard-source p{font-size:11px}.dashboard-table-empty{text-align:center;padding:30px}@media(max-width:1100px){.dashboard-directory,.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-controls label{flex:1}.dashboard-controls select{max-width:none}}@media(max-width:650px){.dashboard-directory{grid-template-columns:1fr}.dashboard-module-card{padding:20px;grid-template-columns:44px 1fr;align-items:center}.dashboard-module-card>span:last-child{grid-column:2}.dashboard-module-card h2{font-size:15px}.dashboard-charts{grid-template-columns:1fr;gap:16px}.dash-chart{padding:20px 12px 12px}.dash-chart:first-child{grid-column:auto}.dash-chart h2{font-size:14px}.dash-chart>header{gap:8px}.dash-chart header small{max-width:70px;line-height:1.8}.dashboard-controls{padding:12px;gap:12px}.dashboard-periods{min-width:0;flex-basis:100%;gap:0}.dashboard-periods button{padding-inline:7px;font-size:11px}.dashboard-controls label{min-width:100px}.dashboard-kpis{gap:12px}.dashboard-kpis section{padding:16px 13px}.dashboard-kpis span{font-size:11px}.dashboard-kpis strong{font-size:21px}.dashboard-header-actions{width:100%;justify-content:space-between}.module-dashboard>.split-header{align-items:flex-start;flex-direction:column}.dashboard-table-section>header{padding:18px}.dashboard-table-tools{padding:0 16px 16px;flex-wrap:wrap;gap:12px}.dashboard-table-search{flex-basis:100%}.dashboard-table-tools>label:last-child{width:100%}.dashboard-source{padding:18px}.dashboard-pagination .button{padding:7px 16px}.dash-chart-readout,.dash-bar-label{font-size:11px}}#module-dashboards{--primary:#24735f;--primary-soft:#e7f3ed;--line:#dfe7e3;--canvas:#f3f6f4;--muted:#66766e;min-width:0;color:#203c31;font:inherit}#module-dashboards *{box-sizing:border-box}#module-dashboards svg{flex-shrink:0}#module-dashboards a{color:inherit;text-decoration:none}#module-dashboards .page-stack{display:grid;gap:20px;min-width:0}#module-dashboards h1,#module-dashboards h2,#module-dashboards p{margin:0}#module-dashboards .page-header h1{font-size:24px}#module-dashboards .page-header p{color:var(--muted);margin-top:8px}#module-dashboards .split-header{display:flex;align-items:center;justify-content:space-between;gap:14px}#module-dashboards .back-link{display:inline-block;font-size:12px;color:var(--primary);margin-bottom:12px}#module-dashboards button,#module-dashboards input,#module-dashboards select{font:inherit}#module-dashboards button{cursor:pointer;border:0}#module-dashboards button:disabled{opacity:.5;cursor:default}#module-dashboards .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:9px;font-size:12px;min-height:42px}#module-dashboards .button.secondary{background:#fff;border:1px solid var(--line);color:#244b3d}#module-dashboards .button svg{width:18px;height:18px}#module-dashboards input,#module-dashboards select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;padding:8px 12px;background:#fff;color:inherit}#module-dashboards .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}#module-dashboards :focus-visible{outline:2px solid #24735f;outline-offset:3px}#module-dashboards .dashboard-empty{padding:28px;display:grid;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px}.module-dashboard-entry{margin-bottom:16px}@media(max-width:650px){#module-dashboards .page-header h1{font-size:20px}#module-dashboards .page-stack{gap:16px}}#module-dashboards .dashboard-pagination .button{width:auto;flex:none}#module-dashboards .dashboard-pagination>span{white-space:nowrap}#module-dashboards .dashboard-table-search input{padding-inline-start:40px}

/* Keep report headers and numeric columns together inside the scroll region.
   The legacy shell converts every table into cards on small screens. */
@media (max-width: 759px) {
  #module-dashboards .dash-table-scroll table { display: table; width: 100%; min-width: 480px; border-collapse: collapse; }
  #module-dashboards .dashboard-table-section .dash-table-scroll table { min-width: 920px; }
  #module-dashboards .dash-table-scroll thead { display: table-header-group; }
  #module-dashboards .dash-table-scroll tbody { display: table-row-group; width: auto; }
  #module-dashboards .dash-table-scroll tr { display: table-row; width: auto; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
  #module-dashboards .dash-table-scroll th, #module-dashboards .dash-table-scroll td { display: table-cell; width: auto; min-height: 0; padding: 14px 18px; vertical-align: middle; }
  #module-dashboards .dash-table-scroll td::before { display: none; }
}
