/* 
 * 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.red-a4e5) — fixed together on mobile */
.photo-under-c8ef {
    width: 100%;
}

.west_9cda {
    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) {
    .photo-under-c8ef {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .west_9cda {
        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.lite-703d. Conta) stay reachable.
     */
    .sort_9ee7 .chip_complex_b2f3 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .photo-under-c8ef .sort_9ee7 > .chip_complex_b2f3 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) .west_9cda {
        flex-shrink: 0;
    }

    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) .sort_9ee7 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) .sort_9ee7 > .chip_complex_b2f3 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) .image-silver-dfb6 {
        flex-shrink: 0;
    }

    .photo-under-c8ef:has(.message_hard_fdd5.fn-show-353d) .message_hard_fdd5.fn-show-353d {
        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 */
    .sort_9ee7 .message_hard_fdd5 .dirty_4812.fn-active-353d .shadow_cold_c191 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .west_9cda {
        position: sticky;
        top: 0;
    }
}

.photo-under-c8ef.dark-117b,
.photo-under-c8ef.dark-117b .west_9cda {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.container-14b4 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .container-14b4 {
        padding: 0.75rem 0;
    }
}

.prev-5682 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.status-action-ce8e img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .status-action-ce8e img {
        height: 35px;
    }
}

/* .sort_9ee7 / .sidebar-6044 — inner pages (brown bar); index uses .box_slow_23a0 below */

.sort_9ee7:not(.box_slow_23a0) .sidebar-6044.fn-active-353d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.bronze_834e {
    display: flex;
    gap: var(--spacing-md);
}

.title_orange_a459,
.small_7b46 {
    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) {
    .title_orange_a459,
    .small_7b46 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .bronze_834e {
        gap: 0.5rem;
    }
}

.title_orange_a459 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.title_orange_a459:hover {
    background: var(--primary-purple);
    color: white;
}

.small_7b46 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.small_7b46:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.module-7ede {
    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%;
}

.module-7ede::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;
}

.module-7ede::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;
}

.shade_d875 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.status-east-249c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.status-east-249c 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);
}

.module-7ede 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;
}

.shade-db9b {
    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;
}

.shade-db9b strong {
    font-weight: 700;
}

.thumbnail-right-dc5b {
    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);
}

.summary_active_a772 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.input-new-de39 {
    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);
}

.input-new-de39:hover {
    transform: translateY(-4px);
}

.avatar-af10 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.purple-6a8f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tall-2ed5 {
    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;
}

.tall-2ed5:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tall-2ed5.narrow_e337 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.huge_3680 {
    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);
}

.huge_3680:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.alert-inner-8671 {
    padding: 3rem 1.25rem;
    background: white;
}

.focus-smooth-cb8f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.blue_9f1e {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.blue_9f1e:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blue_9f1e img {
    margin-bottom: 1rem;
}

.left-0cb5 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.blue_9f1e h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.blue_9f1e 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 */
.filter_black_ddd3 {
    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);
}

.dropdown-4380 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.primary-basic-bc49 {
    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);
}

.primary-basic-bc49 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.primary-basic-bc49 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.primary-basic-bc49 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.focused-091f {
    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
   ======================================== */

.detail_solid_5670 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.accent-a566 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.over-9d9b {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.old-5edf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.pagination_up_cfb5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.pagination_up_cfb5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.pagination_up_cfb5.center_4b0a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.pagination_up_cfb5.center_4b0a h3,
.pagination_up_cfb5.center_4b0a p {
    color: white;
}

.bright-07cd {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pagination_up_cfb5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.pagination_up_cfb5 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.grid_pressed_2052 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.grid_pressed_2052:hover {
    gap: 0.75rem;
}

.pagination_up_cfb5.center_4b0a .grid_pressed_2052 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.tooltip-68ab {
    padding: 4rem 1.25rem;
    background: white;
}

.element_clean_7eae {
    text-align: center;
    margin-bottom: 3rem;
}

.description-inner-e678 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.tooltip-5353 {
    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%;
}

.tooltip-5353:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.current-7ba6 {
    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);
}

.surface-blue-65ce {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.backdrop_fb87 {
    padding: 1.5rem;
}

.backdrop_fb87 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.green_ea4b {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.background_prev_6a28 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.border_88e8,
.chip-ab3c {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.border_88e8 {
    background: #dcfce7;
    color: #166534;
}

.border_88e8.video_d441 {
    background: #10b981;
    color: white;
}

.chip-ab3c {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.chip-ab3c.modal_9719 {
    background: #fee2e2;
    color: #991b1b;
}

.chip-ab3c.outline-a35d {
    background: #fef3c7;
    color: #92400e;
}

.chip-ab3c.button_75c7 {
    background: #dcfce7;
    color: #166534;
}

.texture_advanced_e58c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.texture_advanced_e58c strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.pink_99e7 {
    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);
}

.pink_99e7:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.paragraph_silver_8aca {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.feature-9c05 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.picture-382b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .picture-382b {
        grid-template-columns: 1fr 1fr;
    }
}

.shadow_a32e img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.search_blue_04bc h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pagination_fast_3d9d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.filter_36ba {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.info-ce01 {
    font-size: 1rem;
    opacity: 0.9;
}

.search_blue_04bc h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.border-f8fd {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.border-f8fd li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.border-f8fd 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;
}

.border-f8fd li strong {
    color: var(--primary-purple);
}

.border-f8fd li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.upper_e554 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.form-5101 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tiny_21f1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.form-5101 .purple-6a8f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.in-06fb p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.main-pro-f511 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.main-pro-f511 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.notice-f2ae {
    padding: 4rem 1.25rem;
    background: white;
}

.texture_fa00 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .texture_fa00 {
        grid-template-columns: 1fr 1fr;
    }
}

.liquid-058f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hard_b589 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.shadow_cold_e8a9 {
    margin-bottom: 1.5rem;
}

.solid-1822 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hidden-56c1 {
    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);
}

.photo_simple_9289 {
    white-space: nowrap;
}

.prev-4d8d {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.fresh_7ef7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.media_610d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.media_610d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.dirty_79d5 {
    font-size: 2rem;
    flex-shrink: 0;
}

.texture-b9ae h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.texture-b9ae p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.focus-fresh-cf18 {
    margin-top: 3rem;
}

.focus-fresh-cf18 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.basic-33af {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.basic-33af thead {
    background: var(--primary-purple);
    color: white;
}

.basic-33af th,
.basic-33af td {
    padding: 1rem;
    text-align: left;
}

.basic-33af th {
    font-weight: 700;
    font-size: 0.9rem;
}

.basic-33af tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.basic-33af tbody tr:last-child {
    border-bottom: none;
}

.basic-33af tbody tr:hover {
    background: var(--light-bg);
}

.wide-5872 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.selected-8436 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.glass-57a4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hot_3a08 {
    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);
}

.hot_3a08:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.hot_3a08.button-c92f::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;
}

.outer_3255 {
    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;
}

.grid_hard_8909 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.primary-lower-28ef h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.purple_8206 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.fixed_6c85 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.fixed_6c85 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.fixed_6c85 p:last-child {
    margin-bottom: 0;
}

.fixed_6c85 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.black-52cb {
    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;
}

.grid-3f23 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.header_cold_319a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.header_cold_319a .avatar-af10 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.header_cold_319a .purple-6a8f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.table_25f5 {
    padding: 4rem 1.25rem;
    background: white;
}

.banner_warm_9649 {
    max-width: 900px;
    margin: 0 auto;
}

.menu_d2a0 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.menu_d2a0:hover {
    border-color: var(--primary-purple);
}

.menu_d2a0[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.menu_d2a0 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;
}

.menu_d2a0 summary::-webkit-details-marker {
    display: none;
}

.menu_d2a0 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.menu_d2a0[open] summary::after {
    transform: rotate(45deg);
}

.paper_87f3 {
    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);
    }
}

.paper_87f3 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.paper_87f3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.paper_87f3 ul,
.paper_87f3 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.paper_87f3 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.paper_87f3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.new_0d43 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.outline-simple-ed12 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.outline-simple-ed12 th,
.outline-simple-ed12 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.outline-simple-ed12 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.paragraph_hovered_ef3e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.in_9d5e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.short-00b0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .short-00b0 {
        flex-direction: column;
        text-align: center;
    }
}

.short-00b0 img {
    flex-shrink: 0;
}

.photo_middle_5ced {
    font-size: 4rem;
    flex-shrink: 0;
}

.outline_large_803a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.outline_large_803a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.shade-92aa {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.up_0b8b {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.block_west_35da h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.block_west_35da > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.breadcrumb_8cd2 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.avatar-f53e {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.tabs-e012 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.block_hot_448b h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.block_hot_448b p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.complex-5993 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.overlay-mini-8135 {
    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);
}

.yellow_0810 {
    list-style: none;
}

.yellow_0810 li {
    margin-bottom: 0.75rem;
}

.yellow_0810 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.yellow_0810 a:hover {
    color: white;
}

.component-f446 {
    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;
}

.icon_wood_f982 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.icon_wood_f982 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.text_3995 {
    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);
}

.plasma_0ee1 {
    text-align: right;
}

@media (max-width: 767px) {
    .plasma_0ee1 {
        text-align: center;
        width: 100%;
    }
}

.plasma_0ee1 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.next-fc69 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.chip_complex_b2f3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.alert-inner-8671,
.filter_black_ddd3,
.detail_solid_5670,
.tooltip-68ab,
.feature-9c05,
.notice-f2ae,
.selected-8436,
.table_25f5,
.in_9d5e,
.up_0b8b {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .accent-a566 {
        font-size: 1.75rem;
    }
    
    .over-9d9b {
        font-size: 1rem;
    }
    
    .upper_e554 {
        flex-direction: column;
    }
    
    .texture_fa00 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .description-inner-e678 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .tooltip-5353 {
        max-width: 100%;
    }
    
    .surface-blue-65ce {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .chip_complex_b2f3 {
        padding: 0 1rem;
    }
    
    .module-7ede {
        padding: 4rem 1rem 3rem;
    }
    
    .module-7ede h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tall-2ed5 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .summary_active_a772 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .basic-33af,
    .outline-simple-ed12 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .focus-smooth-cb8f {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .old-5edf {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .glass-57a4 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .module-7ede h1 {
        font-size: 1.5rem;
    }
    
    .summary_active_a772 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .input-new-de39 {
        padding: 0.75rem;
    }
    
    .avatar-af10 {
        font-size: 1.5rem;
    }
    
    .focus-smooth-cb8f {
        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 */
.tooltip-5353:hover,
.pagination_up_cfb5:hover,
.hot_3a08:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .tooltip-68ab,
    .selected-8436,
    .table_25f5 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.red-a4e5)
   ======================================== */

.sort_9ee7.box_slow_23a0 {
    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;
}

.sort_9ee7.box_slow_23a0 .sidebar-6044 {
    color: #334155;
}

.sort_9ee7.box_slow_23a0 .sidebar-6044:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.sort_9ee7.box_slow_23a0 .sidebar-6044.fn-active-353d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.sort_9ee7.box_slow_23a0 .shadow_cold_c191 {
    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);
}

.sort_9ee7.box_slow_23a0 .shadow_cold_c191::before {
    border-bottom-color: #ffffff;
}

.sort_9ee7.box_slow_23a0 .picture-faae {
    color: #475569;
}

.sort_9ee7.box_slow_23a0 .picture-faae::before {
    background: #818cf8;
}

.sort_9ee7.box_slow_23a0 .picture-faae:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.sort_9ee7.box_slow_23a0 .picture-faae:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.sort_9ee7.box_slow_23a0 .primary-wide-0944 {
    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);
}

.sort_9ee7.box_slow_23a0 .primary-wide-0944:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.sort_9ee7.box_slow_23a0 .primary-wide-0944 span {
    background: #475569;
    box-shadow: none;
}

.sort_9ee7.box_slow_23a0 .primary-wide-0944.fn-active-353d span:nth-child(1),
.sort_9ee7.box_slow_23a0 .primary-wide-0944.fn-active-353d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .sort_9ee7.box_slow_23a0 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .sort_9ee7.box_slow_23a0 .image-silver-dfb6 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .sort_9ee7.box_slow_23a0 .image-silver-dfb6 span {
        color: #334155 !important;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 {
        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);
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .sidebar-6044 {
        color: #334155;
        text-shadow: none;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .sidebar-6044:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .sidebar-6044.tooltip_silver_9901::after {
        color: #64748b;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .shadow_cold_c191 {
        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) */
    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .dirty_4812.fn-active-353d .shadow_cold_c191 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .picture-faae {
        color: #475569;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .picture-faae::before {
        color: #6366f1;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .picture-faae:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .picture-faae:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .sort_9ee7.box_slow_23a0 .message_hard_fdd5 .picture-faae:hover::before {
        color: #4f46e5;
    }
}

/* apk.lite_a064 — mesmo tema claro da home; blocos extras */
body.header_dirty_6fae {
    background: #f8f9fa;
    color: #2c3e50;
}

.header_dirty_6fae .container_pro_2be6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header_dirty_6fae .main_ee0f {
    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);
}

.header_dirty_6fae .main_ee0f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header_dirty_6fae .main_ee0f p:last-child {
    margin-bottom: 0;
}

.header_dirty_6fae .main_ee0f strong {
    color: var(--text-primary);
}

.header_dirty_6fae .fluid_8199 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header_dirty_6fae .fluid_8199 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.new_a9f2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.new_a9f2 .dynamic_60c1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.new_a9f2 .tag-blue-7eb2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.new_a9f2 .tag-blue-7eb2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new_a9f2 .tag-blue-7eb2 p:last-child {
    margin-bottom: 0;
}

.new_a9f2 .tag-blue-7eb2 strong {
    color: var(--text-primary);
}

.new_a9f2 .prev-356e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.new_a9f2 .prev-356e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.icon_c8ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon_c8ef .component_glass_3183 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon_c8ef .texture_slow_50d9 {
    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);
}

.icon_c8ef .texture_slow_50d9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_c8ef .texture_slow_50d9 p:last-child {
    margin-bottom: 0;
}

.icon_c8ef .texture_slow_50d9 strong {
    color: var(--text-primary);
}

.icon_c8ef .tag_active_6010 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon_c8ef .tag_active_6010 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_1e8e {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_1e8e .caption-basic-9a1c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_1e8e .popup-full-fdec {
    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);
}

.panel_1e8e .popup-full-fdec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_1e8e .popup-full-fdec p:last-child {
    margin-bottom: 0;
}

.panel_1e8e .popup-full-fdec strong {
    color: var(--text-primary);
}

.panel_1e8e .banner_pro_ee27 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_1e8e .banner_pro_ee27 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview_6ca5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_6ca5 .right-d805 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_6ca5 .outer_e464 {
    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);
}

.preview_6ca5 .outer_e464 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_6ca5 .outer_e464 p:last-child {
    margin-bottom: 0;
}

.preview_6ca5 .outer_e464 strong {
    color: var(--text-primary);
}

.preview_6ca5 .dynamic-7fd7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_6ca5 .dynamic-7fd7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent-full-56b6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent-full-56b6 .fast_6d64 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent-full-56b6 .icon-5327 {
    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);
}

.accent-full-56b6 .icon-5327 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-full-56b6 .icon-5327 p:last-child {
    margin-bottom: 0;
}

.accent-full-56b6 .icon-5327 strong {
    color: var(--text-primary);
}

.accent-full-56b6 .info_717d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent-full-56b6 .info_717d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard-c0e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-c0e6 .preview-fe70 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-c0e6 .form_static_e8fe {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hard-c0e6 .form_static_e8fe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-c0e6 .form_static_e8fe p:last-child {
    margin-bottom: 0;
}

.hard-c0e6 .form_static_e8fe strong {
    color: var(--text-primary);
}

.hard-c0e6 .footer-outer-c6c6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-c0e6 .footer-outer-c6c6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content_first_d0b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.content_first_d0b7 .active_171d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content_first_d0b7 .mask-mini-40cf {
    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);
}

.content_first_d0b7 .mask-mini-40cf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_first_d0b7 .mask-mini-40cf p:last-child {
    margin-bottom: 0;
}

.content_first_d0b7 .mask-mini-40cf strong {
    color: var(--text-primary);
}

.content_first_d0b7 .red-ae3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content_first_d0b7 .red-ae3c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block_pro_59a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block_pro_59a0 .aside_d90d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block_pro_59a0 .form-gas-5b37 {
    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);
}

.block_pro_59a0 .form-gas-5b37 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_pro_59a0 .form-gas-5b37 p:last-child {
    margin-bottom: 0;
}

.block_pro_59a0 .form-gas-5b37 strong {
    color: var(--text-primary);
}

.block_pro_59a0 .list_silver_abda {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block_pro_59a0 .list_silver_abda img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block-ed0c {
    background: #f8f9fa;
    color: #2c3e50;
}

.block-ed0c .preview-bf22 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block-ed0c .label-light-08c2 {
    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);
}

.block-ed0c .label-light-08c2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-ed0c .label-light-08c2 p:last-child {
    margin-bottom: 0;
}

.block-ed0c .label-light-08c2 strong {
    color: var(--text-primary);
}

.block-ed0c .container-1d06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block-ed0c .container-1d06 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border-wood-2de8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border-wood-2de8 .header_brown_9023 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border-wood-2de8 .bottom_90b2 {
    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);
}

.border-wood-2de8 .bottom_90b2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border-wood-2de8 .bottom_90b2 p:last-child {
    margin-bottom: 0;
}

.border-wood-2de8 .bottom_90b2 strong {
    color: var(--text-primary);
}

.border-wood-2de8 .form_f2b6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border-wood-2de8 .form_f2b6 li {
    margin-bottom: 0.65rem;
}

.border-wood-2de8 .form_f2b6 li:last-child {
    margin-bottom: 0;
}

.border-wood-2de8 .short_73d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border-wood-2de8 .short_73d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion-e6af {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion-e6af .column-c528 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion-e6af .right_32e1 {
    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);
}

.accordion-e6af .right_32e1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-e6af .right_32e1 p:last-child {
    margin-bottom: 0;
}

.accordion-e6af .right_32e1 strong {
    color: var(--text-primary);
}

.accordion-e6af .chip-fast-4c1d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-e6af .chip-fast-4c1d li {
    margin-bottom: 0.65rem;
}

.accordion-e6af .chip-fast-4c1d li:last-child {
    margin-bottom: 0;
}

.accordion-e6af .preview_b45d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion-e6af .preview_b45d 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_gas_d120 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_gas_d120 .widget_01e5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_gas_d120 .texture_orange_764f {
    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_gas_d120 .texture_orange_764f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_gas_d120 .texture_orange_764f p:last-child {
    margin-bottom: 0;
}

.secondary_gas_d120 .texture_orange_764f strong {
    color: var(--text-primary);
}

.secondary_gas_d120 .last_aff5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_gas_d120 .last_aff5 li {
    margin-bottom: 0.65rem;
}

.secondary_gas_d120 .last_aff5 li:last-child {
    margin-bottom: 0;
}

.secondary_gas_d120 .glass_ad10 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_gas_d120 .glass_ad10 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-56a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot-56a1 .solid_b00f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot-56a1 .surface-orange-da54 {
    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-56a1 .surface-orange-da54 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot-56a1 .surface-orange-da54 p:last-child {
    margin-bottom: 0;
}

.hot-56a1 .surface-orange-da54 strong {
    color: var(--text-primary);
}

.hot-56a1 .huge_2e95 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot-56a1 .huge_2e95 li {
    margin-bottom: 0.65rem;
}

.hot-56a1 .huge_2e95 li:last-child {
    margin-bottom: 0;
}

body.shadow_new_d5d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow_new_d5d9 .banner_bright_708d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow_new_d5d9 .over-a7d6 {
    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);
}

.shadow_new_d5d9 .over-a7d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow_new_d5d9 .over-a7d6 p:last-child {
    margin-bottom: 0;
}

.shadow_new_d5d9 .over-a7d6 strong {
    color: var(--text-primary);
}

.shadow_new_d5d9 .title_2293 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow_new_d5d9 .title_2293 li {
    margin-bottom: 0.65rem;
}

.shadow_new_d5d9 .title_2293 li:last-child {
    margin-bottom: 0;
}

.shadow_new_d5d9 .title_ed95 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shadow_new_d5d9 .title_ed95 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-63ee {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-63ee .accordion-selected-fcff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-63ee .main_5f1a {
    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-63ee .main_5f1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-63ee .main_5f1a p:last-child {
    margin-bottom: 0;
}

.filter-63ee .main_5f1a strong {
    color: var(--text-primary);
}

.filter-63ee .icon_e97a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-63ee .icon_e97a li {
    margin-bottom: 0.65rem;
}

.filter-63ee .icon_e97a li:last-child {
    margin-bottom: 0;
}

.filter-63ee .paragraph-motion-a07c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-63ee .paragraph-motion-a07c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.surface-ef11 {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-ef11 .down-5bf4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-ef11 .section-fef7 {
    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);
}

.surface-ef11 .section-fef7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-ef11 .section-fef7 p:last-child {
    margin-bottom: 0;
}

.surface-ef11 .section-fef7 strong {
    color: var(--text-primary);
}

.surface-ef11 .card_white_39c9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-ef11 .card_white_39c9 li {
    margin-bottom: 0.65rem;
}

.surface-ef11 .card_white_39c9 li:last-child {
    margin-bottom: 0;
}

.surface-ef11 .panel-lower-b098 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-ef11 .panel-lower-b098 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent-6203 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent-6203 .stale-9de8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent-6203 .inner-9adb {
    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);
}

.accent-6203 .inner-9adb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-6203 .inner-9adb p:last-child {
    margin-bottom: 0;
}

.accent-6203 .inner-9adb strong {
    color: var(--text-primary);
}

.accent-6203 .carousel-active-6b13 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-6203 .carousel-active-6b13 li {
    margin-bottom: 0.65rem;
}

.accent-6203 .carousel-active-6b13 li:last-child {
    margin-bottom: 0;
}

.accent-6203 .mini-06e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent-6203 .mini-06e5 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: 7e3d */
.widget-item-z0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
