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

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

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

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

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

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

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

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

.disabled_86ae {
    z-index: 1002;
}

/* ========== 导航 ========== */
.heading-east-f459 {
    position: relative;
}

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

.heading-east-f459 li {
    position: relative;
    list-style: none;
}

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

.heading-east-f459 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.heading-east-f459 .complex-7753 {
    position: relative;
}

.heading-east-f459 .secondary-over-f615 {
    cursor: pointer;
}

.heading-east-f459 .secondary-over-f615::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.heading-east-f459 .outline_hard_57e4 {
    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) {
    .heading-east-f459 .complex-7753:hover .outline_hard_57e4 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.heading-east-f459 .outline_hard_57e4 li {
    margin: 0;
    list-style: none;
}

.heading-east-f459 .outline_hard_57e4 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.heading-east-f459 .outline_hard_57e4 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.focused_ff5a.fn-active-14ee {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.grid-clean-0b45 {
    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);
}

.grid-clean-0b45 .logo_2198 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

.title-easy-9296 {
    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;
}

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

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

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

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

.motion-833f {
    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;
}

.smooth-59f8 {
    flex: 1;
}

.grid-8f3f {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

.pattern-east-1e17 {
    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;
}

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

.fast-76a9 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-hard-d027 h3 {
    color: #FF9800;
    margin-top: 0;
}

.border-hard-d027 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.description-basic-ab6f li {
    margin-bottom: 0.75rem;
}

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

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

.component_c67e p {
    margin-bottom: 0;
}

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

.grid-steel-dc82 {
    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-steel-dc82 h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.description_6c0a {
    margin: 0;
}

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

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

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

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

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

.mask-gold-f0de ul {
    list-style: none;
    padding: 0;
}

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

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

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

.preview-90a7 h4 {
    color: #F44336;
    margin-top: 0;
}

.prev-901c,
.text-under-bde9 {
    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);
}

.prev-901c strong,
.text-under-bde9 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;
}

.prev-901c ol,
.text-under-bde9 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.prev-901c li,
.text-under-bde9 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.text-under-bde9 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;
}

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

.active-static-2b4c h3,
.summary_soft_f776 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.active-static-2b4c p,
.summary_soft_f776 p {
    line-height: 1.8;
    color: #495057;
}

.active-static-2b4c ul,
.summary_soft_f776 ul {
    margin-left: 1.5rem;
}

.active-static-2b4c li,
.summary_soft_f776 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.preview-90a7 ol {
    color: white;
    line-height: 1.8;
}

.preview-90a7 p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.text-hard-c4fe p {
    color: white;
    margin-bottom: 1rem;
}

.text-hard-c4fe ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.item_0666 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_d2f0,
.hover_3747 {
    color: white;
    line-height: 1.8;
}

.banner_d2f0 li,
.hover_3747 li {
    margin-bottom: 0.75rem;
}

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

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

.solid-2d90 h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

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

.shade-small-87cf,
.shadow-9135 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.shade-small-87cf {
    border: 2px solid #4CAF50;
}

.shadow-9135 {
    border: 2px solid #FF9800;
}

.shade-small-87cf h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

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

.shade-small-87cf ul,
.shadow-9135 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.rough-18e3 {
    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;
}

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

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

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

.content-e4d0 .caption_stale_d332 {
    color: white;
    font-weight: 500;
}

.content-e4d0 .backdrop-gas-c280 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.smooth-8f59 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

.tertiary-black-eaa4 {
    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);
}

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

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

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

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

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

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

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

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

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

.text_c524 {
    flex-shrink: 0;
}

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

.small_1ad7,
.new-70b2 {
    margin-bottom: 2.5rem;
}

.small_1ad7 h3,
.detail-blue-e7bb h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

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

.brown_6728,
.label-motion-4cfc,
.purple_480f {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.brown_6728 h4,
.label-motion-4cfc h4,
.purple_480f h4,
.new-70b2 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.brown_6728 ul,
.label-motion-4cfc ul,
.label-motion-4cfc ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.brown_6728 li,
.label-motion-4cfc li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.new-70b2 {
    background: #e7f3ff;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
}

.new-70b2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-70b2 li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.new-70b2 a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.new-70b2 a:hover {
    text-decoration: underline;
}

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

.motion-833f.notification_old_fb2e {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-black-fcc1 a:hover {
    text-decoration: underline;
}

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

.smooth-9ee4:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

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

.texture_selected_3732 h3,
.accordion-08e1 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.texture_selected_3732 ul,
.texture_selected_3732 ol,
.accordion-08e1 ul,
.accordion-08e1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.texture_selected_3732 li,
.accordion-08e1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-in-241f {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.green_89ed strong {
    color: #2c3e50;
}

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

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

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

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

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

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

.pattern-next-da81 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.pattern-next-da81 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_a604 strong {
    color: #2c3e50;
}

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

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

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

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

.blue-262c h3,
.large-860b h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.selected-704e {
    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;
}

.selected-704e .title-easy-9296 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.main_6099,
.filter-red-fb39 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.blue-262c p,
.large-860b p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.blue-262c ul,
.large-860b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blue-262c li,
.large-860b li {
    margin-bottom: 0.5rem;
}

.blue-262c a,
.large-860b a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.blue-262c a:hover,
.large-860b a:hover {
    color: #FFEB3B;
}

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

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

.thumbnail_thick_6932 {
    margin-top: 1rem;
}

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

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

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

.hovered_9e97: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) {
    .grid-clean-0b45 .logo_2198 {
        grid-template-columns: 1fr;
    }
    
    .module_80d5 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .top_ebf4 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .focused_ff5a {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .steel_9716 {
        order: 1;
        z-index: 1003;
    }
    
    .motion_87d5 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .disabled_86ae {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .heading-east-f459 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .heading-east-f459 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .heading-east-f459 ul.fn-active-14ee {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .heading-east-f459 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .heading-east-f459 > ul > li:last-child {
        border-bottom: none;
    }
    
    .heading-east-f459 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .heading-east-f459 .complex-7753 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .heading-east-f459 .outline_hard_57e4 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .heading-east-f459 .complex-7753.fn-active-14ee > .outline_hard_57e4 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .heading-east-f459 .outline_hard_57e4 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .heading-east-f459 .outline_hard_57e4 li:last-child {
        border-bottom: none;
    }
    
    .heading-east-f459 .outline_hard_57e4 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;
    }
    
    /* 子菜单前的箭头图标 */
    .heading-east-f459 .outline_hard_57e4 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .heading-east-f459 .outline_hard_57e4 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .heading-east-f459 .secondary-over-f615::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .heading-east-f459 .complex-7753.fn-active-14ee > .secondary-over-f615::after {
        transform: rotate(180deg) !important;
    }
    
    .description-0f73 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .input-e766,
    .pagination_selected_7de0,
    .title_b963 {
        grid-template-columns: 1fr;
    }
    
    .top_ebf4 {
        gap: 0.5rem;
    }
    
    .disabled_86ae {
        width: auto;
        order: 3;
    }
    
    .hovered_9e97 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .input-fixed-153c {
        grid-template-columns: 1fr;
    }
    
    .shadow-plasma-2627 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .heading-east-f459 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .grid-clean-0b45,
    .overlay-8b52,
    .new_ee63,
    .stone_8768,
    .modal_glass_1846,
    .center-9d6d,
    .dropdown-b1b8,
    .status-3dd5,
    .picture_73e1,
    .row-11e1,
    .yellow_fb1b,
    .media_1d24,
    .overlay-dynamic-f013,
    .accordion-stale-9f67,
    .next_4e5c,
    .dropdown-971a {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .backdrop_9fcd,
    .first_6bba,
    .banner-left-f708,
    .grid-steel-dc82,
    .mask-gold-f0de,
    .inner_d1a5,
    .item_0666,
    .pressed-b3d8,
    .black_0606,
    .gallery_thick_a7cb,
    .soft_a159,
    .grid_center_5d1d {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .paragraph-simple-917d,
    .tabs_2230,
    .gold_4854,
    .border-hard-d027,
    .slow-4dd5,
    .preview-90a7,
    .component_c67e {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .input-e766,
    .pagination_selected_7de0,
    .title_b963,
    .outer-94a0 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .header_lite_ca41 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .mini-49f6,
    .disabled_86ae {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .soft_7c09 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .content_advanced_5e0a {
        text-align: center;
    }
    
    .content_advanced_5e0a table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .media_1d24 h2,
    .overlay-dynamic-f013 h2,
    .accordion-stale-9f67 h2,
    .next_4e5c h2,
    .dropdown-971a h2 {
        font-size: 2rem;
    }
    
    .text_3118,
    .detail-blue-e7bb {
        padding: 2rem 1.5rem;
    }
    
    .heading_5baf {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .link_stale_f75e {
        font-size: 1.6rem;
    }
    
    .brown_6728,
    .label-motion-4cfc,
    .purple_480f,
    .new-70b2 {
        padding: 1.5rem;
    }
    
    .texture_selected_3732,
    .accordion-08e1,
    .prev-901c,
    .text-under-bde9,
    .active-static-2b4c,
    .summary_soft_f776 {
        padding: 1.5rem;
    }
    
    .hover_e84a {
        flex-direction: column;
        text-align: center;
    }
    
    .motion-833f.notification_old_fb2e {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .element_fixed_aabb h3 {
        font-size: 1.75rem;
    }
    
    .container_4fb8 {
        padding-left: 2rem;
    }
    
    .sidebar_f081::before {
        left: -2rem;
    }
    
    .outer-94a0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .gallery_thick_a7cb,
    .soft_a159,
    .south_1b3e {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .logo_2198 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .box-top-1ab0 {
        font-size: 2rem;
    }
    
    .form_pressed_3576 {
        font-size: 1.5rem;
    }
    
    .hero-over-5aa8,
    .stone_8768 h2,
    .modal_glass_1846 h2,
    .dropdown-b1b8 h2,
    .status-3dd5 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .steel_9716 img {
        width: 80px;
        height: auto;
    }
    
    .prev-bd2a {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .disabled_86ae .hovered_9e97 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .heading-east-f459 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .heading-east-f459 .outline_hard_57e4 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .heading-east-f459 .outline_hard_57e4 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .media_1d24,
    .overlay-dynamic-f013,
    .accordion-stale-9f67,
    .next_4e5c,
    .dropdown-971a {
        padding: 3rem 0;
    }
    
    .media_1d24 h2,
    .overlay-dynamic-f013 h2,
    .accordion-stale-9f67 h2,
    .next_4e5c h2,
    .dropdown-971a h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .text_3118,
    .detail-blue-e7bb {
        padding: 1.5rem 1rem;
    }
    
    .heading_5baf {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .text_c524 img {
        width: 100px;
        height: 100px;
    }
    
    .link_stale_f75e {
        font-size: 1.4rem;
    }
    
    .brown_6728,
    .label-motion-4cfc,
    .purple_480f,
    .new-70b2 {
        padding: 1.25rem;
    }
    
    .texture_selected_3732,
    .accordion-08e1,
    .prev-901c,
    .text-under-bde9,
    .active-static-2b4c,
    .summary_soft_f776 {
        padding: 1.25rem;
    }
    
    .brown_6728 h4,
    .label-motion-4cfc h4,
    .purple_480f h4,
    .new-70b2 h4 {
        font-size: 1.1rem;
    }
    
    .texture_selected_3732 h3,
    .accordion-08e1 h3,
    .active-static-2b4c h3,
    .summary_soft_f776 h3 {
        font-size: 1.2rem;
    }
    
    .motion-833f.notification_old_fb2e {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .element_fixed_aabb h3 {
        font-size: 1.5rem;
    }
    
    .stale_1d26 {
        font-size: 1rem;
    }
    
    .gallery_thick_a7cb h3,
    .soft_a159 h3 {
        font-size: 1.3rem;
    }
    
    .container_4fb8 {
        padding-left: 1.5rem;
    }
    
    .container_4fb8::before {
        width: 2px;
    }
    
    .sidebar_f081 {
        padding: 1rem;
    }
    
    .sidebar_f081::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .badge-ebc5 {
        padding: 1.5rem;
    }
    
    .badge-ebc5 h3 {
        font-size: 1.2rem;
    }
    
    .main_a604 {
        padding: 1.5rem;
    }
    
    .slow-4dd5 {
        padding: 0.75rem 1rem;
    }
    
    .frame-black-fcc1 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .paragraph-simple-917d,
    .black_0606,
    .smooth-59f8,
    .pattern-east-1e17,
    .input-e766,
    .backdrop_9fcd,
    .mask-gold-f0de,
    .item_0666,
    .grid-ae8b,
    .description-0f73 {
        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;
    }
    
    /* 按钮容器居中 */
    .hovered_9e97,
    .tertiary-black-eaa4 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 62e3 */
.shadow-element-z7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
