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

/* ========== 基础布局 ========== */
.background-medium-464f {
    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;
}

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

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

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

.steel-3d83 a {
    display: flex;
    align-items: center;
}

.accordion-5387 {
    display: flex;
    align-items: center;
}

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

.item_dim_2eeb {
    z-index: 1002;
}

/* ========== 导航 ========== */
.outline-fd64 {
    position: relative;
}

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

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

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

.outline-fd64 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.outline-fd64 .image_6b4d {
    position: relative;
}

.outline-fd64 .sort_lower_85f2 {
    cursor: pointer;
}

.outline-fd64 .sort_lower_85f2::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.outline-fd64 .basic_e3c0 {
    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) {
    .outline-fd64 .image_6b4d:hover .basic_e3c0 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.outline-fd64 .basic_e3c0 li {
    margin: 0;
    list-style: none;
}

.outline-fd64 .basic_e3c0 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.outline-fd64 .basic_e3c0 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

.cool-033a {
    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;
}

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

.cool-033a.fn-active-368c {
    background: rgba(255, 167, 38, 0.5);
}

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

.heading-a892 .large-6991 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.active-dynamic-dcd9 {
    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;
}

.right-6b6c {
    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;
}

.grid-0dd5 {
    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;
}

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

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

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

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

.backdrop-north-7963 {
    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;
}

.form-ef8d {
    flex: 1;
}

.media-5d9f {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

.card-smooth-d18a {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-3c98 {
    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);
}

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

.feature-3c98 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-3c98 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.media-simple-c2aa h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.media-simple-c2aa p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-c2b4 p {
    margin-bottom: 0;
}

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

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

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

.description_bronze_70c3 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.thick_fa56,
.purple_c3a1 {
    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);
}

.thick_fa56 strong,
.purple_c3a1 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;
}

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

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

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

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

.gradient-center-634f h3,
.description_d82e h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gradient-center-634f p,
.description_d82e p {
    line-height: 1.8;
    color: #495057;
}

.gradient-center-634f ul,
.description_d82e ul {
    margin-left: 1.5rem;
}

.gradient-center-634f li,
.description_d82e li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-38a7 {
    margin: 1.5rem 0;
}

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

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

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

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

.pro-030b h4 {
    color: #4CAF50;
    margin-top: 0;
}

.pro-030b p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.yellow-76f0 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.module_hard_73c8,
.in_0b83 {
    color: white;
    line-height: 1.8;
}

.module_hard_73c8 li,
.in_0b83 li {
    margin-bottom: 0.75rem;
}

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

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

.gallery-7b2b h4 {
    color: #2196F3;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_fresh_1e20 .clean-4dcd {
    color: white;
    font-weight: 500;
}

.banner_fresh_1e20 .tag-a7e8 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.preview-outer-0f1c p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.logo_glass_c722 {
    flex-shrink: 0;
}

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

.card-smooth-d18a,
.table_b39d {
    margin-bottom: 2.5rem;
}

.card-smooth-d18a h3,
.dark_24e0 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.article_pink_a69b,
.card-smooth-d18a .article_pink_a69b {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.hidden-focused-5444,
.popup-e3e2,
.new-3dde {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hidden-focused-5444 h4,
.popup-e3e2 h4,
.new-3dde h4,
.table_b39d h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hidden-focused-5444 ul,
.popup-e3e2 ul,
.popup-e3e2 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.hidden-focused-5444 li,
.popup-e3e2 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.backdrop-north-7963.slow-b6dd {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-e32f a:hover {
    text-decoration: underline;
}

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

.filter-first-3206:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

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

.header_62eb h3,
.gold-294e h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.header_62eb ul,
.header_62eb ol,
.gold-294e ul,
.gold-294e ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.header_62eb li,
.gold-294e li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.image-dim-dbb4 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;
}

.image-dim-dbb4 ol,
.image-dim-dbb4 ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.image-dim-dbb4 li {
    margin-bottom: 0.75rem;
}

.image-dim-dbb4 strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.red-b3a7 li {
    margin-bottom: 0.5rem;
}

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

.button_dim_2aa5 strong {
    color: #2c3e50;
}

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

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

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

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

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

.up-d7e5 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_cool_260d {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

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

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

.up-d7e5 ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

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

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

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

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

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

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

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

.picture-active-487a p {
    color: #495057;
    line-height: 1.7;
    margin: 0.75rem 0;
}

.picture-active-487a strong {
    color: #2c3e50;
    font-weight: 600;
}

.picture-active-487a em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.wide_bac1 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

.paragraph-603c {
    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;
}

.paragraph-603c .grid-0dd5 {
    font-size: 1rem;
}

.stone-1aee {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stone-1aee li {
    margin-bottom: 0.5rem;
}

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

.stone-1aee a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

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

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

.middle_3356 ul,
.cold_17a6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.middle_3356 li,
.cold_17a6 li {
    margin-bottom: 0.5rem;
}

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

.middle_3356 a:hover,
.cold_17a6 a:hover {
    color: #FFEB3B;
}

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

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

.hovered_fe0e {
    margin-top: 1rem;
}

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

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

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

.status-2db9: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) {
    .heading-a892 .large-6991 {
        grid-template-columns: 1fr;
    }
    
    .background-medium-464f {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .focused-2e3e {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .cool-033a {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .bronze-f890 {
        order: 1;
        z-index: 1003;
    }
    
    .steel-3d83 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .item_dim_2eeb {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .outline-fd64 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .outline-fd64 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .outline-fd64 ul.fn-active-368c {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .outline-fd64 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .outline-fd64 > ul > li:last-child {
        border-bottom: none;
    }
    
    .outline-fd64 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .outline-fd64 .image_6b4d {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .outline-fd64 .basic_e3c0 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .outline-fd64 .image_6b4d.fn-active-368c > .basic_e3c0 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .outline-fd64 .basic_e3c0 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .outline-fd64 .basic_e3c0 li:last-child {
        border-bottom: none;
    }
    
    .outline-fd64 .basic_e3c0 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;
    }
    
    /* 子菜单前的箭头图标 */
    .outline-fd64 .basic_e3c0 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .outline-fd64 .basic_e3c0 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .outline-fd64 .sort_lower_85f2::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .outline-fd64 .image_6b4d.fn-active-368c > .sort_lower_85f2::after {
        transform: rotate(180deg) !important;
    }
    
    .fixed_1c59 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .picture_b9a8,
    .footer-fresh-c4d0,
    .search-ee3c {
        grid-template-columns: 1fr;
    }
    
    .focused-2e3e {
        gap: 0.5rem;
    }
    
    .item_dim_2eeb {
        width: auto;
        order: 3;
    }
    
    .status-2db9 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .tabs-a9c8 {
        grid-template-columns: 1fr;
    }
    
    .paper-1dac {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .outline-fd64 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .heading-a892,
    .progress-2d1e,
    .header-action-7d5c,
    .picture_c10c,
    .texture_f2ff,
    .search_complex_3484,
    .thick-f48a,
    .accent-4018,
    .wrapper_dirty_2cc5,
    .picture_6b14,
    .preview-outer-0f1c,
    .soft_e177,
    .copper_6676,
    .motion_031a,
    .menu_0a49,
    .silver-e44c {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .sidebar-bc4b,
    .feature-3c98,
    .static-f857,
    .feature_f91e,
    .medium_ab3b,
    .layout_abe0,
    .footer-38a7,
    .fresh_98d4,
    .row-cold-364d,
    .image-dim-dbb4,
    .up-d7e5,
    .glass-a45d {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .element_green_6cdf,
    .panel_silver_104f,
    .up-6ccd,
    .tag-e573,
    .tertiary_28b4,
    .dim_d80f,
    .layout-c2b4 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .picture_b9a8,
    .footer-fresh-c4d0,
    .search-ee3c,
    .sidebar-c531 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .content_current_1350 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .label-blue-e3cf,
    .item_dim_2eeb {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .top-c8eb {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .row_e26f {
        text-align: center;
    }
    
    .row_e26f table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .soft_e177 h2,
    .copper_6676 h2,
    .motion_031a h2,
    .menu_0a49 h2,
    .silver-e44c h2 {
        font-size: 2rem;
    }
    
    .label-d5d8,
    .dark_24e0 {
        padding: 2rem 1.5rem;
    }
    
    .light_d8a3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .middle_51dc {
        font-size: 1.6rem;
    }
    
    .hidden-focused-5444,
    .popup-e3e2,
    .new-3dde,
    .table_b39d {
        padding: 1.5rem;
    }
    
    .header_62eb,
    .gold-294e,
    .thick_fa56,
    .purple_c3a1,
    .gradient-center-634f,
    .description_d82e {
        padding: 1.5rem;
    }
    
    .nav_under_8dff {
        flex-direction: column;
        text-align: center;
    }
    
    .backdrop-north-7963.slow-b6dd {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .column_up_c3b6 h3 {
        font-size: 1.75rem;
    }
    
    .photo_yellow_0844 {
        padding-left: 2rem;
    }
    
    .right_e882::before {
        left: -2rem;
    }
    
    .sidebar-c531 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .image-dim-dbb4,
    .up-d7e5,
    .grid-inner-a2ee {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .large-6991 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .overlay_narrow_2602 {
        font-size: 2rem;
    }
    
    .info-stale-c244 {
        font-size: 1.5rem;
    }
    
    .texture-10b9,
    .picture_c10c h2,
    .texture_f2ff h2,
    .thick-f48a h2,
    .accent-4018 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .bronze-f890 img {
        width: 80px;
        height: auto;
    }
    
    .texture_huge_1ca5 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .item_dim_2eeb .status-2db9 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .outline-fd64 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .outline-fd64 .basic_e3c0 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .outline-fd64 .basic_e3c0 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .soft_e177,
    .copper_6676,
    .motion_031a,
    .menu_0a49,
    .silver-e44c {
        padding: 3rem 0;
    }
    
    .soft_e177 h2,
    .copper_6676 h2,
    .motion_031a h2,
    .menu_0a49 h2,
    .silver-e44c h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .label-d5d8,
    .dark_24e0 {
        padding: 1.5rem 1rem;
    }
    
    .light_d8a3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .logo_glass_c722 img {
        width: 100px;
        height: 100px;
    }
    
    .middle_51dc {
        font-size: 1.4rem;
    }
    
    .hidden-focused-5444,
    .popup-e3e2,
    .new-3dde,
    .table_b39d {
        padding: 1.25rem;
    }
    
    .header_62eb,
    .gold-294e,
    .thick_fa56,
    .purple_c3a1,
    .gradient-center-634f,
    .description_d82e {
        padding: 1.25rem;
    }
    
    .hidden-focused-5444 h4,
    .popup-e3e2 h4,
    .new-3dde h4,
    .table_b39d h4 {
        font-size: 1.1rem;
    }
    
    .header_62eb h3,
    .gold-294e h3,
    .gradient-center-634f h3,
    .description_d82e h3 {
        font-size: 1.2rem;
    }
    
    .backdrop-north-7963.slow-b6dd {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .column_up_c3b6 h3 {
        font-size: 1.5rem;
    }
    
    .short_1d52 {
        font-size: 1rem;
    }
    
    .image-dim-dbb4 h3,
    .up-d7e5 h3 {
        font-size: 1.3rem;
    }
    
    .photo_yellow_0844 {
        padding-left: 1.5rem;
    }
    
    .photo_yellow_0844::before {
        width: 2px;
    }
    
    .right_e882 {
        padding: 1rem;
    }
    
    .right_e882::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .picture-active-487a {
        padding: 1.5rem;
    }
    
    .picture-active-487a h3 {
        font-size: 1.2rem;
    }
    
    .wide_bac1 {
        padding: 1.5rem;
    }
    
    .tertiary_28b4 {
        padding: 0.75rem 1rem;
    }
    
    .thumbnail-e32f {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .element_green_6cdf,
    .row-cold-364d,
    .form-ef8d,
    .sidebar_light_161d,
    .picture_b9a8,
    .sidebar-bc4b,
    .medium_ab3b,
    .footer-38a7,
    .yellow-76f0,
    .fixed_1c59 {
        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;
    }
    
    /* 按钮容器居中 */
    .status-2db9,
    .yellow-afe5 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 737f */
.shadow-element-b6 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
