.About-module__8aBknG__main{background:var(--background);min-height:100vh}.About-module__8aBknG__heroSection{background-color:var(--background);text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:50vh;min-height:400px;padding-top:80px;display:flex;position:relative;overflow:hidden}.About-module__8aBknG__heroContent{z-index:10;position:relative}.About-module__8aBknG__title{font-family:var(--font-euclid);color:#fff;letter-spacing:.1em;margin-bottom:1rem;font-size:3rem}.About-module__8aBknG__subtitle{color:#ccc;font-size:1.25rem;font-family:var(--font-euclid)}.About-module__8aBknG__contentSection{background:var(--surface);border-bottom:1px solid var(--surface-border);justify-content:center;padding:6rem 5%;display:flex}.About-module__8aBknG__textContainer{text-align:center;max-width:800px}.About-module__8aBknG__heading{font-family:var(--font-euclid);color:var(--foreground);letter-spacing:.05em;margin-bottom:2rem;font-size:2rem}.About-module__8aBknG__paragraph{font-family:var(--font-euclid);color:#888;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.About-module__8aBknG__title{font-size:2rem}.About-module__8aBknG__heading{font-size:1.5rem}.About-module__8aBknG__contentSection{padding:3rem 5%}}
.AgentCard-module___fZRpG__card{background:var(--surface);border:1px solid var(--surface-border);border-radius:6px;flex-direction:column;width:100%;max-width:320px;transition:all .3s;display:flex;overflow:hidden}.AgentCard-module___fZRpG__card:hover{border-color:var(--primary);transform:translateY(-4px)}.AgentCard-module___fZRpG__imageWrapper{aspect-ratio:1;width:100%;overflow:hidden}.AgentCard-module___fZRpG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.AgentCard-module___fZRpG__card:hover .AgentCard-module___fZRpG__image{transform:scale(1.05)}.AgentCard-module___fZRpG__content{text-align:center;padding:1.5rem}.AgentCard-module___fZRpG__name{color:var(--foreground);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.AgentCard-module___fZRpG__role{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.AgentCard-module___fZRpG__contactActions{justify-content:center;gap:.75rem;display:flex}.AgentCard-module___fZRpG__actionBtn{color:var(--foreground);border:1px solid var(--surface-border);background:0 0;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.AgentCard-module___fZRpG__actionBtn:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.AgentsGrid-module__2wRY4q__container{background-color:var(--background);z-index:10;padding:6rem 5%;position:relative}.AgentsGrid-module__2wRY4q__header{text-align:center;margin-bottom:4rem}.AgentsGrid-module__2wRY4q__title{font-family:var(--font-euclid);color:var(--foreground);letter-spacing:.1em;margin-bottom:1rem;font-size:2rem;font-weight:700}.AgentsGrid-module__2wRY4q__subtitle{color:#888;max-width:600px;margin:0 auto;font-size:1.1rem}.AgentsGrid-module__2wRY4q__grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.AgentsGrid-module__2wRY4q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AgentsGrid-module__2wRY4q__grid{grid-template-columns:1fr}}@media (max-width:768px){.AgentsGrid-module__2wRY4q__title{font-size:1.5rem}.AgentsGrid-module__2wRY4q__container{padding:3rem 5%}.AgentsGrid-module__2wRY4q__header{margin-bottom:2rem}}
.HeroBackground-module__X7yNNW__wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.HeroBackground-module__X7yNNW__backgroundImage{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.HeroBackground-module__X7yNNW__videoBackground{object-fit:cover;width:100%;height:100%}.HeroBackground-module__X7yNNW__overlay{z-index:2;pointer-events:none;background:linear-gradient(#0006 0%,#0000001a 40%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroBackground-module__X7yNNW__lightModeOnly{display:block}.HeroBackground-module__X7yNNW__darkModeOnly{display:none}.dark .HeroBackground-module__X7yNNW__lightModeOnly{display:none!important}.dark .HeroBackground-module__X7yNNW__darkModeOnly{display:block!important}
.Hero-module__s-6kkG__hero{background-color:var(--background);z-index:20;flex-direction:column;justify-content:flex-end;width:100%;height:100vh;display:flex;position:relative;overflow:visible}.Hero-module__s-6kkG__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__backgroundImage{background-image:var(--hero-bg);background-position:50%;background-size:cover;width:100%;height:100%}.Hero-module__s-6kkG__overlay{z-index:2;background:linear-gradient(#0006 0%,#0000 40%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__s-6kkG__blueprintOverlay{display:none}.Hero-module__s-6kkG__heroCta{z-index:15;flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;top:65%;left:0;transform:translateY(-50%)}.Hero-module__s-6kkG__ctaButton{background:var(--foreground);color:var(--background);font-family:var(--font-euclid);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:4px;padding:1rem 3rem;font-size:.9rem;font-weight:600;transition:all .3s}.Hero-module__s-6kkG__ctaButton:hover{background:var(--muted-gold,#c6a87c);color:#fff;transform:translateY(-2px)}.Hero-module__s-6kkG__massiveTitleContainer{text-align:center;z-index:10;pointer-events:none;width:100%;position:absolute;top:15%;left:0}.Hero-module__s-6kkG__massiveTitle{font-family:var(--font-euclid);color:#fff;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 4px 20px #0003;margin:0;font-size:11vw;font-weight:800;line-height:1}@media (max-width:900px){.Hero-module__s-6kkG__massiveTitle{margin-top:2rem;font-size:14vw}}.Hero-module__s-6kkG__homeFilterWrapper{pointer-events:auto;z-index:20;width:90%;max-width:1200px;margin:0 auto}@media (max-width:768px){.Hero-module__s-6kkG__homeFilterWrapper{width:95%}}
.page-module__HPQNjG__main{background:var(--background);min-height:100vh}.page-module__HPQNjG__header{background-color:var(--background);text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;height:40vh;min-height:350px;display:flex;position:relative;overflow:hidden}.page-module__HPQNjG__headerOverlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__HPQNjG__headerContent{z-index:10;color:#fff;flex-direction:column;align-items:center;gap:1rem;padding:0 5%;display:flex;position:relative}.page-module__HPQNjG__title{font-family:var(--font-euclid), var(--font-euclid);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:600}.page-module__HPQNjG__subtitle{font-family:var(--font-euclid);opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__HPQNjG__searchSection{z-index:10;margin-top:-6rem;margin-bottom:4rem;padding:0 5%;position:relative}.page-module__HPQNjG__resultsSection{max-width:1400px;margin:0 auto;padding:0 5% 6rem}.page-module__HPQNjG__resultsHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.page-module__HPQNjG__resultsTitle{font-family:var(--font-euclid), var(--font-euclid);color:var(--foreground);font-size:1.25rem;font-weight:600}@media (max-width:768px){.page-module__HPQNjG__title{font-size:2.5rem}.page-module__HPQNjG__resultsHeader{flex-direction:column;align-items:flex-start;gap:1rem}}
.page-module__H0flEG__main{background:var(--background);min-height:100vh}.page-module__H0flEG__header{background-color:var(--background);text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;height:40vh;min-height:350px;display:flex;position:relative;overflow:hidden}.page-module__H0flEG__headerOverlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__H0flEG__headerContent{z-index:10;color:#fff;flex-direction:column;align-items:center;gap:1rem;padding:0 5%;display:flex;position:relative}.page-module__H0flEG__title{font-family:var(--font-euclid), var(--font-euclid);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:600}.page-module__H0flEG__subtitle{font-family:var(--font-euclid);opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__H0flEG__searchSection{z-index:10;margin-top:-6rem;margin-bottom:4rem;padding:0 5%;position:relative}.page-module__H0flEG__resultsSection{max-width:1400px;margin:0 auto;padding:0 5% 6rem}.page-module__H0flEG__resultsHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.page-module__H0flEG__resultsTitle{font-family:var(--font-euclid), var(--font-euclid);color:var(--foreground);font-size:1.25rem;font-weight:600}.page-module__H0flEG__sortDropdown select{font-family:var(--font-euclid);border:1px solid var(--surface-border);background:var(--surface);color:var(--foreground);cursor:pointer;border-radius:6px;outline:none;padding:.5rem 1rem;font-size:.9rem;transition:border-color .2s}.page-module__H0flEG__sortDropdown select:hover{border-color:var(--primary)}.page-module__H0flEG__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem 1.5rem;display:grid}@media (max-width:768px){.page-module__H0flEG__title{font-size:2.5rem}.page-module__H0flEG__resultsHeader{flex-direction:column;align-items:flex-start;gap:1rem}}
.page-module__yZmEsa__main{background:var(--background);min-height:100vh}.page-module__yZmEsa__header{background-color:var(--background);text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;height:40vh;min-height:350px;display:flex;position:relative;overflow:hidden}.page-module__yZmEsa__headerOverlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__yZmEsa__headerContent{z-index:10;color:#fff;flex-direction:column;align-items:center;gap:1rem;padding:0 5%;display:flex;position:relative}.page-module__yZmEsa__title{font-family:var(--font-euclid), var(--font-euclid);letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:600}.page-module__yZmEsa__subtitle{font-family:var(--font-euclid);opacity:.9;max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__yZmEsa__searchSection{z-index:10;margin-top:-6rem;margin-bottom:4rem;padding:0 5%;position:relative}.page-module__yZmEsa__resultsSection{max-width:1400px;margin:0 auto;padding:0 5% 6rem}.page-module__yZmEsa__resultsHeader{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.page-module__yZmEsa__resultsTitle{font-family:var(--font-euclid), var(--font-euclid);color:var(--foreground);font-size:1.25rem;font-weight:600}@media (max-width:768px){.page-module__yZmEsa__title{font-size:2.5rem}.page-module__yZmEsa__resultsHeader{flex-direction:column;align-items:flex-start;gap:1rem}}
.EmailLoginModal-module__8fOkfG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.EmailLoginModal-module__8fOkfG__modal{background:var(--surface);color:var(--text-color);border:1px solid var(--border-color);text-align:center;border-radius:12px;width:90%;max-width:440px;padding:3rem 2rem;position:relative;box-shadow:0 10px 40px #00000080}.EmailLoginModal-module__8fOkfG__closeBtn{color:var(--text-color);cursor:pointer;opacity:.6;background:0 0;border:none;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.EmailLoginModal-module__8fOkfG__closeBtn:hover{opacity:1}.EmailLoginModal-module__8fOkfG__icon{color:var(--primary);margin-bottom:1rem}.EmailLoginModal-module__8fOkfG__title{font-size:1.75rem;font-weight:500;font-family:var(--font-cinzel), serif;margin-bottom:.5rem}.EmailLoginModal-module__8fOkfG__subtitle{color:#999;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.EmailLoginModal-module__8fOkfG__form{flex-direction:column;gap:1rem;display:flex}.EmailLoginModal-module__8fOkfG__input{background:var(--background);border:1px solid var(--border-color);color:var(--text-color);text-align:center;border-radius:6px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.EmailLoginModal-module__8fOkfG__input:focus{border-color:var(--primary);outline:none}.EmailLoginModal-module__8fOkfG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.EmailLoginModal-module__8fOkfG__submitBtn:hover{background:var(--primary-dark,#a38c4b)}
.FavoriteButton-module__qXcMuW__favBtn{background:var(--background,#fffc);border:1px solid var(--border-color,#0000001a);color:var(--text-color,#666);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.FavoriteButton-module__qXcMuW__favBtn:hover{color:#e74c3c;border-color:#e74c3c;transform:scale(1.05)}.FavoriteButton-module__qXcMuW__active{color:#e74c3c!important;border-color:#e74c3c!important}.FavoriteButton-module__qXcMuW__favBtn.FavoriteButton-module__qXcMuW__loading{opacity:.5;pointer-events:none}
.PropertyCard-module__PpmUSa__card{background:var(--surface);border:1px solid var(--surface-border);cursor:pointer;border-radius:6px;flex-direction:column;width:100%;transition:all .3s;display:flex;overflow:hidden}.PropertyCard-module__PpmUSa__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.PropertyCard-module__PpmUSa__dark .PropertyCard-module__PpmUSa__card:hover{box-shadow:0 20px 40px #00000080}.PropertyCard-module__PpmUSa__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.PropertyCard-module__PpmUSa__cardLink{text-decoration:none;display:block}.PropertyCard-module__PpmUSa__tagsContainer{z-index:2;gap:.5rem;display:flex;position:absolute;top:.75rem;right:.75rem}.PropertyCard-module__PpmUSa__luxuryRibbon{color:#fff;text-align:center;width:150px;font-family:var(--font-euclid);letter-spacing:.15em;text-transform:uppercase;z-index:5;background-color:#e3000f;padding:.35rem 0;font-size:.7rem;font-weight:700;position:absolute;top:24px;left:-36px;transform:rotate(-45deg);box-shadow:0 4px 10px #0000004d}.PropertyCard-module__PpmUSa__newBuildRibbon{background-color:var(--primary);color:#fff;text-align:center;width:150px;font-family:var(--font-euclid);letter-spacing:.1em;text-transform:uppercase;z-index:5;padding:.35rem 0;font-size:.65rem;font-weight:700;position:absolute;top:24px;right:-36px;transform:rotate(45deg);box-shadow:0 4px 10px #0000004d}.PropertyCard-module__PpmUSa__tagPrimary{color:#fff;font-family:var(--font-euclid);letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a1428e6;border-radius:4px;padding:.25rem .6rem;font-size:.65rem;font-weight:600}.PropertyCard-module__PpmUSa__tagFeatured{color:#000;background:linear-gradient(135deg,#d4af37 0%,#ffdf73 100%);box-shadow:0 4px 10px #d4af3766}.PropertyCard-module__PpmUSa__actionGroup{z-index:2;gap:.5rem;display:flex;position:absolute;bottom:.75rem;right:.75rem}.PropertyCard-module__PpmUSa__actionBtn{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.PropertyCard-module__PpmUSa__actionBtn:hover{background:var(--primary);border-color:var(--primary)}.PropertyCard-module__PpmUSa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PropertyCard-module__PpmUSa__card:hover .PropertyCard-module__PpmUSa__image{transform:scale(1.05)}.PropertyCard-module__PpmUSa__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.PropertyCard-module__PpmUSa__displayId{font-family:var(--font-euclid);color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:400}.PropertyCard-module__PpmUSa__price{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.PropertyCard-module__PpmUSa__title{color:var(--foreground);margin-bottom:.25rem;font-size:1rem;font-weight:500;line-height:1.4}.PropertyCard-module__PpmUSa__location{color:#888;align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.PropertyCard-module__PpmUSa__pinIcon{color:#888}.PropertyCard-module__PpmUSa__stats{border-bottom:1px solid var(--surface-border);align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.PropertyCard-module__PpmUSa__stat{color:var(--foreground);align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.PropertyCard-module__PpmUSa__statDivider{color:var(--surface-border);margin-left:.5rem}.PropertyCard-module__PpmUSa__stat:last-child .PropertyCard-module__PpmUSa__statDivider{display:none}.PropertyCard-module__PpmUSa__statIcon{color:#888}.PropertyCard-module__PpmUSa__emailButton{width:100%;color:var(--primary);border:1px solid var(--primary);background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.PropertyCard-module__PpmUSa__emailButton:hover{background:var(--primary);color:#fff}
.Footer-module__3hUVsW__footer{background-color:var(--surface);border-top:1px solid var(--surface-border);color:var(--foreground);padding:6rem 5% 4rem}.Footer-module__3hUVsW__container{flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;display:flex}.Footer-module__3hUVsW__topSection{flex-wrap:wrap;justify-content:space-between;gap:4rem;display:flex}.Footer-module__3hUVsW__leftColumn{flex:1;min-width:300px;max-width:400px}.Footer-module__3hUVsW__logoImage{object-fit:contain;filter:brightness(.15);width:auto;height:50px}html.dark .Footer-module__3hUVsW__logoImage{filter:brightness()}.Footer-module__3hUVsW__logo{margin-bottom:3rem}.Footer-module__3hUVsW__columnTitle{font-family:var(--font-euclid);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.95rem;font-weight:400}.Footer-module__3hUVsW__locations{font-family:var(--font-euclid);color:var(--foreground);opacity:.85;flex-direction:column;margin-bottom:3rem;font-size:.9rem;line-height:1.5;display:flex}.Footer-module__3hUVsW__socials{gap:1.5rem;display:flex}.Footer-module__3hUVsW__socialIcon{color:var(--foreground);opacity:.7;transition:all .2s}.Footer-module__3hUVsW__socialIcon:hover{opacity:1;color:var(--primary)}.Footer-module__3hUVsW__rightColumn{flex:1;min-width:300px;max-width:500px}.Footer-module__3hUVsW__newsletterDesc{opacity:.85;margin-bottom:2.5rem;font-size:.9rem}.Footer-module__3hUVsW__subscribeForm{flex-direction:column;gap:2rem;display:flex}.Footer-module__3hUVsW__emailInput{border:none;border-bottom:1px solid var(--surface-border);color:var(--foreground);background:0 0;outline:none;padding:.5rem 0;font-family:inherit;font-size:.9rem}.Footer-module__3hUVsW__emailInput:focus{border-bottom-color:var(--primary)}.Footer-module__3hUVsW__emailInput::placeholder{color:var(--foreground);opacity:.4}.Footer-module__3hUVsW__checkboxLabel{align-items:flex-start;gap:.75rem;display:flex}.Footer-module__3hUVsW__checkbox{cursor:pointer;accent-color:var(--primary);margin-top:.25rem}.Footer-module__3hUVsW__checkboxText{opacity:.6;font-size:.65rem;line-height:1.5}.Footer-module__3hUVsW__privacyLink{text-decoration:underline;transition:opacity .2s}.Footer-module__3hUVsW__privacyLink:hover{opacity:1;color:var(--primary)}.Footer-module__3hUVsW__subscribeButton{font-family:var(--font-euclid);letter-spacing:.15em;color:var(--foreground);border:1px solid var(--surface-border);cursor:pointer;background:0 0;align-self:flex-start;padding:1rem 3rem;font-size:.8rem;font-weight:500;transition:all .3s}.Footer-module__3hUVsW__subscribeButton:hover{border-color:var(--foreground)}.Footer-module__3hUVsW__bottomSection{border-top:1px solid var(--surface-border);flex-direction:column;gap:2rem;padding-top:3rem;display:flex}.Footer-module__3hUVsW__bottomLinks{opacity:.9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.Footer-module__3hUVsW__legalText{opacity:.4;text-transform:uppercase;flex-direction:column;gap:.75rem;font-size:.55rem;line-height:1.6;display:flex}@media (max-width:768px){.Footer-module__3hUVsW__topSection{flex-direction:column}.Footer-module__3hUVsW__footer{padding:3rem 5% 2rem}}
.SaveSearchModal-module__cXpGNa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.SaveSearchModal-module__cXpGNa__modal{background:var(--surface);color:var(--text-color);border:1px solid var(--border-color);border-radius:12px;width:90%;max-width:500px;padding:2rem;position:relative;box-shadow:0 10px 30px #00000080}.SaveSearchModal-module__cXpGNa__closeBtn{color:var(--text-color);cursor:pointer;opacity:.6;background:0 0;border:none;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.SaveSearchModal-module__cXpGNa__closeBtn:hover{opacity:1}.SaveSearchModal-module__cXpGNa__title{font-size:1.5rem;font-weight:500;font-family:var(--font-cinzel), serif;margin-bottom:.5rem}.SaveSearchModal-module__cXpGNa__subtitle{color:#999;margin-bottom:2rem;font-size:.95rem}.SaveSearchModal-module__cXpGNa__form{flex-direction:column;gap:1.5rem;display:flex}.SaveSearchModal-module__cXpGNa__row{gap:1rem;display:flex}.SaveSearchModal-module__cXpGNa__row>div{flex:1}.SaveSearchModal-module__cXpGNa__inputGroup{flex-direction:column;gap:.5rem;display:flex}.SaveSearchModal-module__cXpGNa__inputGroup label{color:#ccc;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.SaveSearchModal-module__cXpGNa__inputGroup input{background:var(--background);border:1px solid var(--border-color);color:var(--text-color);border-radius:4px;padding:.75rem 1rem;font-family:inherit;transition:border-color .2s}.SaveSearchModal-module__cXpGNa__inputGroup input:focus{border-color:var(--primary);outline:none}.SaveSearchModal-module__cXpGNa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-weight:500;transition:all .2s}.SaveSearchModal-module__cXpGNa__submitBtn:hover{background:var(--primary-dark,#a38c4b)}.SaveSearchModal-module__cXpGNa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.SaveSearchModal-module__cXpGNa__successState{text-align:center;color:#2ecc71;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.SaveSearchModal-module__cXpGNa__successIcon{margin-bottom:1rem}.SaveSearchModal-module__cXpGNa__errorMessage{color:#e74c3c;background:#e74c3c1a;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;display:flex}
.PropertySearchFilter-module__bcOOgG__filterContainer{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;box-shadow:0 10px 40px #00000014}html.dark .PropertySearchFilter-module__bcOOgG__filterContainer{box-shadow:0 10px 40px #0006}.PropertySearchFilter-module__bcOOgG__glassmorphic{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #fff6;background:#fff6!important}.PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__keywordField,.PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__selectWrapper,.PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__customSelectHeader,.PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__toggleBtn{background:#fff6!important}:is(html.dark .PropertySearchFilter-module__bcOOgG__glassmorphic,.dark .PropertySearchFilter-module__bcOOgG__glassmorphic){border:1px solid #ffffff14;background:#22272bb3!important}:is(html.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__keywordField,html.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__selectWrapper,html.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__customSelectHeader,html.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__toggleBtn,.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__keywordField,.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__selectWrapper,.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__customSelectHeader,.dark .PropertySearchFilter-module__bcOOgG__glassmorphic .PropertySearchFilter-module__bcOOgG__toggleBtn){background:#191d2199!important}.PropertySearchFilter-module__bcOOgG__customSelectWrapper{width:100%;height:45px;position:relative}.PropertySearchFilter-module__bcOOgG__customSelectHeader{background:var(--background);border:1px solid var(--surface-border);cursor:pointer;height:100%;font-family:var(--font-euclid);color:var(--foreground);border-radius:6px;justify-content:space-between;align-items:center;padding:0 2.5rem 0 1rem;font-size:.9rem;display:flex}.PropertySearchFilter-module__bcOOgG__customSelectDropdown{background:var(--surface);border:1px solid var(--surface-border);z-index:50;border-radius:6px;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 5px 20px #0000001a}html.dark .PropertySearchFilter-module__bcOOgG__customSelectDropdown{box-shadow:0 5px 20px #00000080}.PropertySearchFilter-module__bcOOgG__dropdownActions{border-bottom:1px solid var(--surface-border);margin-bottom:.5rem;padding-bottom:.5rem}.PropertySearchFilter-module__bcOOgG__deselectBtn{font-family:var(--font-euclid);color:var(--foreground);opacity:.6;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s}.PropertySearchFilter-module__bcOOgG__deselectBtn:hover{opacity:1;color:var(--primary)}.PropertySearchFilter-module__bcOOgG__locationOption{font-family:var(--font-euclid);color:var(--foreground);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;display:flex}.PropertySearchFilter-module__bcOOgG__locationOption:hover{background:var(--background)}.PropertySearchFilter-module__bcOOgG__locationOption input[type=checkbox]{accent-color:var(--primary);cursor:pointer}.PropertySearchFilter-module__bcOOgG__topRow{align-items:center;gap:1rem;display:flex}.PropertySearchFilter-module__bcOOgG__fieldGroup{flex-direction:column;gap:.5rem;display:flex}.PropertySearchFilter-module__bcOOgG__fieldGroup label{font-family:var(--font-euclid);color:var(--foreground);opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.PropertySearchFilter-module__bcOOgG__keywordField{background:var(--background);border:1px solid var(--surface-border);border-radius:8px;flex:1;align-items:center;height:50px;padding:0 1rem;transition:border-color .2s;display:flex}.PropertySearchFilter-module__bcOOgG__keywordField:focus-within{border-color:var(--primary)}.PropertySearchFilter-module__bcOOgG__icon{color:var(--foreground);opacity:.5;margin-right:.75rem}.PropertySearchFilter-module__bcOOgG__input{font-family:var(--font-euclid);color:var(--foreground);background:0 0;border:none;outline:none;flex:1;height:100%;font-size:.95rem}.PropertySearchFilter-module__bcOOgG__input::placeholder{color:var(--foreground);opacity:.4}.PropertySearchFilter-module__bcOOgG__toggleBtn{background:var(--background);border:1px solid var(--surface-border);height:50px;color:var(--foreground);font-family:var(--font-euclid);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:0 1.5rem;font-weight:500;transition:all .2s;display:flex}.PropertySearchFilter-module__bcOOgG__toggleBtn:hover{border-color:var(--primary);color:var(--primary)}.PropertySearchFilter-module__bcOOgG__clearBtn{height:50px;color:var(--foreground);border:1px solid var(--surface-border);font-family:var(--font-euclid);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:0 1.5rem;font-weight:500;transition:all .2s}.PropertySearchFilter-module__bcOOgG__clearBtn:hover{background:var(--surface-border)}.PropertySearchFilter-module__bcOOgG__saveAlertBtn{height:50px;color:var(--primary);border:1px solid var(--primary);font-family:var(--font-euclid);cursor:pointer;white-space:nowrap;background:#d4af371a;border-radius:8px;align-items:center;gap:.5rem;padding:0 1.5rem;font-weight:500;transition:all .2s;display:flex}.PropertySearchFilter-module__bcOOgG__saveAlertBtn:hover{background:var(--primary);color:#fff}.PropertySearchFilter-module__bcOOgG__searchBtn{background:var(--primary);color:#fff;height:50px;font-family:var(--font-euclid);letter-spacing:.05em;cursor:pointer;border:none;border-radius:8px;padding:0 2rem;font-weight:600;transition:all .2s}.PropertySearchFilter-module__bcOOgG__searchBtn:hover{background:var(--primary-hover)}.PropertySearchFilter-module__bcOOgG__saveBtn{background:var(--surface);color:var(--primary);border:1px solid var(--primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:0 1.5rem;font-weight:500;transition:all .2s;display:flex}.PropertySearchFilter-module__bcOOgG__saveBtn:hover{background:var(--primary);color:#fff}.PropertySearchFilter-module__bcOOgG__advancedFilters{opacity:0;max-height:0;transition:max-height .4s,padding .4s,margin .4s,opacity .4s;overflow:hidden}.PropertySearchFilter-module__bcOOgG__advancedFilters.PropertySearchFilter-module__bcOOgG__open{opacity:1;border-top:1px solid var(--surface-border);max-height:500px;margin-top:1.5rem;padding-top:1.5rem;overflow:visible}.PropertySearchFilter-module__bcOOgG__grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.PropertySearchFilter-module__bcOOgG__grid.PropertySearchFilter-module__bcOOgG__hasStatus{grid-template-columns:repeat(7,1fr)}.PropertySearchFilter-module__bcOOgG__selectWrapper{background:var(--background);border:1px solid var(--surface-border);border-radius:6px;align-items:center;height:45px;display:flex;position:relative}.PropertySearchFilter-module__bcOOgG__select{appearance:none;width:100%;height:100%;font-family:var(--font-euclid);color:var(--foreground);cursor:pointer;background:0 0;border:none;outline:none;padding:0 2.5rem 0 1rem;font-size:.9rem}.PropertySearchFilter-module__bcOOgG__select option{background:var(--surface);color:var(--foreground)}.PropertySearchFilter-module__bcOOgG__chevron{color:var(--foreground);opacity:.5;pointer-events:none;position:absolute;right:1rem}@media (max-width:1024px){.PropertySearchFilter-module__bcOOgG__grid,.PropertySearchFilter-module__bcOOgG__grid.PropertySearchFilter-module__bcOOgG__hasStatus{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.PropertySearchFilter-module__bcOOgG__filterContainer{border-radius:8px;padding:1rem}.PropertySearchFilter-module__bcOOgG__topRow{flex-direction:column;gap:.75rem}.PropertySearchFilter-module__bcOOgG__keywordField,.PropertySearchFilter-module__bcOOgG__toggleBtn,.PropertySearchFilter-module__bcOOgG__clearBtn,.PropertySearchFilter-module__bcOOgG__searchBtn,.PropertySearchFilter-module__bcOOgG__saveAlertBtn{width:100%;height:56px}.PropertySearchFilter-module__bcOOgG__grid,.PropertySearchFilter-module__bcOOgG__grid.PropertySearchFilter-module__bcOOgG__hasStatus{grid-template-columns:1fr;gap:1rem}.PropertySearchFilter-module__bcOOgG__input,.PropertySearchFilter-module__bcOOgG__select,.PropertySearchFilter-module__bcOOgG__customSelectHeader,.PropertySearchFilter-module__bcOOgG__keywordField input,.PropertySearchFilter-module__bcOOgG__searchBtn,.PropertySearchFilter-module__bcOOgG__toggleBtn,.PropertySearchFilter-module__bcOOgG__clearBtn,.PropertySearchFilter-module__bcOOgG__saveAlertBtn{font-size:16px!important}}
.PropertyGallery-module__QOqAja__gallery{grid-template-columns:2fr 1fr;gap:10px;height:500px;margin-bottom:30px;display:grid}.PropertyGallery-module__QOqAja__mainImage{cursor:pointer;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden}.PropertyGallery-module__QOqAja__sideImages{flex-direction:column;gap:10px;height:100%;display:flex}.PropertyGallery-module__QOqAja__sideImageWrapper{cursor:pointer;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden}.PropertyGallery-module__QOqAja__image{object-fit:cover;transition:transform .4s}.PropertyGallery-module__QOqAja__mainImage:hover .PropertyGallery-module__QOqAja__image,.PropertyGallery-module__QOqAja__sideImageWrapper:hover .PropertyGallery-module__QOqAja__image{transform:scale(1.05)}.PropertyGallery-module__QOqAja__moreImagesBtn{color:#111;z-index:2;cursor:pointer;background:#fff;border:none;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:transform .2s;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 2px 10px #0000001a}.PropertyGallery-module__QOqAja__moreImagesBtn:hover{transform:translateY(-2px)}.PropertyGallery-module__QOqAja__lightboxOverlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:40px;animation:.2s ease-out forwards PropertyGallery-module__QOqAja__fadeIn;display:flex;position:fixed;inset:0}@keyframes PropertyGallery-module__QOqAja__fadeIn{0%{opacity:0}to{opacity:1}}.PropertyGallery-module__QOqAja__lightboxContent{justify-content:center;align-items:center;width:100%;max-width:1400px;height:100%;display:flex;position:relative}.PropertyGallery-module__QOqAja__lightboxImageWrapper{width:100%;height:100%;max-height:90vh;position:relative}.PropertyGallery-module__QOqAja__lightboxImage{object-fit:contain}.PropertyGallery-module__QOqAja__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.PropertyGallery-module__QOqAja__closeBtn:hover{color:#000;background:#fff}.PropertyGallery-module__QOqAja__navBtn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PropertyGallery-module__QOqAja__navBtn:hover{color:#000;background:#fff}.PropertyGallery-module__QOqAja__imageCounter{color:#fff;background:#00000080;border-radius:20px;padding:4px 12px;font-family:monospace;font-size:1.1rem;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:992px){.PropertyGallery-module__QOqAja__gallery{height:400px}}@media (max-width:768px){.PropertyGallery-module__QOqAja__gallery{grid-template-rows:2fr 1fr;grid-template-columns:1fr}.PropertyGallery-module__QOqAja__sideImages{flex-direction:row}.PropertyGallery-module__QOqAja__navBtn{width:40px;height:40px}.PropertyGallery-module__QOqAja__navBtn svg{width:24px;height:24px}}
.SearchBar-module__G98Y7W__searchContainer{-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);background:#ffffff80;border-radius:12px;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;box-shadow:0 10px 40px #00000014}html.dark .SearchBar-module__G98Y7W__searchContainer{background:#ffffff1f;box-shadow:0 10px 40px #0006}.SearchBar-module__G98Y7W__grid{grid-template-columns:repeat(3,1fr) auto;align-items:flex-end;gap:1.5rem;display:grid}.SearchBar-module__G98Y7W__tabsContainer{border-bottom:1px solid var(--surface-border);gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.SearchBar-module__G98Y7W__tab{font-family:var(--font-euclid);color:var(--foreground);opacity:.8;cursor:pointer;background:#ffffff4d;border:1px solid #0000000d;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:300;transition:all .2s}html.dark .SearchBar-module__G98Y7W__tab{color:#fff9;background:0 0;border:1px solid #ffffff14}.SearchBar-module__G98Y7W__tab:hover{opacity:1;background:#ffffff80}html.dark .SearchBar-module__G98Y7W__tab:hover{color:#fff;background:#ffffff0d}.SearchBar-module__G98Y7W__tab.SearchBar-module__G98Y7W__active{opacity:1;background:var(--primary);border-color:var(--primary);color:#fff;font-weight:500}html.dark .SearchBar-module__G98Y7W__tab.SearchBar-module__G98Y7W__active{background:var(--primary);color:#fff;border-color:var(--primary)}.SearchBar-module__G98Y7W__fieldGroup{flex-direction:column;display:flex}.SearchBar-module__G98Y7W__selectWrapper{background:var(--background);border:1px solid var(--surface-border);border-radius:6px;align-items:center;height:50px;display:flex;position:relative}.SearchBar-module__G98Y7W__select{appearance:none;width:100%;height:100%;font-family:var(--font-euclid);color:var(--foreground);cursor:pointer;background:0 0;border:none;outline:none;padding:0 2.5rem 0 1rem;font-size:.95rem}.SearchBar-module__G98Y7W__select option{background:var(--surface);color:var(--foreground)}.SearchBar-module__G98Y7W__chevron{color:var(--foreground);opacity:.5;pointer-events:none;position:absolute;right:1rem}.SearchBar-module__G98Y7W__searchBtn{background:var(--primary);color:#fff;border:1px solid var(--primary);height:50px;font-family:var(--font-euclid);letter-spacing:.05em;cursor:pointer;box-sizing:border-box;border-radius:6px;align-items:center;gap:.5rem;padding:0 2.5rem;font-size:.95rem;font-weight:400;transition:all .2s;display:flex}.SearchBar-module__G98Y7W__searchBtn:hover{background:var(--primary-hover);transform:translateY(-2px)}.SearchBar-module__G98Y7W__customSelectWrapper{width:100%;height:50px;position:relative}.SearchBar-module__G98Y7W__customSelectHeader{background:var(--background);border:1px solid var(--surface-border);cursor:pointer;height:100%;font-family:var(--font-euclid);color:var(--foreground);border-radius:6px;justify-content:space-between;align-items:center;padding:0 2.5rem 0 1rem;font-size:.95rem;display:flex}.SearchBar-module__G98Y7W__customSelectDropdown{background:var(--surface);border:1px solid var(--surface-border);z-index:50;border-radius:6px;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;display:flex;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 5px 20px #0000001a}html.dark .SearchBar-module__G98Y7W__customSelectDropdown{box-shadow:0 5px 20px #00000080}.SearchBar-module__G98Y7W__dropdownActions{border-bottom:1px solid var(--surface-border);margin-bottom:.5rem;padding-bottom:.5rem}.SearchBar-module__G98Y7W__deselectBtn{font-family:var(--font-euclid);color:var(--foreground);opacity:.6;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s}.SearchBar-module__G98Y7W__deselectBtn:hover{opacity:1;color:var(--primary)}.SearchBar-module__G98Y7W__locationOption{font-family:var(--font-euclid);color:var(--foreground);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;display:flex}.SearchBar-module__G98Y7W__locationOption:hover{background:var(--background)}.SearchBar-module__G98Y7W__locationOption input[type=checkbox]{accent-color:var(--primary);cursor:pointer}@media (max-width:1024px){.SearchBar-module__G98Y7W__grid{grid-template-columns:repeat(2,1fr)}.SearchBar-module__G98Y7W__searchBtn{grid-column:1/-1;justify-content:center}}@media (max-width:640px){.SearchBar-module__G98Y7W__grid{grid-template-columns:1fr}}
.PropertyActionButtons-module__n0wNCa__topActionsContainer{justify-content:flex-end;margin-bottom:2rem;padding:0 1rem;display:flex}.PropertyActionButtons-module__n0wNCa__topActions{gap:1rem;display:flex}.PropertyActionButtons-module__n0wNCa__actionButton{background:var(--surface);border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.PropertyActionButtons-module__n0wNCa__actionButton:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}
.page-module__VBdWPW__main{background:var(--background);justify-content:center;min-height:80vh;padding:8rem 1rem 4rem;display:flex}.page-module__VBdWPW__loginCard{background:var(--surface);border:1px solid var(--border-color);text-align:center;border-radius:12px;width:100%;max-width:480px;padding:3rem;box-shadow:0 10px 30px #0003}.page-module__VBdWPW__loginIcon{color:var(--primary);margin-bottom:1.5rem}.page-module__VBdWPW__title{font-size:2rem;font-family:var(--font-cinzel), serif;color:var(--text-color);margin-bottom:.5rem}.page-module__VBdWPW__subtitle{color:#999;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.page-module__VBdWPW__form{flex-direction:column;gap:1rem;display:flex}.page-module__VBdWPW__input{border:1px solid var(--border-color);background:var(--background);color:var(--text-color);border-radius:6px;padding:1rem;font-size:1rem}.page-module__VBdWPW__input:focus{border-color:var(--primary);outline:none}.page-module__VBdWPW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.page-module__VBdWPW__submitBtn:hover{background:var(--primary-dark,#a38c4b)}.page-module__VBdWPW__dashboardContainer{width:100%;max-width:1200px}.page-module__VBdWPW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;display:flex}.page-module__VBdWPW__logoutBtn{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.page-module__VBdWPW__logoutBtn:hover{color:#e74c3c;background:#ffffff0d;border-color:#e74c3c}.page-module__VBdWPW__sectionsGrid{flex-direction:column;gap:4rem;display:flex}.page-module__VBdWPW__sectionTitle{font-size:1.5rem;font-family:var(--font-cinzel), serif;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__VBdWPW__sectionIcon{color:var(--primary)}.page-module__VBdWPW__list{flex-direction:column;gap:1rem;display:flex}.page-module__VBdWPW__searchItem{background:var(--surface);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.page-module__VBdWPW__searchInfo h3{margin:0 0 .5rem;font-size:1.25rem}.page-module__VBdWPW__criteriaWrapper{margin-top:.5rem}.page-module__VBdWPW__bagdesContainer{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__VBdWPW__filterBadge{background:#a9805014;border:1px solid #a9805033;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}.page-module__VBdWPW__badgeLabel{color:#888;text-transform:uppercase;font-size:.7rem;font-weight:500}.page-module__VBdWPW__badgeValue{color:var(--primary);text-transform:capitalize;font-weight:600}.page-module__VBdWPW__emptyBadge{color:#888;font-size:.85rem;font-style:italic}.page-module__VBdWPW__badgeActive{color:#2ecc71;text-transform:uppercase;background:#2ecc711a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.page-module__VBdWPW__badgeInactive{color:#999;text-transform:uppercase;background:#ffffff1a;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.page-module__VBdWPW__statusBadgesFlex{align-items:center;gap:1rem;display:flex}.page-module__VBdWPW__deleteBtn{color:#e74c3c;background:#e74c3c1a;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.page-module__VBdWPW__deleteBtn:hover{color:#fff;background:#e74c3c}.page-module__VBdWPW__propertiesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.page-module__VBdWPW__emptyState{background:var(--surface);border:1px dashed var(--border-color);text-align:center;color:#999;border-radius:8px;padding:3rem}.page-module__VBdWPW__emptyActionBtn{background:var(--primary);color:#fff;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.page-module__VBdWPW__emptyActionBtn:hover{background:var(--primary-dark,#a38c4b)}.page-module__VBdWPW__loading{text-align:center;color:var(--primary);padding:4rem}.page-module__VBdWPW__error{color:#e74c3c;text-align:center;background:#e74c3c1a;border-radius:6px;margin-bottom:2rem;padding:1rem}
