._CompTop-Body{align-items:center;aspect-ratio:1/1;background-color:var(--Theme-Color-Active);border-radius:50%;bottom:var(--Theme-Gap);color:var(--Theme-Color-Invert);cursor:pointer;display:flex;justify-content:center;left:calc(100% - 5rem - var(--Theme-Gap));margin-top:-5rem;opacity:.3;padding:var(--Theme-Gap-SM);position:-webkit-sticky;position:sticky;transition-duration:var(--Theme-TransDuration);transition-property:opacity;transition-timing-function:ease-out;width:5rem;z-index:10}._CompTop-Body:hover{background-color:var(--Theme-Color-ActiveHover);opacity:1}._BoxPage-Body,._BoxPage-Content{width:100%}.Page-Body{position:relative;width:100%}.Page-Body:before{animation:Page-Backdrop-Breathe 6s ease-in-out infinite;background:url(/web/base/load/backdrop..png) 0 0 repeat-y,url(/web/base/load/backdrop..png) 100% 0 repeat-y;content:"";height:100vh;position:fixed;right:0;top:0;width:100%;z-index:-999}@keyframes Page-Backdrop-Breathe{0%,to{opacity:1}50%{opacity:.5}}html[trick-theme=""]{background-color:var(--Theme-Color-Body)}@media only screen and (max-width:768px){html[trick-theme=""] .Page-Body:before{background:url(/web/base/load/backdrop..png) 0 0 repeat-y}}html[trick-theme=dark]{background-color:var(--Theme-Color-Body)}html[trick-theme=dark] .Page-Body:before{animation:none;background:radial-gradient(circle,#5a5a5a .5px,#0000 0);background-repeat:repeat;background-size:2rem 2rem}.Page-Main{min-height:70vh}.Page-Top{bottom:var(--Theme-Gap-XL);left:auto;margin-top:0;opacity:.6;position:fixed;right:var(--Theme-Gap-XL);--bounceY:-10%}@media only screen and (max-width:768px){.Page-Top{bottom:var(--Theme-Gap-LG);left:var(--Theme-Gap-LG)}}.Page-Top svg{animation:bounce-bus 1s infinite}@keyframes bounce-bus{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:none}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(var(--bounceY))}}.Page-Top:hover{--bounceY:0%}