.home-lookup-page{width:100%;max-width:1180px}.property-summary-card{position:relative;margin-top:22px;overflow:hidden;padding:26px;border:1px solid var(--border);border-radius:20px;background:var(--card);box-shadow:var(--shadow-card)}.property-summary-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.property-summary-card>header{margin-bottom:22px}.property-summary-card h2{margin:0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.2}.property-summary-card header p{margin:6px 0 0;color:var(--secondary);font-size:1.02rem}.property-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.property-detail{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:10px 0}.property-detail-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--blue) 13%,transparent);font-size:1.3rem}.property-detail div{display:grid;gap:2px;min-width:0}.property-detail div>span{color:var(--muted);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.property-detail strong{overflow:hidden;color:var(--text);font-size:1rem;text-overflow:ellipsis}.property-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border-subtle,var(--border))}.property-actions a{text-decoration:none}.property-actions .disabled{pointer-events:none;opacity:.48}.property-notice{margin:12px 0 0;color:var(--success);font-weight:700}.property-source-note{margin:10px 0 0;color:var(--muted);font-size:.85rem}.lookup-progress{margin:12px 0;color:var(--secondary)}.property-skeleton{display:grid;gap:16px}.skeleton-line,.skeleton-icon{display:block;border-radius:8px;background:linear-gradient(90deg,var(--surface-soft),color-mix(in srgb,var(--blue) 12%,var(--surface-soft)),var(--surface-soft));background-size:220% 100%;animation:property-skeleton 1.25s ease-in-out infinite}.skeleton-line{height:16px}.skeleton-line.wide{width:58%;height:28px}.skeleton-line.medium{width:72%}.skeleton-line.short{width:42%}.skeleton-icon{width:42px;height:42px}.property-skeleton .property-detail{grid-template-columns:42px 1fr}.property-skeleton .property-detail div{gap:8px}@keyframes property-skeleton{0%{background-position:200% 0}100%{background-position:-20% 0}}@media(max-width:720px){.property-summary-card{padding:20px}.property-detail-grid{grid-template-columns:1fr}.property-actions{display:grid;grid-template-columns:1fr 1fr}.property-actions>*{justify-content:center;text-align:center}}@media(max-width:460px){.property-actions{grid-template-columns:1fr}}
