/**
 * Donor wall — Lurking.Me themed (crimson / rose glass).
 */
.donors-hero {
  padding-top: 0.25rem;
  padding-bottom: 1.75rem;
}

.donors-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253, 164, 175, 0.85);
  margin-bottom: 0.65rem;
}

.donors-lede {
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(228, 228, 231, 0.82);
  max-width: 42rem;
  margin: 0.75rem 0 0;
}

.donors-flash {
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  line-height: 1.45;
}
.donors-flash--ok {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: rgba(236, 253, 245, 0.92);
}
.donors-flash--muted {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(228, 228, 231, 0.78);
}
.donors-flash--err {
  background: rgba(225, 29, 72, 0.12);
  border: 1px solid rgba(251, 113, 133, 0.35);
  color: rgba(254, 226, 226, 0.95);
}
.donors-code {
  font-size: 0.85em;
  opacity: 0.95;
}

.donors-stack {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-bottom: 2.5rem;
}

.donors-tier {
  border-radius: 16px;
  border: 1px solid rgba(251, 113, 133, 0.14);
  background: linear-gradient(165deg, rgba(22, 12, 16, 0.92) 0%, rgba(10, 6, 10, 0.96) 100%);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1.25rem 1.35rem 1.35rem;
}

.donors-tier__head {
  margin-bottom: 1rem;
}

.donors-tier__title {
  margin: 0;
  font-family: var(--ix-display, Syne, sans-serif);
  font-weight: 800;
  font-size: clamp(1.05rem, 2.8vw, 1.25rem);
  letter-spacing: -0.02em;
  color: var(--ix-paper, #fdf2f4);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.donors-tier__price {
  color: #fda4af;
  font-variant-numeric: tabular-nums;
}

.donors-tier__sep {
  color: rgba(253, 242, 244, 0.35);
  font-weight: 600;
}

.donors-tier__blurb {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  color: rgba(228, 228, 231, 0.62);
  line-height: 1.45;
}

.donors-tier__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  min-height: 2rem;
  margin-bottom: 1.15rem;
}

.donors-tier__empty {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(228, 228, 231, 0.42);
  font-style: italic;
}

.donors-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.55rem 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(253, 242, 244, 0.92);
  background: rgba(225, 29, 72, 0.14);
  border: 1px solid rgba(251, 113, 133, 0.22);
}

.donors-chip__amt {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fda4af;
  opacity: 0.95;
}

.donors-tier__form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}
@media (min-width: 520px) {
  .donors-tier__form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.65rem 0.85rem;
  }
  .donors-field {
    flex: 1 1 14rem;
    min-width: 0;
  }
  .donors-tier__pay {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.donors-field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.donors-field__l {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(228, 228, 231, 0.48);
}

.donors-field__i {
  box-sizing: border-box;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 4, 8, 0.65);
  color: var(--ix-paper, #fdf2f4);
  font-size: 0.9rem;
}
.donors-field__i::placeholder {
  color: rgba(228, 228, 231, 0.35);
}
.donors-field__i:focus {
  outline: none;
  border-color: rgba(251, 113, 133, 0.45);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.18);
}

.donors-tier__pay {
  padding-inline: 1.25rem;
}

.donors-note {
  padding-bottom: 3rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(228, 228, 231, 0.55);
}
.donors-note a {
  color: #fda4af;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
