/* fouc-guard.css — minimal i18n FOUC prevention.
 * For pages that don't load shared.css but still want their <body> hidden
 * until shared.js's bootstrapI18n() finishes applyTranslations() and removes
 * the i18n-pending class. */
body.i18n-pending { visibility: hidden; }
