/* 
 * 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_dc99) — fixed together on mobile */
.component-short-94ac {
    width: 100%;
}

.backdrop_pro_cc00 {
    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) {
    .component-short-94ac {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .backdrop_pro_cc00 {
        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.notice_c5d8. Conta) stay reachable.
     */
    .layout-13d3 .down_fb5e {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .component-short-94ac .layout-13d3 > .down_fb5e {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .component-short-94ac:has(.over_836b.fn-show-ff4b) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .component-short-94ac:has(.over_836b.fn-show-ff4b) .backdrop_pro_cc00 {
        flex-shrink: 0;
    }

    .component-short-94ac:has(.over_836b.fn-show-ff4b) .layout-13d3 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .component-short-94ac:has(.over_836b.fn-show-ff4b) .layout-13d3 > .down_fb5e {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .component-short-94ac:has(.over_836b.fn-show-ff4b) .basic-7297 {
        flex-shrink: 0;
    }

    .component-short-94ac:has(.over_836b.fn-show-ff4b) .over_836b.fn-show-ff4b {
        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 */
    .layout-13d3 .over_836b .filter-copper-d291.fn-active-ff4b .down-bc36 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .backdrop_pro_cc00 {
        position: sticky;
        top: 0;
    }
}

.component-short-94ac.paragraph_stale_2a45,
.component-short-94ac.paragraph_stale_2a45 .backdrop_pro_cc00 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.notice-north-0f18 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .notice-north-0f18 {
        padding: 0.75rem 0;
    }
}

.white-69ef {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.wrapper_silver_5452 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .wrapper_silver_5452 img {
        height: 35px;
    }
}

/* .layout-13d3 / .center-0d59 — inner pages (brown bar); index uses .accent_purple_21a0 below */

.layout-13d3:not(.accent_purple_21a0) .center-0d59.fn-active-ff4b {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.texture_first_b415 {
    display: flex;
    gap: var(--spacing-md);
}

.header-5e20,
.pressed_bf6e {
    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) {
    .header-5e20,
    .pressed_bf6e {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .texture_first_b415 {
        gap: 0.5rem;
    }
}

.header-5e20 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.header-5e20:hover {
    background: var(--primary-purple);
    color: white;
}

.pressed_bf6e {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.pressed_bf6e:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.shadow-last-edfc {
    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%;
}

.shadow-last-edfc::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;
}

.shadow-last-edfc::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;
}

.advanced-fc40 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.table_3f5f {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.table_3f5f 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);
}

.shadow-last-edfc 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;
}

.image-bottom-eb3e {
    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;
}

.image-bottom-eb3e strong {
    font-weight: 700;
}

.stone-2151 {
    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);
}

.focused-46c2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.heading-complex-ac1c {
    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);
}

.heading-complex-ac1c:hover {
    transform: translateY(-4px);
}

.slider-adf4 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.selected_ca1c {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.grid_ccdf {
    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;
}

.grid_ccdf:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.grid_ccdf.search-simple-b8ea {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.gas-4898 {
    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);
}

.gas-4898:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.dropdown-a832 {
    padding: 3rem 1.25rem;
    background: white;
}

.focus_d9ab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.fresh-ddbe {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.fresh-ddbe:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.fresh-ddbe img {
    margin-bottom: 1rem;
}

.heading_huge_3701 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.fresh-ddbe h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.fresh-ddbe 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 */
.header_in_7f5e {
    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);
}

.backdrop_c166 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.shade-narrow-8f8a {
    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);
}

.shade-narrow-8f8a h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.shade-narrow-8f8a p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.shade-narrow-8f8a a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.soft-0622 {
    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
   ======================================== */

.sidebar_action_9997 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.east-cce3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.blue_675e {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.paragraph_stale_c714 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.avatar-dark-b4e1 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.avatar-dark-b4e1:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.avatar-dark-b4e1.blue_bc69 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.avatar-dark-b4e1.blue_bc69 h3,
.avatar-dark-b4e1.blue_bc69 p {
    color: white;
}

.hidden_fluid_4d94 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.avatar-dark-b4e1 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.avatar-dark-b4e1 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wood-651a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.wood-651a:hover {
    gap: 0.75rem;
}

.avatar-dark-b4e1.blue_bc69 .wood-651a {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.focus-1079 {
    padding: 4rem 1.25rem;
    background: white;
}

.chip-5b0e {
    text-align: center;
    margin-bottom: 3rem;
}

.next_87f9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.pagination_gas_7d54 {
    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%;
}

.pagination_gas_7d54:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.copper-c577 {
    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);
}

.thick_45c5 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hidden-stale-b0a8 {
    padding: 1.5rem;
}

.hidden-stale-b0a8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.top-f436 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.footer-thick-2f12 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hidden-middle-ad9c,
.light-8135 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.hidden-middle-ad9c {
    background: #dcfce7;
    color: #166534;
}

.hidden-middle-ad9c.primary_43b3 {
    background: #10b981;
    color: white;
}

.light-8135 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.light-8135.full_356b {
    background: #fee2e2;
    color: #991b1b;
}

.light-8135.dropdown-2611 {
    background: #fef3c7;
    color: #92400e;
}

.light-8135.dropdown-500c {
    background: #dcfce7;
    color: #166534;
}

.preview-8152 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.preview-8152 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.mask_7859 {
    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);
}

.mask_7859:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.white_b281 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.up-17cf {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.short_496e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .short_496e {
        grid-template-columns: 1fr 1fr;
    }
}

.solid-05b3 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.notification-blue-a6d4 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.over_c048 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.last-8354 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pink_913e {
    font-size: 1rem;
    opacity: 0.9;
}

.notification-blue-a6d4 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.hot_073a {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.hot_073a li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.hot_073a 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;
}

.hot_073a li strong {
    color: var(--primary-purple);
}

.hot_073a li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.wrapper-d6b4 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.upper_c759 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.light-0603 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.upper_c759 .selected_ca1c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.red-ab08 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.input-468e {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.input-468e a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.background-ea90 {
    padding: 4rem 1.25rem;
    background: white;
}

.copper_bf22 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .copper_bf22 {
        grid-template-columns: 1fr 1fr;
    }
}

.texture_9773 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.secondary_liquid_d095 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.hover-fe1b {
    margin-bottom: 1.5rem;
}

.sidebar_7d4e {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.form_8501 {
    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);
}

.outer_9eed {
    white-space: nowrap;
}

.prev_d4e2 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.bronze_fd9b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.panel_7c62 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.panel_7c62:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.progress_narrow_95b3 {
    font-size: 2rem;
    flex-shrink: 0;
}

.west_472a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.west_472a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.disabled_hard_280d {
    margin-top: 3rem;
}

.disabled_hard_280d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.gradient-over-e407 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.gradient-over-e407 thead {
    background: var(--primary-purple);
    color: white;
}

.gradient-over-e407 th,
.gradient-over-e407 td {
    padding: 1rem;
    text-align: left;
}

.gradient-over-e407 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.gradient-over-e407 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.gradient-over-e407 tbody tr:last-child {
    border-bottom: none;
}

.gradient-over-e407 tbody tr:hover {
    background: var(--light-bg);
}

.surface_b2b3 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.panel-cold-3563 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.image-steel-3ec1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.outer_1ccd {
    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);
}

.outer_1ccd:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.outer_1ccd.row_bb75::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;
}

.summary_action_429a {
    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;
}

.shadow-north-dd7c {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.card_a889 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.old_8027 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.middle_a5dc {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.middle_a5dc p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.middle_a5dc p:last-child {
    margin-bottom: 0;
}

.middle_a5dc strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tiny-a13a {
    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;
}

.detail-left-6127 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.yellow-b030 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.yellow-b030 .slider-adf4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.yellow-b030 .selected_ca1c {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.module_79bd {
    padding: 4rem 1.25rem;
    background: white;
}

.lite-ec6f {
    max-width: 900px;
    margin: 0 auto;
}

.background-fb74 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.background-fb74:hover {
    border-color: var(--primary-purple);
}

.background-fb74[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.background-fb74 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;
}

.background-fb74 summary::-webkit-details-marker {
    display: none;
}

.background-fb74 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.background-fb74[open] summary::after {
    transform: rotate(45deg);
}

.layout-selected-29b1 {
    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);
    }
}

.layout-selected-29b1 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.layout-selected-29b1 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.layout-selected-29b1 ul,
.layout-selected-29b1 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.layout-selected-29b1 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.layout-selected-29b1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dropdown-66e9 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.logo-soft-67ba {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.logo-soft-67ba th,
.logo-soft-67ba td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.logo-soft-67ba th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.caption-ba7f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.heading-b431 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.frame_lite_3b19 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .frame_lite_3b19 {
        flex-direction: column;
        text-align: center;
    }
}

.frame_lite_3b19 img {
    flex-shrink: 0;
}

.highlight_80b9 {
    font-size: 4rem;
    flex-shrink: 0;
}

.disabled-huge-7fb0 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.disabled-huge-7fb0 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.small_49a5 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.prev_afda {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.secondary-33e1 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.secondary-33e1 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.mask-191c {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.shadow-0bee {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.clean_4ea0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.under-b28c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.under-b28c p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.description_wood_fe8f {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.border-south-4b01 {
    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);
}

.avatar-2526 {
    list-style: none;
}

.avatar-2526 li {
    margin-bottom: 0.75rem;
}

.avatar-2526 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.avatar-2526 a:hover {
    color: white;
}

.detail-out-c5b8 {
    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;
}

.button-1427 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.button-1427 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hot-2db9 {
    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);
}

.section_b9c5 {
    text-align: right;
}

@media (max-width: 767px) {
    .section_b9c5 {
        text-align: center;
        width: 100%;
    }
}

.section_b9c5 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.title-easy-44ee {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.down_fb5e {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.dropdown-a832,
.header_in_7f5e,
.sidebar_action_9997,
.focus-1079,
.up-17cf,
.background-ea90,
.panel-cold-3563,
.module_79bd,
.heading-b431,
.prev_afda {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .east-cce3 {
        font-size: 1.75rem;
    }
    
    .blue_675e {
        font-size: 1rem;
    }
    
    .wrapper-d6b4 {
        flex-direction: column;
    }
    
    .copper_bf22 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .next_87f9 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pagination_gas_7d54 {
        max-width: 100%;
    }
    
    .thick_45c5 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .down_fb5e {
        padding: 0 1rem;
    }
    
    .shadow-last-edfc {
        padding: 4rem 1rem 3rem;
    }
    
    .shadow-last-edfc h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .grid_ccdf {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .focused-46c2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .gradient-over-e407,
    .logo-soft-67ba {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .focus_d9ab {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .paragraph_stale_c714 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .image-steel-3ec1 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .shadow-last-edfc h1 {
        font-size: 1.5rem;
    }
    
    .focused-46c2 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .heading-complex-ac1c {
        padding: 0.75rem;
    }
    
    .slider-adf4 {
        font-size: 1.5rem;
    }
    
    .focus_d9ab {
        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 */
.pagination_gas_7d54:hover,
.avatar-dark-b4e1:hover,
.outer_1ccd:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .focus-1079,
    .panel-cold-3563,
    .module_79bd {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.static_dc99)
   ======================================== */

.layout-13d3.accent_purple_21a0 {
    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;
}

.layout-13d3.accent_purple_21a0 .center-0d59 {
    color: #334155;
}

.layout-13d3.accent_purple_21a0 .center-0d59:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.layout-13d3.accent_purple_21a0 .center-0d59.fn-active-ff4b {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.layout-13d3.accent_purple_21a0 .down-bc36 {
    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);
}

.layout-13d3.accent_purple_21a0 .down-bc36::before {
    border-bottom-color: #ffffff;
}

.layout-13d3.accent_purple_21a0 .title_204d {
    color: #475569;
}

.layout-13d3.accent_purple_21a0 .title_204d::before {
    background: #818cf8;
}

.layout-13d3.accent_purple_21a0 .title_204d:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.layout-13d3.accent_purple_21a0 .title_204d:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.layout-13d3.accent_purple_21a0 .input_a7cb {
    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);
}

.layout-13d3.accent_purple_21a0 .input_a7cb:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.layout-13d3.accent_purple_21a0 .input_a7cb span {
    background: #475569;
    box-shadow: none;
}

.layout-13d3.accent_purple_21a0 .input_a7cb.fn-active-ff4b span:nth-child(1),
.layout-13d3.accent_purple_21a0 .input_a7cb.fn-active-ff4b span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .layout-13d3.accent_purple_21a0 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .layout-13d3.accent_purple_21a0 .basic-7297 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .layout-13d3.accent_purple_21a0 .basic-7297 span {
        color: #334155 !important;
    }

    .layout-13d3.accent_purple_21a0 .over_836b {
        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);
    }

    .layout-13d3.accent_purple_21a0 .over_836b .center-0d59 {
        color: #334155;
        text-shadow: none;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .center-0d59:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .layout-13d3.accent_purple_21a0 .over_836b .center-0d59.button_tall_d5e9::after {
        color: #64748b;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .down-bc36 {
        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) */
    .layout-13d3.accent_purple_21a0 .over_836b .filter-copper-d291.fn-active-ff4b .down-bc36 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .title_204d {
        color: #475569;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .title_204d::before {
        color: #6366f1;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .title_204d:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .layout-13d3.accent_purple_21a0 .over_836b .title_204d:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .layout-13d3.accent_purple_21a0 .over_836b .title_204d:hover::before {
        color: #4f46e5;
    }
}

/* apk.gallery-smooth-ddbf — mesmo tema claro da home; blocos extras */
body.dim-2de2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim-2de2 .large_ca6f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim-2de2 .gas-926c {
    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);
}

.dim-2de2 .gas-926c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim-2de2 .gas-926c p:last-child {
    margin-bottom: 0;
}

.dim-2de2 .gas-926c strong {
    color: var(--text-primary);
}

.dim-2de2 .prev_5e97 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dim-2de2 .prev_5e97 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item_3ce6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item_3ce6 .accent_hovered_e29d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item_3ce6 .middle-71c5 {
    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);
}

.item_3ce6 .middle-71c5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item_3ce6 .middle-71c5 p:last-child {
    margin-bottom: 0;
}

.item_3ce6 .middle-71c5 strong {
    color: var(--text-primary);
}

.item_3ce6 .pattern-fixed-8d5c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item_3ce6 .pattern-fixed-8d5c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form_9e17 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_9e17 .badge-7f2c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_9e17 .module_huge_956b {
    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);
}

.form_9e17 .module_huge_956b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_9e17 .module_huge_956b p:last-child {
    margin-bottom: 0;
}

.form_9e17 .module_huge_956b strong {
    color: var(--text-primary);
}

.form_9e17 .cold_e314 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_9e17 .cold_e314 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section-394f {
    background: #f8f9fa;
    color: #2c3e50;
}

.section-394f .gallery_6005 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section-394f .table-liquid-df0c {
    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);
}

.section-394f .table-liquid-df0c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-394f .table-liquid-df0c p:last-child {
    margin-bottom: 0;
}

.section-394f .table-liquid-df0c strong {
    color: var(--text-primary);
}

.section-394f .disabled_fresh_e10b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section-394f .disabled_fresh_e10b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-6587 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-6587 .dropdown_4fba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-6587 .header-short-f666 {
    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);
}

.sidebar-6587 .header-short-f666 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-6587 .header-short-f666 p:last-child {
    margin-bottom: 0;
}

.sidebar-6587 .header-short-f666 strong {
    color: var(--text-primary);
}

.sidebar-6587 .shadow_5d9e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-6587 .shadow_5d9e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.yellow_ba4b {
    background: #f8f9fa;
    color: #2c3e50;
}

.yellow_ba4b .inner_e879 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.yellow_ba4b .picture_e575 {
    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);
}

.yellow_ba4b .picture_e575 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.yellow_ba4b .picture_e575 p:last-child {
    margin-bottom: 0;
}

.yellow_ba4b .picture_e575 strong {
    color: var(--text-primary);
}

.yellow_ba4b .huge_7e57 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.yellow_ba4b .huge_7e57 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-yellow-4a7d {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-yellow-4a7d .detail_e6d3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-yellow-4a7d .tag-893d {
    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);
}

.footer-yellow-4a7d .tag-893d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-yellow-4a7d .tag-893d p:last-child {
    margin-bottom: 0;
}

.footer-yellow-4a7d .tag-893d strong {
    color: var(--text-primary);
}

.footer-yellow-4a7d .search_8b74 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-yellow-4a7d .search_8b74 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature-bright-7ec0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-bright-7ec0 .overlay-tall-19d5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-bright-7ec0 .liquid_422b {
    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);
}

.feature-bright-7ec0 .liquid_422b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-bright-7ec0 .liquid_422b p:last-child {
    margin-bottom: 0;
}

.feature-bright-7ec0 .liquid_422b strong {
    color: var(--text-primary);
}

.feature-bright-7ec0 .inner_3f27 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature-bright-7ec0 .inner_3f27 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-hot-aa5e {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-hot-aa5e .hot-df00 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-hot-aa5e .bronze_4019 {
    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);
}

.heading-hot-aa5e .bronze_4019 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-hot-aa5e .bronze_4019 p:last-child {
    margin-bottom: 0;
}

.heading-hot-aa5e .bronze_4019 strong {
    color: var(--text-primary);
}

.heading-hot-aa5e .shade-lite-18ca {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-hot-aa5e .shade-lite-18ca img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask-f514 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask-f514 .west-db95 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask-f514 .menu-slow-e918 {
    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);
}

.mask-f514 .menu-slow-e918 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask-f514 .menu-slow-e918 p:last-child {
    margin-bottom: 0;
}

.mask-f514 .menu-slow-e918 strong {
    color: var(--text-primary);
}

.mask-f514 .content_wood_4032 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask-f514 .content_wood_4032 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.static_3cc9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.static_3cc9 .slider_plasma_d1c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static_3cc9 .banner_db77 {
    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_3cc9 .banner_db77 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static_3cc9 .banner_db77 p:last-child {
    margin-bottom: 0;
}

.static_3cc9 .banner_db77 strong {
    color: var(--text-primary);
}

.static_3cc9 .dirty-d549 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static_3cc9 .dirty-d549 li {
    margin-bottom: 0.65rem;
}

.static_3cc9 .dirty-d549 li:last-child {
    margin-bottom: 0;
}

.static_3cc9 .north-6b9f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static_3cc9 .north-6b9f 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_8312 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_8312 .module-9942 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_8312 .center-b928 {
    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_8312 .center-b928 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_8312 .center-b928 p:last-child {
    margin-bottom: 0;
}

.image_8312 .center-b928 strong {
    color: var(--text-primary);
}

.image_8312 .paragraph-bronze-fb04 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_8312 .paragraph-bronze-fb04 li {
    margin-bottom: 0.65rem;
}

.image_8312 .paragraph-bronze-fb04 li:last-child {
    margin-bottom: 0;
}

.image_8312 .link_a0bd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_8312 .link_a0bd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper_over_927e {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper_over_927e .input-6bc1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper_over_927e .new_2521 {
    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);
}

.wrapper_over_927e .new_2521 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_over_927e .new_2521 p:last-child {
    margin-bottom: 0;
}

.wrapper_over_927e .new_2521 strong {
    color: var(--text-primary);
}

.wrapper_over_927e .chip_narrow_519e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_over_927e .chip_narrow_519e li {
    margin-bottom: 0.65rem;
}

.wrapper_over_927e .chip_narrow_519e li:last-child {
    margin-bottom: 0;
}

.wrapper_over_927e .sidebar-ff1d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper_over_927e .sidebar-ff1d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column_454b {
    background: #f8f9fa;
    color: #2c3e50;
}

.column_454b .picture_cool_2f02 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column_454b .mask-thick-7f63 {
    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);
}

.column_454b .mask-thick-7f63 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column_454b .mask-thick-7f63 p:last-child {
    margin-bottom: 0;
}

.column_454b .mask-thick-7f63 strong {
    color: var(--text-primary);
}

.column_454b .logo_clean_0dc8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column_454b .logo_clean_0dc8 li {
    margin-bottom: 0.65rem;
}

.column_454b .logo_clean_0dc8 li:last-child {
    margin-bottom: 0;
}

body.filter-8a08 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-8a08 .wrapper-short-ecca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-8a08 .form-fresh-7dd2 {
    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);
}

.filter-8a08 .form-fresh-7dd2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-8a08 .form-fresh-7dd2 p:last-child {
    margin-bottom: 0;
}

.filter-8a08 .form-fresh-7dd2 strong {
    color: var(--text-primary);
}

.filter-8a08 .center-460a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-8a08 .center-460a li {
    margin-bottom: 0.65rem;
}

.filter-8a08 .center-460a li:last-child {
    margin-bottom: 0;
}

.filter-8a08 .large_6f20 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-8a08 .large_6f20 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_f11c {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_f11c .outline-large-140b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_f11c .badge-485e {
    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);
}

.picture_f11c .badge-485e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_f11c .badge-485e p:last-child {
    margin-bottom: 0;
}

.picture_f11c .badge-485e strong {
    color: var(--text-primary);
}

.picture_f11c .column_1496 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_f11c .column_1496 li {
    margin-bottom: 0.65rem;
}

.picture_f11c .column_1496 li:last-child {
    margin-bottom: 0;
}

.picture_f11c .pagination_upper_d7bb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_f11c .pagination_upper_d7bb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_2118 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_2118 .in-6676 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_2118 .article-62e5 {
    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);
}

.list_2118 .article-62e5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_2118 .article-62e5 p:last-child {
    margin-bottom: 0;
}

.list_2118 .article-62e5 strong {
    color: var(--text-primary);
}

.list_2118 .hot-9985 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_2118 .hot-9985 li {
    margin-bottom: 0.65rem;
}

.list_2118 .hot-9985 li:last-child {
    margin-bottom: 0;
}

.list_2118 .section_0d4b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_2118 .section_0d4b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mini-574e {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini-574e .huge-ce8e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini-574e .gallery-next-f6be {
    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);
}

.mini-574e .gallery-next-f6be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-574e .gallery-next-f6be p:last-child {
    margin-bottom: 0;
}

.mini-574e .gallery-next-f6be strong {
    color: var(--text-primary);
}

.mini-574e .fresh_d80d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-574e .fresh_d80d li {
    margin-bottom: 0.65rem;
}

.mini-574e .fresh_d80d li:last-child {
    margin-bottom: 0;
}

.mini-574e .tabs-cold-999c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini-574e .tabs-cold-999c 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: b17f */
.widget-item-c7 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
