.gaia-physiqueplus-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 220;
  min-height: 62px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(92, 247, 223, .35);
  background: rgba(2, 9, 12, .94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .32);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

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

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

.gaia-header-title {
  display: grid;
  min-width: 0;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .14em;
  line-height: 1.1;
}

.gaia-header-title strong {
  color: var(--cyan);
  font-size: 1rem;
}

.screen {
  padding-top: 88px;
}

.panel {
  max-height: calc(100vh - 104px);
}

@media (max-width: 520px) {
  .gaia-physiqueplus-header {
    min-height: 58px;
    padding: 8px 10px;
  }

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

  .gaia-header-title strong {
    font-size: .82rem;
  }

  .screen {
    padding-top: 76px;
  }

  .panel {
    max-height: calc(100vh - 86px);
  }
}
