/* 
 * 255bet Main Styles - Optimized for Google 2026 Algorithm
 * Focus: Core Web Vitals, Mobile-First, Accessibility
 */

/* ========================================
   1. CSS Reset & Base Styles
   ======================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

:root {
    /* Color Palette - Modern & Accessible */
    --primary-purple: #667eea;
    --primary-purple-dark: #5568d3;
    --secondary-green: #10b981;
    --secondary-green-dark: #059669;
    --accent-gold: #fbbf24;
    --dark-bg: #1f2937;
    --dark-card: #2d3748;
    --light-bg: #f8f9fa;
    --light-card: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --border-light: #e5e7eb;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    
    /* Typography */
    --font-system: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    
    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    
    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    font-size: var(--font-size-base);
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-system);
    line-height: var(--line-height-base);
    color: var(--text-primary);
    background-color: var(--light-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* ========================================
   2. Accessibility
   ======================================== */

/* Focus Visible for Keyboard Navigation */
:focus-visible {
    outline: 3px solid var(--primary-purple);
    outline-offset: 2px;
}

/* ========================================
   3. Header & Navigation
   ======================================== */

/* Top bar + brown nav (shared.content-gold-8f74) — fixed together on mobile */
.texture_stone_4063 {
    width: 100%;
}

.logo-short-84c5 {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: all var(--transition-base);
    width: 100%;
}

/* 移动端：整块固定在顶部（白条 + 棕色菜单栏） */
@media (max-width: 767px) {
    .texture_stone_4063 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .logo-short-84c5 {
        box-shadow: none;
    }

    body {
        padding-top: 118px;
    }

    /*
     * Mobile: menu lives inside fixed header — document does not scroll for overflow.
     * Make the expanded panel scrollable so dropdowns (e.preview_blue_da33. Conta) stay reachable.
     */
    .wood-3352 .wood_07bf {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .texture_stone_4063 .wood-3352 > .wood_07bf {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) .logo-short-84c5 {
        flex-shrink: 0;
    }

    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) .wood-3352 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) .wood-3352 > .wood_07bf {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) .hard-2522 {
        flex-shrink: 0;
    }

    .texture_stone_4063:has(.breadcrumb-motion-88f4.fn-show-c799) .breadcrumb-motion-88f4.fn-show-c799 {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: border-box;
    }

    /* Dropdown inside open menu: allow full height + scroll if many items */
    .wood-3352 .breadcrumb-motion-88f4 .media-a1b5.fn-active-c799 .north_01c0 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .logo-short-84c5 {
        position: sticky;
        top: 0;
    }
}

.texture_stone_4063.active-red-ef1e,
.texture_stone_4063.active-red-ef1e .logo-short-84c5 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.article-in-3884 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .article-in-3884 {
        padding: 0.75rem 0;
    }
}

.highlight_west_29b7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.west_5544 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .west_5544 img {
        height: 35px;
    }
}

/* .wood-3352 / .hero-15f0 — inner pages (brown bar); index uses .filter-small-cfdf below */

.wood-3352:not(.filter-small-cfdf) .hero-15f0.fn-active-c799 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.hot-582a {
    display: flex;
    gap: var(--spacing-md);
}

.hero-24a3,
.alert_fast_54f2 {
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all var(--transition-base);
    white-space: nowrap;
}

/* 移动端按钮优化 */
@media (max-width: 767px) {
    .hero-24a3,
    .alert_fast_54f2 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .hot-582a {
        gap: 0.5rem;
    }
}

.hero-24a3 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.hero-24a3:hover {
    background: var(--primary-purple);
    color: white;
}

.alert_fast_54f2 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.alert_fast_54f2:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.light-2681 {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 5rem 1.25rem 4rem;
    overflow: hidden;
    width: 100%;
}

.light-2681::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 40vw;
    max-width: 500px;
    height: 40vw;
    max-height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.light-2681::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 30vw;
    max-width: 400px;
    height: 30vw;
    max-height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 1;
}

.easy-5a29 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.modal-72fb {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.modal-72fb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 400px);
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.light-2681 h1 {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.label_dirty_01e2 {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.7;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.label_dirty_01e2 strong {
    font-weight: 700;
}

.box-98d2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.large-1f5a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.lite-3b1e {
    text-align: center;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform var(--transition-base);
}

.lite-3b1e:hover {
    transform: translateY(-4px);
}

.basic-c6a6 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.pattern_fixed_bf83 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.component_solid_2fe7 {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 1.125rem 2.5rem;
    border-radius: var(--radius-xl);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all var(--transition-base);
    border: none;
    cursor: pointer;
    text-align: center;
}

.component_solid_2fe7:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.component_solid_2fe7.breadcrumb_4ce4 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.overlay_1924 {
    display: inline-block;
    background: white;
    color: var(--primary-purple);
    padding: 1rem 2rem;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid var(--primary-purple);
    transition: all var(--transition-base);
}

.overlay_1924:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.steel_bb24 {
    padding: 3rem 1.25rem;
    background: white;
}

.description_86d0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.article_fresh_dac3 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.article_fresh_dac3:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.article_fresh_dac3 img {
    margin-bottom: 1rem;
}

.last_1fc2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.article_fresh_dac3 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.article_fresh_dac3 p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Editorial / E-E-A-T — transparência visível para buscadores e usuários */
.carousel-tall-14ae {
    padding: 3rem 1.25rem;
    background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(99, 102, 241, 0.15);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.dark-f720 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.right-085f {
    background: #fff;
    padding: 1.5rem 1.35rem;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-sm);
}

.right-085f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.right-085f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.right-085f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.secondary-c755 {
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--primary-purple);
}

/* ========================================
   7. Quick Answer Section
   ======================================== */

.red_b4cc {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.glass-a200 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.tertiary_2f98 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.primary-5c39 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.highlight_786d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.highlight_786d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.highlight_786d.hard_38f8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.highlight_786d.hard_38f8 h3,
.highlight_786d.hard_38f8 p {
    color: white;
}

.disabled_under_a53a {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.highlight_786d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.highlight_786d p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.modal-next-24a1 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.modal-next-24a1:hover {
    gap: 0.75rem;
}

.highlight_786d.hard_38f8 .modal-next-24a1 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.row_f2bf {
    padding: 4rem 1.25rem;
    background: white;
}

.tabs_green_576a {
    text-align: center;
    margin-bottom: 3rem;
}

.list_north_5f0d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.row-c931 {
    background: white;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    position: relative;
    border: 2px solid var(--border-light);
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.row-c931:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.left-d4c5 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--accent-gold);
    color: var(--text-primary);
    font-weight: 800;
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-lg);
    z-index: 10;
    box-shadow: var(--shadow-md);
}

.fast_9100 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.primary_ed02 {
    padding: 1.5rem;
}

.primary_ed02 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.banner_3d18 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask_1a82 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.container-dirty-f1bb,
.image_solid_4307 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.container-dirty-f1bb {
    background: #dcfce7;
    color: #166534;
}

.container-dirty-f1bb.focus_ee7b {
    background: #10b981;
    color: white;
}

.image_solid_4307 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.image_solid_4307.section_pink_e94e {
    background: #fee2e2;
    color: #991b1b;
}

.image_solid_4307.active_3907 {
    background: #fef3c7;
    color: #92400e;
}

.image_solid_4307.main-selected-d2c1 {
    background: #dcfce7;
    color: #166534;
}

.backdrop_old_723c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.backdrop_old_723c strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.form-5e2c {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background: var(--primary-purple);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius-md);
    font-weight: 600;
    transition: all var(--transition-base);
}

.form-5e2c:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.first-8e31 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.warm-0cfe {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.dirty-918c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .dirty-918c {
        grid-template-columns: 1fr 1fr;
    }
}

.down-5dcf img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.mask-hot-1256 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.orange-cb27 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.input-fluid-31c8 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.lite_ab1a {
    font-size: 1rem;
    opacity: 0.9;
}

.mask-hot-1256 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.grid_131f {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.grid_131f li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.grid_131f li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: var(--primary-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.grid_131f li strong {
    color: var(--primary-purple);
}

.grid_131f li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.smooth-273a {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.full_a108 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tooltip_black_3073 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.full_a108 .pattern_fixed_bf83 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.disabled_ebc0 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.easy-c238 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.easy-c238 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.clean-c0d8 {
    padding: 4rem 1.25rem;
    background: white;
}

.message-fast-0fce {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .message-fast-0fce {
        grid-template-columns: 1fr 1fr;
    }
}

.column_yellow_ea07 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.list_11ac {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.pressed_961c {
    margin-bottom: 1.5rem;
}

.south_995d {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hard-a4f1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    transition: width var(--transition-slow);
}

.wide-e1d9 {
    white-space: nowrap;
}

.logo_fluid_8d0a {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.smooth_ec46 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.block_1de9 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.block_1de9:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.primary_cool_dc01 {
    font-size: 2rem;
    flex-shrink: 0;
}

.blue_c132 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.blue_c132 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hot_47f1 {
    margin-top: 3rem;
}

.hot_47f1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.status-lower-1913 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.status-lower-1913 thead {
    background: var(--primary-purple);
    color: white;
}

.status-lower-1913 th,
.status-lower-1913 td {
    padding: 1rem;
    text-align: left;
}

.status-lower-1913 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.status-lower-1913 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.status-lower-1913 tbody tr:last-child {
    border-bottom: none;
}

.status-lower-1913 tbody tr:hover {
    background: var(--light-bg);
}

.disabled-b9ad {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.yellow_7c01 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.down-bfba {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask-static-ca4c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    position: relative;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.mask-static-ca4c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.mask-static-ca4c.gradient_lower_e5a2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--secondary-green);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.south_50d7 {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hot-cac1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.lite_a2f0 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.sidebar_4131 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paragraph_advanced_e5f8 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.paragraph_advanced_e5f8 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.paragraph_advanced_e5f8 p:last-child {
    margin-bottom: 0;
}

.paragraph_advanced_e5f8 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.wrapper-active-2f1d {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    margin: 1rem 0 0;
}

.header_4763 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hover_prev_ef73 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.hover_prev_ef73 .basic-c6a6 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.hover_prev_ef73 .pattern_fixed_bf83 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.texture_outer_f4fa {
    padding: 4rem 1.25rem;
    background: white;
}

.caption_81bf {
    max-width: 900px;
    margin: 0 auto;
}

.medium-9587 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.medium-9587:hover {
    border-color: var(--primary-purple);
}

.medium-9587[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.medium-9587 summary {
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.medium-9587 summary::-webkit-details-marker {
    display: none;
}

.medium-9587 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.medium-9587[open] summary::after {
    transform: rotate(45deg);
}

.background-hovered-1faf {
    padding: 0 1.5rem 1.5rem;
    animation: fadeIn var(--transition-base);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.background-hovered-1faf p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.background-hovered-1faf h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.background-hovered-1faf ul,
.background-hovered-1faf ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.background-hovered-1faf li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.background-hovered-1faf strong {
    color: var(--text-primary);
    font-weight: 600;
}

.block_f0da {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.photo-lower-d216 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.photo-lower-d216 th,
.photo-lower-d216 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.photo-lower-d216 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.chip_92c3 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.over-2ebd {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.article-bdb2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .article-bdb2 {
        flex-direction: column;
        text-align: center;
    }
}

.article-bdb2 img {
    flex-shrink: 0;
}

.text-1a6f {
    font-size: 4rem;
    flex-shrink: 0;
}

.label_hovered_64f7 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.label_hovered_64f7 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.footer-2b78 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.slider-07bb {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.logo-ba2a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.logo-ba2a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hovered_2686 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.background_f5c5 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.title_e6cf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.primary-orange-7750 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.primary-orange-7750 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.main_hovered_1cad {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.accent-action-c199 {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tag_gold_1bc8 {
    list-style: none;
}

.tag_gold_1bc8 li {
    margin-bottom: 0.75rem;
}

.tag_gold_1bc8 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.tag_gold_1bc8 a:hover {
    color: white;
}

.search-last-0f0e {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.gradient_8e24 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gradient_8e24 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.easy-8a7b {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.table_east_c53f {
    text-align: right;
}

@media (max-width: 767px) {
    .table_east_c53f {
        text-align: center;
        width: 100%;
    }
}

.table_east_c53f p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.active-slow-922f {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.wood_07bf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.steel_bb24,
.carousel-tall-14ae,
.red_b4cc,
.row_f2bf,
.warm-0cfe,
.clean-c0d8,
.yellow_7c01,
.texture_outer_f4fa,
.over-2ebd,
.slider-07bb {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .glass-a200 {
        font-size: 1.75rem;
    }
    
    .tertiary_2f98 {
        font-size: 1rem;
    }
    
    .smooth-273a {
        flex-direction: column;
    }
    
    .message-fast-0fce {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .list_north_5f0d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .row-c931 {
        max-width: 100%;
    }
    
    .fast_9100 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .wood_07bf {
        padding: 0 1rem;
    }
    
    .light-2681 {
        padding: 4rem 1rem 3rem;
    }
    
    .light-2681 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .component_solid_2fe7 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .large-1f5a {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .status-lower-1913,
    .photo-lower-d216 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .description_86d0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .primary-5c39 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .down-bfba {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .light-2681 h1 {
        font-size: 1.5rem;
    }
    
    .large-1f5a {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .lite-3b1e {
        padding: 0.75rem;
    }
    
    .basic-c6a6 {
        font-size: 1.5rem;
    }
    
    .description_86d0 {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   17. Performance Optimizations
   ======================================== */

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Will-change for Animations */
.row-c931:hover,
.highlight_786d:hover,
.mask-static-ca4c:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .row_f2bf,
    .yellow_7c01,
    .texture_outer_f4fa {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.content-gold-8f74)
   ======================================== */

.wood-3352.filter-small-cfdf {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(248, 250, 252, 0.92) 45%,
        rgba(239, 246, 255, 0.93) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow:
        0 6px 24px rgba(15, 23, 42, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.85) inset;
    border-radius: 16px;
    margin: 0.35rem 0 0.5rem;
}

.wood-3352.filter-small-cfdf .hero-15f0 {
    color: #334155;
}

.wood-3352.filter-small-cfdf .hero-15f0:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.wood-3352.filter-small-cfdf .hero-15f0.fn-active-c799 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.wood-3352.filter-small-cfdf .north_01c0 {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(99, 102, 241, 0.08);
}

.wood-3352.filter-small-cfdf .north_01c0::before {
    border-bottom-color: #ffffff;
}

.wood-3352.filter-small-cfdf .top-bad2 {
    color: #475569;
}

.wood-3352.filter-small-cfdf .top-bad2::before {
    background: #818cf8;
}

.wood-3352.filter-small-cfdf .top-bad2:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.wood-3352.filter-small-cfdf .top-bad2:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.wood-3352.filter-small-cfdf .tabs-full-f64e {
    background: rgba(241, 245, 249, 0.95);
    border-color: rgba(148, 163, 184, 0.55);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.wood-3352.filter-small-cfdf .tabs-full-f64e:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.wood-3352.filter-small-cfdf .tabs-full-f64e span {
    background: #475569;
    box-shadow: none;
}

.wood-3352.filter-small-cfdf .tabs-full-f64e.fn-active-c799 span:nth-child(1),
.wood-3352.filter-small-cfdf .tabs-full-f64e.fn-active-c799 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .wood-3352.filter-small-cfdf {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .wood-3352.filter-small-cfdf .hard-2522 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .wood-3352.filter-small-cfdf .hard-2522 span {
        color: #334155 !important;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(248, 250, 252, 0.98) 100%
        );
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .hero-15f0 {
        color: #334155;
        text-shadow: none;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .hero-15f0:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .hero-15f0.tiny_56db::after {
        color: #64748b;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .north_01c0 {
        background: linear-gradient(
            180deg,
            rgba(241, 245, 249, 0.98) 0%,
            rgba(226, 232, 240, 0.55) 100%
        );
        border-top-color: rgba(203, 213, 225, 0.8);
        border-bottom-color: rgba(203, 213, 225, 0.5);
    }

    /* Garantir submenu visível ao tocar (evita conflito de especificidade com o tema index) */
    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .media-a1b5.fn-active-c799 .north_01c0 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .top-bad2 {
        color: #475569;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .top-bad2::before {
        color: #6366f1;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .top-bad2:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .top-bad2:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .wood-3352.filter-small-cfdf .breadcrumb-motion-88f4 .top-bad2:hover::before {
        color: #4f46e5;
    }
}

/* apk.feature-copper-e17b — mesmo tema claro da home; blocos extras */
body.static_d58a {
    background: #f8f9fa;
    color: #2c3e50;
}

.static_d58a .background_612a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static_d58a .shadow-basic-3305 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.static_d58a .shadow-basic-3305 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static_d58a .shadow-basic-3305 p:last-child {
    margin-bottom: 0;
}

.static_d58a .shadow-basic-3305 strong {
    color: var(--text-primary);
}

.static_d58a .article_8d71 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static_d58a .article_8d71 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard_5739 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard_5739 .icon-tall-52c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard_5739 .main-stale-5d30 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hard_5739 .main-stale-5d30 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard_5739 .main-stale-5d30 p:last-child {
    margin-bottom: 0;
}

.hard_5739 .main-stale-5d30 strong {
    color: var(--text-primary);
}

.hard_5739 .thick_3782 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard_5739 .thick_3782 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slow_9782 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_9782 .info-short-6811 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_9782 .heading-ffa8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slow_9782 .heading-ffa8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_9782 .heading-ffa8 p:last-child {
    margin-bottom: 0;
}

.slow_9782 .heading-ffa8 strong {
    color: var(--text-primary);
}

.slow_9782 .bright_6802 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_9782 .bright_6802 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero_571f {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero_571f .pagination_small_e953 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero_571f .photo_7dee {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hero_571f .photo_7dee p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_571f .photo_7dee p:last-child {
    margin-bottom: 0;
}

.hero_571f .photo_7dee strong {
    color: var(--text-primary);
}

.hero_571f .modal_0124 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero_571f .modal_0124 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner-bb1d {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-bb1d .heading-simple-8244 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-bb1d .primary_simple_bfa0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.banner-bb1d .primary_simple_bfa0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-bb1d .primary_simple_bfa0 p:last-child {
    margin-bottom: 0;
}

.banner-bb1d .primary_simple_bfa0 strong {
    color: var(--text-primary);
}

.banner-bb1d .solid-bc3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-bb1d .solid-bc3d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout-68df {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-68df .video-0fdf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-68df .border-hovered-c6dc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.layout-68df .border-hovered-c6dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-68df .border-hovered-c6dc p:last-child {
    margin-bottom: 0;
}

.layout-68df .border-hovered-c6dc strong {
    color: var(--text-primary);
}

.layout-68df .title-fdf2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-68df .title-fdf2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo_03e5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo_03e5 .widget-large-7fbf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo_03e5 .menu-soft-f4fe {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.logo_03e5 .menu-soft-f4fe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_03e5 .menu-soft-f4fe p:last-child {
    margin-bottom: 0;
}

.logo_03e5 .menu-soft-f4fe strong {
    color: var(--text-primary);
}

.logo_03e5 .accent_green_7ebe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo_03e5 .accent_green_7ebe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image-tall-b79c {
    background: #f8f9fa;
    color: #2c3e50;
}

.image-tall-b79c .table-hovered-e715 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image-tall-b79c .fresh_60b4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.image-tall-b79c .fresh_60b4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-tall-b79c .fresh_60b4 p:last-child {
    margin-bottom: 0;
}

.image-tall-b79c .fresh_60b4 strong {
    color: var(--text-primary);
}

.image-tall-b79c .notice-9e88 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image-tall-b79c .notice-9e88 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs_ae64 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_ae64 .plasma-a9b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_ae64 .nav_focused_eb83 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tabs_ae64 .nav_focused_eb83 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_ae64 .nav_focused_eb83 p:last-child {
    margin-bottom: 0;
}

.tabs_ae64 .nav_focused_eb83 strong {
    color: var(--text-primary);
}

.tabs_ae64 .summary-glass-5f59 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_ae64 .summary-glass-5f59 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-c1b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-c1b7 .primary_04a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-c1b7 .focused_a345 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.row-c1b7 .focused_a345 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-c1b7 .focused_a345 p:last-child {
    margin-bottom: 0;
}

.row-c1b7 .focused_a345 strong {
    color: var(--text-primary);
}

.row-c1b7 .pink-3e3a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-c1b7 .pink-3e3a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bronze_e7c8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bronze_e7c8 .table_right_b03a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bronze_e7c8 .widget_77d3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.bronze_e7c8 .widget_77d3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze_e7c8 .widget_77d3 p:last-child {
    margin-bottom: 0;
}

.bronze_e7c8 .widget_77d3 strong {
    color: var(--text-primary);
}

.bronze_e7c8 .gold_d620 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze_e7c8 .gold_d620 li {
    margin-bottom: 0.65rem;
}

.bronze_e7c8 .gold_d620 li:last-child {
    margin-bottom: 0;
}

.bronze_e7c8 .large-e413 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bronze_e7c8 .large-e413 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo_f934 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo_f934 .status-001e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo_f934 .section_wood_52a8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.logo_f934 .section_wood_52a8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_f934 .section_wood_52a8 p:last-child {
    margin-bottom: 0;
}

.logo_f934 .section_wood_52a8 strong {
    color: var(--text-primary);
}

.logo_f934 .content_black_1383 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_f934 .content_black_1383 li {
    margin-bottom: 0.65rem;
}

.logo_f934 .content_black_1383 li:last-child {
    margin-bottom: 0;
}

.logo_f934 .link-stale-abb5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo_f934 .link-stale-abb5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.main_simple_5ebb {
    background: #f8f9fa;
    color: #2c3e50;
}

.main_simple_5ebb .stale_20fd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main_simple_5ebb .article-stale-699a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.main_simple_5ebb .article-stale-699a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_simple_5ebb .article-stale-699a p:last-child {
    margin-bottom: 0;
}

.main_simple_5ebb .article-stale-699a strong {
    color: var(--text-primary);
}

.main_simple_5ebb .narrow_0724 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_simple_5ebb .narrow_0724 li {
    margin-bottom: 0.65rem;
}

.main_simple_5ebb .narrow_0724 li:last-child {
    margin-bottom: 0;
}

.main_simple_5ebb .footer_2cd2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.main_simple_5ebb .footer_2cd2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary_over_8a71 {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary_over_8a71 .chip-stale-e051 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary_over_8a71 .gold-d7c8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.summary_over_8a71 .gold-d7c8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_over_8a71 .gold-d7c8 p:last-child {
    margin-bottom: 0;
}

.summary_over_8a71 .gold-d7c8 strong {
    color: var(--text-primary);
}

.summary_over_8a71 .highlight-c687 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_over_8a71 .highlight-c687 li {
    margin-bottom: 0.65rem;
}

.summary_over_8a71 .highlight-c687 li:last-child {
    margin-bottom: 0;
}

body.button_silver_9e1a {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_silver_9e1a .focus-7ab4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_silver_9e1a .gold_7922 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.button_silver_9e1a .gold_7922 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_silver_9e1a .gold_7922 p:last-child {
    margin-bottom: 0;
}

.button_silver_9e1a .gold_7922 strong {
    color: var(--text-primary);
}

.button_silver_9e1a .pink-18ec {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_silver_9e1a .pink-18ec li {
    margin-bottom: 0.65rem;
}

.button_silver_9e1a .pink-18ec li:last-child {
    margin-bottom: 0;
}

.button_silver_9e1a .row-a427 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_silver_9e1a .row-a427 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dark-2bc7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark-2bc7 .texture-first-52a4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark-2bc7 .nav-ad6f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.dark-2bc7 .nav-ad6f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark-2bc7 .nav-ad6f p:last-child {
    margin-bottom: 0;
}

.dark-2bc7 .nav-ad6f strong {
    color: var(--text-primary);
}

.dark-2bc7 .green_a196 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark-2bc7 .green_a196 li {
    margin-bottom: 0.65rem;
}

.dark-2bc7 .green_a196 li:last-child {
    margin-bottom: 0;
}

.dark-2bc7 .pagination_active_6bdd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark-2bc7 .pagination_active_6bdd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_selected_5c73 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_selected_5c73 .shadow-bd36 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_selected_5c73 .panel_plasma_f2db {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.breadcrumb_selected_5c73 .panel_plasma_f2db p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_selected_5c73 .panel_plasma_f2db p:last-child {
    margin-bottom: 0;
}

.breadcrumb_selected_5c73 .panel_plasma_f2db strong {
    color: var(--text-primary);
}

.breadcrumb_selected_5c73 .button_f57b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_selected_5c73 .button_f57b li {
    margin-bottom: 0.65rem;
}

.breadcrumb_selected_5c73 .button_f57b li:last-child {
    margin-bottom: 0;
}

.breadcrumb_selected_5c73 .center_5345 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_selected_5c73 .center_5345 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_over_7658 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_over_7658 .yellow_2177 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_over_7658 .active-down-c1b0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.breadcrumb_over_7658 .active-down-c1b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_over_7658 .active-down-c1b0 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_over_7658 .active-down-c1b0 strong {
    color: var(--text-primary);
}

.breadcrumb_over_7658 .detail_large_87b5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_over_7658 .detail_large_87b5 li {
    margin-bottom: 0.65rem;
}

.breadcrumb_over_7658 .detail_large_87b5 li:last-child {
    margin-bottom: 0;
}

.breadcrumb_over_7658 .active_large_5904 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_over_7658 .active_large_5904 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

/* css-noise: 463b */
.shadow-element-h2 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
