.spaces .property-card{position:relative}.property-card-link{display:flex;flex-direction:column;gap:1.5rem;color:inherit}.property-card .space-img{position:relative}.property-card .space-img span{position:absolute;top:1rem;right:1rem;color:var(--base-500);background:var(--base-100);border-radius:999px;padding:.5rem .75rem;font-size:.85rem}.property-card.unavailable img{filter:grayscale(1)}.property-specs{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;color:var(--base-300);text-align:right}.property-card-actions{display:flex;justify-content:flex-end;margin-top:1rem}.property-card-actions button{min-height:3rem;color:var(--base-500);background:var(--accent-frost);border:1px solid var(--accent-frost);border-radius:999px;padding:0 1.25rem;cursor:pointer;font:inherit}.property-card-actions button:disabled{color:var(--base-300);background:transparent;border-color:var(--border-soft);cursor:not-allowed}@media (max-width:1000px){.property-specs{align-items:flex-start;text-align:left}.property-card-actions{justify-content:flex-start}}.property-search-bar{width:100%;display:flex;flex-direction:column;gap:.75rem}.property-filter-beds span,.property-filter-field label,.property-search-bar label{color:var(--base-300);font-size:.85rem;text-transform:uppercase;letter-spacing:0}.property-filter-field input,.property-filter-field select,.property-search-bar input{width:100%;min-height:3.25rem;color:var(--base-100);background:rgba(242,237,230,.06);border:1px solid var(--border-soft);border-radius:.5rem;padding:0 1rem;font:inherit;outline:none}.property-filter-field input:focus,.property-filter-field select:focus,.property-search-bar input:focus{border-color:var(--accent-bronze)}.property-filter-panel{display:flex;flex-direction:column;gap:1.25rem}.property-results-count{display:flex;justify-content:space-between;gap:1rem;align-items:center;color:var(--base-200)}.property-filter-row button,.property-results-count button{color:var(--base-200);background:transparent;border:1px solid var(--border-soft);border-radius:999px;padding:.65rem 1rem;cursor:pointer;font:inherit}.property-filter-row button.active,.property-filter-row button:hover,.property-results-count button:hover{color:var(--base-500);background:var(--accent-frost);border-color:var(--accent-frost)}.property-filter-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.property-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.property-filter-field{display:flex;flex-direction:column;gap:.5rem}.property-filter-field span{color:var(--accent-frost);font-size:.9rem}@media (max-width:1000px){.property-filter-grid,.property-results-count{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.property-filter-row button{padding:.55rem .8rem}}