.back-to-top{position:fixed;right:24px;bottom:84px;z-index:30;width:46px;height:46px;display:grid;place-items:center;border:1px solid #ffffff38;border-radius:var(--viluna-button-radius,6px);background:#1b1f18;color:#f5f6f1;box-shadow:0 4px 24px #0003;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background .2s ease,border-color .2s ease}
.back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}.back-to-top:hover{border-color:#d7ff65;color:#d7ff65}.back-to-top svg{width:22px;height:22px;display:block}
html[data-theme="light"] .back-to-top{background:#f4f5ef;color:#171a13;border-color:#171a1340}html[data-theme="light"] .back-to-top:hover{background:#55720a;color:#fff;border-color:#55720a}
@media(max-width:600px){.back-to-top{right:16px;bottom:76px;width:46px;height:46px}}
@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}
