.properties-page-new{--props-navy:#0f172a;--props-navy-light:#1e293b;--props-yellow:#d4a84b;--props-yellow-hover:#c49a3d;--props-text-light:#fff;--props-text-muted:#94a3b8;--props-text-dark:#1f2937;--props-text-secondary:#6b7280;--props-border:#e5e7eb;--props-border-dark:#334155;--props-bg-light:#f9fafb;--props-green:#10b981;--props-orange:#f59e0b}.properties-hero{background:var(--color-bg-dark,#14294f);z-index:10;padding:2.5rem 0 2rem;position:relative}@media (min-width:1024px){.properties-hero{padding:3rem 0 2.5rem}}.properties-hero__inner{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:1024px){.properties-hero__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.properties-hero__left{flex:1;max-width:850px}.properties-hero__title{font-family:var(--font-fraunces), "Fraunces", Georgia, serif;color:var(--props-text-light);margin-bottom:1rem;font-size:175%;font-weight:600}@media (min-width:768px){.properties-hero__title{margin-bottom:1.25rem;font-size:225%}}.properties-hero__search-row{align-items:stretch;gap:1rem;display:flex}.properties-hero__search-container{flex:1;position:relative}.properties-hero__search-bar{background:var(--props-text-light);border-radius:8px;align-items:center;gap:.5rem;height:56px;padding:.5rem 1rem;transition:border-radius .25s ease-out;display:flex}.properties-hero__search-bar--expanded{border-radius:8px 8px 0 0}.properties-hero__search-icon{width:1.25rem;height:1.25rem;color:var(--props-text-secondary);flex-shrink:0}.properties-hero__input-wrapper{flex:1;align-items:center;min-width:0;height:40px;display:flex}.properties-hero__input-wrapper--expanded{border:2px solid var(--props-navy);border-radius:8px;gap:.5rem;padding:0 .85rem}.properties-hero__input-wrapper--expanded .properties-hero__search-icon{margin:0}.properties-hero__input-wrapper--expanded .properties-hero__search-close{padding:0}.properties-hero__search-input{color:var(--props-text-dark);background:0 0;border:none;flex:1;min-width:0;padding:.625rem 0;font-size:100%}.properties-hero__input-wrapper--expanded .properties-hero__search-input{padding:0}.properties-hero__search-input::placeholder{color:var(--props-text-secondary)}.properties-hero__search-input:focus{box-shadow:none;outline:none}.properties-hero__filter-icon{cursor:pointer;color:var(--props-text-secondary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.properties-hero__filter-icon:hover{color:var(--props-text-dark)}.properties-hero__search-close{cursor:pointer;color:var(--props-text-secondary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.properties-hero__search-close:hover{color:var(--props-text-dark)}.properties-hero__search-btn{background:var(--props-yellow);color:var(--props-text-dark);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:56px;padding:1rem 2rem;font-size:100%;font-weight:600;transition:background .2s;display:flex}.properties-hero__search-btn:hover{background:var(--props-yellow-hover)}.properties-hero__panel{background:var(--props-text-light);z-index:1000;transform-origin:top;border-radius:0 0 8px 8px;animation:.25s ease-out forwards panelExpand;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes panelExpand{0%{opacity:0;transform:scaleY(.8)translateY(-10px)}to{opacity:1;transform:scaleY(1)translateY(0)}}.properties-hero__panel--closing{animation:.2s ease-in forwards panelCollapse}@keyframes panelCollapse{0%{opacity:1;transform:scaleY(1)translateY(0)}to{opacity:0;transform:scaleY(.8)translateY(-10px)}}.properties-hero__tabs{border-bottom:1px solid var(--props-border);gap:0;padding:0 1rem;display:flex;overflow-x:auto}.properties-hero__tab{color:var(--props-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.875rem 1rem;font-size:100%;transition:all .2s}.properties-hero__tab:hover{color:var(--props-text-dark)}.properties-hero__tab--active{color:var(--props-text-dark);border-bottom-color:var(--props-yellow);font-weight:500}.properties-hero__panel-content{grid-template-columns:1fr;max-height:350px;display:grid;overflow-y:auto}@media (min-width:600px){.properties-hero__panel-content{grid-template-columns:1fr 1fr}}.properties-hero__suggestions{border-bottom:1px solid var(--props-border);padding:1rem 1.25rem}@media (min-width:600px){.properties-hero__suggestions{border-bottom:none;border-right:1px solid var(--props-border)}}.properties-hero__filters{padding:1rem 1.25rem}.properties-hero__section-title{color:var(--props-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:68.75%;font-weight:600}.properties-hero__suggestion-list{margin:0;padding:0;list-style:none}.properties-hero__suggestion{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:flex-start;gap:.75rem;width:100%;padding:.625rem .5rem;transition:background .15s;display:flex}.properties-hero__suggestion:hover{background:var(--props-bg-light)}.properties-hero__suggestion-icon{width:1.125rem;height:1.125rem;color:var(--props-text-secondary);flex-shrink:0;margin-top:.125rem}.properties-hero__suggestion-content{flex-direction:column;gap:.125rem;display:flex}.properties-hero__suggestion-name{color:var(--props-text-dark);font-size:100%;font-weight:500}.properties-hero__suggestion-meta{color:var(--props-text-secondary);font-size:81.25%}.properties-hero__filter-row{border-bottom:1px solid var(--props-border);cursor:pointer;text-align:left;background:0 0;border-top:none;border-left:none;border-right:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 0;display:flex}.properties-hero__filter-row:last-child{border-bottom:none}.properties-hero__filter-row--toggle{cursor:default}.properties-hero__filter-label{color:var(--props-text-dark);font-size:100%}.properties-hero__filter-value{color:var(--props-text-secondary);align-items:center;gap:.25rem;font-size:100%;display:flex}.properties-hero__filter-nearme{color:var(--props-text-dark);align-items:center;gap:.5rem;display:flex}.properties-hero__toggle{width:44px;height:24px;display:inline-block;position:relative}.properties-hero__toggle input{opacity:0;width:0;height:0}.properties-hero__toggle-slider{cursor:pointer;background:var(--props-border);border-radius:24px;transition:all .3s;position:absolute;inset:0}.properties-hero__toggle-slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.properties-hero__toggle input:checked+.properties-hero__toggle-slider{background:var(--props-navy)}.properties-hero__toggle input:checked+.properties-hero__toggle-slider:before{transform:translate(20px)}.properties-hero__panel-footer{border-top:1px solid var(--props-border);background:var(--props-bg-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.properties-hero__clear-btn{color:var(--props-yellow);cursor:pointer;background:0 0;border:none;font-size:100%;font-weight:500}.properties-hero__clear-btn:hover{text-decoration:underline}.properties-hero__apply-btn{background:var(--props-yellow);color:var(--props-text-dark);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:100%;font-weight:600;transition:background .2s}.properties-hero__apply-btn:hover{background:var(--props-yellow-hover)}.properties-hero__right{text-align:left;flex-shrink:0}@media (min-width:1024px){.properties-hero__right{text-align:right;margin-top:3.5rem}}.properties-hero__stats{color:var(--props-text-light);margin-bottom:.25rem;font-size:137.5%}@media (min-width:768px){.properties-hero__stats{font-size:162.5%}}.properties-hero__stats-count{font-weight:700}.properties-hero__stats-label{font-weight:400}.properties-hero__stats-sub{color:var(--props-yellow);font-size:100%}.properties-hero__stats-highlight{font-weight:600}.filter-chips{flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.filter-chips__list{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chips__chip{background:var(--props-navy-light);color:var(--props-text-light);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:87.5%;transition:background .2s;display:inline-flex}.filter-chips__chip:hover{background:var(--props-navy)}.filter-chips__label{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.filter-chips__remove{opacity:.7;flex-shrink:0}.filter-chips__chip:hover .filter-chips__remove{opacity:1}.filter-chips__clear{color:var(--props-yellow);cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:87.5%;font-weight:500}.filter-chips__clear:hover{text-decoration:underline}.sidebar-filters{border:1px solid var(--props-border);background:#fff;border-radius:12px;padding:1.25rem;position:sticky;top:5rem}.sidebar-filters__header{border-bottom:1px solid var(--props-border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.sidebar-filters__title{color:var(--props-text-dark);font-size:112.5%;font-weight:600}.sidebar-filters__clear{color:var(--props-text-secondary);cursor:pointer;background:0 0;border:none;font-size:87.5%}.sidebar-filters__clear:hover{color:var(--props-text-dark);text-decoration:underline}.sidebar-filters__section{border-bottom:1px solid var(--props-border);margin-bottom:1rem;padding-bottom:1rem}.sidebar-filters__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-filters__section-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;display:flex}.sidebar-filters__section-title-row{align-items:center;gap:.5rem;display:flex}.sidebar-filters__section-title{color:var(--props-text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:75%;font-weight:600}.sidebar-filters__section-badge{color:var(--props-yellow);text-transform:lowercase;font-size:62.5%;font-weight:500}.sidebar-filters__section-value{color:var(--props-text-secondary);font-size:75%}.sidebar-filters__section-content{padding-top:.75rem}.sidebar-filters__checkbox{cursor:pointer;align-items:center;gap:.625rem;padding:.5rem 0;display:flex}.sidebar-filters__checkbox input{opacity:0;width:0;height:0;position:absolute}.sidebar-filters__checkbox-custom{border:2px solid var(--props-border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.sidebar-filters__checkbox input:checked+.sidebar-filters__checkbox-custom{background:var(--props-navy);border-color:var(--props-navy)}.sidebar-filters__checkbox input:checked+.sidebar-filters__checkbox-custom:after{content:"✓";color:#fff;font-size:68.75%;font-weight:700}.sidebar-filters__checkbox-label{color:var(--props-text-dark);flex:1;font-size:87.5%}.sidebar-filters__checkbox-count{color:var(--props-text-secondary);font-size:87.5%}.sidebar-filters__range{padding:.5rem 0}.sidebar-filters__range-input{background:var(--props-border);appearance:none;cursor:pointer;border-radius:2px;width:100%;height:4px}.sidebar-filters__range-input::-webkit-slider-thumb{appearance:none;background:var(--props-navy);cursor:pointer;border-radius:50%;width:18px;height:18px}.sidebar-filters__range-labels{color:var(--props-text-secondary);justify-content:space-between;margin-top:.5rem;font-size:75%;display:flex}.sidebar-filters__pills{flex-wrap:wrap;gap:.5rem;display:flex}.sidebar-filters__pill{border:1px solid var(--props-border);color:var(--props-text-dark);cursor:pointer;background:0 0;border-radius:50px;padding:.5rem .875rem;font-size:87.5%;transition:all .2s}.sidebar-filters__pill:hover{border-color:var(--props-navy)}.sidebar-filters__pill--active{background:var(--props-navy);border-color:var(--props-navy);color:#fff}.sort-view-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.sort-view-controls__sort{align-items:center;gap:.5rem;display:flex;position:relative}.sort-view-controls__sort-label{color:var(--props-text-secondary);font-size:87.5%}.sort-view-controls__sort-btn{border:1px solid var(--props-border);color:var(--props-text-dark);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:87.5%;transition:border-color .2s;display:flex}.sort-view-controls__sort-btn:hover{border-color:var(--props-navy)}.sort-view-controls__chevron{transition:transform .2s}.sort-view-controls__chevron--open{transform:rotate(180deg)}.sort-view-controls__dropdown{border:1px solid var(--props-border);z-index:50;background:#fff;border-radius:8px;min-width:200px;margin:0;padding:.5rem;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 10px 30px #0000001a}.sort-view-controls__dropdown-item{width:100%;color:var(--props-text-dark);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.625rem .75rem;font-size:87.5%;transition:background .15s;display:block}.sort-view-controls__dropdown-item:hover{background:var(--props-bg-light)}.sort-view-controls__dropdown-item--active{background:var(--props-bg-light);font-weight:500}.sort-view-controls__view{border:1px solid var(--props-border);border-radius:8px;display:flex;overflow:hidden}.sort-view-controls__view-btn{border:none;border-right:1px solid var(--props-border);color:var(--props-text-secondary);cursor:pointer;background:#fff;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:87.5%;transition:all .2s;display:flex}.sort-view-controls__view-btn:last-child{border-right:none}.sort-view-controls__view-btn:hover{background:var(--props-bg-light);color:var(--props-text-dark)}.sort-view-controls__view-btn--active{background:var(--props-navy);color:#fff}.sort-view-controls__view-btn--active:hover{background:var(--props-navy-light);color:#fff}.properties-grid{gap:1.5rem;display:grid}.properties-grid--grid{grid-template-columns:1fr}@media (min-width:600px){.properties-grid--grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.properties-grid--grid{grid-template-columns:repeat(3,1fr)}}.properties-grid--list{grid-template-columns:1fr;gap:1rem}.property-card-list{border:1px solid var(--props-border);color:inherit;background:#fff;border-radius:12px;flex-direction:column;text-decoration:none;transition:box-shadow .2s;display:flex;overflow:hidden}.property-card-list:hover{box-shadow:0 4px 20px #00000014}@media (min-width:600px){.property-card-list{flex-direction:row;align-items:stretch;min-height:0}}.property-card-list__image{aspect-ratio:16/10;background:var(--props-bg-light);flex-shrink:0;position:relative;overflow:hidden}@media (min-width:600px){.property-card-list__image{aspect-ratio:auto;align-self:stretch;width:280px}}@media (min-width:900px){.property-card-list__image{width:320px}}.property-card-list__image-placeholder{opacity:.3;justify-content:center;align-items:center;height:100%;font-size:250%;display:flex}.property-card-list__status{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:68.75%;font-weight:600;display:inline-flex;position:absolute;top:.75rem;left:.75rem}.property-card-list__status--negotiating{background:var(--props-navy);color:#fff}.property-card-list__status--gathered{background:var(--props-navy-light);color:#fff}.property-card-list__status--locked,.property-card-list__status--vote{background:var(--props-orange);color:#fff}.property-card-list__status-dot{background:var(--props-green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.property-card-list__info{flex-direction:column;flex:1;gap:0;min-width:0;padding:.875rem 1rem;display:flex}@media (min-width:900px){.property-card-list__info{padding:.875rem 1.25rem}}.property-card-list__title{color:var(--props-text-dark);font-size:112.5%;font-weight:600;line-height:1.25}.property-card-list__builder,.property-card-list__location{color:var(--props-text-secondary);font-size:81.25%;line-height:1.4}.property-card-list__specs{color:var(--props-text-secondary);margin-bottom:.375rem;font-size:81.25%;line-height:1.4}.property-card-list__density{background:var(--props-bg-light);border:1px solid var(--props-border);color:var(--props-text-dark);text-transform:uppercase;letter-spacing:.3px;border-radius:4px;align-self:flex-start;margin-bottom:.375rem;padding:.25rem .5rem;font-size:62.5%;font-weight:600;display:inline-flex}.property-card-list__trust{align-items:center;gap:.5rem;margin-top:auto;padding-top:.375rem;display:flex}.property-card-list__trust-item{color:var(--props-text-secondary);font-size:81.25%}.property-card-list__trust-separator{color:var(--props-border)}.property-card-list__action{background:#fff;flex-direction:column;gap:.25rem;padding:.875rem 1rem;display:flex}@media (min-width:600px){.property-card-list__action{flex:1}}@media (min-width:900px){.property-card-list__action{flex:none;justify-content:center;width:260px;padding:.875rem 1.25rem}}.property-card-list__pricing{flex-direction:column;gap:.125rem;display:flex}.property-card-list__price-list{color:var(--props-text-secondary);font-size:81.25%;text-decoration:line-through}.property-card-list__price-group{color:var(--props-text-dark);font-size:137.5%;font-weight:700}.property-card-list__savings{border:1px solid var(--props-yellow);color:var(--props-yellow-hover);text-transform:uppercase;background:#d4a84b26;border-radius:4px;align-self:flex-start;padding:.25rem .5rem;font-size:68.75%;font-weight:600;display:inline-flex}.property-card-list__group-status{color:var(--props-text-dark);font-size:100%;font-weight:600}.property-card-list__group-status--highlight{color:var(--props-navy)}.property-card-list__progress{flex-direction:column;gap:.25rem;display:flex}.property-card-list__progress-info{justify-content:space-between;align-items:center;display:flex}.property-card-list__progress-count{color:var(--props-text-dark);font-size:81.25%;font-weight:500}.property-card-list__progress-hint{color:var(--props-text-secondary);font-size:75%}.property-card-list__progress-bar{background:var(--props-border);border-radius:3px;height:5px;position:relative;overflow:visible}.property-card-list__progress-fill{background:linear-gradient(90deg, var(--props-navy) 0%, #f5b92e 100%);border-radius:3px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.property-card-list__progress-marker{background:#f5b92e;border-radius:1px;width:3px;height:10px;position:absolute;top:-2px}.property-card-list__cta{cursor:pointer;text-align:center;border-radius:8px;width:100%;padding:.75rem 1.25rem;font-size:93.75%;font-weight:600;transition:all .2s}.property-card-list__cta--primary{color:var(--props-text-dark);background:#f5b92e;border:none}.property-card-list__cta--primary:hover{background:#e5ab25}.property-card-list__cta--secondary{background:var(--props-navy);color:#fff;border:none}.property-card-list__cta--secondary:hover{background:var(--props-navy-light)}.property-card-list__cta--outline{border:2px solid var(--props-navy);color:var(--props-text-dark);background:#fff}.property-card-list__cta--outline:hover{background:var(--props-bg-light)}.property-card-new{border:1px solid var(--props-border);color:inherit;background:#fff;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.property-card-new:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.property-card-new__image{aspect-ratio:16/10;background:var(--props-bg-light);position:relative;overflow:hidden}.property-card-new__image-placeholder{opacity:.3;justify-content:center;align-items:center;height:100%;font-size:250%;display:flex}.property-card-new__status{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:62.5%;font-weight:600;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.property-card-new__status--negotiating{background:var(--props-navy);color:#fff}.property-card-new__status--gathered{background:var(--props-navy-light);color:#fff}.property-card-new__status--locked{background:var(--props-green);color:#fff}.property-card-new__status--vote{background:var(--props-orange);color:#fff}.property-card-new__status-dot{background:var(--props-green);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.property-card-new__density{color:var(--props-text-dark);text-transform:uppercase;letter-spacing:.3px;background:#fffffff2;border-radius:4px;padding:.375rem .625rem;font-size:62.5%;font-weight:600;position:absolute;bottom:.75rem;left:.75rem}.property-card-new__content{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.property-card-new__title{color:var(--props-text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:106.25%;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.property-card-new__builder,.property-card-new__location{color:var(--props-text-secondary);font-size:81.25%}.property-card-new__specs{color:var(--props-text-secondary);margin-bottom:.5rem;font-size:81.25%}.property-card-new__pricing{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin:.5rem 0;display:flex}.property-card-new__price-list{color:var(--props-text-secondary);font-size:87.5%;text-decoration:line-through}.property-card-new__price-group{color:var(--props-text-dark);font-size:125%;font-weight:700}.property-card-new__savings{color:var(--props-green);text-transform:uppercase;background:#10b9811a;border-radius:4px;padding:.25rem .5rem;font-size:68.75%;font-weight:600;display:inline-block}.property-card-new__progress{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.property-card-new__progress-dots{align-items:center;gap:.25rem;display:flex}.property-card-new__dot{background:var(--props-border);border-radius:50%;width:8px;height:8px}.property-card-new__dot--filled{background:var(--props-navy)}.property-card-new__progress-text{color:var(--props-text-secondary);margin-left:.5rem;font-size:81.25%}.property-card-new__progress-hint{color:var(--props-text-secondary);font-size:75%}.property-card-new__progress-bar{background:var(--props-border);border-radius:2px;height:4px;margin:.75rem 0;position:relative;overflow:visible}.property-card-new__progress-fill{background:linear-gradient(90deg, var(--props-orange) 0%, var(--props-green) 100%);border-radius:2px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.property-card-new__progress-marker{background:var(--props-navy);width:2px;height:10px;position:absolute;top:-3px}.property-card-new__cta{cursor:pointer;border-radius:8px;width:100%;margin-top:auto;padding:.875rem;font-size:100%;font-weight:600;transition:all .2s}.property-card-new__cta--primary{background:var(--props-yellow);color:var(--props-text-dark);border:none}.property-card-new__cta--primary:hover{background:var(--props-yellow-hover)}.property-card-new__cta--secondary{background:var(--props-navy);color:#fff;border:none}.property-card-new__cta--secondary:hover{background:var(--props-navy-light)}.property-card-new__cta--outline{border:1px solid var(--props-border);color:var(--props-text-dark);background:0 0}.property-card-new__cta--outline:hover{border-color:var(--props-navy);background:var(--props-bg-light)}.properties-page-new{background:var(--props-bg-light);min-height:100vh}.properties-page-new__chips{background:var(--color-bg-dark,#14294f);padding-bottom:1rem}.properties-page-new__main{padding:1.5rem 0 3rem}.properties-page-new__layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:1024px){.properties-page-new__layout{grid-template-columns:280px 1fr;gap:2rem}}.properties-page-new__content{min-width:0}@media not (min-width:1024px){.sidebar-filters{display:none}}.properties-empty{text-align:center;border:2px dashed var(--props-border);background:#fff;border-radius:12px;padding:4rem 2rem}.properties-empty__icon{margin-bottom:1rem;font-size:300%}.properties-empty__text{color:var(--props-text-dark);margin-bottom:.5rem;font-size:125%}.properties-empty__hint{color:var(--props-text-secondary);margin-bottom:1.5rem;font-size:100%}.properties-empty__clear{background:var(--props-yellow);color:var(--props-text-dark);cursor:pointer;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:100%;font-weight:600;transition:background .2s}.properties-empty__clear:hover{background:var(--props-yellow-hover)}.properties-end{text-align:center;color:var(--props-text-secondary);padding:2rem;font-size:87.5%}
