*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f5f4;color:#1c1917}a{color:inherit;text-decoration:none}.header{display:flex;align-items:baseline;gap:.75rem;padding:1rem 1.5rem;background:#1c1917;color:#fff}.header .logo{font-size:1.25rem;font-weight:700}.header .tagline{color:#a8a29e;font-size:.9rem}main{max-width:1100px;margin:0 auto;padding:1.5rem}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.filters input,.filters select{padding:.5rem .75rem;border:1px solid #d6d3d1;border-radius:8px;font-size:.9rem}.filters__tabs{display:flex;border-radius:8px;overflow:hidden;border:1px solid #d6d3d1}.filters__tabs button{border:none;background:#fff;padding:.5rem 1rem;cursor:pointer;font-size:.9rem}.filters__tabs button.active{background:#16a34a;color:#fff}.status{color:#78716c}.status--error{color:#dc2626}.results-count{color:#78716c;margin-bottom:1rem}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;transition:transform .15s ease}.property-card:hover{transform:translateY(-2px)}.property-card__photo{position:relative;aspect-ratio:4 / 3;background:#e7e5e4}.property-card__photo img{width:100%;height:100%;object-fit:cover}.property-card__photo-placeholder{width:100%;height:100%;background:#e7e5e4}.property-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.property-card__badge--venda{background:#16a34a}.property-card__badge--aluguel{background:#2563eb}.property-card__body{padding:.85rem;display:flex;flex-direction:column;gap:.25rem}.property-card__price{font-size:1.1rem}.property-card__title{margin:0;font-size:.9rem;color:#44403c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-card__location{margin:0;font-size:.85rem;color:#78716c}.property-card__specs{display:flex;gap:.6rem;font-size:.8rem;color:#57534e;flex-wrap:wrap}.property-card__site{font-size:.75rem;color:#a8a29e;margin-top:.25rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.pagination button{padding:.4rem 1rem;border-radius:8px;border:1px solid #d6d3d1;background:#fff;cursor:pointer}.pagination button:disabled{opacity:.4;cursor:not-allowed}.back-link{display:inline-block;margin-bottom:1rem;color:#57534e}.property-detail__price{font-size:1.5rem;font-weight:700;margin:.25rem 0}.property-detail__location{color:#78716c;margin-top:0}.property-detail__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;margin:1rem 0}.property-detail__gallery img{width:100%;border-radius:8px;aspect-ratio:4 / 3;object-fit:cover}.property-detail__specs{display:flex;gap:1rem;list-style:none;padding:0;color:#44403c}.cta-button{display:inline-block;margin-top:1rem;padding:.6rem 1.2rem;background:#16a34a;color:#fff;border-radius:8px;font-weight:600}
