/* Dark Theme Styles */

:root {
    --bg:      #070b14;
    --card:    rgba(255,255,255,0.03);
    --border:  rgba(255,255,255,0.07);
    --text:    #ffffff;
    --text-2:  #e2e8f0;
    --text-3:  #cbd5e1;
    --primary: #06b6d4;
    --primary-rgb: 6,182,212;
}

/* Smooth transitions */
body,
.card,
.content-card,
.module-card,
.step,
.cat,
.doc-section,
.doc-toc {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
