/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ejkxy0ybig] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: transparent;
}

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

.sidebar[b-ejkxy0ybig] {
    background: linear-gradient(180deg, #18253e 0%, #141e33 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.16);
}

.top-row[b-ejkxy0ybig] {
    background: rgba(247, 250, 255, 0.9);
    border-bottom: 1px solid var(--ds-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: var(--ds-shadow-sm);
    backdrop-filter: blur(8px);
}

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

    .top-row[b-ejkxy0ybig]  a:hover, .top-row[b-ejkxy0ybig]  .btn-link:hover {
        color: var(--ds-primary-500);
    }

    .top-row[b-ejkxy0ybig]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--ds-gray-800);
    }

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

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

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

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

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

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

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

#blazor-error-ui[b-ejkxy0ybig] {
    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-ejkxy0ybig] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c0h34qwn9e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #dbeafe;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.7rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28226, 232, 240, 0.92%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(15, 23, 42, 0.25);
}

.navbar-toggler:checked[b-c0h34qwn9e] {
    background-color: rgba(37, 99, 235, 0.28);
}

.top-row[b-c0h34qwn9e] {
    min-height: 3.5rem;
    background: linear-gradient(130deg, #1d4ed8 0%, #7e22ce 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-brand[b-c0h34qwn9e] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.bi[b-c0h34qwn9e] {
    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-c0h34qwn9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dbeafe' 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-c0h34qwn9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23334155' 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-list-nested-nav-menu[b-c0h34qwn9e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23334155' 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");
}

.nav-item[b-c0h34qwn9e]  a.active .bi {
    filter: none;
}

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

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

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

    .nav-item[b-c0h34qwn9e]  .nav-link {
        color: #dbeafe;
        background: rgba(148, 163, 184, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0.7rem;
        height: 2.6rem;
        display: flex;
        align-items: center;
        line-height: 2.6rem;
        width: 100%;
        box-shadow: 0 8px 16px rgba(2, 6, 23, 0.2);
    }

.nav-item[b-c0h34qwn9e]  a.active {
    background: linear-gradient(120deg, #3b82f6 0%, #8b5cf6 100%);
    color: #ffffff;
    border-color: rgba(191, 219, 254, 0.65);
}

.nav-item[b-c0h34qwn9e]  .nav-link:hover {
    background: rgba(59, 130, 246, 0.28);
    color: #ffffff;
    border-color: rgba(191, 219, 254, 0.4);
}

.nav-scrollable[b-c0h34qwn9e] {
    display: none;
    padding: 0.75rem;
    background: transparent;
}

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

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

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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-xh85rhkqo8 {
    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/Home.razor.rz.scp.css */
.home-page[b-wyuj91k716] {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 0.65rem;
    padding-bottom: 1.4rem;
}

.home-page .card[b-wyuj91k716] {
    border-radius: 0.9rem;
    border-color: var(--ds-border);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.home-page .hero-card[b-wyuj91k716] {
    background: linear-gradient(120deg, #1f5fd8 0%, #7c3aed 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.26);
}

.home-page .hero-card .card-body[b-wyuj91k716] {
    padding: 1.15rem 1.3rem;
}

.home-page .hero-card h1[b-wyuj91k716] {
    font-size: 1.34rem;
    letter-spacing: -0.015em;
}

.home-page .hero-card p[b-wyuj91k716] {
    max-width: 64ch;
}

.home-page .hero-card .text-muted[b-wyuj91k716] {
    color: rgba(255, 255, 255, 0.94) !important;
}

.home-page .hero-card .badge[b-wyuj91k716] {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.home-workspace[b-wyuj91k716] {
    display: grid;
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: 1.2rem;
    align-items: start;
}

.home-main-column[b-wyuj91k716],
.home-side-column[b-wyuj91k716] {
    display: grid;
    gap: 1.2rem;
}

.step-card[b-wyuj91k716] {
    position: relative;
    overflow: hidden;
}

.step-card[b-wyuj91k716]::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
}

.step-card-input[b-wyuj91k716]::before {
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
}

.step-card-questions[b-wyuj91k716]::before {
    background: linear-gradient(90deg, #2563eb 0%, #9333ea 100%);
}

.step-card-result[b-wyuj91k716]::before {
    background: linear-gradient(90deg, #0ea5e9 0%, #22c55e 100%);
}

.home-page .card-header[b-wyuj91k716] {
    border-bottom: 1px solid var(--ds-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(238, 244, 255, 0.88));
    color: var(--ds-gray-800);
    font-size: 0.93rem;
    padding: 0.78rem 1.02rem;
}

.home-page .card-body[b-wyuj91k716] {
    padding: 1.08rem;
}

.home-side-column .step-card-result[b-wyuj91k716] {
    position: sticky;
    top: 4.9rem;
}

.step-card-result .btn-primary[b-wyuj91k716] {
    min-width: 13rem;
}

.step-card-result .btn-outline-secondary[b-wyuj91k716] {
    color: var(--ds-gray-700);
}

.smart-result[b-wyuj91k716] {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    margin-bottom: 0;
    max-height: 46vh;
    overflow: auto;
}

.busy-overlay[b-wyuj91k716] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.busy-overlay-card[b-wyuj91k716] {
    width: min(32rem, 92vw);
    border-radius: 0.9rem;
    border-color: var(--ds-border);
}

.active-question-box[b-wyuj91k716] {
    transition: box-shadow 0.2s ease;
    border-color: var(--ds-primary-400) !important;
    background: linear-gradient(180deg, #eff5ff 0%, #e4eeff 100%) !important;
}

.active-question-box:focus-within[b-wyuj91k716] {
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.18);
}

.question-support-inputs[b-wyuj91k716] {
    display: grid;
    gap: 0.7rem;
    padding: 0.72rem;
    border: 1px solid #c9dbfb;
    border-left: 4px solid #5b8def;
    border-radius: 0.7rem;
    background: #ffffff;
}

.question-support-field .form-label[b-wyuj91k716] {
    color: #1b489c;
}

.question-support-field .form-select-sm[b-wyuj91k716] {
    min-height: 2.1rem;
}

.answered-question[b-wyuj91k716] {
    background: linear-gradient(180deg, #f3fcf6 0%, #e8f8ee 100%);
    border-color: #a7e4bc !important;
}

.home-page .badge.text-bg-primary[b-wyuj91k716] {
    background: var(--ds-primary-100) !important;
    color: var(--ds-primary-600) !important;
}

.home-page .alert-info[b-wyuj91k716] {
    background: #eaf2ff;
    border-color: #a9c6f7;
    color: #1b489c;
}

.home-page .alert-warning[b-wyuj91k716] {
    background: #fff8e6;
    border-color: #f5d88b;
    color: #7f3a0a;
}

@media (max-width: 1199.98px) {
    .home-workspace[b-wyuj91k716] {
        grid-template-columns: 1fr;
    }

    .home-page[b-wyuj91k716] {
        padding-inline: 0.5rem;
    }

    .home-side-column .step-card-result[b-wyuj91k716] {
        position: static;
    }

    .question-support-inputs[b-wyuj91k716] {
        gap: 0.55rem;
    }
}

