.cursor-light {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(160px 160px at var(--x, 50%) var(--y, 50%),
            rgba(77, 80, 87, 0.45) 0%,
            rgba(77, 80, 87, 0.28) 35%,
            rgba(77, 80, 87, 0.15) 55%,
            rgba(77, 80, 87, 0.05) 70%,
            transparent 80%);
}