:root{
  --bg:#0a0a0a;
  --fg:#f9a825;
  --dim:rgba(249,168,37,.84);
  --accent:#f9a825;
  --glow:rgba(249,168,37,.28);
  --glow2:rgba(249,168,37,.14);

  --noise:.10;
  --noise-speed:7s;
  --scan:.12;
  --scan-speed:8s;
  --tear:0;
}
body{
  background:
    radial-gradient(1200px 900px at 42% 34%, rgba(249,168,37,.12), rgba(0,0,0,0) 64%),
    var(--bg);
}
