/* =============================================================
   CutCode Demo-Modus Styles
   ============================================================= */

/* Disabled AI input - subtle, no overlay */
.ai-chat-input textarea[data-demo-disabled] {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.ai-send[data-demo-disabled] {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
}
