/**
 * Thème: SnowShelf Halloween 🎃
 * Auteur: Margot
 * Catégorie: snowshelf
 * Description: Thème effrayant - Orange, violet, noir
 */

[data-theme="snowshelf-halloween"] {
  --main-bg-color: linear-gradient(135deg, #1a0a1a 0%, #0d0d1a 25%, #1a1a0a 50%, #0a0a0a 75%, #1a0a1a 100%) center center/cover no-repeat fixed;
  --modal-bg-color: linear-gradient(135deg, #1a0a1a, #0d0d1a, #0a0a0a);
  --modal-header-color: linear-gradient(135deg, #2d1a2d, #1a1a0a);
  --modal-footer-color: linear-gradient(135deg, #1a0a1a, #1a1a0a);
  --dropdown-bg: #100810;
  --card-bg: rgba(26, 10, 26, 0.9);
  --sidebar-bg: rgba(5, 5, 8, 0.97);
  --navbar-bg: rgba(15, 8, 15, 0.95);

  --button-color: #8b008b;
  --button-color-hover: #9932cc;
  --button-text: #fff;
  --button-text-hover: #ff8c00;
  --button-primary: #ff6600;
  --button-primary-hover: #ff8c00;
  --button-success: #32cd32;
  --button-danger: #8b0000;
  --button-warning: #ff6600;

  --accent-color: 255, 140, 0;
  --accent-color-hover: rgba(255, 140, 0, 0.6);
  --accent-rgb: 255, 140, 0;

  --link-color: #9932cc;
  --link-color-hover: #ff8c00;

  --label-text-color: #0a0a0a;

  --text: #e8e8e8;
  --text-hover: #ff8c00;
  --text-muted: #9370db;
  --text-heading: #ff6600;

  --border-color: rgba(255, 140, 0, 0.3);
  --border-radius: 8px;
  --box-shadow: 0 4px 15px rgba(139, 0, 139, 0.4), 0 0 20px rgba(255, 102, 0, 0.2);
  --box-shadow-hover: 0 8px 25px rgba(139, 0, 139, 0.5), 0 0 30px rgba(255, 102, 0, 0.3);

  --success-color: #32cd32;
  --success-color-rgb: 50, 205, 50;
  --error-color: #8b0000;
  --error-color-rgb: 139, 0, 0;
  --warning-color: #ff6600;
  --warning-color-rgb: 255, 102, 0;
  --info-color: #9370db;

  --input-bg: rgba(26, 10, 26, 0.8);
  --input-border: rgba(255, 140, 0, 0.4);
  --input-focus-border: #ff8c00;
  --input-text: #e8e8e8;
  --placeholder-color: #9370db;

  --scrollbar-bg: #0a0a0a;
  --scrollbar-thumb: #8b008b;
  --scrollbar-thumb-hover: #9932cc;
}
