/* Header styles */
.app-header {
  width: 100%;
  z-index: 100;
}

.status-bar {
  position: relative;
  height: 54px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
}

.time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.time-text {
  font-family: SF Pro, var(--default-font-family);
  font-size: 17px;
  font-weight: 590;
  color: #000000;
}

.status-icons {
  width: 100px;
  height: 22px;
  background: url(https://static.codia.ai/image/2025-03-24/198aed3a-20af-43fa-add2-4b0f76825d14.svg) no-repeat right center;
  background-size: contain;
}

.navigation-bar {
  height: 44px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.app-title {
  font-family: SF Pro, var(--default-font-family);
  font-size: 17px;
  font-weight: 590;
  color: #000000;
  text-align: center;
  letter-spacing: -0.43px;
}

.nav-controls {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-button {
  width: 25px;
  height: 22px;
  background: url(https://static.codia.ai/image/2025-03-24/156f7ee9-8b6a-4a08-8b54-50960115bca4.png) no-repeat center;
  background-size: cover;
}
