:root{--primary: #1677ff;--bg: #e5e7eb;--card-bg: #ffffff;--text-main: #111827;--text-muted: #6b7280}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#f3f4f6,#e5e7eb 40%,#d1d5db);color:var(--text-main)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.app-header-logo{height:56px;max-width:230px;object-fit:contain}.screenshot-button{padding:4px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#fff;color:var(--text-main);font-size:12px;cursor:pointer}.screenshot-button:hover{background:#f3f4f6}.app-header-title{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:14px;color:var(--text-muted)}.app-header-badge{padding:4px 10px;border-radius:999px;background:#1677ff14;color:var(--primary);font-size:12px}.app-main{flex:1;padding:16px}.app-container{max-width:960px;margin:0 auto}.building-hero{background:var(--card-bg);border-radius:18px;padding:20px 20px 16px;box-shadow:0 18px 45px #0f172a29;border:1px solid rgba(148,163,184,.35)}.building-title{font-size:20px;font-weight:700;margin:0 0 8px}.building-subtitle{margin:0 0 12px;font-size:14px;color:var(--text-muted)}.building-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.badge-pill{padding:4px 10px;border-radius:999px;background:#f3f4ff;color:#374151;font-size:12px}.badge-pill.positive{background:#ecfdf3;color:#166534}.badge-pill.warning{background:#fef3c7;color:#92400e}.contact-card{margin-top:8px;padding-top:10px;border-top:1px solid #eef2f7;font-size:13px;color:var(--text-muted)}.contact-row{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:space-between}.contact-block{flex:1 1 160px}.contact-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:4px}.contact-value{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-main)}.contact-icon{width:26px;height:26px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#eff6ff;display:inline-flex;align-items:center;justify-content:center}.contact-icon-time:before{content:"⏰";font-size:13px;color:var(--primary)}.contact-icon-location:before{content:"📍";font-size:14px;color:var(--primary)}.contact-address{margin-top:10px;font-size:13px;color:var(--text-main)}.contact-number{margin-top:4px}.section{margin-top:20px}.section-title{font-size:15px;font-weight:600;margin:0 0 8px}.units-count-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background-color:#16a34a;color:#fff;font-size:12px;margin-right:6px}.units-count-icon:before{content:"✓"}.section-body{background:#fffffffa;border-radius:14px;padding:12px 14px;box-shadow:0 10px 30px #0f172a14;border:1px solid rgba(148,163,184,.35)}.section-list{margin:0;padding-left:18px;font-size:13px;color:var(--text-muted)}.units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.unit-card{background:var(--card-bg);border-radius:14px;padding:12px 14px;text-decoration:none;color:inherit;box-shadow:0 12px 32px #0f172a14;border:1px solid rgba(148,163,184,.3);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.unit-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px #0f172a33;border-color:#3b82f6cc}.unit-card-title{font-size:14px;font-weight:600;margin-bottom:4px}.unit-card-price{font-size:16px;font-weight:700;color:var(--primary)}.unit-card-meta{margin-top:4px;font-size:12px;color:var(--text-muted)}.unit-card-main{flex:1}.unit-card-cta{display:flex;align-items:center;justify-content:center}.unit-card-available{border-color:#16a34ad9;box-shadow:0 18px 45px #16a34a52}.unit-card-available:before{content:"";position:absolute;left:-1px;top:10px;bottom:10px;width:4px;border-radius:999px;background-color:#16a34a}.chip{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-size:11px;background:#eff6ff;color:#1d4ed8;margin-top:4px;white-space:nowrap}.chip-icon-info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background-color:#dbeafe;border:1px solid #bfdbfe;color:#1d4ed8;font-size:10px;margin-right:6px}.chip-icon-info:before{content:"ℹ"}.unit-detail-card{background:var(--card-bg);border-radius:20px;padding:18px 20px;box-shadow:0 20px 55px #0f172a29;border:1px solid rgba(148,163,184,.4)}.unit-detail-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.unit-detail-title{font-size:20px;font-weight:700}.unit-detail-price{font-size:18px;font-weight:700;color:var(--primary)}.unit-detail-grid{margin-top:10px;display:grid;grid-template-columns:1fr;row-gap:10px;font-size:13px}.tag{font-size:11px;padding:2px 8px;border-radius:999px;background:#f3f4ff}.unit-detail-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.unit-detail-label{font-size:12px;color:var(--text-muted)}.unit-detail-value{font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background-color:#16a34a;margin-right:6px}.unit-photos{margin-top:14px}.unit-photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px}.unit-photo-thumb-wrapper{width:100%}.unit-photo-thumb{width:100%!important;height:72px!important;object-fit:cover;border-radius:10px}.unit-photo-modal-item{border-radius:10px;overflow:hidden}.unit-amenities{margin-top:16px}.unit-amenities-row{display:flex;flex-wrap:wrap;gap:4px 6px}@media (max-width: 600px){.app-main{padding:12px}.unit-card{padding:12px;gap:10px}.building-hero,.unit-detail-card{padding:14px 12px;border-radius:16px}}
