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

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

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

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

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

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

.picture-c57d {
    display: flex;
    align-items: center;
}

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

.input-47d9 {
    z-index: 1002;
}

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

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

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

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

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

/* 子菜单样式 - 桌面端 */
.border_plasma_699a .rough_146b {
    position: relative;
}

.border_plasma_699a .primary_stone_7699 {
    cursor: pointer;
}

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

.border_plasma_699a .red_a5d3 {
    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) {
    .border_plasma_699a .rough_146b:hover .red_a5d3 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.border_plasma_699a .red_a5d3 li {
    margin: 0;
    list-style: none;
}

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

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

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

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

.pressed_3445.fn-active-69ef {
    background: rgba(255, 167, 38, 0.5);
}

/* ========== Hero Section ========== */
.hero-white-315f {
    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);
}

.hero-white-315f .section-selected-de9e {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

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

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

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

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

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

.menu_right_990f {
    flex: 1;
}

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

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

.panel-pressed-94a9 {
    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;
}

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

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

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

.notice-motion-86bb {
    font-size: 3rem;
    font-weight: 800;
    color: #4CAF50;
    line-height: 1;
}

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

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

.highlight-hovered-460b {
    font-size: 1.05rem;
    line-height: 1.8;
    color: white;
    margin: 0;
}

.accordion-1c52 figure {
    margin: 0;
    text-align: center;
}

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

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

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

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

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

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

.heading-mini-78ba {
    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);
}

.heading-mini-78ba h3 {
    color: #FFA726;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
}

.heading-mini-78ba ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-mini-78ba li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

.heading-mini-78ba li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

.text-4ff6 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.text-4ff6 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ========== RTP Test Table ========== */
.backdrop-blue-274e {
    overflow-x: auto;
    margin: 2rem 0;
}

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

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

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

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

.backdrop-blue-274e tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

.input-outer-4c36 strong {
    color: #2196F3;
    display: block;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.old_faf5 p {
    margin-bottom: 0;
}

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

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

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

.thick_370b {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.first-4ec1 h4 {
    color: #F44336;
    margin-top: 0;
}

.footer_current_883b,
.footer-e7bc {
    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);
}

.footer_current_883b strong,
.footer-e7bc 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;
}

.footer_current_883b ol,
.footer-e7bc ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

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

.footer-e7bc 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;
}

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

.media_6418 h3,
.notice-27b9 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.media_6418 p,
.notice-27b9 p {
    line-height: 1.8;
    color: #495057;
}

.media_6418 ul,
.notice-27b9 ul {
    margin-left: 1.5rem;
}

.media_6418 li,
.notice-27b9 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.first-4ec1 ol {
    color: white;
    line-height: 1.8;
}

.first-4ec1 p {
    color: white;
    margin-bottom: 0;
}

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

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

.medium-8e4a {
    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);
}

.medium-8e4a h3 {
    color: white;
    font-size: 2rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.last-58be {
    margin: 1.5rem 0;
}

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

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

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

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

.summary-light-9209 h4 {
    color: #4CAF50;
    margin-top: 0;
}

.summary-light-9209 p {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

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

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

.middle-43a6 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.first-5cf3,
.simple-04ab {
    color: white;
    line-height: 1.8;
}

.first-5cf3 li,
.simple-04ab li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.caption_hard_cae5,
.tooltip-dynamic-0b77 {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
}

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

.tooltip-dynamic-0b77 {
    border: 2px solid #FF9800;
}

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

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

.caption_hard_cae5 ul,
.tooltip-dynamic-0b77 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

.static-b21c {
    background: linear-gradient(135deg, rgba(255, 167, 38, 0.2) 0%, rgba(255, 152, 0, 0.2) 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #FFA726;
    margin-bottom: 2rem;
}

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

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

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

.green-e841 .accent-easy-971c {
    color: white;
    font-weight: 500;
}

.green-e841 .dynamic_a818 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

.aside-large-e4d1 {
    display: inline-block;
    background: #FFEB3B;
    color: #2E7D32;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255, 235, 59, 0.4);
}

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

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

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

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

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

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

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

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

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

.primary_0805 {
    flex-shrink: 0;
}

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

.picture_smooth_b6eb,
.pink_f0f1 {
    margin-bottom: 2.5rem;
}

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

.thumbnail-advanced-ed3b,
.picture_smooth_b6eb .thumbnail-advanced-ed3b {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.title_fluid_4772,
.slider-thick-95bf,
.nav_east_d386 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.title_fluid_4772 h4,
.slider-thick-95bf h4,
.nav_east_d386 h4,
.pink_f0f1 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.title_fluid_4772 ul,
.slider-thick-95bf ul,
.slider-thick-95bf ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.title_fluid_4772 li,
.slider-thick-95bf li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.header-a4da.yellow-5d3b {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

.alert-current-1e7e {
    color: #495057;
    line-height: 1.8;
}

.alert-current-1e7e p {
    margin-bottom: 1.5rem;
}

.alert-current-1e7e ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style: none;
}

.alert-current-1e7e ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

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

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

.box-bright-1b10 a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
}

.box-bright-1b10 a:hover {
    text-decoration: underline;
}

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

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

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

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

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

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

.dark-7fbb {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

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

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

.box-5747 ul,
.box-5747 ol,
.in_0fd1 ul,
.in_0fd1 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.box-5747 li,
.in_0fd1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

.narrow-0c4d 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;
}

.narrow-0c4d ol,
.narrow-0c4d ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.narrow-0c4d li {
    margin-bottom: 0.75rem;
}

.narrow-0c4d strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

.easy-956b {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.new-34e0 {
    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);
}

.new-34e0::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north-bf1a strong {
    color: #2c3e50;
}

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

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

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

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

.hero-tiny-e5dc h3,
.sidebar-a9ac h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

.breadcrumb-steel-0ed8 {
    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;
}

.breadcrumb-steel-0ed8 .breadcrumb_iron_a506 {
    font-size: 1rem;
}

.footer-6b5a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-6b5a li {
    margin-bottom: 0.5rem;
}

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

.footer-6b5a a:hover {
    color: #FFEB3B;
}

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

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

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

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

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

.pattern_8361,
.banner-under-f826 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.hero-tiny-e5dc p,
.sidebar-a9ac p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.hero-tiny-e5dc ul,
.sidebar-a9ac ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-tiny-e5dc li,
.sidebar-a9ac li {
    margin-bottom: 0.5rem;
}

.hero-tiny-e5dc a,
.sidebar-a9ac a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.hero-tiny-e5dc a:hover,
.sidebar-a9ac a:hover {
    color: #FFEB3B;
}

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

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

.primary-full-d7f1 {
    margin-top: 1rem;
}

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

.primary-full-d7f1 a:hover {
    text-decoration: underline;
}

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

.container_b429: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) {
    .hero-white-315f .section-selected-de9e {
        grid-template-columns: 1fr;
    }
    
    .element_green_8e78 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .nav-last-68cb {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .pressed_3445 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .search-selected-1ab9 {
        order: 1;
        z-index: 1003;
    }
    
    .north_3ae0 {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .input-47d9 {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .border_plasma_699a {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .border_plasma_699a 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .border_plasma_699a ul.fn-active-69ef {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .border_plasma_699a > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .border_plasma_699a > ul > li:last-child {
        border-bottom: none;
    }
    
    .border_plasma_699a > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .border_plasma_699a .rough_146b {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .border_plasma_699a .red_a5d3 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .border_plasma_699a .rough_146b.fn-active-69ef > .red_a5d3 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .border_plasma_699a .red_a5d3 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .border_plasma_699a .red_a5d3 li:last-child {
        border-bottom: none;
    }
    
    .border_plasma_699a .red_a5d3 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;
    }
    
    /* 子菜单前的箭头图标 */
    .border_plasma_699a .red_a5d3 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .border_plasma_699a .red_a5d3 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .border_plasma_699a .primary_stone_7699::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .border_plasma_699a .rough_146b.fn-active-69ef > .primary_stone_7699::after {
        transform: rotate(180deg) !important;
    }
    
    .media_focused_095f {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .main_hard_a138,
    .chip_pressed_c4de,
    .panel-9555 {
        grid-template-columns: 1fr;
    }
    
    .nav-last-68cb {
        gap: 0.5rem;
    }
    
    .input-47d9 {
        width: auto;
        order: 3;
    }
    
    .container_b429 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .pattern_steel_d64d {
        grid-template-columns: 1fr;
    }
    
    .avatar_cold_e1fb {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .border_plasma_699a ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .hero-white-315f,
    .main-6402,
    .in-cb23,
    .tiny_b67e,
    .filter_clean_ba0e,
    .tall-33bf,
    .menu-0f0d,
    .surface_a179,
    .thumbnail_c3c3,
    .down_2404,
    .outer_17ad,
    .logo_8dc7,
    .pro_fa81,
    .module-e95f,
    .active-red-208e,
    .grid-dynamic-49ff {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .stale-614c,
    .heading-mini-78ba,
    .prev_9178,
    .link_8c99,
    .list-a698,
    .medium-8e4a,
    .last-58be,
    .narrow_1822,
    .yellow-a926,
    .narrow-0c4d,
    .tooltip_c53f,
    .shade_6b92 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .input-current-afed,
    .steel-60bb,
    .highlight-hovered-460b,
    .dropdown_5891,
    .shade-up-9221,
    .first-4ec1,
    .old_faf5 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .main_hard_a138,
    .chip_pressed_c4de,
    .panel-9555,
    .outline_4aed {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .focus_1fae {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .blue-aede,
    .input-47d9 {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .video_white_6363 {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .backdrop-blue-274e {
        text-align: center;
    }
    
    .backdrop-blue-274e table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .logo_8dc7 h2,
    .pro_fa81 h2,
    .module-e95f h2,
    .active-red-208e h2,
    .grid-dynamic-49ff h2 {
        font-size: 2rem;
    }
    
    .component_complex_8ae8,
    .light-b963 {
        padding: 2rem 1.5rem;
    }
    
    .text_49af {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .down-1698 {
        font-size: 1.6rem;
    }
    
    .title_fluid_4772,
    .slider-thick-95bf,
    .nav_east_d386,
    .pink_f0f1 {
        padding: 1.5rem;
    }
    
    .box-5747,
    .in_0fd1,
    .footer_current_883b,
    .footer-e7bc,
    .media_6418,
    .notice-27b9 {
        padding: 1.5rem;
    }
    
    .aside-b330 {
        flex-direction: column;
        text-align: center;
    }
    
    .header-a4da.yellow-5d3b {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .background-5e64 h3 {
        font-size: 1.75rem;
    }
    
    .alert_gas_4a62 {
        padding-left: 2rem;
    }
    
    .new-34e0::before {
        left: -2rem;
    }
    
    .outline_4aed {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .narrow-0c4d,
    .tooltip_c53f,
    .easy-956b {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .section-selected-de9e {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .notice-motion-86bb {
        font-size: 2rem;
    }
    
    .section-2a16 {
        font-size: 1.5rem;
    }
    
    .column_db62,
    .tiny_b67e h2,
    .filter_clean_ba0e h2,
    .menu-0f0d h2,
    .surface_a179 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .search-selected-1ab9 img {
        width: 80px;
        height: auto;
    }
    
    .east-eff8 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .input-47d9 .container_b429 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .border_plasma_699a > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .border_plasma_699a .red_a5d3 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .border_plasma_699a .red_a5d3 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .logo_8dc7,
    .pro_fa81,
    .module-e95f,
    .active-red-208e,
    .grid-dynamic-49ff {
        padding: 3rem 0;
    }
    
    .logo_8dc7 h2,
    .pro_fa81 h2,
    .module-e95f h2,
    .active-red-208e h2,
    .grid-dynamic-49ff h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .component_complex_8ae8,
    .light-b963 {
        padding: 1.5rem 1rem;
    }
    
    .text_49af {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .primary_0805 img {
        width: 100px;
        height: 100px;
    }
    
    .down-1698 {
        font-size: 1.4rem;
    }
    
    .title_fluid_4772,
    .slider-thick-95bf,
    .nav_east_d386,
    .pink_f0f1 {
        padding: 1.25rem;
    }
    
    .box-5747,
    .in_0fd1,
    .footer_current_883b,
    .footer-e7bc,
    .media_6418,
    .notice-27b9 {
        padding: 1.25rem;
    }
    
    .title_fluid_4772 h4,
    .slider-thick-95bf h4,
    .nav_east_d386 h4,
    .pink_f0f1 h4 {
        font-size: 1.1rem;
    }
    
    .box-5747 h3,
    .in_0fd1 h3,
    .media_6418 h3,
    .notice-27b9 h3 {
        font-size: 1.2rem;
    }
    
    .header-a4da.yellow-5d3b {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .background-5e64 h3 {
        font-size: 1.5rem;
    }
    
    .paragraph_dynamic_a4f6 {
        font-size: 1rem;
    }
    
    .narrow-0c4d h3,
    .tooltip_c53f h3 {
        font-size: 1.3rem;
    }
    
    .alert_gas_4a62 {
        padding-left: 1.5rem;
    }
    
    .alert_gas_4a62::before {
        width: 2px;
    }
    
    .new-34e0 {
        padding: 1rem;
    }
    
    .new-34e0::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .thick_bbff {
        padding: 1.5rem;
    }
    
    .thick_bbff h3 {
        font-size: 1.2rem;
    }
    
    .north-bf1a {
        padding: 1.5rem;
    }
    
    .shade-up-9221 {
        padding: 0.75rem 1rem;
    }
    
    .sidebar_south_5960 {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .input-current-afed,
    .yellow-a926,
    .menu_right_990f,
    .panel-pressed-94a9,
    .main_hard_a138,
    .stale-614c,
    .list-a698,
    .last-58be,
    .middle-43a6,
    .media_focused_095f {
        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;
    }
    
    /* 按钮容器居中 */
    .container_b429,
    .aside-large-e4d1 {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: 1388 */
.shadow-element-o5 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
