:root{--crewpay-app-max-height:932px;--crewpay-app-max-width:430px}html,body,#root{-webkit-text-size-adjust:100%;width:100%;height:100%;min-height:100dvh;margin:0}body{overscroll-behavior:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#050505;min-width:280px;overflow:hidden}#root{justify-content:center;align-items:center;display:flex;overflow:hidden}#root>div{height:min(100dvh, var(--crewpay-app-max-height));max-height:100dvh;max-width:var(--crewpay-app-max-width);min-width:0;min-height:0;width:min(100vw, var(--crewpay-app-max-width));isolation:isolate;background:#fff;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000059}#root>div>div{min-width:0;max-width:100%;min-height:0}input,textarea,select{-webkit-appearance:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:text;user-select:text;outline:none!important;font-size:16px!important}input:focus,textarea:focus,select:focus,[contenteditable=true]:focus{box-shadow:none!important;outline:none!important}button,[role=button]{touch-action:manipulation;-webkit-user-select:none;user-select:none}*{box-sizing:border-box}@media (width<=430px){body{background:#fff}#root{align-items:flex-start}#root>div{box-shadow:none;width:100vw;max-width:none;height:100dvh;min-height:0;max-height:100dvh}}@media (width>=431px){#root>div{border-radius:24px}}@media (height<=700px) and (width>=431px){#root{align-items:stretch}#root>div{border-radius:0;height:100dvh}}