:root { color-scheme: light; }
body { color: var(--account-ink); }
.account-nav .brand { color: var(--account-ink); }
.account-nav .brand-muted { color: #89938d; }
.account-main .legal-kicker { color: #628c42; }
.account-shell .legal-footer { border-color: var(--account-line); }
.account-shell .legal-footer-inner,
.account-shell .legal-footer a { color: var(--account-muted); }
.purchase-history { border-top: 1px solid var(--account-line); margin-top: 22px; padding-top: 18px; }
.history-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--account-line); font-size: 12px; color: var(--account-muted); }
.history-row:last-child { border-bottom: 0; }
.history-row b { color: var(--account-ink); text-transform: capitalize; }
