/* Connected v16.9.1 — shared golden night atmosphere for every HTML response. */
html{background:#020304}
body{
 min-height:100vh;
 background-image:
  radial-gradient(circle at 8% 2%,rgba(255,221,112,.26) 0,rgba(218,164,42,.10) 16rem,transparent 34rem),
  radial-gradient(circle at 92% 18%,rgba(229,178,42,.22) 0,rgba(159,105,11,.08) 19rem,transparent 41rem),
  radial-gradient(ellipse at 52% 104%,rgba(188,130,18,.16),transparent 39rem),
  linear-gradient(135deg,#020304 0%,#090b10 50%,#020304 100%)!important;
 background-size:118% 118%,120% 120%,115% 115%,100% 100%!important;
 background-position:0 0,100% 0,50% 100%,0 0!important;
 background-attachment:fixed!important;
 animation:cpGoldenNightAura 18s ease-in-out infinite alternate
}
@keyframes cpGoldenNightAura{
 0%{background-position:0 0,100% 0,50% 100%,0 0}
 50%{background-position:2% 1%,98% 2%,48% 98%,0 0}
 100%{background-position:4% 2%,96% 0,52% 96%,0 0}
}
@media(max-width:900px){body{background-size:145% 115%,150% 120%,135% 110%,100% 100%!important}}
@media(prefers-reduced-motion:reduce){body{animation:none!important}}
