@import "tailwindcss"; /* App is dark-themed throughout — tell the browser so native controls (date/time picker popups, scrollbars, etc.) render dark instead of the default light/white UI. */ :root { color-scheme: dark; }