/* 
 * 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.hover_54dd) — fixed together on mobile */
.accordion-dark-e693 {
    width: 100%;
}

.sidebar_blue_94e5 {
    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) {
    .accordion-dark-e693 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .sidebar_blue_94e5 {
        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.motion_a7a0. Conta) stay reachable.
     */
    .image-large-bfe9 .tiny_6600 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .accordion-dark-e693 .image-large-bfe9 > .tiny_6600 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) .sidebar_blue_94e5 {
        flex-shrink: 0;
    }

    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) .image-large-bfe9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) .image-large-bfe9 > .tiny_6600 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) .south_ec15 {
        flex-shrink: 0;
    }

    .accordion-dark-e693:has(.button_white_3f47.fn-show-c12b) .button_white_3f47.fn-show-c12b {
        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 */
    .image-large-bfe9 .button_white_3f47 .middle_cfa4.fn-active-c12b .yellow_0b8c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .sidebar_blue_94e5 {
        position: sticky;
        top: 0;
    }
}

.accordion-dark-e693.progress-prev-b0e0,
.accordion-dark-e693.progress-prev-b0e0 .sidebar_blue_94e5 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mask-cool-5a19 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .mask-cool-5a19 {
        padding: 0.75rem 0;
    }
}

.pressed-c7e5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.bright_d5a2 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .bright_d5a2 img {
        height: 35px;
    }
}

/* .image-large-bfe9 / .cool_56bd — inner pages (brown bar); index uses .dropdown-last-e73d below */

.image-large-bfe9:not(.dropdown-last-e73d) .cool_56bd.fn-active-c12b {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.light_0b3e {
    display: flex;
    gap: var(--spacing-md);
}

.pagination-44b2,
.up_9137 {
    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) {
    .pagination-44b2,
    .up_9137 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .light_0b3e {
        gap: 0.5rem;
    }
}

.pagination-44b2 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.pagination-44b2:hover {
    background: var(--primary-purple);
    color: white;
}

.up_9137 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.up_9137:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.border_f9cf {
    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%;
}

.border_f9cf::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;
}

.border_f9cf::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;
}

.cold-a068 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.row_red_771a {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.row_red_771a 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);
}

.border_f9cf 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;
}

.header_dirty_2b5a {
    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;
}

.header_dirty_2b5a strong {
    font-weight: 700;
}

.wrapper_d264 {
    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);
}

.stone-2f00 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.filter_8e93 {
    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);
}

.filter_8e93:hover {
    transform: translateY(-4px);
}

.section_short_bb2b {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.cool_ec96 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.photo-old-452f {
    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;
}

.photo-old-452f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.photo-old-452f.center-44e4 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.menu_ad8e {
    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);
}

.menu_ad8e:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.chip_wood_1166 {
    padding: 3rem 1.25rem;
    background: white;
}

.fresh_e064 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.video-a87c {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.video-a87c:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.video-a87c img {
    margin-bottom: 1rem;
}

.hard_52f0 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.video-a87c h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.video-a87c 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 */
.component-in-23bd {
    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);
}

.pattern-991a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.large_09a6 {
    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);
}

.large_09a6 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.large_09a6 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.large_09a6 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.module-yellow-5442 {
    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
   ======================================== */

.wrapper-d09d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.highlight-glass-5685 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.message_9e19 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.search-2f4a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.banner_7784 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.banner_7784:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.banner_7784.panel_soft_7937 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.banner_7784.panel_soft_7937 h3,
.banner_7784.panel_soft_7937 p {
    color: white;
}

.overlay_soft_8b1f {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.banner_7784 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.banner_7784 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.status-focused-f00d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.status-focused-f00d:hover {
    gap: 0.75rem;
}

.banner_7784.panel_soft_7937 .status-focused-f00d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.media-in-a6da {
    padding: 4rem 1.25rem;
    background: white;
}

.section-solid-fc72 {
    text-align: center;
    margin-bottom: 3rem;
}

.card_bottom_575d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.light_a7af {
    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%;
}

.light_a7af:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.solid-4183 {
    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);
}

.tooltip_yellow_db8a {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.iron-a4d3 {
    padding: 1.5rem;
}

.iron-a4d3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.feature-bright-fbac {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.texture-dirty-b2e8 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.panel_7dd4,
.tabs_full_8cc8 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.panel_7dd4 {
    background: #dcfce7;
    color: #166534;
}

.panel_7dd4.silver-536d {
    background: #10b981;
    color: white;
}

.tabs_full_8cc8 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.tabs_full_8cc8.card-0aab {
    background: #fee2e2;
    color: #991b1b;
}

.tabs_full_8cc8.feature_center_b92e {
    background: #fef3c7;
    color: #92400e;
}

.tabs_full_8cc8.focused-3c61 {
    background: #dcfce7;
    color: #166534;
}

.icon_dynamic_f61a {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.icon_dynamic_f61a strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.video_large_cf6c {
    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);
}

.video_large_cf6c:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.main-5c5d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.grid_3531 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.brown-c336 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .brown-c336 {
        grid-template-columns: 1fr 1fr;
    }
}

.steel-2f46 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.dark-7650 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.outline_3dee {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.gallery-d5f4 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.video-south-bcbd {
    font-size: 1rem;
    opacity: 0.9;
}

.dark-7650 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dropdown_old_6c45 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.dropdown_old_6c45 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.dropdown_old_6c45 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;
}

.dropdown_old_6c45 li strong {
    color: var(--primary-purple);
}

.dropdown_old_6c45 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.gallery_narrow_1e6b {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.wide_54df {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.notice-2849 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.wide_54df .cool_ec96 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.surface_3499 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.nav-current-8169 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.nav-current-8169 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.outer_001a {
    padding: 4rem 1.25rem;
    background: white;
}

.middle-644e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .middle-644e {
        grid-template-columns: 1fr 1fr;
    }
}

.chip_cool_04db h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.card-under-8976 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.disabled_hard_3a9e {
    margin-bottom: 1.5rem;
}

.pink-17af {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.sidebar_6658 {
    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);
}

.clean_16b4 {
    white-space: nowrap;
}

.background-0d9f {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.menu-8359 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.text_e65a {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.text_e65a:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.hero_left_e08d {
    font-size: 2rem;
    flex-shrink: 0;
}

.large_fd3f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.large_fd3f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.slider_upper_7e73 {
    margin-top: 3rem;
}

.slider_upper_7e73 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.caption-wood-0bd3 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.caption-wood-0bd3 thead {
    background: var(--primary-purple);
    color: white;
}

.caption-wood-0bd3 th,
.caption-wood-0bd3 td {
    padding: 1rem;
    text-align: left;
}

.caption-wood-0bd3 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.caption-wood-0bd3 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.caption-wood-0bd3 tbody tr:last-child {
    border-bottom: none;
}

.caption-wood-0bd3 tbody tr:hover {
    background: var(--light-bg);
}

.table_43a2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.light_dee1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.solid-f994 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.block_small_fcfe {
    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);
}

.block_small_fcfe:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.block_small_fcfe.breadcrumb-cb90::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;
}

.rough_a6d8 {
    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;
}

.description-medium-2429 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.texture-last-c92e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.advanced_739f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.secondary-huge-ccdd {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.secondary-huge-ccdd p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.secondary-huge-ccdd p:last-child {
    margin-bottom: 0;
}

.secondary-huge-ccdd strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tabs-gold-84ed {
    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;
}

.cool-6eeb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.overlay_tall_e08e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.overlay_tall_e08e .section_short_bb2b {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.overlay_tall_e08e .cool_ec96 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.popup_82d7 {
    padding: 4rem 1.25rem;
    background: white;
}

.shade-bright-1f6a {
    max-width: 900px;
    margin: 0 auto;
}

.item_c6b2 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.item_c6b2:hover {
    border-color: var(--primary-purple);
}

.item_c6b2[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.item_c6b2 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;
}

.item_c6b2 summary::-webkit-details-marker {
    display: none;
}

.item_c6b2 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.item_c6b2[open] summary::after {
    transform: rotate(45deg);
}

.backdrop-purple-4ce1 {
    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);
    }
}

.backdrop-purple-4ce1 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.backdrop-purple-4ce1 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.backdrop-purple-4ce1 ul,
.backdrop-purple-4ce1 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.backdrop-purple-4ce1 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.backdrop-purple-4ce1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.preview_soft_fd46 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.glass-7429 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.glass-7429 th,
.glass-7429 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.glass-7429 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.focus_8c9c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.breadcrumb_orange_90a4 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.carousel-east-4670 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .carousel-east-4670 {
        flex-direction: column;
        text-align: center;
    }
}

.carousel-east-4670 img {
    flex-shrink: 0;
}

.sidebar-b49d {
    font-size: 4rem;
    flex-shrink: 0;
}

.detail_narrow_da9a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.detail_narrow_da9a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.footer-brown-3a7f {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.in-3947 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.video-purple-7d0a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.video-purple-7d0a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.small_1174 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.primary_advanced_be98 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.gas_a32d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.full-cdeb h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.full-cdeb p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.brown_2d99 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.old-b594 {
    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);
}

.badge-5ef2 {
    list-style: none;
}

.badge-5ef2 li {
    margin-bottom: 0.75rem;
}

.badge-5ef2 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.badge-5ef2 a:hover {
    color: white;
}

.logo-narrow-c45f {
    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;
}

.hero-first-b4b3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-first-b4b3 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.selected-181c {
    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);
}

.complex_8493 {
    text-align: right;
}

@media (max-width: 767px) {
    .complex_8493 {
        text-align: center;
        width: 100%;
    }
}

.complex_8493 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.carousel-1fd3 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.tiny_6600 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.chip_wood_1166,
.component-in-23bd,
.wrapper-d09d,
.media-in-a6da,
.grid_3531,
.outer_001a,
.light_dee1,
.popup_82d7,
.breadcrumb_orange_90a4,
.in-3947 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .highlight-glass-5685 {
        font-size: 1.75rem;
    }
    
    .message_9e19 {
        font-size: 1rem;
    }
    
    .gallery_narrow_1e6b {
        flex-direction: column;
    }
    
    .middle-644e {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .card_bottom_575d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .light_a7af {
        max-width: 100%;
    }
    
    .tooltip_yellow_db8a {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .tiny_6600 {
        padding: 0 1rem;
    }
    
    .border_f9cf {
        padding: 4rem 1rem 3rem;
    }
    
    .border_f9cf h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .photo-old-452f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .stone-2f00 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .caption-wood-0bd3,
    .glass-7429 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .fresh_e064 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .search-2f4a {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .solid-f994 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .border_f9cf h1 {
        font-size: 1.5rem;
    }
    
    .stone-2f00 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .filter_8e93 {
        padding: 0.75rem;
    }
    
    .section_short_bb2b {
        font-size: 1.5rem;
    }
    
    .fresh_e064 {
        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 */
.light_a7af:hover,
.banner_7784:hover,
.block_small_fcfe:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .media-in-a6da,
    .light_dee1,
    .popup_82d7 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.hover_54dd)
   ======================================== */

.image-large-bfe9.dropdown-last-e73d {
    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;
}

.image-large-bfe9.dropdown-last-e73d .cool_56bd {
    color: #334155;
}

.image-large-bfe9.dropdown-last-e73d .cool_56bd:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.image-large-bfe9.dropdown-last-e73d .cool_56bd.fn-active-c12b {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.image-large-bfe9.dropdown-last-e73d .yellow_0b8c {
    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);
}

.image-large-bfe9.dropdown-last-e73d .yellow_0b8c::before {
    border-bottom-color: #ffffff;
}

.image-large-bfe9.dropdown-last-e73d .accordion_2a58 {
    color: #475569;
}

.image-large-bfe9.dropdown-last-e73d .accordion_2a58::before {
    background: #818cf8;
}

.image-large-bfe9.dropdown-last-e73d .accordion_2a58:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.image-large-bfe9.dropdown-last-e73d .accordion_2a58:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.image-large-bfe9.dropdown-last-e73d .last-f474 {
    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);
}

.image-large-bfe9.dropdown-last-e73d .last-f474:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.image-large-bfe9.dropdown-last-e73d .last-f474 span {
    background: #475569;
    box-shadow: none;
}

.image-large-bfe9.dropdown-last-e73d .last-f474.fn-active-c12b span:nth-child(1),
.image-large-bfe9.dropdown-last-e73d .last-f474.fn-active-c12b span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .image-large-bfe9.dropdown-last-e73d {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .image-large-bfe9.dropdown-last-e73d .south_ec15 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .image-large-bfe9.dropdown-last-e73d .south_ec15 span {
        color: #334155 !important;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 {
        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);
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .cool_56bd {
        color: #334155;
        text-shadow: none;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .cool_56bd:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .cool_56bd.lower_2bce::after {
        color: #64748b;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .yellow_0b8c {
        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) */
    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .middle_cfa4.fn-active-c12b .yellow_0b8c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .accordion_2a58 {
        color: #475569;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .accordion_2a58::before {
        color: #6366f1;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .accordion_2a58:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .accordion_2a58:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .image-large-bfe9.dropdown-last-e73d .button_white_3f47 .accordion_2a58:hover::before {
        color: #4f46e5;
    }
}

/* apk.chip_8328 — mesmo tema claro da home; blocos extras */
body.slider-c478 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider-c478 .gold-9d94 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider-c478 .panel-ae7a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slider-c478 .panel-ae7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-c478 .panel-ae7a p:last-child {
    margin-bottom: 0;
}

.slider-c478 .panel-ae7a strong {
    color: var(--text-primary);
}

.slider-c478 .photo-9e07 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider-c478 .photo-9e07 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pink_143b {
    background: #f8f9fa;
    color: #2c3e50;
}

.pink_143b .paper-378e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pink_143b .disabled_top_60cb {
    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);
}

.pink_143b .disabled_top_60cb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pink_143b .disabled_top_60cb p:last-child {
    margin-bottom: 0;
}

.pink_143b .disabled_top_60cb strong {
    color: var(--text-primary);
}

.pink_143b .dark-7298 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pink_143b .dark-7298 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail-advanced-d738 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-advanced-d738 .surface-acef {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-advanced-d738 .outline_9cef {
    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);
}

.detail-advanced-d738 .outline_9cef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-advanced-d738 .outline_9cef p:last-child {
    margin-bottom: 0;
}

.detail-advanced-d738 .outline_9cef strong {
    color: var(--text-primary);
}

.detail-advanced-d738 .under-963f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-advanced-d738 .under-963f 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_77f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_77f1 .hot_7d1e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_77f1 .input_bottom_647f {
    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_77f1 .input_bottom_647f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_77f1 .input_bottom_647f p:last-child {
    margin-bottom: 0;
}

.element_77f1 .input_bottom_647f strong {
    color: var(--text-primary);
}

.element_77f1 .tertiary_hovered_3814 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_77f1 .tertiary_hovered_3814 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature_dynamic_59c5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature_dynamic_59c5 .video-b767 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature_dynamic_59c5 .liquid_ef62 {
    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);
}

.feature_dynamic_59c5 .liquid_ef62 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature_dynamic_59c5 .liquid_ef62 p:last-child {
    margin-bottom: 0;
}

.feature_dynamic_59c5 .liquid_ef62 strong {
    color: var(--text-primary);
}

.feature_dynamic_59c5 .fluid-1d98 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature_dynamic_59c5 .fluid-1d98 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border_up_4b94 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_up_4b94 .widget-d61a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_up_4b94 .slider-49ee {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.border_up_4b94 .slider-49ee p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_up_4b94 .slider-49ee p:last-child {
    margin-bottom: 0;
}

.border_up_4b94 .slider-49ee strong {
    color: var(--text-primary);
}

.border_up_4b94 .tiny_adb7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_up_4b94 .tiny_adb7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.purple-20aa {
    background: #f8f9fa;
    color: #2c3e50;
}

.purple-20aa .fresh_0096 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.purple-20aa .item_basic_916b {
    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);
}

.purple-20aa .item_basic_916b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.purple-20aa .item_basic_916b p:last-child {
    margin-bottom: 0;
}

.purple-20aa .item_basic_916b strong {
    color: var(--text-primary);
}

.purple-20aa .component-fed9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.purple-20aa .component-fed9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text_3595 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text_3595 .footer_f7b6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text_3595 .text-copper-990b {
    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);
}

.text_3595 .text-copper-990b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_3595 .text-copper-990b p:last-child {
    margin-bottom: 0;
}

.text_3595 .text-copper-990b strong {
    color: var(--text-primary);
}

.text_3595 .basic_576c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text_3595 .basic_576c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message-soft-c088 {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-soft-c088 .mask_5d72 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-soft-c088 .smooth-70c3 {
    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);
}

.message-soft-c088 .smooth-70c3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-soft-c088 .smooth-70c3 p:last-child {
    margin-bottom: 0;
}

.message-soft-c088 .smooth-70c3 strong {
    color: var(--text-primary);
}

.message-soft-c088 .lite-6f97 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message-soft-c088 .lite-6f97 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.next_dd85 {
    background: #f8f9fa;
    color: #2c3e50;
}

.next_dd85 .medium_3e54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.next_dd85 .aside-up-8b8f {
    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);
}

.next_dd85 .aside-up-8b8f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next_dd85 .aside-up-8b8f p:last-child {
    margin-bottom: 0;
}

.next_dd85 .aside-up-8b8f strong {
    color: var(--text-primary);
}

.next_dd85 .section-pink-a423 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.next_dd85 .section-pink-a423 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup_first_befd {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup_first_befd .popup-f989 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup_first_befd .active-8c33 {
    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);
}

.popup_first_befd .active-8c33 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_first_befd .active-8c33 p:last-child {
    margin-bottom: 0;
}

.popup_first_befd .active-8c33 strong {
    color: var(--text-primary);
}

.popup_first_befd .row_4342 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_first_befd .row_4342 li {
    margin-bottom: 0.65rem;
}

.popup_first_befd .row_4342 li:last-child {
    margin-bottom: 0;
}

.popup_first_befd .current-5301 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup_first_befd .current-5301 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_3e3a {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_3e3a .list-up-d8e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_3e3a .bronze_85c0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.panel_3e3a .bronze_85c0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_3e3a .bronze_85c0 p:last-child {
    margin-bottom: 0;
}

.panel_3e3a .bronze_85c0 strong {
    color: var(--text-primary);
}

.panel_3e3a .east_1bdb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_3e3a .east_1bdb li {
    margin-bottom: 0.65rem;
}

.panel_3e3a .east_1bdb li:last-child {
    margin-bottom: 0;
}

.panel_3e3a .dim-d701 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_3e3a .dim-d701 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter-9740 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-9740 .tiny-c2a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-9740 .fresh_7d24 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter-9740 .fresh_7d24 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-9740 .fresh_7d24 p:last-child {
    margin-bottom: 0;
}

.filter-9740 .fresh_7d24 strong {
    color: var(--text-primary);
}

.filter-9740 .prev-0303 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-9740 .prev-0303 li {
    margin-bottom: 0.65rem;
}

.filter-9740 .prev-0303 li:last-child {
    margin-bottom: 0;
}

.filter-9740 .component-bottom-a358 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-9740 .component-bottom-a358 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass_a397 {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_a397 .full-c1c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_a397 .tabs_right_0634 {
    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);
}

.glass_a397 .tabs_right_0634 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_a397 .tabs_right_0634 p:last-child {
    margin-bottom: 0;
}

.glass_a397 .tabs_right_0634 strong {
    color: var(--text-primary);
}

.glass_a397 .badge-2c12 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_a397 .badge-2c12 li {
    margin-bottom: 0.65rem;
}

.glass_a397 .badge-2c12 li:last-child {
    margin-bottom: 0;
}

body.steel_a8d1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.steel_a8d1 .video-cccd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.steel_a8d1 .fixed_c0b1 {
    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);
}

.steel_a8d1 .fixed_c0b1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel_a8d1 .fixed_c0b1 p:last-child {
    margin-bottom: 0;
}

.steel_a8d1 .fixed_c0b1 strong {
    color: var(--text-primary);
}

.steel_a8d1 .hot_8812 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel_a8d1 .hot_8812 li {
    margin-bottom: 0.65rem;
}

.steel_a8d1 .hot_8812 li:last-child {
    margin-bottom: 0;
}

.steel_a8d1 .background_0cb0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.steel_a8d1 .background_0cb0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip_06a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip_06a1 .clean-e95d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip_06a1 .in-2ee5 {
    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);
}

.tooltip_06a1 .in-2ee5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip_06a1 .in-2ee5 p:last-child {
    margin-bottom: 0;
}

.tooltip_06a1 .in-2ee5 strong {
    color: var(--text-primary);
}

.tooltip_06a1 .info-first-c65b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip_06a1 .info-first-c65b li {
    margin-bottom: 0.65rem;
}

.tooltip_06a1 .info-first-c65b li:last-child {
    margin-bottom: 0;
}

.tooltip_06a1 .medium_d831 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip_06a1 .medium_d831 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.brown_323e {
    background: #f8f9fa;
    color: #2c3e50;
}

.brown_323e .fluid_26f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.brown_323e .message-fast-bb65 {
    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);
}

.brown_323e .message-fast-bb65 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown_323e .message-fast-bb65 p:last-child {
    margin-bottom: 0;
}

.brown_323e .message-fast-bb65 strong {
    color: var(--text-primary);
}

.brown_323e .widget-yellow-9d32 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown_323e .widget-yellow-9d32 li {
    margin-bottom: 0.65rem;
}

.brown_323e .widget-yellow-9d32 li:last-child {
    margin-bottom: 0;
}

.brown_323e .label-brown-2a03 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.brown_323e .label-brown-2a03 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_paper_8743 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_paper_8743 .sidebar-6672 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_paper_8743 .background_fast_7200 {
    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_paper_8743 .background_fast_7200 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_paper_8743 .background_fast_7200 p:last-child {
    margin-bottom: 0;
}

.carousel_paper_8743 .background_fast_7200 strong {
    color: var(--text-primary);
}

.carousel_paper_8743 .wide_9d22 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_paper_8743 .wide_9d22 li {
    margin-bottom: 0.65rem;
}

.carousel_paper_8743 .wide_9d22 li:last-child {
    margin-bottom: 0;
}

.carousel_paper_8743 .sidebar-prev-0d00 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_paper_8743 .sidebar-prev-0d00 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: b76f */
.ghost-box-n8 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
