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

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

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

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

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

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

.focus-3f86 {
    display: flex;
    align-items: center;
}

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

.narrow_ea00 {
    z-index: 1002;
}

/* ========== 导航 ========== */
.notification-top-2326 {
    position: relative;
}

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

.notification-top-2326 li {
    position: relative;
    list-style: none;
}

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

.notification-top-2326 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.notification-top-2326 .short_e6e6 {
    position: relative;
}

.notification-top-2326 .footer-fixed-e5cd {
    cursor: pointer;
}

.notification-top-2326 .footer-fixed-e5cd::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.notification-top-2326 .slow-3c00 {
    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) {
    .notification-top-2326 .short_e6e6:hover .slow-3c00 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.notification-top-2326 .slow-3c00 li {
    margin: 0;
    list-style: none;
}

.notification-top-2326 .slow-3c00 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.notification-top-2326 .slow-3c00 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.heading-9b9c {
    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;
}

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

.heading-9b9c.fn-active-7ae4 {
    background: rgba(255, 167, 38, 0.5);
}

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

.short-2d1b .west-3f23 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

.container-old-7c3d {
    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;
}

.dropdown-238a {
    border-radius: 0;
    border: none;
}

.dropdown-238a img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.caption_d431 {
    flex: 1;
}

.dropdown-full-4dbc {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-26b3 {
    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);
}

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

.down-26b3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.down-26b3 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-3fbb tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.banner-advanced-0145 li {
    margin-bottom: 0.75rem;
}

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

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

.pattern_142a p {
    margin-bottom: 0;
}

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

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

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

.outer_b023 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.green-80f5 h4 {
    color: #F44336;
    margin-top: 0;
}

.image-3353,
.gas_37d7 {
    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);
}

.image-3353 strong,
.gas_37d7 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;
}

.image-3353 ol,
.gas_37d7 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

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

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

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

.video_c3fb p,
.red_3edb p {
    line-height: 1.8;
    color: #495057;
}

.video_c3fb ul,
.red_3edb ul {
    margin-left: 1.5rem;
}

.video_c3fb li,
.red_3edb li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.green-80f5 ol {
    color: white;
    line-height: 1.8;
}

.green-80f5 p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.easy-52a4 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid_63d2,
.row-2048 {
    color: white;
    line-height: 1.8;
}

.grid_63d2 li,
.row-2048 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.new-3c81 h3 {
    color: #FF9800;
    margin-top: 0;
}

.new-3c81 p {
    color: white;
    line-height: 1.8;
}

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

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

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

.motion-d2b7,
.mask_basic_6eb2 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.motion-d2b7 {
    border: 2px solid #4CAF50;
}

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

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

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

.motion-d2b7 ul,
.mask_basic_6eb2 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.preview_e9e7 .disabled-4e38 {
    color: white;
    font-weight: 500;
}

.preview_e9e7 .mask-stale-0a30 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-8c55 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.dropdown-238a {
    flex-shrink: 0;
}

.container-old-7c3d {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hard_94f0,
.avatar_pink_59bc {
    margin-bottom: 2.5rem;
}

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

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

.hero_current_fbdf,
.tertiary-paper-db02,
.fluid_e068 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hero_current_fbdf h4,
.tertiary-paper-db02 h4,
.fluid_e068 h4,
.avatar_pink_59bc h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero_current_fbdf ul,
.tertiary-paper-db02 ul,
.tertiary-paper-db02 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.hero_current_fbdf li,
.tertiary-paper-db02 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.widget_motion_66b9.primary-1233 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

.advanced-f189 p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.secondary-complex-8772 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

.layout_red_87c7 h3,
.search-4b2c h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.layout_red_87c7 ul,
.layout_red_87c7 ol,
.search-4b2c ul,
.search-4b2c ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.layout_red_87c7 li,
.search-4b2c li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.solid-3b61::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%);
}

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

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

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

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

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

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

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

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

.mask-glass-2550 strong {
    color: #2c3e50;
}

.mask-glass-2550 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-b363 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

.active-3aab {
    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;
}

.active-3aab .module-4810 {
    font-size: 1rem;
}

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

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

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

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

.text-selected-f81f {
    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);
}

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

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

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

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

.center-4e24,
.status_c62d {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.picture_first_9381 ul,
.secondary_eb53 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.picture_first_9381 li,
.secondary_eb53 li {
    margin-bottom: 0.5rem;
}

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

.picture_first_9381 a:hover,
.secondary_eb53 a:hover {
    color: #FFEB3B;
}

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

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

.old-77ee {
    margin-top: 1rem;
}

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

.old-77ee a:hover {
    text-decoration: underline;
}

/* ========== Buttons ========== */
.block-hard-2b8c {
    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;
}

.block-hard-2b8c: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) {
    .short-2d1b .west-3f23 {
        grid-template-columns: 1fr;
    }
    
    .card_warm_7bc5 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .light_86fe {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .heading-9b9c {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .panel-29ae {
        order: 1;
        z-index: 1003;
    }
    
    .popup_blue_9bfb {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .narrow_ea00 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .notification-top-2326 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .notification-top-2326 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .notification-top-2326 ul.fn-active-7ae4 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .notification-top-2326 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .notification-top-2326 > ul > li:last-child {
        border-bottom: none;
    }
    
    .notification-top-2326 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .notification-top-2326 .short_e6e6 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .notification-top-2326 .slow-3c00 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .notification-top-2326 .short_e6e6.fn-active-7ae4 > .slow-3c00 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .notification-top-2326 .slow-3c00 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .notification-top-2326 .slow-3c00 li:last-child {
        border-bottom: none;
    }
    
    .notification-top-2326 .slow-3c00 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;
    }
    
    /* 子菜单前的箭头图标 */
    .notification-top-2326 .slow-3c00 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .notification-top-2326 .slow-3c00 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .notification-top-2326 .footer-fixed-e5cd::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .notification-top-2326 .short_e6e6.fn-active-7ae4 > .footer-fixed-e5cd::after {
        transform: rotate(180deg) !important;
    }
    
    .title_south_eb0a {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .container-dcec,
    .prev-4d7d,
    .dropdown_f693 {
        grid-template-columns: 1fr;
    }
    
    .light_86fe {
        gap: 0.5rem;
    }
    
    .narrow_ea00 {
        width: auto;
        order: 3;
    }
    
    .block-hard-2b8c {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .cool-519c {
        grid-template-columns: 1fr;
    }
    
    .large_1cde {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .notification-top-2326 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .short-2d1b,
    .blue_5dfb,
    .tabs-3ce5,
    .carousel-white-b88c,
    .wrapper-1fd0,
    .chip-0f2b,
    .light_405f,
    .breadcrumb-down-244d,
    .text-selected-f81f,
    .complex-ec41,
    .title-8c55,
    .old-f3f6,
    .label_fixed_263e,
    .texture_fast_4a33,
    .tag_small_f5c1,
    .preview-4d47 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .progress-3bcb,
    .down-26b3,
    .media-b638,
    .border_a4cf,
    .texture_9d16,
    .tabs-ad2b,
    .easy-52a4,
    .breadcrumb_c1fc,
    .table-f917,
    .action_8091,
    .menu_tiny_6932,
    .blue_789a {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .button-complex-dbf5,
    .notification-fb2c,
    .active_ddd5,
    .small-bd59,
    .heading-hovered-328d,
    .green-80f5,
    .pattern_142a {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .container-dcec,
    .prev-4d7d,
    .dropdown_f693,
    .picture_36ad {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .container-old-7c3d {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .header-983a,
    .narrow_ea00 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .over_f746 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .accent-3fbb {
        text-align: center;
    }
    
    .accent-3fbb table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .old-f3f6 h2,
    .label_fixed_263e h2,
    .texture_fast_4a33 h2,
    .tag_small_f5c1 h2,
    .preview-4d47 h2 {
        font-size: 2rem;
    }
    
    .silver_ccce,
    .static-e8e2 {
        padding: 2rem 1.5rem;
    }
    
    .wide_b2f9 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .clean-9009 {
        font-size: 1.6rem;
    }
    
    .hero_current_fbdf,
    .tertiary-paper-db02,
    .fluid_e068,
    .avatar_pink_59bc {
        padding: 1.5rem;
    }
    
    .layout_red_87c7,
    .search-4b2c,
    .image-3353,
    .gas_37d7,
    .video_c3fb,
    .red_3edb {
        padding: 1.5rem;
    }
    
    .current_2d86 {
        flex-direction: column;
        text-align: center;
    }
    
    .widget_motion_66b9.primary-1233 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .iron_a489 h3 {
        font-size: 1.75rem;
    }
    
    .solid-3b61 {
        padding-left: 2rem;
    }
    
    .cold_8ff5::before {
        left: -2rem;
    }
    
    .picture_36ad {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .action_8091,
    .menu_tiny_6932,
    .primary_prev_c561 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .west-3f23 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .background_3919 {
        font-size: 2rem;
    }
    
    .large_67fb {
        font-size: 1.5rem;
    }
    
    .bright_d5e5,
    .carousel-white-b88c h2,
    .wrapper-1fd0 h2,
    .light_405f h2,
    .breadcrumb-down-244d h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .panel-29ae img {
        width: 80px;
        height: auto;
    }
    
    .notice-hard-52f3 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .narrow_ea00 .block-hard-2b8c {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .notification-top-2326 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .notification-top-2326 .slow-3c00 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .notification-top-2326 .slow-3c00 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .old-f3f6,
    .label_fixed_263e,
    .texture_fast_4a33,
    .tag_small_f5c1,
    .preview-4d47 {
        padding: 3rem 0;
    }
    
    .old-f3f6 h2,
    .label_fixed_263e h2,
    .texture_fast_4a33 h2,
    .tag_small_f5c1 h2,
    .preview-4d47 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .silver_ccce,
    .static-e8e2 {
        padding: 1.5rem 1rem;
    }
    
    .wide_b2f9 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .dropdown-238a img {
        width: 100px;
        height: 100px;
    }
    
    .clean-9009 {
        font-size: 1.4rem;
    }
    
    .hero_current_fbdf,
    .tertiary-paper-db02,
    .fluid_e068,
    .avatar_pink_59bc {
        padding: 1.25rem;
    }
    
    .layout_red_87c7,
    .search-4b2c,
    .image-3353,
    .gas_37d7,
    .video_c3fb,
    .red_3edb {
        padding: 1.25rem;
    }
    
    .hero_current_fbdf h4,
    .tertiary-paper-db02 h4,
    .fluid_e068 h4,
    .avatar_pink_59bc h4 {
        font-size: 1.1rem;
    }
    
    .layout_red_87c7 h3,
    .search-4b2c h3,
    .video_c3fb h3,
    .red_3edb h3 {
        font-size: 1.2rem;
    }
    
    .widget_motion_66b9.primary-1233 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .iron_a489 h3 {
        font-size: 1.5rem;
    }
    
    .top_4372 {
        font-size: 1rem;
    }
    
    .action_8091 h3,
    .menu_tiny_6932 h3 {
        font-size: 1.3rem;
    }
    
    .solid-3b61 {
        padding-left: 1.5rem;
    }
    
    .solid-3b61::before {
        width: 2px;
    }
    
    .cold_8ff5 {
        padding: 1rem;
    }
    
    .cold_8ff5::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .table_smooth_447c {
        padding: 1.5rem;
    }
    
    .table_smooth_447c h3 {
        font-size: 1.2rem;
    }
    
    .grid-b363 {
        padding: 1.5rem;
    }
    
    .heading-hovered-328d {
        padding: 0.75rem 1rem;
    }
    
    .secondary-complex-8772 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .button-complex-dbf5,
    .table-f917,
    .caption_d431,
    .link-eacb,
    .container-dcec,
    .progress-3bcb,
    .texture_9d16,
    .easy-52a4,
    .sort_smooth_495b,
    .title_south_eb0a {
        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;
    }
    
    /* 按钮容器居中 */
    .block-hard-2b8c,
    .breadcrumb_wood_1000 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: facd */
.ghost-box-m1 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.0;
}
