#rocket-to-top{position:fixed;bottom:28px;left:28px;z-index:9999;width:52px;height:52px;border-radius:14px;border:1px solid rgba(101,104,230,.4);cursor:pointer;background:rgba(101,104,230,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 22px rgba(101,104,230,.35),inset 0 1px 0 hsla(0,0%,100%,.15);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(18px) scale(0.75);transition:opacity .35s ease,transform .35s ease,box-shadow .25s ease,border-color .25s ease;pointer-events:none}#rocket-to-top.rtt-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#rocket-to-top:hover:not(.rtt-launching){box-shadow:0 8px 30px rgba(101,104,230,.65),inset 0 1px 0 hsla(0,0%,100%,.2);border-color:rgba(101,104,230,.8);background:rgba(101,104,230,.45);transform:scale(1.1) translateY(-3px) !important}.rtt-rocket{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#6568e6;position:relative;z-index:2}html.discourse-dark .rtt-rocket{color:#dddff9}.rtt-rocket svg{width:22px;height:22px;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none}#rocket-to-top.rtt-launching{animation:rtt-launch-up 1.1s cubic-bezier(0.3, 0, 0.1, 1) forwards !important;pointer-events:none}.rtt-smoke-trail{position:fixed;bottom:28px;left:28px;width:52px;height:52px;pointer-events:none;z-index:9998;overflow:visible}.rtt-smoke-trail i{position:absolute;display:block;border-radius:50%;background:rgba(200,201,245,.9);animation:rtt-smoke-puff 1.4s ease-out forwards}.rtt-smoke-trail i:nth-child(1){width:12px;height:12px;right:18px;bottom:5px;animation-delay:0s}.rtt-smoke-trail i:nth-child(2){width:9px;height:9px;right:30px;bottom:8px;animation-delay:.1s}.rtt-smoke-trail i:nth-child(3){width:15px;height:15px;right:10px;bottom:3px;animation-delay:.2s}.rtt-smoke-trail i:nth-child(4){width:8px;height:8px;right:36px;bottom:12px;animation-delay:.08s}.rtt-smoke-trail i:nth-child(5){width:11px;height:11px;right:22px;bottom:0;animation-delay:.3s}.rtt-smoke-trail i:nth-child(6){width:13px;height:13px;right:14px;bottom:10px;animation-delay:.15s}.rtt-smoke-trail i:nth-child(7){width:7px;height:7px;right:32px;bottom:2px;animation-delay:.25s}.rtt-smoke-trail i:nth-child(8){width:10px;height:10px;right:20px;bottom:15px;animation-delay:.05s}@keyframes rtt-launch-up{0%{transform:translateY(0) scale(1);opacity:1}8%{transform:translateY(7px) scale(0.9);opacity:1}100%{transform:translateY(-400px) scale(0.1);opacity:0}}@keyframes rtt-smoke-puff{0%{opacity:0;transform:scale(0.2) translateY(0)}20%{opacity:.85;transform:scale(1.5) translateY(10px)}100%{opacity:0;transform:scale(3.5) translateY(55px)}}.d-dark #rocket-to-top,[data-color-scheme=dark] #rocket-to-top{background:rgba(101,104,230,.25);box-shadow:0 4px 22px rgba(101,104,230,.5),inset 0 1px 0 hsla(0,0%,100%,.1);border-color:rgba(101,104,230,.5)}@media(max-width: 1024px){#rocket-to-top,.rtt-smoke-trail{display:none !important}}