.login-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(9, 40, 24, 0.82), rgba(26, 105, 64, 0.5)),
    url("https://images.unsplash.com/photo-1596991414025-30b7f233e411?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.login-shell {
  display: grid;
  min-height: 100vh;
  margin: 0;
  place-items: center;
  padding: 24px;
}

.login-panel {
  width: min(100%, 430px);
}

.login-panel h1 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 1.08;
}

.login-panel .eyebrow {
  color: var(--accent);
}

.login-intro {
  color: var(--muted);
  line-height: 1.55;
}
