/* 
 * 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.tooltip_pressed_d908) — fixed together on mobile */
.stale-4e39 {
    width: 100%;
}

.section_wood_ab7a {
    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) {
    .stale-4e39 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .section_wood_ab7a {
        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.easy-efec. Conta) stay reachable.
     */
    .thumbnail_solid_1056 .hard-9374 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .stale-4e39 .thumbnail_solid_1056 > .hard-9374 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .stale-4e39:has(.content-709f.fn-show-c2a2) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .stale-4e39:has(.content-709f.fn-show-c2a2) .section_wood_ab7a {
        flex-shrink: 0;
    }

    .stale-4e39:has(.content-709f.fn-show-c2a2) .thumbnail_solid_1056 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .stale-4e39:has(.content-709f.fn-show-c2a2) .thumbnail_solid_1056 > .hard-9374 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .stale-4e39:has(.content-709f.fn-show-c2a2) .focused_62a1 {
        flex-shrink: 0;
    }

    .stale-4e39:has(.content-709f.fn-show-c2a2) .content-709f.fn-show-c2a2 {
        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 */
    .thumbnail_solid_1056 .content-709f .component-bronze-734a.fn-active-c2a2 .backdrop_9c3c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .section_wood_ab7a {
        position: sticky;
        top: 0;
    }
}

.stale-4e39.input_tall_89d4,
.stale-4e39.input_tall_89d4 .section_wood_ab7a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.in-beda {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .in-beda {
        padding: 0.75rem 0;
    }
}

.hot-552d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.dynamic-b5b3 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .dynamic-b5b3 img {
        height: 35px;
    }
}

/* .thumbnail_solid_1056 / .tiny-87ec — inner pages (brown bar); index uses .disabled_left_505f below */

.thumbnail_solid_1056:not(.disabled_left_505f) .tiny-87ec.fn-active-c2a2 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.texture_dim_5e02 {
    display: flex;
    gap: var(--spacing-md);
}

.dynamic-188c,
.upper-c189 {
    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) {
    .dynamic-188c,
    .upper-c189 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .texture_dim_5e02 {
        gap: 0.5rem;
    }
}

.dynamic-188c {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.dynamic-188c:hover {
    background: var(--primary-purple);
    color: white;
}

.upper-c189 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.upper-c189:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.notification_pink_c8ce {
    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%;
}

.notification_pink_c8ce::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;
}

.notification_pink_c8ce::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;
}

.carousel_down_57c8 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.notice-glass-9719 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.notice-glass-9719 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);
}

.notification_pink_c8ce 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;
}

.preview-4407 {
    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;
}

.preview-4407 strong {
    font-weight: 700;
}

.gold-c6eb {
    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);
}

.dark_a355 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.next_c25c {
    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);
}

.next_c25c:hover {
    transform: translateY(-4px);
}

.overlay_center_7a48 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.basic-5879 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.icon_eb2d {
    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;
}

.icon_eb2d:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.icon_eb2d.liquid-6182 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.liquid-6b9f {
    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);
}

.liquid-6b9f:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.panel_copper_aa89 {
    padding: 3rem 1.25rem;
    background: white;
}

.tiny_389e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.description-4bab {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.description-4bab:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.description-4bab img {
    margin-bottom: 1rem;
}

.nav-clean-43c3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.description-4bab h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.description-4bab 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 */
.gradient_left_0fd8 {
    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);
}

.background-8488 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.outline_8e9f {
    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);
}

.outline_8e9f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.outline_8e9f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.outline_8e9f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bronze-1792 {
    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
   ======================================== */

.description_dim_a8a4 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.module_dff8 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.chip_5b55 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.popup_290a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.nav-1464 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.nav-1464:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.nav-1464.video_e89f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.nav-1464.video_e89f h3,
.nav-1464.video_e89f p {
    color: white;
}

.complex-88e2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.nav-1464 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.nav-1464 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.accordion-f944 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.accordion-f944:hover {
    gap: 0.75rem;
}

.nav-1464.video_e89f .accordion-f944 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.thick_2578 {
    padding: 4rem 1.25rem;
    background: white;
}

.card_solid_b952 {
    text-align: center;
    margin-bottom: 3rem;
}

.thumbnail_7959 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.pagination_2305 {
    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_2305:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.clean_4c0b {
    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);
}

.active-53dc {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.summary_last_d6c4 {
    padding: 1.5rem;
}

.summary_last_d6c4 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.paragraph-left-d8c8 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description-eb75 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hard_7d05,
.hidden_rough_f3bd {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.hard_7d05 {
    background: #dcfce7;
    color: #166534;
}

.hard_7d05.light_4df1 {
    background: #10b981;
    color: white;
}

.hidden_rough_f3bd {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.hidden_rough_f3bd.feature-inner-cda1 {
    background: #fee2e2;
    color: #991b1b;
}

.hidden_rough_f3bd.border_fresh_c7e5 {
    background: #fef3c7;
    color: #92400e;
}

.hidden_rough_f3bd.south_e37d {
    background: #dcfce7;
    color: #166534;
}

.mask-rough-993f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask-rough-993f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.nav_0d18 {
    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);
}

.nav_0d18:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.overlay-fafa {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.panel-thick-4dc4 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gradient_complex_a4b8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .gradient_complex_a4b8 {
        grid-template-columns: 1fr 1fr;
    }
}

.feature_motion_d654 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.simple-233c h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.disabled-33b9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.paper-edfe {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.overlay-7158 {
    font-size: 1rem;
    opacity: 0.9;
}

.simple-233c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.carousel_fast_4967 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.carousel_fast_4967 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.carousel_fast_4967 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;
}

.carousel_fast_4967 li strong {
    color: var(--primary-purple);
}

.carousel_fast_4967 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.aside_in_c410 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.slider_2cd3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.plasma-da51 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.slider_2cd3 .basic-5879 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.center_9a39 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.west-38f4 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.west-38f4 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.full_6fcc {
    padding: 4rem 1.25rem;
    background: white;
}

.grid-paper-280b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .grid-paper-280b {
        grid-template-columns: 1fr 1fr;
    }
}

.modal_66d6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.west_fa7e {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.icon_bab0 {
    margin-bottom: 1.5rem;
}

.table_0664 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.thick_b806 {
    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);
}

.search-1ae0 {
    white-space: nowrap;
}

.outer-df1e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.pattern_b66e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.orange_8918 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.orange_8918:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.preview-full-cfc3 {
    font-size: 2rem;
    flex-shrink: 0;
}

.accent_fe89 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.accent_fe89 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.title_d2e1 {
    margin-top: 3rem;
}

.title_d2e1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.easy_e1d2 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.easy_e1d2 thead {
    background: var(--primary-purple);
    color: white;
}

.easy_e1d2 th,
.easy_e1d2 td {
    padding: 1rem;
    text-align: left;
}

.easy_e1d2 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.easy_e1d2 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.easy_e1d2 tbody tr:last-child {
    border-bottom: none;
}

.easy_e1d2 tbody tr:hover {
    background: var(--light-bg);
}

.modal_b3e5 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.photo_fc26 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.plasma_49d4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pressed_d566 {
    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);
}

.pressed_d566:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.pressed_d566.tooltip-lite-f62e::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;
}

.notice-in-c017 {
    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;
}

.list-east-b8a9 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.lite-29a4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.selected_39df {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tertiary-51c7 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.tertiary-51c7 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.tertiary-51c7 p:last-child {
    margin-bottom: 0;
}

.tertiary-51c7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.middle_9de5 {
    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;
}

.outline_5d98 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.silver-8aa3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.silver-8aa3 .overlay_center_7a48 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.silver-8aa3 .basic-5879 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.gallery_8c4c {
    padding: 4rem 1.25rem;
    background: white;
}

.down-1875 {
    max-width: 900px;
    margin: 0 auto;
}

.search-9c39 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.search-9c39:hover {
    border-color: var(--primary-purple);
}

.search-9c39[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.search-9c39 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;
}

.search-9c39 summary::-webkit-details-marker {
    display: none;
}

.search-9c39 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.search-9c39[open] summary::after {
    transform: rotate(45deg);
}

.accordion-6b00 {
    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);
    }
}

.accordion-6b00 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.accordion-6b00 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.accordion-6b00 ul,
.accordion-6b00 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.accordion-6b00 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.accordion-6b00 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.column-e3dd {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.warm_7de7 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.warm_7de7 th,
.warm_7de7 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.warm_7de7 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.widget_east_84bb {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.dropdown-b6b4 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.pagination-pressed-1500 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pagination-pressed-1500 {
        flex-direction: column;
        text-align: center;
    }
}

.pagination-pressed-1500 img {
    flex-shrink: 0;
}

.carousel-b5a5 {
    font-size: 4rem;
    flex-shrink: 0;
}

.hover-d55e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.hover-d55e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.sort_outer_8534 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.badge-out-e939 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.carousel_94bb h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.carousel_94bb > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.heading-middle-0e4c {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.label-d1bb {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.footer-2004 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gold_16e6 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.gold_16e6 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.cold_d599 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tooltip-41df {
    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);
}

.pink-18e3 {
    list-style: none;
}

.pink-18e3 li {
    margin-bottom: 0.75rem;
}

.pink-18e3 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.pink-18e3 a:hover {
    color: white;
}

.block-plasma-662c {
    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;
}

.grid_tall_6713 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.grid_tall_6713 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.logo_east_6636 {
    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);
}

.last_736d {
    text-align: right;
}

@media (max-width: 767px) {
    .last_736d {
        text-align: center;
        width: 100%;
    }
}

.last_736d p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.module-08bb {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.hard-9374 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.panel_copper_aa89,
.gradient_left_0fd8,
.description_dim_a8a4,
.thick_2578,
.panel-thick-4dc4,
.full_6fcc,
.photo_fc26,
.gallery_8c4c,
.dropdown-b6b4,
.badge-out-e939 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .module_dff8 {
        font-size: 1.75rem;
    }
    
    .chip_5b55 {
        font-size: 1rem;
    }
    
    .aside_in_c410 {
        flex-direction: column;
    }
    
    .grid-paper-280b {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .thumbnail_7959 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pagination_2305 {
        max-width: 100%;
    }
    
    .active-53dc {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .hard-9374 {
        padding: 0 1rem;
    }
    
    .notification_pink_c8ce {
        padding: 4rem 1rem 3rem;
    }
    
    .notification_pink_c8ce h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .icon_eb2d {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dark_a355 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .easy_e1d2,
    .warm_7de7 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .tiny_389e {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .popup_290a {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .plasma_49d4 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .notification_pink_c8ce h1 {
        font-size: 1.5rem;
    }
    
    .dark_a355 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .next_c25c {
        padding: 0.75rem;
    }
    
    .overlay_center_7a48 {
        font-size: 1.5rem;
    }
    
    .tiny_389e {
        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_2305:hover,
.nav-1464:hover,
.pressed_d566:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .thick_2578,
    .photo_fc26,
    .gallery_8c4c {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.tooltip_pressed_d908)
   ======================================== */

.thumbnail_solid_1056.disabled_left_505f {
    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;
}

.thumbnail_solid_1056.disabled_left_505f .tiny-87ec {
    color: #334155;
}

.thumbnail_solid_1056.disabled_left_505f .tiny-87ec:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.thumbnail_solid_1056.disabled_left_505f .tiny-87ec.fn-active-c2a2 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.thumbnail_solid_1056.disabled_left_505f .backdrop_9c3c {
    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);
}

.thumbnail_solid_1056.disabled_left_505f .backdrop_9c3c::before {
    border-bottom-color: #ffffff;
}

.thumbnail_solid_1056.disabled_left_505f .simple-5616 {
    color: #475569;
}

.thumbnail_solid_1056.disabled_left_505f .simple-5616::before {
    background: #818cf8;
}

.thumbnail_solid_1056.disabled_left_505f .simple-5616:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.thumbnail_solid_1056.disabled_left_505f .simple-5616:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.thumbnail_solid_1056.disabled_left_505f .hidden-f69a {
    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);
}

.thumbnail_solid_1056.disabled_left_505f .hidden-f69a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.thumbnail_solid_1056.disabled_left_505f .hidden-f69a span {
    background: #475569;
    box-shadow: none;
}

.thumbnail_solid_1056.disabled_left_505f .hidden-f69a.fn-active-c2a2 span:nth-child(1),
.thumbnail_solid_1056.disabled_left_505f .hidden-f69a.fn-active-c2a2 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .thumbnail_solid_1056.disabled_left_505f {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .thumbnail_solid_1056.disabled_left_505f .focused_62a1 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .thumbnail_solid_1056.disabled_left_505f .focused_62a1 span {
        color: #334155 !important;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f {
        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);
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .tiny-87ec {
        color: #334155;
        text-shadow: none;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .tiny-87ec:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .tiny-87ec.panel_20a3::after {
        color: #64748b;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .backdrop_9c3c {
        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) */
    .thumbnail_solid_1056.disabled_left_505f .content-709f .component-bronze-734a.fn-active-c2a2 .backdrop_9c3c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .simple-5616 {
        color: #475569;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .simple-5616::before {
        color: #6366f1;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .simple-5616:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .simple-5616:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .thumbnail_solid_1056.disabled_left_505f .content-709f .simple-5616:hover::before {
        color: #4f46e5;
    }
}

/* apk.widget_over_8a0c — mesmo tema claro da home; blocos extras */
body.disabled_404b {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_404b .iron_74c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_404b .gallery_e5ac {
    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);
}

.disabled_404b .gallery_e5ac p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_404b .gallery_e5ac p:last-child {
    margin-bottom: 0;
}

.disabled_404b .gallery_e5ac strong {
    color: var(--text-primary);
}

.disabled_404b .aside_fluid_9d0b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_404b .aside_fluid_9d0b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container-light-8e62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-light-8e62 .form-45c1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-light-8e62 .wrapper_03bd {
    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);
}

.container-light-8e62 .wrapper_03bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-light-8e62 .wrapper_03bd p:last-child {
    margin-bottom: 0;
}

.container-light-8e62 .wrapper_03bd strong {
    color: var(--text-primary);
}

.container-light-8e62 .short-9543 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-light-8e62 .short-9543 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-soft-52fd {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-soft-52fd .logo_basic_6979 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-soft-52fd .popup-next-0e9f {
    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-soft-52fd .popup-next-0e9f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-soft-52fd .popup-next-0e9f p:last-child {
    margin-bottom: 0;
}

.form-soft-52fd .popup-next-0e9f strong {
    color: var(--text-primary);
}

.form-soft-52fd .pressed_2dec {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-soft-52fd .pressed_2dec 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-66ab {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight-66ab .aside-top-5459 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight-66ab .west-4693 {
    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-66ab .west-4693 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight-66ab .west-4693 p:last-child {
    margin-bottom: 0;
}

.highlight-66ab .west-4693 strong {
    color: var(--text-primary);
}

.highlight-66ab .input-e055 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight-66ab .input-e055 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary_ddd3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_ddd3 .frame-825d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_ddd3 .notice-2ff2 {
    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);
}

.secondary_ddd3 .notice-2ff2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_ddd3 .notice-2ff2 p:last-child {
    margin-bottom: 0;
}

.secondary_ddd3 .notice-2ff2 strong {
    color: var(--text-primary);
}

.secondary_ddd3 .item_512a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_ddd3 .item_512a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gallery_right_e25a {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery_right_e25a .fluid_5551 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery_right_e25a .sort-8d53 {
    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);
}

.gallery_right_e25a .sort-8d53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_right_e25a .sort-8d53 p:last-child {
    margin-bottom: 0;
}

.gallery_right_e25a .sort-8d53 strong {
    color: var(--text-primary);
}

.gallery_right_e25a .modal_3798 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery_right_e25a .modal_3798 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion_6ecf {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion_6ecf .pattern-4266 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion_6ecf .info_simple_87e8 {
    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);
}

.motion_6ecf .info_simple_87e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion_6ecf .info_simple_87e8 p:last-child {
    margin-bottom: 0;
}

.motion_6ecf .info_simple_87e8 strong {
    color: var(--text-primary);
}

.motion_6ecf .chip-simple-a89d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.motion_6ecf .chip-simple-a89d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption-steel-a2d0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-steel-a2d0 .up-b35d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-steel-a2d0 .tooltip_998c {
    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);
}

.caption-steel-a2d0 .tooltip_998c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-steel-a2d0 .tooltip_998c p:last-child {
    margin-bottom: 0;
}

.caption-steel-a2d0 .tooltip_998c strong {
    color: var(--text-primary);
}

.caption-steel-a2d0 .disabled_967d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-steel-a2d0 .disabled_967d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_528f {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_528f .sort-pro-049c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_528f .solid-8d9a {
    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_528f .solid-8d9a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_528f .solid-8d9a p:last-child {
    margin-bottom: 0;
}

.filter_528f .solid-8d9a strong {
    color: var(--text-primary);
}

.filter_528f .section_simple_826a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter_528f .section_simple_826a 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_17da {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper_17da .description-931a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper_17da .module-cool-e09a {
    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_17da .module-cool-e09a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_17da .module-cool-e09a p:last-child {
    margin-bottom: 0;
}

.wrapper_17da .module-cool-e09a strong {
    color: var(--text-primary);
}

.wrapper_17da .logo-5c95 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper_17da .logo-5c95 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_60bd {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot_60bd .narrow_cb77 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot_60bd .hard_3878 {
    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_60bd .hard_3878 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot_60bd .hard_3878 p:last-child {
    margin-bottom: 0;
}

.hot_60bd .hard_3878 strong {
    color: var(--text-primary);
}

.hot_60bd .motion-3f4e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot_60bd .motion-3f4e li {
    margin-bottom: 0.65rem;
}

.hot_60bd .motion-3f4e li:last-child {
    margin-bottom: 0;
}

.hot_60bd .down_8b88 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hot_60bd .down_8b88 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title-f313 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title-f313 .component-focused-b8cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title-f313 .article_upper_9ba3 {
    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);
}

.title-f313 .article_upper_9ba3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-f313 .article_upper_9ba3 p:last-child {
    margin-bottom: 0;
}

.title-f313 .article_upper_9ba3 strong {
    color: var(--text-primary);
}

.title-f313 .search-tall-3d88 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-f313 .search-tall-3d88 li {
    margin-bottom: 0.65rem;
}

.title-f313 .search-tall-3d88 li:last-child {
    margin-bottom: 0;
}

.title-f313 .badge_0aab {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title-f313 .badge_0aab img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title-warm-cc59 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title-warm-cc59 .icon_f678 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title-warm-cc59 .wide_3488 {
    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);
}

.title-warm-cc59 .wide_3488 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-warm-cc59 .wide_3488 p:last-child {
    margin-bottom: 0;
}

.title-warm-cc59 .wide_3488 strong {
    color: var(--text-primary);
}

.title-warm-cc59 .article_227a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-warm-cc59 .article_227a li {
    margin-bottom: 0.65rem;
}

.title-warm-cc59 .article_227a li:last-child {
    margin-bottom: 0;
}

.title-warm-cc59 .new_f85f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title-warm-cc59 .new_f85f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slow-01f6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow-01f6 .component-28f4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow-01f6 .grid_2305 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slow-01f6 .grid_2305 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-01f6 .grid_2305 p:last-child {
    margin-bottom: 0;
}

.slow-01f6 .grid_2305 strong {
    color: var(--text-primary);
}

.slow-01f6 .clean_9121 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-01f6 .clean_9121 li {
    margin-bottom: 0.65rem;
}

.slow-01f6 .clean_9121 li:last-child {
    margin-bottom: 0;
}

body.complex-8b5f {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-8b5f .highlight-1043 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-8b5f .wrapper_6f79 {
    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-8b5f .wrapper_6f79 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-8b5f .wrapper_6f79 p:last-child {
    margin-bottom: 0;
}

.complex-8b5f .wrapper_6f79 strong {
    color: var(--text-primary);
}

.complex-8b5f .shadow_db6a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-8b5f .shadow_db6a li {
    margin-bottom: 0.65rem;
}

.complex-8b5f .shadow_db6a li:last-child {
    margin-bottom: 0;
}

.complex-8b5f .description_6442 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-8b5f .description_6442 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notice_89af {
    background: #f8f9fa;
    color: #2c3e50;
}

.notice_89af .gradient-under-4720 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notice_89af .over-f833 {
    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);
}

.notice_89af .over-f833 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice_89af .over-f833 p:last-child {
    margin-bottom: 0;
}

.notice_89af .over-f833 strong {
    color: var(--text-primary);
}

.notice_89af .menu-basic-a19f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice_89af .menu-basic-a19f li {
    margin-bottom: 0.65rem;
}

.notice_89af .menu-basic-a19f li:last-child {
    margin-bottom: 0;
}

.notice_89af .iron-b696 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notice_89af .iron-b696 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dynamic-b171 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dynamic-b171 .basic-dde7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dynamic-b171 .article-2c19 {
    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);
}

.dynamic-b171 .article-2c19 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-b171 .article-2c19 p:last-child {
    margin-bottom: 0;
}

.dynamic-b171 .article-2c19 strong {
    color: var(--text-primary);
}

.dynamic-b171 .motion-2115 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-b171 .motion-2115 li {
    margin-bottom: 0.65rem;
}

.dynamic-b171 .motion-2115 li:last-child {
    margin-bottom: 0;
}

.dynamic-b171 .large-f7b8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dynamic-b171 .large-f7b8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.red-d045 {
    background: #f8f9fa;
    color: #2c3e50;
}

.red-d045 .preview_0f64 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.red-d045 .fast-b1bd {
    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);
}

.red-d045 .fast-b1bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.red-d045 .fast-b1bd p:last-child {
    margin-bottom: 0;
}

.red-d045 .fast-b1bd strong {
    color: var(--text-primary);
}

.red-d045 .silver_1ca8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.red-d045 .silver_1ca8 li {
    margin-bottom: 0.65rem;
}

.red-d045 .silver_1ca8 li:last-child {
    margin-bottom: 0;
}

.red-d045 .video-silver-5740 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.red-d045 .video-silver-5740 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: a0eb */
.shadow-element-j4 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
