[x-cloak] { display: none !important; }
/* Prevent layout shift before Alpine loads - Light by default */
body { background-color: #ffffff; color: #000000; transition: background-color 0.3s ease, color 0.3s ease; }
.dark body { background-color: #070b14; color: #e2e8f0; }

/* Chart Block Styling */
.mct-chart-block { min-height: 380px; }