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

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

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

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

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

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

.aside-up-d79b {
    display: flex;
    align-items: center;
}

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

.avatar_7ecb {
    z-index: 1002;
}

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

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

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

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

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

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

.brown_df5f .detail-bright-a398 {
    cursor: pointer;
}

.brown_df5f .detail-bright-a398::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.brown_df5f .bottom_a37a {
    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) {
    .brown_df5f .top_2d0b:hover .bottom_a37a {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.brown_df5f .bottom_a37a li {
    margin: 0;
    list-style: none;
}

.brown_df5f .bottom_a37a a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.brown_df5f .bottom_a37a a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.slider_2d48.fn-active-5f18 {
    background: rgba(255, 167, 38, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.complex-b9b3 {
    flex: 1;
}

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

.gas-84e1 {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.element-5b89 {
    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;
}

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

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

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

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

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

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

.input-acb9 {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

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

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

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

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

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

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

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

.search-under-3862 {
    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);
}

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

.search-under-3862 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-under-3862 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

.video-bronze-820e h3 {
    color: #FF9800;
    margin-top: 0;
}

.video-bronze-820e p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-60de tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.dynamic-8164 li {
    margin-bottom: 0.75rem;
}

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

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

.border-6376 p {
    margin-bottom: 0;
}

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

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

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

.cool-8d40 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.grid_1b6d,
.card-dark-21b1 {
    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);
}

.grid_1b6d strong,
.card-dark-21b1 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;
}

.grid_1b6d ol,
.card-dark-21b1 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.grid_1b6d li,
.card-dark-21b1 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.card-dark-21b1 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;
}

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

.inner-a832 h3,
.chip_e90b h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.inner-a832 p,
.chip_e90b p {
    line-height: 1.8;
    color: #495057;
}

.inner-a832 ul,
.chip_e90b ul {
    margin-left: 1.5rem;
}

.inner-a832 li,
.chip_e90b li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-075e {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_6590,
.motion_bbe8 {
    color: white;
    line-height: 1.8;
}

.overlay_6590 li,
.motion_bbe8 li {
    margin-bottom: 0.75rem;
}

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

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

.popup-2c0d h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

.north-4d11 h3 {
    color: #FF9800;
    margin-top: 0;
}

.north-4d11 p {
    color: white;
    line-height: 1.8;
}

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

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

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

.summary_under_102a,
.overlay-wide-e224 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.overlay-wide-e224 {
    border: 2px solid #FF9800;
}

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

.overlay-wide-e224 h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.summary_under_102a ul,
.overlay-wide-e224 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.image-warm-b849 .primary-dirty-e99e {
    color: white;
    font-weight: 500;
}

.image-warm-b849 .banner-2767 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.sort-blue-ba84 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

.feature-small-0d3d {
    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);
}

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

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

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

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

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

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

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

.wrapper-east-dbb5,
.feature-7968 {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto;
}

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

.media_slow_339f {
    flex-shrink: 0;
}

.pink-cceb {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gas-84e1,
.nav-fixed-f8be {
    margin-bottom: 2.5rem;
}

.gas-84e1 h3,
.feature-7968 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.background_2797,
.gas-84e1 .background_2797 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.modal_purple_fe5f,
.pattern_gold_6814,
.footer_large_71ed {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.modal_purple_fe5f h4,
.pattern_gold_6814 h4,
.footer_large_71ed h4,
.nav-fixed-f8be h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.modal_purple_fe5f li,
.pattern_gold_6814 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.nav-fixed-f8be {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.nav-fixed-f8be ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-fixed-f8be li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.nav-fixed-f8be a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.nav-fixed-f8be a:hover {
    text-decoration: underline;
}

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

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

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

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

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

.solid-3665 p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.main-tall-23d7 {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

.main-tall-23d7 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.main-tall-23d7 a:hover {
    text-decoration: underline;
}

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

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

.mini-4f50 {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

.module-888c h3,
.solid_6a9d h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.module-888c ul,
.module-888c ol,
.solid_6a9d ul,
.solid_6a9d ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.module-888c li,
.solid_6a9d li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

.module-0289 h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.module-0289 p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right_e5cb ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.right_e5cb li {
    margin-bottom: 0.5rem;
}

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

.heading_feb9 strong {
    color: #2c3e50;
}

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

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

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

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

.tooltip-fresh-8f4f {
    text-align: center;
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.input_warm_3003 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-e5c0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.green-e5c0 a:hover {
    text-decoration: underline;
}

.input_warm_3003 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

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

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

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

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

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

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

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

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

.list-10d2 strong {
    color: #2c3e50;
    font-weight: 600;
}

.list-10d2 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.text-0186 strong {
    color: #2c3e50;
}

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

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

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

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

.carousel_simple_4721 h3,
.pressed-5949 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.table-fluid-1d03 {
    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;
}

.table-fluid-1d03 .breadcrumb_f596 {
    font-size: 1rem;
}

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

.progress_mini_67d7 li {
    margin-bottom: 0.5rem;
}

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

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

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

.main-f4e5 h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

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

.main-f4e5 a {
    color: #4CAF50;
    text-decoration: none;
}

.main-f4e5 a:hover {
    text-decoration: underline;
}

.logo-9aa7,
.paper-f8ab {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.carousel_simple_4721 p,
.pressed-5949 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.carousel_simple_4721 ul,
.pressed-5949 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel_simple_4721 li,
.pressed-5949 li {
    margin-bottom: 0.5rem;
}

.carousel_simple_4721 a,
.pressed-5949 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.carousel_simple_4721 a:hover,
.pressed-5949 a:hover {
    color: #FFEB3B;
}

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

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

.shadow_f053 {
    margin-top: 1rem;
}

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

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

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

.tertiary-cold-f90e: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) {
    .component_4f7b .wide_8a96 {
        grid-template-columns: 1fr;
    }
    
    .logo-3ce5 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .summary_hard_5837 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .slider_2d48 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .preview_b4aa {
        order: 1;
        z-index: 1003;
    }
    
    .center_f348 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .avatar_7ecb {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .brown_df5f {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .brown_df5f 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .brown_df5f ul.fn-active-5f18 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .brown_df5f > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .brown_df5f > ul > li:last-child {
        border-bottom: none;
    }
    
    .brown_df5f > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .brown_df5f .top_2d0b {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .brown_df5f .bottom_a37a {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .brown_df5f .top_2d0b.fn-active-5f18 > .bottom_a37a {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .brown_df5f .bottom_a37a li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .brown_df5f .bottom_a37a li:last-child {
        border-bottom: none;
    }
    
    .brown_df5f .bottom_a37a 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;
    }
    
    /* 子菜单前的箭头图标 */
    .brown_df5f .bottom_a37a a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .brown_df5f .bottom_a37a a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .brown_df5f .detail-bright-a398::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .brown_df5f .top_2d0b.fn-active-5f18 > .detail-bright-a398::after {
        transform: rotate(180deg) !important;
    }
    
    .paper-761d {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hot_0cb4,
    .middle-a047,
    .dirty-f0e2 {
        grid-template-columns: 1fr;
    }
    
    .summary_hard_5837 {
        gap: 0.5rem;
    }
    
    .avatar_7ecb {
        width: auto;
        order: 3;
    }
    
    .tertiary-cold-f90e {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .table-full-bd1e {
        grid-template-columns: 1fr;
    }
    
    .old_eef1 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .brown_df5f ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .component_4f7b,
    .middle_a704,
    .selected_851b,
    .overlay-first-be86,
    .short_15e4,
    .label-3e17,
    .action_8f45,
    .cold-cf12,
    .main-f4e5,
    .picture-prev-4823,
    .feature_active_9b90,
    .rough_610c,
    .warm_74eb,
    .avatar_3b94,
    .wrapper_hard_bc9a,
    .outer_a5a8 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .selected_c856,
    .search-under-3862,
    .nav-21e2,
    .green_0a10,
    .border_4607,
    .over_f3db,
    .under-075e,
    .header-aeba,
    .popup_white_dce9,
    .layout_smooth_d870,
    .input_warm_3003,
    .steel_c7e0 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .texture_b9c3,
    .stale_71c2,
    .input-acb9,
    .video-bronze-820e,
    .middle-0594,
    .active_dc11,
    .border-6376 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .hot_0cb4,
    .middle-a047,
    .dirty-f0e2,
    .list_9cc9 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .pink-cceb {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .fluid-161f,
    .avatar_7ecb {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .preview_16c7 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .table-60de {
        text-align: center;
    }
    
    .table-60de table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .rough_610c h2,
    .warm_74eb h2,
    .avatar_3b94 h2,
    .wrapper_hard_bc9a h2,
    .outer_a5a8 h2 {
        font-size: 2rem;
    }
    
    .wrapper-east-dbb5,
    .feature-7968 {
        padding: 2rem 1.5rem;
    }
    
    .active-55e2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .up_4ceb {
        font-size: 1.6rem;
    }
    
    .modal_purple_fe5f,
    .pattern_gold_6814,
    .footer_large_71ed,
    .nav-fixed-f8be {
        padding: 1.5rem;
    }
    
    .module-888c,
    .solid_6a9d,
    .grid_1b6d,
    .card-dark-21b1,
    .inner-a832,
    .chip_e90b {
        padding: 1.5rem;
    }
    
    .large-6661 {
        flex-direction: column;
        text-align: center;
    }
    
    .status_complex_9034.summary_42f8 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .fluid-657e h3 {
        font-size: 1.75rem;
    }
    
    .hover_full_bd5b {
        padding-left: 2rem;
    }
    
    .item-1463::before {
        left: -2rem;
    }
    
    .list_9cc9 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .layout_smooth_d870,
    .input_warm_3003,
    .badge_smooth_62d2 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .wide_8a96 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .pro-5856 {
        font-size: 2rem;
    }
    
    .status_cold_25c2 {
        font-size: 1.5rem;
    }
    
    .column-f4cf,
    .overlay-first-be86 h2,
    .short_15e4 h2,
    .action_8f45 h2,
    .cold-cf12 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .preview_b4aa img {
        width: 80px;
        height: auto;
    }
    
    .pink-3593 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .avatar_7ecb .tertiary-cold-f90e {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .brown_df5f > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .brown_df5f .bottom_a37a a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .brown_df5f .bottom_a37a a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .rough_610c,
    .warm_74eb,
    .avatar_3b94,
    .wrapper_hard_bc9a,
    .outer_a5a8 {
        padding: 3rem 0;
    }
    
    .rough_610c h2,
    .warm_74eb h2,
    .avatar_3b94 h2,
    .wrapper_hard_bc9a h2,
    .outer_a5a8 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .wrapper-east-dbb5,
    .feature-7968 {
        padding: 1.5rem 1rem;
    }
    
    .active-55e2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .media_slow_339f img {
        width: 100px;
        height: 100px;
    }
    
    .up_4ceb {
        font-size: 1.4rem;
    }
    
    .modal_purple_fe5f,
    .pattern_gold_6814,
    .footer_large_71ed,
    .nav-fixed-f8be {
        padding: 1.25rem;
    }
    
    .module-888c,
    .solid_6a9d,
    .grid_1b6d,
    .card-dark-21b1,
    .inner-a832,
    .chip_e90b {
        padding: 1.25rem;
    }
    
    .modal_purple_fe5f h4,
    .pattern_gold_6814 h4,
    .footer_large_71ed h4,
    .nav-fixed-f8be h4 {
        font-size: 1.1rem;
    }
    
    .module-888c h3,
    .solid_6a9d h3,
    .inner-a832 h3,
    .chip_e90b h3 {
        font-size: 1.2rem;
    }
    
    .status_complex_9034.summary_42f8 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .fluid-657e h3 {
        font-size: 1.5rem;
    }
    
    .stone-ced8 {
        font-size: 1rem;
    }
    
    .layout_smooth_d870 h3,
    .input_warm_3003 h3 {
        font-size: 1.3rem;
    }
    
    .hover_full_bd5b {
        padding-left: 1.5rem;
    }
    
    .hover_full_bd5b::before {
        width: 2px;
    }
    
    .item-1463 {
        padding: 1rem;
    }
    
    .item-1463::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .list-10d2 {
        padding: 1.5rem;
    }
    
    .list-10d2 h3 {
        font-size: 1.2rem;
    }
    
    .text-0186 {
        padding: 1.5rem;
    }
    
    .middle-0594 {
        padding: 0.75rem 1rem;
    }
    
    .main-tall-23d7 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .texture_b9c3,
    .popup_white_dce9,
    .complex-b9b3,
    .element-5b89,
    .hot_0cb4,
    .selected_c856,
    .border_4607,
    .under-075e,
    .mini-ce43,
    .paper-761d {
        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;
    }
    
    /* 按钮容器居中 */
    .tertiary-cold-f90e,
    .feature-small-0d3d {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 5234 */
.widget-item-x1 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
