html,body{height:100%;overflow:hidden;overscroll-behavior:none}.seller-stage{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;height:100dvh;overflow:hidden;display:flex;justify-content:center}.seller-frame{display:flex;flex-direction:column;width:100%;max-width:430px;height:100%;background:var(--mantine-color-body);overflow:hidden}.seller-header{flex:0 0 56px;border-bottom:1px solid var(--mantine-color-gray-3);background:var(--mantine-color-body)}.seller-main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.seller-main>*{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.seller-main>.sell-layout{display:flex;flex-direction:column;overflow:hidden}.sell-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sell-footer{flex:0 0 auto;border-top:1px solid var(--mantine-color-gray-3);background:var(--mantine-color-body)}@media (min-width: 480px){.seller-stage{align-items:stretch;padding:var(--mantine-spacing-lg);background:var(--mantine-color-gray-1)}.seller-frame{border:1px solid var(--mantine-color-gray-3);border-radius:var(--mantine-radius-lg);box-shadow:var(--mantine-shadow-md)}}
