/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-k6dyep4qga] {
  display: flex;
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  align-items: center;
  justify-content: center;
}

.auth-main[b-k6dyep4qga] {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.auth-container[b-k6dyep4qga] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  width: 100%;
  padding: 2.5rem;
}

.auth-header[b-k6dyep4qga] {
  text-align: center;
  margin-bottom: 2rem;
}

.app-title[b-k6dyep4qga] {
  color: #667eea;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.auth-content[b-k6dyep4qga] {
  margin-bottom: 1.5rem;
}

.auth-footer[b-k6dyep4qga] {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.auth-footer p[b-k6dyep4qga] {
  color: #6c757d;
  font-size: 0.875rem;
  margin: 0;
}

@media (max-width: 768px) {
  .auth-main[b-k6dyep4qga] {
    padding: 1rem;
  }

  .auth-container[b-k6dyep4qga] {
    padding: 1.5rem;
  }

  .app-title[b-k6dyep4qga] {
    font-size: 1.5rem;
  }
}
/* /Components/Layout/ChatList.razor.rz.scp.css */
.nav-link.active[b-l8cejcruzr] {
  background-color: rgba(255, 255, 255, 0.1);
  color: blue;
}

.chat-title[b-l8cejcruzr] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
}

.chat-item[b-l8cejcruzr] {
  position: relative;
  display: flex;
  align-items: center;
}

.chat-item .nav-link[b-l8cejcruzr] {
  flex: 1;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background: none;
  border: none;
  border-radius: 4px;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
}

.menu-btn[b-l8cejcruzr] {
  position: absolute;
  right: 0.5rem;
  background: #e5e7eb;
  border: none;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  opacity: 0;
  color: rgba(128, 128, 128, 1);
}

.chat-item:hover .menu-btn[b-l8cejcruzr] {
  opacity: 1;
}

.context-menu[b-l8cejcruzr] {
  position: absolute;
  right: 0.5rem;
  top: 2.2rem;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  min-width: 160px;
  overflow: hidden;
}

.context-menu-item[b-l8cejcruzr] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  background: white;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.9rem;
}

.context-menu-item:hover[b-l8cejcruzr] {
  background-color: #f0f0f0;
}

.context-menu-item.delete-item[b-l8cejcruzr] {
  color: #dc3545;
}

.context-menu-item.delete-item:hover[b-l8cejcruzr] {
  background-color: #fee;
}

.edit-chat-container[b-l8cejcruzr] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0;
}

.edit-chat-input[b-l8cejcruzr] {
  flex: 1;
  padding: 0.25rem 0.5rem;
  border: 1px solid #0d6efd;
  border-radius: 4px;
  font-size: 0.9rem;
  outline: none;
}
/* /Components/Layout/LoadingSpinner.razor.rz.scp.css */
/* Used under CC0 license */

.lds-ellipsis[b-w2rte20gu6] {
    color: #666;
    animation: fade-in-b-w2rte20gu6 1s;
}

@keyframes fade-in-b-w2rte20gu6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

    .lds-ellipsis[b-w2rte20gu6],
    .lds-ellipsis div[b-w2rte20gu6] {
        box-sizing: border-box;
    }

.lds-ellipsis[b-w2rte20gu6] {
    margin: auto;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div[b-w2rte20gu6] {
        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-w2rte20gu6] {
            left: 8px;
            animation: lds-ellipsis1-b-w2rte20gu6 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2)[b-w2rte20gu6] {
            left: 8px;
            animation: lds-ellipsis2-b-w2rte20gu6 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3)[b-w2rte20gu6] {
            left: 32px;
            animation: lds-ellipsis2-b-w2rte20gu6 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4)[b-w2rte20gu6] {
            left: 56px;
            animation: lds-ellipsis3-b-w2rte20gu6 0.6s infinite;
        }

@keyframes lds-ellipsis1-b-w2rte20gu6 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3-b-w2rte20gu6 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2-b-w2rte20gu6 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3j4byk4mld] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-3j4byk4mld] {
  flex: 1;
}

.sidebar[b-3j4byk4mld] {
  padding: 5px;
  border: 1px solid lightgray;
}

@media (min-width: 641px) {
  .page[b-3j4byk4mld] {
    flex-direction: row;
  }

  .sidebar[b-3j4byk4mld] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  article[b-3j4byk4mld] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-3j4byk4mld] {
  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-3j4byk4mld] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ztmoq6g3r3] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.nav-item[b-ztmoq6g3r3] {
  font-size: 0.9rem;
  padding-bottom: 0.1rem;
}

.nav-item:first-of-type[b-ztmoq6g3r3] {
  padding-top: 0.5rem;
}

.nav-item:last-of-type[b-ztmoq6g3r3] {
  padding-bottom: 0.5rem;
}

.nav-item[b-ztmoq6g3r3]  .nav-link {
  padding-left: 10px;
  background: none;
  border: none;
  border-radius: 4px;
  height: 2rem;
  display: flex;
  align-items: center;
  line-height: 2rem;
  width: 100%;
}

.nav-item[b-ztmoq6g3r3]  a.active {
  background-color: rgba(255, 255, 255, 0.37);
}

.nav-item[b-ztmoq6g3r3]  .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-ztmoq6g3r3] {
  display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ztmoq6g3r3] {
  display: block;
}

.nav[b-ztmoq6g3r3] {
  outline: none;
}

@media (min-width: 641px) {
  .navbar-toggler[b-ztmoq6g3r3] {
    display: none;
  }

  .nav-scrollable[b-ztmoq6g3r3] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* /Components/Layout/SurveyPrompt.razor.rz.scp.css */
.surveyContainer[b-o4h4egcfyo] {
    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-o4h4egcfyo] {
        text-decoration: underline;
    }

    .surveyContainer .tool-icon[b-o4h4egcfyo] {
        margin-top: 0.15rem;
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }
/* /Components/Pages/Chat/Chat.razor.rz.scp.css */
.chat-container[b-p3zzwv5v68] {
    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;
}
/* /Components/Pages/Chat/ChatCitation.razor.rz.scp.css */
.citation[b-se6ihffny9] {
    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-se6ihffny9] {
        outline: 1px solid #865cb1;
    }

    .citation svg[b-se6ihffny9] {
        width: 1.5rem;
        height: 1.5rem;
    }

    .citation:active[b-se6ihffny9] {
        background-color: rgba(0,0,0,0.05);
    }

.citation-content[b-se6ihffny9] {
    display: flex;
    flex-direction: column;
}

.citation-file[b-se6ihffny9] {
    font-weight: 600;
}
/* /Components/Pages/Chat/ChatHeader.razor.rz.scp.css */
.chat-header-container[b-a0qy7l86wa] {
    top: 0; 
    padding: 1.5rem; 
}

.chat-header-controls[b-a0qy7l86wa] {
    margin-bottom: 1.5rem; 
}

h1[b-a0qy7l86wa] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-chat-icon[b-a0qy7l86wa] {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(55, 65, 81);
}

@media (min-width: 768px) {
    .chat-header-container[b-a0qy7l86wa] {
        position: sticky;
    }
}
/* /Components/Pages/Chat/ChatInput.razor.rz.scp.css */
.input-box[b-s99v7s65j8] {
    display: flex; 
    flex-direction: column; 
    background: white;
    border: 1px solid rgb(229, 231, 235);
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.75rem; 
}

    .input-box:focus-within[b-s99v7s65j8] {
        outline: 2px solid #4152d5;
    }

textarea[b-s99v7s65j8] {
    resize: none;
    border: none;
    outline: none;
    flex-grow: 1;
}

    textarea:placeholder-shown + .tools[b-s99v7s65j8] {
        --send-button-color: #aaa;
    }

.tools[b-s99v7s65j8] {
    display: flex; 
    margin-top: 1rem; 
    align-items: center;
}

.tool-icon[b-s99v7s65j8] {
    width: 1.25rem;
    height: 1.25rem;
}

.send-button[b-s99v7s65j8] {
    color: var(--send-button-color);
    margin-left: auto;
}

    .send-button:hover[b-s99v7s65j8] {
        color: black;
    }

.attach[b-s99v7s65j8] {
    background-color: white;
    border-style: dashed;
    color: #888;
    border-color: #888;
    padding: 3px 8px;
}

    .attach:hover[b-s99v7s65j8] {
        background-color: #f0f0f0;
        color: black;
    }
/* /Components/Pages/Chat/ChatMessageItem.razor.rz.scp.css */
.user-message[b-5t9bv14e1c] {
    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-5t9bv14e1c], .assistant-search[b-5t9bv14e1c] {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.25rem; 
}

.assistant-message-header[b-5t9bv14e1c] {
    font-weight: 600;
}

.assistant-message-text[b-5t9bv14e1c] {
    grid-column-start: 2;
}

.assistant-message-icon[b-5t9bv14e1c] {
    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-5t9bv14e1c] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search[b-5t9bv14e1c] {
    font-size: 0.875rem;
    line-height: 1.25rem; 
}

.assistant-search-icon[b-5t9bv14e1c] {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
}

    .assistant-search-icon svg[b-5t9bv14e1c] {
        width: 1rem; 
        height: 1rem; 
    }

.assistant-search-content[b-5t9bv14e1c] {
    align-content: center;
}

.assistant-search-phrase[b-5t9bv14e1c] {
    font-weight: 600;
}

/* Default styling for markdown-formatted assistant messages */
[b-5t9bv14e1c] ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

[b-5t9bv14e1c] ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
}

[b-5t9bv14e1c] li {
    margin: 0.5rem 0;
}

[b-5t9bv14e1c] strong {
    font-weight: 600;
}

[b-5t9bv14e1c] h3 {
    margin: 1rem 0;
    font-weight: 600;
}

[b-5t9bv14e1c] p + p {
    margin-top: 1rem;
}

[b-5t9bv14e1c] table {
    margin: 1rem 0;
}

[b-5t9bv14e1c] th {
    text-align: left;
    border-bottom: 1px solid silver;
}

[b-5t9bv14e1c] th, [b-5t9bv14e1c] td {
    padding: 0.1rem 0.5rem;
}

[b-5t9bv14e1c] th, [b-5t9bv14e1c] tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-5t9bv14e1c] 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-da7tpxv3gr] {
    margin: 2rem 1.5rem;
    flex-grow: 1;
}

.message-list[b-da7tpxv3gr] {
    display: flex; 
    flex-direction: column; 
    gap: 1.25rem; 
}

.no-messages[b-da7tpxv3gr] {
    text-align: center;
    font-size: 1.25rem;
    color: #999;
    margin-top: calc(40vh - 18rem);
}

chat-messages[b-da7tpxv3gr] >  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-hyakz8llku] {
    text-align: right;
    white-space: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0.75rem;
}
