:root{--safe-top: 0px;--safe-bottom: 0px;--safe-left: 0px;--safe-right: 0px;--safe-top: constant(safe-area-inset-top);--safe-bottom: constant(safe-area-inset-bottom);--safe-left: constant(safe-area-inset-left);--safe-right: constant(safe-area-inset-right);--safe-top: env(safe-area-inset-top);--safe-bottom: env(safe-area-inset-bottom);--safe-left: env(safe-area-inset-left);--safe-right: env(safe-area-inset-right);--safe-viewport-height: calc(100vh - var(--safe-top) - var(--safe-bottom));--safe-viewport-height: calc(100dvh - var(--safe-top) - var(--safe-bottom))}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);padding-left:var(--safe-left);padding-right:var(--safe-right);min-height:100vh;min-height:100dvh}@media screen and (max-width:600px){::-webkit-scrollbar{-webkit-appearance:none}}
