.test-server-banner {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(5px + env(safe-area-inset-top)) 12px 5px;
  background: rgba(255, 220, 48, 0.68);
  color: #2d2600;
  font: 700 10px/1.2 "DM Mono", monospace;
  letter-spacing: 1.8px;
  text-align: center;
  pointer-events: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

body.test-server {
  padding-top: calc(22px + env(safe-area-inset-top));
}

@media (min-width: 801px) {
  body.test-server .sidebar {
    top: calc(22px + env(safe-area-inset-top));
  }
}

body.test-server [data-test-latest-change] {
  position: relative;
  border-radius: 12px;
  background: rgba(255, 220, 48, 0.14);
  box-shadow: 0 0 0 2px rgba(255, 220, 48, 0.62), 0 0 18px rgba(255, 220, 48, 0.16);
}
