@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes header-spinner{to{transform:rotate(1turn)}}.bottom-sheet{position:fixed;z-index:900;inset:0;display:flex;align-items:flex-end;justify-content:center}.bottom-sheet__panel{position:relative;z-index:900;transform:translateY(100%);overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:480px;max-height:85dvh;border-radius:16px 16px 0 0;background-color:#262525;transition:transform .3s ease}.bottom-sheet__panel--visible{transform:translateY(0)}.bottom-sheet__handle-area{touch-action:none;cursor:-webkit-grab;cursor:grab;display:flex;flex-shrink:0;justify-content:center;padding:10px 0}.bottom-sheet__handle{width:38px;height:3px;border-radius:2px;background-color:#9d9c9e}.bottom-sheet__content{overflow-y:auto;flex:1 1 auto;padding-bottom:env(safe-area-inset-bottom,0);-webkit-overflow-scrolling:touch}.bottom-sheet__shade{position:fixed;z-index:899;inset:0;opacity:0;background-color:rgba(0,0,0,.6);transition:opacity .3s ease}.bottom-sheet__shade--visible{opacity:1}