.bottom-sheet-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,0);pointer-events:none;transition:background .2s ease}.bottom-sheet-overlay[hidden]{display:none}.bottom-sheet-overlay.show{background:rgba(0,0,0,.25);pointer-events:auto}.bottom-sheet-overlay.show .bottom-sheet{transform:translateY(0)}.bottom-sheet-overlay.closing{background:rgba(0,0,0,0)}.bottom-sheet-overlay.closing .bottom-sheet{transform:translateY(100%)}.bottom-sheet{position:relative;width:100%;min-width:360px;max-width:676px;max-height:calc(100vh - 100px);background:#fff;border-radius:8px 8px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .2s ease}.bottom-sheet__header{display:flex;align-items:center;justify-content:space-between;height:52px;padding:10px 16px;flex-shrink:0}.bottom-sheet__header-action{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;background:rgba(0,0,0,0);border:none;cursor:pointer}.bottom-sheet__header-action img{width:24px;height:24px}.bottom-sheet__header-title{flex:1;text-align:center;color:#333;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-0.04em}.bottom-sheet__section{padding:0 16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.bottom-sheet__section-title{color:#333;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-0.04em;white-space:pre-line}.bottom-sheet__section-description{color:#727272;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-0.04em;white-space:pre-line}.bottom-sheet__slot{display:flex;flex-direction:column;gap:4px;overflow:hidden}.bottom-sheet__footer{padding:16px;flex-shrink:0}.bottom-sheet__btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:10px 36px;border:none;border-radius:8px;cursor:pointer;user-select:none;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-0.04em;box-sizing:border-box}.bottom-sheet__btn--solid{background:#366aad;color:#fff}.bottom-sheet__btn:disabled{opacity:.5;cursor:not-allowed}
