.virus-physiqueplus-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60000;
  min-height: 62px;
  padding: 10px max(12px, env(safe-area-inset-right)) 10px max(12px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(137, 232, 239, .3);
  background: rgba(2, 9, 12, .96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .36);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  overflow: visible;
  backdrop-filter: blur(10px);
}

.virus-physiqueplus-header .status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.virus-physiqueplus-header button {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

.virus-physiqueplus-header .utility-btn {
  position: static;
  z-index: auto;
  width: 40px;
  height: 38px;
  flex: 0 0 40px;
  border-radius: 11px;
  border-color: #356176;
  background: #0a202d;
}

.virus-physiqueplus-header .utility-btn:hover,
.virus-physiqueplus-header .utility-btn:focus-visible {
  border-color: var(--cyan);
  background: #12384a;
}

.virus-header-title {
  display: grid;
  min-width: 0;
  color: var(--muted);
  font: 700 .62rem/1.15 Inter, system-ui, sans-serif;
  letter-spacing: .13em;
}

.virus-header-title strong {
  color: var(--cyan);
  font-size: .9rem;
  white-space: nowrap;
}

.virus-physiqueplus-header .physique-plus-menu {
  z-index: 61000;
}

.virus-physiqueplus-header .global-language-menu {
  z-index: 61000;
}

.screen > .hud {
  top: 62px;
}

.screen:has(> .hud) {
  padding-top: 144px;
}

@media (max-width: 640px) {
  .virus-physiqueplus-header {
    min-height: 58px;
    padding-block: 8px;
    gap: 6px;
  }

  .virus-header-title span {
    display: none;
  }

  .virus-header-title strong {
    font-size: .72rem;
  }

  .virus-physiqueplus-header .utility-btn {
    top: auto;
  }

  .screen > .hud {
    top: 58px;
  }

  .screen:has(> .hud) {
    padding-top: 132px;
  }
}

@media (max-width: 430px) {
  .virus-header-title {
    display: none;
  }
}
