/* Runtime enforcement grenade overlay — diagnostic only */

#aileen-runtime-grenade-overlay-root[data-visible="true"] {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: block;
  pointer-events: auto;
  background: rgba(120, 0, 0, 0.92);
  color: #fff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  box-sizing: border-box;
}

#aileen-runtime-grenade-overlay-root .arg-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  color: #ffdddd;
}

#aileen-runtime-grenade-overlay-root .arg-section {
  margin: 0 0 10px;
  white-space: pre-wrap;
  word-break: break-word;
}

#aileen-runtime-grenade-overlay-root .arg-label {
  color: #ffaaaa;
  font-weight: 700;
}

#aileen-runtime-grenade-overlay-root .arg-stack {
  max-height: 220px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.35);
  padding: 8px;
  border: 1px solid rgba(255, 180, 180, 0.35);
}

#aileen-runtime-grenade-overlay-root .arg-raw {
  max-height: 180px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.25);
  padding: 8px;
}

#aileen-runtime-grenade-overlay-root .arg-actions {
  margin-top: 12px;
}

#aileen-runtime-grenade-overlay-root .arg-dismiss {
  background: #330000;
  color: #fff;
  border: 1px solid #aa4444;
  padding: 6px 10px;
  cursor: pointer;
  font: inherit;
}

#aileen-runtime-grenade-overlay-root[hidden] {
  display: none !important;
}

.arg-fail-fast-blocker {
  position: fixed;
  inset: 0;
  z-index: 2147482999;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
