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

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

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

.surface-copper-59e4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

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

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

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

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

.active_bronze_f88f {
    z-index: 1002;
}

/* ========== 导航 ========== */
.surface-fc82 {
    position: relative;
}

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

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

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

.surface-fc82 a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.surface-fc82 .tooltip_easy_74c7 {
    position: relative;
}

.surface-fc82 .logo-544c {
    cursor: pointer;
}

.surface-fc82 .logo-544c::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.surface-fc82 .tag-edc8 {
    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-fc82 .tooltip_easy_74c7:hover .tag-edc8 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.surface-fc82 .tag-edc8 li {
    margin: 0;
    list-style: none;
}

.surface-fc82 .tag-edc8 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.surface-fc82 .tag-edc8 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

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

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

.fixed-14ab .detail-copper-437a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

.gallery-408e {
    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;
}

.pagination-cool-580b {
    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;
}

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

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

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

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

.fast_658a {
    flex: 1;
}

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

.banner-liquid-aff4 {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-dark-4e83 {
    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);
}

.menu-dark-4e83 h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.menu-dark-4e83 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-dark-4e83 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over-6e2f tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.article-3f48 li {
    margin-bottom: 0.75rem;
}

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

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

.alert-6479 p {
    margin-bottom: 0;
}

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

.texture-soft-f02d {
    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);
}

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

.detail_old_e66e {
    margin: 0;
}

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

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

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

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

.progress-short-8ca3 h4 {
    color: #4CAF50;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.progress-short-8ca3 ul {
    list-style: none;
    padding: 0;
}

.progress-short-8ca3 li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
    line-height: 1.6;
}

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

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

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

.section-6c31,
.sort_black_8c38 {
    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);
}

.section-6c31 strong,
.sort_black_8c38 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;
}

.section-6c31 ol,
.sort_black_8c38 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.section-6c31 li,
.sort_black_8c38 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

.caption-7882,
.article-full-5d11 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.caption-7882 h3,
.article-full-5d11 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.caption-7882 p,
.article-full-5d11 p {
    line-height: 1.8;
    color: #495057;
}

.caption-7882 ul,
.article-full-5d11 ul {
    margin-left: 1.5rem;
}

.caption-7882 li,
.article-full-5d11 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.header-10c8 {
    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);
}

.header-10c8 h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.paragraph_e6e7 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.highlight-glass-3fc2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.title_8044,
.gallery-4b80 {
    color: white;
    line-height: 1.8;
}

.title_8044 li,
.gallery-4b80 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_18ae .image-tiny-12a2 {
    color: white;
    font-weight: 500;
}

.background_18ae .modal-358d {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.accordion-bottom-a0cd {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-902e p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.tooltip_mini_e800 {
    flex-shrink: 0;
}

.pagination-cool-580b {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-liquid-aff4,
.large-08ee {
    margin-bottom: 2.5rem;
}

.banner-liquid-aff4 h3,
.banner_green_77d1 h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.footer-out-c056,
.banner-liquid-aff4 .footer-out-c056 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.center_8c55,
.cold_4e53,
.video-rough-e63f {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.center_8c55 h4,
.cold_4e53 h4,
.video-rough-e63f h4,
.large-08ee h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.center_8c55 li,
.cold_4e53 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

.large-08ee ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.large-08ee a:hover {
    text-decoration: underline;
}

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

.slow-c537.secondary_c581 {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

.pattern-thick-d140 {
    color: #495057;
    line-height: 1.8;
}

.pattern-thick-d140 p {
    margin-bottom: 1.5rem;
}

.pattern-thick-d140 ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

.icon-38f0:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

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

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

.backdrop-2a7f ul,
.backdrop-2a7f ol,
.main_pressed_b4e8 ul,
.main_pressed_b4e8 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.backdrop-2a7f li,
.main_pressed_b4e8 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.aside-3e1d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

.image-large-16dc ol,
.image-large-16dc ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.image-large-16dc li {
    margin-bottom: 0.75rem;
}

.image-large-16dc strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.progress-cool-c4b3 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.mask-9a5e {
    color: #495057;
    line-height: 1.8;
}

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

.mask-9a5e ul {
    margin: 0.5rem 0 0 1.5rem;
    list-style: disc;
}

.mask-9a5e li {
    margin-bottom: 0.5rem;
}

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

.red-e389 strong {
    color: #2c3e50;
}

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

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

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

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

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

.aside-3e1d 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;
}

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

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

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

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

.warm-dc00 a:hover {
    text-decoration: underline;
}

.aside-3e1d ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.aside-3e1d ol li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-f1b3 strong {
    color: #2c3e50;
}

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

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

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

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

.north_b991 h3,
.modal-4fd6 h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.wrapper_fa52 .gallery-408e {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

.panel-1753 a:hover {
    text-decoration: underline;
}

.action-cef7,
.row-77f8 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.north_b991 p,
.modal-4fd6 p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.north_b991 ul,
.modal-4fd6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.north_b991 li,
.modal-4fd6 li {
    margin-bottom: 0.5rem;
}

.north_b991 a,
.modal-4fd6 a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.north_b991 a:hover,
.modal-4fd6 a:hover {
    color: #FFEB3B;
}

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

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

.info_silver_9935 {
    margin-top: 1rem;
}

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

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

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

.primary_a670: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) {
    .fixed-14ab .detail-copper-437a {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb-84ea {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .frame_f298 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .border_ffc1 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .surface-copper-59e4 {
        order: 1;
        z-index: 1003;
    }
    
    .hard_9a0a {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .active_bronze_f88f {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .surface-fc82 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .surface-fc82 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-fc82 ul.fn-active-af3e {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .surface-fc82 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .surface-fc82 > ul > li:last-child {
        border-bottom: none;
    }
    
    .surface-fc82 > 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-fc82 .tooltip_easy_74c7 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .surface-fc82 .tag-edc8 {
        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-fc82 .tooltip_easy_74c7.fn-active-af3e > .tag-edc8 {
        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-fc82 .tag-edc8 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .surface-fc82 .tag-edc8 li:last-child {
        border-bottom: none;
    }
    
    .surface-fc82 .tag-edc8 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-fc82 .tag-edc8 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .surface-fc82 .tag-edc8 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .surface-fc82 .logo-544c::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .surface-fc82 .tooltip_easy_74c7.fn-active-af3e > .logo-544c::after {
        transform: rotate(180deg) !important;
    }
    
    .shadow-875d {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .widget-2582,
    .icon-hard-8f22,
    .breadcrumb_short_a5db {
        grid-template-columns: 1fr;
    }
    
    .frame_f298 {
        gap: 0.5rem;
    }
    
    .active_bronze_f88f {
        width: auto;
        order: 3;
    }
    
    .primary_a670 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .container_stone_a8ce {
        grid-template-columns: 1fr;
    }
    
    .column-777f {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .surface-fc82 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .fixed-14ab,
    .plasma-80a2,
    .overlay-9655,
    .background-top-f6ad,
    .progress-1d68,
    .element_hot_9a4c,
    .bright_b065,
    .plasma-6d67,
    .panel-1753,
    .overlay_2161,
    .dropdown-902e,
    .feature_top_5458,
    .video-9e2d,
    .list-e14c,
    .row-a19d,
    .soft_424f {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .rough_3dfd,
    .menu-dark-4e83,
    .dim_9405,
    .texture-soft-f02d,
    .progress-short-8ca3,
    .header-10c8,
    .paragraph_e6e7,
    .advanced_f114,
    .main_orange_4887,
    .image-large-16dc,
    .aside-3e1d,
    .grid_hard_28f8 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .container_4f59,
    .button_small_5e8b,
    .button-adee,
    .hero_upper_7663,
    .search-a0c2,
    .container_5c92,
    .alert-6479 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .widget-2582,
    .icon-hard-8f22,
    .breadcrumb_short_a5db,
    .widget_a2d2 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .pagination-cool-580b {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .avatar-static-e7a2,
    .active_bronze_f88f {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .module-soft-935c {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .over-6e2f {
        text-align: center;
    }
    
    .over-6e2f table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .feature_top_5458 h2,
    .video-9e2d h2,
    .list-e14c h2,
    .row-a19d h2,
    .soft_424f h2 {
        font-size: 2rem;
    }
    
    .sort-20bb,
    .banner_green_77d1 {
        padding: 2rem 1.5rem;
    }
    
    .layout_paper_5410 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .detail-80e4 {
        font-size: 1.6rem;
    }
    
    .center_8c55,
    .cold_4e53,
    .video-rough-e63f,
    .large-08ee {
        padding: 1.5rem;
    }
    
    .backdrop-2a7f,
    .main_pressed_b4e8,
    .section-6c31,
    .sort_black_8c38,
    .caption-7882,
    .article-full-5d11 {
        padding: 1.5rem;
    }
    
    .notice-ce04 {
        flex-direction: column;
        text-align: center;
    }
    
    .slow-c537.secondary_c581 {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .highlight_stone_1908 h3 {
        font-size: 1.75rem;
    }
    
    .info_glass_568b {
        padding-left: 2rem;
    }
    
    .brown_a2dc::before {
        left: -2rem;
    }
    
    .widget_a2d2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .image-large-16dc,
    .aside-3e1d,
    .progress-cool-c4b3 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .detail-copper-437a {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .status-stale-f744 {
        font-size: 2rem;
    }
    
    .summary_warm_4805 {
        font-size: 1.5rem;
    }
    
    .notice_fixed_ff8c,
    .background-top-f6ad h2,
    .progress-1d68 h2,
    .bright_b065 h2,
    .plasma-6d67 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .surface-copper-59e4 img {
        width: 80px;
        height: auto;
    }
    
    .white-ac87 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .active_bronze_f88f .primary_a670 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .surface-fc82 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .surface-fc82 .tag-edc8 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .surface-fc82 .tag-edc8 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .feature_top_5458,
    .video-9e2d,
    .list-e14c,
    .row-a19d,
    .soft_424f {
        padding: 3rem 0;
    }
    
    .feature_top_5458 h2,
    .video-9e2d h2,
    .list-e14c h2,
    .row-a19d h2,
    .soft_424f h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .sort-20bb,
    .banner_green_77d1 {
        padding: 1.5rem 1rem;
    }
    
    .layout_paper_5410 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .tooltip_mini_e800 img {
        width: 100px;
        height: 100px;
    }
    
    .detail-80e4 {
        font-size: 1.4rem;
    }
    
    .center_8c55,
    .cold_4e53,
    .video-rough-e63f,
    .large-08ee {
        padding: 1.25rem;
    }
    
    .backdrop-2a7f,
    .main_pressed_b4e8,
    .section-6c31,
    .sort_black_8c38,
    .caption-7882,
    .article-full-5d11 {
        padding: 1.25rem;
    }
    
    .center_8c55 h4,
    .cold_4e53 h4,
    .video-rough-e63f h4,
    .large-08ee h4 {
        font-size: 1.1rem;
    }
    
    .backdrop-2a7f h3,
    .main_pressed_b4e8 h3,
    .caption-7882 h3,
    .article-full-5d11 h3 {
        font-size: 1.2rem;
    }
    
    .slow-c537.secondary_c581 {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .highlight_stone_1908 h3 {
        font-size: 1.5rem;
    }
    
    .cold_1a07 {
        font-size: 1rem;
    }
    
    .image-large-16dc h3,
    .aside-3e1d h3 {
        font-size: 1.3rem;
    }
    
    .info_glass_568b {
        padding-left: 1.5rem;
    }
    
    .info_glass_568b::before {
        width: 2px;
    }
    
    .brown_a2dc {
        padding: 1rem;
    }
    
    .brown_a2dc::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .status_full_217c {
        padding: 1.5rem;
    }
    
    .status_full_217c h3 {
        font-size: 1.2rem;
    }
    
    .breadcrumb-f1b3 {
        padding: 1.5rem;
    }
    
    .search-a0c2 {
        padding: 0.75rem 1rem;
    }
    
    .yellow_3e04 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .container_4f59,
    .main_orange_4887,
    .fast_658a,
    .picture-4053,
    .widget-2582,
    .rough_3dfd,
    .progress-short-8ca3,
    .paragraph_e6e7,
    .highlight-glass-3fc2,
    .shadow-875d {
        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;
    }
    
    /* 按钮容器居中 */
    .primary_a670,
    .shade_db37 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 5208 */
.phantom-card-x2 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
