.google-button.svelte-hbyodf{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid var(--border-color);border-radius:var(--radius);font-size:1rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all .2s ease;min-height:48px}.google-button.svelte-hbyodf:hover:not(:disabled){background:var(--bg-light);border-color:var(--text-light);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.google-button.svelte-hbyodf:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.google-button.svelte-hbyodf:disabled{opacity:.6;cursor:not-allowed;transform:none}.google-icon.svelte-hbyodf{flex-shrink:0}.animate-spin{animation:svelte-hbyodf-spin 1s linear infinite}@keyframes svelte-hbyodf-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
