/* betcodex.net — Slate / Professional Dark */
:root {
    --color-primary:   #0ea5e9;
    --color-primary-h: #0284c7;
    --color-bg:        #0f172a;
    --color-bg-card:   #1e293b;
    --color-text:      #f1f5f9;
    --color-text-muted:#94a3b8;
    --color-border:    #334155;
    --color-code-bg:   #0f172a;
    --radius:          4px;
    --radius-sm:       2px;
    --shadow:          none;
    --shadow-md:       0 4px 16px rgba(0,0,0,.4);
}
body { background: #0f172a; }
.hero { background: linear-gradient(135deg, #0c4a6e 0%, #0ea5e9 100%); padding: 80px 0; }
.hero-title { font-size: 2.8rem; letter-spacing: -1px; }
.site-header { background: #1e293b; border-bottom: 1px solid #334155; }
.site-logo { color: #38bdf8; font-family: 'Courier New', monospace; letter-spacing: -1px; }
.nav-menu a { color: #94a3b8; }
.nav-menu a:hover { background: #0f172a; color: #38bdf8; }
.search-input { background: #0f172a; color: #f1f5f9; border-color: #334155; }
.promo-card { background: #1e293b; border: 1px solid #334155; border-radius: 4px; }
.promo-card__title a { color: #f1f5f9; }
.promo-card__code-block { background: #0f172a; border: 1px solid #0ea5e9; padding: 12px 16px; }
.code-text { color: #38bdf8; font-family: 'Courier New', monospace; font-size: 22px; letter-spacing: 3px; }
.cat-tab { background: #1e293b; color: #94a3b8; border: 1px solid #334155; }
.cat-tab.active, .cat-tab:hover { background: #0ea5e9; border-color: #0ea5e9; }
.promo-card__footer { border-top: 1px solid #334155; }
.how-it-works { background: #1e293b; }
.step { background: #0f172a; border: 1px solid #334155; border-radius: 4px; }
.step-num { background: #0ea5e9; border-radius: 0; }
.site-footer { background: #020617; border-top: 1px solid #334155; }
.age-disclaimer { background: #020617; }
.seo-text { background: #162032; color: #94a3b8; }
.promos-section--alt { background: #162032; }
