/* /Pages/Chat/Chat.razor.rz.scp.css */
#turnstile-container[b-gjovph5ehe]
{
    align-items: center;
    display: flex;
    justify-content: center;
}

.chat-lead-creator[b-gjovph5ehe]
{
    align-items: center;
    background: #f6f8fb;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.chat-lead-creator-card[b-gjovph5ehe]
{
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    max-width: 420px;
    padding: 32px;
    text-align: center;
    width: 100%;
}

.chat-lead-creator-card h1[b-gjovph5ehe]
{
    color: #111827;
    font-size: 1.5rem;
    margin: 0 0 8px;
}

.chat-lead-creator-card p[b-gjovph5ehe]
{
    color: #5f6b7a;
    margin: 0 0 24px;
}

.chat-lead-creator-button[b-gjovph5ehe]
{
    background: #2457d6;
    border: 0;
    border-radius: 9px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    padding: 11px 18px;
}

.chat-lead-creator-button:disabled[b-gjovph5ehe]
{
    cursor: wait;
    opacity: 0.65;
}

.chat-lead-creator-error[b-gjovph5ehe]
{
    color: #b42318;
    font-size: 0.875rem;
    margin-top: 16px;
}

.chat-page[b-gjovph5ehe]
{
    background:
        radial-gradient(circle at 8% 88%, rgba(242, 118, 94, 0.17) 0 78px, transparent 79px),
        radial-gradient(circle at 94% 18%, rgba(168, 222, 200, 0.38) 0 125px, transparent 126px),
        #f6f1e8;
    color: #233d38;
    display: flex;
    flex-direction: column;
    font-family: "DM Sans", Arial, sans-serif;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.chat-header[b-gjovph5ehe]
{
    background: #102f2a;
    border-bottom: 1px solid rgba(255, 253, 248, 0.18);
    box-shadow: 0 8px 24px rgba(10, 33, 29, 0.12);
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 20;
}

.chat-header-inner[b-gjovph5ehe]
{
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: 92px;
    padding: 14px 24px;
}

.chat-desktop-brand[b-gjovph5ehe]
{
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    gap: 12px;
    justify-self: start;
}

.chat-brand-mark[b-gjovph5ehe]
{
    background: #a8dec8;
    border-radius: 50%;
    display: grid;
    height: 42px;
    place-items: center;
    position: relative;
    width: 42px;
}

.chat-brand-mark[b-gjovph5ehe]::before,
.chat-brand-mark[b-gjovph5ehe]::after,
.chat-brand-mark span[b-gjovph5ehe]::before,
.chat-brand-mark span[b-gjovph5ehe]::after
{
    background: #102f2a;
    border-radius: 2px;
    content: "";
    position: absolute;
}

.chat-brand-mark[b-gjovph5ehe]::before
{
    height: 6px;
    left: 11px;
    top: 18px;
    width: 20px;
}

.chat-brand-mark[b-gjovph5ehe]::after
{
    height: 20px;
    left: 18px;
    top: 11px;
    width: 6px;
}

.chat-brand-mark span[b-gjovph5ehe]::before
{
    background: #fffdf8;
    height: 5px;
    left: 10px;
    top: 8px;
    width: 5px;
}

.chat-brand-mark span[b-gjovph5ehe]::after
{
    background: #fffdf8;
    bottom: 8px;
    height: 5px;
    right: 9px;
    width: 5px;
}

.chat-brand-name[b-gjovph5ehe]
{
    font-family: "Manrope", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.chat-brand-name strong[b-gjovph5ehe]
{
    font-weight: 800;
}

.chat-agent[b-gjovph5ehe]
{
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
    justify-self: center;
}

.chat-agent-copy[b-gjovph5ehe]
{
    line-height: 1.25;
    min-width: 0;
}

.chat-agent-name[b-gjovph5ehe]
{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

.chat-agent-role[b-gjovph5ehe]
{
    color: #a8dec8;
    font-size: 0.88rem;
    margin-top: 3px;
}

.chat-header-status[b-gjovph5ehe]
{
    align-items: center;
    color: #d5e0dd;
    display: inline-flex;
    font-size: 0.86rem;
    gap: 8px;
    justify-self: end;
    white-space: nowrap;
}

.chat-status-dot[b-gjovph5ehe]
{
    background: #a8dec8;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(168, 222, 200, 0.15);
    height: 8px;
    width: 8px;
}

.chat-brand-pill[b-gjovph5ehe]
{
    background: #eef4ff;
    border: 1px solid #d7e5ff;
    border-radius: 999px;
    color: #244d85;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 8px 12px;
    white-space: nowrap;
}

.chat-mobile-brand[b-gjovph5ehe]
{
    display: none;
}

@media (max-width: 767.98px)
{
    .chat-page[b-gjovph5ehe]
    {
        background: #ffffff;
        color: #182230;
        display: block;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        height: auto;
        min-height: 100dvh;
        overflow: visible;
    }

    .chat-header[b-gjovph5ehe]
    {
        -webkit-backdrop-filter: blur(8px) saturate(140%);
        backdrop-filter: blur(8px) saturate(140%);
        background: rgba(255, 255, 255, 0.84);
        border-bottom: 1px solid rgba(60, 60, 67, 0.12);
        box-shadow: none;
        left: 0;
        position: fixed;
        right: 0;
        top: var(--chat-viewport-top, 0px);
    }

    .chat-header-inner[b-gjovph5ehe]
    {
        display: flex;
        justify-content: center;
        min-height: 0;
        padding: calc(10px + env(safe-area-inset-top)) 12px 8px;
    }

    .chat-desktop-brand[b-gjovph5ehe]
    {
        display: none;
    }

    .chat-agent[b-gjovph5ehe]
    {
        flex-direction: column;
        gap: 5px;
        justify-self: auto;
        text-align: center;
    }

    .chat-agent-name[b-gjovph5ehe]
    {
        color: #111827;
        font-size: 0.95rem;
        font-weight: 400;
        line-height: 18px;
    }

    .chat-agent-role[b-gjovph5ehe],
    .chat-header-status[b-gjovph5ehe],
    .chat-brand-pill[b-gjovph5ehe]
    {
        display: none;
    }

    .chat-mobile-brand[b-gjovph5ehe]
    {
        color: #343a40;
        display: block;
        font-size: 0.95rem;
        line-height: 18px;
    }
}
/* /Pages/Chat/Message.razor.rz.scp.css */
.chat-message[b-990atfzf4n]
{
    align-items: end;
    display: grid;
    gap: 10px;
    margin: 10px 0;
    max-width: 650px;
}

.chat-message-agent[b-990atfzf4n]
{
    grid-template-columns: 34px minmax(0, 1fr);
}

.chat-message-agent.chat-message-typing[b-990atfzf4n]
{
    grid-template-columns: minmax(0, 1fr);
}

.chat-message-user[b-990atfzf4n]
{
    justify-content: end;
    margin-left: auto;
    max-width: 540px;
}

.message-avatar[b-990atfzf4n]
{
    align-items: center;
    background: #102f2a;
    border: 1px solid #0a211d;
    border-radius: 50%;
    color: #a8dec8;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.message-content[b-990atfzf4n]
{
    max-width: 100%;
    min-width: 0;
}

.chat-message-agent .message-content[b-990atfzf4n]
{
    justify-self: start;
    width: fit-content;
}

.message-bubble[b-990atfzf4n]
{
    background: #ffffff;
    border: 1px solid #c8d0ca;
    border-radius: 3px;
    color: #233d38;
    font-size: 0.95rem;
    line-height: 1.45;
    padding: 10px 13px;
    position: relative;
    white-space: pre-wrap;
}

.chat-message-user .message-bubble[b-990atfzf4n]
{
    background: #a8dec8;
    border-color: #7faf9c;
    color: #102f2a;
    font-weight: 600;
    padding: 9px 13px;
}

.chat-message-typing .message-bubble[b-990atfzf4n]
{
    background: #f6f1e8;
    color: #677a76;
    font-style: italic;
}

.message-time[b-990atfzf4n]
{
    color: #7b8b87;
    font-size: 0.72rem;
    line-height: 1.2;
    margin-top: 4px;
}

.chat-message-user .message-time[b-990atfzf4n]
{
    text-align: right;
}

.typing-dots[b-990atfzf4n]
{
    align-items: center;
    display: inline-flex;
    gap: 4px;
    height: 12px;
}

.typing-dots span[b-990atfzf4n]
{
    animation: typing-dot-b-990atfzf4n 1.25s infinite ease-in-out;
    background: #677a76;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}

.typing-dots span:nth-child(2)[b-990atfzf4n]
{
    animation-delay: 0.15s;
}

.typing-dots span:nth-child(3)[b-990atfzf4n]
{
    animation-delay: 0.3s;
}

.message-delivery[b-990atfzf4n]
{
    display: none;
}

@keyframes typing-dot-b-990atfzf4n
{
    0%,
    60%,
    100%
    {
        opacity: 0.35;
        transform: translateY(0);
    }

    30%
    {
        opacity: 1;
        transform: translateY(-3px);
    }
}

@media (max-width: 767.98px)
{
    .chat-message[b-990atfzf4n]
    {
        display: flex;
        margin: 3px 0;
        max-width: none;
    }

    .chat-message-first[b-990atfzf4n]
    {
        margin-top: 11px;
    }

    .chat-message-last[b-990atfzf4n]
    {
        margin-bottom: 11px;
    }

    .chat-message-agent[b-990atfzf4n]
    {
        justify-content: flex-start;
    }

    .chat-message-user[b-990atfzf4n]
    {
        justify-content: flex-end;
        margin-left: 0;
        max-width: none;
    }

    .message-avatar[b-990atfzf4n]
    {
        display: none;
    }

    .message-content[b-990atfzf4n]
    {
        max-width: 78%;
    }

    .message-bubble[b-990atfzf4n]
    {
        --message-bubble-background: #e9e9eb;
        background: #e9e9eb;
        border: 0;
        border-radius: 20px !important;
        box-shadow: none;
        color: #000000;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 22px;
        margin: 0 !important;
        max-width: 100%;
        overflow: visible;
        padding: 7px 13px;
        word-break: break-word;
    }

    .chat-message-user .message-bubble[b-990atfzf4n]
    {
        --message-bubble-background: #0a84ff;
        background: #0a84ff;
        color: #ffffff;
        font-weight: 400;
    }

    .chat-message-agent:not(.chat-message-first) .message-bubble[b-990atfzf4n]
    {
        border-top-left-radius: 6px !important;
    }

    .chat-message-agent:not(.chat-message-last) .message-bubble[b-990atfzf4n]
    {
        border-bottom-left-radius: 6px !important;
    }

    .chat-message-user:not(.chat-message-first) .message-bubble[b-990atfzf4n]
    {
        border-top-right-radius: 6px !important;
    }

    .chat-message-user:not(.chat-message-last) .message-bubble[b-990atfzf4n]
    {
        border-bottom-right-radius: 6px !important;
    }

    .message-typing-bubble[b-990atfzf4n]
    {
        min-width: 54px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .chat-message-typing .message-bubble[b-990atfzf4n]
    {
        background: #e9e9eb;
    }

    .typing-dots span[b-990atfzf4n]
    {
        background: #8e8e93;
    }

    .message-delivery[b-990atfzf4n]
    {
        color: #8e8e93;
        display: block;
        font-size: 0.72rem;
        line-height: 1.2;
        margin: 3px 3px 0 0;
        text-align: right;
    }

    .message-time[b-990atfzf4n]
    {
        display: none;
    }
}
/* /Pages/Chat/Messages.razor.rz.scp.css */
.chat-intake-layout[b-fz5g83srut]
{
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex: 1 1 0;
    gap: 30px;
    grid-template-columns: minmax(0, 800px) 320px;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 0;
    padding: 36px 24px 42px;
    width: 100%;
}

.chat-conversation-panel[b-fz5g83srut]
{
    background: #fffdf8;
    border: 2px solid #102f2a;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #edc85b;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.conversation-stream[b-fz5g83srut]
{
    background: linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 22px 26px 20px;
}

.message-timestamp[b-fz5g83srut]
{
    display: none;
}

.chat-composer[b-fz5g83srut]
{
    background: #fffdf8;
    border-top: 1px solid #d9dfda;
    flex: 0 0 auto;
    padding: 16px 18px;
}

.composer-shell[b-fz5g83srut]
{
    align-items: center;
    background: #ffffff;
    border: 2px solid #102f2a;
    border-radius: 2px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 8px;
    position: relative;
}

.composer-input-wrap[b-fz5g83srut]
{
    min-width: 0;
    order: 1;
}

.composer-send[b-fz5g83srut]
{
    align-items: center;
    background: #f2765e;
    border: 2px solid #102f2a;
    border-radius: 1px;
    box-shadow: 4px 4px 0 #a8dec8;
    color: #0a211d;
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 750;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    min-width: 92px;
    order: 2;
    padding: 0 18px;
}

.composer-send:disabled[b-fz5g83srut]
{
    background: #d9dfda;
    border-color: #9ba9a5;
    box-shadow: none;
    color: #677a76;
    cursor: not-allowed;
}

.composer-send-visible[b-fz5g83srut]
{
}

.composer-mobile-icon[b-fz5g83srut]
{
    display: none;
}

[b-fz5g83srut] .write-message
{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #233d38;
    font-size: 1rem;
    min-height: 42px;
    padding: 8px 10px !important;
}

[b-fz5g83srut] .write-message:focus
{
    box-shadow: none !important;
}

.chat-admin-actions[b-fz5g83srut]
{
    margin-top: 10px;
}

.admin-end-chat[b-fz5g83srut]
{
    background: #fffdf8;
    border: 1px solid #677a76;
    border-radius: 2px;
    color: #233d38;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 8px 12px;
}

.chat-closed-panel[b-fz5g83srut]
{
    background: #d9eee4;
    border-top: 1px solid #a8c8ba;
    color: #233d38;
    padding: 16px 20px;
}

.chat-closed-title[b-fz5g83srut]
{
    color: #102f2a;
    font-weight: 800;
}

.chat-closed-message[b-fz5g83srut]
{
    font-size: 0.92rem;
    margin-top: 3px;
}

.chat-support-panel[b-fz5g83srut]
{
    align-self: stretch;
    background: #102f2a;
    border: 2px solid #0a211d;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #f2765e;
    color: #ffffff;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 24px;
    position: static;
}

.support-call[b-fz5g83srut]
{
    align-items: center;
    background: #a8dec8;
    border: 2px solid #0a211d;
    color: #102f2a;
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px;
    padding: 19px 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-call:hover[b-fz5g83srut]
{
    box-shadow: 6px 6px 0 #edc85b;
    color: #102f2a;
    transform: translate(-2px, -2px);
}

.support-call:focus-visible[b-fz5g83srut]
{
    outline: 3px solid #edc85b;
    outline-offset: 4px;
}

.support-call small[b-fz5g83srut]
{
    display: block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.support-call strong[b-fz5g83srut]
{
    display: block;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.support-call-arrow[b-fz5g83srut]
{
    align-items: center;
    border: 1px solid rgba(16, 47, 42, 0.42);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 1.1rem;
    height: 38px;
    justify-content: center;
    margin-left: 10px;
}

.support-eyebrow[b-fz5g83srut]
{
    align-items: center;
    color: #a8dec8;
    display: flex;
    font-size: 0.74rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.support-eyebrow[b-fz5g83srut]::before
{
    background: #f2765e;
    content: "";
    height: 3px;
    width: 26px;
}

.chat-support-panel h2[b-fz5g83srut]
{
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.35;
    margin: 12px 0 24px;
}

.support-values[b-fz5g83srut]
{
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.support-value[b-fz5g83srut]
{
    border-top: 1px solid #3e5a54;
    padding-top: 15px;
}

.support-value:first-child[b-fz5g83srut]
{
    border-top: 0;
    padding-top: 0;
}

.support-value h3[b-fz5g83srut]
{
    color: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 5px;
}

.support-value p[b-fz5g83srut]
{
    color: #aabbb7;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 991.98px)
{
    .chat-intake-layout[b-fz5g83srut]
    {
        grid-template-columns: minmax(0, 1fr);
    }

    .chat-support-panel[b-fz5g83srut]
    {
        display: none;
    }
}

@media (max-width: 767.98px)
{
    .chat-intake-layout[b-fz5g83srut]
    {
        background: #ffffff;
        display: block;
        flex: initial;
        height: auto;
        min-height: 100dvh;
        max-width: none;
        overflow: visible;
        padding: 0;
        width: auto;
    }

    .chat-conversation-panel[b-fz5g83srut]
    {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .conversation-stream[b-fz5g83srut]
    {
        box-sizing: border-box;
        background: #ffffff;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        margin: 0;
        min-height: 100dvh;
        overflow: visible;
        padding: calc(112px + env(safe-area-inset-top) + var(--chat-viewport-top, 0px)) 8px calc(82px + env(safe-area-inset-bottom) + var(--chat-viewport-bottom, 0px));
    }

    .message-timestamp[b-fz5g83srut]
    {
        color: #8e8e93;
        display: block;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.2;
        margin: 14px 0 8px;
        text-align: center;
    }

    .chat-composer[b-fz5g83srut]
    {
        -webkit-backdrop-filter: blur(10px) saturate(140%);
        backdrop-filter: blur(10px) saturate(140%);
        background: rgba(255, 255, 255, 0.86);
        border-top: 1px solid rgba(60, 60, 67, 0.12);
        bottom: var(--chat-viewport-bottom, 0px);
        left: 0;
        padding: 7px 10px calc(7px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 25;
    }

    .composer-shell[b-fz5g83srut]
    {
        background: transparent;
        border: 0;
        border-radius: 0;
        display: block;
        padding: 0;
    }

    .composer-input-wrap[b-fz5g83srut]
    {
        order: initial;
    }

    .composer-send[b-fz5g83srut]
    {
        align-items: center;
        background: #0a84ff;
        border: 0;
        border-radius: 50% !important;
        box-shadow: none;
        color: #ffffff;
        display: inline-flex;
        font-size: 0.86rem;
        height: 28px;
        justify-content: center;
        min-height: 28px;
        min-width: 28px;
        opacity: 0;
        order: initial;
        padding: 0;
        pointer-events: none;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.12s ease, transform 0.12s ease;
        width: 28px;
    }

    .composer-send:disabled[b-fz5g83srut]
    {
        background: #0a84ff;
        color: #ffffff;
        cursor: default;
    }

    .composer-send-visible[b-fz5g83srut]
    {
        opacity: 1;
        pointer-events: auto;
    }

    .composer-send-text[b-fz5g83srut]
    {
        display: none;
    }

    .composer-mobile-icon[b-fz5g83srut]
    {
        display: inline-block;
        line-height: 1;
    }

    [b-fz5g83srut] .write-message
    {
        background: rgba(255, 255, 255, 0.88) !important;
        border: 1px solid #c7c7cc !important;
        border-radius: 18px !important;
        color: #000000;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 17px;
        line-height: 22px;
        min-height: 36px;
        padding: 6px 42px 6px 14px !important;
    }

    [b-fz5g83srut] .write-message::placeholder
    {
        color: #8e8e93;
        opacity: 1;
    }

    .chat-admin-actions[b-fz5g83srut]
    {
        margin-top: 8px;
    }

    .admin-end-chat[b-fz5g83srut]
    {
        background: #ffffff;
        border: 1px solid #cfd8e3;
        border-radius: 6px;
        color: #475467;
        font-size: 0.85rem;
        padding: 6px 10px;
    }

    .chat-closed-panel[b-fz5g83srut]
    {
        background: #ffffff;
        border-top: 0;
        bottom: 0;
        color: #254d7e;
        left: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 25;
    }

    .chat-closed-title[b-fz5g83srut]
    {
        color: #183b63;
    }
}
/* /Pages/Chats/Chats.razor.rz.scp.css */
.monitor-page[b-vrlyy4ii0i] {
    color: #17223b;
    display: flex;
    flex-direction: column;
    padding: 0.35rem 0 0;
}

.monitor-header[b-vrlyy4ii0i] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.eyebrow[b-vrlyy4ii0i] {
    color: #64748b;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.monitor-header h1[b-vrlyy4ii0i] {
    font-size: 1.85rem;
    font-weight: 750;
    letter-spacing: -.035em;
    margin: 0;
}

.monitor-header p[b-vrlyy4ii0i] {
    color: #64748b;
    margin: .35rem 0 0;
}

.refresh-button[b-vrlyy4ii0i] {
    align-items: center;
    background: white;
    border: 1px solid #dce3ec;
    border-radius: .65rem;
    color: #334155;
    display: flex;
    font-size: .84rem;
    font-weight: 700;
    gap: .5rem;
    padding: .68rem .9rem;
}

.refresh-button:hover[b-vrlyy4ii0i] {
    background: #f8fafc;
}

.refresh-button:disabled[b-vrlyy4ii0i] {
    opacity: .6;
}

.monitor-date-range[b-vrlyy4ii0i] {
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.filter-strip[b-vrlyy4ii0i] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .8rem;
}

.metric-card[b-vrlyy4ii0i] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #64748b;
    display: inline-flex;
    gap: .35rem;
    padding: .38rem .7rem;
    transition: background-color .15s, border-color .15s, color .15s;
}

.metric-card:hover[b-vrlyy4ii0i] {
    background: #f1f5f9;
    color: #334155;
}

.metric-card span[b-vrlyy4ii0i] {
    font-size: .72rem;
    font-weight: 700;
}

.metric-card strong[b-vrlyy4ii0i] {
    color: inherit;
    font-size: .74rem;
}

.metric-selected[b-vrlyy4ii0i] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.workspace-toolbar[b-vrlyy4ii0i] {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    grid-column: 1 / -1;
    padding: .65rem;
}

.workspace-search[b-vrlyy4ii0i] {
    display: flex;
    gap: .5rem;
}

.search-box[b-vrlyy4ii0i] {
    align-items: center;
    background: white;
    border: 1px solid #dce3ec;
    border-radius: .7rem;
    display: flex;
    flex: 1;
    gap: .65rem;
    padding: 0 .85rem;
}

.search-box i[b-vrlyy4ii0i] {
    color: #94a3b8;
}

.search-box input[b-vrlyy4ii0i] {
    background: transparent;
    border: 0;
    color: #17223b;
    outline: 0;
    padding: .58rem 0;
    width: 100%;
}

.search-button[b-vrlyy4ii0i] {
    background: #2563eb;
    border: 1px solid #2563eb;
    border-radius: .7rem;
    color: white;
    font-size: .8rem;
    font-weight: 700;
    padding: .58rem 1rem;
}

.search-button:hover:not(:disabled)[b-vrlyy4ii0i] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.search-button:disabled[b-vrlyy4ii0i] {
    opacity: .6;
}

.monitor-workspace[b-vrlyy4ii0i] {
    background: white;
    border: 1px solid #dce3ec;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
}

.conversation-list[b-vrlyy4ii0i] {
    border-right: 1px solid #e2e8f0;
    min-height: 0;
    overflow-y: auto;
}

.list-heading[b-vrlyy4ii0i] {
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
    display: flex;
    font-size: .76rem;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: .06em;
    padding: .9rem 1rem;
    position: sticky;
    text-transform: uppercase;
    top: 0;
    background: white;
    z-index: 1;
}

.list-heading span:last-child[b-vrlyy4ii0i] {
    background: #f1f5f9;
    border-radius: 999px;
    color: #64748b;
    padding: .15rem .48rem;
}

.conversation-item[b-vrlyy4ii0i] {
    align-items: flex-start;
    background: white;
    border: 0;
    border-bottom: 1px solid #edf1f5;
    display: flex;
    gap: .75rem;
    padding: 1rem;
    text-align: left;
    width: 100%;
}

.conversation-item:hover[b-vrlyy4ii0i] {
    background: #f8fafc;
}

.conversation-item.selected[b-vrlyy4ii0i] {
    background: #eff6ff;
    box-shadow: inset 3px 0 #2563eb;
}

.avatar[b-vrlyy4ii0i] {
    align-items: center;
    background: #e0e7ff;
    border-radius: 50%;
    color: #4338ca;
    display: inline-flex;
    flex: 0 0 2.4rem;
    font-size: .85rem;
    font-weight: 800;
    height: 2.4rem;
    justify-content: center;
}

.avatar-large[b-vrlyy4ii0i] {
    flex-basis: 2.8rem;
    height: 2.8rem;
}

.conversation-copy[b-vrlyy4ii0i] {
    min-width: 0;
    width: 100%;
}

.conversation-topline[b-vrlyy4ii0i] {
    align-items: baseline;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

.conversation-topline strong[b-vrlyy4ii0i] {
    color: #1e293b;
    font-size: .88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conversation-topline time[b-vrlyy4ii0i] {
    color: #94a3b8;
    flex: none;
    font-size: .7rem;
}

.conversation-preview[b-vrlyy4ii0i] {
    color: #64748b;
    display: block;
    font-size: .78rem;
    margin: .22rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conversation-detail[b-vrlyy4ii0i] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.detail-header[b-vrlyy4ii0i] {
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.detail-person[b-vrlyy4ii0i] {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.detail-person h2[b-vrlyy4ii0i] {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
}

.detail-person p[b-vrlyy4ii0i] {
    color: #64748b;
    font-size: .75rem;
    margin: .18rem 0 0;
}

.detail-identifiers[b-vrlyy4ii0i] {
    align-items: flex-end;
    color: #94a3b8;
    display: flex;
    flex-direction: column;
    font-size: .67rem;
    gap: .15rem;
    max-width: 48%;
    overflow-wrap: anywhere;
    text-align: right;
}

.conversation-journey[b-vrlyy4ii0i] {
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: .65rem 1.25rem;
    scrollbar-width: thin;
}

.journey-label[b-vrlyy4ii0i] {
    color: #64748b;
    flex: none;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.journey-steps[b-vrlyy4ii0i] {
    align-items: center;
    display: flex;
    flex: none;
    flex-wrap: nowrap;
    gap: 1.15rem;
    min-width: max-content;
}

.journey-step[b-vrlyy4ii0i] {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .55rem;
    color: #475569;
    display: inline-flex;
    flex: none;
    font-size: .69rem;
    font-weight: 700;
    gap: .3rem;
    padding: .42rem .55rem;
    position: relative;
}

.journey-step + .journey-step[b-vrlyy4ii0i]::before {
    color: #cbd5e1;
    content: '\2192';
    font-weight: 500;
    left: -.9rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.journey-step i[b-vrlyy4ii0i] {
    color: #6366f1;
}

.journey-step-content[b-vrlyy4ii0i] {
    align-items: center;
    display: inline-flex;
    gap: .4rem;
}

.journey-step-copy[b-vrlyy4ii0i] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.journey-step-copy strong[b-vrlyy4ii0i] {
    color: inherit;
    font-size: .68rem;
    white-space: nowrap;
}

.journey-step-copy time[b-vrlyy4ii0i] {
    color: #94a3b8;
    font-size: .6rem;
    font-weight: 600;
    margin-top: .15rem;
    white-space: nowrap;
}

.journey-step-ended[b-vrlyy4ii0i] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.journey-step-ended i[b-vrlyy4ii0i], .journey-step-ended time[b-vrlyy4ii0i] {
    color: #7c2d12;
}

.journey-step-qualification[b-vrlyy4ii0i] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.journey-step-qualification i[b-vrlyy4ii0i], .journey-step-qualification time[b-vrlyy4ii0i] {
    color: #7c2d12;
}

.journey-step-auction[b-vrlyy4ii0i] {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.journey-step-auction i[b-vrlyy4ii0i], .journey-step-auction time[b-vrlyy4ii0i] {
    color: #78350f;
}

.journey-step-returned[b-vrlyy4ii0i] {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.journey-step-returned i[b-vrlyy4ii0i], .journey-step-returned time[b-vrlyy4ii0i] {
    color: #166534;
}

.message-stream[b-vrlyy4ii0i] {
    background: #f8fafc;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1.35rem;
}

.message-row[b-vrlyy4ii0i] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    max-width: 78%;
}

.message-lead[b-vrlyy4ii0i] {
    align-items: flex-end;
    margin-left: auto;
}

.message-assistant[b-vrlyy4ii0i] {
    align-items: flex-start;
}

.message-meta[b-vrlyy4ii0i] {
    align-items: center;
    color: #94a3b8;
    display: flex;
    font-size: .65rem;
    gap: .35rem;
    margin: 0 .35rem .28rem;
}

.message-meta strong[b-vrlyy4ii0i] {
    color: #475569;
    font-size: .69rem;
}

.message-meta span[b-vrlyy4ii0i] {
    background: #e2e8f0;
    border-radius: 999px;
    color: #64748b;
    font-size: .56rem;
    font-weight: 800;
    padding: .1rem .3rem;
    text-transform: uppercase;
}

.message-meta time[b-vrlyy4ii0i]::before {
    content: '·';
    margin-right: .35rem;
}

.message-bubble[b-vrlyy4ii0i] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: .25rem 1rem 1rem 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    color: #334155;
    font-size: .87rem;
    line-height: 1.48;
    padding: .7rem .85rem;
    white-space: pre-wrap;
}

.message-lead .message-bubble[b-vrlyy4ii0i] {
    background: #2563eb;
    border-color: #2563eb;
    border-radius: 1rem .25rem 1rem 1rem;
    color: white;
}

.detail-placeholder[b-vrlyy4ii0i], .empty-conversation[b-vrlyy4ii0i], .monitor-empty-state[b-vrlyy4ii0i] {
    align-items: center;
    color: #94a3b8;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

.detail-placeholder i[b-vrlyy4ii0i], .empty-conversation i[b-vrlyy4ii0i], .monitor-empty-state i[b-vrlyy4ii0i] {
    font-size: 1.8rem;
    margin-bottom: .8rem;
}

.detail-placeholder h2[b-vrlyy4ii0i], .empty-conversation h3[b-vrlyy4ii0i], .monitor-empty-state h2[b-vrlyy4ii0i] {
    color: #334155;
    font-size: 1rem;
    margin: 0;
}

.detail-placeholder p[b-vrlyy4ii0i], .empty-conversation p[b-vrlyy4ii0i], .monitor-empty-state p[b-vrlyy4ii0i] {
    font-size: .8rem;
    margin: .35rem 0 0;
}

.no-results[b-vrlyy4ii0i] {
    color: #94a3b8;
    font-size: .82rem;
    padding: 2rem 1rem;
    text-align: center;
}

.pagination-controls[b-vrlyy4ii0i] {
    align-items: center;
    background: white;
    border-top: 1px solid #e2e8f0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: .65rem;
    position: sticky;
}

.pagination-controls button[b-vrlyy4ii0i] {
    align-items: center;
    background: white;
    border: 1px solid #dce3ec;
    border-radius: .5rem;
    color: #475569;
    display: inline-flex;
    font-size: .7rem;
    font-weight: 700;
    gap: .3rem;
    padding: .42rem .55rem;
}

.pagination-controls button:hover:not(:disabled)[b-vrlyy4ii0i] {
    background: #f8fafc;
}

.pagination-controls button:disabled[b-vrlyy4ii0i] {
    opacity: .45;
}

.pagination-controls span[b-vrlyy4ii0i] {
    color: #64748b;
    font-size: .7rem;
    font-weight: 700;
}

.monitor-loading[b-vrlyy4ii0i] {
    min-height: 360px;
    padding-top: 7rem;
}

@media (min-width: 701px) {
    .monitor-page[b-vrlyy4ii0i] {
        height: calc(100dvh - 5rem);
        overflow: hidden;
    }

    .monitor-workspace[b-vrlyy4ii0i] {
        flex: 1;
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .monitor-page[b-vrlyy4ii0i] {
        height: calc(100dvh - 6.5rem);
    }
}

@media (max-width: 992px) {
    .monitor-workspace[b-vrlyy4ii0i] {
        grid-template-columns: 300px minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .monitor-header[b-vrlyy4ii0i] {
        gap: 1rem;
    }

    .monitor-workspace[b-vrlyy4ii0i] {
        display: block;
    }

    .conversation-list[b-vrlyy4ii0i] {
        border-bottom: 1px solid #e2e8f0;
        border-right: 0;
        max-height: 320px;
    }

    .conversation-detail[b-vrlyy4ii0i] {
        min-height: 520px;
    }

    .detail-header[b-vrlyy4ii0i] {
        align-items: flex-start;
        gap: .75rem;
    }

    .detail-identifiers[b-vrlyy4ii0i] {
        display: none;
    }

    .message-row[b-vrlyy4ii0i] {
        max-width: 92%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wrrmnavn7y]
{
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-wrrmnavn7y]
{
    flex: 1;
}

.sidebar[b-wrrmnavn7y]
{
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wrrmnavn7y]
{
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-wrrmnavn7y]  a, .top-row[b-wrrmnavn7y]  .btn-link
{
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-wrrmnavn7y]  a:hover, .top-row[b-wrrmnavn7y]  .btn-link:hover
{
    text-decoration: underline;
}

.top-row[b-wrrmnavn7y]  a:first-child
{
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px)
{
    .top-row:not(.auth)[b-wrrmnavn7y]
    {
        display: none;
    }

    .top-row.auth[b-wrrmnavn7y]
    {
        justify-content: space-between;
    }

    .top-row[b-wrrmnavn7y]  a, .top-row[b-wrrmnavn7y]  .btn-link
    {
        margin-left: 0;
    }
}

@media (min-width: 641px)
{
    .page[b-wrrmnavn7y]
    {
        flex-direction: row;
    }

    .sidebar[b-wrrmnavn7y]
    {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-wrrmnavn7y]
    {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wrrmnavn7y]  a:first-child
    {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wrrmnavn7y], article[b-wrrmnavn7y]
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/SideBarComponent.razor.rz.scp.css */
.navbar-toggler[b-inkfwznmtv]
{
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-inkfwznmtv]
{
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-brand[b-inkfwznmtv]
{
    font-size: 1.1rem;
}

.oi[b-inkfwznmtv]
{
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-inkfwznmtv]
{
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-inkfwznmtv]
{
    padding-top: 1rem;
}

.nav-item:last-of-type[b-inkfwznmtv]
{
    padding-bottom: 1rem;
}

.nav-item[b-inkfwznmtv]  a
{
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-inkfwznmtv]  a.active
{
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-inkfwznmtv]  a:hover
{
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px)
{
    .navbar-toggler[b-inkfwznmtv]
    {
        display: none;
    }

    .collapse[b-inkfwznmtv]
    {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/TopBarComponent.razor.rz.scp.css */
.topbar__account[b-fkz7tfwy0j]
{
    align-items: center;
    color: #313a46;
    display: flex;
    font-size: 0.925rem;
    gap: 0.35rem;
    line-height: 1.2;
    min-width: 0;
    max-width: min(52vw, 34rem);
}

.topbar__greeting[b-fkz7tfwy0j]
{
    color: #6c757d;
    flex: 0 0 auto;
}

.topbar__name[b-fkz7tfwy0j]
{
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar__account i[b-fkz7tfwy0j]
{
    color: #f7b84b;
    flex: 0 0 auto;
    font-size: 0.85rem;
    margin-left: 0.25rem;
}

.topbar__logout[b-fkz7tfwy0j]
{
    align-items: center;
    display: inline-flex !important;
    gap: 0.45rem;
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 640.98px)
{
    .topbar__account[b-fkz7tfwy0j]
    {
        font-size: 0.875rem;
        max-width: calc(100vw - 7.5rem);
    }

    .topbar__greeting[b-fkz7tfwy0j]
    {
        display: none;
    }

    .topbar__logout[b-fkz7tfwy0j]
    {
        width: 2.25rem;
    }

    .topbar__logout span[b-fkz7tfwy0j]
    {
        display: none;
    }
}
