.google-auth-btn{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--surface,#ffffff);color:var(--ink,#14142e);border:1px solid var(--border,#e5e7eb);border-radius:13px;font-family:inherit;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.google-auth-btn:hover:not(:disabled){background:var(--surface-2,#f3f4f6);border-color:var(--border-strong,#d1d5db)}.google-auth-btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#635bff) 38%,transparent)}.google-auth-btn:disabled{opacity:.7;cursor:default}.google-auth-btn .g-ico{display:inline-flex;width:18px;height:18px;flex:none}.google-auth-spinner{width:18px;height:18px;flex:none;border-radius:50%;border:2px solid color-mix(in srgb,var(--ink,#333) 22%,transparent);border-top-color:var(--ink,#333);animation:google-auth-spin .7s linear infinite}@keyframes google-auth-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.google-auth-spinner{animation-duration:1.4s}}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--muted,#6b7280);font-size:13px;font-weight:500}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--border,#e5e7eb)}