/* 
 * 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.texture_north_6b26) — fixed together on mobile */
.border_selected_3430 {
    width: 100%;
}

.large-a6f3 {
    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) {
    .border_selected_3430 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .large-a6f3 {
        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.modal-medium-e04a. Conta) stay reachable.
     */
    .surface-e202 .layout-b9b1 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .border_selected_3430 .surface-e202 > .layout-b9b1 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .border_selected_3430:has(.progress_df5d.fn-show-1992) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .border_selected_3430:has(.progress_df5d.fn-show-1992) .large-a6f3 {
        flex-shrink: 0;
    }

    .border_selected_3430:has(.progress_df5d.fn-show-1992) .surface-e202 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .border_selected_3430:has(.progress_df5d.fn-show-1992) .surface-e202 > .layout-b9b1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .border_selected_3430:has(.progress_df5d.fn-show-1992) .glass-0063 {
        flex-shrink: 0;
    }

    .border_selected_3430:has(.progress_df5d.fn-show-1992) .progress_df5d.fn-show-1992 {
        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 */
    .surface-e202 .progress_df5d .panel_9cd1.fn-active-1992 .shade_9b87 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .large-a6f3 {
        position: sticky;
        top: 0;
    }
}

.border_selected_3430.logo-02b8,
.border_selected_3430.logo-02b8 .large-a6f3 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.red-00e3 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .red-00e3 {
        padding: 0.75rem 0;
    }
}

.prev_e56b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.paper-97b0 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .paper-97b0 img {
        height: 35px;
    }
}

/* .surface-e202 / .focus_ccd6 — inner pages (brown bar); index uses .article-wide-fd6f below */

.surface-e202:not(.article-wide-fd6f) .focus_ccd6.fn-active-1992 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.soft-9211 {
    display: flex;
    gap: var(--spacing-md);
}

.light_ea6f,
.wrapper_bfdf {
    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) {
    .light_ea6f,
    .wrapper_bfdf {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .soft-9211 {
        gap: 0.5rem;
    }
}

.light_ea6f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.light_ea6f:hover {
    background: var(--primary-purple);
    color: white;
}

.wrapper_bfdf {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.wrapper_bfdf:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.breadcrumb_west_d3b0 {
    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%;
}

.breadcrumb_west_d3b0::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;
}

.breadcrumb_west_d3b0::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;
}

.chip_motion_279c {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.lower_e3aa {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.lower_e3aa 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);
}

.breadcrumb_west_d3b0 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;
}

.description_f361 {
    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;
}

.description_f361 strong {
    font-weight: 700;
}

.south_002e {
    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);
}

.list_a293 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.tabs_1564 {
    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);
}

.tabs_1564:hover {
    transform: translateY(-4px);
}

.medium-8c0e {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.bronze_e8b0 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.wrapper-936a {
    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;
}

.wrapper-936a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.wrapper-936a.message_7c70 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.modal-green-e729 {
    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);
}

.modal-green-e729:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.video-b235 {
    padding: 3rem 1.25rem;
    background: white;
}

.description_f904 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.info_0817 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.info_0817:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.info_0817 img {
    margin-bottom: 1rem;
}

.dropdown-a28a {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.info_0817 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.info_0817 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 */
.steel-17e8 {
    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);
}

.breadcrumb_fresh_a947 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.chip_steel_bdb8 {
    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);
}

.chip_steel_bdb8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.chip_steel_bdb8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.chip_steel_bdb8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.image-e59c {
    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
   ======================================== */

.popup_a9bd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.steel-178f {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.feature_complex_26a6 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.link-d375 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.hard-1bd9 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hard-1bd9:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hard-1bd9.badge-a6a8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hard-1bd9.badge-a6a8 h3,
.hard-1bd9.badge-a6a8 p {
    color: white;
}

.pressed_4ff7 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hard-1bd9 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.hard-1bd9 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.carousel-short-cef3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.carousel-short-cef3:hover {
    gap: 0.75rem;
}

.hard-1bd9.badge-a6a8 .carousel-short-cef3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.title-action-d3ac {
    padding: 4rem 1.25rem;
    background: white;
}

.video-up-c0f9 {
    text-align: center;
    margin-bottom: 3rem;
}

.solid_319e {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.outline_hovered_7b11 {
    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%;
}

.outline_hovered_7b11:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.notification-lower-9512 {
    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);
}

.south_562a {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.pagination_6e58 {
    padding: 1.5rem;
}

.pagination_6e58 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.top-30e2 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.focused-f862 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.module-purple-be66,
.element_ddc0 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.module-purple-be66 {
    background: #dcfce7;
    color: #166534;
}

.module-purple-be66.highlight-slow-29ac {
    background: #10b981;
    color: white;
}

.element_ddc0 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.element_ddc0.avatar_6f8c {
    background: #fee2e2;
    color: #991b1b;
}

.element_ddc0.blue_edc0 {
    background: #fef3c7;
    color: #92400e;
}

.element_ddc0.border_pink_2eb7 {
    background: #dcfce7;
    color: #166534;
}

.title_546f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.title_546f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.overlay-complex-fa3b {
    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);
}

.overlay-complex-fa3b:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.message-prev-3b23 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.badge-pro-fa3d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.simple-4129 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .simple-4129 {
        grid-template-columns: 1fr 1fr;
    }
}

.solid_5ac2 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.white-cd2b h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fast-5c3c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.sort-03f9 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.primary-fixed-14fa {
    font-size: 1rem;
    opacity: 0.9;
}

.white-cd2b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.card-fast-a047 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.card-fast-a047 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.card-fast-a047 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;
}

.card-fast-a047 li strong {
    color: var(--primary-purple);
}

.card-fast-a047 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.disabled_4c95 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.text_a49e {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.sidebar-glass-9ac6 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.text_a49e .bronze_e8b0 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.up_40bc p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.notice_fast_0560 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.notice_fast_0560 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.tertiary-copper-2f30 {
    padding: 4rem 1.25rem;
    background: white;
}

.wide_417a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .wide_417a {
        grid-template-columns: 1fr 1fr;
    }
}

.wide_a815 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.liquid-41b2 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.gradient-66ad {
    margin-bottom: 1.5rem;
}

.small_aa1a {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.outline_1b85 {
    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);
}

.modal_a204 {
    white-space: nowrap;
}

.lite_77d6 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.solid-e5dc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.aside-7485 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.aside-7485:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.hover-small-3b85 {
    font-size: 2rem;
    flex-shrink: 0;
}

.chip-iron-58da h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.chip-iron-58da p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hidden_hard_3bce {
    margin-top: 3rem;
}

.hidden_hard_3bce h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.mask-2d1c {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.mask-2d1c thead {
    background: var(--primary-purple);
    color: white;
}

.mask-2d1c th,
.mask-2d1c td {
    padding: 1rem;
    text-align: left;
}

.mask-2d1c th {
    font-weight: 700;
    font-size: 0.9rem;
}

.mask-2d1c tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.mask-2d1c tbody tr:last-child {
    border-bottom: none;
}

.mask-2d1c tbody tr:hover {
    background: var(--light-bg);
}

.full-05b2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.tooltip_lite_377e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gas_04e5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.carousel-out-c495 {
    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);
}

.carousel-out-c495:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.carousel-out-c495.pro-c4bf::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;
}

.hovered-18b8 {
    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;
}

.message-selected-3b7c {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.footer-0f96 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.copper-1224 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pattern_a9c6 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.pattern_a9c6 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.pattern_a9c6 p:last-child {
    margin-bottom: 0;
}

.pattern_a9c6 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.sort-fa89 {
    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;
}

.old-477a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery-out-c08c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.gallery-out-c08c .medium-8c0e {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.gallery-out-c08c .bronze_e8b0 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.box-da83 {
    padding: 4rem 1.25rem;
    background: white;
}

.hover_73f6 {
    max-width: 900px;
    margin: 0 auto;
}

.dark_dd36 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.dark_dd36:hover {
    border-color: var(--primary-purple);
}

.dark_dd36[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.dark_dd36 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;
}

.dark_dd36 summary::-webkit-details-marker {
    display: none;
}

.dark_dd36 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.dark_dd36[open] summary::after {
    transform: rotate(45deg);
}

.up-7932 {
    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);
    }
}

.up-7932 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.up-7932 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.up-7932 ul,
.up-7932 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.up-7932 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.up-7932 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.small-4435 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.main-right-9978 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.main-right-9978 th,
.main-right-9978 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.main-right-9978 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.silver-5cae {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.chip_4b9b {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.content-prev-92db {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .content-prev-92db {
        flex-direction: column;
        text-align: center;
    }
}

.content-prev-92db img {
    flex-shrink: 0;
}

.backdrop_e5dc {
    font-size: 4rem;
    flex-shrink: 0;
}

.heading_b71b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.heading_b71b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.gas-31c3 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.header_left_435f {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.disabled_solid_47d9 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.disabled_solid_47d9 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.banner_out_b991 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.red-f5e3 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.card-inner-cc4f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.dropdown_5f54 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.dropdown_5f54 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.status_huge_7e4d {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.liquid_deaa {
    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);
}

.pagination-large-17a2 {
    list-style: none;
}

.pagination-large-17a2 li {
    margin-bottom: 0.75rem;
}

.pagination-large-17a2 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.pagination-large-17a2 a:hover {
    color: white;
}

.table_291b {
    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;
}

.description_c422 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.description_c422 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.center_540e {
    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);
}

.image_f067 {
    text-align: right;
}

@media (max-width: 767px) {
    .image_f067 {
        text-align: center;
        width: 100%;
    }
}

.image_f067 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.gas-195e {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.layout-b9b1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.video-b235,
.steel-17e8,
.popup_a9bd,
.title-action-d3ac,
.badge-pro-fa3d,
.tertiary-copper-2f30,
.tooltip_lite_377e,
.box-da83,
.chip_4b9b,
.header_left_435f {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .steel-178f {
        font-size: 1.75rem;
    }
    
    .feature_complex_26a6 {
        font-size: 1rem;
    }
    
    .disabled_4c95 {
        flex-direction: column;
    }
    
    .wide_417a {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .solid_319e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .outline_hovered_7b11 {
        max-width: 100%;
    }
    
    .south_562a {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .layout-b9b1 {
        padding: 0 1rem;
    }
    
    .breadcrumb_west_d3b0 {
        padding: 4rem 1rem 3rem;
    }
    
    .breadcrumb_west_d3b0 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .wrapper-936a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .list_a293 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .mask-2d1c,
    .main-right-9978 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .description_f904 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .link-d375 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .gas_04e5 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .breadcrumb_west_d3b0 h1 {
        font-size: 1.5rem;
    }
    
    .list_a293 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .tabs_1564 {
        padding: 0.75rem;
    }
    
    .medium-8c0e {
        font-size: 1.5rem;
    }
    
    .description_f904 {
        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 */
.outline_hovered_7b11:hover,
.hard-1bd9:hover,
.carousel-out-c495:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .title-action-d3ac,
    .tooltip_lite_377e,
    .box-da83 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.texture_north_6b26)
   ======================================== */

.surface-e202.article-wide-fd6f {
    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;
}

.surface-e202.article-wide-fd6f .focus_ccd6 {
    color: #334155;
}

.surface-e202.article-wide-fd6f .focus_ccd6:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.surface-e202.article-wide-fd6f .focus_ccd6.fn-active-1992 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.surface-e202.article-wide-fd6f .shade_9b87 {
    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);
}

.surface-e202.article-wide-fd6f .shade_9b87::before {
    border-bottom-color: #ffffff;
}

.surface-e202.article-wide-fd6f .smooth-6c2a {
    color: #475569;
}

.surface-e202.article-wide-fd6f .smooth-6c2a::before {
    background: #818cf8;
}

.surface-e202.article-wide-fd6f .smooth-6c2a:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.surface-e202.article-wide-fd6f .smooth-6c2a:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.surface-e202.article-wide-fd6f .under-caf2 {
    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);
}

.surface-e202.article-wide-fd6f .under-caf2:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.surface-e202.article-wide-fd6f .under-caf2 span {
    background: #475569;
    box-shadow: none;
}

.surface-e202.article-wide-fd6f .under-caf2.fn-active-1992 span:nth-child(1),
.surface-e202.article-wide-fd6f .under-caf2.fn-active-1992 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .surface-e202.article-wide-fd6f {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .surface-e202.article-wide-fd6f .glass-0063 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .surface-e202.article-wide-fd6f .glass-0063 span {
        color: #334155 !important;
    }

    .surface-e202.article-wide-fd6f .progress_df5d {
        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);
    }

    .surface-e202.article-wide-fd6f .progress_df5d .focus_ccd6 {
        color: #334155;
        text-shadow: none;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .focus_ccd6:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .surface-e202.article-wide-fd6f .progress_df5d .focus_ccd6.button-cool-3e59::after {
        color: #64748b;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .shade_9b87 {
        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) */
    .surface-e202.article-wide-fd6f .progress_df5d .panel_9cd1.fn-active-1992 .shade_9b87 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .smooth-6c2a {
        color: #475569;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .smooth-6c2a::before {
        color: #6366f1;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .smooth-6c2a:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .surface-e202.article-wide-fd6f .progress_df5d .smooth-6c2a:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .surface-e202.article-wide-fd6f .progress_df5d .smooth-6c2a:hover::before {
        color: #4f46e5;
    }
}

/* apk.content-dee3 — mesmo tema claro da home; blocos extras */
body.blue-fe0c {
    background: #f8f9fa;
    color: #2c3e50;
}

.blue-fe0c .next-58ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.blue-fe0c .title_narrow_f2fd {
    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);
}

.blue-fe0c .title_narrow_f2fd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.blue-fe0c .title_narrow_f2fd p:last-child {
    margin-bottom: 0;
}

.blue-fe0c .title_narrow_f2fd strong {
    color: var(--text-primary);
}

.blue-fe0c .heading_e146 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.blue-fe0c .heading_e146 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar_e6ac {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_e6ac .module-soft-f409 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_e6ac .white_9772 {
    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);
}

.avatar_e6ac .white_9772 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_e6ac .white_9772 p:last-child {
    margin-bottom: 0;
}

.avatar_e6ac .white_9772 strong {
    color: var(--text-primary);
}

.avatar_e6ac .wrapper-13c2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_e6ac .wrapper-13c2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_stone_9db7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_stone_9db7 .picture-new-13aa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_stone_9db7 .over_460e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled_stone_9db7 .over_460e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_stone_9db7 .over_460e p:last-child {
    margin-bottom: 0;
}

.disabled_stone_9db7 .over_460e strong {
    color: var(--text-primary);
}

.disabled_stone_9db7 .list_5ae9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_stone_9db7 .list_5ae9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fresh_d7f9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fresh_d7f9 .mask_tall_224a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fresh_d7f9 .tabs-73ae {
    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);
}

.fresh_d7f9 .tabs-73ae p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh_d7f9 .tabs-73ae p:last-child {
    margin-bottom: 0;
}

.fresh_d7f9 .tabs-73ae strong {
    color: var(--text-primary);
}

.fresh_d7f9 .grid_e42b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fresh_d7f9 .grid_e42b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.icon-788f {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon-788f .image-east-4e4b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon-788f .picture-fast-e092 {
    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);
}

.icon-788f .picture-fast-e092 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon-788f .picture-fast-e092 p:last-child {
    margin-bottom: 0;
}

.icon-788f .picture-fast-e092 strong {
    color: var(--text-primary);
}

.icon-788f .in_6611 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon-788f .in_6611 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_last_2938 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_last_2938 .east-1ae9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_last_2938 .tooltip-5064 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.breadcrumb_last_2938 .tooltip-5064 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_last_2938 .tooltip-5064 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_last_2938 .tooltip-5064 strong {
    color: var(--text-primary);
}

.breadcrumb_last_2938 .summary-14a0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_last_2938 .summary-14a0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel_dark_95fd {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_dark_95fd .heading_red_89a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_dark_95fd .video-full-8389 {
    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);
}

.carousel_dark_95fd .video-full-8389 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_dark_95fd .video-full-8389 p:last-child {
    margin-bottom: 0;
}

.carousel_dark_95fd .video-full-8389 strong {
    color: var(--text-primary);
}

.carousel_dark_95fd .sort-5c2a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_dark_95fd .sort-5c2a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-huge-6a98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-huge-6a98 .footer-3865 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-huge-6a98 .menu_2d8f {
    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);
}

.item-huge-6a98 .menu_2d8f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-huge-6a98 .menu_2d8f p:last-child {
    margin-bottom: 0;
}

.item-huge-6a98 .menu_2d8f strong {
    color: var(--text-primary);
}

.item-huge-6a98 .caption_gas_ebe0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-huge-6a98 .caption_gas_ebe0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget-north-eabc {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-north-eabc .carousel_black_b345 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-north-eabc .caption_6fef {
    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);
}

.widget-north-eabc .caption_6fef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-north-eabc .caption_6fef p:last-child {
    margin-bottom: 0;
}

.widget-north-eabc .caption_6fef strong {
    color: var(--text-primary);
}

.widget-north-eabc .middle-7fd1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-north-eabc .middle-7fd1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion-0420 {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion-0420 .container_fluid_452c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion-0420 .filter_dim_56e3 {
    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);
}

.motion-0420 .filter_dim_56e3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion-0420 .filter_dim_56e3 p:last-child {
    margin-bottom: 0;
}

.motion-0420 .filter_dim_56e3 strong {
    color: var(--text-primary);
}

.motion-0420 .filter_548e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.motion-0420 .filter_548e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus_large_35cf {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus_large_35cf .filter_8ec0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus_large_35cf .form_pro_0587 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus_large_35cf .form_pro_0587 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_large_35cf .form_pro_0587 p:last-child {
    margin-bottom: 0;
}

.focus_large_35cf .form_pro_0587 strong {
    color: var(--text-primary);
}

.focus_large_35cf .input-7d58 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_large_35cf .input-7d58 li {
    margin-bottom: 0.65rem;
}

.focus_large_35cf .input-7d58 li:last-child {
    margin-bottom: 0;
}

.focus_large_35cf .box-selected-eddb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus_large_35cf .box-selected-eddb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pro-f920 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pro-f920 .center_6f45 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pro-f920 .text_1d38 {
    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);
}

.pro-f920 .text_1d38 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro-f920 .text_1d38 p:last-child {
    margin-bottom: 0;
}

.pro-f920 .text_1d38 strong {
    color: var(--text-primary);
}

.pro-f920 .large_62e8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro-f920 .large_62e8 li {
    margin-bottom: 0.65rem;
}

.pro-f920 .large_62e8 li:last-child {
    margin-bottom: 0;
}

.pro-f920 .cool_db43 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pro-f920 .cool_db43 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame_6928 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame_6928 .copper-2033 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame_6928 .sort_c17d {
    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);
}

.frame_6928 .sort_c17d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_6928 .sort_c17d p:last-child {
    margin-bottom: 0;
}

.frame_6928 .sort_c17d strong {
    color: var(--text-primary);
}

.frame_6928 .clean_82e3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_6928 .clean_82e3 li {
    margin-bottom: 0.65rem;
}

.frame_6928 .clean_82e3 li:last-child {
    margin-bottom: 0;
}

.frame_6928 .feature_29d6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame_6928 .feature_29d6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fresh_58ec {
    background: #f8f9fa;
    color: #2c3e50;
}

.fresh_58ec .top-6958 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fresh_58ec .main-ac98 {
    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);
}

.fresh_58ec .main-ac98 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh_58ec .main-ac98 p:last-child {
    margin-bottom: 0;
}

.fresh_58ec .main-ac98 strong {
    color: var(--text-primary);
}

.fresh_58ec .basic-df34 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh_58ec .basic-df34 li {
    margin-bottom: 0.65rem;
}

.fresh_58ec .basic-df34 li:last-child {
    margin-bottom: 0;
}

body.card_purple_e7e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card_purple_e7e8 .pro-ba2d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card_purple_e7e8 .picture-fd12 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.card_purple_e7e8 .picture-fd12 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_purple_e7e8 .picture-fd12 p:last-child {
    margin-bottom: 0;
}

.card_purple_e7e8 .picture-fd12 strong {
    color: var(--text-primary);
}

.card_purple_e7e8 .orange_e294 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_purple_e7e8 .orange_e294 li {
    margin-bottom: 0.65rem;
}

.card_purple_e7e8 .orange_e294 li:last-child {
    margin-bottom: 0;
}

.card_purple_e7e8 .tabs-upper-91b6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card_purple_e7e8 .tabs-upper-91b6 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-hard-cdb0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay-hard-cdb0 .bright_25b6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay-hard-cdb0 .frame_6fa4 {
    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-hard-cdb0 .frame_6fa4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay-hard-cdb0 .frame_6fa4 p:last-child {
    margin-bottom: 0;
}

.overlay-hard-cdb0 .frame_6fa4 strong {
    color: var(--text-primary);
}

.overlay-hard-cdb0 .top_7ef5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay-hard-cdb0 .top_7ef5 li {
    margin-bottom: 0.65rem;
}

.overlay-hard-cdb0 .top_7ef5 li:last-child {
    margin-bottom: 0;
}

.overlay-hard-cdb0 .wrapper_bright_0d89 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay-hard-cdb0 .wrapper_bright_0d89 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_434a {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_434a .inner_f233 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_434a .carousel-simple-8ecc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled_434a .carousel-simple-8ecc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_434a .carousel-simple-8ecc p:last-child {
    margin-bottom: 0;
}

.disabled_434a .carousel-simple-8ecc strong {
    color: var(--text-primary);
}

.disabled_434a .up-32c4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_434a .up-32c4 li {
    margin-bottom: 0.65rem;
}

.disabled_434a .up-32c4 li:last-child {
    margin-bottom: 0;
}

.disabled_434a .frame-f08d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_434a .frame-f08d 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-dark-50de {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-dark-50de .black_3cd9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-dark-50de .solid_fb36 {
    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-dark-50de .solid_fb36 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-dark-50de .solid_fb36 p:last-child {
    margin-bottom: 0;
}

.container-dark-50de .solid_fb36 strong {
    color: var(--text-primary);
}

.container-dark-50de .basic_fa81 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-dark-50de .basic_fa81 li {
    margin-bottom: 0.65rem;
}

.container-dark-50de .basic_fa81 li:last-child {
    margin-bottom: 0;
}

.container-dark-50de .caption_old_1133 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-dark-50de .caption_old_1133 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: 062c */
.promo-block-b0 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
