/* Per-slot themed backdrop. Desktop: bold art in the side gutters, dark center.
   Mobile: same art as a faint full-scene ambience. */
.slot-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(1.65) saturate(1.25)}
.slot-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,26,.02),rgba(10,14,26,.55) 12%,rgba(10,14,26,.97) 26%,rgba(10,14,26,.97) 74%,rgba(10,14,26,.55) 88%,rgba(10,14,26,.02))}
@media(max-width:1099px){
  .slot-bg::after{background:linear-gradient(rgba(10,14,26,.72),rgba(10,14,26,.9) 55%,#0a0e1a 90%)}
}
html[data-theme=light] .slot-bg{opacity:.12}
main.main{position:relative;z-index:1;background:transparent !important}
body{background:#0a0e1a}
footer{position:relative;z-index:1}
