
:root{
 --navy:#073a7a;--navy2:#071f3b;--blue:#0b8fdc;--sky:#eef8ff;--gold:#d5a126;
 --goldSoft:#fff6db;--ink:#0f172a;--muted:#64748b;--line:#dbe7f0;--bg:#f8fbfd;
 --white:#fff;--green:#15803d;--red:#b91c1c;--amber:#a16207;--shadow:0 18px 50px rgba(7,58,122,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,92vw);margin:auto}
.topbar{background:var(--navy2);color:#dbeafe;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:72px;height:54px;object-fit:contain}
.brand strong{display:block;color:var(--navy);font-size:21px}.brand small{display:block;color:var(--muted);font-size:11px}
nav{display:flex;align-items:center;gap:24px;font-weight:800;font-size:14px}.nav-link:hover,.active-nav{color:var(--blue)}
.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;box-shadow:0 10px 24px rgba(11,143,220,.18)}.btn-outline{background:#fff;color:var(--navy);border:1px solid #cbdde8}.btn-light{background:var(--sky);color:var(--navy)}.btn-danger{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}.btn-success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}
.mobile{display:none}.hero{padding:72px 0 54px;background:radial-gradient(circle at 82% 15%,rgba(213,161,38,.15),transparent 24%),radial-gradient(circle at 14% 8%,rgba(11,143,220,.13),transparent 28%),linear-gradient(180deg,#f7fbff,#fff)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--goldSoft);color:#7a5700;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
h1{font-size:clamp(42px,5.8vw,70px);line-height:1.04;letter-spacing:-.045em;margin:18px 0 16px}h1 span{color:var(--navy)}.lead{font-size:18px;line-height:1.72;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 30px}
.logo-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.logo-panel img{max-height:390px;margin:auto;object-fit:contain}
.search-card{margin-top:38px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px;box-shadow:var(--shadow)}.tabs{display:flex;gap:8px;margin-bottom:12px}.tab{background:#eef5fa;color:#486172;border:0;border-radius:10px;padding:10px 18px;font-weight:850;cursor:pointer}.tab.active{background:var(--navy);color:#fff}
.search-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr auto;gap:10px}.field{width:100%;border:1px solid #d5e3ed;border-radius:12px;padding:14px;background:#fff;color:#334155;outline:none}.field:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,143,220,.09)}
section{padding:70px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2,.page-head h1{font-size:38px;letter-spacing:-.03em;margin:0 0 8px}.section-head p,.page-head p{margin:0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.category:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.category .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--sky);font-size:24px}.category h3{margin:15px 0 6px}.category p{margin:0;color:var(--muted);font-size:14px}
.soft{background:var(--bg)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.045)}.card img{width:100%;height:220px;object-fit:cover;background:#eaf5fb}.card-media{position:relative}.badge{position:absolute;left:14px;top:14px;background:#fff;color:var(--navy);font-size:12px;font-weight:900;padding:7px 10px;border-radius:999px}.price{position:absolute;right:14px;bottom:14px;background:rgba(7,58,122,.95);color:#fff;font-weight:900;padding:8px 10px;border-radius:10px}.card-body{padding:20px}.card-body h3{margin:0 0 6px;font-size:19px}.location{color:var(--muted);font-size:14px;margin-bottom:14px}.meta{display:flex;gap:12px;flex-wrap:wrap;color:#475569;font-size:13px;margin-bottom:18px}.card .btn{width:100%}
.page-hero{padding:50px 0;background:linear-gradient(180deg,#f5fbff,#fff);border-bottom:1px solid var(--line)}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:14px}.page-head h1{font-size:48px}
.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.dashboard{display:grid;grid-template-columns:240px 1fr;gap:24px}.sidebar{position:sticky;top:106px;align-self:start}.sidebar a{display:block;padding:11px 12px;border-radius:10px;font-weight:750;color:#475569}.sidebar a:hover,.sidebar a.active{background:var(--sky);color:var(--navy)}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.stat small{display:block;color:var(--muted);margin-bottom:6px}.stat strong{font-size:28px;color:var(--navy)}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}table{border-collapse:collapse;width:100%;min-width:860px}th,td{text-align:left;padding:14px;border-bottom:1px solid #edf2f6;font-size:14px;vertical-align:top}th{background:#f8fbfd;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.03em}.status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900;text-transform:capitalize}.status.pending{background:#fff7ed;color:#9a3412}.status.approved{background:#ecfdf3;color:#166534}.status.rejected{background:#fff1f2;color:#9f1239}.status.sold,.status.rented{background:#eef2ff;color:#3730a3}
.form{border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:grid;gap:7px;color:#334155;font-weight:750;font-size:14px}.full{grid-column:1/-1}.notice{font-size:12px;color:var(--muted);line-height:1.55}.check{display:flex!important;gap:10px!important;align-items:flex-start}.check input{margin-top:4px}
.alert{border-radius:14px;padding:13px 14px;margin:12px 0;font-weight:750}.alert.info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.alert.success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.alert.error{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.gallery img{width:100%;height:190px;object-fit:cover;border-radius:16px;background:#eef5fa}.gallery img:first-child{grid-row:span 2;height:390px}
.property-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:28px}.property-side{position:sticky;top:108px;align-self:start}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.detail{border:1px solid var(--line);border-radius:14px;padding:15px}.detail small{display:block;color:var(--muted);margin-bottom:4px}
.photo-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.photo-preview img{width:100%;height:100px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.auth-box{max-width:520px;margin:auto}.auth-tabs{display:flex;gap:8px;margin-bottom:18px}.auth-tabs button{flex:1}.empty{padding:30px;text-align:center;border:1px dashed #cbdde8;border-radius:16px;color:var(--muted);background:#fff}.hidden{display:none!important}
footer{background:#071f3b;color:#d6e6f5;padding:42px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.footer-logo{width:135px;margin-bottom:10px}footer h4{color:#fff;margin:0 0 12px}footer p,footer a{color:#b7cbdd;font-size:14px;line-height:1.85}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:26px;padding-top:18px;font-size:13px;color:#91a9bd}
@media(max-width:900px){nav{display:none}.mobile{display:inline-flex}.hero-grid,.property-layout,.dashboard{grid-template-columns:1fr}.sidebar{position:static}.search-grid{grid-template-columns:1fr 1fr}.search-grid .btn{grid-column:1/-1}.category-grid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-column:1/-1;grid-row:auto;height:300px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{display:none}.nav{height:74px}.brand img{width:62px;height:48px}.brand small{display:none}.brand strong{font-size:18px}h1{font-size:44px}.page-head h1{font-size:38px}.search-grid,.form-grid,.category-grid,.cards,.stat-grid,.detail-grid,.footer-grid,.photo-preview{grid-template-columns:1fr}section{padding:52px 0}.section-head{align-items:start;flex-direction:column}.gallery{grid-template-columns:1fr}.gallery img,.gallery img:first-child{height:250px}}

.photo-item{position:relative}
.photo-item img{display:block;width:100%;height:110px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}
.photo-remove{position:absolute;right:6px;top:6px;width:28px;height:28px;border:0;border-radius:999px;background:rgba(7,31,59,.88);color:#fff;font-size:20px;line-height:28px;cursor:pointer}
.gallery a{display:block}
.gallery a img{width:100%}
.gallery a:first-child{grid-row:span 2}
.gallery a:first-child img{height:390px}
@media(max-width:700px){
  .photo-preview{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery a:first-child{grid-column:1/-1;grid-row:auto}
  .gallery a:first-child img{height:260px}
  .gallery a img{height:160px}
}

.map-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:14px;font-weight:700;text-decoration:none}
.map-link:hover{text-decoration:underline}

/* Verified listing + live age */
.badge.verified{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}
.badge.site-visited{background:#fff7e6;color:#7a5700;border:1px solid #f4d58d}
.live-badge{position:absolute;right:14px;top:14px;background:rgba(7,31,59,.9);color:#fff;font-size:11px;font-weight:900;padding:7px 9px;border-radius:999px}
.property-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 16px}
.trust-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:900;background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}
.trust-chip.site-visited{background:#fff7e6;color:#7a5700;border-color:#f4d58d}
.trust-chip.live{background:#eef5fa;color:#073a7a;border-color:#d8e7f2}
.contact-card{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;box-shadow:var(--shadow);margin-bottom:18px}
.contact-phone{font-size:24px;font-weight:950;letter-spacing:.02em;margin:10px 0;color:var(--navy)}
.contact-note{font-size:12px;color:var(--muted);line-height:1.55;margin-top:10px}
