/*
 * ╔═══════════════════════════════════════════════════════════╗
 * ║  GALAPPXY — Tenant Theme: School iBox                     ║
 * ║  ID: schoolibox                                           ║
 * ║  Sector: Educación                                        ║
 * ║                                                          ║
 * ║  Este es el tema DEFAULT del framework.                   ║
 * ║  Se incluye como referencia; no necesita cargarse.        ║
 * ╚═══════════════════════════════════════════════════════════╝
 */

[data-tenant="schoolibox"] {
  /* Colores de marca — ya son los default, se incluyen como referencia */
  --gx-primary:          #7B2CBF;
  --gx-primary-hover:    #5a189a;
  --gx-primary-light:    #e0aaff;
  --gx-primary-dark:     #3c096c;
  --gx-primary-rgb:      123, 44, 191;

  --gx-secondary:        #FF6D9F;
  --gx-secondary-hover:  #e04577;
  --gx-secondary-light:  #ffd6e5;
  --gx-secondary-rgb:    255, 109, 159;

  --gx-accent:           #00D4AA;

  /* Sidebar */
  --gx-sidebar-bg:       #1A0038;
  --gx-sidebar-accent:   #E0AAFF;

  /* Fondos */
  --gx-bg-body:          #F5F3FF;
  --gx-bg-surface-hover: #F9F7FF;
  --gx-bg-surface-alt:   #F0ECFF;
}