.donate-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 2.5rem;
}

.donate-blue-support {
  margin: 1.75rem 0 0;
}

.donate-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.15fr);
  gap: 1.25rem;
  align-items: start;
}

.donate-panel {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(18, 22, 32, 0.98), rgba(8, 10, 16, 0.98));
  padding: 1.25rem 1.35rem;
}

.donate-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #60a5fa;
}

.donate-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.donate-title em {
  font-style: normal;
  color: #60a5fa;
}

.donate-lead {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.donate-rules {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(251, 146, 60, 0.35);
  background: rgba(251, 146, 60, 0.06);
}

.donate-rules ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #e2e8f0;
  font-size: 0.86rem;
  line-height: 1.55;
}

.donate-rules li + li {
  margin-top: 0.35rem;
}

.donate-status {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.35);
  font-size: 0.88rem;
}

.donate-paypal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  max-width: 320px;
  padding: 0.85rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  border: 1px solid rgba(147, 197, 253, 0.35);
  color: #fff;
  text-decoration: none;
}

.donate-paypal-btn:hover {
  filter: brightness(1.08);
  color: #fff;
}

.donate-paypal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 800;
  font-size: 0.85rem;
}

.donate-foot {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.donate-login-hint {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
}

.donate-tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.donate-tier-table th {
  text-align: left;
  padding: 0.55rem 0.65rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.donate-tier-table td {
  padding: 0.7rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}

.donate-tier-table tr:last-child td {
  border-bottom: none;
}

.donate-tier-table tr.is-you td {
  background: rgba(59, 130, 246, 0.08);
}

.donate-tier-name {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.donate-gem {
  font-size: 0.95rem;
  line-height: 1;
}

.donate-tier-income {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.donate-tier-eur {
  font-variant-numeric: tabular-nums;
  color: #cbd5e1;
}

.donate-tier-link {
  color: inherit;
  text-decoration: none;
}

.donate-tier-link:hover .donate-tier-eur {
  color: #93c5fd;
  text-decoration: underline;
}

@media (max-width: 860px) {
  .donate-layout {
    grid-template-columns: 1fr;
  }

  .donate-paypal-btn {
    max-width: none;
  }
}
