/* Minimal overrides on top of Tailwind CDN */
html { -webkit-font-smoothing: antialiased; }
body { font-feature-settings: 'cv02', 'cv03'; }

/* Markdown digest styling */
.prose-invert h2 { color: rgb(241 245 249); margin-top: 1em; margin-bottom: 0.4em; font-size: 1rem; }
.prose-invert h3 { color: rgb(226 232 240); margin-top: 0.8em; margin-bottom: 0.3em; font-size: 0.95rem; }
.prose-invert ul { margin: 0.3em 0 0.6em 0; padding-left: 1.2em; }
.prose-invert li { margin: 0.15em 0; color: rgb(203 213 225); }
.prose-invert strong { color: rgb(254 240 138); font-weight: 600; }
.prose-invert p { color: rgb(203 213 225); margin: 0.4em 0; }

/* Larger touch targets on mobile */
@media (max-width: 640px) {
  button { min-height: 36px; }
}

/* Make sure buttons are obviously tappable on iOS */
button { -webkit-tap-highlight-color: rgba(56, 189, 248, 0.3); cursor: pointer; touch-action: manipulation; }
[data-day], [data-action] { -webkit-tap-highlight-color: rgba(56, 189, 248, 0.3); }
