:root{--scrollbar-thumb:#c5c2e7;--scrollbar-thumb-hover:#555;--scrollbar-track:#f7f7ff}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);box-sizing:border-box;padding:0;margin:0}html{background-color:#f8f8f8;max-width:100vw;scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}._APP_WRAPPER{align-items:center;max-height:100dvh}._APP_CONTENT,._APP_WRAPPER{display:flex;flex-direction:column}._APP_CONTENT{width:100%;max-width:600px}._APP_CONTENT_WRAPPER{pointer-events:none;opacity:0;overflow-y:auto;position:relative;scrollbar-width:none;-ms-overflow-style:none}._APP_CONTENT_WRAPPER._FADEIN{transition:opacity .5s ease-in;pointer-events:all;opacity:1}._APP_CONTENT_WRAPPER._NO_TRANSITION{transition:none}._APP_CONTENT_WRAPPER::-webkit-scrollbar{display:none}._LOADER_WITHOUT_FADEIN{transition:none!important}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}