.showcase-btn{border:1px solid var(--border-subtle);cursor:pointer;color:var(--text-muted);background:#ffffff0d;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.showcase-btn:hover:not(:disabled){color:var(--red-400);background:#ffffff14;border-color:#f8717180;transform:translateY(-1px)}.showcase-btn:disabled{cursor:not-allowed;opacity:.7}.showcase-btn--sm{width:2rem;height:2rem}.showcase-btn--md{width:2.5rem;height:2.5rem}.showcase-btn--lg{width:2.25rem;height:2.25rem}.showcase-btn--in{color:var(--red-500)}.showcase-btn--in:hover:not(:disabled){color:var(--red-400)}
