/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-lpuvdfh2qb] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lpuvdfh2qb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z4dcmqx61c],
.components-reconnect-repeated-attempt-visible[b-z4dcmqx61c],
.components-reconnect-failed-visible[b-z4dcmqx61c],
.components-pause-visible[b-z4dcmqx61c],
.components-resume-failed-visible[b-z4dcmqx61c],
.components-rejoining-animation[b-z4dcmqx61c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-retrying[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-failed[b-z4dcmqx61c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z4dcmqx61c] {
    display: block;
}


#components-reconnect-modal[b-z4dcmqx61c] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-z4dcmqx61c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-z4dcmqx61c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-z4dcmqx61c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-z4dcmqx61c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-z4dcmqx61c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-z4dcmqx61c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-z4dcmqx61c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-z4dcmqx61c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-z4dcmqx61c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-z4dcmqx61c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-z4dcmqx61c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-z4dcmqx61c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-z4dcmqx61c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-z4dcmqx61c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-z4dcmqx61c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z4dcmqx61c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z4dcmqx61c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-z4dcmqx61c {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AgentDashboard.razor.rz.scp.css */
body[b-ytwag6ukc3] {
    background-color: #1f1f1f;
    margin: 0;
}

.studio-loading[b-ytwag6ukc3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #1f1f1f;
}

.spinner[b-ytwag6ukc3] {
    width: 40px;
    height: 40px;
    border: 3px solid #3e3e3e;
    border-top-color: #3ea6ff;
    border-radius: 50%;
    animation: spin-b-ytwag6ukc3 1s linear infinite;
}

@keyframes spin-b-ytwag6ukc3 {
    to {
        transform: rotate(360deg);
    }
}

.studio-layout[b-ytwag6ukc3] {
    display: flex;
    height: 100vh;
    background: #1f1f1f;
    color: #f1f1f1;
    font-family: "Roboto", "Arial", sans-serif;
    overflow: hidden;
}

.studio-sidebar[b-ytwag6ukc3] {
    width: 256px;
    background: #282828;
    border-right: 1px solid #3e3e3e;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.agent-profile[b-ytwag6ukc3] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #3e3e3e;
}

.avatar[b-ytwag6ukc3] {
    width: 80px;
    height: 80px;
    background: #aa47bc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.profile-info h4[b-ytwag6ukc3] {
    margin: 0 0 4px 0;
    font-size: 1rem;
    font-weight: 500;
}

.profile-info p[b-ytwag6ukc3] {
    margin: 0;
    color: #aaaaaa;
    font-size: 0.85rem;
}

.studio-nav[b-ytwag6ukc3] {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
}

    .studio-nav a[b-ytwag6ukc3] {
        padding: 12px 24px;
        color: #f1f1f1;
        text-decoration: none;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 16px;
        border-left: 3px solid transparent;
    }

        .studio-nav a:hover[b-ytwag6ukc3] {
            background: #3e3e3e;
        }

        .studio-nav a.active[b-ytwag6ukc3] {
            background: #3e3e3e;
            color: #ff4e45;
            border-left-color: #ff4e45;
            font-weight: 500;
        }

.studio-main[b-ytwag6ukc3] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.studio-header[b-ytwag6ukc3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px;
    position: sticky;
    top: 0;
    background: #1f1f1f;
    z-index: 10;
    border-bottom: 1px solid #3e3e3e;
}

    .studio-header h1[b-ytwag6ukc3] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 500;
    }

.btn-create[b-ytwag6ukc3] {
    background: white;
    color: #0f0f0f;
    border: none;
    padding: 10px 16px;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-create:hover[b-ytwag6ukc3] {
        background: #e5e5e5;
    }

.studio-grid[b-ytwag6ukc3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    padding: 32px;
    align-items: start;
}

.grid-col[b-ytwag6ukc3] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.studio-card[b-ytwag6ukc3] {
    background: #282828;
    border: 1px solid #3e3e3e;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-header[b-ytwag6ukc3] {
    padding: 16px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid #3e3e3e;
}

.latest-listing-preview[b-ytwag6ukc3] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #3e3e3e;
}

.thumbnail[b-ytwag6ukc3] {
    width: 100%;
    aspect-ratio: 16/9;
    background: #3e3e3e;
    border-radius: 4px;
}

.bg-gradient[b-ytwag6ukc3] {
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
}

.listing-title[b-ytwag6ukc3] {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
}

.metrics-list[b-ytwag6ukc3] {
    padding: 12px 24px;
}

.metric-row[b-ytwag6ukc3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #3e3e3e;
    font-size: 0.9rem;
}

    .metric-row:last-child[b-ytwag6ukc3] {
        border-bottom: none;
    }

.metric-label[b-ytwag6ukc3] {
    color: #aaaaaa;
}

.metric-value[b-ytwag6ukc3] {
    font-weight: 500;
}

.card-footer[b-ytwag6ukc3] {
    padding: 16px 24px;
    border-top: 1px solid #3e3e3e;
    text-align: center;
}

    .card-footer a[b-ytwag6ukc3] {
        color: #3ea6ff;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9rem;
    }

        .card-footer a:hover[b-ytwag6ukc3] {
            text-decoration: underline;
        }

.analytics-summary[b-ytwag6ukc3] {
    padding: 24px;
}

.subscriber-count h3[b-ytwag6ukc3] {
    margin: 0 0 12px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #aaaaaa;
}

.count-large[b-ytwag6ukc3] {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
}

.summary-divider[b-ytwag6ukc3] {
    height: 1px;
    background: #3e3e3e;
    margin: 24px 0;
}

.analytics-summary h4[b-ytwag6ukc3] {
    margin: 0 0 12px 0;
    font-size: 1rem;
    font-weight: 500;
}

.launch-card[b-ytwag6ukc3] {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 1px solid #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
}

.launch-content[b-ytwag6ukc3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.launch-icon[b-ytwag6ukc3] {
    font-size: 3rem;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.5));
}

.launch-content h3[b-ytwag6ukc3] {
    margin: 0;
    font-size: 1.4rem;
    color: #f8fafc;
}

.launch-content p[b-ytwag6ukc3] {
    margin: 0 0 8px 0;
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btn-launch[b-ytwag6ukc3] {
    background: #3ea6ff;
    color: #0f0f0f;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 4px 15px rgba(62, 166, 255, 0.3);
}

    .btn-launch:hover[b-ytwag6ukc3] {
        background: #60baff;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(62, 166, 255, 0.5);
    }

.comments-list[b-ytwag6ukc3] {
    display: flex;
    flex-direction: column;
}

.comment-item[b-ytwag6ukc3] {
    padding: 20px 24px;
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #3e3e3e;
}

    .comment-item:last-child[b-ytwag6ukc3] {
        border-bottom: none;
    }

.comment-avatar[b-ytwag6ukc3] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f59e0b;
    color: #000;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.comment-body[b-ytwag6ukc3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.comment-meta[b-ytwag6ukc3] {
    font-size: 0.8rem;
    color: #aaaaaa;
}

.comment-text[b-ytwag6ukc3] {
    font-size: 0.9rem;
    line-height: 1.4;
    font-style: italic;
}

.comment-target[b-ytwag6ukc3] {
    font-size: 0.8rem;
    color: #3ea6ff;
    margin-top: 4px;
}

.ai-trigger-btn[b-ytwag6ukc3] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: #282828;
    border: 1px solid #3e3e3e;
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    z-index: 100;
    transition: 0.2s;
}

    .ai-trigger-btn:hover[b-ytwag6ukc3] {
        background: #3e3e3e;
    }

.ai-drawer[b-ytwag6ukc3] {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 360px;
    height: 500px;
    background: #282828;
    border: 1px solid #3e3e3e;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    z-index: 99;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.2s ease-out;
    pointer-events: none;
}

    .ai-drawer.open[b-ytwag6ukc3] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

.drawer-header[b-ytwag6ukc3] {
    padding: 16px;
    border-bottom: 1px solid #3e3e3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-title[b-ytwag6ukc3] {
    font-weight: 500;
    font-size: 1.1rem;
}

.close-drawer[b-ytwag6ukc3] {
    background: none;
    border: none;
    color: #aaaaaa;
    font-size: 1.2rem;
    cursor: pointer;
}

.drawer-body[b-ytwag6ukc3] {
    flex-grow: 1;
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.empty-ai-state[b-ytwag6ukc3] {
    text-align: center;
    color: #aaaaaa;
    margin: auto;
    font-size: 0.9rem;
}

.msg-row[b-ytwag6ukc3] {
    display: flex;
    width: 100%;
}

.ai-row[b-ytwag6ukc3] {
    justify-content: flex-start;
}

.user-row[b-ytwag6ukc3] {
    justify-content: flex-end;
}

.msg-bubble[b-ytwag6ukc3] {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 85%;
}

.user-bubble[b-ytwag6ukc3] {
    background: #3ea6ff;
    color: #0f0f0f;
}

.ai-bubble[b-ytwag6ukc3] {
    background: #3e3e3e;
    color: #f1f1f1;
    border: 1px solid #4d4d4d;
}

.typing[b-ytwag6ukc3] {
    display: flex;
    gap: 4px;
    padding: 12px 16px;
}

    .typing span[b-ytwag6ukc3] {
        width: 6px;
        height: 6px;
        background: #aaaaaa;
        border-radius: 50%;
        animation: bounce 1.4s infinite ease-in-out both;
    }

        .typing span:nth-child(1)[b-ytwag6ukc3] {
            animation-delay: -0.32s;
        }

        .typing span:nth-child(2)[b-ytwag6ukc3] {
            animation-delay: -0.16s;
        }

.drawer-footer[b-ytwag6ukc3] {
    padding: 16px;
    border-top: 1px solid #3e3e3e;
    display: flex;
    gap: 8px;
}

    .drawer-footer input[b-ytwag6ukc3] {
        flex-grow: 1;
        background: #1f1f1f;
        border: 1px solid #3e3e3e;
        color: white;
        padding: 10px 12px;
        border-radius: 4px;
        font-size: 0.9rem;
        outline: none;
    }

        .drawer-footer input:focus[b-ytwag6ukc3] {
            border-color: #3ea6ff;
        }

    .drawer-footer button[b-ytwag6ukc3] {
        background: #3ea6ff;
        color: #0f0f0f;
        border: none;
        width: 40px;
        border-radius: 4px;
        font-weight: 500;
        cursor: pointer;
    }

@media (max-width: 1024px) {
    .studio-layout[b-ytwag6ukc3] {
        flex-direction: column;
    }

    .studio-sidebar[b-ytwag6ukc3] {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-right: none;
        border-bottom: 1px solid #3e3e3e;
        padding: 8px 16px;
    }

    .studio-nav[b-ytwag6ukc3] {
        flex-direction: row;
        padding: 0;
    }

        .studio-nav a[b-ytwag6ukc3] {
            padding: 8px 12px;
            border-left: none;
            border-bottom: 3px solid transparent;
        }

            .studio-nav a.active[b-ytwag6ukc3] {
                border-left: none;
                border-bottom-color: #ff4e45;
            }

    .ai-drawer[b-ytwag6ukc3] {
        width: calc(100% - 40px);
        right: 20px;
        bottom: 90px;
    }
}
/* /Components/Pages/FleetCommand.razor.rz.scp.css */
.fullscreen-loading[b-h8pkkbq8bp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background: #020617;
    color: #3ea6ff;
    font-family: monospace;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.spinner[b-h8pkkbq8bp] {
    width: 50px;
    height: 50px;
    border: 3px solid #1e293b;
    border-top-color: #3ea6ff;
    border-radius: 50%;
    animation: spin-b-h8pkkbq8bp 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-h8pkkbq8bp {
    to {
        transform: rotate(360deg);
    }
}

.fleet-command-wrapper[b-h8pkkbq8bp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #000;
    overflow: hidden;
    font-family: "Roboto", "Arial", sans-serif;
}

#fullscreen-satellite-map[b-h8pkkbq8bp] {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.glass-overlay[b-h8pkkbq8bp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
}

.overlay-header[b-h8pkkbq8bp] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: auto;
}

.btn-back[b-h8pkkbq8bp] {
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid #334155;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

    .btn-back:hover[b-h8pkkbq8bp] {
        background: #1e293b;
        border-color: #3ea6ff;
        color: #3ea6ff;
    }

.status-badge[b-h8pkkbq8bp] {
    background: rgba(22, 101, 52, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #2ba640;
    color: #4ade80;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

    .status-badge .dot[b-h8pkkbq8bp] {
        width: 8px;
        height: 8px;
        background: #4ade80;
        border-radius: 50%;
        animation: pulse-b-h8pkkbq8bp 1.5s infinite;
    }

.overlay-controls[b-h8pkkbq8bp] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: auto;
}

.control-panel[b-h8pkkbq8bp] {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid #334155;
    padding: 24px;
    border-radius: 12px;
    width: 300px;
    color: #f8fafc;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

    .control-panel h2[b-h8pkkbq8bp] {
        margin: 0 0 20px 0;
        font-size: 1.2rem;
        border-bottom: 1px solid #334155;
        padding-bottom: 10px;
    }

.stat-row[b-h8pkkbq8bp] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

    .stat-row span[b-h8pkkbq8bp] {
        color: #94a3b8;
    }

    .stat-row strong[b-h8pkkbq8bp] {
        font-weight: 600;
    }

        .stat-row strong.good[b-h8pkkbq8bp] {
            color: #4ade80;
        }

@keyframes pulse-b-h8pkkbq8bp {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* Leaflet injects markers directly into the DOM outside Blazor components, so we must use ::deep */
[b-h8pkkbq8bp] .premium-agent-marker {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-h8pkkbq8bp] .pro-core {
    width: 12px;
    height: 12px;
    background-color: #fbbf24;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 12px #fbbf24, 0 0 0 2px white;
}

[b-h8pkkbq8bp] .pro-ring {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: rgba(251, 191, 36, 0.4);
    border-radius: 50%;
    z-index: 1;
    animation: agentPulse-b-h8pkkbq8bp 2s infinite ease-out;
}

@keyframes agentPulse-b-h8pkkbq8bp {
    0% {
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        transform: scale(2.0);
        opacity: 0;
    }
}
