:root {
            /* Core Brand */
            --bs-primary: #8c52ff;
            --bs-primary-dark: #8c52ff;
            --bs-primary-alt: #815ace;
            --bs-secondary: #be9dff;
            --bs-primary-rgb: 140, 82, 255;
            
            /* Layered Depth System */
            --surface-bg: #f7f9fc;
            --brand-tint: #f7f9fc;
            --card-bg: #ffffff;
            
            /* Contrast Safety */
            --bs-primary-text: #ffffff;
            --body-color: #343f52;
            --scrollbar-color: #8c52ff;
            
            /* Reserved / Legacy */
            --bg-primary: #f7f9fc;
            --bg-secondary: #fff;
            --bg-header: #fff;
            --bs-dark-rgb: 3, 1, 34;
        }