/* Páginas públicas — login, registro, landing */
body.stitch-public,
body.stitch-public-legal {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--stitch-surface, #f7f9fb);
  color: var(--stitch-on-surface, #191c1e);
}

body.login-page {
  font-family: 'Manrope', system-ui, sans-serif;
}

.stitch-public-card {
  background: var(--stitch-white, #fff);
  border-radius: var(--stitch-radius-xl, 16px);
  border: 1px solid var(--stitch-outline-variant, #bccac0);
  box-shadow: var(--stitch-shadow, 0 4px 20px rgba(15, 23, 42, 0.05));
  padding: 2rem;
}

.stitch-public-hero {
  background: linear-gradient(135deg, #006948 0%, #00855d 100%);
  color: #fff;
}

.stitch-public-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.stitch-public-nav .nav-link {
  color: var(--stitch-on-surface, #191c1e) !important;
  font-weight: 600;
}

.stitch-public-nav .btn-primary {
  background: var(--stitch-primary, #006948);
  border-color: var(--stitch-primary, #006948);
}

.stitch-public-nav .btn-primary:hover {
  background: var(--stitch-primary-container, #00855d);
  border-color: var(--stitch-primary-container, #00855d);
}

.stitch-legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

.stitch-success-wrap {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
