/* Minimal CSS for Hostinger static deployment */
html, body { height: 100%; }
body { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* Tailwind CDN doesn't include scrollbar-hide plugin; provide a tiny equivalent */
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
