:root {
  --bg: #07070d;
  --bg-soft: #0c0d16;
  --surface: #12131f;
  --surface-2: #181a2a;
  --surface-glass: rgba(24, 26, 42, 0.6);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #f4f5fb;
  --text-dim: #9ea3c0;
  --text-faint: #686d8e;

  --rose: #ff5d8f;
  --rose-2: #ff8fb3;
  --violet: #8b5cf6;
  --violet-2: #6d28d9;
  --bleu: #38bdf8;
  --cyan: #22d3ee;
  --vert: #34d399;
  --orange: #fbbf24;
  --rouge: #f87171;

  --gradient-principal: linear-gradient(120deg, #ff5d8f 0%, #b34fe0 50%, #6d8cff 100%);
  --gradient-mesh: radial-gradient(at 0% 0%, rgba(255, 93, 143, 0.35) 0, transparent 50%),
                   radial-gradient(at 100% 0%, rgba(139, 92, 246, 0.35) 0, transparent 50%),
                   radial-gradient(at 100% 100%, rgba(56, 189, 248, 0.25) 0, transparent 50%),
                   radial-gradient(at 0% 100%, rgba(34, 211, 238, 0.2) 0, transparent 50%);
  --gradient-doux: linear-gradient(135deg, rgba(255, 93, 143, 0.18), rgba(139, 92, 246, 0.18));
  --gradient-texte: linear-gradient(120deg, #ff8fb3, #c084fc, #7dd3fc);

  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 8px 20px -6px rgba(0, 0, 0, 0.5);
  --shadow-glow-rose: 0 0 0 1px rgba(255, 93, 143, 0.4), 0 8px 30px -6px rgba(255, 93, 143, 0.45);
  --shadow-glow-violet: 0 0 0 1px rgba(139, 92, 246, 0.4), 0 8px 30px -6px rgba(139, 92, 246, 0.45);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-titre: "Sora", system-ui, sans-serif;
  --font-corps: "Inter", system-ui, sans-serif;
}

html[data-theme="cyber"] {
  --bg: #060912;
  --bg-soft: #0a0e1a;
  --surface: #0e1422;
  --surface-2: #141b2e;
  --surface-glass: rgba(16, 22, 38, 0.62);
  --border: rgba(56, 189, 248, 0.16);
  --border-strong: rgba(56, 189, 248, 0.32);
  --text: #eef3fb;
  --text-dim: #93a1c2;
  --text-faint: #5d6b8c;

  --rose: #ff5fd8;
  --rose-2: #ff8fe0;
  --violet: #a855f7;
  --violet-2: #7c3aed;
  --bleu: #38bdf8;
  --cyan: #5eead4;
  --vert: #4ade80;
  --orange: #fbbf24;
  --rouge: #fb7185;

  --gradient-principal: linear-gradient(120deg, #ff5fd8 0%, #a855f7 50%, #38bdf8 100%);
  --gradient-mesh: radial-gradient(at 0% 0%, rgba(255, 95, 216, 0.28) 0, transparent 55%),
                   radial-gradient(at 100% 0%, rgba(168, 85, 247, 0.28) 0, transparent 55%),
                   radial-gradient(at 100% 100%, rgba(56, 189, 248, 0.22) 0, transparent 55%),
                   radial-gradient(at 0% 100%, rgba(94, 234, 212, 0.14) 0, transparent 55%);
  --gradient-doux: linear-gradient(135deg, rgba(255, 95, 216, 0.16), rgba(56, 189, 248, 0.16));
  --gradient-texte: linear-gradient(120deg, #ff8fe0, #a855f7, #38bdf8);

  --shadow-glow-rose: 0 0 0 1px rgba(255, 95, 216, 0.45), 0 8px 28px -6px rgba(255, 95, 216, 0.4);
  --shadow-glow-violet: 0 0 0 1px rgba(168, 85, 247, 0.45), 0 8px 28px -6px rgba(168, 85, 247, 0.4);

  --radius: 8px;
  --radius-sm: 6px;
  --radius-lg: 12px;
  --radius-pill: 8px;

  --shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.7);
  --shadow-sm: 0 8px 20px -6px rgba(0, 0, 0, 0.6);
}

html[data-theme="cyber"] body::before {
  opacity: 0.75;
}

html[data-theme="cyber"] h3, html[data-theme="cyber"] h4 {
  letter-spacing: 0.02em;
}

html[data-theme="ghibli"] {
  --bg: #0c1410;
  --bg-soft: #101a14;
  --surface: #141f18;
  --surface-2: #1b2920;
  --surface-glass: rgba(20, 34, 26, 0.6);
  --border: rgba(255, 255, 255, 0.07);
  --border-strong: rgba(255, 255, 255, 0.15);
  --text: #f1f5ec;
  --text-dim: #a9b8a0;
  --text-faint: #6f7d68;

  --rose: #ffb37a;
  --rose-2: #ffcf9e;
  --violet: #6fae62;
  --violet-2: #4d7d42;
  --bleu: #6fc2b4;
  --cyan: #8fd9c4;
  --vert: #7ec850;
  --orange: #e8a33d;
  --rouge: #d97757;

  --gradient-principal: linear-gradient(120deg, #ffb37a 0%, #7ec850 50%, #6fc2b4 100%);
  --gradient-mesh: radial-gradient(at 0% 0%, rgba(255, 179, 122, 0.3) 0, transparent 50%),
                   radial-gradient(at 100% 0%, rgba(126, 200, 80, 0.3) 0, transparent 50%),
                   radial-gradient(at 100% 100%, rgba(111, 194, 180, 0.25) 0, transparent 50%),
                   radial-gradient(at 0% 100%, rgba(143, 217, 196, 0.18) 0, transparent 50%);
  --gradient-doux: linear-gradient(135deg, rgba(255, 179, 122, 0.18), rgba(126, 200, 80, 0.18));
  --gradient-texte: linear-gradient(120deg, #ffcf9e, #9fd98a, #8fd9c4);

  --shadow-glow-rose: 0 0 0 1px rgba(255, 179, 122, 0.4), 0 8px 30px -6px rgba(255, 179, 122, 0.45);
  --shadow-glow-violet: 0 0 0 1px rgba(126, 200, 80, 0.4), 0 8px 30px -6px rgba(126, 200, 80, 0.45);
}

* { box-sizing: border-box; }

::selection {
  background: var(--rose);
  color: #fff;
}

body {
  margin: 0;
  font-family: var(--font-corps);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--gradient-mesh);
  opacity: 0.55;
  z-index: -2;
  animation: derive 30s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='%23ffffff'%3E%3Ccircle cx='8' cy='10' r='1.3' opacity='0.06'/%3E%3Ccircle cx='42' cy='28' r='1' opacity='0.05'/%3E%3Ccircle cx='62' cy='6' r='1.1' opacity='0.06'/%3E%3Ccircle cx='22' cy='52' r='1.2' opacity='0.05'/%3E%3Ccircle cx='58' cy='62' r='1' opacity='0.06'/%3E%3C/g%3E%3C/svg%3E");
  z-index: -1;
  pointer-events: none;
}

@keyframes derive {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(2%, -2%, 0) scale(1.06); }
}

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-titre);
  letter-spacing: -0.02em;
}

/* ===== Header ===== */

header {
  padding: 22px 28px;
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(7, 7, 13, 0.65);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--border);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header-titre {
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

header h1 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
}

header h1 a.retour,
header h1 a.retour-lien {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: var(--radius-pill);
  padding: 6px 16px 6px 8px;
  margin: -6px -16px -6px -8px;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

header h1 a.retour:hover,
header h1 a.retour-lien:hover {
  background: var(--surface-glass);
  transform: translateX(-2px);
}

.fleche-retour {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface-2);
  border: 1px solid var(--border);
  font-size: 15px;
  color: var(--text-dim);
  flex-shrink: 0;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

header h1 a.retour:hover .fleche-retour,
header h1 a.retour-lien:hover .fleche-retour {
  background: var(--gradient-principal);
  border-color: transparent;
  color: #fff;
}

.logo-icone {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  border-radius: 7px;
}

.h1-texte {
  background: var(--gradient-texte);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: degrade-texte 6s ease infinite;
}

@keyframes degrade-texte {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.version {
  margin: 0;
  font-size: 12px;
  color: var(--text-faint);
  font-weight: 500;
}

.recherche-wrap {
  position: relative;
  width: 340px;
}

#recherche {
  width: 100%;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--surface-glass);
  backdrop-filter: blur(10px);
  color: var(--text);
  font-size: 14px;
  font-family: var(--font-corps);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
}

#recherche::placeholder { color: var(--text-faint); }

#recherche:focus {
  outline: none;
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(255, 93, 143, 0.15);
  background: var(--surface-2);
}

.recherche-resultats {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  max-height: 420px;
  overflow-y: auto;
  display: none;
  z-index: 50;
  box-shadow: var(--shadow);
  animation: pop-in 0.18s var(--ease);
}

@keyframes pop-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.recherche-resultats.visible { display: block; }

.resultat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  transition: background 0.15s var(--ease);
}

.resultat-item:last-child { border-bottom: none; }
.resultat-item:hover { background: var(--surface-2); }

.resultat-item img {
  width: 34px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.resultat-item .resultat-titre {
  font-size: 13.5px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resultat-vide {
  padding: 16px;
  font-size: 13px;
  color: var(--text-dim);
  text-align: center;
}

@media (max-width: 600px) {
  .recherche-wrap { width: 100%; }
}

/* ===== Boutons & menu utilisateur ===== */

.profil-lien {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s var(--ease);
}

.profil-lien:hover {
  background: var(--gradient-principal);
  border-color: transparent;
  transform: translateY(-2px);
}

.menu-utilisateur-wrap { position: relative; }

.menu-toggle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.avatar-mini {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid var(--border-strong);
}

.menu-toggle:hover {
  background: var(--surface-2);
  border-color: var(--border-strong);
  transform: translateY(-1px);
}

.menu-liste {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  min-width: 200px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 60;
  box-shadow: var(--shadow);
  animation: pop-in 0.18s var(--ease);
}

.menu-liste.visible { display: flex; }

.menu-liste a, .menu-liste button {
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
  width: 100%;
  transition: background 0.15s var(--ease), padding-left 0.15s var(--ease);
}

.menu-liste a:last-child, .menu-liste button:last-child { border-bottom: none; }
.menu-liste a:hover, .menu-liste button:hover {
  background: var(--surface-2);
  padding-left: 20px;
}

.menu-liste .menu-deconnexion { color: var(--rouge); }

/* ===== Toolbar ===== */

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 28px 6px;
}

.toolbar-droite {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.semaine-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface-glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 6px 8px;
}

.semaine-nav-btn {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: var(--text);
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.semaine-nav-btn:hover {
  background: var(--gradient-principal);
  transform: scale(1.08);
}

.semaine-label {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-titre);
  min-width: 120px;
  text-align: center;
}

.fuseau-note {
  font-size: 11.5px;
  color: var(--text-faint);
  margin: 0;
}

.filtre-wrap { position: relative; }

.filtre-toggle {
  background: var(--surface-glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  font-size: 18px;
  padding: 10px 16px;
  cursor: pointer;
  color: var(--text);
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.filtre-toggle:hover {
  background: var(--surface-2);
  transform: rotate(45deg);
}

.filtre-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
  z-index: 50;
  box-shadow: var(--shadow);
  animation: pop-in 0.18s var(--ease);
}

.filtre-panel.visible { display: flex; }

.filtre-titre {
  margin: 10px 0 4px;
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  font-weight: 700;
}

.filtre-panel .statut-icone { width: auto; }

.filtre-ligne {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filtre-ligne input[type="checkbox"] {
  accent-color: var(--rose);
  width: 16px;
  height: 16px;
}

/* ===== Planning ===== */

main#semaine {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 24px 50px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}

.jour-col {
  flex: 0 0 clamp(140px, 11vw, 185px);
  background: var(--surface-glass);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.25s var(--ease);
}

.jour-col:hover { border-color: var(--border-strong); }

.jour-header {
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  padding: 16px 6px;
  border-bottom: 1px solid var(--border);
}

.jour-col.today {
  border-color: rgba(255, 93, 143, 0.5);
  box-shadow: var(--shadow-glow-rose);
}

.jour-col.today .jour-header {
  background: var(--gradient-principal);
  border-bottom: none;
}

.jour-date {
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.jour-col.today .jour-date { color: rgba(255, 255, 255, 0.9); }

.jour-nom {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--font-titre);
  margin-top: 3px;
}

.jour-cartes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.vide {
  color: var(--text-faint);
  font-size: 13px;
  font-style: italic;
  text-align: center;
  padding: 24px 0;
}

.anime-card {
  position: relative;
  background: var(--surface);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.anime-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow: var(--shadow-glow-rose);
  border-color: rgba(255, 93, 143, 0.4);
  z-index: 5;
}

.poster-wrap {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 2.8;
  overflow: hidden;
  text-decoration: none;
}

.poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--ease), filter 0.4s var(--ease);
}

.anime-card:hover .poster {
  transform: scale(1.08);
}

.titre-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 11px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-titre);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.badge-adulte {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(7, 7, 13, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  font-size: 16px;
  padding: 4px 7px;
  z-index: 2;
}

.statut-icon-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(7, 7, 13, 0.85);
  backdrop-filter: blur(6px);
  border: 1.5px solid;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.2s var(--ease);
}

.statut-icon-btn:hover { transform: scale(1.15); }

.streaming-mini-wrap {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.badge-adulte ~ .streaming-mini-wrap { top: 42px; }

.streaming-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

.statut-menu {
  position: absolute;
  top: 40px;
  right: 8px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  overflow: hidden;
  z-index: 10;
  width: 160px;
  box-shadow: var(--shadow);
  animation: pop-in 0.15s var(--ease);
}

.statut-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  font-size: 12.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s var(--ease);
}

.statut-option:hover { background: var(--surface-2); }

.statut-option.selectionne {
  background: var(--gradient-doux);
  color: #fff;
}

.statut-icone {
  font-weight: bold;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 10px;
  font-size: 11.5px;
  color: var(--text-dim);
  background: rgba(0,0,0,0.2);
  border-top: 1px solid var(--border);
  max-width: 100%;
}

.info-bar .episode {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-bar .heure {
  font-weight: 700;
  color: var(--text);
  flex-shrink: 0;
  white-space: nowrap;
}

.sub-badge {
  background: var(--gradient-principal);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 600px) {
  main#semaine {
    padding: 16px 14px 40px;
  }

  .jour-col {
    flex: 0 0 calc(100vw - 28px);
  }

  .toolbar {
    padding: 16px 14px 4px;
  }
}

/* ===== Boutons génériques réutilisables ===== */

.btn-primaire {
  background: var(--gradient-principal);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 12px 22px;
  font-weight: 700;
  font-family: var(--font-titre);
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
  box-shadow: var(--shadow-sm);
}

.btn-primaire:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow-rose);
}
