/* Browser-target presentation. Rules are inert in the Electron build. */
html[data-verkalium-platform="web"] .web-demo-kicker {
  margin-top: 8px;
  margin-bottom: 4px;
  color: #7ddfff;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

html[data-verkalium-platform="web"] .web-save-notice {
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(139, 207, 232, 0.25);
  border-radius: 8px;
  background: rgba(8, 18, 30, 0.72);
  color: #d5e7ef;
  font-size: 0.82rem;
  line-height: 1.55;
}

html[data-verkalium-platform="web"] .web-save-message {
  min-height: 1.35em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #a9f7c0;
  font-size: 0.8rem;
}

html[data-verkalium-platform="web"] .web-save-message.is-error {
  color: #ffb7b7;
}

@media (max-width: 1099px) {
  html[data-verkalium-platform="web"] body::before {
    content: "Verkalium Web Demo currently requires a desktop-sized browser window (1100px or wider).";
    position: fixed;
    z-index: 200000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 48px;
    background: #02060c;
    color: #dff7ff;
    font-family: "Orbitron", system-ui, sans-serif;
    text-align: center;
  }
}
