.rh-btn{justify-content:center;align-items:center;gap:var(--rh-space-2);border-radius:var(--rh-radius-md);font:inherit;cursor:pointer;border:1px solid #0000;font-weight:700;line-height:1;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.rh-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.rh-btn:disabled{opacity:.5;cursor:not-allowed}.rh-btn--sm{padding:.35rem .7rem;font-size:.85rem}.rh-btn--md{padding:.55rem 1.1rem;font-size:.95rem}.rh-btn--primary{background:var(--accent);color:var(--accent-ink)}.rh-btn--primary:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 88%, #000)}.rh-btn--secondary{background:var(--surface);color:var(--fg);border-color:var(--border)}.rh-btn--secondary:hover:not(:disabled){border-color:var(--accent)}.rh-btn--ghost{color:var(--fg);background:0 0}.rh-btn--ghost:hover:not(:disabled){background:var(--surface)}@media (prefers-reduced-motion:reduce){.rh-btn{transition:none}}
