.auth-google{width:100%;height:54px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #d7dce6;border-radius:11px;background:#fff;color:#172033;text-decoration:none;font-size:15px;font-weight:800;transition:border-color .2s,box-shadow .2s,transform .2s}
.auth-google:hover{border-color:#aeb7c7;box-shadow:0 8px 24px rgba(18,29,52,.08);transform:translateY(-1px)}
.auth-google:focus-visible{outline:3px solid rgba(245,166,35,.3);outline-offset:2px}
.auth-google svg{width:22px;height:22px;flex:none}
.auth-divider{display:flex;align-items:center;gap:14px;color:#8590a5;font-size:12px;margin:20px 0}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e4e8ef;flex:1}
.auth-divider span{white-space:nowrap}
@media(max-width:600px){.auth-google{height:52px;font-size:14px}.auth-divider{margin:17px 0}}
