/* 
 * 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.static_34f4) — fixed together on mobile */
.large_5193 {
    width: 100%;
}

.bright_3461 {
    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) {
    .large_5193 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .bright_3461 {
        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.title_down_ea83. Conta) stay reachable.
     */
    .panel-tall-93dd .border-middle-d4cf {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .large_5193 .panel-tall-93dd > .border-middle-d4cf {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .large_5193:has(.form_9a7c.fn-show-bd8f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .large_5193:has(.form_9a7c.fn-show-bd8f) .bright_3461 {
        flex-shrink: 0;
    }

    .large_5193:has(.form_9a7c.fn-show-bd8f) .panel-tall-93dd {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .large_5193:has(.form_9a7c.fn-show-bd8f) .panel-tall-93dd > .border-middle-d4cf {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .large_5193:has(.form_9a7c.fn-show-bd8f) .fresh_bef9 {
        flex-shrink: 0;
    }

    .large_5193:has(.form_9a7c.fn-show-bd8f) .form_9a7c.fn-show-bd8f {
        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 */
    .panel-tall-93dd .form_9a7c .carousel-c8f3.fn-active-bd8f .item-c79e {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .bright_3461 {
        position: sticky;
        top: 0;
    }
}

.large_5193.badge-dirty-1801,
.large_5193.badge-dirty-1801 .bright_3461 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.grid-fa26 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .grid-fa26 {
        padding: 0.75rem 0;
    }
}

.middle-d3ff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.dropdown_cool_c83b img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .dropdown_cool_c83b img {
        height: 35px;
    }
}

/* .panel-tall-93dd / .red_80c4 — inner pages (brown bar); index uses .modal-lite-36a7 below */

.panel-tall-93dd:not(.modal-lite-36a7) .red_80c4.fn-active-bd8f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.header-ba96 {
    display: flex;
    gap: var(--spacing-md);
}

.small-5576,
.advanced_31e4 {
    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) {
    .small-5576,
    .advanced_31e4 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .header-ba96 {
        gap: 0.5rem;
    }
}

.small-5576 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.small-5576:hover {
    background: var(--primary-purple);
    color: white;
}

.advanced_31e4 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.advanced_31e4:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.advanced-98d3 {
    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%;
}

.advanced-98d3::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;
}

.advanced-98d3::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;
}

.container_d70f {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.gradient-4d8e {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.gradient-4d8e 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);
}

.advanced-98d3 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;
}

.new-4dca {
    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;
}

.new-4dca strong {
    font-weight: 700;
}

.detail-purple-a676 {
    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);
}

.copper-8ccf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.thumbnail_lite_539c {
    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);
}

.thumbnail_lite_539c:hover {
    transform: translateY(-4px);
}

.module_lite_9513 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.static_d1c4 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.container_63ff {
    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;
}

.container_63ff:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.container_63ff.modal_short_44dd {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.pattern_fixed_4156 {
    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);
}

.pattern_fixed_4156:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.black-7ae4 {
    padding: 3rem 1.25rem;
    background: white;
}

.secondary_basic_9360 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.green-bcbf {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.green-bcbf:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.green-bcbf img {
    margin-bottom: 1rem;
}

.banner_solid_f089 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.green-bcbf h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.green-bcbf 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 */
.primary_0b94 {
    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);
}

.caption-944e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.item_inner_16eb {
    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);
}

.item_inner_16eb h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.item_inner_16eb p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.item_inner_16eb a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.progress_gas_eba1 {
    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
   ======================================== */

.nav-basic-fe22 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.primary_first_69b3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.liquid_4100 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.pattern-5ad7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.widget_8d75 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.widget_8d75:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.widget_8d75.hover_ff0b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.widget_8d75.hover_ff0b h3,
.widget_8d75.hover_ff0b p {
    color: white;
}

.tabs-ab33 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.widget_8d75 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.widget_8d75 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.logo_bfd9 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.logo_bfd9:hover {
    gap: 0.75rem;
}

.widget_8d75.hover_ff0b .logo_bfd9 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.grid-gas-2548 {
    padding: 4rem 1.25rem;
    background: white;
}

.header_817e {
    text-align: center;
    margin-bottom: 3rem;
}

.selected_4c0b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.light-d414 {
    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%;
}

.light-d414:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.input_complex_b501 {
    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);
}

.stone_aa8f {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.gradient-f7af {
    padding: 1.5rem;
}

.gradient-f7af h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.active_a36a {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.cold-53b6 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.liquid_32ca,
.section_45fc {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.liquid_32ca {
    background: #dcfce7;
    color: #166534;
}

.liquid_32ca.left_607d {
    background: #10b981;
    color: white;
}

.section_45fc {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.section_45fc.card_basic_2006 {
    background: #fee2e2;
    color: #991b1b;
}

.section_45fc.dim-7681 {
    background: #fef3c7;
    color: #92400e;
}

.section_45fc.detail_full_2fb3 {
    background: #dcfce7;
    color: #166534;
}

.dim_02c5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.dim_02c5 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.notification-fbb0 {
    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);
}

.notification-fbb0:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.texture-11ee {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.nav_large_4c99 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.new-32e0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .new-32e0 {
        grid-template-columns: 1fr 1fr;
    }
}

.mask_2f02 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.medium_2957 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.message-over-a3fc {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.outer_118b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.easy-7ccd {
    font-size: 1rem;
    opacity: 0.9;
}

.medium_2957 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.description_selected_895f {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.description_selected_895f li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.description_selected_895f 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;
}

.description_selected_895f li strong {
    color: var(--primary-purple);
}

.description_selected_895f li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.surface-short-52a7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.fast_eb8f {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.action_21cc {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.fast_eb8f .static_d1c4 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.feature-pro-66fa p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.carousel_center_8ed3 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.carousel_center_8ed3 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.notice_prev_5bad {
    padding: 4rem 1.25rem;
    background: white;
}

.left_b126 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .left_b126 {
        grid-template-columns: 1fr 1fr;
    }
}

.pattern_purple_dcf0 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.image-stone-97bc {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.pagination_63ba {
    margin-bottom: 1.5rem;
}

.box_09f5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.picture_51a8 {
    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);
}

.fluid_b9e5 {
    white-space: nowrap;
}

.breadcrumb_lite_9658 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.title_orange_9a05 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.first-b57f {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.first-b57f:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.form_full_4997 {
    font-size: 2rem;
    flex-shrink: 0;
}

.plasma_5760 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.plasma_5760 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.cool_de1f {
    margin-top: 3rem;
}

.cool_de1f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.large-4efa {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.large-4efa thead {
    background: var(--primary-purple);
    color: white;
}

.large-4efa th,
.large-4efa td {
    padding: 1rem;
    text-align: left;
}

.large-4efa th {
    font-weight: 700;
    font-size: 0.9rem;
}

.large-4efa tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.large-4efa tbody tr:last-child {
    border-bottom: none;
}

.large-4efa tbody tr:hover {
    background: var(--light-bg);
}

.logo_narrow_5f07 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.component-131c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.fresh-7070 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.highlight_stale_eee3 {
    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);
}

.highlight_stale_eee3:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.highlight_stale_eee3.main-b9c1::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;
}

.detail_clean_1edd {
    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;
}

.status-74e1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.form-gas-077b h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.south_be40 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.link-copper-3253 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.link-copper-3253 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.link-copper-3253 p:last-child {
    margin-bottom: 0;
}

.link-copper-3253 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.filter-plasma-f060 {
    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;
}

.container-5e29 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.container_active_6c3f {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.container_active_6c3f .module_lite_9513 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.container_active_6c3f .static_d1c4 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.advanced-0f26 {
    padding: 4rem 1.25rem;
    background: white;
}

.content_left_8406 {
    max-width: 900px;
    margin: 0 auto;
}

.hard-5035 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.hard-5035:hover {
    border-color: var(--primary-purple);
}

.hard-5035[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.hard-5035 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;
}

.hard-5035 summary::-webkit-details-marker {
    display: none;
}

.hard-5035 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.hard-5035[open] summary::after {
    transform: rotate(45deg);
}

.primary-solid-47a0 {
    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);
    }
}

.primary-solid-47a0 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.primary-solid-47a0 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.primary-solid-47a0 ul,
.primary-solid-47a0 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.primary-solid-47a0 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.primary-solid-47a0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.pink_e5a8 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.layout-58ac {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.layout-58ac th,
.layout-58ac td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.layout-58ac th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.breadcrumb_10ba {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.fixed-4b89 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.border-complex-eb81 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .border-complex-eb81 {
        flex-direction: column;
        text-align: center;
    }
}

.border-complex-eb81 img {
    flex-shrink: 0;
}

.left-526c {
    font-size: 4rem;
    flex-shrink: 0;
}

.background-large-4a14 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.background-large-4a14 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.texture_e6a6 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.grid-complex-4930 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.block_a354 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.block_a354 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.module_mini_17b0 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.bottom_0923 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.item_glass_1fcf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.complex-bffd h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.complex-bffd p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.banner_5ef3 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.complex-3427 {
    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);
}

.button-2b44 {
    list-style: none;
}

.button-2b44 li {
    margin-bottom: 0.75rem;
}

.button-2b44 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.button-2b44 a:hover {
    color: white;
}

.dark_f7be {
    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;
}

.widget_3e92 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.widget_3e92 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.center-3a2b {
    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);
}

.label-huge-8c51 {
    text-align: right;
}

@media (max-width: 767px) {
    .label-huge-8c51 {
        text-align: center;
        width: 100%;
    }
}

.label-huge-8c51 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.fresh_5a61 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.border-middle-d4cf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.black-7ae4,
.primary_0b94,
.nav-basic-fe22,
.grid-gas-2548,
.nav_large_4c99,
.notice_prev_5bad,
.component-131c,
.advanced-0f26,
.fixed-4b89,
.grid-complex-4930 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .primary_first_69b3 {
        font-size: 1.75rem;
    }
    
    .liquid_4100 {
        font-size: 1rem;
    }
    
    .surface-short-52a7 {
        flex-direction: column;
    }
    
    .left_b126 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .selected_4c0b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .light-d414 {
        max-width: 100%;
    }
    
    .stone_aa8f {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .border-middle-d4cf {
        padding: 0 1rem;
    }
    
    .advanced-98d3 {
        padding: 4rem 1rem 3rem;
    }
    
    .advanced-98d3 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .container_63ff {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .copper-8ccf {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .large-4efa,
    .layout-58ac {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .secondary_basic_9360 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .pattern-5ad7 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .fresh-7070 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .advanced-98d3 h1 {
        font-size: 1.5rem;
    }
    
    .copper-8ccf {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .thumbnail_lite_539c {
        padding: 0.75rem;
    }
    
    .module_lite_9513 {
        font-size: 1.5rem;
    }
    
    .secondary_basic_9360 {
        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 */
.light-d414:hover,
.widget_8d75:hover,
.highlight_stale_eee3:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .grid-gas-2548,
    .component-131c,
    .advanced-0f26 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.static_34f4)
   ======================================== */

.panel-tall-93dd.modal-lite-36a7 {
    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;
}

.panel-tall-93dd.modal-lite-36a7 .red_80c4 {
    color: #334155;
}

.panel-tall-93dd.modal-lite-36a7 .red_80c4:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.panel-tall-93dd.modal-lite-36a7 .red_80c4.fn-active-bd8f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.panel-tall-93dd.modal-lite-36a7 .item-c79e {
    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);
}

.panel-tall-93dd.modal-lite-36a7 .item-c79e::before {
    border-bottom-color: #ffffff;
}

.panel-tall-93dd.modal-lite-36a7 .dropdown_bottom_1f8c {
    color: #475569;
}

.panel-tall-93dd.modal-lite-36a7 .dropdown_bottom_1f8c::before {
    background: #818cf8;
}

.panel-tall-93dd.modal-lite-36a7 .dropdown_bottom_1f8c:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.panel-tall-93dd.modal-lite-36a7 .dropdown_bottom_1f8c:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.panel-tall-93dd.modal-lite-36a7 .notification-ea7c {
    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);
}

.panel-tall-93dd.modal-lite-36a7 .notification-ea7c:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.panel-tall-93dd.modal-lite-36a7 .notification-ea7c span {
    background: #475569;
    box-shadow: none;
}

.panel-tall-93dd.modal-lite-36a7 .notification-ea7c.fn-active-bd8f span:nth-child(1),
.panel-tall-93dd.modal-lite-36a7 .notification-ea7c.fn-active-bd8f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .panel-tall-93dd.modal-lite-36a7 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .panel-tall-93dd.modal-lite-36a7 .fresh_bef9 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .panel-tall-93dd.modal-lite-36a7 .fresh_bef9 span {
        color: #334155 !important;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c {
        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);
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .red_80c4 {
        color: #334155;
        text-shadow: none;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .red_80c4:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .red_80c4.pagination_paper_439c::after {
        color: #64748b;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .item-c79e {
        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) */
    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .carousel-c8f3.fn-active-bd8f .item-c79e {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .dropdown_bottom_1f8c {
        color: #475569;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .dropdown_bottom_1f8c::before {
        color: #6366f1;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .dropdown_bottom_1f8c:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .dropdown_bottom_1f8c:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .panel-tall-93dd.modal-lite-36a7 .form_9a7c .dropdown_bottom_1f8c:hover::before {
        color: #4f46e5;
    }
}

/* apk.caption_876b — mesmo tema claro da home; blocos extras */
body.cold_4841 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold_4841 .simple-dae3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold_4841 .first_975c {
    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);
}

.cold_4841 .first_975c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold_4841 .first_975c p:last-child {
    margin-bottom: 0;
}

.cold_4841 .first_975c strong {
    color: var(--text-primary);
}

.cold_4841 .surface-complex-41fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold_4841 .surface-complex-41fb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hot_db02 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot_db02 .clean-099e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot_db02 .thumbnail-d225 {
    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);
}

.hot_db02 .thumbnail-d225 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot_db02 .thumbnail-d225 p:last-child {
    margin-bottom: 0;
}

.hot_db02 .thumbnail-d225 strong {
    color: var(--text-primary);
}

.hot_db02 .row_in_3e35 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hot_db02 .row_in_3e35 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex-090e {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-090e .badge-static-bd2d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-090e .article_f707 {
    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);
}

.complex-090e .article_f707 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-090e .article_f707 p:last-child {
    margin-bottom: 0;
}

.complex-090e .article_f707 strong {
    color: var(--text-primary);
}

.complex-090e .title_8060 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-090e .title_8060 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu_bef1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_bef1 .item-2d49 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_bef1 .wrapper_copper_eb2b {
    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);
}

.menu_bef1 .wrapper_copper_eb2b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_bef1 .wrapper_copper_eb2b p:last-child {
    margin-bottom: 0;
}

.menu_bef1 .wrapper_copper_eb2b strong {
    color: var(--text-primary);
}

.menu_bef1 .east-9bf8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_bef1 .east-9bf8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.new_d0ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.new_d0ef .narrow_6535 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.new_d0ef .feature-up-ba39 {
    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);
}

.new_d0ef .feature-up-ba39 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new_d0ef .feature-up-ba39 p:last-child {
    margin-bottom: 0;
}

.new_d0ef .feature-up-ba39 strong {
    color: var(--text-primary);
}

.new_d0ef .card_fixed_3c96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.new_d0ef .card_fixed_3c96 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_3831 {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_3831 .border_b1e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_3831 .block-17d3 {
    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);
}

.highlight_3831 .block-17d3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_3831 .block-17d3 p:last-child {
    margin-bottom: 0;
}

.highlight_3831 .block-17d3 strong {
    color: var(--text-primary);
}

.highlight_3831 .shadow_fast_b153 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_3831 .shadow_fast_b153 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-7c3c {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-7c3c .column-f915 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-7c3c .modal-gas-a429 {
    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-7c3c .modal-gas-a429 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-7c3c .modal-gas-a429 p:last-child {
    margin-bottom: 0;
}

.hard-7c3c .modal-gas-a429 strong {
    color: var(--text-primary);
}

.hard-7c3c .complex_1871 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-7c3c .complex_1871 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wood_5512 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood_5512 .card_dark_c27b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood_5512 .avatar-thick-913f {
    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);
}

.wood_5512 .avatar-thick-913f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_5512 .avatar-thick-913f p:last-child {
    margin-bottom: 0;
}

.wood_5512 .avatar-thick-913f strong {
    color: var(--text-primary);
}

.wood_5512 .easy_be4b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood_5512 .easy_be4b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.short_2d41 {
    background: #f8f9fa;
    color: #2c3e50;
}

.short_2d41 .gradient_solid_d395 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.short_2d41 .panel-next-3a85 {
    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);
}

.short_2d41 .panel-next-3a85 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_2d41 .panel-next-3a85 p:last-child {
    margin-bottom: 0;
}

.short_2d41 .panel-next-3a85 strong {
    color: var(--text-primary);
}

.short_2d41 .menu-prev-ef57 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.short_2d41 .menu-prev-ef57 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outer_e4e3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer_e4e3 .fluid_bc32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer_e4e3 .under_50cb {
    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);
}

.outer_e4e3 .under_50cb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer_e4e3 .under_50cb p:last-child {
    margin-bottom: 0;
}

.outer_e4e3 .under_50cb strong {
    color: var(--text-primary);
}

.outer_e4e3 .smooth-e9c4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer_e4e3 .smooth-e9c4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.up-108c {
    background: #f8f9fa;
    color: #2c3e50;
}

.up-108c .yellow-9c38 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.up-108c .badge_solid_5472 {
    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);
}

.up-108c .badge_solid_5472 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.up-108c .badge_solid_5472 p:last-child {
    margin-bottom: 0;
}

.up-108c .badge_solid_5472 strong {
    color: var(--text-primary);
}

.up-108c .tertiary-b839 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.up-108c .tertiary-b839 li {
    margin-bottom: 0.65rem;
}

.up-108c .tertiary-b839 li:last-child {
    margin-bottom: 0;
}

.up-108c .button-pro-f635 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.up-108c .button-pro-f635 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary-bronze-d4e1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary-bronze-d4e1 .avatar_bd60 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary-bronze-d4e1 .fast-5341 {
    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);
}

.tertiary-bronze-d4e1 .fast-5341 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-bronze-d4e1 .fast-5341 p:last-child {
    margin-bottom: 0;
}

.tertiary-bronze-d4e1 .fast-5341 strong {
    color: var(--text-primary);
}

.tertiary-bronze-d4e1 .pattern-ddec {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-bronze-d4e1 .pattern-ddec li {
    margin-bottom: 0.65rem;
}

.tertiary-bronze-d4e1 .pattern-ddec li:last-child {
    margin-bottom: 0;
}

.tertiary-bronze-d4e1 .tertiary_active_5bd7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary-bronze-d4e1 .tertiary_active_5bd7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_simple_158d {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_simple_158d .banner_0af3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_simple_158d .smooth-6ffa {
    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);
}

.highlight_simple_158d .smooth-6ffa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_simple_158d .smooth-6ffa p:last-child {
    margin-bottom: 0;
}

.highlight_simple_158d .smooth-6ffa strong {
    color: var(--text-primary);
}

.highlight_simple_158d .grid-green-3aac {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_simple_158d .grid-green-3aac li {
    margin-bottom: 0.65rem;
}

.highlight_simple_158d .grid-green-3aac li:last-child {
    margin-bottom: 0;
}

.highlight_simple_158d .description_750c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_simple_158d .description_750c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic_fa59 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic_fa59 .item-pressed-7561 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic_fa59 .tag_purple_7ee8 {
    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);
}

.basic_fa59 .tag_purple_7ee8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_fa59 .tag_purple_7ee8 p:last-child {
    margin-bottom: 0;
}

.basic_fa59 .tag_purple_7ee8 strong {
    color: var(--text-primary);
}

.basic_fa59 .current-c723 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_fa59 .current-c723 li {
    margin-bottom: 0.65rem;
}

.basic_fa59 .current-c723 li:last-child {
    margin-bottom: 0;
}

body.south-be32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.south-be32 .secondary-simple-924e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.south-be32 .gallery-42dd {
    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);
}

.south-be32 .gallery-42dd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south-be32 .gallery-42dd p:last-child {
    margin-bottom: 0;
}

.south-be32 .gallery-42dd strong {
    color: var(--text-primary);
}

.south-be32 .surface_bronze_9951 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south-be32 .surface_bronze_9951 li {
    margin-bottom: 0.65rem;
}

.south-be32 .surface_bronze_9951 li:last-child {
    margin-bottom: 0;
}

.south-be32 .over-4771 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.south-be32 .over-4771 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_plasma_8a86 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_plasma_8a86 .sort-14a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_plasma_8a86 .slider-rough-8c57 {
    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_plasma_8a86 .slider-rough-8c57 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_plasma_8a86 .slider-rough-8c57 p:last-child {
    margin-bottom: 0;
}

.tabs_plasma_8a86 .slider-rough-8c57 strong {
    color: var(--text-primary);
}

.tabs_plasma_8a86 .outer_16dc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_plasma_8a86 .outer_16dc li {
    margin-bottom: 0.65rem;
}

.tabs_plasma_8a86 .outer_16dc li:last-child {
    margin-bottom: 0;
}

.tabs_plasma_8a86 .selected_b394 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_plasma_8a86 .selected_b394 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module_complex_367e {
    background: #f8f9fa;
    color: #2c3e50;
}

.module_complex_367e .carousel_in_e841 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module_complex_367e .up-2a62 {
    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);
}

.module_complex_367e .up-2a62 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_complex_367e .up-2a62 p:last-child {
    margin-bottom: 0;
}

.module_complex_367e .up-2a62 strong {
    color: var(--text-primary);
}

.module_complex_367e .hot_2fb5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_complex_367e .hot_2fb5 li {
    margin-bottom: 0.65rem;
}

.module_complex_367e .hot_2fb5 li:last-child {
    margin-bottom: 0;
}

.module_complex_367e .media_brown_b5f4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module_complex_367e .media_brown_b5f4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hidden-3650 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden-3650 .large_f53a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden-3650 .north_4824 {
    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);
}

.hidden-3650 .north_4824 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-3650 .north_4824 p:last-child {
    margin-bottom: 0;
}

.hidden-3650 .north_4824 strong {
    color: var(--text-primary);
}

.hidden-3650 .primary-steel-c48e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-3650 .primary-steel-c48e li {
    margin-bottom: 0.65rem;
}

.hidden-3650 .primary-steel-c48e li:last-child {
    margin-bottom: 0;
}

.hidden-3650 .item-d1d7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden-3650 .item-d1d7 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: 7490 */
.ghost-box-m5 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
