:root {
  --sh-accent: #ef4444; /* Rojo acento puro */
  --sh-accent-90: rgba(239, 68, 68, 0.9);
  --sh-accent-80: rgba(239, 68, 68, 0.8);
  --sh-accent-50: rgba(239, 68, 68, 0.5);
  --sh-accent-30: rgba(239, 68, 68, 0.3);
  --sh-accent-20: rgba(239, 68, 68, 0.2);
  --sh-accent-10: rgba(239, 68, 68, 0.1);
}

/* 1. Selección de texto */
::selection {
    background-color: rgba(239, 68, 68, 0.3) !important;
    color: inherit;
}
