.filter-section{border-bottom:1px solid hsl(var(--border) / .8)}.filter-section:last-child{border-bottom:none}.filter-section-header{cursor:pointer;width:100%;color:hsl(var(--foreground));background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.875rem;font-weight:600;transition:background .15s;display:flex}.filter-section-header:hover{background:hsl(var(--muted) / .5)}.filter-section-title{align-items:center;gap:8px;display:flex}.filter-section-icon{color:hsl(var(--muted-foreground));font-size:18px}.filter-section-count{background:rgb(var(--brand-primary));color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:700;display:inline-flex}.filter-section-chevron{color:hsl(var(--muted-foreground));font-size:20px;transition:transform .25s}.filter-section-chevron.open{transform:rotate(180deg)}.filter-section-inner{padding:0 16px 14px}.price-filter{flex-wrap:wrap;gap:6px;display:flex}.price-filter--compact{gap:4px}.price-filter-btn{border:1.5px solid hsl(var(--border));background:hsl(var(--background));cursor:pointer;min-width:48px;color:hsl(var(--foreground));border-radius:10px;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;font-family:inherit;transition:all .2s;display:flex}.price-filter-btn:hover{border-color:rgb(var(--brand-primary));background:rgb(var(--brand-primary) / .05)}.price-filter-btn.active{border-color:rgb(var(--brand-primary));background:rgb(var(--brand-primary));color:#fff;box-shadow:0 2px 8px rgb(var(--brand-primary) / .25)}.price-filter-label{letter-spacing:-.5px;font-size:.85rem;font-weight:700}.price-filter-desc{opacity:.7;font-size:.65rem;font-weight:500}.price-filter--compact .price-filter-btn{border-radius:8px;padding:6px 10px}.price-filter--compact .price-filter-label{font-size:.8rem}.rating-filter{flex-wrap:wrap;gap:6px;display:flex}.rating-filter-btn{border:1.5px solid hsl(var(--border));background:hsl(var(--background));cursor:pointer;color:hsl(var(--foreground) / .8);border-radius:20px;align-items:center;gap:4px;padding:7px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.rating-filter-btn:hover{border-color:rgb(var(--brand-primary));background:rgb(var(--brand-primary) / .05)}.rating-filter-btn.active{border-color:rgb(var(--brand-primary));background:rgb(var(--brand-primary));color:#fff;box-shadow:0 2px 8px rgb(var(--brand-primary) / .3)}.rating-star{color:rgb(var(--brand-primary));font-size:16px}.rating-filter-btn.active .rating-star{color:#fff}.open-now-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:0;display:flex}.open-now-toggle-label{color:hsl(var(--foreground) / .8);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.open-now-icon{color:hsl(var(--muted-foreground));font-size:18px}.toggle-switch{background:hsl(var(--muted));cursor:pointer;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .25s;position:relative}.toggle-switch.active{background:#4caf50}.toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .25s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.toggle-switch.active .toggle-thumb{transform:translate(20px)}.active-filters{flex-wrap:wrap;align-items:center;gap:8px;padding:10px 0;display:flex}.active-filters-list{flex-wrap:wrap;flex:1;gap:6px;display:flex}.active-filter-chip{border:1px solid hsl(var(--border));background:hsl(var(--muted) / .3);color:hsl(var(--foreground) / .8);cursor:pointer;border-radius:16px;align-items:center;gap:4px;padding:5px 10px;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.active-filter-chip:hover{background:rgb(var(--brand-primary) / .1);border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.active-filter-remove{opacity:.5;font-size:14px}.active-filter-chip:hover .active-filter-remove{opacity:1}.active-filters-clear{color:rgb(var(--brand-primary));cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:5px 8px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s}.active-filters-clear:hover{background:rgb(var(--brand-primary) / .1)}.filter-sidebar-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000a}.filter-checkbox-list{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent;flex-direction:column;gap:2px;max-height:220px;display:flex;overflow-y:auto}.filter-checkbox-list::-webkit-scrollbar{width:4px}.filter-checkbox-list::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:2px}.filter-checkbox-item{cursor:pointer;color:hsl(var(--foreground) / .8);border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-size:.82rem;transition:background .12s;display:flex}.filter-checkbox-item:hover{background:hsl(var(--muted) / .5)}.filter-checkbox-item.checked{color:rgb(var(--brand-primary));font-weight:600}.filter-checkbox-box{border:2px solid hsl(var(--border));background:hsl(var(--background));border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.filter-checkbox-item.checked .filter-checkbox-box{background:rgb(var(--brand-primary));border-color:rgb(var(--brand-primary))}.filter-checkbox-check{color:#fff;font-size:14px}.filter-checkbox-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.filter-checkbox-count{color:hsl(var(--muted-foreground));flex-shrink:0;margin-left:auto;font-size:.72rem}.filter-search{margin-bottom:8px;position:relative}.filter-search-input{border:1px solid hsl(var(--border));background:hsl(var(--muted) / .3);width:100%;color:hsl(var(--foreground));border-radius:8px;outline:none;padding:8px 10px 8px 32px;font-family:inherit;font-size:.8rem;transition:border-color .15s,box-shadow .15s}.filter-search-input:focus{border-color:rgb(var(--brand-primary));box-shadow:0 0 0 2px rgb(var(--brand-primary) / .1);background:hsl(var(--background))}.filter-search-icon{color:hsl(var(--muted-foreground));pointer-events:none;font-size:16px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.quick-filter-bar{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:8px;padding:12px 0;display:flex;overflow-x:auto}.quick-filter-bar::-webkit-scrollbar{display:none}.quick-filter-divider{background:hsl(var(--border));flex-shrink:0;width:1px;height:24px}.amenity-group-title{text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground));padding:10px 8px 4px;font-size:.72rem;font-weight:700}.amenity-group-title:first-child{padding-top:0}.filter-mobile-overlay{z-index:1000;background:hsl(var(--background));flex-direction:column;animation:.3s filterSlideUp;display:flex;position:fixed;inset:0}@keyframes filterSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-mobile-header{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));z-index:1;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.filter-mobile-title{color:hsl(var(--foreground));font-size:1.1rem;font-weight:700}.filter-mobile-close{background:hsl(var(--muted));cursor:pointer;width:36px;height:36px;color:hsl(var(--foreground));border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.filter-mobile-close:hover{background:hsl(var(--border))}.filter-mobile-body{flex:1;padding:0;overflow-y:auto}.filter-mobile-footer{border-top:1px solid hsl(var(--border));background:hsl(var(--background));gap:12px;padding:16px 20px;display:flex}.filter-mobile-reset{border:1.5px solid hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground) / .8);cursor:pointer;border-radius:10px;flex:1;padding:12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s}.filter-mobile-reset:hover{border-color:rgb(var(--brand-primary));color:rgb(var(--brand-primary))}.filter-mobile-apply{background:rgb(var(--brand-primary));color:#fff;cursor:pointer;border:none;border-radius:10px;flex:2;padding:12px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .15s}.filter-mobile-apply:hover{opacity:.9}
