body {
  background: #f6f7fb !important;
}

/* Garantir la visibilité du role-banner sur la page adherents - Règles universelles */
body.adherents-page .main-content .role-banner,
body.adherents-page .app-container .main-content .role-banner,
body.adherents-page .container-fluid .role-banner,
body.adherents-page .role-banner,
.adherents-page .main-content .role-banner,
.adherents-page .role-banner,
.app-container .main-content .role-banner,
.main-content .role-banner,
.role-banner {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 100 !important;
  margin: 2em 0 !important;
  width: 100% !important;
  min-height: 80px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: inherit !important;
  clear: both !important;
}

/* Règles spécifiques pour la structure sans figma-dashboard (comme rapport_analyse) */
body.adherents-page .app-container .main-content.container-fluid .role-banner,
body.adherents-page .app-container .main-content .role-banner:first-child,
body.adherents-page .app-container .main-content .role-banner,
body.adherents-page .main-content .role-banner {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 100 !important;
  margin: 2em 0 !important;
  width: 100% !important;
  min-height: 80px !important;
  padding: 1.2em 2em !important;
  background: inherit !important;
}

/* Garantir que le banner après la liste est visible - Règles très spécifiques */
body.adherents-page .card + .role-banner,
body.adherents-page .card ~ .role-banner,
body.adherents-page .table-responsive + .role-banner,
body.adherents-page .table-responsive ~ .role-banner,
body.adherents-page .pagination + .role-banner,
body.adherents-page .pagination ~ .role-banner,
body.adherents-page .main-content > .role-banner:not(:first-child),
body.adherents-page .main-content .role-banner:not(:first-child),
body.adherents-page .container-fluid > .role-banner,
body.adherents-page .container-fluid .role-banner {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 100 !important;
  margin: 2em 0 !important;
  width: 100% !important;
  min-height: 80px !important;
  padding: 1.2em 2em !important;
  background: #1e3a5f !important; /* Bleu foncé */
  color: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* S'assurer que le banner n'est pas masqué par overflow ou height */
body.adherents-page .main-content,
body.adherents-page .container-fluid {
  overflow: visible !important;
  min-height: auto !important;
}

/* Garantir que tous les divs de test sont visibles */
body.adherents-page div[style*="background: #ff0000"],
body.adherents-page div[style*="background: #00ff00"],
body.adherents-page div[style*="background:#ff0000"],
body.adherents-page div[style*="background:#00ff00"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1000 !important;
}

.adherents-page .modal-overlay, .adherents-page-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.35);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.adherents-page .modal-content, .adherents-page-modal-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 32px 24px 24px 24px;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 40px 0;
  animation: modal-in 0.3s;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-lg { max-width: 900px; }
.close-modal {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #888;
  cursor: pointer;
  z-index: 10;
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: translateY(0); }
}

.toast-notification {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  min-width: 280px;
  max-width: 400px;
  background: #fff;
  color: #222;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
  padding: 18px 48px 18px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  border-left: 6px solid var(--primary, #3498db);
  opacity: 0;
  transform: translateY(-20px);
  animation: toast-in 0.5s forwards;
}
.toast-notification.success { border-left-color: var(--secondary, #2ecc71); }
.toast-notification.error { border-left-color: var(--accent, #e74c3c); }
.toast-notification .close-toast {
  background: none;
  border: none;
  color: #888;
  font-size: 1.3em;
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}
@keyframes toast-in {
  to { opacity: 1; transform: translateY(0); }
}
/* Responsive amélioré pour mobile/tablette */
@media (max-width: 600px) {
  .form-row, .filters-row, .stats-grid, .adherents-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .form-group, .form-actions {
    margin-bottom: 14px !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .form-control, select, textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
    font-size: 1.1em !important;
    padding: 14px 12px !important;
    min-width: 0;
    width: 100% !important;
  }
  .btn, .form-actions .btn {
    width: 100%;
    min-width: 0;
    font-size: 1.1em;
    padding: 14px 0;
    margin-bottom: 8px;
  }
  .adherent-card, .card, .bulk-actions {
    border-radius: 8px !important;
    padding: 10px !important;
    margin-bottom: 12px !important;
  }
  .table th, .table td {
    padding: 10px 6px !important;
    font-size: 0.98em !important;
  }
  .stats-grid, .filters-row {
    margin-bottom: 10px !important;
  }
  .notification, .toast-notification {
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
    min-width: unset !important;
    max-width: 98vw !important;
    font-size: 1em !important;
    padding: 12px 16px 12px 12px !important;
  }
}
:root {
  --primary: #3498db;
  --primary-dark: #2980b9;
  --secondary: #2ecc71;
  --accent: #e74c3c;
  --warning: #f39c12;
  --light: #f8f9fa;
  --dark: #2c3e50;
  --gray: #7f8c8d;
  --gray-100: #f8f9fa;
  --gray-600: #6c757d;
  --border-color: #dee2e6;
  --card-bg: #fff;
  --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  --badge-info-bg: rgba(52,152,219,0.2);
  --badge-success-bg: rgba(46,204,113,0.2);
  --badge-warning-bg: rgba(243,156,18,0.2);
  --badge-danger-bg: rgba(231,76,60,0.2);
}

/* Reset, body */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: var(--gray-100);
  color: var(--dark);
  line-height: 1.6;
}

/* Cards */
.card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.card-header span {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Statistiques */
.stats-grid {
  display: flex;
  gap: 1em;
  margin-bottom: 1.5em;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.stat-card {
  background: white;
  padding: 1em 1.2em;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  flex: 1;
  min-width: 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 6px solid #ff6b35;
  box-shadow: 0 2px 12px rgba(255,107,53,0.08);
  transition: transform 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-2px);
}

/* Variantes de couleurs pour les stat-cards */
.stat-card.stat-card-blue {
  border-left-color: #007bff;
}

.stat-card.stat-card-green {
  border-left-color: #28a745;
}

.stat-card.stat-card-yellow {
  border-left-color: #ffc107;
}

.stat-card.stat-card-red {
  border-left-color: #dc3545;
}

.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  margin-right: 1em;
  margin-bottom: 0.3em;
}

.stat-icon.blue { 
  background: #4f46e5; 
  color: #fff; 
}

.stat-icon.green { 
  background: #059669; 
  color: #fff; 
}

.stat-icon.orange { 
  background: #ff6b35; 
  color: #fff; 
}

.stat-icon.red { 
  background: #e94e1b; 
  color: #fff; 
}

.stat-icon.purple { background: linear-gradient(45deg, #9b59b6, #8e44ad); }

.stat-content {
  flex: 1;
}

.stat-number {
  font-size: 1.3em;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 0.2em;
  line-height: 1;
}

.stat-label {
  color: #718096;
  font-size: 0.8em;
  font-weight: 500;
}

/* Styles pour les icônes dans les stat-cards */
.stat-card .stat-icon-wrapper {
  color: #007bff;
  font-size: 1.6em;
  margin-bottom: 0.3em;
}

.stat-card.stat-card-blue .stat-icon-wrapper {
  color: #007bff;
}

.stat-card.stat-card-green .stat-icon-wrapper {
  color: #28a745;
}

.stat-card.stat-card-yellow .stat-icon-wrapper {
  color: #ffc107;
}

.stat-card.stat-card-red .stat-icon-wrapper {
  color: #dc3545;
}

/* Filtres */
.filters-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: end;
}

.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--dark);
}

/* Adhérents - Vue tableau */
.adherent-info {
  display: flex;
  align-items: center;
  gap: 1em;
}

.adherent-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f6f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  overflow: hidden;
}

.adherent-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.adherent-details {
  font-size: 1em;
}

.adherent-details strong {
  display: block;
  color: var(--dark);
  font-size: 16px;
}

.adherent-meta {
  color: #6b7280;
  font-size: 0.95em;
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.adherent-id, .adherent-age {
  background: var(--gray-100);
  padding: 2px 6px;
  border-radius: 3px;
}

/* Contact info */
.contact-info {
  font-size: 13px;
}

.contact-info .email, .contact-info .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}

.contact-info i {
  width: 12px;
  color: var(--gray-600);
}

/* Statuts */
.status {
  font-weight: 600;
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
  font-size: 0.95em;
}

.status-active {
  background: #059669;
  color: #fff;
}

.status-pending {
  background: #ff6b35;
  color: #fff;
}

.status-suspended {
  background: #e94e1b;
  color: #fff;
}

.status-expired {
  background: #6b7280;
  color: #fff;
}

/* Cotisations */
.cotisation-info {
  text-align: center;
}

.cotisation {
  display: inline-block;
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 3px;
}

.cotisation-ok {
  background: #059669;
  color: #fff;
}

.cotisation-late {
  background: #e94e1b;
  color: #fff;
}

.cotisation-free {
  background: #4f46e5;
  color: #fff;
}

.cotisation-date {
  font-size: 11px;
  color: var(--gray-600);
}

/* Niveaux */
.niveau {
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
  font-size: 0.95em;
  font-weight: 500;
  text-transform: capitalize;
}

.niveau-debutant {
  background: #f6f7fb;
  color: #4f46e5;
}

.niveau-intermediaire {
  background: #ff6b35;
  color: #fff;
}

.niveau-avance {
  background: #059669;
  color: #fff;
}

.niveau-expert {
  background: #e94e1b;
  color: #fff;
}

/* Visite info */
.visite-info {
  text-align: center;
  font-size: 12px;
}

.visite-info .date {
  font-weight: 500;
  color: var(--dark);
}

.visite-info .time {
  color: var(--gray-600);
}

/* Actions */
.actions {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.actions .btn {
  padding: 5px 8px;
  font-size: 12px;
}

/* Vue cartes */
.cards-view {
  margin-top: 20px;
  display: none;
}

.cards-view.active {
  display: block;
}

.adherents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.adherent-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: transform 0.2s ease;
}

.adherent-card:hover {
  transform: translateY(-3px);
}

.adherent-card .card-header {
  background: var(--primary);
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: none;
  margin-bottom: 0;
}

.adherent-card .adherent-avatar {
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.adherent-card .card-body {
  padding: 15px;
}

.adherent-card .info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
}

.adherent-card .info-row i {
  width: 16px;
  color: var(--gray-600);
}

.adherent-card .badges {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.adherent-card .badge {
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
}

.adherent-card .card-actions {
  padding: 10px 15px;
  background: var(--gray-100);
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Badge utilisateur */
.user-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.8em;
  font-weight: 600;
}

/* Structure label */
.structure-label {
  background: #f6f7fb;
  color: #4f46e5;
  border-radius: 0.5em;
  padding: 0.2em 0.7em;
  font-size: 0.95em;
  margin-right: 0.5em;
}

/* Empty state */
.empty-state {
  text-align: center;
  color: #6b7280;
  padding: 2em 0;
}

.empty-state i {
  color: #ff6b35;
}

/* Header actions */
.header-actions {
  display: flex;
  gap: 1em;
}

/* Styles du modal d'édition */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content.modal-lg {
  max-width: 900px;
}

.modal-header {
  background: #ff6b35;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 1.2em 1.2em 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.btn-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}

.btn-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal-body {
  padding: 1.5em;
}

.loading {
  text-align: center;
  padding: 2em;
  color: #6b7280;
}

.loading i {
  font-size: 1.5em;
  margin-right: 0.5em;
}

/* Checkbox dans les cartes */
.row-select-cards {
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 2;
}

/* Form inline */
.form-inline {
  display: inline;
  margin-left: 8px;
}

/* Utility class for hidden elements */
.hidden {
  display: none !important;
}

/* Actions en lot */
.bulk-actions {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--dark);
  color: white;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.bulk-actions-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bulk-buttons {
  display: flex;
  gap: 10px;
}

.bulk-buttons .btn {
  padding: 8px 15px;
  font-size: 13px;
}

/* Formulaire d'ajout/édition */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--dark);
}

.form-group label i {
  color: var(--primary);
}

.form-control {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
}

.form-control[multiple] {
  min-height: 100px;
}

.form-text {
  font-size: 12px;
  color: var(--gray-600);
  margin-top: 5px;
}

.error {
  color: var(--accent);
  font-size: 12px;
  margin-top: 5px;
}

/* Checkboxes */
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.form-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
}

/* Actions du formulaire */
.form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

/* Responsive */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .filters-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .adherents-grid {
    grid-template-columns: 1fr;
  }
  
  .bulk-actions-content {
    flex-direction: column;
    gap: 10px;
  }
  
  .bulk-buttons {
    flex-wrap: wrap;
  }
  
  .form-actions {
    flex-direction: column;
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
}
.btn-secondary {
  background: var(--gray);
  color: #fff;
}
.btn-success {
  background: var(--secondary);
  color: #fff;
}
.btn-danger {
  background: var(--accent);
  color: #fff;
}
.btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn:disabled {
  background-color: var(--gray);
  cursor: not-allowed;
}

/* Tables */
.table-container {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}
table th {
  background: rgba(52, 152, 219, 0.1);
  color: var(--primary);
}
table tr:hover {
  background: rgba(52, 152, 219, 0.03);
}

/* Badges */
.badge {
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.badge-success {
  background: var(--badge-success-bg);
  color: var(--secondary);
}
.badge-warning {
  background: var(--badge-warning-bg);
  color: var(--warning);
}
.badge-danger {
  background: var(--badge-danger-bg);
  color: var(--accent);
}
.badge-info {
  background: var(--badge-info-bg);
  color: var(--primary);
}

/* Notifications */
.notification {
  position: relative;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.notification.error {
  background: var(--accent);
  color: var(--card-bg);
}
.notification.success {
  background: var(--secondary);
  color: var(--card-bg);
}
.notification.warning {
  background-color: #fff3cd;
  color: var(--warning);
  border: 1px solid #ffeaa7;
}
.close-notification {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Forms */
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--dark);
}
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: var(--light);
  color: var(--dark);
  font-size: 1rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

/* Actions */
.actions {
  display: flex;
  gap: 8px;
}
.action-btn {
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.edit-btn {
  background: var(--primary);
}
.edit-btn:hover {
  filter: brightness(0.9);
}
.delete-btn {
  background: var(--accent);
}
.delete-btn:hover {
  filter: brightness(0.9);
}

/* Responsive */
@media (max-width: 768px) {
  .toggle-btn {
    display: block;
  }
  .table-container {
    overflow-x: scroll;
  }
  table th:nth-child(4),
  table td:nth-child(4),
  table th:nth-child(5),
  table td:nth-child(5),
  .mobile-hidden {
    display: none;
  }
}

/* Dark mode */
body.dark {
  --primary: #4a90e2;
  --primary-dark: #357ABD;
  --secondary: #27ae60;
  --accent: #e74c3c;
  --warning: #f39c12;
  --light: #2a2a2a;
  --dark: #fafafa;
  --gray: #555555;
  --gray-100: #1e1e1e;
  --gray-600: #a3a3a3;
  --border-color: #444444;
  --card-bg: #1e1e1e;
  --box-shadow: 0 8px 20px rgba(0,0,0,0.7);
  --badge-info-bg: rgba(74,144,226,0.3);
  --badge-success-bg: rgba(39,174,96,0.3);
  --badge-warning-bg: rgba(243,156,18,0.3);
  --badge-danger-bg: rgba(231,76,60,0.3);
}
