/* Áreas seguras globais e ajustes de layout. */

:root { --jiu-safe-bottom: 126px; --jiu-floating-gap: 16px; }
body.auth-ok .main-content,
body.auth-ok .view-container { padding-bottom: var(--jiu-safe-bottom) !important; }
body.auth-ok .theme-dock { bottom: calc(74px + var(--jiu-floating-gap)) !important; }
body.projection-open-v434 .theme-dock,
body.projection-open-v434 .bottom-switchbar { display: none !important; }
body.central-messages-open .theme-dock { display: none !important; }
body[data-route="graduacoes"].auth-ok .main-content,
body[data-route="graduacoes"].auth-ok .view-container { padding-bottom: 150px !important; }
@media (max-width: 760px) {
  :root { --jiu-safe-bottom: 150px; }
  body.auth-ok .theme-dock { left: 14px !important; right: 14px !important; bottom: 82px !important; justify-content: center; }
}
