:root{--green:#0f766e;--dark:#102a2a;--bg:#f6f8f7;--card:#fff;--line:#e5e7eb;--danger:#b91c1c}*{box-sizing:border-box}body{background:var(--bg);color:var(--dark);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1100px;margin:auto;padding:24px 20px 80px}.nav{border-bottom:1px solid var(--line);background:#fff}.navin{justify-content:space-between;align-items:center;min-height:64px;display:flex}.brand{color:var(--green);font-size:22px;font-weight:800}.btn{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:12px 16px;font-weight:700;display:inline-block}.btn.alt{color:var(--green);background:#e8f2f0}.btn.danger{color:var(--danger);background:#fee2e2}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{padding:54px 0}.hero h1{margin:0 0 14px;font-size:44px;line-height:1.05}.muted{color:#64748b}.grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 4px 18px #0000000a}.actionCard{transition:transform .15s,box-shadow .15s}.actionCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.cardLink{color:var(--green);font-weight:700}.field{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.field input,.field select,.field textarea{font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px}.price{color:var(--green);font-size:20px;font-weight:800}.pill{color:var(--green);background:#e8f2f0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.pageHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.pageHead h1{margin:.35rem 0}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;display:grid}.fieldWide,.formActions,.check{grid-column:1/-1}.check{align-items:center;gap:8px;margin:5px 0 16px;display:flex}.formActions{flex-wrap:wrap;gap:10px;display:flex}.notice{color:#166534;background:#eefbf7;border:1px solid #c7eadf;border-radius:10px;margin-top:14px;padding:12px}.list{gap:14px;display:grid}.itemRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.rowActions{flex-wrap:wrap;gap:8px;display:flex}.statusBox{flex-direction:column;gap:8px;min-width:190px;display:flex}.statusBox select{border:1px solid #d1d5db;border-radius:10px;padding:10px}.bottom{background:#fff;border-top:1px solid #ddd;justify-content:space-around;padding:10px;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:800px){.bottom{display:none}}@media (max-width:700px){.hero h1{font-size:34px}.wrap{padding:18px 14px 80px}.formGrid{grid-template-columns:1fr}.fieldWide,.formActions,.check{grid-column:auto}.pageHead,.itemRow{flex-direction:column;align-items:stretch}.statusBox{min-width:0}.rowActions .btn{text-align:center;flex:1}}.checks{flex-wrap:wrap;grid-column:1/-1;gap:14px;margin:5px 0 16px;display:flex}.photoBox{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.photoHead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.uploadBtn{cursor:pointer}.photoGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.photo{border:1px solid var(--line);background:#fafafa;border-radius:12px;overflow:hidden}.photo img{object-fit:cover;width:100%;height:130px;display:block}.photoActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;padding:7px;display:flex}.mini{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;padding:6px 8px;font-size:12px}.dangerMini{color:var(--danger)}@media (max-width:700px){.photoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo img{height:120px}.checks{grid-column:auto}}.publicSearch{grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-top:22px;padding:12px;display:grid}.publicSearch input,.publicSearch select{width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:13px}.propertyGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.propertyCard{border:1px solid var(--line);background:#fff;border-radius:18px;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 4px 18px #0000000a}.propertyCard:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000017}.propertyPhoto{background:#e8f2f0;height:210px;position:relative;overflow:hidden}.propertyPhoto img{object-fit:cover;width:100%;height:100%;display:block}.noPhoto{height:100%;color:var(--green);place-items:center;font-size:24px;font-weight:800;display:grid}.propertyBadge,.featuredBadge{border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;position:absolute;top:12px}.propertyBadge{color:var(--green);background:#fff;left:12px}.featuredBadge{background:var(--green);color:#fff;right:12px}.propertyBody{padding:16px}.propertyBody h3{margin:0 0 7px;font-size:19px}.propertyMeta{color:#64748b;flex-wrap:wrap;gap:8px;margin:13px 0;font-size:13px;display:flex}.propertyMeta span{border-right:1px solid #d8dee3;padding-right:8px}.propertyMeta span:last-child{border-right:0}.propertyLink{color:var(--green);margin-top:10px;font-weight:800;display:inline-block}.emptyPublic{text-align:center;padding:36px}.detailHead{justify-content:space-between;align-items:flex-end;gap:20px;margin:22px 0;display:flex}.detailHead h1{margin:8px 0;font-size:38px}.detailPrice{white-space:nowrap;font-size:28px}.detailGallery{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;display:grid}.detailGallery img{object-fit:cover;border-radius:14px;width:100%;height:280px}.detailNoPhoto{color:#64748b;background:#f8fafb;border:1px dashed #cbd5e1;border-radius:18px;place-items:center;height:260px;margin-bottom:20px;display:grid}.detailGrid{grid-template-columns:1.2fr 1fr;gap:18px;display:grid}.description{white-space:pre-wrap;color:#475569;line-height:1.65}.featuregrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.feature{background:#f8fafb;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.feature small{color:#64748b}.tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}@media (max-width:850px){.propertyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.publicSearch{grid-template-columns:1fr 1fr}.detailGrid{grid-template-columns:1fr}.detailGallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.propertyGrid,.publicSearch{grid-template-columns:1fr}.detailHead{flex-direction:column;align-items:stretch}.detailHead h1{font-size:30px}.detailPrice{font-size:24px}.detailGallery{grid-template-columns:1fr}.detailGallery img{height:240px}.featuregrid{grid-template-columns:repeat(2,1fr)}}.propertySection{margin-top:28px}.propertySection+.propertySection{margin-top:34px}.sectionTitle{margin-bottom:14px}.sectionTitle h2{margin:0 0 4px}.propertyAdminCard{isolation:isolate;display:block;position:relative;overflow:visible}.propertyAdminInfo{flex:1;min-width:0}.propertyAdminCard .itemRow{align-items:flex-start}.propertyAdminCard .photoBox{z-index:1;clear:both;position:relative}.propertyAdminCard .photoGrid{z-index:2;position:relative}.propertyAdminCard .photo{z-index:3;position:relative}.propertyAdminCard img{z-index:4;position:relative}.propertyAdminCard .rowActions{z-index:5;position:relative}html,body{overflow-x:hidden}.propertyAdminCard{width:100%;min-width:0}.propertyAdminCard .itemRow{width:100%;display:flex;position:relative}.propertyAdminCard .photoBox{clear:both;width:100%;display:block;position:relative}.propertyAdminCard .photoGrid{width:100%;display:grid;position:relative}.propertyAdminCard .photo{min-width:0;position:relative}.propertyAdminCard .photo img{object-fit:cover;width:100%;height:120px;display:block;position:relative}.propertyAdminStack{width:100%;min-width:0;display:block}.propertyAdminStack>.propertySection{width:100%;margin-top:28px;display:block}.propertyAdminStack>.propertySection+.propertySection{margin-top:34px}.propertyAdminStack>.propertySection>.list{width:100%;display:block}.propertyAdminStack>.propertySection .propertyAdminCard{clear:both;isolation:isolate;width:100%;margin:0 0 14px;display:block;position:relative;overflow:hidden}.propertyAdminStack>.propertySection .itemRow{clear:both;width:100%;display:flex;position:relative}.propertyAdminStack>.propertySection .photoBox{clear:both;width:100%;display:block;position:relative}.propertyAdminStack>.propertySection .photoGrid{clear:both;width:100%;display:grid;position:relative}@media (max-width:700px){.propertyAdminStack>.propertySection .itemRow{flex-direction:column;align-items:stretch;display:flex}.propertyAdminStack>.propertySection .photoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--green:#0757ff;--dark:#08234a;--bg:#f5f8fc;--card:#fff;--line:#dce6f2;--danger:#b91c1c;--blue:#0757ff;--blue-dark:#0033a0;--blue-light:#4da3ff;--ink:#08234a;--muted:#64748b}body{color:var(--ink);background:linear-gradient(#f7faff 0%,#f3f7fc 100%);font-family:Arial,Helvetica,sans-serif}.nav{z-index:30;background:#fffffff5;border-bottom:1px solid #dbe7f4;position:sticky;top:0;box-shadow:0 3px 18px #0026640f}.navin{min-height:78px;padding-top:10px;padding-bottom:10px}.brand{color:var(--blue);flex-direction:column;gap:1px;line-height:1;display:flex}.brandMain{letter-spacing:-1.5px;font-size:29px;font-weight:900}.brandMain span{color:#1592ff}.brand small{letter-spacing:.75px;color:#355477;font-size:8px;font-weight:700}.navLinks{align-items:center;gap:18px;display:flex}.navLink{color:#25466d;font-size:14px;font-weight:800}.navLink:hover{color:var(--blue)}.btn{background:linear-gradient(135deg,#0757ff,#147dff);border-radius:13px;transition:transform .15s,box-shadow .15s;box-shadow:0 7px 18px #0757ff2e}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0757ff3d}.btn.alt{color:#0757ff;box-shadow:none;background:#eaf2ff}.hero{padding:48px 0 34px;position:relative}.heroBrand{color:#fff;background:linear-gradient(125deg,#0033a0 0%,#0757ff 58%,#168dff 100%);border-radius:28px;grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);align-items:center;gap:26px;padding:34px;display:grid;overflow:hidden;box-shadow:0 18px 45px #0033a033}.heroBrand .pill{color:#fff;background:#ffffff29;border:1px solid #ffffff38}.hero h1{letter-spacing:-1.5px;margin:13px 0 10px;font-size:48px;line-height:1.02}.heroSub{max-width:520px;margin:0;font-size:22px;font-weight:800}.heroDescription{margin:18px 4px 0;font-size:16px}.heroArt{background:#ffffff1f;border:1px solid #ffffff47;border-radius:20px;height:230px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14}.heroArt img{object-fit:cover;object-position:center;width:100%;height:100%}.card,.propertyCard{border-color:#dce6f2;box-shadow:0 8px 28px #123a6912}.card,.publicSearch{border-radius:18px}.publicSearch input:focus,.publicSearch select:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:#4d92ff;outline:3px solid #0757ff1f}.pill{color:#0757ff;background:#eaf2ff}.price{color:#0757ff}.propertyPhoto{background:#eaf2ff}.propertyBadge{color:#0757ff}.featuredBadge{background:#0757ff}.propertyLink,.cardLink{color:#0757ff}.emptyPublic{background:linear-gradient(#fff,#f6f9ff)}.detailNoPhoto{background:#f4f8ff}.feature{background:#f5f8fc}.siteFooter{color:#dce9ff;background:#061f4a;margin-top:40px}.footerIn{justify-content:space-between;align-items:center;gap:20px;min-height:92px;font-size:13px;display:flex}.footerIn strong{color:#fff;font-size:22px;display:block}.footerIn span{color:#b8cbe5;margin-top:3px;display:block}.bottom{z-index:40;background:#fff;border-top:1px solid #dce6f2}.bottom a{color:#0757ff;font-weight:800}@media (max-width:700px){.navLinks .navLink{display:none}.navin{min-height:68px}.hero{padding-top:26px}.heroBrand{border-radius:22px;grid-template-columns:1fr;padding:25px}.hero h1{font-size:38px}.heroSub{font-size:18px}.heroArt{height:150px}.footerIn{text-align:center;flex-direction:column;justify-content:center;padding:18px}}.brokerCard{margin:18px 0}.brokerCard h2{margin-top:0}.brokerCard .btn{margin-top:6px}.agencyInfoCard{background:#f4f8ff;border:1px solid #d9e5f5;border-radius:18px;margin:0 0 22px;padding:18px 20px}.agencyInfoCard h3{color:#0b2b57;margin:10px 0 5px}.agencyInfoCard .muted{margin:0}
