:root {
  --bg: #f6f8fb;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e5e7eb;
  --nav: rgba(8, 15, 30, 0.86);
  --hero1: rgba(6, 12, 24, 0.76);
  --hero2: rgba(6, 12, 24, 0.55);
}
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; }
.nav-pro { background: var(--nav); backdrop-filter: blur(10px); }
.hero-pro {
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, var(--hero1), var(--hero2)),
    url('https://images.unsplash.com/photo-1605146769289-440113cc3d00?auto=format&fit=crop&w=1800&q=80') center/cover;
}
.search-shell { margin-top: -46px; position: relative; z-index: 20; }
.pro-card, .filter-card, .form-shell { background: #fff; border: 0; border-radius: 24px; box-shadow: 0 8px 35px rgba(15, 23, 42, 0.06); }
.pro-card { overflow: hidden; height: 100%; }
.pro-card img { height: 235px; width: 100%; object-fit: cover; }
.section-kicker { font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.03em; }
.muted { color: var(--muted); }
.price-lg { font-size: 1.5rem; font-weight: 800; }
.map-shell { border-radius: 24px; overflow: hidden; }
#map, #detailMap { min-height: 620px; border-radius: 24px; }
#detailMap { min-height: 320px; }
.results-col { max-height: 620px; overflow: auto; }
.result-item { border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: .2s ease; }
.result-item:hover, .result-item.active { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(15, 23, 42, .08); border-color: #cbd5e1; }
.result-thumb { width: 112px; height: 88px; object-fit: cover; border-radius: 16px; }
.detail-hero { border-radius: 26px; overflow: hidden; }
.detail-hero img { width: 100%; height: 520px; object-fit: cover; }
.gallery-thumb { width: 100%; height: 95px; object-fit: cover; border-radius: 14px; cursor: pointer; border: 2px solid transparent; }
.gallery-thumb:hover { border-color: #111827; }
.admin-sidebar { min-height: 100vh; background: #0f172a; color: #fff; }
.admin-sidebar a { color: rgba(255,255,255,.85); text-decoration: none; display: block; padding: .8rem 1rem; border-radius: 12px; }
.admin-sidebar a:hover { background: rgba(255,255,255,.08); }
.footer-pro { background: #fff; border-top: 1px solid var(--line); color: var(--muted); }
.stat-pill { background: #f8fafc; border: 1px solid var(--line); border-radius: 18px; padding: .95rem; text-align: center; }
.badge-soft { background: #eef2ff; color: #4338ca; }
.hero-badge { display: inline-block; padding: .55rem .9rem; border-radius: 999px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); font-weight: 600; margin-right: .45rem; margin-bottom: .45rem; }
.table-pro { background: #fff; border-radius: 18px; overflow: hidden; }
