/* Minimal overrides on top of Tailwind CDN. */
html, body { font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #11151c; }
::-webkit-scrollbar-thumb { background: #252b39; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #2dd4bf; }

/* Smooth HTMX swap transitions */
.htmx-swapping { opacity: 0.6; transition: opacity 200ms ease-out; }
.htmx-settling { opacity: 1; transition: opacity 200ms ease-in; }

/* Hide Alpine.js elements before init to avoid flash. */
[x-cloak] { display: none !important; }
