/* ============================================
   HEADER BAR
   ============================================ */
.header-bar {
  background: #0c1f5a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-bar h1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

.header-bar .welcome {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}
