/* Tema "naranja" — fondo blanco, acento naranja, tipografía de sistema y
   contraste alto: todos los pares texto/fondo cumplen WCAG AA (≥ 4.5:1). */
:root {
  --font: Arial, Helvetica, sans-serif;

  /* superficies */
  --bg: #ffffff;                /* fondo de página */
  --surface: #ffffff;           /* tarjetas, sidebar, inputs */
  --surface-raised: #ffffff;    /* tarjetas de calendario */
  --surface-hover: #f7f1ee;     /* hover de menú y filas pares */

  /* marca / acción */
  --primary: #b34700;
  --primary-strong: #8c3800;    /* hover de botones y su borde */
  --on-primary: #ffffff;        /* texto sobre --primary */
  --topbar-admin: #1a1a1a;
  --topbar-empleado: #333333;
  --btn-disabled: #767676;
  --shadow: #d6ccc5;            /* sombra dura de la tarjeta de confirmación */

  /* texto */
  --text: #111111;
  --text-muted: #333333;        /* etiquetas y texto secundario */
  --text-soft: #444444;
  --text-softer: #595959;
  --text-disabled: #6b6b6b;

  /* bordes */
  --border-soft: #c2bab3;       /* separadores de tabla y menú */
  --border-subtle: #e3ddd9;     /* celdas de calendario */
  --border-ghost: #d0c9c4;      /* días de otro mes */

  /* semántica */
  --success: #1e7e34;
  --danger: #b3261e;
  --red: #c00000;
  --entrada: #1e7e34;
  --salida: #b3261e;
  --pendiente: #7a5c00;
  --alert-bg: #fff8e1;
  --anulado-bg: #fdecea;
  --festivo-bg: #fde7e9;
  --festivo-text: #8f1d21;
  --festivo-border: #b3261e55;
  --assigned-bg: #e8f5e9;
  --assigned-border: #1e7e34;
  --danger-strong: #8f1d21;     /* .btn-danger */
  --danger-strong-hover: #b3261e;
  --danger-strong-border: #6e1418;

  /* superposiciones */
  --tooltip-bg: #1a1a1a;
  --tooltip-text: #ffffff;
  --overlay: rgba(0, 0, 0, 0.5);

  /* calendario de equipo (panel de jefe) */
  --cal-presencial-bg: #dcefd4;
  --cal-presencial-text: #1c4a10;
  --cal-remoto-bg: #d8e6f5;
  --cal-remoto-text: #0f3a66;
  --cal-ausencia-bg: #e9dcf5;
  --cal-ausencia-text: #46246e;
  --cal-sindef-bg: #ffffff;
  --cal-finde-bg: #f7f1ee;
}
