.presskit-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
}

.presskit-auth__card {
  width: 100%;
  max-width: 22rem;
}

.presskit-auth__card h1 {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

.presskit-auth__card p.presskit-auth__hint {
  margin: 0 0 1.75rem;
  color: var(--pk-muted);
  font-size: 0.88rem;
}

.presskit-auth__field { margin-bottom: 1rem; }

.presskit-auth__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.presskit-auth__field input {
  width: 100%;
  border: 1px solid var(--pk-line);
  background: #fff;
  padding: 0.7rem 0.8rem;
  font: inherit;
  font-size: 0.92rem;
}

.presskit-auth__field input:focus { outline: 2px solid var(--pk-black); outline-offset: -1px; }

.presskit-auth__error {
  margin: 0 0 1.25rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(200, 40, 40, 0.35);
  background: rgba(200, 40, 40, 0.06);
  color: #a02222;
  font-size: 0.85rem;
}

.presskit-auth__submit {
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.85rem;
  background: var(--pk-black);
  color: #fff;
  border: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.presskit-auth__switch {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--pk-muted);
}

.presskit-auth__switch a { color: var(--pk-ink); font-weight: 700; text-decoration: underline; }
