.game-status-bar {
  container-type: inline-size;
  position: absolute;
  top: 2.25%;
  left: 6.4%;
  right: 6.4%;
  z-index: 7;
  min-height: 4.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 3cqw, 24px);
  padding: clamp(5px, 1.25cqw, 10px) clamp(20px, 5.4cqw, 42px);
  border: 1px solid #c89235;
  border-radius: 999px;
  background: rgba(255, 251, 237, .97);
  color: #173f35;
  box-shadow: 0 3px 7px rgba(54, 65, 47, .12), inset 0 0 0 1px rgba(255, 255, 255, .8);
  pointer-events: none;
}

.game-status-chip,
.game-energy-chip {
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: clamp(4px, 1cqw, 8px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  white-space: nowrap;
}

.game-status-chip { flex: 0 1 auto; color: #8a5a17; }
.game-energy-chip { flex: 0 0 auto; }

.game-status-chip strong,
.game-energy-chip strong {
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(15px, 3.85cqw, 24px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
}

.game-energy-chip strong span {
  margin-right: .24em;
  font-size: .78em;
}

.game-time-icon,
.game-energy-icon {
  width: clamp(15px, 5.5cqw, 29px);
  height: clamp(15px, 5.5cqw, 29px);
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.game-status-ornament {
  position: absolute;
  left: 50%;
  bottom: clamp(-5px, -0.55cqw, -2px);
  width: clamp(22px, 5.6cqw, 36px);
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
}

.game-status-bar[data-status-tone="evening"] {
  background: rgba(255, 252, 242, .94);
  color: #193f35;
}

.event-dialogue-screen .game-status-bar {
  top: 2.3%;
  left: 5.6%;
  right: 5.6%;
}

.event-dialogue-screen .game-status-chip,
.event-dialogue-screen .game-energy-chip {
  min-height: 0;
  padding: 0;
  background: transparent;
}

.event-dialogue-screen .game-status-chip strong,
.event-dialogue-screen .game-energy-chip strong {
  font-size: clamp(15px, 4cqw, 25px);
}

@media (max-width: 600px) {
  .game-status-bar {
    top: 2.25%;
    left: 6.4%;
    right: 6.4%;
    min-height: 4.2%;
  }
}
