/* GLPI 11 Custom Palette: Halo ITSM Inspiration
   Filename: halo_style.scss
*/
:root[data-glpi-theme=halo_style] {
  /* --- Core Brand Colors --- */
  --tblr-primary: #6c5ce7; /* Halo-inspired vibrant purple/blue */
  --tblr-primary-rgb: 108, 92, 231;
  --tblr-secondary: #2f3542; /* Slate secondary */
  /* --- Main Menu (The Left Sidebar) --- */
  /* Halo uses a dark, professional sidebar */
  --glpi-mainmenu-bg: #1e272e; /* Deep Navy/Black */
  --glpi-mainmenu-fg: #ffffff; /* White text/icons */
  --glpi-mainmenu-active-bg: #3d3d3d;
  /* --- Header / Top Bar --- */
  --glpi-header-bg: #ffffff;
  --glpi-header-fg: #2f3542;
  /* --- Backgrounds & Workspace --- */
  --tblr-body-bg: #f4f7f6; /* Soft grey "Halo" workspace */
  --tblr-card-bg: #ffffff;
  --tblr-border-color: #e2e8f0; /* Thinner, lighter borders */
  /* --- Buttons & UI Elements --- */
  --tblr-border-radius: 6px; /* Slightly more rounded for modern feel */
  --glpi-palette-color-1: #1e272e; /* Preview Swatch 1 */
  --glpi-palette-color-2: #6c5ce7; /* Preview Swatch 2 */
  --glpi-palette-color-3: #ffffff; /* Preview Swatch 3 */
  --glpi-palette-color-4: #f4f7f6; /* Preview Swatch 4 */
}

/* Specific Tweak: Soften the shadows on cards to match modern ITSM UIs */
:root[data-glpi-theme=halo_style] .card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid var(--tblr-border-color);
}