html,body,#root,#__next{height:var(--app-height,100vh);width:100%;min-height:-webkit-fill-available}@supports (height:100dvh){html,body,#root,#__next{height:var(--app-height,100dvh)}}:root{-webkit-text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--textSecondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--textPrimary)}::-webkit-scrollbar-thumb:active{background:var(--textPrimary)}*{scrollbar-width:thin;scrollbar-color:var(--textSecondary)transparent}