/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-mt7f7tpc0f] {
    color: #666;
    animation: fade-in-b-mt7f7tpc0f 1s;
}

@keyframes fade-in-b-mt7f7tpc0f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-mt7f7tpc0f],
    .lds-ellipsis div[b-mt7f7tpc0f] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-mt7f7tpc0f] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-mt7f7tpc0f] {
        position: absolute;
        top: 33.33333px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1)[b-mt7f7tpc0f] {
            left: 8px;
            animation: lds-ellipsis1-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-mt7f7tpc0f] {
            left: 8px;
            animation: lds-ellipsis2-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-mt7f7tpc0f] {
            left: 32px;
            animation: lds-ellipsis2-b-mt7f7tpc0f 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-mt7f7tpc0f] {
            left: 56px;
            animation: lds-ellipsis3-b-mt7f7tpc0f 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-mt7f7tpc0f {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-mt7f7tpc0f {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-mt7f7tpc0f {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-113drjqi5q] {
    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-113drjqi5q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-77djiwhnty] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9em;
    margin: 0.5rem auto -0.7rem auto;
    max-width: 1024px;
    color: #444;
}

    .surveyContainer a[b-77djiwhnty] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-77djiwhnty] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-shell[b-caqq6ch57y] {
    min-height: 100vh;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececef;
}

.chat-card[b-caqq6ch57y] {
    width: min(1420px, 100%);
    height: calc(100vh - 48px);
    display: grid;
    grid-template-columns: 38% 62%;
    background: #f7f7f8;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.chat-visual-panel[b-caqq6ch57y] {
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    min-height: 0;
}

.chat-visual-art[b-caqq6ch57y] {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 28px;
    overflow: hidden;
}

.chat-bg-image[b-caqq6ch57y] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-orb-image[b-caqq6ch57y] {
    position: absolute;
    left: 50%;
    top: 52%;
    width: min(62%, 380px);
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.chat-main-panel[b-caqq6ch57y] {
    min-width: 0;
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 26px 34px 38px 8px;
    box-sizing: border-box;
}

.chat-body[b-caqq6ch57y] {
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.empty-state[b-caqq6ch57y] {
    max-width: 720px;
    margin: 40px auto 0;
    font-size: 1.15rem;
    line-height: 1.45;
    color: #1f1f1f;
}

.chat-footer[b-caqq6ch57y] {
    padding-top: 18px;
}

.chat-topbar[b-caqq6ch57y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.personality-toggle[b-caqq6ch57y] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid rgba(124, 92, 255, 0.25);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(124, 92, 255, 0.12);
}

.personality-option[b-caqq6ch57y] {
    border: 0;
    background: transparent;
    color: #7c5cff;
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

    .personality-option:hover[b-caqq6ch57y] {
        background: rgba(107, 92, 255, 0.08);
    }

    .personality-option.active[b-caqq6ch57y] {
        background: linear-gradient(135deg, #7c5cff, #9b6cff);
        color: #fff;
        box-shadow: 0 8px 18px rgba(124, 92, 255, 0.28);
    }

@media (max-width: 1100px) {
    .chat-card[b-caqq6ch57y] {
        grid-template-columns: 1fr;
    }

    .chat-visual-panel[b-caqq6ch57y] {
        display: none;
    }

    .chat-main-panel[b-caqq6ch57y] {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .chat-shell[b-caqq6ch57y] {
        padding: 12px;
    }

    .chat-card[b-caqq6ch57y] {
        min-height: calc(100vh - 24px);
        border-radius: 24px;
    }

    .chat-topbar[b-caqq6ch57y] {
        flex-direction: column;
        align-items: stretch;
    }

    .personality-toggle[b-caqq6ch57y] {
        width: 100%;
        justify-content: space-between;
    }

    .personality-option[b-caqq6ch57y] {
        flex: 1;
    }
}
/* /Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-al5aodop9y] {
    display: inline-flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
    border-bottom: 2px solid #a770de;
    gap: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
}

    .citation[href]:hover[b-al5aodop9y] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-al5aodop9y] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-al5aodop9y] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-al5aodop9y] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-al5aodop9y] {
    font-weight: 600;
}
/* /Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-brand-header[b-h9cfifi8ik] {
    display: grid;
    align-items: center;
    padding: 8px 8px 18px;
}

.brand-logo[b-h9cfifi8ik] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .brand-logo img[b-h9cfifi8ik] {
        height: 48px;
        width: auto;
    }

.new-chat-button[b-h9cfifi8ik] {
    justify-self: start;
    border: 0;
    background: transparent;
    color: #6d6d75;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

    .new-chat-button:hover[b-h9cfifi8ik] {
        color: #171717;
    }

.header-spacer[b-h9cfifi8ik] {
    width: 120px;
}

@media (max-width: 768px) {
    .chat-brand-header[b-h9cfifi8ik] {
        grid-template-columns: 90px 1fr 90px;
    }

    .brand-logo img[b-h9cfifi8ik] {
        height: 38px;
    }
}
/* /Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.chat-input-form[b-2s7jz23mel] {
    width: 100%;
}

.chat-input-shell[b-2s7jz23mel] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 8px 12px 18px;
    border: 2px solid #b682ff;
    border-radius: 30px;
    background: #ffffff;
}

    .chat-input-shell textarea[b-2s7jz23mel] {
        width: 100%;
        min-height: 34px;
        max-height: 180px;
        border: 0;
        outline: none;
        resize: none;
        background: transparent;
        color: #212121;
        font-size: 1rem;
        line-height: 1.5;
    }

        .chat-input-shell textarea[b-2s7jz23mel]::placeholder {
            color: #a8a8af;
        }

.send-button[b-2s7jz23mel] {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #c18aff 0%, #9f6df3 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(159, 109, 243, 0.35);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .send-button:hover[b-2s7jz23mel] {
        transform: translateY(-1px);
        box-shadow: 0 12px 22px rgba(159, 109, 243, 0.45);
    }

    .send-button:active[b-2s7jz23mel] {
        transform: scale(0.97);
    }

.send-icon[b-2s7jz23mel] {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* /Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.message-row[b-hzd9ykagha] {
    display: flex;
    margin-bottom: 28px;
}

.user-row[b-hzd9ykagha] {
    justify-content: flex-end;
}

.user-bubble[b-hzd9ykagha] {
    max-width: 76%;
    padding: 18px 24px;
    border-radius: 18px;
    background: #d7c3f6;
    color: #212121;
    font-size: 1rem;
    line-height: 1.4;
}

.assistant-row[b-hzd9ykagha] {
    align-items: center;
    gap: 14px;
}

.assistant-avatar[b-hzd9ykagha] {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    margin-top: 2px;
}

    .assistant-avatar img[b-hzd9ykagha] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.assistant-content[b-hzd9ykagha] {
    max-width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    color: #171717;
    font-size: 1rem;
    line-height: 1.4;
    padding-top: 2px;
}

.assistant-text[b-hzd9ykagha] {
    margin: 0;
}

    .assistant-text :global(p)[b-hzd9ykagha] {
        margin: 0;
    }

    .assistant-text :global(strong)[b-hzd9ykagha] {
        font-weight: 800;
    }

@media (max-width: 768px) {
    .user-bubble[b-hzd9ykagha],
    .assistant-content[b-hzd9ykagha] {
        max-width: 92%;
    }
}
/* /Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-3dpd96yc0l] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

chat-messages.message-list[b-3dpd96yc0l] {
    display: block;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 18px 0 12px;
    box-sizing: border-box;
}

    chat-messages.message-list[b-3dpd96yc0l]::-webkit-scrollbar {
        width: 10px;
    }

    chat-messages.message-list[b-3dpd96yc0l]::-webkit-scrollbar-thumb {
        background: rgba(182, 130, 255, 0.22);
        border-radius: 999px;
    }

.no-messages[b-3dpd96yc0l] {
    padding-top: 12px;
}
/* /Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-62rbgx1yql] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
