/* ========================================================================== 
   MXPGAMING V17 — MIXFAST first-fold background authority
   --------------------------------------------------------------------------
   Scope: MIXFAST page visual seam only. No modal, gate, translation, JS, or
   layout behavior is modified.

   Goal: remove the visible intermediate color band between the fixed top bar
   and the hero/logo area. The first viewport must read as one continuous
   MIXFAST background surface.
   ========================================================================== */

body.mxp-page-mixfast,
body.mxp-page-mixfast #site-content,
body.mxp-page-mixfast .mx-mixfast-page{
	background:#111315!important;
}

body.mxp-page-mixfast #site-content{
	margin-top:0!important;
	padding-top:0!important;
}

body.mxp-page-mixfast .mx-mixfast-page{
	background:#111315!important;
	background-image:none!important;
}

body.mxp-page-mixfast .mx-mf-hero{
	background:#111315!important;
	background-image:
		radial-gradient(ellipse at 50% 18%,rgba(231,76,60,.055) 0%,rgba(231,76,60,0) 46%),
		linear-gradient(180deg,#111315 0%,#111315 42%,#121418 100%)!important;
}

/* Remove only the top color veil responsible for the visible seam.
   The bottom fade is left intact for the section transition. */
body.mxp-page-mixfast .mx-mf-hero::after{
	content:none!important;
	display:none!important;
	background:none!important;
}

body.mxp-page-mixfast .mx-mf-hero::before{
	background:linear-gradient(180deg,rgba(17,19,21,0) 0%,#111315 100%)!important;
}
