.property-detail-back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;background:transparent;border:none;color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s ease}.property-detail-back-btn:hover{color:hsl(var(--primary))}.property-detail-header{margin-bottom:2rem}.property-detail-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--foreground))}.property-detail-meta{display:flex;gap:.75rem;flex-wrap:wrap}.property-detail-gallery{margin-bottom:2rem}.property-detail-main-image{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background-color:hsl(var(--muted));margin-bottom:1rem;position:relative}.property-detail-main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.property-detail-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.property-detail-thumbnail{flex-shrink:0;width:120px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;background-color:hsl(var(--muted));cursor:pointer;transition:all .2s ease;padding:0}.property-detail-thumbnail:hover{border-color:hsl(var(--border));transform:translateY(-2px)}.property-detail-thumbnail.active{border-color:hsl(var(--primary))}.property-detail-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.property-detail-content{display:flex;flex-direction:column;gap:2rem}.property-detail-section{padding:1.5rem;background-color:hsl(var(--card));border-radius:12px;border:1px solid hsl(var(--border))}.property-detail-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.property-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.property-detail-info-item{display:flex;flex-direction:column;gap:.25rem}.property-detail-info-label{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500}.property-detail-info-value{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.property-detail-description{font-size:1rem;line-height:1.6;color:hsl(var(--foreground))}.property-detail-loading,.property-detail-error{text-align:center;padding:3rem;font-size:1.125rem;color:hsl(var(--muted-foreground))}@media(max-width:768px){.property-detail-title{font-size:1.5rem}.property-detail-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.property-detail-thumbnail{width:100px;height:70px}}
