/* /Components/Dashboard/CategoryOverview.razor.rz.scp.css */
.category-overview-layout[b-3hdk4rf1my] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #f6f8fc;
}

.overview-main-content[b-3hdk4rf1my] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.ring-score-number[b-3hdk4rf1my] {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.ring-score-total[b-3hdk4rf1my] {
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.row-4-metrics[b-3hdk4rf1my] {
    align-items: stretch;
}

.metric-card-title[b-3hdk4rf1my] {
    font-weight: 700;
    color: #2f3b52;
    margin-bottom: 18px;
}
.selection-download-box[b-3hdk4rf1my] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.download-item[b-3hdk4rf1my] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.download-align-right[b-3hdk4rf1my] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.metric-stat-card[b-3hdk4rf1my] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.metric-stat-value[b-3hdk4rf1my] {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #1f2a3d;
    margin-bottom: 10px;
}

.metric-stat-label[b-3hdk4rf1my] {
    color: #5f6f82;
    margin-bottom: 18px;
}

.metric-link[b-3hdk4rf1my] {
    align-self: center;
    text-transform: none;
    font-weight: 600;
}

.metric-warning[b-3hdk4rf1my] {
    color: #f59e0b;
}

.metric-success[b-3hdk4rf1my] {
    color: #35b86b;
}

.text-warning[b-3hdk4rf1my] {
    color: #f59e0b;
}

.text-success[b-3hdk4rf1my] {
    color: #35b86b;
}
.overview-drawer[b-3hdk4rf1my] {
    background: linear-gradient(180deg, #0f2748 0%, #16385f 100%);
    color: #fff;
    border-right: none;
    width: 88px !important;
}

.drawer-header[b-3hdk4rf1my] {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.drawer-menu[b-3hdk4rf1my] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px;
}

.drawer-item[b-3hdk4rf1my] {
    justify-content: flex-start;
    min-width: 0;
    color: #d7e3f4;
    border-radius: 14px;
    padding: 10px 12px;
}

    .drawer-item.active[b-3hdk4rf1my] {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

.drawer-item-text[b-3hdk4rf1my] {
    margin-left: 10px;
    white-space: nowrap;
}



[b-3hdk4rf1my] .row-4-metrics {
    align-items: stretch;
}
[b-3hdk4rf1my] .row-4-metrics > .mud-grid-item {
        display: flex;
    }

 [b-3hdk4rf1my] .row-4-metrics > .mud-grid-item > .mud-paper {
            width: 100%;
            height: 100%;
            min-height: 220px;
        }


.row-4-metrics .dashboard-panel[b-3hdk4rf1my] {
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.header-panel[b-3hdk4rf1my] {
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.dashboard-header-row[b-3hdk4rf1my] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dashboard-title[b-3hdk4rf1my] {
    font-weight: 700;
}

.dashboard-header-actions[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.created-time[b-3hdk4rf1my] {
    font-weight: 600;
    color: #5b6b82;
}

.header-summary-item[b-3hdk4rf1my] {
    display: flex;
    align-items: stretch;
}

.timestamp-box[b-3hdk4rf1my] {
    height: 100%;
    border-radius: 16px;
    background: #f7f9fd;
    border: 1px solid #e8edf5;
}

.section-title[b-3hdk4rf1my] {
    font-weight: 700;
}

.main-score-card[b-3hdk4rf1my] {
    height: 100%;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    background: #fbfcff;
}

.main-score-card-header[b-3hdk4rf1my] {
    min-height: 48px;
}

.main-score-card-title[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-score-value[b-3hdk4rf1my] {
    margin-top: 18px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #1f2a3d;
}

.score-suffix[b-3hdk4rf1my] {
    font-size: 18px;
    font-weight: 600;
    color: #7a8798;
    margin-left: 4px;
}

.score-label[b-3hdk4rf1my] {
    margin-top: 8px;
    color: #5f6f82;
}

.overview-section-grid[b-3hdk4rf1my] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.overview-card[b-3hdk4rf1my] {
    height: 100%;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    background: #fff;
}

.overview-card-header[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 700;
}

.overview-list[b-3hdk4rf1my] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.overview-list-row[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f8;
}

    .overview-list-row:last-child[b-3hdk4rf1my] {
        border-bottom: none;
        padding-bottom: 0;
    }

.status-dot[b-3hdk4rf1my] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 10px;
}

    .status-dot.is-good[b-3hdk4rf1my] {
        background: #35b86b;
    }

    .status-dot.is-moderate[b-3hdk4rf1my] {
        background: #f4b400;
    }

    .status-dot.is-weak[b-3hdk4rf1my] {
        background: #ef6c4d;
    }

    .status-dot.is-missing[b-3hdk4rf1my] {
        background: #c7d1dd;
    }

.summary-score-card[b-3hdk4rf1my] {
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}
.summary-score-content[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}


.sdg-donut-wrapper[b-3hdk4rf1my] {
    position: relative;
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
}
.sdg-donut-center[b-3hdk4rf1my] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


[b-3hdk4rf1my] .sdg-donut-center-number {
    text-anchor: middle;
    font-size: 34px;
    font-weight: 700;
    fill: #1f2a3d;
}

[b-3hdk4rf1my] .sdg-donut-center-total {
    text-anchor: middle;
    font-size: 14px;
    font-weight: 600;
    fill: #5f6f82;
}
.progress-ring-wrapper[b-3hdk4rf1my] {
    position: relative;
    width: 130px;
    height: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 130px;
}

[b-3hdk4rf1my] .progress-ring {
    width: 130px !important;
    height: 130px !important;
}


.progress-ring-center[b-3hdk4rf1my] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1f2a3d;
    pointer-events: none;
}

.finding-card[b-3hdk4rf1my] {
    height: 100%;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    background: #fff;
}

.finding-card-header[b-3hdk4rf1my] {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 700;
}

.finding-list[b-3hdk4rf1my] {
    margin: 0;
    padding-left: 20px;
    color: #48576a;
}

    .finding-list li[b-3hdk4rf1my] {
        margin-bottom: 10px;
    }

.main-score-grid[b-3hdk4rf1my] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.main-score-card[b-3hdk4rf1my] {
    height: 100%;
}




@media (max-width: 960px) {
    .overview-main-content[b-3hdk4rf1my] {
        padding: 16px;
    }

    .main-score-value[b-3hdk4rf1my] {
        font-size: 34px;
    }

    .summary-score-content[b-3hdk4rf1my] {
        gap: 16px;
    }

    .overview-section-grid[b-3hdk4rf1my] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .main-score-grid[b-3hdk4rf1my] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1400px) {
    .overview-section-grid[b-3hdk4rf1my] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .main-score-grid[b-3hdk4rf1my] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .overview-section-grid[b-3hdk4rf1my] {
        grid-template-columns: 1fr;
    }
    .main-score-grid[b-3hdk4rf1my] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Dashboard/ImpactDimensionDetails.razor.rz.scp.css */
.impact-details[b-ql287afvfk] {
    padding: 0.5rem 0 1rem;
    width: min(1100px, 100%);
}

.impact-header[b-ql287afvfk] {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

[b-ql287afvfk] .impact-header-image {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
}

.impact-header-content[b-ql287afvfk] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-width: 0;
    flex: 1 1 auto;
}

.impact-category[b-ql287afvfk] {
    color: var(--mud-palette-text-secondary);
    font-weight: 600;
}

.impact-score-evidence-row[b-ql287afvfk] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.impact-score-row[b-ql287afvfk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.score-dot[b-ql287afvfk] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex: 0 0 14px;
}

.score-dot.is-high[b-ql287afvfk] { background: #40c463; }
.score-dot.is-medium[b-ql287afvfk] { background: #8bc34a; }
.score-dot.is-low[b-ql287afvfk] { background: #ffb300; }
.score-dot.is-critical[b-ql287afvfk] { background: #ef5350; }
.score-dot.is-unknown[b-ql287afvfk] { background: #9e9e9e; }

.impact-summary[b-ql287afvfk] {
    margin-top: 0.35rem;
    line-height: 1.55;
}

.impact-section[b-ql287afvfk] {
    margin-top: 1.75rem;
}

.impact-section:first-of-type[b-ql287afvfk] {
    margin-top: 2.75rem;
}

.impact-section-header[b-ql287afvfk] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.evidence-link[b-ql287afvfk] {
    margin-left: auto;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: var(--mud-palette-primary);
    white-space: nowrap;
    cursor: pointer;
}

.evidence-link:hover[b-ql287afvfk] {
    text-decoration: underline;
}

.evidence-link.is-disabled[b-ql287afvfk] {
    color: var(--mud-palette-text-disabled);
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.section-item-text[b-ql287afvfk] {
    margin-top: 0.5rem;
    line-height: 1.55;
}

.empty-text[b-ql287afvfk] {
    color: var(--mud-palette-text-secondary);
}

.risk-item[b-ql287afvfk] {
    margin-top: 0.75rem;
}

.risk-severity[b-ql287afvfk] {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.risk-low[b-ql287afvfk] { color: #2e7d32; }
.risk-medium[b-ql287afvfk] { color: #ef6c00; }
.risk-high[b-ql287afvfk] { color: #d84315; }
.risk-critical[b-ql287afvfk] { color: #c62828; }
.risk-unknown[b-ql287afvfk] { color: var(--mud-palette-text-secondary); }

.evidence-popup-backdrop[b-ql287afvfk] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    padding: 1rem;
}

.evidence-popup[b-ql287afvfk] {
    width: min(820px, 100%);
    max-height: 80vh;
    overflow: auto;
    background: var(--mud-palette-surface);
    border-radius: 10px;
    box-shadow: var(--mud-elevation-16);
    padding: 1rem;
}

.evidence-popup-header[b-ql287afvfk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.evidence-list[b-ql287afvfk] {
    margin: 0;
    padding-left: 1.2rem;
}

.evidence-item[b-ql287afvfk] {
    margin-bottom: 0.7rem;
}

.evidence-page[b-ql287afvfk] {
    display: block;
    margin-top: 0.2rem;
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 600px) {
    [b-ql287afvfk] .impact-header-image {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .impact-score-evidence-row[b-ql287afvfk] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .impact-section-header[b-ql287afvfk] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .evidence-link[b-ql287afvfk] {
        margin-left: 0;
    }
}
/* /Components/Dashboard/ImpactDimensionGrid.razor.rz.scp.css */
.impact-grid[b-x1ylegsvza] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.impact-card[b-x1ylegsvza] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.impact-tile[b-x1ylegsvza] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0;
    background: transparent;
}

.impact-tile img[b-x1ylegsvza] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

button.impact-tile[b-x1ylegsvza] {
    cursor: pointer;
}

button.impact-tile:hover[b-x1ylegsvza] {
    transform: translateY(-1px);
}

button.impact-tile:focus-visible[b-x1ylegsvza] {
    outline: none;
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.impact-tile.is-disabled[b-x1ylegsvza] {
    filter: grayscale(1);
    opacity: 0.45;
}

.tile-score-bar[b-x1ylegsvza] {
    height: 5px;
    border-radius: 999px;
    background: var(--mud-palette-lines-default);
    overflow: hidden;
}

.tile-score-fill[b-x1ylegsvza] {
    height: 100%;
    border-radius: 999px;
}

.tile-score-fill.is-high[b-x1ylegsvza] { background: #40c463; }
.tile-score-fill.is-medium[b-x1ylegsvza] { background: #8bc34a; }
.tile-score-fill.is-low[b-x1ylegsvza] { background: #ffb300; }
.tile-score-fill.is-critical[b-x1ylegsvza] { background: #ef5350; }
.tile-score-fill.is-unknown[b-x1ylegsvza] { background: #9e9e9e; }

.tile-tooltip[b-x1ylegsvza] {
    max-width: 280px;
    white-space: normal;
}
/* /Components/Dashboard/QualityDimensionDetails.razor.rz.scp.css */
.quality-details[b-twtppi1ffq] {
    padding: 0.25rem 0 0.5rem;
    max-width: 980px;
}

.quality-header[b-twtppi1ffq] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

[b-twtppi1ffq] .quality-header-image {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
}

.quality-header-content[b-twtppi1ffq] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    flex: 1 1 auto;
}

.quality-score-evidence-row[b-twtppi1ffq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.quality-score-row[b-twtppi1ffq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.score-dot[b-twtppi1ffq] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex: 0 0 14px;
}

.score-dot.is-high[b-twtppi1ffq] { background: #40c463; }
.score-dot.is-medium[b-twtppi1ffq] { background: #8bc34a; }
.score-dot.is-low[b-twtppi1ffq] { background: #ffb300; }
.score-dot.is-critical[b-twtppi1ffq] { background: #ef5350; }
.score-dot.is-unknown[b-twtppi1ffq] { background: #9e9e9e; }

.quality-summary[b-twtppi1ffq] {
    line-height: 1.4;
}

.evidence-link[b-twtppi1ffq] {
    margin-left: auto;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: var(--mud-palette-primary);
    white-space: nowrap;
    cursor: pointer;
}

.evidence-link:hover[b-twtppi1ffq] {
    text-decoration: underline;
}

.evidence-link.is-disabled[b-twtppi1ffq] {
    color: var(--mud-palette-text-disabled);
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.empty-text[b-twtppi1ffq] {
    color: var(--mud-palette-text-secondary);
}

.evidence-popup-backdrop[b-twtppi1ffq] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    padding: 1rem;
}

.evidence-popup[b-twtppi1ffq] {
    width: min(820px, 100%);
    max-height: 80vh;
    overflow: auto;
    background: var(--mud-palette-surface);
    border-radius: 10px;
    box-shadow: var(--mud-elevation-16);
    padding: 1rem;
}

.evidence-popup-header[b-twtppi1ffq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.evidence-list[b-twtppi1ffq] {
    margin: 0;
    padding-left: 1.2rem;
}

.evidence-item[b-twtppi1ffq] {
    margin-bottom: 0.7rem;
}

.evidence-page[b-twtppi1ffq] {
    display: block;
    margin-top: 0.2rem;
    color: var(--mud-palette-text-secondary);
}

@media (max-width: 600px) {
    [b-twtppi1ffq] .quality-header-image {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .quality-score-evidence-row[b-twtppi1ffq] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .evidence-link[b-twtppi1ffq] {
        margin-left: 0;
    }
}
/* /Components/Dashboard/QualityDimensionGrid.razor.rz.scp.css */
.quality-grid[b-di68eihmzk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.quality-card[b-di68eihmzk] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.quality-tile[b-di68eihmzk] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0;
    background: transparent;
}

.quality-tile img[b-di68eihmzk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

button.quality-tile[b-di68eihmzk] {
    cursor: pointer;
}

button.quality-tile:hover[b-di68eihmzk] {
    transform: translateY(-1px);
}

button.quality-tile:focus-visible[b-di68eihmzk] {
    outline: none;
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.quality-tile.is-disabled[b-di68eihmzk] {
    filter: grayscale(1);
    opacity: 0.45;
}

.tile-score-bar[b-di68eihmzk] {
    height: 5px;
    border-radius: 999px;
    background: var(--mud-palette-lines-default);
    overflow: hidden;
}

.tile-score-fill[b-di68eihmzk] {
    height: 100%;
    border-radius: 999px;
}

.tile-score-fill.is-high[b-di68eihmzk] { background: #40c463; }
.tile-score-fill.is-medium[b-di68eihmzk] { background: #8bc34a; }
.tile-score-fill.is-low[b-di68eihmzk] { background: #ffb300; }
.tile-score-fill.is-critical[b-di68eihmzk] { background: #ef5350; }
.tile-score-fill.is-unknown[b-di68eihmzk] { background: #9e9e9e; }

.tile-tooltip[b-di68eihmzk] {
    max-width: 280px;
    white-space: normal;
}
/* /Components/Dashboard/SdgDetails.razor.rz.scp.css */
.ai-detail-block[b-p6bbf4w1s5] {
    margin-top: 18px;
}

[b-p6bbf4w1s5] .ai-detail-heading {
    font-weight: 800;
    color: #111827 !important;
    margin-bottom: 8px;
}

[b-p6bbf4w1s5] .ai-detail-text {
    color: #374151 !important;
    line-height: 1.6;
}

.next-step-list[b-p6bbf4w1s5] {
    margin: 0;
    padding-left: 20px;
    color: #475569;
}

    .next-step-list li[b-p6bbf4w1s5] {
        margin-bottom: 7px;
        line-height: 1.45;
    }



.sdg-workbench[b-p6bbf4w1s5] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.sdg-workbench-main[b-p6bbf4w1s5] {
    flex: 1;
    padding: 24px;
}

.dashboard-panel[b-p6bbf4w1s5] {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.header-panel[b-p6bbf4w1s5] {
    border-radius: 16px;
}

.sdg-topbar[b-p6bbf4w1s5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.sdg-topbar-actions[b-p6bbf4w1s5] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sdg-hero[b-p6bbf4w1s5] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

[b-p6bbf4w1s5] .sdg-hero-image {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}


.sdg-hero-content[b-p6bbf4w1s5] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dashboard-title[b-p6bbf4w1s5] {
    font-weight: 700;
    color: #1f2a44;
}

.sdg-hero-summary[b-p6bbf4w1s5] {
    color: #5f6b7a;
    line-height: 1.7;
    max-width: 980px;
}

.metric-grid[b-p6bbf4w1s5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
}

.metric-card[b-p6bbf4w1s5] {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-p6bbf4w1s5] .metric-label {
    color: #7b8794 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.metric-value[b-p6bbf4w1s5] {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #172033;
    margin-bottom: 12px;
}

    .metric-value span[b-p6bbf4w1s5] {
        font-size: 22px;
        color: #8b95a7;
        margin-left: 4px;
    }

[b-p6bbf4w1s5] .metric-status {
    font-weight: 700;
}

    [b-p6bbf4w1s5] .metric-status.is-good {
        color: #15803d !important;
    }

    [b-p6bbf4w1s5] .metric-status.is-warning {
        color: #f59e0b !important;
    }

    [b-p6bbf4w1s5] .metric-status.is-risk {
        color: #dc2626 !important;
    }

    [b-p6bbf4w1s5] .metric-status.is-muted {
        color: #94a3b8 !important;
    }

.section-kicker[b-p6bbf4w1s5] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #7b8794;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.ai-panel[b-p6bbf4w1s5] {
    border-left: 4px solid #f59e0b;
}

[b-p6bbf4w1s5] .ai-recommendation-title {
    color: #d97706 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

[b-p6bbf4w1s5] .ai-rationale {
    color: #5f6b7a !important;
    line-height: 1.7;
    margin-bottom: 16px;
}

[b-p6bbf4w1s5] .section-subtitle {
    margin-bottom: 10px;
    color: #1f2a44 !important;
}

.next-step-list[b-p6bbf4w1s5] {
    margin: 0;
    padding-left: 20px;
    color: #475569;
}

    .next-step-list li + li[b-p6bbf4w1s5] {
        margin-top: 8px;
    }

[b-p6bbf4w1s5] .section-title {
    font-weight: 700;
    color: #1f2a44 !important;
}

.takeaway-list[b-p6bbf4w1s5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.takeaway-card[b-p6bbf4w1s5] {
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 16px;
}

.takeaway-card-header[b-p6bbf4w1s5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

[b-p6bbf4w1s5] .takeaway-icon {
    color: #16a34a !important;
}

[b-p6bbf4w1s5] .empty-text {
    color: #94a3b8 !important;
}

.details-section-header[b-p6bbf4w1s5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.details-panel[b-p6bbf4w1s5] {
    min-height: 96px;
}

.details-panel-content[b-p6bbf4w1s5] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 64px;
}

@media (max-width: 900px) {
    .sdg-hero[b-p6bbf4w1s5] {
        flex-direction: column;
    }

    .metric-grid[b-p6bbf4w1s5] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Dashboard/SdgGrid.razor.rz.scp.css */
.sdg-grid[b-2le26oywte] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
    gap: 0.55rem;
    margin-top: 0.7rem;
}

.sdg-card[b-2le26oywte] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.sdg-tile[b-2le26oywte] {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0;
    background: transparent;
}

.sdg-tile img[b-2le26oywte] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

button.sdg-tile[b-2le26oywte] {
    cursor: pointer;
}

button.sdg-tile:hover[b-2le26oywte] {
    transform: translateY(-1px);
}

button.sdg-tile:focus-visible[b-2le26oywte] {
    outline: none;
    box-shadow: 0 0 0 2px var(--mud-palette-primary);
}

.sdg-tile.is-disabled[b-2le26oywte] {
    filter: grayscale(1);
    opacity: 0.45;
}

.tile-score-bar[b-2le26oywte] {
    height: 5px;
    border-radius: 999px;
    background: var(--mud-palette-lines-default);
    overflow: hidden;
}

.tile-score-fill[b-2le26oywte] {
    height: 100%;
    border-radius: 999px;
}

.tile-score-fill.is-high[b-2le26oywte] { background: #40c463; }
.tile-score-fill.is-medium[b-2le26oywte] { background: #8bc34a; }
.tile-score-fill.is-low[b-2le26oywte] { background: #ffb300; }
.tile-score-fill.is-critical[b-2le26oywte] { background: #ef5350; }
.tile-score-fill.is-unknown[b-2le26oywte] { background: #9e9e9e; }

.tile-tooltip[b-2le26oywte] {
    max-width: 280px;
    white-space: normal;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hzmp5dts4i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hzmp5dts4i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eop7vsovld],
.components-reconnect-repeated-attempt-visible[b-eop7vsovld],
.components-reconnect-failed-visible[b-eop7vsovld],
.components-pause-visible[b-eop7vsovld],
.components-resume-failed-visible[b-eop7vsovld],
.components-rejoining-animation[b-eop7vsovld] {
    display: none;
}

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


#components-reconnect-modal[b-eop7vsovld] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-eop7vsovld 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-eop7vsovld {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Development.razor.rz.scp.css */
.development-workbench[b-1ahbis88at] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.development-workbench-main[b-1ahbis88at] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.dashboard-panel[b-1ahbis88at] {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.development-topbar[b-1ahbis88at] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.development-topbar-actions[b-1ahbis88at] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.development-hero[b-1ahbis88at] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

[b-1ahbis88at] .development-hero-image {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.development-hero-content[b-1ahbis88at] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.dashboard-title[b-1ahbis88at] {
    font-weight: 700;
    color: #1f2a44;
}

.development-hero-summary[b-1ahbis88at] {
    color: #5f6b7a;
    line-height: 1.7;
    max-width: 980px;
}

.metric-grid[b-1ahbis88at] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
}

.metric-card[b-1ahbis88at] {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-1ahbis88at] .metric-label {
    color: #7b8794 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.metric-value[b-1ahbis88at] {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #172033;
    margin-bottom: 12px;
}

.metric-value span[b-1ahbis88at] {
    font-size: 22px;
    color: #8b95a7;
    margin-left: 4px;
}

[b-1ahbis88at] .metric-status {
    font-weight: 700;
}

[b-1ahbis88at] .metric-status.is-good {
    color: #15803d !important;
}

[b-1ahbis88at] .metric-status.is-warning {
    color: #f59e0b !important;
}

[b-1ahbis88at] .metric-status.is-risk {
    color: #dc2626 !important;
}

[b-1ahbis88at] .metric-status.is-muted {
    color: #94a3b8 !important;
}

.section-kicker[b-1ahbis88at] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #7b8794;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.ai-panel[b-1ahbis88at] {
    border-left: 4px solid #f59e0b;
}

[b-1ahbis88at] .ai-recommendation-title {
    color: #d97706 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.ai-detail-block[b-1ahbis88at] {
    margin-top: 18px;
}

[b-1ahbis88at] .ai-detail-heading {
    font-weight: 800;
    color: #111827 !important;
    margin-bottom: 8px;
}

[b-1ahbis88at] .ai-detail-text {
    color: #374151 !important;
    line-height: 1.6;
}

.next-step-list[b-1ahbis88at] {
    margin: 0;
    padding-left: 20px;
    color: #475569;
}

.next-step-list li[b-1ahbis88at] {
    margin-bottom: 7px;
    line-height: 1.45;
}

[b-1ahbis88at] .section-title {
    font-weight: 700;
    color: #1f2a44 !important;
}

.takeaway-list[b-1ahbis88at] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.takeaway-card[b-1ahbis88at] {
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 16px;
}

.takeaway-card-header[b-1ahbis88at] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

[b-1ahbis88at] .takeaway-icon.is-success {
    color: #16a34a !important;
}

[b-1ahbis88at] .takeaway-icon.is-warning {
    color: #f59e0b !important;
}

[b-1ahbis88at] .takeaway-icon.is-risk {
    color: #dc2626 !important;
}

[b-1ahbis88at] .takeaway-icon.is-info {
    color: #2563eb !important;
}

[b-1ahbis88at] .empty-text {
    color: #94a3b8 !important;
}

.details-panel[b-1ahbis88at] {
    min-height: 96px;
}

.details-panel-content[b-1ahbis88at] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 64px;
}

@media (max-width: 900px) {
    .development-workbench-main[b-1ahbis88at] {
        padding: 12px;
    }

    .development-hero[b-1ahbis88at] {
        flex-direction: column;
    }

    .metric-grid[b-1ahbis88at] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/DevelopmentDeepDetails.razor.rz.scp.css */
.development-detail-page[b-w701luhbw6] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.development-detail-main[b-w701luhbw6] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.detail-workbench[b-w701luhbw6] {
    width: 100%;
    min-height: calc(100vh - 48px);
    background: #fff;
    border: 1px solid #e4ebf4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.detail-topbar[b-w701luhbw6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.detail-actions[b-w701luhbw6] {
    display: flex;
    gap: 10px;
}

.summary-hero-panel[b-w701luhbw6] {
    margin-bottom: 18px;
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    background: #fbfdff;
    padding: 18px;
}

.summary-hero-main[b-w701luhbw6] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-width: 0;
    min-height: 220px;
}

[b-w701luhbw6] .detail-hero-image {
    width: 220px !important;
    height: 100% !important;
    min-width: 220px !important;
    max-width: 220px !important;
    min-height: 220px !important;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.summary-hero-copy[b-w701luhbw6] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

[b-w701luhbw6] .detail-title {
    font-weight: 800;
    line-height: 1.2;
    color: #1f2a44 !important;
}

[b-w701luhbw6] .detail-summary,
[b-w701luhbw6] .form-section-text {
    color: #41516a !important;
    line-height: 1.6;
}

.summary-metric-grid[b-w701luhbw6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 220px));
    gap: 12px;
    margin-top: auto;
}

.summary-metric-card[b-w701luhbw6] {
    border: 1px solid #e4ebf4;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    min-height: 120px;
}

.metric-label[b-w701luhbw6] {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.metric-value[b-w701luhbw6] {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: #16233a;
    margin-bottom: 8px;
}

.metric-value span[b-w701luhbw6] {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #667085;
}

.metric-status[b-w701luhbw6] {
    font-weight: 800;
}

.metric-status.is-good[b-w701luhbw6] {
    color: #15803d;
}

.metric-status.is-warning[b-w701luhbw6] {
    color: #f59e0b;
}

.metric-status.is-risk[b-w701luhbw6] {
    color: #dc2626;
}

.metric-status.is-muted[b-w701luhbw6] {
    color: #667085;
}

.analysis-form-panel[b-w701luhbw6] {
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.form-tabs[b-w701luhbw6] {
    display: flex;
    gap: 22px;
    padding: 0 18px;
    border-bottom: 1px solid #e4ebf4;
    background: #fbfdff;
}

.form-tab[b-w701luhbw6] {
    appearance: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    cursor: pointer;
    padding: 14px 0 12px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.form-tab:hover[b-w701luhbw6] {
    color: #155eef;
}

.form-tab.active[b-w701luhbw6] {
    color: #155eef;
    border-bottom-color: #155eef;
}

.form-section[b-w701luhbw6] {
    padding: 18px;
    border-bottom: 1px solid #edf2f7;
}

.form-section:last-child[b-w701luhbw6] {
    border-bottom: none;
}

.form-section-header[b-w701luhbw6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #1f2a44;
    font-weight: 900;
}

.form-section-header.is-positive[b-w701luhbw6] {
    color: #15803d;
}

.form-section-header.is-opportunity[b-w701luhbw6] {
    color: #f59e0b;
}

.form-section-header.is-risk[b-w701luhbw6] {
    color: #dc2626;
}

.form-subblock[b-w701luhbw6] {
    margin-top: 16px;
    padding: 14px;
    border-radius: 8px;
    background: #f8fafc;
}

.form-subtitle[b-w701luhbw6],
.evidence-heading[b-w701luhbw6] {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 900;
}

.evidence-block[b-w701luhbw6] {
    margin-top: 16px;
}

.finding-list[b-w701luhbw6],
.evidence-list[b-w701luhbw6],
.nested-evidence-list[b-w701luhbw6] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nested-evidence-list[b-w701luhbw6] {
    margin-top: 12px;
    margin-left: 24px;
    padding-left: 14px;
    border-left: 2px solid #dbe7f5;
}

.finding-card[b-w701luhbw6] {
    padding: 12px;
    border-radius: 8px;
    background: #fbfdff;
    border: 1px solid #eef2f7;
}

.finding-row[b-w701luhbw6],
.evidence-row[b-w701luhbw6] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.finding-dot[b-w701luhbw6],
.evidence-dot[b-w701luhbw6] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    background: #94a3b8;
}

.finding-dot.is-positive[b-w701luhbw6],
.evidence-dot.is-positive[b-w701luhbw6] {
    background: #22c55e;
}

.finding-dot.is-opportunity[b-w701luhbw6],
.evidence-dot.is-opportunity[b-w701luhbw6] {
    background: #f59e0b;
}

.finding-dot.is-risk[b-w701luhbw6],
.evidence-dot.is-risk[b-w701luhbw6] {
    background: #ef4444;
}

.finding-dot.is-warning[b-w701luhbw6] {
    background: #f59e0b;
}

.finding-dot.is-muted[b-w701luhbw6] {
    background: #94a3b8;
}

.evidence-dot.is-current[b-w701luhbw6] {
    background: #155eef;
}

.nested-evidence-list .evidence-row[b-w701luhbw6] {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 12px;
}

.nested-evidence-list .evidence-dot[b-w701luhbw6] {
    width: 10px;
    height: 18px;
    margin-top: 2px;
    border-radius: 999px;
    background: #94a3b8;
}

.nested-evidence-list .evidence-dot.is-positive[b-w701luhbw6] {
    background: #86efac;
}

.nested-evidence-list .evidence-dot.is-opportunity[b-w701luhbw6] {
    background: #fcd34d;
}

.nested-evidence-list .evidence-dot.is-risk[b-w701luhbw6] {
    background: #fca5a5;
}

[b-w701luhbw6] .evidence-quote {
    color: #334155 !important;
    line-height: 1.55;
}

.evidence-meta[b-w701luhbw6] {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
}

.risk-severity[b-w701luhbw6] {
    margin-top: 4px;
    font-size: 0.76rem;
    font-weight: 800;
}

.risk-low[b-w701luhbw6] {
    color: #15803d;
}

.risk-medium[b-w701luhbw6] {
    color: #f59e0b;
}

.risk-high[b-w701luhbw6] {
    color: #dc2626;
}

.risk-critical[b-w701luhbw6] {
    color: #991b1b;
}

.risk-unknown[b-w701luhbw6] {
    color: #667085;
}

[b-w701luhbw6] .empty-text {
    color: #94a3b8 !important;
}

@media (max-width: 760px) {
    .development-detail-main[b-w701luhbw6] {
        padding: 12px;
    }

    .detail-topbar[b-w701luhbw6] {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-metric-grid[b-w701luhbw6] {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .summary-hero-main[b-w701luhbw6] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    [b-w701luhbw6] .detail-hero-image {
        width: 120px !important;
        height: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        min-height: 120px !important;
    }

    .form-tabs[b-w701luhbw6] {
        overflow-x: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-c2ckhqjkrh] {

    gap: 24px;
    align-items: stretch;
    min-height: calc(100vh - 32px);
}

.dashboard-page.is-sidebar-collapsed[b-c2ckhqjkrh] {
    grid-template-columns: minmax(0, 1fr);
}

.dashboard-page-sidebar[b-c2ckhqjkrh] {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.dashboard-page-content[b-c2ckhqjkrh] {
    min-width: 0;
}

.dashboard-sidebar-header[b-c2ckhqjkrh] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 40px;
    margin-bottom: 8px;
}

.dashboard-toolbar[b-c2ckhqjkrh] {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin-bottom: 8px;
}

@media (max-width: 960px) {
    .dashboard-page[b-c2ckhqjkrh],
    .dashboard-page.is-sidebar-collapsed[b-c2ckhqjkrh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Quality.razor.rz.scp.css */
.quality-workbench[b-hui30208v4] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.quality-workbench-main[b-hui30208v4] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.dashboard-panel[b-hui30208v4] {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.quality-topbar[b-hui30208v4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.quality-topbar-actions[b-hui30208v4] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.quality-hero[b-hui30208v4] {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

[b-hui30208v4] .quality-hero-image {
    width: 96px;
    height: 96px;
    min-width: 96px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.quality-hero-content[b-hui30208v4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.dashboard-title[b-hui30208v4] {
    font-weight: 700;
    color: #1f2a44;
}

.quality-hero-summary[b-hui30208v4] {
    color: #5f6b7a;
    line-height: 1.7;
    max-width: 980px;
}

.metric-grid[b-hui30208v4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 16px;
}

.metric-card[b-hui30208v4] {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-hui30208v4] .metric-label {
    color: #7b8794 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.metric-value[b-hui30208v4] {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #172033;
    margin-bottom: 12px;
}

.metric-value span[b-hui30208v4] {
    font-size: 22px;
    color: #8b95a7;
    margin-left: 4px;
}

[b-hui30208v4] .metric-status {
    font-weight: 700;
}

[b-hui30208v4] .metric-status.is-good {
    color: #15803d !important;
}

[b-hui30208v4] .metric-status.is-warning {
    color: #f59e0b !important;
}

[b-hui30208v4] .metric-status.is-risk {
    color: #dc2626 !important;
}

[b-hui30208v4] .metric-status.is-muted {
    color: #94a3b8 !important;
}

.section-kicker[b-hui30208v4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #7b8794;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.ai-panel[b-hui30208v4] {
    border-left: 4px solid #f59e0b;
}

[b-hui30208v4] .ai-recommendation-title {
    color: #d97706 !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.ai-detail-block[b-hui30208v4] {
    margin-top: 18px;
}

[b-hui30208v4] .ai-detail-heading {
    font-weight: 800;
    color: #111827 !important;
    margin-bottom: 8px;
}

[b-hui30208v4] .ai-detail-text {
    color: #374151 !important;
    line-height: 1.6;
}

.next-step-list[b-hui30208v4] {
    margin: 0;
    padding-left: 20px;
    color: #475569;
}

.next-step-list li[b-hui30208v4] {
    margin-bottom: 7px;
    line-height: 1.45;
}

[b-hui30208v4] .section-title {
    font-weight: 700;
    color: #1f2a44 !important;
}

.takeaway-list[b-hui30208v4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.takeaway-card[b-hui30208v4] {
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 16px;
}

.takeaway-card-header[b-hui30208v4] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

[b-hui30208v4] .takeaway-icon.is-success {
    color: #16a34a !important;
}

[b-hui30208v4] .takeaway-icon.is-warning {
    color: #f59e0b !important;
}

[b-hui30208v4] .takeaway-icon.is-risk {
    color: #dc2626 !important;
}

[b-hui30208v4] .takeaway-icon.is-info {
    color: #2563eb !important;
}

[b-hui30208v4] .empty-text {
    color: #94a3b8 !important;
}

.details-panel[b-hui30208v4] {
    min-height: 96px;
}

.details-panel-content[b-hui30208v4] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 64px;
}

@media (max-width: 900px) {
    .quality-workbench-main[b-hui30208v4] {
        padding: 12px;
    }

    .quality-hero[b-hui30208v4] {
        flex-direction: column;
    }

    .metric-grid[b-hui30208v4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/QualityDeepDetails.razor.rz.scp.css */
.quality-detail-page[b-9i6i3g44nt] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.quality-detail-main[b-9i6i3g44nt] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.detail-workbench[b-9i6i3g44nt] {
    width: 100%;
    min-height: calc(100vh - 48px);
    background: #fff;
    border: 1px solid #e4ebf4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.detail-topbar[b-9i6i3g44nt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.detail-actions[b-9i6i3g44nt] {
    display: flex;
    gap: 10px;
}

.summary-hero-panel[b-9i6i3g44nt] {
    margin-bottom: 18px;
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    background: #fbfdff;
    padding: 18px;
}

.summary-hero-main[b-9i6i3g44nt] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-width: 0;
    min-height: 220px;
}

[b-9i6i3g44nt] .detail-hero-image {
    width: 220px !important;
    height: 100% !important;
    min-width: 220px !important;
    max-width: 220px !important;
    min-height: 220px !important;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.summary-hero-copy[b-9i6i3g44nt] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

[b-9i6i3g44nt] .detail-title {
    font-weight: 800;
    line-height: 1.2;
    color: #1f2a44 !important;
}

[b-9i6i3g44nt] .detail-summary,
[b-9i6i3g44nt] .form-section-text {
    color: #41516a !important;
    line-height: 1.6;
}

.summary-metric-grid[b-9i6i3g44nt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 220px));
    gap: 12px;
    margin-top: auto;
}

.summary-metric-card[b-9i6i3g44nt] {
    border: 1px solid #e4ebf4;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    min-height: 120px;
}

.metric-label[b-9i6i3g44nt] {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.metric-value[b-9i6i3g44nt] {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: #16233a;
    margin-bottom: 8px;
}

.metric-value span[b-9i6i3g44nt] {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #667085;
}

.metric-status[b-9i6i3g44nt] {
    font-weight: 800;
}

.metric-status.is-good[b-9i6i3g44nt] {
    color: #15803d;
}

.metric-status.is-warning[b-9i6i3g44nt] {
    color: #f59e0b;
}

.metric-status.is-risk[b-9i6i3g44nt] {
    color: #dc2626;
}

.metric-status.is-muted[b-9i6i3g44nt] {
    color: #667085;
}

.analysis-form-panel[b-9i6i3g44nt] {
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.form-tabs[b-9i6i3g44nt] {
    display: flex;
    gap: 22px;
    padding: 0 18px;
    border-bottom: 1px solid #e4ebf4;
    background: #fbfdff;
}

.form-tab[b-9i6i3g44nt] {
    appearance: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    padding: 14px 0 12px;
    color: #155eef;
    font-size: 0.82rem;
    font-weight: 700;
    border-bottom: 3px solid #155eef;
    white-space: nowrap;
}

.form-section[b-9i6i3g44nt] {
    padding: 18px;
    border-bottom: 1px solid #edf2f7;
}

.form-section:last-child[b-9i6i3g44nt] {
    border-bottom: none;
}

.form-section-header[b-9i6i3g44nt] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #1f2a44;
    font-weight: 900;
}

.form-section-header.is-evidence[b-9i6i3g44nt] {
    color: #155eef;
}

.form-subblock[b-9i6i3g44nt] {
    margin-top: 16px;
    padding: 14px;
    border-radius: 8px;
    background: #f8fafc;
}

.form-subtitle[b-9i6i3g44nt] {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 900;
}

.evidence-list[b-9i6i3g44nt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.evidence-row[b-9i6i3g44nt] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border-radius: 8px;
    background: #fbfdff;
    border: 1px solid #eef2f7;
}

.evidence-dot[b-9i6i3g44nt] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    background: #155eef;
}

[b-9i6i3g44nt] .evidence-quote {
    color: #334155 !important;
    line-height: 1.55;
}

.evidence-meta[b-9i6i3g44nt] {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
}

[b-9i6i3g44nt] .empty-text {
    color: #94a3b8 !important;
}

@media (max-width: 760px) {
    .quality-detail-main[b-9i6i3g44nt] {
        padding: 12px;
    }

    .detail-topbar[b-9i6i3g44nt] {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-metric-grid[b-9i6i3g44nt] {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .summary-hero-main[b-9i6i3g44nt] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    [b-9i6i3g44nt] .detail-hero-image {
        width: 120px !important;
        height: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        min-height: 120px !important;
    }
}
/* /Components/Pages/SdgDeepDetails.razor.rz.scp.css */
.sdg-detail-page[b-en2a687ujk] {
    display: flex;
    min-height: 100vh;
    background: #f6f8fb;
}

.sdg-detail-main[b-en2a687ujk] {
    flex: 1;
    min-width: 0;
    padding: 24px;
}

.detail-workbench[b-en2a687ujk] {
    width: 100%;
    min-height: calc(100vh - 48px);
    background: #fff;
    border: 1px solid #e4ebf4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.detail-topbar[b-en2a687ujk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.detail-actions[b-en2a687ujk] {
    display: flex;
    gap: 10px;
}

.summary-hero-panel[b-en2a687ujk] {
    margin-bottom: 18px;
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    background: #fbfdff;
    padding: 18px;
}

.summary-hero-main[b-en2a687ujk] {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-width: 0;
    min-height: 220px;
}

[b-en2a687ujk] .detail-hero-image {
    width: 220px !important;
    height: 100% !important;
    min-width: 220px !important;
    max-width: 220px !important;
    min-height: 220px !important;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.summary-hero-copy[b-en2a687ujk] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.detail-title[b-en2a687ujk] {
    font-weight: 800;
    line-height: 1.2;
    color: #1f2a44;
}

.detail-summary[b-en2a687ujk],
.form-section-text[b-en2a687ujk] {
    color: #41516a;
    line-height: 1.6;
}

.summary-metric-grid[b-en2a687ujk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 220px));
    gap: 12px;
    margin-top: auto;
}

.summary-metric-card[b-en2a687ujk] {
    border: 1px solid #e4ebf4;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    min-height: 120px;
}

.metric-label[b-en2a687ujk] {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.metric-value[b-en2a687ujk] {
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: #16233a;
    margin-bottom: 8px;
}

    .metric-value span[b-en2a687ujk] {
        margin-left: 4px;
        font-size: 15px;
        font-weight: 700;
        color: #667085;
    }

.metric-status[b-en2a687ujk] {
    font-weight: 800;
}

    .metric-status.is-good[b-en2a687ujk] {
        color: #15803d;
    }

    .metric-status.is-warning[b-en2a687ujk] {
        color: #f59e0b;
    }

    .metric-status.is-risk[b-en2a687ujk] {
        color: #dc2626;
    }

    .metric-status.is-muted[b-en2a687ujk] {
        color: #667085;
    }

.analysis-form-panel[b-en2a687ujk] {
    border: 1px solid #e4ebf4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.form-tabs[b-en2a687ujk] {
    display: flex;
    gap: 22px;
    padding: 0 18px;
    border-bottom: 1px solid #e4ebf4;
    background: #fbfdff;
}

.form-tab[b-en2a687ujk] {
    appearance: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    cursor: pointer;
    padding: 14px 0 12px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

    .form-tab:hover[b-en2a687ujk] {
        color: #155eef;
    }

    .form-tab.active[b-en2a687ujk] {
        color: #155eef;
        border-bottom-color: #155eef;
    }

.form-section[b-en2a687ujk] {
    padding: 18px;
    border-bottom: 1px solid #edf2f7;
}

    .form-section:last-child[b-en2a687ujk] {
        border-bottom: none;
    }

.form-section-header[b-en2a687ujk] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #1f2a44;
    font-weight: 900;
}

    .form-section-header.is-positive[b-en2a687ujk] {
        color: #15803d;
    }

    .form-section-header.is-opportunity[b-en2a687ujk] {
        color: #f59e0b;
    }

    .form-section-header.is-risk[b-en2a687ujk] {
        color: #dc2626;
    }

.form-subblock[b-en2a687ujk] {
    margin-top: 16px;
    padding: 14px;
    border-radius: 8px;
    background: #f8fafc;
}

.form-subtitle[b-en2a687ujk],
.evidence-heading[b-en2a687ujk] {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 900;
}

.evidence-block[b-en2a687ujk] {
    margin-top: 16px;
}

.finding-list[b-en2a687ujk],
.evidence-list[b-en2a687ujk],
.nested-evidence-list[b-en2a687ujk] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nested-evidence-list[b-en2a687ujk] {
    margin-top: 12px;
    margin-left: 24px;
    padding-left: 14px;
    border-left: 2px solid #dbe7f5;
}

.finding-card[b-en2a687ujk] {
    padding: 12px;
    border-radius: 8px;
    background: #fbfdff;
    border: 1px solid #eef2f7;
}

.finding-row[b-en2a687ujk],
.evidence-row[b-en2a687ujk] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.finding-dot[b-en2a687ujk],
.evidence-dot[b-en2a687ujk] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    background: #94a3b8;
}

    .finding-dot.is-positive[b-en2a687ujk],
    .evidence-dot.is-positive[b-en2a687ujk] {
        background: #22c55e;
    }

    .finding-dot.is-opportunity[b-en2a687ujk],
    .evidence-dot.is-opportunity[b-en2a687ujk] {
        background: #f59e0b;
    }

    .finding-dot.is-risk[b-en2a687ujk],
    .evidence-dot.is-risk[b-en2a687ujk] {
        background: #ef4444;
    }

    .finding-dot.is-warning[b-en2a687ujk] {
        background: #f59e0b;
    }

    .finding-dot.is-muted[b-en2a687ujk] {
        background: #94a3b8;
    }

.evidence-dot.is-current[b-en2a687ujk] {
    background: #155eef;
}

.nested-evidence-list .evidence-row[b-en2a687ujk] {
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 12px;
}

.nested-evidence-list .evidence-dot[b-en2a687ujk] {
    width: 10px;
    height: 18px;
    margin-top: 2px;
    border-radius: 999px;
    background: #94a3b8;
}

.nested-evidence-list .evidence-dot.is-positive[b-en2a687ujk] {
    background: #86efac;
}

.nested-evidence-list .evidence-dot.is-opportunity[b-en2a687ujk] {
    background: #fcd34d;
}

.nested-evidence-list .evidence-dot.is-risk[b-en2a687ujk] {
    background: #fca5a5;
}

.evidence-quote[b-en2a687ujk] {
    color: #334155;
    line-height: 1.55;
}

.evidence-meta[b-en2a687ujk] {
    margin-top: 4px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
}

.risk-severity[b-en2a687ujk] {
    margin-top: 4px;
    font-size: 0.76rem;
    font-weight: 800;
}

.risk-low[b-en2a687ujk] {
    color: #15803d;
}

.risk-medium[b-en2a687ujk] {
    color: #f59e0b;
}

.risk-high[b-en2a687ujk] {
    color: #dc2626;
}

.risk-critical[b-en2a687ujk] {
    color: #991b1b;
}

.risk-unknown[b-en2a687ujk] {
    color: #667085;
}

.empty-text[b-en2a687ujk] {
    color: #94a3b8;
}

@media (max-width: 760px) {
    .sdg-detail-main[b-en2a687ujk] {
        padding: 12px;
    }

    .detail-topbar[b-en2a687ujk] {
        align-items: flex-start;
        flex-direction: column;
    }

    .summary-metric-grid[b-en2a687ujk] {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .summary-hero-main[b-en2a687ujk] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    [b-en2a687ujk] .detail-hero-image {
        width: 120px !important;
        height: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        min-height: 120px !important;
    }

    .form-tabs[b-en2a687ujk] {
        overflow-x: auto;
    }
}
