html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.welcome-shell {
  min-height: calc(100vh - 220px);
  background: radial-gradient(circle at top right, #dbe9ff 0%, #f7f9ff 45%, #ffffff 100%);
}

.welcome-card {
  max-width: 680px;
  padding: 3rem 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e8ecf4;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
}

.welcome-eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #51607a;
  font-weight: 600;
}

.welcome-title {
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 1.15;
}

.welcome-subtitle {
  color: #4b5565;
  font-size: 1.05rem;
}
