.dashboard-head{margin-bottom:14px}
.dashboard-head h1{font-size:2rem;margin-bottom:4px}
.home-inventory-heading{font-size:1.15rem;margin:18px 0 10px}
.dashboard-stats{gap:9px;margin-bottom:10px}
.dashboard-stat{min-height:88px;padding:12px 14px;box-shadow:none}
.dashboard-stat strong{font-size:2rem}
.dashboard-stat small{display:none}
.dashboard-detail-group{margin:10px 0 16px;border:1px solid #d5e0d9;border-radius:14px;background:#fff}
.dashboard-detail-group>summary{padding:14px 16px;cursor:pointer;color:#285640;font-weight:850;list-style-position:inside}
.dashboard-detail-group[open]>summary{border-bottom:1px solid #e0e8e3}
.dashboard-detail-group .dashboard-sections,.dashboard-extra-sections{padding:14px}
.dashboard-extra-sections{display:grid;gap:14px}
.dashboard-extra-sections>.card{margin:0}
.dashboard-life-group{margin-top:12px}
.quick-inbox-panel{margin-bottom:14px;padding:18px}
.quick-inbox-panel .life-detail-head{margin-bottom:10px}
.quick-inbox-panel h2{margin-bottom:2px}
@media(max-width:430px){
  .dashboard-stat{min-height:78px;padding:10px 12px}
  .dashboard-stat strong{font-size:1.7rem}
  .dashboard-detail-group .dashboard-sections,.dashboard-extra-sections{padding:10px}
  .quick-inbox-panel{padding:14px}
}
