/* ————— Registrace / přihlášení ————— */

.auth-body {
  background:
    radial-gradient(1100px 500px at 50% -10%, #ece5d6 0%, transparent 60%),
    var(--paper);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-wrap { width: 100%; max-width: 400px; }

.auth-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 22px;
}

.auth-card { padding: 26px 24px; }

.auth-card h1 { font-size: 20px; text-align: center; margin-bottom: 6px; }
.auth-card .auth-sub { text-align: center; color: var(--muted); font-size: 13.5px; margin-bottom: 20px; }

.auth-switch {
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 16px;
}

.auth-switch a { font-weight: 700; text-decoration: none; }

.auth-note {
  background: var(--brand-soft);
  color: var(--brand-strong);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13.5px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
}

.auth-back {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--faint);
  text-decoration: none;
}
