/* Affiliate pages inside app chrome (sidebar + topbar) */
body.affiliate-app-chrome .aff-panel {
  border: 1px solid #1e2028;
  background: linear-gradient(160deg, rgba(22, 24, 29, 0.96), rgba(17, 19, 24, 0.92));
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
body.affiliate-app-chrome .aff-lead {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.55;
}
body.affiliate-app-chrome #affStats > div {
  border: 1px solid #1e2028;
  background: rgba(22, 24, 29, 0.9);
  border-radius: 0.75rem;
}
