/* ══════════════════════════════════════════════════════════════════
   ACCOUNTS PAGE — Risk & Payout cycle-scope fix layer.
   Pairs with js/accounts-payout-cyclefix.js. Loaded last.
   ══════════════════════════════════════════════════════════════════ */

/* Lifetime stats block — now on the Payouts tab, above the payout
   history table, instead of a toggle on the Risk & Payout tab. */
.apw-lifetime-block{
  margin-bottom:14px; padding-bottom:14px; border-bottom:1px dashed var(--glass-border);
}
.apw-lifetime-title{
  font-size:11px; font-weight:700; color:var(--text3); letter-spacing:.3px;
  text-transform:uppercase; margin-bottom:10px;
}
.apw-lifetime-row.acch-ov-row{ grid-template-columns:repeat(4,1fr); margin-bottom:0; }

@media (max-width:640px){
  .apw-lifetime-row.acch-ov-row{ grid-template-columns:1fr 1fr; grid-auto-flow:row; overflow-x:visible; }
}
