/* UniSST v184 — correção definitiva do topo do Meu aprendizado e do menu do usuário.
   NÃO altera cards de curso, imagens, hovers, rails ou previews. */
:root{
  --u184-header-bottom:72px;
  --u184-content-gap:22px;
  --u184-menu-gap:7px;
}

html body.app-body.prime-v086.learning-context-v184:not(.admin-context):not(.authenticated-home-page) main.page-shell{
  padding-top:calc(var(--u184-header-bottom) + var(--u184-content-gap))!important;
}
body.app-body.learning-context-v184 .student-learning-page{
  margin-top:0!important;
  padding-top:0!important;
}
body.app-body.learning-context-v184 .student-learning-page>.learning-hero{
  margin-top:0!important;
  padding-top:0!important;
}
body.app-body.learning-context-v184 .learning-hub-nav{
  top:calc(var(--u184-header-bottom) + 8px)!important;
}
body.app-body.learning-context-v184 .student-learning-page :is(.learning-hero,.learning-section-block,.learning-management-grid){
  scroll-margin-top:calc(var(--u184-header-bottom) + 82px)!important;
}

body.prime-v086 .prime-header .profile-menu-v166{
  position:fixed!important;
  top:calc(var(--u184-header-bottom) + var(--u184-menu-gap))!important;
  right:max(10px,env(safe-area-inset-right))!important;
  left:auto!important;
  width:min(360px,calc(100vw - 20px))!important;
  max-height:calc(100dvh - var(--u184-header-bottom) - 14px)!important;
  overflow:hidden!important;
}
body.prime-v086 .prime-header .profile-menu-v166 .profile-menu-scroll-v166{
  min-height:0!important;
  max-height:calc(100dvh - var(--u184-header-bottom) - 112px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
}
body.prime-v086 .profile-menu-v166 .profile-group-v166:not([open])>.profile-submenu-v166{
  display:none!important;
}
body.prime-v086 .profile-menu-v166 .profile-group-summary-v166{
  min-height:42px!important;
}
body.prime-v086 .profile-menu-v166 .profile-submenu-v166{
  padding:8px!important;
  gap:6px!important;
}
body.prime-v086 .profile-menu-v166 .profile-submenu-v166>a{
  min-height:38px!important;
}

@media(max-height:650px){
  body.prime-v086 .prime-header .profile-menu-v166 .profile-menu-scroll-v166{
    max-height:calc(100dvh - var(--u184-header-bottom) - 92px)!important;
  }
}
@media(max-width:720px){
  :root{--u184-content-gap:16px;--u184-menu-gap:5px}
  body.prime-v086 .prime-header .profile-menu-v166{
    right:8px!important;
    width:min(348px,calc(100vw - 16px))!important;
  }
}
