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

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

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

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

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

.preview-04ce a {
    display: flex;
    align-items: center;
}

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

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

.wrapper-fd8d {
    z-index: 1002;
}

/* ========== 导航 ========== */
.thumbnail-middle-615e {
    position: relative;
}

.thumbnail-middle-615e ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.thumbnail-middle-615e li {
    position: relative;
    list-style: none;
}

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

.thumbnail-middle-615e a:hover {
    color: #FFEB3B;
}

/* 子菜单样式 - 桌面端 */
.thumbnail-middle-615e .status_cf5d {
    position: relative;
}

.thumbnail-middle-615e .title_wood_f6b9 {
    cursor: pointer;
}

.thumbnail-middle-615e .title_wood_f6b9::after {
    content: " ▼";
    font-size: 0.7rem;
    margin-left: 0.25rem;
}

.thumbnail-middle-615e .card_da8f {
    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) {
    .thumbnail-middle-615e .status_cf5d:hover .card_da8f {
        display: block;
        animation: fadeInDown 0.3s ease;
    }
}

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

.thumbnail-middle-615e .card_da8f li {
    margin: 0;
    list-style: none;
}

.thumbnail-middle-615e .card_da8f a {
    padding: 0.75rem 1.25rem;
    color: #FFF9C4;
    white-space: nowrap;
}

.thumbnail-middle-615e .card_da8f a:hover {
    background: rgba(255, 167, 38, 0.2);
    color: #FFEB3B;
}

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

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

.fresh-f332.fn-active-2e76 {
    background: rgba(255, 167, 38, 0.5);
}

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

.main-narrow-bfa6 .feature-774a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

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

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

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

.content-4dc9 {
    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;
}

.photo-plasma-f695 {
    border-radius: 0;
    border: none;
}

.photo-plasma-f695 img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.liquid-50b8 {
    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;
}

.carousel_wood_9143 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex-6c6a h4 {
    color: #FFEB3B;
    margin-top: 0;
}

.complex-6c6a p {
    color: white;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

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

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

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

.preview-red-6aa5 tbody tr:hover {
    background: rgba(255, 167, 38, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.shade-middle-7da9 h4 {
    color: #2196F3;
    margin-top: 0;
}

.shade-middle-7da9 p {
    margin-bottom: 0;
}

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

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

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

.lower_a07e {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.row-22de h4 {
    color: #F44336;
    margin-top: 0;
}

.focus-02b1,
.article-4fcf {
    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);
}

.focus-02b1 strong,
.article-4fcf 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;
}

.focus-02b1 ol,
.article-4fcf ol {
    margin-left: 1.5rem;
    color: #1b5e20;
}

.focus-02b1 li,
.article-4fcf li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #2e7d32;
    font-weight: 500;
}

.article-4fcf 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;
}

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

.text-5b5b h3,
.dropdown_9541 h3 {
    color: #1976d2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.text-5b5b p,
.dropdown_9541 p {
    line-height: 1.8;
    color: #495057;
}

.text-5b5b ul,
.dropdown_9541 ul {
    margin-left: 1.5rem;
}

.text-5b5b li,
.dropdown_9541 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.row-22de ol {
    color: white;
    line-height: 1.8;
}

.row-22de p {
    color: white;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-be53 {
    margin: 1.5rem 0;
}

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

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

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

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

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

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

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

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

.input-01b4 {
    max-width: 900px;
    margin: 0 auto;
}

.silver-31f4 {
    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;
}

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

.silver-31f4 p {
    color: white;
    line-height: 1.8;
    margin: 0;
}

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

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

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

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

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

.wrapper_small_5840,
.heading-active-61e1 {
    color: white;
    line-height: 1.8;
}

.wrapper_small_5840 li,
.heading-active-61e1 li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.element-724a .notice-fc20 {
    color: white;
    font-weight: 500;
}

.element-724a .slider-996f {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.2rem;
}

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

.popup-short-9dee {
    color: white;
    font-size: 1.2rem;
    margin-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.preview-1a25 p {
    color: #FFF9C4;
    margin: 0.5rem 0;
}

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

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

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

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

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

.photo-plasma-f695 {
    flex-shrink: 0;
}

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

.breadcrumb_6fda,
.fast_a1c7 {
    margin-bottom: 2.5rem;
}

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

.column-cool-8587,
.breadcrumb_6fda .column-cool-8587 {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.hover_30ca,
.blue_40c6,
.tag-9310 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #d4af37;
}

.hover_30ca h4,
.blue_40c6 h4,
.tag-9310 h4,
.fast_a1c7 h4 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.hover_30ca li,
.blue_40c6 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

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

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

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

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

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

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

.liquid-50b8.gallery-next-2c2f {
    width: 120px;
    height: 120px;
    font-size: 3rem;
    flex-shrink: 0;
}

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

.content-down-7b96 {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

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

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

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

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

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

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

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

.dark-a852 a:hover {
    text-decoration: underline;
}

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

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

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

.hidden-bd0c a:hover {
    text-decoration: underline;
}

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

.last-52e4:hover {
    color: #d4af37;
    border-bottom-style: solid;
}

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

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

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

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

.detail_basic_9b7c,
.button-0a02 {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 4px solid #0066cc;
}

.detail_basic_9b7c h3,
.button-0a02 h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.detail_basic_9b7c ul,
.detail_basic_9b7c ol,
.button-0a02 ul,
.button-0a02 ol {
    margin-left: 1.5rem;
    line-height: 1.8;
}

.detail_basic_9b7c li,
.button-0a02 li {
    margin-bottom: 0.8rem;
    color: #495057;
}

.thick-60ca {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.new-defb 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;
}

.new-defb ol,
.new-defb ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.new-defb li {
    margin-bottom: 0.75rem;
}

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

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

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

.tooltip-dark-5ffa {
    max-width: 900px;
    margin: 0 auto;
}

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

.active-warm-201e {
    position: relative;
    padding-left: 3rem;
}

.active-warm-201e::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%);
}

.gallery-plasma-da22 {
    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);
}

.gallery-plasma-da22::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;
}

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

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

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

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

.lower-dfcd li {
    margin-bottom: 0.5rem;
}

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

.solid_e2a0 strong {
    color: #2c3e50;
}

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

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

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

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

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

.thick-60ca 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;
}

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

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

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

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

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

.thick-60ca ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.thick-60ca ol li {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.surface_1fc2 strong {
    color: #2c3e50;
}

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

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

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

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

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

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

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

.dim-6ed0 {
    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;
}

.dim-6ed0 .simple_ef48 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.clean_9533,
.wrapper-mini-dab5 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

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

.shadow_d200 ul,
.simple_5536 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shadow_d200 li,
.simple_5536 li {
    margin-bottom: 0.5rem;
}

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

.shadow_d200 a:hover,
.simple_5536 a:hover {
    color: #FFEB3B;
}

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

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

.paragraph_west_be84 {
    margin-top: 1rem;
}

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

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

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

.tooltip-4892: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) {
    .main-narrow-bfa6 .feature-774a {
        grid-template-columns: 1fr;
    }
    
    .table_c9b8 {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: linear-gradient(135deg, #3E2723 0%, #4E342E 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
    .section_2b11 {
        position: relative;
        flex-wrap: wrap;
    }
    
    /* 移动端菜单按钮 */
    .fresh-f332 {
        display: block !important;
        order: 2;
        z-index: 1003;
    }
    
    /* 品牌logo */
    .down-ff5f {
        order: 1;
        z-index: 1003;
    }
    
    .preview-04ce {
        order: 1;
        z-index: 1003;
    }
    
    /* CTA按钮 */
    .wrapper-fd8d {
        order: 2;
        margin-right: 1rem;
        z-index: 1003;
    }
    
    /* 导航容器 */
    .thumbnail-middle-615e {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }
    
    /* 移动端菜单 */
    .thumbnail-middle-615e 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;
    }
    
    /* 显示菜单 - 关键样式！*/
    .thumbnail-middle-615e ul.fn-active-2e76 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* 移动端菜单项 */
    .thumbnail-middle-615e > ul > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        list-style: none;
    }
    
    .thumbnail-middle-615e > ul > li:last-child {
        border-bottom: none;
    }
    
    .thumbnail-middle-615e > ul > li > a {
        padding: 1.2rem 1.5rem !important;
        display: block !important;
        width: 100%;
        font-size: 1.05rem;
        color: #FFF9C4 !important;
        font-weight: 500;
    }
    
    /* 移动端子菜单容器 */
    .thumbnail-middle-615e .status_cf5d {
        width: 100%;
    }
    
    /* 移动端子菜单 */
    .thumbnail-middle-615e .card_da8f {
        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;
    }
    
    /* 显示子菜单 - 关键样式！ */
    .thumbnail-middle-615e .status_cf5d.fn-active-2e76 > .card_da8f {
        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;
        }
    }
    
    /* 子菜单项样式 */
    .thumbnail-middle-615e .card_da8f li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        width: 100%;
        margin: 0;
        list-style: none;
    }
    
    .thumbnail-middle-615e .card_da8f li:last-child {
        border-bottom: none;
    }
    
    .thumbnail-middle-615e .card_da8f 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;
    }
    
    /* 子菜单前的箭头图标 */
    .thumbnail-middle-615e .card_da8f a::before {
        content: "→";
        position: absolute;
        left: 2rem;
        color: #FFA726;
    }
    
    .thumbnail-middle-615e .card_da8f a:hover {
        background: rgba(255, 167, 38, 0.2);
        padding-left: 3.5rem !important;
    }
    
    /* 子菜单切换图标 */
    .thumbnail-middle-615e .title_wood_f6b9::after {
        content: " ▼" !important;
        font-size: 0.7rem;
        margin-left: 0.5rem;
        display: inline-block !important;
        transition: transform 0.3s;
    }
    
    .thumbnail-middle-615e .status_cf5d.fn-active-2e76 > .title_wood_f6b9::after {
        transform: rotate(180deg) !important;
    }
    
    .cool-5975 {
        grid-template-columns: 1fr;
    }
    
    #hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .logo-stone-f435,
    .outer_33b3,
    .video_new_1853 {
        grid-template-columns: 1fr;
    }
    
    .section_2b11 {
        gap: 0.5rem;
    }
    
    .wrapper-fd8d {
        width: auto;
        order: 3;
    }
    
    .tooltip-4892 {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
    
    .card_purple_6afc {
        grid-template-columns: 1fr;
    }
    
    .list-hovered-fbc6 {
        grid-template-columns: 1fr;
    }
    
    /* 确保菜单正常显示 */
    .thumbnail-middle-615e ul {
        max-height: calc(100vh - 120px);
    }
    
    /* 移动端内容居中 */
    .main-narrow-bfa6,
    .label-hard-392e,
    .module_f080,
    .card-e541,
    .notification-stale-cfca,
    .static-3f55,
    .logo-upper-12db,
    .hero_paper_5c64,
    .easy_53ee,
    .advanced_9048,
    .preview-1a25,
    .mini_e99b,
    .input_short_8f57,
    .full-0bd8,
    .chip-solid-2998,
    .tag-inner-65ef {
        text-align: center;
    }
    
    /* 内容块保持居中 */
    .wide-1603,
    .pressed_ac86,
    .rough-8674,
    .light_1f39,
    .tabs_upper_cb98,
    .badge_0802,
    .article-be53,
    .silver-31f4,
    .bronze-caa6,
    .new-defb,
    .thick-60ca,
    .highlight_a95b {
        text-align: center;
    }
    
    /* 文本元素居中 */
    .hard-859f,
    .preview_a086,
    .complex-2ee5,
    .huge-b82f,
    .static_8822,
    .row-22de,
    .shade-middle-7da9 {
        text-align: center;
    }
    
    /* 卡片和网格项居中 */
    .logo-stone-f435,
    .outer_33b3,
    .video_new_1853,
    .layout-small-d254 {
        text-align: center;
    }
    
    /* 作者信息居中 */
    .content-4dc9 {
        justify-content: center;
        text-align: center;
    }
    
    /* 按钮居中 */
    .media_bright_0128,
    .wrapper-fd8d {
        text-align: center;
    }
    
    /* 列表内容保持左对齐 */
    ul, ol, .list_9f7f {
        text-align: left;
    }
    
    /* 表格容器居中 */
    .preview-red-6aa5 {
        text-align: center;
    }
    
    .preview-red-6aa5 table {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* E-E-A-T Sections Responsive */
    .mini_e99b h2,
    .input_short_8f57 h2,
    .full-0bd8 h2,
    .chip-solid-2998 h2,
    .tag-inner-65ef h2 {
        font-size: 2rem;
    }
    
    .left_e7d7,
    .aside-d75b {
        padding: 2rem 1.5rem;
    }
    
    .plasma-6129 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .pattern_bbd8 {
        font-size: 1.6rem;
    }
    
    .hover_30ca,
    .blue_40c6,
    .tag-9310,
    .fast_a1c7 {
        padding: 1.5rem;
    }
    
    .detail_basic_9b7c,
    .button-0a02,
    .focus-02b1,
    .article-4fcf,
    .text-5b5b,
    .dropdown_9541 {
        padding: 1.5rem;
    }
    
    .solid_2d12 {
        flex-direction: column;
        text-align: center;
    }
    
    .liquid-50b8.gallery-next-2c2f {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
    
    .header_0923 h3 {
        font-size: 1.75rem;
    }
    
    .active-warm-201e {
        padding-left: 2rem;
    }
    
    .gallery-plasma-da22::before {
        left: -2rem;
    }
    
    .layout-small-d254 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .new-defb,
    .thick-60ca,
    .tooltip-dark-5ffa {
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    /* 移动端所有内容居中 */
    body {
        text-align: center;
    }
    
    .feature-774a {
        text-align: center;
    }
    
    /* 所有sections居中 */
    section {
        text-align: center;
    }
    
    #hero-title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .button_c53f {
        font-size: 2rem;
    }
    
    .green_a3c2 {
        font-size: 1.5rem;
    }
    
    .easy-a3bd,
    .card-e541 h2,
    .notification-stale-cfca h2,
    .logo-upper-12db h2,
    .hero_paper_5c64 h2 {
        font-size: 1.8rem;
    }
    
    /* 品牌区域 */
    .down-ff5f img {
        width: 80px;
        height: auto;
    }
    
    .box-middle-3eb4 {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }
    
    /* 移动端按钮 */
    .wrapper-fd8d .tooltip-4892 {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    /* 菜单项更紧凑 */
    .thumbnail-middle-615e > ul > li > a {
        padding: 1rem 1rem !important;
        font-size: 1rem;
    }
    
    .thumbnail-middle-615e .card_da8f a {
        padding: 0.875rem 1rem 0.875rem 2.5rem !important;
        font-size: 0.9rem;
    }
    
    .thumbnail-middle-615e .card_da8f a::before {
        left: 1.5rem;
    }
    
    /* E-E-A-T Sections Mobile */
    .mini_e99b,
    .input_short_8f57,
    .full-0bd8,
    .chip-solid-2998,
    .tag-inner-65ef {
        padding: 3rem 0;
    }
    
    .mini_e99b h2,
    .input_short_8f57 h2,
    .full-0bd8 h2,
    .chip-solid-2998 h2,
    .tag-inner-65ef h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .left_e7d7,
    .aside-d75b {
        padding: 1.5rem 1rem;
    }
    
    .plasma-6129 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }
    
    .photo-plasma-f695 img {
        width: 100px;
        height: 100px;
    }
    
    .pattern_bbd8 {
        font-size: 1.4rem;
    }
    
    .hover_30ca,
    .blue_40c6,
    .tag-9310,
    .fast_a1c7 {
        padding: 1.25rem;
    }
    
    .detail_basic_9b7c,
    .button-0a02,
    .focus-02b1,
    .article-4fcf,
    .text-5b5b,
    .dropdown_9541 {
        padding: 1.25rem;
    }
    
    .hover_30ca h4,
    .blue_40c6 h4,
    .tag-9310 h4,
    .fast_a1c7 h4 {
        font-size: 1.1rem;
    }
    
    .detail_basic_9b7c h3,
    .button-0a02 h3,
    .text-5b5b h3,
    .dropdown_9541 h3 {
        font-size: 1.2rem;
    }
    
    .liquid-50b8.gallery-next-2c2f {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .header_0923 h3 {
        font-size: 1.5rem;
    }
    
    .content-down-7b96 {
        font-size: 1rem;
    }
    
    .new-defb h3,
    .thick-60ca h3 {
        font-size: 1.3rem;
    }
    
    .active-warm-201e {
        padding-left: 1.5rem;
    }
    
    .active-warm-201e::before {
        width: 2px;
    }
    
    .gallery-plasma-da22 {
        padding: 1rem;
    }
    
    .gallery-plasma-da22::before {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }
    
    .breadcrumb-c3aa {
        padding: 1.5rem;
    }
    
    .breadcrumb-c3aa h3 {
        font-size: 1.2rem;
    }
    
    .surface_1fc2 {
        padding: 1.5rem;
    }
    
    .static_8822 {
        padding: 0.75rem 1rem;
    }
    
    .hidden-bd0c {
        font-size: 0.85rem;
    }
    
    /* 额外的居中样式 - 小屏幕移动设备 */
    .hard-859f,
    .bronze-caa6,
    .carousel_wood_9143,
    .frame_366a,
    .logo-stone-f435,
    .wide-1603,
    .tabs_upper_cb98,
    .article-be53,
    .input-01b4,
    .cool-5975 {
        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;
    }
    
    /* 按钮容器居中 */
    .tooltip-4892,
    .tabs-7eaf {
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }
}

/* css-noise: aedf */
.widget-item-a4 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
