.mobile-filter-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;display:flex;align-items:flex-end;height:100dvh;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0}to{opacity:1}}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;width:100%;height:100dvh;max-height:100dvh;padding-top:env(safe-area-inset-top);background:#fff;display:flex;flex-direction:column;animation:slideUp .3s ease-out;border-radius:0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:992px){.modal-content{height:auto;max-height:90vh;max-width:480px;margin:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);padding-top:0}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e6e6e6;background:#fff;flex-shrink:0;min-height:64px}.modal-header h2{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;text-align:center;flex:1 1}.modal-header .back-btn,.modal-header .clear-btn{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.modal-header .back-btn:hover,.modal-header .clear-btn:hover{background:#f8f9fa}.modal-header .back-btn:active,.modal-header .clear-btn:active{background:#e8eaed}.modal-header .back-btn svg{color:#666}.modal-header .clear-btn{font-size:14px;font-weight:500;color:#dc3545;padding:8px 12px}.modal-header .clear-btn:hover{background:#f8f9fa;color:#c82333}.modal-body{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0 20px 100px;-webkit-overflow-scrolling:touch}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#a7b4c2}.filter-section{margin-bottom:32px}.filter-section:last-child{margin-bottom:0}.filter-section h3{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px;padding-top:8px}.filter-section h3 svg{color:#666}.filter-component-wrapper .custom-dropdown{width:100%}.filter-component-wrapper .custom-dropdown .custom-dropdown__label{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:12px 16px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.filter-component-wrapper .custom-dropdown .custom-dropdown__label:hover{border-color:#d0d7de;background:#f8f9fa}.filter-component-wrapper .custom-dropdown .custom-dropdown__label.has-value{background:#e8f4fd;border-color:#0969da;color:#0969da;font-weight:500}.filter-component-wrapper .custom-dropdown .custom-dropdown__label .clear-icon{color:#666;cursor:pointer}.filter-component-wrapper .custom-dropdown .custom-dropdown__label .clear-icon:hover{color:#dc3545}.amenities-grid{background:#f8f9fa;border-radius:12px;padding:16px;border:1px solid #e6e6e6;display:flex;flex-wrap:wrap;gap:10px}.amenities-grid .scrollableFilterGroup{max-height:200px;overflow-y:auto}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar{width:4px}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar-track{background:transparent}.amenities-grid .scrollableFilterGroup::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:2px}.amenities-grid .filter-bar__btn{margin:0}.amenities-grid .checkbox-label{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#333}.amenities-grid .checkbox-label:hover{background:hsla(0,0%,100%,.6)}.amenities-grid .checkbox-label input[type=checkbox]{width:16px;height:16px;border-radius:4px}.modal-footer{display:flex;align-items:center;gap:12px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #e6e6e6;background:#fff;flex-shrink:0;position:absolute;bottom:0;left:0;right:0;z-index:10}.apply-btn{flex:1 1;background:#0969da;color:#fff;border:none;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px}.apply-btn:hover{background:#0860ca;transform:translateY(-1px);box-shadow:0 4px 12px rgba(9,105,218,.3)}.apply-btn:active{background:#0757ba;transform:translateY(0);box-shadow:0 2px 6px rgba(9,105,218,.3)}.apply-btn:disabled{cursor:not-allowed}.apply-btn:disabled,.apply-btn:disabled:hover{background:#94a3b8;transform:none;box-shadow:none}.cancel-btn{flex:1 1;background:#fff;color:#333;border:1px solid #e6e6e6;border-radius:8px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:52px}.cancel-btn:hover{background:#f8f9fa;border-color:#d0d7de}.cancel-btn:active{background:#e8eaed}.amenities-grid .loading-spinner{display:flex;justify-content:center;align-items:center;padding:24px;color:#666}.amenities-grid .loading-spinner:before{content:"";width:20px;height:20px;border:2px solid #e6e6e6;border-top-color:#0969da;border-radius:50%;animation:spin 1s linear infinite;margin-right:12px}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:375px){.modal-header{padding:12px 16px}.modal-header h2{font-size:16px}.modal-body{padding:0 16px 100px}.modal-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.filter-section{margin-bottom:24px}.filter-section h3{font-size:15px;margin-bottom:12px}}body:has(.mobile-filter-modal) .custom-dropdown__menu{z-index:1060!important;box-shadow:0 8px 32px rgba(0,0,0,.2)!important;border:1px solid #e6e6e6!important;border-radius:12px!important;background:#fff!important;width:320px!important;max-width:calc(100vw - 32px)!important}body:has(.mobile-filter-modal) .custom-dropdown__menu input[type=number]{background:#fff!important;border:1px solid #e6e6e6!important;border-radius:6px!important;font-size:14px!important;padding:8px 12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu input[type=number]:focus{border-color:#0969da!important;outline:none!important;box-shadow:0 0 0 2px rgba(9,105,218,.1)!important}body:has(.mobile-filter-modal) .custom-dropdown__menu button{background:#0969da!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:background-color .2s ease!important}body:has(.mobile-filter-modal) .custom-dropdown__menu button:hover{background:#0860ca!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .flex{display:flex!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .gap-2{gap:8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .gap-3{gap:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-1{margin-bottom:4px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-2{margin-bottom:8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-3{margin-bottom:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .mb-4{margin-bottom:16px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .flex-1{flex:1 1!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .w-full{width:100%!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .block{display:block!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-sm{font-size:14px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-xs{font-size:12px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .font-medium{font-weight:500!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-gray-700{color:#374151!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .text-gray-500{color:#6b7280!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .bg-gray-100{background:#f3f4f6!important;color:#374151!important;font-size:12px!important;padding:4px 8px!important}body:has(.mobile-filter-modal) .custom-dropdown__menu .bg-gray-100:hover{background:#e5e7eb!important}.mobile-filter-btn{display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:1px solid #e6e6e6;border-radius:8px;padding:0;cursor:pointer;transition:all .2s ease;width:36px;min-width:36px;height:36px;min-height:36px;flex-shrink:0;position:relative}.mobile-filter-btn:hover{background:#f1f3f4;border-color:#d0d7de}.mobile-filter-btn:active{background:#e8eaed;transform:scale(.98)}.mobile-filter-btn svg{color:#666;flex-shrink:0}.mobile-filter-badge{position:absolute;top:-6px;right:-6px;background:#dc3545;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;line-height:1;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.2);min-width:18px;padding:0 1px}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important}.no-scrollbar::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}