@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#172b29;--ink2:#344c48;--muted:#77827d;--cream:#f7f6f2;--paper:#fff;--line:#e8e7e0;--green:#1e4941;--green2:#286359;--sage:#dfe9e3;--gold:#c3a56e;--gold2:#e3d4b8;--rose:#c67d68;--shadow:0 12px 36px rgba(24,46,41,.08);--radius:4px;--font:'IBM Plex Sans Arabic',Tahoma,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.75}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(1200px,calc(100% - 56px));margin-inline:auto}.topline{background:var(--ink);color:#dae2dd;font-size:11px;letter-spacing:.1px}.topline-inner{height:35px;display:flex;justify-content:space-between;align-items:center}.topline-inner>div{display:flex;gap:14px;align-items:center}.topline a{color:#e6d8be}.top-divider{height:13px;width:1px;background:#57706a}.site-header{height:87px;background:#fbfaf7;position:relative;z-index:20;border-bottom:1px solid rgba(28,55,48,.06)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;background:var(--green);color:#f6f3e9;border-radius:50%}.brand-mark svg{width:29px;height:29px}.brand-text{display:flex;flex-direction:column;line-height:1.25}.brand-text b{font-size:19px;font-weight:600;letter-spacing:-.35px}.brand-text small{font-size:10px;color:var(--muted);letter-spacing:.6px;margin-top:4px}.main-nav{display:flex;align-items:center;gap:29px;font-size:13px;color:#58645f}.main-nav a{position:relative;padding:11px 0;transition:color .2s}.main-nav a:hover,.main-nav a.active{color:var(--green)}.main-nav a.active:after{content:"";position:absolute;bottom:3px;right:0;width:17px;height:2px;background:var(--gold)}.header-actions{display:flex;align-items:center;gap:19px}.login-link{font-size:12px;color:var(--ink2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid transparent;border-radius:2px;padding:11px 20px;font-size:12px;font-weight:500;transition:background .2s,color .2s,border .2s;line-height:1.5}.btn span{font-size:18px;font-family:Arial;line-height:1}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green2)}.btn-header{padding:10px 15px;font-size:11px;gap:11px}.btn-outline{background:transparent;border-color:#b8c3bc;color:var(--green)}.btn-outline:hover{border-color:var(--green);background:#eff3ef}.btn-light{background:#f5f2e8;color:var(--green);padding:13px 22px}.btn-light:hover{background:#fff}.header-user{display:flex;align-items:center;gap:7px;font-size:12px}.avatar-mini{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e4ebe5;color:var(--green)}.header-notice{position:relative;font-size:20px;color:var(--ink2)}.header-notice i{position:absolute;top:-5px;right:-6px;min-width:15px;height:15px;padding:0 3px;border-radius:10px;background:var(--rose);color:#fff;font-size:9px;font-style:normal;text-align:center}.menu-toggle{display:none;border:0;background:transparent;color:var(--green);font-size:22px}.hero{height:552px;position:relative;overflow:hidden;background:#30423d;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=90') center 49%/cover no-repeat;transform:scale(1.02);animation:heroIn 1.3s ease-out both}.hero-shade{background:linear-gradient(270deg,rgba(15,34,30,.8) 0%,rgba(19,40,35,.66) 33%,rgba(18,39,34,.1) 72%),linear-gradient(0deg,rgba(15,28,25,.2),transparent 55%)}.hero-content{position:relative;z-index:1;padding-top:91px}.eyebrow{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.5px;color:#81938a;text-transform:none}.eyebrow i{display:inline-block;width:19px;height:1px;background:var(--gold)}.eyebrow-light{color:#d1d6cd}.hero h1{font-weight:400;font-size:61px;line-height:1.25;letter-spacing:-2.5px;margin:20px 0 13px;color:#fff}.hero h1 em,.story-copy h2 em,.numbers-intro em,.cta-box h2 em,.page-hero h1 em{font-family:'Playfair Display',serif;font-weight:500;letter-spacing:-1px;color:#d8c29d}.hero-content>p{font-size:14px;color:#e0e4df;max-width:390px;margin:0 0 25px}.hero-link{display:inline-flex;align-items:center;gap:18px;color:#e3d3b5;font-size:13px;border-bottom:1px solid rgba(221,202,166,.52);padding-bottom:8px}.hero-link span,.text-link span{font-family:Arial;font-size:18px}.hero-note{position:absolute;top:389px;right:0;display:flex;align-items:center;gap:12px;font-size:10px;color:rgba(241,240,229,.72)}.hero-note-line{height:1px;width:36px;background:var(--gold)}.hero-side-label{position:absolute;left:28px;bottom:40px;z-index:2;writing-mode:vertical-rl;transform:rotate(180deg);font-size:10px;letter-spacing:2px;color:rgba(255,255,255,.65)}.hero-side-label span{color:#d4c3a0}.search-section{position:relative;z-index:2;margin-top:-39px}.search-panel{background:#fbfaf7;box-shadow:0 10px 40px rgba(18,35,31,.13);padding:20px 25px;display:grid;grid-template-columns:1.35fr 1fr 1fr .9fr auto;gap:18px;align-items:center}.search-heading{display:flex;align-items:center;gap:13px}.search-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e9efe9;color:var(--green);font-size:28px;font-family:Arial}.search-heading div{display:flex;flex-direction:column;line-height:1.55}.search-heading b{font-size:12px;font-weight:600}.search-heading small{font-size:10px;color:#8a928d}.search-panel label,.filter-form label{font-size:10px;color:#65716c;display:flex;flex-direction:column;gap:4px}.search-panel select,.filter-form select,.filter-form input{border:0;border-bottom:1px solid #d9ddd6;background:transparent;border-radius:0;padding:4px 0 7px;color:var(--ink);font-size:12px;outline:none}.search-panel select:focus,.filter-form select:focus,.filter-form input:focus{border-color:var(--green)}.search-button{white-space:nowrap;padding:12px 18px}.section{padding:92px 0}.featured-section{padding-top:96px;padding-bottom:94px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:33px}.section-heading h2,.story-copy h2{font-size:32px;font-weight:500;line-height:1.4;letter-spacing:-.8px;margin:9px 0}.section-heading h2 em,.story-copy h2 em{color:var(--green2);font-family:'Playfair Display',serif}.section-heading p{margin:0;color:#7d8983;font-size:12px}.text-link{display:inline-flex;gap:13px;align-items:center;color:var(--green);font-size:11px;white-space:nowrap;padding-bottom:5px;border-bottom:1px solid #c3cbc4}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.property-card{background:#fff;min-width:0;box-shadow:0 5px 25px rgba(27,48,42,.045);transition:transform .3s,box-shadow .3s}.property-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.property-photo{height:224px;display:block;position:relative;overflow:hidden;background:#e2e5df}.property-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.property-card:hover .property-photo img{transform:scale(1.045)}.badge{display:inline-flex;align-items:center;justify-content:center}.badge-light{position:absolute;top:14px;right:14px;padding:5px 11px;background:rgba(250,249,244,.95);font-size:10px;color:var(--green)}.card-heart{position:absolute;top:11px;left:14px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.87);color:var(--gold);font-size:15px}.property-card-body{padding:18px 18px 15px}.property-location{display:flex;align-items:center;gap:6px;color:#7e8b84;font-size:10px}.pin-icon{color:var(--gold);font-size:17px}.property-card h3{font-size:15px;font-weight:500;margin:4px 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-spec{display:flex;align-items:center;gap:17px;color:#829088;font-size:10px;border-bottom:1px solid #edf0ea;padding-bottom:13px}.property-price{display:flex;align-items:center;justify-content:space-between;padding-top:13px}.property-price>b{font-size:14px;font-weight:600;color:var(--green)}.inline-form{display:inline-flex;align-items:center;gap:7px}.icon-button{border:0;background:#f3f5f0;width:31px;height:31px;border-radius:50%;color:var(--green);font-size:19px;display:grid;place-items:center}.icon-button:hover{background:#e7eee8}.story-section{background:#efeee8;padding:85px 0 88px}.story-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:90px;align-items:center}.story-image{height:435px;position:relative;padding-left:20px;padding-bottom:17px}.story-image:before{content:"";position:absolute;left:0;bottom:0;width:65%;height:82%;border:1px solid #c1ad85}.story-image img{position:relative;width:100%;height:100%;object-fit:cover}.story-stamp{position:absolute;right:-30px;bottom:37px;background:#f8f6ed;width:110px;height:110px;border:1px solid #e1d4ba;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--green);transform:rotate(-8deg)}.story-stamp b{font-size:15px;font-weight:500}.story-stamp small{font-size:10px;color:#887751}.story-copy{padding-left:5px}.story-copy h2{font-size:34px;margin:14px 0 13px}.story-copy>p{font-size:12px;color:#77847e;line-height:2;margin:0 0 21px;max-width:450px}.story-points{margin:0 0 22px}.story-points>div{display:flex;align-items:center;gap:14px;border-bottom:1px solid #dedfd8;padding:11px 0}.story-points>div>b{font-family:'Playfair Display',serif;color:var(--gold);font-size:17px;font-weight:500}.story-points span{display:flex;flex-direction:column;line-height:1.5}.story-points strong{font-size:11px;font-weight:600}.story-points small{font-size:10px;color:#858e88}.numbers-section{background:var(--green);padding:54px 0;color:#fff}.numbers-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:25px;align-items:center}.numbers-intro h2{font-size:22px;font-weight:400;line-height:1.55;margin:11px 0 0}.numbers-intro em{color:#d6c39e}.number-item{min-height:89px;border-right:1px solid rgba(255,255,255,.2);padding-right:27px;display:flex;flex-direction:column}.number-item b{font-family:'Playfair Display',serif;font-size:34px;font-weight:500;color:#e1d2b3;line-height:1.1}.number-item span{font-size:12px;margin-top:5px}.number-item small{font-size:9px;color:#becbc2}.cta-section{padding:78px 0}.cta-box{background:#273e39;min-height:261px;color:#fff;padding:44px 55px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-box:before{content:"⌂";position:absolute;left:33%;top:-110px;font-family:serif;font-size:370px;color:rgba(229,229,210,.035);line-height:1}.cta-box>div,.cta-actions{position:relative}.cta-box h2{font-size:29px;font-weight:400;line-height:1.5;margin:11px 0 3px}.cta-box h2 em{color:#d6c39e}.cta-box p{font-size:11px;color:#c5d0c9;margin:0}.cta-actions{display:flex;align-items:center;gap:29px}.cta-phone{display:flex;align-items:center;gap:10px;color:#e4d4b5;font-size:19px}.cta-phone span{display:flex;flex-direction:column;font-size:9px;color:#d2d7cf;line-height:1.5}.cta-phone strong{font-family:Arial,sans-serif;font-size:14px;direction:ltr}.site-footer{background:#172b29;color:#e5e9e3;padding-top:54px}.footer-main{display:grid;grid-template-columns:1.55fr .8fr .8fr 1fr;gap:35px;padding-bottom:38px}.brand-light .brand-mark{background:#e1d2b3;color:var(--green)}.brand-light .brand-text small{color:#aebbb3}.brand-light .brand-text b{color:#fff}.footer-brand>p,.footer-contact p{font-size:10px;color:#abb9b0;line-height:2;margin-top:16px}.footer-col,.footer-contact{display:flex;flex-direction:column;gap:8px;font-size:10px}.footer-col>b,.footer-contact>b{font-size:12px;color:#e6d7b7;margin-bottom:5px}.footer-col a,.footer-contact>a{color:#b9c4bd}.footer-contact>a{font-family:Arial,var(--font);direction:ltr;text-align:right}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);min-height:47px;display:flex;justify-content:space-between;align-items:center;color:#96a79c;font-size:9px}.page-hero{padding:61px 0 49px;background:#efeee8}.page-hero h1{font-weight:500;font-size:39px;margin:9px 0 4px}.page-hero h1 em{color:var(--green2)}.page-hero p{font-size:12px;color:#76827c;margin:0}.crumb{display:flex;gap:9px;align-items:center;margin-top:22px;color:#8a958e;font-size:10px}.crumb a{color:var(--green)}.listings-section{padding:48px 0 67px}.listing-layout{display:grid;grid-template-columns:245px 1fr;gap:29px;align-items:start}.filter-card{background:#fff;padding:21px 20px;box-shadow:0 3px 18px rgba(20,40,35,.045)}.filter-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--line)}.filter-title b{font-size:14px;font-weight:500}.filter-title span{font-size:20px;color:var(--gold)}.filter-form{display:flex;flex-direction:column;gap:17px;padding-top:17px}.filter-form label{font-size:10px}.filter-form select,.filter-form input{font-size:11px;padding:7px 0}.filter-form .btn{margin-top:2px}.reset-link{font-size:10px;text-align:center;color:#87928c}.filter-help{border-top:1px solid var(--line);margin-top:20px;padding-top:15px;display:flex;gap:9px}.filter-help>span{color:var(--gold);font-size:20px}.filter-help p{margin:0;font-size:9px;color:#8a938c}.filter-help a{color:var(--green);text-decoration:underline}.listing-main{min-width:0}.results-bar{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#79857e;padding:0 1px 14px}.results-bar>span:first-child b{background:#e5ebe5;color:var(--green);border-radius:20px;padding:1px 8px;margin-right:3px}.results-bar strong{color:var(--ink);font-weight:500}.property-grid-list{grid-template-columns:repeat(2,1fr);gap:17px}.property-grid-list .property-photo{height:207px}.property-grid-list .property-card-body{padding:15px}.property-grid-list .property-spec{gap:12px}.empty-state{text-align:center;background:#fff;padding:58px 25px;box-shadow:0 3px 20px rgba(28,49,42,.04)}.empty-state>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#eaf0eb;color:var(--green);font-size:25px;margin:0 auto 13px}.empty-state h3,.empty-state h1{font-size:20px;font-weight:500;margin:5px 0}.empty-state p{color:#818d85;font-size:12px;margin:3px 0 17px}.map-section{padding:65px 0 80px;background:#efeee8}.section-heading.compact{align-items:center;margin-bottom:18px}.section-heading.compact h2{font-size:26px;margin-bottom:0}.map-attrib-note{font-size:10px;color:#76827a}.map-frame{height:400px;border:1px solid #d7ded8;background:#e7ece6;z-index:1}.map-frame-detail{height:295px;margin-top:25px}.leaflet-popup-content-wrapper{border-radius:3px!important}.map-popup{min-width:160px}.map-popup img{width:100%;height:84px;object-fit:cover;margin-bottom:6px}.map-popup b{display:block;font-size:12px}.map-popup span{font-size:10px;color:#60736a}.property-detail-section{padding:25px 0 80px}.property-detail-section>.container>.crumb{margin-top:0;margin-bottom:20px}.detail-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.detail-top h1{font-size:29px;font-weight:500;margin:3px 0}.detail-price{display:flex;flex-direction:column;align-items:flex-end}.detail-price small{font-size:10px;color:#859189}.detail-price b{font-size:23px;color:var(--green)}.detail-image{position:relative;height:475px;background:#e5e8e2}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-image .badge{top:20px;right:20px}.detail-columns{display:grid;grid-template-columns:1fr 340px;gap:35px;margin-top:27px}.detail-specs{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line)}.detail-specs>div{padding:15px 18px;display:flex;flex-direction:column;border-left:1px solid var(--line)}.detail-specs>div:last-child{border-left:0}.detail-specs span{font-size:10px;color:#859088}.detail-specs b{font-size:13px;font-weight:500;margin-top:3px}.detail-copy{padding:25px 0 5px}.detail-copy h2{font-size:17px;font-weight:500;margin:0 0 7px}.detail-copy p{font-size:12px;color:#717e76;line-height:2}.contact-card{padding:23px 22px;background:#fff;box-shadow:var(--shadow);height:max-content}.contact-card h3{font-size:20px;font-weight:500;margin:7px 0 2px}.contact-card>p{font-size:10px;color:#859088;margin:0 0 13px}.stack-form{display:flex;flex-direction:column;gap:12px}.stack-form label{display:flex;flex-direction:column;gap:4px;font-size:10px;color:#53645c}.stack-form input,.stack-form select,.stack-form textarea,.property-form input,.property-form select,.property-form textarea{border:1px solid #dce1db;border-radius:2px;background:#fcfcfa;padding:9px 10px;outline:none;color:var(--ink);font-size:12px;width:100%}.stack-form input:focus,.stack-form textarea:focus,.stack-form select:focus,.property-form input:focus,.property-form textarea:focus,.property-form select:focus{border-color:#6b8a7a;box-shadow:0 0 0 2px rgba(80,119,100,.08)}.stack-form textarea,.property-form textarea{resize:vertical}.stack-form .btn{margin-top:1px}.call-card{margin-top:17px;padding:11px;background:#eff3ef;display:flex;align-items:center;gap:11px;color:var(--green);font-size:19px}.call-card span{display:flex;flex-direction:column;font-size:9px;color:#77877c}.call-card strong{font:600 14px Arial;direction:ltr}.auth-section{min-height:610px;display:grid;grid-template-columns:1fr 1fr;background:#fff}.auth-visual{position:relative;min-height:610px;overflow:hidden;background:#30423d}.auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,32,28,.81),rgba(20,41,35,.05) 80%)}.auth-visual img{position:absolute;width:100%;height:100%;object-fit:cover}.auth-visual-copy{position:absolute;z-index:1;bottom:69px;right:max(calc((100vw - 1200px)/2),40px);color:#fff}.auth-visual-copy h2{font-size:39px;font-weight:400;line-height:1.3;margin:13px 0 6px}.auth-visual-copy h2 em{font-family:'Playfair Display',serif;color:#decba9}.auth-visual-copy p{font-size:12px;color:#d1dad3}.auth-form-side{display:grid;place-items:center;padding:44px 25px}.auth-form-wrap{width:min(390px,100%)}.auth-form-wrap>.brand{margin-bottom:47px}.auth-form-wrap h1{font-size:30px;font-weight:500;margin:7px 0}.auth-form-wrap>p{font-size:12px;color:#869188;margin:0 0 20px}.auth-form-wrap .stack-form{gap:15px}.auth-form-wrap .stack-form label{font-size:11px}.optional{font-size:9px;color:#9ca79e}.form-hint{font-size:9px;color:#8c988f}.btn-wide{width:100%;margin-top:5px;padding:12px}.auth-switch{font-size:10px;color:#849087;text-align:center;margin-top:18px}.auth-switch a{color:var(--green);font-weight:600}.back-home{display:block;margin-top:33px;text-align:center;color:#849087;font-size:10px}.demo-banner{background:#eff2e8;border-right:3px solid var(--gold);margin:15px auto 0;padding:8px 13px;color:#606f65;font-size:10px}.demo-banner span{color:var(--gold);margin-left:5px}.demo-banner a{color:var(--green);text-decoration:underline}.flash-wrap{margin-top:15px}.flash{padding:10px 14px;font-size:11px;margin:8px 0}.flash-success{background:#e7f2ea;color:#315e44}.flash-error{background:#f8e9e6;color:#8a4538}.flash-info{background:#eaf0f0;color:#46635f}.dashboard-section{padding:45px 0 80px}.dashboard-layout{display:grid;grid-template-columns:235px 1fr;gap:35px;align-items:start}.dash-sidebar{background:#fff;min-height:530px;padding:22px 20px;box-shadow:0 4px 20px rgba(20,40,35,.04)}.dash-sidebar .brand-mark{width:37px;height:37px}.dash-sidebar .brand-text b{font-size:15px}.dash-sidebar .brand-text small{font-size:9px}.dash-profile{margin:27px 0 20px;padding:18px 5px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;flex-direction:column;line-height:1.5}.avatar-large{height:49px;width:49px;border-radius:50%;display:grid;place-items:center;background:#e7eee8;color:var(--green);font-size:19px;margin-bottom:9px}.dash-profile>b{font-size:12px;font-weight:500}.dash-profile>small{color:#91a096;font-size:9px}.dash-nav{display:flex;flex-direction:column;gap:4px}.dash-nav-label{font-size:9px;color:#9aa59d;margin-bottom:3px}.dash-nav>a,.logout-form button{padding:8px 9px;font-size:10px;color:#647269;display:flex;align-items:center;gap:8px}.dash-nav>a.selected{background:#edf2ec;color:var(--green)}.dash-nav>a i{font-size:9px;background:#dd8972;color:#fff;border-radius:12px;padding:0 5px;font-style:normal;margin-right:auto}.logout-form{margin-top:23px;border-top:1px solid var(--line);padding-top:12px}.logout-form button{border:0;background:transparent}.dash-content{min-width:0}.dashboard-title{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 23px}.dashboard-title h1{font-size:27px;font-weight:500;margin:4px 0}.dashboard-title p{font-size:11px;color:#879189;margin:0}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.stat-card{background:#fff;min-height:140px;padding:16px 17px;box-shadow:0 4px 16px rgba(20,40,35,.035);position:relative;display:flex;flex-direction:column}.stat-icon{position:absolute;left:16px;top:12px;color:var(--gold);font-size:18px}.stat-card small{font-size:10px;color:#7f8c83}.stat-card>b{font-size:29px;font-family:'Playfair Display',serif;font-weight:500;color:var(--green);line-height:1.3;margin-top:4px}.stat-card>a,.stat-foot{font-size:9px;color:#7b8981;margin-top:auto}.panel-card{background:#fff;padding:20px 22px;box-shadow:0 4px 20px rgba(20,40,35,.035)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel-head h2{font-size:15px;font-weight:500;margin:0}.panel-head p{font-size:10px;color:#89948b;margin:2px 0}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-actions>a{display:flex;flex-direction:column;background:#f7f8f4;padding:13px;min-height:104px}.quick-actions>a>span{color:var(--gold);font-size:18px}.quick-actions b{font-size:10px;font-weight:500}.quick-actions small{font-size:8px;color:#8a958d}.welcome-panel{display:flex;align-items:center;gap:20px;padding:28px}.welcome-mark{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#edf2ec;color:var(--green);font-size:31px}.welcome-panel h2{font-size:17px;font-weight:500;margin:0}.welcome-panel p{font-size:10px;color:#838e86;margin:2px 0 12px}.account-page{padding:48px 0 82px;min-height:440px}.account-head{margin-bottom:26px}.account-head h1{font-size:31px;font-weight:500;margin:5px 0}.account-head>p{font-size:11px;color:#829087;margin:0}.account-head .crumb{margin-top:11px}.account-columns{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}.saved-alert{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #eef0eb}.alert-dot{width:8px;height:8px;border-radius:50%;background:#c4cac5}.alert-dot.on{background:#6b9a77;box-shadow:0 0 0 3px #e4eee6}.saved-alert>div{display:flex;flex-direction:column;line-height:1.4;flex:1}.saved-alert b{font-size:10px;font-weight:500}.saved-alert small{font-size:9px;color:#869187}.small-btn,.delete-btn{border:1px solid #dce3dc;border-radius:2px;background:#fff;color:var(--green);font-size:9px;padding:5px 9px}.delete-btn{color:#a65f50;border-color:#eadbd7}.empty-inline{text-align:center;padding:25px 10px;color:#8b968d;font-size:10px}.notice-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #eef0eb}.notice-row.unread{background:#fafbf8}.notice-icon{width:35px;height:35px;border-radius:50%;background:#edf2ec;color:var(--green);display:grid;place-items:center}.notice-row>span:nth-child(2){display:flex;flex-direction:column;flex:1}.notice-row b{font-size:11px;font-weight:500}.notice-row small{font-size:9px;color:#859087}.notice-row time{font-size:9px;color:#99a39c}.table-card{padding:0}.table-card .panel-head{padding:17px 19px 0}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:10px}th,td{padding:11px 13px;text-align:right;border-top:1px solid #eef0eb;white-space:nowrap}th{color:#879188;font-weight:500;background:#fafbf8}.table-property{display:flex;align-items:center;gap:9px}.table-property img{width:43px;height:34px;object-fit:cover}.table-property b{font-size:10px;font-weight:500}.status-pill{display:inline-block;padding:3px 8px;background:#edf2ec;border-radius:15px;color:var(--green);font-size:9px}.form-panel{max-width:800px}.property-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.property-form label{display:flex;flex-direction:column;gap:4px;font-size:10px;color:#53645c}.property-form .form-span{grid-column:1/-1}.property-form .check-field{flex-direction:row;align-items:center;gap:8px}.property-form .check-field input{width:15px;height:15px;accent-color:var(--green)}.form-actions{display:flex;gap:9px;margin-top:5px}.map-settings-card{max-width:780px}.map-settings-info{display:flex;gap:15px;background:#eff3ef;padding:15px;margin-bottom:18px}.map-settings-info>span{font-size:25px;color:var(--green)}.map-settings-info b{font-size:12px}.map-settings-info p{font-size:10px;color:#758279;line-height:1.8;margin:3px 0 0}.map-settings-card .map-frame{height:250px;margin-top:21px}.messages-list{padding:4px 20px}.message-row{padding:16px 0;border-bottom:1px solid #e9ede8}.message-row:last-child{border-bottom:0}.message-top{display:flex;align-items:center;gap:11px}.message-top>b{font-size:12px}.message-top time{font-size:9px;color:#8b968e;margin-right:auto}.message-contact{display:flex;gap:14px;font-size:10px;color:#547164;margin-top:3px}.message-row>p{font-size:11px;color:#5e6d64;background:#fafbf8;padding:9px 11px;margin:10px 0}.message-row select{font-size:9px;border:1px solid #dce3dc;padding:4px}.install-body{min-height:100vh;display:grid;place-items:center;padding:25px;background:linear-gradient(135deg,#eff0e9,#e7ede6)}.install-card{width:min(480px,100%);background:#fff;padding:38px;box-shadow:var(--shadow)}.install-card>.brand{margin-bottom:28px}.install-card h1{font-size:26px;font-weight:500;margin:8px 0}.install-card>p{font-size:11px;color:#7a887f}.install-card .stack-form{margin-top:21px}.install-foot{border-top:1px solid var(--line);padding-top:13px;margin-top:25px!important;font-size:9px!important}.install-card code{direction:ltr;color:var(--green)}
@keyframes heroIn{from{transform:scale(1.08);opacity:.8}to{transform:scale(1.02);opacity:1}}
@media(max-width:1000px){.main-nav{gap:17px}.header-inner{gap:16px}.header-actions{gap:11px}.search-panel{grid-template-columns:1.3fr 1fr 1fr auto}.search-panel label:nth-of-type(3){display:none}.search-heading b{font-size:11px}.story-grid{gap:48px}.detail-columns{grid-template-columns:1fr 310px}.property-grid-list .property-photo{height:177px}}
@media(max-width:760px){.container{width:min(100% - 34px,560px)}.topline-inner{height:31px}.topline-inner>span{display:none}.topline-inner>div{width:100%;justify-content:center}.site-header{height:70px}.menu-toggle{display:block;order:-1}.main-nav{display:none;position:absolute;top:69px;right:0;left:0;background:#fbfaf7;padding:12px 23px 19px;box-shadow:0 14px 20px rgba(16,36,30,.12);flex-direction:column;align-items:stretch;gap:2px}.main-nav.open{display:flex}.main-nav a{padding:7px 0}.main-nav a.active:after{display:none}.header-inner{gap:10px}.brand-mark{width:37px;height:37px}.brand-text b{font-size:16px}.brand-text small{font-size:9px}.header-actions{margin-right:auto}.header-user>span:last-child,.login-link{display:none}.btn-header{padding:8px 10px;font-size:9px;gap:5px}.header-notice{font-size:17px}.hero{height:530px}.hero-shade{background:linear-gradient(270deg,rgba(13,32,27,.8),rgba(17,39,34,.45) 65%,rgba(18,39,34,.08))}.hero-content{padding-top:93px}.hero h1{font-size:50px}.hero-content>p{font-size:12px;max-width:320px}.hero-note{top:380px}.hero-side-label{left:12px;bottom:24px}.search-section{margin-top:-31px}.search-panel{padding:16px;grid-template-columns:1fr 1fr;gap:12px}.search-heading{grid-column:1/-1}.search-panel label:nth-of-type(3){display:flex}.search-panel label{font-size:9px}.search-panel select{font-size:11px}.search-button{grid-column:1/-1}.section,.featured-section{padding:65px 0}.section-heading{align-items:flex-start;gap:10px}.section-heading h2{font-size:26px}.section-heading p{font-size:10px;max-width:300px}.text-link{font-size:9px;margin-top:18px}.property-grid{grid-template-columns:1fr;gap:15px}.property-photo{height:235px}.property-card-body{padding:15px}.story-section{padding:55px 0}.story-grid{grid-template-columns:1fr;gap:36px}.story-image{height:310px;padding-left:12px;padding-bottom:12px;margin-left:17px}.story-stamp{width:87px;height:87px;right:-19px;bottom:27px}.story-copy h2{font-size:29px}.story-copy>p{font-size:11px}.numbers-grid{grid-template-columns:1fr 1fr;gap:22px 12px}.numbers-intro{grid-column:1/-1}.numbers-intro h2{font-size:19px}.number-item{padding-right:14px;min-height:75px}.number-item b{font-size:29px}.number-item span{font-size:10px}.number-item small{font-size:8px}.cta-section{padding:52px 0}.cta-box{padding:27px 23px;min-height:0;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.cta-box h2{font-size:25px}.cta-box p{font-size:10px}.cta-actions{gap:17px;flex-wrap:wrap}.btn-light{padding:10px 12px}.cta-phone{font-size:17px}.footer-main{grid-template-columns:1fr 1fr;gap:25px 15px}.footer-brand{grid-column:1/-1}.footer-bottom{font-size:8px;gap:12px;padding:10px 0;align-items:flex-start}.page-hero{padding:42px 0 34px}.page-hero h1{font-size:30px}.listings-section{padding:28px 0 45px}.listing-layout{grid-template-columns:1fr;gap:18px}.filter-card{padding:14px}.filter-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.filter-form .btn,.filter-form .reset-link{grid-column:1/-1}.filter-help{display:none}.results-bar{font-size:9px}.property-grid-list{grid-template-columns:1fr 1fr;gap:11px}.property-grid-list .property-photo{height:145px}.property-grid-list .property-card-body{padding:10px}.property-grid-list .property-card h3{font-size:12px;margin-bottom:8px}.property-grid-list .property-spec{font-size:8px;gap:7px;padding-bottom:8px}.property-grid-list .property-price>b{font-size:11px}.property-grid-list .badge-light{top:8px;right:8px;padding:3px 7px;font-size:8px}.property-grid-list .icon-button{width:25px;height:25px;font-size:16px}.map-section{padding:45px 0}.section-heading.compact{align-items:flex-end}.section-heading.compact h2{font-size:22px}.map-attrib-note{font-size:8px;text-align:left}.map-frame{height:300px}.detail-top{align-items:flex-start;gap:8px}.detail-top h1{font-size:21px}.detail-price b{font-size:17px}.detail-image{height:300px}.detail-columns{grid-template-columns:1fr;gap:22px}.detail-specs{grid-template-columns:1fr 1fr}.detail-specs>div:nth-child(2){border-left:0}.detail-specs>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.contact-card{order:-1}.auth-section{grid-template-columns:1fr}.auth-visual{min-height:220px;max-height:250px}.auth-visual-copy{right:23px;bottom:20px}.auth-visual-copy h2{font-size:27px;margin:5px 0}.auth-visual-copy p{font-size:9px;margin:2px 0}.auth-form-side{padding:35px 23px}.auth-form-wrap>.brand{margin-bottom:24px}.dashboard-section{padding:25px 0 55px}.dashboard-layout{grid-template-columns:1fr;gap:15px}.dash-sidebar{min-height:0;padding:14px}.dash-sidebar>.brand,.dash-profile{display:none}.dash-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.dash-nav-label{grid-column:1/-1}.logout-form{margin:3px 0 0;padding:3px 0 0;border-top:0}.dash-nav>a,.logout-form button{padding:6px;font-size:9px}.dashboard-title h1{font-size:23px}.dashboard-title p{font-size:9px}.stat-cards{gap:8px}.stat-card{padding:12px 10px;min-height:124px}.stat-card small{font-size:8px}.stat-card>b{font-size:24px}.stat-card>a,.stat-foot{font-size:8px}.stat-icon{left:9px;top:7px;font-size:15px}.panel-card{padding:15px}.quick-actions{grid-template-columns:1fr;gap:7px}.quick-actions>a{min-height:75px}.account-page{padding:33px 0 60px}.account-head h1{font-size:25px}.account-columns{grid-template-columns:1fr}.panel-head h2{font-size:13px}.form-panel{padding:14px}.property-form{grid-template-columns:1fr;gap:10px}.property-form .form-span{grid-column:auto}.table-card .panel-head{padding:13px}.table-property b{max-width:120px;overflow:hidden;text-overflow:ellipsis}.map-settings-card{padding:14px}.message-top{gap:7px}.message-top>b{font-size:10px}.message-contact{flex-direction:column;gap:3px}.message-row>p{font-size:10px}}
@media(min-width:761px) and (max-width:980px){.listing-layout{grid-template-columns:210px 1fr;gap:18px}.property-grid-list .property-photo{height:159px}.property-grid-list .property-spec{gap:7px;font-size:9px}.property-grid-list .property-card-body{padding:12px}.detail-columns{grid-template-columns:1fr 285px}.footer-main{gap:20px}}
