@keyframes sheet-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-sheet__handle{display:none}@media (max-width:767px){.overlay{align-items:flex-end;padding:0}.modal.modal-sheet-panel{max-height:92dvh;max-height:92vh;border-radius:var(--sheet-radius);margin:0;width:100%;animation:sheet-up .32s var(--motion-ease,cubic-bezier(.16,1,.3,1));display:flex;flex-direction:column;overflow:hidden}.modal-sheet__handle{display:block;width:36px;height:4px;border-radius:999px;background:var(--line);margin:10px auto 4px;flex:none}.modal.modal-sheet-panel .modal-h{position:-webkit-sticky;position:sticky;top:0;background:var(--surface);z-index:1;flex:none;padding-top:8px}.modal.modal-sheet-panel .modal-body{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;padding-bottom:calc(24px + var(--safe-bottom))}}