/* AiCallAgents skin over OSS voice kitchen — UI only */
:root {
  --bg: #060814;
  --bg2: #0a1020;
  --text: #f7f9ff;
  --muted: #a9b5ca;
  --cyan: #00d4ff;
  --purple: #a855f7;
  --cta: #00d4ff;
}

html.dark,
body,
.bg-background {
  background: var(--bg) !important;
  color: var(--text) !important;
}

.auth-imprint::before,
.auth-imprint::after {
  content: none !important;
  background: none !important;
  display: none !important;
}

aside [class*="radial"],
.pointer-events-none.size-\[28rem\] {
  background: radial-gradient(circle, rgba(0, 212, 255, 0.28), transparent 70%) !important;
}

button[class*="bg-"],
a[class*="bg-primary"],
.bg-primary {
  --tw-gradient-from: #00bddf;
}

/* Hide vendor sales CTA */
aside button,
aside [class*="Enterprise"] {
  display: none !important;
}

img[alt*="Dograh" i],
img[src*="brand-imprint"] {
  display: none !important;
}
