.auth-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.auth-button:hover{background:#f5f5f5;border-color:#ccc}.auth-button:active{transform:scale(.98)}.auth-button svg{flex-shrink:0}.socialButton{min-width:50px;width:50px;height:50px;display:flex;align-items:center;border-radius:50%;border:none;justify-content:center}.socialButton:hover{cursor:pointer}.socialButton span{display:flex;width:28px;height:28px}.appleButton{background-color:#000}