.rbc-wrap { max-width: 800px; font-family: inherit; }
.rbc-overall { margin-bottom: 24px; }
.rbc-overall-label { margin-bottom: 6px; font-size: 15px; }

.rbc-progress-bar {
    background: #e5e7eb;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
    margin: 6px 0;
}
.rbc-progress-bar-sm { height: 6px; }
.rbc-progress-fill {
    background: #16a34a;
    height: 100%;
    transition: width .3s ease;
}

.rbc-phase {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 20px;
    background: #fff;
}
.rbc-phase h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
    font-size: 18px;
}
.rbc-phase-pct { font-size: 14px; color: #16a34a; font-weight: 600; }
.rbc-phase-desc { color: #6b7280; font-size: 14px; margin: 0 0 10px; }

.rbc-items { list-style: none; margin: 10px 0 0; padding: 0; }
.rbc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    gap: 10px;
    flex-wrap: wrap;
}
.rbc-item:last-child { border-bottom: none; }
.rbc-item-title { font-weight: 500; }
.rbc-item-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

.rbc-btn {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    color: #111827;
    display: inline-block;
}
.rbc-btn-complete { background: #111827; color: #fff; border-color: #111827; }
.rbc-btn-done { background: #dcfce7; color: #166534; border-color: #bbf7d0; cursor: default; }
.rbc-btn-upload { background: #2563eb; color: #fff; border-color: #2563eb; }

.rbc-badge {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}
.rbc-badge-pending { background: #fef9c3; color: #854d0e; }

.rbc-reject-note {
    font-size: 12px;
    color: #b91c1c;
    width: 100%;
    margin-bottom: 6px;
}

/* Fase terkunci */
.rbc-phase-locked { background: #f9fafb; opacity: 0.85; }
.rbc-locked-msg { color: #9ca3af; font-size: 14px; margin: 6px 0 0; }

/* Box sertifikat */
.rbc-cert-box {
    margin-top: 14px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #166534;
}

/* Highlight peserta stuck di tabel admin */
tr.rbc-row-stuck { background: #fef2f2 !important; }

/* Modal preview file bukti (admin) */
.rbc-modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    align-items: center;
    justify-content: center;
}
.rbc-modal-overlay.rbc-modal-open { display: flex; }
.rbc-modal-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    position: relative;
}
.rbc-modal-close {
    position: absolute;
    top: 8px; right: 14px;
    font-size: 26px;
    cursor: pointer;
    color: #6b7280;
}
.rbc-modal-box img, .rbc-modal-box iframe {
    max-width: 80vw;
    max-height: 75vh;
}
