@import url('promotions.css');
@import url('avatars.css');
:root{--ink:#17251f;--muted:#68736e;--line:#e6e9e7;--green:#126a48;--lime:#dff15b;--cream:#f7f7f2;--white:#fff}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:15px 'DM Sans',sans-serif;background:var(--white)}a{text-decoration:none;color:inherit}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,28px);border-bottom:1px solid #edf0ee;position:absolute;z-index:2;width:100%;color:#fff}.logo{font-size:23px;font-weight:700;letter-spacing:-1px}.logo i{display:inline-block;width:12px;height:12px;background:var(--lime);border-radius:50%;margin-right:5px}.nav-links{display:flex;gap:28px;align-items:center;font-weight:500}.nav .cta{background:var(--lime);color:var(--ink);padding:11px 17px;border-radius:8px}.hero{min-height:620px;background:linear-gradient(90deg,rgba(8,32,23,.88),rgba(8,32,23,.48)),url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1800&q=80') center/cover;display:grid;place-items:center;color:#fff;padding:120px 24px 70px}.hero-inner{width:min(1080px,100%)}.eyebrow{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:var(--lime);font-weight:700}.hero h1{font:700 clamp(42px,6vw,78px)/1.04 'Playfair Display';max-width:760px;margin:16px 0 20px;letter-spacing:-2px}.hero p{font-size:18px;color:#e2e8e4;max-width:560px;line-height:1.6}.search{background:#fff;border-radius:12px;padding:10px;display:flex;gap:4px;max-width:940px;margin-top:42px;color:var(--ink);box-shadow:0 15px 35px #0003}.search select,.search input{border:0;padding:13px 15px;font:inherit;outline:0;min-width:0;flex:1}.search input{flex:2;border-left:1px solid var(--line)}button{font:inherit;border:0;cursor:pointer}.search button,.primary{background:var(--green);color:#fff;border-radius:8px;padding:13px 24px;font-weight:700}.section{padding:86px max(5vw,28px)}.section.alt{background:var(--cream)}.topline{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.topline h2{font:700 38px 'Playfair Display';letter-spacing:-1px;margin:8px 0 0}.link{color:var(--green);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:0 15px 26px #1231}.photo{height:215px;background-size:cover;background-position:center;position:relative}.badge{position:absolute;top:14px;left:14px;background:#fff;padding:6px 10px;border-radius:5px;font-size:11px;font-weight:700}.save{position:absolute;right:13px;top:13px;background:#fff;width:34px;height:34px;border-radius:50%;display:grid;place-items:center}.card-body{padding:18px}.price{font-size:19px;font-weight:700;margin:0 0 8px}.title{font-size:16px;font-weight:600;margin:0 0 8px}.location,.meta{color:var(--muted);font-size:13px}.meta{border-top:1px solid var(--line);padding-top:13px;margin-top:14px;display:flex;gap:15px}.agent-strip{background:#17392a;color:#fff;padding:54px max(5vw,28px);display:flex;align-items:center;justify-content:space-between;gap:35px}.agent-strip h2{font:700 33px 'Playfair Display';margin:7px 0}.agent-strip p{color:#c1d1ca;max-width:550px}.agent-strip .primary{background:var(--lime);color:var(--ink);white-space:nowrap}.footer{padding:44px max(5vw,28px);background:#10291e;color:#d8e0dc;display:flex;justify-content:space-between}.footer .logo{color:#fff}.agent-hero{background:#15392a;color:#fff;padding:128px max(5vw,28px) 48px}.agent-info{display:flex;align-items:center;gap:18px}.avatar{width:76px;height:76px;border-radius:50%;background:#dff15b;color:#17392a;display:grid;place-items:center;font-size:27px;font-weight:700}.agent-hero h1{font:700 37px 'Playfair Display';margin:0 0 6px}.agent-hero p{margin:0;color:#c8d5ce}.agent-hero .primary{float:right;margin-top:-45px;background:var(--lime);color:var(--ink)}.admin{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#f6f7f6}.side{background:#15392a;color:#d6e1db;padding:28px 20px}.side .logo{color:#fff;margin-bottom:46px}.side a{display:block;padding:12px;border-radius:7px;margin:5px 0}.side a.active,.side a:hover{background:#286049;color:#fff}.dash{padding:38px}.dash h1{font:700 34px 'Playfair Display';margin:0}.dash-head{display:flex;justify-content:space-between;align-items:center}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0}.stat{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px}.stat b{font-size:26px;display:block;margin-top:10px}.table-wrap{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:14px 10px;border-bottom:1px solid var(--line)}th{font-size:12px;color:var(--muted);text-transform:uppercase}.status{font-size:12px;color:#13714c;background:#e3f5eb;padding:5px 8px;border-radius:20px}.modal{position:fixed;inset:0;background:#0008;display:grid;place-items:center;z-index:10}.modal-box{background:#fff;border-radius:14px;padding:28px;width:min(440px,92vw)}.modal-box h2{font:700 29px 'Playfair Display';margin-top:0}.form-row{display:grid;gap:7px;margin:13px 0}.form-row input,.form-row select{padding:12px;border:1px solid #dce2de;border-radius:7px;font:inherit}.form-actions{display:flex;gap:10px;justify-content:end;margin-top:22px}.secondary{padding:12px 18px;border-radius:7px;background:#edf1ee}.empty{text-align:center;padding:44px;color:var(--muted)}
@media(max-width:760px){.nav-links a:not(.cta){display:none}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo{height:130px}.card-body{padding:12px}.price{font-size:15px}.title{font-size:13px;line-height:1.35}.location,.meta{font-size:11px}.meta{margin-top:10px;padding-top:10px;gap:4px}.search{flex-wrap:wrap}.search input{border-left:0;border-top:1px solid var(--line);flex-basis:100%}.section{padding:58px 22px}.topline h2{font-size:30px}.agent-strip,.footer{display:block}.agent-strip .primary{margin-top:15px}.admin{grid-template-columns:1fr}.side{padding:18px;display:flex;gap:8px;overflow:auto}.side .logo{margin:0 15px 0 0}.side a{white-space:nowrap}.dash{padding:24px 18px}.stats{grid-template-columns:repeat(2,1fr)}.dash-head{align-items:start}.agent-hero .primary{float:none;margin:24px 0 0}.hero{min-height:590px}}
.infinite-loader{grid-column:1/-1;text-align:center;color:var(--muted);padding:28px 8px;font-size:13px}
.property-detail{padding:105px 5vw 70px;background:#fbfcfa}.detail-wrap{max-width:1160px;margin:auto}.back-link{color:var(--green);font-weight:700;font-size:14px}.detail-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin:22px 0}.detail-heading h1{font:700 clamp(32px,4vw,52px)/1.1 'Playfair Display';margin:9px 0}.detail-price{font-size:25px;white-space:nowrap;color:var(--green)}.detail-gallery{display:grid;grid-template-columns:1fr 180px;gap:12px;height:500px}.detail-gallery>img{width:100%;height:100%;object-fit:cover;border-radius:12px}.detail-thumbs{display:flex;flex-direction:column;gap:10px;overflow:auto}.detail-thumbs button{padding:0;border:2px solid transparent;height:110px;border-radius:8px;overflow:hidden;background:#ddd}.detail-thumbs button:hover{border-color:var(--green)}.detail-thumbs img{width:100%;height:100%;object-fit:cover}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:45px;margin-top:45px}.detail-layout section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--line)}.detail-layout h2{font:700 27px 'Playfair Display';margin:0 0 17px}.detail-description{line-height:1.8;color:#53615a}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.spec-grid div{padding:15px;border:1px solid var(--line);background:#fff;border-radius:9px}.spec-grid span{display:block;color:var(--muted);font-size:11px;margin-bottom:7px}.agent-contact{height:max-content;position:sticky;top:92px;background:#fff;padding:24px;border:1px solid var(--line);border-radius:12px;box-shadow:0 15px 30px #17391c12}.agent-contact h2{margin:7px 0;font:700 27px 'Playfair Display'}.agent-contact p{color:var(--muted);font-size:13px}.agent-contact a,.agent-contact button{display:block;width:100%;padding:13px;text-align:center;border-radius:8px;font-weight:700;margin-top:10px}.wa-link{background:#168b47;color:#fff}.agent-contact button{border:1px solid var(--green);background:#fff;color:var(--green)}.fb-link{background:#1877f2;color:#fff}.detail-video{width:100%;max-height:480px;background:#111;border-radius:10px}@media(max-width:760px){.property-detail{padding:92px 20px 45px}.detail-heading{display:block}.detail-price{display:block;margin-top:13px}.detail-gallery{grid-template-columns:1fr;height:auto}.detail-gallery>img{height:280px}.detail-thumbs{flex-direction:row}.detail-thumbs button{min-width:95px;height:70px}.detail-layout{grid-template-columns:1fr;gap:0;margin-top:30px}.agent-contact{position:static}.spec-grid{grid-template-columns:repeat(2,1fr)}}
.login-page{min-height:calc(100vh - 140px);background:var(--cream);display:grid;place-items:center;padding:110px 20px 50px}.login-page .modal-box{border:1px solid var(--line);box-shadow:0 15px 50px #17321b18}.property-form{max-width:900px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.form-row textarea{padding:12px;border:1px solid #dce2de;border-radius:7px;font:inherit;resize:vertical}@media(max-width:560px){.form-grid{grid-template-columns:1fr}}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.gallery-item{height:170px;position:relative;border-radius:10px;overflow:hidden;background:#dde4e0}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-item span{position:absolute;left:8px;bottom:8px;background:var(--lime);padding:5px 7px;border-radius:5px;font-size:11px;font-weight:700}.gallery-item form{position:absolute;top:8px;right:8px;margin:0}.gallery-delete{padding:7px 10px;border:1px solid #ffffff80;border-radius:7px;color:#fff;background:#a52b2be8;box-shadow:0 4px 12px #0003;font-size:11px;font-weight:800}.gallery-delete:hover{background:#c12626}.gallery-upload-form{max-width:none}.gallery-upload-form .selected-file-count{display:block;margin-top:7px;color:var(--muted)}.gallery-empty{margin-top:24px;border:1px dashed #cddbd3;border-radius:12px;background:#fff}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
.video-preview{max-width:760px;background:#111;border-radius:10px;padding:12px;margin-top:24px}.video-preview video{display:block;width:100%;max-height:480px}
.video-preview form{display:flex;justify-content:flex-end;margin-top:12px}.delete-video-button{padding:11px 16px;border:1px solid #df8d8d;border-radius:8px;color:#fff;background:#ad2929;font-weight:700}.delete-video-button:hover{background:#c52323}.video-empty{max-width:900px;margin-top:24px;border:1px dashed #cddbd3;border-radius:12px;background:#fff}
.upload-box{border:1.5px dashed #9eb8ab;background:#f7fbf8;border-radius:9px;padding:14px}.upload-box small{display:block;color:var(--muted);margin-top:6px}
.property-form .form-row:has(input[name="image"]){display:none}
.table-wrap td:last-child{min-width:120px}.table-wrap td:last-child .link,.delete-btn{display:inline-flex;align-items:center;justify-content:center;min-width:74px;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:700;text-decoration:none}.table-wrap td:last-child .link{color:#fff;background:var(--green)}.table-wrap td:last-child form{display:inline-block;margin:5px 0 0}.delete-btn{border:1px solid #e2a5a5;color:#a52424;background:#fff}.delete-btn:hover{color:#fff;background:#b72d2d;border-color:#b72d2d}
.edit-btn{display:inline-flex;align-items:center;justify-content:center;min-width:74px;margin:0 5px 5px 0;padding:8px 12px;border-radius:7px;color:#6d5200;background:#f3dd88;font-size:12px;font-weight:700}.edit-btn:hover{background:#e7c851}
.mobile-add-property{display:none}

@media(max-width:760px){
  body{overflow-x:hidden}
  .nav{height:66px;padding:0 18px}.nav .logo{font-size:21px}.nav-links{gap:8px}.nav .cta{padding:9px 12px;font-size:12px}
  .hero{min-height:540px;padding:105px 18px 50px}.hero h1{font-size:40px;letter-spacing:-1.2px}.hero p{font-size:15px}.search{display:grid;grid-template-columns:1fr;margin-top:28px;padding:8px}.search select,.search input,.search button{width:100%;min-height:46px}.search input{border:0;border-top:1px solid var(--line)}
  .section{padding:52px 14px}.topline{align-items:start;gap:10px}.topline h2{font-size:28px}.cards{gap:10px}.card{border-radius:9px}.photo{height:122px}.badge{top:8px;left:8px;padding:4px 7px;font-size:9px}.card-body{padding:10px}.price{font-size:14px;line-height:1.25}.title{font-size:12px;min-height:33px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.location{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .agent-strip{padding:42px 20px}.agent-strip h2{font-size:28px}.footer{padding:30px 20px}.footer>span:last-child{display:block;margin-top:14px;font-size:12px}
  .agent-hero{padding:100px 18px 35px}.agent-info{align-items:flex-start}.avatar{width:60px;height:60px;flex:0 0 60px;font-size:21px}.agent-hero h1{font-size:29px}
  .admin{display:block;min-width:0}.side{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:5px;width:100%;padding:10px 12px;background:#15392a;overflow-x:auto;box-shadow:0 4px 14px #0002;scrollbar-width:none}.side::-webkit-scrollbar{display:none}.side .logo{display:none}.side a{flex:0 0 auto;margin:0;padding:9px 11px;font-size:11px;border-radius:7px}.side a.active{background:var(--lime);color:var(--ink)}
  .dash{padding:22px 12px 40px;min-width:0}.dash-head{display:flex;flex-direction:column;gap:15px}.dash-head h1{font-size:28px}.dash-head .primary,.dash-head .secondary{width:100%;text-align:center}.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:20px 0}.stat{padding:14px}.stat b{font-size:22px}.table-wrap{width:100%;padding:12px;border-radius:9px;overflow-x:auto}.table-wrap table{min-width:720px}.table-wrap th,.table-wrap td{padding:11px 8px;font-size:12px}.property-form{overflow:visible}.property-form .form-grid{grid-template-columns:1fr}.property-form input,.property-form select,.property-form textarea{width:100%;font-size:16px}.property-form .primary{width:100%;min-height:48px}.upload-box{padding:13px}
  .property-detail{padding:85px 13px 35px}.back-link{font-size:12px}.detail-heading h1{font-size:31px}.detail-price{font-size:20px}.detail-gallery>img{height:250px}.detail-layout h2{font-size:24px}.spec-grid{gap:7px}.spec-grid div{padding:12px}.agent-contact{padding:19px}.agent-contact a,.agent-contact button{min-height:46px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gallery-item{height:125px}.video-preview{padding:7px}
  .dash-head>a.primary{display:none}.mobile-add-property{position:fixed;right:16px;bottom:18px;z-index:50;display:flex;min-width:110px;height:48px;align-items:center;justify-content:center;padding:0 18px;border-radius:24px;color:#fff;background:var(--green);box-shadow:0 10px 28px #15392a66;font-size:14px;font-weight:700;line-height:1}
}
@media(max-width:380px){.cards{gap:7px}.photo{height:105px}.card-body{padding:8px}.price{font-size:12px}.title{font-size:11px}.section{padding-left:10px;padding-right:10px}.side a{padding:8px 9px}}

/* Unified backend interface */
.backend-ui{background:#f2f5f3}.backend-ui .footer{display:none}.backend-ui .admin{grid-template-columns:270px minmax(0,1fr);background:#f2f5f3}.backend-ui .side{position:sticky;top:0;display:flex;flex-direction:column;align-items:stretch;height:100vh;padding:28px 18px;background:linear-gradient(180deg,#102f23,#173f2e 58%,#102b20);box-shadow:8px 0 28px #0f2d2114;overflow-y:auto}.side-brand{padding:0 11px 28px;border-bottom:1px solid #ffffff1a;margin-bottom:23px}.side-brand .logo{display:block;margin:0;color:#fff;font-size:24px}.side-brand small{display:block;margin-top:7px;color:#86aa98;font-size:8px;font-weight:700;letter-spacing:1.8px}.backend-ui .side-label{display:block;padding:0 12px;margin:0 0 8px;color:#719582;font-size:9px;font-weight:700;letter-spacing:1.4px}.backend-ui .side-label-bottom{margin-top:auto;padding-top:26px}.backend-ui .side>a{display:flex;align-items:center;gap:11px;margin:3px 0;padding:12px 13px;border-radius:9px;color:#bcd0c5;font-size:13px;font-weight:600;transition:.18s}.backend-ui .side>a:hover{color:#fff;background:#ffffff14;transform:translateX(2px)}.backend-ui .side>a.active{color:#173425;background:var(--lime);box-shadow:0 8px 18px #00000021}.menu-icon{display:grid;width:22px;height:22px;place-items:center;font-size:16px}.backend-ui .dash{min-width:0;padding:0 34px 48px;background:radial-gradient(circle at 95% 0,#e4ece7,transparent 28%),#f2f5f3}.backend-topbar{position:sticky;top:0;z-index:12;display:flex;align-items:center;justify-content:space-between;min-height:78px;margin:0 -34px 31px;padding:0 34px;border-bottom:1px solid #dfe6e2;background:#f2f5f3e8;backdrop-filter:blur(13px)}.backend-topbar>div:first-child{display:flex;flex-direction:column}.topbar-kicker{color:#789085;font-size:9px;font-weight:700;letter-spacing:1.5px}.backend-topbar strong{margin-top:4px;font-size:15px}.topbar-actions{display:flex;align-items:center;gap:13px}.topbar-actions>a{padding:9px 13px;border:1px solid #d5dfda;border-radius:8px;background:#fff;color:var(--green);font-size:12px;font-weight:700}.topbar-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#173425;background:var(--lime);font-size:11px;font-weight:800}.backend-ui .dash-head{margin-bottom:24px}.backend-ui .dash-head h1{font-family:'DM Sans',sans-serif;font-size:30px;letter-spacing:-1.1px}.backend-ui .dash-head .eyebrow{margin:0 0 7px}.backend-ui .primary{box-shadow:0 8px 17px #126a4829;transition:.18s}.backend-ui .primary:hover{transform:translateY(-1px);background:#0c5b3c}.backend-ui .stats{gap:15px;margin:25px 0}.backend-ui .stat{position:relative;overflow:hidden;padding:20px;border:0;border-radius:13px;box-shadow:0 7px 24px #1c3b2c0e}.backend-ui .stat::after{content:'';position:absolute;right:-17px;bottom:-24px;width:80px;height:80px;border-radius:50%;background:#edf4ef}.backend-ui .stat span,.backend-ui .stat b{position:relative;z-index:1}.backend-ui .stat span{color:#75877e;font-size:12px}.backend-ui .stat b{color:#183a2b;font-size:29px}.backend-ui .table-wrap{border:0;border-radius:14px;box-shadow:0 8px 28px #1d382b0f}.backend-ui table thead{background:#f7f9f8}.backend-ui th{color:#7b8b83;font-size:10px;letter-spacing:.7px}.backend-ui td{color:#35463e}.backend-ui tbody tr{transition:.15s}.backend-ui tbody tr:hover{background:#f7faf8}.backend-ui .property-form{padding:25px}.backend-ui .form-row label{color:#40554b;font-size:12px;font-weight:700}.backend-ui .form-row input,.backend-ui .form-row select,.backend-ui .form-row textarea{border-color:#dce5e0;background:#fbfcfb;transition:.18s}.backend-ui .form-row input:focus,.backend-ui .form-row select:focus,.backend-ui .form-row textarea:focus{border-color:#62a083;outline:3px solid #33875e1a;background:#fff}.backend-ui .upload-box{border-color:#9dbbaa;background:#f2f8f4}.backend-ui .status{text-transform:capitalize;font-weight:700}
@media(max-width:760px){.backend-ui .admin{display:block}.backend-ui .side{position:sticky;top:0;z-index:30;display:flex;flex-direction:row;align-items:center;width:100%;height:auto;padding:9px 10px;overflow-x:auto}.backend-ui .side-brand,.backend-ui .side-label{display:none}.backend-ui .side>a{flex:0 0 auto;margin:0 2px;padding:9px 11px;font-size:11px}.backend-ui .side>a:hover{transform:none}.backend-ui .side>a .menu-icon{display:none}.backend-ui .dash{padding:0 12px 38px}.backend-topbar{min-height:64px;margin:0 -12px 22px;padding:0 14px}.topbar-kicker{display:none}.backend-topbar strong{font-size:13px}.topbar-actions>a{display:none}.topbar-avatar{width:34px;height:34px;border-radius:9px}.backend-ui .dash-head h1{font-size:26px}.backend-ui .stats{gap:9px}.backend-ui .stat{padding:15px;border-radius:11px}.backend-ui .stat b{font-size:23px}.backend-ui .table-wrap{border-radius:11px}.backend-ui .property-form{padding:15px}}
.dblclick-row{cursor:pointer}.dblclick-row td:first-child b::after{content:'  ↗';color:#8ca096;font-size:11px}.dblclick-row:hover td:first-child b{color:var(--green)}.admin-detail-head{align-items:flex-end}.admin-detail-actions{display:flex;gap:9px}.admin-detail-actions form{margin:0}.edit-action,.delete-action{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 17px;border-radius:8px;font-size:13px;font-weight:700}.edit-action{color:#173425;background:var(--lime)}.delete-action{border:1px solid #e3a3a3;color:#a52222;background:#fff}.admin-detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:20px}.admin-detail-card{padding:20px;border-radius:14px;background:#fff;box-shadow:0 8px 28px #1d382b0f}.admin-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-media-grid img{width:100%;height:230px;object-fit:cover;border-radius:9px}.admin-media-grid img:first-child{grid-column:1/-1;height:360px}.detail-info h2{margin:18px 0;color:var(--green);font-size:26px}.detail-info dl{display:grid;grid-template-columns:1fr 1fr;margin:0}.detail-info dt,.detail-info dd{padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.detail-info dt{color:var(--muted)}.detail-info dd{margin:0;text-align:right;font-weight:700}.detail-info h3{margin:24px 0 9px}.detail-info>p{color:var(--muted);font-size:13px;line-height:1.7}.public-preview{display:block;margin-top:20px;padding:12px;border:1px solid var(--green);border-radius:8px;color:var(--green);text-align:center;font-weight:700}@media(max-width:760px){.admin-detail-head{align-items:stretch}.admin-detail-actions{display:grid;grid-template-columns:1fr 1fr}.admin-detail-actions>*{width:100%}.admin-detail-actions button{width:100%}.admin-detail-grid{grid-template-columns:1fr}.admin-detail-card{padding:13px}.admin-media-grid img,.admin-media-grid img:first-child{height:190px}.detail-info h2{font-size:22px}}
.admin-media-actions{display:flex;gap:7px}.admin-media-actions a{display:inline-flex;min-height:42px;align-items:center;padding:0 13px;border:1px solid #bfd1c7;border-radius:8px;color:var(--green);background:#fff;font-size:12px;font-weight:700}@media(max-width:760px){.admin-media-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.admin-media-actions a{justify-content:center}}
.agent-profile-grid{display:grid;grid-template-columns:minmax(270px,.65fr) minmax(0,1.5fr);gap:20px}.agent-large-avatar{width:58px;height:58px;border-radius:15px;font-size:16px}.agent-public-button{margin:0;min-width:175px}.agent-property-row{cursor:pointer}.agent-property-row:hover b{color:var(--green)}@media(max-width:760px){.agent-profile-grid{grid-template-columns:1fr}.agent-public-button{width:100%}}
.logo img{display:block;max-width:145px;max-height:46px;object-fit:contain}.mobile-app-header,.mobile-menu-fab,.mobile-menu-backdrop{display:none}.settings-preview{display:grid;grid-template-columns:1fr 1.4fr;gap:18px;margin-bottom:24px}.brand-preview{display:flex;align-items:center;gap:14px;padding:20px;border-radius:12px;background:#15392a;color:#fff}.brand-preview>span{display:grid;width:54px;height:54px;place-items:center;border-radius:13px;background:var(--lime);color:var(--ink);font-weight:800}.brand-preview img{width:58px;height:58px;object-fit:contain}.brand-preview small,.brand-preview strong{display:block}.brand-preview small{color:#8fb19f;font-size:8px;letter-spacing:1.3px}.brand-preview strong{margin-top:5px;font-size:20px}.hero-preview{width:100%;height:160px;object-fit:cover;border-radius:12px}
@media(max-width:760px){.backend-ui{padding-top:58px;padding-bottom:82px}.backend-ui .side,.backend-ui .backend-topbar{display:none!important}.mobile-add-property{display:none!important}.mobile-app-header{position:fixed;z-index:45;inset:0 0 auto;display:flex;height:58px;align-items:center;padding:0 17px;border-bottom:1px solid #dfe6e2;background:#fff;box-shadow:0 4px 17px #163a2917}.mobile-app-header strong{color:#17392a;font-size:18px;letter-spacing:-.4px}.mobile-menu-fab{position:fixed;z-index:60;right:16px;bottom:16px;display:block}.mobile-menu-toggle{display:grid;width:58px;height:58px;place-items:center;border:0;border-radius:19px;color:#173425;background:var(--lime);box-shadow:0 12px 32px #102f2359;font-size:21px;font-weight:800;transition:.25s}.mobile-menu-fab.open .mobile-menu-toggle{transform:rotate(90deg)}.mobile-menu-panel{position:absolute;right:0;bottom:72px;width:min(350px,calc(100vw - 28px));max-height:72vh;padding:16px;border:1px solid #dce5e0;border-radius:23px;background:#fffffff7;box-shadow:0 20px 55px #102f2340;opacity:0;visibility:hidden;transform:translateY(25px) scale(.9);transform-origin:bottom right;transition:.24s;overflow-y:auto}.mobile-menu-fab.open .mobile-menu-panel{opacity:1;visibility:visible;transform:none}.mobile-panel-head{padding:2px 3px 14px;border-bottom:1px solid var(--line)}.mobile-panel-head strong,.mobile-panel-head small{display:block}.mobile-panel-head strong{font-size:16px}.mobile-panel-head small{margin-top:3px;color:var(--muted);font-size:11px}.mobile-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding-top:14px}.mobile-menu-grid a{display:flex;min-width:0;min-height:78px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 4px;border-radius:12px;color:#42564c;background:#f2f6f3;text-align:center;font-size:10px;font-weight:700}.mobile-menu-grid a.active{color:#173425;background:#e8f199}.mobile-menu-grid .menu-icon{width:32px;height:32px;border-radius:50%;background:#dce9e1}.mobile-menu-backdrop{position:fixed;z-index:55;inset:0;display:block;background:#10251d8a;opacity:0;visibility:hidden;transition:.2s}.mobile-menu-backdrop.show{opacity:1;visibility:visible}.mobile-menu-open{overflow:hidden}.settings-preview{grid-template-columns:1fr}.hero-preview{height:130px}}
.backend-ui .mobile-app-header{background:linear-gradient(135deg,#102f23,#1b4a35);border-bottom:3px solid var(--lime);box-shadow:0 5px 20px #102f2338}.backend-ui .mobile-app-header strong{color:#fff;font-size:19px;font-weight:700;letter-spacing:-.45px}
.fab-grid-icon{display:grid;grid-template-columns:repeat(2,7px);gap:5px;transition:.2s}.fab-grid-icon i{display:block;width:7px;height:7px;border-radius:2px;background:#173425}.fab-close-icon{position:absolute;width:22px;height:22px;opacity:0;transform:rotate(-45deg);transition:.2s}.fab-close-icon::before,.fab-close-icon::after{content:'';position:absolute;left:10px;top:1px;width:2px;height:20px;border-radius:2px;background:#173425}.fab-close-icon::after{transform:rotate(90deg)}.mobile-menu-fab.open .fab-grid-icon{opacity:0;transform:scale(.5) rotate(45deg)}.mobile-menu-fab.open .fab-close-icon{opacity:1;transform:rotate(45deg)}
.portal-hero{min-height:680px}.portal-hero h1{max-width:850px}.portal-actions{display:flex;gap:11px;margin-top:31px}.portal-primary,.portal-secondary{display:inline-flex;min-height:48px;align-items:center;padding:0 21px;border-radius:8px;font-weight:700}.portal-primary{color:#173425;background:var(--lime)}.portal-secondary{border:1px solid #ffffff70;color:#fff}.portal-trust{display:flex;gap:28px;margin-top:46px;color:#d6e1db;font-size:12px}.portal-trust span::before{content:'✓';margin-right:7px;color:var(--lime)}.portal-intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:95px max(5vw,28px)}.portal-intro h2{margin:10px 0 0;font:700 clamp(32px,4vw,49px)/1.15 'Playfair Display'}.portal-intro p{margin:0 0 16px;color:#627068;font-size:16px;line-height:1.8}.agent-directory{padding:86px max(5vw,28px);background:#f4f6f3}.agent-portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.agent-portal-card{overflow:hidden;border:1px solid #e1e7e3;border-radius:14px;background:#fff;box-shadow:0 8px 26px #18392a0d;transition:.22s}.agent-portal-card:hover{transform:translateY(-5px)}.agent-cover{position:relative;height:185px;background:linear-gradient(135deg,#174a35,#0f2f23);background-position:center;background-size:cover}.agent-code{position:absolute;right:13px;top:13px;padding:5px 9px;border-radius:6px;color:#fff;background:#0c251bbd;font-size:11px;font-weight:700}.agent-card-avatar{position:absolute;left:18px;bottom:-24px;display:grid;width:55px;height:55px;place-items:center;border:4px solid #fff;border-radius:15px;color:#173425;background:var(--lime);font-weight:800}.agent-card-body{padding:36px 18px 18px}.agent-available{color:var(--green);font-size:9px;font-weight:800;letter-spacing:1px}.agent-card-body h3{margin:6px 0 5px;font-size:19px}.agent-card-body>p{min-height:35px;margin:0;color:var(--muted);font-size:12px}.agent-card-body>div{display:flex;justify-content:space-between;margin-top:17px;padding-top:14px;border-top:1px solid var(--line);font-size:11px}.agent-card-body>div b{color:var(--green)}.join-agent{display:grid;grid-template-columns:1.2fr .8fr;gap:7vw;padding:80px max(5vw,28px);color:#fff;background:linear-gradient(135deg,#102f23,#1b5138)}.join-agent h2{margin:10px 0;font:700 clamp(31px,4vw,48px)/1.15 'Playfair Display'}.join-agent p{color:#bed0c6;line-height:1.7}.join-benefits{display:grid;align-content:center;gap:10px}.join-benefits span{padding:11px 14px;border:1px solid #ffffff1c;border-radius:8px;background:#ffffff0a}.join-benefits span::before{content:'✓';margin-right:10px;color:var(--lime)}.join-benefits a{padding:14px;border-radius:8px;color:#173425;background:var(--lime);text-align:center;font-weight:800}
@media(max-width:760px){.portal-hero{min-height:620px}.portal-hero h1{font-size:43px}.portal-actions{display:grid;grid-template-columns:1fr 1fr}.portal-trust{flex-direction:column;gap:10px;margin-top:34px}.portal-intro{grid-template-columns:1fr;gap:28px;padding:60px 20px}.portal-intro h2{font-size:34px}.portal-intro p{font-size:14px}.agent-directory{padding:58px 13px}.agent-portal-grid{grid-template-columns:1fr;gap:14px}.agent-portal-card{display:grid;grid-template-columns:125px 1fr}.agent-cover{height:100%;min-height:174px}.agent-card-avatar{left:auto;right:-20px;bottom:17px}.agent-code{left:8px;right:auto;top:8px}.agent-card-body{padding:19px 14px 14px 31px}.agent-card-body h3{font-size:17px}.agent-card-body>div{display:block}.agent-card-body>div b{display:block;margin-top:5px}.join-agent{grid-template-columns:1fr;gap:25px;padding:58px 20px}.join-agent h2{font-size:34px}}
@media(max-width:760px){.agent-directory{padding:48px 10px}.agent-directory .topline{margin-bottom:18px}.agent-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.agent-portal-card{display:block;min-width:0;border-radius:10px}.agent-cover{height:82px;min-height:82px}.agent-code{top:5px;left:5px;padding:3px 5px;font-size:8px}.agent-card-avatar{left:8px;right:auto;bottom:-14px;width:34px;height:34px;border-width:3px;border-radius:10px;font-size:10px}.agent-card-body{padding:21px 7px 9px}.agent-card-body .agent-available{font-size:7px;letter-spacing:.4px}.agent-card-body h3{margin:4px 0;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-card-body>p{min-height:26px;font-size:9px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-card-body>div{margin-top:7px;padding-top:7px;font-size:8px}.agent-card-body>div b{display:none}}
.agent-search{display:grid;grid-template-columns:minmax(240px,1fr) 160px 160px auto;gap:10px;align-items:center;margin:-7px 0 25px;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 22px #17392a0c}.agent-search>div{position:relative}.agent-search input,.agent-search select{width:100%;height:45px;border:1px solid #dce4df;border-radius:8px;background:#f9fbfa;font:inherit;outline:0}.agent-search input{padding:0 14px 0 40px}.agent-search select{padding:0 12px}.agent-search input:focus,.agent-search select:focus{border-color:#6b9d83;box-shadow:0 0 0 3px #26724d14}.search-symbol{position:absolute;left:14px;top:9px;color:var(--green);font-size:21px}.agent-search-count{padding:0 9px;color:var(--muted);font-size:12px;white-space:nowrap}.search-empty{grid-column:1/-1}.property-category{display:inline-block;margin-bottom:7px;padding:3px 7px;border-radius:4px;color:#1d6243;background:#e7f2eb;font-size:9px;font-weight:800;letter-spacing:.35px;text-transform:uppercase}@media(max-width:620px){.agent-search{grid-template-columns:1fr;margin-bottom:18px;padding:8px}.agent-search-count{grid-column:1/-1;padding:1px 4px}.agent-search input,.agent-search select{height:43px;font-size:12px}.agent-search input{padding-left:35px}.search-symbol{left:11px;top:8px}.property-category{margin-bottom:5px;padding:2px 5px;font-size:7px}}
@media(max-width:620px){.agent-hero{padding:88px 16px 28px}.agent-hero .agent-info{gap:12px}.agent-hero .avatar{width:54px;height:54px;flex-basis:54px;border:3px solid #ffffff2e;font-size:18px}.agent-hero h1{font-size:26px;line-height:1.15}.agent-hero p{margin-top:4px;font-size:12px;line-height:1.45}.agent-hero .primary{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;margin-top:20px;padding:0 15px;font-size:13px}.agent-hero+.section{padding:38px 12px 55px}.agent-hero+.section .topline{display:flex;align-items:flex-end;margin-bottom:19px;padding:0 2px}.agent-hero+.section .topline h2{font-size:25px;line-height:1.15}.agent-hero+.section .topline>.location{display:block;flex:0 0 auto;font-size:10px}.agent-search{grid-template-columns:1fr;gap:7px;margin:0 0 17px;padding:9px;border-radius:10px}.agent-search input,.agent-search select{height:42px;font-size:13px}.agent-search-count{grid-column:auto;padding:2px 3px;font-size:10px}.agent-hero+.section .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.agent-hero+.section .card{min-width:0;border-radius:9px}.agent-hero+.section .photo{height:116px}.agent-hero+.section .card-body{padding:9px}.agent-hero+.section .price{margin-bottom:6px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-hero+.section .title{min-height:32px;margin-bottom:6px;font-size:11px;line-height:1.4}.agent-hero+.section .location{font-size:9px}.agent-hero+.section .meta{margin-top:8px;padding-top:8px;font-size:9px}.agent-hero+.section .badge{font-size:8px}.agent-hero~.footer{padding:27px 17px;text-align:center}.agent-hero~.footer .logo img{margin:auto}}
@media(max-width:360px){.agent-hero+.section{padding-left:9px;padding-right:9px}.agent-hero+.section .cards{gap:7px}.agent-hero+.section .photo{height:102px}.agent-hero+.section .card-body{padding:8px}.agent-hero+.section .price{font-size:12px}}
@media(max-width:620px){.agent-hero+.section .agent-search{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-hero+.section .agent-search>div{grid-column:1/-1}.agent-hero+.section .agent-search .category-filter,.agent-hero+.section .agent-search .status-filter{grid-column:auto;min-width:0}.agent-hero+.section .agent-search-count{grid-column:1/-1}}

/* Premium property detail */
.nav:has(+ .property-detail){position:absolute;color:#17392a;background:#fffffff2;border-bottom:1px solid #dfe7e2;box-shadow:0 5px 20px #17392a0d;backdrop-filter:blur(14px)}.nav:has(+ .property-detail) .logo{color:#17392a}.nav:has(+ .property-detail) .nav-links a{color:#355747}
.property-detail{padding-top:112px;background:radial-gradient(circle at 90% 5%,#e3eee8 0,transparent 24%),linear-gradient(180deg,#f7faf8 0,#fff 42%)}.property-detail .detail-wrap{max-width:1220px}.property-detail .back-link{display:inline-flex;align-items:center;padding:9px 13px;border:1px solid #dce6e0;border-radius:20px;color:#426654;background:#ffffffc9;font-size:12px;box-shadow:0 5px 16px #17392a0b}.property-detail .detail-heading{margin:30px 0 27px}.property-detail .detail-heading h1{max-width:830px;margin:12px 0 11px;font-size:clamp(38px,4.7vw,61px);line-height:1.04;letter-spacing:-2.2px}.property-detail .detail-heading .eyebrow{display:inline-flex;padding:7px 10px;border-radius:6px;color:#245f42!important;background:#e2f0e7;font-size:10px;letter-spacing:1.2px}.property-detail .detail-heading .location{font-size:14px}.property-detail .detail-price{padding:13px 17px;border-radius:10px;color:#173425;background:var(--lime);box-shadow:0 10px 25px #a5bd2736;font-size:23px}.property-detail .detail-gallery{gap:14px;height:570px}.property-detail .detail-gallery>img{border-radius:20px;box-shadow:0 20px 48px #102f2324;transition:.25s}.property-detail .detail-gallery>img:hover{filter:saturate(1.06)}.property-detail .detail-thumbs{gap:12px;padding:2px}.property-detail .detail-thumbs button{height:125px;border-width:3px;border-radius:12px;box-shadow:0 7px 18px #17392a17;transition:.18s}.property-detail .detail-thumbs button:hover,.property-detail .detail-thumbs button:focus{border-color:var(--lime);transform:translateX(-3px)}.property-detail .detail-layout{grid-template-columns:minmax(0,1fr) 350px;gap:50px;margin-top:60px}.property-detail .detail-layout article>section{padding:0 0 38px;margin-bottom:38px}.property-detail .detail-layout article h2{display:flex;align-items:center;gap:11px;font-size:29px}.property-detail .detail-layout article h2::before{content:'';display:block;width:7px;height:27px;border-radius:4px;background:var(--lime);box-shadow:0 0 0 4px #eff4d1}.property-detail .spec-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.property-detail .spec-grid div{min-height:92px;padding:17px 13px;border:1px solid #e0e8e3;border-radius:12px;background:linear-gradient(145deg,#fff,#f5f8f6);box-shadow:0 6px 17px #17392a0b}.property-detail .spec-grid span{margin-bottom:11px;font-size:9px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.property-detail .spec-grid b{color:#1b3d2d;font-size:15px}.property-detail .detail-description{max-width:780px;padding:24px;border-left:3px solid var(--lime);border-radius:0 12px 12px 0;background:#f7faf8;font-size:15px;line-height:1.95}.property-detail .detail-video{border-radius:15px;box-shadow:0 14px 35px #102f2326}.property-detail .agent-contact{top:100px;padding:28px;border:0;border-radius:18px;color:#fff;background:linear-gradient(145deg,#173f2e,#0e2b20);box-shadow:0 22px 48px #102f2333}.property-detail .agent-contact small{color:#9ebcac;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.property-detail .agent-contact h2{margin-top:10px;color:#fff;font-size:30px}.property-detail .agent-contact>p{color:#b9cec3}.property-detail .agent-contact .wa-link{margin-top:22px;color:#173425;background:var(--lime);box-shadow:0 9px 20px #b7cb3930}.property-detail .agent-contact button{border-color:#ffffff42;color:#fff;background:#ffffff0d}.property-detail .agent-contact button:hover{background:#ffffff1c}.property-detail .agent-contact .fb-link{background:#287be0}.property-detail #share-status{min-height:16px;color:#a9c0b4;text-align:center}.property-detail~.footer{border-top:0}
@media(max-width:850px){.property-detail .detail-gallery{height:auto}.property-detail .detail-gallery>img{height:430px}.property-detail .detail-layout{grid-template-columns:1fr}.property-detail .agent-contact{position:static}}
@media(max-width:620px){.property-detail{padding:87px 12px 42px}.property-detail .back-link{padding:7px 10px;font-size:10px}.property-detail .detail-heading{margin:22px 2px 20px}.property-detail .detail-heading h1{margin:10px 0;font-size:34px;line-height:1.08;letter-spacing:-1px}.property-detail .detail-price{display:inline-flex;margin-top:16px;padding:10px 13px;font-size:18px}.property-detail .detail-gallery{gap:9px}.property-detail .detail-gallery>img{height:285px;border-radius:14px}.property-detail .detail-thumbs{gap:7px}.property-detail .detail-thumbs button{min-width:88px;height:68px;border-width:2px;border-radius:8px}.property-detail .detail-thumbs button:hover{transform:none}.property-detail .detail-layout{margin-top:37px}.property-detail .detail-layout article>section{padding-bottom:29px;margin-bottom:29px}.property-detail .detail-layout article h2{font-size:23px}.property-detail .detail-layout article h2::before{width:5px;height:22px}.property-detail .spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.property-detail .spec-grid div{min-height:79px;padding:13px 11px}.property-detail .detail-description{padding:17px;font-size:13px}.property-detail .agent-contact{padding:22px;border-radius:14px}.property-detail .agent-contact h2{font-size:27px}}
.property-detail .fb-link{display:none!important}
.backend-ui .dash-head>a.primary{display:inline-flex!important;align-items:center;justify-content:center}
@media(max-width:760px){.backend-ui .dash-head>a.primary{width:44px!important;height:44px;min-width:44px;align-self:flex-end;padding:0!important;border-radius:50%;font-size:0;box-shadow:0 9px 20px #126a4838}.backend-ui .dash-head>a.primary::before{content:'+';font-size:25px;font-weight:500;line-height:1}}
.flash-toast{position:fixed;z-index:1200;right:22px;top:22px;display:grid;grid-template-columns:40px 1fr 28px;gap:11px;align-items:center;width:min(390px,calc(100vw - 28px));padding:14px;border:1px solid;border-radius:13px;background:#fff;box-shadow:0 18px 48px #102f2330;opacity:0;transform:translateY(-18px);transition:.25s}.flash-toast.show{opacity:1;transform:none}.flash-toast>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;font-size:18px;font-weight:800}.flash-toast strong,.flash-toast p{display:block;margin:0}.flash-toast strong{font-size:13px}.flash-toast p{margin-top:3px;color:#607168;font-size:11px;line-height:1.4}.flash-toast button{border:0;color:#75837c;background:transparent;font-size:21px}.flash-toast.success{border-color:#afd5bf}.flash-toast.success>span{color:#11663f;background:#dff3e7}.flash-toast.error{border-color:#e3b2b2}.flash-toast.error>span{color:#a42828;background:#f9e3e3}@media(max-width:620px){.flash-toast{left:14px;right:14px;top:70px;width:auto}}
.zoomable-photo{cursor:zoom-in}.property-lightbox{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:34px;background:#07110dcf;backdrop-filter:blur(10px)}.property-lightbox[hidden]{display:none}.property-lightbox img{display:block;max-width:min(1200px,94vw);max-height:88vh;border-radius:10px;object-fit:contain;box-shadow:0 25px 70px #0008}.property-lightbox button{position:fixed;right:22px;top:19px;display:grid;width:44px;height:44px;place-items:center;border:1px solid #ffffff42;border-radius:50%;color:#fff;background:#ffffff17;font-size:30px;line-height:1}.property-lightbox span{position:fixed;bottom:16px;color:#c9d5cf;font-size:11px}@media(max-width:620px){.property-lightbox{padding:12px}.property-lightbox img{max-width:96vw;max-height:82vh}.property-lightbox button{right:13px;top:13px}}
.portal-home .agent-portal-card:nth-child(n+7){display:none}.footer-categories{min-width:280px}.footer-categories strong{display:block;margin-bottom:11px;color:#fff;font-size:12px}.footer-categories>div{display:flex;flex-wrap:wrap;gap:7px 14px}.footer-categories a{color:#b9ccc2;font-size:12px}.footer-categories a:hover{color:var(--lime)}.agent-category-links{display:flex;flex-wrap:wrap;gap:8px;margin:-10px 0 22px}.agent-category-links button{padding:8px 13px;border:1px solid #d9e4de;border-radius:20px;color:#416352;background:#fff;font-size:11px;font-weight:700}.agent-category-links button:hover,.agent-category-links button.active{border-color:var(--green);color:#fff;background:var(--green)}@media(max-width:760px){.footer-categories{margin:22px 0;min-width:0}.footer-categories>div{justify-content:center}.agent-category-links{gap:6px;margin:-7px 0 16px}.agent-category-links button{padding:7px 10px;font-size:9px}}
.portal-home .agent-portal-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.portal-home .agent-portal-card:nth-child(n+7){display:block}.portal-home .agent-portal-card:nth-child(n+19){display:none}.portal-home .agent-cover{height:125px}.portal-home .agent-card-body{padding:34px 12px 13px}.portal-home .agent-card-body h3{font-size:15px}.portal-home .agent-card-body>div b{display:none}@media(max-width:1050px) and (min-width:761px){.portal-home .agent-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.portal-home .agent-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.portal-home .agent-cover{height:82px}.portal-home .agent-card-body{padding:21px 7px 9px}.portal-home .agent-card-body h3{font-size:12px}}

/* Agent listing cards */
.agent-hero+.section{background:linear-gradient(180deg,#fff 0,#f7faf8 100%)}.agent-hero+.section .cards{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:20px}.agent-hero+.section .card{position:relative;min-height:100%;border:1px solid #dce7e0;border-radius:16px;box-shadow:0 9px 24px #17392a0c}.agent-hero+.section .card:hover{border-color:#9dbdac;box-shadow:0 18px 35px #17392a1c}.agent-hero+.section .photo{height:245px}.agent-hero+.section .card-body{position:relative;min-height:185px;padding:20px}.agent-hero+.section .property-category{margin:0 0 10px}.agent-hero+.section .price{position:absolute;top:20px;right:20px;max-width:48%;margin:0;color:#126a48;font-size:18px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-hero+.section .title{min-height:24px;padding-right:48%;margin:0 0 12px;font-size:17px;line-height:1.4}.agent-hero+.section .location{margin:0 0 17px;font-size:13px}.agent-hero+.section .meta{position:absolute;right:20px;bottom:18px;left:20px;margin:0;padding-top:13px;color:#53675d;font-size:12px}.agent-hero+.section .badge{box-shadow:0 5px 13px #102f2322}@media(min-width:1100px){.agent-hero+.section .cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:620px){.agent-hero+.section .cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.agent-hero+.section .card{min-width:0;border-radius:11px}.agent-hero+.section .photo{height:125px}.agent-hero+.section .card-body{min-height:168px;padding:11px}.agent-hero+.section .property-category{margin-bottom:6px;font-size:7px}.agent-hero+.section .price{position:static;display:block;max-width:none;margin:0 0 7px;font-size:13px;text-align:right}.agent-hero+.section .title{min-height:31px;padding-right:0;margin-bottom:6px;font-size:11px;line-height:1.35}.agent-hero+.section .location{margin-bottom:8px;font-size:9px}.agent-hero+.section .meta{right:11px;bottom:10px;left:11px;padding-top:8px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
.portal-home .agent-portal-card.agent-loaded{display:block}.agent-directory-loader{text-align:center;padding:24px 10px 0;color:var(--muted);font-size:11px}
.password-form{max-width:680px}.password-form>.primary{margin-top:10px}@media(max-width:620px){.password-form{max-width:none}.password-form>.primary{width:100%;min-height:46px}}

/* Public redesign inspired by Klikaku's warm editorial property language */
body:has(.portal-home),body:has(.agent-profile-hero),body:has(.property-detail){--ink:#2b2923;--muted:#756f66;--line:#e9e3da;--green:#426a50;--lime:#e5bd72;--cream:#fbfaf7;background:#fbfaf7}.portal-home{overflow:hidden;background:#fbfaf7}.portal-home+.footer,.agent-profile-hero~.footer,.property-detail~.footer{background:radial-gradient(circle at 8% 12%,#c99a4229,transparent 30%),radial-gradient(circle at 92% 90%,#7ea1871f,transparent 32%),#26372d}.nav:has(+.portal-home){position:relative;height:76px;color:#2b2923;background:#fbfaf7e8;border-color:#e9e3da;backdrop-filter:blur(14px)}.nav:has(+.portal-home) .logo{color:#2b2923}.nav:has(+.portal-home) .logo i{background:#c99a42}.portal-hero.hero{min-height:auto;display:block;padding:70px max(5vw,28px);color:#2b2923;background:#fbfaf7!important}.portal-hero-grid{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.portal-hero .hero-inner{width:auto}.portal-hero .eyebrow{display:inline-flex;align-items:center;gap:9px;color:#a57828}.portal-hero .eyebrow::before,.portal-intro .eyebrow::before,.agent-directory .eyebrow::before{content:'';display:inline-block;width:28px;height:1px;background:currentColor}.portal-hero h1{max-width:620px;margin:13px 0 24px;color:#2b2923;font-family:'Playfair Display',Georgia,serif;font-size:clamp(45px,5.3vw,74px);line-height:.99;letter-spacing:-3.7px}.portal-hero .hero-inner>p{max-width:530px;margin:0;color:#756f66;font-size:17px;line-height:1.72}.portal-actions{margin-top:30px}.portal-primary,.portal-secondary{min-height:49px;padding:0 20px;border-radius:9px}.portal-primary{color:#fff;background:#426a50;box-shadow:0 12px 26px #426a5027}.portal-primary:hover{background:#31533d;transform:translateY(-2px)}.portal-secondary{border-color:#d8d0c4;color:#4f4a42;background:#fff}.portal-trust{gap:9px 23px;flex-wrap:wrap;margin-top:34px;color:#756f66}.portal-trust span::before{color:#a57828}.portal-hero-art{position:relative;min-height:440px}.portal-hero-art::before{content:'';position:absolute;inset:21px -31px -10px 30px;border-radius:49% 49% 18px 18px;background:#f0e9dc}.portal-hero-art>img{position:relative;z-index:1;display:block;width:100%;height:440px;object-fit:cover;border-radius:180px 180px 17px 17px;box-shadow:0 28px 55px #44361e2e}.portal-hero-chip{position:absolute;z-index:2;left:-22px;bottom:27px;display:flex;align-items:center;gap:11px;padding:13px 16px;border:1px solid #eee7de;border-radius:11px;background:#fff;box-shadow:0 14px 30px #32291d24}.portal-hero-chip i{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:#c99a42;font-style:normal}.portal-hero-chip span,.portal-hero-chip b{display:block}.portal-hero-chip span{color:#756f66;font-size:10px}.portal-hero-chip b{margin-bottom:2px;color:#2b2923;font-size:13px}.portal-intro{position:relative;width:min(1180px,calc(100% - 56px));margin:auto;padding:96px 0;gap:9vw}.portal-intro::after{content:'';position:absolute;right:-90px;bottom:25px;width:180px;height:180px;border:1px solid #c99a4224;border-radius:50%}.portal-intro .eyebrow,.agent-directory .eyebrow{display:inline-flex;align-items:center;gap:8px;color:#a57828!important}.portal-intro h2{color:#2b2923;font-size:clamp(35px,4vw,52px);letter-spacing:-1.8px}.portal-intro p{color:#756f66}.agent-directory{padding:82px max(5vw,28px) 96px;background:#f4efe7}.agent-directory>.topline,.agent-directory>.agent-portal-grid,.agent-directory>.empty,.agent-directory>.agent-directory-loader{width:min(1180px,100%);margin-left:auto;margin-right:auto}.agent-directory .topline{align-items:flex-end}.agent-directory .topline h2{margin-top:10px;color:#2b2923;font-size:40px}.section-caption{margin:9px 0 0;color:#756f66;font-size:13px}.portal-home .agent-portal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.portal-home .agent-portal-card{border-color:#e4ddd3;border-radius:14px;box-shadow:0 10px 30px #3b312312;background:#fff}.portal-home .agent-portal-card:hover{box-shadow:0 20px 40px #3b312321;transform:translateY(-6px)}.portal-home .agent-cover{height:165px;background:linear-gradient(135deg,#65796a,#32493a);transition:transform .3s}.portal-home .agent-code{color:#fff;background:#2b2923b5}.portal-home .agent-card-avatar{border-radius:50%;color:#fff;background:#c99a42}.portal-home .agent-available{color:#4e785b}.portal-home .agent-card-body{padding:35px 15px 16px}.portal-home .agent-card-body h3{font-family:'Playfair Display',Georgia,serif;font-size:18px}.portal-home .agent-card-body>div b{display:block;color:#a57828}.join-agent{position:relative;overflow:hidden;padding:88px max(7vw,38px);background:radial-gradient(circle at 92% 90%,#c99a4229,transparent 31%),#28352d}.join-agent::after{content:'';position:absolute;right:-100px;top:-145px;width:330px;height:330px;border:1px solid #ffffff12;border-radius:50%}.join-agent .eyebrow{color:#e5bd72}.join-agent h2{font-size:clamp(35px,4vw,52px)}.join-benefits span{border-color:#ffffff1c;border-radius:10px}.join-benefits span::before{color:#e5bd72}.join-benefits a{color:#28352d;background:#e5bd72}

/* Agent profile */
.nav:has(+.agent-profile-hero){height:76px;border-color:#ffffff24;background:#26372d99;backdrop-filter:blur(14px)}.agent-profile-hero{position:relative;isolation:isolate;min-height:480px;display:flex;align-items:center;overflow:hidden;padding:125px max(5vw,28px) 65px;background:#26372d}.agent-profile-hero::before{content:'';position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#1f3028f5 0%,#26372de5 54%,#26372da8 100%),var(--agent-cover,linear-gradient(135deg,#426a50,#26372d));background-position:center;background-size:cover;transform:scale(1.02)}.agent-profile-hero::after{content:'';position:absolute;z-index:-1;right:-120px;bottom:-245px;width:520px;height:520px;border:1px solid #e5bd7245;border-radius:50%;box-shadow:0 0 0 70px #e5bd720a,0 0 0 145px #e5bd7208}.agent-hero-inner{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);gap:58px;align-items:center}.agent-profile-hero .agent-info{gap:25px;align-items:center}.agent-profile-hero .avatar{flex:0 0 112px;width:112px;height:112px;border:5px solid #ffffff35;outline:1px solid #e5bd7257;border-radius:50%;color:#fff;background:#c99a42;box-shadow:0 20px 44px #0005;font-size:33px}.agent-active-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;padding:7px 11px;border:1px solid #ffffff25;border-radius:20px;color:#e8eee9;background:#ffffff12;font-size:9px;font-weight:800;letter-spacing:1.2px}.agent-active-badge i{width:7px;height:7px;border-radius:50%;background:#83d79b;box-shadow:0 0 0 5px #83d79b19}.agent-profile-hero h1{margin:0 0 10px;font-size:clamp(41px,5vw,66px);line-height:1.03;letter-spacing:-2.4px}.agent-profile-hero .agent-identity>p{color:#d4ddd7;font-size:15px}.agent-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.agent-proof span{padding:8px 11px;border:1px solid #ffffff20;border-radius:8px;color:#d4ddd7;background:#ffffff0d;font-size:11px}.agent-proof b{color:#e5bd72}.agent-hero-actions{padding:23px;border:1px solid #ffffff21;border-radius:18px;background:#ffffff0d;box-shadow:0 22px 45px #06150f32;backdrop-filter:blur(13px)}.agent-hero-actions>p{margin:0 0 17px;color:#e1e7e3;line-height:1.6}.agent-hero-actions>div{display:grid;gap:9px}.agent-profile-hero .agent-hero-actions .primary,.agent-share-button{float:none!important;display:flex;min-height:50px;width:100%;align-items:center;justify-content:center;gap:7px;margin:0!important;padding:0 16px;border-radius:9px;font-size:13px;font-weight:800;transition:.2s}.agent-profile-hero .agent-wa-button{color:#26372d;background:#e5bd72}.agent-profile-hero .agent-wa-button:hover,.agent-share-button:hover{transform:translateY(-2px)}.agent-wa-button span{font-size:0}.agent-wa-button span::after{content:'●';color:#168b47;font-size:13px}.agent-share-button{border:1px solid #ffffff3b;color:#fff;background:#ffffff11}.agent-share-button span{font-size:19px}.agent-share-status{display:block;min-height:15px;margin-top:9px;color:#f0cd8c;font-size:10px;text-align:center;opacity:0;transition:.2s}.agent-share-status.visible{opacity:1}.agent-profile-hero+.section{padding-top:72px;background:#fbfaf7}.agent-profile-hero+.section .topline h2{color:#2b2923;font-size:41px}.agent-profile-hero+.section .card{border-color:#e5dfd6;border-radius:13px}.agent-profile-hero+.section .property-category{color:#a57828;background:#fbf1de}.agent-profile-hero+.section .price{color:#a57828}.agent-profile-hero+.section .agent-search{border-color:#e5dfd6;background:#fff}.agent-category-links button:hover,.agent-category-links button.active{border-color:#426a50;background:#426a50}

@media(max-width:760px){.portal-hero-grid,.portal-hero-grid>*{min-width:0}.portal-hero h1{max-width:100%;font-size:clamp(36px,11vw,43px)!important;overflow-wrap:anywhere}.portal-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.portal-primary,.portal-secondary{min-width:0;padding:0 10px;font-size:12px;text-align:center;justify-content:center}.portal-hero-art{width:100%;min-width:0}.agent-hero-inner,.agent-hero-inner>*{min-width:0}.agent-hero-actions>div{grid-template-columns:repeat(2,minmax(0,1fr))!important}.agent-profile-hero .agent-hero-actions .primary,.agent-share-button{min-width:0;white-space:normal;text-align:center}.agent-profile-hero+.section{overflow:hidden}.agent-profile-hero+.section .agent-search{width:100%;min-width:0}.agent-profile-hero+.section .agent-search>*,.agent-profile-hero+.section .agent-search select{min-width:0}.agent-category-links{max-width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.agent-category-links::-webkit-scrollbar{display:none}.agent-category-links button{flex:0 0 auto}}

/* Property detail */
.property-detail{background:radial-gradient(circle at 92% 6%,#f0e4d2 0,transparent 25%),linear-gradient(180deg,#fbfaf7,#fff 45%)}.property-detail .detail-heading .eyebrow{color:#a57828!important;background:#fbf1de}.property-detail .detail-heading h1{color:#2b2923}.property-detail .detail-price{color:#fff;background:#426a50;box-shadow:0 10px 25px #426a5030}.property-detail .detail-gallery>img{border-radius:180px 180px 18px 18px}.property-detail .detail-thumbs button:hover,.property-detail .detail-thumbs button:focus{border-color:#c99a42}.property-detail .detail-layout article h2::before{background:#c99a42;box-shadow:0 0 0 4px #fbf1de}.property-detail .detail-description{border-color:#c99a42;background:#fbfaf7}.property-detail .agent-contact{background:radial-gradient(circle at 95% 100%,#c99a4229,transparent 32%),#28352d}.property-detail .agent-contact .wa-link{color:#28352d;background:#e5bd72}.footer-categories a:hover{color:#e5bd72}
@media(max-width:1050px) and (min-width:761px){.portal-home .agent-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.agent-hero-inner{grid-template-columns:1fr;gap:28px}.agent-hero-actions{max-width:600px}}
@media(max-width:760px){.nav:has(+.portal-home){height:65px}.portal-hero.hero{padding:43px 18px 55px}.portal-hero-grid{grid-template-columns:1fr;gap:39px}.portal-hero h1{font-size:43px;letter-spacing:-2px}.portal-hero .hero-inner>p{font-size:15px}.portal-hero-art{min-height:295px}.portal-hero-art::before{inset:15px -8px -8px 15px}.portal-hero-art>img{height:295px;border-radius:130px 130px 14px 14px}.portal-hero-chip{left:0;bottom:11px}.portal-intro{width:calc(100% - 40px);padding:62px 0}.agent-directory{padding:58px 12px}.agent-directory .topline h2{font-size:31px}.portal-home .agent-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.portal-home .agent-cover{height:122px}.portal-home .agent-card-body{padding:27px 10px 11px}.portal-home .agent-card-body h3{font-size:14px}.portal-home .agent-card-body>div b{display:none}.join-agent{padding:60px 20px}.agent-profile-hero{min-height:auto;padding:104px 17px 34px}.agent-hero-inner{grid-template-columns:1fr;gap:24px}.agent-profile-hero .agent-info{align-items:flex-start;gap:14px}.agent-profile-hero .avatar{flex-basis:72px;width:72px;height:72px;border-width:3px;font-size:22px}.agent-active-badge{padding:5px 8px;font-size:8px}.agent-profile-hero h1{font-size:34px;letter-spacing:-1px}.agent-profile-hero .agent-identity>p{font-size:12px}.agent-proof{gap:5px;margin-top:14px}.agent-proof span{padding:6px 7px;font-size:9px}.agent-hero-actions{padding:15px}.agent-hero-actions>p{font-size:12px}.agent-hero-actions>div{grid-template-columns:1fr 1fr;gap:7px}.agent-profile-hero .agent-hero-actions .primary,.agent-share-button{min-height:46px;padding:0 8px;font-size:11px}.agent-profile-hero+.section{padding-top:43px}.agent-profile-hero+.section .topline h2{font-size:27px}.property-detail .detail-gallery>img{border-radius:95px 95px 14px 14px}}
.password-label{display:flex;align-items:center;justify-content:space-between;gap:15px}.password-label a,.auth-link{color:var(--green);font-size:12px;font-weight:700}.auth-copy{margin:-4px 0 22px;color:var(--muted);font-size:13px;line-height:1.65}.auth-submit{width:100%;margin-top:12px}.auth-link{display:block;margin-top:22px;text-align:center}.auth-error{padding:10px 12px;border-radius:8px;color:#9e2929;background:#fceaea;font-size:13px}.auth-action{display:block;margin-top:22px;text-align:center}.auth-page .modal-box{max-width:470px}.email-settings-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px;align-items:start}.email-settings-grid .property-form{max-width:none}.email-settings-grid h2{margin:0 0 18px;font:600 20px 'DM Sans',sans-serif}.smtp-host-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,1fr);gap:0 18px}.email-test-form{position:sticky;top:105px}.email-test-button{width:100%;margin-top:4px;border:1px solid #126a48;color:var(--green);background:#fff;font-weight:700}.email-help{margin:18px 0 0;color:var(--muted);font-size:12px;line-height:1.6}@media(max-width:900px){.email-settings-grid{grid-template-columns:1fr}.email-test-form{position:static}}@media(max-width:560px){.smtp-host-grid{grid-template-columns:1fr}.email-settings-grid .primary{width:100%}}
.agent-status-form{margin:0!important}.agent-status-toggle{display:inline-flex;min-width:78px;align-items:center;gap:7px;padding:5px 9px 5px 5px;border-radius:20px;font-size:10px;font-weight:800}.agent-status-toggle i{position:relative;width:29px;height:18px;border-radius:12px;background:#ffffff8c}.agent-status-toggle i::after{content:'';position:absolute;top:3px;width:12px;height:12px;border-radius:50%;background:#fff;transition:.2s}.agent-status-toggle.is-on{color:#fff;background:#168055}.agent-status-toggle.is-on i::after{left:14px}.agent-status-toggle.is-off{color:#6b7771;background:#dce2df}.agent-status-toggle.is-off i::after{left:3px}.agent-hidden-label{color:#9a6d6d;font-size:11px;font-weight:700}
.agent-card-avatar,.agent-profile-hero .avatar{overflow:hidden}.agent-card-avatar img,.agent-profile-hero .avatar img{display:block;width:100%;height:100%;object-fit:cover}.contact-agent-avatar,.contact-agent-fallback{display:grid;width:66px;height:66px;margin:0 0 15px;place-items:center;border:3px solid #ffffff29;border-radius:50%;color:#28352d;background:#e5bd72;font-size:19px;font-weight:800;object-fit:cover}.agent-avatar-settings{display:grid;grid-template-columns:280px minmax(0,620px);gap:20px;align-items:start}.agent-avatar-preview-card{padding:27px;border-radius:16px;color:#fff;background:radial-gradient(circle at 90% 10%,#c99a4240,transparent 35%),#28352d;box-shadow:0 16px 36px #26372d20;text-align:center}.agent-avatar-preview-card>img,.agent-avatar-fallback{display:grid;width:150px;height:150px;margin:0 auto 19px;place-items:center;border:5px solid #ffffff35;border-radius:50%;color:#fff;background:#c99a42;box-shadow:0 14px 30px #0003;font-size:42px;font-weight:800;object-fit:cover}.agent-avatar-preview-card>span{color:#e5bd72;font-size:9px;font-weight:800;letter-spacing:1.2px}.agent-avatar-preview-card h2{margin:7px 0 5px;color:#fff;font-size:22px}.agent-avatar-preview-card p{margin:0;color:#bdc9c1;font-size:12px}.agent-avatar-form{max-width:none}.agent-avatar-form h2{margin:0 0 9px}.avatar-help{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.65}.avatar-dropzone{position:relative;display:flex;min-height:130px;align-items:center;justify-content:center;margin-bottom:18px;border:1.5px dashed #9eb8ab;border-radius:13px;background:#f4f9f6;cursor:pointer;text-align:center}.avatar-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.avatar-dropzone b,.avatar-dropzone small{display:block}.avatar-dropzone b{color:var(--green);font-size:14px}.avatar-dropzone small{margin-top:6px;color:var(--muted);font-size:11px}.avatar-dropzone:hover{border-color:var(--green);background:#edf6f0}@media(max-width:760px){.agent-avatar-settings{grid-template-columns:1fr}.agent-avatar-preview-card>img,.agent-avatar-fallback{width:120px;height:120px}.agent-avatar-form .primary{width:100%}}
.agent-description-form{max-width:none}.agent-description-form h2{margin:0 0 9px}.agent-description-form textarea{min-height:125px;line-height:1.6}.agent-description-form .primary{margin-top:5px}
.agent-avatar-controls{display:grid;gap:16px}.agent-preset-form{max-width:none}.agent-preset-form h2{margin:0 0 9px}.avatar-preset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px}.avatar-preset-grid label{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;padding:9px;border:2px solid #e0e7e3;border-radius:13px;background:#f8faf9;cursor:pointer;transition:.18s}.avatar-preset-grid label:hover,.avatar-preset-grid label:has(input:checked){border-color:var(--green);background:#edf5f0;box-shadow:0 0 0 3px #426a5012}.avatar-preset-grid input{position:absolute;right:9px;top:9px;width:16px;height:16px;accent-color:var(--green)}.avatar-preset-grid img{display:block;width:72px;height:72px;border-radius:50%;object-fit:cover}.avatar-preset-grid span{padding-right:15px;color:#345243;font-size:12px;font-weight:800}.avatar-preset-submit{width:100%;color:var(--green);border:1px solid #9db9aa;background:#fff;font-weight:800}@media(max-width:520px){.avatar-preset-grid{gap:8px}.avatar-preset-grid label{grid-template-columns:1fr;justify-items:center;padding:9px 5px;text-align:center}.avatar-preset-grid input{right:7px;top:7px}.avatar-preset-grid img{width:68px;height:68px}.avatar-preset-grid span{padding:0;font-size:10px}}
.upload-progress-open{overflow:hidden}.upload-progress-overlay{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:20px;background:#0d281fbd;backdrop-filter:blur(7px)}.upload-progress-overlay[hidden]{display:none}.upload-progress-card{width:min(480px,100%);padding:31px;border:1px solid #ffffff33;border-radius:20px;background:#fff;box-shadow:0 28px 80px #071b145c;text-align:center}.upload-spinner{width:48px;height:48px;margin:0 auto 19px;border:5px solid #dce9e2;border-top-color:var(--green);border-radius:50%;animation:upload-spin .8s linear infinite}.upload-progress-card h2{margin:0;color:#17392a;font-size:23px}.upload-progress-detail{min-height:42px;margin:9px 0 21px;color:var(--muted);font-size:13px;line-height:1.55}.upload-progress-track{height:12px;overflow:hidden;border-radius:10px;background:#e6ede9}.upload-progress-track i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#7eaa35,var(--lime));transition:width .18s}.upload-progress-meta{display:flex;justify-content:space-between;margin-top:9px;color:#718078;font-size:12px}.upload-progress-meta strong{color:var(--green);font-size:14px}.upload-cancel{margin-top:22px;padding:10px 17px;border:1px solid #d6dfda;border-radius:8px;color:#65756d;background:#fff;font-weight:700}.upload-progress-overlay.is-processing .upload-progress-track i{background:linear-gradient(90deg,var(--green),var(--lime),var(--green));background-size:200% 100%;animation:upload-flow 1.3s linear infinite}.upload-progress-overlay.is-complete .upload-spinner{border-color:#cae6d6;background:#168055;animation:none}.upload-progress-overlay.is-complete .upload-spinner::after{content:'✓';display:grid;height:100%;place-items:center;color:#fff;font-size:24px;font-weight:800}@keyframes upload-spin{to{transform:rotate(360deg)}}@keyframes upload-flow{to{background-position:-200% 0}}@media(max-width:520px){.upload-progress-card{padding:25px 19px;border-radius:17px}.upload-progress-card h2{font-size:20px}}
/* === cariroda.my.id vehicle marketplace refresh === */
:root{--green:#0759ff;--green-2:#003fca;--blue:#0759ff;--orange:#ff7900;--ink:#071634;--muted:#667085;--line:#e7ebf2;--paper:#f6f8fc;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;color:var(--ink);background:var(--white)}
h1,h2,h3,.price{font-family:'Plus Jakarta Sans',sans-serif;letter-spacing:-.04em}
.logo{display:inline-flex!important;align-items:center;text-decoration:none!important;min-width:0}
.logo img{display:block;width:auto;height:48px;max-width:230px;object-fit:contain}
.side .logo img{height:42px;max-width:190px;filter:drop-shadow(0 4px 12px #001c5f25)}
.nav{position:relative;z-index:30;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:auto;padding:16px 28px;background:#fff}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}
.nav-links a{color:var(--ink);text-decoration:none}
.nav-links .nav-login{padding:11px 20px;border-radius:999px;background:var(--ink);color:#fff}
.portal-home{overflow:hidden;background:#fff}
.portal-hero{max-width:1280px!important;margin:0 auto!important;padding:18px 28px 54px!important;background:none!important;color:var(--ink)!important}
.portal-hero:before,.portal-hero:after{display:none!important}
.portal-hero-grid{min-height:610px!important;border-radius:34px!important;overflow:hidden;background:linear-gradient(135deg,#0759ff 0%,#003aba 62%,#06235e 100%);grid-template-columns:1.05fr .95fr!important;box-shadow:0 30px 80px #0759ff29}
.portal-hero .hero-inner{padding:70px 20px 66px 66px!important;color:#fff!important;position:relative;z-index:2}
.portal-hero .eyebrow{display:inline-flex!important;background:#ffffff1c;border:1px solid #ffffff3b;padding:9px 13px;border-radius:999px;color:#fff!important;font-size:11px!important;letter-spacing:.16em}
.portal-hero h1{max-width:680px!important;margin:22px 0 16px!important;font-size:clamp(44px,5.2vw,78px)!important;line-height:.99!important;color:#fff!important;font-weight:800!important}
.portal-hero .hero-inner>p{max-width:600px!important;color:#dce7ff!important;font-size:18px!important;line-height:1.65!important}
.portal-hero-art{min-height:610px!important;position:relative;overflow:hidden}
.portal-hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0040c8 0%,transparent 44%),linear-gradient(0deg,#061b4f66,transparent 48%)}
.portal-hero-art img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.04)}
.portal-hero-chip{z-index:2!important;right:28px!important;bottom:28px!important;background:#fff!important;border:none!important;border-radius:18px!important;box-shadow:0 18px 45px #001c5f52!important}
.portal-hero-chip i{background:#fff1e3!important;color:var(--orange)!important}
.vehicle-search{display:grid;grid-template-columns:auto 1fr 160px auto;gap:8px;align-items:center;margin-top:28px;padding:8px;background:#fff;border-radius:16px;box-shadow:0 14px 40px #00247638;max-width:720px}
.vehicle-search>span{color:var(--blue);font-size:26px;padding-left:10px}
.vehicle-search input,.vehicle-search select{height:48px;border:0;border-right:1px solid var(--line);outline:0;padding:0 12px;background:#fff;color:var(--ink);font:600 14px inherit}
.vehicle-search button{height:48px;border:0;border-radius:11px;padding:0 20px;background:var(--orange);color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}
.vehicle-quick{display:flex;gap:9px;margin-top:14px}
.vehicle-quick a{padding:8px 12px;border-radius:999px;background:#ffffff16;border:1px solid #ffffff35;color:#fff;text-decoration:none;font-size:12px;font-weight:700}
.portal-trust{display:flex!important;gap:18px!important;margin-top:30px!important;color:#dbe7ff!important;font-size:12px!important;font-weight:700!important;flex-wrap:wrap}
.section,.agent-directory,.why-roda{max-width:1224px;margin:0 auto;padding:82px 28px}
.vehicle-section{padding-top:70px}
.eyebrow{color:var(--blue)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.16em!important}
.topline h2,.why-roda h2,.agent-directory h2{font-size:clamp(31px,4vw,48px)!important;line-height:1.08!important;margin:9px 0!important;font-weight:800!important}
.section-caption{color:var(--muted);font-size:15px;line-height:1.6}
.section-link{color:var(--blue);font-weight:800;text-decoration:none}
.cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;margin-top:32px!important}
.card{display:block;background:#fff;border:1px solid var(--line)!important;border-radius:20px!important;overflow:hidden;text-decoration:none;color:var(--ink);box-shadow:0 5px 18px #0b1b3b0a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0b32791c;border-color:#b9ceff!important}
.card .photo{position:relative;height:205px!important;background-size:cover;background-position:center;border-radius:0!important;overflow:hidden}
.card .photo:after{content:'';position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,#06173780)}
.card .badge{position:absolute;z-index:2;top:13px;left:13px;padding:7px 10px;border-radius:999px;background:var(--orange)!important;color:#fff!important;font-size:10px;font-weight:800;letter-spacing:.1em}
.card-type{position:absolute;z-index:2;right:12px;bottom:12px;padding:6px 9px;border-radius:999px;background:#071634d9;color:#fff;font-size:10px;font-weight:700}
.card-body{padding:18px!important}
.card-brand{margin:0 0 6px;color:var(--blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.card .title{min-height:43px;margin:0!important;font-size:15px!important;line-height:1.45!important;font-weight:700!important}
.card .price{margin:13px 0 10px!important;font-size:20px!important;font-weight:800!important;color:var(--ink)!important}
.card .price small{display:inline-block;padding:4px 7px;border-radius:999px;background:#e9fff2;color:#008a42;font-size:9px;letter-spacing:.04em;vertical-align:middle}
.card .meta{min-height:18px;margin:0 0 10px!important;color:#44516a!important;font-size:11px!important;font-weight:700!important}
.card .location{margin:0!important;padding-top:10px;border-top:1px solid var(--line);color:var(--muted)!important;font-size:11px!important}
.why-roda{display:grid;grid-template-columns:.8fr 1.4fr;gap:70px;background:var(--ink);color:#fff;max-width:1168px;border-radius:32px;padding:64px;margin-top:40px}
.why-roda .eyebrow{color:#7fa8ff!important}
.why-roda h2{color:#fff!important}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-grid article{padding:24px;border-radius:18px;background:#ffffff0b;border:1px solid #ffffff16}
.why-grid article>b{color:var(--orange);font-size:12px}
.why-grid h3{margin:24px 0 10px;font-size:18px;letter-spacing:-.02em}
.why-grid p{margin:0;color:#b8c2d6;font-size:13px;line-height:1.65}
.agent-directory{padding-top:100px}
.agent-portal-grid{gap:22px!important}
.agent-portal-card{border:1px solid var(--line)!important;border-radius:22px!important;box-shadow:0 8px 28px #0716340b!important;overflow:hidden!important}
.agent-cover{background-color:#0d275f!important}
.agent-card-body h3{font-family:'Plus Jakarta Sans',sans-serif!important;font-weight:800!important}
.agent-available{color:#00a851!important}
.join-agent{max-width:1168px!important;margin:10px auto 90px!important;border-radius:32px!important;background:linear-gradient(135deg,#ff7900,#ff5200)!important;color:#fff!important;box-shadow:0 30px 70px #ff62002b}
.join-agent h2,.join-agent p,.join-agent .eyebrow{color:#fff!important}
.join-benefits a{background:var(--ink)!important;color:#fff!important;border-radius:12px!important}
.footer{background:#06132f!important;color:#b7c2d8!important;padding:48px max(28px,calc((100vw - 1168px)/2))!important;border:0!important}
.footer .logo img{filter:none;height:44px}
.footer-categories strong{color:#fff!important}
.footer a{color:#dbe5fa!important}
.primary,.wa-link{background:var(--blue)!important;color:#fff!important;border-radius:12px!important;box-shadow:0 10px 24px #0759ff22}
.secondary{border-radius:12px!important}
.admin{background:#f5f7fb!important}
.side{background:#fff!important;border-right:1px solid var(--line)!important}
.side>a:not(.logo){border-radius:10px!important;color:#475467!important;font-weight:700!important}
.side>a.active{background:#eef4ff!important;color:var(--blue)!important}
.dash h1{font-weight:800!important}
.table-wrap,.stat,.admin-detail-card{border:1px solid var(--line)!important;border-radius:18px!important;box-shadow:0 8px 30px #07163408!important}
.vehicle-form{max-width:960px!important;padding:28px!important}
.form-section-title{display:flex;align-items:center;gap:13px;margin:34px 0 18px;padding-top:28px;border-top:1px solid var(--line)}
.form-section-title:first-of-type{margin-top:0;padding-top:0;border-top:0}
.form-section-title>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#eaf1ff;color:var(--blue);font-size:12px;font-weight:800}
.form-section-title b,.form-section-title small{display:block}
.form-section-title b{font-size:16px}.form-section-title small{margin-top:3px;color:var(--muted);font-size:11px}
.form-grid{gap:16px!important}
.form-wide{grid-column:1/-1}
.form-row label{font-size:12px!important;color:#344054!important;font-weight:800!important}
.form-row input,.form-row select,.form-row textarea{border:1px solid #d8deea!important;border-radius:11px!important;background:#fff!important;font-family:inherit!important;transition:border .2s,box-shadow .2s}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--blue)!important;box-shadow:0 0 0 4px #0759ff14!important;outline:0}
.check-row{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:11px;font-size:12px;font-weight:700;align-self:end}
.check-row input{accent-color:var(--blue);width:18px;height:18px}
.property-detail{background:#f7f9fd!important}
.detail-wrap{max-width:1180px!important}
.detail-heading .eyebrow{color:var(--orange)!important}
.detail-price{color:var(--blue)!important;font-family:'Plus Jakarta Sans',sans-serif!important;font-weight:800!important}
.nego-label{display:block;margin-top:8px;text-align:right;color:#008a42;font-size:11px;font-weight:700}
.vehicle-detail .detail-gallery{border-radius:22px!important;overflow:hidden!important;background:#e9edf5!important}
.vehicle-detail .detail-layout article>section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;margin-bottom:20px}
.vehicle-detail .spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.vehicle-detail .spec-grid>div{background:#f6f8fc!important;border:1px solid #edf0f5!important;border-radius:12px!important;padding:16px!important}
.vehicle-detail .spec-grid span{color:var(--muted)!important;font-size:10px!important;text-transform:uppercase;letter-spacing:.06em}
.vehicle-detail .spec-grid b{font-size:13px!important}
.agent-contact{border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 18px 50px #07163412!important}
.agent-contact .wa-link{background:#19a862!important}

@media(max-width:1050px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-hero-grid{grid-template-columns:1fr 42%!important}.portal-hero .hero-inner{padding:55px 12px 55px 44px!important}.why-roda{margin-left:28px;margin-right:28px}.vehicle-detail .spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:780px){.nav{padding:12px 18px}.logo img{height:39px;max-width:180px}.nav-links>a:first-child{display:none}.portal-hero{padding:6px 14px 38px!important;width:100%!important}.portal-hero-grid{display:flex!important;flex-direction:column!important;border-radius:25px!important;min-height:0!important;width:100%!important}.portal-hero .hero-inner{padding:44px 24px 30px!important;width:100%!important;min-width:0!important}.portal-hero h1{font-size:44px!important}.portal-hero .hero-inner>p{font-size:15px!important}.portal-hero-art{min-height:270px!important;height:270px!important;width:100%!important}.portal-hero-art:after{background:linear-gradient(0deg,#052c8d 0%,transparent 45%)}.portal-hero-chip{right:14px!important;bottom:14px!important;left:14px!important}.vehicle-search{grid-template-columns:auto minmax(0,1fr);margin-top:22px;width:100%;max-width:100%}.vehicle-search input{min-width:0;width:100%}.vehicle-search select{display:none}.vehicle-search button{grid-column:1/-1;width:100%}.vehicle-quick{overflow:auto}.portal-trust{gap:10px!important;margin-top:20px!important}.section,.agent-directory{padding:58px 18px}.topline{align-items:flex-end!important}.cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:13px!important}.card .photo{height:170px!important}.card-body{padding:14px!important}.card .price{font-size:17px!important}.why-roda{display:block;margin:10px 14px;padding:36px 22px;border-radius:24px}.why-grid{grid-template-columns:1fr;margin-top:28px}.join-agent{margin:10px 14px 60px!important;border-radius:24px!important}.footer{padding:38px 20px!important}.vehicle-form{padding:20px!important}.form-grid{grid-template-columns:1fr!important}.form-wide{grid-column:auto}.detail-heading{display:block!important}.detail-heading>div:last-child{margin-top:18px}.detail-price{font-size:27px!important}.nego-label{text-align:left}.vehicle-detail .spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dash{padding:26px 16px!important}}
@media(max-width:480px){.portal-hero{overflow:hidden!important}.portal-hero-grid{max-width:100%!important}.portal-hero h1{font-size:39px!important}.portal-hero .hero-inner{padding:38px 20px 26px!important;max-width:calc(100vw - 28px)!important;overflow:hidden}.portal-hero .hero-inner>p,.vehicle-search{max-width:calc(100vw - 76px)!important;overflow-wrap:anywhere}.cards{grid-template-columns:1fr!important}.card .photo{height:225px!important}.topline h2,.why-roda h2,.agent-directory h2{font-size:30px!important}.section-link,.topline>.location{display:none}.vehicle-detail .spec-grid{grid-template-columns:1fr 1fr!important}.vehicle-detail .spec-grid>div{padding:13px!important}.vehicle-detail .detail-layout article>section{padding:20px}.form-section-title small{display:none}}
.portal-hero h1,.topline h2,.why-roda h2,.agent-directory h2,.join-agent h2,.agent-card-body h3,.dash h1,.detail-heading h1{font-family:'Plus Jakarta Sans',sans-serif!important}

/* Final color sweep: no legacy green */
:root,body,body:has(.portal-home),body:has(.agent-profile-hero),body:has(.property-detail){--green:#0759ff!important;--green-2:#003fca!important;--lime:#ff7900!important;--cream:#f6f8ff!important;--ink:#071634!important;--muted:#667085!important;--line:#e4e9f4!important}
.link,.password-label a,.auth-link,.avatar-dropzone b,.promotion-dropzone b{color:#0759ff!important}
.agent-profile-hero{background:radial-gradient(circle at 86% 20%,#9333ea88,transparent 34%),radial-gradient(circle at 12% 90%,#00d4ff38,transparent 36%),linear-gradient(135deg,#061536 0%,#073fb5 56%,#421c80 100%)!important}
.agent-profile-hero:before{background:linear-gradient(90deg,#061536f2,#073fb5d9 60%,#421c80b8)!important}
.agent-active-badge{color:#071634!important;background:#23e4ff!important;border-color:#8df1ff!important;box-shadow:0 8px 24px #00d4ff38!important}
.agent-active-badge i{background:#0759ff!important;box-shadow:0 0 0 4px #0759ff22!important}
.agent-profile-hero .agent-wa-button,.agent-contact .wa-link,.property-detail .agent-contact .wa-link{color:#fff!important;background:linear-gradient(135deg,#ff7900,#ff4d00)!important;box-shadow:0 12px 28px #ff65003d!important}
.agent-wa-button span::after{color:#fff!important}
.agent-share-button{border-color:#78e9ff66!important;background:#00d4ff17!important}
.agent-share-status{color:#74e9ff!important}
.agent-portal-card{background:linear-gradient(180deg,#fff,#f8f9ff)!important}
.agent-cover{background:linear-gradient(135deg,#0759ff,#5932d8)!important}
.agent-code{background:#071634d9!important}
.agent-card-avatar{background:linear-gradient(135deg,#ff8a00,#ff4d00)!important;border-color:#fff!important}
.agent-available{display:inline-flex;align-items:center;gap:5px;color:#0759ff!important;background:#eaf1ff!important;padding:5px 8px;border-radius:999px}
.agent-card-body>div b,.portal-home .agent-card-body>div b{color:#ff6500!important}
.agent-category-links button:hover,.agent-category-links button.active{color:#fff!important;border-color:#0759ff!important;background:linear-gradient(135deg,#0759ff,#6134df)!important}
.property-detail .detail-heading .eyebrow{color:#ff6500!important;background:#fff0e5!important}
.property-detail .detail-price{color:#fff!important;background:linear-gradient(135deg,#0759ff,#5a35dc)!important;box-shadow:0 12px 28px #403acb33!important}
.property-detail .detail-thumbs button:hover,.property-detail .detail-thumbs button:focus{border-color:#ff7900!important}
.property-detail .detail-layout article h2::before{background:#ff7900!important;box-shadow:0 0 0 4px #fff0e3!important}
.property-detail .detail-description{border-color:#ffb067!important;background:#fffaf6!important}
.property-detail .agent-contact{background:radial-gradient(circle at 90% 100%,#9333ea4d,transparent 38%),linear-gradient(145deg,#061536,#102d72)!important}
.nego-label,.card .price small{color:#9a3b00!important;background:#fff0d9!important}
.status{color:#0644cc!important;background:#eaf1ff!important;border-color:#bed0ff!important}
.agent-status-toggle.is-on,.promotion-preview-head .is-on,.upload-progress-overlay.is-complete .upload-spinner{color:#071634!important;background:#23e4ff!important}
.agent-status-toggle.is-off{color:#6b4bb8!important;background:#eee9ff!important}
.agent-hidden-label{color:#df4d00!important}
.promotion-switch input:checked+i{background:linear-gradient(90deg,#0759ff,#7c3aed)!important}
.promotion-switch span{color:#0759ff!important}
.promotion-preview-card,.agent-avatar-preview-card{background:radial-gradient(circle at 90% 10%,#ff790052,transparent 35%),linear-gradient(145deg,#071634,#16398b)!important;box-shadow:0 18px 42px #0921602b!important}
.promotion-preview-stage{background:#081a42e8!important}
.promotion-preview-window{background:#f4f6ff!important}
.promotion-preview-window>i,.agent-promo-close{background:#0759ff!important}
.agent-promo-close:hover{color:#fff!important;background:#ff7900!important}
.promotion-dropzone,.avatar-dropzone{border-color:#9bb7ff!important;background:#f4f7ff!important}
.promotion-dropzone:hover,.avatar-dropzone:hover{border-color:#0759ff!important;background:#eaf1ff!important}
.avatar-preset-grid label{border-color:#dce4f7!important;background:#f8faff!important}
.avatar-preset-grid label:hover,.avatar-preset-grid label:has(input:checked){border-color:#0759ff!important;background:#eef3ff!important;box-shadow:0 0 0 3px #0759ff18!important}
.avatar-preset-grid input{accent-color:#0759ff!important}
.avatar-preset-grid span,.avatar-preset-group h3{color:#16386e!important}
.avatar-preset-submit{color:#0759ff!important;border-color:#9bb7ff!important}
.upload-progress-overlay{background:#061536d6!important}
.upload-spinner{border-color:#dfe8ff!important;border-top-color:#ff7900!important}
.upload-progress-card h2{color:#071634!important}
.upload-progress-track{background:#e9edfa!important}
.upload-progress-track i{background:linear-gradient(90deg,#0759ff,#7c3aed,#ff7900)!important}
.upload-progress-overlay.is-processing .upload-progress-track i{background:linear-gradient(90deg,#0759ff,#7c3aed,#ff7900,#0759ff)!important;background-size:200% 100%!important}
.upload-progress-meta strong{color:#0759ff!important}
.email-test-button{color:#0759ff!important;border-color:#0759ff!important}
.flash-toast.success{border-color:#8fdfff!important;background:#effbff!important}
.flash-toast.success>span{color:#071634!important;background:#23e4ff!important}
.agent-avatar-fallback,.contact-agent-fallback{color:#fff!important;background:linear-gradient(135deg,#ff7900,#ff4d00)!important}
.portal-trust span::before,.join-benefits span::before{color:#ffb25c!important}
.nav:has(+.portal-home),.nav:has(+.agent-profile-hero),.nav:has(+.property-detail){position:relative!important;color:#071634!important;background:#fff!important;border-color:#e4e9f4!important;box-shadow:0 6px 24px #0716340b!important;backdrop-filter:none!important}
.nav:has(+.portal-home) .nav-links a,.nav:has(+.agent-profile-hero) .nav-links a,.nav:has(+.property-detail) .nav-links a{color:#071634!important}
.nav:has(+.portal-home) .nav-login,.nav:has(+.agent-profile-hero) .nav-login,.nav:has(+.property-detail) .nav-login{color:#fff!important;background:linear-gradient(135deg,#0759ff,#5b32d6)!important}
.agent-profile-hero h1{font-family:'Plus Jakarta Sans',sans-serif!important;font-weight:800!important;letter-spacing:-.045em!important}
.agent-profile-hero .avatar{outline-color:#ff9b42!important;background:linear-gradient(135deg,#ff7900,#ff4d00)!important}
.agent-proof b{color:#ffb45e!important}
.agent-profile-hero+.section,.agent-directory{background:#f5f7ff!important}

/* Unified authentication and dashboard */
.login-page{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 15% 20%,#00d4ff24,transparent 26%),radial-gradient(circle at 85% 78%,#7c3aed24,transparent 28%),linear-gradient(145deg,#f5f8ff,#eef2ff)!important}
.login-page:before,.login-page:after{content:'';position:absolute;z-index:-1;border-radius:50%;border:1px solid #0759ff1f}
.login-page:before{width:420px;height:420px;left:-160px;bottom:-180px;box-shadow:0 0 0 70px #0759ff09,0 0 0 145px #7c3aed08}
.login-page:after{width:280px;height:280px;right:-80px;top:-100px;box-shadow:0 0 0 60px #ff79000a}
.login-page .modal-box{position:relative;overflow:hidden;border:1px solid #dfe6f6!important;border-radius:22px!important;box-shadow:0 28px 75px #122a641c!important}
.login-page .modal-box:before{content:'';position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,#0759ff,#7c3aed,#ff7900)}
.login-page .modal-box h2{font-family:'Plus Jakarta Sans',sans-serif!important;font-weight:800!important;letter-spacing:-.045em!important}
.login-page .auth-submit{background:linear-gradient(135deg,#0759ff,#5533df)!important;box-shadow:0 12px 28px #2642cf2e!important}
.login-page .auth-submit:hover{transform:translateY(-2px);filter:saturate(1.15)}
.backend-ui,.backend-ui .admin{background:#f3f6ff!important}
.backend-ui .side{background:radial-gradient(circle at 15% 100%,#7c3aed45,transparent 35%),linear-gradient(180deg,#071634,#092966 58%,#111c49)!important;box-shadow:10px 0 35px #0716341f!important}
.side-brand{border-color:#ffffff1a!important}
.side-brand .logo img{width:auto!important;height:42px!important;max-width:195px!important}
.side-brand small{color:#7fe8ff!important}
.backend-ui .side-label{color:#7f9dcc!important}
.backend-ui .side>a{color:#c4d3f0!important}
.backend-ui .side>a:hover{color:#fff!important;background:#ffffff12!important}
.backend-ui .side>a.active{color:#fff!important;background:linear-gradient(135deg,#0759ff,#6635dc)!important;box-shadow:0 12px 28px #02091e4a!important}
.backend-ui .dash{background:radial-gradient(circle at 98% 0,#e4e8ff,transparent 30%),#f3f6ff!important}
.backend-topbar{border-color:#dfe5f2!important;background:#f3f6ffe9!important}
.topbar-kicker{color:#0759ff!important}
.topbar-actions>a{color:#0759ff!important;border-color:#cddaff!important}
.topbar-avatar{color:#fff!important;background:linear-gradient(135deg,#ff7900,#ff4d00)!important;box-shadow:0 8px 20px #ff650033!important}
.backend-ui .dash-head h1{font-family:'Plus Jakarta Sans',sans-serif!important;font-weight:800!important;color:#071634!important}
.backend-ui .primary{background:linear-gradient(135deg,#0759ff,#5633df)!important;box-shadow:0 10px 24px #2546d72b!important}
.backend-ui .primary:hover{background:linear-gradient(135deg,#0051ec,#702fe8)!important}
.backend-ui .stat{border:1px solid #e1e6f2!important;background:#fff!important;box-shadow:0 10px 30px #13285c0b!important}
.backend-ui .stat:after{background:linear-gradient(135deg,#edf3ff,#f1eaff)!important}
.backend-ui .stat span{color:#667085!important}.backend-ui .stat b{color:#071634!important}
.backend-ui .table-wrap{border:1px solid #e1e6f2!important;box-shadow:0 12px 34px #13285c0b!important}
.backend-ui table thead{background:#f7f9ff!important}.backend-ui th{color:#697797!important}.backend-ui td{color:#34405a!important}.backend-ui tbody tr:hover{background:#f4f7ff!important}
.backend-ui .form-row label{color:#34405a!important}
.backend-ui .form-row input,.backend-ui .form-row select,.backend-ui .form-row textarea{border-color:#d9e0ef!important;background:#fcfdff!important}
.backend-ui .form-row input:focus,.backend-ui .form-row select:focus,.backend-ui .form-row textarea:focus{border-color:#0759ff!important;outline:3px solid #0759ff15!important}
.backend-ui .upload-box{border-color:#a8bcff!important;background:#f3f6ff!important}
.mobile-app-header{background:#fff!important;border-bottom:1px solid #e2e7f2!important;box-shadow:0 7px 22px #10265a12!important}
.mobile-app-header img{display:block;width:auto;height:36px;max-width:168px}
.mobile-menu-toggle{background:linear-gradient(135deg,#0759ff,#6434dc)!important;box-shadow:0 12px 30px #2643cb42!important}
.mobile-menu-panel{border-color:#dfe5f4!important;background:#fff!important;box-shadow:0 24px 65px #0716342e!important}
.mobile-menu-grid a.active{color:#fff!important;background:linear-gradient(135deg,#0759ff,#6335dc)!important}
.brand-preview{color:#fff!important;background:radial-gradient(circle at 90% 10%,#7c3aed55,transparent 35%),linear-gradient(145deg,#071634,#123c92)!important}
.brand-preview>span{color:#fff!important;background:linear-gradient(135deg,#ff7900,#ff4d00)!important}
.brand-preview small{color:#7fe8ff!important}
.agent-search{border-color:#dbe3f4!important;background:#fff!important;box-shadow:0 12px 30px #112b640b!important}
.flash-toast{color:#fff!important;background:#071634!important;box-shadow:0 18px 45px #0716343d!important}
.footer-categories a:hover{color:#ff9b42!important}
.property-detail .back-link{color:#0759ff!important}
.property-detail .detail-gallery>img,.property-detail .detail-video{background:#071634!important}
.property-detail .detail-thumbs button{background:#071634!important}
.property-detail .spec-grid div{color:#071634!important}
.mobile-add-property,.backend-ui .dash-head>a.primary{background:linear-gradient(135deg,#ff7900,#ff4d00)!important;box-shadow:0 12px 28px #ff65003b!important}
.gallery-item>span{color:#071634!important;background:#23e4ff!important}

/* Homepage is a seller directory; products live inside each seller garage */
.seller-hero-actions{display:flex;align-items:center;gap:11px;margin-top:30px;flex-wrap:wrap}
.seller-primary,.seller-secondary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border-radius:12px;font-size:13px;font-weight:800;text-decoration:none;transition:.2s}
.seller-primary{color:#fff;background:linear-gradient(135deg,#ff7900,#ff4d00);box-shadow:0 13px 28px #ff5d003d}
.seller-secondary{color:#fff;border:1px solid #ffffff55;background:#ffffff12}
.seller-primary:hover,.seller-secondary:hover{transform:translateY(-2px)}
.seller-flow{display:grid;grid-template-columns:.75fr 1.45fr;gap:65px;max-width:1168px;margin:35px auto 0;padding:62px;border-radius:30px;color:#fff;background:radial-gradient(circle at 92% 8%,#7c3aed55,transparent 34%),linear-gradient(145deg,#071634,#0a3590)}
.seller-flow .eyebrow{color:#75e9ff!important}
.seller-flow h2{margin:11px 0 0;font:800 clamp(31px,4vw,47px)/1.08 'Plus Jakarta Sans',sans-serif;letter-spacing:-.045em}
.seller-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.seller-flow-grid article{padding:22px;border:1px solid #ffffff1c;border-radius:17px;background:#ffffff0a}
.seller-flow-grid article>b{color:#ff9b42;font-size:11px;letter-spacing:.1em}
.seller-flow-grid h3{margin:22px 0 8px;font-size:17px;letter-spacing:-.02em}
.seller-flow-grid p{margin:0;color:#bfcae2;font-size:12px;line-height:1.65}
.seller-directory-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;max-width:760px;margin:30px 0 26px;padding:8px 10px 8px 16px;border:1px solid #dae2f2;border-radius:15px;background:#fff;box-shadow:0 12px 30px #10275b0d}
.seller-directory-search>span{color:#0759ff;font-size:24px}
.seller-directory-search input{min-width:0;height:46px;border:0;outline:0;background:transparent;font:600 13px 'Plus Jakarta Sans',sans-serif;color:#071634}
.seller-directory-search small{padding:9px 12px;border-radius:10px;color:#0759ff;background:#edf3ff;font-size:10px;font-weight:800;white-space:nowrap}
.seller-empty[hidden],[data-seller-card][hidden]{display:none!important}
@media(max-width:780px){.seller-flow{display:block;margin:15px 14px 0;padding:38px 23px;border-radius:24px}.seller-flow-grid{grid-template-columns:1fr;margin-top:28px}.seller-directory-search{grid-template-columns:auto minmax(0,1fr);margin-top:24px}.seller-directory-search small{grid-column:1/-1;text-align:center}.seller-hero-actions{display:grid;grid-template-columns:1fr 1fr}.seller-primary,.seller-secondary{padding:0 12px;text-align:center}}
@media(max-width:480px){.seller-hero-actions{grid-template-columns:1fr}.seller-flow h2{font-size:30px}.seller-directory-search{width:100%}}

/* === 2026 vivid seller portal redesign === */
body:has(.seller-portal){background:#fff!important}
.seller-portal{position:relative;overflow:hidden;background:#fff!important}
.seller-portal:before{content:'';position:absolute;z-index:0;top:720px;left:-120px;width:360px;height:360px;border-radius:50%;background:#00d9ff18;filter:blur(2px);pointer-events:none}
.seller-portal .portal-hero{position:relative;z-index:1;max-width:1360px!important;padding:20px 28px 54px!important;background:#fff!important}
.seller-portal .portal-hero-grid{position:relative;min-height:650px!important;grid-template-columns:1.02fr .98fr!important;gap:0!important;border:0!important;border-radius:38px!important;background:radial-gradient(circle at 8% 12%,#00d9ff4f,transparent 25%),radial-gradient(circle at 78% 0,#8b5cff66,transparent 32%),linear-gradient(140deg,#0759ff 0%,#1737c8 53%,#6426d7 100%)!important;box-shadow:0 34px 80px #123ecb2e!important}
.seller-portal .portal-hero-grid:before{content:'';position:absolute;inset:12px;border:1px solid #ffffff24;border-radius:30px;pointer-events:none}
.seller-portal .hero-inner{padding:74px 44px 72px 72px!important;color:#fff!important}
.seller-portal .portal-hero .eyebrow{color:#fff!important;background:#ffffff15!important;border-color:#ffffff42!important}
.seller-portal .portal-hero .eyebrow:before{background:#ff9b42!important}
.seller-portal .portal-hero h1{max-width:650px!important;margin:26px 0 20px!important;color:#fff!important;font-size:clamp(54px,5.7vw,86px)!important;line-height:.92!important;letter-spacing:-.065em!important;text-wrap:balance}
.seller-portal .portal-hero .hero-inner>p{max-width:580px!important;color:#fff!important;font-size:17px!important;line-height:1.7!important;opacity:.92}
.seller-portal .seller-primary{color:#fff!important;background:linear-gradient(135deg,#ff8a00,#ff3d00)!important;box-shadow:0 15px 32px #ff3d0045!important}
.seller-portal .seller-secondary{color:#fff!important;border-color:#ffffff75!important;background:#ffffff14!important;backdrop-filter:blur(8px)}
.seller-portal .seller-secondary:hover{background:#ffffff25!important}
.seller-portal .portal-trust{color:#fff!important;opacity:.95}
.seller-portal .portal-trust span:before{color:#ffb65f!important}
.seller-portal .portal-hero-art{position:relative!important;display:grid!important;min-height:650px!important;height:650px!important;overflow:hidden!important;background:transparent!important}
.seller-portal .portal-hero-art>img,.seller-portal .portal-hero-art>.portal-hero-chip{display:none!important}
.seller-portal .portal-hero-art:before,.seller-portal .portal-hero-art:after{display:none!important}
.city-scene{position:relative;isolation:isolate;overflow:hidden;width:100%;height:100%;background:radial-gradient(circle at 72% 22%,#fff59d 0 7%,transparent 7.5%),linear-gradient(155deg,#ff5c35 0%,#ff8a00 42%,#ffc400 100%)}
.city-scene:before{content:'';position:absolute;z-index:-1;left:-8%;right:-8%;bottom:0;height:31%;border-radius:52% 52% 0 0;background:#00bfe7}
.city-scene:after{content:'';position:absolute;z-index:-1;left:-8%;right:-8%;bottom:-2px;height:18%;background:#071634;clip-path:polygon(0 30%,100% 0,100% 100%,0 100%)}
.scene-orb{position:absolute;border:1px solid #ffffff66;border-radius:50%;box-shadow:0 0 0 26px #ffffff12,0 0 0 55px #ffffff0b}
.orb-one{right:4%;top:8%;width:120px;height:120px;animation:orb-float 5s ease-in-out infinite}
.orb-two{left:6%;top:18%;width:62px;height:62px;animation:orb-float 4s ease-in-out -1.4s infinite reverse}
.city-skyline{position:absolute;left:2%;right:2%;bottom:28%;display:flex;align-items:end;justify-content:center;gap:10px;height:170px;opacity:.22}
.city-skyline i{display:block;width:13%;border:2px solid #fff;border-bottom:0;background:linear-gradient(#ffffff35,#ffffff08)}
.city-skyline i:nth-child(1){height:34%}.city-skyline i:nth-child(2){height:58%}.city-skyline i:nth-child(3){height:82%}.city-skyline i:nth-child(4){height:48%}.city-skyline i:nth-child(5){height:72%}.city-skyline i:nth-child(6){height:42%}
.motion-cloud{position:absolute;width:80px;height:22px;border-radius:30px;background:#fff;opacity:.55;animation:cloud-drift 8s linear infinite}
.motion-cloud:before,.motion-cloud:after{content:'';position:absolute;bottom:0;border-radius:50%;background:#fff}.motion-cloud:before{left:12px;width:35px;height:35px}.motion-cloud:after{right:10px;width:28px;height:28px}
.cloud-one{left:-90px;top:24%;animation-duration:9s}.cloud-two{left:-110px;top:38%;transform:scale(.65);animation-duration:7s;animation-delay:-3s}
.family-car{position:absolute;z-index:5;left:50%;bottom:20%;width:390px;height:205px;transform:translateX(-50%);animation:car-bob 1.25s ease-in-out infinite}
.car-shadow{position:absolute;left:48px;right:25px;bottom:3px;height:28px;border-radius:50%;background:#02081745;filter:blur(8px);animation:shadow-pulse 1.25s ease-in-out infinite}
.car-body{position:absolute;left:8px;right:8px;bottom:34px;height:100px;border:5px solid #071634;border-radius:47px 75px 30px 27px;background:linear-gradient(165deg,#fff 0 54%,#dff8ff 55% 100%);box-shadow:inset 0 -12px 0 #00c8f2,0 12px 0 #071634}
.car-roof{position:absolute;left:78px;top:-77px;width:235px;height:90px;border:5px solid #071634;border-bottom:0;border-radius:75px 88px 0 0;background:#fff;transform:skewX(-8deg)}
.car-window{position:absolute;top:-63px;height:64px;border:4px solid #071634;background:linear-gradient(145deg,#93ecff,#1667c7)}
.window-front{left:196px;width:108px;border-radius:8px 58px 5px 5px;transform:skewX(9deg)}
.window-back{left:91px;width:98px;border-radius:45px 5px 5px 5px;transform:skewX(-7deg)}
.car-light{position:absolute;right:2px;top:35px;width:26px;height:20px;border:3px solid #071634;border-radius:12px 18px 8px 10px;background:#fff56d;box-shadow:12px 0 25px #fff56d}
.car-handle{position:absolute;left:188px;top:20px;width:28px;height:7px;border-radius:8px;background:#0759ff}
.car-bumper{position:absolute;right:-13px;bottom:5px;width:38px;height:17px;border:4px solid #071634;border-radius:9px;background:#ff5a24}
.wheel{position:absolute;z-index:7;bottom:13px;width:72px;height:72px;border:10px solid #071634;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 6px #0759ff;animation:wheel-spin .75s linear infinite}
.wheel i{position:absolute;inset:16px;border-radius:50%;background:#ff7900}.wheel i:before,.wheel i:after{content:'';position:absolute;left:50%;top:50%;width:34px;height:5px;border-radius:4px;background:#fff;transform:translate(-50%,-50%)}.wheel i:after{transform:translate(-50%,-50%) rotate(90deg)}
.wheel-left{left:67px}.wheel-right{right:47px}
.moving-road{position:absolute;z-index:3;left:0;right:0;bottom:7%;display:flex;gap:70px;overflow:hidden;transform:skewY(-2deg)}
.moving-road i{flex:0 0 115px;height:9px;border-radius:8px;background:#fff;animation:road-move 1.1s linear infinite}
.scene-card{position:absolute;z-index:8;right:24px;top:28px;padding:14px 17px;border:1px solid #ffffffa8;border-radius:15px;color:#fff!important;background:#0759ffd9;box-shadow:0 16px 35px #07163428;backdrop-filter:blur(8px);animation:card-float 3s ease-in-out infinite}
.scene-card span,.scene-card b{display:block;color:#fff!important}.scene-card span{font-size:8px;font-weight:800;letter-spacing:.14em}.scene-card b{margin-top:5px;font-size:12px}
.seller-portal .seller-flow{position:relative;z-index:1;margin-top:24px!important;border:0!important;background:radial-gradient(circle at 92% 10%,#00d9ff4f,transparent 30%),linear-gradient(135deg,#071634,#123ab3 58%,#6027d5)!important;box-shadow:0 28px 65px #102d8024}
.seller-portal .seller-flow,.seller-portal .seller-flow h2,.seller-portal .seller-flow h3,.seller-portal .seller-flow p{color:#fff!important}
.seller-portal .seller-flow-grid article{border-color:#ffffff2b!important;background:#ffffff0d!important}
.seller-portal .seller-flow-grid article:hover{transform:translateY(-5px);background:#ffffff18!important;transition:.25s}
.seller-portal .agent-directory{position:relative;z-index:1;margin-top:76px;padding-top:82px!important;padding-bottom:92px!important;background:radial-gradient(circle at 6% 12%,#00dcff55,transparent 22%),radial-gradient(circle at 96% 85%,#792cff4d,transparent 26%),linear-gradient(145deg,#0759ff,#123ac2 58%,#5a25d3)!important}
.seller-portal .agent-directory:before{content:'';position:absolute;inset:18px;border:1px solid #ffffff22;border-radius:28px;pointer-events:none}
.seller-portal .agent-directory .eyebrow,.seller-portal .agent-directory h2,.seller-portal .agent-directory .section-caption,.seller-portal .agent-directory>.topline>.location{color:#fff!important}
.seller-portal .agent-directory .section-caption{opacity:.9}
.seller-portal .seller-directory-search{position:relative;border:0!important;background:#fff!important;box-shadow:0 18px 44px #04184d32!important}
.seller-portal .agent-portal-card{border:0!important;border-radius:24px!important;background:#fff!important;box-shadow:0 18px 45px #04184d26!important;transition:.28s cubic-bezier(.2,.8,.2,1)!important}
.seller-portal .agent-portal-card:hover{transform:translateY(-9px) rotate(-.5deg)!important;box-shadow:0 28px 65px #04184d42!important}
.seller-portal .agent-cover{background:linear-gradient(135deg,#00c8ef,#0759ff 58%,#6b2bdd)!important}
.seller-portal .agent-card-body h3,.seller-portal .agent-card-body p,.seller-portal .agent-card-body>div span{color:#071634!important}
.seller-portal .join-agent{background:radial-gradient(circle at 92% 8%,#fff06b35,transparent 30%),linear-gradient(135deg,#ff7900,#ff3d00 72%,#e82b74)!important;box-shadow:0 30px 70px #ff4d0036!important}
.seller-portal .join-agent,.seller-portal .join-agent h2,.seller-portal .join-agent p,.seller-portal .join-agent span{color:#fff!important}
.seller-portal .join-benefits a{color:#fff!important;background:#0759ff!important;box-shadow:0 12px 27px #092e9638}
@keyframes car-bob{0%,100%{transform:translateX(-50%) translateY(0) rotate(-.5deg)}50%{transform:translateX(-50%) translateY(-7px) rotate(.5deg)}}
@keyframes shadow-pulse{0%,100%{transform:scaleX(1);opacity:.55}50%{transform:scaleX(.88);opacity:.35}}
@keyframes wheel-spin{to{transform:rotate(360deg)}}
@keyframes road-move{from{transform:translateX(0)}to{transform:translateX(-185px)}}
@keyframes cloud-drift{from{translate:0 0}to{translate:760px 0}}
@keyframes orb-float{0%,100%{transform:translateY(0)}50%{transform:translateY(14px)}}
@keyframes card-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(8px) rotate(1deg)}}
@media(max-width:1000px){.seller-portal .hero-inner{padding-left:48px!important}.family-car{width:330px;transform:translateX(-50%) scale(.9)}}
@media(max-width:780px){.seller-portal .portal-hero-grid{display:flex!important;min-height:0!important}.seller-portal .hero-inner{padding:48px 25px 36px!important}.seller-portal .portal-hero h1{font-size:48px!important;line-height:.96!important}.seller-portal .portal-hero-art{min-height:390px!important;height:390px!important}.family-car{bottom:18%;transform:translateX(-50%) scale(.82)}.scene-card{right:14px;top:14px}.seller-portal .seller-flow{margin-left:14px!important;margin-right:14px!important}.seller-portal .agent-directory{margin-top:45px;padding-left:18px!important;padding-right:18px!important}.seller-portal .agent-directory:before{inset:9px}.seller-portal .join-agent{margin-left:14px!important;margin-right:14px!important}}
@media(max-width:480px){.seller-portal .portal-hero{padding:8px 10px 34px!important}.seller-portal .portal-hero-grid{border-radius:26px!important}.seller-portal .portal-hero-grid:before{inset:7px;border-radius:21px}.seller-portal .portal-hero h1{font-size:43px!important}.seller-portal .portal-hero .hero-inner>p{font-size:14px!important}.seller-portal .portal-hero-art{height:340px!important;min-height:340px!important}.family-car{left:50%;bottom:18%;transform:translateX(-50%) scale(.7)}.scene-card{display:none}.seller-portal .seller-flow{padding:35px 21px}.seller-portal .agent-directory{border-radius:0!important}.seller-portal .agent-portal-grid{grid-template-columns:1fr!important}.seller-portal .agent-portal-card{display:grid!important;grid-template-columns:128px 1fr!important}.seller-portal .agent-cover{min-height:175px!important;height:100%!important}.seller-portal .agent-card-body{padding:24px 15px 15px 30px!important}}
@media(prefers-reduced-motion:reduce){.family-car,.wheel,.moving-road i,.motion-cloud,.scene-orb,.scene-card{animation:none!important}}

/* === Calm blue-white homepage === */
body:has(.seller-portal){background:#fff!important;color:#0a2453!important}
.seller-portal{background:#fff!important;color:#0a2453!important;overflow:hidden}
.seller-portal:before,.seller-portal .portal-hero-grid:before,.seller-portal .agent-directory:before{display:none!important}
.seller-portal .portal-hero{width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:34px 28px 70px!important;background:#fff!important}
.seller-portal .portal-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr)!important;gap:48px!important;align-items:center!important;min-height:560px!important;padding:34px!important;border:1px solid #dbe8ff!important;border-radius:26px!important;background:#f3f7ff!important;box-shadow:none!important;overflow:hidden!important}
.seller-portal .hero-inner{position:relative!important;z-index:2!important;padding:34px 0 34px 30px!important;color:#0a2453!important}
.seller-portal .portal-hero .eyebrow{display:inline-flex!important;color:#0759d9!important;background:#fff!important;border:1px solid #cbdcff!important;box-shadow:none!important}
.seller-portal .portal-hero .eyebrow:before{background:#0759d9!important}
.seller-portal .portal-hero h1{max-width:650px!important;margin:24px 0 18px!important;color:#08204b!important;font-size:clamp(48px,5vw,68px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-shadow:none!important}
.seller-portal .portal-hero .hero-inner>p{max-width:590px!important;color:#31517f!important;font-size:17px!important;line-height:1.7!important}
.seller-portal .seller-hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:30px!important}
.seller-portal .seller-primary,.seller-portal .seller-secondary{min-height:50px!important;padding:0 22px!important;border-radius:10px!important;font-weight:800!important;box-shadow:none!important;transform:none!important}
.seller-portal .seller-primary{color:#fff!important;background:#0759d9!important;border:1px solid #0759d9!important}
.seller-portal .seller-primary:hover{background:#0649b4!important;border-color:#0649b4!important;transform:translateY(-2px)!important}
.seller-portal .seller-secondary{color:#0759d9!important;background:#fff!important;border:1px solid #a9c5fa!important}
.seller-portal .seller-secondary:hover{background:#eaf2ff!important;transform:translateY(-2px)!important}
.seller-portal .portal-trust{display:flex!important;flex-wrap:wrap!important;gap:10px 20px!important;margin-top:28px!important;color:#31517f!important}
.seller-portal .portal-trust span{color:#31517f!important;font-size:12px!important}
.seller-portal .portal-trust span::before{display:none!important;content:none!important}
.seller-portal .portal-hero-art{position:relative!important;height:480px!important;min-height:480px!important;padding:0!important;border-radius:20px!important;background:#dce9ff!important;overflow:hidden!important;box-shadow:none!important}
.seller-portal .portal-hero-art img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:none!important;animation:none!important}
.seller-portal .portal-hero-art:after{display:none!important}
.seller-portal .portal-hero-chip{display:flex!important;right:18px!important;bottom:18px!important;left:18px!important;width:auto!important;padding:14px 16px!important;color:#0a2453!important;background:#fff!important;border:1px solid #d6e4ff!important;border-radius:12px!important;box-shadow:0 10px 30px #073f9d1f!important;animation:none!important}
.seller-portal .portal-hero-chip i{color:#fff!important;background:#0759d9!important}
.seller-portal .portal-hero-chip b{color:#0a2453!important}
.seller-portal .portal-hero-chip span{color:#31517f!important}
.seller-portal .seller-flow{max-width:1168px!important;margin:0 auto 74px!important;padding:48px!important;color:#0a2453!important;background:#fff!important;border:1px solid #dbe8ff!important;border-radius:22px!important;box-shadow:none!important}
.seller-portal .seller-flow .eyebrow{color:#0759d9!important}
.seller-portal .seller-flow h2,.seller-portal .seller-flow h3,.seller-portal .seller-flow p{color:#0a2453!important;text-shadow:none!important}
.seller-portal .seller-flow-grid article{padding:24px!important;background:#f3f7ff!important;border:1px solid #dbe8ff!important;border-radius:14px!important;box-shadow:none!important;transform:none!important}
.seller-portal .seller-flow-grid article:hover{background:#eaf2ff!important;transform:translateY(-3px)!important}
.seller-portal .seller-flow-grid article b{color:#0759d9!important;background:#fff!important;border:1px solid #cbdcff!important}
.seller-portal .agent-directory{position:relative!important;margin:0!important;padding:78px max(28px,calc((100vw - 1168px)/2)) 88px!important;background:#f3f7ff!important;border:0!important;border-radius:0!important;color:#0a2453!important}
.seller-portal .agent-directory .eyebrow{color:#0759d9!important}
.seller-portal .agent-directory h2{color:#0a2453!important;text-shadow:none!important}
.seller-portal .agent-directory .section-caption,.seller-portal .agent-directory>.topline>.location{color:#31517f!important;opacity:1!important}
.seller-portal .seller-directory-search{border:1px solid #cbdcff!important;background:#fff!important;border-radius:12px!important;box-shadow:none!important}
.seller-portal .seller-directory-search span{color:#0759d9!important}
.seller-portal .seller-directory-search input,.seller-portal .seller-directory-search small{color:#173969!important}
.seller-portal .agent-portal-card{overflow:hidden!important;color:#0a2453!important;background:#fff!important;border:1px solid #dbe8ff!important;border-radius:16px!important;box-shadow:none!important;transform:none!important;transition:border-color .2s,transform .2s,box-shadow .2s!important}
.seller-portal .agent-portal-card:hover{border-color:#8cb3f5!important;transform:translateY(-4px)!important;box-shadow:0 14px 32px #0746a814!important}
.seller-portal .agent-cover{background:#0759d9!important}
.seller-portal .agent-card-avatar{background:#eaf2ff!important;border-color:#fff!important}
.seller-portal .agent-available{color:#0759d9!important;background:#eaf2ff!important}
.seller-portal .agent-card-body h3{color:#0a2453!important}
.seller-portal .agent-card-body p,.seller-portal .agent-card-body>div span{color:#31517f!important}
.seller-portal .agent-card-body>div b{color:#0759d9!important}
.seller-portal .join-agent{max-width:1168px!important;margin:76px auto!important;padding:58px!important;color:#fff!important;background:#0759d9!important;border:0!important;border-radius:22px!important;box-shadow:none!important}
.seller-portal .join-agent,.seller-portal .join-agent h2,.seller-portal .join-agent p,.seller-portal .join-agent span,.seller-portal .join-agent .eyebrow{color:#fff!important}
.seller-portal .join-benefits span::before{color:#fff!important}
.seller-portal .join-benefits a{color:#0759d9!important;background:#fff!important;border:1px solid #fff!important;box-shadow:none!important}

@media(max-width:1000px){
  .seller-portal .portal-hero-grid{grid-template-columns:1fr 44%!important;gap:28px!important}
  .seller-portal .hero-inner{padding-left:12px!important}
  .seller-portal .portal-hero h1{font-size:54px!important}
  .seller-portal .seller-flow,.seller-portal .join-agent{margin-left:28px!important;margin-right:28px!important}
}
@media(max-width:780px){
  .seller-portal .portal-hero{padding:12px 16px 48px!important}
  .seller-portal .portal-hero-grid{display:flex!important;gap:0!important;padding:0!important;border-radius:20px!important}
  .seller-portal .hero-inner{padding:42px 25px 30px!important}
  .seller-portal .portal-hero h1{font-size:44px!important;line-height:1.04!important}
  .seller-portal .portal-hero-art{width:calc(100% - 24px)!important;height:330px!important;min-height:330px!important;margin:0 12px 12px!important;border-radius:14px!important}
  .seller-portal .seller-flow{margin:0 16px 52px!important;padding:34px 22px!important;border-radius:18px!important}
  .seller-portal .agent-directory{padding:58px 16px 64px!important}
  .seller-portal .join-agent{margin:52px 16px!important;padding:40px 24px!important;border-radius:18px!important}
}
@media(max-width:480px){
  .seller-portal .portal-hero{padding-left:12px!important;padding-right:12px!important}
  .seller-portal .hero-inner{padding:36px 20px 26px!important}
  .seller-portal .portal-hero h1{font-size:39px!important}
  .seller-portal .portal-hero .hero-inner>p{font-size:14px!important}
  .seller-portal .seller-hero-actions{display:grid!important;grid-template-columns:1fr!important}
  .seller-portal .seller-primary,.seller-portal .seller-secondary{justify-content:center!important;width:100%!important}
  .seller-portal .portal-trust{display:grid!important;gap:8px!important}
  .seller-portal .portal-hero-art{height:270px!important;min-height:270px!important}
  .seller-portal .portal-hero-chip{right:10px!important;bottom:10px!important;left:10px!important;padding:11px!important}
  .seller-portal .agent-portal-grid{grid-template-columns:1fr!important}
  .seller-portal .agent-portal-card{display:block!important}
  .seller-portal .agent-cover{height:180px!important;min-height:180px!important}
  .seller-portal .agent-card-body{padding:28px 18px 18px!important}
}

/* Keep inner pages in the same restrained blue-white system. */
:root{--green:#0759d9!important;--green-2:#0649b4!important;--lime:#dbe8ff!important;--cream:#f3f7ff!important;--ink:#08204b!important;--muted:#49658d!important;--line:#dbe8ff!important;--orange:#0759d9!important}
body:has(.agent-profile-hero),body:has(.property-detail),body:has(.admin),body:has(.auth-wrap){background:#fff!important;color:#08204b!important}
.agent-profile-hero{background:#0759d9!important;color:#fff!important}
.agent-profile-hero:before{background:linear-gradient(90deg,#0649b4f2,#0759d9d1)!important}
.agent-profile-hero h1,.agent-profile-hero p,.agent-profile-hero span{color:#fff!important}
.agent-active-badge{color:#0759d9!important;background:#fff!important;border-color:#fff!important;box-shadow:none!important}
.agent-active-badge i{background:#0759d9!important;box-shadow:0 0 0 4px #0759d922!important}
.agent-profile-hero .agent-wa-button,.agent-contact .wa-link,.property-detail .agent-contact .wa-link{color:#fff!important;background:#0759d9!important;box-shadow:none!important}
.agent-share-button{color:#fff!important;border-color:#ffffff73!important;background:#ffffff12!important}
.agent-share-status{color:#fff!important}
.agent-category-links button:hover,.agent-category-links button.active{color:#fff!important;border-color:#0759d9!important;background:#0759d9!important}
.property-detail{background:#f3f7ff!important}
.property-detail .detail-heading .eyebrow{color:#0759d9!important;background:#eaf2ff!important}
.property-detail .detail-price{color:#0759d9!important;background:#fff!important;border:1px solid #cbdcff!important;box-shadow:none!important}
.property-detail .detail-thumbs button:hover,.property-detail .detail-thumbs button:focus{border-color:#0759d9!important}
.property-detail .detail-layout article h2::before{background:#0759d9!important;box-shadow:0 0 0 4px #eaf2ff!important}
.property-detail .detail-description,.vehicle-detail .spec-grid>div{border-color:#dbe8ff!important;background:#fff!important}
.agent-contact{background:#fff!important;border-color:#dbe8ff!important;box-shadow:none!important}
.admin{background:#f3f7ff!important}
.side{background:#fff!important;border-color:#dbe8ff!important}
.side>a.active{color:#0759d9!important;background:#eaf2ff!important}
.table-wrap,.stat,.admin-detail-card,.vehicle-form{background:#fff!important;border-color:#dbe8ff!important;box-shadow:none!important}
.footer{color:#dbe8ff!important;background:#08204b!important}
.footer a{color:#fff!important}

/* Full-width white top navigation. */
.nav:has(+.portal-home),.nav:has(+.agent-profile-hero),.nav:has(+.property-detail){
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:max(28px,calc((100vw - 1280px)/2 + 28px))!important;
  padding-right:max(28px,calc((100vw - 1280px)/2 + 28px))!important;
  background:#fff!important;
  border-bottom:1px solid #dbe8ff!important;
  box-shadow:none!important;
}
.nav:has(+.portal-home) .nav-links .nav-login,.nav:has(+.agent-profile-hero) .nav-links .nav-login,.nav:has(+.property-detail) .nav-links .nav-login{
  color:#fff!important;
  background:#0759d9!important;
}
@media(max-width:780px){
  .nav:has(+.portal-home),.nav:has(+.agent-profile-hero),.nav:has(+.property-detail){padding-left:18px!important;padding-right:18px!important}
}

/* Stable full-width seller directory; prevents legacy six-column rules shrinking cards. */
.seller-portal .agent-directory{
  display:block!important;
  width:100vw!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
.seller-portal .agent-directory>.topline,
.seller-portal .agent-directory>.seller-directory-search,
.seller-portal .agent-directory>.agent-portal-grid,
.seller-portal .agent-directory>.empty,
.seller-portal .agent-directory>.agent-directory-loader{
  width:min(1168px,calc(100vw - 56px))!important;
  max-width:1168px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.seller-portal .agent-directory>.topline{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:30px!important}
.seller-portal .agent-directory>.topline>div{min-width:0!important}
.seller-portal .agent-directory>.topline>.location{flex:0 0 auto!important;white-space:nowrap!important}
.seller-portal .agent-directory>.seller-directory-search{margin-top:30px!important;margin-bottom:28px!important}
.seller-portal .agent-directory>.agent-portal-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(250px,280px))!important;
  justify-content:start!important;
  gap:22px!important;
}
.seller-portal .agent-directory .agent-portal-card{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
.seller-portal .agent-directory .agent-cover{height:175px!important;min-height:175px!important}
.seller-portal .agent-directory .agent-card-body{padding:34px 18px 18px!important}
.seller-portal .agent-directory .agent-card-body>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
@media(max-width:640px){
  .seller-portal .agent-directory{padding-left:16px!important;padding-right:16px!important}
  .seller-portal .agent-directory>.topline,
  .seller-portal .agent-directory>.seller-directory-search,
  .seller-portal .agent-directory>.agent-portal-grid,
  .seller-portal .agent-directory>.empty,
  .seller-portal .agent-directory>.agent-directory-loader{width:100%!important}
  .seller-portal .agent-directory>.topline{display:block!important}
  .seller-portal .agent-directory>.topline>.location{display:inline-block!important;margin-top:14px!important}
  .seller-portal .agent-directory>.agent-portal-grid{grid-template-columns:1fr!important}
  .seller-portal .agent-directory .agent-cover{height:180px!important;min-height:180px!important}
}

/* High-contrast seller profile hero — energetic, but still blue and white. */
.agent-profile-hero{position:relative!important;width:100vw!important;max-width:none!important;min-height:520px!important;margin:0!important;padding:74px max(28px,calc((100vw - 1168px)/2))!important;background:linear-gradient(118deg,#061c4f 0%,#073eae 52%,#0878f9 100%)!important;isolation:isolate!important}
.agent-profile-hero:before{content:''!important;position:absolute!important;z-index:-2!important;inset:0!important;background:radial-gradient(circle at 16% 22%,#4bb7ff45 0,transparent 28%),radial-gradient(circle at 88% 72%,#7fd8ff35 0,transparent 30%)!important;transform:none!important}
.agent-profile-hero:after{content:''!important;position:absolute!important;z-index:-1!important;right:-120px!important;bottom:-310px!important;width:620px!important;height:620px!important;border:1px solid #ffffff28!important;border-radius:50%!important;box-shadow:0 0 0 90px #ffffff09,0 0 0 180px #ffffff06!important}
.agent-profile-hero .agent-hero-inner{width:min(1168px,100%)!important;grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr)!important;gap:72px!important}
.agent-profile-hero .agent-info{gap:28px!important}
.agent-profile-hero .avatar{flex:0 0 124px!important;width:124px!important;height:124px!important;border:5px solid #fff!important;outline:5px solid #29a7ff!important;background:#fff!important;box-shadow:0 20px 45px #00163f66!important}
.agent-profile-hero .agent-active-badge{display:inline-flex!important;color:#0649b4!important;background:#fff!important;border:0!important;padding:8px 13px!important;box-shadow:0 9px 24px #001b5429!important;letter-spacing:1.4px!important}
.agent-profile-hero .agent-active-badge i{background:#1688ff!important;box-shadow:0 0 0 5px #1688ff20!important}
.agent-profile-hero h1{margin:10px 0 9px!important;color:#fff!important;font-size:clamp(54px,5.4vw,76px)!important;line-height:.95!important;letter-spacing:-.055em!important;text-shadow:0 10px 28px #00174436!important}
.agent-profile-hero .agent-identity>p{color:#dcecff!important;font-size:16px!important;font-weight:600!important}
.agent-profile-hero .agent-proof{gap:9px!important;margin-top:22px!important}
.agent-profile-hero .agent-proof span{padding:10px 13px!important;color:#fff!important;background:#ffffff12!important;border:1px solid #8fc6ff55!important;border-radius:10px!important;font-size:11px!important;font-weight:700!important}
.agent-profile-hero .agent-proof b{color:#8fdaff!important;font-size:13px!important}
.agent-profile-hero .agent-hero-actions{padding:28px!important;color:#08204b!important;background:#fff!important;border:1px solid #fff!important;border-radius:20px!important;box-shadow:0 24px 60px #00164242!important;backdrop-filter:none!important}
.agent-profile-hero .agent-hero-actions>p{margin:0 0 22px!important;color:#234574!important;font-size:15px!important;font-weight:600!important;line-height:1.7!important}
.agent-profile-hero .agent-hero-actions>div{gap:10px!important}
.agent-profile-hero .agent-hero-actions .agent-wa-button{color:#fff!important;background:#0759d9!important;border-radius:11px!important;box-shadow:0 10px 24px #0759d933!important}
.agent-profile-hero .agent-wa-button span::after{color:#fff!important}
.agent-profile-hero .agent-hero-actions .agent-share-button{color:#0759d9!important;background:#eef5ff!important;border:1px solid #b9d1fa!important;border-radius:11px!important}
.agent-profile-hero .agent-hero-actions .agent-share-button span{color:#0759d9!important}
.agent-profile-hero .agent-share-status{color:#0759d9!important}
.agent-profile-hero+.section{background:#fff!important}
.agent-profile-hero+.section .eyebrow,.agent-profile-hero+.section .price{color:#0759d9!important}
.agent-profile-hero+.section .topline h2{color:#08204b!important}
@media(max-width:900px){
  .agent-profile-hero{padding:58px 28px!important}
  .agent-profile-hero .agent-hero-inner{grid-template-columns:1fr!important;gap:32px!important}
  .agent-profile-hero .agent-hero-actions{max-width:none!important}
}
@media(max-width:620px){
  .agent-profile-hero{min-height:auto!important;padding:42px 18px!important}
  .agent-profile-hero .agent-hero-inner,.agent-profile-hero .agent-hero-actions{width:100%!important;max-width:100%!important;min-width:0!important}
  .agent-profile-hero .agent-hero-actions>p{overflow-wrap:anywhere!important}
  .agent-profile-hero .agent-info{align-items:flex-start!important;gap:16px!important}
  .agent-profile-hero .avatar{flex-basis:76px!important;width:76px!important;height:76px!important;border-width:3px!important;outline-width:3px!important}
  .agent-profile-hero h1{font-size:38px!important;letter-spacing:-.045em!important}
  .agent-profile-hero .agent-identity>p{font-size:12px!important}
  .agent-profile-hero .agent-proof{margin-left:-92px!important;margin-top:25px!important}
  .agent-profile-hero .agent-proof span{font-size:9px!important;padding:8px!important}
  .agent-profile-hero .agent-hero-actions{padding:21px!important;border-radius:16px!important}
  .agent-profile-hero .agent-hero-actions>div{grid-template-columns:1fr!important}
}

/* Complete seller-avatar administration. */
.admin-avatar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;margin-top:28px}
.admin-avatar-card{display:flex;align-items:center;gap:17px;min-width:0;padding:20px;color:#08204b;background:#fff;border:1px solid #dbe8ff;border-radius:17px;box-shadow:0 8px 26px #063d9810;transition:.2s}
.admin-avatar-card:hover{border-color:#8cb3f5;box-shadow:0 16px 34px #063d981c;transform:translateY(-3px)}
.admin-avatar-card>img{flex:0 0 82px;width:82px;height:82px;object-fit:cover;border:4px solid #fff;outline:2px solid #80b5ff;border-radius:50%;background:#eaf2ff}
.admin-avatar-card>div{min-width:0}
.admin-avatar-card span{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.9px}
.admin-avatar-card .is-online{color:#0759d9;background:#eaf2ff}
.admin-avatar-card .is-offline{color:#49658d;background:#f3f7ff}
.admin-avatar-card h2{margin:8px 0 3px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-avatar-card p{margin:0;color:#49658d;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.admin-avatar-card small{display:block;margin-top:12px;color:#0759d9;font-size:10px;font-weight:800}
.admin-avatar-head-actions{display:flex;align-items:center;gap:10px}
.backend-ui .topbar-avatar{overflow:hidden;border-radius:50%!important}
.backend-ui .topbar-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.backend-ui .agent-avatar-preview-card{background:linear-gradient(145deg,#061c4f,#0759d9)!important;box-shadow:none!important}
.backend-ui .agent-avatar-preview-card>span{color:#9edaff!important}
.backend-ui .agent-avatar-preview-card p{color:#dcecff!important}
.backend-ui .avatar-dropzone{border-color:#9fc0f5!important;background:#f3f7ff!important}
.backend-ui .avatar-dropzone:hover{border-color:#0759d9!important;background:#eaf2ff!important}
.backend-ui .avatar-preset-grid input:checked+img{border-color:#0759d9!important;box-shadow:0 0 0 4px #0759d91a!important}
@media(max-width:760px){.admin-avatar-grid{grid-template-columns:1fr}.admin-avatar-head-actions{width:100%;flex-wrap:wrap}.admin-avatar-head-actions a{flex:1;text-align:center}.backend-ui .agent-avatar-settings{grid-template-columns:1fr!important}}
