.development-toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--taskbar-h) + 14px);
  z-index: 80;
  min-width: 150px;
  padding: 10px 14px 9px;
  border: 1px solid #716a73;
  color: #e5dfe6;
  background: #100c12;
  font: 900 9px/1 var(--mono);
  letter-spacing: .06em;
  text-align: center;
  transform: translateX(-50%);
}

.development-toast::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: #ff2c9c;
  content: "";
  vertical-align: 1px;
}
