.CreateProperty-module__wxR1cW__container{color:#1e293b;background:#f8fafc;height:100vh;display:flex;overflow:hidden}.CreateProperty-module__wxR1cW__formSection{background:#fff;border-right:1px solid #e2e8f0;flex:1;max-width:800px;height:100%;padding:40px;overflow-y:auto}.CreateProperty-module__wxR1cW__pageTitle{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:32px;font-size:28px;font-weight:800}.CreateProperty-module__wxR1cW__quickImport{background:#f1f5f9;border-radius:12px;margin-bottom:32px;padding:20px}.CreateProperty-module__wxR1cW__quickImport h3{margin-top:0;margin-bottom:12px;font-size:16px}.CreateProperty-module__wxR1cW__jsonTextarea{border:1px solid #cbd5e1;border-radius:8px;width:100%;height:100px;margin-bottom:12px;padding:12px;font-family:monospace;font-size:13px}.CreateProperty-module__wxR1cW__importBtn{color:#fff;cursor:pointer;background:#64748b;border:none;border-radius:6px;padding:8px 16px;font-weight:600}.CreateProperty-module__wxR1cW__formGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.CreateProperty-module__wxR1cW__formFieldFull{flex-direction:column;grid-column:1/-1;gap:8px;margin-bottom:16px;display:flex}.CreateProperty-module__wxR1cW__formFieldFull label{color:#3b82f6;font-size:14px;font-weight:600}.CreateProperty-module__wxR1cW__gmapsInput{background:#f0f9ff;border:1px solid #3b82f6!important}.CreateProperty-module__wxR1cW__formField{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.CreateProperty-module__wxR1cW__formField label{color:#475569;font-size:14px;font-weight:600}.CreateProperty-module__wxR1cW__formField input,.CreateProperty-module__wxR1cW__formField textarea{border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:10px 14px;font-size:15px;transition:border-color .2s}.CreateProperty-module__wxR1cW__formField input:focus,.CreateProperty-module__wxR1cW__formField textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.CreateProperty-module__wxR1cW__uploadSection{margin-bottom:32px}.CreateProperty-module__wxR1cW__dropzone{text-align:center;color:#64748b;cursor:pointer;border:2px dashed #cbd5e1;border-radius:12px;padding:40px;transition:all .2s}.CreateProperty-module__wxR1cW__dropzone:hover,.CreateProperty-module__wxR1cW__dropzone.CreateProperty-module__wxR1cW__dragging{color:#3b82f6;background:#f0f9ff;border-color:#3b82f6}.CreateProperty-module__wxR1cW__imagePreviewList{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:16px;display:grid}.CreateProperty-module__wxR1cW__previewItem{aspect-ratio:1;border:1px solid #e2e8f0;border-radius:8px;position:relative;overflow:hidden}.CreateProperty-module__wxR1cW__previewItem img{object-fit:cover;width:100%;height:100%}.CreateProperty-module__wxR1cW__previewItem button{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:4px;right:4px}.CreateProperty-module__wxR1cW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:transform .2s;box-shadow:0 4px 12px #2563eb4d}.CreateProperty-module__wxR1cW__submitBtn:hover{transform:translateY(-2px)}.CreateProperty-module__wxR1cW__previewSection{background:#f1f5f9;flex:1;justify-content:center;height:100%;padding:40px;display:flex;overflow-y:auto}.CreateProperty-module__wxR1cW__previewSticky{width:100%;max-width:450px;height:fit-content;position:sticky;top:40px}.CreateProperty-module__wxR1cW__previewSticky h3{margin-top:0;margin-bottom:24px}.CreateProperty-module__wxR1cW__previewContainer{background:#fff;border-radius:24px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.CreateProperty-module__wxR1cW__error{color:#ef4444;margin-top:8px;font-size:13px}.CreateProperty-module__wxR1cW__noticeSuccess{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:8px;margin-bottom:16px;padding:10px 12px}.CreateProperty-module__wxR1cW__noticeError{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:10px 12px}
.ImportJsonModal-module__Pu5Snq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ImportJsonModal-module__Pu5Snq__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;animation:.3s ease-out ImportJsonModal-module__Pu5Snq__modalAppear;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes ImportJsonModal-module__Pu5Snq__modalAppear{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ImportJsonModal-module__Pu5Snq__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.ImportJsonModal-module__Pu5Snq__headerTitle{gap:16px;display:flex}.ImportJsonModal-module__Pu5Snq__icon{background:#f0f9ff;border:1px solid #e0f2fe;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ImportJsonModal-module__Pu5Snq__headerTitle h2{color:#1e293b;margin:0;font-size:20px;font-weight:700}.ImportJsonModal-module__Pu5Snq__headerTitle p{color:#64748b;margin:4px 0 0;font-size:14px}.ImportJsonModal-module__Pu5Snq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.ImportJsonModal-module__Pu5Snq__content{background:#fff;grid-template-columns:1fr 1fr;gap:24px;padding:24px;display:grid}.ImportJsonModal-module__Pu5Snq__column{flex-direction:column;gap:12px;display:flex}.ImportJsonModal-module__Pu5Snq__columnHeader{color:#475569;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.ImportJsonModal-module__Pu5Snq__statusValid{color:#166534;background:#dcfce7;border-radius:4px;padding:2px 8px;font-size:11px}.ImportJsonModal-module__Pu5Snq__statusInvalid{color:#991b1b;background:#fee2e2;border-radius:4px;padding:2px 8px;font-size:11px}.ImportJsonModal-module__Pu5Snq__textarea{resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:280px;padding:16px;font-family:Fira Code,monospace;font-size:13px;line-height:1.6}.ImportJsonModal-module__Pu5Snq__textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f60d}.ImportJsonModal-module__Pu5Snq__columnActions{gap:12px;display:flex}.ImportJsonModal-module__Pu5Snq__actionBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:600;display:flex}.ImportJsonModal-module__Pu5Snq__primaryAction{color:#2563eb;background:#eff6ff;border-color:#dbeafe}.ImportJsonModal-module__Pu5Snq__copyBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.ImportJsonModal-module__Pu5Snq__resultArea{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;height:280px;padding:16px;overflow:auto}.ImportJsonModal-module__Pu5Snq__resultArea pre{color:#2563eb;margin:0;font-family:Fira Code,monospace;font-size:13px}.ImportJsonModal-module__Pu5Snq__infoBox{background:#f0f7ff;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 16px;display:flex}.ImportJsonModal-module__Pu5Snq__infoIcon{color:#2563eb;font-weight:900}.ImportJsonModal-module__Pu5Snq__infoBox p{color:#1e40af;margin:0;font-size:13px;line-height:1.5}.ImportJsonModal-module__Pu5Snq__footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.ImportJsonModal-module__Pu5Snq__secondaryBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600}.ImportJsonModal-module__Pu5Snq__primaryBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:600;display:flex}.ImportJsonModal-module__Pu5Snq__primaryBtn:disabled{cursor:not-allowed;background:#94a3b8}.ImportJsonModal-module__Pu5Snq__errorText{color:#ef4444;margin:8px 0 0;font-size:12px}
.InfoPanel-module__FGkRSG__infoPanel{z-index:100;border-radius:24px;width:360px;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.5s cubic-bezier(.16,1,.3,1) InfoPanel-module__FGkRSG__slideUp;position:absolute;bottom:40px;right:40px;overflow:hidden;box-shadow:0 20px 40px #0003}.InfoPanel-module__FGkRSG__closeBtn{z-index:10;color:#fff;-webkit-backdrop-filter:blur(8px);width:36px;height:36px;transition:all var(--transition-fast);background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.InfoPanel-module__FGkRSG__closeBtn:hover{background:#000000b3;transform:rotate(90deg)}.InfoPanel-module__FGkRSG__imageContainer{background:#2c2c2e;width:100%;height:220px;position:relative}.InfoPanel-module__FGkRSG__image{object-fit:cover;width:100%;height:100%}.InfoPanel-module__FGkRSG__placeholder{height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.InfoPanel-module__FGkRSG__content{padding:24px}.InfoPanel-module__FGkRSG__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.InfoPanel-module__FGkRSG__title{color:var(--text-primary);flex:1;margin:0;font-size:20px;font-weight:800;line-height:1.3}.InfoPanel-module__FGkRSG__shareBtn{cursor:pointer;background:#3b82f61a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .2s;display:flex}.InfoPanel-module__FGkRSG__shareBtn:hover{background:#3b82f633;transform:scale(1.1)}.InfoPanel-module__FGkRSG__price{color:#34c759;align-items:center;gap:8px;margin-bottom:24px;font-size:28px;font-weight:800;display:flex}.InfoPanel-module__FGkRSG__publishDate{color:var(--text-primary);align-items:center;gap:6px;margin-bottom:20px;font-size:13px;font-weight:500;display:flex}.InfoPanel-module__FGkRSG__metaGrid{background:#7878801a;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;padding:16px;display:grid}.InfoPanel-module__FGkRSG__metaItem{flex-direction:column;gap:4px;display:flex}.InfoPanel-module__FGkRSG__metaItem span{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.InfoPanel-module__FGkRSG__metaItem strong{color:var(--text-primary);font-size:15px;font-weight:700}.InfoPanel-module__FGkRSG__statusBadge{color:#fff;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#34c759e6;border-radius:12px;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0003}.InfoPanel-module__FGkRSG__imageCountBadge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #ffffff1a;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;bottom:12px;right:12px}.InfoPanel-module__FGkRSG__amenities{margin-bottom:24px}.InfoPanel-module__FGkRSG__amenityTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:12px;font-weight:800}.InfoPanel-module__FGkRSG__amenityTags{flex-wrap:wrap;gap:8px;display:flex}.InfoPanel-module__FGkRSG__amenityTag{color:var(--text-primary);background:#78788026;border:1px solid #ffffff0d;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500}.InfoPanel-module__FGkRSG__description{margin-bottom:24px}.InfoPanel-module__FGkRSG__descriptionText{color:var(--text-primary);opacity:.9;font-size:14px;line-height:1.7}.InfoPanel-module__FGkRSG__actions{gap:12px;display:flex}.InfoPanel-module__FGkRSG__actions button{transition:all var(--transition-fast);border-radius:14px;flex:1;padding:14px;font-size:15px;font-weight:700}.InfoPanel-module__FGkRSG__actions button:hover{filter:brightness(1.1);transform:translateY(-2px)}.InfoPanel-module__FGkRSG__secondaryBtn{color:var(--text-primary);background:#78788033;border:1px solid #ffffff1a}.InfoPanel-module__FGkRSG__zaloBtn{color:#fff;width:100%;transition:all var(--transition-fast);background:#0068ff;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:14px;font-size:15px;font-weight:700;display:flex;box-shadow:0 4px 12px #0068ff4d}.InfoPanel-module__FGkRSG__zaloBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0068ff66}.InfoPanel-module__FGkRSG__googleMapsBtn{justify-content:center;align-items:center;gap:8px;display:flex;color:#4285f4!important;background:#fff!important;border:1px solid #4285f44d!important;box-shadow:0 4px 12px #0000000d!important}.InfoPanel-module__FGkRSG__googleMapsBtn:hover{background:#f8f9fa!important;border-color:#4285f4!important;box-shadow:0 6px 16px #4285f426!important}.InfoPanel-module__FGkRSG__expanded{scrollbar-width:none;width:400px;max-height:90vh;overflow-y:auto}.InfoPanel-module__FGkRSG__expanded::-webkit-scrollbar{display:none}@keyframes InfoPanel-module__FGkRSG__slideUp{0%{opacity:0;transform:translateY(100%)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.InfoPanel-module__FGkRSG__infoPanel{z-index:1001;width:auto;bottom:90px;left:16px;right:16px}}
.ImageGallery-module__mNxbUa__overlay{z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;justify-content:center;align-items:center;animation:.3s ImageGallery-module__mNxbUa__fadeIn;display:flex;position:fixed;inset:0}.ImageGallery-module__mNxbUa__container,.ImageGallery-module__mNxbUa__viewer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ImageGallery-module__mNxbUa__imageWrapper{width:90vw;max-width:1200px;height:80vh;position:relative}.ImageGallery-module__mNxbUa__image{object-fit:contain;-webkit-user-select:none;user-select:none}.ImageGallery-module__mNxbUa__closeBtn{color:#fff;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:30px;right:30px}.ImageGallery-module__mNxbUa__closeBtn:hover{background:#fff3;transform:scale(1.1)}.ImageGallery-module__mNxbUa__navBtn{color:#fff;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageGallery-module__mNxbUa__navBtn:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.ImageGallery-module__mNxbUa__prevBtn{left:30px}.ImageGallery-module__mNxbUa__nextBtn{right:30px}.ImageGallery-module__mNxbUa__counter{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:20px;padding:8px 16px;font-size:16px;font-weight:500;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@keyframes ImageGallery-module__mNxbUa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.ImageGallery-module__mNxbUa__navBtn{display:none}.ImageGallery-module__mNxbUa__imageWrapper{width:100vw;height:70vh}.ImageGallery-module__mNxbUa__closeBtn{top:20px;right:20px}}
.PropertyList-module__X49kPq__listContainer{background:#fff;border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;width:100%;max-height:400px;margin-top:8px;animation:.2s ease-out PropertyList-module__X49kPq__fadeIn;display:flex;overflow:hidden;box-shadow:0 12px 32px #00000026}@keyframes PropertyList-module__X49kPq__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PropertyList-module__X49kPq__listTitle{color:#86868b;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;border-bottom:1px solid #f0f0f0;padding:12px 20px;font-size:12px;font-weight:700}.PropertyList-module__X49kPq__scrollArea{padding:8px;overflow-y:auto}.PropertyList-module__X49kPq__listItem{cursor:pointer;border-radius:12px;gap:16px;padding:12px;transition:background .2s;display:flex}.PropertyList-module__X49kPq__listItem:hover{background:#f5f5f7}.PropertyList-module__X49kPq__imageWrapper{border-radius:8px;flex-shrink:0;width:80px;height:60px;position:relative;overflow:hidden}.PropertyList-module__X49kPq__itemImage{object-fit:cover;width:100%;height:100%}.PropertyList-module__X49kPq__itemContent{flex-direction:column;flex:1;justify-content:center;gap:4px;display:flex}.PropertyList-module__X49kPq__itemTitle{color:#1d1d1f;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.PropertyList-module__X49kPq__itemPrice{color:#00456e;font-size:15px;font-weight:700}.PropertyList-module__X49kPq__itemLocation{color:#86868b;align-items:center;gap:4px;font-size:12px;display:flex}@media (max-width:768px){.PropertyList-module__X49kPq__listContainer{max-height:300px}.PropertyList-module__X49kPq__imageWrapper{width:60px;height:45px}}
.FAQ-module__0h9HwG__faqSection{width:100%;margin-top:48px}.FAQ-module__0h9HwG__faqTitle{color:var(--primary-color);text-align:left;margin-bottom:32px;font-size:28px;font-weight:800}.FAQ-module__0h9HwG__faqList{flex-direction:column;gap:16px;display:flex}.FAQ-module__0h9HwG__faqItem{background:var(--surface-color);border:1px solid var(--glass-border);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:18px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0h9HwG__faqItem:hover{border-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.FAQ-module__0h9HwG__faqItem.FAQ-module__0h9HwG__open{border-color:var(--primary-color);background:var(--surface-color);box-shadow:var(--shadow-lg)}.FAQ-module__0h9HwG__faqQuestion{color:var(--text-primary);justify-content:space-between;align-items:center;padding:24px 28px;font-size:17px;font-weight:700;display:flex}.FAQ-module__0h9HwG__faqIcon{color:var(--primary-color);transition:transform .4s cubic-bezier(.4,0,.2,1)}.FAQ-module__0h9HwG__faqItem.FAQ-module__0h9HwG__open .FAQ-module__0h9HwG__faqIcon{transform:rotate(180deg)}.FAQ-module__0h9HwG__faqAnswer{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__0h9HwG__faqItem.FAQ-module__0h9HwG__open .FAQ-module__0h9HwG__faqAnswer{max-height:300px}.FAQ-module__0h9HwG__faqAnswerInner{color:var(--text-secondary);padding:0 28px 28px;font-size:16px;line-height:1.7}@media (max-width:768px){.FAQ-module__0h9HwG__faqTitle{margin-bottom:24px;font-size:24px}.FAQ-module__0h9HwG__faqQuestion{padding:20px 24px;font-size:16px}.FAQ-module__0h9HwG__faqAnswerInner{padding:0 24px 24px;font-size:15px}}
