.AlertModal-module__UZv0PG__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out AlertModal-module__UZv0PG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AlertModal-module__UZv0PG__fadeIn{0%{opacity:0}to{opacity:1}}.AlertModal-module__UZv0PG__modal{text-align:center;transform-origin:50%;background:#fff;border-radius:12px;min-width:300px;max-width:400px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) AlertModal-module__UZv0PG__slideUp;position:relative;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}@keyframes AlertModal-module__UZv0PG__slideUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AlertModal-module__UZv0PG__closeButton{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:14px;transition:color .2s,background .2s;display:flex;position:absolute;top:12px;right:12px}.AlertModal-module__UZv0PG__closeButton:hover{color:#374151;background:#f3f4f6}.AlertModal-module__UZv0PG__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.AlertModal-module__UZv0PG__icon{justify-content:center;align-items:center;display:flex}.AlertModal-module__UZv0PG__title{color:#111827;margin:0 0 8px;font-size:1.25rem;font-weight:600}.AlertModal-module__UZv0PG__message{color:#6b7280;margin:0 0 24px;font-size:.95rem;line-height:1.5}.AlertModal-module__UZv0PG__buttons{justify-content:center;gap:12px;display:flex}.AlertModal-module__UZv0PG__confirmButton{cursor:pointer;color:#fff;border:none;border-radius:8px;min-width:100px;padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.AlertModal-module__UZv0PG__confirmButton:hover{opacity:.9;transform:translateY(-1px)}.AlertModal-module__UZv0PG__cancelButton{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:100px;padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .2s}.AlertModal-module__UZv0PG__cancelButton:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.AlertModal-module__UZv0PG__toastContainer{z-index:999999;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.AlertModal-module__UZv0PG__toast{pointer-events:all;background:#fff;border-left:4px solid #d4a84b;border-radius:10px;align-items:flex-start;gap:12px;min-width:280px;max-width:380px;padding:14px 16px;animation:.35s cubic-bezier(.16,1,.3,1) AlertModal-module__UZv0PG__toastSlideIn;display:flex;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}@keyframes AlertModal-module__UZv0PG__toastSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AlertModal-module__UZv0PG__toastIcon{flex-shrink:0;align-items:center;margin-top:1px;display:flex}.AlertModal-module__UZv0PG__toastContent{flex:1;min-width:0}.AlertModal-module__UZv0PG__toastTitle{color:#111827;margin-bottom:2px;font-size:.875rem;font-weight:600}.AlertModal-module__UZv0PG__toastMessage{color:#6b7280;font-size:.875rem;line-height:1.4}.AlertModal-module__UZv0PG__toastClose{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;align-items:center;margin-top:1px;padding:0;transition:color .2s;display:flex}.AlertModal-module__UZv0PG__toastClose:hover{color:#374151}
.Header-module__hBw1pG__header{top:0;left:var(--sidebar-width);height:var(--header-height);background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 var(--spacing-lg);z-index:1001;justify-content:space-between;align-items:center;transition:left .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;right:0}@media (max-width:1023px){.Header-module__hBw1pG__header{padding:0 var(--spacing-sm);left:0}}.Header-module__hBw1pG__left{align-items:center;gap:var(--spacing-md);display:flex}.Header-module__hBw1pG__title{color:var(--gray-800);font-size:1.125rem;font-weight:600}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Header-module__hBw1pG__hamburger:hover{background:var(--gray-100)}.Header-module__hBw1pG__hamburgerLine{background:var(--gray-700);border-radius:2px;width:24px;height:3px;transition:all .3s}.Header-module__hBw1pG__right{align-items:center;gap:var(--spacing-lg);display:flex}.Header-module__hBw1pG__userInfo{text-align:right}.Header-module__hBw1pG__userName{color:var(--gray-700);font-size:.875rem;font-weight:500;display:block}.Header-module__hBw1pG__userRole{color:var(--gray-500);text-transform:capitalize;font-size:.75rem;display:block}.Header-module__hBw1pG__logoutBtn{padding:var(--spacing-sm)var(--spacing-md);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-weight:500}.Header-module__hBw1pG__logoutBtn:hover{background:var(--gray-200)}@media (max-width:1023px){.Header-module__hBw1pG__header{padding:0 var(--spacing-md);left:0}.Header-module__hBw1pG__hamburger{width:20px;height:14px;display:flex}.Header-module__hBw1pG__hamburgerLine{width:20px;height:2px}.Header-module__hBw1pG__userInfo{display:none}.Header-module__hBw1pG__title{font-size:.95rem}}.Header-module__hBw1pG__pageTitle{color:#000;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:1rem;font-weight:600;overflow:hidden}@media (min-width:400px){.Header-module__hBw1pG__pageTitle{max-width:260px}}@media (min-width:480px){.Header-module__hBw1pG__pageTitle{max-width:none;font-size:1.125rem}}.Header-module__hBw1pG__addListingBtn{color:#fff;white-space:nowrap;background:#b18d27;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 1px 3px #b18d274d}.Header-module__hBw1pG__addListingBtn:hover{color:#fff;background:#8a6e1e}.Header-module__hBw1pG__addListingBtn:active{transform:scale(.97)}@media (max-width:480px){.Header-module__hBw1pG__title{display:none}}.Header-module__hBw1pG__languageDropdown{margin-right:16px;position:relative}.Header-module__hBw1pG__dropdownToggle{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;background:0 0;align-items:center;gap:6px;padding:6px 12px;transition:all .2s;display:flex}.Header-module__hBw1pG__dropdownToggle:hover{background:var(--gray-50);border-color:var(--gray-300)}.Header-module__hBw1pG__flag{border-radius:2px;width:20px;height:15px;display:inline-block;overflow:hidden}.Header-module__hBw1pG__langCode{color:var(--gray-700);font-size:.875rem;font-weight:600}.Header-module__hBw1pG__arrow{color:var(--gray-400);font-size:.6rem}.Header-module__hBw1pG__dropdownMenu{border:1px solid var(--gray-200);border-radius:var(--radius-md);z-index:50;background:#fff;width:140px;padding:4px;animation:.1s ease-out Header-module__hBw1pG__fadeIn;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownItem{text-align:left;cursor:pointer;width:100%;color:var(--gray-700);background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:8px 12px;font-size:.875rem;transition:all .1s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--gray-50);color:var(--primary)}.Header-module__hBw1pG__activeItem{background:var(--primary);color:#fff;font-weight:500}
.Pagination-module__Ih5jkq__paginationContainer{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:4px;padding:0;display:flex}.Pagination-module__Ih5jkq__pageBtn{color:#475569;cursor:pointer;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:600;transition:all .15s;display:flex}.Pagination-module__Ih5jkq__pageBtn:hover:not(:disabled){color:#1e293b;background:#fff;border-color:#cbd5e1;box-shadow:0 1px 2px #0000000d}.Pagination-module__Ih5jkq__pageBtn:disabled{opacity:.5;cursor:not-allowed;color:#cbd5e1}.Pagination-module__Ih5jkq__primaryBtn{color:#b45309}.Pagination-module__Ih5jkq__primaryBtn:hover:not(:disabled){color:#92400e;background:#fffbeb;border-color:#fcd34d}.Pagination-module__Ih5jkq__pageInputWrapper{align-items:center;gap:6px;margin:0 2px;display:flex}.Pagination-module__Ih5jkq__pageInput{text-align:center;color:#1e293b;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:8px;outline:none;width:38px;height:34px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;transition:all .15s}.Pagination-module__Ih5jkq__pageInput:focus{background:#fff;border-color:#d4a84b;box-shadow:0 0 0 2.5px #d4a84b24}.Pagination-module__Ih5jkq__ofText{color:#64748b;white-space:nowrap;font-size:12.5px;font-weight:500}@media (max-width:768px){.Pagination-module__Ih5jkq__paginationContainer{gap:6px;padding-bottom:0}.Pagination-module__Ih5jkq__pageBtn{border-radius:8px;width:44px;height:44px;font-size:16px}.Pagination-module__Ih5jkq__pageInput{border-radius:8px;width:48px;height:44px;font-size:15px}.Pagination-module__Ih5jkq__ofText{margin:0 2px;font-size:15px}.Pagination-module__Ih5jkq__pageInputWrapper{gap:6px}}
.PropertyFilters-module__-O7G3a__filtersWrapper{z-index:100;width:100%;position:relative}.PropertyFilters-module__-O7G3a__desktopFilterBar{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.PropertyFilters-module__-O7G3a__filterItemKeyword{flex:300px;min-width:280px;position:relative}.PropertyFilters-module__-O7G3a__filterItem{flex:0 0 170px;min-width:140px;max-width:170px}.PropertyFilters-module__-O7G3a__filterActionsPC{flex-shrink:0;align-items:center;gap:6px;display:flex}.PropertyFilters-module__-O7G3a__searchWrap{align-items:center;gap:8px;width:100%;display:flex;position:relative}.PropertyFilters-module__-O7G3a__searchWrapModal{gap:0;position:relative}.PropertyFilters-module__-O7G3a__searchIcon{color:#94a3b8;pointer-events:none;stroke-width:2px;z-index:1;flex-shrink:0;position:absolute;left:10px}.PropertyFilters-module__-O7G3a__filterInput{color:#1e293b;background:#fff;border:.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;min-width:0;height:36px;padding:0 32px;font-family:inherit;font-size:13px;transition:all .15s}.PropertyFilters-module__-O7G3a__filterInput:focus{background:#fff;border-color:#b18d27;box-shadow:0 0 0 2px #b18d2724}.PropertyFilters-module__-O7G3a__filterInputModal{background:#fff;border:1px solid #d1d5db;border-radius:12px;height:auto;padding:14px 16px 14px 38px;font-size:14px}.PropertyFilters-module__-O7G3a__searchIconModal{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.PropertyFilters-module__-O7G3a__filterInputModal:focus{box-shadow:0 0 0 2px #765b0033}.PropertyFilters-module__-O7G3a__inputFlexContainer{flex:1;min-width:0;position:relative}.PropertyFilters-module__-O7G3a__clearInputBtn{cursor:pointer;color:#c0b090;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.PropertyFilters-module__-O7G3a__clearInputBtn:hover{color:#b18d27;background:#f5f0e5}.PropertyFilters-module__-O7G3a__searchBtn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#d4a84b;border:none;border-radius:8px;min-width:168px;height:36px;padding:0 32px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .1s;box-shadow:0 1px 2px #0000000f}.PropertyFilters-module__-O7G3a__searchBtn:hover{background:#c79e46}.PropertyFilters-module__-O7G3a__searchBtn:active{transform:scale(.98)}.PropertyFilters-module__-O7G3a__resetBtn{color:#94a3b8;cursor:pointer;background:0 0;border:.5px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:color .15s,border-color .15s,background .15s;display:flex}.PropertyFilters-module__-O7G3a__resetBtn:hover{color:#b18d27;background:#fef9f0;border-color:#d4b358}.PropertyFilters-module__-O7G3a__mobileSearchTrigger{-webkit-backdrop-filter:blur(10px);cursor:pointer;text-align:left;background:#ffffffeb;border:1px solid #d1c5b166;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;transition:background .2s;display:flex;position:relative}.PropertyFilters-module__-O7G3a__mobileSearchTrigger:hover{background:#dbe2fa80}.PropertyFilters-module__-O7G3a__mobileSearchTriggerIcon{color:#4d4636;flex-shrink:0}.PropertyFilters-module__-O7G3a__mobileSearchTriggerText{color:#4d4636;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.PropertyFilters-module__-O7G3a__mobileSearchTriggerTune{color:#4d4636;flex-shrink:0}.PropertyFilters-module__-O7G3a__mobileActiveDot{background:#b18d27;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.PropertyFilters-module__-O7G3a__filterModalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#191c1e66;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.PropertyFilters-module__-O7G3a__filterModalSheet{background:#fff;border-radius:0;flex-direction:column;width:100%;height:100dvh;max-height:100dvh;transition:transform .28s ease-out;display:flex;overflow:hidden;transform:translateY(100%)}.PropertyFilters-module__-O7G3a__filterModalSheetOpen{transform:translateY(0)}.PropertyFilters-module__-O7G3a__filterModalHeader{background:#fff;border-bottom:1px solid #e1e2e580;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.PropertyFilters-module__-O7G3a__filterModalHeaderTitle{align-items:center;gap:10px;display:flex}.PropertyFilters-module__-O7G3a__filterModalHeaderIcon{color:#d4a84b}.PropertyFilters-module__-O7G3a__filterModalHeader h3{color:#191c1e;margin:0;font-size:18px;font-weight:700}.PropertyFilters-module__-O7G3a__filterModalClose{cursor:pointer;color:#6b7280;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,border-color .15s;display:flex}.PropertyFilters-module__-O7G3a__filterModalClose:hover{background:#f3f4f6;border-color:#d1d5db}.PropertyFilters-module__-O7G3a__filterModalBody{flex-direction:column;flex:1;gap:0;padding:14px 18px 120px;display:flex;overflow-y:auto}.PropertyFilters-module__-O7G3a__modalFieldGroup{flex-direction:column;gap:8px;width:100%;margin-bottom:0;display:flex;position:relative}.PropertyFilters-module__-O7G3a__idSearchBanner{background:#fffbf0;border:1px solid #f0d080;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:10px 14px;display:flex}.PropertyFilters-module__-O7G3a__idSearchBannerLeft{align-items:center;gap:10px;min-width:0;display:flex}.PropertyFilters-module__-O7G3a__idSearchBannerIcon{color:#d4a84b;flex-shrink:0;align-items:center;display:flex}.PropertyFilters-module__-O7G3a__idSearchBannerTitle{color:#92700a;font-size:.8125rem;font-weight:700;line-height:1.3}.PropertyFilters-module__-O7G3a__idSearchBannerSub{color:#b8902f;margin-top:1px;font-size:.725rem}.PropertyFilters-module__-O7G3a__idSearchClearBtn{color:#d4a84b;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #d4a84b;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s,color .15s;display:flex}.PropertyFilters-module__-O7G3a__idSearchClearBtn:hover{color:#fff;background:#d4a84b}.PropertyFilters-module__-O7G3a__idSearchClearBtn:active{opacity:.8}.PropertyFilters-module__-O7G3a__filterModalBody>.PropertyFilters-module__-O7G3a__modalFieldGroup{border-bottom:1px solid #e1e2e599;margin-bottom:8px;padding-bottom:16px}.PropertyFilters-module__-O7G3a__modalLabel{color:#4d4636;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.PropertyFilters-module__-O7G3a__statusRow{background:#e7e8eb;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:3px;margin-bottom:4px;padding:3px;display:grid}.PropertyFilters-module__-O7G3a__statusRowWrapper{border-bottom:1px solid #e1e2e599;padding-bottom:16px}.PropertyFilters-module__-O7G3a__statusBtn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:10px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:flex}.PropertyFilters-module__-O7G3a__statusBtnActive{color:#fff;background:#d4a84b;box-shadow:0 1px 4px #d4a84b59}.PropertyFilters-module__-O7G3a__accordionItem{border-bottom:1px solid #e1e2e599}.PropertyFilters-module__-O7G3a__accordionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:13px 0;font-family:inherit;transition:opacity .15s;display:flex}.PropertyFilters-module__-O7G3a__accordionHeader:active{opacity:.7}.PropertyFilters-module__-O7G3a__accordionTitle{color:#191c1e;flex:1;font-size:15px;font-weight:600}.PropertyFilters-module__-O7G3a__accordionBadge{color:#92400e;white-space:nowrap;text-overflow:ellipsis;background:#fef3c7;border-radius:20px;max-width:120px;padding:2px 8px;font-size:11px;font-weight:600;overflow:hidden}.PropertyFilters-module__-O7G3a__accordionIcon{color:#d4a84b;flex-shrink:0}.PropertyFilters-module__-O7G3a__accordionChevron{color:#9ca3af;flex-shrink:0;transition:transform .2s}.PropertyFilters-module__-O7G3a__accordionChevronOpen{transform:rotate(180deg)}.PropertyFilters-module__-O7G3a__accordionBody{padding-bottom:12px}.PropertyFilters-module__-O7G3a__segmentedControl{background:#e7e8eb;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.PropertyFilters-module__-O7G3a__segmentBtn{cursor:pointer;color:#6b7280;white-space:nowrap;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:10px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:flex}.PropertyFilters-module__-O7G3a__segmentBtnActive{color:#fff;background:#d4a84b;box-shadow:0 1px 4px #d4a84b59}.PropertyFilters-module__-O7G3a__selectableList{flex-direction:column;display:flex;overflow:hidden}.PropertyFilters-module__-O7G3a__selectableItem{cursor:pointer;text-align:left;background:#fff;border-top:none;border-bottom:1px solid #e1e2e580;border-left:3px solid #0000;border-right:none;align-items:center;gap:12px;width:100%;padding:10px 16px;font-family:inherit;transition:background .15s;display:flex}.PropertyFilters-module__-O7G3a__selectableItem:last-child{border-bottom:none}.PropertyFilters-module__-O7G3a__selectableItemActive{background:#fef9ee;border-left-color:#d4a84b}.PropertyFilters-module__-O7G3a__selectableIcon{color:#9ca3af;flex-shrink:0;display:flex}.PropertyFilters-module__-O7G3a__selectableItemActive .PropertyFilters-module__-O7G3a__selectableIcon{color:#d4a84b}.PropertyFilters-module__-O7G3a__selectableLabel{color:#191c1e;flex:1;font-size:14px;font-weight:500}.PropertyFilters-module__-O7G3a__radioBtn{background:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:border-color .15s;position:relative}.PropertyFilters-module__-O7G3a__radioBtnChecked{border-color:#d4a84b}.PropertyFilters-module__-O7G3a__radioBtnChecked:after{content:"";background:#d4a84b;border-radius:50%;position:absolute;inset:3px}.PropertyFilters-module__-O7G3a__filterModalFooter{padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px));z-index:10001;background:#fff;border-top:1px solid #e5e7eb;grid-template-columns:1fr 1fr;gap:12px;display:grid;position:fixed;bottom:0;left:0;right:0}.PropertyFilters-module__-O7G3a__modalResetBtn{color:#4b5563;letter-spacing:.01em;cursor:pointer;background:0 0;border:1.5px solid #d1d5db;border-radius:12px;padding:13px 16px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.PropertyFilters-module__-O7G3a__modalResetBtn:hover{color:#374151;background:#f9fafb;border-color:#9ca3af}.PropertyFilters-module__-O7G3a__modalResetBtn:active{transform:scale(.98)}.PropertyFilters-module__-O7G3a__modalSearchBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:#d4a84b;border:none;border-radius:12px;padding:13px 16px;font-family:inherit;font-size:.8125rem;font-weight:700;transition:background .15s,transform .1s;box-shadow:0 4px 12px #d4a84b4d}.PropertyFilters-module__-O7G3a__modalSearchBtn:hover{background:#c79e46}.PropertyFilters-module__-O7G3a__modalSearchBtn:active{transform:scale(.97)}.PropertyFilters-module__-O7G3a__locationInputWrapper{width:100%;position:relative}.PropertyFilters-module__-O7G3a__locationInputIcon{color:#9ca3af;z-index:1;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.PropertyFilters-module__-O7G3a__locationInputWrapper .form-select{padding-left:40px!important}:is(.PropertyFilters-module__-O7G3a__filtersWrapper [class*=searchableSelect],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=multiSelect],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=selectTrigger],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=trigger]){color:#1e293b!important;background:#fff!important;border:.5px solid #e2e8f0!important;border-radius:8px!important;height:36px!important;font-family:inherit!important;font-size:13px!important}:is(.PropertyFilters-module__-O7G3a__filterModalBody [class*=searchableSelect],.PropertyFilters-module__-O7G3a__filterModalBody [class*=container],.PropertyFilters-module__-O7G3a__filterModalBody [class*=selectTrigger]){box-shadow:none!important;background:0 0!important;border:none!important}:is(.PropertyFilters-module__-O7G3a__filterModalBody [class*=dropdownInputWrapper] input,.PropertyFilters-module__-O7G3a__filterModalBody [class*=inputWrapper] input,.PropertyFilters-module__-O7G3a__filterModalBody .form-select){height:48px!important;box-shadow:none!important;background:#f0f1f3!important;border:none!important;border-radius:12px!important;padding:0 36px 0 14px!important;font-size:14px!important;font-weight:500!important}.PropertyFilters-module__-O7G3a__filterModalBody [class*=dropdownArrow]{color:#9ca3af;pointer-events:none;font-size:.7rem;font-weight:600;display:block;position:absolute;top:50%;right:12px;transform:translateY(-50%)}:is(.PropertyFilters-module__-O7G3a__filterModalBody .PropertyFilters-module__-O7G3a__locationInputWrapper [class*=dropdownInputWrapper] input,.PropertyFilters-module__-O7G3a__filterModalBody .PropertyFilters-module__-O7G3a__locationInputWrapper [class*=inputWrapper] input,.PropertyFilters-module__-O7G3a__filterModalBody .PropertyFilters-module__-O7G3a__locationInputWrapper .form-select){background:#f0f1f3!important;border:1.5px solid #e5e7eb!important;padding-left:40px!important}:is(.PropertyFilters-module__-O7G3a__filtersWrapper [class*=selectTrigger]:hover,.PropertyFilters-module__-O7G3a__filtersWrapper [class*=trigger]:hover){border-color:#cbd5e1!important}:is(.PropertyFilters-module__-O7G3a__filtersWrapper [class*=selectTrigger]:focus-within,.PropertyFilters-module__-O7G3a__filtersWrapper [class*=trigger]:focus-within){background:#fff!important;border-color:#b18d27!important;box-shadow:0 0 0 2px #b18d2724!important}@media (max-width:1440px) and (min-width:1024px){.PropertyFilters-module__-O7G3a__filterInput{height:34px;font-size:12px}.PropertyFilters-module__-O7G3a__searchBtn{min-width:82px;height:34px;padding:0 26px;font-size:12px}.PropertyFilters-module__-O7G3a__resetBtn{width:34px;height:34px}.PropertyFilters-module__-O7G3a__filterItem{flex:0 0 158px;min-width:130px;max-width:158px}:is(.PropertyFilters-module__-O7G3a__filtersWrapper [class*=searchableSelect],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=multiSelect],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=selectTrigger],.PropertyFilters-module__-O7G3a__filtersWrapper [class*=trigger]){height:34px!important;font-size:12px!important}}.PropertyFilters-module__-O7G3a__filterDisabled{opacity:.6;pointer-events:none;filter:grayscale(.2);cursor:not-allowed!important}.PropertyFilters-module__-O7G3a__filterRow{flex-wrap:wrap;gap:8px;width:100%;display:flex}.PropertyFilters-module__-O7G3a__filterActions{align-items:center;gap:6px;display:flex}.PropertyFilters-module__-O7G3a__radiusControl{align-items:center;gap:10px;height:36px;padding:0 4px;display:flex}.PropertyFilters-module__-O7G3a__radiusLabel{color:#64748b;white-space:nowrap;font-size:13px}.PropertyFilters-module__-O7G3a__radiusSlider{appearance:none;background:#e2e8f0;border-radius:2px;outline:none;flex:1;height:4px}.PropertyFilters-module__-O7G3a__radiusSlider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#b18d27;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #00000026}.PropertyFilters-module__-O7G3a__modeSwitchContainer{margin-bottom:10px}.PropertyFilters-module__-O7G3a__modeSwitch{background:#f1f5f9;border-radius:10px;height:36px;padding:3px;display:inline-flex}.PropertyFilters-module__-O7G3a__modeBtn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .18s}.PropertyFilters-module__-O7G3a__activeMode{color:#b18d27;background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.PropertyFilters-module__-O7G3a__suggestionsDropdown{z-index:1000;scroll-behavior:smooth;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:480px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.PropertyFilters-module__-O7G3a__suggestionGroup{border-bottom:1px solid #f1f5f9}.PropertyFilters-module__-O7G3a__suggestionGroup:last-child{border-bottom:none}.PropertyFilters-module__-O7G3a__suggestionGroupHeader{color:#64748b;text-transform:uppercase;letter-spacing:.3px;background:#f8fafc;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.PropertyFilters-module__-O7G3a__suggestionItem{cursor:pointer;color:#1e293b;flex-direction:column;gap:2px;padding:10px 12px;font-size:13px;transition:background .15s;display:flex}.PropertyFilters-module__-O7G3a__suggestionItem:hover,.PropertyFilters-module__-O7G3a__suggestionHighlighted{color:#b18d27;background:#fef9f0}.PropertyFilters-module__-O7G3a__suggestionContent{flex-direction:column;gap:2px;display:flex}.PropertyFilters-module__-O7G3a__suggestionMain{align-items:center;gap:8px;display:flex}.PropertyFilters-module__-O7G3a__suggestionPropertyId{color:#b18d27;background:#fffdf5;border:1px solid #b18d2733;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700}.PropertyFilters-module__-O7G3a__suggestionTitle{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.PropertyFilters-module__-O7G3a__suggestionSubtitle{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.PropertyFilters-module__-O7G3a__suggestionValue{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.PropertyFilters-module__-O7G3a__loadingSpinner{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.PropertyFilters-module__-O7G3a__spinner{border:2px solid #e2e8f0;border-top-color:#b18d27;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite PropertyFilters-module__-O7G3a__spin}@keyframes PropertyFilters-module__-O7G3a__spin{to{transform:rotate(360deg)}}
.app-layout{height:100dvh;display:flex}.maptool-module__IHyv8a__maptoolMainLayout{height:100dvh;min-height:100dvh;max-height:100dvh;margin-left:calc(var(--sidebar-width) + (var(--sidebar-margin)*2));background:#fff;flex-direction:column;flex:1;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}body.sidebar-collapsed .maptool-module__IHyv8a__maptoolMainLayout{margin-left:calc(var(--sidebar-collapsed-width) + (var(--sidebar-margin)*2))}.maptool-module__IHyv8a__maptoolMainLayout>:first-child{z-index:1000;background:#fff;position:relative;box-shadow:0 2px 4px #0000000f}.maptool-module__IHyv8a__contentSplit{flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.maptool-module__IHyv8a__propertyListSection{background:#fff;flex-direction:column;flex-shrink:0;width:35%;min-width:25%;max-width:70%;height:100%;max-height:100%;display:flex;overflow:hidden}.maptool-module__IHyv8a__resizeDivider{cursor:default;z-index:10;-webkit-user-select:none;user-select:none;background:#e4d9c8;flex-shrink:0;width:6px;position:relative}.maptool-module__IHyv8a__dividerToggleBtn{cursor:pointer;color:#8a7560;z-index:11;background:#fff;border:1px solid #c9b99a;border-radius:6px;justify-content:center;align-items:center;width:22px;height:32px;padding:0;transition:background .15s,border-color .15s,color .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.maptool-module__IHyv8a__dividerToggleBtn:hover{color:#fff;background:#e0b53f;border-color:#e0b53f}.maptool-module__IHyv8a__propertyListHeader{z-index:100;background:#fff;border-bottom:1px solid #f3f4f6;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 16px;display:flex;position:sticky;top:0}.maptool-module__IHyv8a__headerLeft{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.maptool-module__IHyv8a__headerRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.maptool-module__IHyv8a__matchesCount{color:#374151;white-space:nowrap;font-size:13px;font-weight:600}.maptool-module__IHyv8a__sortSelect{color:#475569;cursor:pointer;appearance:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 6px center no-repeat;border:.5px solid #e2e8f0;border-radius:6px;outline:none;height:32px;padding:0 22px 0 8px;font-family:inherit;font-size:11px;font-weight:500}.maptool-module__IHyv8a__mobileSortWrap{flex-shrink:0;align-items:center;gap:4px;display:none;position:relative}.maptool-module__IHyv8a__mobileSortBtn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000000f}.maptool-module__IHyv8a__mobileSortBtn:hover{border-color:#d1a827;box-shadow:0 2px 6px #0000001a}.maptool-module__IHyv8a__mobileSortMenu{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;padding:6px 0;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0000001a,0 2px 8px #0000000f}.maptool-module__IHyv8a__mobileSortMenuHeader{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #f1f5f9;margin-bottom:2px;padding:8px 14px 6px;font-size:10px;font-weight:700}.maptool-module__IHyv8a__mobileSortMenuItem{color:#475569;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:0;width:100%;padding:9px 14px;font-family:inherit;font-size:13px;transition:background .1s;display:flex}.maptool-module__IHyv8a__mobileSortMenuItemCheck{flex-shrink:0;align-items:center;width:20px;display:flex}.maptool-module__IHyv8a__mobileSortMenuItem:hover{color:#1e293b;background:#f8fafc}.maptool-module__IHyv8a__mobileSortMenuItemActive{color:#b45309;font-weight:600}.maptool-module__IHyv8a__mobileSortMenuItemActive:hover{background:#fffbeb}@media (max-width:768px){.maptool-module__IHyv8a__sortSelect{display:none}.maptool-module__IHyv8a__mobileSortWrap{display:flex}}.maptool-module__IHyv8a__searchHeaderTitleWrap{flex-direction:column;gap:8px;display:flex}.maptool-module__IHyv8a__locationBadgeGroup{flex-wrap:wrap;gap:8px;margin-bottom:2px;display:flex}.maptool-module__IHyv8a__locationBadge,.maptool-module__IHyv8a__locationBadgeRadius{border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.maptool-module__IHyv8a__locationBadge{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.maptool-module__IHyv8a__locationBadgeRadius{color:#be185d;background:#fce7f3;border:1px solid #fbcfe8}.maptool-module__IHyv8a__locIcon{flex-shrink:0}.maptool-module__IHyv8a__searchSpecsText{color:#4b5563;flex-wrap:wrap;gap:12px 16px;font-size:11px;line-height:1.3;display:flex}.maptool-module__IHyv8a__specGroup{flex-direction:column;flex:1;gap:2px;min-width:120px;display:flex}.maptool-module__IHyv8a__specLabel{color:#000;font-weight:700}.maptool-module__IHyv8a__specVal{color:#374151;padding-left:0}.maptool-module__IHyv8a__shareAllIconBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:6px;transition:all .2s;display:flex}.maptool-module__IHyv8a__shareAllIconBtn:hover:not(:disabled){color:#6b7280;background:#0000000d;transform:scale(1.1)}.maptool-module__IHyv8a__shareAllIconBtn:disabled{color:#9ca3af;opacity:.45;cursor:not-allowed}.maptool-module__IHyv8a__propertyListContent{background:#fff;flex:1;grid-template-columns:1fr;align-content:start;align-items:start;gap:8px;min-height:0;padding:12px 16px;display:grid;overflow:hidden auto}.maptool-module__IHyv8a__propertyListContent>div{flex-direction:column;display:flex}.maptool-module__IHyv8a__propertyListContent .maptool-module__IHyv8a__loadingState,.maptool-module__IHyv8a__propertyListContent .maptool-module__IHyv8a__emptyState,.maptool-module__IHyv8a__propertyListContent .maptool-module__IHyv8a__noSearchPlaceholder,.maptool-module__IHyv8a__propertyListContent .maptool-module__IHyv8a__paginationContainer{grid-column:1/-1}.maptool-module__IHyv8a__paginationContainer{background:#fff;border-top:1px solid #e0b53f26;justify-content:center;padding:32px 0;display:flex}.maptool-module__IHyv8a__loadingState{color:#b87a10;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:300px;display:flex}.maptool-module__IHyv8a__spinner{border:3px solid #e0b53f1a;border-top-color:#e0b53f;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite maptool-module__IHyv8a__spin}@keyframes maptool-module__IHyv8a__spin{to{transform:rotate(360deg)}}.maptool-module__IHyv8a__noSearchPlaceholder{text-align:center;color:#8c8375;background:#e0b53f05;border:1px dashed #e0b53f26;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;margin:20px;padding:40px;display:flex}.maptool-module__IHyv8a__placeholderIcon{color:#e0b53f;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;box-shadow:0 10px 25px #e0b53f26}.maptool-module__IHyv8a__noSearchPlaceholder h3{color:#2c2416;margin-bottom:8px;font-size:1.25rem;font-weight:700}.maptool-module__IHyv8a__noSearchPlaceholder p{color:#64748b;max-width:250px;font-size:.9rem;line-height:1.5}.maptool-module__IHyv8a__noResults{text-align:center;color:#8c8375;background:#e0b53f08;border:1px dashed #e0b53f33;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin:20px;padding:60px 40px;display:flex}.maptool-module__IHyv8a__noResultsIcon{color:#94a3b8;margin-bottom:16px}.maptool-module__IHyv8a__emptyState{text-align:center;color:#8c8375;background:#e0b53f08;border:1px dashed #e0b53f33;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin:20px;padding:60px 40px;display:flex}.maptool-module__IHyv8a__paginationContainer{background:#fff;border-top:1px solid #ece1d0;justify-content:center;margin-top:16px;padding:16px 24px;display:flex}.maptool-module__IHyv8a__mapSection{background:#e4d9c8;flex:1;width:100%;height:100%;max-height:100%;position:relative;overflow:hidden;width:100%!important;height:100%!important;min-height:100%!important}.maptool-module__IHyv8a__mapSection .maptool-module__IHyv8a__card{overflow:hidden;width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.maptool-module__IHyv8a__mapSection .maptool-module__IHyv8a__card>div{width:100%!important;height:100%!important}.maptool-module__IHyv8a__mapSection>div{width:100%!important;height:100%!important;box-shadow:none!important;border-radius:0!important}.maptool-module__IHyv8a__mapSection>div>div{width:100%!important;height:100%!important}.maptool-module__IHyv8a__propertyListContent::-webkit-scrollbar{width:6px}.maptool-module__IHyv8a__propertyListContent::-webkit-scrollbar-track{background:0 0}.maptool-module__IHyv8a__propertyListContent::-webkit-scrollbar-thumb{background:#d3c5ab;border-radius:10px}.maptool-module__IHyv8a__propertyListContent::-webkit-scrollbar-thumb:hover{background:#81765f}.maptool-module__IHyv8a__mobileViewToggle,.maptool-module__IHyv8a__mobileStripSpacer,.maptool-module__IHyv8a__mobileRestoreStrip,.maptool-module__IHyv8a__mapPopupBar{display:none}.maptool-module__IHyv8a__resizeDivider{justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.maptool-module__IHyv8a__resizeDivider{display:none!important}.maptool-module__IHyv8a__propertyListSection{width:100%!important;min-width:unset!important;max-width:unset!important}.maptool-module__IHyv8a__mobileStripSpacer{flex-shrink:0;height:56px;display:block}.maptool-module__IHyv8a__mobileRestoreStrip{color:#9ca3af;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;font-family:inherit;font-size:12px;font-weight:500;display:flex}.maptool-module__IHyv8a__mobileRestoreStrip:active{color:#e0b53f;background:#fff3e0}.maptool-module__IHyv8a__maptoolMainLayout{flex-direction:column;height:100dvh;min-height:100dvh;max-height:100dvh;margin-left:0;display:flex;overflow:hidden}body.sidebar-collapsed .maptool-module__IHyv8a__maptoolMainLayout{margin-left:0}.maptool-module__IHyv8a__contentSplit{flex-direction:column;flex:1;min-height:0;position:relative;overflow:hidden}.maptool-module__IHyv8a__mapSection,.maptool-module__IHyv8a__propertyListSection{z-index:1;width:100%;height:100%;max-height:100%;transition:opacity .3s,transform .3s;position:absolute;top:0;left:0}.maptool-module__IHyv8a__mapSection.maptool-module__IHyv8a__hidden,.maptool-module__IHyv8a__propertyListSection.maptool-module__IHyv8a__hidden{opacity:0;pointer-events:none;z-index:0;transform:scale(.98)}.maptool-module__IHyv8a__mapSection{border-bottom:none}.maptool-module__IHyv8a__propertyListSection{border-right:none}.maptool-module__IHyv8a__mapPopupBar{z-index:1500;height:70%;max-height:70%;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:18px 18px 0 0;flex-direction:column;transition:height .32s cubic-bezier(.4,0,.2,1),max-height .32s cubic-bezier(.4,0,.2,1),border-radius .32s;animation:.3s cubic-bezier(.4,0,.2,1) maptool-module__IHyv8a__popupBarUp;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #3c280a33}.maptool-module__IHyv8a__mapPopupBar.maptool-module__IHyv8a__expanded{border-radius:0;height:100%;max-height:100%}@keyframes maptool-module__IHyv8a__popupBarUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.maptool-module__IHyv8a__mapPopupHandle{border-radius:inherit;cursor:grab;touch-action:none;background:#fff;border:none;border-bottom:1px solid #ece1d0;flex-shrink:0;align-items:center;gap:10px;width:100%;padding:14px 18px 10px;display:flex;position:relative}.maptool-module__IHyv8a__mapPopupHandle:active{cursor:grabbing}.maptool-module__IHyv8a__mapPopupClose{color:#b87a10;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.maptool-module__IHyv8a__mapPopupClose:active{background:#e0b53f1f}.maptool-module__IHyv8a__mapPopupGrip{background:#d3c5ab;border-radius:100px;width:40px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.maptool-module__IHyv8a__mapPopupTitle{text-align:left;color:#2c2416;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Poppins,sans-serif;font-size:15px;font-weight:800;overflow:hidden}.maptool-module__IHyv8a__mapPopupHandle svg{color:#b87a10;flex-shrink:0}.maptool-module__IHyv8a__mapPopupContent{background:#fff;flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 16px 80px;display:flex;overflow-y:auto}.maptool-module__IHyv8a__propertyListHeader{z-index:10;background:#fff;border-bottom:1px solid #ece1d0;padding:12px 16px;position:sticky;top:0}.maptool-module__IHyv8a__mobileViewToggle{bottom:calc(16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:500;background:#ffffffe6;border:1px solid #e0b53f4d;border-radius:999px;gap:4px;padding:4px;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #e0b53f26}.maptool-module__IHyv8a__toggleBtn{color:#5a4e3a;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.maptool-module__IHyv8a__toggleBtn.maptool-module__IHyv8a__active{color:#fff;background:#e0b53f;box-shadow:0 4px 12px #e0b53f4d}}@media (max-width:768px){.maptool-module__IHyv8a__propertyListHeader{padding:12px 16px}.maptool-module__IHyv8a__matchesCount{font-size:15px}.maptool-module__IHyv8a__propertyListContent{padding:16px 12px calc(96px + env(safe-area-inset-bottom))}.maptool-module__IHyv8a__searchSpecsText{gap:8px}.maptool-module__IHyv8a__specGroup{min-width:auto}}@media (max-width:480px){.maptool-module__IHyv8a__propertyListHeader{padding:10px 12px}.maptool-module__IHyv8a__matchesCount{font-size:13px}}@media (max-width:375px){.maptool-module__IHyv8a__toggleBtn{gap:6px;padding:10px 14px;font-size:12px}.maptool-module__IHyv8a__textPreview{max-height:180px}.maptool-module__IHyv8a__sharePopupContent{gap:14px;padding:16px}.maptool-module__IHyv8a__sharePopupHeader{padding:14px 16px}.maptool-module__IHyv8a__propertyListContent{padding:10px 10px calc(80px + env(safe-area-inset-bottom,0px))}}.maptool-module__IHyv8a__loading{padding:var(--spacing-2xl);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.maptool-module__IHyv8a__titleCell{max-width:250px}.maptool-module__IHyv8a__titleLink{color:var(--gray-800);text-decoration:none}.maptool-module__IHyv8a__titleLink:hover{color:var(--primary)}.maptool-module__IHyv8a__SelectSidebarBtn{z-index:9999;position:fixed;bottom:20px;right:20px}.maptool-module__IHyv8a__actions{gap:var(--spacing-xs);display:flex}.maptool-module__IHyv8a__toggleContainer{flex-direction:column;align-items:center;gap:4px;display:flex}.maptool-module__IHyv8a__toggleSwitch{width:48px;height:26px;display:inline-block;position:relative}.maptool-module__IHyv8a__toggleSwitch input{opacity:0;width:0;height:0}.maptool-module__IHyv8a__slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.maptool-module__IHyv8a__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}.maptool-module__IHyv8a__toggleSwitch input:checked+.maptool-module__IHyv8a__slider{background-color:#22c55e}.maptool-module__IHyv8a__toggleSwitch input:checked+.maptool-module__IHyv8a__slider:before{transform:translate(22px)}.maptool-module__IHyv8a__toggleStatus{color:#64748b;font-size:.75rem;font-weight:600;transition:color .3s}.maptool-module__IHyv8a__toggleStatus.maptool-module__IHyv8a__active{color:#15803d}.maptool-module__IHyv8a__mapAndPropertiesLayout{width:100%;margin-top:16px;transition:all .3s;display:block}.maptool-module__IHyv8a__filterSection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:0 4px 6px -1px #0000000d}.maptool-module__IHyv8a__propertiesSection{width:100%}.maptool-module__IHyv8a__propertiesSection .maptool-module__IHyv8a__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;height:100%;margin-bottom:0;padding:0;display:flex;overflow:hidden}.maptool-module__IHyv8a__sidebarSection{z-index:2000;background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;width:350px;height:100dvh;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-350px;box-shadow:-10px 0 30px #0000001a}.maptool-module__IHyv8a__sidebarSection.maptool-module__IHyv8a__sidebarOpen{right:0}@keyframes maptool-module__IHyv8a__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.maptool-module__IHyv8a__toggleSidebarBtn{cursor:pointer;z-index:2100;color:#fff;background:#0ea5e9;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:32px;right:32px;box-shadow:0 12px 24px -6px #0ea5e980,0 4px 12px -4px #0ea5e94d}.maptool-module__IHyv8a__toggleSidebarBtn:hover{background:#0284c7;transform:translateY(-8px)scale(1.05);box-shadow:0 20px 30px -8px #0ea5e999}.maptool-module__IHyv8a__toggleSidebarBtn.maptool-module__IHyv8a__active{background:#ef4444;right:382px;box-shadow:0 10px 15px -3px #ef444466}.maptool-module__IHyv8a__badgeCount{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}.maptool-module__IHyv8a__propertyCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;height:auto;min-height:400px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -4px #0000000d}.maptool-module__IHyv8a__propertyCard:hover{border-color:#f59e0b;box-shadow:0 8px 20px -5px #f59e0b1a,0 4px 8px -4px #f59e0b1a}.maptool-module__IHyv8a__cardImage{flex-shrink:0;width:100%;height:200px;position:relative;overflow:hidden}.maptool-module__IHyv8a__cardImageSource{object-fit:cover;width:100%;height:100%;transition:transform .5s}.maptool-module__IHyv8a__propertyCard:hover .maptool-module__IHyv8a__cardImageSource{transform:scale(1.05)}.maptool-module__IHyv8a__cardContent{flex-direction:column;flex:1;justify-content:flex-start;min-width:0;padding:16px;display:flex}.maptool-module__IHyv8a__cardTitle{color:#0f172a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:1rem;font-weight:700;line-height:1.3;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.maptool-module__IHyv8a__cardTitle:hover{color:#f59e0b}.maptool-module__IHyv8a__cardMeta{align-items:center;gap:4px;margin-bottom:12px;display:flex}.maptool-module__IHyv8a__locationTextSmall{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.maptool-module__IHyv8a__cardPriceRow{flex-direction:column;gap:6px;margin-top:auto;display:flex}.maptool-module__IHyv8a__priceItemMinimal{align-items:baseline;gap:4px;display:flex}.maptool-module__IHyv8a__priceValueSmall{color:#059669;letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.maptool-module__IHyv8a__priceValueAlternative{color:#7c3aed;letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.maptool-module__IHyv8a__priceUnitSmall{color:#94a3b8;font-size:.7rem;font-weight:600}.maptool-module__IHyv8a__pricePlaceholder{color:#cbd5e1;font-size:.75rem;font-style:italic}.maptool-module__IHyv8a__cardActionsMinimal{gap:6px;display:flex;position:absolute;bottom:10px;right:12px}.maptool-module__IHyv8a__miniActionBtnPremium{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.7rem;font-weight:700;text-decoration:none;transition:all .2s}.maptool-module__IHyv8a__miniActionBtnPremium:hover{color:#f59e0b;background:#fff;border-color:#f59e0b;box-shadow:0 4px 6px -1px #f59e0b1a}.maptool-module__IHyv8a__topBadges{z-index:2;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:8px;left:8px;right:8px}.maptool-module__IHyv8a__topBadges button{pointer-events:auto}.maptool-module__IHyv8a__cardId{color:#fff;background:#f59e0b;border-radius:4px;padding:1px 4px;font-size:.6rem;font-weight:600;box-shadow:0 1px 2px #f59e0b4d}.maptool-module__IHyv8a__mobilePropertyGrid,.maptool-module__IHyv8a__desktopView{display:none}.maptool-module__IHyv8a__selectLabel{color:#f59e0b;cursor:pointer;background:#fff;border:1px solid #fde68a;border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700;transition:all .2s}.maptool-module__IHyv8a__selectLabel:hover{background:#fffbeb;border-color:#f59e0b}.maptool-module__IHyv8a__selectLabel.maptool-module__IHyv8a__selected{color:#fff;background:#f59e0b;border-color:#f59e0b}.maptool-module__IHyv8a__basketIcon{font-size:1.8rem;line-height:1}.maptool-module__IHyv8a__basketBadge{color:#fff;background:#ef4444;border:3px solid #f59e0b;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 4px;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 4px 10px #ef444466}.maptool-module__IHyv8a__drawerContainer{z-index:1000;background:#fff;border-radius:12px;width:400px;height:calc(100dvh - 120px);animation:.3s ease-out maptool-module__IHyv8a__slideIn;position:fixed;top:80px;right:20px;overflow:hidden;box-shadow:-4px 0 15px #0000001a}@keyframes maptool-module__IHyv8a__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.maptool-module__IHyv8a__floatingBasketBtn{color:#fff;cursor:pointer;z-index:999;background:#f59e0b;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #f59e0b66}.maptool-module__IHyv8a__floatingBasketBtn:hover{transform:scale(1.1)}.maptool-module__IHyv8a__floatingBasketBtn span{color:#fff;background:#ef4444;border-radius:10px;padding:2px 6px;font-size:.75rem;position:absolute;top:5px;right:5px}.maptool-module__IHyv8a__sharePopupOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:calc(env(safe-area-inset-top,0px) + 16px)16px calc(env(safe-area-inset-bottom,0px) + 16px);box-sizing:border-box;z-index:100000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.maptool-module__IHyv8a__sharePopup{width:100%;max-width:550px;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 32px);background:#fff;border-radius:16px;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) maptool-module__IHyv8a__popupFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}@keyframes maptool-module__IHyv8a__popupFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.maptool-module__IHyv8a__sharePopupHeader{background:linear-gradient(135deg,#fffbef 0%,#fff8e1 100%);border-bottom:1px solid #e0b53f26;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.maptool-module__IHyv8a__sharePopupHeader h3{color:#7a5c10;letter-spacing:.01em;margin:0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.maptool-module__IHyv8a__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.maptool-module__IHyv8a__closeBtn:hover{color:#ef4444;background:#e2e8f0}.maptool-module__IHyv8a__sharePopupContent{flex-direction:column;flex:1;gap:20px;min-height:0;padding:24px;display:flex;overflow-y:auto}.maptool-module__IHyv8a__shareSection h4{color:#475569;margin:0 0 10px;font-size:.9rem;font-weight:600}.maptool-module__IHyv8a__textPreview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-height:350px;padding:16px;overflow-y:auto}.maptool-module__IHyv8a__textPreview pre{color:#334155;white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:inherit;font-size:.85rem;line-height:1.6}.maptool-module__IHyv8a__textPreview::-webkit-scrollbar{width:6px}.maptool-module__IHyv8a__textPreview::-webkit-scrollbar-track{background:0 0}.maptool-module__IHyv8a__textPreview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.maptool-module__IHyv8a__textPreview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.maptool-module__IHyv8a__mobileSystemShareBtn,.maptool-module__IHyv8a__mobileBtnRow{display:none}@media (max-width:900px){.maptool-module__IHyv8a__mobileBtnRow{gap:10px;display:flex}.maptool-module__IHyv8a__mobileSystemShareBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e0b53f 0%,#c99a28 100%);border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #e0b53f66}.maptool-module__IHyv8a__mobileSystemShareBtn:active{transform:scale(.97);box-shadow:0 2px 8px #e0b53f4d}.maptool-module__IHyv8a__mobileCopyBtn{color:#e0b53f;box-shadow:none;background:#fff;border:1.5px solid #e0b53f80}.maptool-module__IHyv8a__mobileCopyBtn:active{box-shadow:none}.maptool-module__IHyv8a__shareGrid{display:none!important}}.maptool-module__IHyv8a__shareGrid{flex-wrap:wrap;justify-content:center;gap:20px;padding:8px 0 4px;display:flex}.maptool-module__IHyv8a__shareIconBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:0;transition:transform .18s cubic-bezier(.34,1.56,.64,1);display:flex}.maptool-module__IHyv8a__shareIconBtn:hover{transform:translateY(-3px)}.maptool-module__IHyv8a__shareIconBtn:active{transform:translateY(0)scale(.95)}.maptool-module__IHyv8a__shareIconCircle{background:linear-gradient(135deg,#e0b53f 0%,#c99a28 100%);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:box-shadow .18s;display:flex;box-shadow:0 4px 14px #e0b53f66}.maptool-module__IHyv8a__shareIconBtn:hover .maptool-module__IHyv8a__shareIconCircle{box-shadow:0 6px 20px #e0b53f8c}.maptool-module__IHyv8a__shareIconLabel{color:#7a6030;letter-spacing:.02em;text-align:center;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.maptool-module__IHyv8a__btnShareRound{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#e0b53f 0%,#c49925 100%);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #e0b53f4d,inset 0 1px #fff3}.maptool-module__IHyv8a__btnShareRound:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.maptool-module__IHyv8a__btnShareRound:hover{transform:translateY(-2px);box-shadow:0 6px 14px #e0b53f66,inset 0 1px #ffffff4d}.maptool-module__IHyv8a__btnShareRound:hover:before{opacity:1}.maptool-module__IHyv8a__btnShareRound:active{transform:translateY(0);box-shadow:0 2px 5px #e0b53f4d}.maptool-module__IHyv8a__btnShareRound svg{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.maptool-module__IHyv8a__btnShareRound:hover svg{transform:scale(1.15)rotate(8deg)}.maptool-module__IHyv8a__shareSectionHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:12px;display:flex}.maptool-module__IHyv8a__shareSectionHeader h4{margin:0!important}.maptool-module__IHyv8a__langTabs{background:#f1f5f9;border-radius:8px;gap:4px;padding:4px;display:flex}.maptool-module__IHyv8a__langTab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;transition:all .2s}.maptool-module__IHyv8a__activeLangTab{color:#e0b53f;background:#fff;box-shadow:0 2px 4px #0000000d}.maptool-module__IHyv8a__langTab:hover:not(.maptool-module__IHyv8a__activeLangTab){color:#475569;background:#ffffff80}
.PropertyNotesModal-module__e1me8G__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PropertyNotesModal-module__e1me8G__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;margin:20px;display:flex;overflow:visible;box-shadow:0 20px 60px #0000002e}.PropertyNotesModal-module__e1me8G__modal>:first-child{border-radius:16px 16px 0 0;overflow:hidden}.PropertyNotesModal-module__e1me8G__modal>:last-child{border-radius:0 0 16px 16px;overflow:hidden}.PropertyNotesModal-module__e1me8G__header{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:14px 18px;display:flex}.PropertyNotesModal-module__e1me8G__headerLeft{align-items:center;gap:10px;min-width:0;display:flex}.PropertyNotesModal-module__e1me8G__headerIcon{color:#3b82f6;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PropertyNotesModal-module__e1me8G__titleBlock{min-width:0}.PropertyNotesModal-module__e1me8G__titleLabel{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:11px;font-weight:500;line-height:1}.PropertyNotesModal-module__e1me8G__titleId{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.PropertyNotesModal-module__e1me8G__headerActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.PropertyNotesModal-module__e1me8G__iconBtn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.PropertyNotesModal-module__e1me8G__iconBtn:hover{color:#6b7280;background:#f3f4f6}.PropertyNotesModal-module__e1me8G__closeBtn{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;font-size:20px;line-height:1;transition:background .15s,color .15s;display:flex}.PropertyNotesModal-module__e1me8G__closeBtn:hover{color:#ef4444;background:#fee2e2}.PropertyNotesModal-module__e1me8G__form{background:#fafafa;border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:14px 18px}.PropertyNotesModal-module__e1me8G__formRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.PropertyNotesModal-module__e1me8G__typeGroup{align-items:center;gap:6px;display:flex}.PropertyNotesModal-module__e1me8G__label{color:#6b7280;white-space:nowrap;font-size:12px;font-weight:500}.PropertyNotesModal-module__e1me8G__select{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:7px;outline:none;padding:5px 8px;font-size:12px;transition:border-color .15s}.PropertyNotesModal-module__e1me8G__select:focus{border-color:#3b82f6}.PropertyNotesModal-module__e1me8G__typeDropdownWrap{position:relative}.PropertyNotesModal-module__e1me8G__typeDropdownBtn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:7px;align-items:center;gap:6px;min-width:110px;padding:5px 10px 5px 8px;font-family:inherit;font-size:12px;font-weight:500;transition:border-color .15s,box-shadow .15s;display:flex}.PropertyNotesModal-module__e1me8G__typeDropdownBtn:hover{border-color:#3b82f6}.PropertyNotesModal-module__e1me8G__typeDropdownDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.PropertyNotesModal-module__e1me8G__typeDropdownLabel{text-align:left;flex:1}.PropertyNotesModal-module__e1me8G__typeDropdownChevron{color:#9ca3af;flex-shrink:0;width:11px;height:11px;transition:transform .15s}.PropertyNotesModal-module__e1me8G__typeDropdownMenu{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:10px;min-width:160px;max-height:220px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.PropertyNotesModal-module__e1me8G__typeDropdownItem{cursor:pointer;color:#374151;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s;display:flex}.PropertyNotesModal-module__e1me8G__typeDropdownItem:hover{background:#f3f4f6}.PropertyNotesModal-module__e1me8G__typeDropdownItemActive{color:#2563eb;background:#eff6ff}.PropertyNotesModal-module__e1me8G__typeDropdownItemActive:hover{background:#dbeafe}.PropertyNotesModal-module__e1me8G__settingsLink{color:#d1d5db;border-radius:6px;justify-content:center;align-items:center;padding:4px;text-decoration:none;transition:color .15s;display:flex}.PropertyNotesModal-module__e1me8G__settingsLink:hover{color:#6b7280;background:#f3f4f6}@media (max-width:640px){.PropertyNotesModal-module__e1me8G__settingsLink{border-radius:8px;padding:8px}.PropertyNotesModal-module__e1me8G__settingsLink svg{width:18px!important;height:18px!important}}.PropertyNotesModal-module__e1me8G__internalLabel{cursor:pointer;color:#6b7280;-webkit-user-select:none;user-select:none;align-items:center;gap:5px;font-size:12px;display:flex}.PropertyNotesModal-module__e1me8G__textarea{resize:vertical;box-sizing:border-box;color:#374151;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;min-height:72px;margin-bottom:10px;padding:9px 12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.PropertyNotesModal-module__e1me8G__textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.PropertyNotesModal-module__e1me8G__textarea::placeholder{color:#d1d5db}.PropertyNotesModal-module__e1me8G__formFooter{justify-content:flex-end;display:flex}.PropertyNotesModal-module__e1me8G__submitBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:7px 18px;font-size:13px;font-weight:600;transition:background .15s,transform .1s}.PropertyNotesModal-module__e1me8G__submitBtn:hover:not(:disabled){background:#2563eb}.PropertyNotesModal-module__e1me8G__submitBtn:active:not(:disabled){transform:scale(.97)}.PropertyNotesModal-module__e1me8G__submitBtn:disabled{opacity:.5;cursor:not-allowed}.PropertyNotesModal-module__e1me8G__notesList{flex-direction:column;flex:1;gap:8px;padding:12px 18px;display:flex;overflow-y:auto}.PropertyNotesModal-module__e1me8G__emptyState{text-align:center;color:#d1d5db;padding:40px 20px}.PropertyNotesModal-module__e1me8G__emptyIcon{margin-bottom:8px;font-size:32px}.PropertyNotesModal-module__e1me8G__emptyText{font-size:13px}.PropertyNotesModal-module__e1me8G__noteCard{background:#fafafa;border:1px solid #f0f0f0;border-left-width:3px;border-radius:10px;padding:10px 12px}.PropertyNotesModal-module__e1me8G__noteCardInternal{background:#fffbeb;border-color:#fde68a #fde68a #fde68a #f59e0b}.PropertyNotesModal-module__e1me8G__noteHeader{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.PropertyNotesModal-module__e1me8G__noteMeta{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.PropertyNotesModal-module__e1me8G__noteAuthor{color:#111827;font-size:12px;font-weight:600}.PropertyNotesModal-module__e1me8G__noteRole{color:#9ca3af;font-size:11px}.PropertyNotesModal-module__e1me8G__noteTypeBadge{border-radius:20px;padding:2px 7px;font-size:10px;font-weight:500;line-height:1.4}.PropertyNotesModal-module__e1me8G__internalBadge{color:#92400e;letter-spacing:.02em;background:#fef3c7;border-radius:20px;padding:2px 6px;font-size:10px;font-weight:600}.PropertyNotesModal-module__e1me8G__newBadge{color:#fff;background:#10b981;border-radius:20px;padding:2px 6px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite PropertyNotesModal-module__e1me8G__pulse}.PropertyNotesModal-module__e1me8G__deleteBtn{cursor:pointer;color:#d1d5db;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 4px;font-size:16px;line-height:1;transition:color .15s,background .15s}.PropertyNotesModal-module__e1me8G__deleteBtn:hover{color:#ef4444;background:#fee2e2}.PropertyNotesModal-module__e1me8G__noteContent{color:#374151;white-space:pre-wrap;margin:0 0 6px;font-size:13px;line-height:1.5}.PropertyNotesModal-module__e1me8G__noteDate{color:#c4c9d4;text-align:right;font-size:10px}.PropertyNotesModal-module__e1me8G__footer{border-top:1px solid #f0f0f0;flex-shrink:0;justify-content:flex-end;padding:10px 18px;display:flex}.PropertyNotesModal-module__e1me8G__closeFooterBtn{cursor:pointer;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:7px 18px;font-size:13px;font-weight:500;transition:background .15s}.PropertyNotesModal-module__e1me8G__closeFooterBtn:hover{background:#e5e7eb}.PropertyNotesModal-module__e1me8G__loadingState{text-align:center;color:#9ca3af;padding:40px;font-size:13px}@media (max-width:640px){.PropertyNotesModal-module__e1me8G__overlay{align-items:flex-end;padding:0}.PropertyNotesModal-module__e1me8G__modal{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0;overflow:visible}.PropertyNotesModal-module__e1me8G__modal>:first-child,.PropertyNotesModal-module__e1me8G__modal>:last-child{border-radius:0}.PropertyNotesModal-module__e1me8G__header{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top))}.PropertyNotesModal-module__e1me8G__form{padding:12px 16px}.PropertyNotesModal-module__e1me8G__formRow{gap:8px}.PropertyNotesModal-module__e1me8G__textarea{min-height:64px;font-size:16px}.PropertyNotesModal-module__e1me8G__submitBtn{width:100%;padding:10px;font-size:14px}.PropertyNotesModal-module__e1me8G__formFooter{justify-content:stretch}.PropertyNotesModal-module__e1me8G__notesList{gap:8px;padding:10px 16px}.PropertyNotesModal-module__e1me8G__noteContent{font-size:13px}.PropertyNotesModal-module__e1me8G__footer{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.PropertyNotesModal-module__e1me8G__closeFooterBtn{text-align:center;border-radius:10px;width:100%;padding:10px;font-size:14px;font-weight:600}}
.activity-logs-module__GhJ6CG__filterCard{border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);margin-bottom:16px}.activity-logs-module__GhJ6CG__filterCardInner{padding:14px 16px}.activity-logs-module__GhJ6CG__filterGrid{grid-template-columns:repeat(5,minmax(160px,1fr));gap:12px;display:grid}.activity-logs-module__GhJ6CG__filterField{flex-direction:column;gap:6px;display:flex}.activity-logs-module__GhJ6CG__label{color:var(--gray-700);font-size:.8rem;font-weight:600}.activity-logs-module__GhJ6CG__iconBtn{align-items:center;gap:8px;display:inline-flex}.activity-logs-module__GhJ6CG__actionButtons{border-top:1px solid var(--gray-100);flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;display:flex}.activity-logs-module__GhJ6CG__loading{justify-content:center;padding:48px 32px;display:flex}.activity-logs-module__GhJ6CG__errorBox{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:14px 16px;font-size:.9rem}.activity-logs-module__GhJ6CG__emptyCell{text-align:center;color:var(--gray-500);font-size:.9rem;padding:32px 20px!important}.activity-logs-module__GhJ6CG__tableRow{transition:background-color var(--transition-fast);border-left:3px solid #0000}.activity-logs-module__GhJ6CG__tableRow:hover{background:#f9fafb}.activity-logs-module__GhJ6CG__row_draft{border-left-color:#8b5cf6}.activity-logs-module__GhJ6CG__row_submit{border-left-color:#3b82f6}.activity-logs-module__GhJ6CG__row_request_delete{border-left-color:#d946ef}.activity-logs-module__GhJ6CG__row_revision{border-left-color:#f59e0b}.activity-logs-module__GhJ6CG__row_reject{border-left-color:#ef4444}.activity-logs-module__GhJ6CG__row_delete{border-left-color:#475569}.activity-logs-module__GhJ6CG__row_approve,.activity-logs-module__GhJ6CG__row_publish{border-left-color:#10b981}.activity-logs-module__GhJ6CG__row_restore{border-left-color:#06b6d4}.activity-logs-module__GhJ6CG__row_default{border-left-color:var(--gray-300)}.activity-logs-module__GhJ6CG__userCell{color:var(--gray-800);white-space:nowrap;font-weight:500}.activity-logs-module__GhJ6CG__userRole{color:var(--gray-500);text-transform:capitalize;margin-top:2px;font-size:.75rem}.activity-logs-module__GhJ6CG__propertyCode{color:var(--gray-800);white-space:nowrap;font-weight:600}.activity-logs-module__GhJ6CG__propertyName{color:var(--gray-600);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:280px;margin-top:2px;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.activity-logs-module__GhJ6CG__detailBtn{color:#075985;white-space:nowrap;background:#f0f9ff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:6px;padding:7px 11px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.activity-logs-module__GhJ6CG__detailBtn:hover{background:#e0f2fe;border-color:#7dd3fc}.activity-logs-module__GhJ6CG__quickInfo{color:var(--gray-600);white-space:normal;-webkit-line-clamp:2;line-clamp:2;opacity:0;max-width:240px;transition:opacity var(--transition-fast),transform var(--transition-fast);-webkit-box-orient:vertical;margin-top:6px;font-size:.74rem;line-height:1.4;display:-webkit-box;overflow:hidden;transform:translateY(2px)}.activity-logs-module__GhJ6CG__tableRow:hover .activity-logs-module__GhJ6CG__quickInfo{opacity:1;transform:translateY(0)}.activity-logs-module__GhJ6CG__legendBar{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;padding:8px 4px 14px;display:flex}.activity-logs-module__GhJ6CG__legendItem{color:var(--gray-600);border:1px solid var(--gray-200);background:var(--gray-50);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:.72rem;display:inline-flex}.activity-logs-module__GhJ6CG__legendDot{border-radius:999px;flex-shrink:0;width:8px;height:8px;display:inline-block}.activity-logs-module__GhJ6CG__dot_draft{background:#8b5cf6}.activity-logs-module__GhJ6CG__dot_submit{background:#3b82f6}.activity-logs-module__GhJ6CG__dot_request_delete{background:#d946ef}.activity-logs-module__GhJ6CG__dot_revision{background:#f59e0b}.activity-logs-module__GhJ6CG__dot_reject{background:#ef4444}.activity-logs-module__GhJ6CG__dot_delete{background:#475569}.activity-logs-module__GhJ6CG__dot_approve,.activity-logs-module__GhJ6CG__dot_publish{background:#10b981}.activity-logs-module__GhJ6CG__dot_restore{background:#06b6d4}.activity-logs-module__GhJ6CG__dot_default{background:#9ca3af}.activity-logs-module__GhJ6CG__paginationWrap{justify-content:center;margin-top:16px;padding-bottom:4px;display:flex}.activity-logs-module__GhJ6CG__statusBadge{white-space:nowrap;background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.activity-logs-module__GhJ6CG__status_submitted_for_review,.activity-logs-module__GhJ6CG__status_submitted_edit_for_review,.activity-logs-module__GhJ6CG__status_submitted_delete_for_review{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.activity-logs-module__GhJ6CG__status_approved_and_published{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.activity-logs-module__GhJ6CG__status_rejected{color:#991b1b;background:#fef2f2;border-color:#fecaca}.activity-logs-module__GhJ6CG__status_returned_for_revision{color:#92400e;background:#fffbeb;border-color:#fde68a}.activity-logs-module__GhJ6CG__status_deleted{color:#475569;background:#f8fafc;border-color:#e2e8f0}.activity-logs-module__GhJ6CG__status_unpublished{color:#9f1239;background:#fff1f2;border-color:#fecdd3}.activity-logs-module__GhJ6CG__status_restored{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.activity-logs-module__GhJ6CG__mobileFilterBar{display:none}.activity-logs-module__GhJ6CG__headerExportBtn{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);cursor:pointer;white-space:nowrap;align-items:center;gap:5px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;transition:background .15s;display:inline-flex}.activity-logs-module__GhJ6CG__headerExportBtn:hover:not(:disabled){background:var(--gray-200)}.activity-logs-module__GhJ6CG__headerExportBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1280px){.activity-logs-module__GhJ6CG__filterGrid{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width:1024px){.activity-logs-module__GhJ6CG__filterGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.activity-logs-module__GhJ6CG__desktopFilter{display:none}.activity-logs-module__GhJ6CG__mobileFilterBar{margin-bottom:8px;padding:12px 16px 0;display:block}.activity-logs-module__GhJ6CG__mobileSearchWrap{border:1.5px solid var(--gray-200);height:42px;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;align-items:center;gap:8px;margin-bottom:10px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.activity-logs-module__GhJ6CG__mobileSearchWrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #d4a84b1a}.activity-logs-module__GhJ6CG__mobileSearchIcon{color:var(--gray-400);flex-shrink:0;align-items:center;display:flex}.activity-logs-module__GhJ6CG__mobileSearchInput{color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Poppins,sans-serif;font-size:.875rem}.activity-logs-module__GhJ6CG__mobileSearchInput::placeholder{color:var(--gray-400)}.activity-logs-module__GhJ6CG__mobileSearchClear{cursor:pointer;color:var(--gray-400);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:flex}.activity-logs-module__GhJ6CG__quickRow{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:7px;margin-bottom:-2px;padding-bottom:6px;display:flex;overflow-x:auto}.activity-logs-module__GhJ6CG__quickRow::-webkit-scrollbar{display:none}.activity-logs-module__GhJ6CG__filtersPill{border-radius:var(--radius-full);border:1.5px solid var(--gray-300);background:var(--gray-100);color:var(--gray-700);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:.74rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex;position:relative}.activity-logs-module__GhJ6CG__filtersPillOpen{background:var(--gray-800);border-color:var(--gray-800);color:#fff}.activity-logs-module__GhJ6CG__activeDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.activity-logs-module__GhJ6CG__quickDropWrap{flex-shrink:0;position:relative}.activity-logs-module__GhJ6CG__quickPill{border-radius:var(--radius-full);border:1.5px solid var(--gray-200);color:var(--gray-600);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:#fff;align-items:center;gap:5px;padding:6px 11px;font-family:Poppins,sans-serif;font-size:.74rem;font-weight:400;transition:border-color .15s,background .15s;display:inline-flex}.activity-logs-module__GhJ6CG__quickPill strong{color:var(--gray-800);font-weight:600}.activity-logs-module__GhJ6CG__quickPillActive{color:#6b3d00;background:#faeeda;border-color:#e8c878}.activity-logs-module__GhJ6CG__quickPillActive strong{color:#6b3d00}.activity-logs-module__GhJ6CG__dropOverlay{z-index:9998;position:fixed;inset:0}.activity-logs-module__GhJ6CG__quickDropPanel{border:1px solid var(--gray-200);z-index:9999;background:#fff;border-radius:14px;width:224px;animation:.15s ease-out activity-logs-module__GhJ6CG__dropIn;position:fixed;overflow:hidden;box-shadow:0 8px 32px #00000026}.activity-logs-module__GhJ6CG__quickDropPanelDate{width:158px}.activity-logs-module__GhJ6CG__dropPanelScroll{max-height:260px;overflow-y:auto}@keyframes activity-logs-module__GhJ6CG__dropIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.activity-logs-module__GhJ6CG__dropOpt{text-align:left;width:100%;color:var(--gray-700);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 14px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;transition:background .1s;display:flex}.activity-logs-module__GhJ6CG__dropOpt+.activity-logs-module__GhJ6CG__dropOpt{border-top:1px solid var(--gray-100)}.activity-logs-module__GhJ6CG__dropOpt:active{background:var(--gray-50)}.activity-logs-module__GhJ6CG__dropOptActive{color:#854f0b;background:#faeeda;font-weight:600}.activity-logs-module__GhJ6CG__dropOptMaster{color:var(--gray-800);margin-bottom:2px;font-weight:700;border-bottom:2px solid var(--gray-100)!important;border-top:none!important}.activity-logs-module__GhJ6CG__dropCustomDate{border-top:1px solid var(--gray-100);flex-direction:column;gap:8px;padding:10px 16px;display:flex}.activity-logs-module__GhJ6CG__dropCustomDate input{font-size:.82rem}.activity-logs-module__GhJ6CG__dropFooter{border-top:1px solid var(--gray-100);background:var(--gray-50);padding:8px 10px}.activity-logs-module__GhJ6CG__dropFooterBtn{cursor:pointer;border:none;border-radius:9px;width:100%;padding:9px 0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;transition:opacity .1s;display:block}.activity-logs-module__GhJ6CG__dropFooterBtn:active{opacity:.85}.activity-logs-module__GhJ6CG__dropApply{background:var(--primary);color:#fff}.activity-logs-module__GhJ6CG__accordionBackdrop{z-index:499;background:#00000073;animation:.2s ease-out activity-logs-module__GhJ6CG__fadeIn;position:fixed;inset:0}@keyframes activity-logs-module__GhJ6CG__fadeIn{0%{opacity:0}to{opacity:1}}.activity-logs-module__GhJ6CG__filterAccordion{top:var(--header-height,48px);z-index:500;background:#fff;flex-direction:column;animation:.22s ease-out activity-logs-module__GhJ6CG__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}@keyframes activity-logs-module__GhJ6CG__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.activity-logs-module__GhJ6CG__accordionHeader{border-bottom:1px solid var(--gray-100);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.activity-logs-module__GhJ6CG__accordionTitle{color:var(--gray-900);font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.activity-logs-module__GhJ6CG__accordionClose{border:1px solid var(--gray-200);cursor:pointer;width:32px;height:32px;color:var(--gray-600);-webkit-tap-highlight-color:transparent;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.activity-logs-module__GhJ6CG__accordionInner{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.activity-logs-module__GhJ6CG__accordionSection{border-bottom:1px solid var(--gray-100);padding:18px 20px}.activity-logs-module__GhJ6CG__accordionLabel{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.68rem;font-weight:700}.activity-logs-module__GhJ6CG__accordionChips{flex-wrap:wrap;gap:8px;display:flex}.activity-logs-module__GhJ6CG__aChip{border-radius:var(--radius-full);border:1.5px solid var(--gray-200);color:var(--gray-600);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;align-items:center;padding:6px 14px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:500;transition:all .12s;display:inline-flex}.activity-logs-module__GhJ6CG__aChip:active{transform:scale(.95)}.activity-logs-module__GhJ6CG__aChipActive{color:#854f0b;background:#faeeda;border-color:#e8c878;font-weight:600}.activity-logs-module__GhJ6CG__accordionCustomDate{align-items:center;gap:8px;margin-top:12px;display:flex}.activity-logs-module__GhJ6CG__accordionCustomDate input{flex:1;min-width:0;font-size:.82rem}.activity-logs-module__GhJ6CG__dateSep{color:var(--gray-400);flex-shrink:0;font-size:.85rem}.activity-logs-module__GhJ6CG__accordionFooter{padding:14px 20px;padding-bottom:max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--gray-100);background:#fff;flex-shrink:0;gap:10px;display:flex}.activity-logs-module__GhJ6CG__accordionClear{border:1.5px solid var(--gray-200);color:var(--gray-600);cursor:pointer;background:#fff;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 0;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;display:inline-flex}.activity-logs-module__GhJ6CG__accordionApply{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:2;justify-content:center;align-items:center;gap:6px;padding:11px 0;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:700;display:inline-flex}.activity-logs-module__GhJ6CG__legendBar{display:none}.activity-logs-module__GhJ6CG__tableCard{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0 16px 8px}.table-container{background:0 0;border:none;overflow:visible}:is(.table-container table,.table-container thead,.table-container tbody,.table-container th,.table-container td,.table-container tr){display:block}.table-container thead tr{position:absolute;top:-9999px;left:-9999px}.activity-logs-module__GhJ6CG__tableRow{background:#fff;border:1px solid #e8eaed;border-left-width:4px;border-radius:12px;margin-bottom:8px;padding:0;transition:box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000012,0 1px 2px #0000000a}.activity-logs-module__GhJ6CG__tableRow:active{box-shadow:0 1px 2px #0000000d}.activity-logs-module__GhJ6CG__tableRow td{border:none;padding:0;display:block}.activity-logs-module__GhJ6CG__tableRow td:first-child{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;background:#f8fafc;border-bottom:1px solid #f0f2f5;align-items:center;padding:8px 130px 8px 12px;font-size:.7rem;font-weight:500;display:flex;overflow:hidden}.activity-logs-module__GhJ6CG__tableRow td:nth-child(2){padding:10px 12px 0}.activity-logs-module__GhJ6CG__userCell{color:#1e293b;font-size:.9rem;font-weight:700}.activity-logs-module__GhJ6CG__userRole{display:none}.activity-logs-module__GhJ6CG__tableRow td:nth-child(3){padding:0;position:absolute;top:6px;right:10px}.activity-logs-module__GhJ6CG__statusBadge{white-space:nowrap;padding:3px 9px;font-size:.67rem}.activity-logs-module__GhJ6CG__tableRow td:nth-child(4){background:#f8fafc;border:1px solid #eef0f3;border-radius:8px;margin:8px 12px;padding:8px 10px}.activity-logs-module__GhJ6CG__propertyCode{color:#374151;font-size:.78rem;font-weight:700}.activity-logs-module__GhJ6CG__propertyName{-webkit-line-clamp:1;line-clamp:1;color:#6b7280;max-width:100%;margin-top:2px;font-size:.73rem}.activity-logs-module__GhJ6CG__tableRow td:last-child{border-top:1px solid #f0f2f5;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;margin-top:4px;padding:8px 12px 10px;display:flex}.activity-logs-module__GhJ6CG__quickInfo{-webkit-line-clamp:1;opacity:1;color:#94a3b8;-webkit-box-orient:vertical;flex:1;order:1;min-width:0;font-size:.7rem;font-style:italic;line-height:1.4;display:-webkit-box;overflow:hidden;transform:none}.activity-logs-module__GhJ6CG__detailBtn{color:#b18d27;white-space:nowrap;background:0 0;border:none;border-radius:0;flex-shrink:0;order:2;align-items:center;gap:4px;margin-left:auto;padding:0;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-flex}.activity-logs-module__GhJ6CG__detailBtn:hover{color:#8a6e1e;background:0 0;border-color:#0000}.activity-logs-module__GhJ6CG__detailBtn:after{content:"›";margin-left:1px;font-size:1rem;line-height:1}.activity-logs-module__GhJ6CG__detailBtn svg{display:none}}
.properties-module__Q3gXLG__loading{padding:var(--spacing-2xl);justify-content:center;align-items:center;display:flex}.properties-module__Q3gXLG__titleCell{max-width:250px}.properties-module__Q3gXLG__titleLink{color:var(--gray-800);text-decoration:none}.properties-module__Q3gXLG__titleLink:hover{color:var(--primary)}.properties-module__Q3gXLG__actions{gap:var(--spacing-xs);display:flex}.properties-module__Q3gXLG__actionGrid{align-items:center;gap:8px;width:fit-content;margin-left:auto;display:flex}.properties-module__Q3gXLG__actionIconBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;text-decoration:none;transition:all .2s;display:flex}.properties-module__Q3gXLG__actionIconBtn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.properties-module__Q3gXLG__actionIconBtn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale();box-shadow:none!important;transform:none!important}.properties-module__Q3gXLG__actionIconBtn svg{stroke-width:2px;width:18px;height:18px}.properties-module__Q3gXLG__actionIconBtn.properties-module__Q3gXLG__comment.properties-module__Q3gXLG__hasNotes{color:#b45309;background-color:#fef3c7;border-color:#fde68a}.properties-module__Q3gXLG__actionIconBtn.properties-module__Q3gXLG__edit:hover{color:#0284c7;background-color:#f0f9ff;border-color:#bae6fd}.properties-module__Q3gXLG__actionIconBtn.properties-module__Q3gXLG__view:hover{color:#059669;background-color:#ecfdf5;border-color:#d1fae5}.properties-module__Q3gXLG__actionIconBtn.properties-module__Q3gXLG__copy:hover{color:#7c3aed;background-color:#f5f3ff;border-color:#ddd6fe}.properties-module__Q3gXLG__actionIconBtn.properties-module__Q3gXLG__delete:hover{color:#dc2626;background-color:#fef2f2;border-color:#fee2e2}.properties-module__Q3gXLG__toggleContainer{flex-direction:column;align-items:center;gap:4px;display:flex}.properties-module__Q3gXLG__toggleSwitch{width:48px;height:26px;display:inline-block;position:relative}.properties-module__Q3gXLG__toggleSwitch input{opacity:0;width:0;height:0}.properties-module__Q3gXLG__slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.properties-module__Q3gXLG__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}.properties-module__Q3gXLG__toggleSwitch input:checked+.properties-module__Q3gXLG__slider{background-color:#22c55e}.properties-module__Q3gXLG__toggleSwitch input:checked+.properties-module__Q3gXLG__slider:before{transform:translate(22px)}.properties-module__Q3gXLG__toggleStatus{color:#64748b;font-size:.75rem;font-weight:600;transition:color .3s}.properties-module__Q3gXLG__toggleStatus.properties-module__Q3gXLG__active{color:#15803d}.properties-module__Q3gXLG__mobilePropertyGrid{display:none}.properties-module__Q3gXLG__desktopView{display:block}.properties-module__Q3gXLG__desktopView .table-container{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;overflow-x:auto}.properties-module__Q3gXLG__desktopView .table-container::-webkit-scrollbar{height:6px}.properties-module__Q3gXLG__desktopView .table-container::-webkit-scrollbar-track{background:0 0}.properties-module__Q3gXLG__desktopView .table-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.properties-module__Q3gXLG__desktopView .table-container::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.properties-module__Q3gXLG__desktopView .table{min-width:1100px}.properties-module__Q3gXLG__resultsInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:0 4px;display:flex}.properties-module__Q3gXLG__resultsInfoText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.properties-module__Q3gXLG__propertyCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.properties-module__Q3gXLG__propertyCard:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.properties-module__Q3gXLG__cardImage{aspect-ratio:3/2;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.properties-module__Q3gXLG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.properties-module__Q3gXLG__propertyCard:hover .properties-module__Q3gXLG__cardImage img{transform:scale(1.03)}.properties-module__Q3gXLG__cardContent{flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.properties-module__Q3gXLG__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2px;display:flex}.properties-module__Q3gXLG__cardId{color:#fff;background:#f59e0b;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600;box-shadow:0 2px 4px #f59e0b4d}.properties-module__Q3gXLG__cardStatus{border-radius:10px;padding:2px 6px;font-size:.65rem;font-weight:500}.properties-module__Q3gXLG__cardTitle{color:#334155;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin-bottom:4px;font-size:.8rem;font-weight:500;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}.properties-module__Q3gXLG__cardTitle:hover{color:#d97706}.properties-module__Q3gXLG__cardMeta{color:#64748b;align-items:center;gap:4px;font-size:.75rem;display:flex}.properties-module__Q3gXLG__cardMeta svg{flex-shrink:0}.properties-module__Q3gXLG__cardPrice{color:#765b00;flex-direction:column;gap:2px;margin-top:auto;font-size:15px;font-weight:500;display:flex}.properties-module__Q3gXLG__cardActions{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.properties-module__Q3gXLG__topBadges{z-index:2;justify-content:space-between;display:flex;position:absolute;top:6px;left:6px;right:6px}@media (max-width:1440px){.properties-module__Q3gXLG__toolbar{gap:8px;margin-bottom:12px;padding:0 12px 10px}.properties-module__Q3gXLG__tab{padding:8px 10px;font-size:11.5px}.properties-module__Q3gXLG__tabCount{padding:1px 4px;font-size:10px}.properties-module__Q3gXLG__itemCount{font-size:12px}.properties-module__Q3gXLG__sortSelect{height:30px;font-size:10.5px}:is(.table th,.table td){font-size:.8125rem;padding:.75rem .5rem!important}.properties-module__Q3gXLG__titleCell{max-width:180px}.properties-module__Q3gXLG__actionGrid{gap:4px}.properties-module__Q3gXLG__actionIconBtn{width:30px;height:30px}.properties-module__Q3gXLG__actionIconBtn svg{width:16px;height:16px}}@media (max-width:1232px){.properties-module__Q3gXLG__desktopView{display:none}.properties-module__Q3gXLG__mobilePropertyGrid{flex-direction:column;gap:24px;padding-bottom:24px;display:flex}}@media (min-width:1024px) and (max-width:1232px){.properties-module__Q3gXLG__mobilePropertyGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid!important}}@media (max-width:1232px){.properties-module__Q3gXLG__propertyCard{border:1px solid #e1e2e566;border-radius:16px;box-shadow:0 4px 20px #0000000d}.properties-module__Q3gXLG__cardImage{height:240px;aspect-ratio:unset}.properties-module__Q3gXLG__cardContent{gap:8px;padding:20px}.properties-module__Q3gXLG__cardTitle{color:#191c1e;min-height:unset;-webkit-line-clamp:2;line-clamp:2;margin-bottom:4px;font-size:16px;font-weight:600}.properties-module__Q3gXLG__cardMeta{color:#4d4636;margin-bottom:12px;font-size:12px}.properties-module__Q3gXLG__cardPrice{color:#765b00;letter-spacing:-.02em;font-size:16px;font-weight:700}.properties-module__Q3gXLG__cardActions{background:0 0;border-top:none;justify-content:space-between;align-items:center;padding:0 20px 20px}.properties-module__Q3gXLG__topBadges{flex-direction:column;align-items:flex-start;gap:8px;top:12px;left:12px;right:auto}.properties-module__Q3gXLG__cardId{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;box-shadow:none;background:#d4a84b;border-radius:50px;padding:4px 10px;font-size:10px;font-weight:700}.properties-module__Q3gXLG__cardStatusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700}.properties-module__Q3gXLG__cardStatusSale,.properties-module__Q3gXLG__cardStatusRent,.properties-module__Q3gXLG__cardStatusBoth{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#00000052;border-radius:50px;font-weight:400}.properties-module__Q3gXLG__mobileCardFooter{justify-content:space-between;align-items:center;width:100%;display:flex}.properties-module__Q3gXLG__mobileEditBtn{color:#fff;letter-spacing:.03em;cursor:pointer;background:#d4a84b;border:none;border-radius:50px;padding:6px 20px;font-family:inherit;font-size:12px;font-weight:600;transition:opacity .15s}.properties-module__Q3gXLG__mobileEditBtn:hover{opacity:.85}.properties-module__Q3gXLG__mobileMoreBtn{color:#4d4636;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.properties-module__Q3gXLG__mobileMoreBtn:hover{background:#e7e8eb}.properties-module__Q3gXLG__mobileBadgesRow{display:none}}@media (max-width:639px){.properties-module__Q3gXLG__mobilePropertyGrid{gap:10px}}@media (max-width:479px){.properties-module__Q3gXLG__cardImage{height:220px}}.properties-module__Q3gXLG__workflowSelectInline{color:#64748b;cursor:pointer;text-align:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;outline:none;width:100%;max-width:110px;padding:2px 4px;font-size:.7rem;font-weight:600;transition:all .2s}.properties-module__Q3gXLG__workflowSelectInline:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 1px 2px #0000000d}.properties-module__Q3gXLG__status-ready{color:#15803d!important;background-color:#dcfce7!important;border-color:#bbf7d0!important}.properties-module__Q3gXLG__status-fixed{color:#0369a1!important;background-color:#e0f2fe!important;border-color:#bae6fd!important}.properties-module__Q3gXLG__status-fix{color:#b45309!important;background-color:#fef3c7!important;border-color:#fde68a!important}.properties-module__Q3gXLG__status-pending{color:#64748b!important;background-color:#f1f5f9!important;border-color:#e2e8f0!important}.properties-module__Q3gXLG__toolbar{background:0 0;border:none;border-radius:0;flex-direction:column;gap:16px;margin-bottom:12px;padding:0;display:flex}@media (max-width:1232px){.properties-module__Q3gXLG__toolbar{gap:12px;margin-bottom:5px}.properties-module__Q3gXLG__toolbarTabs{order:1}.properties-module__Q3gXLG__filterSortRow{order:2}.properties-module__Q3gXLG__bottomRow{order:3}.properties-module__Q3gXLG__pageHeaderDesktop{display:none!important}.properties-module__Q3gXLG__bottomRowLeft .properties-module__Q3gXLG__activePillDivider,.properties-module__Q3gXLG__bottomRowLeft .properties-module__Q3gXLG__activePills{display:none}.properties-module__Q3gXLG__sortPaginationGroup{display:none!important}}@media (min-width:1233px){.properties-module__Q3gXLG__pageHeaderDesktop{display:flex}.properties-module__Q3gXLG__mobileSortWrap{display:none!important}}.properties-module__Q3gXLG__addListingHeaderBtn{color:#fff;white-space:nowrap;background:#d4a84b;border:none;border-radius:50px;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:10px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 1px 3px #b18d274d}.properties-module__Q3gXLG__addListingHeaderBtn:hover{color:#fff;background:#8a6e1e}@media (max-width:380px){.properties-module__Q3gXLG__addListingHeaderBtn{padding:8px 10px;font-size:11px}}.properties-module__Q3gXLG__mobilePaginationFooter{justify-content:center;padding:20px 0 8px;display:flex}@media (min-width:1233px){.properties-module__Q3gXLG__mobilePaginationFooter{display:none!important}}.properties-module__Q3gXLG__desktopPaginationFooter{justify-content:flex-end;padding:20px 16px 8px;display:none}@media (min-width:1233px){.properties-module__Q3gXLG__desktopPaginationFooter{display:flex}}.properties-module__Q3gXLG__filterSortRow{flex-wrap:wrap;align-items:center;gap:12px;width:100%;display:flex}@media (min-width:1233px){.properties-module__Q3gXLG__filterSortRow{margin-bottom:16px}}.properties-module__Q3gXLG__btn-primary{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#b18d27;border:none;border-radius:8px;height:36px;padding:0 24px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,transform .1s;box-shadow:0 1px 2px #0000000f}.properties-module__Q3gXLG__tabsRow{scrollbar-width:none;-ms-overflow-style:none;border-bottom:1.5px solid #e5e7eb;align-items:center;gap:0;padding-bottom:0;display:flex;overflow-x:auto}@media (max-width:1232px){.properties-module__Q3gXLG__tabsRow{border-bottom:none;gap:8px;margin:0 -4px;padding:10px 4px 1px}}.properties-module__Q3gXLG__tabsRow::-webkit-scrollbar{display:none}.properties-module__Q3gXLG__tab{color:#6b7280;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:5px;margin-bottom:-1.5px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s;display:flex}@media (max-width:1232px){.properties-module__Q3gXLG__tab{color:#4d4636;letter-spacing:.02em;background:#e7e8eb;border-bottom:none;border-radius:999px;margin-bottom:0;padding:8px 16px;font-size:12px;font-weight:700}.properties-module__Q3gXLG__tabSep{display:none}}@media (max-width:639px){.properties-module__Q3gXLG__tab{gap:5px;padding:9px 14px;font-size:13px}.properties-module__Q3gXLG__tabCount{min-width:20px;padding:1px 5px;font-size:12px}}@media (max-width:480px){.properties-module__Q3gXLG__tab{gap:4px;padding:8px 12px;font-size:12px}.properties-module__Q3gXLG__tabCount{min-width:18px;padding:1px 4px;font-size:11px}}@media (max-width:380px){.properties-module__Q3gXLG__tab{gap:3px;padding:7px 10px;font-size:11px}.properties-module__Q3gXLG__tabCount{min-width:16px;padding:1px 4px;font-size:10px}}.properties-module__Q3gXLG__tab:hover{color:#374151}.properties-module__Q3gXLG__tabActive{color:#b18d27;border-bottom-color:#b18d27;font-weight:600}@media (max-width:1232px){.properties-module__Q3gXLG__tabActive{color:#fff;background:#d4a84b;border-bottom-color:#0000}}.properties-module__Q3gXLG__tabCount{opacity:.7;color:inherit;background:#0000000f;border-radius:10px;padding:1px 5px;font-size:11px;font-weight:600}@media (max-width:1232px){.properties-module__Q3gXLG__tabCount{opacity:.85;background:0 0;padding:0;font-weight:600}.properties-module__Q3gXLG__tabActive .properties-module__Q3gXLG__tabCount{color:inherit}}.properties-module__Q3gXLG__tabActive .properties-module__Q3gXLG__tabCount{color:#765b00;opacity:1;background:#b18d271f}@media (max-width:1232px){.properties-module__Q3gXLG__tabActive .properties-module__Q3gXLG__tabCount{color:inherit;background:0 0}}.properties-module__Q3gXLG__tabTrash{color:#ef4444}.properties-module__Q3gXLG__tabTrash:hover{color:#dc2626}.properties-module__Q3gXLG__tabTrash .properties-module__Q3gXLG__tabCount{color:#b91c1c;opacity:1;background:#ef44441a}.properties-module__Q3gXLG__tabSep{color:#e2e8f0;pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:12px}.properties-module__Q3gXLG__filterSortRow>:first-child{flex:1;min-width:0}@media (max-width:1232px){.properties-module__Q3gXLG__filterSortRow{box-shadow:none;background:0 0;border:none;padding:0}}@media (max-width:1023px){.properties-module__Q3gXLG__filterSortRow{top:var(--header-height);z-index:50;padding:4px 0 8px;position:sticky}}.properties-module__Q3gXLG__bottomRow{flex-flow:row;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-top:4px;display:flex}.properties-module__Q3gXLG__mobileSortWrap{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:none;position:relative}@media (max-width:1232px){.properties-module__Q3gXLG__bottomRow{flex-wrap:wrap;gap:8px;margin-top:0}.properties-module__Q3gXLG__mobileSortWrap{display:flex}}.properties-module__Q3gXLG__mobileSortBtn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:5px;padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000000f}.properties-module__Q3gXLG__mobileSortBtn:hover{border-color:#d1a827;box-shadow:0 2px 6px #0000001a}.properties-module__Q3gXLG__mobileSortMenu{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:200px;padding:6px 0;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0000001a,0 2px 8px #0000000f}.properties-module__Q3gXLG__mobileSortMenuHeader{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #f1f5f9;margin-bottom:2px;padding:8px 14px 6px;font-size:10px;font-weight:700}.properties-module__Q3gXLG__mobileSortMenuItem{color:#475569;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:0;width:100%;padding:9px 14px;font-family:inherit;font-size:13px;transition:background .1s;display:flex}.properties-module__Q3gXLG__mobileSortMenuItemCheck{flex-shrink:0;align-items:center;width:20px;display:flex}.properties-module__Q3gXLG__mobileSortMenuItem:hover{color:#1e293b;background:#f8fafc}.properties-module__Q3gXLG__mobileSortMenuItemActive{color:#b45309;font-weight:600}.properties-module__Q3gXLG__mobileSortMenuItemActive:hover{background:#fffbeb}.properties-module__Q3gXLG__bottomRowLeft{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.properties-module__Q3gXLG__itemCount{color:#374151;white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:600}@media (max-width:639px){.properties-module__Q3gXLG__itemCount{font-size:15px}}.properties-module__Q3gXLG__sortPaginationGroup{flex-shrink:0;align-items:center;gap:6px;display:flex}@media (max-width:1232px){.properties-module__Q3gXLG__sortPaginationGroup{display:none!important}}.properties-module__Q3gXLG__sortSelect{color:#475569;cursor:pointer;appearance:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 6px center no-repeat;border:.5px solid #e2e8f0;border-radius:6px;outline:none;height:32px;padding:0 22px 0 8px;font-family:inherit;font-size:11px;font-weight:500}@media (max-width:639px){.properties-module__Q3gXLG__sortSelect{max-width:100px;height:28px;padding:0 18px 0 6px;font-size:10px}}.properties-module__Q3gXLG__activePills{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.properties-module__Q3gXLG__activePillDivider{color:#e2e8f0;flex-shrink:0;font-size:13px}.properties-module__Q3gXLG__specPill{color:#475569;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11.5px;display:inline-flex}.properties-module__Q3gXLG__specPillLabel{color:#94a3b8;font-size:11px;font-weight:500}.properties-module__Q3gXLG__featurePill{color:#0369a1;background:#e0f2fe;border:.5px solid #bae6fd;border-radius:10px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.properties-module__Q3gXLG__fullWidthMain{margin-left:calc(var(--sidebar-width) + var(--sidebar-margin) + 8px)!important;padding-left:8px!important;padding-right:8px!important}@media (min-width:1024px){body.sidebar-collapsed .properties-module__Q3gXLG__fullWidthMain{margin-left:calc(var(--sidebar-collapsed-width) + var(--sidebar-margin) + 8px)!important}}.properties-module__Q3gXLG__fullWidthPage{padding-left:8px!important;padding-right:8px!important}@media (max-width:1023px){.properties-module__Q3gXLG__fullWidthMain{margin-left:0!important;padding-left:8px!important;padding-right:8px!important}}.properties-module__Q3gXLG__actionsModalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#191c1e66;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.properties-module__Q3gXLG__actionsModalSheet{background:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:70vh;transition:transform .28s ease-out;display:flex;overflow:hidden;transform:translateY(100%)}.properties-module__Q3gXLG__actionsModalSheetOpen{transform:translateY(0)}.properties-module__Q3gXLG__actionsModalHeader{border-bottom:1px solid #e7e8eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.properties-module__Q3gXLG__actionsModalHeader h3{color:#191c1e;margin:0;font-size:16px;font-weight:600}.properties-module__Q3gXLG__actionsModalHeader p{color:#64748b;margin:2px 0 0;font-size:12px}.properties-module__Q3gXLG__actionsModalClose{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.properties-module__Q3gXLG__actionsModalBody{padding:8px 0;padding-bottom:env(safe-area-inset-bottom,16px);overflow-y:auto}.properties-module__Q3gXLG__actionsModalItem{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;width:100%;padding:14px 20px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s;display:block}.properties-module__Q3gXLG__actionsModalItem:hover{background:#f8fafc}.properties-module__Q3gXLG__actionsModalItemDanger{color:#ef4444}.properties-module__Q3gXLG__actionsModalItemWarning{color:#d97706}.properties-module__Q3gXLG__actionsModalItemPrimary{color:#0284c7}
.CategoryForm-module__3RHYSq__container{max-width:720px;margin:0 auto}.CategoryForm-module__3RHYSq__card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden}.CategoryForm-module__3RHYSq__cardHeader{border-bottom:1px solid var(--gray-200);background:var(--gray-50);align-items:center;gap:14px;padding:20px 24px;display:flex}.CategoryForm-module__3RHYSq__cardHeaderIcon{color:#d4a84b;background:#d4a84b1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.CategoryForm-module__3RHYSq__cardTitle{color:var(--gray-800);margin:0 0 2px;font-size:1.0625rem;font-weight:600}.CategoryForm-module__3RHYSq__cardSubtitle{color:var(--gray-500);margin:0;font-size:.8125rem}.CategoryForm-module__3RHYSq__cardBody{flex-direction:column;gap:20px;padding:24px;display:flex}.CategoryForm-module__3RHYSq__sectionDivider{background:var(--gray-100);height:1px;margin:4px 0}.CategoryForm-module__3RHYSq__formGroup{flex-direction:column;gap:6px;display:flex}.CategoryForm-module__3RHYSq__formLabel{color:var(--gray-700);font-size:.875rem;font-weight:500}.CategoryForm-module__3RHYSq__required{color:var(--error);margin-left:2px}.CategoryForm-module__3RHYSq__formHint{color:var(--gray-400);margin:0;font-size:.75rem}.CategoryForm-module__3RHYSq__slugInput{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--gray-50);width:100%;color:var(--gray-700);letter-spacing:.02em;padding:10px 14px;font-family:Poppins,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.CategoryForm-module__3RHYSq__slugInput:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 3px #d4a84b26}.CategoryForm-module__3RHYSq__namesSection{border:1px solid var(--gray-200);border-radius:var(--radius-md);flex-direction:column;gap:0;display:flex;overflow:hidden}.CategoryForm-module__3RHYSq__nameRow{border-bottom:1px solid var(--gray-100);grid-template-columns:88px 1fr;align-items:center;display:grid}.CategoryForm-module__3RHYSq__nameRow:last-child{border-bottom:none}.CategoryForm-module__3RHYSq__nameLangLabel{background:var(--gray-50);border-right:1px solid var(--gray-100);height:100%;color:var(--gray-600);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;padding:0 14px;font-size:.8125rem;font-weight:600;display:flex}.CategoryForm-module__3RHYSq__nameLangFlag{letter-spacing:.04em;background:var(--gray-200);color:var(--gray-600);border-radius:4px;padding:2px 6px;font-size:.6875rem;font-weight:700}.CategoryForm-module__3RHYSq__nameInput{width:100%;color:var(--gray-800);background:0 0;border:none;outline:none;padding:11px 14px;font-size:.875rem;transition:background .1s}.CategoryForm-module__3RHYSq__nameInput:focus{background:#d4a84b0a}.CategoryForm-module__3RHYSq__nameInput::placeholder{color:var(--gray-300)}.CategoryForm-module__3RHYSq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.CategoryForm-module__3RHYSq__formInput{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);width:100%;color:var(--gray-800);padding:10px 14px;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.CategoryForm-module__3RHYSq__formInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #d4a84b26}.CategoryForm-module__3RHYSq__orderWrapper{align-items:center;gap:8px;display:flex}.CategoryForm-module__3RHYSq__orderInput{text-align:center;border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);width:72px;color:var(--gray-800);outline:none;padding:10px 8px;font-size:1rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.CategoryForm-module__3RHYSq__orderInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #d4a84b26}.CategoryForm-module__3RHYSq__orderBtn{border:1px solid var(--gray-300);border-radius:var(--radius-md);background:var(--white);width:38px;height:38px;color:var(--gray-600);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:all .15s;display:flex}.CategoryForm-module__3RHYSq__orderBtn:hover{background:var(--gray-100);border-color:var(--gray-400)}.CategoryForm-module__3RHYSq__orderBtn:active{transform:scale(.93)}.CategoryForm-module__3RHYSq__toggleWrapper{align-items:center;gap:12px;padding:10px 0;display:flex}.CategoryForm-module__3RHYSq__toggleSwitch{flex-shrink:0;width:52px;height:28px;position:relative}.CategoryForm-module__3RHYSq__toggleSwitch input{opacity:0;width:0;height:0}.CategoryForm-module__3RHYSq__toggleSlider{cursor:pointer;background:var(--gray-300);border-radius:28px;transition:all .25s;position:absolute;inset:0}.CategoryForm-module__3RHYSq__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .25s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #00000026}.CategoryForm-module__3RHYSq__toggleSwitch input:checked+.CategoryForm-module__3RHYSq__toggleSlider{background:#22c55e}.CategoryForm-module__3RHYSq__toggleSwitch input:checked+.CategoryForm-module__3RHYSq__toggleSlider:before{transform:translate(24px)}.CategoryForm-module__3RHYSq__toggleText{color:var(--gray-500);font-size:.875rem;font-weight:400;transition:color .2s}.CategoryForm-module__3RHYSq__toggleTextActive{color:#16a34a;font-weight:500}.CategoryForm-module__3RHYSq__formActions{border-top:1px solid var(--gray-200);background:var(--gray-50);gap:12px;padding:16px 24px;display:flex}.CategoryForm-module__3RHYSq__btnCancel{border-radius:var(--radius-md);border:1px solid var(--gray-300);background:var(--white);color:var(--gray-700);cursor:pointer;flex:1;justify-content:center;align-items:center;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.CategoryForm-module__3RHYSq__btnCancel:hover{background:var(--gray-100);border-color:var(--gray-400)}.CategoryForm-module__3RHYSq__btnSubmit{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#d4a84b;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.CategoryForm-module__3RHYSq__btnSubmit:hover:not(:disabled){background:#c49a3c}.CategoryForm-module__3RHYSq__btnSubmit:active:not(:disabled){transform:scale(.98)}.CategoryForm-module__3RHYSq__btnSubmit:disabled{opacity:.55;cursor:not-allowed}.CategoryForm-module__3RHYSq__slugPreview{background:var(--gray-100);color:var(--gray-500);border-radius:6px;align-items:center;gap:6px;margin-top:2px;padding:4px 10px;font-family:monospace;font-size:.75rem;display:inline-flex}.CategoryForm-module__3RHYSq__slugPreviewDot{background:var(--gray-400);border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:640px){.CategoryForm-module__3RHYSq__cardBody{padding:16px}.CategoryForm-module__3RHYSq__formRow{grid-template-columns:1fr}.CategoryForm-module__3RHYSq__formActions{flex-direction:column;padding:16px}.CategoryForm-module__3RHYSq__cardHeader{padding:16px}}
