/* file: psnv/assets/css/mobil.css */
.topbar {
  padding: 10px 14px;
}

.brand {
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
}

.topnav {
  display: none;
}

.page-shell {
  width: min(100% - 24px, 720px);
  padding: 20px 0 92px;
}

.hero,
.grid-2,
.grid-3,
.form-grid-2 {
  grid-template-columns: 1fr;
}

.hero > div,
.content-block,
.auth-panel,
.emergency-box,
.status-card,
.card {
  padding: 18px;
}

h1 {
  font-size: 1.8rem;
}

.lead {
  font-size: 1rem;
}

.action-row,
.split-title,
.team-row,
.footer {
  flex-direction: column;
  align-items: stretch;
}

.btn {
  width: 100%;
}

.bottomnav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  background: #fff;
}

.bottomnav a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 8px 4px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}

.status-text {
  font-size: 1.35rem;
}
