/* TURQUOISE THEME TOKENS */
:root{
  --space1:#0b1221;
  --space2:#111a34;

  --card:#0f172a;
  --card-2:#132243;
  --card-border:#243456;

  --text:#e5e7eb;

  --accent:#06b6d4;                         /* main turquoise */
  --accent-border:#083344;                  /* darker edge for contrast */
  --accent-glow: rgba(6,182,212,.55);       /* glow for hover/focus */
}

/* Optional: make the “Step” sublabel darker when active (turquoise-ink) */
.side-item.active .mi-step{ color:#083344 }

/* (If you want a slightly different scrollbar accent, you can override here)
.side-list::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#06b6d4,#67e8f9);
}
*/
