.BottomSheet_scrim__ECuF5{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:flex-end;justify-content:center;z-index:9000;animation:BottomSheet_fadeIn__yiGdn .2s ease}.BottomSheet_sheet__sqTAW{width:100%;max-width:560px;background:var(--color-surface);border:1px solid var(--color-line);border-bottom:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-sheet,0 -10px 40px rgba(0,0,0,.5));max-height:85vh;max-height:85dvh;display:flex;flex-direction:column;animation:BottomSheet_slideUp__nyKpC .24s cubic-bezier(.2,.8,.2,1)}.BottomSheet_handle__KnqC5{width:38px;height:4px;background:var(--color-line);border-radius:999px;margin:10px auto 6px;flex:0 0 auto}.BottomSheet_head__sNXRL{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2);flex:0 0 auto}.BottomSheet_close__salSo{flex:0 0 auto;width:44px;height:44px;margin:var(--space-1) var(--space-2) 0 0;display:grid;place-items:center;background:transparent;border:1px solid var(--color-line);border-radius:999px;color:var(--color-fg);cursor:pointer}.BottomSheet_close__salSo:hover{background:var(--color-surface-2)}.BottomSheet_close__salSo:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.BottomSheet_title__ttKjZ{font-family:var(--font-display);font-size:var(--fs-xl);color:var(--color-fg);margin:0;padding:var(--space-2) var(--space-4) var(--space-3);border-bottom:1px solid var(--color-line);flex:0 0 auto}.BottomSheet_body__CG_D9{padding:var(--space-4);padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom, 0px));overflow-y:auto;min-height:0;flex:1 1 auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:var(--space-3)}@media (min-width:720px){.BottomSheet_scrim__ECuF5{align-items:center}.BottomSheet_sheet__sqTAW{border:1px solid var(--color-line);border-radius:var(--radius-lg)}}@media (max-height:560px){.BottomSheet_scrim__ECuF5{align-items:flex-end}.BottomSheet_sheet__sqTAW{max-height:96vh;max-height:96dvh}}@keyframes BottomSheet_fadeIn__yiGdn{0%{opacity:0}to{opacity:1}}@keyframes BottomSheet_slideUp__nyKpC{0%{transform:translateY(20%);opacity:0}to{transform:translateY(0);opacity:1}}