/* Portal — mobile portrait */

body.is-mobile-portrait .client-panel__header {
  padding: 14px 16px;
  padding-top: max(14px, env(safe-area-inset-top));
  gap: 10px;
}

body.is-mobile-portrait .client-panel__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
}

body.is-mobile-portrait .client-panel__brand-label {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 210, 140, 0.78);
  flex-shrink: 0;
}

body.is-mobile-portrait .client-panel__logo {
  width: 76px;
  height: auto;
}

body.is-mobile-portrait .client-panel__main {
  padding: 20px 16px 32px;
  padding-bottom: max(32px, env(safe-area-inset-bottom));
}

body.is-mobile-portrait .portal {
  gap: 18px;
}

body.is-mobile-portrait .portal-hero__title {
  font-size: 1.45rem;
}

body.is-mobile-portrait .portal-hero__subtitle {
  font-size: 0.88rem;
}

body.is-mobile-portrait .portal-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

body.is-mobile-portrait .portal-stat {
  padding: 14px 10px;
  text-align: center;
}

body.is-mobile-portrait .portal-stat__value {
  font-size: 1.35rem;
}

body.is-mobile-portrait .portal-stat__label {
  font-size: 9px;
  line-height: 1.3;
}

body.is-mobile-portrait .portal-layout {
  grid-template-columns: 1fr;
  gap: 16px;
}

body.is-mobile-portrait .portal-card {
  padding: 18px 16px;
}

body.is-mobile-portrait .portal-card__head {
  flex-direction: column;
  align-items: flex-start;
}

body.is-mobile-portrait .portal-custom-footer {
  flex-direction: column;
  align-items: stretch;
}

body.is-mobile-portrait .portal-btn--primary {
  width: 100%;
  padding: 12px 18px;
}

body.is-mobile-portrait .portal-steps__item {
  grid-template-columns: 18px 1fr;
  gap: 10px;
}
