
/* BIGSYS_VISUAL_V34_PROVIDER_TOTALS_AI_GREEN_START
   Solo visual:
   - Sugerencias IA de PROVEEDOR y TOTALES en verde.
   - No toca clicks.
   - No toca dropdown.
   - No toca datos, OCR, endpoints ni validaciones.
*/

:root{
  --v34-ai-top: rgba(40,209,124,.34);
  --v34-ai-bot: rgba(40,209,124,.20);
  --v34-ai-border: rgba(40,209,124,.92);
  --v34-ai-text: #effff5;
}

.visual-panel-ai-suggestion-v34{
  background: linear-gradient(180deg, var(--v34-ai-top), var(--v34-ai-bot)) !important;
  border: 1px solid var(--v34-ai-border) !important;
  color: var(--v34-ai-text) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 1px rgba(40,209,124,.10) !important;
}

.visual-panel-ai-suggestion-v34 *,
.visual-panel-ai-suggestion-v34 em,
.visual-panel-ai-suggestion-v34 span,
.visual-panel-ai-suggestion-v34 strong{
  color: var(--v34-ai-text) !important;
}

.visual-panel-ai-suggestion-v34:hover{
  background: linear-gradient(180deg, rgba(40,209,124,.42), rgba(40,209,124,.26)) !important;
  border-color: rgba(40,209,124,1) !important;
}

/* No pintar botones de accion como IA/Recalcular/Restablecer */
.visual-panel-ai-action-ignore-v34{
  background: inherit !important;
}

/* BIGSYS_VISUAL_V34_PROVIDER_TOTALS_AI_GREEN_END */
