.auth-google-signin{display:grid;gap:12px;margin-top:4px}
.auth-oauth-divider{display:flex;align-items:center;gap:12px;color:var(--auth-muted);font-size:.78rem;font-weight:800}
.auth-oauth-divider::before,.auth-oauth-divider::after{content:"";height:1px;flex:1;background:var(--auth-line)}
.auth-google-button{min-height:50px;width:100%;display:flex;align-items:center;justify-content:center;gap:11px;padding:10px 18px;border:1px solid #cfdadd;border-radius:14px;background:#fff;color:var(--auth-navy);font:inherit;font-weight:900;cursor:pointer;box-shadow:0 8px 24px rgba(9,38,64,.06);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.auth-google-button:hover{border-color:#9eb8bd;box-shadow:0 12px 30px rgba(9,38,64,.1);transform:translateY(-1px)}
.auth-google-button:focus-visible{outline:3px solid rgba(66,133,244,.2);outline-offset:2px}
.auth-google-button__icon{width:21px;height:21px;flex:0 0 auto}
.auth-google-status{min-height:0!important;margin:0!important;color:var(--auth-muted)!important;font-size:.76rem;text-align:center}
.auth-google-status:empty{display:none}
@media(max-width:540px){.auth-google-button{width:100%}}
@media(prefers-reduced-motion:reduce){.auth-google-button{transition:none}.auth-google-button:hover{transform:none}}
