/* ---- PURPLE ACCENT THEME ---- */
:root {
    --blue: #a78bfa;
    --blue-bright: #c084fc;
    --blue-glow: rgba(192, 132, 252, 0.45);
    --blue-deep: #7c3aed;
    --border-glow: rgba(167, 139, 250, 0.2);
}

/* Fix hardcoded rgba blue values in docs.css */
.sidebar-section a.active {
    background: rgba(139, 92, 246, 0.05);
}

.docs-content code {
    background: rgba(139, 92, 246, 0.08);
}

.callout-info {
    background: rgba(139, 92, 246, 0.06);
    border-color: rgba(139, 92, 246, 0.18);
}
