/* 
 * 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.motion_80c9) — fixed together on mobile */
.heading_plasma_b854 {
    width: 100%;
}

.title_f04c {
    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) {
    .heading_plasma_b854 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .title_f04c {
        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.full_056e. Conta) stay reachable.
     */
    .link-9dc4 .fixed-99f9 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .heading_plasma_b854 .link-9dc4 > .fixed-99f9 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) .title_f04c {
        flex-shrink: 0;
    }

    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) .link-9dc4 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) .link-9dc4 > .fixed-99f9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) .dropdown-2097 {
        flex-shrink: 0;
    }

    .heading_plasma_b854:has(.link_f1bb.fn-show-2182) .link_f1bb.fn-show-2182 {
        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 */
    .link-9dc4 .link_f1bb .fixed-116e.fn-active-2182 .article_2944 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .title_f04c {
        position: sticky;
        top: 0;
    }
}

.heading_plasma_b854.border-b39d,
.heading_plasma_b854.border-b39d .title_f04c {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.search_outer_0c13 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .search_outer_0c13 {
        padding: 0.75rem 0;
    }
}

.gas_cdfd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.wood_5c9c img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .wood_5c9c img {
        height: 35px;
    }
}

/* .link-9dc4 / .secondary-motion-d4c7 — inner pages (brown bar); index uses .pink_e92c below */

.link-9dc4:not(.pink_e92c) .secondary-motion-d4c7.fn-active-2182 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.tertiary_731d {
    display: flex;
    gap: var(--spacing-md);
}

.old-e126,
.pattern_2e49 {
    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) {
    .old-e126,
    .pattern_2e49 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .tertiary_731d {
        gap: 0.5rem;
    }
}

.old-e126 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.old-e126:hover {
    background: var(--primary-purple);
    color: white;
}

.pattern_2e49 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.pattern_2e49:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.column_2a31 {
    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%;
}

.column_2a31::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;
}

.column_2a31::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;
}

.pattern-5cdb {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.secondary-fixed-05a7 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.secondary-fixed-05a7 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);
}

.column_2a31 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;
}

.silver-7d85 {
    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;
}

.silver-7d85 strong {
    font-weight: 700;
}

.right_e427 {
    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);
}

.active_9759 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.shadow_small_69c0 {
    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);
}

.shadow_small_69c0:hover {
    transform: translateY(-4px);
}

.pink-c3a7 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.top_cdcb {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.pattern-b18c {
    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;
}

.pattern-b18c:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.pattern-b18c.cool_56ec {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.outline_thick_7ab8 {
    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);
}

.outline_thick_7ab8:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.message-dirty-461b {
    padding: 3rem 1.25rem;
    background: white;
}

.prev_6f9d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gradient-middle-f745 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.gradient-middle-f745:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.gradient-middle-f745 img {
    margin-bottom: 1rem;
}

.tag_cool_c6dc {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.gradient-middle-f745 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.gradient-middle-f745 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 */
.focused_0aaf {
    padding: 3rem 1.25rem;
    background: linear-gradient(180deg, #eef2ff 0%, #f8fafc 100%);
    border-top: 1px solid rgba(99, 102, 241, 0.15);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.photo_1b2b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper-dynamic-583f {
    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);
}

.wrapper-dynamic-583f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.wrapper-dynamic-583f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.wrapper-dynamic-583f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.logo_purple_621f {
    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
   ======================================== */

.element-wide-eddd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.secondary_medium_e694 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.feature-ba7a {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.form_e6e6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.wood_e75f {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.wood_e75f:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.wood_e75f.fresh-ae5d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.wood_e75f.fresh-ae5d h3,
.wood_e75f.fresh-ae5d p {
    color: white;
}

.selected-8f5e {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.wood_e75f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.wood_e75f p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.highlight-dirty-1c9f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.highlight-dirty-1c9f:hover {
    gap: 0.75rem;
}

.wood_e75f.fresh-ae5d .highlight-dirty-1c9f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.surface_middle_d672 {
    padding: 4rem 1.25rem;
    background: white;
}

.content-46d6 {
    text-align: center;
    margin-bottom: 3rem;
}

.dirty_c322 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.footer_4890 {
    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%;
}

.footer_4890:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.pagination-884a {
    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);
}

.first_a6a5 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.popup-9c97 {
    padding: 1.5rem;
}

.popup-9c97 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.hidden_static_196e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.content-current-6a11 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.small_8f1a,
.medium-8ad3 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.small_8f1a {
    background: #dcfce7;
    color: #166534;
}

.small_8f1a.sidebar_action_edb2 {
    background: #10b981;
    color: white;
}

.medium-8ad3 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.medium-8ad3.aside-320b {
    background: #fee2e2;
    color: #991b1b;
}

.medium-8ad3.shadow_8ccb {
    background: #fef3c7;
    color: #92400e;
}

.medium-8ad3.alert-db92 {
    background: #dcfce7;
    color: #166534;
}

.tooltip_9189 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tooltip_9189 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.clean-3db8 {
    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);
}

.clean-3db8:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.video_abc1 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.silver_18dc {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.outer_5dae {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .outer_5dae {
        grid-template-columns: 1fr 1fr;
    }
}

.carousel_hard_ace5 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.main-37ca h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.widget-d43b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.status-next-bd1d {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tabs_south_f4be {
    font-size: 1rem;
    opacity: 0.9;
}

.main-37ca h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.image_f524 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.image_f524 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.image_f524 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;
}

.image_f524 li strong {
    color: var(--primary-purple);
}

.image_f524 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.sort_ca48 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.advanced-b92e {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.breadcrumb_09d7 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.advanced-b92e .top_cdcb {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.top_ad6e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.top_7420 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.top_7420 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.video_88a6 {
    padding: 4rem 1.25rem;
    background: white;
}

.green_3b02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .green_3b02 {
        grid-template-columns: 1fr 1fr;
    }
}

.element_6c33 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.slider-b660 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.block-prev-81ea {
    margin-bottom: 1.5rem;
}

.outline-4210 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.south-abbf {
    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);
}

.column_636a {
    white-space: nowrap;
}

.green_4a56 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.popup-iron-190a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.prev_c1b8 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.prev_c1b8:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.media_7f1c {
    font-size: 2rem;
    flex-shrink: 0;
}

.heading-selected-adf8 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.heading-selected-adf8 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tag_pro_84fb {
    margin-top: 3rem;
}

.tag_pro_84fb h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.iron_f72a {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.iron_f72a thead {
    background: var(--primary-purple);
    color: white;
}

.iron_f72a th,
.iron_f72a td {
    padding: 1rem;
    text-align: left;
}

.iron_f72a th {
    font-weight: 700;
    font-size: 0.9rem;
}

.iron_f72a tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.iron_f72a tbody tr:last-child {
    border-bottom: none;
}

.iron_f72a tbody tr:hover {
    background: var(--light-bg);
}

.left_3a4d {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.paragraph-inner-781f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.component-925c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.static-b797 {
    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);
}

.static-b797:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.static-b797.hidden-cool-c061::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;
}

.shadow_7d41 {
    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;
}

.paragraph-73e0 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.status-2707 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.texture_61fb {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.primary-0372 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.primary-0372 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.primary-0372 p:last-child {
    margin-bottom: 0;
}

.primary-0372 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.grid_large_ac6e {
    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;
}

.column-86cb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.solid-b61e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.solid-b61e .pink-c3a7 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.solid-b61e .top_cdcb {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.search_red_58be {
    padding: 4rem 1.25rem;
    background: white;
}

.description_warm_b370 {
    max-width: 900px;
    margin: 0 auto;
}

.progress-fccb {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.progress-fccb:hover {
    border-color: var(--primary-purple);
}

.progress-fccb[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.progress-fccb 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;
}

.progress-fccb summary::-webkit-details-marker {
    display: none;
}

.progress-fccb summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.progress-fccb[open] summary::after {
    transform: rotate(45deg);
}

.tabs-silver-46f3 {
    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);
    }
}

.tabs-silver-46f3 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.tabs-silver-46f3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.tabs-silver-46f3 ul,
.tabs-silver-46f3 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.tabs-silver-46f3 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tabs-silver-46f3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.picture-lite-3aab {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.search-8166 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.search-8166 th,
.search-8166 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.search-8166 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.wood_3827 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.footer-lite-1619 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.slider_warm_b5b6 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .slider_warm_b5b6 {
        flex-direction: column;
        text-align: center;
    }
}

.slider_warm_b5b6 img {
    flex-shrink: 0;
}

.gas-7360 {
    font-size: 4rem;
    flex-shrink: 0;
}

.section_6091 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.section_6091 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.banner-052c {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.thumbnail-action-c414 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.highlight_ecab h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.highlight_ecab > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.selected_bcfa {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.list_fd0a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.heading-left-8934 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.background_ee7f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.background_ee7f p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.dirty-374f {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mask_current_13c1 {
    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);
}

.table_7f63 {
    list-style: none;
}

.table_7f63 li {
    margin-bottom: 0.75rem;
}

.table_7f63 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.table_7f63 a:hover {
    color: white;
}

.list-5d24 {
    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;
}

.feature_left_2b31 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.feature_left_2b31 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.component_advanced_4050 {
    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);
}

.west-84d7 {
    text-align: right;
}

@media (max-width: 767px) {
    .west-84d7 {
        text-align: center;
        width: 100%;
    }
}

.west-84d7 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.middle_0b52 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.fixed-99f9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.message-dirty-461b,
.focused_0aaf,
.element-wide-eddd,
.surface_middle_d672,
.silver_18dc,
.video_88a6,
.paragraph-inner-781f,
.search_red_58be,
.footer-lite-1619,
.thumbnail-action-c414 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .secondary_medium_e694 {
        font-size: 1.75rem;
    }
    
    .feature-ba7a {
        font-size: 1rem;
    }
    
    .sort_ca48 {
        flex-direction: column;
    }
    
    .green_3b02 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .dirty_c322 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer_4890 {
        max-width: 100%;
    }
    
    .first_a6a5 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .fixed-99f9 {
        padding: 0 1rem;
    }
    
    .column_2a31 {
        padding: 4rem 1rem 3rem;
    }
    
    .column_2a31 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .pattern-b18c {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .active_9759 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .iron_f72a,
    .search-8166 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .prev_6f9d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .form_e6e6 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .component-925c {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .column_2a31 h1 {
        font-size: 1.5rem;
    }
    
    .active_9759 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .shadow_small_69c0 {
        padding: 0.75rem;
    }
    
    .pink-c3a7 {
        font-size: 1.5rem;
    }
    
    .prev_6f9d {
        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 */
.footer_4890:hover,
.wood_e75f:hover,
.static-b797:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .surface_middle_d672,
    .paragraph-inner-781f,
    .search_red_58be {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.motion_80c9)
   ======================================== */

.link-9dc4.pink_e92c {
    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;
}

.link-9dc4.pink_e92c .secondary-motion-d4c7 {
    color: #334155;
}

.link-9dc4.pink_e92c .secondary-motion-d4c7:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.link-9dc4.pink_e92c .secondary-motion-d4c7.fn-active-2182 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.link-9dc4.pink_e92c .article_2944 {
    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);
}

.link-9dc4.pink_e92c .article_2944::before {
    border-bottom-color: #ffffff;
}

.link-9dc4.pink_e92c .silver_b574 {
    color: #475569;
}

.link-9dc4.pink_e92c .silver_b574::before {
    background: #818cf8;
}

.link-9dc4.pink_e92c .silver_b574:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.link-9dc4.pink_e92c .silver_b574:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.link-9dc4.pink_e92c .glass_645b {
    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);
}

.link-9dc4.pink_e92c .glass_645b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.link-9dc4.pink_e92c .glass_645b span {
    background: #475569;
    box-shadow: none;
}

.link-9dc4.pink_e92c .glass_645b.fn-active-2182 span:nth-child(1),
.link-9dc4.pink_e92c .glass_645b.fn-active-2182 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .link-9dc4.pink_e92c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-9dc4.pink_e92c .dropdown-2097 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-9dc4.pink_e92c .dropdown-2097 span {
        color: #334155 !important;
    }

    .link-9dc4.pink_e92c .link_f1bb {
        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);
    }

    .link-9dc4.pink_e92c .link_f1bb .secondary-motion-d4c7 {
        color: #334155;
        text-shadow: none;
    }

    .link-9dc4.pink_e92c .link_f1bb .secondary-motion-d4c7:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .link-9dc4.pink_e92c .link_f1bb .secondary-motion-d4c7.block-black-9220::after {
        color: #64748b;
    }

    .link-9dc4.pink_e92c .link_f1bb .article_2944 {
        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) */
    .link-9dc4.pink_e92c .link_f1bb .fixed-116e.fn-active-2182 .article_2944 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .link-9dc4.pink_e92c .link_f1bb .silver_b574 {
        color: #475569;
    }

    .link-9dc4.pink_e92c .link_f1bb .silver_b574::before {
        color: #6366f1;
    }

    .link-9dc4.pink_e92c .link_f1bb .silver_b574:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .link-9dc4.pink_e92c .link_f1bb .silver_b574:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .link-9dc4.pink_e92c .link_f1bb .silver_b574:hover::before {
        color: #4f46e5;
    }
}

/* apk.top-3207 — mesmo tema claro da home; blocos extras */
body.focus-soft-d93d {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-soft-d93d .badge_hard_476e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-soft-d93d .filter_1640 {
    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-soft-d93d .filter_1640 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-soft-d93d .filter_1640 p:last-child {
    margin-bottom: 0;
}

.focus-soft-d93d .filter_1640 strong {
    color: var(--text-primary);
}

.focus-soft-d93d .container-first-aea7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-soft-d93d .container-first-aea7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-stale-2d7e {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-stale-2d7e .thick_bf4c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-stale-2d7e .paragraph-narrow-d5f4 {
    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);
}

.secondary-stale-2d7e .paragraph-narrow-d5f4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-stale-2d7e .paragraph-narrow-d5f4 p:last-child {
    margin-bottom: 0;
}

.secondary-stale-2d7e .paragraph-narrow-d5f4 strong {
    color: var(--text-primary);
}

.secondary-stale-2d7e .info_blue_1335 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-stale-2d7e .info_blue_1335 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner_a9d0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner_a9d0 .layout_9ca8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner_a9d0 .last-b1b5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.inner_a9d0 .last-b1b5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_a9d0 .last-b1b5 p:last-child {
    margin-bottom: 0;
}

.inner_a9d0 .last-b1b5 strong {
    color: var(--text-primary);
}

.inner_a9d0 .right_06d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner_a9d0 .right_06d4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stone_2acc {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone_2acc .aside_a70f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone_2acc .small-68d7 {
    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);
}

.stone_2acc .small-68d7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_2acc .small-68d7 p:last-child {
    margin-bottom: 0;
}

.stone_2acc .small-68d7 strong {
    color: var(--text-primary);
}

.stone_2acc .white-7537 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone_2acc .white-7537 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert-7ccd {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-7ccd .feature_thick_bca3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-7ccd .hard-0a2d {
    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);
}

.alert-7ccd .hard-0a2d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-7ccd .hard-0a2d p:last-child {
    margin-bottom: 0;
}

.alert-7ccd .hard-0a2d strong {
    color: var(--text-primary);
}

.alert-7ccd .picture_old_079a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert-7ccd .picture_old_079a 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-e120 {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected-e120 .article_b748 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected-e120 .link_650b {
    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-e120 .link_650b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-e120 .link_650b p:last-child {
    margin-bottom: 0;
}

.selected-e120 .link_650b strong {
    color: var(--text-primary);
}

.selected-e120 .element-16fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected-e120 .element-16fb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section_upper_38af {
    background: #f8f9fa;
    color: #2c3e50;
}

.section_upper_38af .yellow-7c38 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section_upper_38af .summary-thick-edce {
    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);
}

.section_upper_38af .summary-thick-edce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_upper_38af .summary-thick-edce p:last-child {
    margin-bottom: 0;
}

.section_upper_38af .summary-thick-edce strong {
    color: var(--text-primary);
}

.section_upper_38af .tabs_f2bb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section_upper_38af .tabs_f2bb 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_motion_2d5e {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent_motion_2d5e .aside-eb7e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent_motion_2d5e .small_fbe0 {
    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_motion_2d5e .small_fbe0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_motion_2d5e .small_fbe0 p:last-child {
    margin-bottom: 0;
}

.accent_motion_2d5e .small_fbe0 strong {
    color: var(--text-primary);
}

.accent_motion_2d5e .menu_blue_2181 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent_motion_2d5e .menu_blue_2181 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter-4183 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-4183 .silver_697e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-4183 .active_1661 {
    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);
}

.filter-4183 .active_1661 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-4183 .active_1661 p:last-child {
    margin-bottom: 0;
}

.filter-4183 .active_1661 strong {
    color: var(--text-primary);
}

.filter-4183 .status-gold-c928 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-4183 .status-gold-c928 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container-large-bf7a {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-large-bf7a .info_ad9d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-large-bf7a .chip-f48f {
    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);
}

.container-large-bf7a .chip-f48f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-large-bf7a .chip-f48f p:last-child {
    margin-bottom: 0;
}

.container-large-bf7a .chip-f48f strong {
    color: var(--text-primary);
}

.container-large-bf7a .progress-ac40 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-large-bf7a .progress-ac40 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay-mini-37f2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay-mini-37f2 .table-next-a4b5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay-mini-37f2 .advanced-448b {
    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);
}

.overlay-mini-37f2 .advanced-448b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay-mini-37f2 .advanced-448b p:last-child {
    margin-bottom: 0;
}

.overlay-mini-37f2 .advanced-448b strong {
    color: var(--text-primary);
}

.overlay-mini-37f2 .badge-b72c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay-mini-37f2 .badge-b72c li {
    margin-bottom: 0.65rem;
}

.overlay-mini-37f2 .badge-b72c li:last-child {
    margin-bottom: 0;
}

.overlay-mini-37f2 .text-last-9ad3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay-mini-37f2 .text-last-9ad3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard-19f4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-19f4 .widget_c12a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-19f4 .table-plasma-c9d5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hard-19f4 .table-plasma-c9d5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-19f4 .table-plasma-c9d5 p:last-child {
    margin-bottom: 0;
}

.hard-19f4 .table-plasma-c9d5 strong {
    color: var(--text-primary);
}

.hard-19f4 .panel_7ee0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-19f4 .panel_7ee0 li {
    margin-bottom: 0.65rem;
}

.hard-19f4 .panel_7ee0 li:last-child {
    margin-bottom: 0;
}

.hard-19f4 .simple_f5c2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-19f4 .simple_f5c2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.yellow-9686 {
    background: #f8f9fa;
    color: #2c3e50;
}

.yellow-9686 .highlight-f243 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.yellow-9686 .tall-0051 {
    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);
}

.yellow-9686 .tall-0051 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.yellow-9686 .tall-0051 p:last-child {
    margin-bottom: 0;
}

.yellow-9686 .tall-0051 strong {
    color: var(--text-primary);
}

.yellow-9686 .under-99b2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.yellow-9686 .under-99b2 li {
    margin-bottom: 0.65rem;
}

.yellow-9686 .under-99b2 li:last-child {
    margin-bottom: 0;
}

.yellow-9686 .container_blue_5f8d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.yellow-9686 .container_blue_5f8d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left-f518 {
    background: #f8f9fa;
    color: #2c3e50;
}

.left-f518 .feature_over_1347 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left-f518 .glass-ee77 {
    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);
}

.left-f518 .glass-ee77 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left-f518 .glass-ee77 p:last-child {
    margin-bottom: 0;
}

.left-f518 .glass-ee77 strong {
    color: var(--text-primary);
}

.left-f518 .item_fa8b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left-f518 .item_fa8b li {
    margin-bottom: 0.65rem;
}

.left-f518 .item_fa8b li:last-child {
    margin-bottom: 0;
}

body.list_a636 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_a636 .dirty-38ff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_a636 .filter-under-01e6 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.list_a636 .filter-under-01e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_a636 .filter-under-01e6 p:last-child {
    margin-bottom: 0;
}

.list_a636 .filter-under-01e6 strong {
    color: var(--text-primary);
}

.list_a636 .container_42bc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_a636 .container_42bc li {
    margin-bottom: 0.65rem;
}

.list_a636 .container_42bc li:last-child {
    margin-bottom: 0;
}

.list_a636 .grid-50be {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_a636 .grid-50be img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gallery_smooth_d9a9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery_smooth_d9a9 .top_1add {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery_smooth_d9a9 .backdrop_easy_d737 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gallery_smooth_d9a9 .backdrop_easy_d737 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_smooth_d9a9 .backdrop_easy_d737 p:last-child {
    margin-bottom: 0;
}

.gallery_smooth_d9a9 .backdrop_easy_d737 strong {
    color: var(--text-primary);
}

.gallery_smooth_d9a9 .button-abd5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_smooth_d9a9 .button-abd5 li {
    margin-bottom: 0.65rem;
}

.gallery_smooth_d9a9 .button-abd5 li:last-child {
    margin-bottom: 0;
}

.gallery_smooth_d9a9 .alert-c8d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery_smooth_d9a9 .alert-c8d4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.in-606c {
    background: #f8f9fa;
    color: #2c3e50;
}

.in-606c .paragraph_e3e3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.in-606c .grid_tall_fda1 {
    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);
}

.in-606c .grid_tall_fda1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-606c .grid_tall_fda1 p:last-child {
    margin-bottom: 0;
}

.in-606c .grid_tall_fda1 strong {
    color: var(--text-primary);
}

.in-606c .out_c83b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-606c .out_c83b li {
    margin-bottom: 0.65rem;
}

.in-606c .out_c83b li:last-child {
    margin-bottom: 0;
}

.in-606c .carousel-6fda {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.in-606c .carousel-6fda 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-d4d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected-d4d7 .dirty-de4d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected-d4d7 .title_f67c {
    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-d4d7 .title_f67c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-d4d7 .title_f67c p:last-child {
    margin-bottom: 0;
}

.selected-d4d7 .title_f67c strong {
    color: var(--text-primary);
}

.selected-d4d7 .complex-14b4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-d4d7 .complex-14b4 li {
    margin-bottom: 0.65rem;
}

.selected-d4d7 .complex-14b4 li:last-child {
    margin-bottom: 0;
}

.selected-d4d7 .notification-1cb8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected-d4d7 .notification-1cb8 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: 3d27 */
.promo-block-h8 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
