.properties-page{background:var(--page-bg);min-height:calc(100vh - 78px);color:var(--text-color);padding:2rem 1.5rem}.properties-page .properties-layout{gap:2.5rem;max-width:1600px;margin:0 auto;display:flex}@media (max-width:992px){.properties-page .properties-layout{flex-direction:column;align-items:center}}.properties-page .filters-sidebar{flex-shrink:0;width:300px}@media (min-width:993px){.properties-page .filters-sidebar{align-self:start;height:fit-content;position:sticky;top:1.5rem}}@media (max-width:992px){.properties-page .filters-sidebar{width:100%;max-width:500px;margin-bottom:2.5rem}}.properties-page .filters-sidebar .filter-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.75rem;box-shadow:0 2px 12px #0000000f}.properties-page .filters-sidebar .filter-card h3{color:var(--primary);margin-bottom:1.75rem;font-size:1.4rem}.properties-page .filters-sidebar .filter-card .search-input-group,.properties-page .filters-sidebar .filter-card .filter-group{margin-bottom:1.2rem;position:relative}.properties-page .filters-sidebar .filter-card .search-input-group label,.properties-page .filters-sidebar .filter-card .filter-group label{color:var(--text-color-light);margin-bottom:.4rem;font-weight:500;display:block}.properties-page .filters-sidebar .filter-card .search-input-group input,.properties-page .filters-sidebar .filter-card .filter-group input{border:1px solid var(--border-color);background:var(--card-bg-alt);width:100%;color:var(--text-color);border-radius:8px;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem}.properties-page .filters-sidebar .filter-card .search-input-group input:focus,.properties-page .filters-sidebar .filter-card .filter-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary), .15);outline:none}.properties-page .filters-sidebar .filter-card .search-input-group .input-icon,.properties-page .filters-sidebar .filter-card .filter-group .input-icon{color:var(--text-color-light);position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.properties-page .filters-sidebar .bulk-post-button{background-color:var(--primary);border:none;width:100%;height:50px;margin-top:1em}.properties-page .filters-sidebar .bulk-post-button:hover{background-color:var(--primary-hover)}.properties-page .properties-grid{flex:1;grid-template-columns:1fr;align-items:start;gap:1.5rem 2rem;width:100%;display:grid}@media (min-width:640px){.properties-page .properties-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.properties-page .properties-grid{grid-template-columns:repeat(3,1fr)}}.properties-page .properties-grid .property-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;min-height:100%;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000d}.properties-page .properties-grid .property-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.properties-page .properties-grid .property-card .card-image{flex-shrink:0;height:220px;overflow:hidden}.properties-page .properties-grid .property-card .card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.properties-page .properties-grid .property-card .card-image:hover img{transform:scale(1.06)}.properties-page .properties-grid .property-card .card-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.properties-page .properties-grid .property-card .card-content h3{color:var(--text-color);margin:0 0 .75rem;font-size:1.4rem}.properties-page .properties-grid .property-card .card-content .address{color:var(--primary);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;text-decoration:none;transition:opacity .2s;display:flex}.properties-page .properties-grid .property-card .card-content .address:hover{text-decoration:underline}.properties-page .properties-grid .property-card .card-content .description{color:var(--text-color-light);flex-grow:1;margin-bottom:1.5rem;font-size:.98rem;line-height:1.6}.properties-page .properties-grid .property-card .card-content .conversation-preview{background:var(--card-bg-alt);border-radius:12px;margin-top:auto;padding:1rem}.properties-page .properties-grid .property-card .card-content .conversation-preview h4{color:var(--primary);margin:0 0 1rem;font-size:1rem;font-weight:600}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview .comment-author{color:var(--text-color);align-items:center;margin-bottom:8px;font-size:.9em;display:flex}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview .comment-author .comment-profile-image{object-fit:cover;border-radius:50%;width:30px;height:30px;margin-right:10px}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview strong{color:var(--text-color);margin-bottom:.3rem;display:block}.properties-page .properties-grid .property-card .card-content .conversation-preview .comment-preview p{color:var(--text-color-light);margin:0;font-size:.95rem;line-height:1.45}.properties-page .properties-grid .property-card .card-content .conversation-preview .more-hint{color:var(--text-color-light);text-align:center;margin-top:.5rem;font-size:.9rem;font-style:italic}.properties-page .properties-grid .no-results{text-align:center;color:var(--text-color-light);grid-column:1/-1;padding:5rem 1rem}.properties-page .properties-grid .no-results h3{color:var(--text-color);margin-bottom:1rem}.properties-page .properties-grid .load-more-container{text-align:center;grid-column:1/-1;margin:3rem 0 1rem}.properties-page .properties-grid .load-more-container .load-more-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .25s}.properties-page .properties-grid .load-more-container .load-more-btn:hover{background:var(--primary-hover);transform:scale(1.05)}.properties-page .properties-grid .load-more-container .load-more-btn:disabled{opacity:.6}.properties-page .properties-loading,.properties-page .properties-error{text-align:center;color:var(--text-color-light);padding:6rem 1rem}
