.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:2rem 0;display:grid}.stats-grid-wide{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stats-grid-records{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stats-grid-2col{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;margin:2rem 0;display:grid}.stat-card{background:var(--pico-background-color);text-align:center;border-radius:.25rem;padding:1rem}.stat-card-left{text-align:left}.stat-card h4,.stat-card h5{color:var(--pico-primary);margin:0 0 .5rem}.stat-card table{margin:0}.progress-track{background:var(--pico-muted-border-color);border-radius:.25rem;height:.5rem;overflow:hidden}.progress-track-lg{height:1.5rem;margin:.25rem 0}.progress-fill{background:var(--pico-primary);height:100%}.progress-fill-label{justify-content:center;align-items:center;height:100%;display:flex}.progress-fill-label small{color:var(--pico-primary-inverse);font-weight:700}.heatmap-wrapper{gap:1px;display:flex;overflow-x:auto}.heatmap-day-labels{flex-direction:column;justify-content:space-around;gap:1px;margin-right:4px;display:flex}.heatmap-day-label{text-align:center;width:12px;height:12px;color:var(--pico-color);font-size:8px;line-height:12px}.heatmap-week{flex-direction:column;gap:1px;display:flex}.heatmap-cell{border-radius:2px;width:12px;height:12px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.stats-grid-2col{grid-template-columns:1fr!important}.stats-grid-2col table{display:block;overflow-x:auto}.heatmap-cell,.heatmap-day-label{width:8px;height:8px}}