/* ================================================
   FLAT SIMPLE DESIGN - HJ ERP
   Minimal overrides — main styles live in application.css
   ================================================ */

/* Flat Navbar fallback (overridden by .navbar-core/.navbar-tenant in application.css) */
.navbar-modern {
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.navbar-brand {
  color: #0f172a;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar-brand i {
  color: var(--ctx-accent, #DAA520);
  margin-right: 0.5rem;
}
