:root{--brand-primary:#9977fa;--brand-dark:#172249;--brand-grad:linear-gradient(90deg,#9977fa,#7edbfb);--bg:#f5f6f8;--surface:#ffffff;--text:#1c2333;--text-muted:#5b6478;--border:#e3e6ec;--radius:12px;--wa:#1faa53;--shadow:0 1px 2px rgba(16,24,40,0.06),0 4px 12px rgba(16,24,40,0.05)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}img{max-width:100%;display:block}a{color:inherit}.tenant{min-height:100dvh;display:flex;flex-direction:column}.site-header{background:var(--brand-dark);color:#fff}.site-header-inner{max-width:1120px;margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand-name{font-size:1.05rem;font-weight:700;letter-spacing:.01em;text-decoration:none;color:#fff}.header-links{display:flex;gap:14px;font-size:.85rem}.header-links a{color:rgba(255,255,255,.85);text-decoration:none}.header-links a:hover{color:#fff;text-decoration:underline}.brand-strip{height:4px;background:var(--brand-grad)}.page{flex:1 1;width:100%;max-width:1120px;margin:0 auto;padding:16px}.site-footer{margin-top:32px;background:var(--brand-dark);color:rgba(255,255,255,.75);font-size:.8rem}.site-footer-inner{max-width:1120px;margin:0 auto;padding:20px 16px;display:flex;flex-direction:column;gap:4px}.filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.filters label{display:flex;flex-direction:column;gap:4px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.filters input,.filters select{font:inherit;font-size:.9rem;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);min-width:0;width:100%}.filters input:focus,.filters select:focus{outline:2px solid var(--brand-primary);outline-offset:1px;border-color:var(--brand-primary)}.filters .filters-submit{grid-column:1/-1;font:inherit;font-size:.95rem;font-weight:700;color:#fff;background:var(--brand-primary);border:0;border-radius:8px;padding:10px 16px;cursor:pointer}.filters .filters-submit:hover{filter:brightness(1.05)}.results-meta{font-size:.85rem;color:var(--text-muted);margin:0 0 12px}.grid-cards{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;list-style:none;margin:0;padding:0}.card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;box-shadow:var(--shadow);transition:transform .12s ease,box-shadow .12s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(16,24,40,.08),0 12px 24px rgba(16,24,40,.08)}.card-photo{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e8eaef}.card-photo--empty{display:flex;align-items:center;justify-content:center;background:#e8eaef}.badge-nophoto{font-size:.75rem;font-weight:600;color:var(--text-muted);background:#fff;border:1px solid var(--border);border-radius:999px;padding:4px 12px}.card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.card-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-primary)}.card-price{font-size:1.15rem;font-weight:800;color:var(--brand-dark)}.card-title{font-size:.9rem;font-weight:600;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-specs{list-style:none;margin:2px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:4px 12px}.card-loc,.card-specs{font-size:.8rem;color:var(--text-muted)}.empty-state{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:40px 16px;text-align:center;color:var(--text-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;font-size:.9rem}.pagination .page-disabled,.pagination a{padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface);text-decoration:none;font-weight:600}.pagination a:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.pagination .page-disabled{color:#b6bcc9;pointer-events:none}.breadcrumb,.pagination .page-info{color:var(--text-muted)}.breadcrumb{font-size:.8rem;margin:0 0 10px}.breadcrumb a{color:var(--text-muted)}.gallery{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;border-radius:var(--radius);margin-bottom:6px}.gallery-item{flex:0 0 88%;scroll-snap-align:center}.gallery-item img{width:100%;height:260px;object-fit:cover;border-radius:var(--radius);background:#e8eaef}.gallery-hint{font-size:.75rem;color:var(--text-muted);margin:0 0 16px}.gallery--empty{height:220px;border-radius:var(--radius);background:#e8eaef;align-items:center;justify-content:center}.detail-head,.gallery--empty{display:flex;margin-bottom:16px}.detail-head{flex-direction:column;gap:6px}.detail-title{font-size:1.35rem;font-weight:800;color:var(--brand-dark);margin:0;line-height:1.25}.detail-loc{color:var(--text-muted);font-size:.9rem}.detail-price{font-size:1.6rem;font-weight:800;color:var(--brand-dark)}.detail-price small{font-size:.85rem;font-weight:600;color:var(--text-muted)}.detail-cols{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.panel h2{margin:0 0 10px;font-size:1rem;color:var(--brand-dark)}.specs-table{width:100%;border-collapse:collapse;font-size:.9rem}.specs-table td,.specs-table th{text-align:left;padding:7px 0;border-bottom:1px solid var(--border)}.specs-table tr:last-child td,.specs-table tr:last-child th{border-bottom:0}.specs-table th{font-weight:600;color:var(--text-muted);width:45%}.chips{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.chip{font-size:.8rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:4px 12px;color:var(--text)}.description{white-space:pre-line;font-size:.92rem;color:var(--text);margin:0}.media-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.media-links a{font-size:.85rem;font-weight:600;color:var(--brand-primary)}.cta-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--wa);color:#fff;font-weight:700;font-size:1rem;text-decoration:none;border-radius:10px;padding:13px 22px}.cta-wa:hover{filter:brightness(1.06)}.cta-bar{position:fixed;left:0;right:0;bottom:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.95);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20}.cta-bar .cta-wa{width:100%}.detail-page{padding-bottom:84px}.cta-inline{display:none}.ref-code{font-size:.8rem;color:var(--text-muted)}.neutral-hero{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center;background:var(--brand-dark);color:#fff}.neutral-hero .mark{width:56px;height:56px;border-radius:14px;background:var(--brand-grad)}.neutral-hero h1{margin:0;font-size:1.4rem}.neutral-hero p{margin:0;color:rgba(255,255,255,.75);font-size:.95rem;max-width:420px}@media (min-width:640px){.filters{grid-template-columns:repeat(3,1fr)}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-item{flex:0 0 60%}.gallery-item img{height:380px}}@media (min-width:960px){.filters{grid-template-columns:repeat(5,1fr) auto;align-items:end}.filters .filters-submit{grid-column:auto}.detail-cols{grid-template-columns:2fr 1fr;align-items:start}.detail-aside{position:-webkit-sticky;position:sticky;top:16px;display:flex;flex-direction:column;gap:16px}.cta-bar{display:none}.cta-inline{display:inline-flex;width:100%}.detail-page{padding-bottom:16px}.gallery-item{flex:0 0 48%}}