/* V38 — Shared student header/menu used on the public home and every student dashboard page. */
body.student-global-public{padding-top:78px}
.student-global-header{
  position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:120!important;
  min-height:78px!important;background:#061b33!important;color:#fff!important;
  border-bottom:3px solid #18b99a!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
}
.student-global-bar{
  width:min(1540px,calc(100% - 32px));min-height:75px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;
}
.student-global-brand{display:flex;align-items:center;flex:0 0 auto}
.student-global-brand .brand-logo{width:112px!important;height:58px!important;object-fit:contain}
.student-global-tools{display:flex;align-items:center;gap:8px;direction:ltr;flex:0 0 auto}
.student-global-tools .preference-controls{display:flex;gap:8px;flex-direction:row-reverse;direction:ltr}
.student-global-tools .icon-btn,.student-global-back{
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  padding:0!important;flex:0 0 42px!important;background:rgba(255,255,255,.06)!important;
  color:#fff!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:7px!important;
}
.student-global-menu{
  height:42px!important;min-height:42px!important;padding:0 15px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;gap:9px!important;flex:0 0 auto!important;
  border:1px solid rgba(255,255,255,.20)!important;background:rgba(255,255,255,.06)!important;
  color:#fff!important;border-radius:7px!important;font:inherit;font-size:15px!important;font-weight:800!important;cursor:pointer;
}
.student-global-menu b{font-size:21px;line-height:1}.student-global-menu:hover,.student-global-tools .icon-btn:hover{background:rgba(255,255,255,.12)!important}
.student-global-nav{
  position:fixed!important;top:78px!important;left:max(16px,calc((100vw - 1540px)/2 + 16px))!important;right:auto!important;
  width:min(430px,calc(100vw - 32px))!important;max-height:calc(100dvh - 94px)!important;
  padding:14px!important;display:none!important;flex-direction:column!important;gap:6px!important;overflow:auto!important;
  background:#08243a!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:8px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.30)!important;z-index:130!important;
}
.student-global-nav.open{display:flex!important}
.student-global-nav a{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:13px 15px;border:1px solid transparent;border-radius:6px;color:#d3e2e9;
  font-size:15px;font-weight:700;white-space:normal;
}
.student-global-nav a i{font-style:normal;font-weight:400}
.student-global-nav a:hover,.student-global-nav a.active{color:#fff;background:#16b99b;border-color:#72ead3}
.student-global-nav .nav-unread-badge{margin-inline-start:auto}
.student-global-logout{margin-top:7px!important;justify-content:center!important;color:#ff7f89!important;border-color:rgba(255,127,137,.35)!important;background:rgba(255,127,137,.05)!important}
.student-global-logout:hover{color:#fff!important;background:#d64550!important;border-color:#d64550!important}

/* Dashboard pages already reserve header space through V35; keep one exact header height. */
body:has(.ks-dashboard .student-global-header) .ks-dashboard{padding-right:0!important;padding-top:78px!important}
body:has(.ks-dashboard .student-global-header) .ks-dashboard-main{width:min(1460px,calc(100% - 34px))!important;margin:0 auto!important;padding:30px 0 70px!important}

@media(max-width:760px){
  body.student-global-public{padding-top:70px}
  .student-global-header{min-height:70px!important}
  .student-global-bar{width:calc(100% - 20px);min-height:67px;gap:6px}
  .student-global-brand .brand-logo{width:92px!important;height:48px!important}
  .student-global-menu{height:38px!important;min-height:38px!important;padding:0 10px!important;font-size:13px!important}
  .student-global-tools{gap:5px}
  .student-global-tools .preference-controls{gap:5px}
  .student-global-tools .icon-btn,.student-global-back{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;flex-basis:36px!important}
  .student-global-nav{top:70px!important;left:10px!important;width:calc(100vw - 20px)!important;max-height:calc(100dvh - 80px)!important}
  body:has(.ks-dashboard .student-global-header) .ks-dashboard{padding-top:70px!important}
}
@media(max-width:500px){
  .student-global-brand .brand-logo{width:76px!important}
  .student-global-menu{width:38px!important;padding:0!important}
  .student-global-menu span{display:none}
  .student-global-tools .icon-btn,.student-global-back{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;flex-basis:34px!important}
}
