.twin-notice {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  background: color-mix(in srgb, currentColor 8%, transparent);
  font: inherit;
  line-height: 1.4;
}

.twin-notice a {
  color: inherit;
  text-decoration: underline;
}

[data-twin-diagnostics] {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2147483000;
  max-width: min(32rem, calc(100vw - 1.5rem));
  max-height: 40vh;
  overflow: auto;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #111827;
  color: #f9fafb;
  font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

[data-twin-diagnostics] .twin-diagnostics-title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

[data-twin-diagnostics] ol {
  margin: 0;
  padding: 0 0 0 1.25rem;
}

[data-twin-diagnostics] li {
  margin: 0 0 0.25rem;
}

[data-twin-diagnostics] li[data-owner="template"] {
  color: #fde68a;
}

[data-twin-diagnostics] li[data-owner="platform"] {
  color: #fca5a5;
}

[data-twin-diagnostics] li[data-owner="ok"] {
  color: #a7f3d0;
}
