.team-login-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 22px; padding: 5px; border-radius: 14px; background: #f2eeeb; }
.team-login-tabs button { min-height: 40px; border: 0; border-radius: 10px; background: transparent; color: #756b67; font: inherit; cursor: pointer; }
.team-login-tabs button.active { background: #fff; color: var(--team-ink); font-weight: 700; box-shadow: 0 2px 9px rgba(42,34,35,.08); }
.team-login-form.has-tabs { margin-top: 14px; }
.team-password-help { margin: 12px 0 0; padding: 12px 13px; border-radius: 12px; background: #f7f2ee; color: #746864; font-size: 12px; line-height: 1.65; }
.team-password-help b { color: #302b2c; }
