* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.header_n4p8 {
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 2px solid #d4af37;
    box-shadow: 0 2px 20px rgba(212, 175, 55, 0.3);
}

.nav_container_x2j5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo_area_q8w3 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo_img_r5t1 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #d4af37;
    object-fit: cover;
}

.site_title_m9k4 {
    color: #d4af37;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav_menu_desktop_a7c2 {
    display: flex;
    gap: 30px;
}

.nav_link_b3d6 {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.nav_link_b3d6:hover {
    color: #d4af37;
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

.mobile_menu_toggle_f8h1 {
    display: none;
    color: #d4af37;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

.mobile_menu_overlay_s6v9 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    backdrop-filter: blur(2px);
}

.mobile_menu_panel_t4u7 {
    display: none;
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    z-index: 9999;
    transition: right 0.3s ease;
    border-left: 2px solid #d4af37;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.mobile_menu_panel_t4u7.active {
    right: 0;
}

.mobile_menu_header_z1x8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.mobile_menu_title_e3w5 {
    color: #d4af37;
    font-size: 20px;
    font-weight: 600;
}

.mobile_menu_close_p9l2 {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.mobile_menu_links_h6j3 {
    padding: 20px 0;
}

.mobile_nav_link_k8m1 {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.mobile_nav_link_k8m1:hover,
.mobile_nav_link_k8m1:active,
.mobile_nav_link_k8m1:focus {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    padding-left: 30px;
}

.main_content_y5r8 {
    margin-top: 70px;
}

.container_w9q6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.game_header_section_d2f4 {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(22, 33, 62, 0.9) 100%);
    border-bottom: 3px solid #d4af37;
}

.game_info_card_l3n7 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.game_icon_area_v8c1 {
    flex-shrink: 0;
}

.game_icon_large_p4s9 {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    border: 3px solid #d4af37;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.game_basic_info_j6k8 {
    flex: 1;
}

.game_title_a1b2 {
    color: #d4af37;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.game_title_icon_x3y5 {
    color: #ffd700;
    font-size: 32px;
}

.game_tags_container_m7n4 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.game_tag_z9x2 {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #1a1a2e;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.game_short_desc_c5v8 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.download_section_h4j7 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.download_btn_primary_k2l9 {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #1a1a2e;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
    align-self: flex-start;
}

.download_btn_primary_k2l9:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6);
    background: linear-gradient(45deg, #ffd700, #d4af37);
}

.game_version_info_s8t3 {
    display: flex;
    gap: 20px;
    color: #ffffff;
    font-size: 14px;
}

.version_text_u6w1, .size_text_i9o4 {
    opacity: 0.8;
}

.content_section_r7e3 {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.content_section_r7e3:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}

.section_title_q4w8 {
    color: #d4af37;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.section_icon_t5y2 {
    color: #ffd700;
    font-size: 28px;
}

.content_article_n8m5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.article_paragraph_x1z4 {
    margin-bottom: 25px;
    opacity: 0.9;
    text-align: justify;
    text-justify: inter-word;
}

.image_container_p3r6 {
    margin: 30px 0;
    text-align: center;
    padding: 0 20px;
}

.article_image_b7d1 {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: static;
}

.article_image_b7d1:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.2);
}

.image_caption_z8y5 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
}

.features_grid_l6n9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.feature_card_m4p7 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.feature_card_m4p7:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.feature_icon_s2w5 {
    color: #d4af37;
    font-size: 48px;
    margin-bottom: 20px;
}

.feature_title_e8r1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature_desc_j3k6 {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}

.update_log_section_v9x2 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.update_title_a5c8 {
    color: #d4af37;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.update_list_h7j4 {
    list-style: none;
}

.update_item_k1m8 {
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-left: 25px;
    opacity: 0.9;
}

.update_item_k1m8:before {
    content: "✓";
    color: #d4af37;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.guide_grid_p8s1, .news_grid_c7v4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.guide_card_t6y3, .news_card_f3h8 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.guide_card_t6y3:hover, .news_card_f3h8:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.guide_icon_n2m7 {
    color: #d4af37;
    font-size: 36px;
    margin-bottom: 15px;
}

.guide_title_r4e9, .news_title_b5n6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.guide_desc_l8k5, .news_desc_w1q4 {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}

.news_date_x9z2 {
    color: #d4af37;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.download_section_final_g8h2 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.9) 0%, rgba(22, 33, 62, 0.9) 100%);
    border-top: 3px solid #d4af37;
}

.download_card_major_k4l7 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    border: 2px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.download_title_main_s6t9 {
    color: #d4af37;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.download_desc_primary_m3n8 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.download_link_container_p7q1 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.download_link_display_r2e5 {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 10px;
    padding: 15px 20px;
    color: #d4af37;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    min-width: 300px;
    word-break: break-all;
}

.copy_link_btn_w8j3 {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #1a1a2e;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.copy_link_btn_w8j3:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.6);
}

.download_tips_area_v5c8 {
    background: rgba(212, 175, 55, 0.1);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.download_tip_text_h9l6 {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0.9;
}

.footer_main_z3x6 {
    background: #1a1a2e;
    border-top: 2px solid #d4af37;
    padding: 40px 0 20px;
}

.footer_content_a8b1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer_title_j2k5 {
    color: #d4af37;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_desc_l9m2 {
    color: #ffffff;
    opacity: 0.8;
}

.footer_links_n6p3 {
    display: flex;
    gap: 30px;
}

.footer_link_q1r8 {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer_link_q1r8:hover {
    color: #d4af37;
    opacity: 1;
}

.footer_bottom_t7u4 {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.copyright_text_i5o8 {
    color: #ffffff;
    opacity: 0.6;
    font-size: 14px;
}

/* 友情链接样式 */
.footer_links_section_f8h3 {
    margin-bottom: 20px;
    text-align: center;
}

.footer_section_title_k2m7 {
    color: #d4af37;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.friend_links_container_p5q8 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.friend_link_x1z4 {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.friend_link_x1z4:hover {
    color: #ffffff;
    background: rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.modal_overlay_s4w7 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    backdrop-filter: blur(5px);
}

.modal_content_e2r5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 20px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    border: 2px solid #d4af37;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal_header_k8l1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.modal_title_p6q9 {
    color: #d4af37;
    font-size: 24px;
    font-weight: 600;
}

.modal_close_btn_x3y6 {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.modal_close_btn_x3y6:hover {
    color: #d4af37;
}

.modal_body_m7n4 {
    padding: 30px;
}

.modal_text_c1d8 {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
}

.modal_link_container_f9g2 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.modal_link_input_h5j8 {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 8px;
    padding: 12px 15px;
    color: #d4af37;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.modal_copy_btn_t4u7 {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #1a1a2e;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.modal_copy_btn_t4u7:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.modal_tips_area_v8w1 {
    background: rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    padding: 15px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.modal_tip_text_z2x5 {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .nav_menu_desktop_a7c2 {
        display: none;
    }
    
    .mobile_menu_toggle_f8h1 {
        display: block;
        z-index: 1001;
        position: relative;
    }
    
    .mobile_menu_overlay_s6v9.active {
        display: block !important;
        z-index: 9998 !important;
    }
    
    .mobile_menu_panel_t4u7.active {
        display: block !important;
        right: 0 !important;
        z-index: 9999 !important;
    }
    
    .mobile_menu_panel_t4u7 {
        width: 300px;
        max-width: 85vw;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
    }
    
    .mobile_menu_overlay_s6v9 {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: opacity;
    }
    
    .game_info_card_l3n7 {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .game_title_a1b2 {
        font-size: 28px;
        justify-content: center;
    }
    
    .game_icon_large_p4s9 {
        width: 120px;
        height: 120px;
    }
    
    .features_grid_l6n9,
    .guide_grid_p8s1,
    .news_grid_c7v4 {
        grid-template-columns: 1fr;
    }
    
    .download_link_container_p7q1 {
        flex-direction: column;
    }
    
    .download_link_display_r2e5 {
        min-width: auto;
        width: 100%;
    }
    
    .footer_content_a8b1 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer_links_n6p3 {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .friend_links_container_p5q8 {
        gap: 15px;
    }
    
    .friend_link_x1z4 {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .modal_content_e2r5 {
        width: 95%;
        margin: 20px;
    }
    
    .modal_link_container_f9g2 {
        flex-direction: column;
    }
    
    .image_container_p3r6 {
        margin: 25px 0;
        padding: 0 10px;
    }
    
    .article_paragraph_x1z4 {
        margin-bottom: 20px;
        text-align: left;
    }
    
    .content_paragraph_r5s8 {
        text-align: left;
    }
}

/* 文章页面样式 */
.article_container_h3j6 {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.breadcrumb_nav_p2q5 {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb_link_m7n4 {
    color: #d4af37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb_link_m7n4:hover {
    color: #ffd700;
}

.breadcrumb_separator_x1z8 {
    color: #ffffff;
    margin: 0 8px;
    opacity: 0.6;
}

.breadcrumb_current_r4e7 {
    color: #ffffff;
    opacity: 0.8;
}

.article_title_s6t9 {
    color: #d4af37;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.article_icon_w2v5 {
    color: #ffd700;
    font-size: 28px;
}

.article_meta_c5d8 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.meta_item_f9g2 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.article_content_b1n8 {
    color: #ffffff;
    line-height: 1.8;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content_paragraph_r5s8 {
    margin-bottom: 20px;
    opacity: 0.9;
    text-align: justify;
    text-justify: inter-word;
}

.section_heading_p8q1 {
    color: #d4af37;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.subsection_title_z7x4 {
    color: #ffd700;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}

.content_list_t2u5, .ordered_list_h5i8 {
    margin: 20px 0;
    padding-left: 20px;
}

.list_item_v6w9 {
    margin-bottom: 8px;
    opacity: 0.9;
}

.tip_box_e8f1, .warning_box_m3n6 {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
}

.tip_header_j4k7, .warning_header_q9r2 {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tip_content_n1o4, .warning_content_s1t4 {
    color: #ffffff;
    opacity: 0.9;
}

.related_guides_z9a2 {
    margin-top: 40px;
}

.related_title_c1d4 {
    color: #d4af37;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related_grid_e5f8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.related_card_g3h6 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.related_card_g3h6:hover {
    transform: translateY(-3px);
    border-color: #d4af37;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
}

.related_icon_i7j4 {
    color: #d4af37;
    font-size: 24px;
    margin-bottom: 10px;
}

.related_card_title_k1l8 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.related_card_desc_m5n2 {
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
}

.article_footer_w8x1 {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tags_container_b4c7 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tag_label_n8o1 {
    color: #ffffff;
    opacity: 0.7;
}

.content_tag_r6s9 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.share_section_t5u8 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share_label_v2w5 {
    color: #ffffff;
    opacity: 0.7;
}

.share_btn_x4y7 {
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #d4af37;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.share_btn_x4y7:hover {
    background: rgba(212, 175, 55, 0.3);
    transform: translateY(-1px);
}

/* 评测页面特殊样式 */
.rating_overview_a4b7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.rating_item_c8d1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.rating_label_e2f5 {
    color: #ffffff;
    font-size: 14px;
}

.rating_stars_g6h9 {
    color: #ffd700;
    font-size: 12px;
}

.rating_score_i3j6 {
    color: #d4af37;
    font-weight: 600;
    font-size: 14px;
}

/* FAQ样式 */
.faq_container_d8e1 {
    margin: 20px 0;
}

.faq_item_f2g5 {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.faq_question_i6j9 {
    color: #d4af37;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq_answer_l4m7 {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .article_container_h3j6 {
        padding: 20px;
    }
    
    .article_title_s6t9 {
        font-size: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .article_meta_c5d8 {
        flex-direction: column;
        gap: 10px;
    }
    
    .article_footer_w8x1 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .rating_overview_a4b7 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container_w9q6 {
        padding: 0 15px;
    }
    
    .game_header_section_d2f4 {
        padding: 40px 0;
    }
    
    .content_section_r7e3 {
        padding: 40px 0;
    }
    
    .section_title_q4w8 {
        font-size: 24px;
    }
    
    .download_title_main_s6t9 {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }
    
    .article_container_h3j6 {
        padding: 15px;
    }
    
    .section_heading_p8q1 {
        font-size: 20px;
    }
    
    .image_container_p3r6 {
        margin: 20px 0;
        padding: 0 5px;
    }
    
    .article_image_b7d1 {
        border-radius: 8px;
    }
    
    .article_paragraph_x1z4 {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.7;
    }
    
    .content_paragraph_r5s8 {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.7;
    }
}
