.saga-btt{align-items:center;background:#0b4f42;border:none;border-radius:50%;bottom:32px;box-shadow:0 4px 16px rgba(11,79,66,.3);color:#f5f0e8;cursor:pointer;display:flex;font-size:1.1em;height:48px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:32px;transform:translateY(16px);transition:all .3s ease;width:48px;z-index:99}.saga-btt--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.saga-btt:hover{background:#093d33;box-shadow:0 8px 24px rgba(11,79,66,.4);transform:translateY(-3px)}@media (max-width:600px){.saga-btt{bottom:20px;font-size:1em;height:42px;right:20px;width:42px}}