/* П.3 «Деньги»: колонки знаков ₽ $ ¥ сверху вниз (assets/fx/valyuty.js) — как «матрица» направлений */
.fx-valyuty{position:relative;overflow:hidden}
.fx-valyuty canvas.fxv{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;
  opacity:.42;-webkit-mask-image:radial-gradient(120% 90% at 50% 40%,#000 25%,transparent 78%);
  mask-image:radial-gradient(120% 90% at 50% 40%,#000 25%,transparent 78%)}
.fx-valyuty .wrap{position:relative;z-index:1}
@media (max-width:760px){.fx-valyuty canvas.fxv{opacity:.32}}
@media (prefers-reduced-motion:reduce){.fx-valyuty canvas.fxv{display:none}}
