.weekly-heatmap_root__mOiQQ{display:inline-flex;flex-direction:column;gap:4px}.weekly-heatmap_grid__vZFOt{display:inline-flex;gap:3px}.weekly-heatmap_week__u_Bxe{display:grid;grid-template-rows:repeat(7,12px);gap:3px}.weekly-heatmap_cell__87LE3{display:block;width:12px;height:12px;border-radius:3px;border:1px solid hsl(var(--color-border)/.5);background:hsl(var(--color-muted));transition:transform 80ms ease}.weekly-heatmap_cell__87LE3[data-state=done]{background:hsl(var(--color-primary));border-color:hsl(var(--color-primary))}.weekly-heatmap_cell__87LE3[data-state=missed]{background:hsl(var(--color-muted))}.weekly-heatmap_cell__87LE3[data-state=future]{background:hsl(var(--color-muted)/.4);border-style:dashed}@media (prefers-reduced-motion:reduce){.weekly-heatmap_cell__87LE3{transition:none}}