/* /Components/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal-backdrop[b-y87f4nx800] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 1.25rem;
    overflow-y: auto;
    border: 0;
    background: transparent;
    animation: confirmation-modal-fade-in-b-y87f4nx800 160ms ease-out;
}

.confirmation-modal-backdrop[b-y87f4nx800]::backdrop {
    background: rgba(2, 8, 23, 0.72);
    backdrop-filter: blur(8px) saturate(0.85);
    -webkit-backdrop-filter: blur(8px) saturate(0.85);
}

.confirmation-modal-panel[b-y87f4nx800] {
    width: min(100%, 32rem);
    background: #ffffff;
    border: 1px solid #d7deed;
    border-radius: 20px;
    padding: 1.35rem;
    box-shadow: 0 32px 80px rgba(2, 8, 23, 0.34);
    animation: confirmation-modal-pop-in-b-y87f4nx800 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.confirmation-modal-header h2[b-y87f4nx800] {
    margin: 0;
    color: #17203e;
    font-size: 1.2rem;
}

.confirmation-modal-body[b-y87f4nx800] {
    margin-top: 0.9rem;
    color: #42506d;
}

.confirmation-modal-body p[b-y87f4nx800] {
    margin: 0;
}

.confirmation-modal-body p + p[b-y87f4nx800] {
    margin-top: 0.75rem;
}

.confirmation-modal-actions[b-y87f4nx800] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

@keyframes confirmation-modal-fade-in-b-y87f4nx800 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes confirmation-modal-pop-in-b-y87f4nx800 {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 640px) {
    .confirmation-modal-panel[b-y87f4nx800] {
        padding: 1.1rem;
        border-radius: 16px;
    }

    .confirmation-modal-actions[b-y87f4nx800] {
        flex-direction: column-reverse;
    }

    .confirmation-modal-actions .btn[b-y87f4nx800] {
        width: 100%;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout-container[b-u42xuu6ewu] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(160deg, #f2f6ff 0%, #eef7f2 100%);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xcgltkbpvp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

.nda-badge[b-xcgltkbpvp] {
    display: inline-flex;
    align-items: center;
    margin-left: 1.2rem;
    text-decoration: none;
    color: #e53935;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s;
    vertical-align: sub;
}
.nda-badge:hover[b-xcgltkbpvp] {
    color: #b71c1c;
    text-decoration: underline;
}
.nda-icon[b-xcgltkbpvp] {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}
.nda-label[b-xcgltkbpvp] {
    letter-spacing: 0.04em;
    font-size: 1rem;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-xcgltkbpvp] {
    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-xcgltkbpvp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MonitorLayout.razor.rz.scp.css */
.monitor-layout[b-1w1ulbksxb] {
    min-height: 100vh;
    background: #f3f5f7;
    color: #172033;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gwmac81eav] {
    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-gwmac81eav] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

.bi-house-door-fill-nav-menu[b-gwmac81eav] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-gwmac81eav] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-gwmac81eav] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 11a3.25 3.25 0 1 0 0-6.5A3.25 3.25 0 0 0 12 11Z' fill='white'/%3E%3Cpath d='M5.75 10.75a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' fill='white' fill-opacity='0.88'/%3E%3Cpath d='M18.25 10.75a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' fill='white' fill-opacity='0.88'/%3E%3Cpath d='M4.5 18.25c0-2.72 2.82-4.75 7.5-4.75s7.5 2.03 7.5 4.75V20H4.5v-1.75Z' fill='white'/%3E%3Cpath d='M1.75 18.4c0-1.93 1.76-3.35 4.58-3.35.74 0 1.4.08 2 .24-1.37.77-2.22 1.85-2.22 3.11V20H1.75v-1.6Z' fill='white' fill-opacity='0.88'/%3E%3Cpath d='M22.25 18.4c0-1.93-1.76-3.35-4.58-3.35-.74 0-1.4.08-2 .24 1.37.77 2.22 1.85 2.22 3.11V20h4.36v-1.6Z' fill='white' fill-opacity='0.88'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-gwmac81eav] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-logout-nav-menu[b-gwmac81eav] {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M9.00195 7C9.01406 4.82497 9.11051 3.64706 9.87889 2.87868C10.7576 2 12.1718 2 15.0002 2L16.0002 2C18.8286 2 20.2429 2 21.1215 2.87868C22.0002 3.75736 22.0002 5.17157 22.0002 8L22.0002 16C22.0002 18.8284 22.0002 20.2426 21.1215 21.1213C20.2429 22 18.8286 22 16.0002 22H15.0002C12.1718 22 10.7576 22 9.87889 21.1213C9.11051 20.3529 9.01406 19.175 9.00195 17' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15 12L2 12M2 12L5.5 9M2 12L5.5 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-gwmac81eav] {
        /* 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-qrqa02z6x3],
.components-reconnect-repeated-attempt-visible[b-qrqa02z6x3],
.components-reconnect-failed-visible[b-qrqa02z6x3],
.components-pause-visible[b-qrqa02z6x3],
.components-resume-failed-visible[b-qrqa02z6x3],
.components-rejoining-animation[b-qrqa02z6x3] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-qrqa02z6x3 {
    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/Pages/Monitor.razor.rz.scp.css */
.monitor-shell[b-jephsvsjoc] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100vh;
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 4rem);
    overflow: hidden;
    background: #f3f5f7;
    scroll-behavior: auto;
}

.monitor-shell:fullscreen[b-jephsvsjoc] {
    overflow: hidden;
    scroll-behavior: auto;
}

.monitor-fullscreen-button[b-jephsvsjoc] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #d7dde6;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    color: #14213d;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.14);
    backdrop-filter: blur(8px);
}

.monitor-fullscreen-button:hover[b-jephsvsjoc] {
    background: #ffffff;
    border-color: #bac5d2;
}

.monitor-fullscreen-button:focus-visible[b-jephsvsjoc] {
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
}

.monitor-fullscreen-button svg[b-jephsvsjoc] {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.monitor-fullscreen-button.is-active[b-jephsvsjoc] {
    background: #14213d;
    border-color: #14213d;
    color: #ffffff;
}

.monitor-fullscreen-button.has-error[b-jephsvsjoc] {
    border-color: #dc2626;
    color: #dc2626;
}

.monitor-header[b-jephsvsjoc] {
    position: relative;
    z-index: 10;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.monitor-content[b-jephsvsjoc] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.25rem;
    scroll-behavior: auto;
    scrollbar-gutter: stable;
}

.monitor-brand[b-jephsvsjoc] {
    display: flex;
    align-items: center;
}

.monitor-brand img[b-jephsvsjoc] {
    width: clamp(8rem, 12vw, 12rem);
    height: auto;
    display: block;
}

.monitor-heading[b-jephsvsjoc] {
    min-width: 0;
}

.monitor-heading p[b-jephsvsjoc] {
    margin: 0 0 0.15rem;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
}

.monitor-heading h1[b-jephsvsjoc] {
    margin: 0;
    color: #14213d;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.04;
}

.monitor-summary[b-jephsvsjoc] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    min-width: max-content;
}

.monitor-summary strong[b-jephsvsjoc] {
    color: #14213d;
    font-size: clamp(1.25rem, 2vw, 2rem);
    line-height: 1;
}

.monitor-summary span[b-jephsvsjoc] {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
}

.monitor-grid[b-jephsvsjoc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 28rem), 1fr));
    gap: 1rem;
    padding-bottom: 1rem;
}

.monitor-project[b-jephsvsjoc] {
    --status-color: #627084;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 14rem;
    padding: 1rem;
    border: 1px solid #dfe5ec;
    border-left: 0.45rem solid var(--status-color);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.07);
}

.monitor-project-header[b-jephsvsjoc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.monitor-project h2[b-jephsvsjoc] {
    margin: 0;
    color: #111827;
    font-size: clamp(1.15rem, 1.55vw, 1.75rem);
    font-weight: 800;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.monitor-status[b-jephsvsjoc] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    max-width: 16rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid color-mix(in srgb, var(--status-color) 30%, #ffffff);
    border-radius: 6px;
    background: color-mix(in srgb, var(--status-color) 12%, #ffffff);
    color: #14213d;
}

.monitor-status span[b-jephsvsjoc] {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.12;
}

.monitor-status svg[b-jephsvsjoc] {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
    fill: var(--status-color);
}

.monitor-subtitle[b-jephsvsjoc] {
    margin: 0;
    color: #415068;
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    line-height: 1.38;
    overflow-wrap: anywhere;
}

.monitor-facts[b-jephsvsjoc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: auto 0 0;
}

.monitor-facts div[b-jephsvsjoc] {
    min-width: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #e6ebf1;
}

.monitor-facts dt[b-jephsvsjoc] {
    margin: 0 0 0.2rem;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.monitor-facts dd[b-jephsvsjoc] {
    margin: 0;
    color: #172033;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    font-weight: 750;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.monitor-empty[b-jephsvsjoc],
.monitor-warning[b-jephsvsjoc] {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #ffffff;
    color: #415068;
    font-size: 1.1rem;
    font-weight: 700;
}

.monitor-warning[b-jephsvsjoc] {
    border-color: #f2d487;
    background: #fff8e7;
    color: #7a5200;
}

.monitor-project.status-draft[b-jephsvsjoc] {
    --status-color: #64748b;
}

.monitor-project.status-submitted[b-jephsvsjoc] {
    --status-color: #2563eb;
}

.monitor-project.status-voting[b-jephsvsjoc] {
    --status-color: #d97706;
}

.monitor-project.status-business-plan-draft[b-jephsvsjoc] {
    --status-color: #7c3aed;
}

.monitor-project.status-business-plan-submitted[b-jephsvsjoc] {
    --status-color: #0891b2;
}

.monitor-project.status-business-plan-team[b-jephsvsjoc] {
    --status-color: #0f766e;
}

.monitor-project.status-business-plan-final-voting[b-jephsvsjoc] {
    --status-color: #be123c;
}

.monitor-project.status-approved[b-jephsvsjoc] {
    --status-color: #16a34a;
}

.monitor-project.status-rework[b-jephsvsjoc] {
    --status-color: #f97316;
}

.monitor-project.status-expired[b-jephsvsjoc] {
    --status-color: #475569;
}

.monitor-project.status-active[b-jephsvsjoc] {
    --status-color: #059669;
}

.monitor-project.status-completed[b-jephsvsjoc] {
    --status-color: #4f46e5;
}

.monitor-project.status-default[b-jephsvsjoc] {
    --status-color: #627084;
}

@media (max-width: 760px) {
    .monitor-header[b-jephsvsjoc] {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .monitor-summary[b-jephsvsjoc] {
        align-items: flex-start;
        min-width: 0;
    }

    .monitor-project-header[b-jephsvsjoc],
    .monitor-facts[b-jephsvsjoc] {
        grid-template-columns: 1fr;
    }

    .monitor-project-header[b-jephsvsjoc] {
        flex-direction: column;
    }

    .monitor-status[b-jephsvsjoc] {
        max-width: 100%;
    }

    .monitor-content[b-jephsvsjoc] {
        padding-right: 0;
    }
}
/* /Components/Pages/MyProjects.razor.rz.scp.css */
.projects-page-grid[b-3wbotbvyvg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
}

.projects-card[b-3wbotbvyvg] {
    background: #ffffff;
    border: 1px solid #e6e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(28, 39, 76, 0.08);
}

.projects-card h2[b-3wbotbvyvg] {
    margin: 0 0 1rem;
    color: #1c274c;
    font-size: 1.2rem;
    font-weight: 700;
}

.projects-card h3[b-3wbotbvyvg] {
    margin: 0 0 0.75rem;
    color: #1c274c;
    font-size: 1rem;
    font-weight: 700;
}

.projects-list[b-3wbotbvyvg] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.projects-list li[b-3wbotbvyvg] {
    border: 1px solid #edf0f7;
    border-radius: 10px;
    padding: 0.75rem;
    background: #fbfcff;
}

.project-status-card[b-3wbotbvyvg] {
    position: relative;
    overflow: hidden;
}

.projects-list li.project-status-card[b-3wbotbvyvg] {
    background: #fbfcff;
}

.project-card-head[b-3wbotbvyvg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.project-title[b-3wbotbvyvg] {
    font-weight: 700;
    color: #17203e;
}

.project-meta[b-3wbotbvyvg] {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #5f677e;
}

.project-voting-progress[b-3wbotbvyvg] {
    margin-top: 0.35rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #7a5a00;
}

.project-links[b-3wbotbvyvg] {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.75rem;
}

.project-links a[b-3wbotbvyvg] {
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.project-status-badge[b-3wbotbvyvg] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #17203e;
    flex-shrink: 0;
}

.project-status-badge svg[b-3wbotbvyvg] {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.project-status-label[b-3wbotbvyvg] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.project-actions-footer[b-3wbotbvyvg] {
    margin-top: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.project-action-row[b-3wbotbvyvg] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.project-detail-link[b-3wbotbvyvg] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #17203e;
    text-decoration: none;
}

.project-detail-link:hover[b-3wbotbvyvg] {
    text-decoration: underline;
}

.projects-list li.project-status-card.status-draft[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #f4f7fb 0%, #e9eef6 100%);
}

.projects-list li.project-status-card.status-submitted[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #e9f4ff 0%, #d8ebff 100%);
}

.projects-list li.project-status-card.status-voting[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #fff5d8 0%, #ffe9a9 100%);
}

.projects-list li.project-status-card.status-approved[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #e6faef 0%, #c9f1da 100%);
}

.projects-list li.project-status-card.status-rework[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #fff0e2 0%, #ffd7b2 100%);
}

.projects-list li.project-status-card.status-rejected[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #ffe6e7 0%, #ffc5ca 100%);
}

.projects-list li.project-status-card.status-expired[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #eceff4 0%, #dde2eb 100%);
}

.projects-list li.project-status-card.status-active[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #dff8f4 0%, #c3eee8 100%);
}

.projects-list li.project-status-card.status-completed[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #e3f8e7 0%, #bbe7c4 100%);
}

.projects-list li.project-status-card.status-default[b-3wbotbvyvg] {
    background: linear-gradient(135deg, #f5f6f8 0%, #e8ebf1 100%);
}

.form-grid[b-3wbotbvyvg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.form-grid .full-width[b-3wbotbvyvg] {
    grid-column: 1 / -1;
}

.form-grid label[b-3wbotbvyvg] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: #1c274c;
}

.floating-status-banner[b-3wbotbvyvg] {
    position: fixed;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1100;
    min-width: min(42rem, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid transparent;
    box-shadow: 0 16px 38px rgba(23, 32, 62, 0.18);
    backdrop-filter: blur(8px);
    animation: banner-enter-b-3wbotbvyvg 180ms ease-out;
}

.floating-status-banner.success[b-3wbotbvyvg] {
    border-color: #b2dfc2;
    background: rgba(236, 255, 243, 0.96);
    color: #226d3f;
}

.automation-note[b-3wbotbvyvg] {
    margin: 0 0 1rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid #d8e2ff;
    border-radius: 10px;
    background: #f5f8ff;
    color: #31456f;
}

.automation-note.warning[b-3wbotbvyvg] {
    border-color: #facc15;
    background: #fef9c3;
    color: #854d0e;
}

.nda-gate-panel[b-3wbotbvyvg] {
    border: 1px solid #facc15;
    background: #fffbeb;
    border-radius: 12px;
    padding: 0.95rem 1rem;
    margin-bottom: 1rem;
}

.nda-gate-title[b-3wbotbvyvg] {
    margin: 0 0 0.35rem;
    font-weight: 700;
    color: #854d0e;
}

.nda-gate-copy[b-3wbotbvyvg] {
    margin: 0 0 0.7rem;
    color: #92400e;
    font-size: 0.93rem;
}

.nda-upload-row[b-3wbotbvyvg] {
    margin-bottom: 0.55rem;
}

.nda-file-meta[b-3wbotbvyvg] {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    color: #4b5563;
}

.nda-message[b-3wbotbvyvg] {
    margin: 0.6rem 0 0;
    font-size: 0.92rem;
}

.nda-message.success[b-3wbotbvyvg] {
    color: #166534;
}

.nda-message.error[b-3wbotbvyvg] {
    color: #b91c1c;
}

.integration-box[b-3wbotbvyvg] {
    margin-top: 1rem;
    border: 1px dashed #b7c4ea;
    border-radius: 12px;
    padding: 1rem;
    background: #f7f9ff;
}

.integration-box p[b-3wbotbvyvg] {
    margin: 0 0 0.9rem;
    color: #4b5678;
}

.atlassian-actions[b-3wbotbvyvg] {
    display: flex;
    gap: 0.6rem;
}

.atlassian-message[b-3wbotbvyvg] {
    margin: 0 0 0.8rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid #d8e2ff;
    border-radius: 8px;
    background: #f2f6ff;
    color: #223257;
    font-size: 0.92rem;
}

.actions-row[b-3wbotbvyvg] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.submit-button[b-3wbotbvyvg] {
    min-width: 12.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.submit-button:disabled[b-3wbotbvyvg] {
    opacity: 0.8;
    cursor: wait;
}

.button-spinner[b-3wbotbvyvg] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    animation: button-spin-b-3wbotbvyvg 0.8s linear infinite;
}

@keyframes banner-enter-b-3wbotbvyvg {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-0.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes button-spin-b-3wbotbvyvg {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .form-grid[b-3wbotbvyvg] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ProjectDetails.razor.rz.scp.css */
.project-detail-layout[b-zxmoqfp5rd] {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
}

.project-detail-card[b-zxmoqfp5rd] {
    background: #ffffff;
    border: 1px solid #e6e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(28, 39, 76, 0.08);
}

.project-status-hero[b-zxmoqfp5rd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.project-status-copy h2[b-zxmoqfp5rd] {
    margin: 0.2rem 0 0.35rem;
    color: #17203e;
}

.project-action-strip[b-zxmoqfp5rd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid #dbe4f5;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    box-shadow: 0 10px 22px rgba(28, 39, 76, 0.06);
}

.project-action-copy[b-zxmoqfp5rd] {
    min-width: 0;
}

.project-action-eyebrow[b-zxmoqfp5rd] {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5a6889;
}

.project-action-cta[b-zxmoqfp5rd] {
    flex-shrink: 0;
}

.eyebrow[b-zxmoqfp5rd] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #56627f;
}

.project-created-at[b-zxmoqfp5rd] {
    margin: 0;
    color: #5f677e;
}

.live-presentation-copy[b-zxmoqfp5rd] {
    margin-top: 0.35rem;
    font-weight: 800;
    color: #9a3412;
}

.status-rule-note[b-zxmoqfp5rd] {
    margin: 0;
    color: #31456f;
    font-weight: 600;
}

.live-presentation-alert[b-zxmoqfp5rd] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid #fdba74;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    color: #9a3412;
}

.live-presentation-alert svg[b-zxmoqfp5rd] {
    flex-shrink: 0;
    width: 1.3rem;
    height: 1.3rem;
    fill: currentColor;
    margin-top: 0.1rem;
}

.live-presentation-alert strong[b-zxmoqfp5rd],
.live-presentation-alert span[b-zxmoqfp5rd] {
    display: block;
}

.live-presentation-alert span[b-zxmoqfp5rd] {
    margin-top: 0.2rem;
    color: #7c2d12;
}

.confirmation-warning-text[b-zxmoqfp5rd] {
    margin-top: 0.85rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 700;
}

.detail-grid[b-zxmoqfp5rd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.detail-grid .full-width[b-zxmoqfp5rd] {
    grid-column: 1 / -1;
}

.detail-grid label[b-zxmoqfp5rd] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: #1c274c;
}

.detail-links[b-zxmoqfp5rd] {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.detail-links a[b-zxmoqfp5rd],
.back-link[b-zxmoqfp5rd] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #17203e;
    text-decoration: none;
}

.detail-links a:hover[b-zxmoqfp5rd],
.back-link:hover[b-zxmoqfp5rd] {
    text-decoration: underline;
}

.presentation-link-btn[b-zxmoqfp5rd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    color: #1e3a8a;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(30, 58, 138, 0.12);
}

.presentation-link-btn svg[b-zxmoqfp5rd] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    flex-shrink: 0;
}

.presentation-link-btn:hover[b-zxmoqfp5rd] {
    text-decoration: none;
    background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
}

.jira-link-btn[b-zxmoqfp5rd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #99f6e4;
    background: linear-gradient(180deg, #ecfeff 0%, #ccfbf1 100%);
    color: #115e59;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(17, 94, 89, 0.12);
}

.jira-link-btn svg[b-zxmoqfp5rd] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    flex-shrink: 0;
}

.jira-link-btn:hover[b-zxmoqfp5rd] {
    text-decoration: none;
    background: linear-gradient(180deg, #ccfbf1 0%, #99f6e4 100%);
}

.jira-panel[b-zxmoqfp5rd] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e8edf6;
}

.jira-panel h3[b-zxmoqfp5rd] {
    margin: 0 0 0.35rem;
    color: #1c274c;
}

.jira-panel p[b-zxmoqfp5rd] {
    margin: 0;
    color: #54617f;
}

.jira-actions-row[b-zxmoqfp5rd] {
    margin-top: 1rem;
}

.jira-feedback-slot[b-zxmoqfp5rd] {
    margin-top: 0.75rem;
    min-height: 3.2rem;
}

.jira-feedback-slot .feedback-banner[b-zxmoqfp5rd] {
    margin: 0;
}

.detail-actions[b-zxmoqfp5rd] {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.feedback-banner[b-zxmoqfp5rd] {
    margin: 0 0 1rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    font-weight: 600;
}

.feedback-banner.success[b-zxmoqfp5rd] {
    border: 1px solid #b2dfc2;
    background: #ecfff3;
    color: #226d3f;
}

.feedback-banner.error[b-zxmoqfp5rd] {
    border: 1px solid #f0c1c7;
    background: #fff1f3;
    color: #8b2f42;
}

.button-spinner.dark[b-zxmoqfp5rd] {
    border-color: rgba(28, 39, 76, 0.16);
    border-top-color: #1c274c;
}

.status-draft[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #f4f7fb 0%, #e9eef6 100%);
}

.status-submitted[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #e9f4ff 0%, #d8ebff 100%);
}

.status-voting[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #fff5d8 0%, #ffe9a9 100%);
}

.status-approved[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #e6faef 0%, #c9f1da 100%);
}

.status-rework[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #fff0e2 0%, #ffd7b2 100%);
}

.status-rejected[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #ffe6e7 0%, #ffc5ca 100%);
}

.status-expired[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #eceff4 0%, #dde2eb 100%);
}

.status-active[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #dff8f4 0%, #c3eee8 100%);
}

.status-completed[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #e3f8e7 0%, #bbe7c4 100%);
}

.status-default[b-zxmoqfp5rd] {
    background: linear-gradient(135deg, #f5f6f8 0%, #e8ebf1 100%);
}

@media (max-width: 900px) {
    .project-action-strip[b-zxmoqfp5rd],
    .project-status-hero[b-zxmoqfp5rd],
    .detail-actions[b-zxmoqfp5rd] {
        flex-direction: column;
        align-items: stretch;
    }

    .detail-grid[b-zxmoqfp5rd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Voting.razor.rz.scp.css */
.vote-card[b-65ryhr0xre] {
    background: #ffffff;
    border: 1px solid #e6e8f0;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 24px rgba(28, 39, 76, 0.08);
    margin-top: 1.25rem;
    margin-bottom: 2rem;
}

.vote-card h2[b-65ryhr0xre] {
    margin: 0 0 0.6rem;
    color: #1c274c;
}

.vote-meta[b-65ryhr0xre] {
    margin: 0.2rem 0;
    color: #54617f;
}

.vote-field[b-65ryhr0xre] {
    margin-top: 1rem;
}

.vote-field label[b-65ryhr0xre] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: #1c274c;
}

.vote-actions[b-65ryhr0xre] {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.vote-message[b-65ryhr0xre] {
    margin: 0.9rem 0;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    font-weight: 600;
}

.vote-message.success[b-65ryhr0xre] {
    border: 1px solid #b2dfc2;
    background: #ecfff3;
    color: #226d3f;
}

.vote-message.error[b-65ryhr0xre] {
    border: 1px solid #f0c1c7;
    background: #fff1f3;
    color: #8b2f42;
}

.vote-confirmation-summary[b-65ryhr0xre] {
    margin-top: 0.75rem;
}

.vote-confirmation-summary strong[b-65ryhr0xre] {
    color: #17203e;
}

.back-link[b-65ryhr0xre] {
    color: #17203e;
    font-weight: 700;
    text-decoration: none;
}

.back-link:hover[b-65ryhr0xre] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .vote-actions[b-65ryhr0xre] {
        flex-direction: column;
        align-items: stretch;
    }
}
