/* =========================================================
   EDUHUNT V2.2.321 R106
   Principal intro cleanup, dark Staff cards, mobile Results
   alignment, OMR punctuation cleanup and date-only schedule UI.
   Frontend only: data, permissions and server actions are unchanged.
========================================================= */

/* No Principal page-introduction overlay or legacy image guide remains visible. */
body[data-portal-role="PRINCIPAL"] #principalInstructionOverlayV2236,
body[data-portal-role="PRINCIPAL"] .principal-instruction-overlay,
body[data-portal-role="PRINCIPAL"] [data-principal-intro],
body[data-portal-role="PRINCIPAL"] .principal-intro-overlay,
body[data-portal-role="PRINCIPAL"] .principal-intro-image{
  display:none!important;
}

/* EduHunt Staff: complete dark-mode surface with stronger readable guidance. */
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance{
  margin:10px 0 18px!important;
  padding:14px 16px!important;
  border:1px solid #2f6f96!important;
  border-left:4px solid #b879ff!important;
  border-radius:10px!important;
  background:#0a2740!important;
  color:#f4f9ff!important;
  box-shadow:0 10px 28px rgba(0,0,0,.2)!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance>svg{
  color:#7dd3fc!important;
  flex:0 0 auto!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance>div{
  display:grid!important;
  gap:6px!important;
  min-width:0!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance p{
  margin:0!important;
  color:#f4f9ff!important;
  font-size:15px!important;
  font-weight:750!important;
  line-height:1.45!important;
  letter-spacing:.01em!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance p:first-child strong{
  color:#6ee7b7!important;
  font-weight:950!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-section .section-title{
  color:#f8fbff!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-card--simple{
  border:1px solid #2b5672!important;
  background:linear-gradient(135deg,#0b2740 0%,#071a2d 100%)!important;
  color:#f5f9ff!important;
  box-shadow:0 7px 18px rgba(0,0,0,.18)!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-card--simple .staff-directory-card-icon{
  border:1px solid #315f7e!important;
  background:#102f4c!important;
  color:#e8f5ff!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-card--simple .staff-directory-card-copy>span{
  color:#9fc5dc!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-card--simple .staff-directory-card-copy h3{
  color:#ffffff!important;
}
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-mobile,
body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-mobile strong{
  color:#59c7ff!important;
}

/* Students mobile cards: remove only the Action label; keep Results visible. */
@media(max-width:760px){
  body[data-portal-role="PRINCIPAL"][data-portal-module="students"] #principalStudentsTable .table-wrap td:last-child{
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    padding-top:3px!important;
  }
  body[data-portal-role="PRINCIPAL"][data-portal-module="students"] #principalStudentsTable .table-wrap td:last-child::before{
    display:none!important;
    content:none!important;
  }
  body[data-portal-role="PRINCIPAL"][data-portal-module="students"] #principalStudentsTable .row-actions{
    margin-left:auto!important;
  }
  body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance{
    padding:12px!important;
  }
  body[data-portal-role="PRINCIPAL"][data-portal-module="eduhunt-staff"] .staff-directory-contact-guidance p{
    font-size:14px!important;
    line-height:1.5!important;
  }
}
