.dashboard-metrics {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:24px 0 36px;padding:24px 0;border-block:1px solid #dce3e0}
.dashboard-metrics dt {color:#52645e;font-size:14px}
.dashboard-metrics dd {margin:8px 0 0;font-size:30px;font-weight:650}
.dashboard-metrics a {color:inherit;text-decoration:none}
.dashboard-section {margin:32px 0}
.dashboard-section h2 {font-size:20px}
.dashboard-section .list-row {display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #dce3e0;overflow-wrap:anywhere}
.dashboard-section time {color:#52645e;flex-shrink:0}
@media(max-width:600px){.dashboard-metrics {grid-template-columns:1fr;gap:20px}.dashboard-metrics>div {display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-metrics dd {margin:0}.dashboard-section .list-row {flex-wrap:wrap}}
