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

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

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

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

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

.banner-9eff a {
    display: flex;
    align-items: center;
}

.dim-c7d4 {
    display: flex;
    align-items: center;
}

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

.easy-a5f9 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.surface_inner_c8ca .mask-1954 {
    position: relative;
}

.surface_inner_c8ca .tabs_c4ea {
    cursor: pointer;
}

.surface_inner_c8ca .tabs_c4ea::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.surface_inner_c8ca .medium_d576 {
    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) {
    .surface_inner_c8ca .mask-1954:hover .medium_d576 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.surface_inner_c8ca .medium_d576 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

.pink-4c27 {
    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;
}

.slider-paper-a1fb {
    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;
}

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

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

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

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

.feature_7b90 {
    flex: 1;
}

.yellow-9ad3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    color: white;
}

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

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

.highlight-soft-7cd5 {
    font-size: 1.5rem;
    color: #FFA726;
    margin: 0 0 1rem 0;
}

.brown-5e71 {
    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);
}

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

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

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

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

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

.accent-cold-500d figure {
    margin: 0;
    text-align: center;
}

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

.accent-cold-500d figcaption {
    font-size: 0.85rem;
    color: #FFF9C4;
    margin-top: 0.75rem;
    font-style: italic;
}

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

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

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

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

.small-864f {
    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);
}

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

.small-864f ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.small-864f li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-next-1e4f li {
    margin-bottom: 0.75rem;
}

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

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

.short_00c4 p {
    margin-bottom: 0;
}

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

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

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

.hover_8514 {
    margin: 0;
}

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

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

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

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

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

.overlay-dynamic-d61a ul {
    list-style: none;
    padding: 0;
}

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

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

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

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

.yellow-9bf8,
.new-3f98 {
    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);
}

.yellow-9bf8 strong,
.new-3f98 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;
}

.yellow-9bf8 ol,
.new-3f98 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.yellow-9bf8 li,
.new-3f98 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.new-3f98 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-9c5c,
.wrapper-small-d059 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.photo-9c5c h3,
.wrapper-small-d059 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.photo-9c5c p,
.wrapper-small-d059 p {
    line-height: 1.8;
    color: #495057;
}

.photo-9c5c ul,
.wrapper-small-d059 ul {
    margin-left: 1.5rem;
}

.photo-9c5c li,
.wrapper-small-d059 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gold_52b5 {
    margin: 1.5rem 0;
}

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

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

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

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

.accent-5d99 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.accent-5d99 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.section_active_f228,
.dim_fb1d {
    color: white;
    line-height: 1.8;
}

.section_active_f228 li,
.dim_fb1d li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.image-5724,
.hero-wood-218a {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

.image-5724 {
    border: 2px solid #4CAF50;
}

.hero-wood-218a {
    border: 2px solid #FF9800;
}

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

.hero-wood-218a h3 {
    color: #FF9800;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}

.image-5724 ul,
.hero-wood-218a ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.liquid-3c5f {
    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;
}

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

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

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

.pagination-stale-0395 .container_bed9 {
    color: white;
    font-weight: 500;
}

.pagination-stale-0395 .overlay_f5cb {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.background-last-37ad {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pressed_36c9 {
    flex-shrink: 0;
}

.slider-paper-a1fb {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wide-7892,
.filter-bf6f {
    margin-bottom: 2.5rem;
}

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

.sort-green-fef0,
.wide-7892 .sort-green-fef0 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.status_a823,
.image_black_90ce,
.yellow-146a {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.status_a823 h4,
.image_black_90ce h4,
.yellow-146a h4,
.filter-bf6f h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.status_a823 li,
.image_black_90ce li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.filter-bf6f a:hover {
    text-decoration: underline;
}

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

.pink-c7e1.block-f9c3 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.logo-motion-02bb h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

.stone-6e88 a:hover {
    text-decoration: underline;
}

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

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

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

.over-dab2 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

.caption-ccbd ul,
.caption-ccbd ol,
.frame_mini_f6a5 ul,
.frame_mini_f6a5 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.caption-ccbd li,
.frame_mini_f6a5 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.backdrop-ecfa 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;
}

.backdrop-ecfa ol,
.backdrop-ecfa ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.backdrop-ecfa li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-62f6 strong {
    color: #2c3e50;
}

.down-62f6 em {
    color: #6c757d;
    font-size: 0.95rem;
}

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

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

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

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

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

.breadcrumb-lite-225d {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

.breadcrumb-lite-225d a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-lite-225d a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.accent-0eb8 strong {
    color: #2c3e50;
    font-weight: 600;
}

.accent-0eb8 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.tabs-1236 strong {
    color: #2c3e50;
}

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

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

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

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

.video_steel_0b94 h3,
.label-center-c889 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.status_f164 .pink-4c27 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.detail-b355,
.section-001f {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.video_steel_0b94 p,
.label-center-c889 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.video_steel_0b94 ul,
.label-center-c889 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video_steel_0b94 li,
.label-center-c889 li {
    margin-bottom: 0.5rem;
}

.video_steel_0b94 a,
.label-center-c889 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.video_steel_0b94 a:hover,
.label-center-c889 a:hover {
    color: #FFEB3B;
}

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

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

.outer_248e {
    margin-top: 1rem;
}

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

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

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

.wide-a671: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) {
    .pagination_f919 .copper_cb57 {
        grid-template-columns: 1fr;
    }
    
    .avatar_outer_c05d {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .info-1cd8 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .aside_27d9 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .old_c29b {
        order: 1;
        z-index: 1003;
    }
    
    .banner-9eff {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .easy-a5f9 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .surface_inner_c8ca {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .surface_inner_c8ca 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .surface_inner_c8ca ul.fn-active-c167 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .surface_inner_c8ca > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .surface_inner_c8ca > ul > li:last-child {
        border-bottom: none;
    }
    
    .surface_inner_c8ca > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .surface_inner_c8ca .mask-1954 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .surface_inner_c8ca .medium_d576 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .surface_inner_c8ca .mask-1954.fn-active-c167 > .medium_d576 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .surface_inner_c8ca .medium_d576 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .surface_inner_c8ca .medium_d576 li:last-child {
        border-bottom: none;
    }
    
    .surface_inner_c8ca .medium_d576 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;
    }
    
    /* 子菜单前的箭头图标 */
    .surface_inner_c8ca .medium_d576 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .surface_inner_c8ca .medium_d576 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .surface_inner_c8ca .tabs_c4ea::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .surface_inner_c8ca .mask-1954.fn-active-c167 > .tabs_c4ea::after {
        transform: rotate(180deg) !important;
    }
    
    .label_8984 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .info-full-a5f3,
    .secondary_89cc,
    .background_4b2b {
        grid-template-columns: 1fr;
    }
    
    .info-1cd8 {
        gap: 0.5rem;
    }
    
    .easy-a5f9 {
        width: auto;
        order: 3;
    }
    
    .wide-a671 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .highlight_bac5 {
        grid-template-columns: 1fr;
    }
    
    .sidebar_large_22dc {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .surface_inner_c8ca ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .pagination_f919,
    .gallery_d0ae,
    .popup-5772,
    .disabled_f3a8,
    .heading_17a4,
    .tabs-2a7a,
    .notification_767d,
    .section_f3e9,
    .warm_26d7,
    .feature-solid-dfdc,
    .banner_small_d14d,
    .label-d46c,
    .preview-85af,
    .border_271f,
    .thick_bd97,
    .media_pro_b0fa {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .form-2801,
    .small-864f,
    .up_aa8e,
    .list-d308,
    .overlay-dynamic-d61a,
    .fast_5b44,
    .gold_52b5,
    .breadcrumb_iron_5236,
    .clean_a21c,
    .backdrop-ecfa,
    .accent_hovered_2294,
    .header_cool_cf45 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .surface_153b,
    .tabs-5775,
    .tiny_0aa4,
    .east_b118,
    .under_5440,
    .paper-9425,
    .short_00c4 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .info-full-a5f3,
    .secondary_89cc,
    .background_4b2b,
    .footer_b095 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .slider-paper-a1fb {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .background-upper-af85,
    .easy-a5f9 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .bottom-8c1a {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .up_df9a {
        text-align: center;
    }
    
    .up_df9a table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .label-d46c h2,
    .preview-85af h2,
    .border_271f h2,
    .thick_bd97 h2,
    .media_pro_b0fa h2 {
        font-size: 2rem;
    }
    
    .badge-north-5f6d,
    .cool_a74a {
        padding: 2rem 1.5rem;
    }
    
    .thick_73ac {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .link-black-a2a8 {
        font-size: 1.6rem;
    }
    
    .status_a823,
    .image_black_90ce,
    .yellow-146a,
    .filter-bf6f {
        padding: 1.5rem;
    }
    
    .caption-ccbd,
    .frame_mini_f6a5,
    .yellow-9bf8,
    .new-3f98,
    .photo-9c5c,
    .wrapper-small-d059 {
        padding: 1.5rem;
    }
    
    .rough-b880 {
        flex-direction: column;
        text-align: center;
    }
    
    .pink-c7e1.block-f9c3 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .logo-motion-02bb h3 {
        font-size: 1.75rem;
    }
    
    .last_cd64 {
        padding-left: 2rem;
    }
    
    .panel_lite_a7ed::before {
        left: -2rem;
    }
    
    .footer_b095 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .backdrop-ecfa,
    .accent_hovered_2294,
    .gradient-ac0b {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .copper_cb57 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .notification_91fe {
        font-size: 2rem;
    }
    
    .panel-77d3 {
        font-size: 1.5rem;
    }
    
    .selected_af31,
    .disabled_f3a8 h2,
    .heading_17a4 h2,
    .notification_767d h2,
    .section_f3e9 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .old_c29b img {
        width: 80px;
        height: auto;
    }
    
    .tooltip_31e7 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .easy-a5f9 .wide-a671 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .surface_inner_c8ca > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .surface_inner_c8ca .medium_d576 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .surface_inner_c8ca .medium_d576 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .label-d46c,
    .preview-85af,
    .border_271f,
    .thick_bd97,
    .media_pro_b0fa {
        padding: 3rem 0;
    }
    
    .label-d46c h2,
    .preview-85af h2,
    .border_271f h2,
    .thick_bd97 h2,
    .media_pro_b0fa h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .badge-north-5f6d,
    .cool_a74a {
        padding: 1.5rem 1rem;
    }
    
    .thick_73ac {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .pressed_36c9 img {
        width: 100px;
        height: 100px;
    }
    
    .link-black-a2a8 {
        font-size: 1.4rem;
    }
    
    .status_a823,
    .image_black_90ce,
    .yellow-146a,
    .filter-bf6f {
        padding: 1.25rem;
    }
    
    .caption-ccbd,
    .frame_mini_f6a5,
    .yellow-9bf8,
    .new-3f98,
    .photo-9c5c,
    .wrapper-small-d059 {
        padding: 1.25rem;
    }
    
    .status_a823 h4,
    .image_black_90ce h4,
    .yellow-146a h4,
    .filter-bf6f h4 {
        font-size: 1.1rem;
    }
    
    .caption-ccbd h3,
    .frame_mini_f6a5 h3,
    .photo-9c5c h3,
    .wrapper-small-d059 h3 {
        font-size: 1.2rem;
    }
    
    .pink-c7e1.block-f9c3 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .logo-motion-02bb h3 {
        font-size: 1.5rem;
    }
    
    .nav_3218 {
        font-size: 1rem;
    }
    
    .backdrop-ecfa h3,
    .accent_hovered_2294 h3 {
        font-size: 1.3rem;
    }
    
    .last_cd64 {
        padding-left: 1.5rem;
    }
    
    .last_cd64::before {
        width: 2px;
    }
    
    .panel_lite_a7ed {
        padding: 1rem;
    }
    
    .panel_lite_a7ed::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .accent-0eb8 {
        padding: 1.5rem;
    }
    
    .accent-0eb8 h3 {
        font-size: 1.2rem;
    }
    
    .tabs-1236 {
        padding: 1.5rem;
    }
    
    .under_5440 {
        padding: 0.75rem 1rem;
    }
    
    .over-dab2 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .surface_153b,
    .clean_a21c,
    .feature_7b90,
    .image-b9bb,
    .info-full-a5f3,
    .form-2801,
    .overlay-dynamic-d61a,
    .gold_52b5,
    .orange-d0bb,
    .label_8984 {
        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;
    }
    
    /* 按钮容器居中 */
    .wide-a671,
    .aside_f83c {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 9525 */
.widget-item-z9 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
