.prohdaAdmin {
  background: #f5f6f7;
}

.prohdaLoginShell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 22%, rgba(10, 214, 221, 0.24), transparent 30%),
    linear-gradient(135deg, #101725 0%, #162536 50%, #e9eef5 50%, #f6f8fb 100%);
}

.prohdaLoginGrid {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  width: 100%;
}

.prohdaLoginVisual {
  min-width: 0;
  display: grid;
  align-content: space-between;
  padding: 48px;
  color: #f8fbff;
}

.prohdaLoginPanel {
  align-self: center;
  justify-self: center;
  width: min(390px, calc(100% - 36px));
  display: grid;
  gap: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid #d6dde8;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(38, 55, 77, 0.16);
}

.prohdaLoginProduct {
  gap: 16px;
}

.prohdaLoginBrandMark {
  width: 82px;
  height: 82px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f8f98, #17c1c9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 900;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.28);
}

.prohdaLoginBrandEyebrow {
  color: #57e8ec;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.prohdaLoginBrandTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.prohdaLoginCopy {
  max-width: 620px;
  padding-bottom: 28px;
}

.prohdaLoginHeadline {
  max-width: 620px;
  color: #fff;
  font-size: 44px;
  line-height: 1.06;
}

.prohdaLoginLead {
  max-width: 460px;
  margin-top: 16px;
  color: #c6d2e0;
  font-size: 16px;
  line-height: 1.5;
}

.prohdaLoginCardHeader {
  gap: 14px;
}

.prohdaLoginCardMark {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f8f98, #0a6ed1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
}

.prohdaLoginCardEyebrow {
  color: #49637f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.prohdaLoginCardTitle {
  color: #162536;
  font-size: 27px;
}

.prohdaLoginForm {
  gap: 6px;
}

.prohdaLoginLabel {
  color: #536176;
  font-size: 13px;
  font-weight: 700;
}

.prohdaLoginInput {
  margin-bottom: 8px;
}

.prohdaLoginInput .sapMInputBaseContentWrapper {
  min-height: 42px;
  border-radius: 6px;
}

.prohdaLoginButton .sapMBtnInner {
  min-height: 42px;
  font-weight: 800;
}

.prohdaContent {
  padding: 1rem;
}

.prohdaToolbar {
  gap: .5rem;
}

.prohdaObjectPage {
  max-width: 1500px;
  margin: 0 auto;
}

.prohdaMuted {
  color: #6a6d70;
}

.prohdaTableToolbar {
  border-bottom: 1px solid #d9d9d9;
}

.prohdaStatusText {
  font-size: .875rem;
}

.prohdaServiceMetrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: .75rem;
  margin-bottom: .75rem;
}

.prohdaMetric {
  min-height: 76px;
  padding: .75rem;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
}

.prohdaMetricLabel {
  color: #6a6d70;
  font-size: .8125rem;
  font-weight: 700;
}

.prohdaMetricValue {
  font-size: 1.75rem;
  font-weight: 800;
  color: #223548;
}

.prohdaMetricIcon .sapMBtnInner {
  padding-left: 0;
}

.prohdaServiceLog .sapMInputBaseInner {
  font-family: Consolas, "Courier New", monospace;
  font-size: .8125rem;
}

.prohdaDialogSubTitle {
  margin: .75rem 1rem .35rem;
  font-size: 1rem;
}

.prohdaTightTable .sapMListTblCell {
  padding-top: .25rem;
  padding-bottom: .25rem;
  vertical-align: middle;
}

.prohdaTightTable .sapMText,
.prohdaTightTable .sapMObjStatusText {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .prohdaServiceMetrics {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .prohdaLoginGrid {
    grid-template-columns: 1fr;
  }

  .prohdaLoginVisual {
    min-height: 260px;
    padding: 28px;
  }

  .prohdaLoginHeadline {
    font-size: 32px;
  }

  .prohdaLoginPanel {
    margin: 20px auto 36px;
  }
}
