html,body,#root{width:100%;min-height:100%}body{min-height:100vh;min-height:100dvh;overflow:hidden;overscroll-behavior-y:none;background-color:#f5f0e8;background-image:url(./assets/bg/app/main-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}#root{min-height:100vh;min-height:100dvh}.app-shell{width:100%}.app-main-scroll{scrollbar-gutter:stable}body.force-portrait-ui{overflow:hidden}body.force-portrait-ui #root{width:100%;height:100%;transition:transform .2s ease}body.force-portrait-ui.is-landscape-viewport{width:100vh;height:100vw;display:flex;align-items:center;justify-content:center}body.force-portrait-ui.is-landscape-viewport #root{width:100vh;height:100vw;transform:rotate(90deg);transform-origin:center center}@media screen and (orientation: landscape){body.force-portrait-ui:not(.is-landscape-viewport){width:100vh;height:100vw;display:flex;align-items:center;justify-content:center}body.force-portrait-ui:not(.is-landscape-viewport) #root{width:100vh;height:100vw;transform:rotate(90deg);transform-origin:center center}}
