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

/* ========== 基础布局 ========== */
.list-smooth-2f54 {
    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;
}

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

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

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

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

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

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

.highlight_f35c {
    z-index: 1002;
}

/* ========== 导航 ========== */
.description-44db {
    position: relative;
}

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

.description-44db li {
    position: relative;
    list-style: none;
}

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

.description-44db a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.description-44db .link-glass-5a48 {
    position: relative;
}

.description-44db .over_95ab {
    cursor: pointer;
}

.description-44db .over_95ab::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.description-44db .form_cool_c9f9 {
    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) {
    .description-44db .link-glass-5a48:hover .form_cool_c9f9 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.description-44db .form_cool_c9f9 li {
    margin: 0;
    list-style: none;
}

.description-44db .form_cool_c9f9 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.description-44db .form_cool_c9f9 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.picture_east_be2d.fn-active-cde5 {
    background: rgba(255, 167, 38, 0.5);
}

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

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

.bright-394e {
    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;
}

.search-881a {
    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;
}

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

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

.active-5027 {
    border-radius: 0;
    border: none;
}

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

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

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

.up_882d {
    flex: 1;
}

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

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

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

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

.tag_6b12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    background: rgba(76, 175, 80, 0.05);
    border-radius: 15px;
    border: 2px solid rgba(76, 175, 80, 0.2);
}

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

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

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

.button-east-5d88 {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 0.25rem;
}

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

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

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

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

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

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

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

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

.mask-04e2 {
    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);
}

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

.mask-04e2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mask-04e2 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prev-5efc h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.prev-5efc p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

.heading-center-c0bb tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

.content-black-70c7 strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

.secondary-95ae li {
    margin-bottom: 0.75rem;
}

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

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

.carousel-1467 p {
    margin-bottom: 0;
}

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

.preview-soft-9a1c {
    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);
}

.preview-soft-9a1c h4 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.menu_62f3 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.shadow_bced,
.button_dee7 {
    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);
}

.shadow_bced strong,
.button_dee7 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;
}

.shadow_bced ol,
.button_dee7 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

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

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

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

.photo_down_a98b p,
.clean_c17c p {
    line-height: 1.8;
    color: #495057;
}

.photo_down_a98b ul,
.clean_c17c ul {
    margin-left: 1.5rem;
}

.photo_down_a98b li,
.clean_c17c li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.image-short-eab0 {
    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);
}

.image-short-eab0 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.section-bb1a {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.narrow_bdf3,
.pressed_4697 {
    color: white;
    line-height: 1.8;
}

.narrow_bdf3 li,
.pressed_4697 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-1019 {
    border: 2px solid #FF9800;
}

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

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

.video_4705 ul,
.breadcrumb-1019 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.primary-old-3525 {
    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;
}

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

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

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

.article_plasma_cc67 .preview-silver-f737 {
    color: white;
    font-weight: 500;
}

.article_plasma_cc67 .south-c4fa {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.notification-light-22bd {
    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);
}

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

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

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

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

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

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

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

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

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

.active-5027 {
    flex-shrink: 0;
}

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

.wide_3dff,
.table-smooth-ef8a {
    margin-bottom: 2.5rem;
}

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

.paper-937b,
.wide_3dff .paper-937b {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.header-huge-b9f4,
.primary-middle-a8f8,
.liquid-9277 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.header-huge-b9f4 h4,
.primary-middle-a8f8 h4,
.liquid-9277 h4,
.table-smooth-ef8a h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header-huge-b9f4 ul,
.primary-middle-a8f8 ul,
.primary-middle-a8f8 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.header-huge-b9f4 li,
.primary-middle-a8f8 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.table-smooth-ef8a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.table-smooth-ef8a a:hover {
    text-decoration: underline;
}

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

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

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

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

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

.filter-abad p {
    margin-bottom: 1.5rem;
}

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

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

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

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

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

.border-tall-d260 a:hover {
    text-decoration: underline;
}

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

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

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

.slider-6180 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.steel_b56d li,
.media_silver_ad4a li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.selected-0b80 h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    font-weight: 600;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
}

.selected-0b80 ol,
.selected-0b80 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.selected-0b80 li {
    margin-bottom: 0.75rem;
}

.selected-0b80 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.accent-last-361c {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.complex-343a {
    color: #495057;
    line-height: 1.8;
}

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

.complex-343a ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.complex-343a li {
    margin-bottom: 0.5rem;
}

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

.north_e1e1 strong {
    color: #2c3e50;
}

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

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

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

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

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

.white-2617 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;
}

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

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

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

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

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

.white-2617 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-1d0d strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

.frame-rough-0253 {
    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;
}

.frame-rough-0253 .up-ab96 {
    font-size: 1rem;
}

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

.detail-a5a6 li {
    margin-bottom: 0.5rem;
}

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

.detail-a5a6 a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

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

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

.solid_2fec ul,
.search_selected_794a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solid_2fec li,
.search_selected_794a li {
    margin-bottom: 0.5rem;
}

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

.solid_2fec a:hover,
.search_selected_794a a:hover {
    color: #FFEB3B;
}

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

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

.nav_245b {
    margin-top: 1rem;
}

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

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

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

.nav-efd2: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) {
    .panel_3425 .highlight_5b08 {
        grid-template-columns: 1fr;
    }
    
    .list-smooth-2f54 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .surface-simple-c8f0 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .picture_east_be2d {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .liquid_7705 {
        order: 1;
        z-index: 1003;
    }
    
    .hard_c288 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .highlight_f35c {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .description-44db {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .description-44db 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .description-44db ul.fn-active-cde5 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .description-44db > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .description-44db > ul > li:last-child {
        border-bottom: none;
    }
    
    .description-44db > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .description-44db .link-glass-5a48 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .description-44db .form_cool_c9f9 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .description-44db .link-glass-5a48.fn-active-cde5 > .form_cool_c9f9 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .description-44db .form_cool_c9f9 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .description-44db .form_cool_c9f9 li:last-child {
        border-bottom: none;
    }
    
    .description-44db .form_cool_c9f9 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;
    }
    
    /* 子菜单前的箭头图标 */
    .description-44db .form_cool_c9f9 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .description-44db .form_cool_c9f9 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .description-44db .over_95ab::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .description-44db .link-glass-5a48.fn-active-cde5 > .over_95ab::after {
        transform: rotate(180deg) !important;
    }
    
    .dark_5065 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .box-down-83e8,
    .secondary-advanced-ffe4,
    .new_40e9 {
        grid-template-columns: 1fr;
    }
    
    .surface-simple-c8f0 {
        gap: 0.5rem;
    }
    
    .highlight_f35c {
        width: auto;
        order: 3;
    }
    
    .nav-efd2 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .highlight-7189 {
        grid-template-columns: 1fr;
    }
    
    .inner-2324 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .description-44db ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .panel_3425,
    .badge-active-2fc3,
    .primary_040b,
    .image_c33a,
    .slider_0bcf,
    .next_f251,
    .next-5933,
    .mini_5109,
    .backdrop_563f,
    .media_b7f6,
    .fixed_7974,
    .tiny-ab67,
    .pro-a9d1,
    .menu-2bfb,
    .element_b5f0,
    .accent_68e3 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .logo_middle_4820,
    .mask-04e2,
    .old-4082,
    .preview-soft-9a1c,
    .outline_solid_25a6,
    .image-short-eab0,
    .section-bb1a,
    .silver_69a6,
    .picture_ae99,
    .selected-0b80,
    .white-2617,
    .photo_36ef {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .active-856b,
    .media_soft_989a,
    .rough-9d89,
    .shadow_over_914d,
    .menu-2f46,
    .frame_solid_4777,
    .carousel-1467 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .box-down-83e8,
    .secondary-advanced-ffe4,
    .new_40e9,
    .widget_807a {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .panel_mini_e9ce {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .caption_d7aa,
    .highlight_f35c {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .chip-5c31 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .heading-center-c0bb {
        text-align: center;
    }
    
    .heading-center-c0bb table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .tiny-ab67 h2,
    .pro-a9d1 h2,
    .menu-2bfb h2,
    .element_b5f0 h2,
    .accent_68e3 h2 {
        font-size: 2rem;
    }
    
    .search-medium-447c,
    .tooltip_87c7 {
        padding: 2rem 1.5rem;
    }
    
    .motion_b514 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .thumbnail_red_ac36 {
        font-size: 1.6rem;
    }
    
    .header-huge-b9f4,
    .primary-middle-a8f8,
    .liquid-9277,
    .table-smooth-ef8a {
        padding: 1.5rem;
    }
    
    .steel_b56d,
    .media_silver_ad4a,
    .shadow_bced,
    .button_dee7,
    .photo_down_a98b,
    .clean_c17c {
        padding: 1.5rem;
    }
    
    .wrapper_1850 {
        flex-direction: column;
        text-align: center;
    }
    
    .avatar_slow_e70e.content_next_ddc9 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .left_81ec h3 {
        font-size: 1.75rem;
    }
    
    .pink_56d2 {
        padding-left: 2rem;
    }
    
    .element_brown_29ee::before {
        left: -2rem;
    }
    
    .widget_807a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .selected-0b80,
    .white-2617,
    .accent-last-361c {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .highlight_5b08 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .plasma-1cd6 {
        font-size: 2rem;
    }
    
    .in_5acb {
        font-size: 1.5rem;
    }
    
    .east_d447,
    .image_c33a h2,
    .slider_0bcf h2,
    .next-5933 h2,
    .mini_5109 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .liquid_7705 img {
        width: 80px;
        height: auto;
    }
    
    .blue-b0d3 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .highlight_f35c .nav-efd2 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .description-44db > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .description-44db .form_cool_c9f9 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .description-44db .form_cool_c9f9 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .tiny-ab67,
    .pro-a9d1,
    .menu-2bfb,
    .element_b5f0,
    .accent_68e3 {
        padding: 3rem 0;
    }
    
    .tiny-ab67 h2,
    .pro-a9d1 h2,
    .menu-2bfb h2,
    .element_b5f0 h2,
    .accent_68e3 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .search-medium-447c,
    .tooltip_87c7 {
        padding: 1.5rem 1rem;
    }
    
    .motion_b514 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .active-5027 img {
        width: 100px;
        height: 100px;
    }
    
    .thumbnail_red_ac36 {
        font-size: 1.4rem;
    }
    
    .header-huge-b9f4,
    .primary-middle-a8f8,
    .liquid-9277,
    .table-smooth-ef8a {
        padding: 1.25rem;
    }
    
    .steel_b56d,
    .media_silver_ad4a,
    .shadow_bced,
    .button_dee7,
    .photo_down_a98b,
    .clean_c17c {
        padding: 1.25rem;
    }
    
    .header-huge-b9f4 h4,
    .primary-middle-a8f8 h4,
    .liquid-9277 h4,
    .table-smooth-ef8a h4 {
        font-size: 1.1rem;
    }
    
    .steel_b56d h3,
    .media_silver_ad4a h3,
    .photo_down_a98b h3,
    .clean_c17c h3 {
        font-size: 1.2rem;
    }
    
    .avatar_slow_e70e.content_next_ddc9 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .left_81ec h3 {
        font-size: 1.5rem;
    }
    
    .south_1178 {
        font-size: 1rem;
    }
    
    .selected-0b80 h3,
    .white-2617 h3 {
        font-size: 1.3rem;
    }
    
    .pink_56d2 {
        padding-left: 1.5rem;
    }
    
    .pink_56d2::before {
        width: 2px;
    }
    
    .element_brown_29ee {
        padding: 1rem;
    }
    
    .element_brown_29ee::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .inner_e0a9 {
        padding: 1.5rem;
    }
    
    .inner_e0a9 h3 {
        font-size: 1.2rem;
    }
    
    .item-1d0d {
        padding: 1.5rem;
    }
    
    .menu-2f46 {
        padding: 0.75rem 1rem;
    }
    
    .slider-6180 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .active-856b,
    .picture_ae99,
    .up_882d,
    .pattern_last_d22d,
    .box-down-83e8,
    .logo_middle_4820,
    .outline_solid_25a6,
    .section-bb1a,
    .hero_11ac,
    .dark_5065 {
        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;
    }
    
    /* 按钮容器居中 */
    .nav-efd2,
    .notification-light-22bd {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 71b8 */
.widget-item-m4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
