.auth-card{position:relative}
.auth-lang{position:absolute;right:0;top:-4px;display:flex;gap:4px}
.auth-lang button{width:32px;height:27px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#98938b;font-size:8px;font-weight:800}
.auth-lang button.active{border-color:var(--gold);background:#eee5d3;color:#715d35}
