/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-sex6a13lkm] {
    color: #666;
    animation: fade-in-b-sex6a13lkm 1s;
}

@keyframes fade-in-b-sex6a13lkm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-sex6a13lkm],
    .lds-ellipsis div[b-sex6a13lkm] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-sex6a13lkm] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-sex6a13lkm] {
        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-sex6a13lkm] {
            left: 8px;
            animation: lds-ellipsis1-b-sex6a13lkm 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-sex6a13lkm] {
            left: 8px;
            animation: lds-ellipsis2-b-sex6a13lkm 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-sex6a13lkm] {
            left: 32px;
            animation: lds-ellipsis2-b-sex6a13lkm 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-sex6a13lkm] {
            left: 56px;
            animation: lds-ellipsis3-b-sex6a13lkm 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-sex6a13lkm {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-sex6a13lkm {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-sex6a13lkm {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-40ty54vq8c] {
    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-40ty54vq8c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-th85647bzc] {
    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-th85647bzc] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-th85647bzc] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-rc1dw914c1] {
    position: sticky;
    bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    border-top-width: 1px;
    background-color: #F3F4F6;
    border-color: #E5E7EB;
}

.welcome-container[b-rc1dw914c1] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.welcome-header[b-rc1dw914c1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.welcome-icon[b-rc1dw914c1] {
    font-size: 3rem;
    color: #3b82f6;
}

.welcome-header h3[b-rc1dw914c1] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
}

.welcome-content[b-rc1dw914c1] {
    color: #374151;
}

.welcome-intro[b-rc1dw914c1] {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    text-align: center;
}

.services-grid[b-rc1dw914c1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.guide-section[b-rc1dw914c1] {
    padding: 1.5rem;
    background: #f0f9ff;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.tracking-section[b-rc1dw914c1] {
    background: #f0fdf4;
    border-left-color: #22c55e;
}

.tracking-section h4[b-rc1dw914c1] {
    color: #15803d;
}

.tracking-section .section-icon[b-rc1dw914c1] {
    color: #22c55e;
}

.guide-section h4[b-rc1dw914c1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e3a8a;
    margin: 0 0 1rem 0;
}

.section-icon[b-rc1dw914c1] {
    font-size: 1.5rem;
    color: #3b82f6;
}

.quote-steps[b-rc1dw914c1] {
    margin: 0;
    padding-left: 1.5rem;
}

.quote-steps li[b-rc1dw914c1] {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.quote-steps li strong[b-rc1dw914c1] {
    color: #1e3a8a;
    font-size: 1.05rem;
}

.example-text[b-rc1dw914c1] {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.25rem;
    font-style: italic;
}

.quick-actions[b-rc1dw914c1] {
    padding: 1.5rem;
    background: #fef3c7;
    border-radius: 8px;
    border-left: 4px solid #fbbf24;
}

.quick-actions h4[b-rc1dw914c1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #92400e;
    margin: 0 0 1rem 0;
}

.action-buttons[b-rc1dw914c1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.action-card[b-rc1dw914c1] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #fbbf24;
    transition: transform 0.2s, box-shadow 0.2s;
}

.action-card:hover[b-rc1dw914c1] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card-icon[b-rc1dw914c1] {
    font-size: 2rem;
    color: #3b82f6;
    flex-shrink: 0;
}

.action-card strong[b-rc1dw914c1] {
    display: block;
    color: #1e3a8a;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.action-card p[b-rc1dw914c1] {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

@media (max-width: 640px) {
    .welcome-container[b-rc1dw914c1] {
        padding: 1.5rem;
        margin: 1rem;
    }

    .welcome-header h3[b-rc1dw914c1] {
        font-size: 1.5rem;
    }

    .services-grid[b-rc1dw914c1] {
        grid-template-columns: 1fr;
    }

    .action-buttons[b-rc1dw914c1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-1nwxlcnfa6] {
    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-1nwxlcnfa6] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-1nwxlcnfa6] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-1nwxlcnfa6] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-1nwxlcnfa6] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-1nwxlcnfa6] {
    font-weight: 600;
}
/* /Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-5rv3a44je5] {
    top: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-header-controls[b-5rv3a44je5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.qinetic-brand[b-5rv3a44je5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-icon[b-5rv3a44je5] {
    font-size: 3rem;
    color: #fbbf24;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.brand-text[b-5rv3a44je5] {
    display: flex;
    flex-direction: column;
}

.brand-title[b-5rv3a44je5] {
    font-size: 1.875rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.brand-tagline[b-5rv3a44je5] {
    font-size: 0.875rem;
    color: #93c5fd;
    margin: 0;
    font-weight: 500;
}

.hero-section[b-5rv3a44je5] {
    text-align: center;
    padding: 1.5rem 0;
}

.hero-title[b-5rv3a44je5] {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin: 0 0 0.5rem 0;
}

.hero-subtitle[b-5rv3a44je5] {
    font-size: 1rem;
    color: #bfdbfe;
    margin: 0;
    font-weight: 400;
}

h1[b-5rv3a44je5] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-5rv3a44je5] {
    font-size: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-5rv3a44je5] {
        position: sticky;
    }
}

@media (max-width: 640px) {
    .brand-title[b-5rv3a44je5] {
        font-size: 1.5rem;
    }

    .brand-icon[b-5rv3a44je5] {
        font-size: 2.5rem;
    }

    .hero-title[b-5rv3a44je5] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-gar6tq1b58] {
    display: flex;
    flex-direction: column;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    margin-top: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;
}

    .input-box:focus-within[b-gar6tq1b58] {
        border-color: #3b82f6;
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    }

textarea[b-gar6tq1b58] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 1rem;
    color: #374151;
    font-family: 'Inter', sans-serif;
}

    textarea[b-gar6tq1b58]::placeholder {
        color: #9ca3af;
    }

    textarea:placeholder-shown + .tools[b-gar6tq1b58] {
        --send-button-color: #9ca3af;
    }

.tools[b-gar6tq1b58] {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.tool-icon[b-gar6tq1b58] {
    width: 1.5rem;
    height: 1.5rem;
}

.send-button[b-gar6tq1b58] {
    color: var(--send-button-color, #3b82f6);
    margin-left: auto;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #3b82f6;
    color: white;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .send-button:hover[b-gar6tq1b58] {
        background-color: #2563eb;
        transform: scale(1.05);
    }

    .send-button:disabled[b-gar6tq1b58] {
        background-color: #e5e7eb;
        color: #9ca3af;
        cursor: not-allowed;
    }

.attach[b-gar6tq1b58] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-gar6tq1b58] {
        background-color: #f0f0f0;
        color: black;
    }
/* /Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-z4f5nm5dpx] {
    background: rgb(182 215 232);
    align-self: flex-end;
    min-width: 25%;
    max-width: calc(100% - 5rem);
    padding: 0.5rem 1.25rem;
    border-radius: 0.25rem; 
    color: #1F2937; 
    white-space: pre-wrap; 
}

.assistant-message[b-z4f5nm5dpx], .assistant-search[b-z4f5nm5dpx] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-z4f5nm5dpx] {
    font-weight: 600;
}

.assistant-message-text[b-z4f5nm5dpx] {
    grid-column-start: 2;
}

.assistant-message-icon[b-z4f5nm5dpx] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 9999px; 
    width: 1.5rem; 
    height: 1.5rem; 
    color: #ffffff; 
    background: #9b72ce;
}

    .assistant-message-icon svg[b-z4f5nm5dpx] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-z4f5nm5dpx] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-z4f5nm5dpx] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-z4f5nm5dpx] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-z4f5nm5dpx] {
    align-content: center;
}

.assistant-search-phrase[b-z4f5nm5dpx] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-z4f5nm5dpx] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-z4f5nm5dpx] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-z4f5nm5dpx] li {
    margin: 0.5rem 0;
}

[b-z4f5nm5dpx] strong {
    font-weight: 600;
}

[b-z4f5nm5dpx] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-z4f5nm5dpx] p + p {
    margin-top: 1rem;
}

[b-z4f5nm5dpx] table {
    margin: 1rem 0;
}

[b-z4f5nm5dpx] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-z4f5nm5dpx] th, [b-z4f5nm5dpx] td {
    padding: 0.1rem 0.5rem;
}

[b-z4f5nm5dpx] th, [b-z4f5nm5dpx] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-z4f5nm5dpx] pre > code {
    background-color: white;
    display: block;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    overflow-x: auto;
}
/* /Components/Pages/Chat/ChatMessageList.razor.rz.scp.css */
.message-list-container[b-6au9vzx8tt] {
    margin: 0 1.5rem 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-6au9vzx8tt] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-6au9vzx8tt] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: 1rem;
}

chat-messages[b-6au9vzx8tt] >  div:last-of-type {
    /* Adds some vertical buffer to so that suggestions don't overlap the output when they appear */
    margin-bottom: 2rem;
}
/* /Components/Pages/Chat/ChatSuggestions.razor.rz.scp.css */
.suggestions[b-124hufifz2] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
