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

/* ========== 基础布局 ========== */
.summary_15f1 {
    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;
}

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

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

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

.search_motion_6815 a {
    display: flex;
    align-items: center;
}

.brown-73b0 {
    display: flex;
    align-items: center;
}

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

.cool_2d6b {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.frame_huge_8d1b .surface-outer-28c9 {
    position: relative;
}

.frame_huge_8d1b .message-motion-9c7b {
    cursor: pointer;
}

.frame_huge_8d1b .message-motion-9c7b::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.frame_huge_8d1b .column-7e9c {
    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) {
    .frame_huge_8d1b .surface-outer-28c9:hover .column-7e9c {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.frame_huge_8d1b .column-7e9c li {
    margin: 0;
    list-style: none;
}

.frame_huge_8d1b .column-7e9c a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.frame_huge_8d1b .column-7e9c a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.primary_a65c {
    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;
}

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

.primary_a65c.fn-active-b75b {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.gallery-narrow-0690 {
    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);
}

.gallery-narrow-0690 .blue_707f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.icon_12b4 {
    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;
}

.full_2179 {
    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;
}

.pressed_0bc9 {
    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;
}

.thumbnail-5c0e {
    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;
}

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

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

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

.small_c12e {
    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;
}

.background_8705 {
    flex: 1;
}

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

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

.container-92fb {
    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;
}

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

.list_hard_dbc3 {
    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);
}

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

.nav-new-274f {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

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

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

.grid-hard-ca34 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

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

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

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

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

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

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

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

.center_d25b {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========== RTP Test Table ========== */
.panel_white_ad5f {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

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

.panel_white_ad5f tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

.footer_dirty_4e34 strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

.caption_8958 li {
    margin-bottom: 0.75rem;
}

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

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

.heading_upper_da79 p {
    margin-bottom: 0;
}

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

.text_brown_c514 {
    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);
}

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

.top_5d35 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.caption-23f5 h4 {
    color: #F44336;
    margin-top: 0;
}

.out_7da5,
.shade-348e {
    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);
}

.out_7da5 strong,
.shade-348e 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;
}

.out_7da5 ol,
.shade-348e ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.out_7da5 li,
.shade-348e li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.shade-348e 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;
}

.outer-01bf,
.upper-7236 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.outer-01bf h3,
.upper-7236 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.outer-01bf p,
.upper-7236 p {
    line-height: 1.8;
    color: #495057;
}

.outer-01bf ul,
.upper-7236 ul {
    margin-left: 1.5rem;
}

.outer-01bf li,
.upper-7236 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.caption-23f5 ol {
    color: white;
    line-height: 1.8;
}

.caption-23f5 p {
    color: white;
    margin-bottom: 0;
}

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

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

.footer-out-2953 {
    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);
}

.footer-out-2953 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

.black-49d7 p {
    color: white;
    margin-bottom: 1rem;
}

.black-49d7 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.article_cool_1167 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.dim-58d6 {
    max-width: 900px;
    margin: 0 auto;
}

.message_dirty_6876 {
    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;
}

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

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

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

.modal-331d h2 {
    font-size: 2.2rem;
    color: #F44336;
    text-align: center;
    margin-bottom: 3rem;
}

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

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

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

.filter_brown_ff01,
.rough_605d {
    color: white;
    line-height: 1.8;
}

.filter_brown_ff01 li,
.rough_605d li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.frame-5043,
.section-selected-3802 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.frame-5043 {
    border: 2px solid #4CAF50;
}

.section-selected-3802 {
    border: 2px solid #FF9800;
}

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

.section-selected-3802 h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.frame-5043 ul,
.section-selected-3802 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.title_9f04 {
    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;
}

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

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

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

.green_0163 .pattern_fd05 {
    color: white;
    font-weight: 500;
}

.green_0163 .media_1309 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.overlay_3a48 {
    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);
}

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

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

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

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

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

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

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

.paragraph-fb0d,
.active-6725 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

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

.breadcrumb_advanced_7ee2 {
    flex-shrink: 0;
}

.thumbnail-5c0e {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-c369,
.mask-small-0b9e {
    margin-bottom: 2.5rem;
}

.blue-c369 h3,
.active-6725 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.tabs-stale-6fa0,
.blue-c369 .tabs-stale-6fa0 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.hover_fcd6,
.message-acb4,
.image_b1ec {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hover_fcd6 h4,
.message-acb4 h4,
.image_b1ec h4,
.mask-small-0b9e h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hover_fcd6 ul,
.message-acb4 ul,
.message-acb4 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.hover_fcd6 li,
.message-acb4 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.mask-small-0b9e {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.mask-small-0b9e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mask-small-0b9e li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.mask-small-0b9e a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.mask-small-0b9e a:hover {
    text-decoration: underline;
}

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

.small_c12e.hard_bbf6 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

.notification_warm_1fde p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

.hero-soft-b8a7 a:hover {
    text-decoration: underline;
}

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

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

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

.media-tiny-bdb6 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.nav-d121,
.prev_77a7 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.nav-d121 h3,
.prev_77a7 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.nav-d121 ul,
.nav-d121 ol,
.prev_77a7 ul,
.prev_77a7 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.nav-d121 li,
.prev_77a7 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.purple-39e1 {
    max-width: 900px;
    margin: 0 auto;
}

.aside-selected-9841 {
    background: #fff3cd;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #ffc107;
    margin-top: 2rem;
}

.aside-selected-9841 h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.aside-selected-9841 p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.green_8a20 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;
}

.green_8a20 ol,
.green_8a20 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.green_8a20 li {
    margin-bottom: 0.75rem;
}

.green_8a20 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.hidden-878c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.component_first_a1de::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%);
}

.brown_5de0 {
    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);
}

.brown_5de0::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;
}

.element-966d {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.warm-9eb7 {
    color: #495057;
    line-height: 1.8;
}

.warm-9eb7 strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 0.5rem;
}

.warm-9eb7 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.warm-9eb7 li {
    margin-bottom: 0.5rem;
}

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

.shade_fixed_b8d5 strong {
    color: #2c3e50;
}

.shade_fixed_b8d5 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

.purple-39e1 {
    max-width: 900px;
    margin: 0 auto;
    color: #495057;
    line-height: 1.8;
}

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

.purple-39e1 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;
}

.overlay-bright-1038 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.overlay-bright-1038 a:hover {
    text-decoration: underline;
}

.purple-39e1 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.purple-39e1 ol li {
    margin-bottom: 0.75rem;
}

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

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

.modal_4da7 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

.popup_upper_a6d9 strong {
    color: #2c3e50;
    font-weight: 600;
}

.popup_upper_a6d9 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.media-401b strong {
    color: #2c3e50;
}

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

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

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

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

.outline-c0fc h3,
.item_6200 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.alert_257f {
    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;
}

.alert_257f .pressed_0bc9 {
    font-size: 1rem;
}

.texture-2a27 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.texture-2a27 li {
    margin-bottom: 0.5rem;
}

.texture-2a27 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.texture-2a27 a:hover {
    color: #FFEB3B;
}

.modal-331d {
    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);
}

.modal-331d h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

.modal-331d p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    margin: 0.25rem 0;
}

.modal-331d a {
    color: #4CAF50;
    text-decoration: none;
}

.modal-331d a:hover {
    text-decoration: underline;
}

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

.outline-c0fc p,
.item_6200 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.outline-c0fc ul,
.item_6200 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.outline-c0fc li,
.item_6200 li {
    margin-bottom: 0.5rem;
}

.outline-c0fc a,
.item_6200 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.outline-c0fc a:hover,
.item_6200 a:hover {
    color: #FFEB3B;
}

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

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

.aside-full-8999 {
    margin-top: 1rem;
}

.aside-full-8999 a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 1rem;
}

.aside-full-8999 a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.notification_small_a185 {
    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;
}

.notification_small_a185: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) {
    .gallery-narrow-0690 .blue_707f {
        grid-template-columns: 1fr;
    }
    
    .summary_15f1 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .up_e67c {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .primary_a65c {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .right_44bc {
        order: 1;
        z-index: 1003;
    }
    
    .search_motion_6815 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .cool_2d6b {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .frame_huge_8d1b {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .frame_huge_8d1b 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .frame_huge_8d1b ul.fn-active-b75b {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .frame_huge_8d1b > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .frame_huge_8d1b > ul > li:last-child {
        border-bottom: none;
    }
    
    .frame_huge_8d1b > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .frame_huge_8d1b .surface-outer-28c9 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .frame_huge_8d1b .column-7e9c {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .frame_huge_8d1b .surface-outer-28c9.fn-active-b75b > .column-7e9c {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .frame_huge_8d1b .column-7e9c li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .frame_huge_8d1b .column-7e9c li:last-child {
        border-bottom: none;
    }
    
    .frame_huge_8d1b .column-7e9c 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;
    }
    
    /* 子菜单前的箭头图标 */
    .frame_huge_8d1b .column-7e9c a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .frame_huge_8d1b .column-7e9c a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .frame_huge_8d1b .message-motion-9c7b::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .frame_huge_8d1b .surface-outer-28c9.fn-active-b75b > .message-motion-9c7b::after {
        transform: rotate(180deg) !important;
    }
    
    .pagination_a4ee {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .backdrop-purple-e170,
    .secondary_bcf3,
    .main_c57f {
        grid-template-columns: 1fr;
    }
    
    .up_e67c {
        gap: 0.5rem;
    }
    
    .cool_2d6b {
        width: auto;
        order: 3;
    }
    
    .notification_small_a185 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .banner-small-f15d {
        grid-template-columns: 1fr;
    }
    
    .orange-3c1b {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .frame_huge_8d1b ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .gallery-narrow-0690,
    .secondary-00d5,
    .carousel_02c3,
    .tall-4b5a,
    .wrapper_412c,
    .feature-a866,
    .status_b183,
    .pressed_38ef,
    .modal-331d,
    .primary_064c,
    .left_b703,
    .tabs-b0d4,
    .bright_6762,
    .pro-d03b,
    .upper-77a7,
    .main-advanced-c67a {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .sort_hovered_3d11,
    .center_d25b,
    .slider_05f9,
    .text_brown_c514,
    .hard_ec00,
    .footer-out-2953,
    .article_cool_1167,
    .message_dirty_6876,
    .secondary-stone-dc76,
    .green_8a20,
    .purple-39e1,
    .modal_4da7 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .pressed-6629,
    .liquid_5712,
    .grid-hard-ca34,
    .tag_first_999a,
    .status_2a7c,
    .caption-23f5,
    .heading_upper_da79 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .backdrop-purple-e170,
    .secondary_bcf3,
    .main_c57f,
    .narrow-abe3 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .thumbnail-5c0e {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .aside_4b7d,
    .cool_2d6b {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .paragraph-hovered-1f2e {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .panel_white_ad5f {
        text-align: center;
    }
    
    .panel_white_ad5f table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .tabs-b0d4 h2,
    .bright_6762 h2,
    .pro-d03b h2,
    .upper-77a7 h2,
    .main-advanced-c67a h2 {
        font-size: 2rem;
    }
    
    .paragraph-fb0d,
    .active-6725 {
        padding: 2rem 1.5rem;
    }
    
    .south_7e5f {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .card_inner_3822 {
        font-size: 1.6rem;
    }
    
    .hover_fcd6,
    .message-acb4,
    .image_b1ec,
    .mask-small-0b9e {
        padding: 1.5rem;
    }
    
    .nav-d121,
    .prev_77a7,
    .out_7da5,
    .shade-348e,
    .outer-01bf,
    .upper-7236 {
        padding: 1.5rem;
    }
    
    .section-ce78 {
        flex-direction: column;
        text-align: center;
    }
    
    .small_c12e.hard_bbf6 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .slow-562d h3 {
        font-size: 1.75rem;
    }
    
    .component_first_a1de {
        padding-left: 2rem;
    }
    
    .brown_5de0::before {
        left: -2rem;
    }
    
    .narrow-abe3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .green_8a20,
    .purple-39e1,
    .hidden-878c {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .blue_707f {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .nav-new-274f {
        font-size: 2rem;
    }
    
    .motion_9a0f {
        font-size: 1.5rem;
    }
    
    .selected_d272,
    .tall-4b5a h2,
    .wrapper_412c h2,
    .status_b183 h2,
    .pressed_38ef h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .right_44bc img {
        width: 80px;
        height: auto;
    }
    
    .row_b125 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .cool_2d6b .notification_small_a185 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .frame_huge_8d1b > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .frame_huge_8d1b .column-7e9c a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .frame_huge_8d1b .column-7e9c a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .tabs-b0d4,
    .bright_6762,
    .pro-d03b,
    .upper-77a7,
    .main-advanced-c67a {
        padding: 3rem 0;
    }
    
    .tabs-b0d4 h2,
    .bright_6762 h2,
    .pro-d03b h2,
    .upper-77a7 h2,
    .main-advanced-c67a h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .paragraph-fb0d,
    .active-6725 {
        padding: 1.5rem 1rem;
    }
    
    .south_7e5f {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .breadcrumb_advanced_7ee2 img {
        width: 100px;
        height: 100px;
    }
    
    .card_inner_3822 {
        font-size: 1.4rem;
    }
    
    .hover_fcd6,
    .message-acb4,
    .image_b1ec,
    .mask-small-0b9e {
        padding: 1.25rem;
    }
    
    .nav-d121,
    .prev_77a7,
    .out_7da5,
    .shade-348e,
    .outer-01bf,
    .upper-7236 {
        padding: 1.25rem;
    }
    
    .hover_fcd6 h4,
    .message-acb4 h4,
    .image_b1ec h4,
    .mask-small-0b9e h4 {
        font-size: 1.1rem;
    }
    
    .nav-d121 h3,
    .prev_77a7 h3,
    .outer-01bf h3,
    .upper-7236 h3 {
        font-size: 1.2rem;
    }
    
    .small_c12e.hard_bbf6 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .slow-562d h3 {
        font-size: 1.5rem;
    }
    
    .alert_094e {
        font-size: 1rem;
    }
    
    .green_8a20 h3,
    .purple-39e1 h3 {
        font-size: 1.3rem;
    }
    
    .component_first_a1de {
        padding-left: 1.5rem;
    }
    
    .component_first_a1de::before {
        width: 2px;
    }
    
    .brown_5de0 {
        padding: 1rem;
    }
    
    .brown_5de0::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .popup_upper_a6d9 {
        padding: 1.5rem;
    }
    
    .popup_upper_a6d9 h3 {
        font-size: 1.2rem;
    }
    
    .media-401b {
        padding: 1.5rem;
    }
    
    .status_2a7c {
        padding: 0.75rem 1rem;
    }
    
    .media-tiny-bdb6 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .pressed-6629,
    .secondary-stone-dc76,
    .background_8705,
    .container-92fb,
    .backdrop-purple-e170,
    .sort_hovered_3d11,
    .hard_ec00,
    .article_cool_1167,
    .dim-58d6,
    .pagination_a4ee {
        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;
    }
    
    /* 按钮容器居中 */
    .notification_small_a185,
    .overlay_3a48 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: c475 */
.widget-item-g8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
