/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-cd24u3q6ax] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #14213d 0%, #101a33 100%);
    padding: 1.5rem;
    box-sizing: border-box;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-vdhvcmmaf9] {
    display: flex;
    min-height: 100vh;
}

.app-sidebar[b-vdhvcmmaf9] {
    display: flex;
    flex-direction: column;
    width: 15.5rem;
    flex-shrink: 0;
    background: linear-gradient(180deg, #14213d 0%, #101a33 100%);
}

.app-main[b-vdhvcmmaf9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #f4f6fb;
}

.app-topbar[b-vdhvcmmaf9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.15rem 2rem;
    background: #fff;
    border-bottom: 1px solid #e4e8f3;
}

.app-topbar__title h1[b-vdhvcmmaf9] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #14213d;
}

.app-topbar__title p[b-vdhvcmmaf9] {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: #6c7aa0;
}

.app-topbar__badges[b-vdhvcmmaf9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.badge[b-vdhvcmmaf9] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge--shell[b-vdhvcmmaf9] {
    background: #fff2d6;
    color: #96650a;
}

.badge--version[b-vdhvcmmaf9] {
    background: #e3e9ff;
    color: #3b4fd6;
}

.badge--env[b-vdhvcmmaf9] {
    background: #e4f7ee;
    color: #1f8a5f;
}

.app-topbar__user[b-vdhvcmmaf9] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.app-topbar__user-info[b-vdhvcmmaf9] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
}

.app-topbar__user-name[b-vdhvcmmaf9] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #14213d;
}

.app-topbar__user-email[b-vdhvcmmaf9] {
    font-size: 0.75rem;
    color: #6c7aa0;
}

.app-topbar__user-roles[b-vdhvcmmaf9] {
    font-size: 0.7rem;
    color: #8b96b8;
}

.app-topbar__account[b-vdhvcmmaf9] {
    padding: 0.4rem 0.85rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    background: #fff;
    color: #14213d;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.app-topbar__account:hover[b-vdhvcmmaf9] {
    background: #eef1fb;
}

.app-topbar__logout[b-vdhvcmmaf9] {
    padding: 0.4rem 0.85rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    background: #fff;
    color: #14213d;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.app-topbar__logout:hover[b-vdhvcmmaf9] {
    background: #eef1fb;
}

.app-content[b-vdhvcmmaf9] {
    flex: 1;
    padding: 2rem;
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#blazor-error-ui[b-vdhvcmmaf9] {
    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-vdhvcmmaf9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 860px) {
    .app-shell[b-vdhvcmmaf9] {
        flex-direction: column;
    }

    .app-sidebar[b-vdhvcmmaf9] {
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-y696t7ucdz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-brand__mark[b-y696t7ucdz] {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    object-fit: cover;
    flex-shrink: 0;
}

.nav-brand__text[b-y696t7ucdz] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.nav-brand__name[b-y696t7ucdz] {
    color: #f4f6fb;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
}

.nav-brand__tag[b-y696t7ucdz] {
    color: #93a2c3;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.nav-menu[b-y696t7ucdz] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1rem 0.75rem;
    flex: 1;
}

.nav-menu__link[b-y696t7ucdz] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.5rem;
    color: #c4cee4;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 500;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.nav-menu__link:hover[b-y696t7ucdz] {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
}

.nav-menu__link.active[b-y696t7ucdz] {
    background: rgba(59, 111, 240, 0.22);
    color: #fff;
}

.nav-menu__icon[b-y696t7ucdz] {
    font-size: 1.05rem;
    width: 1.4rem;
    text-align: center;
}

.nav-footer[b-y696t7ucdz] {
    padding: 1rem 1.25rem 1.4rem;
    color: #6c7aa0;
    font-size: 0.72rem;
    line-height: 1.4;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-aqbik7bomp],
.components-reconnect-repeated-attempt-visible[b-aqbik7bomp],
.components-reconnect-failed-visible[b-aqbik7bomp],
.components-pause-visible[b-aqbik7bomp],
.components-resume-failed-visible[b-aqbik7bomp],
.components-rejoining-animation[b-aqbik7bomp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-aqbik7bomp {
    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/Dashboard.razor.rz.scp.css */
.page-lede[b-4b1ddrdiyu] {
    color: #5a6790;
    max-width: 46rem;
    margin: 0.25rem 0 1.75rem;
    line-height: 1.5;
}

.status-grid[b-4b1ddrdiyu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1rem;
}

.status-card[b-4b1ddrdiyu] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: #fff;
    border: 1px solid #e4e8f3;
    border-radius: 0.75rem;
    padding: 1.1rem 1.25rem;
}

.status-card__label[b-4b1ddrdiyu] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8b96b8;
}

.status-card__value[b-4b1ddrdiyu] {
    font-size: 1.15rem;
    font-weight: 600;
    color: #14213d;
}

.status-card__value--pending[b-4b1ddrdiyu] {
    color: #8b96b8;
    font-weight: 500;
}

.status-card__value--ok[b-4b1ddrdiyu] {
    color: #1f8a5f;
}

.status-card__value--error[b-4b1ddrdiyu] {
    color: #c0392b;
}

.status-card__link[b-4b1ddrdiyu] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #3b4fd6;
    text-decoration: none;
}

.status-card__link:hover[b-4b1ddrdiyu] {
    text-decoration: underline;
}

.api-warning[b-4b1ddrdiyu] {
    margin-top: 1.5rem;
    padding: 0.9rem 1.15rem;
    background: #fdecea;
    border: 1px solid #f3c4bd;
    border-radius: 0.6rem;
    color: #7a2b21;
    line-height: 1.5;
}

.refresh-button[b-4b1ddrdiyu] {
    margin-top: 1.5rem;
    padding: 0.55rem 1.1rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    background: #fff;
    color: #14213d;
    font-weight: 600;
    cursor: pointer;
}

.refresh-button:hover[b-4b1ddrdiyu] {
    background: #eef1fb;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-zgn6mk9mm3] {
    width: 100%;
    max-width: 24rem;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.login-card__brand[b-zgn6mk9mm3] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.login-card__mark[b-zgn6mk9mm3] {
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 0.6rem;
    object-fit: cover;
}

.login-card__brand h1[b-zgn6mk9mm3] {
    margin: 0;
    font-size: 1.2rem;
    color: #14213d;
}

.login-card__brand p[b-zgn6mk9mm3] {
    margin: 0.15rem 0 0;
    font-size: 0.8rem;
    color: #6c7aa0;
}

.login-card__error[b-zgn6mk9mm3] {
    margin-bottom: 1rem;
    padding: 0.7rem 0.9rem;
    background: #fdecea;
    border: 1px solid #f3c4bd;
    border-radius: 0.5rem;
    color: #7a2b21;
    font-size: 0.9rem;
}

.login-card__form[b-zgn6mk9mm3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-card__form label[b-zgn6mk9mm3] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #14213d;
}

.login-card__form input[b-zgn6mk9mm3] {
    padding: 0.6rem 0.75rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    font-size: 0.95rem;
    font-weight: 400;
}

.login-card__form input:focus[b-zgn6mk9mm3] {
    outline: 2px solid #3b4fd6;
    outline-offset: 1px;
}

.login-card__form button[b-zgn6mk9mm3] {
    margin-top: 0.25rem;
    padding: 0.65rem 1rem;
    border: none;
    border-radius: 0.5rem;
    background: #3b4fd6;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
}

.login-card__form button:hover[b-zgn6mk9mm3] {
    background: #2f3fb5;
}

.login-card__entra[b-zgn6mk9mm3] {
    margin-top: 1.25rem;
    padding: 0.7rem 0.85rem;
    background: #f4f6fb;
    border: 1px dashed #d3dbf0;
    border-radius: 0.5rem;
    color: #6c7aa0;
    font-size: 0.8rem;
    text-align: center;
}

.login-card__footer[b-zgn6mk9mm3] {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.75rem;
    color: #a3aecb;
}
/* /Components/Pages/PlaceholderPage.razor.rz.scp.css */
.placeholder-panel[b-0ljq4s6ice] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    border: 1px dashed #c7d0ec;
    border-radius: 0.75rem;
    padding: 1.5rem;
    max-width: 42rem;
    margin-top: 1rem;
}

.placeholder-panel__icon[b-0ljq4s6ice] {
    font-size: 1.8rem;
    line-height: 1;
}

.placeholder-panel p[b-0ljq4s6ice] {
    margin: 0;
    color: #4a5578;
    line-height: 1.55;
}
/* /Components/Pages/ResearcherDetails.razor.rz.scp.css */
/* researchers-button/-table/-status/-muted/-actions and researcher-detail__checkbox/-add-identifier-row live in app.css (shared across the module's pages). */

.researcher-detail__header[b-vjch7yoy6o] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.researcher-detail__header h2[b-vjch7yoy6o] {
    margin: 0 0 0.4rem;
}

.researcher-detail__header-actions[b-vjch7yoy6o] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.researcher-detail__danger[b-vjch7yoy6o] {
    padding: 0.55rem 0.9rem;
    border: 1px solid #f3c4bd;
    border-radius: 0.5rem;
    background: #fdecea;
    color: #7a2b21;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

.researcher-detail__danger:hover[b-vjch7yoy6o] {
    background: #fbdcd8;
}

.researcher-detail__section[b-vjch7yoy6o] {
    background: #fff;
    border: 1px solid #e4e8f3;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
}

.researcher-detail__section h3[b-vjch7yoy6o] {
    margin: 0 0 0.9rem;
    font-size: 1rem;
}

.researcher-detail__grid[b-vjch7yoy6o] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.5rem 1.5rem;
    margin: 0;
}

.researcher-detail__grid dt[b-vjch7yoy6o] {
    color: #6c7aa0;
    font-size: 0.82rem;
}

.researcher-detail__grid dd[b-vjch7yoy6o] {
    margin: 0;
    font-size: 0.9rem;
    color: #14213d;
}

.researcher-detail__add-identifier[b-vjch7yoy6o] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px dashed #e4e8f3;
}

.researcher-detail__add-identifier h4[b-vjch7yoy6o] {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    color: #6c7aa0;
}
/* /Components/Pages/Researchers.razor.rz.scp.css */
/* researchers-button/-table/-status/-muted/-actions live in app.css (shared across the module's pages). */

.researchers-toolbar[b-83kr3p0vmi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 1rem 0 1.25rem;
}

.researchers-toolbar input[type="search"][b-83kr3p0vmi] {
    flex: 1;
    min-width: 16rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.researchers-toolbar select[b-83kr3p0vmi] {
    padding: 0.55rem 0.75rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    background: #fff;
}

.researchers-pagination[b-83kr3p0vmi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.25rem;
    font-size: 0.85rem;
    color: #6c7aa0;
}

.researchers-pagination button[b-83kr3p0vmi] {
    padding: 0.4rem 0.85rem;
    border: 1px solid #d3dbf0;
    border-radius: 0.5rem;
    background: #fff;
    cursor: pointer;
    font-size: 0.85rem;
}

.researchers-pagination button:disabled[b-83kr3p0vmi] {
    opacity: 0.4;
    cursor: not-allowed;
}
