/* 
 * 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.card_cf7b) — fixed together on mobile */
.basic_5e2d {
    width: 100%;
}

.gradient-selected-3b97 {
    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) {
    .basic_5e2d {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .gradient-selected-3b97 {
        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.focus_41fb. Conta) stay reachable.
     */
    .video-7762 .column_8d1d {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .basic_5e2d .video-7762 > .column_8d1d {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) .gradient-selected-3b97 {
        flex-shrink: 0;
    }

    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) .video-7762 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) .video-7762 > .column_8d1d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) .up_c800 {
        flex-shrink: 0;
    }

    .basic_5e2d:has(.border-fast-75cb.fn-show-cfbb) .border-fast-75cb.fn-show-cfbb {
        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 */
    .video-7762 .border-fast-75cb .sort_cf5b.fn-active-cfbb .grid_e203 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .gradient-selected-3b97 {
        position: sticky;
        top: 0;
    }
}

.basic_5e2d.layout-2cd0,
.basic_5e2d.layout-2cd0 .gradient-selected-3b97 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.gallery_c485 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .gallery_c485 {
        padding: 0.75rem 0;
    }
}

.mask_easy_9a01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.lite_9897 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .lite_9897 img {
        height: 35px;
    }
}

/* .video-7762 / .easy-1df2 — inner pages (brown bar); index uses .main-easy-7e24 below */

.video-7762:not(.main-easy-7e24) .easy-1df2.fn-active-cfbb {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.label_dc3a {
    display: flex;
    gap: var(--spacing-md);
}

.badge-active-75eb,
.badge-a3a5 {
    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) {
    .badge-active-75eb,
    .badge-a3a5 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .label_dc3a {
        gap: 0.5rem;
    }
}

.badge-active-75eb {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.badge-active-75eb:hover {
    background: var(--primary-purple);
    color: white;
}

.badge-a3a5 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.badge-a3a5:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.layout_f154 {
    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%;
}

.layout_f154::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;
}

.layout_f154::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;
}

.box_b48e {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.input_complex_0a6c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.input_complex_0a6c 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);
}

.layout_f154 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;
}

.surface_e981 {
    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;
}

.surface_e981 strong {
    font-weight: 700;
}

.label-8013 {
    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);
}

.wood_a48f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.hero-b7e3 {
    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);
}

.hero-b7e3:hover {
    transform: translateY(-4px);
}

.paragraph-dim-5162 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.text_f941 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.static_c485 {
    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;
}

.static_c485:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.static_c485.form_wide_5f76 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.element-pressed-3cea {
    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);
}

.element-pressed-3cea:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.column-ea5e {
    padding: 3rem 1.25rem;
    background: white;
}

.yellow_f1a3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.green-4468 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.green-4468:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.green-4468 img {
    margin-bottom: 1rem;
}

.overlay_89b7 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.green-4468 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.green-4468 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 */
.disabled_advanced_0f6b {
    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);
}

.full-7b60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.input_slow_0164 {
    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);
}

.input_slow_0164 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.input_slow_0164 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.input_slow_0164 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fresh_868d {
    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
   ======================================== */

.mask-motion-e4dd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.motion-21ef {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.hard_8273 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.hero_gold_b164 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.stale-192a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.stale-192a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.stale-192a.tag_623a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stale-192a.tag_623a h3,
.stale-192a.tag_623a p {
    color: white;
}

.hero-e24d {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.stale-192a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.stale-192a p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.feature_bottom_6bb6 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.feature_bottom_6bb6:hover {
    gap: 0.75rem;
}

.stale-192a.tag_623a .feature_bottom_6bb6 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.preview-ccb2 {
    padding: 4rem 1.25rem;
    background: white;
}

.complex-f0ce {
    text-align: center;
    margin-bottom: 3rem;
}

.south-70f4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.picture-west-7df1 {
    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%;
}

.picture-west-7df1:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.container-b3e4 {
    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);
}

.full-450f {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.layout_steel_0507 {
    padding: 1.5rem;
}

.layout_steel_0507 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.overlay-focused-73c2 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gold_59d1 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.yellow_55b0,
.badge-top-d758 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.yellow_55b0 {
    background: #dcfce7;
    color: #166534;
}

.yellow_55b0.title_pink_abe0 {
    background: #10b981;
    color: white;
}

.badge-top-d758 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.badge-top-d758.secondary_soft_1b01 {
    background: #fee2e2;
    color: #991b1b;
}

.badge-top-d758.form_lower_a005 {
    background: #fef3c7;
    color: #92400e;
}

.badge-top-d758.next-d2ae {
    background: #dcfce7;
    color: #166534;
}

.red_f0ce {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.red_f0ce strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.primary_d54d {
    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);
}

.primary_d54d:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.secondary_94e4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.notice_8f24 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.warm-8ce7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .warm-8ce7 {
        grid-template-columns: 1fr 1fr;
    }
}

.label-motion-c9ee img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.filter-east-4e99 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hard-e9c8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.banner-bbd8 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.large-2b0e {
    font-size: 1rem;
    opacity: 0.9;
}

.filter-east-4e99 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.section_e191 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.section_e191 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.section_e191 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;
}

.section_e191 li strong {
    color: var(--primary-purple);
}

.section_e191 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.footer-brown-ab90 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.item_red_8759 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.backdrop_75cf {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.item_red_8759 .text_f941 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.shade-white-fce0 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.tiny_3953 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.tiny_3953 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.module_c975 {
    padding: 4rem 1.25rem;
    background: white;
}

.next_e4e9 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .next_e4e9 {
        grid-template-columns: 1fr 1fr;
    }
}

.detail-d447 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.next-94c4 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.main-warm-4354 {
    margin-bottom: 1.5rem;
}

.cool_57f2 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.dirty_ef45 {
    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);
}

.content-west-939f {
    white-space: nowrap;
}

.table-clean-a766 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.liquid_f874 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.bronze-1acb {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.bronze-1acb:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.notice_hot_c8fd {
    font-size: 2rem;
    flex-shrink: 0;
}

.copper_4445 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.copper_4445 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.lite-cfb2 {
    margin-top: 3rem;
}

.lite-cfb2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pagination-prev-9a9c {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.pagination-prev-9a9c thead {
    background: var(--primary-purple);
    color: white;
}

.pagination-prev-9a9c th,
.pagination-prev-9a9c td {
    padding: 1rem;
    text-align: left;
}

.pagination-prev-9a9c th {
    font-weight: 700;
    font-size: 0.9rem;
}

.pagination-prev-9a9c tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.pagination-prev-9a9c tbody tr:last-child {
    border-bottom: none;
}

.pagination-prev-9a9c tbody tr:hover {
    background: var(--light-bg);
}

.gold-e754 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.mini_dad9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.stone-c138 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.image_a87a {
    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);
}

.image_a87a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.image_a87a.bottom-70d1::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;
}

.title-0b40 {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.next-27eb {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.row-e907 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.first-f003 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.modal_c5ae {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.modal_c5ae p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.modal_c5ae p:last-child {
    margin-bottom: 0;
}

.modal_c5ae strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dirty-73df {
    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;
}

.detail_3615 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hover-small-27ea {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.hover-small-27ea .paragraph-dim-5162 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.hover-small-27ea .text_f941 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.thumbnail_hovered_2d26 {
    padding: 4rem 1.25rem;
    background: white;
}

.copper-a6e3 {
    max-width: 900px;
    margin: 0 auto;
}

.outline_fast_df90 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.outline_fast_df90:hover {
    border-color: var(--primary-purple);
}

.outline_fast_df90[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.outline_fast_df90 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;
}

.outline_fast_df90 summary::-webkit-details-marker {
    display: none;
}

.outline_fast_df90 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.outline_fast_df90[open] summary::after {
    transform: rotate(45deg);
}

.static_ea12 {
    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);
    }
}

.static_ea12 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.static_ea12 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.static_ea12 ul,
.static_ea12 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.static_ea12 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.static_ea12 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.message_3350 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.accent_brown_2921 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.accent_brown_2921 th,
.accent_brown_2921 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.accent_brown_2921 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.sort_24ee {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.alert_c868 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.filter_tall_b24d {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .filter_tall_b24d {
        flex-direction: column;
        text-align: center;
    }
}

.filter_tall_b24d img {
    flex-shrink: 0;
}

.mask_6d38 {
    font-size: 4rem;
    flex-shrink: 0;
}

.dirty-5280 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dirty-5280 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.glass-2639 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.tiny-d31d {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.new-07ea h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.new-07ea > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.outline-yellow-8aaa {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.hidden-first-3591 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.tiny-c5fe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.picture_advanced_5d28 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.picture_advanced_5d28 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.tooltip_clean_b589 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.banner_cba4 {
    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);
}

.popup_large_25dd {
    list-style: none;
}

.popup_large_25dd li {
    margin-bottom: 0.75rem;
}

.popup_large_25dd a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.popup_large_25dd a:hover {
    color: white;
}

.button_33c7 {
    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;
}

.image-0a01 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.image-0a01 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.overlay-purple-3a8b {
    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);
}

.mask_2ce5 {
    text-align: right;
}

@media (max-width: 767px) {
    .mask_2ce5 {
        text-align: center;
        width: 100%;
    }
}

.mask_2ce5 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.background_pressed_ac85 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.column_8d1d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.column-ea5e,
.disabled_advanced_0f6b,
.mask-motion-e4dd,
.preview-ccb2,
.notice_8f24,
.module_c975,
.mini_dad9,
.thumbnail_hovered_2d26,
.alert_c868,
.tiny-d31d {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .motion-21ef {
        font-size: 1.75rem;
    }
    
    .hard_8273 {
        font-size: 1rem;
    }
    
    .footer-brown-ab90 {
        flex-direction: column;
    }
    
    .next_e4e9 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .south-70f4 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .picture-west-7df1 {
        max-width: 100%;
    }
    
    .full-450f {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .column_8d1d {
        padding: 0 1rem;
    }
    
    .layout_f154 {
        padding: 4rem 1rem 3rem;
    }
    
    .layout_f154 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .static_c485 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .wood_a48f {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .pagination-prev-9a9c,
    .accent_brown_2921 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .yellow_f1a3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .hero_gold_b164 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .stone-c138 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .layout_f154 h1 {
        font-size: 1.5rem;
    }
    
    .wood_a48f {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .hero-b7e3 {
        padding: 0.75rem;
    }
    
    .paragraph-dim-5162 {
        font-size: 1.5rem;
    }
    
    .yellow_f1a3 {
        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 */
.picture-west-7df1:hover,
.stale-192a:hover,
.image_a87a:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .preview-ccb2,
    .mini_dad9,
    .thumbnail_hovered_2d26 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.card_cf7b)
   ======================================== */

.video-7762.main-easy-7e24 {
    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;
}

.video-7762.main-easy-7e24 .easy-1df2 {
    color: #334155;
}

.video-7762.main-easy-7e24 .easy-1df2:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.video-7762.main-easy-7e24 .easy-1df2.fn-active-cfbb {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.video-7762.main-easy-7e24 .grid_e203 {
    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);
}

.video-7762.main-easy-7e24 .grid_e203::before {
    border-bottom-color: #ffffff;
}

.video-7762.main-easy-7e24 .progress-short-8042 {
    color: #475569;
}

.video-7762.main-easy-7e24 .progress-short-8042::before {
    background: #818cf8;
}

.video-7762.main-easy-7e24 .progress-short-8042:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.video-7762.main-easy-7e24 .progress-short-8042:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.video-7762.main-easy-7e24 .gas_e187 {
    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);
}

.video-7762.main-easy-7e24 .gas_e187:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.video-7762.main-easy-7e24 .gas_e187 span {
    background: #475569;
    box-shadow: none;
}

.video-7762.main-easy-7e24 .gas_e187.fn-active-cfbb span:nth-child(1),
.video-7762.main-easy-7e24 .gas_e187.fn-active-cfbb span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .video-7762.main-easy-7e24 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .video-7762.main-easy-7e24 .up_c800 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .video-7762.main-easy-7e24 .up_c800 span {
        color: #334155 !important;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb {
        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);
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .easy-1df2 {
        color: #334155;
        text-shadow: none;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .easy-1df2:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .easy-1df2.image-f279::after {
        color: #64748b;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .grid_e203 {
        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) */
    .video-7762.main-easy-7e24 .border-fast-75cb .sort_cf5b.fn-active-cfbb .grid_e203 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .progress-short-8042 {
        color: #475569;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .progress-short-8042::before {
        color: #6366f1;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .progress-short-8042:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .progress-short-8042:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .video-7762.main-easy-7e24 .border-fast-75cb .progress-short-8042:hover::before {
        color: #4f46e5;
    }
}

/* apk.inner-b53a — mesmo tema claro da home; blocos extras */
body.progress_1bff {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress_1bff .silver-5c32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress_1bff .video_outer_3c06 {
    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);
}

.progress_1bff .video_outer_3c06 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress_1bff .video_outer_3c06 p:last-child {
    margin-bottom: 0;
}

.progress_1bff .video_outer_3c06 strong {
    color: var(--text-primary);
}

.progress_1bff .notification_6ce1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress_1bff .notification_6ce1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.top-18d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.top-18d7 .green-aa4a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.top-18d7 .fresh_e84a {
    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);
}

.top-18d7 .fresh_e84a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.top-18d7 .fresh_e84a p:last-child {
    margin-bottom: 0;
}

.top-18d7 .fresh_e84a strong {
    color: var(--text-primary);
}

.top-18d7 .heading-9959 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.top-18d7 .heading-9959 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fixed_c9a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fixed_c9a1 .list_348b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fixed_c9a1 .widget-fixed-75b5 {
    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);
}

.fixed_c9a1 .widget-fixed-75b5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed_c9a1 .widget-fixed-75b5 p:last-child {
    margin-bottom: 0;
}

.fixed_c9a1 .widget-fixed-75b5 strong {
    color: var(--text-primary);
}

.fixed_c9a1 .focus-15f6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fixed_c9a1 .focus-15f6 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_upper_fd3a {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface_upper_fd3a .down_c990 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface_upper_fd3a .dim_8778 {
    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_upper_fd3a .dim_8778 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface_upper_fd3a .dim_8778 p:last-child {
    margin-bottom: 0;
}

.surface_upper_fd3a .dim_8778 strong {
    color: var(--text-primary);
}

.surface_upper_fd3a .motion-4b73 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface_upper_fd3a .motion-4b73 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_c264 {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_c264 .menu-a0b5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_c264 .avatar-solid-fb1a {
    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);
}

.highlight_c264 .avatar-solid-fb1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_c264 .avatar-solid-fb1a p:last-child {
    margin-bottom: 0;
}

.highlight_c264 .avatar-solid-fb1a strong {
    color: var(--text-primary);
}

.highlight_c264 .preview-5d44 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_c264 .preview-5d44 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element_liquid_a1e2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_liquid_a1e2 .alert-fluid-53ef {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_liquid_a1e2 .glass-3bce {
    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);
}

.element_liquid_a1e2 .glass-3bce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_liquid_a1e2 .glass-3bce p:last-child {
    margin-bottom: 0;
}

.element_liquid_a1e2 .glass-3bce strong {
    color: var(--text-primary);
}

.element_liquid_a1e2 .sidebar-bd80 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_liquid_a1e2 .sidebar-bd80 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box-red-1b85 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-red-1b85 .tag-fluid-b8d5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-red-1b85 .out-5483 {
    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);
}

.box-red-1b85 .out-5483 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-red-1b85 .out-5483 p:last-child {
    margin-bottom: 0;
}

.box-red-1b85 .out-5483 strong {
    color: var(--text-primary);
}

.box-red-1b85 .pro-c5f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-red-1b85 .pro-c5f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.medium-648f {
    background: #f8f9fa;
    color: #2c3e50;
}

.medium-648f .nav-f2a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.medium-648f .layout-598e {
    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);
}

.medium-648f .layout-598e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.medium-648f .layout-598e p:last-child {
    margin-bottom: 0;
}

.medium-648f .layout-598e strong {
    color: var(--text-primary);
}

.medium-648f .section_hard_5566 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.medium-648f .section_hard_5566 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_762b {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_762b .wrapper_short_275d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_762b .blue_5960 {
    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);
}

.pattern_762b .blue_5960 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_762b .blue_5960 p:last-child {
    margin-bottom: 0;
}

.pattern_762b .blue_5960 strong {
    color: var(--text-primary);
}

.pattern_762b .logo-wood-a471 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_762b .logo-wood-a471 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video_dynamic_4d91 {
    background: #f8f9fa;
    color: #2c3e50;
}

.video_dynamic_4d91 .detail_26fc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video_dynamic_4d91 .left_507a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.video_dynamic_4d91 .left_507a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_dynamic_4d91 .left_507a p:last-child {
    margin-bottom: 0;
}

.video_dynamic_4d91 .left_507a strong {
    color: var(--text-primary);
}

.video_dynamic_4d91 .accent_paper_cfd4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video_dynamic_4d91 .accent_paper_cfd4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar-51c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-51c9 .center-7e2f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-51c9 .thumbnail-cool-9e82 {
    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);
}

.avatar-51c9 .thumbnail-cool-9e82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-51c9 .thumbnail-cool-9e82 p:last-child {
    margin-bottom: 0;
}

.avatar-51c9 .thumbnail-cool-9e82 strong {
    color: var(--text-primary);
}

.avatar-51c9 .bottom_85e1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-51c9 .bottom_85e1 li {
    margin-bottom: 0.65rem;
}

.avatar-51c9 .bottom_85e1 li:last-child {
    margin-bottom: 0;
}

.avatar-51c9 .tertiary_6956 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-51c9 .tertiary_6956 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout-f775 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-f775 .item_f748 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-f775 .photo-copper-ed1a {
    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);
}

.layout-f775 .photo-copper-ed1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-f775 .photo-copper-ed1a p:last-child {
    margin-bottom: 0;
}

.layout-f775 .photo-copper-ed1a strong {
    color: var(--text-primary);
}

.layout-f775 .hard_9367 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-f775 .hard_9367 li {
    margin-bottom: 0.65rem;
}

.layout-f775 .hard_9367 li:last-child {
    margin-bottom: 0;
}

.layout-f775 .tag_wood_3011 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-f775 .tag_wood_3011 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gallery_dim_ce64 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery_dim_ce64 .input-3d76 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery_dim_ce64 .card-outer-5c3f {
    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);
}

.gallery_dim_ce64 .card-outer-5c3f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_dim_ce64 .card-outer-5c3f p:last-child {
    margin-bottom: 0;
}

.gallery_dim_ce64 .card-outer-5c3f strong {
    color: var(--text-primary);
}

.gallery_dim_ce64 .text_e7ab {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_dim_ce64 .text_e7ab li {
    margin-bottom: 0.65rem;
}

.gallery_dim_ce64 .text_e7ab li:last-child {
    margin-bottom: 0;
}

.gallery_dim_ce64 .description-0919 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery_dim_ce64 .description-0919 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_tall_7158 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_tall_7158 .section-6e63 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_tall_7158 .dark-7ad3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.modal_tall_7158 .dark-7ad3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_tall_7158 .dark-7ad3 p:last-child {
    margin-bottom: 0;
}

.modal_tall_7158 .dark-7ad3 strong {
    color: var(--text-primary);
}

.modal_tall_7158 .input-paper-aba4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_tall_7158 .input-paper-aba4 li {
    margin-bottom: 0.65rem;
}

.modal_tall_7158 .input-paper-aba4 li:last-child {
    margin-bottom: 0;
}

body.hard-42dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-42dd .heading_772e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-42dd .mini_b26c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hard-42dd .mini_b26c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-42dd .mini_b26c p:last-child {
    margin-bottom: 0;
}

.hard-42dd .mini_b26c strong {
    color: var(--text-primary);
}

.hard-42dd .button-5bed {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-42dd .button-5bed li {
    margin-bottom: 0.65rem;
}

.hard-42dd .button-5bed li:last-child {
    margin-bottom: 0;
}

.hard-42dd .element-30ed {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-42dd .element-30ed img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail-brown-2882 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-brown-2882 .menu-8762 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-brown-2882 .list_tall_25ed {
    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);
}

.detail-brown-2882 .list_tall_25ed p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-brown-2882 .list_tall_25ed p:last-child {
    margin-bottom: 0;
}

.detail-brown-2882 .list_tall_25ed strong {
    color: var(--text-primary);
}

.detail-brown-2882 .column_tiny_cd44 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-brown-2882 .column_tiny_cd44 li {
    margin-bottom: 0.65rem;
}

.detail-brown-2882 .column_tiny_cd44 li:last-child {
    margin-bottom: 0;
}

.detail-brown-2882 .north_6419 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-brown-2882 .north_6419 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.east-d080 {
    background: #f8f9fa;
    color: #2c3e50;
}

.east-d080 .module_clean_69e7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.east-d080 .rough-c480 {
    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);
}

.east-d080 .rough-c480 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east-d080 .rough-c480 p:last-child {
    margin-bottom: 0;
}

.east-d080 .rough-c480 strong {
    color: var(--text-primary);
}

.east-d080 .in-cd9c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east-d080 .in-cd9c li {
    margin-bottom: 0.65rem;
}

.east-d080 .in-cd9c li:last-child {
    margin-bottom: 0;
}

.east-d080 .backdrop-a974 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.east-d080 .backdrop-a974 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-warm-b266 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-warm-b266 .selected_628b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-warm-b266 .video_down_8f4a {
    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-warm-b266 .video_down_8f4a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-warm-b266 .video_down_8f4a p:last-child {
    margin-bottom: 0;
}

.table-warm-b266 .video_down_8f4a strong {
    color: var(--text-primary);
}

.table-warm-b266 .button-465f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-warm-b266 .button-465f li {
    margin-bottom: 0.65rem;
}

.table-warm-b266 .button-465f li:last-child {
    margin-bottom: 0;
}

.table-warm-b266 .heading_bottom_b75f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table-warm-b266 .heading_bottom_b75f 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: 23d2 */
.widget-item-z7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
