:root{--sai-top: env(safe-area-inset-top);--sai-bottom: env(safe-area-inset-bottom);--sai-left: env(safe-area-inset-left);--sai-right: env(safe-area-inset-right)}html.inapp-noinset{--sai-top: 0px;--sai-bottom: 0px;--sai-left: 0px;--sai-right: 0px}html,body,#root{background-color:#0a0d12;min-height:100%}#root{padding-left:var(--sai-left);padding-right:var(--sai-right);padding-bottom:var(--sai-bottom)}body{margin:0;word-break:keep-all;overflow-wrap:break-word}html,body{overflow-x:clip;max-width:100%}*{scrollbar-width:thin;scrollbar-color:#2E3547 transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#2e3547;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#4a5064}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
