/* Prevent the static login shell from flashing before the authoritative auth setup finishes. */
#amodaAuthScreen { visibility: hidden; }
html.amoda-auth-ready #amodaAuthScreen { visibility: visible; }

/* A hidden authentication screen must never intercept application clicks. */
#amodaAuthScreen[style*="display: none"] { pointer-events: none !important; }
