.bottom-sheet-backdrop{z-index:300;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.bottom-sheet-panel{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-width:32rem;max-height:85vh;display:flex;box-shadow:0 -4px 24px #00000026}.bottom-sheet-handle{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;justify-content:center;padding:12px 0 4px;display:flex}.bottom-sheet-handle:active{cursor:grabbing}.bottom-sheet-handle-bar{background:var(--neutral-border);border-radius:9999px;width:40px;height:4px}.bottom-sheet-header{justify-content:space-between;align-items:center;padding:0 20px 12px;display:flex}.bottom-sheet-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.bottom-sheet-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.bottom-sheet-close:hover{background:var(--background-item)}.bottom-sheet-content{flex:1;padding:0 20px 24px;overflow-y:auto}
