.search-module__gmSGKG__page{--s-navy:#0a1628;--s-navy-mid:#112240;--s-gold:#c9a84c;--s-gold-light:#e2c97e;--s-cream:#f8f5ef;--s-text:#1a2535;--s-muted:#6b7a8d;--s-border:#c9a84c33;font-family:var(--font-body), sans-serif;background:var(--s-cream);color:var(--s-text);flex-direction:column;height:100vh;display:flex;overflow:hidden}.search-module__gmSGKG__header{background:var(--s-navy);border-bottom:1px solid var(--s-border);z-index:100;flex-shrink:0;align-items:center;gap:2.5rem;height:64px;padding:0 2rem;display:flex}.search-module__gmSGKG__logo{font-family:var(--font-display), serif;color:var(--s-gold);letter-spacing:.04em;white-space:nowrap;font-size:1.3rem;font-weight:600;text-decoration:none}.search-module__gmSGKG__logo span{color:#fff;font-weight:400}.search-module__gmSGKG__headerSearch{border:1px solid var(--s-border);background:#ffffff12;border-radius:6px;flex:1;max-width:680px;display:flex;overflow:hidden}.search-module__gmSGKG__searchSegment{border-right:1px solid var(--s-border);cursor:pointer;flex-direction:column;flex:1;padding:.45rem 1rem;transition:background .2s;display:flex}.search-module__gmSGKG__searchSegment:last-of-type{border-right:none}.search-module__gmSGKG__searchSegment:hover{background:#ffffff0d}.search-module__gmSGKG__searchSegment label{letter-spacing:.08em;text-transform:uppercase;color:var(--s-gold);margin-bottom:2px;font-size:.6rem;font-weight:600}.search-module__gmSGKG__searchSegment input,.search-module__gmSGKG__searchSegment select{color:#fff;font-family:var(--font-body), sans-serif;cursor:pointer;background:0 0;border:none;outline:none;width:100%;font-size:.82rem}.search-module__gmSGKG__searchSegment select option{background:var(--s-navy)}.search-module__gmSGKG__searchBtn{background:var(--s-gold);color:var(--s-navy);cursor:pointer;letter-spacing:.03em;white-space:nowrap;border:none;padding:0 1.2rem;font-size:.82rem;font-weight:600;transition:background .2s}.search-module__gmSGKG__searchBtn:hover{background:var(--s-gold-light)}.search-module__gmSGKG__viewToggle{gap:.5rem;margin-left:auto;display:flex}.search-module__gmSGKG__viewBtn{border:1px solid var(--s-border);color:var(--s-muted);cursor:pointer;background:#ffffff14;border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.75rem;transition:all .2s;display:flex}.search-module__gmSGKG__viewBtnActive{background:var(--s-gold);color:var(--s-navy);border-color:var(--s-gold);font-weight:600}.search-module__gmSGKG__filterBar{background:#fff;border-bottom:1px solid #e8e2d9;flex-shrink:0;align-items:center;gap:.75rem;padding:.6rem 2rem;display:flex;overflow-x:auto}.search-module__gmSGKG__filterLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--s-muted);white-space:nowrap;margin-right:.25rem;font-size:.72rem;font-weight:600}.search-module__gmSGKG__filterChip{background:var(--s-cream);color:var(--s-text);cursor:pointer;white-space:nowrap;border:1px solid #d8d0c4;border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .9rem;font-size:.78rem;transition:all .2s;display:flex}.search-module__gmSGKG__filterChip:hover{border-color:var(--s-gold);color:var(--s-gold)}.search-module__gmSGKG__filterChipActive{background:var(--s-navy);color:var(--s-gold);border-color:var(--s-navy)}.search-module__gmSGKG__filterChip svg{width:12px;height:12px}.search-module__gmSGKG__resultsCount{color:var(--s-muted);white-space:nowrap;margin-left:auto;font-size:.78rem}.search-module__gmSGKG__resultsCount strong{color:var(--s-text)}.search-module__gmSGKG__main{flex:1;display:flex;overflow:hidden}.search-module__gmSGKG__listPanel{background:var(--s-cream);border-right:1px solid #e0d9cf;flex-shrink:0;width:440px;overflow-y:auto}.search-module__gmSGKG__listPanelFull{width:100%!important}.search-module__gmSGKG__listPanelFull .search-module__gmSGKG__cardList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.85rem;padding:0 1rem 1rem;display:grid}.search-module__gmSGKG__listPanelFull .search-module__gmSGKG__propertyCard{margin:0}.search-module__gmSGKG__listPanelHidden{display:none}.search-module__gmSGKG__sortRow{align-items:center;gap:.5rem;padding:1rem 1.25rem .75rem;display:flex}.search-module__gmSGKG__sortRow span{color:var(--s-muted);font-size:.75rem}.search-module__gmSGKG__sortSelect{color:var(--s-text);font-size:.75rem;font-family:var(--font-body), sans-serif;cursor:pointer;background:0 0;border:1px solid #d8d0c4;border-radius:4px;outline:none;padding:.25rem .5rem}.search-module__gmSGKG__propertyCard{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:10px;margin:0 1rem .85rem;transition:all .2s;overflow:hidden;box-shadow:0 1px 4px #0000000f}.search-module__gmSGKG__propertyCard:hover,.search-module__gmSGKG__propertyCardActive{border-color:var(--s-gold);box-shadow:0 4px 16px #c9a84c26}.search-module__gmSGKG__propertyCardActive{box-shadow:0 4px 20px #c9a84c40}.search-module__gmSGKG__cardImg{height:170px;position:relative;overflow:hidden}.search-module__gmSGKG__cardImg img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.search-module__gmSGKG__propertyCard:hover .search-module__gmSGKG__cardImg img{transform:scale(1.04)}.search-module__gmSGKG__cardBadge{background:var(--s-navy);color:var(--s-gold);letter-spacing:.06em;text-transform:uppercase;border-radius:3px;padding:.25rem .6rem;font-size:.65rem;font-weight:600;position:absolute;top:10px;left:10px}.search-module__gmSGKG__cardBadgeTop{background:var(--s-gold);color:var(--s-navy)}.search-module__gmSGKG__cardFav{cursor:pointer;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:transform .2s;display:flex;position:absolute;top:10px;right:10px}.search-module__gmSGKG__cardFav:hover{transform:scale(1.15)}.search-module__gmSGKG__cardBody{padding:.85rem 1rem}.search-module__gmSGKG__cardType{letter-spacing:.08em;text-transform:uppercase;color:var(--s-gold);margin-bottom:.25rem;font-size:.65rem;font-weight:600}.search-module__gmSGKG__cardName{font-family:var(--font-display), serif;color:var(--s-navy);margin-bottom:.3rem;font-size:1.05rem;font-weight:600;line-height:1.3}.search-module__gmSGKG__cardLocation{color:var(--s-muted);align-items:center;gap:.3rem;margin-bottom:.6rem;font-size:.75rem;display:flex}.search-module__gmSGKG__cardLocation svg{flex-shrink:0;width:11px;height:11px}.search-module__gmSGKG__cardFeatures{gap:1rem;margin-bottom:.7rem;display:flex}.search-module__gmSGKG__cardFeat{color:var(--s-muted);align-items:center;gap:.3rem;font-size:.72rem;display:flex}.search-module__gmSGKG__cardFeat svg{width:12px;height:12px}.search-module__gmSGKG__cardFooter{border-top:1px solid #f0ebe3;justify-content:space-between;align-items:center;padding-top:.65rem;display:flex}.search-module__gmSGKG__cardPrice{color:var(--s-navy);font-size:1.2rem;font-weight:700}.search-module__gmSGKG__cardPrice span{color:var(--s-muted);font-size:.72rem;font-weight:400}.search-module__gmSGKG__cardRating{align-items:center;gap:.3rem;font-size:.75rem;display:flex}.search-module__gmSGKG__stars{color:var(--s-gold);font-size:.7rem}.search-module__gmSGKG__ratingNum{color:var(--s-text);font-weight:600}.search-module__gmSGKG__ratingCount{color:var(--s-muted)}.search-module__gmSGKG__cardViewBtn{background:var(--s-navy);color:var(--s-gold);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:3px;padding:.3rem .7rem;font-size:.68rem;font-weight:600;text-decoration:none}.search-module__gmSGKG__emptyState{text-align:center;color:var(--s-muted);padding:2rem 1.25rem}.search-module__gmSGKG__emptyIcon{margin-bottom:.75rem;font-size:2rem}.search-module__gmSGKG__emptyTitle{font-family:var(--font-display), serif;color:var(--s-navy);margin-bottom:.4rem;font-size:1.1rem}.search-module__gmSGKG__emptySub{font-size:.8rem}.search-module__gmSGKG__mapPanel{flex:1;position:relative}.search-module__gmSGKG__mapPanelHidden{display:none}.search-module__gmSGKG__mapEl{width:100%;height:100%}.search-module__gmSGKG__mapPriceMarker{background:var(--s-navy);color:var(--s-gold);font-family:var(--font-body), sans-serif;white-space:nowrap;cursor:pointer;border:1.5px solid #0000;border-radius:4px;padding:.3rem .6rem;font-size:.72rem;font-weight:600;transition:all .15s;position:relative;box-shadow:0 2px 8px #00000040}.search-module__gmSGKG__mapPriceMarker:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--s-navy);width:0;height:0;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.search-module__gmSGKG__mapPriceMarkerActive{background:var(--s-gold);color:var(--s-navy);border-color:var(--s-gold);z-index:1000}.search-module__gmSGKG__mapPriceMarkerActive:after{border-top-color:var(--s-gold)}.search-module__gmSGKG__popupImg{object-fit:cover;width:100%;height:120px}.search-module__gmSGKG__popupBody{padding:.75rem}.search-module__gmSGKG__popupType{letter-spacing:.08em;text-transform:uppercase;color:var(--s-gold);margin-bottom:.2rem;font-size:.62rem;font-weight:600}.search-module__gmSGKG__popupName{font-family:var(--font-display), serif;color:var(--s-navy);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.search-module__gmSGKG__popupLoc{color:var(--s-muted);margin-bottom:.5rem;font-size:.7rem}.search-module__gmSGKG__popupFooter{justify-content:space-between;align-items:center;display:flex}.search-module__gmSGKG__popupPrice{color:var(--s-navy);font-size:.85rem;font-weight:600}.search-module__gmSGKG__popupPrice span{color:var(--s-muted);font-size:.65rem;font-weight:400}.search-module__gmSGKG__popupBtn{background:var(--s-navy);color:var(--s-gold);cursor:pointer;font-size:.7rem;font-weight:600;font-family:var(--font-body), sans-serif;border:none;border-radius:4px;padding:.3rem .7rem;text-decoration:none;display:inline-block}@media (max-width:768px){.search-module__gmSGKG__page{height:auto;overflow:auto}.search-module__gmSGKG__main{flex-direction:column;overflow:visible}.search-module__gmSGKG__listPanel{border-right:none;overflow:visible;width:100%!important}.search-module__gmSGKG__mapPanel{height:400px}.search-module__gmSGKG__viewToggle,.search-module__gmSGKG__searchSegment:not(:first-child){display:none}}
