/* =========================================================
   CLIPHORIUM — ENTERPRISE WASH (PB WASH CANONICAL)
   - Extracted from playback.clean.css (your PB wash)
   - Kills old overlay layers that crush the bottom
   ========================================================= */

html, body{ background:#050505 !important; }

/* Safety: kill any old overlay layers that crush the bottom */
html::before, html::after,
body::before, body::after{
  content:none !important;
  display:none !important;
}

/* PB wash (canonical) */
body{
  background:
    radial-gradient(1100px 700px at 18% 12%, rgba(37,99,235,0.18) 0%, rgba(37,99,235,0.00) 62%),
    radial-gradient(1000px 650px at 82% 18%, rgba(139,92,246,0.18) 0%, rgba(139,92,246,0.00) 60%),
    radial-gradient(900px 650px at 50% 92%, rgba(56,189,248,0.10) 0%, rgba(56,189,248,0.00) 60%),
    radial-gradient(1200px 900px at 60% 40%, rgba(212,175,55,0.06) 0%, rgba(212,175,55,0.00) 55%),
    linear-gradient(180deg, #050505 0%, #0B0B0E 45%, #141418 100%) !important;

  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}
