/* ==========================================================================
   Dhiigkaal - Administrative Donor Review & Verification View
   ========================================================================== */

.admin-donor-review {
    padding-top: 24px;
    padding-bottom: 60px;
}

.donor-review-hero {
    background: linear-gradient(135deg, #881337 0%, #be123c 50%, #e11d48 100%);
    color: #ffffff;
    padding: 36px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.donor-review-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.donor-review-heading small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fecdd3;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.donor-review-heading h1 {
    font-size: 32px;
    font-weight: 850;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.2;
}

.donor-review-heading p {
    font-size: 15px;
    color: #ffe4e6;
    margin: 0;
    max-width: 650px;
}

.demo-alert-banner {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
    border-radius: 16px;
    padding: 16px 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.06);
}

.demo-alert-banner-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.demo-alert-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fef3c7;
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
}

.demo-alert-banner strong {
    display: block;
    color: #92400e;
    font-size: 15px;
    font-weight: 800;
}

.demo-alert-banner p {
    margin: 2px 0 0;
    color: #b45309;
    font-size: 13px;
}

.donor-review-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
}

/* Sidebar Identity Card */
.donor-review-identity {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    position: sticky;
    top: 90px;
}

.donor-review-identity .review-avatar,
.donor-review-identity img {
    width: 110px;
    height: 110px;
    margin: 0 auto 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fecdd3;
    box-shadow: 0 8px 24px rgba(225, 29, 72, 0.15);
}

.donor-review-identity .review-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e11d48, #be123c);
    color: #ffffff;
    font-size: 42px;
    font-weight: 850;
}

.donor-review-identity h2 {
    font-size: 22px;
    font-weight: 850;
    color: #0f172a;
    margin: 0 0 6px;
}

.donor-review-identity .donor-sub {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 16px;
    font-weight: 600;
}

.review-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 22px;
}

.review-status-badge.verified {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.review-status-badge.pending {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.donor-identity-meta {
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.donor-identity-meta div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
}

.donor-identity-meta dt {
    color: #64748b;
    font-weight: 600;
}

.donor-identity-meta dd {
    margin: 0;
    font-weight: 750;
    color: #0f172a;
}

/* Review Sections */
.donor-review-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.review-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.review-card header small {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #dc2626;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.review-card header h2 {
    font-size: 20px;
    font-weight: 850;
    color: #0f172a;
    margin: 0;
}

/* High Contrast Data Grid */
.review-data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.review-data-tile {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
}

.review-data-tile span {
    display: block;
    font-size: 12px;
    font-weight: 750;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.review-data-tile strong {
    display: block;
    font-size: 15.5px;
    font-weight: 800;
    color: #0f172a;
    word-break: break-word;
}

.review-data-tile .badge-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
}

/* Readiness Checks */
.review-checks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.review-check-tile {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
}

.review-check-tile.yes {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.review-check-tile.no {
    border-color: #fed7aa;
    background: #fff7ed;
}

.check-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    flex-shrink: 0;
}

.review-check-tile.yes .check-icon {
    background: #dcfce7;
    color: #16a34a;
}

.review-check-tile.no .check-icon {
    background: #ffedd5;
    color: #c2410c;
}

.check-info strong {
    display: block;
    font-size: 14px;
    color: #0f172a;
    font-weight: 750;
}

.check-info small {
    display: block;
    font-size: 12px;
    color: #64748b;
}

/* Verification Action Block */
.review-verification-panel {
    background: #ffffff;
    border: 2px solid #cbd5e1;
    border-radius: 20px;
    padding: 26px 28px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.review-verification-panel h2 {
    font-size: 21px;
    font-weight: 850;
    color: #0f172a;
    margin: 0 0 6px;
}

.review-verification-panel p {
    font-size: 14px;
    color: #475569;
    margin: 0 0 20px;
}

.screening-check-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 14px 18px;
    margin-bottom: 16px;
    cursor: pointer;
}

.screening-check-label input {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    accent-color: #dc2626;
    cursor: pointer;
}

.screening-check-label span {
    font-size: 14.5px;
    font-weight: 750;
    color: #0f172a;
}

.verification-note-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.2s;
}

.verification-note-textarea:focus {
    border-color: #dc2626;
}

.verification-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-verify-action {
    background: #16a34a;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 12px 26px;
    font-size: 14.5px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
    transition: all 0.2s;
}

.btn-verify-action:hover {
    background: #15803d;
    transform: translateY(-1px);
}

.btn-unverify-action {
    background: #f1f5f9;
    color: #475569;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-unverify-action:hover {
    background: #e2e8f0;
    color: #0f172a;
}

@media (max-width: 900px) {
    .donor-review-layout {
        grid-template-columns: 1fr;
    }
    .donor-review-identity {
        position: static;
    }
}
