/* 首页专用样式 - 适配新的分析评测布局 */

/* ========== 基础布局 ========== */
.small_9705 {
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.pagination_a98f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
}

.image_gold_9eb4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.filter-lower-0734 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.filter-lower-0734 a {
    display: flex;
    align-items: center;
}

.lower_fade {
    display: flex;
    align-items: center;
}

.pressed_afec {
    background: #4CAF50;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.shade-659f {
    z-index: 1002;
}

/* ========== 导航 ========== */
.texture_action_58c5 {
    position: relative;
}

.texture_action_58c5 ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.texture_action_58c5 li {
    position: relative;
    list-style: none;
}

.texture_action_58c5 a {
    color: #FFF9C4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0;
    display: block;
}

.texture_action_58c5 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.texture_action_58c5 .fresh_bfeb {
    position: relative;
}

.texture_action_58c5 .detail_white_53e9 {
    cursor: pointer;
}

.texture_action_58c5 .detail_white_53e9::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.texture_action_58c5 .detail-lite-0a4d {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(135deg, #5D4037 0%, #4E342E 100%);
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    z-index: 1000;
    list-style: none;
}

/* 桌面端悬停显示子菜单 */
@media (min-width: 992px) {
    .texture_action_58c5 .fresh_bfeb:hover .detail-lite-0a4d {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.texture_action_58c5 .detail-lite-0a4d li {
    margin: 0;
    list-style: none;
}

.texture_action_58c5 .detail-lite-0a4d a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.texture_action_58c5 .detail-lite-0a4d a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.article_next_3cee {
    display: none;
    background: rgba(141, 110, 99, 0.3);
    border: 2px solid rgba(255, 167, 38, 0.5);
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s;
}

.article_next_3cee:hover {
    background: rgba(255, 167, 38, 0.3);
    border-color: #FFA726;
}

.article_next_3cee.fn-active-887a {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.logo_tiny_fe19 {
    background: linear-gradient(135deg, rgba(93, 64, 55, 0.3) 0%, rgba(78, 52, 46, 0.3) 100%);
    padding: 3rem 0;
    margin: 2rem 0;
    border-radius: 20px;
    border: 2px solid rgba(255, 167, 38, 0.2);
}

.logo_tiny_fe19 .input_46ff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.status-first-abcf {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(76, 175, 80, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 2px solid #4CAF50;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    color: #4CAF50;
    font-weight: 600;
    flex-wrap: wrap;
}

.media_eb2b {
    background: rgba(255, 152, 0, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    border: 1px solid #FF9800;
    color: #FF6F00;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.thumbnail-9641 {
    background: #4CAF50;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#hero-title {
    font-size: 2.5rem;
    color: #FFEB3B;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    font-weight: 800;
}

.stale-a887 {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-left: 4px solid #FFA726;
}

.block_large_4ae5 {
    border-radius: 0;
    border: none;
}

.block_large_4ae5 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.white-fffc {
    color: #FFA726;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.new_5636 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #FFA726;
    background: linear-gradient(135deg, #FF6F00 0%, #FFA726 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

.sidebar_pro_571e {
    flex: 1;
}

.link_3442 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.surface_cool_2cfe {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.gradient_cold_a4d2 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #FFA726;
    margin-top: 1.5rem;
}

.progress_511f {
    font-size: 1.5rem;
    color: #FFA726;
    margin: 0 0 1rem 0;
}

.nav_bottom_541c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    background: rgba(76, 175, 80, 0.05);
    border-radius: 15px;
    border: 2px solid rgba(76, 175, 80, 0.2);
}

.selected_4939 {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tag_under_2762 {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

.preview_8ec7 {
    font-size: 1.5rem;
    color: #FFEB3B;
    letter-spacing: 0.25rem;
}

.solid_4f3f {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 0.25rem;
}

.pink-4e0f {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

.module_in_dca0 figure {
    margin: 0;
    text-align: center;
}

.module_in_dca0 img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.module_in_dca0 figcaption {
    font-size: 0.85rem;
    color: #FFF9C4;
    margin-top: 0.75rem;
    font-style: italic;
}

/* ========== Methodology Section ========== */
.hover_over_69dc {
    background: rgba(78, 52, 46, 0.5);
    padding: 4rem 0;
    margin: 2rem 0;
}

.hover_over_69dc h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 1rem;
}

.title_light_18e6 {
    text-align: center;
    font-size: 1.15rem;
    color: #FFF9C4;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.8;
}

.white-c13f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info_847f {
    background: linear-gradient(135deg, rgba(141, 110, 99, 0.2) 0%, rgba(109, 76, 65, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.info_847f h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.info_847f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info_847f li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

.info_847f li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

.hover_d942 {
    background: rgba(255, 152, 0, 0.15);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #FF9800;
    margin-top: 2rem;
}

.hover_d942 h3 {
    color: #FF9800;
    margin-top: 0;
}

.hover_d942 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== Testing Section ========== */
.down-0716 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
}

.down-0716 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.pink_aa6d {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(76, 175, 80, 0.3);
    margin-bottom: 2rem;
}

.pink_aa6d h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.gallery_fixed_4fb5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature_4143 {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #2196F3;
}

.feature_4143 strong {
    color: #FFA726;
    display: block;
    margin-bottom: 0.5rem;
}

.banner_3ab6 {
    background: rgba(255, 235, 59, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #FFEB3B;
    margin-top: 1.5rem;
}

.banner_3ab6 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.banner_3ab6 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== RTP Test Table ========== */
.banner-hovered-81b5 {
    overflow-x: auto;
    margin: 2rem 0;
}

.banner-hovered-81b5 table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.banner-hovered-81b5 caption {
    caption-side: top;
    padding: 1rem;
    font-weight: 600;
    color: #FFEB3B;
    text-align: left;
}

.banner-hovered-81b5 th {
    background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);
    color: #FFEB3B;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.banner-hovered-81b5 td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.banner-hovered-81b5 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

/* ========== Support Test ========== */
.hovered-35d2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.popup-upper-082c {
    background: rgba(33, 150, 243, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #2196F3;
    color: white;
}

.popup-upper-082c strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

/* ========== Games Section ========== */
.notification-mini-f4c1 {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.notification-mini-f4c1 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.white_ae2f {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 167, 38, 0.2);
}

.white_ae2f h3 {
    color: #FFA726;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.white_ae2f h4 {
    color: #FFEB3B;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.white_ae2f p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.white_ae2f ul {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.filter-cb85 li {
    margin-bottom: 0.75rem;
}

.active-b211 {
    background: rgba(33, 150, 243, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #2196F3;
    margin: 1.5rem 0;
}

.active-b211 h4 {
    color: #2196F3;
    margin-top: 0;
}

.active-b211 p {
    margin-bottom: 0;
}

.background_1c32 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.detail-active-4bde {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%);
    padding: 1.5rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.3);
}

.detail-active-4bde h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.outline-0e05 {
    margin: 0;
}

.outline-0e05 dt {
    color: #FFEB3B;
    font-weight: 600;
    margin-top: 0.75rem;
}

.outline-0e05 dd {
    color: white;
    margin: 0.25rem 0 0 0;
    line-height: 1.6;
}

/* ========== Payments Section ========== */
.gradient-down-fa8c {
    padding: 4rem 0;
    background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
}

.gradient-down-fa8c h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.block-c4a2 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.block-c4a2 ul {
    list-style: none;
    padding: 0;
}

.block-c4a2 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

.block-c4a2 li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
    font-size: 1.5rem;
}

.preview_e6db {
    background: rgba(244, 67, 54, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #F44336;
    margin: 1.5rem 0;
}

.preview_e6db h4 {
    color: #F44336;
    margin-top: 0;
}

.stale_7871,
.gold_3bde {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #4caf50;
    border-left: 6px solid #2e7d32;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}

.stale_7871 strong,
.gold_3bde strong {
    color: #2e7d32;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem;
    background: rgba(46, 125, 50, 0.1);
    border-radius: 6px;
}

.stale_7871 ol,
.gold_3bde ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.stale_7871 li,
.gold_3bde li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.gold_3bde code {
    background: #fff9c4;
    color: #f57f17;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #fbc02d;
    box-shadow: 0 2px 4px rgba(245, 127, 23, 0.1);
}
    font-size: 0.9rem;
    color: #e83e8c;
}

.card_2e5b,
.primary-51ef {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.card_2e5b h3,
.primary-51ef h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.card_2e5b p,
.primary-51ef p {
    line-height: 1.8;
    color: #495057;
}

.card_2e5b ul,
.primary-51ef ul {
    margin-left: 1.5rem;
}

.card_2e5b li,
.primary-51ef li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.preview_e6db ol {
    color: white;
    line-height: 1.8;
}

.preview_e6db p {
    color: white;
    margin-bottom: 0;
}

/* ========== Bonus Section ========== */
.title-c111 {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.title-c111 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.middle-7331 {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.middle-7331 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

.item-4cc9 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
    margin: 1.5rem 0;
}

.item-4cc9 caption {
    caption-side: top;
    padding: 1rem;
    font-weight: 600;
    color: #FFEB3B;
    text-align: left;
}

.item-4cc9 th {
    background: rgba(141, 110, 99, 0.3);
    color: #FFA726;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    width: 30%;
}

.item-4cc9 td {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.layout_gold_07ed {
    background: rgba(255, 235, 59, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #FFEB3B;
    margin: 1.5rem 0;
}

.layout_gold_07ed p {
    color: white;
    margin-bottom: 1rem;
}

.layout_gold_07ed ul {
    color: white;
    line-height: 1.8;
}

.block-4f31 {
    background: rgba(76, 175, 80, 0.15);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

/* ========== Security Section ========== */
.hard-04b5 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
}

.hard-04b5 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.list-8560 {
    margin: 1.5rem 0;
}

.list-8560 dt {
    color: #FFA726;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.list-8560 dd {
    color: white;
    margin: 0.5rem 0 0 0;
    line-height: 1.8;
}

.media_full_14b1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.feature_4143 {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid rgba(76, 175, 80, 0.3);
}

.feature_4143 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.feature_4143 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== FAQ Section ========== */
.up-cf79 {
    padding: 4rem 0;
    background: rgba(78, 52, 46, 0.5);
}

.up-cf79 h2 {
    font-size: 2.2rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.breadcrumb_a7d0 {
    max-width: 900px;
    margin: 0 auto;
}

.item-ac31 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 167, 38, 0.2);
    margin-bottom: 1.5rem;
}

.item-ac31 h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.item-ac31 p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

/* ========== Responsible Gaming ========== */
.wrapper-upper-8e23 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
}

.wrapper-upper-8e23 h2 {
    font-size: 2.2rem;
    color: #F44336;
    text-align: center;
    margin-bottom: 3rem;
}

.nav-cool-2649 {
    background: rgba(244, 67, 54, 0.2);
    padding: 2rem;
    border-radius: 15px;
    border: 3px solid #F44336;
    margin-bottom: 2rem;
    text-align: center;
}

.nav-cool-2649 h3 {
    color: #F44336;
    font-size: 1.8rem;
    margin-top: 0;
}

.nav-cool-2649 p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.orange_a3d6,
.backdrop-9813 {
    color: white;
    line-height: 1.8;
}

.orange_a3d6 li,
.backdrop-9813 li {
    margin-bottom: 0.75rem;
}

.badge-83a5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.in_94fc {
    background: rgba(33, 150, 243, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid #2196F3;
}

.in_94fc h4 {
    color: #2196F3;
    margin-top: 0;
}

.in_94fc p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.thick_6999 {
    background: rgba(255, 152, 0, 0.15);
    padding: 2rem;
    border-radius: 15px;
    border-left: 5px solid #FF9800;
    margin-top: 2rem;
}

.thick_6999 h3 {
    color: #FF9800;
    margin-top: 0;
}

.thick_6999 p {
    color: white;
    line-height: 1.8;
}

/* ========== Final Verdict ========== */
.black-d089 {
    padding: 4rem 0;
    background: rgba(93, 64, 55, 0.3);
}

.black-d089 h2 {
    font-size: 2.5rem;
    color: #FFEB3B;
    text-align: center;
    margin-bottom: 3rem;
}

.full_e620 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.grid_selected_fc02,
.disabled-static-dfd7 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.grid_selected_fc02 {
    border: 2px solid #4CAF50;
}

.disabled-static-dfd7 {
    border: 2px solid #FF9800;
}

.grid_selected_fc02 h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.disabled-static-dfd7 h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.grid_selected_fc02 ul,
.disabled-static-dfd7 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.detail-4de4 {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.2) 0%, rgba(255, 152, 0, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #FFA726;
    margin-bottom: 2rem;
}

.detail-4de4 h3 {
    color: #FFA726;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 2rem 0;
}

.center_8ec1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.hard-a88a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem;
    border-radius: 8px;
}

.hard-a88a .layout_0daf {
    color: white;
    font-weight: 500;
}

.hard-a88a .new-74bc {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

.under_58c0 {
    text-align: center;
    padding: 1.5rem;
    background: rgba(76, 175, 80, 0.2);
    border-radius: 10px;
    border: 2px solid #4CAF50;
}

.selected_4939 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.stone-dfa1 {
    color: #4CAF50;
    font-size: 3rem;
    font-weight: 800;
}

.easy-1948 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid rgba(255, 235, 59, 0.3);
}

.easy-1948 h3 {
    color: #FFEB3B;
    font-size: 1.5rem;
    margin-top: 0;
}

.easy-1948 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.gold_207c {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
}

.gold_207c p {
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gold_207c ul {
    text-align: left;
    max-width: 500px;
    margin: 1rem auto 2rem;
    color: white;
}

.paragraph-a33a {
    display: inline-block;
    background: #FFEB3B;
    color: #2E7D32;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255, 235, 59, 0.4);
}

.paragraph-a33a:hover {
    background: #FFF59D;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 235, 59, 0.6);
}

.hero_simple_a7de {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}

/* ========== Last Updated ========== */
.gradient_74f0 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem 0;
    text-align: center;
}

.gradient_74f0 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

/* ===================================
   E-E-A-T Enhanced Sections Styling
   =================================== */

/* Author Bio Section */
.pro-8549 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 4px solid #d4af37;
}

.pro-8549 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.notification_brown_c53e,
.carousel-liquid-9f66 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

.caption_fluid_b5cc {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.block_large_4ae5 {
    flex-shrink: 0;
}

.stale-a887 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.surface_cool_2cfe,
.disabled-183f {
    margin-bottom: 2.5rem;
}

.surface_cool_2cfe h3,
.carousel-liquid-9f66 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.block_next_8356,
.surface_cool_2cfe .block_next_8356 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.title_b2f0,
.title_53c1,
.avatar-6386 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.title_b2f0 h4,
.title_53c1 h4,
.avatar-6386 h4,
.disabled-183f h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.title_b2f0 ul,
.title_53c1 ul,
.title_53c1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.title_b2f0 li,
.title_53c1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.disabled-183f {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.disabled-183f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disabled-183f li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.disabled-183f a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.disabled-183f a:hover {
    text-decoration: underline;
}

.background-c4ef {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.new_5636.banner-58e7 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.first_996f h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.media_solid_25af {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.stone-d5ca {
    color: #495057;
    line-height: 1.8;
}

.stone-d5ca p {
    margin-bottom: 1.5rem;
}

.stone-d5ca ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

.stone-d5ca ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.stone-d5ca ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.new_0d3e {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #d4af37;
    margin-top: 2rem;
}

.new_0d3e a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.new_0d3e a:hover {
    text-decoration: underline;
}

/* Editorial Standards Note (in hero) */
.header_331d {
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: rgba(212, 175, 55, 0.1);
    border-left: 4px solid #d4af37;
    border-radius: 8px;
}

.light_3f31 {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.light_3f31 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.light_3f31 a:hover {
    text-decoration: underline;
}

.container_warm_f50f {
    color: inherit;
    text-decoration: none;
    border-bottom: 2px dotted #d4af37;
}

.container_warm_f50f:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

.widget_c23d {
    color: #6c757d;
    font-size: 0.85rem;
}

/* Editorial Policy Section */
.label-dirty-9014 {
    background: white;
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.label-dirty-9014 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.thumbnail-south-5cc7 {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

.tag_dfa2,
.prev-790c {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.tag_dfa2 h3,
.prev-790c h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.tag_dfa2 ul,
.tag_dfa2 ol,
.prev-790c ul,
.prev-790c ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.tag_dfa2 li,
.prev-790c li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.tall-3410 {
    max-width: 900px;
    margin: 0 auto;
}

.gradient-689e {
    background: #fff3cd;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #ffc107;
    margin-top: 2rem;
}

.gradient-689e h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gradient-689e p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.thumbnail-south-5cc7 h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
}

.thumbnail-south-5cc7 ol,
.thumbnail-south-5cc7 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.thumbnail-south-5cc7 li {
    margin-bottom: 0.75rem;
}

.thumbnail-south-5cc7 strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Update History Section */
.dynamic-c03a {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.dynamic-c03a h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.dropdown-white-e338 {
    max-width: 900px;
    margin: 0 auto;
}

.status-5842 {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.summary_tiny_c3c7 {
    position: relative;
    padding-left: 3rem;
}

.summary_tiny_c3c7::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #d4af37 0%, rgba(212, 175, 55, 0.3) 100%);
}

.pagination-fdf1 {
    position: relative;
    margin-bottom: 2.5rem;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.pagination-fdf1::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 1.5rem;
    width: 15px;
    height: 15px;
    background: #d4af37;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 3px #f8f9fa;
}

.pagination-daac {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.dirty-83b9 {
    color: #495057;
    line-height: 1.8;
}

.dirty-83b9 strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.dirty-83b9 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.dirty-83b9 li {
    margin-bottom: 0.5rem;
}

.secondary-slow-69c5 {
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    border: 2px dashed #d4af37;
}

.secondary-slow-69c5 strong {
    color: #2c3e50;
}

.secondary-slow-69c5 em {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Sources and Verification Section */
.in-471f {
    background: white;
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.in-471f h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.tall-3410 {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

.yellow-6959 {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.tall-3410 h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
}

.mask-f621 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mask-f621 li {
    background: #f8f9fa;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #d4af37;
}

.mask-f621 strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.mask-f621 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.mask-f621 a:hover {
    text-decoration: underline;
}

.tall-3410 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.tall-3410 ol li {
    margin-bottom: 0.75rem;
}

/* Contact and Feedback Section */
.hero_1ac1 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 1px solid #dee2e6;
}

.hero_1ac1 h2 {
    color: #2c3e50;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.out-6f74 {
    max-width: 1000px;
    margin: 0 auto;
}

.detail_plasma_1a9b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.action-61da {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #d4af37;
}

.action-61da h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.action-61da p {
    color: #495057;
    line-height: 1.7;
    margin: 0.75rem 0;
}

.action-61da strong {
    color: #2c3e50;
    font-weight: 600;
}

.action-61da em {
    color: #6c757d;
    font-size: 0.9rem;
}

.card_narrow_1703 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #28a745;
}

.card_narrow_1703 h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.card_narrow_1703 p {
    color: #495057;
    line-height: 1.8;
    margin: 0.75rem 0;
}

.card_narrow_1703 strong {
    color: #2c3e50;
}

/* ===================================
   End E-E-A-T Enhanced Sections
   =================================== */

/* ========== Footer ========== */
.title-1a89 {
    background: linear-gradient(135deg, #2E1B14 0%, #1A0F0A 100%);
    padding: 3rem 0 1rem;
    border-top: 2px solid rgba(255, 167, 38, 0.2);
}

.thumbnail_tiny_0ddc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.thumbnail_red_5565 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.breadcrumb-455c h3,
.media-b55e h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.progress-up-b182 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

.message-93d1 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.input_glass_9cbf {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: #4CAF50;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.input_glass_9cbf .thumbnail-9641 {
    font-size: 1rem;
}

.form-gold-c0e2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-gold-c0e2 li {
    margin-bottom: 0.5rem;
}

.form-gold-c0e2 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.form-gold-c0e2 a:hover {
    color: #FFEB3B;
}

.wrapper-upper-8e23 {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.wrapper-upper-8e23 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

.wrapper-upper-8e23 p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0.25rem 0;
}

.wrapper-upper-8e23 a {
    color: #4CAF50;
    text-decoration: none;
}

.wrapper-upper-8e23 a:hover {
    text-decoration: underline;
}

.summary_52b4,
.section_3ed1 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.breadcrumb-455c p,
.media-b55e p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.breadcrumb-455c ul,
.media-b55e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-455c li,
.media-b55e li {
    margin-bottom: 0.5rem;
}

.breadcrumb-455c a,
.media-b55e a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-455c a:hover,
.media-b55e a:hover {
    color: #FFEB3B;
}

.section_stale_998f {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.section_stale_998f p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.button-fast-e126 {
    margin-top: 1rem;
}

.button-fast-e126 a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 1rem;
}

.button-fast-e126 a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.nav_f95c {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.nav_f95c:hover {
    background: linear-gradient(135deg, #66BB6A 0%, #4CAF50 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

/* ========== Responsive Design ========== */
@media (max-width: 991px) {
    .logo_tiny_fe19 .input_46ff {
        grid-template-columns: 1fr;
    }
    
    .small_9705 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .pagination_a98f {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .article_next_3cee {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .image_gold_9eb4 {
        order: 1;
        z-index: 1003;
    }
    
    .filter-lower-0734 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .shade-659f {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .texture_action_58c5 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .texture_action_58c5 ul {
        display: none;
        flex-direction: column;
        position: relative;
        width: 100%;
        background: linear-gradient(135deg, #4E342E 0%, #3E2723 100%);
        padding: 0;
        margin: 0.5rem 0 0 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
        gap: 0;
        z-index: 1002;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        border-radius: 15px;
        list-style: none;
    }
    
    /* 显示菜单 - 关键样式！*/
    .texture_action_58c5 ul.fn-active-887a {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .texture_action_58c5 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .texture_action_58c5 > ul > li:last-child {
        border-bottom: none;
    }
    
    .texture_action_58c5 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .texture_action_58c5 .fresh_bfeb {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .texture_action_58c5 .detail-lite-0a4d {
        position: static !important;
        display: none !important;
        background: rgba(0, 0, 0, 0.4);
        box-shadow: none;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0;
        border-top: 1px solid rgba(255, 235, 59, 0.1);
        width: 100%;
        min-width: 100%;
        list-style: none;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .texture_action_58c5 .fresh_bfeb.fn-active-887a > .detail-lite-0a4d {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
        }
        to {
            opacity: 1;
            max-height: 500px;
        }
    }
    
    /* 子菜单项样式 */
    .texture_action_58c5 .detail-lite-0a4d li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .texture_action_58c5 .detail-lite-0a4d li:last-child {
        border-bottom: none;
    }
    
    .texture_action_58c5 .detail-lite-0a4d a {
        padding: 1rem 1.5rem 1rem 3rem !important;
        font-size: 0.95rem;
        display: block !important;
        width: 100%;
        color: #FFF9C4 !important;
        position: relative;
        white-space: normal;
    }
    
    /* 子菜单前的箭头图标 */
    .texture_action_58c5 .detail-lite-0a4d a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .texture_action_58c5 .detail-lite-0a4d a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .texture_action_58c5 .detail_white_53e9::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .texture_action_58c5 .fresh_bfeb.fn-active-887a > .detail_white_53e9::after {
        transform: rotate(180deg) !important;
    }
    
    .full_e620 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .white-c13f,
    .background_1c32,
    .media_full_14b1 {
        grid-template-columns: 1fr;
    }
    
    .pagination_a98f {
        gap: 0.5rem;
    }
    
    .shade-659f {
        width: auto;
        order: 3;
    }
    
    .nav_f95c {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .thumbnail_tiny_0ddc {
        grid-template-columns: 1fr;
    }
    
    .thumbnail_red_5565 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .texture_action_58c5 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .logo_tiny_fe19,
    .hover_over_69dc,
    .down-0716,
    .notification-mini-f4c1,
    .gradient-down-fa8c,
    .title-c111,
    .hard-04b5,
    .up-cf79,
    .wrapper-upper-8e23,
    .black-d089,
    .gradient_74f0,
    .pro-8549,
    .label-dirty-9014,
    .dynamic-c03a,
    .in-471f,
    .hero_1ac1 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .white_ae2f,
    .info_847f,
    .pink_aa6d,
    .detail-active-4bde,
    .block-c4a2,
    .middle-7331,
    .list-8560,
    .item-ac31,
    .overlay_c7f0,
    .thumbnail-south-5cc7,
    .tall-3410,
    .out-6f74 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .button-35f9,
    .title_light_18e6,
    .pink-4e0f,
    .hover_d942,
    .header_331d,
    .preview_e6db,
    .active-b211 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .white-c13f,
    .background_1c32,
    .media_full_14b1,
    .detail_plasma_1a9b {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .stale-a887 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .gold_207c,
    .shade-659f {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .top_d5ed {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .banner-hovered-81b5 {
        text-align: center;
    }
    
    .banner-hovered-81b5 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .pro-8549 h2,
    .label-dirty-9014 h2,
    .dynamic-c03a h2,
    .in-471f h2,
    .hero_1ac1 h2 {
        font-size: 2rem;
    }
    
    .notification_brown_c53e,
    .carousel-liquid-9f66 {
        padding: 2rem 1.5rem;
    }
    
    .caption_fluid_b5cc {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .white-fffc {
        font-size: 1.6rem;
    }
    
    .title_b2f0,
    .title_53c1,
    .avatar-6386,
    .disabled-183f {
        padding: 1.5rem;
    }
    
    .tag_dfa2,
    .prev-790c,
    .stale_7871,
    .gold_3bde,
    .card_2e5b,
    .primary-51ef {
        padding: 1.5rem;
    }
    
    .background-c4ef {
        flex-direction: column;
        text-align: center;
    }
    
    .new_5636.banner-58e7 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .first_996f h3 {
        font-size: 1.75rem;
    }
    
    .summary_tiny_c3c7 {
        padding-left: 2rem;
    }
    
    .pagination-fdf1::before {
        left: -2rem;
    }
    
    .detail_plasma_1a9b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .thumbnail-south-5cc7,
    .tall-3410,
    .dropdown-white-e338 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .input_46ff {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .tag_under_2762 {
        font-size: 2rem;
    }
    
    .preview_8ec7 {
        font-size: 1.5rem;
    }
    
    .highlight_upper_2b71,
    .notification-mini-f4c1 h2,
    .gradient-down-fa8c h2,
    .hard-04b5 h2,
    .up-cf79 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .image_gold_9eb4 img {
        width: 80px;
        height: auto;
    }
    
    .pressed_afec {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .shade-659f .nav_f95c {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .texture_action_58c5 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .texture_action_58c5 .detail-lite-0a4d a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .texture_action_58c5 .detail-lite-0a4d a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .pro-8549,
    .label-dirty-9014,
    .dynamic-c03a,
    .in-471f,
    .hero_1ac1 {
        padding: 3rem 0;
    }
    
    .pro-8549 h2,
    .label-dirty-9014 h2,
    .dynamic-c03a h2,
    .in-471f h2,
    .hero_1ac1 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .notification_brown_c53e,
    .carousel-liquid-9f66 {
        padding: 1.5rem 1rem;
    }
    
    .caption_fluid_b5cc {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .block_large_4ae5 img {
        width: 100px;
        height: 100px;
    }
    
    .white-fffc {
        font-size: 1.4rem;
    }
    
    .title_b2f0,
    .title_53c1,
    .avatar-6386,
    .disabled-183f {
        padding: 1.25rem;
    }
    
    .tag_dfa2,
    .prev-790c,
    .stale_7871,
    .gold_3bde,
    .card_2e5b,
    .primary-51ef {
        padding: 1.25rem;
    }
    
    .title_b2f0 h4,
    .title_53c1 h4,
    .avatar-6386 h4,
    .disabled-183f h4 {
        font-size: 1.1rem;
    }
    
    .tag_dfa2 h3,
    .prev-790c h3,
    .card_2e5b h3,
    .primary-51ef h3 {
        font-size: 1.2rem;
    }
    
    .new_5636.banner-58e7 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .first_996f h3 {
        font-size: 1.5rem;
    }
    
    .media_solid_25af {
        font-size: 1rem;
    }
    
    .thumbnail-south-5cc7 h3,
    .tall-3410 h3 {
        font-size: 1.3rem;
    }
    
    .summary_tiny_c3c7 {
        padding-left: 1.5rem;
    }
    
    .summary_tiny_c3c7::before {
        width: 2px;
    }
    
    .pagination-fdf1 {
        padding: 1rem;
    }
    
    .pagination-fdf1::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .action-61da {
        padding: 1.5rem;
    }
    
    .action-61da h3 {
        font-size: 1.2rem;
    }
    
    .card_narrow_1703 {
        padding: 1.5rem;
    }
    
    .header_331d {
        padding: 0.75rem 1rem;
    }
    
    .light_3f31 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .button-35f9,
    .overlay_c7f0,
    .sidebar_pro_571e,
    .gradient_cold_a4d2,
    .white-c13f,
    .white_ae2f,
    .block-c4a2,
    .list-8560,
    .breadcrumb_a7d0,
    .full_e620 {
        text-align: center;
    }
    
    /* 确保文本内容居中 */
    p, h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
    
    /* 列表保持左对齐，但居中显示 */
    ul, ol {
        display: inline-block;
        text-align: left;
        max-width: 90%;
    }
    
    /* 表格居中 */
    table {
        margin: 0 auto;
    }
    
    /* 按钮容器居中 */
    .nav_f95c,
    .paragraph-a33a {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 4ce1 */
.promo-block-a8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
