
:root {
    --color-primary: #ea7948;
    --color-bg: #1a1a2e;
    --color-section: #16213e;
    --font: 'Courier New', monospace;
}
body { background: var(--color-bg); font-family: var(--font); }
h2, .shop-cat, .banque-montant.bscum, .shop-prix, .stat span { color: var(--color-primary); }
section, .shop-card, .sbox-card, .casino-card, .banque-card, .stat { background: var(--color-section); }
.has-bg section, .has-bg .shop-card, .has-bg .sbox-card, .has-bg .casino-card { background: rgba(22, 33, 62, 0.85); backdrop-filter: blur(4px); }
.btn-login, .btn-acheter, .btn-sbox, .btn-jouer, .filtre.actif { background: var(--color-primary); }

.page-accueil { background-image: url('/static/images/bg/50.png'); background-size: cover; background-position: center; background-attachment: fixed; }
.page-shop { background-image: url('/static/images/bg/17dabbf42b594744ba02f6d5142c5dd4_tplv-tnf8g33v4j-ai-watermark-resize_2508_1672.png'); background-size: cover; background-position: center; background-attachment: fixed; }
.page-banque { background-image: url('/static/images/bg/ChatGPT_Image_9_juin_2026__12_46_24.png'); background-size: cover; background-position: center; background-attachment: fixed; }
.page-casino { background-image: url('/static/images/bg/Casino.png'); background-size: cover; background-position: center; background-attachment: fixed; }
.page-sbox { background-image: url('/static/images/bg/v2_awi-ec44c24d4cb229c2.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
.page-profil { background-image: url('/static/images/bg/test_logo-Photoroom.png'); background-size: cover; background-position: center; background-attachment: fixed; }

