.google-button{
    width:100%;min-height:48px;border:1px solid var(--border);border-radius:11px;
    background:var(--surface2);color:var(--text);font-weight:800;text-decoration:none;
    display:flex;align-items:center;justify-content:center;gap:10px;transition:.18s ease;
}
.google-button:hover{border-color:var(--brand);transform:translateY(-1px)}
.google-mark{
    width:24px;height:24px;border-radius:50%;display:grid;place-items:center;
    background:#fff;color:#1a73e8;font-family:Arial,sans-serif;font-weight:900;
    border:1px solid #d9e0ea;box-shadow:0 1px 2px rgba(0,0,0,.08)
}
.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px;margin:18px 0}
.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--border)}
.auth-divider span{white-space:nowrap}
.auth-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;font-size:12px}
.auth-links a{color:var(--muted);text-decoration:none}
.auth-links a:hover{color:var(--brand)}
@media(max-width:540px){.auth-links{align-items:flex-start;flex-direction:column}}
