/* 
 * 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.out_265f) — fixed together on mobile */
.widget-bccb {
    width: 100%;
}

.slider_94f7 {
    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) {
    .widget-bccb {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .slider_94f7 {
        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.detail-up-1ad4. Conta) stay reachable.
     */
    .nav-4e0d .tooltip_1a79 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .widget-bccb .nav-4e0d > .tooltip_1a79 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) .slider_94f7 {
        flex-shrink: 0;
    }

    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) .nav-4e0d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) .nav-4e0d > .tooltip_1a79 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) .list_103c {
        flex-shrink: 0;
    }

    .widget-bccb:has(.carousel-stale-7cc4.fn-show-6948) .carousel-stale-7cc4.fn-show-6948 {
        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 */
    .nav-4e0d .carousel-stale-7cc4 .layout_c5df.fn-active-6948 .lower-e5f2 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .slider_94f7 {
        position: sticky;
        top: 0;
    }
}

.widget-bccb.image-19c0,
.widget-bccb.image-19c0 .slider_94f7 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hover_basic_2509 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .hover_basic_2509 {
        padding: 0.75rem 0;
    }
}

.aside_black_afaa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.feature_3973 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .feature_3973 img {
        height: 35px;
    }
}

/* .nav-4e0d / .avatar_81b5 — inner pages (brown bar); index uses .banner-0722 below */

.nav-4e0d:not(.banner-0722) .avatar_81b5.fn-active-6948 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.liquid-e6ba {
    display: flex;
    gap: var(--spacing-md);
}

.image_3f9a,
.right-0091 {
    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) {
    .image_3f9a,
    .right-0091 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .liquid-e6ba {
        gap: 0.5rem;
    }
}

.image_3f9a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.image_3f9a:hover {
    background: var(--primary-purple);
    color: white;
}

.right-0091 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.right-0091:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.focus-4c4d {
    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%;
}

.focus-4c4d::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;
}

.focus-4c4d::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;
}

.thumbnail-bde0 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.hover_1eba {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.hover_1eba 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);
}

.focus-4c4d 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;
}

.link-2eec {
    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;
}

.link-2eec strong {
    font-weight: 700;
}

.nav_hot_fdf1 {
    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);
}

.mask_prev_f336 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.fluid_5777 {
    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);
}

.fluid_5777:hover {
    transform: translateY(-4px);
}

.image-purple-2090 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.link-inner-1252 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.prev_069a {
    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;
}

.prev_069a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.prev_069a.thumbnail_fe25 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.image_north_06cc {
    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);
}

.image_north_06cc:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.yellow-6b4b {
    padding: 3rem 1.25rem;
    background: white;
}

.image-easy-3abf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.outer_ac9a {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.outer_ac9a:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.outer_ac9a img {
    margin-bottom: 1rem;
}

.bronze-2832 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.outer_ac9a h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.outer_ac9a 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 */
.video_stone_33be {
    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);
}

.focus-ce53 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.accordion-f570 {
    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);
}

.accordion-f570 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.accordion-f570 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.accordion-f570 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.menu_medium_ce31 {
    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
   ======================================== */

.under-be72 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.heading-8620 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.cool-7f67 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.preview-87c5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.filter-static-64cf {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.filter-static-64cf:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.filter-static-64cf.copper-f933 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.filter-static-64cf.copper-f933 h3,
.filter-static-64cf.copper-f933 p {
    color: white;
}

.mask-9057 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.filter-static-64cf h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.filter-static-64cf p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.block-78a9 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.block-78a9:hover {
    gap: 0.75rem;
}

.filter-static-64cf.copper-f933 .block-78a9 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.last_9786 {
    padding: 4rem 1.25rem;
    background: white;
}

.link_4e5a {
    text-align: center;
    margin-bottom: 3rem;
}

.east-1792 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.plasma-9c32 {
    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%;
}

.plasma-9c32:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.gallery_short_83d6 {
    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);
}

.fixed-148c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.progress-dd54 {
    padding: 1.5rem;
}

.progress-dd54 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.status_lower_4c2d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.huge_2bc2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.chip-2441,
.outline-6cb9 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.chip-2441 {
    background: #dcfce7;
    color: #166534;
}

.chip-2441.lite_54c7 {
    background: #10b981;
    color: white;
}

.outline-6cb9 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.outline-6cb9.first-e35d {
    background: #fee2e2;
    color: #991b1b;
}

.outline-6cb9.aside-simple-82f8 {
    background: #fef3c7;
    color: #92400e;
}

.outline-6cb9.motion_e151 {
    background: #dcfce7;
    color: #166534;
}

.overlay-clean-62de {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.overlay-clean-62de strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.overlay_5f7c {
    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);
}

.overlay_5f7c:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.primary-complex-c973 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.info_dirty_ed4c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hot_4ba1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hot_4ba1 {
        grid-template-columns: 1fr 1fr;
    }
}

.light_f6bf img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.summary-87fb h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.sidebar-7e95 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.wood_4e0e {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.solid-ebd8 {
    font-size: 1rem;
    opacity: 0.9;
}

.summary-87fb h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.gallery_aa8f {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.gallery_aa8f li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.gallery_aa8f 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;
}

.gallery_aa8f li strong {
    color: var(--primary-purple);
}

.gallery_aa8f li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.widget-current-7134 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.cold-f9f4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.gold-d4a5 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.cold-f9f4 .link-inner-1252 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.under_a4de p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.active_fb24 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.active_fb24 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.outer-a57e {
    padding: 4rem 1.25rem;
    background: white;
}

.notification_9871 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .notification_9871 {
        grid-template-columns: 1fr 1fr;
    }
}

.liquid-d353 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.solid_ac61 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.focus-easy-b955 {
    margin-bottom: 1.5rem;
}

.container_down_4bf9 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.card_stone_8a90 {
    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);
}

.highlight-center-f636 {
    white-space: nowrap;
}

.gradient-in-00da {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.wood-1631 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.link-00f8 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.link-00f8:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.slider_cbe6 {
    font-size: 2rem;
    flex-shrink: 0;
}

.solid-e1ea h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.solid-e1ea p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.mask-under-a436 {
    margin-top: 3rem;
}

.mask-under-a436 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.search_hot_c39f {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.search_hot_c39f thead {
    background: var(--primary-purple);
    color: white;
}

.search_hot_c39f th,
.search_hot_c39f td {
    padding: 1rem;
    text-align: left;
}

.search_hot_c39f th {
    font-weight: 700;
    font-size: 0.9rem;
}

.search_hot_c39f tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.search_hot_c39f tbody tr:last-child {
    border-bottom: none;
}

.search_hot_c39f tbody tr:hover {
    background: var(--light-bg);
}

.logo-fb21 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.carousel-pro-61d9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.box-120d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.paragraph-warm-e425 {
    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);
}

.paragraph-warm-e425:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.paragraph-warm-e425.avatar_b3f6::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;
}

.feature-outer-9935 {
    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;
}

.next_dece {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.solid_b849 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.image-green-5c30 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.text-bronze-a5c2 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.text-bronze-a5c2 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.text-bronze-a5c2 p:last-child {
    margin-bottom: 0;
}

.text-bronze-a5c2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.module_narrow_1224 {
    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;
}

.section-7bbc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.dropdown_3227 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.dropdown_3227 .image-purple-2090 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.dropdown_3227 .link-inner-1252 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.info-a9c6 {
    padding: 4rem 1.25rem;
    background: white;
}

.list-4720 {
    max-width: 900px;
    margin: 0 auto;
}

.mask_up_458e {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.mask_up_458e:hover {
    border-color: var(--primary-purple);
}

.mask_up_458e[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.mask_up_458e 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;
}

.mask_up_458e summary::-webkit-details-marker {
    display: none;
}

.mask_up_458e summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.mask_up_458e[open] summary::after {
    transform: rotate(45deg);
}

.purple_37f7 {
    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);
    }
}

.purple_37f7 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.purple_37f7 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.purple_37f7 ul,
.purple_37f7 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.purple_37f7 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.purple_37f7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.surface-cold-a9b7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.orange_fad3 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.orange_fad3 th,
.orange_fad3 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.orange_fad3 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.element_gas_c0f2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.huge-e422 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.pro-b9ee {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .pro-b9ee {
        flex-direction: column;
        text-align: center;
    }
}

.pro-b9ee img {
    flex-shrink: 0;
}

.tall_d4d4 {
    font-size: 4rem;
    flex-shrink: 0;
}

.slow_e212 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.slow_e212 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.highlight_7a48 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.up_6316 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.feature_stone_c86d h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.feature_stone_c86d > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.container_5a7b {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.feature_1379 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.short-8641 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gas_1714 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.gas_1714 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.detail-new-29b4 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery_hovered_045e {
    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);
}

.clean-9cfc {
    list-style: none;
}

.clean-9cfc li {
    margin-bottom: 0.75rem;
}

.clean-9cfc a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.clean-9cfc a:hover {
    color: white;
}

.highlight-ebaf {
    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;
}

.pagination-b0b5 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-b0b5 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.notice-2c52 {
    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);
}

.old_ce65 {
    text-align: right;
}

@media (max-width: 767px) {
    .old_ce65 {
        text-align: center;
        width: 100%;
    }
}

.old_ce65 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.soft-68f0 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.tooltip_1a79 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.yellow-6b4b,
.video_stone_33be,
.under-be72,
.last_9786,
.info_dirty_ed4c,
.outer-a57e,
.carousel-pro-61d9,
.info-a9c6,
.huge-e422,
.up_6316 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .heading-8620 {
        font-size: 1.75rem;
    }
    
    .cool-7f67 {
        font-size: 1rem;
    }
    
    .widget-current-7134 {
        flex-direction: column;
    }
    
    .notification_9871 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .east-1792 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .plasma-9c32 {
        max-width: 100%;
    }
    
    .fixed-148c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .tooltip_1a79 {
        padding: 0 1rem;
    }
    
    .focus-4c4d {
        padding: 4rem 1rem 3rem;
    }
    
    .focus-4c4d h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .prev_069a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .mask_prev_f336 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .search_hot_c39f,
    .orange_fad3 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .image-easy-3abf {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .preview-87c5 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .box-120d {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .focus-4c4d h1 {
        font-size: 1.5rem;
    }
    
    .mask_prev_f336 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .fluid_5777 {
        padding: 0.75rem;
    }
    
    .image-purple-2090 {
        font-size: 1.5rem;
    }
    
    .image-easy-3abf {
        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 */
.plasma-9c32:hover,
.filter-static-64cf:hover,
.paragraph-warm-e425:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .last_9786,
    .carousel-pro-61d9,
    .info-a9c6 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.out_265f)
   ======================================== */

.nav-4e0d.banner-0722 {
    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;
}

.nav-4e0d.banner-0722 .avatar_81b5 {
    color: #334155;
}

.nav-4e0d.banner-0722 .avatar_81b5:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.nav-4e0d.banner-0722 .avatar_81b5.fn-active-6948 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.nav-4e0d.banner-0722 .lower-e5f2 {
    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);
}

.nav-4e0d.banner-0722 .lower-e5f2::before {
    border-bottom-color: #ffffff;
}

.nav-4e0d.banner-0722 .dropdown-6e28 {
    color: #475569;
}

.nav-4e0d.banner-0722 .dropdown-6e28::before {
    background: #818cf8;
}

.nav-4e0d.banner-0722 .dropdown-6e28:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.nav-4e0d.banner-0722 .dropdown-6e28:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.nav-4e0d.banner-0722 .liquid_d85f {
    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);
}

.nav-4e0d.banner-0722 .liquid_d85f:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.nav-4e0d.banner-0722 .liquid_d85f span {
    background: #475569;
    box-shadow: none;
}

.nav-4e0d.banner-0722 .liquid_d85f.fn-active-6948 span:nth-child(1),
.nav-4e0d.banner-0722 .liquid_d85f.fn-active-6948 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .nav-4e0d.banner-0722 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .nav-4e0d.banner-0722 .list_103c {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .nav-4e0d.banner-0722 .list_103c span {
        color: #334155 !important;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 {
        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);
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .avatar_81b5 {
        color: #334155;
        text-shadow: none;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .avatar_81b5:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .avatar_81b5.selected-f8ef::after {
        color: #64748b;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .lower-e5f2 {
        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) */
    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .layout_c5df.fn-active-6948 .lower-e5f2 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .dropdown-6e28 {
        color: #475569;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .dropdown-6e28::before {
        color: #6366f1;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .dropdown-6e28:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .dropdown-6e28:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .nav-4e0d.banner-0722 .carousel-stale-7cc4 .dropdown-6e28:hover::before {
        color: #4f46e5;
    }
}

/* apk.modal-5392 — mesmo tema claro da home; blocos extras */
body.cool-a9a6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool-a9a6 .mask-776f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool-a9a6 .dropdown-841d {
    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);
}

.cool-a9a6 .dropdown-841d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool-a9a6 .dropdown-841d p:last-child {
    margin-bottom: 0;
}

.cool-a9a6 .dropdown-841d strong {
    color: var(--text-primary);
}

.cool-a9a6 .feature_34b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool-a9a6 .feature_34b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video_9f95 {
    background: #f8f9fa;
    color: #2c3e50;
}

.video_9f95 .new_ca3e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video_9f95 .fluid_61c3 {
    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);
}

.video_9f95 .fluid_61c3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_9f95 .fluid_61c3 p:last-child {
    margin-bottom: 0;
}

.video_9f95 .fluid_61c3 strong {
    color: var(--text-primary);
}

.video_9f95 .gas_b8d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video_9f95 .gas_b8d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message_wide_94ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_wide_94ef .table_98f8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_wide_94ef .bottom_f025 {
    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);
}

.message_wide_94ef .bottom_f025 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_wide_94ef .bottom_f025 p:last-child {
    margin-bottom: 0;
}

.message_wide_94ef .bottom_f025 strong {
    color: var(--text-primary);
}

.message_wide_94ef .image-large-ebf6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_wide_94ef .image-large-ebf6 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-331d {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-331d .menu-north-0a84 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-331d .fixed_c99a {
    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-331d .fixed_c99a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-331d .fixed_c99a p:last-child {
    margin-bottom: 0;
}

.secondary-331d .fixed_c99a strong {
    color: var(--text-primary);
}

.secondary-331d .card_b2fa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-331d .card_b2fa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.south-f6dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.south-f6dd .main_bd3e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.south-f6dd .next_f2e5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.south-f6dd .next_f2e5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south-f6dd .next_f2e5 p:last-child {
    margin-bottom: 0;
}

.south-f6dd .next_f2e5 strong {
    color: var(--text-primary);
}

.south-f6dd .red_8a4d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.south-f6dd .red_8a4d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_639f {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_639f .table-clean-b963 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_639f .progress-197f {
    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_639f .progress-197f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_639f .progress-197f p:last-child {
    margin-bottom: 0;
}

.disabled_639f .progress-197f strong {
    color: var(--text-primary);
}

.disabled_639f .icon_orange_ed70 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_639f .icon_orange_ed70 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outer_5965 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer_5965 .chip_west_dd27 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer_5965 .red-3518 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.outer_5965 .red-3518 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer_5965 .red-3518 p:last-child {
    margin-bottom: 0;
}

.outer_5965 .red-3518 strong {
    color: var(--text-primary);
}

.outer_5965 .list-complex-3b58 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer_5965 .list-complex-3b58 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_warm_82a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_warm_82a0 .hidden_up_2866 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_warm_82a0 .wrapper-east-96f9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.picture_warm_82a0 .wrapper-east-96f9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_warm_82a0 .wrapper-east-96f9 p:last-child {
    margin-bottom: 0;
}

.picture_warm_82a0 .wrapper-east-96f9 strong {
    color: var(--text-primary);
}

.picture_warm_82a0 .paragraph_warm_57b5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_warm_82a0 .paragraph_warm_57b5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-2ba2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-2ba2 .paragraph-4058 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-2ba2 .yellow-855a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.sidebar-2ba2 .yellow-855a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-2ba2 .yellow-855a p:last-child {
    margin-bottom: 0;
}

.sidebar-2ba2 .yellow-855a strong {
    color: var(--text-primary);
}

.sidebar-2ba2 .outline-full-1972 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-2ba2 .outline-full-1972 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_b4e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_b4e6 .center_c480 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_b4e6 .thick_fce6 {
    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);
}

.modal_b4e6 .thick_fce6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_b4e6 .thick_fce6 p:last-child {
    margin-bottom: 0;
}

.modal_b4e6 .thick_fce6 strong {
    color: var(--text-primary);
}

.modal_b4e6 .message-b150 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal_b4e6 .message-b150 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_16b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon_16b4 .summary-lower-e895 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon_16b4 .notification_east_2d01 {
    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_16b4 .notification_east_2d01 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_16b4 .notification_east_2d01 p:last-child {
    margin-bottom: 0;
}

.icon_16b4 .notification_east_2d01 strong {
    color: var(--text-primary);
}

.icon_16b4 .avatar_dim_a1af {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_16b4 .avatar_dim_a1af li {
    margin-bottom: 0.65rem;
}

.icon_16b4 .avatar_dim_a1af li:last-child {
    margin-bottom: 0;
}

.icon_16b4 .nav_cc98 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon_16b4 .nav_cc98 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link_white_655e {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_white_655e .logo-f8ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_white_655e .column-bbde {
    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);
}

.link_white_655e .column-bbde p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_white_655e .column-bbde p:last-child {
    margin-bottom: 0;
}

.link_white_655e .column-bbde strong {
    color: var(--text-primary);
}

.link_white_655e .border-huge-ed7f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_white_655e .border-huge-ed7f li {
    margin-bottom: 0.65rem;
}

.link_white_655e .border-huge-ed7f li:last-child {
    margin-bottom: 0;
}

.link_white_655e .mini_0daf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link_white_655e .mini_0daf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture-inner-35fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture-inner-35fc .complex-5762 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture-inner-35fc .feature_adec {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.picture-inner-35fc .feature_adec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-inner-35fc .feature_adec p:last-child {
    margin-bottom: 0;
}

.picture-inner-35fc .feature_adec strong {
    color: var(--text-primary);
}

.picture-inner-35fc .sidebar-32dc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-inner-35fc .sidebar-32dc li {
    margin-bottom: 0.65rem;
}

.picture-inner-35fc .sidebar-32dc li:last-child {
    margin-bottom: 0;
}

.picture-inner-35fc .new_089a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture-inner-35fc .new_089a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_5287 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_5287 .list_upper_366d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_5287 .avatar_last_819c {
    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_5287 .avatar_last_819c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_5287 .avatar_last_819c p:last-child {
    margin-bottom: 0;
}

.disabled_5287 .avatar_last_819c strong {
    color: var(--text-primary);
}

.disabled_5287 .gold-1018 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_5287 .gold-1018 li {
    margin-bottom: 0.65rem;
}

.disabled_5287 .gold-1018 li:last-child {
    margin-bottom: 0;
}

body.badge_24d4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_24d4 .cool_24bb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_24d4 .down-d16e {
    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);
}

.badge_24d4 .down-d16e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_24d4 .down-d16e p:last-child {
    margin-bottom: 0;
}

.badge_24d4 .down-d16e strong {
    color: var(--text-primary);
}

.badge_24d4 .active_narrow_b726 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_24d4 .active_narrow_b726 li {
    margin-bottom: 0.65rem;
}

.badge_24d4 .active_narrow_b726 li:last-child {
    margin-bottom: 0;
}

.badge_24d4 .filter-advanced-9f7a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_24d4 .filter-advanced-9f7a 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_b444 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_b444 .overlay_simple_5c8c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_b444 .tooltip_280b {
    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_b444 .tooltip_280b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_b444 .tooltip_280b p:last-child {
    margin-bottom: 0;
}

.slow_b444 .tooltip_280b strong {
    color: var(--text-primary);
}

.slow_b444 .text-25a5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_b444 .text-25a5 li {
    margin-bottom: 0.65rem;
}

.slow_b444 .text-25a5 li:last-child {
    margin-bottom: 0;
}

.slow_b444 .silver_38e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_b444 .silver_38e2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature-last-e769 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-last-e769 .notification-dynamic-a211 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-last-e769 .summary-middle-23b8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.feature-last-e769 .summary-middle-23b8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-last-e769 .summary-middle-23b8 p:last-child {
    margin-bottom: 0;
}

.feature-last-e769 .summary-middle-23b8 strong {
    color: var(--text-primary);
}

.feature-last-e769 .tabs_tall_da6a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-last-e769 .tabs_tall_da6a li {
    margin-bottom: 0.65rem;
}

.feature-last-e769 .tabs_tall_da6a li:last-child {
    margin-bottom: 0;
}

.feature-last-e769 .outer_2a7a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature-last-e769 .outer_2a7a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active-2914 {
    background: #f8f9fa;
    color: #2c3e50;
}

.active-2914 .complex-9379 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active-2914 .fluid_2fea {
    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);
}

.active-2914 .fluid_2fea p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active-2914 .fluid_2fea p:last-child {
    margin-bottom: 0;
}

.active-2914 .fluid_2fea strong {
    color: var(--text-primary);
}

.active-2914 .medium-ac95 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active-2914 .medium-ac95 li {
    margin-bottom: 0.65rem;
}

.active-2914 .medium-ac95 li:last-child {
    margin-bottom: 0;
}

.active-2914 .icon_dirty_de7a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active-2914 .icon_dirty_de7a 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: 6b2b */
.widget-item-t5 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
