/*
 * Tiny safety net for the no-build (CDN) mode: a handful of rules that must be
 * correct before Tailwind finishes compiling in the browser, so the client never
 * sees a flash of unstyled, unusable layout on an ngrok demo.
 */
:root { color-scheme: light; }
html, body { height: 100%; margin: 0; background: #f1f5f9; color: #16211c;
    font-family: Figtree, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
[x-cloak] { display: none !important; }
img { max-width: 100%; }
table { border-collapse: collapse; width: 100%; }
