@charset "UTF-8";
/**
 * Theme SCSS - Custom Properties CSS
 * Généré automatiquement par palette_generator
 * Utilise apcach (OKLCH) pour des ratios WCAG optimisés
 * Date: 2026-07-14 10:46:30
 * Ne pas modifier manuellement - sera écrasé à la régénération
 */
/**
 * :root - Palette Primordiale (fallback)
 * Couleurs d'entrée fournies par l'utilisateur
 */
:root {
  --primary: oklch(0.574 0.1515 247.16);
  --primaryHover: oklch(0.614101 0.136353 238.092);
  --subPrimary: oklch(0.658035 0.146503 238.2636);
  --secondary: oklch(0.829 0.1712 81.04);
  --tertiary: oklch(0.5507 0.2203 9.1);
  --other: oklch(0.491 0.1944 7.68);
  --darkText: oklch(0.2393 0 0);
  --lightText: oklch(1 0 0);
}

/**
 * 🌅 Matin
 * Lumière douce, tons pastel et clairs, ambiance fraîche et apaisante.
 * Fond: #000000 | Cible WCAG: ≥18.3
 * Ratios atteints: 18.3143:1, 18.3065:1
 */
/*html[data-theme="Matin"] {
  --primary: #e0f2ff;
  --secondary: #ffeec7;
}*/
/**
 * 🌞 Journée
 * Lumière vive, tons saturés et dynamiques, ambiance énergique.
 * Fond: #000000 | Cible WCAG: ≥14.3
 * Ratios atteints: 14.3244:1, 14.3148:1
 */
/*html[data-theme="Journée"] {
  --primary: #a7dcff;
  --secondary: #ffcf57;
}*/
/**
 * 🌇 Soirée
 * Coucher de soleil, tons chauds et profonds, transition vers l'obscurité.
 * Fond: #000000 | Cible WCAG: ≥7.7
 * Ratios atteints: 7.7542:1, 7.7646:1
 */
/*html[data-theme="Soirée"] {
  --primary: #00a4ff;
  --secondary: #cf9200;
}*/
/**
 * 🌙 Nuit
 * Ciel étoilé, tons sombres et apaisants, ambiance mystérieuse.
 * Fond: #FFFFFF | Cible WCAG: ≥9.8
 * Ratios atteints: 9.8019:1, 9.8412:1
 */
/*html[data-theme="Nuit"] {
  --primary: #004677;
  --secondary: #5b3e00;
}*/
/**
 * 💡 Light Mode
 * Interface lumineuse, tons clairs et neutres, accessibilité optimale.
 * Fond: #000000 | Cible WCAG: ≥19.6
 * Ratios atteints: 19.6993:1, 19.6766:1
 */
/*html[data-theme="Light Mode"] {
  --primary: #f0f9ff;
  --secondary: #fff7e4;
}*/
/**
 * 🌑 Dark Mode
 * Interface sombre, tons profonds et élégants, ambiance moderne.
 * Fond: #FFFFFF | Cible WCAG: ≥14.0
 * Ratios atteints: 14.0827:1, 14.0407:1
 */
/*html[data-theme="Dark Mode"] {
  --primary: #002d50;
  --secondary: #3c2800;
}*/
/**
 * Utilities - Fonctions d'aide
 */