/* =========================================
   THEME: ZENLESS ZONE ZERO
========================================= */
:root {
    /* RAW RGB VALUES FOR DYNAMIC ALPHA BLENDING */
    --color-primary: 204, 255, 0;    /* Acid Green */
    --color-secondary: 255, 60, 0;   /* Warning Orange */
    --color-tertiary: 0, 240, 255;   /* Tech Cyan */
    --color-special: 255, 153, 0;
    --btn-text: #050505; /* Hollow Silver */

    /* IMAGE ASSETS & SIZING */
    --dynamic-bg: url('images/wall2.webp');
    --card-ratio: 3 / 4;
    --img-anchor: center;
     --bg-blend: normal;   /* Removes the harsh black overlay mixing */
    --bg-opacity: 0.1; 
}