.google-auth-button{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:71px;height:71px;transition:transform .15s,box-shadow .2s,opacity .2s;display:flex;position:relative;overflow:hidden}.google-auth-button:hover{transform:translateY(-1px)}.google-auth-button:active{transform:translateY(0)}.google-auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-content{justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.google-icon{flex-shrink:0;width:28px;height:26px}.loading-container{justify-content:center;align-items:center;gap:8px;display:flex}.spinner{border:2px solid #f3f3f3;border-top-color:#4285f4;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.google-auth-button{width:56px;height:56px}.google-icon{width:20px;height:20px}}
