:root {
            /* Core Brand */
            --bs-primary: #88c304;
            --bs-primary-dark: #88c304;
            --bs-primary-alt: #88c304;
            --bs-secondary: #88c304;
            --bs-primary-rgb: 136, 195, 4;
            
            /* Layered Depth System */
            --surface-bg: #f4f4f4;
            --brand-tint: #f4f4f4;
            --card-bg: #ffffff;
            
            /* Contrast Safety */
            --bs-primary-text: #ffffff;
            --body-color: #343f52;
            --scrollbar-color: #88c304;
            
            /* Reserved / Legacy */
            --bg-primary: #f4f4f4;
            --bg-secondary: #fff;
            --bg-header: #fff;
            --bs-dark-rgb: 3, 1, 34;
        }