/* 
 * 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.accent-huge-6d30) — fixed together on mobile */
.liquid-43d2 {
    width: 100%;
}

.focus_mini_68cb {
    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) {
    .liquid-43d2 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .focus_mini_68cb {
        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.slow-2e05. Conta) stay reachable.
     */
    .picture-a658 .purple_b4df {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .liquid-43d2 .picture-a658 > .purple_b4df {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) .focus_mini_68cb {
        flex-shrink: 0;
    }

    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) .picture-a658 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) .picture-a658 > .purple_b4df {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) .menu_cool_01da {
        flex-shrink: 0;
    }

    .liquid-43d2:has(.tiny_0a47.fn-show-8e3f) .tiny_0a47.fn-show-8e3f {
        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 */
    .picture-a658 .tiny_0a47 .brown-d504.fn-active-8e3f .description_46dd {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .focus_mini_68cb {
        position: sticky;
        top: 0;
    }
}

.liquid-43d2.gallery-7153,
.liquid-43d2.gallery-7153 .focus_mini_68cb {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.video-eab8 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .video-eab8 {
        padding: 0.75rem 0;
    }
}

.video-middle-88e2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.photo-basic-1570 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .photo-basic-1570 img {
        height: 35px;
    }
}

/* .picture-a658 / .logo_e498 — inner pages (brown bar); index uses .article_0b05 below */

.picture-a658:not(.article_0b05) .logo_e498.fn-active-8e3f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.over_1027 {
    display: flex;
    gap: var(--spacing-md);
}

.footer-396a,
.inner_1edf {
    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) {
    .footer-396a,
    .inner_1edf {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .over_1027 {
        gap: 0.5rem;
    }
}

.footer-396a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.footer-396a:hover {
    background: var(--primary-purple);
    color: white;
}

.inner_1edf {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.inner_1edf:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.up_29dc {
    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%;
}

.up_29dc::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;
}

.up_29dc::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;
}

.panel-tall-68ee {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.light_fb04 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.light_fb04 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);
}

.up_29dc 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;
}

.secondary_complex_5d39 {
    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;
}

.secondary_complex_5d39 strong {
    font-weight: 700;
}

.status_eae1 {
    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);
}

.caption-aab9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.box-bottom-0e82 {
    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);
}

.box-bottom-0e82:hover {
    transform: translateY(-4px);
}

.wrapper-64bf {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.slow-5ce2 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.message-last-2f51 {
    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;
}

.message-last-2f51:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.message-last-2f51.tag-9ae5 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.up_d923 {
    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);
}

.up_d923:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.photo_86c0 {
    padding: 3rem 1.25rem;
    background: white;
}

.focus-7d6c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.south_2dfd {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.south_2dfd:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.south_2dfd img {
    margin-bottom: 1rem;
}

.popup_e258 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.south_2dfd h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.south_2dfd 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 */
.bottom_f223 {
    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);
}

.south_4481 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.in-4247 {
    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);
}

.in-4247 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.in-4247 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.in-4247 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.progress_a6a1 {
    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
   ======================================== */

.heading-center-17f9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.table_center_6a3e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.next-aa88 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.list_medium_0044 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.bright-ac52 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.bright-ac52:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.bright-ac52.menu-2375 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.bright-ac52.menu-2375 h3,
.bright-ac52.menu-2375 p {
    color: white;
}

.simple_26fc {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.bright-ac52 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.bright-ac52 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.outline_tall_f14f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.outline_tall_f14f:hover {
    gap: 0.75rem;
}

.bright-ac52.menu-2375 .outline_tall_f14f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.button_upper_fb5e {
    padding: 4rem 1.25rem;
    background: white;
}

.texture-2eef {
    text-align: center;
    margin-bottom: 3rem;
}

.shadow-action-9420 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.fast_f181 {
    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%;
}

.fast_f181:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.steel-3872 {
    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);
}

.liquid-91db {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.disabled-prev-6e18 {
    padding: 1.5rem;
}

.disabled-prev-6e18 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.panel-a669 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.image-9bab {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.item_e2f5,
.new_801f {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.item_e2f5 {
    background: #dcfce7;
    color: #166534;
}

.item_e2f5.column_0d33 {
    background: #10b981;
    color: white;
}

.new_801f {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.new_801f.prev-0504 {
    background: #fee2e2;
    color: #991b1b;
}

.new_801f.item-inner-34d0 {
    background: #fef3c7;
    color: #92400e;
}

.new_801f.hard-37b3 {
    background: #dcfce7;
    color: #166534;
}

.button-273c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.button-273c strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.frame-green-63d6 {
    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);
}

.frame-green-63d6:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.mask-db85 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.dropdown-0486 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tertiary_695b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tertiary_695b {
        grid-template-columns: 1fr 1fr;
    }
}

.simple-057d img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.cold_1f3c h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.article-huge-6afb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.tabs_2409 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.description-236b {
    font-size: 1rem;
    opacity: 0.9;
}

.cold_1f3c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.banner-a384 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.banner-a384 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.banner-a384 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;
}

.banner-a384 li strong {
    color: var(--primary-purple);
}

.banner-a384 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.mask-3307 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.caption_pressed_ad82 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.silver-7983 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.caption_pressed_ad82 .slow-5ce2 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.thumbnail-fresh-d426 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.short-9574 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.short-9574 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.preview-dafa {
    padding: 4rem 1.25rem;
    background: white;
}

.paragraph_614d {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .paragraph_614d {
        grid-template-columns: 1fr 1fr;
    }
}

.thick_e10d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.mask_8963 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.modal_under_9f0a {
    margin-bottom: 1.5rem;
}

.title-selected-2971 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.carousel_pro_8f59 {
    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);
}

.filter-1be7 {
    white-space: nowrap;
}

.prev-b3a0 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.soft_9377 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.iron-3c8b {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.iron-3c8b:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.dirty_1729 {
    font-size: 2rem;
    flex-shrink: 0;
}

.banner-144f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.banner-144f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.card-first-d7a0 {
    margin-top: 3rem;
}

.card-first-d7a0 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.soft-a556 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.soft-a556 thead {
    background: var(--primary-purple);
    color: white;
}

.soft-a556 th,
.soft-a556 td {
    padding: 1rem;
    text-align: left;
}

.soft-a556 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.soft-a556 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.soft-a556 tbody tr:last-child {
    border-bottom: none;
}

.soft-a556 tbody tr:hover {
    background: var(--light-bg);
}

.under_90ea {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.large_ef64 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pink-2390 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.next_eaa8 {
    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);
}

.next_eaa8:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.next_eaa8.image-dark-ba79::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;
}

.alert-1631 {
    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;
}

.layout-17ae {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.cold-eb34 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.component_down_ecca {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.heading-479b {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.heading-479b p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.heading-479b p:last-child {
    margin-bottom: 0;
}

.heading-479b strong {
    color: var(--text-primary);
    font-weight: 600;
}

.badge_05e9 {
    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;
}

.panel-981e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.status-wide-70c3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.status-wide-70c3 .wrapper-64bf {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.status-wide-70c3 .slow-5ce2 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.media_84f9 {
    padding: 4rem 1.25rem;
    background: white;
}

.title_glass_700c {
    max-width: 900px;
    margin: 0 auto;
}

.cool_662d {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.cool_662d:hover {
    border-color: var(--primary-purple);
}

.cool_662d[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.cool_662d 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;
}

.cool_662d summary::-webkit-details-marker {
    display: none;
}

.cool_662d summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.cool_662d[open] summary::after {
    transform: rotate(45deg);
}

.pressed_a9ae {
    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);
    }
}

.pressed_a9ae p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.pressed_a9ae h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.pressed_a9ae ul,
.pressed_a9ae ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.pressed_a9ae li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.pressed_a9ae strong {
    color: var(--text-primary);
    font-weight: 600;
}

.huge_18ef {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.accordion-center-9557 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.accordion-center-9557 th,
.accordion-center-9557 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.accordion-center-9557 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.pink-d279 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.current_7a87 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.menu_1560 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .menu_1560 {
        flex-direction: column;
        text-align: center;
    }
}

.menu_1560 img {
    flex-shrink: 0;
}

.article_dim_5c86 {
    font-size: 4rem;
    flex-shrink: 0;
}

.accordion_hot_415f h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.accordion_hot_415f p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.old_260f {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.footer_5067 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.input_ef11 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.input_ef11 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.image-next-c3e0 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.thick_5d20 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.black_5226 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask-c0d4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mask-c0d4 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.stone-df58 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.fluid-177b {
    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);
}

.disabled_stale_6754 {
    list-style: none;
}

.disabled_stale_6754 li {
    margin-bottom: 0.75rem;
}

.disabled_stale_6754 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.disabled_stale_6754 a:hover {
    color: white;
}

.breadcrumb_static_adf5 {
    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;
}

.avatar-771f {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.avatar-771f span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.article_a20b {
    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);
}

.dropdown_tall_952e {
    text-align: right;
}

@media (max-width: 767px) {
    .dropdown_tall_952e {
        text-align: center;
        width: 100%;
    }
}

.dropdown_tall_952e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.large_cedb {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.purple_b4df {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.photo_86c0,
.bottom_f223,
.heading-center-17f9,
.button_upper_fb5e,
.dropdown-0486,
.preview-dafa,
.large_ef64,
.media_84f9,
.current_7a87,
.footer_5067 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .table_center_6a3e {
        font-size: 1.75rem;
    }
    
    .next-aa88 {
        font-size: 1rem;
    }
    
    .mask-3307 {
        flex-direction: column;
    }
    
    .paragraph_614d {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .shadow-action-9420 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .fast_f181 {
        max-width: 100%;
    }
    
    .liquid-91db {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .purple_b4df {
        padding: 0 1rem;
    }
    
    .up_29dc {
        padding: 4rem 1rem 3rem;
    }
    
    .up_29dc h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .message-last-2f51 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .caption-aab9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .soft-a556,
    .accordion-center-9557 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .focus-7d6c {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .list_medium_0044 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .pink-2390 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .up_29dc h1 {
        font-size: 1.5rem;
    }
    
    .caption-aab9 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .box-bottom-0e82 {
        padding: 0.75rem;
    }
    
    .wrapper-64bf {
        font-size: 1.5rem;
    }
    
    .focus-7d6c {
        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 */
.fast_f181:hover,
.bright-ac52:hover,
.next_eaa8:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .button_upper_fb5e,
    .large_ef64,
    .media_84f9 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.accent-huge-6d30)
   ======================================== */

.picture-a658.article_0b05 {
    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;
}

.picture-a658.article_0b05 .logo_e498 {
    color: #334155;
}

.picture-a658.article_0b05 .logo_e498:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.picture-a658.article_0b05 .logo_e498.fn-active-8e3f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.picture-a658.article_0b05 .description_46dd {
    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);
}

.picture-a658.article_0b05 .description_46dd::before {
    border-bottom-color: #ffffff;
}

.picture-a658.article_0b05 .footer-1014 {
    color: #475569;
}

.picture-a658.article_0b05 .footer-1014::before {
    background: #818cf8;
}

.picture-a658.article_0b05 .footer-1014:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.picture-a658.article_0b05 .footer-1014:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.picture-a658.article_0b05 .feature-under-7fc0 {
    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);
}

.picture-a658.article_0b05 .feature-under-7fc0:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.picture-a658.article_0b05 .feature-under-7fc0 span {
    background: #475569;
    box-shadow: none;
}

.picture-a658.article_0b05 .feature-under-7fc0.fn-active-8e3f span:nth-child(1),
.picture-a658.article_0b05 .feature-under-7fc0.fn-active-8e3f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .picture-a658.article_0b05 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .picture-a658.article_0b05 .menu_cool_01da {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .picture-a658.article_0b05 .menu_cool_01da span {
        color: #334155 !important;
    }

    .picture-a658.article_0b05 .tiny_0a47 {
        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);
    }

    .picture-a658.article_0b05 .tiny_0a47 .logo_e498 {
        color: #334155;
        text-shadow: none;
    }

    .picture-a658.article_0b05 .tiny_0a47 .logo_e498:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .picture-a658.article_0b05 .tiny_0a47 .logo_e498.gradient-1166::after {
        color: #64748b;
    }

    .picture-a658.article_0b05 .tiny_0a47 .description_46dd {
        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) */
    .picture-a658.article_0b05 .tiny_0a47 .brown-d504.fn-active-8e3f .description_46dd {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .picture-a658.article_0b05 .tiny_0a47 .footer-1014 {
        color: #475569;
    }

    .picture-a658.article_0b05 .tiny_0a47 .footer-1014::before {
        color: #6366f1;
    }

    .picture-a658.article_0b05 .tiny_0a47 .footer-1014:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .picture-a658.article_0b05 .tiny_0a47 .footer-1014:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .picture-a658.article_0b05 .tiny_0a47 .footer-1014:hover::before {
        color: #4f46e5;
    }
}

/* apk.surface_stone_5768 — mesmo tema claro da home; blocos extras */
body.hard-1392 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-1392 .center-23ad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-1392 .gradient_8776 {
    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-1392 .gradient_8776 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-1392 .gradient_8776 p:last-child {
    margin-bottom: 0;
}

.hard-1392 .gradient_8776 strong {
    color: var(--text-primary);
}

.hard-1392 .preview-2a4a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-1392 .preview-2a4a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.black-afe3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.black-afe3 .photo-rough-f095 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.black-afe3 .texture-white-0e52 {
    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);
}

.black-afe3 .texture-white-0e52 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.black-afe3 .texture-white-0e52 p:last-child {
    margin-bottom: 0;
}

.black-afe3 .texture-white-0e52 strong {
    color: var(--text-primary);
}

.black-afe3 .tooltip-left-80ee {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.black-afe3 .tooltip-left-80ee img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notice_cbef {
    background: #f8f9fa;
    color: #2c3e50;
}

.notice_cbef .module-ef41 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notice_cbef .list-purple-5d88 {
    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);
}

.notice_cbef .list-purple-5d88 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice_cbef .list-purple-5d88 p:last-child {
    margin-bottom: 0;
}

.notice_cbef .list-purple-5d88 strong {
    color: var(--text-primary);
}

.notice_cbef .outline-e089 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notice_cbef .outline-e089 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop_motion_24d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_motion_24d9 .easy_66a2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_motion_24d9 .soft-2fa1 {
    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);
}

.backdrop_motion_24d9 .soft-2fa1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_motion_24d9 .soft-2fa1 p:last-child {
    margin-bottom: 0;
}

.backdrop_motion_24d9 .soft-2fa1 strong {
    color: var(--text-primary);
}

.backdrop_motion_24d9 .selected_0338 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_motion_24d9 .selected_0338 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-active-8150 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-active-8150 .video-33a6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-active-8150 .notification_stale_0944 {
    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-active-8150 .notification_stale_0944 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-active-8150 .notification_stale_0944 p:last-child {
    margin-bottom: 0;
}

.avatar-active-8150 .notification_stale_0944 strong {
    color: var(--text-primary);
}

.avatar-active-8150 .pattern_thick_f7a6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-active-8150 .pattern_thick_f7a6 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_255c {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_255c .carousel-new-d3d3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_255c .thick_3cf8 {
    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_255c .thick_3cf8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_255c .thick_3cf8 p:last-child {
    margin-bottom: 0;
}

.layout_255c .thick_3cf8 strong {
    color: var(--text-primary);
}

.layout_255c .backdrop-copper-20ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_255c .backdrop-copper-20ac 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-top-6f13 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-top-6f13 .video_solid_ab71 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-top-6f13 .pro_e30e {
    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-top-6f13 .pro_e30e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-top-6f13 .pro_e30e p:last-child {
    margin-bottom: 0;
}

.modal-top-6f13 .pro_e30e strong {
    color: var(--text-primary);
}

.modal-top-6f13 .pagination_821e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-top-6f13 .pagination_821e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-aa71 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-aa71 .form-5b23 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-aa71 .stale-575a {
    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);
}

.item-aa71 .stale-575a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-aa71 .stale-575a p:last-child {
    margin-bottom: 0;
}

.item-aa71 .stale-575a strong {
    color: var(--text-primary);
}

.item-aa71 .shadow-north-5a02 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-aa71 .shadow-north-5a02 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image_new_4fa8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_new_4fa8 .highlight-a0d7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_new_4fa8 .layout-glass-fcef {
    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);
}

.image_new_4fa8 .layout-glass-fcef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_new_4fa8 .layout-glass-fcef p:last-child {
    margin-bottom: 0;
}

.image_new_4fa8 .layout-glass-fcef strong {
    color: var(--text-primary);
}

.image_new_4fa8 .pressed_0309 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_new_4fa8 .pressed_0309 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner_cd04 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner_cd04 .column-1027 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner_cd04 .right-0465 {
    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);
}

.inner_cd04 .right-0465 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_cd04 .right-0465 p:last-child {
    margin-bottom: 0;
}

.inner_cd04 .right-0465 strong {
    color: var(--text-primary);
}

.inner_cd04 .picture-61f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner_cd04 .picture-61f5 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_259e {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_259e .highlight_3717 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_259e .smooth_4709 {
    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_259e .smooth_4709 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_259e .smooth_4709 p:last-child {
    margin-bottom: 0;
}

.list_259e .smooth_4709 strong {
    color: var(--text-primary);
}

.list_259e .slider_7691 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_259e .slider_7691 li {
    margin-bottom: 0.65rem;
}

.list_259e .slider_7691 li:last-child {
    margin-bottom: 0;
}

.list_259e .media_black_508d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_259e .media_black_508d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.icon-fdfa {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon-fdfa .shade_52db {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon-fdfa .easy_e31b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.icon-fdfa .easy_e31b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon-fdfa .easy_e31b p:last-child {
    margin-bottom: 0;
}

.icon-fdfa .easy_e31b strong {
    color: var(--text-primary);
}

.icon-fdfa .next_40e0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon-fdfa .next_40e0 li {
    margin-bottom: 0.65rem;
}

.icon-fdfa .next_40e0 li:last-child {
    margin-bottom: 0;
}

.icon-fdfa .dropdown_fluid_14ef {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon-fdfa .dropdown_fluid_14ef img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-ef8e {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-ef8e .complex-a9f3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-ef8e .popup_bronze_d600 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.thumbnail-ef8e .popup_bronze_d600 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-ef8e .popup_bronze_d600 p:last-child {
    margin-bottom: 0;
}

.thumbnail-ef8e .popup_bronze_d600 strong {
    color: var(--text-primary);
}

.thumbnail-ef8e .chip_0a27 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-ef8e .chip_0a27 li {
    margin-bottom: 0.65rem;
}

.thumbnail-ef8e .chip_0a27 li:last-child {
    margin-bottom: 0;
}

.thumbnail-ef8e .gallery_hovered_2771 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-ef8e .gallery_hovered_2771 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-d091 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-d091 .wood_fb1d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-d091 .short-b6d3 {
    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);
}

.footer-d091 .short-b6d3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-d091 .short-b6d3 p:last-child {
    margin-bottom: 0;
}

.footer-d091 .short-b6d3 strong {
    color: var(--text-primary);
}

.footer-d091 .element_fc58 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-d091 .element_fc58 li {
    margin-bottom: 0.65rem;
}

.footer-d091 .element_fc58 li:last-child {
    margin-bottom: 0;
}

body.banner-68c2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-68c2 .aside_hot_fc3f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-68c2 .aside_static_2d2f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.banner-68c2 .aside_static_2d2f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-68c2 .aside_static_2d2f p:last-child {
    margin-bottom: 0;
}

.banner-68c2 .aside_static_2d2f strong {
    color: var(--text-primary);
}

.banner-68c2 .border_c188 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-68c2 .border_c188 li {
    margin-bottom: 0.65rem;
}

.banner-68c2 .border_c188 li:last-child {
    margin-bottom: 0;
}

.banner-68c2 .plasma-4781 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-68c2 .plasma-4781 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary_large_6e92 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_large_6e92 .gradient_black_01b9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_large_6e92 .aside-orange-8e6c {
    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);
}

.tertiary_large_6e92 .aside-orange-8e6c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_large_6e92 .aside-orange-8e6c p:last-child {
    margin-bottom: 0;
}

.tertiary_large_6e92 .aside-orange-8e6c strong {
    color: var(--text-primary);
}

.tertiary_large_6e92 .notice_d261 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_large_6e92 .notice_d261 li {
    margin-bottom: 0.65rem;
}

.tertiary_large_6e92 .notice_d261 li:last-child {
    margin-bottom: 0;
}

.tertiary_large_6e92 .mini-62ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_large_6e92 .mini-62ad 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-lite-31dc {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-lite-31dc .logo-c43a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-lite-31dc .soft_ef70 {
    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-lite-31dc .soft_ef70 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-lite-31dc .soft_ef70 p:last-child {
    margin-bottom: 0;
}

.pagination-lite-31dc .soft_ef70 strong {
    color: var(--text-primary);
}

.pagination-lite-31dc .header-d703 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-lite-31dc .header-d703 li {
    margin-bottom: 0.65rem;
}

.pagination-lite-31dc .header-d703 li:last-child {
    margin-bottom: 0;
}

.pagination-lite-31dc .highlight-white-a74b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-lite-31dc .highlight-white-a74b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module_d9b0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module_d9b0 .picture_outer_5fcb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module_d9b0 .glass-ca53 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.module_d9b0 .glass-ca53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_d9b0 .glass-ca53 p:last-child {
    margin-bottom: 0;
}

.module_d9b0 .glass-ca53 strong {
    color: var(--text-primary);
}

.module_d9b0 .stale-1c46 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_d9b0 .stale-1c46 li {
    margin-bottom: 0.65rem;
}

.module_d9b0 .stale-1c46 li:last-child {
    margin-bottom: 0;
}

.module_d9b0 .main_6136 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module_d9b0 .main_6136 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: 246d */
.promo-block-l3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.0;
}
