/* ========================================================= */
/* 🌙 DARK MODE — SIDEBAR BORSA DOCENT                        */
/* ========================================================= */

/* ================= CONTENIDOR PRINCIPAL ================= */

[data-theme="dark"] #sidebar-menu {
  background: #020617;
  color: var(--color-border);
  border-right: 1px solid #1f2937;
  box-shadow:
    inset -1px 0 0 rgba(255,255,255,0.04),
    0 20px 60px rgba(0,0,0,0.6);
}

/* Overlay */
[data-theme="dark"] #sidebar-overlay {
  background: rgba(2, 6, 23, 0.75);
}

/* ================= HEADER ================= */

[data-theme="dark"] .sidebar-header {
  background: #020617;
  border-bottom: 1px solid #1f2937;
}

[data-theme="dark"] .sidebar-title .bd-nom {
  color: var(--color-border);
}

[data-theme="dark"] .sidebar-title .bd-sub {
  color: #94a3b8;
}

/* Botó tancar */
[data-theme="dark"] .sidebar-close {
  color: #cbd5f5;
}

[data-theme="dark"] .sidebar-close:hover {
  color: var(--color-surface);
}

/* ================= SECCIONS ================= */

[data-theme="dark"] .sidebar-section-title,
[data-theme="dark"] .eines-head__title {
  color: #64748b;
  font-size: 12px;
  letter-spacing: .05em;
}

/* Pastilla premium */
[data-theme="dark"] .eines-head__pill {
  background: #1e293b;
  color: #facc15;
  border: 1px solid #334155;
}

/* Separador */
[data-theme="dark"] .sidebar-divider {
  background: linear-gradient(
    to right,
    transparent,
    rgba(148,163,184,.25),
    transparent
  );
}

/* ================= LINKS ================= */

[data-theme="dark"] .sidebar-link {
  background: transparent;
  color: #cbd5f5;
}

[data-theme="dark"] .sidebar-link .sidebar-left span {
  color: #cbd5f5;
}

/* Hover */
[data-theme="dark"] .sidebar-link:hover {
  background: rgba(255,255,255,0.06);
  color: var(--color-surface);
  border-left: 3px solid #3b82f6;
}

/* Actiu */
[data-theme="dark"] .sidebar-link.active {
  background: rgba(59,130,246,0.15);
  color: #93c5fd;
}

/* Perill (logout) */
[data-theme="dark"] .sidebar-link.danger {
  color: #fca5a5;
}

[data-theme="dark"] .sidebar-link.danger:hover {
  background: rgba(239,68,68,.15);
  color: var(--color-surface);
}

/* ================= ESTATS ================= */

/* Bloquejat */
[data-theme="dark"] .sidebar-link.locked {
  opacity: .45;
}

/* Coming soon */
[data-theme="dark"] .sidebar-link.coming-soon {
  opacity: .6;
  cursor: not-allowed;
}

/* ================= ICONES ================= */

[data-theme="dark"] .sidebar-link svg {
  stroke: #94a3b8;
  fill: none;
}

[data-theme="dark"] .sidebar-link:hover svg {
  stroke: var(--color-surface);
}

/* ================= REGAL DEL MES ================= */

[data-theme="dark"] .sidebar-card-regal {
  background: linear-gradient(
    135deg,
    rgba(15,23,42,.85),
    rgba(17,24,39,.9)
  );
  border: 1px solid rgba(234,179,8,.35);
  color: var(--color-border);
}

[data-theme="dark"] .sidebar-card-regal:hover {
  background: linear-gradient(
    135deg,
    rgba(17,24,39,.95),
    rgba(2,6,23,1)
  );
  border-color: rgba(234,179,8,.6);
}

/* Enllaços */
[data-theme="dark"] .sidebar-card-regal a {
  color: #93c5fd;
  font-weight: 500;
  text-decoration: none;
}

[data-theme="dark"] .sidebar-card-regal a:hover {
  color: #bfdbfe;
  text-decoration: underline;
}

/* Etiquetes */
[data-theme="dark"] .sidebar-card-regal .badge,
[data-theme="dark"] .sidebar-card-regal .label {
  color: #fde68a;
  font-weight: 600;
}

/* Títol */
[data-theme="dark"] .sidebar-card-regal .regal-label {
  color: #93c5fd;
  font-weight: 600;
}

/* Text descriptiu */
[data-theme="dark"] .sidebar-card-regal .regal-text {
  color: #cbd5f5;
}

/* CTA */
[data-theme="dark"] .sidebar-card-regal .regal-cta {
  color: #60a5fa;
  font-weight: 500;
}

[data-theme="dark"] .sidebar-card-regal:hover .regal-cta {
  color: #93c5fd;
}

/* ================= INTEGRACIÓ ================= */

/* perquè quedin integrats dins el contenidor */
.eines-box .sidebar-link {
  border-radius: 12px;
}
