/* Device-neutral Herio product canvas. Uses the locked Sylt-light tokens. */
.demo-shell {
  width: min(470px, 88vw);
  display: grid;
  gap: 12px;
  min-width: 0;
}

.demo-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding-inline: 4px;
}

.demo-context span,
.demo-context strong {
  min-width: 0;
  white-space: nowrap;
}

.demo-context span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.demo-context strong {
  color: var(--sea-dark);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.demo-shell .app-frame {
  width: 100%;
}

@media (min-width: 981px) and (max-height: 860px) {
  .demo-shell { width: min(400px, 76vw); }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .demo-shell { width: min(410px, 80vw); }
}

@media (max-width: 980px) {
  .demo-context { display: none; }
}

@media (prefers-contrast: more) {
  .demo-context span,
  .demo-context strong { color: var(--ink); }
}
