:root{--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);background:#0b1118}#root{min-height:100dvh;padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left)}.MuiDialog-container{padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);box-sizing:border-box}.MuiDialog-paper{max-width:calc(100% - 32px)}@media (width<=600px){input,textarea,select{font-size:16px}.MuiDialog-paper{max-height:calc(100% - 32px);margin:16px}}html{scroll-padding-top:calc(var(--safe-top) + 72px);scroll-padding-bottom:calc(var(--safe-bottom) + 24px)}
