 .leo-layout-wrapper{display:flex;gap:30px;align-items:flex-start;max-width:1400px;margin:0 auto;padding:20px;}.leo-content-area{flex:1;min-width:0}.leo-custom-filter-sidebar{width:320px;background:#02073e;padding:20px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);position:sticky;top:100px;height:calc(100vh - 40px);overflow-y:auto;flex-shrink:0;}.leo-custom-filter-sidebar h3{font-size:18px;font-weight:700;margin-bottom:15px;display:flex;align-items:center;gap:10px;color:#ffff;}#reset-all-btn{width:100%;padding:8px;background:#edf2f7;border:none;color:#4a5568;border-radius:6px;cursor:pointer;font-size:13px;margin-bottom:20px;transition:all .2s;}#reset-all-btn:hover{background:#e2e8f0;color:#2d3748}.filter-group{margin-bottom:25px;border-bottom:1px solid #edf2f7;padding-bottom:20px;}.filter-group:last-child{border-bottom:none}.filter-title{font-size:14px;font-weight:600;margin-bottom:12px;color:#4a5568;display:flex;justify-content:space-between;}.leo-select{font-weight:600;width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:black;background-color:#fff;margin-bottom:8px;}.leo-select:disabled{background-color:#f7fafc;cursor:not-allowed}.filter-options{display:flex;flex-wrap:wrap;gap:8px;}.filter-btn{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:20px;font-size:12px;cursor:pointer;transition:all .2s;color:#718096;}.filter-btn:hover{border-color:#cbd5e0}.filter-btn.active{background:var(--theme-primary,#0056b3);color:#fff;border-color:var(--theme-primary,#0056b3);}.range-slider-wrapper{position:relative;height:20px;padding:0 5px;}input[type=range]{-webkit-appearance:none;width:100%;background:transparent;}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:var(--theme-primary,#0056b3);cursor:pointer;margin-top:-6px;box-shadow:0 1px 3px rgba(0,0,0,.3);}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;background:#edf2f7;border-radius:2px;}.leo-top-filter-wrapper{background:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.03);margin-bottom:25px;}.leo-filter-form{display:flex;align-items:flex-end;gap:20px;}.leo-filter-group{flex:1}.leo-filter-label{display:block;font-size:12px;font-weight:600;color:#718096;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px;}.leo-filter-input,.leo-filter-select{width:100%;padding:10px 15px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s;}.leo-filter-divider{width:1px;height:40px;background:#edf2f7;align-self:center;}@media (max-width:992px){.leo-layout-wrapper{flex-direction:column}.leo-custom-filter-sidebar{width:100%;height:auto;position:static;margin-bottom:20px}.leo-filter-form{flex-direction:column;align-items:stretch}.leo-filter-divider{display:none}}