
/* Daniel_Home v6.2 Phase 2.1 – Student Portal Hard Lock */
html.dh-student-hard-lock .dh-hard-hidden{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Hard selectors for the known owner/admin UI */
html.dh-student-hard-lock #dhAccountActions,
html.dh-student-hard-lock #dhUserMenu,
html.dh-student-hard-lock #dhCloudAdmin,
html.dh-student-hard-lock #dhAccountOverlay{
  display:none!important;
}

/* Student portal should never expose admin-looking bottom status blocks. */
html.dh-student-hard-lock .system-card,
html.dh-student-hard-lock .system-status,
html.dh-student-hard-lock .diagnostics,
html.dh-student-hard-lock .settings-panel,
html.dh-student-hard-lock .admin-panel{
  display:none!important;
}
