.all_content_anre{
    margin-top: 0;
}

/* ── 圖片佔位框 ── */
.annual_report_img_1{
    background: url('/images/main/0001_1.avif');
}

.annual_report_img_2{
    background: url('/images/main/an0002.jpg');
}

.annual_img_block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    height: 140px;
    gap: 25px;
}

.annual_img{
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* aspect-ratio: 4/2; */
    opacity: .85;
    flex: 1;
    height: 140px;
}

.img_placeholder {
    width: 100%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin: 20px 0;
    letter-spacing: 0.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 4/2;
    opacity: .85;
}

.annual_report_signature_img{
    background: url('/images/main/annual_report_signiture.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 30%;
    margin-left: auto;
    margin-top: 0px;
}

.img_placeholder.bar_chart  { aspect-ratio: 4/1.4; }
.img_placeholder.pie_chart  { aspect-ratio: 4/2; }
.img_placeholder.photo      { aspect-ratio: 4/2.2; }
.img_placeholder.signature  { aspect-ratio: 4/1; }

/* ── 資料數字區塊 ── */
.data_row {
    display: flex;
    gap: 8px;
    margin: 6px 0 16px 0;
    flex-wrap: wrap;
}
.data_chip {
    background: #E2EF9F;
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 14px;
    color: #233144;
    display: flex;
    align-items: center;
    gap: 6px;
}
.data_chip_year {
    font-size: 12px;
    color: #7a8a50;
}
.data_chip_num {
    font-size: 20px;
    font-weight: 700;
    color: #233144;
}

/* ── 圓餅圖圖例說明 ── */
.legend_block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 10px 0 18px 0;
    font-size: 13px;
    color: #555;
}
.legend_item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.legend_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── 財務總覽 ── */
.finance_summary_block {
    background: #F7FBF2;
    border-radius: 20px;
    padding: 24px 28px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.finance_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0d8;
    font-size: 15px;
    color: #233144;
}
.finance_row:last-child { border-bottom: none; }
.finance_row_label { font-weight: 500; }
.finance_row_value { font-weight: 700; font-size: 17px; }
.finance_row_value.deficit { color: #c0392b; }

/* ── 奉獻方式 ── */
.donation_list {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.donation_list li {
    background: #E2EF9F;
    border-radius: 10px;
    padding: 5px 14px;
    font-size: 14px;
    color: #233144;
}

/* ── 排行榜 ── */
.rank_block {
    counter-reset: rank;
    margin: 16px 0;
}
.rank_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e0;
}
.rank_item:last-child { border-bottom: none; }
.rank_num {
    font-size: 22px;
    font-weight: 700;
    color: #68F73C;
    min-width: 28px;
    line-height: 1.4;
}
.rank_title {
    font-size: 15px;
    color: #233144;
    line-height: 1.8;
}

/* ── 主圖容器 ── */
.main_img_container_annual {
    background-image: url('/images/main/0002_3.avif');
}

/* ── 數據概覽卡片 ── */
.stats_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 20px 0 30px 0;
}
.stat_card {
   flex-direction: column;
   max-width: 300px;
}
.stat_card_num {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
.stat_card_unit {
    font-size: 14px;
    color: #ffffff;
    margin-top: 4px;
}

.chart_container{
    display: flex;
}

.chart_block{
    flex: 1;
}

.teaxt_normal_right{
    width: 100%;
    text-align: right;
}

.an_chart{
    position:relative;
    height:160px;
    margin-bottom:30px;
}


.arblock_1{
    background: url('/images/main/基聯展新書講座_誰是時代的先知_羅秉祥.jpg');
}

.arblock_2{
    background: url('/images/main/基聯展新書講座_新約語言學釋經法_劉加恩.jpg');
}

.arblock_3{
    background: url('/images/main/基聯展新書講座_天國崛起_張楷弦2.jpg');
}

.arblock_4{
    background: url('/images/main/禮物書講座_楊美恩簽書2.jpg');
}


.annual_report_small_img_text{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
    /* position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); */
}


.annual_report_small_img_box{
    height: 190px;
    flex: 1;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; */
}

.annual_report_small_img_block{
    width: 100%;
    display: flex;
    gap: 20px;
    margin: 10px 0 15px 0;
    align-items: flex-start;
    height: 190px;
}

.annual_report_small_img {
    flex: 1;
    /* width: 100%; */
    height: 140px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9;
}

.arblock_2{
    background-position: top;
}






@media (max-width: 700px) {
    .stats_grid { grid-template-columns: repeat(2, 1fr); }
    .finance_row_value { font-size: 15px; }
}
@media (max-width: 500px) {
    .stats_grid { grid-template-columns: repeat(2, 1fr); }
}




.book_rank_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 20px 0 30px 0;
}

.book_rank_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.book_rank_label {
    font-size: 14px;
    font-weight: 600;
    color: #4F9B84;
    font-weight: 600;
    letter-spacing: 1px;
}

.book_rank_cover {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 20px;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 6px 6px rgba(0, 0, 0, .3);
}

.book_rank_cover:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-6px, -6px);
    box-shadow: 12px 12px rgba(0, 0, 0, .5);
    font-weight: 600;
}

.book_rank_cover_1 { background-image: url('/images/main/books/為內耗立界線.avif'); }
.book_rank_cover_2 { background-image: url('/images/main/books/走入中東看耶穌.avif'); }
.book_rank_cover_3 { background-image: url('/images/main/books/走入地中海看保羅.avif'); }
.book_rank_cover_4 { background-image: url('/images/main/books/神啊聖經到底在說什麼.avif'); }
.book_rank_cover_5 { background-image: url('/images/main/books/天國崛起.avif'); }

.book_rank_title {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    line-height: 1.7;
    /* text-align: center; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 700px) {
    .book_rank_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .book_rank_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}





.book_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px 12px;
    margin: 20px 0 30px 0;
}

.book_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.book_tag {
    font-size: 14px;
    font-weight: 600;
    color: #4F9B84;
    letter-spacing: 0.5px;
    align-self: flex-start;
    height: 30px;
}

.book_cover {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 20px;
    background-color: #e8e8e8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .9;
    box-shadow: 5px 5px rgba(0, 0, 0, .3);
}

.book_cover:hover{
    cursor: pointer;
    transition: .5s;
    transform: translate(-5px, -5px);
    box-shadow: 10px 10px rgba(0, 0, 0, .5);
    font-weight: 600;
}

.book_cover_n1{ background-image: url('/images/main/books/尋找保羅.avif'); }
.book_cover_n2{ background-image: url('/images/main/books/耶穌的記號.avif'); }
.book_cover_n3{ background-image: url('/images/main/books/打破個人主義的讀經迷思.avif'); }
.book_cover_n4{ background-image: url('/images/main/books/攪亂天下的福音.avif'); }
.book_cover_n5{ background-image: url('/images/main/books/成為福音.avif'); }

.book_cover_n6{ background-image: url('/images/main/books/新約語言學釋經法.avif'); }
.book_cover_n7{ background-image: url('/images/main/books/看見啟示錄.avif'); }
.book_cover_n8{ background-image: url('/images/main/books/熱血忘我的宗教改革者.avif'); }
.book_cover_n9{ background-image: url('/images/main/books/深度連結.avif'); }
.book_cover_n10{ background-image: url('/images/main/books/聖餐的政治學.avif'); }

.book_cover_n11{ background-image: url('/images/main/books/走出羞愧.avif'); }
.book_cover_n12{ background-image: url('/images/main/books/一起性福吧.avif'); }
.book_cover_n13{ background-image: url('/images/main/books/向未來學領導.avif'); }
.book_cover_n14{ background-image: url('/images/main/books/快樂聊天教養法.avif'); }
.book_cover_n15{ background-image: url('/images/main/books/你的孩子是夢想家.avif'); }

.book_cover_n16{ background-image: url('/images/main/books/愛上聖經的5個理由.avif'); }
.book_cover_n17{ background-image: url('/images/main/books/天堂的力量.avif'); }
.book_cover_n18{ background-image: url('/images/main/books/21世紀門徒成長學.avif'); }
.book_cover_n19{ background-image: url('/images/main/books/誰是時代的先知.avif'); }
.book_cover_n20{ background-image: url('/images/main/books/萬國的渴望.avif'); }

.book_cover_n21{ background-image: url('/images/main/books/世界是上帝的家.avif'); }
.book_cover_n22{ background-image: url('/images/main/books/b22.avif'); }

.anre_dot{
    position: absolute;
    right: -20%;
    top: -60px;
    width: 550px;
    height: 250px;
    background: url('/images/main/anre_dot_02.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -10;
    opacity: .8;
}

.anre_line{
    position: absolute;
    right: -20vw;
    top: -60px;
    width: 550px;
    height: 550px;
    background: url('/images/main/anre_line.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -10;
}

.anre_space{
    position: absolute;
    right: -20vw;
    top: -50px;
    width: 750px;
    height: 450px;
    background: url('/images/main/anre_space.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -10;
    opacity: .9;
}

.circle_chart_block > div:last-child {
    position: relative;
    height: 280px;
    margin-bottom: 30px;
    flex-shrink: 0;
    width: 320px;
}


@media (max-width: 810px) {
    .book_grid { grid-template-columns: repeat(4, 1fr); }

    .anre_dot{
        width: 450px;
        right: -50%;
    }

    .anre_line{
        width: 300px;
        height: 300px;
        top: -35px;
    }

    .anre_space{
        width: 390px;
        height: 300px;

    }

    .ratio_row_block{
        width: 100%;
        flex: auto;
        grid-column: 1 / -1;
    }

    .img_with_text_block_1 {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        margin-bottom: 25px;
        height: auto;
    }

    .img_with_text_1{
        height: 120px;
    }

    .circle_chart_block{
        flex-direction: column;
    }

    .circle_chart_block > div:last-child {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .circle_chart_block > div:last-child canvas {
        max-width: 320px;
    }

}

@media (max-width: 500px) {
    .book_grid { grid-template-columns: repeat(3, 1fr); }
    .anre_dot{
        width: 350px;
    }

    .anre_space{
        height: 270px;
    }

    .annual_img_block{
        gap: 14px;
    }
}



.anre_spe_text_circle{
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
}

.anre_spe_text_title{
    color: #CCAC55;
}

.anre_spe_text_arrow{
    margin-top: 10px;
}

.material-symbols-rounded {
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 48;
	font-size: 40px;
    margin-right: -25px;
    margin-bottom: -15px;
	line-height: 1;
	display: inline-block;
}

.ratio_row {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 8px;
}

.ratio_label {
	display: inline-block;
	/* background-color: #6e4a5e; */
	/* color: #ffffff; */
	font-size: 13px;
	font-weight: 500;
    margin-left: 15px;
    /* margin-top: -10px; */
	/* padding: 10px 18px; */
	/* border-radius: 12px; */
	/* margin: 15px 0; */
}

.icon_highlight {
	color: #c0622c;
}

.icon_normal {
	color: #4f9d80;
    font-size: normal;
}

.ratio_row_block{
    flex: 1;
}

.circle_chart_block{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}

