[data-na-guide-focus="true"] {
    position: relative;
    z-index: 4;
    outline: 2px solid rgba(34, 193, 241, .82) !important;
    outline-offset: 5px;
    border-radius: .65rem;
    box-shadow:
        0 0 0 7px rgba(132, 92, 245, .12),
        0 18px 50px rgba(34, 193, 241, .18) !important;
    animation: na-guide-focus-pulse 1.7s ease-in-out infinite;
}

@keyframes na-guide-focus-pulse {
    0%, 100% { outline-color: rgba(34, 193, 241, .55); }
    50% { outline-color: rgba(241, 41, 168, .82); }
}

@media (prefers-reduced-motion: reduce) {
    [data-na-guide-focus="true"] { animation: none; }
}
