:root {
            /* Core Brand */
            --bs-primary: #edf908;
            --bs-primary-dark: #edf908;
            --bs-primary-alt: #0065bd;
            --bs-secondary: #22cfff;
            --bs-primary-rgb: 237, 249, 8;
            
            /* Layered Depth System */
            --surface-bg: #f7f9fc;
            --brand-tint: #f7f9fc;
            --card-bg: #ffffff;
            
            /* Contrast Safety */
            --bs-primary-text: #1e293b;
            --body-color: #343f52;
            --scrollbar-color: #0088ff;
            
            /* Reserved / Legacy */
            --bg-primary: #f7f9fc;
            --bg-secondary: #fff;
            --bg-header: #fff;
            --bs-dark-rgb: 3, 1, 34;
        }