html,body,#root{min-height:100%}body{margin:0}@keyframes lobby-underline-travel{0%{left:calc(-1 * var(--lobby-bar-width))}50%{left:calc(100% + var(--lobby-bar-overshoot))}to{left:calc(-1 * var(--lobby-bar-width))}}.lobby-underline-track{--lobby-bar-width:5rem;--lobby-bar-overshoot:1.5rem;height:2px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.lobby-underline-bar{height:2px;width:var(--lobby-bar-width);animation:3.2s ease-in-out infinite lobby-underline-travel;position:absolute;top:0;left:0}
