/*
Theme Name: Onirologue — Terra
Theme URI: https://onirologue.shop/
Description: Thème enfant du Cercle 127. Ajoute le dépôt asynchrone de photos de paume pour Terra sans modifier le thème parent.
Author: L'Onirologue
Template: onirologue
Version: 1.3.0
Text Domain: onirologue-terra
License: GNU General Public License v2 or later
*/

/*
 * Correctif du bandeau des Sœurs en mode Jour.
 *
 * Le parent applique aussi des couleurs pastel via :nth-child. La déclaration
 * directe ci-dessous est donc volontairement prioritaire : les variables
 * sombres ne suffisent pas à elles seules à remplacer ces anciennes couleurs.
 */
html[data-theme="dawn"] .soeurs-bar {
  border-top-color: rgba(50, 39, 59, 0.24);
  border-bottom: 1px solid rgba(50, 39, 59, 0.18);
  background: linear-gradient(90deg, #e9dece, #f1e8da 50%, #e9dece) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html[data-theme="dawn"] .soeurs-bar__label {
  color: #4d4357;
  font-weight: 800;
}

html[data-theme="dawn"] .soeurs-bar .sister-link {
  color: var(--sister-accent) !important;
  font-weight: 700;
  opacity: 1 !important;
  text-shadow: none !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--oni {
  --sister-accent: #432b78 !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--alka {
  --sister-accent: #1f4f80 !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--naia {
  --sister-accent: #075c57 !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--terra {
  --sister-accent: #35551d !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--ignis {
  --sister-accent: #7d2f13 !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--astria {
  --sister-accent: #674700 !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link--irma {
  --sister-accent: #3d344f !important;
}

html[data-theme="dawn"] .soeurs-bar .sister-link__number {
  color: inherit !important;
  border-color: currentColor !important;
  background: rgba(255, 252, 246, 0.86) !important;
  opacity: 1;
}

html[data-theme="dawn"] .soeurs-bar .sister-link:hover,
html[data-theme="dawn"] .soeurs-bar .sister-link:focus-visible,
html[data-theme="dawn"] .soeurs-bar .sister-link.is-current {
  color: var(--sister-accent) !important;
  background: rgba(255, 252, 246, 0.92);
  box-shadow: 0 5px 16px rgba(50, 39, 59, 0.16);
  outline-color: currentColor;
}

html[data-theme="dawn"] .soeurs-bar .sister-link::after {
  background: currentColor !important;
}
