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

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

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

.shade-copper-8d39 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

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

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

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

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

.picture_d0ee {
    z-index: 1002;
}

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

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

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

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

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

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

.disabled_b73d .icon_soft_ed5e {
    cursor: pointer;
}

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

.disabled_b73d .current-503b {
    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) {
    .disabled_b73d .logo_rough_82a3:hover .current-503b {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.disabled_b73d .current-503b li {
    margin: 0;
    list-style: none;
}

.disabled_b73d .current-503b a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.disabled_b73d .current-503b a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.plasma_a0a8.fn-active-97ac {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.list-smooth-8ae7 {
    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);
}

.list-smooth-8ae7 .motion_3898 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

.column-bronze-8ecb {
    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;
}

.out-5b07 {
    border-radius: 0;
    border: none;
}

.out-5b07 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.logo-hard-e38c {
    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;
}

.hero_pressed_fa1f {
    flex: 1;
}

.backdrop-east-179e {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

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

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

.plasma-14fc {
    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);
}

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

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

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

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

.video-old-c28e {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

.layout-stone-f104 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.narrow-4c34 h3 {
    color: #FF9800;
    margin-top: 0;
}

.narrow-4c34 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-8d6e li {
    margin-bottom: 0.75rem;
}

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

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

.hover_9c56 p {
    margin-bottom: 0;
}

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

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

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

.message_c2ea {
    margin: 0;
}

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

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

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

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

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

.backdrop-2a95 ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

.upper-142b,
.section-lower-ce2c {
    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);
}

.upper-142b strong,
.section-lower-ce2c 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;
}

.upper-142b ol,
.section-lower-ce2c ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.upper-142b li,
.section-lower-ce2c li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.section-lower-ce2c 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;
}

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

.solid-fc81 h3,
.card-05c1 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.solid-fc81 p,
.card-05c1 p {
    line-height: 1.8;
    color: #495057;
}

.solid-fc81 ul,
.card-05c1 ul {
    margin-left: 1.5rem;
}

.solid-fc81 li,
.card-05c1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

.column-3e93 p {
    color: white;
    margin-bottom: 1rem;
}

.column-3e93 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.picture_tall_487c {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.nav-49ac {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.border_advanced_8d5f,
.purple-d9f4 {
    color: white;
    line-height: 1.8;
}

.border_advanced_8d5f li,
.purple-d9f4 li {
    margin-bottom: 0.75rem;
}

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

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

.thick-7c47 h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

.form-stone-6e03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.cool-e740,
.tabs_active_4346 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.cool-e740 {
    border: 2px solid #4CAF50;
}

.tabs_active_4346 {
    border: 2px solid #FF9800;
}

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

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

.cool-e740 ul,
.tabs_active_4346 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.aside-fast-fd7a .progress-cf5f {
    color: white;
    font-weight: 500;
}

.aside-fast-fd7a .west_a32b {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.out-5b07 {
    flex-shrink: 0;
}

.column-bronze-8ecb {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sort_next_a738,
.upper-7bf7 {
    margin-bottom: 2.5rem;
}

.sort_next_a738 h3,
.tooltip_3789 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.main-brown-d614,
.sort_next_a738 .main-brown-d614 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.active-5110,
.status-pro-e2be,
.notice-1c6c {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.active-5110 h4,
.status-pro-e2be h4,
.notice-1c6c h4,
.upper-7bf7 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.active-5110 ul,
.status-pro-e2be ul,
.status-pro-e2be ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.active-5110 li,
.status-pro-e2be li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.upper-7bf7 {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.upper-7bf7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.upper-7bf7 li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.upper-7bf7 a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.upper-7bf7 a:hover {
    text-decoration: underline;
}

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

.logo-hard-e38c.filter-hot-3b41 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.summary-1ada a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.pro_e834 li,
.gold_0fe4 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.large-65c5 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.card-narrow-f4ad 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;
}

.card-narrow-f4ad ol,
.card-narrow-f4ad ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.card-narrow-f4ad li {
    margin-bottom: 0.75rem;
}

.card-narrow-f4ad strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.row-pink-d59d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.hidden-south-7679 {
    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);
}

.hidden-south-7679::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;
}

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

.tabs-next-1750 {
    color: #495057;
    line-height: 1.8;
}

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

.tabs-next-1750 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.tabs-next-1750 li {
    margin-bottom: 0.5rem;
}

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

.banner-in-eaa4 strong {
    color: #2c3e50;
}

.banner-in-eaa4 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

.large-65c5 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;
}

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

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

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

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

.selected-9197 a:hover {
    text-decoration: underline;
}

.large-65c5 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.large-65c5 ol li {
    margin-bottom: 0.75rem;
}

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

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

.form-new-9dd7 {
    max-width: 1000px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.notification-liquid-451a p {
    color: #495057;
    line-height: 1.8;
    margin: 0.75rem 0;
}

.notification-liquid-451a strong {
    color: #2c3e50;
}

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

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

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

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

.tertiary_cb66 h3,
.prev_969e h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.description-prev-5aed {
    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;
}

.description-prev-5aed .next-7e30 {
    font-size: 1rem;
}

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

.article-e1a1 li {
    margin-bottom: 0.5rem;
}

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

.article-e1a1 a:hover {
    color: #FFEB3B;
}

.dark-96ff {
    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);
}

.dark-96ff h4 {
    color: #FFA726;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

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

.dark-96ff a {
    color: #4CAF50;
    text-decoration: none;
}

.dark-96ff a:hover {
    text-decoration: underline;
}

.tooltip_first_53fb,
.primary-old-42cb {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.tertiary_cb66 ul,
.prev_969e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tertiary_cb66 li,
.prev_969e li {
    margin-bottom: 0.5rem;
}

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

.tertiary_cb66 a:hover,
.prev_969e a:hover {
    color: #FFEB3B;
}

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

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

.panel-04e8 {
    margin-top: 1rem;
}

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

.panel-04e8 a:hover {
    text-decoration: underline;
}

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

.mini-b4d6: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) {
    .list-smooth-8ae7 .motion_3898 {
        grid-template-columns: 1fr;
    }
    
    .down_1b65 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .blue-e8b1 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .plasma_a0a8 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .shade-copper-8d39 {
        order: 1;
        z-index: 1003;
    }
    
    .thumbnail-5986 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .picture_d0ee {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .disabled_b73d {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .disabled_b73d 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .disabled_b73d ul.fn-active-97ac {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .disabled_b73d > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .disabled_b73d > ul > li:last-child {
        border-bottom: none;
    }
    
    .disabled_b73d > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .disabled_b73d .logo_rough_82a3 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .disabled_b73d .current-503b {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .disabled_b73d .logo_rough_82a3.fn-active-97ac > .current-503b {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .disabled_b73d .current-503b li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .disabled_b73d .current-503b li:last-child {
        border-bottom: none;
    }
    
    .disabled_b73d .current-503b 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;
    }
    
    /* 子菜单前的箭头图标 */
    .disabled_b73d .current-503b a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .disabled_b73d .current-503b a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .disabled_b73d .icon_soft_ed5e::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .disabled_b73d .logo_rough_82a3.fn-active-97ac > .icon_soft_ed5e::after {
        transform: rotate(180deg) !important;
    }
    
    .form-stone-6e03 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-light-0515,
    .fluid_4871,
    .block-ce78 {
        grid-template-columns: 1fr;
    }
    
    .blue-e8b1 {
        gap: 0.5rem;
    }
    
    .picture_d0ee {
        width: auto;
        order: 3;
    }
    
    .mini-b4d6 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .mask_hot_6f55 {
        grid-template-columns: 1fr;
    }
    
    .secondary-6800 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .disabled_b73d ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .list-smooth-8ae7,
    .detail_paper_7f43,
    .outline_7c51,
    .fast_0000,
    .action-f837,
    .next-6b89,
    .progress_c34a,
    .grid-tall-0a71,
    .dark-96ff,
    .card-a2ad,
    .overlay_medium_a99a,
    .slider-dark-0cf4,
    .aside-static-0aa6,
    .current-409e,
    .carousel_bb24,
    .overlay-liquid-ca81 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .component-fresh-d844,
    .disabled_0e41,
    .article-e717,
    .grid_selected_1806,
    .backdrop-2a95,
    .light-3817,
    .picture_tall_487c,
    .badge_c753,
    .popup_ca49,
    .card-narrow-f4ad,
    .large-65c5,
    .form-new-9dd7 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .caption-dynamic-4027,
    .notification_57d5,
    .video-old-c28e,
    .narrow-4c34,
    .accent_d993,
    .sort_0baf,
    .hover_9c56 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .nav-light-0515,
    .fluid_4871,
    .block-ce78,
    .info_899e {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .column-bronze-8ecb {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .complex_8518,
    .picture_d0ee {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .popup_wood_1c6b {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .icon_68bf {
        text-align: center;
    }
    
    .icon_68bf table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .slider-dark-0cf4 h2,
    .aside-static-0aa6 h2,
    .current-409e h2,
    .carousel_bb24 h2,
    .overlay-liquid-ca81 h2 {
        font-size: 2rem;
    }
    
    .disabled_808a,
    .tooltip_3789 {
        padding: 2rem 1.5rem;
    }
    
    .pro-3275 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .alert-ac67 {
        font-size: 1.6rem;
    }
    
    .active-5110,
    .status-pro-e2be,
    .notice-1c6c,
    .upper-7bf7 {
        padding: 1.5rem;
    }
    
    .pro_e834,
    .gold_0fe4,
    .upper-142b,
    .section-lower-ce2c,
    .solid-fc81,
    .card-05c1 {
        padding: 1.5rem;
    }
    
    .input_2933 {
        flex-direction: column;
        text-align: center;
    }
    
    .logo-hard-e38c.filter-hot-3b41 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .rough-0e65 h3 {
        font-size: 1.75rem;
    }
    
    .north-ec30 {
        padding-left: 2rem;
    }
    
    .hidden-south-7679::before {
        left: -2rem;
    }
    
    .info_899e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .card-narrow-f4ad,
    .large-65c5,
    .row-pink-d59d {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .motion_3898 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .warm-55b5 {
        font-size: 2rem;
    }
    
    .outer_4cf0 {
        font-size: 1.5rem;
    }
    
    .alert_55c9,
    .fast_0000 h2,
    .action-f837 h2,
    .progress_c34a h2,
    .grid-tall-0a71 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .shade-copper-8d39 img {
        width: 80px;
        height: auto;
    }
    
    .border-hot-d33b {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .picture_d0ee .mini-b4d6 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .disabled_b73d > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .disabled_b73d .current-503b a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .disabled_b73d .current-503b a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .slider-dark-0cf4,
    .aside-static-0aa6,
    .current-409e,
    .carousel_bb24,
    .overlay-liquid-ca81 {
        padding: 3rem 0;
    }
    
    .slider-dark-0cf4 h2,
    .aside-static-0aa6 h2,
    .current-409e h2,
    .carousel_bb24 h2,
    .overlay-liquid-ca81 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .disabled_808a,
    .tooltip_3789 {
        padding: 1.5rem 1rem;
    }
    
    .pro-3275 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .out-5b07 img {
        width: 100px;
        height: 100px;
    }
    
    .alert-ac67 {
        font-size: 1.4rem;
    }
    
    .active-5110,
    .status-pro-e2be,
    .notice-1c6c,
    .upper-7bf7 {
        padding: 1.25rem;
    }
    
    .pro_e834,
    .gold_0fe4,
    .upper-142b,
    .section-lower-ce2c,
    .solid-fc81,
    .card-05c1 {
        padding: 1.25rem;
    }
    
    .active-5110 h4,
    .status-pro-e2be h4,
    .notice-1c6c h4,
    .upper-7bf7 h4 {
        font-size: 1.1rem;
    }
    
    .pro_e834 h3,
    .gold_0fe4 h3,
    .solid-fc81 h3,
    .card-05c1 h3 {
        font-size: 1.2rem;
    }
    
    .logo-hard-e38c.filter-hot-3b41 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .rough-0e65 h3 {
        font-size: 1.5rem;
    }
    
    .notice_7dc8 {
        font-size: 1rem;
    }
    
    .card-narrow-f4ad h3,
    .large-65c5 h3 {
        font-size: 1.3rem;
    }
    
    .north-ec30 {
        padding-left: 1.5rem;
    }
    
    .north-ec30::before {
        width: 2px;
    }
    
    .hidden-south-7679 {
        padding: 1rem;
    }
    
    .hidden-south-7679::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .card_complex_77ad {
        padding: 1.5rem;
    }
    
    .card_complex_77ad h3 {
        font-size: 1.2rem;
    }
    
    .notification-liquid-451a {
        padding: 1.5rem;
    }
    
    .accent_d993 {
        padding: 0.75rem 1rem;
    }
    
    .summary-1ada {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .caption-dynamic-4027,
    .popup_ca49,
    .hero_pressed_fa1f,
    .icon_9ae7,
    .nav-light-0515,
    .component-fresh-d844,
    .backdrop-2a95,
    .picture_tall_487c,
    .nav-49ac,
    .form-stone-6e03 {
        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;
    }
    
    /* 按钮容器居中 */
    .mini-b4d6,
    .block_fast_d14b {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: e441 */
.ghost-box-m7 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
