/* П.11 Два курсора играют в догонялки (assets/fx/kursory.js). Поверх страницы, клики не ловят. */
.fxc{position:fixed;inset:0;z-index:35;pointer-events:none;overflow:hidden;contain:strict}
.fxc svg{position:absolute;left:0;top:0;width:17px;height:17px;overflow:visible;will-change:transform;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.55))}
.fxc svg path{transition:fill .25s,stroke .25s}
.fxc .kx{position:absolute;left:0;top:0;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;
  border:2px solid #FFC24A;opacity:0;pointer-events:none}
.fxc .kx.go{animation:fxcHit .45s ease-out}
@keyframes fxcHit{0%{opacity:.9;transform:var(--p) scale(.3)}100%{opacity:0;transform:var(--p) scale(1.5)}}
@media (max-width:900px),(pointer:coarse),(prefers-reduced-motion:reduce){.fxc{display:none}}
