#reportList.is-hidden,
#reportEmpty.is-hidden { display: none !important; }

.report-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 16px;
    color: #8b95a1;
}
.report-empty img { width: 48px; height: 48px; margin-bottom: 16px; }
.report-empty p { margin: 0; font-size: 15px; line-height: 1.5; }

.fund-map-report {
    background: #fff;

    & * { box-sizing: border-box; }

    /* 본문 래퍼 */
    .fund-map-report-body {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 6px 0;
    }

    /* 공통 강조색 */
    .fund-map-report-accent { color: #3182f6; }

    /* 구분선 */
    .fund-map-report-divider { height: 1px; background: #f2f4f6; margin: 0 16px; }

    /* ── 상단 인트로 ── */
    .fund-map-report-intro { display: flex; flex-direction: column; padding: 0 16px; }

    .fund-map-report-monthrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* 월 선택기 트리거 버튼 (dateRangeModal 오픈) */
    .fund-map-report-month-btn {
        display: inline-flex;
        align-items: center;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;

        span {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.6;
            color: #424850;
        }

        img { width: 20px; height: 20px; }
    }

    .fund-map-report-headline {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: var(--gray-900);
    }

    /* ── 기부자 카드 (상태별) ── */
    .fund-map-report-greeting {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px 16px;
        border-radius: 20px;
        background: var(--gray-000);

        .fund-map-report-greeting-head { display: flex; flex-direction: column; gap: 3px; }

        .fund-map-report-greeting-label {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: -0.3px;
            color: #3182f6;
        }

        .fund-map-report-greeting-title {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            color: var(--gray-900);
        }

        .fund-map-report-greeting-desc {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.77;
            letter-spacing: -0.2px;
            color: var(--gray-900);
        }

        .fund-map-report-greeting-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 50px;
            border: 0;
            border-radius: 12px;
            background: var(--primary-color);
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.32px;
            color: #f8f8f8;
            text-decoration: none;
            cursor: pointer;
        }

        /* 환산 정보 (기부 이력) */
        .fund-map-report-greeting-convert { display: flex; flex-direction: column; gap: 5px; }

        .fund-map-report-greeting-convert-text {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.77;
            letter-spacing: -0.2px;
            color: var(--gray-900);

            strong { font-weight: 700; }
            .fund-map-report-accent { font-weight: 700; color: #3182f6; }
        }

        .fund-map-report-greeting-note {
            display: flex;
            align-items: center;
            gap: 5px;

            img { width: 13px; height: 13px; flex-shrink: 0; }

            span {
                font-size: 12px;
                font-weight: 400;
                letter-spacing: -0.2px;
                color: #a0aabb;
            }
        }
    }

    .fund-map-report-news {
        display: flex; flex-direction: column; gap: 10px;
    }

    /* ── 섹션 공통 ── */
    .fund-map-report-section { display: flex; flex-direction: column; gap: 10px; padding: 0 16px; }
    .fund-map-report-section-head { display: flex; flex-direction: column; gap: 5px; }
    .fund-map-report-section-head-titles { display: flex; flex-direction: column; gap: 5px; }

    .fund-map-report-section-head-row {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .fund-map-report-section-title {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2px;
        color: var(--gray-900);
    }

    .fund-map-report-section-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: var(--gray-400);
    }

    .fund-map-report-section-more {
        display: inline-flex;
        align-items: center;
        gap: 3px;
        font-size: 13px;
        font-weight: 600;
        color: var(--gray-400);
        white-space: nowrap;
        text-decoration: none;

        img { width: 12px; height: 12px; }
    }

    /* ── 지원금 구성 ── */
    .fund-map-report-fund-card {
        padding: 20px;
        border-radius: 12px;
        background: var(--gray-000);

        .fund-map-report-fund-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px 0;
        }

        .fund-map-report-fund-name {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 14px;
            font-weight: 400;
            color: var(--gray-600);
        }

        .fund-map-report-fund-val {
            font-size: 14px;
            font-weight: 600;
            color: #191f28;
        }

        .fund-map-report-fund-total {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            margin-top: 7px;
            padding-top: 12px;
            border-top: 1px solid rgba(0, 0, 0, 0.12);
        }

        .fund-map-report-fund-total-name {
            font-size: 14px;
            font-weight: 600;
            color: #191f28;
        }

        .fund-map-report-fund-total-val {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.4;
            color: var(--primary-color);
        }

        .fund-map-report-fund-note {
            margin-top: 5px;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.4;
            letter-spacing: -0.22px;
            color: var(--gray-600);
        }
    }

    .fund-map-report-tooltip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 16px;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 7.5px;
        background: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        color: #a7b0bb;
        cursor: pointer;
    }

    /* ── 지원 품목 ── */
    .fund-map-report-item-list {
        display: flex;
        flex-direction: column;

        .fund-map-report-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 15px 0;
            border-bottom: 1px solid #f2f4f6;
        }
        .fund-map-report-item:last-child {
            border-bottom: none;
        }

        .fund-map-report-item-info {
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .fund-map-report-item-name {
            font-size: 15px;
            font-weight: 400;
            line-height: 1.58;
            color: #333d4b;
        }

        .fund-map-report-item-sub {
            font-size: 13px;
            font-weight: 400;
            line-height: 1.58;
            color: var(--gray-600);
        }

        .fund-map-report-item-qty {
            font-size: 15px;
            font-weight: 700;
            color: #4e5968;
            white-space: nowrap;
        }
    }

    .fund-map-report-item-more {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        border-radius: 15px;
        background: #f6f7f9;

        /* 더보기 클릭 시 hidden 속성으로 숨김 — display:flex 보다 우선 적용 */
        &[hidden] { display: none; }

        .fund-map-report-item-more-left {
            font-size: 14px;
            font-weight: 600;
            color: var(--gray-600);
        }

        .fund-map-report-item-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 0;
            border: 0;
            background: none;
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-color);
            cursor: pointer;

            img { width: 18px; height: 18px; }
        }
    }
}

/* ── 하단 공유 버튼 (footer 내부, 글로벌 btnType 과 동일 특이도 유지 위해 root 레벨) ── */
.fund-map-report-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fund-map-report-share-ico {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* 빈 화면: 등록된 후기(배분)가 없을 때 */
.fund-map-report-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 60vh;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
}

.fund-map-report-empty-icon {
    width: 100px;
    height: 100px;
    opacity: 0.5;
    margin-bottom: 15px;
}

.fund-map-report-empty-desc {
    color: var(--gray-400);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
