/* 
 * 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.preview_brown_c6bd) — fixed together on mobile */
.motion-9957 {
    width: 100%;
}

.input_cb8c {
    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) {
    .motion-9957 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .input_cb8c {
        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.action-9d8c. Conta) stay reachable.
     */
    .badge-4d69 .backdrop-f0b0 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .motion-9957 .badge-4d69 > .backdrop-f0b0 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .motion-9957:has(.silver_2f66.fn-show-13bc) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .motion-9957:has(.silver_2f66.fn-show-13bc) .input_cb8c {
        flex-shrink: 0;
    }

    .motion-9957:has(.silver_2f66.fn-show-13bc) .badge-4d69 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .motion-9957:has(.silver_2f66.fn-show-13bc) .badge-4d69 > .backdrop-f0b0 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .motion-9957:has(.silver_2f66.fn-show-13bc) .slow-d132 {
        flex-shrink: 0;
    }

    .motion-9957:has(.silver_2f66.fn-show-13bc) .silver_2f66.fn-show-13bc {
        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 */
    .badge-4d69 .silver_2f66 .narrow-55c6.fn-active-13bc .card_0f0f {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .input_cb8c {
        position: sticky;
        top: 0;
    }
}

.motion-9957.detail_bright_3697,
.motion-9957.detail_bright_3697 .input_cb8c {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.active-8e5d {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .active-8e5d {
        padding: 0.75rem 0;
    }
}

.column_gold_d9df {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.panel_cc9e img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .panel_cc9e img {
        height: 35px;
    }
}

/* .badge-4d69 / .yellow-c293 — inner pages (brown bar); index uses .carousel-hovered-b503 below */

.badge-4d69:not(.carousel-hovered-b503) .yellow-c293.fn-active-13bc {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.image_c138 {
    display: flex;
    gap: var(--spacing-md);
}

.pattern-bbdd,
.tag-3ad4 {
    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) {
    .pattern-bbdd,
    .tag-3ad4 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .image_c138 {
        gap: 0.5rem;
    }
}

.pattern-bbdd {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.pattern-bbdd:hover {
    background: var(--primary-purple);
    color: white;
}

.tag-3ad4 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.tag-3ad4:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.gradient_over_003f {
    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%;
}

.gradient_over_003f::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;
}

.gradient_over_003f::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;
}

.upper-f5a4 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.fresh_d453 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.fresh_d453 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);
}

.gradient_over_003f 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;
}

.widget-769b {
    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;
}

.widget-769b strong {
    font-weight: 700;
}

.feature_fresh_2918 {
    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);
}

.icon_ca35 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.message_dd2d {
    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);
}

.message_dd2d:hover {
    transform: translateY(-4px);
}

.clean-5b3c {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.preview-291c {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.upper_f7da {
    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;
}

.upper_f7da:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.upper_f7da.advanced_a14c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.box_rough_e873 {
    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);
}

.box_rough_e873:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.background-last-7e14 {
    padding: 3rem 1.25rem;
    background: white;
}

.button-down-a83c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.wide_c16f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.wide_c16f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.wide_c16f img {
    margin-bottom: 1rem;
}

.preview-ea91 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.wide_c16f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.wide_c16f 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 */
.old_6856 {
    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);
}

.photo-031d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.white-07c2 {
    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);
}

.white-07c2 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.white-07c2 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.white-07c2 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.info-dynamic-a159 {
    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
   ======================================== */

.layout-focused-f843 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.summary-831b {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.right-1c01 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.summary_9737 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.content_fast_233f {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.content_fast_233f:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.content_fast_233f.card-a18b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.content_fast_233f.card-a18b h3,
.content_fast_233f.card-a18b p {
    color: white;
}

.article-upper-7958 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.content_fast_233f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.content_fast_233f p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paragraph_0b85 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.paragraph_0b85:hover {
    gap: 0.75rem;
}

.content_fast_233f.card-a18b .paragraph_0b85 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.container-715a {
    padding: 4rem 1.25rem;
    background: white;
}

.dirty_eff6 {
    text-align: center;
    margin-bottom: 3rem;
}

.stale_9446 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.grid-973d {
    background: white;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    position: relative;
    border: 2px solid var(--border-light);
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.grid-973d:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.texture_08ba {
    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);
}

.right_48c8 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.component_cd7d {
    padding: 1.5rem;
}

.component_cd7d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.block_black_0ed6 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.border_384d {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.mask-narrow-e320,
.active_middle_1b02 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.mask-narrow-e320 {
    background: #dcfce7;
    color: #166534;
}

.mask-narrow-e320.active-green-0446 {
    background: #10b981;
    color: white;
}

.active_middle_1b02 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.active_middle_1b02.media_7612 {
    background: #fee2e2;
    color: #991b1b;
}

.active_middle_1b02.pagination-steel-eba3 {
    background: #fef3c7;
    color: #92400e;
}

.active_middle_1b02.prev_96f9 {
    background: #dcfce7;
    color: #166534;
}

.active_small_59d5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.active_small_59d5 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.fresh-12d1 {
    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);
}

.fresh-12d1:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.footer-action-7216 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.hard_1aa8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.disabled-tall-21fc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .disabled-tall-21fc {
        grid-template-columns: 1fr 1fr;
    }
}

.video_2ca9 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.image-e08a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.icon-advanced-767e {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.simple-2500 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.item-c9bc {
    font-size: 1rem;
    opacity: 0.9;
}

.image-e08a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.advanced-0848 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.advanced-0848 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.advanced-0848 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;
}

.advanced-0848 li strong {
    color: var(--primary-purple);
}

.advanced-0848 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.wrapper_active_c387 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.top_eea7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.complex-df15 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.top_eea7 .preview-291c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.modal-advanced-0dfe p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.list-top-ba54 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.list-top-ba54 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.frame_ef04 {
    padding: 4rem 1.25rem;
    background: white;
}

.fixed-e927 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .fixed-e927 {
        grid-template-columns: 1fr 1fr;
    }
}

.input_small_295f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shade_9aca {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.hidden_lower_cdc9 {
    margin-bottom: 1.5rem;
}

.down_051b {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.nav_85e4 {
    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);
}

.icon_844f {
    white-space: nowrap;
}

.nav-576f {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.pagination-1c11 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.popup-south-f8c9 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.popup-south-f8c9:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.active-adac {
    font-size: 2rem;
    flex-shrink: 0;
}

.solid_26bd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.solid_26bd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.notification_center_b48b {
    margin-top: 3rem;
}

.notification_center_b48b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.active-d6f0 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.active-d6f0 thead {
    background: var(--primary-purple);
    color: white;
}

.active-d6f0 th,
.active-d6f0 td {
    padding: 1rem;
    text-align: left;
}

.active-d6f0 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.active-d6f0 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.active-d6f0 tbody tr:last-child {
    border-bottom: none;
}

.active-d6f0 tbody tr:hover {
    background: var(--light-bg);
}

.rough_a2f3 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.banner_green_1aa7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.wide-b450 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.active_bcb8 {
    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);
}

.active_bcb8:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.active_bcb8.notification_2f45::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;
}

.backdrop_focused_69f4 {
    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;
}

.gallery_dirty_568a {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.table-2202 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.surface_f653 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.in_bd33 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.in_bd33 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.in_bd33 p:last-child {
    margin-bottom: 0;
}

.in_bd33 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.upper-fbc5 {
    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;
}

.pagination-9b3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.upper-047e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.upper-047e .clean-5b3c {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.upper-047e .preview-291c {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.container-ca27 {
    padding: 4rem 1.25rem;
    background: white;
}

.fixed_e23a {
    max-width: 900px;
    margin: 0 auto;
}

.list-846b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.list-846b:hover {
    border-color: var(--primary-purple);
}

.list-846b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.list-846b 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;
}

.list-846b summary::-webkit-details-marker {
    display: none;
}

.list-846b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.list-846b[open] summary::after {
    transform: rotate(45deg);
}

.outline-out-7019 {
    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);
    }
}

.outline-out-7019 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.outline-out-7019 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.outline-out-7019 ul,
.outline-out-7019 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.outline-out-7019 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.outline-out-7019 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.menu-down-313b {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.rough-8989 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.rough-8989 th,
.rough-8989 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.rough-8989 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.icon_d2d2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.media-68ca {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.gas-86b2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .gas-86b2 {
        flex-direction: column;
        text-align: center;
    }
}

.gas-86b2 img {
    flex-shrink: 0;
}

.container_action_311c {
    font-size: 4rem;
    flex-shrink: 0;
}

.out_ea37 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.out_ea37 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.sidebar_rough_e8f3 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.container_pink_9f63 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.outer_e5f1 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.outer_e5f1 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.menu-b84d {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.caption_f850 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.layout-wide-3a80 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info-small-744c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.info-small-744c p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.link_85e6 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery_15e0 {
    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);
}

.hard_0127 {
    list-style: none;
}

.hard_0127 li {
    margin-bottom: 0.75rem;
}

.hard_0127 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.hard_0127 a:hover {
    color: white;
}

.dropdown-a8ee {
    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;
}

.accent-3d44 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.accent-3d44 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.notice_872b {
    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);
}

.tooltip-ed02 {
    text-align: right;
}

@media (max-width: 767px) {
    .tooltip-ed02 {
        text-align: center;
        width: 100%;
    }
}

.tooltip-ed02 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.section-rough-5bbe {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.backdrop-f0b0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.background-last-7e14,
.old_6856,
.layout-focused-f843,
.container-715a,
.hard_1aa8,
.frame_ef04,
.banner_green_1aa7,
.container-ca27,
.media-68ca,
.container_pink_9f63 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .summary-831b {
        font-size: 1.75rem;
    }
    
    .right-1c01 {
        font-size: 1rem;
    }
    
    .wrapper_active_c387 {
        flex-direction: column;
    }
    
    .fixed-e927 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .stale_9446 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .grid-973d {
        max-width: 100%;
    }
    
    .right_48c8 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .backdrop-f0b0 {
        padding: 0 1rem;
    }
    
    .gradient_over_003f {
        padding: 4rem 1rem 3rem;
    }
    
    .gradient_over_003f h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .upper_f7da {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .icon_ca35 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .active-d6f0,
    .rough-8989 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .button-down-a83c {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .summary_9737 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .wide-b450 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .gradient_over_003f h1 {
        font-size: 1.5rem;
    }
    
    .icon_ca35 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .message_dd2d {
        padding: 0.75rem;
    }
    
    .clean-5b3c {
        font-size: 1.5rem;
    }
    
    .button-down-a83c {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   17. Performance Optimizations
   ======================================== */

/* Reduce Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Will-change for Animations */
.grid-973d:hover,
.content_fast_233f:hover,
.active_bcb8:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .container-715a,
    .banner_green_1aa7,
    .container-ca27 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.preview_brown_c6bd)
   ======================================== */

.badge-4d69.carousel-hovered-b503 {
    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;
}

.badge-4d69.carousel-hovered-b503 .yellow-c293 {
    color: #334155;
}

.badge-4d69.carousel-hovered-b503 .yellow-c293:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.badge-4d69.carousel-hovered-b503 .yellow-c293.fn-active-13bc {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.badge-4d69.carousel-hovered-b503 .card_0f0f {
    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);
}

.badge-4d69.carousel-hovered-b503 .card_0f0f::before {
    border-bottom-color: #ffffff;
}

.badge-4d69.carousel-hovered-b503 .brown_0c97 {
    color: #475569;
}

.badge-4d69.carousel-hovered-b503 .brown_0c97::before {
    background: #818cf8;
}

.badge-4d69.carousel-hovered-b503 .brown_0c97:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.badge-4d69.carousel-hovered-b503 .brown_0c97:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.badge-4d69.carousel-hovered-b503 .hover_daa8 {
    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);
}

.badge-4d69.carousel-hovered-b503 .hover_daa8:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.badge-4d69.carousel-hovered-b503 .hover_daa8 span {
    background: #475569;
    box-shadow: none;
}

.badge-4d69.carousel-hovered-b503 .hover_daa8.fn-active-13bc span:nth-child(1),
.badge-4d69.carousel-hovered-b503 .hover_daa8.fn-active-13bc span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .badge-4d69.carousel-hovered-b503 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge-4d69.carousel-hovered-b503 .slow-d132 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge-4d69.carousel-hovered-b503 .slow-d132 span {
        color: #334155 !important;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 {
        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);
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .yellow-c293 {
        color: #334155;
        text-shadow: none;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .yellow-c293:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .yellow-c293.filter_large_3fd6::after {
        color: #64748b;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .card_0f0f {
        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) */
    .badge-4d69.carousel-hovered-b503 .silver_2f66 .narrow-55c6.fn-active-13bc .card_0f0f {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .brown_0c97 {
        color: #475569;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .brown_0c97::before {
        color: #6366f1;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .brown_0c97:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .brown_0c97:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .badge-4d69.carousel-hovered-b503 .silver_2f66 .brown_0c97:hover::before {
        color: #4f46e5;
    }
}

/* apk.menu-ebf0 — mesmo tema claro da home; blocos extras */
body.title_b148 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title_b148 .sidebar_47ec {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title_b148 .info_a331 {
    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);
}

.title_b148 .info_a331 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title_b148 .info_a331 p:last-child {
    margin-bottom: 0;
}

.title_b148 .info_a331 strong {
    color: var(--text-primary);
}

.title_b148 .footer_narrow_e84f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title_b148 .footer_narrow_e84f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card_814c {
    background: #f8f9fa;
    color: #2c3e50;
}

.card_814c .component_7c1a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card_814c .steel-9e23 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.card_814c .steel-9e23 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_814c .steel-9e23 p:last-child {
    margin-bottom: 0;
}

.card_814c .steel-9e23 strong {
    color: var(--text-primary);
}

.card_814c .backdrop_c3ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card_814c .backdrop_c3ac 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_fresh_8815 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_fresh_8815 .block-1f5e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_fresh_8815 .element-0e46 {
    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_fresh_8815 .element-0e46 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_fresh_8815 .element-0e46 p:last-child {
    margin-bottom: 0;
}

.list_fresh_8815 .element-0e46 strong {
    color: var(--text-primary);
}

.list_fresh_8815 .notification-soft-9d32 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_fresh_8815 .notification-soft-9d32 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification-2b37 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification-2b37 .column-016c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification-2b37 .border-narrow-d4c2 {
    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);
}

.notification-2b37 .border-narrow-d4c2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-2b37 .border-narrow-d4c2 p:last-child {
    margin-bottom: 0;
}

.notification-2b37 .border-narrow-d4c2 strong {
    color: var(--text-primary);
}

.notification-2b37 .main_copper_4685 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification-2b37 .main_copper_4685 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_motion_13ac {
    background: #f8f9fa;
    color: #2c3e50;
}

.module_motion_13ac .picture-focused-8d8a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module_motion_13ac .header_last_dbe8 {
    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_motion_13ac .header_last_dbe8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_motion_13ac .header_last_dbe8 p:last-child {
    margin-bottom: 0;
}

.module_motion_13ac .header_last_dbe8 strong {
    color: var(--text-primary);
}

.module_motion_13ac .detail-c910 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module_motion_13ac .detail-c910 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hot-2180 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot-2180 .photo_34da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot-2180 .static_be31 {
    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);
}

.hot-2180 .static_be31 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot-2180 .static_be31 p:last-child {
    margin-bottom: 0;
}

.hot-2180 .static_be31 strong {
    color: var(--text-primary);
}

.hot-2180 .box_out_4103 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hot-2180 .box_out_4103 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.label_1f1a {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_1f1a .mini_0cba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_1f1a .background_rough_a6b0 {
    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);
}

.label_1f1a .background_rough_a6b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_1f1a .background_rough_a6b0 p:last-child {
    margin-bottom: 0;
}

.label_1f1a .background_rough_a6b0 strong {
    color: var(--text-primary);
}

.label_1f1a .warm-2bf7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label_1f1a .warm-2bf7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card-523a {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-523a .slider_upper_abe7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-523a .icon-warm-c643 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.card-523a .icon-warm-c643 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-523a .icon-warm-c643 p:last-child {
    margin-bottom: 0;
}

.card-523a .icon-warm-c643 strong {
    color: var(--text-primary);
}

.card-523a .wrapper-23a2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-523a .wrapper-23a2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.west_87e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.west_87e7 .outer_ae77 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.west_87e7 .border_452e {
    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);
}

.west_87e7 .border_452e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.west_87e7 .border_452e p:last-child {
    margin-bottom: 0;
}

.west_87e7 .border_452e strong {
    color: var(--text-primary);
}

.west_87e7 .nav-in-2118 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.west_87e7 .nav-in-2118 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_upper_3a46 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_upper_3a46 .component-ac17 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_upper_3a46 .section-first-8acb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.picture_upper_3a46 .section-first-8acb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_upper_3a46 .section-first-8acb p:last-child {
    margin-bottom: 0;
}

.picture_upper_3a46 .section-first-8acb strong {
    color: var(--text-primary);
}

.picture_upper_3a46 .border_hard_5afe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_upper_3a46 .border_hard_5afe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_aff3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_aff3 .orange-cedc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_aff3 .paper_3528 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.active_aff3 .paper_3528 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_aff3 .paper_3528 p:last-child {
    margin-bottom: 0;
}

.active_aff3 .paper_3528 strong {
    color: var(--text-primary);
}

.active_aff3 .new-cdd5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_aff3 .new-cdd5 li {
    margin-bottom: 0.65rem;
}

.active_aff3 .new-cdd5 li:last-child {
    margin-bottom: 0;
}

.active_aff3 .accordion-tiny-f3a3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_aff3 .accordion-tiny-f3a3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.plasma-5e5c {
    background: #f8f9fa;
    color: #2c3e50;
}

.plasma-5e5c .tall_e7f8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.plasma-5e5c .layout-5e3f {
    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);
}

.plasma-5e5c .layout-5e3f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.plasma-5e5c .layout-5e3f p:last-child {
    margin-bottom: 0;
}

.plasma-5e5c .layout-5e3f strong {
    color: var(--text-primary);
}

.plasma-5e5c .column-0002 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.plasma-5e5c .column-0002 li {
    margin-bottom: 0.65rem;
}

.plasma-5e5c .column-0002 li:last-child {
    margin-bottom: 0;
}

.plasma-5e5c .footer-b8e1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.plasma-5e5c .footer-b8e1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner-a1ab {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-a1ab .alert_aa93 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-a1ab .yellow_6970 {
    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-a1ab .yellow_6970 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-a1ab .yellow_6970 p:last-child {
    margin-bottom: 0;
}

.banner-a1ab .yellow_6970 strong {
    color: var(--text-primary);
}

.banner-a1ab .border-3cbd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-a1ab .border-3cbd li {
    margin-bottom: 0.65rem;
}

.banner-a1ab .border-3cbd li:last-child {
    margin-bottom: 0;
}

.banner-a1ab .complex_24e1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-a1ab .complex_24e1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle_0948 {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle_0948 .title_bronze_abd4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle_0948 .soft_9878 {
    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);
}

.middle_0948 .soft_9878 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_0948 .soft_9878 p:last-child {
    margin-bottom: 0;
}

.middle_0948 .soft_9878 strong {
    color: var(--text-primary);
}

.middle_0948 .section_05e2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_0948 .section_05e2 li {
    margin-bottom: 0.65rem;
}

.middle_0948 .section_05e2 li:last-child {
    margin-bottom: 0;
}

body.action_7ffd {
    background: #f8f9fa;
    color: #2c3e50;
}

.action_7ffd .motion_9ee7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.action_7ffd .menu-c420 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.action_7ffd .menu-c420 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action_7ffd .menu-c420 p:last-child {
    margin-bottom: 0;
}

.action_7ffd .menu-c420 strong {
    color: var(--text-primary);
}

.action_7ffd .description_8221 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action_7ffd .description_8221 li {
    margin-bottom: 0.65rem;
}

.action_7ffd .description_8221 li:last-child {
    margin-bottom: 0;
}

.action_7ffd .component-stale-c27e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.action_7ffd .component-stale-c27e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom_37e0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom_37e0 .list_advanced_44c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom_37e0 .fixed-f15f {
    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);
}

.bottom_37e0 .fixed-f15f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_37e0 .fixed-f15f p:last-child {
    margin-bottom: 0;
}

.bottom_37e0 .fixed-f15f strong {
    color: var(--text-primary);
}

.bottom_37e0 .focus-static-4c41 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_37e0 .focus-static-4c41 li {
    margin-bottom: 0.65rem;
}

.bottom_37e0 .focus-static-4c41 li:last-child {
    margin-bottom: 0;
}

.bottom_37e0 .popup_pressed_fc8e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom_37e0 .popup_pressed_fc8e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header-pink-dc62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.header-pink-dc62 .label_stone_3d34 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header-pink-dc62 .title_dirty_e1bd {
    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);
}

.header-pink-dc62 .title_dirty_e1bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-pink-dc62 .title_dirty_e1bd p:last-child {
    margin-bottom: 0;
}

.header-pink-dc62 .title_dirty_e1bd strong {
    color: var(--text-primary);
}

.header-pink-dc62 .hidden_plasma_227b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-pink-dc62 .hidden_plasma_227b li {
    margin-bottom: 0.65rem;
}

.header-pink-dc62 .hidden_plasma_227b li:last-child {
    margin-bottom: 0;
}

.header-pink-dc62 .row_9656 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header-pink-dc62 .row_9656 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.static-3b9f {
    background: #f8f9fa;
    color: #2c3e50;
}

.static-3b9f .iron_a48d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static-3b9f .motion-1482 {
    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);
}

.static-3b9f .motion-1482 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-3b9f .motion-1482 p:last-child {
    margin-bottom: 0;
}

.static-3b9f .motion-1482 strong {
    color: var(--text-primary);
}

.static-3b9f .outline_d8b7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-3b9f .outline_d8b7 li {
    margin-bottom: 0.65rem;
}

.static-3b9f .outline_d8b7 li:last-child {
    margin-bottom: 0;
}

.static-3b9f .widget-east-fe5b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static-3b9f .widget-east-fe5b 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: 5911 */
.ghost-box-j1 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
