.home-dashboard .page-head { margin-bottom:12px; }
.home-freshness { color:var(--muted); font-size:12px; min-height:30px; margin-bottom:10px; }
.home-kpis { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-bottom:24px; }
.home-kpi { display:flex; flex-direction:column; align-items:flex-start; text-align:left; padding:20px 22px; color:var(--ink); gap:10px; min-height:150px; }
.home-kpi:hover { border-color:var(--walnut); background:#fbf8f1; }
.home-kpi:active { background:#eee9de; }
.home-kpi > span { font-size:13px; color:#625c55; }
.home-kpi > strong { font:39px/1.1 var(--serif); letter-spacing:-.03em; font-variant-numeric:tabular-nums; }
.home-kpi > small { font-size:12px; color:#625c55; line-height:1.45; margin-top:auto; }
.home-kpi.needs-attention { border-top:3px solid var(--clay); }
.home-kpi.needs-attention > strong,.home-dashboard time.needs-attention { color:var(--red); }
.home-chart-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.home-chart { padding:22px; }
.home-chart > header { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; padding-bottom:16px; margin-bottom:20px; border-bottom:1px solid var(--line); }
.home-chart h3 { font:24px/1.2 var(--serif); margin:0; }
.home-chart header > span { font-size:11px; color:var(--muted); }
.home-chart > p { color:#625c55; font-size:14px; line-height:1.6; }
.home-columns { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:14px; height:215px; padding-top:8px; }
.home-column { display:flex; align-items:center; flex-direction:column; gap:10px; min-width:0; }
.home-column strong { font-size:12px; font-weight:600; white-space:nowrap; }
.home-column > span { font-size:12px; color:#625c55; }
.home-column-track { display:flex; align-items:end; width:100%; max-width:48px; flex:1; min-height:0; background:#f1eee7; border-bottom:1px solid var(--line); }
.home-column-track i { display:block; width:100%; background:var(--meadow); }
.home-chart-note { font-size:11px!important; margin:20px 0 0; }
.home-bars { display:grid; gap:22px; }
.home-bars > div > div:first-child { display:flex; justify-content:space-between; gap:14px; font-size:13px; margin-bottom:9px; }
.home-bars strong { font-weight:600; white-space:nowrap; }
.home-bar { height:10px; background:#eee9df; }
.home-bar i { display:block; height:100%; background:var(--walnut); }
.home-readiness button,.home-field-update { border:0; border-bottom:1px solid var(--line); padding:13px 0; background:transparent; display:flex; width:100%; align-items:center; justify-content:space-between; gap:18px; text-align:left; color:var(--ink); }
.home-readiness button:hover,.home-field-update:hover { background:#f4f0e7; }
.home-readiness strong,.home-field-update strong { font-size:13px; display:block; }
.home-readiness small,.home-field-update small { display:block; margin-top:6px; color:var(--muted); font-size:11px; }
.home-readiness b { color:var(--meadow); font-size:18px; }
.home-bottom-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:24px; }
.home-followup { display:flex; justify-content:space-between; gap:18px; padding:14px 0; border-bottom:1px solid var(--line); }
.home-followup strong { display:block; font-size:13px; }
.home-followup span { display:block; margin-top:7px; color:#625c55; font-size:12px; line-height:1.5; }
.home-followup time { font-size:12px; flex-shrink:0; padding-top:2px; }
.home-field-update > span > span { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; font-size:13px; color:#625c55; margin-top:10px; line-height:1.5; }
.home-data-note { color:var(--muted); font-size:12px; line-height:1.6; margin-top:22px; }
@media(min-width:1850px) { .home-kpis { grid-template-columns:repeat(6,minmax(0,1fr)); } }
@media(max-width:1250px) { .home-kpis { grid-template-columns:repeat(3,minmax(0,1fr)); }.home-chart-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:700px) { .home-kpis { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }.home-chart-grid,.home-bottom-grid { grid-template-columns:1fr; }.home-kpi,.home-chart { padding:16px; }.home-kpi > strong { font-size:34px; }.home-followup { flex-wrap:wrap; }.home-kpi { min-height:145px; }.home-chart h3 { font-size:23px; } }
