.mobile-filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end}.mobile-filter-modal{width:100%;max-height:90vh;border-radius:20px 20px 0 0;padding:24px;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-title{font-size:28px;font-weight:700;color:#1e293b;margin:0}.close-button{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#1e293b}.reset-filters-button{background:none;border:none;color:#6366f1;font-size:16px;font-weight:500;text-decoration:underline;cursor:pointer;text-align:left;padding:0;margin-bottom:32px}.reset-filters-button:hover{color:#4f46e5}.modal-content{flex:1;overflow-y:auto;margin-bottom:24px}.filter-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;font-size:20px;font-weight:600;color:#1e293b;cursor:pointer;padding:0;margin-bottom:16px}.chevron{transition:transform .2s ease;color:#64748b}.chevron.expanded{transform:rotate(180deg)}.filter-options{display:flex;flex-direction:column;gap:16px}.filter-option{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:8px 0}.option-text{font-size:18px;font-weight:500;color:#1e293b}.checkbox-wrapper,.radio-wrapper{position:relative}.checkbox-input,.radio-input{position:absolute;opacity:0;cursor:pointer}.checkbox-custom{width:24px;height:24px;border:2px solid #cbd5e1;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkbox-input:checked+.checkbox-custom{background:#3b82f6;border-color:#3b82f6}.radio-custom{width:24px;height:24px;border:2px solid #cbd5e1;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.radio-input:checked+.radio-custom{border-color:#3b82f6}.radio-dot{width:12px;height:12px;background:#3b82f6;border-radius:50%}.apply-button{background:#3b82f6;color:#fff;border:none;border-radius:50px;padding:16px 24px;font-size:18px;font-weight:600;cursor:pointer;width:100%;transition:background-color .2s ease}.apply-button:hover{background:#2563eb}.apply-button:active{background:#1d4ed8}@media (min-width:768px){.mobile-filter-modal{max-width:400px;margin:0 auto;border-radius:20px;max-height:80vh}.mobile-filter-modal-overlay{align-items:center}}