
:root {
    --neon-blue:     #4cb9fa;
    --neon-pink:     #c40c3a;
    --gold:          #d4af37;
    --bg-url:        url('bg.jpg');
    --brand-bg:      #000000;
    --frame-color:   #4cb9fa;
    --container-bg:  rgba(0,0,0,0.92);
}
body { background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('bg.jpg') !important; background-color: #000000 !important; background-size: cover !important; background-position: center !important; background-attachment: fixed !important; }
