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