/* Small extras; Tailwind handles most styling */
:root { color-scheme: light; }
html { scroll-behavior: smooth; }
.loading-skeleton { background: linear-gradient(90deg, #f1f5f9, #e2e8f0, #f1f5f9); background-size: 200% 100%; animation: sk 1.2s ease-in-out infinite; }
@keyframes sk { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
