/**
 * Thème: SnowShelf Santa 🎅
 * Auteur: Margot
 * Catégorie: snowshelf
 * Description: Thème Père Noël - Rouge et blanc classique
 */

[data-theme="snowshelf-santa"] {
  --main-bg-color: linear-gradient(135deg, #8b0000 0%, #660000 25%, #4a0000 50%, #2d0000 75%, #1a0000 100%) center center/cover no-repeat fixed;
  --modal-bg-color: linear-gradient(135deg, #4a0000, #2d0000, #1a0000);
  --modal-header-color: linear-gradient(135deg, #660000, #4a0000);
  --modal-footer-color: linear-gradient(135deg, #4a0000, #2d0000);
  --dropdown-bg: #2d0000;
  --card-bg: rgba(74, 0, 0, 0.9);
  --sidebar-bg: rgba(20, 0, 0, 0.97);
  --navbar-bg: rgba(35, 0, 0, 0.95);

  --button-color: #cc0000;
  --button-color-hover: #ff0000;
  --button-text: #fff;
  --button-text-hover: #fff;
  --button-primary: #cc0000;
  --button-primary-hover: #ff0000;
  --button-success: #228b22;
  --button-danger: #8b0000;
  --button-warning: #ffd700;

  --accent-color: 255, 255, 255;
  --accent-color-hover: rgba(255, 255, 255, 0.8);
  --accent-rgb: 255, 255, 255;

  --link-color: #ffcccc;
  --link-color-hover: #fff;

  --label-text-color: #4a0000;

  --text: #fff;
  --text-hover: #fff;
  --text-muted: #ffcccc;
  --text-heading: #fff;

  --border-color: rgba(255, 255, 255, 0.25);
  --border-radius: 8px;
  --box-shadow: 0 4px 15px rgba(139, 0, 0, 0.5), 0 0 20px rgba(255, 255, 255, 0.1);
  --box-shadow-hover: 0 8px 25px rgba(139, 0, 0, 0.6), 0 0 30px rgba(255, 255, 255, 0.2);

  --success-color: #32cd32;
  --success-color-rgb: 50, 205, 50;
  --error-color: #ff6666;
  --error-color-rgb: 255, 102, 102;
  --warning-color: #ffd700;
  --warning-color-rgb: 255, 215, 0;
  --info-color: #87ceeb;

  --input-bg: rgba(74, 0, 0, 0.8);
  --input-border: rgba(255, 255, 255, 0.3);
  --input-focus-border: #fff;
  --input-text: #fff;
  --placeholder-color: #ffcccc;

  --scrollbar-bg: #2d0000;
  --scrollbar-thumb: #cc0000;
  --scrollbar-thumb-hover: #ff0000;
}
