/* Minimal custom styles if needed */
html { scroll-behavior: smooth; }
.glass { backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); }

/* Hide content until i18n applies to avoid flash of wrong language */
body[data-i18n-loading="true"] {
  visibility: hidden;
}

