/* CSS 読込前の FOUC 防止（admin.html から最速で読む） */
body.admin-booting .admin-shell {
  visibility: hidden;
}

body.admin-booting #auth-gate {
  display: none !important;
}
