@layer components{.c-back-to-top{--btn-color-active:#fff;--btn-color:var(--brand-yellow);--btn-size:54px;--icon-color:var(--brand-black);--icon-color-active:var(--brand-black);--transition-speed:200ms;background-color:var(--btn-color);border:1.5px solid var(--btn-color);border-radius:50%;bottom:2rem;display:none;height:var(--btn-size);margin:0;outline-offset:.25rem;overflow:hidden;position:fixed;right:2rem;transition:transform var(--transition-speed) ease-out;width:var(--btn-size);z-index:2024}body:has(bugherd-sidebar) .c-back-to-top{bottom:calc(2rem + 70px)}.c-back-to-top:focus,.c-back-to-top:hover{transform:scale(1.15)}.c-back-to-top.is-active{display:flex}.c-back-to-top__btn:after,.c-back-to-top__btn:before{align-items:center;border-radius:50%;bottom:0;content:"\f062";display:flex;font-family:var(--fa-font-family);font-size:1rem;font-weight:400;height:100%;justify-content:center;left:0;line-height:1;position:absolute;text-align:center;width:100%}.c-back-to-top__btn:before{background-color:var(--btn-color);color:var(--brand-black);transition:color var(--transition-speed) ease-out,box-shadow var(--transition-speed) ease-out;z-index:-1}.c-back-to-top__btn:after{background-color:var(--btn-color-active);-webkit-clip-path:polygon(0 0,100% 0,100% var(--reverse-percent-done),0 var(--reverse-percent-done));clip-path:polygon(0 0,100% 0,100% var(--reverse-percent-done),0 var(--reverse-percent-done));color:var(--icon-color-active);transition:background-color var(--transition-speed) ease-out,box-shadow var(--transition-speed) ease-out;z-index:0}}