#floatBG{position:relative;width:35px;height:11px;margin-top:1em;margin-bottom:1em}.floatBG{position:absolute;top:0;background-color:rgba(255,255,255,.26);width:11px;height:11px;animation-name:bounce_floatBarsG;-o-animation-name:bounce_floatBarsG;-ms-animation-name:bounce_floatBarsG;-webkit-animation-name:bounce_floatBarsG;-moz-animation-name:bounce_floatBarsG;animation-duration:.775s;-o-animation-duration:.775s;-ms-animation-duration:.775s;-webkit-animation-duration:.775s;-moz-animation-duration:.775s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;transform:scale(.3);-o-transform:scale(.3);-ms-transform:scale(.3);-webkit-transform:scale(.3);-moz-transform:scale(.3)}#floatBG_1{left:0;animation-delay:.16s;-o-animation-delay:.16s;-ms-animation-delay:.16s;-webkit-animation-delay:.16s;-moz-animation-delay:.16s}#floatBG_2{left:11px;animation-delay:.2s;-o-animation-delay:.2s;-ms-animation-delay:.2s;-webkit-animation-delay:.2s;-moz-animation-delay:.2s}#floatBG_3{left:22px;animation-delay:.3s;-o-animation-delay:.3s;-ms-animation-delay:.3s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s}@keyframes bounce_floatBarsG{0%{transform:scale(1);background-color:rgb(228,222,252)}25%{background-color:rgb(215,207,249)}50%{background-color:rgb(196,184,243)}75%{background-color:rgb(170,153,236)}to{transform:scale(.3);background-color:rgb(110,86,207)}}:root{--mauve10:#E3E3E3}.ScrollAreaRoot{overflow:hidden;box-shadow:0 2px 10px var(--blackA7);--scrollbar-size:6px}.ScrollAreaViewport{width:100%;height:100%;border-radius:inherit;padding-bottom:var(--scrollbar-size)}.ScrollAreaScrollbar{display:flex;user-select:none;touch-action:none;transition:background-color .16s ease-out}.ScrollAreaScrollbar[data-orientation=vertical]{width:var(--scrollbar-size);z-index:30}.ScrollAreaScrollbar[data-orientation=horizontal]{flex-direction:column;height:var(--scrollbar-size)}.ScrollAreaThumb{flex:1;background:var(--mauve10);border-radius:var(--scrollbar-size);position:relative}.ScrollAreaThumb:before{content:"";position:absolute;top:0;width:100%;height:100%;min-width:44px;min-height:22px}.ScrollAreaCorner{background:var(--blackA8)}