/* 
 * 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.status-341f) — fixed together on mobile */
.image-05a3 {
    width: 100%;
}

.old-1bba {
    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) {
    .image-05a3 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .old-1bba {
        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.dirty-04a4. Conta) stay reachable.
     */
    .mask_d677 .description_gold_29be {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .image-05a3 .mask_d677 > .description_gold_29be {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .image-05a3:has(.south-3d2d.fn-show-2ab9) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .image-05a3:has(.south-3d2d.fn-show-2ab9) .old-1bba {
        flex-shrink: 0;
    }

    .image-05a3:has(.south-3d2d.fn-show-2ab9) .mask_d677 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .image-05a3:has(.south-3d2d.fn-show-2ab9) .mask_d677 > .description_gold_29be {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .image-05a3:has(.south-3d2d.fn-show-2ab9) .link_11c0 {
        flex-shrink: 0;
    }

    .image-05a3:has(.south-3d2d.fn-show-2ab9) .south-3d2d.fn-show-2ab9 {
        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 */
    .mask_d677 .south-3d2d .background_middle_aa4f.fn-active-2ab9 .secondary_rough_0098 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .old-1bba {
        position: sticky;
        top: 0;
    }
}

.image-05a3.widget_8aa6,
.image-05a3.widget_8aa6 .old-1bba {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.stale-8322 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .stale-8322 {
        padding: 0.75rem 0;
    }
}

.gradient_under_866e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.paragraph-new-5ca6 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .paragraph-new-5ca6 img {
        height: 35px;
    }
}

/* .mask_d677 / .summary-f1c0 — inner pages (brown bar); index uses .grid_upper_6a66 below */

.mask_d677:not(.grid_upper_6a66) .summary-f1c0.fn-active-2ab9 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.banner_3479 {
    display: flex;
    gap: var(--spacing-md);
}

.media_bronze_761c,
.banner-wide-2fca {
    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) {
    .media_bronze_761c,
    .banner-wide-2fca {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .banner_3479 {
        gap: 0.5rem;
    }
}

.media_bronze_761c {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.media_bronze_761c:hover {
    background: var(--primary-purple);
    color: white;
}

.banner-wide-2fca {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.banner-wide-2fca:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.dark_a013 {
    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%;
}

.dark_a013::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;
}

.dark_a013::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;
}

.over_c972 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.slider-motion-63eb {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.slider-motion-63eb 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);
}

.dark_a013 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;
}

.article_stone_bd51 {
    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;
}

.article_stone_bd51 strong {
    font-weight: 700;
}

.dark_654c {
    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);
}

.secondary-a18c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.overlay-slow-25aa {
    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);
}

.overlay-slow-25aa:hover {
    transform: translateY(-4px);
}

.module_b52d {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.module_2943 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.primary-1a15 {
    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;
}

.primary-1a15:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.primary-1a15.border_wood_78cc {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.highlight-solid-6c88 {
    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);
}

.highlight-solid-6c88:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.short_b427 {
    padding: 3rem 1.25rem;
    background: white;
}

.action-9676 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.element_first_a93f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.element_first_a93f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.element_first_a93f img {
    margin-bottom: 1rem;
}

.hard-a0d2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.element_first_a93f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.element_first_a93f 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 */
.progress-99a3 {
    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);
}

.sidebar_e4b1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.alert-north-b773 {
    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);
}

.alert-north-b773 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.alert-north-b773 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.alert-north-b773 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.description_stone_fb74 {
    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
   ======================================== */

.pattern-solid-97db {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.alert-mini-879a {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.content_8819 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.photo_new_8b3f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dropdown-gold-9549 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dropdown-gold-9549:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.dropdown-gold-9549.hero-da12 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.dropdown-gold-9549.hero-da12 h3,
.dropdown-gold-9549.hero-da12 p {
    color: white;
}

.solid_da97 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dropdown-gold-9549 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.dropdown-gold-9549 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pressed_84d3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.pressed_84d3:hover {
    gap: 0.75rem;
}

.dropdown-gold-9549.hero-da12 .pressed_84d3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.border_wood_7853 {
    padding: 4rem 1.25rem;
    background: white;
}

.prev_c420 {
    text-align: center;
    margin-bottom: 3rem;
}

.clean-06cb {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.simple_06a6 {
    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%;
}

.simple_06a6:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.plasma-983e {
    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);
}

.preview-gold-de86 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hover-in-4b77 {
    padding: 1.5rem;
}

.hover-in-4b77 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.media_b6dc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.liquid_837d {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.filter-basic-f625,
.component_smooth_b07a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.filter-basic-f625 {
    background: #dcfce7;
    color: #166534;
}

.filter-basic-f625.motion-bfbc {
    background: #10b981;
    color: white;
}

.component_smooth_b07a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.component_smooth_b07a.hover-brown-bfac {
    background: #fee2e2;
    color: #991b1b;
}

.component_smooth_b07a.hero-motion-701f {
    background: #fef3c7;
    color: #92400e;
}

.component_smooth_b07a.wood_f7af {
    background: #dcfce7;
    color: #166534;
}

.tertiary_50d5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tertiary_50d5 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.slider-3f63 {
    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);
}

.slider-3f63:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.complex-4e4b {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.nav-new-242f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pro_d050 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pro_d050 {
        grid-template-columns: 1fr 1fr;
    }
}

.paragraph-3f6e img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.shade-copper-0e99 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fast_d726 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.progress_07ad {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.hover_cool_55f8 {
    font-size: 1rem;
    opacity: 0.9;
}

.shade-copper-0e99 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.border_2f98 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.border_2f98 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.border_2f98 li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: var(--primary-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.border_2f98 li strong {
    color: var(--primary-purple);
}

.border_2f98 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.disabled_3257 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.title-tiny-8e77 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.picture-80ef {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.title-tiny-8e77 .module_2943 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.element-af57 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.heading_e6a2 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.heading_e6a2 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.brown-4799 {
    padding: 4rem 1.25rem;
    background: white;
}

.easy-50bc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .easy-50bc {
        grid-template-columns: 1fr 1fr;
    }
}

.texture-center-8df9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.green_e4a5 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.tiny_a17a {
    margin-bottom: 1.5rem;
}

.article-ffda {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.avatar-1a8c {
    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);
}

.summary_71d6 {
    white-space: nowrap;
}

.content_d6b8 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.first-3d99 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.frame_under_3e25 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.frame_under_3e25:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.panel_2bcc {
    font-size: 2rem;
    flex-shrink: 0;
}

.search-east-22ea h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.search-east-22ea p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.module-in-fc02 {
    margin-top: 3rem;
}

.module-in-fc02 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tall_0dbd {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.tall_0dbd thead {
    background: var(--primary-purple);
    color: white;
}

.tall_0dbd th,
.tall_0dbd td {
    padding: 1rem;
    text-align: left;
}

.tall_0dbd th {
    font-weight: 700;
    font-size: 0.9rem;
}

.tall_0dbd tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.tall_0dbd tbody tr:last-child {
    border-bottom: none;
}

.tall_0dbd tbody tr:hover {
    background: var(--light-bg);
}

.dropdown_iron_c53d {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.search-selected-7108 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.list_small_6974 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.light-9f5c {
    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);
}

.light-9f5c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.light-9f5c.gallery-c8fc::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;
}

.border_8282 {
    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;
}

.mini-8838 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.logo_bright_df7d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.liquid-1a41 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav-a5e0 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.nav-a5e0 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.nav-a5e0 p:last-child {
    margin-bottom: 0;
}

.nav-a5e0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.texture-d8a9 {
    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;
}

.fresh-9ac5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.current_50d0 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.current_50d0 .module_b52d {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.current_50d0 .module_2943 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.active-0371 {
    padding: 4rem 1.25rem;
    background: white;
}

.pagination-new-73c4 {
    max-width: 900px;
    margin: 0 auto;
}

.pro-5930 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.pro-5930:hover {
    border-color: var(--primary-purple);
}

.pro-5930[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.pro-5930 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;
}

.pro-5930 summary::-webkit-details-marker {
    display: none;
}

.pro-5930 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.pro-5930[open] summary::after {
    transform: rotate(45deg);
}

.next_933f {
    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);
    }
}

.next_933f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.next_933f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.next_933f ul,
.next_933f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.next_933f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.next_933f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.slider-glass-1541 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.table-plasma-ba28 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.table-plasma-ba28 th,
.table-plasma-ba28 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.table-plasma-ba28 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.icon_west_faab {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.card_d97b {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.texture-9634 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .texture-9634 {
        flex-direction: column;
        text-align: center;
    }
}

.texture-9634 img {
    flex-shrink: 0;
}

.new_96c6 {
    font-size: 4rem;
    flex-shrink: 0;
}

.focus-36e9 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.focus-36e9 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.input_glass_3d14 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.alert-2a41 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.mini_0e48 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.mini_0e48 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.large-4185 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.box_8ced {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.status_4f38 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.paper_4fdd h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.paper_4fdd p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.solid_ddc2 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.gold_505d {
    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);
}

.section-last-8cf1 {
    list-style: none;
}

.section-last-8cf1 li {
    margin-bottom: 0.75rem;
}

.section-last-8cf1 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.section-last-8cf1 a:hover {
    color: white;
}

.form_a788 {
    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;
}

.frame-63d7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.frame-63d7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.gallery_cool_3c45 {
    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);
}

.list_first_5461 {
    text-align: right;
}

@media (max-width: 767px) {
    .list_first_5461 {
        text-align: center;
        width: 100%;
    }
}

.list_first_5461 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.basic-a4bb {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.description_gold_29be {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.short_b427,
.progress-99a3,
.pattern-solid-97db,
.border_wood_7853,
.nav-new-242f,
.brown-4799,
.search-selected-7108,
.active-0371,
.card_d97b,
.alert-2a41 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .alert-mini-879a {
        font-size: 1.75rem;
    }
    
    .content_8819 {
        font-size: 1rem;
    }
    
    .disabled_3257 {
        flex-direction: column;
    }
    
    .easy-50bc {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .clean-06cb {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .simple_06a6 {
        max-width: 100%;
    }
    
    .preview-gold-de86 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .description_gold_29be {
        padding: 0 1rem;
    }
    
    .dark_a013 {
        padding: 4rem 1rem 3rem;
    }
    
    .dark_a013 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .primary-1a15 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .secondary-a18c {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .tall_0dbd,
    .table-plasma-ba28 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .action-9676 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .photo_new_8b3f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .list_small_6974 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .dark_a013 h1 {
        font-size: 1.5rem;
    }
    
    .secondary-a18c {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .overlay-slow-25aa {
        padding: 0.75rem;
    }
    
    .module_b52d {
        font-size: 1.5rem;
    }
    
    .action-9676 {
        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 */
.simple_06a6:hover,
.dropdown-gold-9549:hover,
.light-9f5c:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .border_wood_7853,
    .search-selected-7108,
    .active-0371 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.status-341f)
   ======================================== */

.mask_d677.grid_upper_6a66 {
    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;
}

.mask_d677.grid_upper_6a66 .summary-f1c0 {
    color: #334155;
}

.mask_d677.grid_upper_6a66 .summary-f1c0:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.mask_d677.grid_upper_6a66 .summary-f1c0.fn-active-2ab9 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.mask_d677.grid_upper_6a66 .secondary_rough_0098 {
    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);
}

.mask_d677.grid_upper_6a66 .secondary_rough_0098::before {
    border-bottom-color: #ffffff;
}

.mask_d677.grid_upper_6a66 .notice-old-02cd {
    color: #475569;
}

.mask_d677.grid_upper_6a66 .notice-old-02cd::before {
    background: #818cf8;
}

.mask_d677.grid_upper_6a66 .notice-old-02cd:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.mask_d677.grid_upper_6a66 .notice-old-02cd:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.mask_d677.grid_upper_6a66 .gold-66df {
    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);
}

.mask_d677.grid_upper_6a66 .gold-66df:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.mask_d677.grid_upper_6a66 .gold-66df span {
    background: #475569;
    box-shadow: none;
}

.mask_d677.grid_upper_6a66 .gold-66df.fn-active-2ab9 span:nth-child(1),
.mask_d677.grid_upper_6a66 .gold-66df.fn-active-2ab9 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .mask_d677.grid_upper_6a66 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .mask_d677.grid_upper_6a66 .link_11c0 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .mask_d677.grid_upper_6a66 .link_11c0 span {
        color: #334155 !important;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d {
        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);
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .summary-f1c0 {
        color: #334155;
        text-shadow: none;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .summary-f1c0:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .summary-f1c0.mask-middle-3617::after {
        color: #64748b;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .secondary_rough_0098 {
        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) */
    .mask_d677.grid_upper_6a66 .south-3d2d .background_middle_aa4f.fn-active-2ab9 .secondary_rough_0098 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .notice-old-02cd {
        color: #475569;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .notice-old-02cd::before {
        color: #6366f1;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .notice-old-02cd:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .notice-old-02cd:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .mask_d677.grid_upper_6a66 .south-3d2d .notice-old-02cd:hover::before {
        color: #4f46e5;
    }
}

/* apk.component-e5fe — mesmo tema claro da home; blocos extras */
body.secondary-fcc4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-fcc4 .element_soft_8502 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-fcc4 .row_bac6 {
    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-fcc4 .row_bac6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-fcc4 .row_bac6 p:last-child {
    margin-bottom: 0;
}

.secondary-fcc4 .row_bac6 strong {
    color: var(--text-primary);
}

.secondary-fcc4 .sort-basic-badd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-fcc4 .sort-basic-badd 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-2be1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-2be1 .warm_f779 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-2be1 .header_ded0 {
    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-2be1 .header_ded0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-2be1 .header_ded0 p:last-child {
    margin-bottom: 0;
}

.pagination-2be1 .header_ded0 strong {
    color: var(--text-primary);
}

.pagination-2be1 .blue_4d02 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-2be1 .blue_4d02 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_126d {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_126d .picture-motion-7255 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_126d .table_medium_e643 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.active_126d .table_medium_e643 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_126d .table_medium_e643 p:last-child {
    margin-bottom: 0;
}

.active_126d .table_medium_e643 strong {
    color: var(--text-primary);
}

.active_126d .item-d511 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_126d .item-d511 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass-ec4c {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass-ec4c .article-full-d810 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass-ec4c .icon-glass-947b {
    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);
}

.glass-ec4c .icon-glass-947b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass-ec4c .icon-glass-947b p:last-child {
    margin-bottom: 0;
}

.glass-ec4c .icon-glass-947b strong {
    color: var(--text-primary);
}

.glass-ec4c .frame-copper-9820 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass-ec4c .frame-copper-9820 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup_a43d {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup_a43d .advanced-e0b9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup_a43d .frame-2ba0 {
    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);
}

.popup_a43d .frame-2ba0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_a43d .frame-2ba0 p:last-child {
    margin-bottom: 0;
}

.popup_a43d .frame-2ba0 strong {
    color: var(--text-primary);
}

.popup_a43d .primary-198b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup_a43d .primary-198b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fluid_4e55 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid_4e55 .green-0893 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid_4e55 .advanced-091c {
    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);
}

.fluid_4e55 .advanced-091c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_4e55 .advanced-091c p:last-child {
    margin-bottom: 0;
}

.fluid_4e55 .advanced-091c strong {
    color: var(--text-primary);
}

.fluid_4e55 .west_3621 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid_4e55 .west_3621 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-f5c0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-f5c0 .description-liquid-4430 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-f5c0 .gallery_7025 {
    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-f5c0 .gallery_7025 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-f5c0 .gallery_7025 p:last-child {
    margin-bottom: 0;
}

.table-f5c0 .gallery_7025 strong {
    color: var(--text-primary);
}

.table-f5c0 .grid_abbe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table-f5c0 .grid_abbe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out-d27b {
    background: #f8f9fa;
    color: #2c3e50;
}

.out-d27b .logo_thick_c087 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out-d27b .warm_bb78 {
    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);
}

.out-d27b .warm_bb78 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out-d27b .warm_bb78 p:last-child {
    margin-bottom: 0;
}

.out-d27b .warm_bb78 strong {
    color: var(--text-primary);
}

.out-d27b .secondary_hovered_927e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out-d27b .secondary_hovered_927e 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_c731 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_c731 .old_cfdb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_c731 .hover-d981 {
    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_c731 .hover-d981 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_c731 .hover-d981 p:last-child {
    margin-bottom: 0;
}

.panel_c731 .hover-d981 strong {
    color: var(--text-primary);
}

.panel_c731 .badge_cf21 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_c731 .badge_cf21 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture-over-3fbd {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture-over-3fbd .image_44e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture-over-3fbd .frame_pink_9c1c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.picture-over-3fbd .frame_pink_9c1c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-over-3fbd .frame_pink_9c1c p:last-child {
    margin-bottom: 0;
}

.picture-over-3fbd .frame_pink_9c1c strong {
    color: var(--text-primary);
}

.picture-over-3fbd .main-1cc9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture-over-3fbd .main-1cc9 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_white_e326 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card_white_e326 .primary_e44c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card_white_e326 .row-east-3450 {
    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_white_e326 .row-east-3450 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_white_e326 .row-east-3450 p:last-child {
    margin-bottom: 0;
}

.card_white_e326 .row-east-3450 strong {
    color: var(--text-primary);
}

.card_white_e326 .shade_light_a310 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_white_e326 .shade_light_a310 li {
    margin-bottom: 0.65rem;
}

.card_white_e326 .shade_light_a310 li:last-child {
    margin-bottom: 0;
}

.card_white_e326 .grid_87a0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card_white_e326 .grid_87a0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_brown_193a {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_brown_193a .message_short_4c96 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_brown_193a .progress-2788 {
    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);
}

.list_brown_193a .progress-2788 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_brown_193a .progress-2788 p:last-child {
    margin-bottom: 0;
}

.list_brown_193a .progress-2788 strong {
    color: var(--text-primary);
}

.list_brown_193a .paragraph_b246 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_brown_193a .paragraph_b246 li {
    margin-bottom: 0.65rem;
}

.list_brown_193a .paragraph_b246 li:last-child {
    margin-bottom: 0;
}

.list_brown_193a .pagination-ff6e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_brown_193a .pagination-ff6e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button_4b3b {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_4b3b .card-461e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_4b3b .solid-9265 {
    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);
}

.button_4b3b .solid-9265 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_4b3b .solid-9265 p:last-child {
    margin-bottom: 0;
}

.button_4b3b .solid-9265 strong {
    color: var(--text-primary);
}

.button_4b3b .basic_c62b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_4b3b .basic_c62b li {
    margin-bottom: 0.65rem;
}

.button_4b3b .basic_c62b li:last-child {
    margin-bottom: 0;
}

.button_4b3b .blue_2522 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_4b3b .blue_2522 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bright-a796 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bright-a796 .white_9a9a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bright-a796 .video-action-40aa {
    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);
}

.bright-a796 .video-action-40aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright-a796 .video-action-40aa p:last-child {
    margin-bottom: 0;
}

.bright-a796 .video-action-40aa strong {
    color: var(--text-primary);
}

.bright-a796 .active-outer-7575 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright-a796 .active-outer-7575 li {
    margin-bottom: 0.65rem;
}

.bright-a796 .active-outer-7575 li:last-child {
    margin-bottom: 0;
}

body.input-1822 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-1822 .hovered_354f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-1822 .media-slow-2c08 {
    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);
}

.input-1822 .media-slow-2c08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-1822 .media-slow-2c08 p:last-child {
    margin-bottom: 0;
}

.input-1822 .media-slow-2c08 strong {
    color: var(--text-primary);
}

.input-1822 .info-north-c2ab {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-1822 .info-north-c2ab li {
    margin-bottom: 0.65rem;
}

.input-1822 .info-north-c2ab li:last-child {
    margin-bottom: 0;
}

.input-1822 .last_cd53 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-1822 .last_cd53 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs_74d4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_74d4 .chip-9345 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_74d4 .frame-7e7a {
    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);
}

.tabs_74d4 .frame-7e7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_74d4 .frame-7e7a p:last-child {
    margin-bottom: 0;
}

.tabs_74d4 .frame-7e7a strong {
    color: var(--text-primary);
}

.tabs_74d4 .thumbnail-9385 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_74d4 .thumbnail-9385 li {
    margin-bottom: 0.65rem;
}

.tabs_74d4 .thumbnail-9385 li:last-child {
    margin-bottom: 0;
}

.tabs_74d4 .video-379c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_74d4 .video-379c 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_wood_9732 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_wood_9732 .pressed-718f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_wood_9732 .dark_03f8 {
    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_wood_9732 .dark_03f8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_wood_9732 .dark_03f8 p:last-child {
    margin-bottom: 0;
}

.row_wood_9732 .dark_03f8 strong {
    color: var(--text-primary);
}

.row_wood_9732 .tabs_6a42 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_wood_9732 .tabs_6a42 li {
    margin-bottom: 0.65rem;
}

.row_wood_9732 .tabs_6a42 li:last-child {
    margin-bottom: 0;
}

.row_wood_9732 .surface-0f51 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_wood_9732 .surface-0f51 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left_3244 {
    background: #f8f9fa;
    color: #2c3e50;
}

.left_3244 .pattern_95a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left_3244 .status-purple-c8d6 {
    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);
}

.left_3244 .status-purple-c8d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_3244 .status-purple-c8d6 p:last-child {
    margin-bottom: 0;
}

.left_3244 .status-purple-c8d6 strong {
    color: var(--text-primary);
}

.left_3244 .status_light_e8c7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_3244 .status_light_e8c7 li {
    margin-bottom: 0.65rem;
}

.left_3244 .status_light_e8c7 li:last-child {
    margin-bottom: 0;
}

.left_3244 .preview_easy_1acf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.left_3244 .preview_easy_1acf 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: 4a6c */
.promo-block-z8 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
