.login-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0;
}

.card {
  background: var(--surface);
  border-radius: 12px;
  box-shadow: 0 4px 24px var(--shadow-md);
  padding: 2.5rem 2rem;
  text-align: center;
  width: 100%;
  max-width: 360px;
  transition: background 0.2s;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  color: var(--text-muted);
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.theme-toggle-wrap {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
