/* v4-aurora-2.css - unified background: aurora shows through the legacy region + footer (SITE-9) */
.v3x{background:transparent !important}
.v3x .footer{background:transparent !important}

/* client-area (Nexus): let the aurora field show through the WHMCS skin wrappers */
body:has(.v4field){background:transparent !important}
#main-body{background:transparent !important}
.body-wrapper, .main-content, .page-wrapper{background:transparent !important}

/* the real fix: ca-theme paints html[data-mode][data-accent] opaque, trapping the fixed field.
   Make html transparent ONLY when the aurora field is present (marketing + client area both inject it). */
html:has(.v4field){background:transparent !important}
html:has(.v4field) body{background:transparent !important}
