/* Fail closed before JavaScript establishes a verified student state. */
[hidden],
html:not([data-student-state="profile-setup-view"]) #profile-setup-view,
html:not([data-student-state="student-app"]) #student-app {
  display: none !important;
}
