.BottomSheet.Overlay{position:fixed;inset:0;background:#00000080;z-index:2;opacity:0;transition:opacity .3s ease}.BottomSheet.Overlay.Open{opacity:1}.BottomSheet.Container{position:fixed;bottom:0;width:100%;width:var(--feed-width);z-index:2;background:light-dark(white,#1f2937);border-radius:24px 24px 0 0;transform:translateY(100%);transition:transform .3s ease;max-height:90vh;display:flex;flex-direction:column}.BottomSheet.Container.Open{transform:translateY(0)}.BottomSheet .Handle{display:flex;justify-content:center;padding:12px;cursor:grab}.BottomSheet .Handle:after{content:"";width:40px;height:4px;background:light-dark(#e0e0e0,#4b5563);border-radius:2px}.BottomSheet .Header{display:flex;align-items:center;justify-content:space-between;padding:0 20px 16px}.BottomSheet .Header .Title{font-weight:600;font-size:18px;line-height:1.4;letter-spacing:-.36px;color:light-dark(#212121,white);margin:0}.BottomSheet .Header .CloseBtn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer}.BottomSheet .Header .CloseBtn svg{width:24px;height:24px}.BottomSheet .Content{flex:1;overflow-y:auto;padding:12px 20px 24px}
