
.spd-to-top{position:fixed;right:16px;bottom:80px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#12203a;color:#f6d67a;font-size:20px;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:60}
.spd-to-top.visible{opacity:1;pointer-events:auto}
.spd-game-card[hidden]{display:none}
@media(min-width:1024px){.spd-to-top{bottom:24px;right:24px}}
