/* 
 * 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.banner_ce55) — fixed together on mobile */
.primary-hard-4a94 {
    width: 100%;
}

.accent_eed7 {
    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) {
    .primary-hard-4a94 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .accent_eed7 {
        box-shadow: none;
    }

    body {
        padding-top: 118px;
    }

    /*
     * Mobile: menu lives inside fixed header — document does not scroll for overflow.
     * Make the expanded panel scrollable so dropdowns (e.easy_1f47. Conta) stay reachable.
     */
    .link_center_a930 .frame_7b32 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .primary-hard-4a94 .link_center_a930 > .frame_7b32 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) .accent_eed7 {
        flex-shrink: 0;
    }

    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) .link_center_a930 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) .link_center_a930 > .frame_7b32 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) .hero_c53f {
        flex-shrink: 0;
    }

    .primary-hard-4a94:has(.filter-474c.fn-show-75a0) .filter-474c.fn-show-75a0 {
        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 */
    .link_center_a930 .filter-474c .element_11dd.fn-active-75a0 .column-pink-779f {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .accent_eed7 {
        position: sticky;
        top: 0;
    }
}

.primary-hard-4a94.center_3c30,
.primary-hard-4a94.center_3c30 .accent_eed7 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.texture-f589 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .texture-f589 {
        padding: 0.75rem 0;
    }
}

.hero-5b86 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.backdrop_e888 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .backdrop_e888 img {
        height: 35px;
    }
}

/* .link_center_a930 / .mini-cc5f — inner pages (brown bar); index uses .picture_fd58 below */

.link_center_a930:not(.picture_fd58) .mini-cc5f.fn-active-75a0 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.detail_0bd3 {
    display: flex;
    gap: var(--spacing-md);
}

.popup_9b9d,
.summary_67f1 {
    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) {
    .popup_9b9d,
    .summary_67f1 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .detail_0bd3 {
        gap: 0.5rem;
    }
}

.popup_9b9d {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.popup_9b9d:hover {
    background: var(--primary-purple);
    color: white;
}

.summary_67f1 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.summary_67f1:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.module-c8e4 {
    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-c8e4::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-c8e4::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;
}

.pro_6dae {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.link_small_1e52 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.link_small_1e52 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-c8e4 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;
}

.container-3d4e {
    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;
}

.container-3d4e strong {
    font-weight: 700;
}

.east_ece1 {
    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);
}

.steel-f106 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.texture_action_f4dd {
    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);
}

.texture_action_f4dd:hover {
    transform: translateY(-4px);
}

.content_74c8 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.dropdown_dark_4143 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.pattern_simple_2160 {
    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;
}

.pattern_simple_2160:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.pattern_simple_2160.last_da77 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.medium_0f52 {
    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);
}

.medium_0f52:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.accordion-outer-dc80 {
    padding: 3rem 1.25rem;
    background: white;
}

.header_9b82 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.blue_9bbe {
    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_9bbe:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blue_9bbe img {
    margin-bottom: 1rem;
}

.badge-3d76 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.blue_9bbe h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.blue_9bbe 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 */
.hidden-d4d8 {
    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_a542 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.mask-82bb {
    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);
}

.mask-82bb h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.mask-82bb p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.mask-82bb a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.main_b034 {
    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
   ======================================== */

.accent-6edb {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.active_middle_bea9 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.form_799f {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.feature_solid_122e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.tooltip_0ba8 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.tooltip_0ba8:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.tooltip_0ba8.green-4ff4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.tooltip_0ba8.green-4ff4 h3,
.tooltip_0ba8.green-4ff4 p {
    color: white;
}

.primary_huge_8b28 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.tooltip_0ba8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.tooltip_0ba8 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.last-0dd8 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.last-0dd8:hover {
    gap: 0.75rem;
}

.tooltip_0ba8.green-4ff4 .last-0dd8 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.sidebar_liquid_6948 {
    padding: 4rem 1.25rem;
    background: white;
}

.iron-f03a {
    text-align: center;
    margin-bottom: 3rem;
}

.brown_58c1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.logo-south-bef7 {
    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%;
}

.logo-south-bef7:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.label-ba06 {
    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);
}

.notification_right_ad82 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.container_fast_ffd6 {
    padding: 1.5rem;
}

.container_fast_ffd6 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.background_smooth_84a6 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.east-6e88 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.section_soft_9ae4,
.shadow-6120 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.section_soft_9ae4 {
    background: #dcfce7;
    color: #166534;
}

.section_soft_9ae4.avatar-b9de {
    background: #10b981;
    color: white;
}

.shadow-6120 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.shadow-6120.background_339c {
    background: #fee2e2;
    color: #991b1b;
}

.shadow-6120.footer-e389 {
    background: #fef3c7;
    color: #92400e;
}

.shadow-6120.caption_fe6e {
    background: #dcfce7;
    color: #166534;
}

.photo_dbb4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.photo_dbb4 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.modal_c612 {
    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);
}

.modal_c612:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.focus-gas-30bf {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.column_paper_1263 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.box_b3ff {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .box_b3ff {
        grid-template-columns: 1fr 1fr;
    }
}

.text-af31 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.light_87cd h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.aside-stale-f909 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.bright_9e52 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.feature_6dbd {
    font-size: 1rem;
    opacity: 0.9;
}

.light_87cd h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dirty-e903 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.dirty-e903 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.dirty-e903 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;
}

.dirty-e903 li strong {
    color: var(--primary-purple);
}

.dirty-e903 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.description_paper_f215 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.top-5d77 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.lite-d34d {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.top-5d77 .dropdown_dark_4143 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.stale_9f6d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.silver-f1d8 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.silver-f1d8 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.inner-9c28 {
    padding: 4rem 1.25rem;
    background: white;
}

.media_fde7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .media_fde7 {
        grid-template-columns: 1fr 1fr;
    }
}

.backdrop-e160 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.light-b78c {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.tertiary_f4d5 {
    margin-bottom: 1.5rem;
}

.gallery_purple_eb83 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.middle-0a9e {
    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);
}

.avatar-pro-5ea7 {
    white-space: nowrap;
}

.article_green_e13c {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.stale-e3aa h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.alert-c3ab {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.alert-c3ab:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.block_1cb3 {
    font-size: 2rem;
    flex-shrink: 0;
}

.center-8709 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.center-8709 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.video-b2c3 {
    margin-top: 3rem;
}

.video-b2c3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.list_brown_5c96 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.list_brown_5c96 thead {
    background: var(--primary-purple);
    color: white;
}

.list_brown_5c96 th,
.list_brown_5c96 td {
    padding: 1rem;
    text-align: left;
}

.list_brown_5c96 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.list_brown_5c96 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.list_brown_5c96 tbody tr:last-child {
    border-bottom: none;
}

.list_brown_5c96 tbody tr:hover {
    background: var(--light-bg);
}

.secondary-slow-dc45 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.progress_narrow_4e7f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.active-eb16 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.backdrop_a214 {
    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);
}

.backdrop_a214:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.backdrop_a214.last-e527::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;
}

.lite-1852 {
    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;
}

.hard_cd6e {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.sort-58fc h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.gold-364a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.section-easy-9216 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.section-easy-9216 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.section-easy-9216 p:last-child {
    margin-bottom: 0;
}

.section-easy-9216 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.header_red_c95b {
    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;
}

.element-f71e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.solid-adb2 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.solid-adb2 .content_74c8 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.solid-adb2 .dropdown_dark_4143 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.element_bronze_9552 {
    padding: 4rem 1.25rem;
    background: white;
}

.title-e619 {
    max-width: 900px;
    margin: 0 auto;
}

.link_new_c8fc {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.link_new_c8fc:hover {
    border-color: var(--primary-purple);
}

.link_new_c8fc[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.link_new_c8fc 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;
}

.link_new_c8fc summary::-webkit-details-marker {
    display: none;
}

.link_new_c8fc summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.link_new_c8fc[open] summary::after {
    transform: rotate(45deg);
}

.chip_f02c {
    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);
    }
}

.chip_f02c p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.chip_f02c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.chip_f02c ul,
.chip_f02c ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.chip_f02c li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.chip_f02c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active-dim-f676 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.notice_lower_fda6 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.notice_lower_fda6 th,
.notice_lower_fda6 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.notice_lower_fda6 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.smooth-a62e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.footer_medium_ee59 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.fixed_8c51 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .fixed_8c51 {
        flex-direction: column;
        text-align: center;
    }
}

.fixed_8c51 img {
    flex-shrink: 0;
}

.item_fixed_e88a {
    font-size: 4rem;
    flex-shrink: 0;
}

.brown_624b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.brown_624b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.shadow_dd54 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.feature-b7f6 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.dirty_6f3b h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.dirty_6f3b > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.layout_center_a415 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.outline_2f04 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.widget_d7db {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.module_a807 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.module_a807 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.border-outer-5544 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.current_0ac7 {
    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);
}

.component_5848 {
    list-style: none;
}

.component_5848 li {
    margin-bottom: 0.75rem;
}

.component_5848 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.component_5848 a:hover {
    color: white;
}

.panel_short_9866 {
    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;
}

.dropdown_left_fa59 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.dropdown_left_fa59 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.cool_1c60 {
    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);
}

.tiny_b0eb {
    text-align: right;
}

@media (max-width: 767px) {
    .tiny_b0eb {
        text-align: center;
        width: 100%;
    }
}

.tiny_b0eb p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.dim-ea29 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.frame_7b32 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.accordion-outer-dc80,
.hidden-d4d8,
.accent-6edb,
.sidebar_liquid_6948,
.column_paper_1263,
.inner-9c28,
.progress_narrow_4e7f,
.element_bronze_9552,
.footer_medium_ee59,
.feature-b7f6 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .active_middle_bea9 {
        font-size: 1.75rem;
    }
    
    .form_799f {
        font-size: 1rem;
    }
    
    .description_paper_f215 {
        flex-direction: column;
    }
    
    .media_fde7 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .brown_58c1 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .logo-south-bef7 {
        max-width: 100%;
    }
    
    .notification_right_ad82 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .frame_7b32 {
        padding: 0 1rem;
    }
    
    .module-c8e4 {
        padding: 4rem 1rem 3rem;
    }
    
    .module-c8e4 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .pattern_simple_2160 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .steel-f106 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .list_brown_5c96,
    .notice_lower_fda6 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .header_9b82 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .feature_solid_122e {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .active-eb16 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .module-c8e4 h1 {
        font-size: 1.5rem;
    }
    
    .steel-f106 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .texture_action_f4dd {
        padding: 0.75rem;
    }
    
    .content_74c8 {
        font-size: 1.5rem;
    }
    
    .header_9b82 {
        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 */
.logo-south-bef7:hover,
.tooltip_0ba8:hover,
.backdrop_a214:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .sidebar_liquid_6948,
    .progress_narrow_4e7f,
    .element_bronze_9552 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.banner_ce55)
   ======================================== */

.link_center_a930.picture_fd58 {
    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;
}

.link_center_a930.picture_fd58 .mini-cc5f {
    color: #334155;
}

.link_center_a930.picture_fd58 .mini-cc5f:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.link_center_a930.picture_fd58 .mini-cc5f.fn-active-75a0 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.link_center_a930.picture_fd58 .column-pink-779f {
    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);
}

.link_center_a930.picture_fd58 .column-pink-779f::before {
    border-bottom-color: #ffffff;
}

.link_center_a930.picture_fd58 .frame-51ec {
    color: #475569;
}

.link_center_a930.picture_fd58 .frame-51ec::before {
    background: #818cf8;
}

.link_center_a930.picture_fd58 .frame-51ec:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.link_center_a930.picture_fd58 .frame-51ec:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.link_center_a930.picture_fd58 .row_hovered_6f74 {
    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);
}

.link_center_a930.picture_fd58 .row_hovered_6f74:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.link_center_a930.picture_fd58 .row_hovered_6f74 span {
    background: #475569;
    box-shadow: none;
}

.link_center_a930.picture_fd58 .row_hovered_6f74.fn-active-75a0 span:nth-child(1),
.link_center_a930.picture_fd58 .row_hovered_6f74.fn-active-75a0 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .link_center_a930.picture_fd58 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link_center_a930.picture_fd58 .hero_c53f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link_center_a930.picture_fd58 .hero_c53f span {
        color: #334155 !important;
    }

    .link_center_a930.picture_fd58 .filter-474c {
        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);
    }

    .link_center_a930.picture_fd58 .filter-474c .mini-cc5f {
        color: #334155;
        text-shadow: none;
    }

    .link_center_a930.picture_fd58 .filter-474c .mini-cc5f:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .link_center_a930.picture_fd58 .filter-474c .mini-cc5f.bottom-bdca::after {
        color: #64748b;
    }

    .link_center_a930.picture_fd58 .filter-474c .column-pink-779f {
        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) */
    .link_center_a930.picture_fd58 .filter-474c .element_11dd.fn-active-75a0 .column-pink-779f {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .link_center_a930.picture_fd58 .filter-474c .frame-51ec {
        color: #475569;
    }

    .link_center_a930.picture_fd58 .filter-474c .frame-51ec::before {
        color: #6366f1;
    }

    .link_center_a930.picture_fd58 .filter-474c .frame-51ec:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .link_center_a930.picture_fd58 .filter-474c .frame-51ec:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .link_center_a930.picture_fd58 .filter-474c .frame-51ec:hover::before {
        color: #4f46e5;
    }
}

/* apk.table_mini_827c — mesmo tema claro da home; blocos extras */
body.block-clean-cf2a {
    background: #f8f9fa;
    color: #2c3e50;
}

.block-clean-cf2a .active-c56d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block-clean-cf2a .nav-5211 {
    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-clean-cf2a .nav-5211 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-clean-cf2a .nav-5211 p:last-child {
    margin-bottom: 0;
}

.block-clean-cf2a .nav-5211 strong {
    color: var(--text-primary);
}

.block-clean-cf2a .feature_clean_2bc8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block-clean-cf2a .feature_clean_2bc8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus-tall-7ecc {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-tall-7ecc .sidebar_c5ed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-tall-7ecc .narrow_ae9e {
    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);
}

.focus-tall-7ecc .narrow_ae9e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-tall-7ecc .narrow_ae9e p:last-child {
    margin-bottom: 0;
}

.focus-tall-7ecc .narrow_ae9e strong {
    color: var(--text-primary);
}

.focus-tall-7ecc .hover-lite-340f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-tall-7ecc .hover-lite-340f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.grid-9606 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid-9606 .shadow-ae1b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid-9606 .mini_bc6e {
    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);
}

.grid-9606 .mini_bc6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid-9606 .mini_bc6e p:last-child {
    margin-bottom: 0;
}

.grid-9606 .mini_bc6e strong {
    color: var(--text-primary);
}

.grid-9606 .wrapper_7cf1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid-9606 .wrapper_7cf1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.liquid_00aa {
    background: #f8f9fa;
    color: #2c3e50;
}

.liquid_00aa .black_a671 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.liquid_00aa .form-7d44 {
    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);
}

.liquid_00aa .form-7d44 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.liquid_00aa .form-7d44 p:last-child {
    margin-bottom: 0;
}

.liquid_00aa .form-7d44 strong {
    color: var(--text-primary);
}

.liquid_00aa .gradient_blue_2b6c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.liquid_00aa .gradient_blue_2b6c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption_yellow_d62a {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption_yellow_d62a .element-lower-0d00 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption_yellow_d62a .aside-66bc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.caption_yellow_d62a .aside-66bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_yellow_d62a .aside-66bc p:last-child {
    margin-bottom: 0;
}

.caption_yellow_d62a .aside-66bc strong {
    color: var(--text-primary);
}

.caption_yellow_d62a .wide-3013 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption_yellow_d62a .wide-3013 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-simple-e0d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-simple-e0d7 .main-cf49 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-simple-e0d7 .selected-409b {
    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-simple-e0d7 .selected-409b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-simple-e0d7 .selected-409b p:last-child {
    margin-bottom: 0;
}

.modal-simple-e0d7 .selected-409b strong {
    color: var(--text-primary);
}

.modal-simple-e0d7 .shade_5316 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-simple-e0d7 .shade_5316 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline-3fef {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline-3fef .top-2522 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline-3fef .secondary_wide_8747 {
    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);
}

.outline-3fef .secondary_wide_8747 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-3fef .secondary_wide_8747 p:last-child {
    margin-bottom: 0;
}

.outline-3fef .secondary_wide_8747 strong {
    color: var(--text-primary);
}

.outline-3fef .summary-inner-4fc4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline-3fef .summary-inner-4fc4 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-5950 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-5950 .wrapper_31e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-5950 .frame-866f {
    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-5950 .frame-866f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-5950 .frame-866f p:last-child {
    margin-bottom: 0;
}

.feature-5950 .frame-866f strong {
    color: var(--text-primary);
}

.feature-5950 .component_10af {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature-5950 .component_10af img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-f5f9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-f5f9 .hover-outer-a245 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-f5f9 .disabled_tiny_104f {
    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);
}

.row-f5f9 .disabled_tiny_104f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-f5f9 .disabled_tiny_104f p:last-child {
    margin-bottom: 0;
}

.row-f5f9 .disabled_tiny_104f strong {
    color: var(--text-primary);
}

.row-f5f9 .warm_e80f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-f5f9 .warm_e80f 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_7080 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_7080 .notification_19c2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_7080 .gold-b591 {
    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_7080 .gold-b591 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_7080 .gold-b591 p:last-child {
    margin-bottom: 0;
}

.secondary_7080 .gold-b591 strong {
    color: var(--text-primary);
}

.secondary_7080 .table_iron_9dfc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_7080 .table_iron_9dfc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline_6beb {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline_6beb .wood_5dad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline_6beb .mask-yellow-e80e {
    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);
}

.outline_6beb .mask-yellow-e80e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_6beb .mask-yellow-e80e p:last-child {
    margin-bottom: 0;
}

.outline_6beb .mask-yellow-e80e strong {
    color: var(--text-primary);
}

.outline_6beb .shade_1574 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_6beb .shade_1574 li {
    margin-bottom: 0.65rem;
}

.outline_6beb .shade_1574 li:last-child {
    margin-bottom: 0;
}

.outline_6beb .gallery-6e1c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline_6beb .gallery-6e1c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary-west-66ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary-west-66ef .banner-647e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary-west-66ef .breadcrumb_last_643d {
    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);
}

.summary-west-66ef .breadcrumb_last_643d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-west-66ef .breadcrumb_last_643d p:last-child {
    margin-bottom: 0;
}

.summary-west-66ef .breadcrumb_last_643d strong {
    color: var(--text-primary);
}

.summary-west-66ef .pattern-d28d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-west-66ef .pattern-d28d li {
    margin-bottom: 0.65rem;
}

.summary-west-66ef .pattern-d28d li:last-child {
    margin-bottom: 0;
}

.summary-west-66ef .huge-357e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.summary-west-66ef .huge-357e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.last-53b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.last-53b3 .border_clean_502c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.last-53b3 .tooltip_west_5f81 {
    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);
}

.last-53b3 .tooltip_west_5f81 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last-53b3 .tooltip_west_5f81 p:last-child {
    margin-bottom: 0;
}

.last-53b3 .tooltip_west_5f81 strong {
    color: var(--text-primary);
}

.last-53b3 .sort_white_c230 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last-53b3 .sort_white_c230 li {
    margin-bottom: 0.65rem;
}

.last-53b3 .sort_white_c230 li:last-child {
    margin-bottom: 0;
}

.last-53b3 .module_purple_d2b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.last-53b3 .module_purple_d2b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert-5d9a {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-5d9a .secondary_bronze_256d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-5d9a .overlay-473c {
    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);
}

.alert-5d9a .overlay-473c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-5d9a .overlay-473c p:last-child {
    margin-bottom: 0;
}

.alert-5d9a .overlay-473c strong {
    color: var(--text-primary);
}

.alert-5d9a .focus-ca39 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-5d9a .focus-ca39 li {
    margin-bottom: 0.65rem;
}

.alert-5d9a .focus-ca39 li:last-child {
    margin-bottom: 0;
}

body.thumbnail-fixed-4fc7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-fixed-4fc7 .gradient-0358 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-fixed-4fc7 .avatar-c80d {
    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);
}

.thumbnail-fixed-4fc7 .avatar-c80d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-fixed-4fc7 .avatar-c80d p:last-child {
    margin-bottom: 0;
}

.thumbnail-fixed-4fc7 .avatar-c80d strong {
    color: var(--text-primary);
}

.thumbnail-fixed-4fc7 .image-d264 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-fixed-4fc7 .image-d264 li {
    margin-bottom: 0.65rem;
}

.thumbnail-fixed-4fc7 .image-d264 li:last-child {
    margin-bottom: 0;
}

.thumbnail-fixed-4fc7 .last_3a68 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-fixed-4fc7 .last_3a68 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_bright_d334 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_bright_d334 .media_141a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_bright_d334 .green_1ba8 {
    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_bright_d334 .green_1ba8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_bright_d334 .green_1ba8 p:last-child {
    margin-bottom: 0;
}

.panel_bright_d334 .green_1ba8 strong {
    color: var(--text-primary);
}

.panel_bright_d334 .static-2957 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_bright_d334 .static-2957 li {
    margin-bottom: 0.65rem;
}

.panel_bright_d334 .static-2957 li:last-child {
    margin-bottom: 0;
}

.panel_bright_d334 .gradient_9148 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_bright_d334 .gradient_9148 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.action-9150 {
    background: #f8f9fa;
    color: #2c3e50;
}

.action-9150 .complex_730d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.action-9150 .carousel_6acc {
    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);
}

.action-9150 .carousel_6acc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action-9150 .carousel_6acc p:last-child {
    margin-bottom: 0;
}

.action-9150 .carousel_6acc strong {
    color: var(--text-primary);
}

.action-9150 .out_053f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action-9150 .out_053f li {
    margin-bottom: 0.65rem;
}

.action-9150 .out_053f li:last-child {
    margin-bottom: 0;
}

.action-9150 .preview_58cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.action-9150 .preview_58cb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.north-03b9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.north-03b9 .dropdown_dirty_1c37 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north-03b9 .preview_mini_e491 {
    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);
}

.north-03b9 .preview_mini_e491 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-03b9 .preview_mini_e491 p:last-child {
    margin-bottom: 0;
}

.north-03b9 .preview_mini_e491 strong {
    color: var(--text-primary);
}

.north-03b9 .thick-da21 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-03b9 .thick-da21 li {
    margin-bottom: 0.65rem;
}

.north-03b9 .thick-da21 li:last-child {
    margin-bottom: 0;
}

.north-03b9 .mask_1444 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north-03b9 .mask_1444 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: 5df6 */
.ghost-box-f5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
