/* /Components/Layout/AboutPanel.razor.rz.scp.css */
.about[b-y3hl59lznl] {
    position: relative;
}

.about-toggle[b-y3hl59lznl] {
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    color: var(--mocara-navy, #1c3a5f);
    font-weight: 500;
    padding: 0.35rem 0.75rem;
    border-radius: 0.375rem;
}

/* Hide the native disclosure triangle. */
.about-toggle[b-y3hl59lznl]::-webkit-details-marker {
    display: none;
}

.about-toggle:hover[b-y3hl59lznl],
.about-toggle:focus-visible[b-y3hl59lznl] {
    background-color: var(--mocara-navy-10, #eef1f5);
    text-decoration: underline;
}

.about-panel[b-y3hl59lznl] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1050;
    min-width: 16rem;
    padding: 1rem 1.15rem;
    text-align: left;
    background-color: var(--mocara-white, #ffffff);
    border: 1px solid var(--mocara-border-default, #e8eef8);
    border-top: 3px solid var(--mocara-gold, #c9973b);
    border-radius: 0.5rem;
    box-shadow: 0 0.75rem 1.75rem rgba(17, 24, 32, 0.14);
}

.about-product[b-y3hl59lznl] {
    margin: 0 0 0.6rem;
    font-weight: 600;
    color: var(--mocara-navy, #1c3a5f);
}

.about-facts[b-y3hl59lznl] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.3rem 1rem;
    margin: 0;
    font-size: 0.875rem;
}

.about-facts dt[b-y3hl59lznl] {
    font-weight: 500;
    color: var(--mocara-navy-75, #556b8a);
}

.about-facts dd[b-y3hl59lznl] {
    margin: 0;
    color: var(--mocara-near-black, #111820);
}

.about-version[b-y3hl59lznl],
.about-mono[b-y3hl59lznl] {
    font-family: var(--mocara-font-mono, 'JetBrains Mono', Consolas, monospace);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6i0mhzmlgh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6i0mhzmlgh] {
    flex: 1;
}

.sidebar[b-6i0mhzmlgh] {
    background-image: linear-gradient(180deg, #1c3a5f 0%, #111820 100%);
}

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-6i0mhzmlgh] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-6i0mhzmlgh], article[b-6i0mhzmlgh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6i0mhzmlgh] {
    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-6i0mhzmlgh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-635vkbcs59] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-635vkbcs59] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-635vkbcs59] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #f7f5f0;
    gap: 0.55rem;
}

.brand-mark[b-635vkbcs59] {
    flex-shrink: 0;
}

.brand-wordmark[b-635vkbcs59] {
    color: #f7f5f0;
    font-weight: 700;
}

.brand-dot[b-635vkbcs59] {
    color: #c9973b;
    font-weight: 700;
}

.bi[b-635vkbcs59] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Overview: dashboard gauge. */
.bi-speedometer2-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
}

/* Index Management: the document index and its settings. */
.bi-database-fill-gear-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-database-fill-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c-1.573 0-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4s.875 1.755 1.904 2.223C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777C13.125 5.755 14 5.007 14 4s-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1'/%3E%3Cpath d='M2 7v-.839c.457.432 1.004.751 1.49.972C4.722 7.693 6.318 8 8 8s3.278-.307 4.51-.867c.486-.22 1.033-.54 1.49-.972V7c0 .424-.155.802-.411 1.133a4.51 4.51 0 0 0-4.815 1.843A12 12 0 0 1 8 10c-1.573 0-3.022-.289-4.096-.777C2.875 8.755 2 8.007 2 7m6.257 3.998L8 11c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V10c0 1.007.875 1.755 1.904 2.223C4.978 12.711 6.427 13 8 13h.027a4.55 4.55 0 0 1 .23-2.002m-.002 3L8 14c-1.682 0-3.278-.307-4.51-.867-.486-.22-1.033-.54-1.49-.972V13c0 1.007.875 1.755 1.904 2.223C4.978 15.711 6.427 16 8 16c.536 0 1.058-.034 1.555-.097a4.5 4.5 0 0 1-1.3-1.905m3.631-4.538c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

/* Audit Log: an append-only record of conversations. */
.bi-journal-text-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

/* Safety Alerts: guardrails that have actually fired. */
.bi-exclamation-triangle-fill-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-exclamation-triangle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5m.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/%3E%3C/svg%3E");
}

/* Safety Keywords: the configured protection, as opposed to a fired alert. */
.bi-shield-fill-check-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-fill-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.8 11.8 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7 7 0 0 0 1.048-.625 11.8 11.8 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.54 1.54 0 0 0-1.044-1.263 63 63 0 0 0-2.887-.87C9.843.266 8.69 0 8 0m2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793z'/%3E%3C/svg%3E");
}

/* RAG Playground: ask a question and read the grounded answer. */
.bi-chat-dots-fill-nav-menu[b-635vkbcs59] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-dots-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 3.866-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7M5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0m4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-635vkbcs59]  .nav-link {
        color: #cdd6e4;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-635vkbcs59]  a.active {
    background-color: rgba(201, 151, 59, 0.16);
    color: #ffffff;
    box-shadow: inset 3px 0 0 #c9973b;
}

.nav-item[b-635vkbcs59]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
}

.nav-scrollable[b-635vkbcs59] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-635vkbcs59] {
    display: block;
}

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

    .nav-scrollable[b-635vkbcs59] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-34i5k436x0],
.components-reconnect-repeated-attempt-visible[b-34i5k436x0],
.components-reconnect-failed-visible[b-34i5k436x0],
.components-pause-visible[b-34i5k436x0],
.components-resume-failed-visible[b-34i5k436x0],
.components-rejoining-animation[b-34i5k436x0] {
    display: none;
}

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


#components-reconnect-modal[b-34i5k436x0] {
    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-34i5k436x0 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-34i5k436x0 {
    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/Layout/SafetyAlertToast.razor.rz.scp.css */
/* Fixed to the viewport so an emergency signal is visible regardless of scroll position or page. */
.safety-toast-host[b-t1ztf21l92] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 24rem;
    width: calc(100vw - 2rem);
}

.safety-toast[b-t1ztf21l92] {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
    color: #fff;
    background-color: #6c757d;
    overflow: hidden;
}

.safety-toast.severity-critical[b-t1ztf21l92] {
    background-color: #b02a37;
}

.safety-toast.severity-high[b-t1ztf21l92] {
    background-color: #b8860b;
}

.safety-toast.severity-medium[b-t1ztf21l92] {
    background-color: #17607d;
}

.safety-toast-head[b-t1ztf21l92] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.safety-toast-body[b-t1ztf21l92] {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.safety-toast-quote[b-t1ztf21l92] {
    margin-top: 0.35rem;
    padding: 0.35rem 0.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.12);
    font-style: italic;
}

.safety-toast-meta[b-t1ztf21l92] {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    opacity: 0.85;
}

.safety-toast-actions[b-t1ztf21l92] {
    padding: 0 0.75rem 0.75rem;
}
