:root{
  --cbvs-primary:#0d4f3c;
  --cbvs-primary-dark:#083528;
  --cbvs-accent:#c9a227;
  --cbvs-sidebar-w:250px;
  --cbvs-bg:#f4f6f8;
}

*{box-sizing:border-box;}

body.cbvs-body{
  background:var(--cbvs-bg);
  font-family:"Segoe UI",Roboto,Arial,sans-serif;
  margin:0;
}

.cbvs-wrapper{
  display:flex;
  min-height:100vh;
}

/* ---------- Sidebar ---------- */
.cbvs-sidebar{
  width:var(--cbvs-sidebar-w);
  flex-shrink:0;
  background:linear-gradient(180deg,var(--cbvs-primary) 0%,var(--cbvs-primary-dark) 100%);
  color:#fff;
  display:flex;
  flex-direction:column;
  position:fixed;
  top:0;left:0;bottom:0;
  z-index:1040;
  transition:transform .25s ease;
}

.cbvs-brand{
  padding:1.25rem 1rem;
  font-weight:700;
  font-size:1.05rem;
  border-bottom:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  gap:.5rem;
}
.cbvs-brand i{color:var(--cbvs-accent);}

.cbvs-menu{
  list-style:none;
  padding:.5rem 0;
  margin:0;
  flex:1;
  overflow-y:auto;
}

.cbvs-menu li a{
  display:flex;
  align-items:center;
  gap:.65rem;
  padding:.7rem 1.25rem;
  color:rgba(255,255,255,.85);
  text-decoration:none;
  font-size:.92rem;
  border-left:3px solid transparent;
}

.cbvs-menu li a:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

.cbvs-menu li.active a{
  background:rgba(255,255,255,.12);
  border-left-color:var(--cbvs-accent);
  color:#fff;
  font-weight:600;
}

.cbvs-menu li a i{width:18px;text-align:center;}

.cbvs-sidebar-user{
  padding:.9rem 1.1rem;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  gap:.6rem;
  font-size:.85rem;
}
.cbvs-sidebar-user i{font-size:1.6rem;color:rgba(255,255,255,.7);}
.cbvs-sidebar-user .name{font-weight:600;}
.cbvs-sidebar-user .role{opacity:.7;font-size:.75rem;text-transform:uppercase;}

/* ---------- Main ---------- */
.cbvs-main{
  margin-left:var(--cbvs-sidebar-w);
  width:calc(100% - var(--cbvs-sidebar-w));
  display:flex;
  flex-direction:column;
  min-height:100vh;
}

.cbvs-navbar{padding:.6rem 1rem;}
.cbvs-sidebar-toggle{border:1px solid #dee2e6;}
.cbvs-quick-search{gap:.25rem;}
.cbvs-quick-search input{width:230px;}

.cbvs-content{
  padding:1.5rem;
  flex:1;
}

.cbvs-footer{
  padding:1rem 1.5rem;
  color:#6c757d;
  border-top:1px solid #e5e7eb;
  background:#fff;
}

/* ---------- Cards ---------- */
.cbvs-stat-card{
  border:none;
  border-radius:.75rem;
  color:#fff;
  padding:1.25rem;
  box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.cbvs-stat-card .stat-icon{
  width:48px;height:48px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:1.3rem;
}
.cbvs-stat-card .stat-value{font-size:1.8rem;font-weight:700;}
.cbvs-stat-card .stat-label{font-size:.85rem;opacity:.9;}

.bg-cbvs-primary{background:linear-gradient(135deg,#0d4f3c,#0f6b52);}
.bg-cbvs-warning{background:linear-gradient(135deg,#c98a13,#e0a530);}
.bg-cbvs-success{background:linear-gradient(135deg,#157347,#1f9d5f);}
.bg-cbvs-danger{background:linear-gradient(135deg,#a02334,#c8384c);}
.bg-cbvs-info{background:linear-gradient(135deg,#0f6674,#158da0);}

.card{border-radius:.65rem;border:1px solid #eceff1;}
.table thead th{background:#f8f9fa;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;color:#495057;border-bottom-width:1px;}
.table td, .table th{vertical-align:middle;font-size:.9rem;}

.cbvs-doc-thumb{
  width:100%;
  max-width:220px;
  border-radius:.5rem;
  border:1px solid #dee2e6;
  padding:4px;
  background:#fff;
}

.cbvs-login-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--cbvs-primary) 0%,var(--cbvs-primary-dark) 100%);
  padding:1rem;
}
.cbvs-login-card{
  width:100%;
  max-width:420px;
  border-radius:1rem;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(0,0,0,.25);
}
.cbvs-login-card .card-header{
  background:#fff;
  text-align:center;
  padding:2rem 1.5rem 1rem;
  border-bottom:none;
}
.cbvs-login-card .card-header i{font-size:2.4rem;color:var(--cbvs-primary);}
.cbvs-login-card .card-body{padding:1.5rem 1.75rem 2rem;}

@media (max-width:991.98px){
  .cbvs-sidebar{transform:translateX(-100%);}
  .cbvs-sidebar.show{transform:translateX(0);}
  .cbvs-main{margin-left:0;width:100%;}
  .cbvs-quick-search input{width:150px;}
}

.cbvs-badge-count{font-size:.7rem;}

.cbvs-search-dropdown{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  margin-top:.25rem;
  background:#fff;
  border:1px solid #dee2e6;
  border-radius:.5rem;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  max-height:320px;
  overflow-y:auto;
  z-index:1050;
}
.cbvs-search-dropdown a{
  display:block;
  padding:.5rem .75rem;
  color:#212529;
  text-decoration:none;
  font-size:.85rem;
  border-bottom:1px solid #f1f3f5;
}
.cbvs-search-dropdown a:last-child{border-bottom:none;}
.cbvs-search-dropdown a:hover{background:#f8f9fa;}
.cbvs-search-dropdown .track{color:#6c757d;font-size:.75rem;}
