export const btnClass = 'px-3 py-1 text-sm rounded border transition-colors disabled:opacity-40 disabled:cursor-not-allowed'; export const btnStyle: React.CSSProperties = { backgroundColor: 'var(--app-bg)', color: 'var(--app-fg)', borderColor: 'var(--app-border)', };