.bottom-sheet__overlay{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;justify-content:center}.bottom-sheet{width:100%;max-height:90vh;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:bottomSheetSlideUp .25s ease-out}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;flex-shrink:0}.bottom-sheet__title{font-size:20px;font-weight:700;color:rgba(0,0,0,.85);margin:0}.bottom-sheet__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:transparent;color:rgba(0,0,0,.85);cursor:pointer}.bottom-sheet__body{flex:1 1;overflow-y:auto;padding:0 20px 20px}.bottom-sheet__footer{display:flex;align-items:center;gap:12px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.bottom-sheet__footer-reset{background:rgba(0,0,0,.05);font-weight:500;color:rgba(0,0,0,.85)}.bottom-sheet__footer-apply,.bottom-sheet__footer-reset{flex:1 1;padding:12px 16px;border-radius:8px;border:none;font-family:inherit;font-size:14px;cursor:pointer;text-align:center}.bottom-sheet__footer-apply{background:#FF3364;color:#fff;font-weight:600;transition:background .15s}.bottom-sheet__footer-apply:hover{background:#FF1950}.mobile-chips{display:none}@media (max-width:768px){.mobile-chips{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.mobile-chips::-webkit-scrollbar{display:none}.mobile-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;font-family:inherit;font-size:13px;font-weight:500;color:rgba(0,0,0,.85);cursor:pointer;white-space:nowrap;flex-shrink:0}.mobile-chip--active{background:rgba(255,0,61,.1);border-color:rgba(255,0,61,.2);color:#FF3364}.mobile-chip svg{flex-shrink:0}}.mobile-filter-tabs{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-filter-tabs::-webkit-scrollbar{display:none}.mobile-filter-tab{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:none;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0;background:rgba(0,0,0,.05);color:rgba(0,0,0,.85)}.mobile-filter-tab--active{background:rgba(255,0,61,.1);color:#FF3364}.mobile-filter-tab__close{display:flex;align-items:center}.mobile-sort-options{display:flex;flex-direction:column;gap:4px}.mobile-sort-option{display:flex;width:100%;padding:12px 16px;border:none;background:transparent;font-family:inherit;font-size:15px;line-height:22px;color:rgba(0,0,0,.85);cursor:pointer;border-radius:8px;text-align:left}.mobile-sort-option:hover{background:rgba(0,0,0,.05)}.mobile-sort-option--active{background:rgba(255,0,61,.08);color:#FF3364;font-weight:500}