.back-to-top{position:fixed;right:clamp(16px,3vw,38px);bottom:clamp(16px,3vw,38px);z-index:48;width:72px;height:72px;padding:6px;border:1px solid rgba(214,178,94,.8);border-radius:50%;background:linear-gradient(145deg,rgba(24,27,32,.94),rgba(7,9,12,.96));box-shadow:0 14px 42px rgba(0,0,0,.55),0 0 0 5px rgba(214,178,94,.08);backdrop-filter:blur(12px);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(22px) scale(.88);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,box-shadow .3s ease}.back-to-top.visible{opacity:1;visibility:visible;transform:none}.back-to-top img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 3px 7px rgba(0,0,0,.65));transition:transform .3s ease}.back-to-top span{position:absolute;top:-8px;left:50%;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:linear-gradient(180deg,#c81928 0 33%,#f7f4ec 33% 66%,#173f75 66%);border:1px solid #d6b25e;color:#fff;font:700 16px/1 Arial,sans-serif;text-shadow:0 1px 2px #000;transform:translateX(-50%);transition:transform .3s ease}.back-to-top:hover,.back-to-top:focus-visible{box-shadow:0 17px 48px rgba(0,0,0,.62),0 0 0 7px rgba(214,178,94,.16),0 0 28px rgba(211,34,42,.24);transform:translateY(-5px) scale(1.04)}.back-to-top:hover img,.back-to-top:focus-visible img{transform:scale(1.08)}.back-to-top:hover span,.back-to-top:focus-visible span{transform:translateX(-50%) translateY(-3px)}.back-to-top:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:600px){.back-to-top{width:58px;height:58px;right:13px;bottom:13px}.back-to-top span{width:21px;height:21px;font-size:13px}}@media(prefers-reduced-motion:reduce){.back-to-top,.back-to-top img,.back-to-top span{transition:none}}
