.demo-boundary,
:root,
[data-theme="paper"] {
  --muted: #625e57;
}
.demo-boundary{position:relative;z-index:10001;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 18px;color:#fff;background:#172c2e;font:600 13px/1.35 system-ui,-apple-system,sans-serif}.demo-boundary div{display:flex;align-items:baseline;gap:12px}.demo-boundary strong{letter-spacing:.03em}.demo-boundary span{color:#d7e4e1;font-weight:450}.demo-boundary a{min-height:36px;display:inline-flex;align-items:center;color:#fff;text-underline-offset:4px}.demo-live-note{padding:8px 18px;color:#483e25;background:#fff3c4;border-bottom:1px solid #d8c987;font:500 12px/1.4 system-ui,-apple-system,sans-serif}.demo-disabled{cursor:not-allowed!important;opacity:.52!important}.demo-disabled-explanation{margin:.6rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.4}@media(max-width:700px){.demo-boundary{align-items:flex-start;flex-direction:column;gap:6px;padding:10px 14px}.demo-boundary div{align-items:flex-start;flex-direction:column;gap:2px}.demo-live-note{padding:8px 14px}}
