/* 
 * 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.highlight-1040) — fixed together on mobile */
.picture-in-48cb {
    width: 100%;
}

.upper-051e {
    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) {
    .picture-in-48cb {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .upper-051e {
        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.steel-8246. Conta) stay reachable.
     */
    .focus-a785 .full-ac64 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .picture-in-48cb .focus-a785 > .full-ac64 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .picture-in-48cb:has(.upper_705c.fn-show-8476) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .picture-in-48cb:has(.upper_705c.fn-show-8476) .upper-051e {
        flex-shrink: 0;
    }

    .picture-in-48cb:has(.upper_705c.fn-show-8476) .focus-a785 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .picture-in-48cb:has(.upper_705c.fn-show-8476) .focus-a785 > .full-ac64 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .picture-in-48cb:has(.upper_705c.fn-show-8476) .info_62d9 {
        flex-shrink: 0;
    }

    .picture-in-48cb:has(.upper_705c.fn-show-8476) .upper_705c.fn-show-8476 {
        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 */
    .focus-a785 .upper_705c .highlight_4c48.fn-active-8476 .filter_ed74 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .upper-051e {
        position: sticky;
        top: 0;
    }
}

.picture-in-48cb.north_3c4c,
.picture-in-48cb.north_3c4c .upper-051e {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.article_fixed_73cc {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .article_fixed_73cc {
        padding: 0.75rem 0;
    }
}

.glass_cecd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.breadcrumb-8da3 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .breadcrumb-8da3 img {
        height: 35px;
    }
}

/* .focus-a785 / .chip-fixed-7b90 — inner pages (brown bar); index uses .section_narrow_48ee below */

.focus-a785:not(.section_narrow_48ee) .chip-fixed-7b90.fn-active-8476 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.frame-yellow-e0e8 {
    display: flex;
    gap: var(--spacing-md);
}

.table-silver-a4df,
.rough-e982 {
    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) {
    .table-silver-a4df,
    .rough-e982 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .frame-yellow-e0e8 {
        gap: 0.5rem;
    }
}

.table-silver-a4df {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.table-silver-a4df:hover {
    background: var(--primary-purple);
    color: white;
}

.rough-e982 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.rough-e982:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.component-tiny-1980 {
    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%;
}

.component-tiny-1980::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;
}

.component-tiny-1980::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;
}

.list-cbfe {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.dynamic-39fa {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.dynamic-39fa 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);
}

.component-tiny-1980 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;
}

.gradient-c5a5 {
    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;
}

.gradient-c5a5 strong {
    font-weight: 700;
}

.filter-4e52 {
    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);
}

.layout-847f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.heading_plasma_d20e {
    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);
}

.heading_plasma_d20e:hover {
    transform: translateY(-4px);
}

.widget-lite-4ee4 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.banner-inner-87da {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.input-40e1 {
    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;
}

.input-40e1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.input-40e1.sort-lite-ad3c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.plasma_3cc1 {
    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);
}

.plasma_3cc1:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.left-9f85 {
    padding: 3rem 1.25rem;
    background: white;
}

.tertiary_34ac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.action_572d {
    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_572d:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.action_572d img {
    margin-bottom: 1rem;
}

.layout-in-edf3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.action_572d h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.action_572d 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 */
.badge_e12f {
    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);
}

.secondary-pink-9c21 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.left_1d01 {
    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);
}

.left_1d01 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.left_1d01 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.left_1d01 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.text_2685 {
    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
   ======================================== */

.pressed-636c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.outer_ba3d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.accent_67a3 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.input_current_e522 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.cool-899e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.cool-899e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.cool-899e.badge_fb3a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.cool-899e.badge_fb3a h3,
.cool-899e.badge_fb3a p {
    color: white;
}

.brown_0556 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cool-899e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.cool-899e p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.status-4825 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.status-4825:hover {
    gap: 0.75rem;
}

.cool-899e.badge_fb3a .status-4825 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.element_8758 {
    padding: 4rem 1.25rem;
    background: white;
}

.summary_d519 {
    text-align: center;
    margin-bottom: 3rem;
}

.caption_ae9e {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.content_62d5 {
    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%;
}

.content_62d5:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.footer-93e3 {
    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);
}

.section_efcd {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.inner_c50d {
    padding: 1.5rem;
}

.inner_c50d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.search_lower_7cc6 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.easy_62c9 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hidden-4a44,
.box-8810 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.hidden-4a44 {
    background: #dcfce7;
    color: #166534;
}

.hidden-4a44.pattern_full_40bc {
    background: #10b981;
    color: white;
}

.box-8810 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.box-8810.menu_in_ba48 {
    background: #fee2e2;
    color: #991b1b;
}

.box-8810.pattern-773f {
    background: #fef3c7;
    color: #92400e;
}

.box-8810.block_wood_4095 {
    background: #dcfce7;
    color: #166534;
}

.large-6ea2 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.large-6ea2 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.logo-slow-d3ae {
    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);
}

.logo-slow-d3ae:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.over-b61d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.south_bb13 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer-e570 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-e570 {
        grid-template-columns: 1fr 1fr;
    }
}

.tall_4e76 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.mask_warm_3e88 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.iron_0b64 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.basic_0fb8 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pattern-next-fb9a {
    font-size: 1rem;
    opacity: 0.9;
}

.mask_warm_3e88 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.secondary_c2b9 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.secondary_c2b9 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.secondary_c2b9 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;
}

.secondary_c2b9 li strong {
    color: var(--primary-purple);
}

.secondary_c2b9 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.dark_2731 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.container_993e {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.over-1848 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.container_993e .banner-inner-87da {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.prev_86ae p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.panel-plasma-8e2a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.panel-plasma-8e2a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.border_d87e {
    padding: 4rem 1.25rem;
    background: white;
}

.wrapper_7c52 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .wrapper_7c52 {
        grid-template-columns: 1fr 1fr;
    }
}

.message-steel-f30f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.red_b9f9 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.glass-e9b3 {
    margin-bottom: 1.5rem;
}

.section_dark_6591 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.shadow_hard_d7a3 {
    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);
}

.form-iron-2873 {
    white-space: nowrap;
}

.background-current-3222 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.active-rough-4ff8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.status-65a2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.status-65a2:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.upper-d99c {
    font-size: 2rem;
    flex-shrink: 0;
}

.hidden_dcc2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hidden_dcc2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.picture-stone-d61d {
    margin-top: 3rem;
}

.picture-stone-d61d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.module_complex_53c7 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.module_complex_53c7 thead {
    background: var(--primary-purple);
    color: white;
}

.module_complex_53c7 th,
.module_complex_53c7 td {
    padding: 1rem;
    text-align: left;
}

.module_complex_53c7 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.module_complex_53c7 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.module_complex_53c7 tbody tr:last-child {
    border-bottom: none;
}

.module_complex_53c7 tbody tr:hover {
    background: var(--light-bg);
}

.tag_73ea {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.active-4f25 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.label_dynamic_221e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.silver-4f85 {
    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);
}

.silver-4f85:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.silver-4f85.icon-bottom-7e0d::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;
}

.static-da4a {
    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;
}

.search-4c07 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.outline-c878 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.glass-ead0 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.feature_ea12 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.feature_ea12 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.feature_ea12 p:last-child {
    margin-bottom: 0;
}

.feature_ea12 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.message_outer_49fb {
    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;
}

.search_east_2186 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.nav_cff4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.nav_cff4 .widget-lite-4ee4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.nav_cff4 .banner-inner-87da {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.component-3c9e {
    padding: 4rem 1.25rem;
    background: white;
}

.progress_prev_3b25 {
    max-width: 900px;
    margin: 0 auto;
}

.module_selected_b1bb {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.module_selected_b1bb:hover {
    border-color: var(--primary-purple);
}

.module_selected_b1bb[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.module_selected_b1bb 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;
}

.module_selected_b1bb summary::-webkit-details-marker {
    display: none;
}

.module_selected_b1bb summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.module_selected_b1bb[open] summary::after {
    transform: rotate(45deg);
}

.description-e217 {
    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);
    }
}

.description-e217 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.description-e217 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.description-e217 ul,
.description-e217 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.description-e217 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.description-e217 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.notification-advanced-b861 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.last_496b {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.last_496b th,
.last_496b td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.last_496b th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.primary_liquid_7f32 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.input_prev_6ed9 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.dark_6a69 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .dark_6a69 {
        flex-direction: column;
        text-align: center;
    }
}

.dark_6a69 img {
    flex-shrink: 0;
}

.inner_8912 {
    font-size: 4rem;
    flex-shrink: 0;
}

.chip_mini_c0d5 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.chip_mini_c0d5 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.modal_a347 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.backdrop_west_7e26 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.breadcrumb-8d80 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.breadcrumb-8d80 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.silver-9de9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.logo-inner-4be9 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.box-active-4ccd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.banner_dark_4120 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.banner_dark_4120 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.heading-full-e7c2 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.element-8495 {
    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);
}

.link-red-a667 {
    list-style: none;
}

.link-red-a667 li {
    margin-bottom: 0.75rem;
}

.link-red-a667 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.link-red-a667 a:hover {
    color: white;
}

.slider_paper_3be4 {
    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;
}

.module_a1a7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.module_a1a7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.search-f932 {
    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);
}

.progress_static_32ba {
    text-align: right;
}

@media (max-width: 767px) {
    .progress_static_32ba {
        text-align: center;
        width: 100%;
    }
}

.progress_static_32ba p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.logo_ae0b {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.full-ac64 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.left-9f85,
.badge_e12f,
.pressed-636c,
.element_8758,
.south_bb13,
.border_d87e,
.active-4f25,
.component-3c9e,
.input_prev_6ed9,
.backdrop_west_7e26 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .outer_ba3d {
        font-size: 1.75rem;
    }
    
    .accent_67a3 {
        font-size: 1rem;
    }
    
    .dark_2731 {
        flex-direction: column;
    }
    
    .wrapper_7c52 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .caption_ae9e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .content_62d5 {
        max-width: 100%;
    }
    
    .section_efcd {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .full-ac64 {
        padding: 0 1rem;
    }
    
    .component-tiny-1980 {
        padding: 4rem 1rem 3rem;
    }
    
    .component-tiny-1980 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .input-40e1 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .layout-847f {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .module_complex_53c7,
    .last_496b {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .tertiary_34ac {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .input_current_e522 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .label_dynamic_221e {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .component-tiny-1980 h1 {
        font-size: 1.5rem;
    }
    
    .layout-847f {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .heading_plasma_d20e {
        padding: 0.75rem;
    }
    
    .widget-lite-4ee4 {
        font-size: 1.5rem;
    }
    
    .tertiary_34ac {
        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 */
.content_62d5:hover,
.cool-899e:hover,
.silver-4f85:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .element_8758,
    .active-4f25,
    .component-3c9e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.highlight-1040)
   ======================================== */

.focus-a785.section_narrow_48ee {
    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;
}

.focus-a785.section_narrow_48ee .chip-fixed-7b90 {
    color: #334155;
}

.focus-a785.section_narrow_48ee .chip-fixed-7b90:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.focus-a785.section_narrow_48ee .chip-fixed-7b90.fn-active-8476 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.focus-a785.section_narrow_48ee .filter_ed74 {
    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);
}

.focus-a785.section_narrow_48ee .filter_ed74::before {
    border-bottom-color: #ffffff;
}

.focus-a785.section_narrow_48ee .next_2453 {
    color: #475569;
}

.focus-a785.section_narrow_48ee .next_2453::before {
    background: #818cf8;
}

.focus-a785.section_narrow_48ee .next_2453:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.focus-a785.section_narrow_48ee .next_2453:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.focus-a785.section_narrow_48ee .input_easy_1ede {
    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);
}

.focus-a785.section_narrow_48ee .input_easy_1ede:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.focus-a785.section_narrow_48ee .input_easy_1ede span {
    background: #475569;
    box-shadow: none;
}

.focus-a785.section_narrow_48ee .input_easy_1ede.fn-active-8476 span:nth-child(1),
.focus-a785.section_narrow_48ee .input_easy_1ede.fn-active-8476 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .focus-a785.section_narrow_48ee {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .focus-a785.section_narrow_48ee .info_62d9 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .focus-a785.section_narrow_48ee .info_62d9 span {
        color: #334155 !important;
    }

    .focus-a785.section_narrow_48ee .upper_705c {
        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);
    }

    .focus-a785.section_narrow_48ee .upper_705c .chip-fixed-7b90 {
        color: #334155;
        text-shadow: none;
    }

    .focus-a785.section_narrow_48ee .upper_705c .chip-fixed-7b90:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .focus-a785.section_narrow_48ee .upper_705c .chip-fixed-7b90.main_c47f::after {
        color: #64748b;
    }

    .focus-a785.section_narrow_48ee .upper_705c .filter_ed74 {
        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) */
    .focus-a785.section_narrow_48ee .upper_705c .highlight_4c48.fn-active-8476 .filter_ed74 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .focus-a785.section_narrow_48ee .upper_705c .next_2453 {
        color: #475569;
    }

    .focus-a785.section_narrow_48ee .upper_705c .next_2453::before {
        color: #6366f1;
    }

    .focus-a785.section_narrow_48ee .upper_705c .next_2453:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .focus-a785.section_narrow_48ee .upper_705c .next_2453:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .focus-a785.section_narrow_48ee .upper_705c .next_2453:hover::before {
        color: #4f46e5;
    }
}

/* apk.container-easy-88a8 — mesmo tema claro da home; blocos extras */
body.preview_cc2c {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_cc2c .photo-d907 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_cc2c .accent_motion_be71 {
    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);
}

.preview_cc2c .accent_motion_be71 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_cc2c .accent_motion_be71 p:last-child {
    margin-bottom: 0;
}

.preview_cc2c .accent_motion_be71 strong {
    color: var(--text-primary);
}

.preview_cc2c .huge_28bf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_cc2c .huge_28bf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient_b6b6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient_b6b6 .primary-a994 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient_b6b6 .focus_pink_1430 {
    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);
}

.gradient_b6b6 .focus_pink_1430 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_b6b6 .focus_pink_1430 p:last-child {
    margin-bottom: 0;
}

.gradient_b6b6 .focus_pink_1430 strong {
    color: var(--text-primary);
}

.gradient_b6b6 .article-east-8504 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient_b6b6 .article-east-8504 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-6423 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-6423 .section_slow_42a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-6423 .shadow-5e50 {
    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);
}

.search-6423 .shadow-5e50 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-6423 .shadow-5e50 p:last-child {
    margin-bottom: 0;
}

.search-6423 .shadow-5e50 strong {
    color: var(--text-primary);
}

.search-6423 .alert_9dde {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-6423 .alert_9dde img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.red_ffb0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.red_ffb0 .aside-left-0114 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.red_ffb0 .complex_25cb {
    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);
}

.red_ffb0 .complex_25cb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.red_ffb0 .complex_25cb p:last-child {
    margin-bottom: 0;
}

.red_ffb0 .complex_25cb strong {
    color: var(--text-primary);
}

.red_ffb0 .avatar-25b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.red_ffb0 .avatar-25b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.center-b069 {
    background: #f8f9fa;
    color: #2c3e50;
}

.center-b069 .complex-3a25 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center-b069 .large_3786 {
    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);
}

.center-b069 .large_3786 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-b069 .large_3786 p:last-child {
    margin-bottom: 0;
}

.center-b069 .large_3786 strong {
    color: var(--text-primary);
}

.center-b069 .component-77ed {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center-b069 .component-77ed img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_c343 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_c343 .sort-dirty-d586 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_c343 .grid_7e4f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.panel_c343 .grid_7e4f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_c343 .grid_7e4f p:last-child {
    margin-bottom: 0;
}

.panel_c343 .grid_7e4f strong {
    color: var(--text-primary);
}

.panel_c343 .block-0054 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_c343 .block-0054 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box-49a6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-49a6 .gradient_a137 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-49a6 .notification_outer_d6eb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.box-49a6 .notification_outer_d6eb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-49a6 .notification_outer_d6eb p:last-child {
    margin-bottom: 0;
}

.box-49a6 .notification_outer_d6eb strong {
    color: var(--text-primary);
}

.box-49a6 .pagination_simple_ec90 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-49a6 .pagination_simple_ec90 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading_old_01b0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading_old_01b0 .filter_pressed_7c8d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading_old_01b0 .huge_8b75 {
    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);
}

.heading_old_01b0 .huge_8b75 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading_old_01b0 .huge_8b75 p:last-child {
    margin-bottom: 0;
}

.heading_old_01b0 .huge_8b75 strong {
    color: var(--text-primary);
}

.heading_old_01b0 .brown_3834 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading_old_01b0 .brown_3834 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading_brown_3bd0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading_brown_3bd0 .grid_orange_3824 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading_brown_3bd0 .alert-878e {
    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);
}

.heading_brown_3bd0 .alert-878e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading_brown_3bd0 .alert-878e p:last-child {
    margin-bottom: 0;
}

.heading_brown_3bd0 .alert-878e strong {
    color: var(--text-primary);
}

.heading_brown_3bd0 .component-red-d072 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading_brown_3bd0 .component-red-d072 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge-wide-8d41 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-wide-8d41 .gradient-simple-c241 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-wide-8d41 .module-dynamic-e81b {
    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);
}

.badge-wide-8d41 .module-dynamic-e81b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-wide-8d41 .module-dynamic-e81b p:last-child {
    margin-bottom: 0;
}

.badge-wide-8d41 .module-dynamic-e81b strong {
    color: var(--text-primary);
}

.badge-wide-8d41 .layout-tiny-b5c4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-wide-8d41 .layout-tiny-b5c4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination-brown-7240 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-brown-7240 .caption-short-9ac6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-brown-7240 .tiny-18c4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pagination-brown-7240 .tiny-18c4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-brown-7240 .tiny-18c4 p:last-child {
    margin-bottom: 0;
}

.pagination-brown-7240 .tiny-18c4 strong {
    color: var(--text-primary);
}

.pagination-brown-7240 .filter_4acf {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-brown-7240 .filter_4acf li {
    margin-bottom: 0.65rem;
}

.pagination-brown-7240 .filter_4acf li:last-child {
    margin-bottom: 0;
}

.pagination-brown-7240 .dropdown-iron-b1e3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-brown-7240 .dropdown-iron-b1e3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.down_4d58 {
    background: #f8f9fa;
    color: #2c3e50;
}

.down_4d58 .down_8193 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.down_4d58 .module-5ffc {
    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);
}

.down_4d58 .module-5ffc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.down_4d58 .module-5ffc p:last-child {
    margin-bottom: 0;
}

.down_4d58 .module-5ffc strong {
    color: var(--text-primary);
}

.down_4d58 .pressed-6dbd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.down_4d58 .pressed-6dbd li {
    margin-bottom: 0.65rem;
}

.down_4d58 .pressed-6dbd li:last-child {
    margin-bottom: 0;
}

.down_4d58 .wood_aaa6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.down_4d58 .wood_aaa6 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-stone-d37b {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-stone-d37b .logo_glass_9fa9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-stone-d37b .aside-89dd {
    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-stone-d37b .aside-89dd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-stone-d37b .aside-89dd p:last-child {
    margin-bottom: 0;
}

.focus-stone-d37b .aside-89dd strong {
    color: var(--text-primary);
}

.focus-stone-d37b .center_ab87 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-stone-d37b .center_ab87 li {
    margin-bottom: 0.65rem;
}

.focus-stone-d37b .center_ab87 li:last-child {
    margin-bottom: 0;
}

.focus-stone-d37b .liquid-975d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-stone-d37b .liquid-975d 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-6043 {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced-6043 .article-hard-5013 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced-6043 .notice_outer_6454 {
    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-6043 .notice_outer_6454 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced-6043 .notice_outer_6454 p:last-child {
    margin-bottom: 0;
}

.advanced-6043 .notice_outer_6454 strong {
    color: var(--text-primary);
}

.advanced-6043 .photo_c654 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced-6043 .photo_c654 li {
    margin-bottom: 0.65rem;
}

.advanced-6043 .photo_c654 li:last-child {
    margin-bottom: 0;
}

body.nav-motion-72f7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-motion-72f7 .hard_836a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-motion-72f7 .hero_78ed {
    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);
}

.nav-motion-72f7 .hero_78ed p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-motion-72f7 .hero_78ed p:last-child {
    margin-bottom: 0;
}

.nav-motion-72f7 .hero_78ed strong {
    color: var(--text-primary);
}

.nav-motion-72f7 .thick_3854 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-motion-72f7 .thick_3854 li {
    margin-bottom: 0.65rem;
}

.nav-motion-72f7 .thick_3854 li:last-child {
    margin-bottom: 0;
}

.nav-motion-72f7 .over_98b3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-motion-72f7 .over_98b3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_fluid_f185 {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_fluid_f185 .border_hard_5a7d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_fluid_f185 .section_brown_6d52 {
    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);
}

.aside_fluid_f185 .section_brown_6d52 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_fluid_f185 .section_brown_6d52 p:last-child {
    margin-bottom: 0;
}

.aside_fluid_f185 .section_brown_6d52 strong {
    color: var(--text-primary);
}

.aside_fluid_f185 .feature-top-dd19 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_fluid_f185 .feature-top-dd19 li {
    margin-bottom: 0.65rem;
}

.aside_fluid_f185 .feature-top-dd19 li:last-child {
    margin-bottom: 0;
}

.aside_fluid_f185 .bottom_9ece {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside_fluid_f185 .bottom_9ece img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hovered-4aff {
    background: #f8f9fa;
    color: #2c3e50;
}

.hovered-4aff .easy-42b7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hovered-4aff .progress_806f {
    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);
}

.hovered-4aff .progress_806f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered-4aff .progress_806f p:last-child {
    margin-bottom: 0;
}

.hovered-4aff .progress_806f strong {
    color: var(--text-primary);
}

.hovered-4aff .aside-ca40 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered-4aff .aside-ca40 li {
    margin-bottom: 0.65rem;
}

.hovered-4aff .aside-ca40 li:last-child {
    margin-bottom: 0;
}

.hovered-4aff .paragraph-full-79e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hovered-4aff .paragraph-full-79e2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fixed-d49c {
    background: #f8f9fa;
    color: #2c3e50;
}

.fixed-d49c .preview_5b74 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fixed-d49c .chip_thick_f1f7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.fixed-d49c .chip_thick_f1f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed-d49c .chip_thick_f1f7 p:last-child {
    margin-bottom: 0;
}

.fixed-d49c .chip_thick_f1f7 strong {
    color: var(--text-primary);
}

.fixed-d49c .tag_76c3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed-d49c .tag_76c3 li {
    margin-bottom: 0.65rem;
}

.fixed-d49c .tag_76c3 li:last-child {
    margin-bottom: 0;
}

.fixed-d49c .input-bronze-0be2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fixed-d49c .input-bronze-0be2 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: 97b4 */
.phantom-card-l2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
