/* 090bet 2025 - Google-Optimized Styles */

/* ===== Core Web Vitals Optimization ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 90px; /* 锚点跳转时避开固定导航 */
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 90px; /* 固定导航占佁E*/
}

main,
.frame_hard_9e34,
.overlay-4c8b,
.disabled-hard-984f,
.highlight_948b,
.middle_97b6,
.banner_443e,
.header_82a5,
footer {
    width: 100%;
    max-width: 100%;
}

/* Skip to content - Accessibility */
.preview_ef8a {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.preview_ef8a:focus {
    top: 0;
}

/* ===== Navigation ===== */
.frame_hard_9e34 {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    min-height: 70px;
}

.upper_2077 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.layout-motion-497a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.layout-motion-497a img {
    /* Prevent layout shift */
    width: 60px;
    height: 60px;
}

.background_thick_2665 {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.middle_3ba3 {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 10px;
}

.highlight_wide_6bb3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.grid_a8f1 {
    display: none;
    background: #4CAF50;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
    transition: background 0.3s, transform 0.2s;
}

.grid_a8f1:hover {
    background: #45a049;
    transform: translateY(-1px);
}

.tabs-06dd {
    width: 25px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

.bronze_b23f {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mini-9c44 {
    display: flex;
    list-style: none;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.mini-9c44 > li > a,
.new-4371 {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s, background 0.3s;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 8px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mini-9c44 > li > a:hover,
.new-4371:hover,
.tabs_dim_f1d3.fn-open-54ee > .new-4371,
.new-4371[aria-expanded="true"] {
    color: #667eea;
    background: rgba(102, 126, 234, 0.08);
}

.tabs_dim_f1d3 {
    position: relative;
}

.aside-5fdd {
    font-size: 0.7rem;
    line-height: 1;
    transition: transform 0.2s;
}

.tabs_dim_f1d3.fn-open-54ee .aside-5fdd,
.new-4371[aria-expanded="true"] .aside-5fdd {
    transform: rotate(180deg);
}

.stone_0730 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 180px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 8px 0;
    list-style: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 10000;
}

.tabs_dim_f1d3.fn-open-54ee > .stone_0730,
.new-4371[aria-expanded="true"] + .stone_0730 {
    display: block;
}

.stone_0730[data-nav-open="1"] {
    display: block !important;
}

.stone_0730 a {
    display: block;
    padding: 10px 18px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background 0.2s, color 0.2s;
}

.stone_0730 a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Desktop hover for dropdown */
@media (hover: hover) and (min-width: 769px) {
    .tabs_dim_f1d3:hover > .stone_0730 {
        display: block;
    }

    .tabs_dim_f1d3:hover > .new-4371 {
        color: #667eea;
        background: rgba(102, 126, 234, 0.08);
    }

    .tabs_dim_f1d3:hover .aside-5fdd {
        transform: rotate(180deg);
    }
}

.pressed_cdd5 .list_hovered_065d {
    background: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
}

.pressed_cdd5 .list_hovered_065d:hover {
    background: #45a049;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .middle_3ba3 {
        display: flex;
    }
    
    .highlight_wide_6bb3 {
        gap: 8px;
    }

    .grid_a8f1 {
        display: inline-block;
        padding: 7px 12px;
        font-size: 0.8rem;
    }
    
    .bronze_b23f {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
    }
    
    .bronze_b23f.fn-active-54ee {
        display: flex;
    }
    
    .mini-9c44 {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        width: 100%;
    }

    .tabs_dim_f1d3 {
        width: 100%;
    }

    .new-4371 {
        width: 100%;
        justify-content: space-between;
        padding: 12px 10px;
    }

    .stone_0730 {
        position: static;
        display: none;
        min-width: 100%;
        margin: 0 0 8px 0;
        box-shadow: none;
        border: 1px solid #e5e5e5;
        background: #ffffff;
    }

    .tabs_dim_f1d3.fn-open-54ee > .stone_0730,
    .new-4371[aria-expanded="true"] + .stone_0730 {
        display: block;
    }

    .upper_2077 {
        padding: 12px 16px;
    }

    .layout-motion-497a img {
        width: 48px;
        height: 48px;
    }

    .background_thick_2665 {
        font-size: 11px;
        max-width: 120px;
        line-height: 1.3;
    }

    body {
        padding-top: 76px;
    }

    .frame_hard_9e34 {
        min-height: 64px;
    }

    .overlay-4c8b {
        padding: 12px 16px;
    }

    .surface-gas-58b2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .left_fe26 {
        flex-direction: row;
        width: 100%;
    }

    .paragraph_1356 {
        flex-direction: column;
        align-items: flex-start;
    }

    .motion-fa03 {
        font-size: 12px;
    }

    .sort-3f7a {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .photo-4353 {
        padding: 12px 8px;
    }

    .photo-4353 strong {
        font-size: 1.5rem;
    }

    .photo-4353 span {
        font-size: 0.75rem;
    }

    .prev-b409,
    .box_hard_3015,
    .secondary-silver-a9fd,
    .medium-9949 {
        padding: 20px 16px;
        margin: 20px 0;
    }

    .down_76e1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .fast-12f2 {
        font-size: 0.8rem;
    }

    .image_static_0338 {
        font-size: 1.1rem;
    }

    .element_green_389d {
        font-size: 0.9rem;
    }

    .down-2ad1 {
        font-size: 0.9rem;
    }

    .middle_97b6 {
        padding: 36px 16px;
    }

    .middle_97b6 h1 {
        font-size: 1.75rem;
    }

    .sidebar_medium_a3cf {
        padding: 20px;
    }

    .disabled-hard-984f,
    .highlight_948b,
    .banner_443e,
    .header_82a5 {
        padding: 40px 16px;
    }

    .disabled-hard-984f h2 {
        font-size: 1.45rem;
    }

    .disabled-hard-984f h3 {
        font-size: 1.2rem;
    }

    .pressed-48d6 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pressed-48d6 img {
        width: 100px;
        height: 100px;
    }

    .badge-cold-152f th,
    .badge-cold-152f td {
        padding: 10px 8px;
        font-size: 0.85rem;
    }

    .secondary_fresh_2d31 {
        padding: 20px 16px;
    }

    .tag_fa88 {
        padding: 24px 16px;
    }

    .white-14d3 {
        padding: 16px 20px;
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .table-2bdd {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .table-2bdd .slider-narrow-91a5 {
        text-align: left;
    }

    .text-999c {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .orange-dcd4 {
        grid-column: auto;
    }
}

/* ===== Author Banner (E-E-A-T) ===== */
.overlay-4c8b {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px 20px;
}

.surface-gas-58b2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.left_fe26 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left_fe26 img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #ffc107;
}

.form-0799 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.form-0799 strong {
    color: #333;
    font-size: 16px;
}

.form-0799 span {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.paragraph_1356 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.down_c9e6 {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.plasma_b8cd {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #856404;
    background: rgba(255,193,7,0.1);
    padding: 12px;
    border-radius: 6px;
}

.photo_wide_e752 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.photo_wide_e752 strong {
    color: #856404;
}

.motion-fa03 {
    background: rgba(102, 126, 234, 0.1);
    border-left: 3px solid #667eea;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
    color: #444;
}

.motion-fa03 strong {
    color: #667eea;
    display: block;
    margin-bottom: 4px;
}

/* ===== Main Content ===== */
main {
    min-height: 60vh;
}

/* Hero Section */
.middle_97b6 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 20px;
}

.preview_pressed_11ff {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 968px) {
    .preview_pressed_11ff {
        grid-template-columns: 1fr;
    }
}

.frame_591f {
    margin-bottom: 20px;
    font-size: 14px;
}

.frame_591f a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.middle_97b6 h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.disabled-thick-3d89 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    font-size: 14px;
    opacity: 0.95;
}

.preview_aa43 {
    background: rgba(255,255,255,0.2);
    padding: 3px 10px;
    border-radius: 3px;
}

.sidebar_medium_a3cf {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.focus_lite_553d {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.up-ff6a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: rgba(255,255,255,0.2);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.accent-old-fe29 {
    font-size: 2rem;
    line-height: 1;
}

.up-ff6a strong {
    display: block;
    margin-bottom: 5px;
}

.sort-3f7a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.photo-4353 {
    text-align: center;
    background: rgba(255,255,255,0.2);
    padding: 15px 10px;
    border-radius: 8px;
}

.photo-4353 strong {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    line-height: 1.2;
}

.photo-4353 span {
    font-size: 0.85rem;
    opacity: 0.95;
    display: block;
    margin-top: 5px;
}

.sidebar-3689 {
    margin-top: 25px;
}

.paragraph-59f1 {
    text-align: center;
    margin-bottom: 25px;
}

.button-paper-8e72 {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
}

.filter_tiny_51fb {
    color: #ffd700;
    font-size: 1.5rem;
    margin: 10px 0;
}

.paragraph_middle_79e0 {
    font-size: 13px;
    opacity: 0.9;
}

.video-plasma-5995 {
    margin-top: 10px;
    opacity: 0.85;
}

.accent-dirty-da3a {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255,255,255,0.15);
    border-left: 3px solid #ffd700;
    border-radius: 6px;
}

.accent-dirty-da3a p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.element-69e5 {
    display: grid;
    gap: 15px;
}

.orange-acf1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-2ef2 {
    margin-top: 30px;
}

.white-14d3 {
    display: inline-flex;
    flex-direction: column;
    background: #fff;
    color: #667eea;
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

.white-14d3:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.white-14d3 small {
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.8;
    margin-top: 5px;
}

.warm-290d {
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.9;
}

.inner_3995 figure {
    margin: 0;
}

.inner_3995 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.inner_3995 figcaption {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.9;
}

/* ===== Table of Contents ===== */
.highlight_948b {
    background: #fff;
    padding: 40px 20px;
    border-bottom: 3px solid #667eea;
}

.mask-4443 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.highlight_948b h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.caption-selected-50f5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 25px;
}

.caption-selected-50f5 a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.caption-selected-50f5 a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* ===== Content Sections ===== */
.disabled-hard-984f {
    padding: 60px 20px;
    background: #fff;
}

.disabled-hard-984f:nth-child(even) {
    background: #f8f9fa;
}

.dim-bd83 {
    background: #f8f9fa !important;
}

.disabled-hard-984f h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 25px;
    border-left: 5px solid #667eea;
    padding-left: 15px;
}

.disabled-hard-984f h3 {
    color: #444;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.disabled-hard-984f h4 {
    color: #555;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hover-basic-16fd {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

/* Adaptive article images  Escale with content; capped on desktop */
.block-3c27 {
    margin: 1.25em auto 1.5em;
    width: 100%;
    max-width: 280px;
}

.block-3c27 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
}

.block-3c27 figcaption {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 768px) {
    .block-3c27 {
        max-width: 200px;
    }
}

.prev-b409 {
    background: #f8f9fa;
    border: 2px solid #667eea;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
}

.image_static_0338 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #667eea;
    font-size: 1.2rem;
}

.prev-b409 p {
    margin: 12px 0;
    line-height: 1.7;
}

.down_76e1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.fast-12f2 {
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 0.85rem;
    font-weight: 600;
}

.box_hard_3015 {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}

.box_hard_3015 h4 {
    color: #e65100;
    margin-top: 0;
    margin-bottom: 15px;
}

.media-fc90 {
    list-style: none;
    padding-left: 0;
}

.media-fc90 li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(230, 81, 0, 0.1);
}

.media-fc90 li:last-child {
    border-bottom: none;
}

.dynamic_2f1e {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.secondary-silver-a9fd {
    background: #e3f2fd;
    border-left: 4px solid #2196F3;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
}

.secondary-silver-a9fd h3 {
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 15px;
}

.down-2ad1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list_active_a714 {
    background: rgba(255,255,255,0.7);
    padding: 12px 15px;
    border-radius: 6px;
    line-height: 1.6;
}

.list_active_a714 strong {
    color: #1976d2;
    margin-right: 8px;
}

.motion_a368 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(33, 150, 243, 0.2);
    font-weight: 500;
}

.medium-9949 {
    background: #f3e5f5;
    border-left: 4px solid #9c27b0;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
}

.medium-9949 h3 {
    color: #7b1fa2;
    margin-top: 0;
    margin-bottom: 15px;
}

.element_green_389d {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.description-simple-9112 {
    background: rgba(255,255,255,0.7);
    padding: 10px 15px;
    border-radius: 6px;
}

.description-simple-9112 strong {
    color: #7b1fa2;
    margin-right: 8px;
}

.description-simple-9112 a {
    color: #9c27b0;
    text-decoration: none;
    font-weight: 500;
}

.description-simple-9112 a:hover {
    text-decoration: underline;
}

.inner_9eaf {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(156, 39, 176, 0.2);
    font-size: 0.9rem;
    color: #666;
}

.border-6ae0 {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(102, 126, 234, 0.05);
    border-left: 3px solid #667eea;
}

/* Info Grid */
.title-plasma-5519 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 20px;
    margin-top: 30px;
}

.west-3ece {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.west-3ece:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.block-ccab {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 15px;
}

.west-3ece h3 {
    color: #667eea;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.west-3ece p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Boxes */
.input-up-96bf, .article-5928, .image_red_8117, .outline_pink_a60b {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

.input-up-96bf {
    background: #e8f5e9;
    border-left: 4px solid #4CAF50;
}

.article-5928 {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
}

.image_red_8117 {
    background: #e3f2fd;
    border-left: 4px solid #2196F3;
}

.outline_pink_a60b {
    background: #ffebee;
    border-left: 4px solid #f44336;
}

.layout-3206 {
    list-style: none;
    padding-left: 0;
}

.layout-3206 li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.layout-3206 li:before {
    content: "✁E;
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Game Cards */
.frame_copper_5631 {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pressed-48d6 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    min-width: 0;
}

.pressed-48d6 > div {
    min-width: 0;
    flex: 1;
}

.pressed-48d6 img {
    border-radius: 8px;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.pressed-48d6 h5 {
    color: #333;
    margin-bottom: 10px;
}

.pressed-48d6 p {
    margin: 5px 0;
    font-size: 0.95rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Data Tables */
.detail_advanced_21b2 {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}

.badge-cold-152f {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.badge-cold-152f thead {
    background: #667eea;
    color: #fff;
}

.badge-cold-152f th, .badge-cold-152f td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    word-break: break-word;
}

.badge-cold-152f tbody tr:hover {
    background: #f5f5f5;
}

/* Buttons */
.nav_right_bddd {
    display: inline-block;
    background: #667eea;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
}

.nav_right_bddd:hover {
    background: #764ba2;
}

.notice-in-6b18 {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 8px;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

footer a:hover {
    opacity: 0.8;
}

/* ===== Performance Optimizations ===== */
img {
    max-width: 100%;
    height: auto;
}

/* ===== FAQ Styling ===== */
.button_gas_989b {
    margin-top: 30px;
}

.tag_steel_bee6 {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.tag_steel_bee6:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.main_gold_dc3f {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px 20px 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.4;
    color: #333;
    text-align: left;
    background: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    user-select: none;
}

.main_gold_dc3f:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
    color: #667eea;
    pointer-events: none;
    transition: transform 0.3s;
}

.tag_steel_bee6.fn-active-54ee .main_gold_dc3f:after {
    content: "∁E;
}

.image_cb1f {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 20px;
}

.tag_steel_bee6.fn-active-54ee .image_cb1f {
    max-height: 1000px;
    padding: 0 20px 20px 20px;
}

.image_cb1f p {
    margin: 10px 0;
}

.image_cb1f ul {
    margin: 10px 0;
    padding-left: 25px;
}

.image_cb1f ul li {
    margin: 5px 0;
}

/* ===== Conclusion Section ===== */
.secondary_fresh_2d31 {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.paragraph-41a0 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin: 30px 0;
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    .paragraph-41a0 {
        grid-template-columns: 1fr;
        padding: 20px 16px;
        gap: 24px;
    }

    .advanced_812f {
        font-size: 3rem;
    }
}

.background_mini_f383 {
    text-align: center;
}

.advanced_812f {
    font-size: 4rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.aside-dynamic-25a2 {
    font-size: 1.1rem;
    margin-top: 15px;
    opacity: 0.95;
}

.out_c273 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.table-2bdd {
    display: grid;
    grid-template-columns: 2fr 80px;
    gap: 15px;
    align-items: center;
}

.table-2bdd .item-pro-fcf3 {
    font-weight: 500;
}

.table-2bdd .slider-narrow-91a5 {
    text-align: right;
    font-weight: 600;
}

.badge_7726 {
    grid-column: 1 / -1;
    height: 8px;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
    overflow: hidden;
}

.carousel-7d7a {
    height: 100%;
    background: #4CAF50;
    transition: width 1s ease-out;
}

.shadow-15b9 {
    margin: 30px 0;
}

.shadow-15b9 h3 {
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.notice-ca88, .video-ef03 {
    list-style: none;
    padding-left: 0;
}

.notice-ca88 li, .video-ef03 li {
    padding: 10px 10px 10px 40px;
    margin-bottom: 8px;
    background: #e8f5e9;
    border-left: 4px solid #4CAF50;
    border-radius: 4px;
    position: relative;
}

.video-ef03 li {
    background: #ffebee;
    border-left-color: #f44336;
}

.east-abbc {
    margin-top: 40px;
    padding: 30px;
    background: #fff3e0;
    border-left: 5px solid #ff9800;
    border-radius: 8px;
}

.east-abbc h3 {
    color: #e65100;
    margin-top: 0;
}

.tag_fa88 {
    text-align: center;
    margin-top: 40px;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    color: #fff;
}

.tag_fa88 p {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

/* ===== Responsible Gaming Section ===== */
.banner_443e {
    background: #ffebee;
    padding: 40px 20px;
    border-top: 4px solid #f44336;
}

.banner_443e h2 {
    color: #c62828;
    margin-bottom: 20px;
}

.banner_443e ul {
    margin: 15px 0;
    padding-left: 25px;
}

.banner_443e li {
    margin: 8px 0;
    color: #555;
}

/* ===== Footer ===== */
footer {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 50px 20px 20px;
}

.active_80a4 {
    max-width: 1200px;
    margin: 0 auto;
}

.text-999c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.row_e557 img {
    margin-bottom: 15px;
}

.row_e557 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #b0b0b0;
}

.hover_56b8 h4, .hero_b385 h4, .orange-dcd4 h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.hover_56b8 ul, .hero_b385 ul {
    list-style: none;
    padding: 0;
}

.hover_56b8 li, .hero_b385 li {
    margin-bottom: 10px;
}

.hover_56b8 a, .hero_b385 a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
}

.hover_56b8 a:hover, .hero_b385 a:hover {
    color: #667eea;
}

.orange-dcd4 {
    grid-column: 1 / -1;
    padding: 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    border-left: 4px solid #ff9800;
}

.orange-dcd4 p {
    font-size: 0.85rem;
    color: #b0b0b0;
    margin: 0;
}

.under_35b4 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.under_35b4 p {
    margin: 5px 0;
    font-size: 0.85rem;
    color: #808080;
}

/* ===== Legal Sections ===== */
.header_82a5 {
    background: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e0e0e0;
}

.header_82a5 h2 {
    color: #333;
    margin-bottom: 20px;
    border-left: 5px solid #667eea;
    padding-left: 15px;
}

.header_82a5 p {
    margin: 15px 0;
    color: #555;
    line-height: 1.7;
}

.header_82a5 ul {
    margin: 15px 0;
    padding-left: 30px;
    color: #555;
}

.header_82a5 li {
    margin: 8px 0;
}

/* Reduce animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Print styles */
@media print {
    nav, .overlay-4c8b, .notice-in-6b18, footer, .tag_fa88 {
        display: none;
    }
    
    body {
        background: #fff;
    }
    
    .disabled-hard-984f {
        page-break-inside: avoid;
    }
}

/* css-noise: 1318 */
.phantom-card-d2 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.1;
}
