#infinite-apartments-container{width:100%}.apartment-item{width:100%}.infinite-scroll-trigger{width:100%;height:100px}.loading-indicator{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.spinner{border:4px solid var(--border-soft);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.property-card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.property-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.property-card__link{color:inherit;text-decoration:none;display:block}.property-card__image{background-position:50%;background-size:cover;width:100%;height:200px;position:relative}.property-card__badge{text-transform:uppercase;color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:12px;left:12px}.property-card__badge--rent{background:#3498db}.property-card__badge--sale{background:#e67e22}.property-card__content{padding:1.25rem}.property-card__title{white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;overflow:hidden}.property-card__location{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0 0 1rem;font-size:.9rem;overflow:hidden}.property-card__details{color:var(--text-base);gap:1rem;margin-bottom:1rem;font-size:.85rem;display:flex}.property-card__detail{align-items:center;gap:.4rem;display:flex}.property-card__footer{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.property-card__price{color:var(--accent-primary);font-size:1.25rem;font-weight:800}.author-profile{max-width:1000px;margin:0 auto;padding:4rem 2rem 8rem}.back-link{color:var(--accent-primary);margin-bottom:3rem;font-weight:500;text-decoration:none;transition:transform .2s;display:inline-block}.back-link:hover{transform:translate(-4px)}.profile-header{background:var(--bg-header);border:1px solid var(--border-base);border-radius:24px;margin-bottom:5rem;padding:3rem}.profile-header__main{align-items:center;gap:2.5rem;margin-bottom:2rem;display:flex}.profile-avatar{border:4px solid var(--border-soft);background:var(--bg-hover);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex;overflow:hidden}.profile-avatar__img{object-fit:cover;width:100%;height:100%}.profile-avatar__placeholder{color:var(--accent-primary);font-size:4rem;font-weight:800}.profile-name{color:var(--text-base);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.profile-badges{flex-wrap:wrap;gap:.75rem;display:flex}.profile-badge{background:var(--bg-hover);color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-soft);border-radius:999px;padding:.35rem 1rem;font-size:.875rem;font-weight:600}.profile-bio{color:var(--text-muted);max-width:800px;font-size:1.125rem;line-height:1.7}.section-title{color:var(--text-base);letter-spacing:-.01em;margin-bottom:2.5rem;font-size:2rem;font-weight:700}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.post-card{background:var(--bg-header);border:1px solid var(--border-base);border-radius:16px;transition:all .3s;overflow:hidden}.post-card:hover{border-color:var(--accent-primary);background:var(--bg-hover);transform:translateY(-4px)}.post-card__link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.post-card__image{object-fit:cover;width:100%;height:180px}.post-card__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.post-card__title{color:var(--text-base);margin:0 0 .75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.post-card__summary{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.post-card__meta{color:var(--text-muted);margin-top:auto;font-size:.875rem}.posts-empty{text-align:center;background:var(--bg-hover);color:var(--text-muted);border:1px dashed var(--border-soft);border-radius:16px;padding:3rem}.author-apartments{margin-top:5rem}.apartments-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}@media (width<=768px){.author-profile{padding:3rem 1.5rem}.profile-header__main{text-align:center;flex-direction:column;gap:1.5rem}.profile-avatar{width:120px;height:120px}.profile-badges{justify-content:center}.profile-bio{text-align:center}}
