@keyframes tour-spotlight-pulse{0%{opacity:1}50%{opacity:.85}to{opacity:1}}@keyframes tour-coachmark-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tour-progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tour-spotlight-cutout{animation:1.5s ease-in-out tour-spotlight-pulse}.tour-coachmark-enter{animation:.12s ease-out tour-coachmark-enter}.tour-progress-bar{top:var(--demo-banner-height,32px);z-index:9000;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#0e957a 50%,#0000 100%) 0 0/200% 100%;height:2px;animation:1.5s linear infinite tour-progress-shimmer;position:fixed;left:0;right:0}.tour-pause-countdown-bar{transform-origin:0;background:#0e957a;height:3px;animation:3s linear forwards tour-pause-countdown}@keyframes tour-pause-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.tour-spotlight-cutout,.tour-coachmark,.tour-coachmark-enter,.tour-progress-bar,.tour-pause-countdown-bar{transition:none!important;animation:none!important}.tour-progress-bar{background:#0e957a}}
