
:root{
  --brand:#0b7a3b;
  --brand-dark:#07572a;
  --brand-soft:#eaf7ef;
  --accent:#f4a62a;
  --ink:#17212b;
  --muted:#6c757d;
  --line:#e9ecef;
}
body{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:#f7f9fb;
}
a{ text-decoration:none; }
.bg-brand{ background:var(--brand)!important; }
.text-brand{ color:var(--brand)!important; }
.btn-brand{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
}
.btn-brand:hover{ background:var(--brand-dark); border-color:var(--brand-dark); color:#fff; }
.btn-outline-brand{
  border-color:var(--brand);
  color:var(--brand);
}
.btn-outline-brand:hover{
  background:var(--brand);
  color:#fff;
}
.hero{
  background:
    linear-gradient(120deg, rgba(7,87,42,.95), rgba(11,122,59,.72)),
    url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80') center/cover;
  color:#fff;
  border-radius:0 0 2rem 2rem;
}
.hero-card{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.25);
}
.card-modern{
  border:1px solid var(--line);
  border-radius:1rem;
  box-shadow:0 10px 25px rgba(17,24,39,.05);
}
.property-card img{
  height:220px;
  object-fit:cover;
  border-radius:1rem 1rem 0 0;
}
.property-pagination{
  margin-top:3rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  padding:1rem;
  border:1px solid rgba(11,122,59,.14);
  border-radius:1rem;
  background:linear-gradient(135deg, #ffffff 0%, #f1faf4 100%);
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}
.property-pagination-summary{
  margin:0;
  color:#52645d;
  font-size:.92rem;
  font-weight:800;
}
.property-pagination-list{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  flex-wrap:wrap;
}
.property-pagination-list .page-item:first-child .page-link,
.property-pagination-list .page-item:last-child .page-link,
.property-page-link{
  border-radius:999px!important;
}
.property-page-link{
  min-width:2.75rem;
  height:2.75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.4rem;
  padding:.55rem .9rem;
  border:1px solid rgba(11,122,59,.18);
  background:#fff;
  color:var(--brand-dark);
  font-weight:900;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
}
.property-page-link:hover,
.property-page-link:focus{
  border-color:var(--accent);
  background:#fff8eb;
  color:#7a4b00;
  box-shadow:0 10px 22px rgba(244,166,42,.18);
}
.property-page-link-wide{
  min-width:7.25rem;
}
.property-pagination-list .page-item.active .property-page-link{
  border-color:var(--brand);
  background:var(--brand);
  color:#fff;
  box-shadow:0 12px 24px rgba(11,122,59,.22);
}
.property-pagination-list .page-item.disabled .property-page-link{
  border-color:#dbe7df;
  background:#eef6f1;
  color:#8fa096;
  box-shadow:none;
  pointer-events:none;
}
.property-page-ellipsis{
  min-width:2.25rem;
  color:#7a8a82;
}
@media (max-width: 575.98px){
  .property-pagination{
    align-items:stretch;
    justify-content:center;
    padding:.85rem;
  }
  .property-pagination-summary{
    width:100%;
    text-align:center;
  }
  .property-pagination-list{
    width:100%;
    gap:.4rem;
  }
  .property-page-link{
    min-width:2.45rem;
    height:2.45rem;
    padding:.45rem .7rem;
    font-size:.9rem;
  }
  .property-page-link-wide{
    min-width:6.35rem;
  }
}
.institutional-hero{
  padding:5.5rem 0 4rem;
  background:
    radial-gradient(circle at 82% 12%, rgba(246,194,74,.2), transparent 30%),
    radial-gradient(circle at 12% 0%, rgba(15,143,74,.18), transparent 34%),
    linear-gradient(135deg, #eef8f2 0%, #ffffff 52%, #f8fbf4 100%);
}
.institutional-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:2rem;
  align-items:center;
}
.institutional-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  margin-bottom:1rem;
  color:#0b7a3b;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.institutional-hero h1{
  max-width:780px;
  margin:0;
  color:#102015;
  font-size:4.4rem;
  line-height:1.02;
  font-weight:900;
}
.institutional-hero p{
  max-width:720px;
  margin:1.2rem 0 0;
  color:#52645d;
  font-size:1.13rem;
  line-height:1.75;
}
.institutional-actions{
  display:flex;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:1.8rem;
}
.institutional-snapshot{
  padding:1.25rem;
  border:1px solid #dce9e2;
  border-radius:1.1rem;
  background:#fff;
  box-shadow:0 24px 60px rgba(18,46,30,.1);
}
.institutional-snapshot > span{
  display:block;
  margin-bottom:.9rem;
  color:#6f7f78;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.76rem;
}
.institutional-snapshot div{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.9rem 0;
  border-top:1px solid #edf3ef;
}
.institutional-snapshot strong{
  color:#0b7a3b;
  font-size:1.55rem;
  font-weight:900;
}
.institutional-snapshot small{
  color:#52645d;
  font-weight:800;
}
.institutional-main{
  padding:4.5rem 0;
  background:#f7fbf8;
}
.institutional-card-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1.25rem;
}
.institutional-card{
  min-height:265px;
  padding:1.45rem;
  border:1px solid #dce9e2;
  border-radius:1.1rem;
  background:#fff;
  box-shadow:0 18px 42px rgba(18,46,30,.08);
}
.institutional-card span{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:#eaf7ef;
  color:#0b7a3b;
  font-size:1.45rem;
}
.institutional-card h2{
  margin:1.15rem 0 .65rem;
  color:#102015;
  font-size:1.2rem;
  font-weight:900;
}
.institutional-card p{
  margin:0;
  color:#52645d;
  line-height:1.75;
  font-weight:650;
}
.institutional-note{
  display:grid;
  grid-template-columns:minmax(240px,.45fr) minmax(0,.55fr);
  gap:1.5rem;
  margin-top:1.25rem;
  padding:1.5rem;
  border-radius:1.1rem;
  background:#072316;
  color:#fff;
}
.institutional-note span{
  color:#ffce63;
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.institutional-note h2{
  margin:.35rem 0 0;
  color:#fff;
  font-size:1.35rem;
  font-weight:900;
}
.institutional-note p{
  margin:0;
  color:#cde8d7;
  line-height:1.75;
  font-weight:650;
}
.badge-soft{
  background:var(--brand-soft);
  color:var(--brand);
}
.sidebar{
  width:264px;
  min-height:100vh;
  background:#fff;
  border-right:1px solid var(--line);
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
}
.sidebar .nav-link{
  color:#334155;
  border-radius:.75rem;
  margin-bottom:.25rem;
  padding:.7rem .9rem;
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover{
  background:var(--brand-soft);
  color:var(--brand);
}
.main{
  margin-left:280px;
  min-height:100vh;
}
.topbar{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:999;
}
.stat-card{
  border-radius:1rem;
  border:1px solid var(--line);
  background:#fff;
  padding:1.25rem;
}
.stat-icon{
  width:48px;
  height:48px;
  border-radius:1rem;
  background:var(--brand-soft);
  color:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
}
.table-card{
  border-radius:1rem;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
.form-control,.form-select{
  border-radius:.75rem;
}
.auth-wrap{
  min-height:100vh;
  background:
    linear-gradient(120deg, rgba(7,87,42,.92), rgba(11,122,59,.55)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80') center/cover;
}
.auth-card{
  max-width:480px;
  background:rgba(255,255,255,.96);
  border-radius:1.25rem;
}
.auth-wrap-modern{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2rem;
  background:
    radial-gradient(circle at 82% 8%, rgba(246,194,74,.22), transparent 30%),
    radial-gradient(circle at 12% 0%, rgba(15,143,74,.22), transparent 34%),
    linear-gradient(135deg, #071b11 0%, #0b3f25 47%, #eef8f2 47%, #ffffff 100%);
}
.auth-shell{
  width:min(1120px, 100%);
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(380px,1fr);
  min-height:680px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:1.4rem;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(2,8,5,.28);
  background:#fff;
}
.auth-shell-wide{
  width:min(1240px, 100%);
  grid-template-columns:minmax(320px,.75fr) minmax(560px,1.25fr);
}
.auth-brand-panel{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:2rem;
  padding:2rem;
  background:
    linear-gradient(180deg, rgba(7,35,22,.9), rgba(7,35,22,.98)),
    radial-gradient(circle at 70% 20%, rgba(246,194,74,.2), transparent 34%);
  color:#fff;
  overflow:hidden;
}
.auth-brand-panel:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(15,143,74,.28);
}
.auth-brand,
.auth-brand:hover{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  color:#fff;
  font-weight:900;
}
.auth-brand img{
  width:48px;
  height:48px;
  border-radius:1rem;
  background:#0f8f4a;
  padding:.55rem;
}
.auth-brand-copy{
  position:relative;
  z-index:1;
}
.auth-brand-copy > span,
.auth-form-head > span{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:#ffce63;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.auth-brand-copy h1{
  max-width:460px;
  margin:.8rem 0 1rem;
  color:#fff;
  font-size:3rem;
  line-height:1.05;
  font-weight:900;
}
.auth-brand-copy p{
  max-width:440px;
  margin:0;
  color:#cde8d7;
  line-height:1.75;
  font-weight:650;
}
.auth-proof-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:.75rem;
}
.auth-proof-grid div,
.auth-check-list span{
  border:1px solid rgba(255,255,255,.14);
  border-radius:1rem;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.auth-proof-grid div{
  padding:.9rem;
}
.auth-proof-grid strong{
  display:block;
  color:#fff;
  font-size:1.35rem;
  font-weight:900;
}
.auth-proof-grid span{
  display:block;
  margin-top:.25rem;
  color:#b9d7c6;
  font-size:.75rem;
  font-weight:800;
}
.auth-check-list{
  position:relative;
  z-index:1;
  display:grid;
  gap:.7rem;
}
.auth-check-list span{
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:.85rem .95rem;
  color:#d9f1e3;
  font-weight:750;
}
.auth-check-list i{
  color:#ffce63;
}
.auth-card-modern{
  max-width:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:2.2rem;
  border-radius:0;
  background:#fff;
  box-shadow:none!important;
}
.auth-card-register{
  justify-content:flex-start;
  overflow-y:auto;
}
.auth-form-head{
  margin-bottom:1.35rem;
}
.auth-form-head > span{
  color:#0b7a3b;
}
.auth-form-head h2{
  margin:.55rem 0 .35rem;
  color:#102015;
  font-size:2rem;
  line-height:1.15;
  font-weight:900;
}
.auth-form-head p{
  margin:0;
  color:#52645d;
  line-height:1.65;
  font-weight:650;
}
.auth-field{
  margin-bottom:1rem;
}
.auth-field label{
  display:block;
  margin-bottom:.45rem;
  color:#24372d;
  font-size:.9rem;
  font-weight:850;
}
.auth-field a{
  color:#0b7a3b;
  font-size:.86rem;
  font-weight:800;
}
.auth-input-wrap{
  position:relative;
}
.auth-input-wrap > i{
  position:absolute;
  left:1rem;
  top:50%;
  transform:translateY(-50%);
  color:#0b7a3b;
  z-index:2;
}
.auth-input-wrap .form-control,
.auth-input-wrap .form-select{
  min-height:52px;
  padding-left:2.85rem;
  border-color:#dce9e2;
  background:#f8fbf9;
  color:#102015;
  font-weight:700;
}
.auth-input-wrap .form-control:focus,
.auth-input-wrap .form-select:focus{
  border-color:#0b7a3b;
  box-shadow:0 0 0 .2rem rgba(11,122,59,.12);
}
.auth-submit{
  width:100%;
  min-height:52px;
  margin-top:.25rem;
  border-radius:.9rem;
  font-weight:900;
}
.auth-error{
  margin-top:.35rem;
  color:#b42318;
  font-size:.82rem;
  font-weight:750;
}
.auth-alt{
  margin:1rem 0 0;
  color:#52645d;
  text-align:center;
  font-weight:700;
}
.auth-alt a{
  color:#0b7a3b;
  font-weight:900;
}
.auth-demo-strip{
  margin-top:1rem;
  padding:1rem;
  border:1px solid #dce9e2;
  border-radius:1rem;
  background:#f7fbf8;
}
.auth-demo-strip > span{
  display:block;
  margin-bottom:.65rem;
  color:#52645d;
  font-size:.84rem;
  font-weight:800;
}
.auth-demo-strip div{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
}
.auth-demo-strip button{
  border:1px solid #cfeade;
  border-radius:999px;
  background:#fff;
  color:#0b7a3b;
  padding:.42rem .7rem;
  font-size:.78rem;
  font-weight:900;
}
.auth-demo-strip button:hover{
  background:#eaf7ef;
}
.auth-demo-link{
  margin-bottom:1rem;
  padding:1rem;
  border:1px dashed #0b7a3b;
  border-radius:1rem;
  background:#eaf7ef;
}
.auth-demo-link span{
  display:block;
  color:#07572a;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.auth-demo-link a{
  display:block;
  margin-top:.35rem;
  color:#0b5f34;
  font-size:.88rem;
  font-weight:800;
  overflow-wrap:anywhere;
}
.map-placeholder{
  min-height:360px;
  background:
    linear-gradient(45deg, rgba(11,122,59,.1), rgba(244,166,42,.15)),
    repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(0,0,0,.04) 29px),
    repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(0,0,0,.04) 29px);
  border-radius:1rem;
  border:1px dashed #b9c6d3;
}
.timeline{
  border-left:3px solid var(--brand-soft);
  padding-left:1rem;
}
.timeline-item{
  position:relative;
  margin-bottom:1rem;
}
.timeline-item:before{
  content:"";
  position:absolute;
  left:-1.48rem;
  top:.35rem;
  width:.75rem;
  height:.75rem;
  border-radius:50%;
  background:var(--brand);
}
@media(max-width:991px){
  .sidebar{ position:relative; width:100%; min-height:auto; }
  .main{ margin-left:0; }
}

/* CodeIgniter demo integration */
.navbar-brand{
  gap:.7rem;
}
.navbar-brand img{
  height:44px;
  width:auto;
}
.navbar-brand-symbol{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:linear-gradient(135deg, var(--brand), #13a85e);
  color:#fff;
  font-size:1.42rem;
  line-height:1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.32),
    0 14px 26px rgba(11,122,59,.22);
}
.navbar-nav .main-nav-link{
  position:relative;
  border-radius:999px;
  color:#42524a;
  font-weight:700;
  padding:.55rem .85rem;
  transition:background .18s ease, color .18s ease, box-shadow .18s ease;
}
.navbar-nav .main-nav-link:hover{
  color:var(--brand);
  background:rgba(11,122,59,.08);
}
.navbar-nav .main-nav-link.active-page,
.navbar-nav .main-nav-link.active{
  color:var(--brand-dark)!important;
  background:linear-gradient(135deg, rgba(11,122,59,.13), rgba(244,166,42,.16));
  box-shadow:inset 0 0 0 1px rgba(11,122,59,.14);
}
.navbar-nav .main-nav-link.active-page::after,
.navbar-nav .main-nav-link.active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:.22rem;
  width:1.1rem;
  height:.18rem;
  border-radius:999px;
  background:var(--accent);
  transform:translateX(-50%);
}
.app-page,.app-wrapper,.app-root{
  min-height:100vh;
}
.app-header{
  margin-left:264px;
  transition:margin-left .22s ease, background .22s ease, color .22s ease;
}
.app-main{
  margin-left:264px;
  min-height:calc(100vh - 73px);
  transition:margin-left .22s ease, background .22s ease;
}
.app-toolbar,.app-content{
  padding-left:1.5rem;
  padding-right:1.5rem;
}
.app-toolbar{
  padding-top:1.5rem;
  padding-bottom:1rem;
}
.app-container{
  width:100%;
}
.menu-link{
  color:#334155;
  border-radius:.75rem;
  display:flex;
  align-items:center;
  gap:.65rem;
  margin-bottom:.25rem;
  padding:.7rem .9rem;
}
.menu-link.active,.menu-link:hover{
  background:var(--brand-soft);
  color:var(--brand);
}
.menu-heading{
  color:#94a3b8;
  letter-spacing:.08em;
}
.menu-icon{
  width:1.35rem;
  text-align:center;
}
.estate-card{
  border:1px solid var(--line);
  border-radius:1rem;
  background:#fff;
  box-shadow:0 10px 25px rgba(17,24,39,.05);
}
.estate-stat{
  display:flex;
  align-items:center;
  gap:1rem;
  height:100%;
  padding:1.25rem;
}
.estate-stat-icon{
  width:48px;
  height:48px;
  border-radius:1rem;
  background:var(--brand-soft);
  color:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
}
.estate-stat-value{
  font-size:1.75rem;
  font-weight:800;
  line-height:1;
}
.estate-stat-label{
  color:var(--muted);
  font-weight:600;
}
.estate-public-card{
  height:100%;
  border:1px solid var(--line);
  border-radius:1rem;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 25px rgba(17,24,39,.05);
}
.estate-public-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  background:#eef2f7;
}
.estate-public-card .body{
  padding:1.25rem;
}
.estate-listing-thumb{
  width:96px;
  height:76px;
  object-fit:cover;
  border-radius:.75rem;
  background:#eef2f7;
}
.estate-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
}
.estate-empty{
  padding:2rem;
  border:1px dashed #b9c6d3;
  border-radius:1rem;
  color:#64748b;
  font-weight:600;
  text-align:center;
  background:#fff;
}
.estate-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.estate-form-grid .col-span-2{
  grid-column:span 2;
}
.badge-light-primary,.badge-light-info{
  background:var(--brand-soft);
  color:var(--brand);
}
.badge-light-warning{
  background:#fff7e8;
  color:#a76700;
}
.badge-light-success{
  background:#eaf7ef;
  color:#0b7a3b;
}
.badge-light-danger{
  background:#fee2e2;
  color:#b42318;
}
.btn-primary,.btn-brand{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
}
.btn-primary:hover,.btn-brand:hover{
  background:var(--brand-dark);
  border-color:var(--brand-dark);
  color:#fff;
}
.btn-light-primary,.btn-outline-brand{
  border-color:var(--brand);
  color:var(--brand);
  background:#fff;
}
.btn-light-primary:hover,.btn-outline-brand:hover{
  background:var(--brand);
  color:#fff;
}
.btn-light-success{
  background:#eaf7ef;
  color:#0b7a3b;
}
.btn-light-warning{
  background:#fff7e8;
  color:#a76700;
}
.btn-light-danger{
  background:#fee2e2;
  color:#b42318;
}
.text-gray-900,.text-dark{
  color:var(--ink)!important;
}
.text-gray-700{
  color:#334155!important;
}
.text-gray-300{
  color:#d6dde6!important;
}
.fs-7{
  font-size:.875rem!important;
}
.fs-8{
  font-size:.75rem!important;
}
.p-6{
  padding:1.75rem!important;
}
.mt-6{
  margin-top:1.75rem!important;
}
.mb-6{
  margin-bottom:1.75rem!important;
}
.w-150px{
  width:150px;
}
.w-175px{
  width:175px;
}
.w-200px{
  width:200px;
}
.table-row-dashed tbody tr{
  border-bottom:1px solid var(--line);
}
.flex-stack{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.app-default{
  background:#07120d;
}
.sidebar{
  background:
    radial-gradient(circle at 20% 0%, rgba(250,204,21,.14), transparent 30%),
    linear-gradient(180deg, #071a13 0%, #0f172a 58%, #07120d 100%);
  border-right:1px solid rgba(255,255,255,.08);
  box-shadow:18px 0 55px rgba(3,12,8,.28);
  transition:width .22s ease, transform .22s ease, background .22s ease, border-color .22s ease;
}
.estate-sidebar-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.55rem;
  padding:.15rem 0 .85rem;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.estate-sidebar-brand{
  min-width:0;
  flex:1;
  margin-bottom:0!important;
}
.estate-sidebar-brand .stat-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:.9rem;
  background:linear-gradient(135deg, var(--brand), #12a05a);
  color:#fff;
  box-shadow:0 14px 30px rgba(11,122,59,.28);
  font-size:1.05rem;
}
.estate-sidebar-brand h5{
  color:#fff;
  font-size:.98rem;
  font-weight:850;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.estate-sidebar-brand small{
  color:#90a6b7;
  display:block;
  margin-top:.1rem;
  font-size:.68rem;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.estate-sidebar-collapse,
.estate-sidebar-close,
.dashboard-icon-button,
.dashboard-theme-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:.8rem;
  background:rgba(255,255,255,.075);
  color:#eef8f2;
}
.estate-sidebar-collapse,
.estate-sidebar-close,
.dashboard-icon-button{
  width:40px;
  height:40px;
  flex:0 0 40px;
}
.estate-sidebar-collapse:hover,
.estate-sidebar-close:hover,
.dashboard-icon-button:hover,
.dashboard-theme-toggle:hover{
  border-color:rgba(255,206,99,.7);
  background:rgba(255,206,99,.12);
  color:#fff;
}
.dashboard-theme-toggle{
  gap:.45rem;
  height:38px;
  padding:0 .75rem;
  font-weight:800;
}
.estate-sidebar-role{
  margin:.85rem 0 1rem;
  padding:.62rem .7rem;
  border:1px solid rgba(255,255,255,.09);
  border-radius:.9rem;
  background:rgba(255,255,255,.055);
}
.estate-role-switcher{
  margin:0;
}
.estate-role-switcher label{
  display:block;
  margin-bottom:.35rem;
  color:#9dafbd;
  font-size:.68rem;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.estate-role-select-wrap{
  position:relative;
}
.estate-role-select-wrap select{
  width:100%;
  height:34px;
  appearance:none;
  border:1px solid rgba(255,255,255,.12);
  border-radius:.75rem;
  background:rgba(7,18,13,.42);
  color:#ffce63;
  padding:0 2rem 0 .7rem;
  font-size:.88rem;
  font-weight:850;
  outline:none;
}
.estate-role-select-wrap select:focus{
  border-color:rgba(255,206,99,.7);
  box-shadow:0 0 0 .2rem rgba(255,206,99,.12);
}
.estate-role-select-wrap i{
  position:absolute;
  right:.7rem;
  top:50%;
  transform:translateY(-50%);
  color:#8ad8aa;
  pointer-events:none;
  font-size:.8rem;
}
.sidebar .nav-link{
  color:#c7d2df;
  border:1px solid transparent;
  display:flex;
  align-items:center;
  gap:.7rem;
  min-height:42px;
  margin-bottom:.18rem;
  padding:.62rem .72rem;
  border-radius:.8rem;
  font-size:.92rem;
}
.sidebar .nav-link i{
  width:1.1rem;
  flex:0 0 1.1rem;
  color:#8ad8aa;
  font-size:1rem;
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover{
  background:rgba(11,122,59,.18);
  border-color:rgba(128,224,170,.22);
  color:#fff;
}
.sidebar .nav-link.active i,
.sidebar .nav-link:hover i{
  color:#ffce63;
}
.dashboard-topbar{
  background:rgba(7,18,13,.86);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.dashboard-topbar-main,
.dashboard-topbar-actions,
.dashboard-title-block{
  min-width:0;
}
.dashboard-topbar-actions{
  justify-content:flex-end;
  flex-wrap:wrap;
}
.dashboard-topbar-kicker{
  display:block;
  color:#80e0aa;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.dashboard-topbar h5{
  color:#fff;
  font-weight:800;
  line-height:1.15;
}
.dashboard-status-pill{
  display:inline-flex;
  align-items:center;
  padding:.48rem .72rem;
  border:1px solid rgba(128,224,170,.22);
  border-radius:999px;
  background:rgba(11,122,59,.18);
  color:#dff7e8;
  font-size:.78rem;
  font-weight:800;
}
.dashboard-avatar{
  background:linear-gradient(135deg, var(--accent), #f7d06b);
  color:#182015;
  font-weight:850;
  box-shadow:0 10px 24px rgba(244,166,42,.22);
}
.btn-dashboard-primary{
  background:#ffce63;
  border-color:#ffce63;
  color:#102015;
  font-weight:800;
}
.btn-dashboard-primary:hover{
  background:#f4a62a;
  border-color:#f4a62a;
  color:#102015;
}
.btn-dashboard-ghost{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
  color:#eef8f2;
  font-weight:750;
}
.btn-dashboard-ghost:hover{
  border-color:rgba(255,206,99,.7);
  background:rgba(255,206,99,.12);
  color:#fff;
}
.dashboard-page{
  background:#07120d;
}
.dashboard-page .app-main{
  background:
    radial-gradient(circle at 76% 8%, rgba(244,166,42,.18), transparent 28%),
    radial-gradient(circle at 18% 0%, rgba(11,122,59,.24), transparent 32%),
    linear-gradient(180deg, #0a1c14 0%, #07120d 46%, #0f172a 100%);
}
.dashboard-page .app-content{
  padding-bottom:2rem;
}
.dashboard-toolbar{
  padding-top:1.5rem;
  padding-bottom:1rem;
}
.dashboard-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px, 320px);
  gap:1.25rem;
  align-items:stretch;
  padding:1.5rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:1.35rem;
  background:
    linear-gradient(135deg, rgba(11,122,59,.98), rgba(7,87,42,.82)),
    radial-gradient(circle at 86% 14%, rgba(250,204,21,.32), transparent 28%);
  box-shadow:0 24px 70px rgba(2,8,5,.36);
  overflow:hidden;
  position:relative;
}
.dashboard-hero:after{
  content:"";
  position:absolute;
  inset:auto -8% -45% 45%;
  height:220px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  transform:rotate(-8deg);
}
.dashboard-hero-copy{
  position:relative;
  z-index:1;
}
.dashboard-kicker{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-bottom:.75rem;
  color:#ffdc8a;
  font-size:.78rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.dashboard-hero h1{
  max-width:780px;
  margin:0;
  color:#fff;
  font-size:clamp(2rem, 4vw, 3.35rem);
  font-weight:900;
  line-height:1.02;
}
.dashboard-hero p{
  max-width:720px;
  margin:.9rem 0 0;
  color:rgba(255,255,255,.84);
  font-size:1rem;
}
.dashboard-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.25rem;
}
.dashboard-hero-panel{
  position:relative;
  z-index:1;
  min-height:220px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:1.1rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:1.15rem;
  background:rgba(7,18,13,.38);
  backdrop-filter:blur(12px);
  color:#fff;
}
.dashboard-hero-panel span,
.dashboard-hero-panel small{
  color:#b9d5c5;
  font-weight:750;
}
.dashboard-hero-panel i{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:rgba(255,206,99,.18);
  color:#ffce63;
  font-size:1.65rem;
}
.dashboard-hero-panel strong{
  display:block;
  font-size:3rem;
  line-height:1;
  font-weight:900;
}
.dashboard-stat-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:1rem;
}
.dashboard-stat-card{
  position:relative;
  min-height:154px;
  padding:1.15rem;
  border:1px solid rgba(255,255,255,.1);
  border-radius:1.1rem;
  background:linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  color:#fff;
  box-shadow:0 16px 45px rgba(2,8,5,.22);
  overflow:hidden;
}
.dashboard-stat-card:after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-34px;
  width:118px;
  height:118px;
  border-radius:50%;
  background:var(--tone-glow, rgba(128,224,170,.16));
}
.dashboard-stat-icon{
  position:relative;
  z-index:1;
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:var(--tone-soft, rgba(128,224,170,.16));
  color:var(--tone, #80e0aa);
  font-size:1.35rem;
}
.dashboard-stat-value{
  position:relative;
  z-index:1;
  display:block;
  margin-top:1rem;
  font-size:2rem;
  line-height:1;
  font-weight:900;
}
.dashboard-stat-label{
  position:relative;
  z-index:1;
  display:block;
  margin-top:.35rem;
  color:#bdc9d7;
  font-size:.86rem;
  font-weight:750;
}
.dashboard-stat-card small{
  position:absolute;
  right:1rem;
  top:1rem;
  z-index:1;
  color:#8ca0b4;
  font-size:.72rem;
  font-weight:800;
}
.dashboard-tone-primary{ --tone:#80e0aa; --tone-soft:rgba(128,224,170,.14); --tone-glow:rgba(128,224,170,.16); }
.dashboard-tone-success{ --tone:#45d483; --tone-soft:rgba(69,212,131,.14); --tone-glow:rgba(69,212,131,.16); }
.dashboard-tone-warning{ --tone:#ffce63; --tone-soft:rgba(255,206,99,.15); --tone-glow:rgba(255,206,99,.16); }
.dashboard-tone-danger{ --tone:#ff8a8a; --tone-soft:rgba(255,138,138,.14); --tone-glow:rgba(255,138,138,.16); }
.dashboard-tone-info{ --tone:#7cc7ff; --tone-soft:rgba(124,199,255,.14); --tone-glow:rgba(124,199,255,.16); }
.dashboard-insight-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1rem;
}
.dashboard-insight-card{
  min-height:210px;
  padding:1.2rem;
  border:1px solid rgba(255,255,255,.1);
  border-radius:1.1rem;
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  color:#fff;
  box-shadow:0 16px 45px rgba(2,8,5,.18);
}
.dashboard-insight-card > span{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  background:var(--tone-soft, rgba(128,224,170,.14));
  color:var(--tone, #80e0aa);
  font-size:1.35rem;
}
.dashboard-insight-card h2{
  margin:1rem 0 .55rem;
  color:#fff;
  font-size:1.05rem;
  font-weight:900;
}
.dashboard-insight-card p{
  margin:0;
  color:#aeb8c7;
  font-size:.9rem;
  line-height:1.65;
  font-weight:650;
}
.dashboard-panel{
  padding:1.15rem;
  border:1px solid rgba(255,255,255,.1);
  border-radius:1.1rem;
  background:rgba(255,255,255,.075);
  color:#fff;
  box-shadow:0 16px 45px rgba(2,8,5,.18);
  backdrop-filter:blur(12px);
}
.dashboard-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.75rem;
}
.dashboard-panel-head span{
  color:#8ad8aa;
  font-size:.76rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.dashboard-panel-head h3{
  margin:.2rem 0 0;
  color:#fff;
  font-size:1.15rem;
  font-weight:850;
}
.dashboard-panel-head > i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:.9rem;
  background:rgba(255,206,99,.14);
  color:#ffce63;
}
.dashboard-list-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.9rem 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.dashboard-list-item strong,
.dashboard-list-item span{
  display:block;
}
.dashboard-list-item strong{
  color:#fff;
}
.dashboard-list-item div span{
  color:#9dafbd;
  font-size:.86rem;
}
.dashboard-list-item > span{
  padding:.38rem .62rem;
  border-radius:999px;
  background:rgba(255,206,99,.12);
  color:#ffdc8a;
  font-size:.76rem;
  font-weight:850;
}
.dashboard-empty{
  padding:1.4rem;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:1rem;
  background:rgba(255,255,255,.045);
  color:#aeb8c7;
  text-align:center;
  font-weight:750;
}
.dashboard-page .app-footer{
  color:#8ca0b4;
}
.dashboard-page .app-footer .text-gray-700{
  color:#8ca0b4!important;
}
body.estate-sidebar-collapsed .sidebar,
html.estate-sidebar-prefers-collapsed .sidebar{
  width:76px;
}
body.estate-sidebar-collapsed .app-header,
body.estate-sidebar-collapsed .app-main,
html.estate-sidebar-prefers-collapsed .app-header,
html.estate-sidebar-prefers-collapsed .app-main{
  margin-left:76px;
}
body.estate-sidebar-collapsed .estate-sidebar-brand-copy,
body.estate-sidebar-collapsed .estate-sidebar-role,
body.estate-sidebar-collapsed .estate-nav-label,
html.estate-sidebar-prefers-collapsed .estate-sidebar-brand-copy,
html.estate-sidebar-prefers-collapsed .estate-sidebar-role,
html.estate-sidebar-prefers-collapsed .estate-nav-label{
  display:none;
}
body.estate-sidebar-collapsed .estate-sidebar-top,
html.estate-sidebar-prefers-collapsed .estate-sidebar-top{
  justify-content:center;
  flex-direction:column;
}
body.estate-sidebar-collapsed .estate-sidebar-brand,
html.estate-sidebar-prefers-collapsed .estate-sidebar-brand{
  justify-content:center;
  flex:none;
}
body.estate-sidebar-collapsed .sidebar .nav-link,
html.estate-sidebar-prefers-collapsed .sidebar .nav-link{
  justify-content:center;
  padding:.7rem .55rem;
}
body.estate-sidebar-collapsed .sidebar .nav-link i,
html.estate-sidebar-prefers-collapsed .sidebar .nav-link i{
  margin:0!important;
}
.estate-sidebar-backdrop{
  display:none;
  position:fixed;
  inset:0;
  z-index:1190;
  border:0;
  background:rgba(2,8,5,.56);
  backdrop-filter:blur(3px);
}

html[data-estate-theme="light"] .app-default{
  background:#f4f7f3;
}
html[data-estate-theme="light"] .sidebar{
  background:
    radial-gradient(circle at 12% 0%, rgba(11,122,59,.11), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4fbf6 54%, #eef6f1 100%);
  border-right:1px solid #dce9e2;
  box-shadow:14px 0 36px rgba(18,46,30,.08);
}
html[data-estate-theme="light"] .estate-sidebar-top{
  border-bottom-color:#dbe9e2;
}
html[data-estate-theme="light"] .estate-sidebar-brand h5{
  color:#102015;
}
html[data-estate-theme="light"] .estate-sidebar-brand small,
html[data-estate-theme="light"] .estate-role-switcher label{
  color:#6f7f78;
}
html[data-estate-theme="light"] .estate-sidebar-role{
  border-color:#dbe9e2;
  background:linear-gradient(135deg, #f6fbf7, #ecf7ef);
  box-shadow:0 8px 18px rgba(18,46,30,.05);
}
html[data-estate-theme="light"] .estate-role-select-wrap select{
  border-color:#d6e4dc;
  background:#fff;
  color:#0b7a3b;
}
html[data-estate-theme="light"] .estate-role-select-wrap select:focus{
  border-color:#0b7a3b;
  box-shadow:0 0 0 .2rem rgba(11,122,59,.1);
}
html[data-estate-theme="light"] .estate-role-select-wrap i{
  color:#0b7a3b;
}
html[data-estate-theme="light"] .sidebar .nav-link{
  color:#334155;
}
html[data-estate-theme="light"] .sidebar .nav-link i{
  color:#0b7a3b;
}
html[data-estate-theme="light"] .sidebar .nav-link.active,
html[data-estate-theme="light"] .sidebar .nav-link:hover{
  background:#eaf7ef;
  border-color:#cfeade;
  color:#0a4023;
}
html[data-estate-theme="light"] .sidebar .nav-link.active i,
html[data-estate-theme="light"] .sidebar .nav-link:hover i{
  color:#07572a;
}
html[data-estate-theme="light"] .estate-sidebar-collapse,
html[data-estate-theme="light"] .estate-sidebar-close,
html[data-estate-theme="light"] .dashboard-icon-button,
html[data-estate-theme="light"] .dashboard-theme-toggle{
  border-color:#d6e4dc;
  background:#fff;
  color:#0f2f1e;
  box-shadow:0 8px 20px rgba(18,46,30,.06);
}
html[data-estate-theme="light"] .estate-sidebar-collapse:hover,
html[data-estate-theme="light"] .estate-sidebar-close:hover,
html[data-estate-theme="light"] .dashboard-icon-button:hover,
html[data-estate-theme="light"] .dashboard-theme-toggle:hover{
  border-color:#b9dfca;
  background:#eaf7ef;
  color:#07572a;
}
html[data-estate-theme="light"] .dashboard-topbar{
  background:rgba(255,255,255,.88);
  color:#102015;
  border-bottom:1px solid #dce9e2;
  box-shadow:0 14px 34px rgba(18,46,30,.07);
}
html[data-estate-theme="light"] .dashboard-topbar h5{
  color:#102015;
}
html[data-estate-theme="light"] .dashboard-topbar-kicker{
  color:#0b7a3b;
}
html[data-estate-theme="light"] .dashboard-status-pill{
  border-color:#cfeade;
  background:#eaf7ef;
  color:#07572a;
}
html[data-estate-theme="light"] .btn-dashboard-ghost{
  border-color:#d6e4dc;
  background:#fff;
  color:#0f2f1e;
}
html[data-estate-theme="light"] .btn-dashboard-ghost:hover{
  border-color:#0b7a3b;
  background:#eaf7ef;
  color:#07572a;
}
html[data-estate-theme="light"] .btn-dashboard-primary{
  background:#0b7a3b;
  border-color:#0b7a3b;
  color:#fff;
}
html[data-estate-theme="light"] .btn-dashboard-primary:hover{
  background:#07572a;
  border-color:#07572a;
  color:#fff;
}
html[data-estate-theme="light"] .dashboard-page{
  background:#f4f7f3;
}
html[data-estate-theme="light"] .dashboard-page .app-main{
  background:
    radial-gradient(circle at 76% 6%, rgba(244,166,42,.13), transparent 30%),
    radial-gradient(circle at 12% 0%, rgba(11,122,59,.12), transparent 34%),
    linear-gradient(180deg, #f6faf7 0%, #eef5f0 54%, #eaf1ed 100%);
}
html[data-estate-theme="light"] .dashboard-hero{
  border-color:#cfeade;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,248,241,.94)),
    radial-gradient(circle at 86% 14%, rgba(244,166,42,.18), transparent 30%);
  box-shadow:0 24px 60px rgba(18,46,30,.1);
}
html[data-estate-theme="light"] .dashboard-hero:after{
  background:rgba(11,122,59,.08);
}
html[data-estate-theme="light"] .dashboard-kicker{
  color:#0b7a3b;
}
html[data-estate-theme="light"] .dashboard-hero h1{
  color:#102015;
}
html[data-estate-theme="light"] .dashboard-hero p{
  color:#52645d;
}
html[data-estate-theme="light"] .dashboard-hero-panel{
  border-color:#cfeade;
  background:linear-gradient(180deg, #ffffff, #f4fbf6);
  color:#102015;
  box-shadow:0 16px 34px rgba(18,46,30,.08);
}
html[data-estate-theme="light"] .dashboard-hero-panel span,
html[data-estate-theme="light"] .dashboard-hero-panel small{
  color:#6f7f78;
}
html[data-estate-theme="light"] .dashboard-hero-panel i{
  background:#eaf7ef;
  color:#0b7a3b;
}
html[data-estate-theme="light"] .dashboard-stat-card{
  border-color:#dce9e2;
  background:linear-gradient(180deg, #ffffff, #f7fbf8);
  color:#102015;
  box-shadow:0 18px 42px rgba(18,46,30,.08);
}
html[data-estate-theme="light"] .dashboard-stat-card small{
  color:#82918b;
}
html[data-estate-theme="light"] .dashboard-stat-label{
  color:#52645d;
}
html[data-estate-theme="light"] .dashboard-insight-card{
  border-color:#dce9e2;
  background:linear-gradient(180deg, #ffffff, #f7fbf8);
  color:#102015;
  box-shadow:0 18px 42px rgba(18,46,30,.08);
}
html[data-estate-theme="light"] .dashboard-insight-card h2{
  color:#102015;
}
html[data-estate-theme="light"] .dashboard-insight-card p{
  color:#52645d;
}
html[data-estate-theme="light"] .dashboard-panel{
  border-color:#dce9e2;
  background:rgba(255,255,255,.86);
  color:#102015;
  box-shadow:0 18px 42px rgba(18,46,30,.08);
}
html[data-estate-theme="light"] .dashboard-panel-head h3,
html[data-estate-theme="light"] .dashboard-list-item strong{
  color:#102015;
}
html[data-estate-theme="light"] .dashboard-list-item{
  border-top-color:#e3eee8;
}
html[data-estate-theme="light"] .dashboard-list-item div span{
  color:#6f7f78;
}
html[data-estate-theme="light"] .dashboard-list-item > span{
  background:#fff7e8;
  color:#8a5a00;
}
html[data-estate-theme="light"] .dashboard-empty{
  border-color:#cfeade;
  background:#f7fbf8;
  color:#6f7f78;
}
html[data-estate-theme="light"] .dashboard-page .app-footer,
html[data-estate-theme="light"] .dashboard-page .app-footer .text-gray-700{
  color:#6f7f78!important;
}
.site-footer-modern{
  margin-top:3rem;
  background:#0f172a;
  color:#d6dde6;
  border-top:4px solid var(--accent);
}
.site-footer-modern a{
  color:inherit;
}
.site-footer-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:2rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:1rem;
  background:linear-gradient(135deg, #0b7a3b, #07572a);
  transform:translateY(-2rem);
  box-shadow:0 18px 45px rgba(6,31,19,.25);
}
.site-footer-kicker{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  margin-bottom:.75rem;
  color:#ffdc8a;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-footer-cta h2{
  max-width:760px;
  margin:0;
  color:#fff;
  font-size:clamp(1.65rem, 3vw, 2.4rem);
  line-height:1.12;
  font-weight:850;
}
.site-footer-cta p{
  max-width:720px;
  margin:.75rem 0 0;
  color:rgba(255,255,255,.84);
}
.site-footer-actions{
  display:flex;
  align-items:center;
  gap:.75rem;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.site-footer-main{
  display:grid;
  grid-template-columns:minmax(260px, 1.45fr) repeat(3, minmax(160px, .75fr));
  gap:2rem;
  padding:0 0 2.25rem;
}
.site-footer-logo{
  display:inline-flex;
  align-items:center;
  margin-bottom:1rem;
}
.site-footer-logo img{
  width:205px;
  max-width:100%;
  height:auto;
  filter:brightness(0) invert(1);
}
.site-footer-brand p{
  max-width:440px;
  margin:0 0 1.1rem;
  color:#aeb8c7;
}
.site-footer-scope{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-bottom:1.1rem;
}
.site-footer-scope span{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.45rem .7rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#eef3f8;
  font-size:.82rem;
  font-weight:650;
}
.site-footer-scope i{
  color:#ffce63;
}
.site-footer-social{
  display:flex;
  gap:.6rem;
  flex-wrap:wrap;
}
.site-footer-social a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
}
.site-footer-social a:hover{
  border-color:var(--accent);
  background:var(--accent);
  color:#111827;
}
.site-footer-nav,
.site-footer-contact{
  display:flex;
  flex-direction:column;
  gap:.6rem;
}
.site-footer-nav h2,
.site-footer-contact h2{
  margin:0 0 .45rem;
  color:#fff;
  font-size:.95rem;
  font-weight:800;
}
.site-footer-nav a{
  color:#aeb8c7;
  font-weight:600;
}
.site-footer-nav a:hover{
  color:#ffce63;
}
.site-footer-contact a{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  color:#cbd5e1;
}
.site-footer-contact i{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:.75rem;
  background:rgba(11,122,59,.25);
  color:#80e0aa;
}
.site-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  flex-wrap:wrap;
  padding:1.15rem 0;
  border-top:1px solid rgba(255,255,255,.1);
  color:#98a6b8;
  font-size:.9rem;
}
.site-footer-legal-links{
  display:flex;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
}
.site-footer-legal-links a:hover{
  color:#ffce63;
}
.faan-cookie-consent{
  position:fixed;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:1100;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  border-radius:1rem;
  background:#111827;
  color:#fff;
  padding:1rem;
  box-shadow:0 20px 50px rgba(15,23,42,.25);
}
.faan-cookie-actions{
  display:flex;
  gap:.5rem;
  align-items:center;
}
@media(max-width:991px){
  .auth-wrap-modern{
    align-items:flex-start;
    padding:1rem;
    background:#f4f7f3;
  }
  .auth-shell,
  .auth-shell-wide{
    grid-template-columns:1fr;
    min-height:auto;
    border-radius:1.1rem;
  }
  .auth-brand-panel{
    padding:1.35rem;
    gap:1.35rem;
  }
  .auth-brand-copy h1{
    font-size:2rem;
  }
  .auth-proof-grid{
    grid-template-columns:1fr;
  }
  .auth-card-modern{
    padding:1.35rem;
  }
  .auth-form-head h2{
    font-size:1.65rem;
  }
  .institutional-hero{
    padding:4rem 0 3rem;
  }
  .institutional-hero-inner,
  .institutional-card-grid,
  .institutional-note{
    grid-template-columns:1fr;
  }
  .institutional-hero h1{
    font-size:2.65rem;
  }
  .dashboard-insight-grid{
    grid-template-columns:1fr;
  }
  .sidebar{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    width:310px;
    min-height:100vh;
    max-width:86vw;
    z-index:1200;
    transform:translateX(-104%);
    padding:.85rem!important;
    overflow-y:auto;
  }
  body.estate-mobile-sidebar-open .sidebar{
    transform:translateX(0);
  }
  body.estate-mobile-sidebar-open .estate-sidebar-backdrop{
    display:block;
  }
  body.estate-sidebar-collapsed .sidebar,
  html.estate-sidebar-prefers-collapsed .sidebar{
    width:310px;
    max-width:86vw;
  }
  .estate-sidebar-top{
    gap:.55rem;
    padding:.25rem 0 .75rem;
  }
  .estate-sidebar-brand{
    gap:.65rem!important;
  }
  .estate-sidebar-brand .stat-icon{
    width:46px;
    height:46px;
    flex:0 0 46px;
    border-radius:1rem;
    font-size:1.18rem;
    box-shadow:0 10px 22px rgba(11,122,59,.2);
  }
  .estate-sidebar-brand h5{
    font-size:.96rem;
    line-height:1.05;
    white-space:nowrap;
  }
  .estate-sidebar-brand small{
    font-size:.78rem;
  }
  .estate-sidebar-close{
    display:inline-flex!important;
    width:38px;
    height:38px;
    flex:0 0 38px;
    border-radius:.85rem;
  }
  .estate-sidebar-collapse{
    display:none!important;
  }
  .estate-sidebar-role{
    margin:.75rem 0 .9rem;
    padding:.58rem .68rem;
    border-radius:.9rem;
  }
  .estate-role-switcher label{
    font-size:.68rem;
    letter-spacing:.07em;
  }
  .estate-role-select-wrap select{
    height:34px;
    font-size:.84rem;
  }
  body.estate-sidebar-collapsed .estate-sidebar-brand-copy,
  body.estate-sidebar-collapsed .estate-sidebar-role,
  body.estate-sidebar-collapsed .estate-nav-label,
  html.estate-sidebar-prefers-collapsed .estate-sidebar-brand-copy,
  html.estate-sidebar-prefers-collapsed .estate-sidebar-role,
  html.estate-sidebar-prefers-collapsed .estate-nav-label{
    display:block;
  }
  body.estate-sidebar-collapsed .estate-sidebar-top,
  html.estate-sidebar-prefers-collapsed .estate-sidebar-top{
    justify-content:space-between;
    flex-direction:row;
  }
  body.estate-sidebar-collapsed .estate-sidebar-brand,
  html.estate-sidebar-prefers-collapsed .estate-sidebar-brand{
    justify-content:flex-start;
    flex:1;
  }
  body.estate-sidebar-collapsed .sidebar .nav-link,
  html.estate-sidebar-prefers-collapsed .sidebar .nav-link{
    justify-content:flex-start;
    padding:.7rem .9rem;
  }
  .sidebar .nav-link{
    min-height:44px;
    margin-bottom:.2rem;
    padding:.68rem .78rem;
    border-radius:.85rem;
    font-size:.94rem;
  }
  .sidebar .nav-link i{
    width:1.12rem;
    flex-basis:1.12rem;
    font-size:1.05rem;
  }
  .app-header,.app-main,
  body.estate-sidebar-collapsed .app-header,
  body.estate-sidebar-collapsed .app-main,
  html.estate-sidebar-prefers-collapsed .app-header,
  html.estate-sidebar-prefers-collapsed .app-main{
    margin-left:0;
  }
  .estate-form-grid{ grid-template-columns:1fr; }
  .estate-form-grid .col-span-2{ grid-column:auto; }
  .dashboard-hero{
    grid-template-columns:1fr;
  }
  .dashboard-hero-panel{
    min-height:auto;
  }
  .dashboard-stat-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .site-footer-cta{
    transform:none;
    margin-top:1.5rem;
    flex-direction:column;
    align-items:flex-start;
  }
  .site-footer-actions{
    justify-content:flex-start;
  }
  .site-footer-main{
    grid-template-columns:1fr 1fr;
    padding-top:2rem;
  }
  .faan-cookie-consent{ flex-direction:column; }
}
@media(max-width:575px){
  .navbar-brand{
    gap:.55rem;
    font-size:1rem;
  }
  .navbar-brand-symbol{
    width:42px;
    height:42px;
    flex-basis:42px;
    border-radius:.9rem;
    font-size:1.25rem;
  }
  .dashboard-topbar{
    position:sticky;
    top:0;
    display:grid!important;
    grid-template-columns:1fr;
    row-gap:.95rem;
    align-items:stretch!important;
    padding:.85rem .85rem .9rem!important;
    min-height:auto;
  }
  .dashboard-topbar-main{
    width:100%;
    min-height:44px;
    padding-right:48px;
    gap:.7rem!important;
  }
  .dashboard-title-block{
    overflow:hidden;
  }
  .dashboard-topbar-kicker{
    font-size:.64rem;
    letter-spacing:.09em;
    line-height:1;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .dashboard-topbar h5{
    max-width:100%;
    margin-top:.18rem;
    font-size:1.02rem;
    line-height:1.12;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .dashboard-icon-button{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:.95rem;
    font-size:1.15rem;
  }
  .dashboard-topbar-actions{
    width:100%;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start;
    gap:.5rem!important;
    padding-left:0;
  }
  .dashboard-theme-toggle{
    height:36px;
    padding:0 .7rem;
    border-radius:.85rem;
    font-size:.86rem;
  }
  .dashboard-status-pill{
    flex:1 1 auto;
    min-width:0;
    height:36px;
    justify-content:center;
    padding:.35rem .6rem;
    font-size:.78rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .dashboard-user-menu{
    position:absolute;
    top:.75rem;
    right:.85rem;
  }
  .dashboard-avatar{
    width:42px!important;
    height:42px!important;
    font-size:.92rem;
  }
  .dashboard-stat-grid{
    grid-template-columns:1fr;
  }
  .dashboard-hero{
    padding:1.15rem;
  }
  .site-footer-cta{
    padding:1.35rem;
  }
  .site-footer-main{
    grid-template-columns:1fr;
  }
  .site-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Glass button treatment */
.btn,
a.btn,
button:not(.btn-close):not(.estate-sidebar-backdrop),
.page-link,
.property-page-link,
.dashboard-icon-button,
.dashboard-theme-toggle,
.estate-sidebar-collapse,
.estate-sidebar-close,
.navbar-toggler,
.portal-password-toggle{
  position:relative;
  overflow:hidden;
  border-style:solid;
  backdrop-filter:blur(14px) saturate(150%);
  -webkit-backdrop-filter:blur(14px) saturate(150%);
  background-image:
    linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,.12) 42%, rgba(255,255,255,0) 70%)!important;
  background-blend-mode:screen;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -1px 0 rgba(255,255,255,.12),
    0 12px 26px rgba(15,23,42,.12);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease,
    color .18s ease;
}
.btn:hover,
.btn:focus-visible,
a.btn:hover,
a.btn:focus-visible,
button:not(.btn-close):not(.estate-sidebar-backdrop):hover,
button:not(.btn-close):not(.estate-sidebar-backdrop):focus-visible,
.page-link:hover,
.page-link:focus-visible,
.property-page-link:hover,
.property-page-link:focus-visible,
.dashboard-icon-button:hover,
.dashboard-icon-button:focus-visible,
.dashboard-theme-toggle:hover,
.dashboard-theme-toggle:focus-visible,
.estate-sidebar-collapse:hover,
.estate-sidebar-collapse:focus-visible,
.estate-sidebar-close:hover,
.estate-sidebar-close:focus-visible,
.navbar-toggler:hover,
.navbar-toggler:focus-visible,
.portal-password-toggle:hover,
.portal-password-toggle:focus-visible{
  transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(255,255,255,.16),
    0 16px 32px rgba(15,23,42,.16);
}
.btn:active,
a.btn:active,
button:not(.btn-close):not(.estate-sidebar-backdrop):active,
.page-link:active,
.property-page-link:active,
.dashboard-icon-button:active,
.dashboard-theme-toggle:active,
.estate-sidebar-collapse:active,
.estate-sidebar-close:active,
.navbar-toggler:active,
.portal-password-toggle:active{
  transform:translateY(0);
  box-shadow:
    inset 0 2px 5px rgba(15,23,42,.16),
    0 8px 18px rgba(15,23,42,.12);
}
.btn:disabled,
.btn.disabled,
button:disabled,
.page-item.disabled .page-link{
  transform:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);
}
.btn-primary,
.btn-brand,
.btn-success,
.btn-dashboard-primary{
  border-color:rgba(255,255,255,.28)!important;
}
.btn-warning{
  border-color:rgba(255,255,255,.36)!important;
}
.btn-light,
.btn-outline-light,
.btn-light-primary,
.btn-outline-brand,
.btn-dashboard-ghost{
  background-color:rgba(255,255,255,.62)!important;
  border-color:rgba(255,255,255,.46)!important;
}
.btn-light-success{
  background-color:rgba(234,247,239,.72)!important;
  border-color:rgba(11,122,59,.18)!important;
}
.btn-light-warning{
  background-color:rgba(255,247,232,.74)!important;
  border-color:rgba(244,166,42,.22)!important;
}
.btn-light-danger{
  background-color:rgba(254,226,226,.74)!important;
  border-color:rgba(180,35,24,.18)!important;
}
html[data-estate-theme="dark"] .btn-light,
html[data-estate-theme="dark"] .btn-outline-light,
html[data-estate-theme="dark"] .btn-light-primary,
html[data-estate-theme="dark"] .btn-outline-brand,
html[data-estate-theme="dark"] .btn-dashboard-ghost,
html[data-estate-theme="dark"] .dashboard-icon-button,
html[data-estate-theme="dark"] .dashboard-theme-toggle,
html[data-estate-theme="dark"] .estate-sidebar-collapse,
html[data-estate-theme="dark"] .estate-sidebar-close{
  background-color:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.20)!important;
  color:#f8fafc!important;
}
