.pw-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pw-sheet{background:var(--e-modal-bg);width:100%;max-width:460px;max-height:92dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:20px 20px 0 0;animation:.24s cubic-bezier(.34,1.56,.64,1) both pwSlideUp;overflow-y:auto}@keyframes pwSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@media (min-width:641px){.pw-backdrop{align-items:center}.pw-sheet{border-radius:16px;max-height:90vh;animation:none}}