body.bizdec-project-dashboard-page {
    --bizdec-project-teal: #168d89;
    --bizdec-project-blue: #0b6c9f;
    --bizdec-project-soft: #f5f8fa;
    --bizdec-project-line: #dbe5ea;
    --bizdec-project-muted: #5f7682;
}

.bizdec-project-dashboard-main {
    flex: 1 0 auto;
    width: 100%;
    background: #fff;
}

.bizdec-project-dashboard-intro {
    padding: clamp(32px, 3.6vw, 52px) clamp(32px, 5.2vw, 92px) clamp(22px, 2.5vw, 34px);
    border-bottom: 1px solid var(--bizdec-project-line);
}

.bizdec-project-dashboard-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--bizdec-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.bizdec-project-dashboard-intro h1 {
    max-width: 1100px;
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 clamp(28px, 2.45vw, 42px)/1.08 Arial, Helvetica, sans-serif;
    letter-spacing: -.03em;
}

.bizdec-project-dashboard-intro p {
    max-width: 900px;
    margin: 18px 0 0;
    color: #36586a;
    font: 400 var(--bizdec-body-font-size, 15px)/var(--bizdec-body-line-height, 1.42) Arial, Helvetica, sans-serif;
}

.bizdec-project-dashboard-content-wrap {
    padding: clamp(26px, 2.8vw, 42px) clamp(32px, 5.2vw, 92px) clamp(60px, 6vw, 96px);
}

.bizdec-project-dashboard {
    width: 100%;
    color: var(--bizdec-primary);
    font: 400 var(--bizdec-body-font-size, 15px)/var(--bizdec-body-line-height, 1.42) Arial, Helvetica, sans-serif;
}

.bizdec-project-description {
    max-width: 1100px;
    margin: 0 0 26px;
}

.bizdec-project-description p {
    margin: 0;
    color: var(--bizdec-primary);
    font: inherit;
    letter-spacing: -0.012em;
}

.bizdec-project-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--bizdec-project-line);
}

.bizdec-project-tab {
    appearance: none;
    min-height: 32px;
    padding: 7px 14px;
    border: 1px solid rgba(6, 63, 91, .34);
    background: #fff;
    color: var(--bizdec-primary);
    cursor: pointer;
    font: 700 var(--bizdec-body-font-size, 15px)/1 Arial, Helvetica, sans-serif;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.bizdec-project-tab:hover,
.bizdec-project-tab:focus-visible,
.bizdec-project-tab.is-active {
    border-color: var(--bizdec-primary);
    background: var(--bizdec-primary);
    color: #fff;
    outline: none;
}

.bizdec-project-tab-panel[hidden] {
    display: none !important;
}

.bizdec-project-panel-heading {
    margin: 0 0 18px;
}

.bizdec-project-panel-heading h2,
.bizdec-project-section-head h2 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 clamp(22px, 1.8vw, 30px)/1.12 Arial, Helvetica, sans-serif;
    letter-spacing: -.03em;
}

.bizdec-project-progress-card {
    padding: clamp(22px, 2.2vw, 34px);
    border: 1px solid var(--bizdec-project-line);
    border-top: 5px solid var(--bizdec-primary);
    background: #fff;
}

.bizdec-project-progress-head {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 2.28fr);
    align-items: end;
    gap: clamp(24px, 3vw, 52px);
}

.bizdec-project-progress-label,
.bizdec-project-kpi-label,
.bizdec-project-focus span {
    display: block;
    color: var(--bizdec-project-muted);
    font-size: .78em;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bizdec-project-progress-label {
    margin-bottom: 4px;
}

.bizdec-project-progress-number {
    display: block;
    color: var(--bizdec-project-teal);
    font-size: clamp(42px, 4.6vw, 72px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: .95;
}

.bizdec-project-progress-copy {
    margin-top: 9px;
    color: var(--bizdec-project-muted);
    font: inherit;
}

.bizdec-project-progress-track {
    position: relative;
    height: 14px;
    margin-bottom: 11px;
    overflow: hidden;
    background: #e9eef1;
}

.bizdec-project-progress-fill {
    display: block;
    height: 100%;
    background: var(--bizdec-project-teal);
}

.bizdec-project-progress-scale {
    display: flex;
    justify-content: space-between;
    color: #738994;
    font-size: .78em;
}

.bizdec-project-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 1px;
    background: var(--bizdec-project-line);
    border: 1px solid var(--bizdec-project-line);
}

.bizdec-project-kpi {
    min-height: 118px;
    padding: 20px 22px;
    background: #fff;
}

.bizdec-project-kpi-label {
    margin-bottom: 9px;
}

.bizdec-project-kpi strong {
    display: block;
    color: var(--bizdec-primary);
    font-size: 1.55em;
    line-height: 1.12;
}

.bizdec-project-kpi small,
.bizdec-project-phase small {
    display: block;
    margin-top: 7px;
    color: var(--bizdec-project-muted);
    font-size: .88em;
}

.bizdec-project-focus {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
    gap: 1px;
    margin-top: 1px;
    background: var(--bizdec-project-line);
    border: 1px solid var(--bizdec-project-line);
}

.bizdec-project-focus > div {
    padding: 18px 22px;
    background: var(--bizdec-project-soft);
}

.bizdec-project-focus span {
    margin-bottom: 5px;
}

.bizdec-project-focus strong {
    color: var(--bizdec-primary);
    font-weight: 700;
    font-size: 1em;
    line-height: inherit;
}

.bizdec-project-section {
    margin-top: clamp(36px, 4.2vw, 58px);
}

.bizdec-project-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.bizdec-project-phases {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-phase {
    position: relative;
    min-height: 116px;
    padding: 18px 16px;
    border-right: 1px solid var(--bizdec-project-line);
}

.bizdec-project-phase:last-child {
    border-right: 0;
}

.bizdec-project-phase-no {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-bottom: 11px;
    border: 1px solid #b8c8d0;
    border-radius: 50%;
    color: #78909a;
    font-weight: 700;
}

.bizdec-project-phase strong {
    display: block;
    font-weight: 700;
    font-size: 1em;
    line-height: inherit;
    line-height: 1.28;
}

.bizdec-project-phase.is-completed {
    background: #f2fbfa;
}

.bizdec-project-phase.is-completed .bizdec-project-phase-no {
    border-color: var(--bizdec-project-teal);
    background: var(--bizdec-project-teal);
    color: #fff;
}

.bizdec-project-phase.is-current {
    box-shadow: inset 0 -4px 0 var(--bizdec-project-blue);
    background: #f5faff;
}

.bizdec-project-phase.is-current .bizdec-project-phase-no {
    border-color: var(--bizdec-project-blue);
    background: var(--bizdec-project-blue);
    color: #fff;
}

.bizdec-project-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    table-layout: fixed;
    font: inherit;
}

.bizdec-project-table th,
.bizdec-project-table td {
    padding: 11px 10px;
    border-bottom: 1px solid var(--bizdec-project-line);
    vertical-align: top;
    text-align: left;
    font-size: 1em;
    line-height: inherit;
}

.bizdec-project-table th {
    background: var(--bizdec-project-soft);
    color: var(--bizdec-primary);
    font-size: .82em;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.bizdec-project-table tr:last-child td {
    border-bottom: 0;
}

.bizdec-project-table-agenda .col-activity { width: 31%; }
.bizdec-project-table-agenda .col-target { width: 11%; }
.bizdec-project-table-agenda .col-status { width: 11%; }
.bizdec-project-table-agenda .col-update { width: 47%; }

.bizdec-project-table-plan { min-width: 1040px; }
.bizdec-project-table-plan .col-no { width: 4%; }
.bizdec-project-table-plan .col-plan-activity { width: 29%; }
.bizdec-project-table-plan .col-plan-target { width: 10%; }
.bizdec-project-table-plan .col-plan-status { width: 10%; }
.bizdec-project-table-plan .col-plan-update { width: 23%; }
.bizdec-project-table-plan .col-plan-next { width: 24%; }

.bizdec-project-plan-section-row td {
    background: #eef4f7;
    color: var(--bizdec-primary);
}

.bizdec-project-table-results { min-width: 1120px; }
.bizdec-project-table-results .col-result { width: 20%; }
.bizdec-project-table-results .col-value { width: 10%; }
.bizdec-project-table-results .col-complete-when { width: 24%; }
.bizdec-project-table-results .col-result-status { width: 10%; }
.bizdec-project-table-results .col-evidence { width: 26%; }
.bizdec-project-table-results .col-invoiced { width: 10%; }

.bizdec-project-status {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 8px;
    border: 1px solid #cfdbe0;
    background: #fff;
    color: #526b78;
    font-size: .82em;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.bizdec-project-status.is-done {
    border-color: #a6d7d2;
    background: #effaf8;
    color: #0c716c;
}

.bizdec-project-status.is-active {
    border-color: #a9cfe3;
    background: #f0f8fc;
    color: #0a628f;
}

.bizdec-project-status.is-scheduled {
    border-color: #cfd9e9;
    background: #f5f7fb;
    color: #4a6281;
}

.bizdec-project-status.is-pending {
    border-color: #eed7a6;
    background: #fff9ec;
    color: #87620c;
}

.bizdec-project-status.is-not-complete {
    border-color: #e3d3d3;
    background: #fbf5f5;
    color: #805b5b;
}

.bizdec-project-dashboard-error,
.bizdec-project-dashboard-empty {
    padding: 22px;
    font: inherit;
}

.bizdec-project-dashboard-error {
    border: 1px solid #e3d3d3;
    border-left: 5px solid #a35e5e;
    background: #fbf5f5;
    color: #6f4545;
}

.bizdec-project-dashboard-error strong {
    display: block;
    margin-bottom: 6px;
}

.bizdec-project-dashboard-empty {
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-soft);
    color: var(--bizdec-project-muted);
}

@media (max-width: 1100px) {
    .bizdec-project-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bizdec-project-phases { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .bizdec-project-phase:nth-child(3n) { border-right: 0; }
    .bizdec-project-phase:nth-child(-n+3) { border-bottom: 1px solid var(--bizdec-project-line); }
}

@media (max-width: 760px) {
    .bizdec-project-dashboard-intro,
    .bizdec-project-dashboard-content-wrap {
        padding-left: 22px;
        padding-right: 22px;
    }

    .bizdec-project-progress-head,
    .bizdec-project-focus {
        grid-template-columns: 1fr;
    }

    .bizdec-project-kpis,
    .bizdec-project-phases {
        grid-template-columns: 1fr;
    }

    .bizdec-project-phase,
    .bizdec-project-phase:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px solid var(--bizdec-project-line);
    }

    .bizdec-project-phase:last-child { border-bottom: 0; }
    .bizdec-project-tabs { margin-bottom: 24px; }
}

/* v1.15.16 — compact but collision-safe dashboard tables. */
.bizdec-project-table th,
.bizdec-project-table td {
    padding-left: 9px;
    padding-right: 9px;
}

.bizdec-project-table-plan {
    min-width: 1080px;
}

.bizdec-project-table-plan .col-no { width: 5%; }
.bizdec-project-table-plan .col-plan-activity { width: 31%; }
.bizdec-project-table-plan .col-plan-target { width: 11%; }
.bizdec-project-table-plan .col-plan-status { width: 11%; }
.bizdec-project-table-plan .col-plan-update { width: 21%; }
.bizdec-project-table-plan .col-plan-next { width: 21%; }

.bizdec-project-table-results {
    min-width: 1240px;
}

.bizdec-project-table-results .col-result { width: 20%; }
.bizdec-project-table-results .col-value { width: 10%; }
.bizdec-project-table-results .col-complete-when { width: 23%; }
.bizdec-project-table-results .col-result-status { width: 13%; }
.bizdec-project-table-results .col-evidence { width: 25%; }
.bizdec-project-table-results .col-invoiced { width: 9%; }

.bizdec-project-table-results td:nth-child(4),
.bizdec-project-table-results th:nth-child(4) {
    padding-right: 13px;
}

.bizdec-project-status {
    max-width: 100%;
    justify-content: center;
    text-align: center;
}

/* --------------------------------------------------------------------------
   FDCH Project Dashboard — v1.15.20
   -------------------------------------------------------------------------- */

.bizdec-project-dashboard-fdch .bizdec-project-panel-heading p {
    max-width: 1100px;
    margin: 8px 0 0;
    color: var(--bizdec-project-muted);
    font: inherit;
}

.bizdec-project-dashboard-fdch .bizdec-project-tabs-fdch {
    gap: 8px;
}

.bizdec-project-fdch-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-line);
}

.bizdec-project-fdch-kpi {
    min-height: 128px;
    padding: 22px;
    background: #fff;
}

.bizdec-project-fdch-kpi span,
.bizdec-project-fdch-activity-pic > span,
.bizdec-project-fdch-student-detail-grid span,
.bizdec-project-fdch-student-progress-copy span {
    display: block;
    color: var(--bizdec-project-muted);
    font-size: .78em;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bizdec-project-fdch-kpi strong {
    display: block;
    margin-top: 7px;
    color: var(--bizdec-project-teal);
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.bizdec-project-fdch-kpi small {
    display: block;
    margin-top: 9px;
    color: var(--bizdec-project-muted);
    font-size: .88em;
}

.bizdec-project-fdch-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bizdec-project-fdch-program-card,
.bizdec-project-fdch-pathway-cards > article {
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-soft);
    padding: 20px 22px;
}

.bizdec-project-fdch-program-card h3,
.bizdec-project-fdch-pathway-cards h3,
.bizdec-project-fdch-followups h3,
.bizdec-project-fdch-activity h4 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 1em/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-inline-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 16px;
}

.bizdec-project-fdch-inline-stats > div {
    min-width: 82px;
}

.bizdec-project-fdch-inline-stats strong {
    display: block;
    color: var(--bizdec-primary);
    font-size: 1.45em;
}

.bizdec-project-fdch-inline-stats span {
    display: block;
    margin-top: 2px;
    color: var(--bizdec-project-muted);
    font-size: .78em;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bizdec-project-fdch-cohort-position {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.bizdec-project-fdch-cohort-position > article {
    padding: 18px 20px;
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-fdch-position-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: baseline;
}

.bizdec-project-fdch-position-head strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-position-head span,
.bizdec-project-fdch-cohort-position small {
    color: var(--bizdec-project-muted);
    font-size: .82em;
}

.bizdec-project-fdch-cohort-position p {
    margin: 8px 0 12px;
}

.bizdec-project-fdch-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: #e7eef1;
}

.bizdec-project-fdch-progress > span {
    display: block;
    height: 100%;
    background: var(--bizdec-project-teal);
}

.bizdec-project-fdch-cohort-position small {
    display: block;
    margin-top: 7px;
}

.bizdec-project-fdch-followups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bizdec-project-fdch-followups > article {
    padding: 18px 20px;
    border: 1px solid var(--bizdec-project-line);
    border-left: 4px solid var(--bizdec-primary);
    background: var(--bizdec-project-soft);
}

.bizdec-project-fdch-followup-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.bizdec-project-fdch-priority {
    display: inline-flex;
    padding: 3px 8px;
    border: 1px solid #cbd8de;
    color: var(--bizdec-project-muted);
    background: #fff;
    font-size: .78em;
    font-weight: 700;
    text-transform: uppercase;
}

.bizdec-project-fdch-followups p {
    margin: 8px 0 0;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-requirements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--bizdec-project-line);
    border-left: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-requirements > article {
    min-height: 92px;
    padding: 17px 19px;
    border-right: 1px solid var(--bizdec-project-line);
    border-bottom: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-requirements strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-requirements p {
    margin: 6px 0 0;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-pathway-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bizdec-project-fdch-pathway-card-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.bizdec-project-fdch-pathway-card-head strong {
    color: var(--bizdec-project-teal);
    font-size: 2.1em;
    line-height: 1;
}

.bizdec-project-fdch-total-label {
    display: block;
    margin-top: 4px;
    color: var(--bizdec-project-muted);
    font-size: .78em;
    text-transform: uppercase;
}

.bizdec-project-fdch-level-credits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-top: 16px;
}

.bizdec-project-fdch-level-credits > div {
    padding: 8px 6px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-level-credits span {
    display: block;
    color: var(--bizdec-project-muted);
    font-size: .75em;
}

.bizdec-project-fdch-level-credits strong {
    display: block;
    margin-top: 2px;
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-pathway-cards p {
    margin: 14px 0 0;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-pathway-table {
    min-width: 940px;
}

.bizdec-project-fdch-progress-table {
    min-width: 920px;
}

.bizdec-project-fdch-table-progress {
    min-width: 145px;
}

.bizdec-project-fdch-table-progress small {
    display: block;
    margin-top: 5px;
    color: var(--bizdec-project-muted);
}

.bizdec-project-status.is-attention {
    border-color: #e1b5b5;
    background: #fff3f3;
    color: #8a3434;
}

/* Student Monitoring: experts-style editorial rows. */
.bizdec-project-fdch-student-heading {
    margin-bottom: 20px;
}

.bizdec-project-fdch-student-heading p span {
    color: #8799a2;
}

.bizdec-project-fdch-student-tools {
    display: grid;
    grid-template-columns: minmax(220px, 1.45fr) repeat(3, minmax(150px, .75fr));
    gap: 8px;
    margin-bottom: 12px;
}

.bizdec-project-fdch-student-tools input,
.bizdec-project-fdch-student-tools select {
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #bfcfd7;
    border-radius: 0;
    background: #fff;
    color: var(--bizdec-primary);
    font: inherit;
}

.bizdec-project-fdch-student-tools input:focus,
.bizdec-project-fdch-student-tools select:focus {
    border-color: var(--bizdec-primary);
    outline: 1px solid var(--bizdec-primary);
    outline-offset: -1px;
}

.bizdec-project-fdch-student-count {
    margin: 0 0 10px;
    color: var(--bizdec-project-muted);
    font-size: .82em;
}

.bizdec-project-fdch-student-list {
    border-top: 1px solid rgba(6, 63, 91, .22);
}

.bizdec-project-fdch-student {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: clamp(20px, 1.8vw, 30px);
    align-items: start;
    min-height: 178px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(6, 63, 91, .22);
    background: #fff;
}

.bizdec-project-fdch-student[hidden] {
    display: none !important;
}

.bizdec-project-fdch-student-photo {
    width: 116px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(6, 63, 91, .42);
    background: #f4f6f7;
}

.bizdec-project-fdch-student-photo img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
}

.bizdec-project-fdch-student-copy {
    min-width: 0;
    align-self: center;
    overflow-wrap: anywhere;
}

.bizdec-project-fdch-student-topline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.bizdec-project-fdch-student-topline h3 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 var(--bizdec-body-font-size, 15px)/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-student-title {
    margin: 4px 0 0;
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-student-progress-row {
    width: min(100%, 700px);
    margin-top: 18px;
}

.bizdec-project-fdch-student-progress-copy {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 6px;
}

.bizdec-project-fdch-student-progress-copy strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-student-detail-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 16px;
}

.bizdec-project-fdch-student-detail-grid > div {
    min-width: 95px;
}

.bizdec-project-fdch-student-detail-grid strong {
    display: block;
    margin-top: 2px;
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-student-followup {
    margin: 14px 0 0;
    color: var(--bizdec-project-muted);
}

/* Development program. */
.bizdec-project-fdch-phase-strip,
.bizdec-project-fdch-outcome-journey {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-line);
}

.bizdec-project-fdch-phase-strip > article,
.bizdec-project-fdch-outcome-journey > article {
    min-height: 116px;
    padding: 17px 18px;
    background: #fff;
}

.bizdec-project-fdch-phase-strip span,
.bizdec-project-fdch-outcome-journey span {
    display: block;
    color: var(--bizdec-project-muted);
    font-size: .76em;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bizdec-project-fdch-phase-strip h3 {
    margin: 7px 0 5px;
    color: var(--bizdec-primary);
    font: 700 1em/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-phase-strip p {
    margin: 0;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-outcome-journey > article {
    border-top: 4px solid var(--bizdec-project-teal);
    text-align: center;
}

.bizdec-project-fdch-outcome-journey strong {
    display: block;
    margin-top: 8px;
    color: var(--bizdec-primary);
    font-size: 1.1em;
}

.bizdec-project-fdch-phase-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0 8px;
}

.bizdec-project-fdch-phase-filter button {
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid rgba(6, 63, 91, .28);
    background: #fff;
    color: var(--bizdec-primary);
    cursor: pointer;
    font: 700 .85em/1 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-phase-filter button:hover,
.bizdec-project-fdch-phase-filter button:focus-visible,
.bizdec-project-fdch-phase-filter button.is-active {
    border-color: var(--bizdec-primary);
    background: var(--bizdec-primary);
    color: #fff;
    outline: none;
}

.bizdec-project-fdch-month {
    margin-top: 30px;
}

.bizdec-project-fdch-month[hidden] {
    display: none !important;
}

.bizdec-project-fdch-month > h3 {
    margin: 0 0 8px;
    color: var(--bizdec-primary);
    font: 700 clamp(18px, 1.4vw, 23px)/1.2 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-activity {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) minmax(180px, .35fr);
    gap: 22px;
    padding: 17px 0;
    border-top: 1px solid rgba(6, 63, 91, .20);
}

.bizdec-project-fdch-activity:last-child {
    border-bottom: 1px solid rgba(6, 63, 91, .20);
}

.bizdec-project-fdch-activity[hidden] {
    display: none !important;
}

.bizdec-project-fdch-activity-time strong,
.bizdec-project-fdch-activity-time span {
    display: block;
}

.bizdec-project-fdch-activity-time strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-activity-time span {
    margin-top: 5px;
    color: var(--bizdec-project-muted);
    font-size: .82em;
}

.bizdec-project-fdch-activity-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: var(--bizdec-project-muted);
    font-size: .82em;
}

.bizdec-project-fdch-activity-copy p {
    margin: 6px 0 0;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-activity-copy small {
    display: block;
    margin-top: 7px;
    color: #8799a2;
}

.bizdec-project-fdch-activity-pic strong,
.bizdec-project-fdch-activity-pic small {
    display: block;
}

.bizdec-project-fdch-activity-pic strong {
    margin-top: 3px;
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-activity-pic small {
    margin-top: 5px;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-line);
}

.bizdec-project-fdch-principles > article {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 18px;
    background: #fff;
}

.bizdec-project-fdch-principles span {
    color: var(--bizdec-project-teal);
    font-weight: 700;
}

.bizdec-project-fdch-principles strong {
    color: var(--bizdec-primary);
}

/* Outcomes. */
.bizdec-project-fdch-outcome-section {
    margin-top: 34px;
}

.bizdec-project-fdch-outcome-list {
    border-top: 1px solid rgba(6, 63, 91, .22);
}

.bizdec-project-fdch-outcome-list > article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(6, 63, 91, .22);
}

.bizdec-project-fdch-outcome-no {
    color: var(--bizdec-project-teal);
    font-weight: 700;
}

.bizdec-project-fdch-outcome-list p {
    margin: 0;
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-outcome-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-top: 7px;
}

.bizdec-project-fdch-outcome-meta small {
    color: var(--bizdec-project-muted);
}

@media (max-width: 1120px) {
    .bizdec-project-fdch-kpis,
    .bizdec-project-fdch-program-grid,
    .bizdec-project-fdch-cohort-position,
    .bizdec-project-fdch-pathway-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bizdec-project-fdch-student-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bizdec-project-fdch-activity {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .bizdec-project-fdch-activity-pic {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    .bizdec-project-tabs-fdch {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 14px;
    }

    .bizdec-project-tabs-fdch .bizdec-project-tab {
        flex: 0 0 auto;
    }

    .bizdec-project-fdch-kpis,
    .bizdec-project-fdch-program-grid,
    .bizdec-project-fdch-cohort-position,
    .bizdec-project-fdch-followups,
    .bizdec-project-fdch-requirements,
    .bizdec-project-fdch-pathway-cards,
    .bizdec-project-fdch-phase-strip,
    .bizdec-project-fdch-outcome-journey,
    .bizdec-project-fdch-principles,
    .bizdec-project-fdch-student-tools {
        grid-template-columns: 1fr;
    }

    .bizdec-project-fdch-student {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 17px;
        min-height: 0;
    }

    .bizdec-project-fdch-student-photo {
        width: 88px;
    }

    .bizdec-project-fdch-student-topline {
        align-items: flex-start;
    }

    .bizdec-project-fdch-activity {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .bizdec-project-fdch-activity-pic {
        grid-column: 1;
    }
}

@media (max-width: 480px) {
    .bizdec-project-fdch-student {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 13px;
        padding: 16px 0;
    }

    .bizdec-project-fdch-student-photo {
        width: 70px;
    }

    .bizdec-project-fdch-student-progress-row,
    .bizdec-project-fdch-student-detail-grid,
    .bizdec-project-fdch-student-followup {
        grid-column: 1 / -1;
    }
}

/* v1.15.21 — Richer FDCH information architecture. */
.bizdec-project-fdch-dashboard-heading {
    margin-bottom: 18px;
}

.bizdec-project-fdch-kpis-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bizdec-project-fdch-kpi.is-attention strong {
    color: #9a4545;
}

.bizdec-project-fdch-section-head-with-note {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: baseline;
}

.bizdec-project-fdch-section-head-with-note p {
    max-width: 620px;
    margin: 0;
    color: var(--bizdec-project-muted);
    text-align: right;
}

.bizdec-project-fdch-composition-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bizdec-project-fdch-composition-card {
    padding: 20px 22px;
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-fdch-composition-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
}

.bizdec-project-fdch-composition-head span {
    display: inline-flex;
    padding: 4px 8px;
    background: var(--bizdec-primary);
    color: #fff;
    font-size: .76em;
    font-weight: 700;
    letter-spacing: .05em;
}

.bizdec-project-fdch-composition-head strong {
    color: var(--bizdec-project-teal);
    font-size: 2.1em;
    line-height: 1;
}

.bizdec-project-fdch-composition-card h3 {
    margin: 12px 0 16px;
    color: var(--bizdec-primary);
    font: 700 1em/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-composition-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-composition-split > div {
    padding-top: 12px;
}

.bizdec-project-fdch-composition-split > div + div {
    padding-left: 18px;
    border-left: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-composition-split span,
.bizdec-project-fdch-student-public-details span,
.bizdec-project-fdch-student-meta-line,
.bizdec-project-fdch-current-month-head span {
    color: var(--bizdec-project-muted);
    font-size: .76em;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bizdec-project-fdch-composition-split strong {
    display: block;
    margin-top: 3px;
    color: var(--bizdec-primary);
    font-size: 1.35em;
}

.bizdec-project-fdch-program-card.has-attention {
    border-top: 4px solid #a65050;
}

.bizdec-project-fdch-program-titleline {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.bizdec-project-fdch-program-titleline > span {
    display: inline-flex;
    flex: 0 0 auto;
    padding: 3px 7px;
    background: var(--bizdec-primary);
    color: #fff;
    font-size: .73em;
    font-weight: 700;
    letter-spacing: .04em;
}

.bizdec-project-fdch-dashboard-journeys {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bizdec-project-fdch-dashboard-journeys > article {
    padding: 18px 20px 20px;
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-fdch-journey-title {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: baseline;
    margin-bottom: 15px;
}

.bizdec-project-fdch-journey-title strong {
    color: var(--bizdec-primary);
    font-size: 1.04em;
}

.bizdec-project-fdch-journey-title span {
    color: var(--bizdec-project-muted);
    font-size: .8em;
}

.bizdec-project-fdch-journey-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.bizdec-project-fdch-journey-step {
    min-height: 104px;
    padding: 10px 9px;
    border: 1px solid var(--bizdec-project-line);
    border-top: 4px solid #cbd8de;
    background: var(--bizdec-project-soft);
}

.bizdec-project-fdch-journey-step.is-done {
    border-top-color: var(--bizdec-project-teal);
    background: #f0f8f7;
}

.bizdec-project-fdch-journey-step.is-active {
    border-top-color: var(--bizdec-primary);
    background: #eef5f8;
}

.bizdec-project-fdch-journey-step.is-scheduled {
    border-top-color: #c4a458;
}

.bizdec-project-fdch-journey-step span,
.bizdec-project-fdch-journey-step strong,
.bizdec-project-fdch-journey-step small {
    display: block;
}

.bizdec-project-fdch-journey-step span {
    color: var(--bizdec-primary);
    font-weight: 700;
    line-height: 1.25;
}

.bizdec-project-fdch-journey-step strong {
    margin-top: 8px;
    color: var(--bizdec-project-muted);
    font-size: .82em;
}

.bizdec-project-fdch-journey-step small {
    margin-top: 5px;
    color: var(--bizdec-project-muted);
    font-size: .76em;
}

.bizdec-project-fdch-pathway-journey-section {
    margin-bottom: 28px;
}

.bizdec-project-fdch-mini-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-line);
}

.bizdec-project-fdch-mini-kpis > article {
    padding: 18px 20px;
    background: #fff;
}

.bizdec-project-fdch-mini-kpis strong {
    display: block;
    color: var(--bizdec-project-teal);
    font-size: 1.8em;
    line-height: 1;
}

.bizdec-project-fdch-mini-kpis span {
    display: block;
    margin-top: 7px;
    color: var(--bizdec-project-muted);
    font-size: .77em;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bizdec-project-fdch-current-month {
    margin-top: 14px;
    border-top: 1px solid var(--bizdec-project-line);
    border-bottom: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-current-month-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
}

.bizdec-project-fdch-current-month-head strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-current-month > article {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid var(--bizdec-project-line);
}

.bizdec-project-fdch-current-month > article > span {
    color: var(--bizdec-project-muted);
    font-size: .82em;
    font-weight: 700;
}

.bizdec-project-fdch-current-month > article strong,
.bizdec-project-fdch-current-month > article small {
    display: block;
}

.bizdec-project-fdch-current-month > article strong {
    color: var(--bizdec-primary);
}

.bizdec-project-fdch-current-month > article small {
    margin-top: 3px;
    color: var(--bizdec-project-muted);
}

.bizdec-project-fdch-outcome-journey-dashboard {
    margin-top: 0;
}

.bizdec-project-fdch-student-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 14px;
    margin-top: 5px;
}

.bizdec-project-fdch-student-meta-line span {
    position: relative;
}

.bizdec-project-fdch-student-meta-line span + span::before {
    content: "·";
    position: absolute;
    left: -9px;
    color: #a0b0b8;
}

.bizdec-project-fdch-student-title {
    margin-top: 7px;
    font-weight: 700;
}

.bizdec-project-fdch-student-public-details {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 14px;
}

.bizdec-project-fdch-student-public-details > div {
    min-width: 110px;
}

.bizdec-project-fdch-student-public-details strong {
    display: block;
    margin-top: 2px;
    color: var(--bizdec-primary);
    font-size: .96em;
}

@media (max-width: 1240px) {
    .bizdec-project-fdch-kpis-six {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .bizdec-project-fdch-composition-grid,
    .bizdec-project-fdch-dashboard-journeys {
        grid-template-columns: 1fr;
    }

    .bizdec-project-fdch-mini-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .bizdec-project-fdch-kpis-six,
    .bizdec-project-fdch-mini-kpis {
        grid-template-columns: 1fr;
    }

    .bizdec-project-fdch-section-head-with-note {
        display: block;
    }

    .bizdec-project-fdch-section-head-with-note p {
        margin-top: 5px;
        text-align: left;
    }

    .bizdec-project-fdch-journey-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bizdec-project-fdch-current-month > article {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}


/* --------------------------------------------------------------------------
   FDCH Academic Pathway — v1.15.23
   -------------------------------------------------------------------------- */

/* Dense pathway data should read slightly smaller than narrative body copy. */
.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-pathway-journey-section,
.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-pathway-cards,
.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-requirements {
    font-size: .92em;
}

.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-pathway-table td,
.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-progress-table td {
    font-size: .92em;
}

.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-pathway-table th,
.bizdec-project-dashboard-fdch #bizdec-project-panel-pathway .bizdec-project-fdch-progress-table th {
    font-size: .82em;
}

.bizdec-project-fdch-academic-documents {
    margin: 6px 0 30px;
}

.bizdec-project-fdch-academic-documents-head {
    margin: 0 0 12px;
}

.bizdec-project-fdch-academic-documents-head h3 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 .96em/1.3 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-document-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bizdec-project-fdch-document-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 148px;
    border: 1px solid var(--bizdec-project-line);
    background: #fff;
}

.bizdec-project-fdch-document-cover {
    position: relative;
    display: block;
    min-height: 148px;
    overflow: hidden;
    border-right: 1px solid var(--bizdec-project-line);
    background: var(--bizdec-project-soft);
    text-decoration: none;
}

.bizdec-project-fdch-document-cover img {
    width: 100%;
    height: 100%;
    min-height: 148px;
    object-fit: cover;
    object-position: center top;
}

.bizdec-project-fdch-document-fallback {
    width: 100%;
    height: 100%;
    min-height: 148px;
    place-items: center;
    color: var(--bizdec-primary);
    background: var(--bizdec-project-soft);
    font: 700 1.05em/1 Arial, Helvetica, sans-serif;
    letter-spacing: .08em;
}

.bizdec-project-fdch-document-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 14px;
}

.bizdec-project-fdch-document-copy h4 {
    margin: 0;
    color: var(--bizdec-primary);
    font: 700 .88em/1.35 Arial, Helvetica, sans-serif;
}

.bizdec-project-fdch-document-copy h4 a {
    color: inherit;
    text-decoration: none;
}

.bizdec-project-fdch-document-copy h4 a:hover,
.bizdec-project-fdch-document-copy h4 a:focus-visible {
    text-decoration: underline;
}

.bizdec-project-fdch-document-meta {
    margin-top: 7px;
    color: var(--bizdec-project-muted);
    font-size: .74em;
    font-weight: 700;
    letter-spacing: .05em;
}

.bizdec-project-fdch-document-download {
    margin-top: auto;
    padding-top: 12px;
    color: var(--bizdec-primary);
    font-size: .80em;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1120px) {
    .bizdec-project-fdch-document-grid {
        grid-template-columns: 1fr;
    }

    .bizdec-project-fdch-document-card {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 128px;
    }

    .bizdec-project-fdch-document-cover,
    .bizdec-project-fdch-document-cover img,
    .bizdec-project-fdch-document-fallback {
        min-height: 128px;
    }
}
