/* ═══════════════════════════════════════════════════════════════════════════════
   ⚖️ SHERIFF CONSTITUTIONNEL - THÈME LÉGER
   Justice et ordre juridique - Variables spécialisées seulement
   ════════════════════════════════════════════════════════════════════════════════ */

:root {
  /* Variables Sheriff spécialisées */
  --sheriff-justice-gray: #6B7280;
  --sheriff-law-blue: #1E40AF;
  --sheriff-order-silver: #E5E7EB;
  --sheriff-enforcement-red: #DC2626;
  
  /* Backgrounds spécifiques Sheriff */
  --sheriff-hero-bg: linear-gradient(135deg,
    rgba(107, 114, 128, 0.12) 0%,
    var(--civic-bg-main) 50%,
    rgba(30, 64, 175, 0.08) 100%);
    
  /* Effets justice */
  --sheriff-glow-justice: 0 0 20px rgba(107, 114, 128, 0.4);
  --sheriff-glow-law: 0 0 15px rgba(30, 64, 175, 0.3);
  --sheriff-border-authority: 2px solid var(--sheriff-justice-gray);
  
  /* Gradient application */
  --sheriff-enforcement-gradient: linear-gradient(90deg,
    var(--sheriff-justice-gray),
    var(--sheriff-law-blue));
}

/* Application automatique du thème Sheriff */
[data-module="sheriff"] {
  --module-hero-bg: var(--sheriff-hero-bg);
}

/* Ultra premium layer - Sheriff */
[data-module="sheriff"] .gn-hero,
[data-module="sheriff"] .civic-section,
[data-module="sheriff"] .gn-card,
[data-module="sheriff"] .gn-stats-card {
  border-color: rgba(148, 163, 184, 0.34) !important;
  box-shadow: 0 24px 54px rgba(8, 16, 32, 0.52), inset 0 1px 0 rgba(226, 232, 240, 0.18) !important;
}

[data-module="sheriff"] .gn-hero-title,
[data-module="sheriff"] .gn-section-title,
[data-module="sheriff"] h1 {
  background: linear-gradient(120deg, #e2e8f0, #93c5fd 50%, #64748b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-module="sheriff"] .btn-primary,
[data-module="sheriff"] .gn-btn--primary,
[data-module="sheriff"] button[type="submit"] {
  background: linear-gradient(120deg, #64748b, #475569 55%, #1e40af) !important;
}

[data-module="sheriff"] .btn-secondary,
[data-module="sheriff"] .gn-btn--secondary {
  border-color: rgba(148, 163, 184, 0.45) !important;
}

[data-module="sheriff"] .gn-hero-badge,
[data-module="sheriff"] .gn-section-badge,
[data-module="sheriff"] .badge {
  background: linear-gradient(120deg, rgba(148, 163, 184, 0.3), rgba(30, 64, 175, 0.22)) !important;
}

[data-module="sheriff"] .form-control:focus,
[data-module="sheriff"] .form-control-glass:focus {
  box-shadow: 0 0 0 4px rgba(100, 116, 139, 0.3) !important;
}