/* Sinapsis Automation (muestra) — solo marca y color. Tema OSCURO: el fondo y el texto se invierten y la dirección
   "digital" pisa las superficies blancas del molde. La tipografía la pone la dirección. */
:root {
  --cc-red: #2bd9a8;
  --cc-red-600: #22c497;
  --cc-red-700: #74f2cf;
  --cc-red-50: rgba(43, 217, 168, 0.1);
  --cc-red-100: rgba(43, 217, 168, 0.22);
  --cc-red-rgb: 43, 217, 168;
  --cc-accent: #8b7cff;
  --cc-accent-ink: #0b0820;
  --cc-ink: #eef2ff;
  --cc-ink-2: #c9d1e6;
  --cc-body: #aab3c8;
  --cc-muted: #8089a0;
  --cc-dark: #05080f;
  --cc-soft: #0c1220;
  --cc-bg: #080c16;
  --cc-bg-2: #0c1220;
  --cc-line: rgba(255, 255, 255, 0.1);
}
