/* V80 registration and referral-state polish */
.signup-success-panel:not([hidden]){animation:v80SuccessIn .28s ease-out both}
@keyframes v80SuccessIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
#signup-form[hidden]+.auth-switch{display:none!important}
.v75-referral-stats .mini-stat-card span{line-height:1.25;white-space:normal}
@media(max-width:640px){.v75-referral-stats{grid-template-columns:1fr 1fr!important}.v75-referral-stats .mini-stat-card{min-width:0}}
