.topbar {
  height: 82px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: linear-gradient(135deg, #063f35, #08705a);
  border-bottom: 0;
  box-shadow: 0 5px 18px rgba(5, 62, 52, .16);
}

.brand-custom {
  display: flex;
  align-items: center;
  width: 190px;
  height: 68px;
  overflow: hidden;
}

.brand-custom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar .user-controls,
.topbar .user-controls #currentUser { color: #fff; }
.topbar .user-controls .subtle { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.topbar .user-controls .subtle:hover { background: rgba(255,255,255,.18); }
.app-shell { min-height: calc(100vh - 82px); }
.login-screen { inset: 82px 0 0; }

.login-logo-wrap {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin: -32px -32px 4px;
  padding: 12px 28px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #063f35, #08705a);
}

.login-logo-wrap img { width: min(250px, 86%); max-height: 132px; object-fit: contain; }

@media (max-width: 720px) {
  .topbar { height: 70px; padding: 4px 12px; }
  .brand-custom { width: 126px; height: 60px; }
  .app-shell { min-height: calc(100vh - 70px); }
  .login-screen { inset: 70px 0 0; }
  .login-logo-wrap { min-height: 132px; margin: -24px -20px 2px; }
  .login-logo-wrap img { max-height: 112px; }
}
