@media only screen and (min-width:1280px){header{width:calc(100% - var(--sidebar-width, 64px))!important;margin-left:var(--sidebar-width,64px)!important;transition:width .25s cubic-bezier(.4,0,.2,1),margin-left .25s cubic-bezier(.4,0,.2,1)!important}}main{max-height:calc(100dvh - 52px);height:fit-content;flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}main::-webkit-scrollbar{width:0;height:0;display:none}@media only screen and (min-width:1280px){main{max-height:calc(100vh - 52px);width:calc(100% - var(--sidebar-width, 64px));margin-left:var(--sidebar-width,64px);padding-left:0;transition:width .25s cubic-bezier(.4,0,.2,1),margin-left .25s cubic-bezier(.4,0,.2,1)}}@media only screen and (max-width:1279px){main{padding-bottom:56px}}main .marketbeat-container{height:fit-content}