
:root {
/* Colores de Identidad del Club */
--sgs-primary: #333333;
--sgs-primary-text: #ffffff;
--sgs-primary-light: #33333322; /* 13% opacidad para fondos */
--sgs-secondary: #666666;

/* Colores de Estado (Semánticos) */
--sgs-success: #baf5ca;
--sgs-error: #FFCCCB;
--sgs-warning: #fcf8e3;
--sgs-info: #d9edf7;

/* Colores Neutros y Superficies */
--sgs-bg-hover: #f5f5f5;
--sgs-border-light: #dddddd;
--sgs-text-main: #242323ff;
--sgs-text-muted: #5f5e5eff;
--sgs-white: #ffffff;

/* Layout Tokens */
--sgs-radius-lg: 30px;
--sgs-radius-md: 20px;
--sgs-radius-sm: 4px;
--sgs-shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
--sgs-shadow-md: 0 15px 35px rgba(0,0,0,0.6);

/* Z-index Layering */
--z-modal: 999999;
--z-premium: 9999999;
}