/*!
 * ---------------------------------------------------------------------
 *
 * GLPI - NSOC Modern Palette
 * Design: Cyber-neon dark theme
 *
 * ---------------------------------------------------------------------
 */
:root[data-glpi-theme=nsoc] {
  --tblr-dark: #0a0e17;
  --tblr-light: #b8c7e6;
  --tblr-body-bg: #0a0e17;
  --tblr-bg-surface: #111827;
  --tblr-body-color: #b8c7e6;
  --tblr-primary-rgb: 0, 180, 255;
  --tblr-primary-fg: #000;
  --tblr-secondary: #6b7e9e;
  --tblr-secondary-fg: #0a0e17;
  --tblr-link-color-rgb: 0, 200, 255;
  --tblr-muted: #4a5a7a;
  --tblr-badge-bg: var(--tblr-light);
  --tblr-badge-color: var(--tblr-dark);
  --glpi-form-header-fg: #00d4ff;
  --glpi-form-header-border-color: rgba(0, 180, 255, 0.2);
  --glpi-mainmenu-bg: #0d1321;
  --glpi-mainmenu-fg: #7c9bcf;
  --glpi-helpdesk-header: #111827;
  --glpi-helpdesk-tiles-section-bg: #0f1729;
  --glpi-helpdesk-tabs-section-bg: #0b1120;
  --glpi-tabs-bg: #0d1321;
  --glpi-tabs-fg: #7c9bcf;
  --glpi-tabs-border-color: rgba(0, 180, 255, 0.15);
  --glpi-tabs-active-bg: #162033;
  --glpi-tabs-active-fg: #00d4ff;
  --glpi-tabs-active-border-color: #00b4ff;
  --glpi-itil-secondary-bg: #0d1525;
  --glpi-timeline-fup-bg: #0d1525;
  --glpi-timeline-fup-fg: #7c9bcf;
  --glpi-timeline-fup-border: #1a2a44;
  --glpi-palette-color-1: #0d4f7a;
  --glpi-palette-color-2: #0a0e17;
  --glpi-palette-color-3: #005c99;
  --glpi-palette-color-4: #00ffc8;
  --glpi-illustrations-gradient-1: hsl(200deg, 100%, 70%);
  --glpi-illustrations-gradient-2: hsl(200deg, 80%, 35%);
  --glpi-illustrations-gradient-3: hsl(200deg, 90%, 15%);
  --tblr-success: #00e676;
  --tblr-success-rgb: 0, 230, 118;
  --tblr-info: #00b4ff;
  --tblr-info-rgb: 0, 180, 255;
  --tblr-warning: #ffab00;
  --tblr-warning-rgb: 255, 171, 0;
  --tblr-danger: #ff1744;
  --tblr-danger-rgb: 255, 23, 68;
  --tblr-blue: #00b4ff;
}