/* 
 * 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.menu-green-09e3) — fixed together on mobile */
.item-purple-676d {
    width: 100%;
}

.tabs_7ba3 {
    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) {
    .item-purple-676d {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .tabs_7ba3 {
        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.popup_complex_74cf. Conta) stay reachable.
     */
    .menu-large-c89a .module_7d3a {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .item-purple-676d .menu-large-c89a > .module_7d3a {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .item-purple-676d:has(.top_399e.fn-show-baea) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .item-purple-676d:has(.top_399e.fn-show-baea) .tabs_7ba3 {
        flex-shrink: 0;
    }

    .item-purple-676d:has(.top_399e.fn-show-baea) .menu-large-c89a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .item-purple-676d:has(.top_399e.fn-show-baea) .menu-large-c89a > .module_7d3a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .item-purple-676d:has(.top_399e.fn-show-baea) .module-brown-4825 {
        flex-shrink: 0;
    }

    .item-purple-676d:has(.top_399e.fn-show-baea) .top_399e.fn-show-baea {
        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 */
    .menu-large-c89a .top_399e .north_e8df.fn-active-baea .bronze_9918 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .tabs_7ba3 {
        position: sticky;
        top: 0;
    }
}

.item-purple-676d.component-simple-e193,
.item-purple-676d.component-simple-e193 .tabs_7ba3 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.first_8a3c {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .first_8a3c {
        padding: 0.75rem 0;
    }
}

.border_tall_82a1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.fluid_eaa7 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .fluid_eaa7 img {
        height: 35px;
    }
}

/* .menu-large-c89a / .next_d17b — inner pages (brown bar); index uses .layout_56b1 below */

.menu-large-c89a:not(.layout_56b1) .next_d17b.fn-active-baea {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.upper-06d9 {
    display: flex;
    gap: var(--spacing-md);
}

.list-paper-5ac4,
.paragraph_e557 {
    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) {
    .list-paper-5ac4,
    .paragraph_e557 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .upper-06d9 {
        gap: 0.5rem;
    }
}

.list-paper-5ac4 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.list-paper-5ac4:hover {
    background: var(--primary-purple);
    color: white;
}

.paragraph_e557 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.paragraph_e557:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.fixed-1ddb {
    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%;
}

.fixed-1ddb::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;
}

.fixed-1ddb::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;
}

.block-2747 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.small_50a8 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.small_50a8 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);
}

.fixed-1ddb 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;
}

.pattern-motion-77ef {
    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;
}

.pattern-motion-77ef strong {
    font-weight: 700;
}

.article_dim_7af5 {
    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);
}

.row-center-23b7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.gradient_blue_7f1a {
    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);
}

.gradient_blue_7f1a:hover {
    transform: translateY(-4px);
}

.inner-70ed {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.alert-2601 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.progress-665f {
    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;
}

.progress-665f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.progress-665f.feature-cool-f230 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.background_solid_72ef {
    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);
}

.background_solid_72ef:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.photo_af7a {
    padding: 3rem 1.25rem;
    background: white;
}

.disabled_d42b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.action-c543 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.action-c543:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.action-c543 img {
    margin-bottom: 1rem;
}

.sort_tiny_546b {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.action-c543 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.action-c543 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 */
.container_outer_b956 {
    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);
}

.accent_82a9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.thumbnail_clean_06b6 {
    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);
}

.thumbnail_clean_06b6 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.thumbnail_clean_06b6 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.thumbnail_clean_06b6 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.top-312d {
    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
   ======================================== */

.bronze_9b2d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.breadcrumb_current_a0d8 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.heading-8521 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.background_inner_1e81 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.element_5c90 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.element_5c90:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.element_5c90.active-motion-c0ce {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.element_5c90.active-motion-c0ce h3,
.element_5c90.active-motion-c0ce p {
    color: white;
}

.liquid_acc2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.element_5c90 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.element_5c90 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tag_ae95 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.tag_ae95:hover {
    gap: 0.75rem;
}

.element_5c90.active-motion-c0ce .tag_ae95 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.frame_next_6250 {
    padding: 4rem 1.25rem;
    background: white;
}

.status_bbd6 {
    text-align: center;
    margin-bottom: 3rem;
}

.new_0422 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.element_9260 {
    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%;
}

.element_9260:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.description_south_fdf8 {
    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);
}

.button_red_b8f6 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.detail-8040 {
    padding: 1.5rem;
}

.detail-8040 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.out_3847 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hero_06df {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.element_last_7351,
.new-2eb7 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.element_last_7351 {
    background: #dcfce7;
    color: #166534;
}

.element_last_7351.south_a310 {
    background: #10b981;
    color: white;
}

.new-2eb7 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.new-2eb7.video_clean_0447 {
    background: #fee2e2;
    color: #991b1b;
}

.new-2eb7.east_1a48 {
    background: #fef3c7;
    color: #92400e;
}

.new-2eb7.shade-new-fb54 {
    background: #dcfce7;
    color: #166534;
}

.video-lower-f7ce {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.video-lower-f7ce strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.texture-575b {
    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);
}

.texture-575b:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.layout_c65f {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.action_8e65 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.advanced-ad94 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .advanced-ad94 {
        grid-template-columns: 1fr 1fr;
    }
}

.element-203e img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.bottom_d1cb h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.search_e723 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.paper_74dd {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.article-south-7999 {
    font-size: 1rem;
    opacity: 0.9;
}

.bottom_d1cb h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.frame-mini-ffd1 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.frame-mini-ffd1 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.frame-mini-ffd1 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;
}

.frame-mini-ffd1 li strong {
    color: var(--primary-purple);
}

.frame-mini-ffd1 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.menu_up_d32f {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.disabled-soft-9617 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.box-41b2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.disabled-soft-9617 .alert-2601 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.last_5fe1 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.avatar_warm_791b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.avatar_warm_791b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.full-5065 {
    padding: 4rem 1.25rem;
    background: white;
}

.primary_up_2e8c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .primary_up_2e8c {
        grid-template-columns: 1fr 1fr;
    }
}

.feature_advanced_194b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.row-in-4ace {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.mini-240e {
    margin-bottom: 1.5rem;
}

.prev_566a {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.last-eded {
    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);
}

.button_a4e5 {
    white-space: nowrap;
}

.feature_motion_f2ba {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.thumbnail_5a04 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.feature-17ba {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.feature-17ba:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.cool-5bfe {
    font-size: 2rem;
    flex-shrink: 0;
}

.wide-7f46 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.wide-7f46 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.sort_red_75b9 {
    margin-top: 3rem;
}

.sort_red_75b9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.thick_8f1d {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.thick_8f1d thead {
    background: var(--primary-purple);
    color: white;
}

.thick_8f1d th,
.thick_8f1d td {
    padding: 1rem;
    text-align: left;
}

.thick_8f1d th {
    font-weight: 700;
    font-size: 0.9rem;
}

.thick_8f1d tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.thick_8f1d tbody tr:last-child {
    border-bottom: none;
}

.thick_8f1d tbody tr:hover {
    background: var(--light-bg);
}

.overlay-yellow-b3c0 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.link_tiny_92f3 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.left_e186 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.accent_1a7d {
    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);
}

.accent_1a7d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.accent_1a7d.slow_ef78::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;
}

.complex-b534 {
    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;
}

.solid_6b10 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.hero_wide_8fb6 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.search-selected-bbbf {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.article-advanced-c89f {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.article-advanced-c89f p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.article-advanced-c89f p:last-child {
    margin-bottom: 0;
}

.article-advanced-c89f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dark_2598 {
    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;
}

.thumbnail-a852 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.background_cold_e33c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.background_cold_e33c .inner-70ed {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.background_cold_e33c .alert-2601 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.dark_605e {
    padding: 4rem 1.25rem;
    background: white;
}

.gradient_static_302e {
    max-width: 900px;
    margin: 0 auto;
}

.complex-6207 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.complex-6207:hover {
    border-color: var(--primary-purple);
}

.complex-6207[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.complex-6207 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;
}

.complex-6207 summary::-webkit-details-marker {
    display: none;
}

.complex-6207 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.complex-6207[open] summary::after {
    transform: rotate(45deg);
}

.element_c48a {
    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);
    }
}

.element_c48a p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.element_c48a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.element_c48a ul,
.element_c48a ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.element_c48a li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.element_c48a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.secondary-east-ed06 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.grid_cold_2efe {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.grid_cold_2efe th,
.grid_cold_2efe td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.grid_cold_2efe th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.stale-fb9e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.frame-9680 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.alert-8f28 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .alert-8f28 {
        flex-direction: column;
        text-align: center;
    }
}

.alert-8f28 img {
    flex-shrink: 0;
}

.form_e88b {
    font-size: 4rem;
    flex-shrink: 0;
}

.highlight_5b26 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.highlight_5b26 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.caption_eb58 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.header-1b86 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.mini_1f13 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.mini_1f13 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.nav-c9cb {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.text-outer-1947 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.nav-focused-1e10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.form_126b h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form_126b p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.basic-cf11 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.full_fdf1 {
    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);
}

.east-de00 {
    list-style: none;
}

.east-de00 li {
    margin-bottom: 0.75rem;
}

.east-de00 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.east-de00 a:hover {
    color: white;
}

.stale_1b50 {
    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;
}

.pattern-322d {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pattern-322d span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.picture_easy_7156 {
    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);
}

.tabs-warm-6ca3 {
    text-align: right;
}

@media (max-width: 767px) {
    .tabs-warm-6ca3 {
        text-align: center;
        width: 100%;
    }
}

.tabs-warm-6ca3 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.element_b476 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.module_7d3a {
    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_af7a,
.container_outer_b956,
.bronze_9b2d,
.frame_next_6250,
.action_8e65,
.full-5065,
.link_tiny_92f3,
.dark_605e,
.frame-9680,
.header-1b86 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .breadcrumb_current_a0d8 {
        font-size: 1.75rem;
    }
    
    .heading-8521 {
        font-size: 1rem;
    }
    
    .menu_up_d32f {
        flex-direction: column;
    }
    
    .primary_up_2e8c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .new_0422 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .element_9260 {
        max-width: 100%;
    }
    
    .button_red_b8f6 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .module_7d3a {
        padding: 0 1rem;
    }
    
    .fixed-1ddb {
        padding: 4rem 1rem 3rem;
    }
    
    .fixed-1ddb h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .progress-665f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .row-center-23b7 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .thick_8f1d,
    .grid_cold_2efe {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .disabled_d42b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .background_inner_1e81 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .left_e186 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .fixed-1ddb h1 {
        font-size: 1.5rem;
    }
    
    .row-center-23b7 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .gradient_blue_7f1a {
        padding: 0.75rem;
    }
    
    .inner-70ed {
        font-size: 1.5rem;
    }
    
    .disabled_d42b {
        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 */
.element_9260:hover,
.element_5c90:hover,
.accent_1a7d:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .frame_next_6250,
    .link_tiny_92f3,
    .dark_605e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.menu-green-09e3)
   ======================================== */

.menu-large-c89a.layout_56b1 {
    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;
}

.menu-large-c89a.layout_56b1 .next_d17b {
    color: #334155;
}

.menu-large-c89a.layout_56b1 .next_d17b:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.menu-large-c89a.layout_56b1 .next_d17b.fn-active-baea {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.menu-large-c89a.layout_56b1 .bronze_9918 {
    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);
}

.menu-large-c89a.layout_56b1 .bronze_9918::before {
    border-bottom-color: #ffffff;
}

.menu-large-c89a.layout_56b1 .tall_07e0 {
    color: #475569;
}

.menu-large-c89a.layout_56b1 .tall_07e0::before {
    background: #818cf8;
}

.menu-large-c89a.layout_56b1 .tall_07e0:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.menu-large-c89a.layout_56b1 .tall_07e0:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.menu-large-c89a.layout_56b1 .tag_first_471c {
    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);
}

.menu-large-c89a.layout_56b1 .tag_first_471c:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.menu-large-c89a.layout_56b1 .tag_first_471c span {
    background: #475569;
    box-shadow: none;
}

.menu-large-c89a.layout_56b1 .tag_first_471c.fn-active-baea span:nth-child(1),
.menu-large-c89a.layout_56b1 .tag_first_471c.fn-active-baea span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .menu-large-c89a.layout_56b1 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .menu-large-c89a.layout_56b1 .module-brown-4825 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .menu-large-c89a.layout_56b1 .module-brown-4825 span {
        color: #334155 !important;
    }

    .menu-large-c89a.layout_56b1 .top_399e {
        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);
    }

    .menu-large-c89a.layout_56b1 .top_399e .next_d17b {
        color: #334155;
        text-shadow: none;
    }

    .menu-large-c89a.layout_56b1 .top_399e .next_d17b:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .menu-large-c89a.layout_56b1 .top_399e .next_d17b.media_313f::after {
        color: #64748b;
    }

    .menu-large-c89a.layout_56b1 .top_399e .bronze_9918 {
        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) */
    .menu-large-c89a.layout_56b1 .top_399e .north_e8df.fn-active-baea .bronze_9918 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .menu-large-c89a.layout_56b1 .top_399e .tall_07e0 {
        color: #475569;
    }

    .menu-large-c89a.layout_56b1 .top_399e .tall_07e0::before {
        color: #6366f1;
    }

    .menu-large-c89a.layout_56b1 .top_399e .tall_07e0:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .menu-large-c89a.layout_56b1 .top_399e .tall_07e0:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .menu-large-c89a.layout_56b1 .top_399e .tall_07e0:hover::before {
        color: #4f46e5;
    }
}

/* apk.wide-b81a — mesmo tema claro da home; blocos extras */
body.breadcrumb_north_67ba {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_north_67ba .bright-2bc6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_north_67ba .active-0c97 {
    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);
}

.breadcrumb_north_67ba .active-0c97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_north_67ba .active-0c97 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_north_67ba .active-0c97 strong {
    color: var(--text-primary);
}

.breadcrumb_north_67ba .row-34c5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_north_67ba .row-34c5 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-949f {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture-949f .slider-brown-8374 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture-949f .feature-af48 {
    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-949f .feature-af48 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-949f .feature-af48 p:last-child {
    margin-bottom: 0;
}

.picture-949f .feature-af48 strong {
    color: var(--text-primary);
}

.picture-949f .filter-medium-bc7d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture-949f .filter-medium-bc7d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-e11b {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-e11b .tag_center_1eee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-e11b .description-9e92 {
    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);
}

.description-e11b .description-9e92 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-e11b .description-9e92 p:last-child {
    margin-bottom: 0;
}

.description-e11b .description-9e92 strong {
    color: var(--text-primary);
}

.description-e11b .popup_short_f69d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-e11b .popup_short_f69d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slider_30bd {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider_30bd .container-90e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider_30bd .block_fast_23db {
    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);
}

.slider_30bd .block_fast_23db p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_30bd .block_fast_23db p:last-child {
    margin-bottom: 0;
}

.slider_30bd .block_fast_23db strong {
    color: var(--text-primary);
}

.slider_30bd .medium_7522 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider_30bd .medium_7522 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid_475a {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid_475a .media_29db {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid_475a .picture_3b8a {
    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);
}

.solid_475a .picture_3b8a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_475a .picture_3b8a p:last-child {
    margin-bottom: 0;
}

.solid_475a .picture_3b8a strong {
    color: var(--text-primary);
}

.solid_475a .filter_e8e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid_475a .filter_e8e2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.advanced-1639 {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced-1639 .logo_fast_43ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced-1639 .first-810d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.advanced-1639 .first-810d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced-1639 .first-810d p:last-child {
    margin-bottom: 0;
}

.advanced-1639 .first-810d strong {
    color: var(--text-primary);
}

.advanced-1639 .notification_0167 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.advanced-1639 .notification_0167 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paragraph-7187 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph-7187 .hidden-solid-acca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph-7187 .green_1e82 {
    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);
}

.paragraph-7187 .green_1e82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph-7187 .green_1e82 p:last-child {
    margin-bottom: 0;
}

.paragraph-7187 .green_1e82 strong {
    color: var(--text-primary);
}

.paragraph-7187 .current-4fbe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph-7187 .current-4fbe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_motion_2164 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_motion_2164 .soft-5733 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_motion_2164 .small_4730 {
    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);
}

.disabled_motion_2164 .small_4730 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_motion_2164 .small_4730 p:last-child {
    margin-bottom: 0;
}

.disabled_motion_2164 .small_4730 strong {
    color: var(--text-primary);
}

.disabled_motion_2164 .hovered-d5b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_motion_2164 .hovered-d5b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wide_2877 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wide_2877 .caption_6ce0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wide_2877 .south_3a0d {
    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);
}

.wide_2877 .south_3a0d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide_2877 .south_3a0d p:last-child {
    margin-bottom: 0;
}

.wide_2877 .south_3a0d strong {
    color: var(--text-primary);
}

.wide_2877 .action_1cc7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wide_2877 .action_1cc7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.selected-e393 {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected-e393 .pagination_d914 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected-e393 .lite-d669 {
    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);
}

.selected-e393 .lite-d669 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-e393 .lite-d669 p:last-child {
    margin-bottom: 0;
}

.selected-e393 .lite-d669 strong {
    color: var(--text-primary);
}

.selected-e393 .warm_bd3e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected-e393 .warm_bd3e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus-large-ba41 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-large-ba41 .notification-7250 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-large-ba41 .white-94c9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus-large-ba41 .white-94c9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-large-ba41 .white-94c9 p:last-child {
    margin-bottom: 0;
}

.focus-large-ba41 .white-94c9 strong {
    color: var(--text-primary);
}

.focus-large-ba41 .texture-small-b41d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-large-ba41 .texture-small-b41d li {
    margin-bottom: 0.65rem;
}

.focus-large-ba41 .texture-small-b41d li:last-child {
    margin-bottom: 0;
}

.focus-large-ba41 .wrapper_new_1841 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-large-ba41 .wrapper_new_1841 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border_39ee {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_39ee .left_b053 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_39ee .bright-1f66 {
    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);
}

.border_39ee .bright-1f66 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_39ee .bright-1f66 p:last-child {
    margin-bottom: 0;
}

.border_39ee .bright-1f66 strong {
    color: var(--text-primary);
}

.border_39ee .up_4a2a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_39ee .up_4a2a li {
    margin-bottom: 0.65rem;
}

.border_39ee .up_4a2a li:last-child {
    margin-bottom: 0;
}

.border_39ee .search-outer-0381 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_39ee .search-outer-0381 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column-static-03a4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.column-static-03a4 .message_mini_ff5e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column-static-03a4 .form_hard_6cbc {
    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);
}

.column-static-03a4 .form_hard_6cbc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-static-03a4 .form_hard_6cbc p:last-child {
    margin-bottom: 0;
}

.column-static-03a4 .form_hard_6cbc strong {
    color: var(--text-primary);
}

.column-static-03a4 .element-4b70 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-static-03a4 .element-4b70 li {
    margin-bottom: 0.65rem;
}

.column-static-03a4 .element-4b70 li:last-child {
    margin-bottom: 0;
}

.column-static-03a4 .media-6287 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column-static-03a4 .media-6287 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status_next_9c92 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status_next_9c92 .hard_c369 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status_next_9c92 .modal-hovered-d3ce {
    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);
}

.status_next_9c92 .modal-hovered-d3ce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_next_9c92 .modal-hovered-d3ce p:last-child {
    margin-bottom: 0;
}

.status_next_9c92 .modal-hovered-d3ce strong {
    color: var(--text-primary);
}

.status_next_9c92 .avatar_pink_afda {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_next_9c92 .avatar_pink_afda li {
    margin-bottom: 0.65rem;
}

.status_next_9c92 .avatar_pink_afda li:last-child {
    margin-bottom: 0;
}

body.pattern_c937 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_c937 .surface-prev-b28e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_c937 .glass_a3ad {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern_c937 .glass_a3ad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_c937 .glass_a3ad p:last-child {
    margin-bottom: 0;
}

.pattern_c937 .glass_a3ad strong {
    color: var(--text-primary);
}

.pattern_c937 .warm_e6cd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_c937 .warm_e6cd li {
    margin-bottom: 0.65rem;
}

.pattern_c937 .warm_e6cd li:last-child {
    margin-bottom: 0;
}

.pattern_c937 .dynamic_41ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_c937 .dynamic_41ad 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_advanced_16bf {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_advanced_16bf .status-current-fe45 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_advanced_16bf .sidebar_hovered_a165 {
    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_advanced_16bf .sidebar_hovered_a165 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_advanced_16bf .sidebar_hovered_a165 p:last-child {
    margin-bottom: 0;
}

.tertiary_advanced_16bf .sidebar_hovered_a165 strong {
    color: var(--text-primary);
}

.tertiary_advanced_16bf .modal_7820 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_advanced_16bf .modal_7820 li {
    margin-bottom: 0.65rem;
}

.tertiary_advanced_16bf .modal_7820 li:last-child {
    margin-bottom: 0;
}

.tertiary_advanced_16bf .tiny-2a41 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_advanced_16bf .tiny-2a41 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fast_ad40 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fast_ad40 .nav-683c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fast_ad40 .tertiary_41dc {
    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);
}

.fast_ad40 .tertiary_41dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fast_ad40 .tertiary_41dc p:last-child {
    margin-bottom: 0;
}

.fast_ad40 .tertiary_41dc strong {
    color: var(--text-primary);
}

.fast_ad40 .table_bright_4199 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fast_ad40 .table_bright_4199 li {
    margin-bottom: 0.65rem;
}

.fast_ad40 .table_bright_4199 li:last-child {
    margin-bottom: 0;
}

.fast_ad40 .notification_ab2e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fast_ad40 .notification_ab2e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent_over_ffe3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent_over_ffe3 .cool_1397 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent_over_ffe3 .search-eb8a {
    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);
}

.accent_over_ffe3 .search-eb8a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_over_ffe3 .search-eb8a p:last-child {
    margin-bottom: 0;
}

.accent_over_ffe3 .search-eb8a strong {
    color: var(--text-primary);
}

.accent_over_ffe3 .picture_71ff {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_over_ffe3 .picture_71ff li {
    margin-bottom: 0.65rem;
}

.accent_over_ffe3 .picture_71ff li:last-child {
    margin-bottom: 0;
}

.accent_over_ffe3 .filter_434d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent_over_ffe3 .filter_434d 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: c437 */
.ghost-box-z6 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
