
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(31,182,201,0.06), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(59,130,246,0.05), transparent 45%),
    radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: auto, auto, 4px 4px;
}
.t-record {
  position: relative;
  z-index: 1;
}
</style>
