/* Owner NOC ops strip — ?ops=1 */
.owner-ops-strip {
  margin: 0.65rem 0 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 255, 0.25);
  background: rgba(8, 16, 28, 0.85);
  font-size: 0.82rem;
}
.owner-ops-strip.hidden { display: none; }
.owner-ops-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.owner-ops-head h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #7ee8ff;
}
.owner-ops-summary { color: #a8b8cc; font-size: 0.78rem; }
.owner-ops-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}
@media (max-width: 420px) {
  .owner-ops-tiles { grid-template-columns: repeat(2, 1fr); }
}
.owner-ops-tile {
  padding: 0.35rem 0.45rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.owner-ops-tile.ok { border-color: rgba(46, 204, 113, 0.35); }
.owner-ops-tile.down { border-color: rgba(231, 76, 60, 0.45); }
.owner-ops-tile-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; color: #8899aa; }
.owner-ops-tile-status { font-weight: 600; font-size: 0.78rem; }
.owner-ops-tile.ok .owner-ops-tile-status { color: #6ee7a0; }
.owner-ops-tile.down .owner-ops-tile-status { color: #ff8a80; }
.owner-ops-banner {
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
}
.owner-ops-banner.warn { background: rgba(255, 193, 7, 0.12); color: #ffd666; }
.owner-ops-banner.ok { background: rgba(46, 204, 113, 0.1); color: #9ef0b8; }
.owner-ops-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.owner-ops-actions button {
  flex: 1 1 auto;
  min-width: 7rem;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 212, 255, 0.3);
  background: rgba(0, 80, 120, 0.35);
  color: #dff6ff;
  font-size: 0.74rem;
  cursor: pointer;
}
.owner-ops-actions button:disabled { opacity: 0.45; cursor: not-allowed; }
.owner-ops-url {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  color: #8aa0b8;
  word-break: break-all;
}
.owner-ops-receipts {
  margin-top: 0.45rem;
  max-height: 4.5rem;
  overflow-y: auto;
  font-size: 0.68rem;
  color: #7a8a9a;
  font-family: ui-monospace, monospace;
}

.orb-voice-api-badge {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #7ee8ff;
  letter-spacing: 0.03em;
}
.call-action.pstn-disabled {
  opacity: 0.4;
  pointer-events: none;
}
