.openui-button-base{box-sizing:border-box;font:var(--openui-text-label-default);letter-spacing:var(--openui-text-label-default-letter-spacing);border-radius:var(--openui-radius-l);border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .12s ease;display:flex;gap:var(--openui-space-xs);align-items:center}.openui-button-base svg{height:1em;width:1em}.openui-button-base-primary{background-color:var(--openui-interactive-accent-default);color:var(--openui-text-accent-primary);border-color:var(--openui-border-accent);box-shadow:var(--openui-shadow-m)}.openui-button-base-primary:not(:disabled):hover{background-color:var(--openui-interactive-accent-hover);box-shadow:none}.openui-button-base-primary:disabled{background-color:var(--openui-interactive-accent-disabled);cursor:not-allowed;box-shadow:none}.openui-button-base-primary:not(:disabled):active{background-color:var(--openui-interactive-accent-pressed)}.openui-button-base-secondary{background-color:rgba(0,0,0,0);color:var(--openui-text-neutral-primary);border-color:var(--openui-border-interactive);box-shadow:var(--openui-shadow-m)}.openui-button-base-secondary:not(:disabled):hover{background-color:var(--openui-highlight);box-shadow:none}.openui-button-base-secondary:disabled{background-color:rgba(0,0,0,0);box-shadow:none;color:var(--openui-text-neutral-tertiary);cursor:not-allowed}.openui-button-base-secondary:not(:disabled):active{background-color:var(--openui-highlight)}.openui-button-base-tertiary{background-color:rgba(0,0,0,0);color:var(--openui-text-neutral-primary)}.openui-button-base-tertiary:not(:disabled):hover{background-color:var(--openui-highlight)}.openui-button-base-tertiary:disabled{background-color:rgba(0,0,0,0);border-color:var(--openui-border-default);color:var(--openui-text-neutral-tertiary);cursor:not-allowed}.openui-button-base-tertiary:not(:disabled):active{background-color:var(--openui-highlight);border-color:var(--openui-border-interactive)}.openui-button-base-destructive-primary{background-color:var(--openui-interactive-destructive-accent-default);color:var(--openui-text-danger-inverted-primary);border-color:var(--openui-border-accent)}.openui-button-base-destructive-primary:not(:disabled):hover{background-color:var(--openui-interactive-destructive-accent-hover)}.openui-button-base-destructive-primary:disabled{background-color:var(--openui-interactive-destructive-accent-disabled);cursor:not-allowed}.openui-button-base-destructive-primary:not(:disabled):active{background-color:var(--openui-interactive-destructive-accent-pressed)}.openui-button-base-destructive-secondary{background-color:var(--openui-interactive-destructive-default);color:var(--openui-text-danger-primary);border-color:var(--openui-border-danger)}.openui-button-base-destructive-secondary:not(:disabled):hover{background-color:var(--openui-interactive-destructive-hover)}.openui-button-base-destructive-secondary:disabled{background-color:var(--openui-interactive-destructive-disabled);color:var(--openui-text-danger-tertiary);cursor:not-allowed}.openui-button-base-destructive-secondary:not(:disabled):active{background-color:var(--openui-interactive-destructive-hover)}.openui-button-base-destructive-tertiary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--openui-text-danger-primary)}.openui-button-base-destructive-tertiary:not(:disabled):hover{background-color:var(--openui-interactive-destructive-hover)}.openui-button-base-destructive-tertiary:disabled{color:var(--openui-text-danger-tertiary);cursor:not-allowed}.openui-button-base-destructive-tertiary:not(:disabled):active{background-color:var(--openui-interactive-destructive-hover);border-color:var(--openui-border-danger)}.openui-button-base-extra-small{border-radius:var(--openui-radius-s);padding:calc(var(--openui-space-xs) - 1.75px) var(--openui-space-s);font:var(--openui-text-label-sm);letter-spacing:var(--openui-text-label-sm-letter-spacing)}.openui-button-base-small{border-radius:calc(var(--openui-radius-s) + 1px);padding:calc(var(--openui-space-s) - 1.75px) var(--openui-space-s-m);font:var(--openui-text-label-sm);letter-spacing:var(--openui-text-label-sm-letter-spacing)}.openui-button-base-medium{padding:calc(var(--openui-space-s) - 1px) var(--openui-space-s-m);border-radius:var(--openui-radius-m)}.openui-button-base-large{padding:calc(var(--openui-space-s-m) - 1px) var(--openui-space-m)}
