/* /Components/Layout/MainLayout.razor.rz.scp.css */
.skip-to-content[b-0d215zbm25] {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    padding: 0.5rem 1rem;
    background: var(--brand-blue, #238DC1);
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.skip-to-content:focus[b-0d215zbm25] {
    left: 0;
}

.page[b-0d215zbm25] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0d215zbm25] {
    flex: 1;
}

.sidebar[b-0d215zbm25] {
    background-color: var(--bg-surface);
    border-right: 1px solid var(--border-subtle);
}

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

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

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

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

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

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

/* No-sidebar layout: full-width content with top bar only */
.page.no-sidebar[b-0d215zbm25] {
    flex-direction: column;
}

.page.no-sidebar main[b-0d215zbm25] {
    width: 100%;
}

.page.no-sidebar .sidebar[b-0d215zbm25] {
    width: 100%;
    height: auto;
    position: relative;
    border-right: none;
    border-bottom: 1px solid var(--border-subtle);
}

.page.no-sidebar .sidebar[b-0d215zbm25]  .nav-scrollable {
    display: none !important;
}

.page.no-sidebar .sidebar[b-0d215zbm25]  .navbar-toggler {
    display: none !important;
}

/* No-sidebar (unauthenticated) header: brand left, login + theme toggle pinned top-right */
.page.no-sidebar .sidebar[b-0d215zbm25]  .top-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.page.no-sidebar .sidebar[b-0d215zbm25]  .top-row .brand {
    margin-right: auto;
}

.page.no-sidebar .sidebar[b-0d215zbm25]  .top-row .unauth-row {
    display: flex !important;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

@media (max-width: 899.98px) {
    .sidebar[b-0d215zbm25] {
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-subtle);
    }
}

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

    .page.no-sidebar[b-0d215zbm25] {
        flex-direction: column;
    }

    .page.no-sidebar .sidebar[b-0d215zbm25] {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .page.no-sidebar .sidebar[b-0d215zbm25]  .sidebar-container {
        height: auto;
    }

    .sidebar[b-0d215zbm25] {
        width: 240px;
        min-width: 240px;
        max-width: 240px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 100;
    }

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

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

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

#blazor-error-ui[b-0d215zbm25] {
    color-scheme: light only;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    bottom: 0;
    box-sizing: border-box;
    color: #6c757d;
    display: none;
    font-size: 0.875rem;
    left: 0;
    padding: 0.5rem 1.25rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .reload[b-0d215zbm25] {
        color: #238DC1;
        margin-left: 0.5rem;
    }

    #blazor-error-ui .dismiss[b-0d215zbm25] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.4rem;
        color: #adb5bd;
    }

    #blazor-error-ui .dismiss:hover[b-0d215zbm25] {
        color: #6c757d;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-container[b-dwj51o3b4e] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.top-row[b-dwj51o3b4e] {
    flex-shrink: 0;
    background: var(--gradient-brand-vertical);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.brand[b-dwj51o3b4e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    min-width: 0;
}

.brand:hover[b-dwj51o3b4e], .brand:focus[b-dwj51o3b4e] {
    color: #ffffff;
    text-decoration: none;
}

.heart-wrap[b-dwj51o3b4e] {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-heart-icon[b-dwj51o3b4e] {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(1);
}

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

.brand-text-sub[b-dwj51o3b4e] {
    font-weight: 400;
    opacity: 0.85;
}

.navbar-toggler[b-dwj51o3b4e] {
    appearance: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.navbar-toggler:hover[b-dwj51o3b4e] { background: rgba(255, 255, 255, 0.18); }

.dropdown[b-dwj51o3b4e] {
    position: relative;
    width: 100%;
}

.user-pill[b-dwj51o3b4e] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    padding: 6px 10px 6px 6px;
    border: none;
    border-radius: 999px;
    font: 600 13px var(--font-display);
    line-height: 1;
    cursor: pointer;
    transition: background 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
    text-align: left;
}

.user-pill:hover[b-dwj51o3b4e], .user-pill:focus[b-dwj51o3b4e] { background: rgba(255, 255, 255, 0.26); color: #ffffff; }
.user-pill.show[b-dwj51o3b4e] { background: rgba(255, 255, 255, 0.28); }

.user-pill .av-ring[b-dwj51o3b4e] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    flex-shrink: 0;
}

.user-pill .candidate-name-text[b-dwj51o3b4e],
.user-pill .user-email[b-dwj51o3b4e] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-pill[b-dwj51o3b4e]::after {
    margin-left: auto;
    opacity: 0.85;
    flex-shrink: 0;
}

.theme-switch[b-dwj51o3b4e] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 3px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
}

.theme-switch button[b-dwj51o3b4e] {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 5px 10px;
    border-radius: 999px;
    font: 600 11.5px var(--font-display);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: background 120ms cubic-bezier(0.2, 0.8, 0.2, 1), color 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theme-switch button:hover[b-dwj51o3b4e] { color: #ffffff; }
.theme-switch button.active[b-dwj51o3b4e] { background: rgba(255, 255, 255, 0.22); color: #ffffff; }
.theme-switch button i[b-dwj51o3b4e] { font-size: 11px; }

.unauth-row[b-dwj51o3b4e] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-toggle-single[b-dwj51o3b4e] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.theme-toggle-single:hover[b-dwj51o3b4e] { background: rgba(255, 255, 255, 0.26); }

.dropdown-menu[b-dwj51o3b4e] {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    z-index: 10000;
    width: max-content;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 640.98px) {
    .dropdown-menu[b-dwj51o3b4e] {
        left: auto;
        right: 0;
        max-width: calc(100vw - 1rem);
    }
}

.nav-scrollable[b-dwj51o3b4e] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    padding: 8px 0;
}

.nav-scrollable:hover[b-dwj51o3b4e] {
    scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}

.nav-scrollable[b-dwj51o3b4e]::-webkit-scrollbar { width: 3px; }
.nav-scrollable[b-dwj51o3b4e]::-webkit-scrollbar-track { background: transparent; }
.nav-scrollable[b-dwj51o3b4e]::-webkit-scrollbar-thumb { background: transparent; border-radius: 3px; }
.nav-scrollable:hover[b-dwj51o3b4e]::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.18); }

.nav-item[b-dwj51o3b4e] {
    padding: 0;
}

.nav-item[b-dwj51o3b4e]  .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    color: var(--fg-secondary);
    background: transparent;
    border: none;
    border-radius: 0;
    font: 500 14px var(--font-display);
    transition: background-color 120ms cubic-bezier(0.2, 0.8, 0.2, 1), color 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-item[b-dwj51o3b4e]  .nav-link i {
    color: inherit;
    font-size: 15px;
    width: 18px;
    text-align: center;
    margin-right: 0;
}

.nav-item[b-dwj51o3b4e]  .nav-link:hover {
    color: var(--fg-primary);
    background: var(--bg-muted);
}

.nav-item[b-dwj51o3b4e]  .nav-link.active {
    color: var(--accent-primary);
    background: var(--accent-primary-soft);
    font-weight: 600;
}

.nav-item[b-dwj51o3b4e]  .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--accent-primary);
}

.nav-section-header[b-dwj51o3b4e] {
    color: var(--accent-olivia);
    font: 600 10.5px var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    user-select: none;
    padding: 14px 16px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background-color 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-section-header:hover[b-dwj51o3b4e] {
    background: var(--bg-muted);
}

.nav-section-header small[b-dwj51o3b4e] {
    font: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.nav-section-header i[b-dwj51o3b4e] {
    color: inherit;
    font-size: 9px;
    opacity: 0.7;
}

@media (max-width: 899.98px) {
    .sidebar-container[b-dwj51o3b4e] {
        height: auto;
    }

    .top-row[b-dwj51o3b4e] {
        padding: 0 16px;
        min-height: 56px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 10px;
        column-gap: 10px;
    }

    .brand[b-dwj51o3b4e] {
        flex: 0 1 auto;
        min-width: 0;
        overflow: hidden;
    }

    .brand-text[b-dwj51o3b4e] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown[b-dwj51o3b4e] {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
    }

    .user-pill[b-dwj51o3b4e] {
        width: 100%;
    }

    .navbar-toggler[b-dwj51o3b4e] {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .theme-switch[b-dwj51o3b4e],
    .unauth-row[b-dwj51o3b4e] {
        flex: 1 0 100%;
        display: none;
    }

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

    .sidebar-container[data-drawer-open="true"] .top-row[b-dwj51o3b4e] {
        padding-bottom: 12px;
    }

    .sidebar-container[data-drawer-open="true"] .theme-switch[b-dwj51o3b4e] {
        display: grid;
    }

    .sidebar-container[data-drawer-open="true"] .unauth-row[b-dwj51o3b4e] {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-container[data-drawer-open="true"] .nav-scrollable[b-dwj51o3b4e] {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-surface);
        box-shadow: var(--shadow-3);
        max-height: 80vh;
        overflow-y: auto;
        z-index: 99;
    }
}
/* /Components/Pages/Administration/AppSettings.razor.rz.scp.css */
.info-tip[b-ekkq7hw795] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
    color: #6c757d;
    font-size: 0.85rem;
    margin-left: 0.4rem;
}

.info-tip:hover[b-ekkq7hw795] {
    color: #238DC1;
}

.info-tip[b-ekkq7hw795]::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    background: #2c3e50;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    white-space: normal;
    width: max-content;
    max-width: 320px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.info-tip:hover[b-ekkq7hw795]::after,
.info-tip:focus[b-ekkq7hw795]::after,
.info-tip:focus-visible[b-ekkq7hw795]::after {
    opacity: 1;
}
/* /Components/Pages/Application/JobListings.razor.rz.scp.css */
.autocomplete-dropdown[b-cmmx9zm0d8] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-height: 280px;
    overflow-y: auto;
}

.autocomplete-item[b-cmmx9zm0d8] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: none;
    text-align: left;
    font-size: 0.875rem;
    color: #212529;
    cursor: pointer;
}

.autocomplete-item:hover[b-cmmx9zm0d8] {
    background-color: #f0f6fc;
}
/* /Components/Pages/Application/ManageApplication.razor.rz.scp.css */
.ar-crumb[b-yhggoftkoh] {
    font: 400 13px var(--font-body);
    color: var(--fg-tertiary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.ar-crumb a[b-yhggoftkoh] {
    color: var(--brand-blue-dark);
    text-decoration: none;
}

.ar-crumb a:hover[b-yhggoftkoh] {
    text-decoration: underline;
}

.ar-crumb .sep[b-yhggoftkoh] {
    opacity: .5;
}

.ar-crumb .here[b-yhggoftkoh] {
    color: var(--fg-primary);
}

.ar-hero[b-yhggoftkoh] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 22px 26px;
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 22px;
    align-items: center;
    box-shadow: var(--shadow-1);
    margin-bottom: 16px;
}

.ar-hero .av[b-yhggoftkoh] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--brand-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 24px var(--font-display);
}

.ar-hero .name-row[b-yhggoftkoh] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ar-hero h1[b-yhggoftkoh] {
    margin: 0;
    font: 700 26px var(--font-display);
    color: var(--fg-primary);
    letter-spacing: -.005em;
}

.ar-hero .role-line[b-yhggoftkoh] {
    font: 500 14px var(--font-body);
    color: var(--fg-secondary);
    margin-top: 4px;
}

.ar-hero .meta-row[b-yhggoftkoh] {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    font: 400 13px var(--font-body);
    color: var(--fg-secondary);
}

.ar-hero .meta-row .item[b-yhggoftkoh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ar-hero .meta-row .item i[b-yhggoftkoh] {
    color: var(--fg-tertiary);
}

.ar-hero .meta-row a[b-yhggoftkoh] {
    color: var(--brand-blue-dark);
    text-decoration: none;
}

.ar-hero .meta-row a:hover[b-yhggoftkoh] {
    text-decoration: underline;
}

.ar-hero .head-actions[b-yhggoftkoh] {
    display: flex;
    gap: 8px;
    align-self: flex-start;
}

.ar-verdict[b-yhggoftkoh] {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    border: 1px solid var(--border-subtle);
    margin-bottom: 18px;
    background: var(--bg-surface);
}

.ar-verdict .v-head[b-yhggoftkoh] {
    background: var(--gradient-brand-horizontal);
    color: #fff;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ar-verdict .v-head.clickable[b-yhggoftkoh] {
    cursor: pointer;
}

.ar-verdict .v-toggle[b-yhggoftkoh] {
    flex-shrink: 0;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    display: flex;
    align-items: center;
}

.ar-verdict .v-head.clickable:hover .v-toggle[b-yhggoftkoh] {
    opacity: 1;
}

.ar-verdict.flagged .v-head[b-yhggoftkoh] {
    background: linear-gradient(90deg, #C58A1A, #E0A234);
}

.ar-verdict .v-head .av-ollie[b-yhggoftkoh] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 14px var(--font-display);
    flex-shrink: 0;
}

.ar-verdict .v-head .titles[b-yhggoftkoh] {
    flex: 1;
    min-width: 0;
}

.ar-verdict .v-head .who[b-yhggoftkoh] {
    font: 600 11px/1 var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .85;
}

.ar-verdict .v-head .verdict-title[b-yhggoftkoh] {
    font: 700 18px var(--font-display);
    color: #fff;
    margin-top: 2px;
}

.ar-verdict .v-head .score-block[b-yhggoftkoh] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
}

.ar-verdict .v-head .score-num[b-yhggoftkoh] {
    font: 700 32px/1 var(--font-display);
    color: #fff;
}

.ar-verdict .v-head .score-num .denom[b-yhggoftkoh] {
    font: 500 14px var(--font-display);
    opacity: .8;
}

.ar-verdict .v-head .score-label[b-yhggoftkoh] {
    font: 600 10.5px var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .85;
}

.ar-verdict .v-head .score-block.score-dual[b-yhggoftkoh] {
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
}

.ar-verdict .v-head .score-pair[b-yhggoftkoh] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.ar-verdict .v-head .score-pair .sp-num[b-yhggoftkoh] {
    font: 700 24px/1 var(--font-display);
    color: #fff;
}

.ar-verdict .v-head .score-pair .sp-num .denom[b-yhggoftkoh] {
    font: 500 13px var(--font-display);
    opacity: .8;
}

.ar-verdict .v-head .score-pair .sp-label[b-yhggoftkoh] {
    font: 600 10.5px var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .85;
}

.ar-verdict .v-body[b-yhggoftkoh] {
    padding: 18px 22px;
    font: 400 14px/1.55 var(--font-body);
    color: var(--fg-primary);
    white-space: pre-line;
}

.ar-verdict .v-body p[b-yhggoftkoh] {
    margin: 0 0 12px;
}

.ar-verdict .v-body p:last-child[b-yhggoftkoh] {
    margin-bottom: 0;
}

.ar-verdict .v-body.empty[b-yhggoftkoh] {
    color: var(--fg-tertiary);
    font-style: italic;
}

.ar-verdict .v-section + .v-section[b-yhggoftkoh] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-subtle);
}

.ar-verdict .v-section-label[b-yhggoftkoh] {
    font: 600 10.5px var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--fg-tertiary);
    margin-bottom: 6px;
}

.ar-verdict .v-section-text.empty[b-yhggoftkoh] {
    color: var(--fg-tertiary);
    font-style: italic;
}

.ar-verdict .v-foot[b-yhggoftkoh] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 22px;
    border-top: 1px solid var(--border-subtle);
    font: 400 12.5px var(--font-body);
    color: var(--fg-tertiary);
    background: var(--bg-subtle);
    flex-wrap: wrap;
}

.ar-verdict .v-foot .item[b-yhggoftkoh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ar-verdict .v-foot .item i[b-yhggoftkoh] {
    color: var(--fg-disabled);
}

.ar-verdict .v-foot .spacer[b-yhggoftkoh] {
    flex: 1;
}

.ar-verdict .v-foot a[b-yhggoftkoh] {
    color: var(--brand-blue-dark);
    text-decoration: none;
}

.ar-verdict .v-foot a:hover[b-yhggoftkoh] {
    text-decoration: underline;
}

.ar-tabs[b-yhggoftkoh] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    border-bottom: none;
    padding: 0 8px 1px;
    display: flex;
    gap: 4px;
    box-shadow: var(--shadow-1);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}

.ar-tabs button[b-yhggoftkoh] {
    background: transparent;
    border: none;
    padding: 14px 16px;
    font: 500 13.5px var(--font-display);
    color: var(--fg-secondary);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: -1px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ar-tabs button i[b-yhggoftkoh] {
    color: var(--fg-tertiary);
    font-size: 15px;
}

.ar-tabs button:hover[b-yhggoftkoh] {
    color: var(--fg-primary);
}

.ar-tabs button.active[b-yhggoftkoh] {
    color: var(--brand-blue-dark);
    font-weight: 600;
    border-bottom-color: var(--brand-blue);
}

.ar-tabs button.active i[b-yhggoftkoh] {
    color: var(--brand-blue);
}

[data-bs-theme="dark"] .ar-tabs button.active[b-yhggoftkoh] {
    color: var(--accent-primary-hover);
    border-bottom-color: var(--accent-primary);
}

[data-bs-theme="dark"] .ar-tabs button.active i[b-yhggoftkoh] {
    color: var(--accent-primary);
}

.ar-canvas[b-yhggoftkoh] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-top: none;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    padding: 22px 26px;
    box-shadow: var(--shadow-1);
    min-height: 280px;
}

.ar-canvas[b-yhggoftkoh]  #resumeContainer {
    height: calc(100vh - 360px);
    min-height: 600px;
}

.ar-grid[b-yhggoftkoh] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 18px;
    align-items: start;
}

.ar-main[b-yhggoftkoh] {
    min-width: 0;
}

.ar-side[b-yhggoftkoh] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 16px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    scrollbar-width: thin;
}

@media (max-width: 991.98px) {
    .ar-grid[b-yhggoftkoh] { grid-template-columns: 1fr; }
    .ar-side[b-yhggoftkoh] { position: static; max-height: none; }
}

@media (max-width: 768px) {
    .ar-canvas[b-yhggoftkoh] { padding: 16px 18px; }
    .ar-tabs button[b-yhggoftkoh] { padding: 12px 12px; font-size: 12.5px; }
}

@media (max-width: 768px) {
    .ar-hero[b-yhggoftkoh] { grid-template-columns: 56px 1fr; padding: 16px 18px; gap: 14px; }
    .ar-hero .av[b-yhggoftkoh] { width: 56px; height: 56px; font-size: 20px; }
    .ar-hero h1[b-yhggoftkoh] { font-size: 22px; }
    .ar-hero .head-actions[b-yhggoftkoh] { grid-column: 1 / -1; }
    .ar-verdict .v-head[b-yhggoftkoh] { flex-wrap: wrap; padding: 14px 18px; }
    .ar-verdict .v-head .score-block[b-yhggoftkoh] { flex-direction: row; align-items: center; gap: 8px; }
    .ar-verdict .v-body[b-yhggoftkoh] { padding: 14px 18px; }
    .ar-verdict .v-foot[b-yhggoftkoh] { padding: 10px 18px; }
}
/* /Components/Pages/Candidate/ApplicationDetail.razor.rz.scp.css */
.cad-page[b-086271tsl3] {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 24px 64px;
}

.cad-crumb[b-086271tsl3] {
    font: 400 13px var(--font-body);
    color: var(--fg-tertiary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.cad-crumb a[b-086271tsl3] {
    color: var(--brand-blue-dark);
    text-decoration: none;
}

.cad-crumb a:hover[b-086271tsl3] {
    text-decoration: underline;
}

.cad-crumb .sep[b-086271tsl3] {
    opacity: .5;
}

.cad-crumb .here[b-086271tsl3] {
    color: var(--fg-primary);
}

.missed-card[b-086271tsl3] {
    background: #FFF8F0;
    border: 1px solid #F0DDB6;
    border-radius: 12px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 36px 1fr auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.missed-card .mc-ico[b-086271tsl3] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #C58A1A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.missed-card .mc-title[b-086271tsl3] {
    font: 600 14px var(--font-display);
    color: var(--fg-primary);
}

.missed-card .mc-meta[b-086271tsl3] {
    font: 400 12.5px var(--font-body);
    color: var(--fg-secondary);
    margin-top: 2px;
}

[data-bs-theme="dark"] .missed-card[b-086271tsl3] {
    background: rgba(197, 138, 26, .12);
    border-color: rgba(197, 138, 26, .35);
}

.cad-summary[b-086271tsl3] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 16px 22px;
    box-shadow: var(--shadow-1);
    margin-bottom: 16px;
}

.cad-summary h3[b-086271tsl3] {
    margin: 0 0 12px;
    font: 600 11px var(--font-mono);
    color: var(--fg-tertiary);
    text-transform: uppercase;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cad-summary h3 .toggle[b-086271tsl3] {
    background: none;
    border: none;
    color: var(--brand-blue-dark);
    cursor: pointer;
    font: inherit;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
}

.cad-summary h3 .toggle:hover[b-086271tsl3] {
    text-decoration: underline;
}

.cad-summary .kv[b-086271tsl3] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border-subtle);
    font: 400 13.5px var(--font-body);
}

.cad-summary .kv:last-child[b-086271tsl3] {
    border-bottom: none;
}

.cad-summary .kv .k[b-086271tsl3] {
    color: var(--fg-tertiary);
}

.cad-summary .kv .v[b-086271tsl3] {
    color: var(--fg-primary);
    font-weight: 500;
}

.cad-summary .kv .v a[b-086271tsl3] {
    color: var(--brand-blue-dark);
}

.cad-support[b-086271tsl3] {
    background: var(--bg-subtle);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.cad-support .av[b-086271tsl3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-teal);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 14px var(--font-display);
}

.cad-support .ct[b-086271tsl3] {
    font: 600 14px var(--font-display);
    color: var(--fg-primary);
}

.cad-support .meta[b-086271tsl3] {
    font: 400 12.5px var(--font-body);
    color: var(--fg-tertiary);
    margin-top: 2px;
}

@media (max-width: 575.98px) {
    .cad-page[b-086271tsl3] { padding: 16px 14px 48px; }
    .next-card .nbody[b-086271tsl3] { padding: 16px 18px; }
    .next-card .nhead[b-086271tsl3] { padding: 14px 16px; }
    .cad-summary[b-086271tsl3] { padding: 14px 16px; }
    .cad-summary .kv[b-086271tsl3] { grid-template-columns: 110px 1fr; }
    .missed-card[b-086271tsl3] { grid-template-columns: 36px 1fr; padding: 12px 14px; }
    .missed-card .mc-cta[b-086271tsl3] { grid-column: 1 / -1; justify-self: stretch; }
    .cad-support[b-086271tsl3] { grid-template-columns: 40px 1fr; }
    .cad-support .ask[b-086271tsl3] { grid-column: 1 / -1; }
}
/* /Components/Shared/Design/CandidateStatusPipeline.razor.rz.scp.css */
.cad-pipe[b-r0g0r47kxj] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 18px 22px 12px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-1);
    position: relative;
    overflow: hidden;
}

.cad-pipe .accent[b-r0g0r47kxj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-brand-horizontal);
}

.cad-pipe .ttl[b-r0g0r47kxj] {
    font: 600 11px var(--font-mono);
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--fg-tertiary);
    margin-bottom: 14px;
}

.cad-steps[b-r0g0r47kxj] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    align-items: flex-start;
}

.cad-step[b-r0g0r47kxj] {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 4px;
}

.cad-step .dot[b-r0g0r47kxj] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-surface);
    border: 2px solid var(--border-strong);
    color: var(--fg-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font: 600 13px var(--font-display);
}

.cad-step.done .dot[b-r0g0r47kxj] {
    background: var(--brand-teal);
    border-color: var(--brand-teal);
    color: #fff;
}

.cad-step.current .dot[b-r0g0r47kxj] {
    background: var(--bg-surface);
    border-color: var(--brand-teal);
    color: var(--brand-teal-press);
    box-shadow: 0 0 0 5px rgba(0, 174, 170, .18);
    animation: pulse-ring-b-r0g0r47kxj 2.2s ease-out infinite;
}

@keyframes pulse-ring-b-r0g0r47kxj {
    0% { box-shadow: 0 0 0 0 rgba(0, 174, 170, .3); }
    70% { box-shadow: 0 0 0 12px rgba(0, 174, 170, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 174, 170, 0); }
}

.cad-step .name[b-r0g0r47kxj] {
    font: 600 12px var(--font-display);
    color: var(--fg-secondary);
    max-width: 110px;
    line-height: 1.3;
}

.cad-step.done .name[b-r0g0r47kxj] {
    color: var(--fg-primary);
}

.cad-step.current .name[b-r0g0r47kxj] {
    color: var(--brand-teal-press);
    font-weight: 700;
}

.cad-step[b-r0g0r47kxj]::after {
    content: "";
    position: absolute;
    top: 18px;
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
    height: 2px;
    background: var(--border-subtle);
    z-index: 1;
}

.cad-step.done[b-r0g0r47kxj]::after {
    background: var(--brand-teal);
}

.cad-step:last-child[b-r0g0r47kxj]::after {
    display: none;
}

@media (max-width: 575.98px) {
    .cad-pipe[b-r0g0r47kxj] { padding: 14px 12px 10px; }
    .cad-step .dot[b-r0g0r47kxj] { width: 30px; height: 30px; font-size: 12px; }
    .cad-step .name[b-r0g0r47kxj] { font-size: 10.5px; max-width: 70px; }
    .cad-step[b-r0g0r47kxj]::after { top: 15px; }
}
