html,body{margin:0;width:100%;height:100%;overflow:hidden;background:transparent;font-family:Arial,Helvetica,sans-serif}#stage{position:fixed;left:0;top:0;width:1920px;height:1080px;overflow:hidden;background:transparent;transform-origin:top left}#bar{position:absolute;left:0;bottom:0;width:1920px;height:86px;background:#c8102e;overflow:hidden;opacity:0;transform:translateY(120%);transition:transform .35s ease,opacity .25s ease;box-shadow:0 -8px 25px rgba(0,0,0,.25)}#bar.visible{opacity:1;transform:translateY(0)}#bar:before,#bar:after{content:"";position:absolute;top:0;width:140px;height:100%;z-index:2;pointer-events:none}#bar:before{left:0;background:linear-gradient(90deg,#c8102e 0%,rgba(200,16,46,0) 100%)}#bar:after{right:0;background:linear-gradient(270deg,#c8102e 0%,rgba(200,16,46,0) 100%)}#ticker{position:absolute;white-space:nowrap;color:white;font-weight:800;line-height:86px;font-size:38px;will-change:transform;left:0;top:0;text-shadow:0 2px 4px rgba(0,0,0,.28)}
