/* 
 * 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.shade_upper_cf20) — fixed together on mobile */
.heading_yellow_aa73 {
    width: 100%;
}

.sidebar-gold-a716 {
    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_yellow_aa73 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .sidebar-gold-a716 {
        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.west-9855. Conta) stay reachable.
     */
    .soft-ff42 .tooltip-2e80 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .heading_yellow_aa73 .soft-ff42 > .tooltip-2e80 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) .sidebar-gold-a716 {
        flex-shrink: 0;
    }

    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) .soft-ff42 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) .soft-ff42 > .tooltip-2e80 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) .popup_563e {
        flex-shrink: 0;
    }

    .heading_yellow_aa73:has(.lower-3ff9.fn-show-793d) .lower-3ff9.fn-show-793d {
        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 */
    .soft-ff42 .lower-3ff9 .texture_in_9ac1.fn-active-793d .background-b31a {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .sidebar-gold-a716 {
        position: sticky;
        top: 0;
    }
}

.heading_yellow_aa73.steel-f19e,
.heading_yellow_aa73.steel-f19e .sidebar-gold-a716 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.thumbnail_7aff {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .thumbnail_7aff {
        padding: 0.75rem 0;
    }
}

.label_purple_27a4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.border_focused_fc37 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .border_focused_fc37 img {
        height: 35px;
    }
}

/* .soft-ff42 / .pink_6613 — inner pages (brown bar); index uses .list-static-e6ba below */

.soft-ff42:not(.list-static-e6ba) .pink_6613.fn-active-793d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.popup_2d21 {
    display: flex;
    gap: var(--spacing-md);
}

.rough_c0a8,
.shade-fixed-8976 {
    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) {
    .rough_c0a8,
    .shade-fixed-8976 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .popup_2d21 {
        gap: 0.5rem;
    }
}

.rough_c0a8 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.rough_c0a8:hover {
    background: var(--primary-purple);
    color: white;
}

.shade-fixed-8976 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.shade-fixed-8976:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.hot-aa50 {
    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%;
}

.hot-aa50::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;
}

.hot-aa50::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;
}

.accordion_over_eaa4 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.pattern-8e71 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.pattern-8e71 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);
}

.hot-aa50 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;
}

.purple-c4f4 {
    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;
}

.purple-c4f4 strong {
    font-weight: 700;
}

.accent-eb4a {
    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);
}

.section_bc60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.west-77b0 {
    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);
}

.west-77b0:hover {
    transform: translateY(-4px);
}

.large-faf4 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.main-dd45 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.in_dea8 {
    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;
}

.in_dea8:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.in_dea8.copper-f169 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.notice_94fd {
    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);
}

.notice_94fd:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.thumbnail_short_d86e {
    padding: 3rem 1.25rem;
    background: white;
}

.action-d3a8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.chip_5152 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.chip_5152:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.chip_5152 img {
    margin-bottom: 1rem;
}

.menu_rough_d4a8 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.chip_5152 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.chip_5152 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 */
.logo-aca7 {
    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);
}

.medium_8969 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.bottom-9aa8 {
    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);
}

.bottom-9aa8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.bottom-9aa8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.bottom-9aa8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.focused_46ed {
    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
   ======================================== */

.container-green-4ab2 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gallery_14b9 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.section_next_8106 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.bottom-2e11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.info_under_74bb {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.info_under_74bb:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.info_under_74bb.purple_b3e7 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.info_under_74bb.purple_b3e7 h3,
.info_under_74bb.purple_b3e7 p {
    color: white;
}

.plasma-5f5b {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.info_under_74bb h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.info_under_74bb p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture_7ebc {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.picture_7ebc:hover {
    gap: 0.75rem;
}

.info_under_74bb.purple_b3e7 .picture_7ebc {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.current_2758 {
    padding: 4rem 1.25rem;
    background: white;
}

.static_08ba {
    text-align: center;
    margin-bottom: 3rem;
}

.gas_ad6b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.footer_steel_e8eb {
    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_steel_e8eb:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.avatar_494a {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--accent-gold);
    color: var(--text-primary);
    font-weight: 800;
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-lg);
    z-index: 10;
    box-shadow: var(--shadow-md);
}

.right_2adb {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.nav_e840 {
    padding: 1.5rem;
}

.nav_e840 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.dropdown_5b00 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav_2c81 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.liquid-fc80,
.label_4417 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.liquid-fc80 {
    background: #dcfce7;
    color: #166534;
}

.liquid-fc80.active_31a0 {
    background: #10b981;
    color: white;
}

.label_4417 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.label_4417.button-8293 {
    background: #fee2e2;
    color: #991b1b;
}

.label_4417.notice-45cb {
    background: #fef3c7;
    color: #92400e;
}

.label_4417.feature-87db {
    background: #dcfce7;
    color: #166534;
}

.pagination_b389 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pagination_b389 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.wide_4433 {
    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);
}

.wide_4433:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.bright-6146 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.tag-bronze-e85e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.message-lite-4680 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .message-lite-4680 {
        grid-template-columns: 1fr 1fr;
    }
}

.header-8834 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.clean-3f66 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.easy-7e09 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.summary_98f8 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pressed_afc3 {
    font-size: 1rem;
    opacity: 0.9;
}

.clean-3f66 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.accordion_aabc {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.accordion_aabc li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.accordion_aabc 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;
}

.accordion_aabc li strong {
    color: var(--primary-purple);
}

.accordion_aabc li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.border_1f24 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.item-simple-4a30 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.dropdown_light_b7e2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.item-simple-4a30 .main-dd45 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.photo_under_e5e4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.outline-b72e {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.outline-b72e a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.north-0b40 {
    padding: 4rem 1.25rem;
    background: white;
}

.heading-cf9b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .heading-cf9b {
        grid-template-columns: 1fr 1fr;
    }
}

.carousel_slow_74f2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.selected-4f05 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.focus_white_78f7 {
    margin-bottom: 1.5rem;
}

.west_1c0f {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.wide-06a7 {
    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);
}

.main-silver-936c {
    white-space: nowrap;
}

.form_copper_f4f8 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.header-clean-61c9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.highlight-ab6d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.highlight-ab6d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.photo-slow-5a09 {
    font-size: 2rem;
    flex-shrink: 0;
}

.article_959a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.article_959a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.gold_7b3f {
    margin-top: 3rem;
}

.gold_7b3f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shade-fd4b {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.shade-fd4b thead {
    background: var(--primary-purple);
    color: white;
}

.shade-fd4b th,
.shade-fd4b td {
    padding: 1rem;
    text-align: left;
}

.shade-fd4b th {
    font-weight: 700;
    font-size: 0.9rem;
}

.shade-fd4b tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.shade-fd4b tbody tr:last-child {
    border-bottom: none;
}

.shade-fd4b tbody tr:hover {
    background: var(--light-bg);
}

.middle-36b7 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.middle_4fdb {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.layout_outer_dd6c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.dropdown_da06 {
    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);
}

.dropdown_da06:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.dropdown_da06.background-ee95::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;
}

.preview_0688 {
    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;
}

.input-soft-c567 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.pagination_paper_3ddd h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.heading-steel-3e61 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.focus-f0de {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.focus-f0de p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.focus-f0de p:last-child {
    margin-bottom: 0;
}

.focus-f0de strong {
    color: var(--text-primary);
    font-weight: 600;
}

.under_523c {
    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;
}

.east-3bc3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.outer_3391 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.outer_3391 .large-faf4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.outer_3391 .main-dd45 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.hero-b66f {
    padding: 4rem 1.25rem;
    background: white;
}

.current-257f {
    max-width: 900px;
    margin: 0 auto;
}

.tiny-e4c6 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.tiny-e4c6:hover {
    border-color: var(--primary-purple);
}

.tiny-e4c6[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.tiny-e4c6 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;
}

.tiny-e4c6 summary::-webkit-details-marker {
    display: none;
}

.tiny-e4c6 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.tiny-e4c6[open] summary::after {
    transform: rotate(45deg);
}

.sidebar-next-3aa3 {
    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);
    }
}

.sidebar-next-3aa3 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.sidebar-next-3aa3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.sidebar-next-3aa3 ul,
.sidebar-next-3aa3 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.sidebar-next-3aa3 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.sidebar-next-3aa3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.info_7bfe {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.tag-stale-51b9 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.tag-stale-51b9 th,
.tag-stale-51b9 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.tag-stale-51b9 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.badge-dynamic-8d2e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.right-7745 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.medium-89b7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .medium-89b7 {
        flex-direction: column;
        text-align: center;
    }
}

.medium-89b7 img {
    flex-shrink: 0;
}

.border_96c8 {
    font-size: 4rem;
    flex-shrink: 0;
}

.form_10b7 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.form_10b7 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.footer-7f84 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.feature_dark_7fb2 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.modal_thick_ecb6 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.modal_thick_ecb6 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.footer-56de {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.status_c0d4 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.notice_f7d3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.row_32c9 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.row_32c9 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.component-5a96 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.modal-5564 {
    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);
}

.nav_c9fd {
    list-style: none;
}

.nav_c9fd li {
    margin-bottom: 0.75rem;
}

.nav_c9fd a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.nav_c9fd a:hover {
    color: white;
}

.avatar-lower-f576 {
    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;
}

.east_b11b {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.east_b11b span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-15d9 {
    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);
}

.highlight_ccb5 {
    text-align: right;
}

@media (max-width: 767px) {
    .highlight_ccb5 {
        text-align: center;
        width: 100%;
    }
}

.highlight_ccb5 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.feature_0ec1 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.tooltip-2e80 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.thumbnail_short_d86e,
.logo-aca7,
.container-green-4ab2,
.current_2758,
.tag-bronze-e85e,
.north-0b40,
.middle_4fdb,
.hero-b66f,
.right-7745,
.feature_dark_7fb2 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .gallery_14b9 {
        font-size: 1.75rem;
    }
    
    .section_next_8106 {
        font-size: 1rem;
    }
    
    .border_1f24 {
        flex-direction: column;
    }
    
    .heading-cf9b {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .gas_ad6b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer_steel_e8eb {
        max-width: 100%;
    }
    
    .right_2adb {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .tooltip-2e80 {
        padding: 0 1rem;
    }
    
    .hot-aa50 {
        padding: 4rem 1rem 3rem;
    }
    
    .hot-aa50 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .in_dea8 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .section_bc60 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .shade-fd4b,
    .tag-stale-51b9 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .action-d3a8 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .bottom-2e11 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .layout_outer_dd6c {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hot-aa50 h1 {
        font-size: 1.5rem;
    }
    
    .section_bc60 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .west-77b0 {
        padding: 0.75rem;
    }
    
    .large-faf4 {
        font-size: 1.5rem;
    }
    
    .action-d3a8 {
        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_steel_e8eb:hover,
.info_under_74bb:hover,
.dropdown_da06:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .current_2758,
    .middle_4fdb,
    .hero-b66f {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.shade_upper_cf20)
   ======================================== */

.soft-ff42.list-static-e6ba {
    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;
}

.soft-ff42.list-static-e6ba .pink_6613 {
    color: #334155;
}

.soft-ff42.list-static-e6ba .pink_6613:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.soft-ff42.list-static-e6ba .pink_6613.fn-active-793d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.soft-ff42.list-static-e6ba .background-b31a {
    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);
}

.soft-ff42.list-static-e6ba .background-b31a::before {
    border-bottom-color: #ffffff;
}

.soft-ff42.list-static-e6ba .highlight_7702 {
    color: #475569;
}

.soft-ff42.list-static-e6ba .highlight_7702::before {
    background: #818cf8;
}

.soft-ff42.list-static-e6ba .highlight_7702:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.soft-ff42.list-static-e6ba .highlight_7702:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.soft-ff42.list-static-e6ba .surface-pro-b803 {
    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);
}

.soft-ff42.list-static-e6ba .surface-pro-b803:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.soft-ff42.list-static-e6ba .surface-pro-b803 span {
    background: #475569;
    box-shadow: none;
}

.soft-ff42.list-static-e6ba .surface-pro-b803.fn-active-793d span:nth-child(1),
.soft-ff42.list-static-e6ba .surface-pro-b803.fn-active-793d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .soft-ff42.list-static-e6ba {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .soft-ff42.list-static-e6ba .popup_563e {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .soft-ff42.list-static-e6ba .popup_563e span {
        color: #334155 !important;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 {
        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);
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .pink_6613 {
        color: #334155;
        text-shadow: none;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .pink_6613:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .pink_6613.widget_f653::after {
        color: #64748b;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .background-b31a {
        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) */
    .soft-ff42.list-static-e6ba .lower-3ff9 .texture_in_9ac1.fn-active-793d .background-b31a {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .highlight_7702 {
        color: #475569;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .highlight_7702::before {
        color: #6366f1;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .highlight_7702:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .highlight_7702:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .soft-ff42.list-static-e6ba .lower-3ff9 .highlight_7702:hover::before {
        color: #4f46e5;
    }
}

/* apk.modal_cd2a — mesmo tema claro da home; blocos extras */
body.element_right_abfc {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_right_abfc .small-04ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_right_abfc .wood-d323 {
    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);
}

.element_right_abfc .wood-d323 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_right_abfc .wood-d323 p:last-child {
    margin-bottom: 0;
}

.element_right_abfc .wood-d323 strong {
    color: var(--text-primary);
}

.element_right_abfc .backdrop_12af {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_right_abfc .backdrop_12af img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header-876b {
    background: #f8f9fa;
    color: #2c3e50;
}

.header-876b .middle-eac4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header-876b .description_a1c0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.header-876b .description_a1c0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-876b .description_a1c0 p:last-child {
    margin-bottom: 0;
}

.header-876b .description_a1c0 strong {
    color: var(--text-primary);
}

.header-876b .dirty_2356 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header-876b .dirty_2356 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-51ac {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-51ac .gas-3c29 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-51ac .thumbnail-2192 {
    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);
}

.element-51ac .thumbnail-2192 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-51ac .thumbnail-2192 p:last-child {
    margin-bottom: 0;
}

.element-51ac .thumbnail-2192 strong {
    color: var(--text-primary);
}

.element-51ac .wrapper_full_863a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-51ac .wrapper_full_863a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old-7d85 {
    background: #f8f9fa;
    color: #2c3e50;
}

.old-7d85 .gradient_center_0ff6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old-7d85 .secondary_7d4b {
    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);
}

.old-7d85 .secondary_7d4b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-7d85 .secondary_7d4b p:last-child {
    margin-bottom: 0;
}

.old-7d85 .secondary_7d4b strong {
    color: var(--text-primary);
}

.old-7d85 .west-d7a0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old-7d85 .west-d7a0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header_fresh_a20a {
    background: #f8f9fa;
    color: #2c3e50;
}

.header_fresh_a20a .banner-fresh-a1de {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header_fresh_a20a .sidebar-warm-fef0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.header_fresh_a20a .sidebar-warm-fef0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header_fresh_a20a .sidebar-warm-fef0 p:last-child {
    margin-bottom: 0;
}

.header_fresh_a20a .sidebar-warm-fef0 strong {
    color: var(--text-primary);
}

.header_fresh_a20a .item_gas_8a87 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header_fresh_a20a .item_gas_8a87 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hidden_down_65eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden_down_65eb .chip_49a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden_down_65eb .background_smooth_a4d4 {
    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);
}

.hidden_down_65eb .background_smooth_a4d4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden_down_65eb .background_smooth_a4d4 p:last-child {
    margin-bottom: 0;
}

.hidden_down_65eb .background_smooth_a4d4 strong {
    color: var(--text-primary);
}

.hidden_down_65eb .notification_ea73 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden_down_65eb .notification_ea73 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_short_4c40 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_short_4c40 .shadow-761b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_short_4c40 .input_1cd2 {
    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_short_4c40 .input_1cd2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_short_4c40 .input_1cd2 p:last-child {
    margin-bottom: 0;
}

.secondary_short_4c40 .input_1cd2 strong {
    color: var(--text-primary);
}

.secondary_short_4c40 .simple-d17b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_short_4c40 .simple-d17b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-focused-dd34 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-focused-dd34 .over_6029 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-focused-dd34 .wood-19e4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.footer-focused-dd34 .wood-19e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-focused-dd34 .wood-19e4 p:last-child {
    margin-bottom: 0;
}

.footer-focused-dd34 .wood-19e4 strong {
    color: var(--text-primary);
}

.footer-focused-dd34 .pagination-solid-4783 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-focused-dd34 .pagination-solid-4783 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper_77c7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper_77c7 .section-09c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper_77c7 .photo-tiny-4c99 {
    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);
}

.wrapper_77c7 .photo-tiny-4c99 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_77c7 .photo-tiny-4c99 p:last-child {
    margin-bottom: 0;
}

.wrapper_77c7 .photo-tiny-4c99 strong {
    color: var(--text-primary);
}

.wrapper_77c7 .secondary-91cc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper_77c7 .secondary-91cc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.right-1545 {
    background: #f8f9fa;
    color: #2c3e50;
}

.right-1545 .mini_b0b1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.right-1545 .mini_5d43 {
    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);
}

.right-1545 .mini_5d43 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.right-1545 .mini_5d43 p:last-child {
    margin-bottom: 0;
}

.right-1545 .mini_5d43 strong {
    color: var(--text-primary);
}

.right-1545 .large_9e44 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.right-1545 .large_9e44 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary-d298 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary-d298 .selected-c6ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary-d298 .iron_b2de {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tertiary-d298 .iron_b2de p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-d298 .iron_b2de p:last-child {
    margin-bottom: 0;
}

.tertiary-d298 .iron_b2de strong {
    color: var(--text-primary);
}

.tertiary-d298 .accordion_solid_c3ae {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-d298 .accordion_solid_c3ae li {
    margin-bottom: 0.65rem;
}

.tertiary-d298 .accordion_solid_c3ae li:last-child {
    margin-bottom: 0;
}

.tertiary-d298 .title-cf90 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary-d298 .title-cf90 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary_8a67 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_8a67 .panel-8d19 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_8a67 .detail_6933 {
    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);
}

.primary_8a67 .detail_6933 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_8a67 .detail_6933 p:last-child {
    margin-bottom: 0;
}

.primary_8a67 .detail_6933 strong {
    color: var(--text-primary);
}

.primary_8a67 .steel_8a0c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_8a67 .steel_8a0c li {
    margin-bottom: 0.65rem;
}

.primary_8a67 .steel_8a0c li:last-child {
    margin-bottom: 0;
}

.primary_8a67 .box-c54b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_8a67 .box-c54b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.article-inner-c157 {
    background: #f8f9fa;
    color: #2c3e50;
}

.article-inner-c157 .paragraph_145c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article-inner-c157 .thick-99b9 {
    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);
}

.article-inner-c157 .thick-99b9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article-inner-c157 .thick-99b9 p:last-child {
    margin-bottom: 0;
}

.article-inner-c157 .thick-99b9 strong {
    color: var(--text-primary);
}

.article-inner-c157 .short_be1a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article-inner-c157 .short_be1a li {
    margin-bottom: 0.65rem;
}

.article-inner-c157 .short_be1a li:last-child {
    margin-bottom: 0;
}

.article-inner-c157 .description-4514 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article-inner-c157 .description-4514 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.current_e6fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.current_e6fe .complex_cfcd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.current_e6fe .short-9d1f {
    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);
}

.current_e6fe .short-9d1f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current_e6fe .short-9d1f p:last-child {
    margin-bottom: 0;
}

.current_e6fe .short-9d1f strong {
    color: var(--text-primary);
}

.current_e6fe .simple-0e38 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current_e6fe .simple-0e38 li {
    margin-bottom: 0.65rem;
}

.current_e6fe .simple-0e38 li:last-child {
    margin-bottom: 0;
}

body.block_lower_5702 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block_lower_5702 .accent_67f3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block_lower_5702 .sidebar-074c {
    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);
}

.block_lower_5702 .sidebar-074c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_lower_5702 .sidebar-074c p:last-child {
    margin-bottom: 0;
}

.block_lower_5702 .sidebar-074c strong {
    color: var(--text-primary);
}

.block_lower_5702 .list_b938 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_lower_5702 .list_b938 li {
    margin-bottom: 0.65rem;
}

.block_lower_5702 .list_b938 li:last-child {
    margin-bottom: 0;
}

.block_lower_5702 .tertiary-brown-8fdc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block_lower_5702 .tertiary-brown-8fdc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex-a641 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-a641 .short_a188 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-a641 .badge-north-0ab6 {
    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);
}

.complex-a641 .badge-north-0ab6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-a641 .badge-north-0ab6 p:last-child {
    margin-bottom: 0;
}

.complex-a641 .badge-north-0ab6 strong {
    color: var(--text-primary);
}

.complex-a641 .search-604e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-a641 .search-604e li {
    margin-bottom: 0.65rem;
}

.complex-a641 .search-604e li:last-child {
    margin-bottom: 0;
}

.complex-a641 .video-purple-3c4c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-a641 .video-purple-3c4c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small_1cee {
    background: #f8f9fa;
    color: #2c3e50;
}

.small_1cee .media-bf16 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small_1cee .thumbnail-6a56 {
    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);
}

.small_1cee .thumbnail-6a56 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small_1cee .thumbnail-6a56 p:last-child {
    margin-bottom: 0;
}

.small_1cee .thumbnail-6a56 strong {
    color: var(--text-primary);
}

.small_1cee .narrow-c503 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small_1cee .narrow-c503 li {
    margin-bottom: 0.65rem;
}

.small_1cee .narrow-c503 li:last-child {
    margin-bottom: 0;
}

.small_1cee .basic_7523 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small_1cee .basic_7523 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_full_d2dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent_full_d2dd .banner-b228 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent_full_d2dd .search-top-f975 {
    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_full_d2dd .search-top-f975 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_full_d2dd .search-top-f975 p:last-child {
    margin-bottom: 0;
}

.accent_full_d2dd .search-top-f975 strong {
    color: var(--text-primary);
}

.accent_full_d2dd .hovered_b445 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_full_d2dd .hovered_b445 li {
    margin-bottom: 0.65rem;
}

.accent_full_d2dd .hovered_b445 li:last-child {
    margin-bottom: 0;
}

.accent_full_d2dd .accent-355d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent_full_d2dd .accent-355d 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: ea6d */
.promo-block-b6 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
