/* ─── BASE STYLES ─── */
/* Early flatpickr fixes — z-index and dropdown overflow only.
   All colour/sizing rules live in the main <style> block below. */
.flatpickr-calendar { z-index: 99999 !important; }
.flatpickr-months { overflow: visible !important; position: relative; z-index: 1; }
.flatpickr-month  { overflow: visible !important; }
.flatpickr-current-month { overflow: visible !important; }
/* Dropdown <option> elements can't use CSS variables — hardcode both themes */
.flatpickr-monthDropdown-months option { background: #f8fafc; color: #0f172a; }
[data-theme="dark"] .flatpickr-monthDropdown-months option { background: #111116; color: #f0f4f8; }
