/* Algolassi - Back to top */
#algolassi-back-to-top{position:fixed;right:18px;bottom:88px;z-index:2147483006;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;min-width:48px;height:42px;padding:0 .65rem;border:1px solid rgba(139,90,43,.3);border-radius:10px;background:var(--surface,#fff);color:inherit;box-shadow:0 5px 16px rgba(16,24,40,.14);font:inherit;font-weight:700;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,box-shadow .2s ease}
#algolassi-back-to-top.algolassi-back-to-top-visible{opacity:1;visibility:visible;transform:translateY(0)}
#algolassi-back-to-top:hover{box-shadow:0 8px 22px rgba(16,24,40,.2)}
#algolassi-back-to-top span:first-child{font-size:1.2rem;line-height:1}
.algolassi-back-to-top-label{font-size:.74rem}
html[data-theme="dark"] #algolassi-back-to-top{background:var(--surface,#101828);border-color:rgba(200,138,74,.3)}
@media(max-width:700px){#algolassi-back-to-top{right:12px;bottom:74px;min-width:44px;width:44px;height:44px;padding:0;border-radius:50%}.algolassi-back-to-top-label{display:none}}
@media(prefers-reduced-motion:reduce){#algolassi-back-to-top{transition:none}}
