.app-shell{
  min-height: 100vh;
}

.app-shell--white{
  background: #ffffff;
}

.app-shell--white #_pages_content,
.app-shell--white .dash-page-container{
  background: #ffffff;
}

/* Compact global header */
.app-navbar{
  min-height: 54px;
  padding: 0 !important;
  border-bottom: 1px solid #eef0f3;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.04);
}

.app-navbar-inner{
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
}

.app-navbar-left{
  display: inline-flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
  min-width: 0;
}

.app-menu-button{
  width: 36px;
  height: 36px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.app-menu-button:hover,
.app-menu-button:focus{
  border-color: #111827 !important;
  background: #f9fafb !important;
}

.app-menu-line{
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
}

.app-navbar-brand{
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.app-navbar-logo{
  display: block;
  height: 23px;
  width: auto;
}

.app-navbar-nav{
  flex: 0 1 auto;
  margin-left: auto;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.app-navbar .app-nav-link{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 7px !important;
  margin-right: 0 !important;
  color: #111827 !important;
  line-height: 1;
  white-space: nowrap;
}

.app-navbar .app-nav-button{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px !important;
  margin-left: 4px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1440px){
  .app-navbar-inner{
    padding: 0 18px;
  }
}

@media (max-width: 991px){
  .app-navbar-nav{
    display: none !important;
  }

  .app-navbar-inner{
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .app-navbar-inner{
    min-height: 52px;
    padding: 0 14px;
  }

  .app-navbar-logo{
    height: 21px;
  }

  .app-navbar-left{
    gap: 16px;
  }

  .app-menu-button{
    width: 34px;
    height: 34px;
  }
}
