.VibeBrandButton{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:var(--p-border-radius-200);font:inherit;font-size:13px;font-weight:500;line-height:16px;cursor:pointer;border:1px solid transparent;transition:background-color .12s ease,border-color .12s ease}.VibeBrandButton--sm{height:28px;padding:0 12px}.VibeBrandButton--primary{background:var(--vibe-brand-fg);color:#fff;border-color:var(--vibe-brand-fg)}.VibeBrandButton--primary:hover:not(:disabled){background:var(--vibe-brand-fg-hover);border-color:var(--vibe-brand-fg-hover)}.VibeBrandButton--secondary{background:var(--p-color-bg-surface);color:var(--p-color-text);border-color:var(--p-color-border)}.VibeBrandButton--secondary:hover:not(:disabled){background:var(--p-color-bg-surface-hover)}.VibeBrandButton:focus-visible{outline:2px solid var(--p-color-border-focus);outline-offset:1px}.VibeBrandButton:disabled{cursor:not-allowed;opacity:.6}
