/* Custom CMS Score Section */
.cms-score-section {
    background: #ffffff;
}

.cms-score-badge {
    font-size: 11px;
    font-weight: 800;
    color: #003d82;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(74, 144, 226, 0.15);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.cms-score-title {
    color: #1b1e21;
    font-size: 26px;
}

.cms-score-subtitle {
    font-size: 14px;
}

.cms-score-filter-wrapper {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 6px 16px;
    border: 1px solid #e9ecef;
}

.cms-score-filter-label {
    color: #495057;
    font-size: 13px;
}

.cms-score-filter-select {
    width: 100px;
    border-radius: 6px;
    font-weight: 700;
    color: #003d82;
    border-color: #cbd5e1;
    cursor: pointer;
}

.cms-score-card-left {
    background: linear-gradient(135deg, #003d82 0%, #001f42 100%);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 61, 130, 0.2);
    position: relative;
    overflow: hidden;
}

.cms-score-card-bg-icon {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0.05;
}

.cms-score-card-bg-icon i {
    font-size: 150px;
    color: #fff;
}

.cms-score-card-img-wrapper {
    position: relative;
    z-index: 1;
}

.cms-score-card-img {
    max-height: 80px;
    object-fit: contain;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
    border-radius: 8px;
}

.cms-score-card-title {
    position: relative;
    z-index: 1;
}

.cms-score-card-year {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
}

.cms-score-card-percentage {
    font-size: 48px;
    line-height: 1;
    color: #4a90e2;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.cms-score-card-percentage span {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.cms-score-card-stars {
    gap: 4px;
    position: relative;
    z-index: 1;
}

.cms-score-card-stars .star-filled {
    color: #f59e0b;
    font-size: 24px;
}

.cms-score-card-stars .star-empty {
    color: rgba(255, 255, 255, 0.2);
    font-size: 24px;
}

.cms-score-card-note {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    color: #e2e8f0;
    position: relative;
    z-index: 1;
}

.cms-score-card-right {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f1f3f5;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.cms-score-chart-wrapper {
    min-height: 350px;
}

/* Modal Drill Down Structure */
.cms-drilldown-modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
}

.cms-drilldown-modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.cms-drilldown-modal-header {
    background: linear-gradient(135deg, #003d82, #1a6fc4);
    border-bottom: 0;
    padding: 20px 25px;
}

.cms-drilldown-modal-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}

.cms-drilldown-modal-title {
    color: #ffffff;
}

.cms-drilldown-modal-close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

.cms-drilldown-modal-close span {
    font-size: 28px;
}

.cms-drilldown-modal-body-bg {
    background: #f4f7f6;
}

.cms-drilldown-modal-body-content {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.cms-drilldown-modal-structure-title {
    color: #1b1e21;
}

.cms-drilldown-modal-avg-score {
    color: #4a90e2;
    font-size: 20px;
}

.cms-drilldown-table {
    font-size: 13px;
    border-collapse: collapse;
    background: #fff;
}

.cms-drilldown-table thead {
    background: #f8f9fa;
}

.cms-drilldown-table th {
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-weight: 800;
    padding: 15px;
}

.cms-drilldown-modal-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 15px 25px;
}

.cms-drilldown-modal-info {
    font-size: 12px;
    color: #6c757d;
    flex: 1;
}

.cms-drilldown-btn-close {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 700;
}

/* Drill Down Rows */
.drilldown-row-root {
    border-bottom: 1px solid #f1f3f5;
}

.drilldown-row-root-td {
    vertical-align: middle;
    position: relative;
}

.drilldown-line-vertical-lg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #4a90e2;
    opacity: 0.3;
}

.drilldown-folder-icon {
    font-size: 16px;
}

.drilldown-score-badge {
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
}

.drilldown-method-row {
    border-bottom: 1px solid #eee;
}

.drilldown-method-td {
    position: relative;
}

.drilldown-line-vertical-sm {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.drilldown-line-horizontal-sm {
    position: absolute;
    top: 20px;
    width: 15px;
    height: 2px;
    background: #e9ecef;
}

.drilldown-method-name {
    color: #495057;
    font-size: 12.5px;
    line-height: 1.4;
}

.drilldown-method-icon {
    width: 14px;
    text-align: center;
}

.drilldown-method-type {
    margin-left: 24px;
    font-size: 10px;
    color: #adb5bd;
    margin-top: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.drilldown-val-td {
    vertical-align: middle;
    font-size: 12.5px;
    color: #495057;
}

.drilldown-target-val {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.drilldown-capaian-td {
    vertical-align: middle;
    font-size: 12.5px;
    color: #495057;
    font-weight: 600;
}

.drilldown-capaian-pub {
    color: #22c55e;
    margin-bottom: 4px;
}

.drilldown-capaian-draft {
    color: #f59e0b;
    margin-bottom: 4px;
}

.drilldown-capaian-null {
    color: #ef4444;
}

.drilldown-capaian-num {
    margin-bottom: 4px;
}

.drilldown-link-btn {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 700;
}

.drilldown-score-td {
    vertical-align: middle;
}

.drilldown-score-val {
    font-weight: 700;
    font-size: 13px;
}

/* --- Instansi CMS Section --- */
.cms-inst-section {
    background: linear-gradient(180deg, #f0f4ff 0%, #ffffff 100%);
}

.cms-inst-subtitle {
    font-size: 11px;
    font-weight: 700;
    color: #4A90E2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cms-inst-title {
    color: #003D82;
    font-size: 24px;
}

.cms-inst-desc {
    color: #6c757d;
    font-size: 13px;
    max-width: 480px;
    line-height: 1.6;
}

.cms-inst-btn-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #003D82, #4A90E2);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(0, 61, 130, 0.25);
}

.cms-inst-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 61, 130, 0.10);
    border: 1px solid rgba(0, 61, 130, 0.08);
    background: #fff;
}

.cms-inst-card-accent {
    height: 4px;
    background: linear-gradient(90deg, #003D82, #4A90E2, #FFD700);
}

.cms-inst-card-header {
    background: #fff;
}

.cms-inst-card-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #003D82, #4A90E2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
    box-shadow: 0 4px 10px rgba(0, 61, 130, 0.25);
}

.cms-inst-card-icon {
    color: #fff;
    font-size: 16px;
}

.cms-inst-card-title {
    color: #003D82;
    font-size: 13px;
    line-height: 1.3;
}

.cms-inst-card-subtitle {
    font-size: 10px;
    color: #6c757d;
}

.cms-inst-stat-box-1 {
    flex: 1;
    background: #f0f4ff;
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
}

.cms-inst-stat-val-1 {
    color: #003D82;
    font-size: 20px;
    line-height: 1;
}

.cms-inst-stat-label-1 {
    color: #6c757d;
    font-size: 9px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cms-inst-stat-box-2 {
    flex: 1;
    background: linear-gradient(135deg, #e8f5e9, #f1fff4);
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #c8e6c9;
}

.cms-inst-stat-val-2 {
    color: #2e7d32;
    font-size: 20px;
    line-height: 1;
}

.cms-inst-stat-label-2 {
    color: #4caf50;
    font-size: 9px;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cms-inst-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 0 16px;
}

.cms-inst-tree-wrap {
    flex: 1;
    max-height: 300px;
    overflow-y: auto;
}

.cms-inst-tree-root-icon {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #e8eeff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 1px;
}

.cms-inst-tree-root-fa {
    color: #4A90E2;
    font-size: 9px;
}

.cms-inst-tree-root-text {
    font-size: 11px;
    color: #003D82;
    line-height: 1.3;
}

.cms-inst-tree-root-kode {
    opacity: 0.6;
    margin-right: 3px;
}

.cms-inst-btn-data {
    font-size: 9px;
    font-weight: 700;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: 1px 8px;
    text-decoration: none;
    display: inline-block;
}

.cms-inst-tree-child-wrap {
    border-left: 2px solid #e8eeff;
    padding-left: 10px;
}

.cms-inst-tree-child-icon {
    color: #dee2e6;
    font-size: 5px;
    flex-shrink: 0;
    margin-right: 7px;
    margin-top: 5px;
}

.cms-inst-tree-child-text {
    font-size: 10px;
    color: #495057;
    line-height: 1.3;
}

.cms-inst-tree-child-kode {
    color: #6c757d;
    margin-right: 3px;
}

.cms-inst-no-data {
    font-size: 9px;
    color: #ced4da;
    font-style: italic;
}

.cms-inst-card-footer {
    background: #f8f9ff;
    border-top: 1px solid #eef0f8;
}

.cms-inst-btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4A90E2;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3px;
}

/* --- Other SF Section --- */
.osf-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}

.osf-title {
    color: #fff;
    letter-spacing: 1px;
}

.osf-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.osf-no-data {
    color: rgba(255, 255, 255, 0.6);
}

.osf-card-base {
    cursor: pointer;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.osf-card-header-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e94560, #c62a47);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.osf-card-header-fa {
    color: #fff;
    font-size: 18px;
}

.osf-chevron {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-top: 4px;
}

.osf-card-name {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.osf-card-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    line-height: 1.5;
}

.osf-stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 6px 12px;
    flex: 1;
    text-align: center;
}

.osf-stat-val {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.osf-stat-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.osf-stat-box-green {
    background: rgba(40, 200, 100, 0.15);
    border-radius: 8px;
    padding: 6px 12px;
    flex: 1;
    text-align: center;
}

.osf-stat-val-green {
    color: #5dffa0;
    font-size: 18px;
    line-height: 1;
}

.osf-stat-label-green {
    color: rgba(93, 255, 160, 0.6);
    font-size: 10px;
}

.osf-expand-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.3);
    max-height: 380px;
    overflow-y: auto;
}

.osf-expand-empty {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.osf-expand-badge {
    font-size: 11px;
    font-weight: 800;
    color: #e94560;
    background: rgba(233, 69, 96, 0.15);
    border: 1px solid rgba(233, 69, 96, 0.3);
    border-radius: 4px;
    padding: 2px 7px;
    margin-right: 8px;
    flex-shrink: 0;
}

.osf-expand-name {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}

.osf-expand-list {
    border-left: 2px solid rgba(233, 69, 96, 0.25);
    padding-left: 10px;
    margin: 0;
}

.osf-expand-list-bullet {
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 7px;
}

.osf-expand-list-kode {
    font-size: 10px;
    font-weight: 700;
    color: #e94560;
}

.osf-expand-list-nama {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.osf-expand-btn-data {
    font-size: 10px;
    font-weight: 600;
    background: rgba(40, 200, 100, 0.2);
    color: #5dffa0;
    border: 1px solid rgba(40, 200, 100, 0.35);
    border-radius: 20px;
    padding: 1px 7px;
    text-decoration: none;
    display: inline-block;
}

.osf-expand-btn-fa {
    font-size: 9px;
}

.osf-expand-no-data {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
    font-style: italic;
}

.osf-expand-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin: 4px 16px;
}

/* --- Performance Section --- */
.perf-section {
    background: linear-gradient(180deg, #f8fcf9 0%, #ffffff 100%);
}

.perf-badge {
    font-size: 11px;
    font-weight: 800;
    color: #003d82;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(74, 144, 226, 0.15);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.perf-title {
    color: #1b1e21;
    font-size: 26px;
}

.perf-subtitle {
    color: #6c757d;
    font-size: 14px;
    max-width: 600px;
    line-height: 1.6;
}

.perf-btn-detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e4eff9, #b8d8f8);
    border: 1px solid #99c2f0;
    color: #003d82;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 61, 130, 0.15);
    transition: all 0.3s ease;
}

.perf-empty-box {
    background: #fff;
    border: 1px dashed #ced4da;
    border-radius: 12px;
    padding: 40px;
    display: inline-block;
}

.perf-empty-fa {
    color: #adb5bd;
}

.perf-empty-title {
    color: #495057;
    font-weight: 600;
}

.perf-empty-desc {
    font-size: 13px;
}

.perf-card {
    border-radius: 16px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.perf-card-year {
    color: #212529;
    font-size: 28px;
    letter-spacing: -0.5px;
}

.perf-badge-latest {
    font-size: 10px;
    color: #fff;
    background: #003d82;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.perf-badge-archive {
    font-size: 11px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
}

.perf-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perf-icon {
    font-size: 22px;
}

.perf-score-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.perf-score-label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 4px;
}

.perf-score-val {
    font-size: 42px;
    line-height: 1;
}

.perf-score-pct {
    font-size: 20px;
    color: #adb5bd;
}

.perf-prog-label {
    font-size: 12px;
    font-weight: 600;
    color: #495057;
}

.perf-prog-val {
    font-size: 13px;
    font-weight: 800;
}

.perf-prog-bar-wrap {
    height: 10px;
    border-radius: 20px;
    background: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.perf-prog-bar {
    background: linear-gradient(90deg, #4a90e2, #003d82);
    border-radius: 20px;
}

/* --- SDGs Section --- */
.sdgs-section {
    background: linear-gradient(135deg, #003D82 0%, #0056B3 50%, #1a6fc4 100%);
}

.sdgs-title {
    color: #fff;
    letter-spacing: 1px;
}

.sdgs-subtitle {
    color: rgba(255, 255, 255, 0.75);
}

.sdgs-empty {
    color: rgba(255, 255, 255, 0.7);
}

.sdgs-card-base {
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    transition: all 0.25s ease;
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.sdgs-card-number {
    font-size: 28px;
    color: #FFD700;
    line-height: 1;
}

.sdgs-card-count {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 20px;
}

.sdgs-chevron {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    transition: transform 0.25s;
}

.sdgs-card-name {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}

.sdgs-card-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    line-height: 1.4;
}

.sdgs-expand-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 20, 0.25);
    max-height: 260px;
    overflow-y: auto;
}

.sdgs-expand-empty {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.sdgs-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sdgs-list-bullet {
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFD700;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 5px;
}

.sdgs-list-kode {
    font-size: 11px;
    font-weight: 700;
    color: #FFD700;
}

.sdgs-list-nama {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
}

.sdgs-btn-data {
    font-size: 10px;
    font-weight: 600;
    background: rgba(40, 200, 100, 0.25);
    color: #5dffa0;
    border: 1px solid rgba(40, 200, 100, 0.4);
    border-radius: 20px;
    padding: 1px 8px;
    text-decoration: none;
    display: inline-block;
}

.sdgs-btn-data-fa {
    font-size: 9px;
}

.sdgs-no-data {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    font-style: italic;
}

/* --- Instansi CMS List View --- */
.inst-list-header {
    padding: 30px 0 20px;
}

.inst-list-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 61, 130, 0.08);
}

.inst-card-head {
    background: linear-gradient(135deg, #003D82, #1a6fc4);
    border-left: 5px solid #FFD700;
    cursor: pointer;
}

.inst-card-title {
    color: #fff;
    font-size: 15px;
}

.inst-card-badge-1 {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
}

.inst-card-badge-2 {
    font-size: 11px;
    background: rgba(40, 200, 100, 0.25);
    color: #b1ffd4;
    border-radius: 4px;
    padding: 2px 10px;
}

.inst-card-chevron {
    color: #fff;
    font-size: 16px;
    transition: transform 0.2s;
    display: inline-block;
}

.inst-tree-body {
    background: #fff;
    border-top: 1px solid #e0e8ff;
}

.inst-tree-root-fa {
    color: #003D82;
    font-size: 13px;
    flex-shrink: 0;
}

.inst-tree-root-kode {
    font-size: 12px;
    color: #003D82;
}

.inst-tree-root-nama {
    font-size: 12px;
    color: #343a40;
    line-height: 1.4;
}

.inst-btn-avail {
    font-size: 11px;
    font-weight: 600;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: 2px 10px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
}

.inst-btn-detail {
    font-size: 10px;
    background: #f1f5ff;
    color: #003D82;
    border: 1px solid #c5d5f0;
    border-radius: 4px;
    padding: 2px 10px;
    text-decoration: none;
    display: inline-block;
}

.inst-tree-child-wrap {
    border-left: 2px solid #dee2e6;
}

.inst-tree-child-row {
    border-bottom: 1px solid #f1f3f5;
}

.inst-tree-child-fa {
    color: #6c757d;
    font-size: 11px;
    flex-shrink: 0;
}

.inst-tree-child-kode {
    font-size: 11px;
    color: #495057;
}

.inst-tree-child-nama {
    font-size: 11px;
    color: #6c757d;
    line-height: 1.4;
}

.inst-child-btn-avail {
    font-size: 10px;
    font-weight: 600;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: 1px 8px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
}

.inst-child-btn-detail {
    font-size: 10px;
    background: #f1f5ff;
    color: #003D82;
    border: 1px solid #c5d5f0;
    border-radius: 4px;
    padding: 1px 9px;
    text-decoration: none;
    display: inline-block;
}

.inst-child-no-data {
    font-size: 10px;
    color: #adb5bd;
    font-style: italic;
}

/* --- Performance Detail & Row --- */
.pd-header-sec {
    padding: 40px 0 30px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.pd-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pd-title {
    color: #ffffff;
}

.pd-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    max-width: 650px;
    line-height: 1.6;
}

.pd-btn-back {
    background: #fff;
    color: #1e3c72;
    font-weight: 700;
    border-radius: 30px;
    padding: 10px 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pd-main-sec {
    background: #f4f7f6;
}

.pd-scroll-wrap {
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-top: 5px;
}

.pd-stat-card {
    min-width: 240px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.pd-stat-line-max {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #4a90e2, #003d82);
}

.pd-stat-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pd-stat-val {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 4px;
}

.pd-stat-val-pct {
    font-size: 16px;
    color: #adb5bd;
}

.pd-stat-desc {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
}

.pd-table-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.pd-table-header {
    background: #fff;
    border-bottom: 1px solid #f1f3f5;
}

.pd-table-title {
    color: #212529;
}

.pd-table-subtitle {
    font-size: 13px;
}

.pd-table {
    font-size: 13px;
    border-collapse: collapse;
}

.pd-thead {
    background: #f8f9fa;
}

.pd-th {
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-weight: 800;
    padding: 15px;
}

.pd-legend-wrap {
    background: rgba(0, 61, 130, 0.05);
    border-left: 4px solid #4a90e2;
    border-radius: 0 8px 8px 0;
}

.pd-legend-title {
    color: #003d82;
    font-size: 14px;
}

.pd-legend-desc {
    font-size: 13px;
    line-height: 1.6;
}

/* Drilldown Performance Detail Row */
.pd-row-kode {
    vertical-align: middle;
    padding: 12px 15px;
}

.pd-row-nama {
    vertical-align: middle;
    padding: 12px 15px;
    position: relative;
}

.pd-row-line-lg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #4a90e2;
    opacity: 0.3;
}

.pd-row-bobot {
    vertical-align: middle;
    font-size: 12px;
}

.pd-row-score {
    vertical-align: middle;
    color: #003d82;
    background: rgba(0, 61, 130, 0.03);
}

.pd-metode-row {
    border-bottom: 1px solid #f1f3f5;
}

.pd-metode-nama-td {
    position: relative;
}

.pd-metode-line-lg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #4a90e2;
    opacity: 0.1;
}

.pd-metode-line-sm {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.pd-metode-line-hz {
    position: absolute;
    top: 18px;
    width: 12px;
    height: 2px;
    background: #e9ecef;
}

.pd-metode-nama {
    color: #6c757d;
    font-size: 12.5px;
}

.pd-metode-bobot {
    color: #495057;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.015);
}

.pd-metode-score-td {
    vertical-align: middle;
}

.pd-metode-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e4eff9;
    border-radius: 50%;
    color: #4a90e2;
    font-size: 11px;
    margin: auto;
}

.pd-metode-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff5f5;
    border-radius: 50%;
    color: #ffcdd2;
    font-size: 10px;
    margin: auto;
}