/* AR PROPERTIES — OAR Pulse monochrome marketplace skin
   Visual language copied from the live OAR Pulse design system:
   #f6f6f4 canvas, #151515 ink, #121212 black, white cards,
   #ecece8 borders, 14–22px radii, Arial/Helvetica typography.
   Marketplace structure remains Property Finder / Alam Al Roum inspired. */

:root{
  --ar-blue:#151515!important;
  --ar-blue-dark:#121212!important;
  --ar-ink:#151515!important;
  --ar-muted:#7c7c78!important;
  --ar-line:#ecece8!important;
  --ar-soft:#f2f2ef!important;
  --ar-soft-blue:#efefeb!important;
  --ar-white:#fff!important;
  --ar-green:#151515!important;
  --ar-shadow:0 1px 0 rgba(0,0,0,.04)!important;
  --ar-radius:22px!important;
}

html,body{background:#f6f6f4!important;color:#151515!important}
body.ar-site{font-family:Arial,"Helvetica Neue",sans-serif!important;background:#f6f6f4!important;color:#151515!important}
body.ar-site button,body.ar-site input,body.ar-site select,body.ar-site textarea{font-family:Arial,"Helvetica Neue",sans-serif!important}
body.ar-site .brand-copy strong,body.ar-site .brand-copy small{font-family:Arial,"Helvetica Neue",sans-serif!important}

/* Header — quiet OAR Pulse shell */
.site-header{background:rgba(246,246,244,.98)!important;border-bottom:1px solid #e7e7e2!important;color:#151515!important;box-shadow:none!important}
.header-inner{height:84px!important}
.desktop-nav a{color:#555!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}
.desktop-nav a:hover,.desktop-nav a.active{background:#151515!important;color:#fff!important}
.ghost-btn,.outline-btn{background:#fff!important;color:#151515!important;border:1px solid #e7e7e2!important;border-radius:14px!important}
.dark-btn,.blue-btn{background:#151515!important;color:#fff!important;border-color:#151515!important;border-radius:14px!important}
.menu-btn{background:#fff!important;border:1px solid #e7e7e2!important;border-radius:14px!important}
.menu-btn span{background:#151515!important}
.mobile-menu{background:#f6f6f4!important;border-top:1px solid #e7e7e2!important}
.mobile-menu a{color:#151515!important;border-bottom:1px solid #ecece8!important}

/* Locked official AR mark. Do not resize at breakpoints. */
.brand-mark,.brand-logo{
  width:36px!important;height:64px!important;
  min-width:36px!important;max-width:36px!important;
  min-height:64px!important;max-height:64px!important;
  flex:0 0 36px!important;aspect-ratio:9/16!important;
  object-fit:contain!important;object-position:center!important;
  transform:none!important;scale:1!important;
}
.brand-byline{color:#151515!important}
.brand-tagline{color:#8f8f89!important}

/* Hero — matte black OAR Pulse canvas + subtle radar/orbit language */
.hero-section{position:relative!important;background:#121212!important;color:#fff!important;padding:58px 0 48px!important;overflow:hidden!important}
.hero-section:before,.hero-section:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;pointer-events:none}
.hero-section:before{width:420px;height:420px;left:-120px;top:-190px}
.hero-section:after{width:260px;height:260px;left:18px;top:-108px}
.hero-layout,.search-wrap{position:relative;z-index:2}
.hero-copy{max-width:760px!important}
.eyebrow{color:#a7a7a1!important;font-size:11px!important;letter-spacing:.14em!important;font-weight:800!important}
.live-dot{background:#fff!important;box-shadow:0 0 0 4px rgba(255,255,255,.08)!important}
.hero-copy h1{color:#fff!important;letter-spacing:-.045em!important;font-weight:900!important}
.hero-copy h1 span{color:#fff!important}
.hero-copy p{color:#bcbcb6!important;line-height:1.8!important}
.hero-proof span{color:#bcbcb6!important;border-color:#2a2a2a!important}
.hero-proof b{color:#fff!important}

/* Finder-style search, OAR Pulse materials */
.search-wrap{margin-top:28px!important}
.search-card{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important;padding:10px!important}
.search-tabs{background:#f1f1ee!important;border:1px solid #e6e6e1!important;border-radius:16px!important;padding:5px!important;gap:6px!important}
.search-tabs button{background:transparent!important;color:#777!important;border:0!important;border-radius:12px!important;font-weight:800!important}
.search-tabs button:hover{color:#151515!important}
.search-tabs button.active{background:#151515!important;color:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.12)!important}
.search-field{background:#fafaf8!important;border:1px solid #e6e6e1!important;border-radius:14px!important;color:#151515!important}
.search-field:focus-within{background:#fff!important;border-color:#bdbdb7!important;box-shadow:0 0 0 4px rgba(0,0,0,.03)!important}
.search-field>span{color:#777!important}
.search-field input,.search-field select{background:transparent!important;color:#151515!important}
.search-submit{background:#151515!important;color:#fff!important;border:0!important;border-radius:14px!important;font-weight:800!important}
.search-submit:hover{background:#2a2a2a!important}

/* Stats / utilities */
.signal-strip{background:#f6f6f4!important;border-bottom:1px solid #ecece8!important}
.signal-grid>div{border-color:#ecece8!important}
.signal-grid strong{color:#151515!important}
.signal-grid span{color:#777!important}
.section{background:#f6f6f4!important}
.section-kicker{color:#8b8b86!important;letter-spacing:.13em!important;font-size:10px!important;font-weight:800!important}
.section-head h2{color:#151515!important;letter-spacing:-.035em!important}
.section-head p{color:#7c7c78!important}
.section-controls select,.view-switch,.view-switch button{border-color:#e6e6e1!important}
.view-switch{background:#f1f1ee!important;border-radius:14px!important;padding:4px!important}
.view-switch button{background:transparent!important;color:#777!important;border:0!important;border-radius:11px!important}
.view-switch button.active{background:#151515!important;color:#fff!important}
.section-controls select{background:#fff!important;color:#151515!important;border-radius:14px!important}

/* Property Finder selling pattern + OAR Pulse card system */
.property-grid{gap:18px!important}
.property-card{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important;box-shadow:none!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.property-card:hover{transform:translateY(-2px)!important;border-color:#d7d7d1!important;box-shadow:0 8px 24px rgba(0,0,0,.05)!important}
.property-media{background:#efefeb!important}
.property-badge{background:rgba(255,255,255,.94)!important;color:#151515!important;border:1px solid rgba(21,21,21,.12)!important}
.property-badge.verified{background:#151515!important;color:#fff!important;border-color:#151515!important}
.round-action{background:#fff!important;color:#151515!important;border:1px solid #e7e7e2!important}
.round-action.active{background:#151515!important;color:#fff!important;border-color:#151515!important}
.property-location,.property-mode,.property-meta{color:#777!important}
.property-title-link h3{color:#151515!important}
.property-price{color:#151515!important;font-weight:900!important}
.property-price small{color:#777!important}
.property-meta{border-color:#f0f0ed!important}
.property-footer{border-color:#f0f0ed!important}
.details-link,.compare-btn{background:#f2f2ef!important;color:#151515!important;border:1px solid #e7e7e2!important;border-radius:14px!important}
.compare-btn.active{background:#151515!important;color:#fff!important;border-color:#151515!important}
.whatsapp-btn,.detail-whatsapp{background:#151515!important;color:#fff!important;border:1px solid #151515!important;border-radius:14px!important;font-weight:800!important}
.whatsapp-btn:hover,.detail-whatsapp:hover{background:#2a2a2a!important}

/* Map */
.map-shell{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important;overflow:hidden!important}
.map-head{background:#fff!important;border-bottom:1px solid #ecece8!important}
.map-status{color:#555!important}
.map-status i{background:#151515!important}
.map-reset{background:#f2f2ef!important;color:#151515!important;border:1px solid #e7e7e2!important;border-radius:12px!important}
.ar-pin-inner{background:#151515!important;color:#fff!important;border-color:#151515!important;box-shadow:0 4px 15px rgba(0,0,0,.18)!important}
.ar-map-pin.is-active .ar-pin-inner{background:#fff!important;color:#151515!important;border-color:#151515!important}
.ar-cluster>div{background:#151515!important;color:#fff!important;border-color:#fff!important}
.map-popup a{color:#151515!important;font-weight:800!important}

/* Projects / areas */
.projects-section{background:#121212!important;color:#fff!important}
.projects-section .section-kicker{color:#999!important}
.projects-section .section-head h2,.projects-section .section-head p,.projects-section .text-link{color:#fff!important}
.project-card{background:#1b1b1b!important;color:#fff!important;border:1px solid #2a2a2a!important;border-radius:22px!important;box-shadow:none!important}
.project-card:before{border-color:#303030!important}
.project-index,.project-copy span{color:#8f8f89!important}
.project-copy h3,.project-copy p{color:#fff!important}
.project-search{background:#fff!important;color:#151515!important;border:0!important;border-radius:14px!important;font-weight:800!important}
.area-card,.popular-card,.community-card,.intelligence-card{background:#fff!important;color:#151515!important;border:1px solid #ecece8!important;border-radius:22px!important;box-shadow:none!important}
.area-card:hover,.popular-card:hover{border-color:#d7d7d1!important}
.intel-features span,.feature-chips span{background:#f2f2ef!important;color:#151515!important;border:1px solid #e7e7e2!important}

/* Community */
.community-hero{background:#121212!important;color:#fff!important}
.community-hero h1,.community-hero h1 span{color:#fff!important}
.community-hero p{color:#bcbcb6!important}
.community-toolbar,.community-search,.community-filter{background:#fff!important;border-color:#e7e7e2!important;color:#151515!important}
.community-listing-card,.community-property-card{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important;box-shadow:none!important}

/* Property detail */
.detail-page,.detail-main{background:#f6f6f4!important}
.detail-breadcrumb,.detail-location,.detail-kicker,.price-sub{color:#7c7c78!important}
.detail-heading h1{color:#151515!important;letter-spacing:-.035em!important}
.detail-icon-btn{background:#fff!important;color:#151515!important;border:1px solid #e7e7e2!important;border-radius:14px!important}
.detail-icon-btn.active{background:#151515!important;color:#fff!important;border-color:#151515!important}
.detail-gallery{border-radius:22px!important;overflow:hidden!important}
.detail-card,.price-card,.saved-search-card,.agent-note{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important;box-shadow:none!important}
.detail-card h2,.price-value{color:#151515!important}
.unit-spec,.payment-item{background:#fafaf8!important;border-color:#eeeeea!important;border-radius:16px!important}
.unit-spec span,.payment-item span,.detail-description,.developer-copy p,.saved-search-card p,.agent-note p{color:#777!important}
.developer-mark,.saved-search-icon{background:#151515!important;color:#fff!important}
.detail-secondary-actions button,.saved-search-card button{background:#f2f2ef!important;color:#151515!important;border:1px solid #e7e7e2!important;border-radius:14px!important}
.detail-secondary-actions button.active,.saved-search-card.is-saved button{background:#151515!important;color:#fff!important;border-color:#151515!important}

/* Modals / comparison / alerts */
.compare-tray{background:#121212!important;color:#fff!important;border-color:#2a2a2a!important}
.compare-pill{background:#242424!important;color:#fff!important;border-color:#333!important}
.comparison-modal-card{background:#fff!important;border:1px solid #ecece8!important;border-radius:22px!important}
.comparison-table th{background:#f2f2ef!important;color:#151515!important}
.ar-toast{background:#151515!important;color:#fff!important;border-color:#2a2a2a!important}
.ar-toast i{background:#fff!important}

/* Footer */
.site-footer{background:#121212!important;color:#fff!important;border-top:1px solid #2a2a2a!important}
.site-footer p,.site-footer a,.site-footer small{color:#aaa!important}
.site-footer a:hover{color:#fff!important}
.site-footer strong{color:#fff!important}
.site-footer .brand-byline{color:#fff!important}
.site-footer .brand-tagline{color:#8f8f89!important}

/* Absolute monochrome guard — no legacy blue/green survives in public UI */
.ar-site [style*="#2165f5"],.ar-site [style*="#168cff"]{color:#151515!important}
.ar-site svg{stroke:currentColor}

@media(max-width:900px){
  .header-inner{height:78px!important}
  .hero-section{padding:42px 0 34px!important}
  .search-card{border-radius:18px!important}
  .property-card,.map-shell,.detail-card,.price-card,.saved-search-card,.agent-note,.community-card,.intelligence-card{border-radius:18px!important}
}

@media(max-width:620px){
  .brand-mark,.brand-logo{
    width:36px!important;height:64px!important;min-width:36px!important;max-width:36px!important;
    min-height:64px!important;max-height:64px!important;flex:0 0 36px!important;
  }
  .hero-section:before{width:290px;height:290px;left:-150px;top:-120px}
  .hero-section:after{width:180px;height:180px;left:-15px;top:-75px}
  .search-card{padding:8px!important}
}
