/* ================================================================
   variables.css — Sistema de diseño UNAH-VS Reporta
   Colores institucionales: Azul #003366 + Rojo #CC0000
   ================================================================ */
:root {
  /* ── Tokens UNAH-VS Reporta ────────────────────────────── */
  --unah-navy:        #002244;
  --unah-blue:        #003366;
  --unah-deep:        #1a4d8a;
  --unah-coral:       #CC0000;
  --background:       #f5f7fa;
  --surface:          #ffffff;
  --text:             #1a2332;
  --muted:            #718096;
  --border:           #d1d9e0;
  --success:          #0d7a3b;
  --warning:          #b45309;
  --danger:           #b91c1c;
  --shadow-sm:        0 2px 6px rgba(0, 51, 102, 0.08);
  --shadow-md:        0 4px 12px rgba(0, 51, 102, 0.10);
  --radius-sm:        0.25rem;
  --radius-md:        0.5rem;
  --radius-lg:        0.75rem;

  /* ── Colores UNAH (legado) ─────────────────────────────── */
  --color-primary:        #003366;
  --color-primary-dark:   #002244;
  --color-primary-light:  #1a4d8a;
  --color-primary-pale:   #e8eef5;
  --color-accent:         #CC0000;
  --color-accent-dark:    #aa0000;
  --color-accent-light:   #ff1a1a;
  --color-accent-pale:    #fde8e8;

  /* ── Neutros ──────────────────────────────────────────── */
  --color-white:          #ffffff;
  --color-background:     #f5f7fa;
  --color-surface:        #ffffff;
  --color-surface-alt:    #f0f3f7;
  --color-border:         #d1d9e0;
  --color-border-light:   #e8ecf0;

  /* ── Texto ────────────────────────────────────────────── */
  --color-text:           #1a2332;
  --color-text-secondary: #4a5568;
  --color-text-muted:     #718096;
  --color-text-inverse:   #ffffff;

  /* ── Estados funcionales ──────────────────────────────── */
  --color-success:        #0d7a3b;
  --color-success-bg:     #e6f4ec;
  --color-warning:        #b45309;
  --color-warning-bg:     #fef3cd;
  --color-danger:         #b91c1c;
  --color-danger-bg:      #fee2e2;
  --color-info:           #0369a1;
  --color-info-bg:        #e0f2fe;

  /* ── Estados de incidencia ────────────────────────────── */
  --estado-reportado:     #6b7280;
  --estado-revision:      #2563eb;
  --estado-asignado:      #d97706;
  --estado-proceso:       #7c3aed;
  --estado-resuelto:      #059669;
  --estado-cerrado:       #374151;

  /* ── Prioridades ──────────────────────────────────────── */
  --prioridad-baja:       #6b7280;
  --prioridad-media:      #2563eb;
  --prioridad-alta:       #d97706;
  --prioridad-critica:    #dc2626;

  /* ── Tipografía ───────────────────────────────────────── */
  --font-heading:         Georgia, 'Times New Roman', serif;
  --font-body:            'Segoe UI', Arial, sans-serif;
  --font-mono:            'Consolas', 'Courier New', monospace;

  --text-xs:    0.75rem;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.25rem;
  --text-2xl:   1.5rem;
  --text-3xl:   1.875rem;
  --text-4xl:   2.25rem;
  --text-5xl:   3rem;

  --fw-light:   300;
  --fw-regular: 400;
  --fw-semi:    600;
  --fw-bold:    700;

  /* ── Espaciado ────────────────────────────────────────── */
  --space-1:    0.25rem;
  --space-2:    0.5rem;
  --space-3:    0.75rem;
  --space-4:    1rem;
  --space-5:    1.25rem;
  --space-6:    1.5rem;
  --space-8:    2rem;
  --space-10:   2.5rem;
  --space-12:   3rem;
  --space-16:   4rem;
  --space-20:   5rem;
  --space-24:   6rem;

  /* ── Border radius ────────────────────────────────────── */
  --radius-sm:  0.25rem;
  --radius-md:  0.5rem;
  --radius-lg:  0.75rem;
  --radius-xl:  1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;

  /* ── Sombras ──────────────────────────────────────────── */
  --shadow-xs:  0 1px 2px rgba(0, 51, 102, 0.06);
  --shadow-sm:  0 2px 6px rgba(0, 51, 102, 0.08);
  --shadow-md:  0 4px 12px rgba(0, 51, 102, 0.10);
  --shadow-lg:  0 8px 24px rgba(0, 51, 102, 0.12);
  --shadow-xl:  0 16px 40px rgba(0, 51, 102, 0.16);
  --shadow-2xl: 0 24px 60px rgba(0, 51, 102, 0.20);

  /* ── Transiciones ─────────────────────────────────────── */
  --transition-fast:  0.15s ease;
  --transition:       0.25s ease;
  --transition-slow:  0.4s ease;

  /* ── Layout ───────────────────────────────────────────── */
  --container-max:  1200px;
  --sidebar-width:  260px;
  --topbar-height:  64px;
}
