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

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

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

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

.progress-fluid-7f2d {
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 1002;
}

.progress-fluid-7f2d a {
    display: flex;
    align-items: center;
}

.sidebar-6013 {
    display: flex;
    align-items: center;
}

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

.disabled_7cdf {
    z-index: 1002;
}

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

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

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

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

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

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

.gas_6a62 .active-61b1 {
    cursor: pointer;
}

.gas_6a62 .active-61b1::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.gas_6a62 .caption-b270 {
    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) {
    .gas_6a62 .middle_aa15:hover .caption-b270 {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.gas_6a62 .caption-b270 li {
    margin: 0;
    list-style: none;
}

.gas_6a62 .caption-b270 a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.gas_6a62 .caption-b270 a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.rough-e624.fn-active-c65e {
    background: rgba(255, 167, 38, 0.5);
}

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

.backdrop_action_f688 .disabled-in-8850 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

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

.stone-2f88 {
    border-radius: 0;
    border: none;
}

.stone-2f88 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.shadow_hot_5feb {
    flex: 1;
}

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

.green-8a91 {
    margin: 0;
    font-size: 0.9rem;
    color: #FFF9C4;
}

.east-21c2 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip_eabe li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pagination-west-40c9 h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.pagination-west-40c9 p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

.hard-9d71 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.logo-2d21 h4 {
    color: #2196F3;
    margin-top: 0;
}

.logo-2d21 p {
    margin-bottom: 0;
}

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

.footer-glass-f91c {
    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);
}

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

.description_3efa {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.detail-old-80d5,
.tag_4201 {
    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);
}

.detail-old-80d5 strong,
.tag_4201 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;
}

.detail-old-80d5 ol,
.tag_4201 ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.detail-old-80d5 li,
.tag_4201 li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

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

.row-4cea,
.steel-99f1 {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #2196F3;
    margin: 2rem 0;
}

.row-4cea h3,
.steel-99f1 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.row-4cea p,
.steel-99f1 p {
    line-height: 1.8;
    color: #495057;
}

.row-4cea ul,
.steel-99f1 ul {
    margin-left: 1.5rem;
}

.row-4cea li,
.steel-99f1 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aside_over_fad7 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.fast-7ad0 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.red_d05c,
.surface_fd3f {
    color: white;
    line-height: 1.8;
}

.red_d05c li,
.surface_fd3f li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.glass-c2e0 {
    border: 2px solid #4CAF50;
}

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

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

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

.glass-c2e0 ul,
.feature_gas_d2a8 ul {
    color: white;
    line-height: 1.8;
    margin: 0;
    padding-left: 1.5rem;
}

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

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

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

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

.middle-c449 .sort_e349 {
    color: white;
    font-weight: 500;
}

.middle-c449 .inner_9a36 {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-last-14f8 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

.alert-selected-14c5 {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.stone-2f88 {
    flex-shrink: 0;
}

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

.green-8a91,
.tag_bronze_b787 {
    margin-bottom: 2.5rem;
}

.green-8a91 h3,
.box_medium_a78a h3 {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.stale_f4fb,
.green-8a91 .stale_f4fb {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.hard-768c,
.brown_29df,
.stone-c9f3 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hard-768c h4,
.brown_29df h4,
.stone-c9f3 h4,
.tag_bronze_b787 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hard-768c ul,
.brown_29df ul,
.brown_29df ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.hard-768c li,
.brown_29df li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.texture_a2ce.prev-be5b {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-2a3a a:hover {
    text-decoration: underline;
}

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

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

.icon-static-2aec {
    color: #6c757d;
    font-size: 0.85rem;
}

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

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

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

.breadcrumb-short-f1a0,
.hard-66fd {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.breadcrumb-short-f1a0 h3,
.hard-66fd h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.breadcrumb-short-f1a0 ul,
.breadcrumb-short-f1a0 ol,
.hard-66fd ul,
.hard-66fd ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.breadcrumb-short-f1a0 li,
.hard-66fd li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

.list-liquid-634d h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.list-liquid-634d p {
    color: #856404;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}

.focused-ad9c 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;
}

.focused-ad9c ol,
.focused-ad9c ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.focused-ad9c li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.huge_1209::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #d4af37 0%, rgba(212, 175, 55, 0.3) 100%);
}

.button_b307 {
    position: relative;
    margin-bottom: 2.5rem;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

.pressed-c5c9 li {
    margin-bottom: 0.5rem;
}

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

.gold-3031 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.silver-cfc2 strong {
    color: #2c3e50;
}

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

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

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

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

.video-slow-dec4 h3,
.section_bright_671a h3 {
    color: #FFA726;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
}

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

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

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

.focus_pro_1802 .light-d981 {
    font-size: 1rem;
}

.upper-7f76 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.upper-7f76 li {
    margin-bottom: 0.5rem;
}

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

.upper-7f76 a:hover {
    color: #FFEB3B;
}

.warm_3184 {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 152, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 152, 0, 0.3);
}

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

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

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

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

.border-silver-37e6,
.text_red_c771 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.video-slow-dec4 p,
.section_bright_671a p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 0.9rem;
}

.video-slow-dec4 ul,
.section_bright_671a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-slow-dec4 li,
.section_bright_671a li {
    margin-bottom: 0.5rem;
}

.video-slow-dec4 a,
.section_bright_671a a {
    color: #FFF9C4;
    text-decoration: none;
    transition: color 0.3s;
}

.video-slow-dec4 a:hover,
.section_bright_671a a:hover {
    color: #FFEB3B;
}

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

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

.grid_old_2ce9 {
    margin-top: 1rem;
}

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

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

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

.hovered-eec7: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) {
    .backdrop_action_f688 .disabled-in-8850 {
        grid-template-columns: 1fr;
    }
    
    .gas_6aee {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .block_427d {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .rough-e624 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .hover-light-3317 {
        order: 1;
        z-index: 1003;
    }
    
    .progress-fluid-7f2d {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .disabled_7cdf {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .gas_6a62 {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .gas_6a62 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .gas_6a62 ul.fn-active-c65e {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .gas_6a62 > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .gas_6a62 > ul > li:last-child {
        border-bottom: none;
    }
    
    .gas_6a62 > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .gas_6a62 .middle_aa15 {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .gas_6a62 .caption-b270 {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .gas_6a62 .middle_aa15.fn-active-c65e > .caption-b270 {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .gas_6a62 .caption-b270 li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .gas_6a62 .caption-b270 li:last-child {
        border-bottom: none;
    }
    
    .gas_6a62 .caption-b270 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;
    }
    
    /* 子菜单前的箭头图标 */
    .gas_6a62 .caption-b270 a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .gas_6a62 .caption-b270 a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .gas_6a62 .active-61b1::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .gas_6a62 .middle_aa15.fn-active-c65e > .active-61b1::after {
        transform: rotate(180deg) !important;
    }
    
    .rough_de1e {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .footer-current-d5f4,
    .shade_over_8a85,
    .menu_short_a4f0 {
        grid-template-columns: 1fr;
    }
    
    .block_427d {
        gap: 0.5rem;
    }
    
    .disabled_7cdf {
        width: auto;
        order: 3;
    }
    
    .hovered-eec7 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .first_a408 {
        grid-template-columns: 1fr;
    }
    
    .article-2c0b {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .gas_6a62 ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .backdrop_action_f688,
    .image-blue-e221,
    .bronze_5eb2,
    .description_slow_60cc,
    .border-in-149b,
    .tooltip_9a69,
    .gas-5d00,
    .hero_9eb6,
    .warm_3184,
    .row_first_9ec0,
    .progress-last-14f8,
    .mask-6bbb,
    .accordion_65d4,
    .sort_tiny_0c6d,
    .media_black_f4fd,
    .box_steel_8dbf {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .hard-ad8c,
    .tooltip_eabe,
    .focused_8807,
    .footer-glass-f91c,
    .first-b7ad,
    .detail-a9dc,
    .aside_over_fad7,
    .tag-ef07,
    .item-f808,
    .focused-ad9c,
    .first_737e,
    .fast_1da3 {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .slider-961e,
    .logo-left-b137,
    .gas_7b31,
    .shade_hard_3f5c,
    .summary-8b94,
    .border_c252,
    .logo-2d21 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .footer-current-d5f4,
    .shade_over_8a85,
    .menu_short_a4f0,
    .fluid_e6b8 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .badge_963b {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .tabs-brown-4912,
    .disabled_7cdf {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .full-c6cb {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .hard-9d71 {
        text-align: center;
    }
    
    .hard-9d71 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .mask-6bbb h2,
    .accordion_65d4 h2,
    .sort_tiny_0c6d h2,
    .media_black_f4fd h2,
    .box_steel_8dbf h2 {
        font-size: 2rem;
    }
    
    .panel-slow-dd24,
    .box_medium_a78a {
        padding: 2rem 1.5rem;
    }
    
    .alert-selected-14c5 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .banner_3fba {
        font-size: 1.6rem;
    }
    
    .hard-768c,
    .brown_29df,
    .stone-c9f3,
    .tag_bronze_b787 {
        padding: 1.5rem;
    }
    
    .breadcrumb-short-f1a0,
    .hard-66fd,
    .detail-old-80d5,
    .tag_4201,
    .row-4cea,
    .steel-99f1 {
        padding: 1.5rem;
    }
    
    .component-selected-3119 {
        flex-direction: column;
        text-align: center;
    }
    
    .texture_a2ce.prev-be5b {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .right_942d h3 {
        font-size: 1.75rem;
    }
    
    .huge_1209 {
        padding-left: 2rem;
    }
    
    .button_b307::before {
        left: -2rem;
    }
    
    .fluid_e6b8 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .focused-ad9c,
    .first_737e,
    .hidden_3155 {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .disabled-in-8850 {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .active_tiny_f475 {
        font-size: 2rem;
    }
    
    .gradient-cool-df47 {
        font-size: 1.5rem;
    }
    
    .upper-8697,
    .description_slow_60cc h2,
    .border-in-149b h2,
    .gas-5d00 h2,
    .hero_9eb6 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .hover-light-3317 img {
        width: 80px;
        height: auto;
    }
    
    .notice-344a {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .disabled_7cdf .hovered-eec7 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .gas_6a62 > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .gas_6a62 .caption-b270 a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .gas_6a62 .caption-b270 a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .mask-6bbb,
    .accordion_65d4,
    .sort_tiny_0c6d,
    .media_black_f4fd,
    .box_steel_8dbf {
        padding: 3rem 0;
    }
    
    .mask-6bbb h2,
    .accordion_65d4 h2,
    .sort_tiny_0c6d h2,
    .media_black_f4fd h2,
    .box_steel_8dbf h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .panel-slow-dd24,
    .box_medium_a78a {
        padding: 1.5rem 1rem;
    }
    
    .alert-selected-14c5 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .stone-2f88 img {
        width: 100px;
        height: 100px;
    }
    
    .banner_3fba {
        font-size: 1.4rem;
    }
    
    .hard-768c,
    .brown_29df,
    .stone-c9f3,
    .tag_bronze_b787 {
        padding: 1.25rem;
    }
    
    .breadcrumb-short-f1a0,
    .hard-66fd,
    .detail-old-80d5,
    .tag_4201,
    .row-4cea,
    .steel-99f1 {
        padding: 1.25rem;
    }
    
    .hard-768c h4,
    .brown_29df h4,
    .stone-c9f3 h4,
    .tag_bronze_b787 h4 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-short-f1a0 h3,
    .hard-66fd h3,
    .row-4cea h3,
    .steel-99f1 h3 {
        font-size: 1.2rem;
    }
    
    .texture_a2ce.prev-be5b {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .right_942d h3 {
        font-size: 1.5rem;
    }
    
    .box-031f {
        font-size: 1rem;
    }
    
    .focused-ad9c h3,
    .first_737e h3 {
        font-size: 1.3rem;
    }
    
    .huge_1209 {
        padding-left: 1.5rem;
    }
    
    .huge_1209::before {
        width: 2px;
    }
    
    .button_b307 {
        padding: 1rem;
    }
    
    .button_b307::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .label_3064 {
        padding: 1.5rem;
    }
    
    .label_3064 h3 {
        font-size: 1.2rem;
    }
    
    .silver-cfc2 {
        padding: 1.5rem;
    }
    
    .summary-8b94 {
        padding: 0.75rem 1rem;
    }
    
    .image-2a3a {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .slider-961e,
    .item-f808,
    .shadow_hot_5feb,
    .east-21c2,
    .footer-current-d5f4,
    .hard-ad8c,
    .first-b7ad,
    .aside_over_fad7,
    .fast-7ad0,
    .rough_de1e {
        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;
    }
    
    /* 按钮容器居中 */
    .hovered-eec7,
    .logo_fc6f {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: d5a9 */
.widget-item-t5 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.0;
}
