.tazty-back-to-top{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:80;display:grid;width:52px;height:52px;padding:0;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--back-to-top-pink,#ee6b97);box-shadow:0 10px 28px rgb(6 31 77 / 24%),0 0 0 4px rgb(238 107 151 / 14%);color:#fff;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(14px) scale(.92);transition:opacity .22s ease,transform .22s ease,background-color .2s ease;visibility:hidden}.tazty-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.tazty-back-to-top svg{width:25px;height:25px;overflow:visible;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}.tazty-back-to-top:hover{background:var(--back-to-top-navy,#061f4d);transform:translateY(-3px)}.tazty-back-to-top:focus-visible{outline:3px solid var(--back-to-top-navy,#061f4d);outline-offset:3px}@media(max-width:749px){.tazty-back-to-top{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:46px;height:46px}.tazty-back-to-top svg{width:23px;height:23px}}@media(prefers-reduced-motion:reduce){.tazty-back-to-top{transition:none}}
