/* Hide Alpine-controlled elements until Alpine initializes.
   Without this rule, x-cloak is inert and x-show="false" elements
   (e.g. the cookie consent modal) flash visible on initial paint. */
[x-cloak] { display: none !important; }
