html,body,#root{height:100vh;height:100dvh;max-height:100vh;overscroll-behavior:none;-webkit-overflow-scrolling:auto;box-sizing:border-box;max-height:100dvh;margin:0;padding:0;overflow:hidden}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--colors-surface-high);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--colors-surface-high)}*{scrollbar-width:auto;scrollbar-color:var(--colors-divider)var(--colors-surface-high)}::-webkit-scrollbar:horizontal{height:12px}::-webkit-scrollbar:vertical{width:12px}@media (width>=768px){[data-presentation=modal],[data-presentation=fullScreenModal]{width:auto!important;min-width:500px!important;max-width:min(700px,90vw)!important;height:auto!important;min-height:auto!important;max-height:calc(100dvh - 4rem)!important}}