@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';
@import '_content/WaveWorks.Echo.Analysis.WebAdmin/WaveWorks.Echo.Analysis.WebAdmin.8n109ugzcj.bundle.scp.css';
@import '_content/WaveWorks.RxComponents/WaveWorks.RxComponents.qbdq3fkx0x.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.analysis-test-shell[b-lz4d8yithj] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    background: var(--cds-background, #f4f4f4);
}

.analysis-test-header[b-lz4d8yithj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    background: var(--cds-layer, #ffffff);
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
}

.analysis-test-title[b-lz4d8yithj] {
    font-size: 18px;
    font-weight: 600;
    color: var(--cds-text-primary, #161616);
}

.analysis-test-subtitle[b-lz4d8yithj] {
    margin-top: 4px;
    font-size: 13px;
    color: var(--cds-text-secondary, #525252);
}

.analysis-test-nav[b-lz4d8yithj] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.analysis-test-nav a[b-lz4d8yithj] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--cds-link-primary, #0f62fe);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.analysis-test-nav a:hover[b-lz4d8yithj],
.analysis-test-nav a:focus-visible[b-lz4d8yithj] {
    background: var(--cds-layer-hover, #e8e8e8);
    color: var(--cds-link-primary-hover, #0043ce);
    outline: none;
}

.analysis-test-main[b-lz4d8yithj] {
    min-height: 0;
}

#blazor-error-ui[b-lz4d8yithj] {
    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-lz4d8yithj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 900px) {
    .analysis-test-header[b-lz4d8yithj] {
        flex-direction: column;
        align-items: flex-start;
    }

    .analysis-test-nav[b-lz4d8yithj] {
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-shell[b-219hbstbkd] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    padding: 24px;
}

.login-panel[b-219hbstbkd] {
    width: min(100%, 360px);
    background: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 24px;
}

.login-title[b-219hbstbkd] {
    color: #161616;
    font-size: 20px;
    font-weight: 600;
}

.login-subtitle[b-219hbstbkd] {
    color: #525252;
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 24px;
}

.login-field[b-219hbstbkd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.login-field label[b-219hbstbkd] {
    color: #393939;
    font-size: 12px;
}

.login-input[b-219hbstbkd] {
    height: 40px;
    border: 1px solid #8d8d8d;
    border-radius: 0;
    padding: 0 12px;
    font-size: 14px;
}

.login-input:focus[b-219hbstbkd] {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
}

.login-error[b-219hbstbkd] {
    color: #da1e28;
    font-size: 13px;
    margin-bottom: 16px;
}

.login-button[b-219hbstbkd] {
    width: 100%;
    height: 40px;
    border: 0;
    background: #0f62fe;
    color: #ffffff;
    font-weight: 600;
}

.login-button:disabled[b-219hbstbkd] {
    background: #8d8d8d;
}
