.bottom-sheet{z-index:1000;background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;height:70vh;transition:height .3s,border-radius .3s;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 10px #0003}.bottom-sheet.full-screen{border-radius:0;height:100vh}.drag-handle{background:#ccc;border-radius:2px;width:40px;height:4px;margin:8px auto}.drag-area{z-index:10;background:#fff;border-radius:16px 16px 0 0;padding:8px 0;position:sticky;top:0}.content{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}
