/* 
 * 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.text_static_a971) — fixed together on mobile */
.widget-black-325c {
    width: 100%;
}

.fast-1b76 {
    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-black-325c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .fast-1b76 {
        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.blue_facb. Conta) stay reachable.
     */
    .alert-tall-2659 .image_a2a1 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .widget-black-325c .alert-tall-2659 > .image_a2a1 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .widget-black-325c:has(.chip-930d.fn-show-fd10) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .widget-black-325c:has(.chip-930d.fn-show-fd10) .fast-1b76 {
        flex-shrink: 0;
    }

    .widget-black-325c:has(.chip-930d.fn-show-fd10) .alert-tall-2659 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .widget-black-325c:has(.chip-930d.fn-show-fd10) .alert-tall-2659 > .image_a2a1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .widget-black-325c:has(.chip-930d.fn-show-fd10) .current-884a {
        flex-shrink: 0;
    }

    .widget-black-325c:has(.chip-930d.fn-show-fd10) .chip-930d.fn-show-fd10 {
        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 */
    .alert-tall-2659 .chip-930d .dynamic_385d.fn-active-fd10 .prev_9740 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .fast-1b76 {
        position: sticky;
        top: 0;
    }
}

.widget-black-325c.nav-fluid-a328,
.widget-black-325c.nav-fluid-a328 .fast-1b76 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.fast-d369 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .fast-d369 {
        padding: 0.75rem 0;
    }
}

.south_2e32 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.panel-b61d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .panel-b61d img {
        height: 35px;
    }
}

/* .alert-tall-2659 / .bright_9039 — inner pages (brown bar); index uses .liquid-ec72 below */

.alert-tall-2659:not(.liquid-ec72) .bright_9039.fn-active-fd10 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.narrow-f9f5 {
    display: flex;
    gap: var(--spacing-md);
}

.main_838e,
.article_0520 {
    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) {
    .main_838e,
    .article_0520 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .narrow-f9f5 {
        gap: 0.5rem;
    }
}

.main_838e {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.main_838e:hover {
    background: var(--primary-purple);
    color: white;
}

.article_0520 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.article_0520:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.tiny-353f {
    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%;
}

.tiny-353f::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;
}

.tiny-353f::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;
}

.active_3233 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.surface-a5a3 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.surface-a5a3 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);
}

.tiny-353f 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;
}

.pro_8b4c {
    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;
}

.pro_8b4c strong {
    font-weight: 700;
}

.overlay-5dd1 {
    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);
}

.dim-e596 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.element-76ad {
    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);
}

.element-76ad:hover {
    transform: translateY(-4px);
}

.summary_230f {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.bottom_8cf8 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.mini_4f5a {
    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;
}

.mini_4f5a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.mini_4f5a.tertiary_new_5cbd {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.caption-fixed-d898 {
    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);
}

.caption-fixed-d898:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.status_solid_eb52 {
    padding: 3rem 1.25rem;
    background: white;
}

.sidebar_ae8f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.photo-aca7 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.photo-aca7:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.photo-aca7 img {
    margin-bottom: 1rem;
}

.center_ef19 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.photo-aca7 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.photo-aca7 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 */
.in_638a {
    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);
}

.fresh_01de {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.pink-52c2 {
    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);
}

.pink-52c2 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.pink-52c2 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.pink-52c2 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.narrow-04a1 {
    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
   ======================================== */

.east-190f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.basic-b040 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.text_4f47 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.outer-a8eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.media-98f7 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.media-98f7:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.media-98f7.cold-f97b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.media-98f7.cold-f97b h3,
.media-98f7.cold-f97b p {
    color: white;
}

.media_2dda {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.media-98f7 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.media-98f7 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.panel-huge-2b5c {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.panel-huge-2b5c:hover {
    gap: 0.75rem;
}

.media-98f7.cold-f97b .panel-huge-2b5c {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.thumbnail_fresh_3289 {
    padding: 4rem 1.25rem;
    background: white;
}

.tooltip-aad2 {
    text-align: center;
    margin-bottom: 3rem;
}

.center_6284 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.grid_94c2 {
    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%;
}

.grid_94c2:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.slow_ccd6 {
    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);
}

.shadow_old_b465 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.silver_20db {
    padding: 1.5rem;
}

.silver_20db h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.footer-motion-2f65 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wrapper-lower-d14b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.progress_thick_4769,
.container-ef39 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.progress_thick_4769 {
    background: #dcfce7;
    color: #166534;
}

.progress_thick_4769.tag_thick_eb02 {
    background: #10b981;
    color: white;
}

.container-ef39 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.container-ef39.media_light_e9f1 {
    background: #fee2e2;
    color: #991b1b;
}

.container-ef39.aside-6dab {
    background: #fef3c7;
    color: #92400e;
}

.container-ef39.popup_right_a99a {
    background: #dcfce7;
    color: #166534;
}

.outline-blue-1407 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.outline-blue-1407 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.liquid_72d7 {
    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);
}

.liquid_72d7:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.prev-31c8 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.fast-60cd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pagination-smooth-e29e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pagination-smooth-e29e {
        grid-template-columns: 1fr 1fr;
    }
}

.solid_166b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.header_bcf2 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.banner_77ea {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.advanced-ec66 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pink_aa9c {
    font-size: 1rem;
    opacity: 0.9;
}

.header_bcf2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.over-2c06 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.over-2c06 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.over-2c06 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;
}

.over-2c06 li strong {
    color: var(--primary-purple);
}

.over-2c06 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.disabled_fast_d0ba {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.alert-simple-f205 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.pagination-2d76 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.alert-simple-f205 .bottom_8cf8 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.video_north_45e9 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.card-wood-bf42 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.card-wood-bf42 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.thick-7b8f {
    padding: 4rem 1.25rem;
    background: white;
}

.sidebar-old-f671 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .sidebar-old-f671 {
        grid-template-columns: 1fr 1fr;
    }
}

.left_daad h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.white-f06f {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.dropdown-right-6c62 {
    margin-bottom: 1.5rem;
}

.module-2f48 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.section_7a9b {
    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);
}

.outline_bdcf {
    white-space: nowrap;
}

.purple_d0df {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.text-new-2ff2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.logo-ebfd {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.logo-ebfd:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.outline_4258 {
    font-size: 2rem;
    flex-shrink: 0;
}

.column-tiny-9442 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.column-tiny-9442 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.feature_out_f3e6 {
    margin-top: 3rem;
}

.feature_out_f3e6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.photo_next_b07e {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.photo_next_b07e thead {
    background: var(--primary-purple);
    color: white;
}

.photo_next_b07e th,
.photo_next_b07e td {
    padding: 1rem;
    text-align: left;
}

.photo_next_b07e th {
    font-weight: 700;
    font-size: 0.9rem;
}

.photo_next_b07e tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.photo_next_b07e tbody tr:last-child {
    border-bottom: none;
}

.photo_next_b07e tbody tr:hover {
    background: var(--light-bg);
}

.container-east-429f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.slow_5267 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.light_c573 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.advanced-ce74 {
    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);
}

.advanced-ce74:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.advanced-ce74.search_short_6de5::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;
}

.caption_23c9 {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.grid-fast-1367 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.gold_e948 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.shade-thick-b18d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.secondary-48a6 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.secondary-48a6 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.secondary-48a6 p:last-child {
    margin-bottom: 0;
}

.secondary-48a6 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active-bee2 {
    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;
}

.title_06be {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.button_paper_0029 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.button_paper_0029 .summary_230f {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.button_paper_0029 .bottom_8cf8 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.west_2e9f {
    padding: 4rem 1.25rem;
    background: white;
}

.rough-12cc {
    max-width: 900px;
    margin: 0 auto;
}

.widget_c203 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.widget_c203:hover {
    border-color: var(--primary-purple);
}

.widget_c203[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.widget_c203 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;
}

.widget_c203 summary::-webkit-details-marker {
    display: none;
}

.widget_c203 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.widget_c203[open] summary::after {
    transform: rotate(45deg);
}

.sidebar_fde9 {
    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);
    }
}

.sidebar_fde9 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.sidebar_fde9 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.sidebar_fde9 ul,
.sidebar_fde9 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.sidebar_fde9 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.sidebar_fde9 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.table-green-75a8 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.breadcrumb_hovered_755f {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.breadcrumb_hovered_755f th,
.breadcrumb_hovered_755f td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.breadcrumb_hovered_755f th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.banner-yellow-35a2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.narrow_1238 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.video_0aee {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .video_0aee {
        flex-direction: column;
        text-align: center;
    }
}

.video_0aee img {
    flex-shrink: 0;
}

.search-9a9b {
    font-size: 4rem;
    flex-shrink: 0;
}

.label_huge_5d9c h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.label_huge_5d9c p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.info_hovered_2221 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.south_6ba3 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.text-6f53 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.text-6f53 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.notification-df1b {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.avatar-bright-6ede {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.primary-fixed-6f62 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.slow-d752 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.slow-d752 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.dropdown_next_6935 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.lower_8643 {
    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);
}

.title_d53c {
    list-style: none;
}

.title_d53c li {
    margin-bottom: 0.75rem;
}

.title_d53c a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.title_d53c a:hover {
    color: white;
}

.link_a382 {
    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_hovered_1e22 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination_hovered_1e22 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.thumbnail-05a1 {
    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);
}

.overlay_selected_cd0a {
    text-align: right;
}

@media (max-width: 767px) {
    .overlay_selected_cd0a {
        text-align: center;
        width: 100%;
    }
}

.overlay_selected_cd0a p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.logo-current-85d3 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.image_a2a1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.status_solid_eb52,
.in_638a,
.east-190f,
.thumbnail_fresh_3289,
.fast-60cd,
.thick-7b8f,
.slow_5267,
.west_2e9f,
.narrow_1238,
.south_6ba3 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .basic-b040 {
        font-size: 1.75rem;
    }
    
    .text_4f47 {
        font-size: 1rem;
    }
    
    .disabled_fast_d0ba {
        flex-direction: column;
    }
    
    .sidebar-old-f671 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .center_6284 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .grid_94c2 {
        max-width: 100%;
    }
    
    .shadow_old_b465 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .image_a2a1 {
        padding: 0 1rem;
    }
    
    .tiny-353f {
        padding: 4rem 1rem 3rem;
    }
    
    .tiny-353f h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .mini_4f5a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dim-e596 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .photo_next_b07e,
    .breadcrumb_hovered_755f {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .sidebar_ae8f {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .outer-a8eb {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .light_c573 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .tiny-353f h1 {
        font-size: 1.5rem;
    }
    
    .dim-e596 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .element-76ad {
        padding: 0.75rem;
    }
    
    .summary_230f {
        font-size: 1.5rem;
    }
    
    .sidebar_ae8f {
        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 */
.grid_94c2:hover,
.media-98f7:hover,
.advanced-ce74:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .thumbnail_fresh_3289,
    .slow_5267,
    .west_2e9f {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.text_static_a971)
   ======================================== */

.alert-tall-2659.liquid-ec72 {
    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;
}

.alert-tall-2659.liquid-ec72 .bright_9039 {
    color: #334155;
}

.alert-tall-2659.liquid-ec72 .bright_9039:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.alert-tall-2659.liquid-ec72 .bright_9039.fn-active-fd10 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.alert-tall-2659.liquid-ec72 .prev_9740 {
    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);
}

.alert-tall-2659.liquid-ec72 .prev_9740::before {
    border-bottom-color: #ffffff;
}

.alert-tall-2659.liquid-ec72 .bottom-ef7a {
    color: #475569;
}

.alert-tall-2659.liquid-ec72 .bottom-ef7a::before {
    background: #818cf8;
}

.alert-tall-2659.liquid-ec72 .bottom-ef7a:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.alert-tall-2659.liquid-ec72 .bottom-ef7a:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.alert-tall-2659.liquid-ec72 .hover-a1dd {
    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);
}

.alert-tall-2659.liquid-ec72 .hover-a1dd:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.alert-tall-2659.liquid-ec72 .hover-a1dd span {
    background: #475569;
    box-shadow: none;
}

.alert-tall-2659.liquid-ec72 .hover-a1dd.fn-active-fd10 span:nth-child(1),
.alert-tall-2659.liquid-ec72 .hover-a1dd.fn-active-fd10 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .alert-tall-2659.liquid-ec72 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-tall-2659.liquid-ec72 .current-884a {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-tall-2659.liquid-ec72 .current-884a span {
        color: #334155 !important;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d {
        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);
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bright_9039 {
        color: #334155;
        text-shadow: none;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bright_9039:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bright_9039.tabs_38a4::after {
        color: #64748b;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .prev_9740 {
        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) */
    .alert-tall-2659.liquid-ec72 .chip-930d .dynamic_385d.fn-active-fd10 .prev_9740 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bottom-ef7a {
        color: #475569;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bottom-ef7a::before {
        color: #6366f1;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bottom-ef7a:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bottom-ef7a:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .alert-tall-2659.liquid-ec72 .chip-930d .bottom-ef7a:hover::before {
        color: #4f46e5;
    }
}

/* apk.solid-4dad — mesmo tema claro da home; blocos extras */
body.message-4018 {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-4018 .popup_10e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-4018 .green-7581 {
    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-4018 .green-7581 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-4018 .green-7581 p:last-child {
    margin-bottom: 0;
}

.message-4018 .green-7581 strong {
    color: var(--text-primary);
}

.message-4018 .feature_lower_cf26 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message-4018 .feature_lower_cf26 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner-151d {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-151d .aside-steel-11db {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-151d .tabs-dim-d378 {
    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);
}

.banner-151d .tabs-dim-d378 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-151d .tabs-dim-d378 p:last-child {
    margin-bottom: 0;
}

.banner-151d .tabs-dim-d378 strong {
    color: var(--text-primary);
}

.banner-151d .frame_726d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-151d .frame_726d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.surface-c8ea {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-c8ea .over_2217 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-c8ea .static_5ea2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.surface-c8ea .static_5ea2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-c8ea .static_5ea2 p:last-child {
    margin-bottom: 0;
}

.surface-c8ea .static_5ea2 strong {
    color: var(--text-primary);
}

.surface-c8ea .grid-wide-e2b4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-c8ea .grid-wide-e2b4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic-df79 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-df79 .image-733a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-df79 .texture-south-42f3 {
    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);
}

.basic-df79 .texture-south-42f3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-df79 .texture-south-42f3 p:last-child {
    margin-bottom: 0;
}

.basic-df79 .texture-south-42f3 strong {
    color: var(--text-primary);
}

.basic-df79 .progress-5546 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-df79 .progress-5546 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table-4d2a {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-4d2a .header-steel-a5ac {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-4d2a .new_1322 {
    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);
}

.table-4d2a .new_1322 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-4d2a .new_1322 p:last-child {
    margin-bottom: 0;
}

.table-4d2a .new_1322 strong {
    color: var(--text-primary);
}

.table-4d2a .form-9577 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table-4d2a .form-9577 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paper_6d62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paper_6d62 .east-de0a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paper_6d62 .iron_96d9 {
    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);
}

.paper_6d62 .iron_96d9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paper_6d62 .iron_96d9 p:last-child {
    margin-bottom: 0;
}

.paper_6d62 .iron_96d9 strong {
    color: var(--text-primary);
}

.paper_6d62 .module_north_a5de {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paper_6d62 .module_north_a5de 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-9a19 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-9a19 .highlight-5ba7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-9a19 .block_light_d267 {
    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-9a19 .block_light_d267 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-9a19 .block_light_d267 p:last-child {
    margin-bottom: 0;
}

.focus-9a19 .block_light_d267 strong {
    color: var(--text-primary);
}

.focus-9a19 .dim-56af {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-9a19 .dim-56af img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.article_753f {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_753f .backdrop_iron_ff14 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_753f .dynamic-6b0f {
    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);
}

.article_753f .dynamic-6b0f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_753f .dynamic-6b0f p:last-child {
    margin-bottom: 0;
}

.article_753f .dynamic-6b0f strong {
    color: var(--text-primary);
}

.article_753f .chip_narrow_c4f7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article_753f .chip_narrow_c4f7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination-next-7c98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-next-7c98 .item_pro_dfbe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-next-7c98 .carousel-bronze-6166 {
    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);
}

.pagination-next-7c98 .carousel-bronze-6166 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-next-7c98 .carousel-bronze-6166 p:last-child {
    margin-bottom: 0;
}

.pagination-next-7c98 .carousel-bronze-6166 strong {
    color: var(--text-primary);
}

.pagination-next-7c98 .popup_9be8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-next-7c98 .popup_9be8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.yellow-9520 {
    background: #f8f9fa;
    color: #2c3e50;
}

.yellow-9520 .pattern_last_62a7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.yellow-9520 .popup-lower-1a76 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.yellow-9520 .popup-lower-1a76 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.yellow-9520 .popup-lower-1a76 p:last-child {
    margin-bottom: 0;
}

.yellow-9520 .popup-lower-1a76 strong {
    color: var(--text-primary);
}

.yellow-9520 .banner_north_2507 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.yellow-9520 .banner_north_2507 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary_wood_2b00 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_wood_2b00 .item_b932 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_wood_2b00 .widget-4539 {
    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);
}

.primary_wood_2b00 .widget-4539 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_wood_2b00 .widget-4539 p:last-child {
    margin-bottom: 0;
}

.primary_wood_2b00 .widget-4539 strong {
    color: var(--text-primary);
}

.primary_wood_2b00 .accordion-cool-c2db {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_wood_2b00 .accordion-cool-c2db li {
    margin-bottom: 0.65rem;
}

.primary_wood_2b00 .accordion-cool-c2db li:last-child {
    margin-bottom: 0;
}

.primary_wood_2b00 .block_d93b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_wood_2b00 .block_d93b 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_12dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_12dd .overlay_selected_ffdf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_12dd .item-e91b {
    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_12dd .item-e91b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_12dd .item-e91b p:last-child {
    margin-bottom: 0;
}

.row_12dd .item-e91b strong {
    color: var(--text-primary);
}

.row_12dd .new_fae0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_12dd .new_fae0 li {
    margin-bottom: 0.65rem;
}

.row_12dd .new_fae0 li:last-child {
    margin-bottom: 0;
}

.row_12dd .plasma_c46e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_12dd .plasma_c46e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module_1b06 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module_1b06 .gradient-copper-7e91 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module_1b06 .row_up_c86e {
    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);
}

.module_1b06 .row_up_c86e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_1b06 .row_up_c86e p:last-child {
    margin-bottom: 0;
}

.module_1b06 .row_up_c86e strong {
    color: var(--text-primary);
}

.module_1b06 .warm_bfab {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_1b06 .warm_bfab li {
    margin-bottom: 0.65rem;
}

.module_1b06 .warm_bfab li:last-child {
    margin-bottom: 0;
}

.module_1b06 .pagination-a7d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module_1b06 .pagination-a7d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-4558 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-4558 .avatar_west_1e4d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-4558 .tertiary_copper_46ed {
    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);
}

.logo-4558 .tertiary_copper_46ed p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-4558 .tertiary_copper_46ed p:last-child {
    margin-bottom: 0;
}

.logo-4558 .tertiary_copper_46ed strong {
    color: var(--text-primary);
}

.logo-4558 .picture-current-ec22 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-4558 .picture-current-ec22 li {
    margin-bottom: 0.65rem;
}

.logo-4558 .picture-current-ec22 li:last-child {
    margin-bottom: 0;
}

body.pagination_da02 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination_da02 .center_4c1c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination_da02 .box-15b1 {
    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);
}

.pagination_da02 .box-15b1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_da02 .box-15b1 p:last-child {
    margin-bottom: 0;
}

.pagination_da02 .box-15b1 strong {
    color: var(--text-primary);
}

.pagination_da02 .huge-6497 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_da02 .huge-6497 li {
    margin-bottom: 0.65rem;
}

.pagination_da02 .huge-6497 li:last-child {
    margin-bottom: 0;
}

.pagination_da02 .status_c334 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination_da02 .status_c334 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel_2316 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_2316 .preview-662c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_2316 .accent_99f7 {
    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);
}

.carousel_2316 .accent_99f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_2316 .accent_99f7 p:last-child {
    margin-bottom: 0;
}

.carousel_2316 .accent_99f7 strong {
    color: var(--text-primary);
}

.carousel_2316 .text-silver-6b39 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_2316 .text-silver-6b39 li {
    margin-bottom: 0.65rem;
}

.carousel_2316 .text-silver-6b39 li:last-child {
    margin-bottom: 0;
}

.carousel_2316 .footer_selected_3385 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_2316 .footer_selected_3385 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card-9f6c {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-9f6c .full_8831 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-9f6c .sidebar-9525 {
    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);
}

.card-9f6c .sidebar-9525 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-9f6c .sidebar-9525 p:last-child {
    margin-bottom: 0;
}

.card-9f6c .sidebar-9525 strong {
    color: var(--text-primary);
}

.card-9f6c .title-pro-c9a3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-9f6c .title-pro-c9a3 li {
    margin-bottom: 0.65rem;
}

.card-9f6c .title-pro-c9a3 li:last-child {
    margin-bottom: 0;
}

.card-9f6c .component-tall-b312 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-9f6c .component-tall-b312 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.advanced_91a5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced_91a5 .red_7e45 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced_91a5 .simple-8d91 {
    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);
}

.advanced_91a5 .simple-8d91 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced_91a5 .simple-8d91 p:last-child {
    margin-bottom: 0;
}

.advanced_91a5 .simple-8d91 strong {
    color: var(--text-primary);
}

.advanced_91a5 .progress-9587 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced_91a5 .progress-9587 li {
    margin-bottom: 0.65rem;
}

.advanced_91a5 .progress-9587 li:last-child {
    margin-bottom: 0;
}

.advanced_91a5 .rough-2b2d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.advanced_91a5 .rough-2b2d 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: 1182 */
.promo-block-i4 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
