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

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

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

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

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

.popup-7cee a {
    display: flex;
    align-items: center;
}

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

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

.item-c3b7 {
    z-index: 1002;
}

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

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

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

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

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

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

.aside_active_1fc1 .thumbnail-prev-1a07 {
    cursor: pointer;
}

.aside_active_1fc1 .thumbnail-prev-1a07::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.aside_active_1fc1 .modal_b6d5 {
    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) {
    .aside_active_1fc1 .solid_2866:hover .modal_b6d5 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.aside_active_1fc1 .modal_b6d5 li {
    margin: 0;
    list-style: none;
}

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

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

.item-574a {
    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;
}

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

.item-574a.fn-active-82d5 {
    background: rgba(255, 167, 38, 0.5);
}

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

.pressed-be20 .brown-ccb0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.layout-8d5c {
    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;
}

.tooltip-656d {
    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;
}

.wrapper-056e {
    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;
}

.description-solid-adc2 {
    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;
}

.notification-over-05f3 {
    border-radius: 0;
    border: none;
}

.notification-over-05f3 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.overlay-rough-1954 {
    flex: 1;
}

.dark-901a {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.tertiary-705f {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.west-5f41 {
    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;
}

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

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

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

.text-action-8e33 {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-6e24 {
    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-6e24 h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin: 0 0 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny-ce4d li {
    margin-bottom: 0.75rem;
}

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

.outline-33d3 h4 {
    color: #2196F3;
    margin-top: 0;
}

.outline-33d3 p {
    margin-bottom: 0;
}

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

.carousel-brown-ccd6 {
    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);
}

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

.border-d4ae {
    margin: 0;
}

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

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

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

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

.popup-active-57c0 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.popup-active-57c0 ul {
    list-style: none;
    padding: 0;
}

.popup-active-57c0 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

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

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

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

.next_2e41,
.breadcrumb-a920 {
    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);
}

.next_2e41 strong,
.breadcrumb-a920 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;
}

.next_2e41 ol,
.breadcrumb-a920 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.next_2e41 li,
.breadcrumb-a920 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.breadcrumb-a920 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;
}

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

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

.feature_dim_c17f p,
.pressed_c001 p {
    line-height: 1.8;
    color: #495057;
}

.feature_dim_c17f ul,
.pressed_c001 ul {
    margin-left: 1.5rem;
}

.feature_dim_c17f li,
.pressed_c001 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-4654 {
    margin: 1.5rem 0;
}

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

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

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

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

.narrow-7ac1 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.narrow-7ac1 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.list-ecd0,
.slider-basic-d81d {
    color: white;
    line-height: 1.8;
}

.list-ecd0 li,
.slider-basic-d81d li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

.accordion-basic-7d49 h3 {
    color: #FF9800;
    margin-top: 0;
}

.accordion-basic-7d49 p {
    color: white;
    line-height: 1.8;
}

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

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

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

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

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

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

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

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

.main_59e5 ul,
.carousel_fluid_13b9 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.breadcrumb-pro-6158 {
    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;
}

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

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

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

.preview_3e76 .hidden_0487 {
    color: white;
    font-weight: 500;
}

.preview_3e76 .iron-421a {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.hero-dynamic-47c3 {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-over-05f3 {
    flex-shrink: 0;
}

.description-solid-adc2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tertiary-705f,
.focus-14c1 {
    margin-bottom: 2.5rem;
}

.tertiary-705f h3,
.shadow_06bf h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.steel-4996,
.tertiary-705f .steel-4996 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.easy-1431,
.active-current-5df4,
.hero-bottom-0d78 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.easy-1431 h4,
.active-current-5df4 h4,
.hero-bottom-0d78 h4,
.focus-14c1 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.easy-1431 ul,
.active-current-5df4 ul,
.active-current-5df4 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.easy-1431 li,
.active-current-5df4 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.focus-14c1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.focus-14c1 a:hover {
    text-decoration: underline;
}

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

.chip_0c20.texture-9df7 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

.inner-0942 a:hover {
    text-decoration: underline;
}

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

.thick-d41d {
    color: #2c3e50;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

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

.thick-d41d a:hover {
    text-decoration: underline;
}

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

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

.thumbnail-cold-362a {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.shadow_lite_60e4 li,
.modal_warm_7953 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tall-4f86 {
    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);
}

.tall-4f86::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;
}

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

.east-23f6 {
    color: #495057;
    line-height: 1.8;
}

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

.east-23f6 ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.east-23f6 li {
    margin-bottom: 0.5rem;
}

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

.mask-out-6323 strong {
    color: #2c3e50;
}

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

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

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

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

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

.dark_a463 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-liquid-ba01 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

.card-liquid-ba01 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-narrow-cd52 strong {
    color: #2c3e50;
}

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

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

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

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

.border_ada5 h3,
.backdrop-lite-7c05 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.badge-dynamic-4496 {
    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;
}

.badge-dynamic-4496 .wrapper-056e {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

.pressed-a1cd a:hover {
    text-decoration: underline;
}

.section-first-691e,
.banner-d6d9 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.border_ada5 p,
.backdrop-lite-7c05 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.border_ada5 ul,
.backdrop-lite-7c05 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border_ada5 li,
.backdrop-lite-7c05 li {
    margin-bottom: 0.5rem;
}

.border_ada5 a,
.backdrop-lite-7c05 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.border_ada5 a:hover,
.backdrop-lite-7c05 a:hover {
    color: #FFEB3B;
}

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

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

.texture_bright_521e {
    margin-top: 1rem;
}

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

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

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

.top-93ca: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) {
    .pressed-be20 .brown-ccb0 {
        grid-template-columns: 1fr;
    }
    
    .chip-c901 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .avatar-3a16 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .item-574a {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .chip_cool_26dd {
        order: 1;
        z-index: 1003;
    }
    
    .popup-7cee {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .item-c3b7 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .aside_active_1fc1 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .aside_active_1fc1 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .aside_active_1fc1 ul.fn-active-82d5 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .aside_active_1fc1 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .aside_active_1fc1 > ul > li:last-child {
        border-bottom: none;
    }
    
    .aside_active_1fc1 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .aside_active_1fc1 .solid_2866 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .aside_active_1fc1 .modal_b6d5 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .aside_active_1fc1 .solid_2866.fn-active-82d5 > .modal_b6d5 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .aside_active_1fc1 .modal_b6d5 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .aside_active_1fc1 .modal_b6d5 li:last-child {
        border-bottom: none;
    }
    
    .aside_active_1fc1 .modal_b6d5 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;
    }
    
    /* 子菜单前的箭头图标 */
    .aside_active_1fc1 .modal_b6d5 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .aside_active_1fc1 .modal_b6d5 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .aside_active_1fc1 .thumbnail-prev-1a07::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .aside_active_1fc1 .solid_2866.fn-active-82d5 > .thumbnail-prev-1a07::after {
        transform: rotate(180deg) !important;
    }
    
    .static_4039 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .advanced-6d24,
    .purple_0f51,
    .tabs-copper-d048 {
        grid-template-columns: 1fr;
    }
    
    .avatar-3a16 {
        gap: 0.5rem;
    }
    
    .item-c3b7 {
        width: auto;
        order: 3;
    }
    
    .top-93ca {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .plasma-68be {
        grid-template-columns: 1fr;
    }
    
    .section-a3d8 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .aside_active_1fc1 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .pressed-be20,
    .huge-30f2,
    .liquid_00d2,
    .badge_over_aa9b,
    .secondary_31d3,
    .avatar-down-1fc8,
    .breadcrumb-last-315e,
    .bronze-5fda,
    .pressed-a1cd,
    .pressed_ac2c,
    .wrapper_current_c5bc,
    .east-76c6,
    .feature_black_d09d,
    .section_b090,
    .purple_f17e,
    .avatar_tiny_6bff {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .light-fdd2,
    .article_94b9,
    .media-6e24,
    .carousel-brown-ccd6,
    .popup-active-57c0,
    .modal_out_001d,
    .nav-4654,
    .popup-ee5e,
    .white_2064,
    .banner_orange_fa73,
    .dark_a463,
    .chip_focused_f670 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .search_08af,
    .article_8548,
    .west_0d21,
    .video_in_1805,
    .center_b4a9,
    .dim-7560,
    .outline-33d3 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .advanced-6d24,
    .purple_0f51,
    .tabs-copper-d048,
    .modal_c120 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .description-solid-adc2 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .east_daa7,
    .item-c3b7 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .notice_hard_8d5f {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .panel_hovered_32bf {
        text-align: center;
    }
    
    .panel_hovered_32bf table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .east-76c6 h2,
    .feature_black_d09d h2,
    .section_b090 h2,
    .purple_f17e h2,
    .avatar_tiny_6bff h2 {
        font-size: 2rem;
    }
    
    .short_7bc4,
    .shadow_06bf {
        padding: 2rem 1.5rem;
    }
    
    .middle-a1fe {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .easy-b9cf {
        font-size: 1.6rem;
    }
    
    .easy-1431,
    .active-current-5df4,
    .hero-bottom-0d78,
    .focus-14c1 {
        padding: 1.5rem;
    }
    
    .shadow_lite_60e4,
    .modal_warm_7953,
    .next_2e41,
    .breadcrumb-a920,
    .feature_dim_c17f,
    .pressed_c001 {
        padding: 1.5rem;
    }
    
    .focused_0159 {
        flex-direction: column;
        text-align: center;
    }
    
    .chip_0c20.texture-9df7 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .detail-7120 h3 {
        font-size: 1.75rem;
    }
    
    .panel-1735 {
        padding-left: 2rem;
    }
    
    .tall-4f86::before {
        left: -2rem;
    }
    
    .modal_c120 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .banner_orange_fa73,
    .dark_a463,
    .smooth_b57b {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .brown-ccb0 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .text-action-8e33 {
        font-size: 2rem;
    }
    
    .steel_8bd9 {
        font-size: 1.5rem;
    }
    
    .tertiary_f080,
    .badge_over_aa9b h2,
    .secondary_31d3 h2,
    .breadcrumb-last-315e h2,
    .bronze-5fda h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .chip_cool_26dd img {
        width: 80px;
        height: auto;
    }
    
    .focus-upper-332f {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .item-c3b7 .top-93ca {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .aside_active_1fc1 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .aside_active_1fc1 .modal_b6d5 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .aside_active_1fc1 .modal_b6d5 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .east-76c6,
    .feature_black_d09d,
    .section_b090,
    .purple_f17e,
    .avatar_tiny_6bff {
        padding: 3rem 0;
    }
    
    .east-76c6 h2,
    .feature_black_d09d h2,
    .section_b090 h2,
    .purple_f17e h2,
    .avatar_tiny_6bff h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .short_7bc4,
    .shadow_06bf {
        padding: 1.5rem 1rem;
    }
    
    .middle-a1fe {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .notification-over-05f3 img {
        width: 100px;
        height: 100px;
    }
    
    .easy-b9cf {
        font-size: 1.4rem;
    }
    
    .easy-1431,
    .active-current-5df4,
    .hero-bottom-0d78,
    .focus-14c1 {
        padding: 1.25rem;
    }
    
    .shadow_lite_60e4,
    .modal_warm_7953,
    .next_2e41,
    .breadcrumb-a920,
    .feature_dim_c17f,
    .pressed_c001 {
        padding: 1.25rem;
    }
    
    .easy-1431 h4,
    .active-current-5df4 h4,
    .hero-bottom-0d78 h4,
    .focus-14c1 h4 {
        font-size: 1.1rem;
    }
    
    .shadow_lite_60e4 h3,
    .modal_warm_7953 h3,
    .feature_dim_c17f h3,
    .pressed_c001 h3 {
        font-size: 1.2rem;
    }
    
    .chip_0c20.texture-9df7 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .detail-7120 h3 {
        font-size: 1.5rem;
    }
    
    .accordion_inner_272a {
        font-size: 1rem;
    }
    
    .banner_orange_fa73 h3,
    .dark_a463 h3 {
        font-size: 1.3rem;
    }
    
    .panel-1735 {
        padding-left: 1.5rem;
    }
    
    .panel-1735::before {
        width: 2px;
    }
    
    .tall-4f86 {
        padding: 1rem;
    }
    
    .tall-4f86::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .slider_plasma_3ac9 {
        padding: 1.5rem;
    }
    
    .slider_plasma_3ac9 h3 {
        font-size: 1.2rem;
    }
    
    .list-narrow-cd52 {
        padding: 1.5rem;
    }
    
    .center_b4a9 {
        padding: 0.75rem 1rem;
    }
    
    .thick-d41d {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .search_08af,
    .white_2064,
    .overlay-rough-1954,
    .west-5f41,
    .advanced-6d24,
    .light-fdd2,
    .popup-active-57c0,
    .nav-4654,
    .down-f3e6,
    .static_4039 {
        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;
    }
    
    /* 按钮容器居中 */
    .top-93ca,
    .input_copper_a594 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: ea8f */
.shadow-element-z9 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
