/* LE Cooke theme helpers (kept small on purpose) */
.sidebar {
  width: 240px;
  min-height: 100vh;
  background: #0b2f22;
  color: #fff;
}
.sidebar .nav-link { color: #cbd5e1; }
.sidebar .nav-link:hover { color: #fff; }
