/* Vyral 7.0.122 — fast popup-only motion. Never transforms page/navigation shells. */
:root{--v122-popup-in:125ms;--v122-popup-out:100ms;--v122-popup-ease:cubic-bezier(.2,.78,.2,1);--v122-popup-ease-out:cubic-bezier(.4,0,.8,.55)}
.v122-motion-root{will-change:opacity}
.v122-motion-backdrop-in{animation:v122BackdropIn var(--v122-popup-in) ease-out both}
.v122-motion-backdrop-out{animation:v122BackdropOut var(--v122-popup-out) ease-in both!important;pointer-events:none!important}
.v122-motion-card-in{transform-origin:center center;will-change:transform,opacity;animation:v122PopupIn var(--v122-popup-in) var(--v122-popup-ease) both}
.v122-motion-card-out{transform-origin:center center;will-change:transform,opacity;animation:v122PopupOut var(--v122-popup-out) var(--v122-popup-ease-out) both!important;pointer-events:none!important}
.v122-exit-ghost{position:fixed!important;z-index:2147483000!important;margin:0!important;pointer-events:none!important;contain:layout style paint;transform-origin:center center}
@keyframes v122PopupIn{from{opacity:0;transform:scale(.975)}to{opacity:1;transform:scale(1)}}
@keyframes v122PopupOut{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}
@keyframes v122BackdropIn{from{opacity:0}to{opacity:1}}
@keyframes v122BackdropOut{from{opacity:1}to{opacity:0}}
@media (prefers-reduced-motion:reduce){.v122-motion-backdrop-in,.v122-motion-backdrop-out,.v122-motion-card-in,.v122-motion-card-out{animation-duration:1ms!important;animation-iteration-count:1!important}}
