@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Halo/Reporting/HaloAiReporting.razor.rz.scp.css */
.ai-reporting-layout[b-6yoolrwo9o] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 86px - 1rem);
    overflow: hidden;
}

.ai-reporting-header[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding-bottom: 4px;
}

.chat-container[b-6yoolrwo9o] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--neutral-fill-layer-rest);
}

.chat-empty[b-6yoolrwo9o] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--neutral-foreground-hint);
    font-style: italic;
}

.message-row[b-6yoolrwo9o] {
    display: flex;
    margin-bottom: 4px;
}

.message-row-user[b-6yoolrwo9o] {
    justify-content: flex-end;
}

.message-row-ai[b-6yoolrwo9o] {
    justify-content: flex-start;
}

.message-bubble[b-6yoolrwo9o] {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 8px;
    word-break: break-word;
}

.bubble-user[b-6yoolrwo9o] {
    background-color: var(--accent-fill-rest);
    color: var(--foreground-on-accent-rest);
}

.bubble-ai[b-6yoolrwo9o] {
    background-color: var(--neutral-fill-rest);
    border: 1px solid var(--neutral-stroke-rest);
}

.message-text[b-6yoolrwo9o] {
    margin: 0 0 4px 0;
    white-space: pre-wrap;
}

.export-list[b-6yoolrwo9o] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.export-restored-hint[b-6yoolrwo9o] {
    margin: 6px 0 0 0;
    color: var(--neutral-foreground-hint);
}

.chat-error[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--error-fill-rest);
    color: var(--error-foreground-rest);
}

.chat-input-area[b-6yoolrwo9o] {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
    padding-top: 8px;
    border-top: 1px solid var(--neutral-stroke-subtle-rest);
}

.question-history-panel[b-6yoolrwo9o] {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: 0;
    background-color: var(--neutral-layer-floating);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    max-height: 260px;
    display: flex;
    flex-direction: column;
}

.question-history-header[b-6yoolrwo9o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    background-color: var(--neutral-fill-secondary-rest);
    border-bottom: 1px solid var(--neutral-stroke-rest);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    flex-shrink: 0;
}

.question-history-list[b-6yoolrwo9o] {
    overflow-y: auto;
    flex: 1;
}

.question-history-item[b-6yoolrwo9o] {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.875em;
    color: var(--neutral-foreground-rest);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid var(--neutral-stroke-subtle-rest);
}

    .question-history-item:last-child[b-6yoolrwo9o] {
        border-bottom: none;
    }

    .question-history-item:hover[b-6yoolrwo9o] {
        background-color: var(--neutral-fill-hover);
        color: var(--neutral-foreground-rest);
    }

.question-history-empty[b-6yoolrwo9o] {
    padding: 12px;
    font-size: 0.85em;
    font-style: italic;
    color: var(--neutral-foreground-hint);
    text-align: center;
}

/* Content block styles */
[b-6yoolrwo9o] .halo-content-markdown {
    margin-top: 8px;
    overflow-x: auto;
}

[b-6yoolrwo9o] .halo-content-markdown p {
    margin: 4px 0;
}

[b-6yoolrwo9o] .halo-content-markdown ul,
[b-6yoolrwo9o] .halo-content-markdown ol {
    margin: 4px 0;
    padding-left: 20px;
}

/* Markdig emits a bare <table>; style it to match the structured .halo-table look. */
[b-6yoolrwo9o] .halo-content-markdown table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
    margin: 8px 0;
}

[b-6yoolrwo9o] .halo-content-markdown th,
[b-6yoolrwo9o] .halo-content-markdown td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-6yoolrwo9o] .halo-content-markdown thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-6yoolrwo9o] .halo-content-table {
    margin-top: 8px;
    overflow-x: auto;
}

[b-6yoolrwo9o] .halo-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

[b-6yoolrwo9o] .halo-table th,
[b-6yoolrwo9o] .halo-table td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-6yoolrwo9o] .halo-table thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-6yoolrwo9o] .halo-content-object {
    margin-top: 8px;
}

[b-6yoolrwo9o] .halo-content-object dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2px 12px;
    margin: 4px 0;
}

[b-6yoolrwo9o] .halo-content-object dt {
    font-weight: 600;
}

[b-6yoolrwo9o] .halo-content-object dd {
    margin: 0;
}
/* /Components/Price/Partner/PriceSectionDialog.razor.rz.scp.css */
[b-cqqsehe1jv] .full-width,
[b-cqqsehe1jv] .full-width fluent-card {
    width: 800px;
    height: 400px
}
/* /Components/Shared/ColorPicker.razor.rz.scp.css */
.color-picker-modal[b-z75vcfkaka] {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3)
}

﻿.color-picker-modal:target[b-z75vcfkaka] {
    display: block;
}


.color-picker-content[b-z75vcfkaka] {
    height: 240px;
    width: 456px;
    margin: auto;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0px #9d9d9d;
    -moz-box-shadow: 0 0 0px #9d9d9d;
    box-shadow: 0 0 0px #9d9d9d;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.color-picker-case[b-z75vcfkaka] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 24px;
    height: 24px;
}

    .color-picker-case:hover[b-z75vcfkaka] {
        border: 1px solid #FFF;
        cursor: pointer;
    }


.color-picker-palette[b-z75vcfkaka] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 240px;
}


.color-picker-show[b-z75vcfkaka] {
    display: block;
    animation-name: show-animation-b-z75vcfkaka;
    animation-duration: 0.5s;
}

@keyframes show-animation-b-z75vcfkaka {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-picker-hide[b-z75vcfkaka] {
    display: none;
}

.color-picker-header[b-z75vcfkaka] {
    background-color: #d9d9d9;
    padding: 3px;
    color: white;
}

.color-picker-title[b-z75vcfkaka] {
    margin: 5px;
    display: inline-block;
}

.color-picker-close-button[b-z75vcfkaka] {
    float: right;
    margin: 5px;
    cursor: pointer;
}

    .color-picker-close-button:hover[b-z75vcfkaka] {
        color: red;
    }



@media (max-width: 456px) {
    .color-picker-palette[b-z75vcfkaka] {
        flex-direction: row-reverse;
        height: 456px;
    }

    .color-picker-content[b-z75vcfkaka] {
        width: 240px;
        height: 456px;
    }
}
/* /Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-kxd20x2lwe] {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    cursor: help;
}

span[b-kxd20x2lwe] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -30px;
    background-color: #ffe97f;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[b-kxd20x2lwe]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-kxd20x2lwe] {
    visibility: visible;
}
/* /Components/Staffing/Search/StaffingSearch.razor.rz.scp.css */
.staffing-search-layout[b-mffohjz309] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 86px - 1rem);
    overflow: hidden;
}

.staffing-search-header[b-mffohjz309] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding-bottom: 4px;
}

.chat-container[b-mffohjz309] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--neutral-fill-layer-rest);
}

.chat-empty[b-mffohjz309] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--neutral-foreground-hint);
    font-style: italic;
}

.message-row[b-mffohjz309] {
    display: flex;
    margin-bottom: 4px;
}

.message-row-user[b-mffohjz309] {
    justify-content: flex-end;
}

.message-row-ai[b-mffohjz309] {
    justify-content: flex-start;
}

.message-bubble[b-mffohjz309] {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 8px;
    word-break: break-word;
}

.bubble-user[b-mffohjz309] {
    background-color: var(--accent-fill-rest);
    color: var(--foreground-on-accent-rest);
}

.bubble-ai[b-mffohjz309] {
    background-color: var(--neutral-fill-rest);
    border: 1px solid var(--neutral-stroke-rest);
}

.message-text[b-mffohjz309] {
    margin: 0 0 4px 0;
    white-space: pre-wrap;
}

.chat-error[b-mffohjz309] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--error-fill-rest);
    color: var(--error-foreground-rest);
}

.chat-input-area[b-mffohjz309] {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
    padding-top: 8px;
    border-top: 1px solid var(--neutral-stroke-subtle-rest);
}

/* Content block styles (rendered via the shared HaloChatContentBlock component) */
[b-mffohjz309] .halo-content-markdown {
    margin-top: 8px;
    overflow-x: auto;
}

[b-mffohjz309] .halo-content-markdown p {
    margin: 4px 0;
}

[b-mffohjz309] .halo-content-markdown ul,
[b-mffohjz309] .halo-content-markdown ol {
    margin: 4px 0;
    padding-left: 20px;
}

/* Markdig emits a bare <table>; style it to match the structured .halo-table look. */
[b-mffohjz309] .halo-content-markdown table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
    margin: 8px 0;
}

[b-mffohjz309] .halo-content-markdown th,
[b-mffohjz309] .halo-content-markdown td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-mffohjz309] .halo-content-markdown thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-mffohjz309] .halo-content-table {
    margin-top: 8px;
    overflow-x: auto;
}

[b-mffohjz309] .halo-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

[b-mffohjz309] .halo-table th,
[b-mffohjz309] .halo-table td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-mffohjz309] .halo-table thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-mffohjz309] .halo-content-object {
    margin-top: 8px;
}

[b-mffohjz309] .halo-content-object dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2px 12px;
    margin: 4px 0;
}

[b-mffohjz309] .halo-content-object dt {
    font-weight: 600;
}

[b-mffohjz309] .halo-content-object dd {
    margin: 0;
}
/* /Components/Workforce/Profiles/WorkforceProfileSkillMatrix.razor.rz.scp.css */
/* Styling mirrors Components/Workforce/Skills/WorkforceSkills.razor.css
   (Blazor CSS isolation scopes that file to WorkforceSkills.razor only) — keep in sync. */
.psm-root[b-z510tln4wi] {
    --psm-bg: #f3f2f2;
    --psm-text: #201e1d;
    --psm-divider: rgba(32, 30, 29, 0.16);
    --psm-neutral-100: #f8f4f4;
    --psm-neutral-300: #d7d3d3;
    --psm-neutral-600: #7d7979;
    --psm-neutral-700: #605d5d;

    --psm-wk-bg: #e9f8ff;
    --psm-wk-text: #0a303e;
    --psm-l4-bg: #38a6cf;
    --psm-l4-text: #ffffff;
    --psm-sme-bg: #d82071;
    --psm-sme-text: #ffffff;

    color: var(--psm-text);
    background: var(--psm-bg);
    padding: 12px 0;
}

@media (prefers-color-scheme: dark) {
    .psm-root[b-z510tln4wi] {
        --psm-bg: #1c1b1b;
        --psm-text: #f0eeee;
        --psm-divider: rgba(240, 238, 238, 0.16);
        --psm-neutral-100: #2b2828;
        --psm-neutral-300: #3a3737;
        --psm-neutral-600: #b8b4b4;
        --psm-neutral-700: #c9c5c5;

        --psm-wk-bg: #004961;
        --psm-wk-text: #e9f8ff;
    }
}

body[data-theme="dark"] .psm-root[b-z510tln4wi] {
    --psm-bg: #1c1b1b;
    --psm-text: #f0eeee;
    --psm-divider: rgba(240, 238, 238, 0.16);
    --psm-neutral-100: #2b2828;
    --psm-neutral-300: #3a3737;
    --psm-neutral-600: #b8b4b4;
    --psm-neutral-700: #c9c5c5;

    --psm-wk-bg: #004961;
    --psm-wk-text: #e9f8ff;
}

body[data-theme="light"] .psm-root[b-z510tln4wi] {
    --psm-bg: #f3f2f2;
    --psm-text: #201e1d;
    --psm-divider: rgba(32, 30, 29, 0.16);
    --psm-neutral-100: #f8f4f4;
    --psm-neutral-300: #d7d3d3;
    --psm-neutral-600: #7d7979;
    --psm-neutral-700: #605d5d;

    --psm-wk-bg: #e9f8ff;
    --psm-wk-text: #0a303e;
}

.psm-header[b-z510tln4wi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 12px;
}

.psm-subtitle[b-z510tln4wi] {
    margin: 0;
    color: var(--psm-neutral-700);
    font-size: 13px;
}

.psm-legend[b-z510tln4wi] {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

.psm-legend-item[b-z510tln4wi] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.psm-swatch[b-z510tln4wi] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    display: inline-block;
}

.psm-controls[b-z510tln4wi] {
    margin-bottom: 12px;
}

.psm-scroll[b-z510tln4wi] {
    overflow: auto;
    max-height: 60vh;
    border-top: 1px solid var(--psm-neutral-300);
}

.psm-table[b-z510tln4wi] {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}

.psm-category-header[b-z510tln4wi] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--psm-neutral-100);
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--psm-neutral-300);
    font-weight: 600;
    color: var(--psm-neutral-700);
    white-space: nowrap;
}

.psm-skill-header[b-z510tln4wi] {
    position: sticky;
    top: 33px;
    z-index: 3;
    background: var(--psm-bg);
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 150px;
    padding: 10px 0 15px;
    border-bottom: 2px solid var(--psm-neutral-300);
    vertical-align: bottom;
}

.psm-skill-label[b-z510tln4wi] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
    font-size: 12px;
    color: var(--psm-text);
    white-space: nowrap;
    margin: 0 auto;
}

.psm-cell-td[b-z510tln4wi] {
    border-bottom: 1px solid var(--psm-divider);
    padding: 0;
    text-align: center;
}

.psm-cell[b-z510tln4wi] {
    width: 44px;
    height: 40px;
    margin: 0 auto;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    background: transparent;
}

    .psm-cell.psm-clickable[b-z510tln4wi] {
        cursor: pointer;
    }

.cell-wk[b-z510tln4wi] {
    background: var(--psm-wk-bg);
    color: var(--psm-wk-text);
}

.cell-l4[b-z510tln4wi] {
    background: var(--psm-l4-bg);
    color: var(--psm-l4-text);
}

.cell-sme[b-z510tln4wi] {
    background: var(--psm-sme-bg);
    color: var(--psm-sme-text);
}
/* /Components/Workforce/Search/WorkforceSearch.razor.rz.scp.css */
.workforce-search-layout[b-97rh38uwh0] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 86px - 1rem);
    overflow: hidden;
}

.workforce-search-header[b-97rh38uwh0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding-bottom: 4px;
}

.chat-container[b-97rh38uwh0] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--neutral-fill-layer-rest);
}

.chat-empty[b-97rh38uwh0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--neutral-foreground-hint);
    font-style: italic;
}

.message-row[b-97rh38uwh0] {
    display: flex;
    margin-bottom: 4px;
}

.message-row-user[b-97rh38uwh0] {
    justify-content: flex-end;
}

.message-row-ai[b-97rh38uwh0] {
    justify-content: flex-start;
}

.message-bubble[b-97rh38uwh0] {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 8px;
    word-break: break-word;
}

.bubble-user[b-97rh38uwh0] {
    background-color: var(--accent-fill-rest);
    color: var(--foreground-on-accent-rest);
}

.bubble-ai[b-97rh38uwh0] {
    background-color: var(--neutral-fill-rest);
    border: 1px solid var(--neutral-stroke-rest);
}

.message-text[b-97rh38uwh0] {
    margin: 0 0 4px 0;
    white-space: pre-wrap;
}

.chat-error[b-97rh38uwh0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--error-fill-rest);
    color: var(--error-foreground-rest);
}

.chat-input-area[b-97rh38uwh0] {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
    padding-top: 8px;
    border-top: 1px solid var(--neutral-stroke-subtle-rest);
}

/* Content block styles (rendered via the shared HaloChatContentBlock component) */
[b-97rh38uwh0] .halo-content-markdown {
    margin-top: 8px;
    overflow-x: auto;
}

[b-97rh38uwh0] .halo-content-markdown p {
    margin: 4px 0;
}

[b-97rh38uwh0] .halo-content-markdown ul,
[b-97rh38uwh0] .halo-content-markdown ol {
    margin: 4px 0;
    padding-left: 20px;
}

/* Markdig emits a bare <table>; style it to match the structured .halo-table look. */
[b-97rh38uwh0] .halo-content-markdown table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
    margin: 8px 0;
}

[b-97rh38uwh0] .halo-content-markdown th,
[b-97rh38uwh0] .halo-content-markdown td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-97rh38uwh0] .halo-content-markdown thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-97rh38uwh0] .halo-content-table {
    margin-top: 8px;
    overflow-x: auto;
}

[b-97rh38uwh0] .halo-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.85em;
}

[b-97rh38uwh0] .halo-table th,
[b-97rh38uwh0] .halo-table td {
    border: 1px solid var(--neutral-stroke-rest);
    padding: 4px 8px;
    text-align: left;
}

[b-97rh38uwh0] .halo-table thead th {
    background-color: var(--neutral-fill-secondary-rest);
    font-weight: 600;
}

[b-97rh38uwh0] .halo-content-object {
    margin-top: 8px;
}

[b-97rh38uwh0] .halo-content-object dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 2px 12px;
    margin: 4px 0;
}

[b-97rh38uwh0] .halo-content-object dt {
    font-weight: 600;
}

[b-97rh38uwh0] .halo-content-object dd {
    margin: 0;
}
/* /Components/Workforce/Skills/WorkforceSkills.razor.rz.scp.css */
.esm-root[b-g91a6le498] {
    --esm-bg: #f3f2f2;
    --esm-text: #201e1d;
    --esm-divider: rgba(32, 30, 29, 0.16);
    --esm-neutral-100: #f8f4f4;
    --esm-neutral-300: #d7d3d3;
    --esm-neutral-600: #7d7979;
    --esm-neutral-700: #605d5d;

    --esm-wk-bg: #e9f8ff;
    --esm-wk-text: #0a303e;
    --esm-l4-bg: #38a6cf;
    --esm-l4-text: #ffffff;
    --esm-sme-bg: #d82071;
    --esm-sme-text: #ffffff;

    --esm-footer-sme: #aa0b56;
    --esm-footer-l4: #006786;
    --esm-footer-wk: #7d7979;

    color: var(--esm-text);
    background: var(--esm-bg);
    padding: 20px 40px 40px;
}

    /* Fallback for first-load "System" theme: FluentUI only stamps body[data-theme]
       once a preference is explicitly stored, so a fresh session with no saved
       choice never gets that attribute even when the OS is dark. */
    @media (prefers-color-scheme: dark) {
        .esm-root[b-g91a6le498] {
            --esm-bg: #1c1b1b;
            --esm-text: #f0eeee;
            --esm-divider: rgba(240, 238, 238, 0.16);
            --esm-neutral-100: #2b2828;
            --esm-neutral-300: #3a3737;
            --esm-neutral-600: #b8b4b4;
            --esm-neutral-700: #c9c5c5;

            --esm-wk-bg: #004961;
            --esm-wk-text: #e9f8ff;
            --esm-l4-bg: #38a6cf;
            --esm-l4-text: #ffffff;
            --esm-sme-bg: #d82071;
            --esm-sme-text: #ffffff;

            --esm-footer-sme: #ff90b1;
            --esm-footer-l4: #99e0ff;
            --esm-footer-wk: #b8b4b4;
        }
    }

    /* Explicit selections always win over the media-query fallback above
       (higher selector specificity), regardless of source order. */
    body[data-theme="dark"] .esm-root[b-g91a6le498] {
        --esm-bg: #1c1b1b;
        --esm-text: #f0eeee;
        --esm-divider: rgba(240, 238, 238, 0.16);
        --esm-neutral-100: #2b2828;
        --esm-neutral-300: #3a3737;
        --esm-neutral-600: #b8b4b4;
        --esm-neutral-700: #c9c5c5;

        --esm-wk-bg: #004961;
        --esm-wk-text: #e9f8ff;
        --esm-l4-bg: #38a6cf;
        --esm-l4-text: #ffffff;
        --esm-sme-bg: #d82071;
        --esm-sme-text: #ffffff;

        --esm-footer-sme: #ff90b1;
        --esm-footer-l4: #99e0ff;
        --esm-footer-wk: #b8b4b4;
    }

    body[data-theme="light"] .esm-root[b-g91a6le498] {
        --esm-bg: #f3f2f2;
        --esm-text: #201e1d;
        --esm-divider: rgba(32, 30, 29, 0.16);
        --esm-neutral-100: #f8f4f4;
        --esm-neutral-300: #d7d3d3;
        --esm-neutral-600: #7d7979;
        --esm-neutral-700: #605d5d;

        --esm-wk-bg: #e9f8ff;
        --esm-wk-text: #0a303e;
        --esm-l4-bg: #38a6cf;
        --esm-l4-text: #ffffff;
        --esm-sme-bg: #d82071;
        --esm-sme-text: #ffffff;

        --esm-footer-sme: #aa0b56;
        --esm-footer-l4: #006786;
        --esm-footer-wk: #7d7979;
    }

.esm-header[b-g91a6le498] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 30px;
}

.esm-subtitle[b-g91a6le498] {
    margin: 0;
    color: var(--esm-neutral-700);
    font-size: 15px;
    max-width: 640px;
}

.esm-legend[b-g91a6le498] {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
}

.esm-legend-item[b-g91a6le498] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.esm-swatch[b-g91a6le498] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
}

.esm-controls[b-g91a6le498] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.esm-prof-filter[b-g91a6le498] {
    display: flex;
    gap: 5px;
}

.esm-count[b-g91a6le498] {
    margin-left: auto;
    font-size: 13px;
    color: var(--esm-neutral-600);
}

.esm-scroll[b-g91a6le498] {
    overflow: auto;
    max-height: 70vh;
    border-top: 1px solid var(--esm-neutral-300);
}

.esm-table[b-g91a6le498] {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}

.esm-corner[b-g91a6le498] {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    background: var(--esm-bg);
    min-width: 250px;
    text-align: left;
    padding: 15px;
    border-bottom: 2px solid var(--esm-neutral-300);
    cursor: pointer;
    font-weight: 600;
}

.esm-category-header[b-g91a6le498] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--esm-neutral-100);
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--esm-neutral-300);
    font-weight: 600;
    color: var(--esm-neutral-700);
    white-space: nowrap;
}

.esm-skill-header[b-g91a6le498] {
    position: sticky;
    top: 33px;
    z-index: 3;
    background: var(--esm-bg);
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 150px;
    padding: 10px 0 15px;
    border-bottom: 2px solid var(--esm-neutral-300);
    cursor: pointer;
    vertical-align: bottom;
}

.esm-skill-label[b-g91a6le498] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
    font-size: 12px;
    color: var(--esm-text);
    white-space: nowrap;
    margin: 0 auto;
}

.esm-employee-cell[b-g91a6le498] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--esm-bg);
    padding: 10px 15px;
    border-bottom: 1px solid var(--esm-divider);
    white-space: nowrap;
}

.esm-employee-name[b-g91a6le498] {
    font-weight: 600;
    color: var(--esm-text);
}

.esm-employee-title[b-g91a6le498] {
    font-size: 12px;
    color: var(--esm-neutral-600);
}

.esm-cell-td[b-g91a6le498] {
    border-bottom: 1px solid var(--esm-divider);
    padding: 0;
    text-align: center;
}

.esm-cell[b-g91a6le498] {
    width: 44px;
    height: 40px;
    margin: 0 auto;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    background: transparent;
}

    .esm-cell.esm-clickable[b-g91a6le498] {
        cursor: pointer;
    }

    .esm-cell.esm-dim[b-g91a6le498] {
        opacity: 0.18;
    }

.cell-wk[b-g91a6le498] {
    background: var(--esm-wk-bg);
    color: var(--esm-wk-text);
}

.cell-l4[b-g91a6le498] {
    background: var(--esm-l4-bg);
    color: var(--esm-l4-text);
}

.cell-sme[b-g91a6le498] {
    background: var(--esm-sme-bg);
    color: var(--esm-sme-text);
}

.esm-footer-label[b-g91a6le498] {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 4;
    background: var(--esm-neutral-100);
    padding: 10px 15px;
    font-weight: 600;
    font-size: 12px;
    color: var(--esm-neutral-700);
    border-top: 2px solid var(--esm-neutral-300);
}

.esm-footer-cell[b-g91a6le498] {
    background: var(--esm-neutral-100);
    border-top: 2px solid var(--esm-neutral-300);
    padding: 5px 0;
    vertical-align: middle;
}

.esm-footer-stack[b-g91a6le498] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    font-size: 10px;
    font-family: ui-monospace, monospace;
    line-height: 1.3;
}

.esm-footer-sme[b-g91a6le498] {
    color: var(--esm-footer-sme);
}

.esm-footer-l4[b-g91a6le498] {
    color: var(--esm-footer-l4);
}

.esm-footer-wk[b-g91a6le498] {
    color: var(--esm-footer-wk);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-d9xnx47k2d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d9xnx47k2d] {
    flex: 1;
}

.sidebar[b-d9xnx47k2d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d9xnx47k2d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d9xnx47k2d]  a, .top-row[b-d9xnx47k2d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d9xnx47k2d]  a:hover, .top-row[b-d9xnx47k2d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d9xnx47k2d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d9xnx47k2d] {
        display: none;
    }

    .top-row.auth[b-d9xnx47k2d] {
        justify-content: space-between;
    }

    .top-row[b-d9xnx47k2d]  a, .top-row[b-d9xnx47k2d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d9xnx47k2d] {
        flex-direction: row;
    }

    .sidebar[b-d9xnx47k2d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d9xnx47k2d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d9xnx47k2d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d9xnx47k2d], article[b-d9xnx47k2d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lxsyjxgvnb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lxsyjxgvnb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.bottom-row[b-lxsyjxgvnb] {
    position: absolute;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.icon-menu-arrow[b-lxsyjxgvnb] {
    text-align: right;
}

.navbar-brand[b-lxsyjxgvnb] {
    font-size: 1.25rem;
}

.oi[b-lxsyjxgvnb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.oi-sub[b-lxsyjxgvnb] {
    width: 1.75rem;
    font-size: 0.75rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lxsyjxgvnb] {
    font-size: 0.8rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-lxsyjxgvnb] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-lxsyjxgvnb] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-lxsyjxgvnb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
    }

        .nav-item[b-lxsyjxgvnb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-lxsyjxgvnb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.nav-subitem[b-lxsyjxgvnb] {
    font-size: 0.70rem;
    padding-bottom: 0.15rem;
}

    .nav-subitem:first-of-type[b-lxsyjxgvnb] {
        padding-top: 0.15rem;`
    }

    .nav-subitem:last-of-type[b-lxsyjxgvnb] {
        padding-bottom: 0.15rem;
    }

    .nav-subitem[b-lxsyjxgvnb]  a {
        color: #a0a0a0;
        border-radius: 4px;
        height: 1.5rem;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
        padding-left: 1.5rem;
    }

        .nav-subitem[b-lxsyjxgvnb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-subitem[b-lxsyjxgvnb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-lxsyjxgvnb] {
        display: none;
    }

    .collapse[b-lxsyjxgvnb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 640px) {
    .bottom-row[b-lxsyjxgvnb] {
        display: block;
    }
}
