﻿/* ------------------------------------------------------------------
   UI3 design tokens.

   Deliberately tenant-independent: tenants/<tenant>/css/variables.css
   is resolved from the active sub-tenant name and 404s for any
   sub-tenant that has no folder, so the shared palette must not live
   there. Loaded straight after variables.css, which keeps owning
   --primary-color / --primary-dark (still read by ~90 legacy rules).
   ------------------------------------------------------------------ */
:root {
    /* Brand */
    --primary: #C1122F;
    --primary-hover: #A10F26;
    --primary-light: #F25C54;
    /* Surfaces */
    --background: #F8FAFC;
    --surface: #FFFFFF;
    --surface-alt: #F1F5F9;
    /* Text */
    --text: #374151;
    --text-secondary: #6B7280;
    --text-muted: #9CA3AF;
    /* Lines */
    --border: #E5E7EB;
    /* Status */
    --success: #16A34A;
    --warning: #F59E0B;
    --error: #DC2626;
    --info: #2563EB;
    /* Chrome */
    --sidebar: #334155;
}
