/* Minimale Eigenkorrekturen auf Tailwind CDN */
[x-cloak] { display: none !important; }

body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

/* Heatmap-Zellen */
.heatmap-cell { width: 12px; height: 12px; border-radius: 2px; display: inline-block; }
.heatmap-row  { display: flex; gap: 2px; margin-bottom: 2px; }

/* Smooth Checkboxen */
.habit-toggle {
  transition: transform .12s ease, background-color .12s ease;
}
.habit-toggle:active { transform: scale(.96); }
