/*
 * ╔═══════════════════════════════════════════════════════════╗
 * ║  GALAPPXY — Tenant Theme: GymFlow                         ║
 * ║  ID: gymflow                                              ║
 * ║  Sector: Fitness / Gimnasios                              ║
 * ╚═══════════════════════════════════════════════════════════╝
 */

[data-tenant="gymflow"] {
  /* Marca */
  --gx-primary:          #FF6B00;
  --gx-primary-hover:    #E05D00;
  --gx-primary-light:    #FFE0C0;
  --gx-primary-dark:     #C44D00;
  --gx-primary-rgb:      255, 107, 0;

  --gx-secondary:        #1DB954;
  --gx-secondary-hover:  #17A34A;
  --gx-secondary-light:  #D1FAE5;
  --gx-secondary-rgb:    29, 185, 84;

  --gx-accent:           #FF6B00;

  /* Sidebar — gris oscuro deportivo */
  --gx-sidebar-bg:       #1C1C1E;
  --gx-sidebar-bg-hover: rgba(255, 107, 0, 0.12);
  --gx-sidebar-accent:   #FF6B00;
  --gx-sidebar-text:     #D1D5DB;
  --gx-sidebar-text-active: #FFFFFF;

  /* Child sidebar */
  --gx-childsidebar-bg:     #2C2C2E;
  --gx-childsidebar-hover:  rgba(255, 107, 0, 0.10);
  --gx-childsidebar-border: #3A3A3C;

  /* Topbar */
  --gx-topbar-bg:        #FFFFFF;
  --gx-topbar-icon-hover: #FF6B00;

  /* Panel */
  --gx-panel-header-bg:  #1C1C1E;
  --gx-panel-trigger-bg: #1C1C1E;

  /* Fondos — cálidos */
  --gx-bg-body:          #FFF8F0;
  --gx-bg-surface-hover: #FFF3E6;
  --gx-bg-surface-alt:   #FFEDD5;
}

/* GymFlow dark mode adjustments */
[data-theme="dark"][data-tenant="gymflow"] {
  --gx-sidebar-bg:       #0D0D0D;
  --gx-childsidebar-bg:  #1A1A1A;
  --gx-bg-body:          #111111;
  --gx-bg-surface:       #1A1A1A;
  --gx-bg-surface-hover: #222222;
  --gx-bg-surface-alt:   #1E1E1E;
  --gx-bg-elevated:      #222222;
  --gx-border-light:     #2A2A2A;
  --gx-border-color:     #333333;
}