.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:-moz-fit-content;width:fit-content;position:relative;font-weight:600;border-radius:.5rem;background:var(--color-bg-quaternary);color:var(--color-text-secondary);overflow:hidden}.btn--md{padding:.75rem 2rem}.btn--lg{padding:1rem 3rem;font-size:1.125rem;line-height:1.33}.btn:focus{outline:none}.btn__icon{margin:auto}.btn__icon,.btn__loading-bg{position:absolute;inset:0}.btn__loading-bg{background-color:var(--color-bg-quaternary)}.icon-spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter-from,.fade-leave-to{opacity:0}
