:root {
  --turnus-beta-accent: #b68cff;
}

body::before {
  content: "TURNUS BETA · ISOLERT TESTMILJØ";
  position: fixed;
  z-index: 100000;
  top: max(8px, env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border: 1px solid var(--turnus-beta-accent);
  border-radius: 999px;
  background: rgba(20, 9, 31, .94);
  color: #e2ccff;
  box-shadow: 0 0 22px rgba(182, 140, 255, .24);
  font: 700 11px/1.2 system-ui, sans-serif;
  letter-spacing: .13em;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 520px) {
  body::before {
    top: auto;
    bottom: max(8px, env(safe-area-inset-bottom));
    font-size: 9px;
  }
}
