:root {
  --status-pending-bg: #f0f1f5;
  --status-pending-text: #626875;
  --status-paid-bg: #fff7e8;
  --status-paid-text: #8b641f;
  --status-verified-bg: #eef3ff;
  --status-verified-text: #4b69b6;
  --status-done-bg: #edf8f3;
  --status-done-text: #2f7d5b;
  --status-fake-bg: #fff0f2;
  --status-fake-text: #b3394b;
  --status-bluev-active-bg: #eaf5ff;
  --status-bluev-active-text: #2671a8;
  --status-profile-changed-bg: #fff0f2;
  --status-profile-changed-text: #b3394b;
  --status-suspected-frozen-bg: #f1edff;
  --status-suspected-frozen-text: #6551b8;
  --status-deleted-bg: #f0f1f5;
  --status-deleted-text: #626875;
  --status-renewal-bg: #fff7e8;
  --status-renewal-text: #8b641f;
  --status-renewed-bg: #edf8f3;
  --status-renewed-text: #2f7d5b;
}

.status.pending,
.buyer-status.pending { background: var(--status-pending-bg); color: var(--status-pending-text); }
.status.paid,
.buyer-status.paid { background: var(--status-paid-bg); color: var(--status-paid-text); }
.status.verified,
.buyer-status.verified { background: var(--status-verified-bg); color: var(--status-verified-text); }
.status.done,
.buyer-status.done { background: var(--status-done-bg); color: var(--status-done-text); }
.status.fake,
.buyer-status.fake { background: var(--status-fake-bg); color: var(--status-fake-text); }
.status.bluev_active,
.buyer-status.bluev_active { background: var(--status-bluev-active-bg); color: var(--status-bluev-active-text); }
.status.profile_changed,
.buyer-status.profile_changed { background: var(--status-profile-changed-bg); color: var(--status-profile-changed-text); }
.status.suspected_frozen,
.buyer-status.suspected_frozen { background: var(--status-suspected-frozen-bg); color: var(--status-suspected-frozen-text); }
.status.deleted,
.buyer-status.deleted { background: var(--status-deleted-bg); color: var(--status-deleted-text); }
.status.renewal,
.buyer-status.renewal { background: var(--status-renewal-bg); color: var(--status-renewal-text); }
.status.renewed,
.buyer-status.renewed { background: var(--status-renewed-bg); color: var(--status-renewed-text); }
