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

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

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

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

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

.module-cool-edd4 a {
    display: flex;
    align-items: center;
}

.grid-active-f84e {
    display: flex;
    align-items: center;
}

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

.frame-173e {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.secondary_7359 .pagination-out-62e3 {
    position: relative;
}

.secondary_7359 .cool_c8db {
    cursor: pointer;
}

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

.secondary_7359 .link_focused_f437 {
    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) {
    .secondary_7359 .pagination-out-62e3:hover .link_focused_f437 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.secondary_7359 .link_focused_f437 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

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

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

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

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

.hovered-082f {
    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;
}

.description_dirty_1072 {
    background: #4CAF50;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#hero-title {
    font-size: 2.5rem;
    color: #FFEB3B;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    font-weight: 800;
}

.description-992d {
    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;
}

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

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

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

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

.inner_bb92 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avatar-9485 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.current-5f5a h4 {
    color: #FFEB3B;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-north-b179 h4 {
    color: #2196F3;
    margin-top: 0;
}

.search-north-b179 p {
    margin-bottom: 0;
}

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

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

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

.gradient-3f14 {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.outline-03f8 h4 {
    color: #F44336;
    margin-top: 0;
}

.avatar-96d9,
.paper_b679 {
    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);
}

.avatar-96d9 strong,
.paper_b679 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;
}

.avatar-96d9 ol,
.paper_b679 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.avatar-96d9 li,
.paper_b679 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

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

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

.active_0666 p,
.panel_e031 p {
    line-height: 1.8;
    color: #495057;
}

.active_0666 ul,
.panel_e031 ul {
    margin-left: 1.5rem;
}

.active_0666 li,
.panel_e031 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.outline-03f8 ol {
    color: white;
    line-height: 1.8;
}

.outline-03f8 p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.upper-1b09 ul {
    color: white;
    line-height: 1.8;
}

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

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

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

.frame-f8a8 {
    margin: 1.5rem 0;
}

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

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

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

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

.border-168b h4 {
    color: #4CAF50;
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-0374,
.nav-0411 {
    color: white;
    line-height: 1.8;
}

.module-0374 li,
.nav-0411 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.hover_action_8a90,
.image-selected-d216 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.image-selected-d216 {
    border: 2px solid #FF9800;
}

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

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

.hover_action_8a90 ul,
.image-selected-d216 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.info-c7d3 .button_motion_d270 {
    color: white;
    font-weight: 500;
}

.info-c7d3 .dropdown_dfad {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lower-988f p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.table_last_39c4 {
    flex-shrink: 0;
}

.description-992d {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video_12ca,
.overlay-small-0afc {
    margin-bottom: 2.5rem;
}

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

.title-45d2,
.video_12ca .title-45d2 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.content-hard-fe65,
.article_mini_9f5f,
.widget_bronze_45f5 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.content-hard-fe65 h4,
.article_mini_9f5f h4,
.widget_bronze_45f5 h4,
.overlay-small-0afc h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content-hard-fe65 ul,
.article_mini_9f5f ul,
.article_mini_9f5f ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.content-hard-fe65 li,
.article_mini_9f5f li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.overlay-small-0afc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-small-0afc li {
    margin-bottom: 0.8rem;
    color: #495057;
    font-size: 1rem;
}

.overlay-small-0afc a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.overlay-small-0afc a:hover {
    text-decoration: underline;
}

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

.list_69a4.active-6ccc {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

.title-medium-9f15 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paper-bcbd ul,
.paper-bcbd ol,
.row_a095 ul,
.row_a095 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.paper-bcbd li,
.row_a095 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.easy-4d8a 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;
}

.easy-4d8a ol,
.easy-4d8a ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.easy-4d8a li {
    margin-bottom: 0.75rem;
}

.easy-4d8a strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.small-7fcc {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.button-15e9 {
    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);
}

.button-15e9::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;
}

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

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

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

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

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

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

.accent_narrow_2880 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs-static-bf49 strong {
    color: #2c3e50;
    font-weight: 600;
}

.tabs-static-bf49 em {
    color: #6c757d;
    font-size: 0.9rem;
}

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

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

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

.small_4bc8 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

.progress_stone_11f5 .description_dirty_1072 {
    font-size: 1rem;
}

.panel-bottom-aec2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-bottom-aec2 li {
    margin-bottom: 0.5rem;
}

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

.panel-bottom-aec2 a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

.photo_full_0544,
.hidden-out-2f87 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.video_cold_279e ul,
.title_hard_e050 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video_cold_279e li,
.title_hard_e050 li {
    margin-bottom: 0.5rem;
}

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

.video_cold_279e a:hover,
.title_hard_e050 a:hover {
    color: #FFEB3B;
}

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

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

.glass_67cf {
    margin-top: 1rem;
}

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

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

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

.summary-d06f: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) {
    .light_46bb .cold_a866 {
        grid-template-columns: 1fr;
    }
    
    .footer-basic-bc89 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .upper-c6a6 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .preview_2c6f {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .image-3282 {
        order: 1;
        z-index: 1003;
    }
    
    .module-cool-edd4 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .frame-173e {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .secondary_7359 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .secondary_7359 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .secondary_7359 ul.fn-active-fc19 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .secondary_7359 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .secondary_7359 > ul > li:last-child {
        border-bottom: none;
    }
    
    .secondary_7359 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .secondary_7359 .pagination-out-62e3 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .secondary_7359 .link_focused_f437 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .secondary_7359 .pagination-out-62e3.fn-active-fc19 > .link_focused_f437 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .secondary_7359 .link_focused_f437 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .secondary_7359 .link_focused_f437 li:last-child {
        border-bottom: none;
    }
    
    .secondary_7359 .link_focused_f437 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;
    }
    
    /* 子菜单前的箭头图标 */
    .secondary_7359 .link_focused_f437 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .secondary_7359 .link_focused_f437 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .secondary_7359 .cool_c8db::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .secondary_7359 .pagination-out-62e3.fn-active-fc19 > .cool_c8db::after {
        transform: rotate(180deg) !important;
    }
    
    .focus_8dca {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .rough-7453,
    .summary_f25c,
    .mask-0893 {
        grid-template-columns: 1fr;
    }
    
    .upper-c6a6 {
        gap: 0.5rem;
    }
    
    .frame-173e {
        width: auto;
        order: 3;
    }
    
    .summary-d06f {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .accordion-d9cd {
        grid-template-columns: 1fr;
    }
    
    .solid-4918 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .secondary_7359 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .light_46bb,
    .bottom-c0e0,
    .component-stale-a3a6,
    .alert-yellow-b075,
    .hovered-b2cf,
    .menu-210e,
    .sidebar_d9e3,
    .panel-f0ee,
    .hidden_in_3558,
    .wide-f273,
    .lower-988f,
    .frame_glass_bd7a,
    .solid-edf0,
    .sidebar_center_9c18,
    .paragraph_82d7,
    .main_1c39 {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .feature_gold_9c52,
    .avatar-9485,
    .simple-63b8,
    .out_2aba,
    .iron_40e4,
    .tiny-8811,
    .frame-f8a8,
    .hard-d997,
    .lower-b147,
    .easy-4d8a,
    .footer_40dd,
    .tertiary_9ca9 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .menu_fluid_1032,
    .liquid_f1fd,
    .nav-hard-e5e2,
    .soft-cb70,
    .section_slow_72bc,
    .outline-03f8,
    .search-north-b179 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .rough-7453,
    .summary_f25c,
    .mask-0893,
    .container-305e {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .description-992d {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .widget_e942,
    .frame-173e {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .text_ad7f {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .focus_dd31 {
        text-align: center;
    }
    
    .focus_dd31 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .frame_glass_bd7a h2,
    .solid-edf0 h2,
    .sidebar_center_9c18 h2,
    .paragraph_82d7 h2,
    .main_1c39 h2 {
        font-size: 2rem;
    }
    
    .paragraph-461d,
    .badge_advanced_0148 {
        padding: 2rem 1.5rem;
    }
    
    .tooltip-4621 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .gold_d10b {
        font-size: 1.6rem;
    }
    
    .content-hard-fe65,
    .article_mini_9f5f,
    .widget_bronze_45f5,
    .overlay-small-0afc {
        padding: 1.5rem;
    }
    
    .paper-bcbd,
    .row_a095,
    .avatar-96d9,
    .paper_b679,
    .active_0666,
    .panel_e031 {
        padding: 1.5rem;
    }
    
    .left_f0af {
        flex-direction: column;
        text-align: center;
    }
    
    .list_69a4.active-6ccc {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .title-medium-9f15 h3 {
        font-size: 1.75rem;
    }
    
    .soft-2893 {
        padding-left: 2rem;
    }
    
    .button-15e9::before {
        left: -2rem;
    }
    
    .container-305e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .easy-4d8a,
    .footer_40dd,
    .small-7fcc {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .cold_a866 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .feature_up_2dcc {
        font-size: 2rem;
    }
    
    .paragraph_d9d1 {
        font-size: 1.5rem;
    }
    
    .nav_next_ba76,
    .alert-yellow-b075 h2,
    .hovered-b2cf h2,
    .sidebar_d9e3 h2,
    .panel-f0ee h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .image-3282 img {
        width: 80px;
        height: auto;
    }
    
    .chip_action_f62d {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .frame-173e .summary-d06f {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .secondary_7359 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .secondary_7359 .link_focused_f437 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .secondary_7359 .link_focused_f437 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .frame_glass_bd7a,
    .solid-edf0,
    .sidebar_center_9c18,
    .paragraph_82d7,
    .main_1c39 {
        padding: 3rem 0;
    }
    
    .frame_glass_bd7a h2,
    .solid-edf0 h2,
    .sidebar_center_9c18 h2,
    .paragraph_82d7 h2,
    .main_1c39 h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .paragraph-461d,
    .badge_advanced_0148 {
        padding: 1.5rem 1rem;
    }
    
    .tooltip-4621 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .table_last_39c4 img {
        width: 100px;
        height: 100px;
    }
    
    .gold_d10b {
        font-size: 1.4rem;
    }
    
    .content-hard-fe65,
    .article_mini_9f5f,
    .widget_bronze_45f5,
    .overlay-small-0afc {
        padding: 1.25rem;
    }
    
    .paper-bcbd,
    .row_a095,
    .avatar-96d9,
    .paper_b679,
    .active_0666,
    .panel_e031 {
        padding: 1.25rem;
    }
    
    .content-hard-fe65 h4,
    .article_mini_9f5f h4,
    .widget_bronze_45f5 h4,
    .overlay-small-0afc h4 {
        font-size: 1.1rem;
    }
    
    .paper-bcbd h3,
    .row_a095 h3,
    .active_0666 h3,
    .panel_e031 h3 {
        font-size: 1.2rem;
    }
    
    .list_69a4.active-6ccc {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .title-medium-9f15 h3 {
        font-size: 1.5rem;
    }
    
    .selected-e55c {
        font-size: 1rem;
    }
    
    .easy-4d8a h3,
    .footer_40dd h3 {
        font-size: 1.3rem;
    }
    
    .soft-2893 {
        padding-left: 1.5rem;
    }
    
    .soft-2893::before {
        width: 2px;
    }
    
    .button-15e9 {
        padding: 1rem;
    }
    
    .button-15e9::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .tabs-static-bf49 {
        padding: 1.5rem;
    }
    
    .tabs-static-bf49 h3 {
        font-size: 1.2rem;
    }
    
    .small_4bc8 {
        padding: 1.5rem;
    }
    
    .section_slow_72bc {
        padding: 0.75rem 1rem;
    }
    
    .fluid_392d {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .menu_fluid_1032,
    .lower-b147,
    .inner_bb92,
    .description_active_43ce,
    .rough-7453,
    .feature_gold_9c52,
    .iron_40e4,
    .frame-f8a8,
    .tag_dynamic_4913,
    .focus_8dca {
        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;
    }
    
    /* 按钮容器居中 */
    .summary-d06f,
    .light-1791 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: f1bf */
.shadow-element-t1 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
