/* 
 * 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.link_mini_6ff0) — fixed together on mobile */
.heading-e8c6 {
    width: 100%;
}

.panel_b380 {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: all var(--transition-base);
    width: 100%;
}

/* 移动端：整块固定在顶部（白条 + 棕色菜单栏） */
@media (max-width: 767px) {
    .heading-e8c6 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .panel_b380 {
        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.gas_9ec9. Conta) stay reachable.
     */
    .thumbnail_rough_7a6e .modal-full-7af2 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .heading-e8c6 .thumbnail_rough_7a6e > .modal-full-7af2 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) .panel_b380 {
        flex-shrink: 0;
    }

    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) .thumbnail_rough_7a6e {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) .thumbnail_rough_7a6e > .modal-full-7af2 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) .fast-3fd6 {
        flex-shrink: 0;
    }

    .heading-e8c6:has(.icon-fast-2918.fn-show-ba6f) .icon-fast-2918.fn-show-ba6f {
        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 */
    .thumbnail_rough_7a6e .icon-fast-2918 .hero-huge-f5f0.fn-active-ba6f .feature-in-3f2a {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .panel_b380 {
        position: sticky;
        top: 0;
    }
}

.heading-e8c6.badge-8fed,
.heading-e8c6.badge-8fed .panel_b380 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.progress_fresh_e97e {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .progress_fresh_e97e {
        padding: 0.75rem 0;
    }
}

.soft_0e49 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.thick_5bb6 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .thick_5bb6 img {
        height: 35px;
    }
}

/* .thumbnail_rough_7a6e / .item_fadb — inner pages (brown bar); index uses .gas-68fa below */

.thumbnail_rough_7a6e:not(.gas-68fa) .item_fadb.fn-active-ba6f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.progress_5750 {
    display: flex;
    gap: var(--spacing-md);
}

.detail-fluid-c326,
.cold-3a7e {
    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) {
    .detail-fluid-c326,
    .cold-3a7e {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .progress_5750 {
        gap: 0.5rem;
    }
}

.detail-fluid-c326 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.detail-fluid-c326:hover {
    background: var(--primary-purple);
    color: white;
}

.cold-3a7e {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.cold-3a7e:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.label_6327 {
    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%;
}

.label_6327::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;
}

.label_6327::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;
}

.carousel_selected_25d0 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.copper_377a {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.copper_377a 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);
}

.label_6327 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;
}

.warm_3f94 {
    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;
}

.warm_3f94 strong {
    font-weight: 700;
}

.grid-326b {
    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);
}

.bright_15ee {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.container_yellow_8412 {
    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);
}

.container_yellow_8412:hover {
    transform: translateY(-4px);
}

.slow-6459 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.layout-action-c2fd {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.shade-7a62 {
    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;
}

.shade-7a62:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.shade-7a62.tooltip-under-12ad {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.border_motion_9eab {
    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);
}

.border_motion_9eab:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.slow-bc52 {
    padding: 3rem 1.25rem;
    background: white;
}

.pressed-c4c1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tabs_small_de74 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.tabs_small_de74:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.tabs_small_de74 img {
    margin-bottom: 1rem;
}

.background_bfdc {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.tabs_small_de74 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.tabs_small_de74 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 */
.hard-9e1c {
    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);
}

.fresh-7526 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.popup-11aa {
    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);
}

.popup-11aa h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.popup-11aa p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.popup-11aa a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget_east_48cb {
    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
   ======================================== */

.tall_4b36 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.iron_0bea {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.active-1691 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.detail_first_3838 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.picture-dirty-94c5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.picture-dirty-94c5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.picture-dirty-94c5.photo-plasma-857d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.picture-dirty-94c5.photo-plasma-857d h3,
.picture-dirty-94c5.photo-plasma-857d p {
    color: white;
}

.motion_63b0 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.picture-dirty-94c5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.picture-dirty-94c5 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description-14a6 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.description-14a6:hover {
    gap: 0.75rem;
}

.picture-dirty-94c5.photo-plasma-857d .description-14a6 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.picture_5ba0 {
    padding: 4rem 1.25rem;
    background: white;
}

.down-73e1 {
    text-align: center;
    margin-bottom: 3rem;
}

.filter-old-27bf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.video-brown-d967 {
    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%;
}

.video-brown-d967:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.prev_3cb3 {
    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);
}

.small-f49d {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.steel_c311 {
    padding: 1.5rem;
}

.steel_c311 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.wide_425d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.clean_dd58 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.mini_95cb,
.focus_stale_899b {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.mini_95cb {
    background: #dcfce7;
    color: #166534;
}

.mini_95cb.hovered_4f24 {
    background: #10b981;
    color: white;
}

.focus_stale_899b {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.focus_stale_899b.avatar-fa79 {
    background: #fee2e2;
    color: #991b1b;
}

.focus_stale_899b.container_blue_2e69 {
    background: #fef3c7;
    color: #92400e;
}

.focus_stale_899b.button-526d {
    background: #dcfce7;
    color: #166534;
}

.icon-short-eff9 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.icon-short-eff9 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.carousel-under-8b21 {
    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);
}

.carousel-under-8b21:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.image-orange-f071 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.hover-ca0d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.basic-0d98 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .basic-0d98 {
        grid-template-columns: 1fr 1fr;
    }
}

.status-aa7e img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.notice-6c2b h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.layout_fab1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.widget-984f {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.container_41c5 {
    font-size: 1rem;
    opacity: 0.9;
}

.notice-6c2b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.block_fdbe {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.block_fdbe li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.block_fdbe 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;
}

.block_fdbe li strong {
    color: var(--primary-purple);
}

.block_fdbe li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.status_aa3e {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.table-short-0d60 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.progress_07b2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.table-short-0d60 .layout-action-c2fd {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.footer-206d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.header-dirty-2c66 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.header-dirty-2c66 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.in-b6da {
    padding: 4rem 1.25rem;
    background: white;
}

.mask_0eaf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .mask_0eaf {
        grid-template-columns: 1fr 1fr;
    }
}

.section_warm_720c h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.up-6960 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.grid_4f35 {
    margin-bottom: 1.5rem;
}

.status_yellow_3ae8 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.breadcrumb_motion_9763 {
    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);
}

.status_65e7 {
    white-space: nowrap;
}

.tertiary_6490 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.status_314e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.north_6bfc {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.north_6bfc:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.static-6679 {
    font-size: 2rem;
    flex-shrink: 0;
}

.info_2202 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.info_2202 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.slider-thick-80c9 {
    margin-top: 3rem;
}

.slider-thick-80c9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.blue_70b0 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.blue_70b0 thead {
    background: var(--primary-purple);
    color: white;
}

.blue_70b0 th,
.blue_70b0 td {
    padding: 1rem;
    text-align: left;
}

.blue_70b0 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.blue_70b0 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.blue_70b0 tbody tr:last-child {
    border-bottom: none;
}

.blue_70b0 tbody tr:hover {
    background: var(--light-bg);
}

.shadow_99d8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.mask_mini_5e15 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section_under_e95f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.accordion-advanced-9f01 {
    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);
}

.accordion-advanced-9f01:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.accordion-advanced-9f01.tooltip-orange-a11f::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;
}

.module-hot-7e48 {
    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;
}

.item-21fa {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.box-6235 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.section-basic-a238 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.container_3e32 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.container_3e32 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.container_3e32 p:last-child {
    margin-bottom: 0;
}

.container_3e32 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.primary_yellow_2813 {
    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;
}

.green_750b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.row_5427 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.row_5427 .slow-6459 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.row_5427 .layout-action-c2fd {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.accent-546f {
    padding: 4rem 1.25rem;
    background: white;
}

.module_wide_a913 {
    max-width: 900px;
    margin: 0 auto;
}

.tertiary_red_a1ad {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.tertiary_red_a1ad:hover {
    border-color: var(--primary-purple);
}

.tertiary_red_a1ad[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.tertiary_red_a1ad 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;
}

.tertiary_red_a1ad summary::-webkit-details-marker {
    display: none;
}

.tertiary_red_a1ad summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.tertiary_red_a1ad[open] summary::after {
    transform: rotate(45deg);
}

.feature-a7fd {
    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);
    }
}

.feature-a7fd p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.feature-a7fd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.feature-a7fd ul,
.feature-a7fd ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.feature-a7fd li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.feature-a7fd strong {
    color: var(--text-primary);
    font-weight: 600;
}

.surface_f20b {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.disabled_tiny_0a34 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.disabled_tiny_0a34 th,
.disabled_tiny_0a34 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.disabled_tiny_0a34 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.search_6db4 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.filter-under-0e9b {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.west_e5c0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .west_e5c0 {
        flex-direction: column;
        text-align: center;
    }
}

.west_e5c0 img {
    flex-shrink: 0;
}

.wrapper-0a16 {
    font-size: 4rem;
    flex-shrink: 0;
}

.mask-d400 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.mask-d400 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.right-5e39 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.background-c56f {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.smooth_48f8 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.smooth_48f8 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.focus-pressed-3d79 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.fresh-4358 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.texture-out-2fdc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.button_mini_b84a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.button_mini_b84a p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.right-6d3a {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.widget-096e {
    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);
}

.content-large-1a7a {
    list-style: none;
}

.content-large-1a7a li {
    margin-bottom: 0.75rem;
}

.content-large-1a7a a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.content-large-1a7a a:hover {
    color: white;
}

.yellow_5e58 {
    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;
}

.pagination-hard-0628 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pagination-hard-0628 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.wide_cc43 {
    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);
}

.caption_selected_eae6 {
    text-align: right;
}

@media (max-width: 767px) {
    .caption_selected_eae6 {
        text-align: center;
        width: 100%;
    }
}

.caption_selected_eae6 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.layout-plasma-b8dd {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.modal-full-7af2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.slow-bc52,
.hard-9e1c,
.tall_4b36,
.picture_5ba0,
.hover-ca0d,
.in-b6da,
.mask_mini_5e15,
.accent-546f,
.filter-under-0e9b,
.background-c56f {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .iron_0bea {
        font-size: 1.75rem;
    }
    
    .active-1691 {
        font-size: 1rem;
    }
    
    .status_aa3e {
        flex-direction: column;
    }
    
    .mask_0eaf {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .filter-old-27bf {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .video-brown-d967 {
        max-width: 100%;
    }
    
    .small-f49d {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .modal-full-7af2 {
        padding: 0 1rem;
    }
    
    .label_6327 {
        padding: 4rem 1rem 3rem;
    }
    
    .label_6327 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .shade-7a62 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .bright_15ee {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .blue_70b0,
    .disabled_tiny_0a34 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .pressed-c4c1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .detail_first_3838 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .section_under_e95f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .label_6327 h1 {
        font-size: 1.5rem;
    }
    
    .bright_15ee {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .container_yellow_8412 {
        padding: 0.75rem;
    }
    
    .slow-6459 {
        font-size: 1.5rem;
    }
    
    .pressed-c4c1 {
        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 */
.video-brown-d967:hover,
.picture-dirty-94c5:hover,
.accordion-advanced-9f01:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .picture_5ba0,
    .mask_mini_5e15,
    .accent-546f {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.link_mini_6ff0)
   ======================================== */

.thumbnail_rough_7a6e.gas-68fa {
    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;
}

.thumbnail_rough_7a6e.gas-68fa .item_fadb {
    color: #334155;
}

.thumbnail_rough_7a6e.gas-68fa .item_fadb:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.thumbnail_rough_7a6e.gas-68fa .item_fadb.fn-active-ba6f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.thumbnail_rough_7a6e.gas-68fa .feature-in-3f2a {
    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);
}

.thumbnail_rough_7a6e.gas-68fa .feature-in-3f2a::before {
    border-bottom-color: #ffffff;
}

.thumbnail_rough_7a6e.gas-68fa .hot_cdaf {
    color: #475569;
}

.thumbnail_rough_7a6e.gas-68fa .hot_cdaf::before {
    background: #818cf8;
}

.thumbnail_rough_7a6e.gas-68fa .hot_cdaf:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.thumbnail_rough_7a6e.gas-68fa .hot_cdaf:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.thumbnail_rough_7a6e.gas-68fa .steel_95b6 {
    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);
}

.thumbnail_rough_7a6e.gas-68fa .steel_95b6:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.thumbnail_rough_7a6e.gas-68fa .steel_95b6 span {
    background: #475569;
    box-shadow: none;
}

.thumbnail_rough_7a6e.gas-68fa .steel_95b6.fn-active-ba6f span:nth-child(1),
.thumbnail_rough_7a6e.gas-68fa .steel_95b6.fn-active-ba6f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .thumbnail_rough_7a6e.gas-68fa {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .thumbnail_rough_7a6e.gas-68fa .fast-3fd6 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .thumbnail_rough_7a6e.gas-68fa .fast-3fd6 span {
        color: #334155 !important;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 {
        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);
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .item_fadb {
        color: #334155;
        text-shadow: none;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .item_fadb:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .item_fadb.pro-6f48::after {
        color: #64748b;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .feature-in-3f2a {
        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) */
    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hero-huge-f5f0.fn-active-ba6f .feature-in-3f2a {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hot_cdaf {
        color: #475569;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hot_cdaf::before {
        color: #6366f1;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hot_cdaf:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hot_cdaf:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .thumbnail_rough_7a6e.gas-68fa .icon-fast-2918 .hot_cdaf:hover::before {
        color: #4f46e5;
    }
}

/* apk.block_2eb8 — mesmo tema claro da home; blocos extras */
body.primary-upper-28cc {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-upper-28cc .hard-f5da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-upper-28cc .grid-be47 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.primary-upper-28cc .grid-be47 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-upper-28cc .grid-be47 p:last-child {
    margin-bottom: 0;
}

.primary-upper-28cc .grid-be47 strong {
    color: var(--text-primary);
}

.primary-upper-28cc .black-b0cd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-upper-28cc .black-b0cd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form_006a {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_006a .header_5de0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_006a .full_ae50 {
    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);
}

.form_006a .full_ae50 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_006a .full_ae50 p:last-child {
    margin-bottom: 0;
}

.form_006a .full_ae50 strong {
    color: var(--text-primary);
}

.form_006a .warm_9d1d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_006a .warm_9d1d 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_pink_4126 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text_pink_4126 .old-93e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text_pink_4126 .item-b78e {
    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_pink_4126 .item-b78e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_pink_4126 .item-b78e p:last-child {
    margin-bottom: 0;
}

.text_pink_4126 .item-b78e strong {
    color: var(--text-primary);
}

.text_pink_4126 .bottom-40be {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text_pink_4126 .bottom-40be img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media_pro_86a2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.media_pro_86a2 .liquid_8cc5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media_pro_86a2 .old_4024 {
    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);
}

.media_pro_86a2 .old_4024 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media_pro_86a2 .old_4024 p:last-child {
    margin-bottom: 0;
}

.media_pro_86a2 .old_4024 strong {
    color: var(--text-primary);
}

.media_pro_86a2 .top-2ef8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media_pro_86a2 .top-2ef8 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_fc72 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature_fc72 .middle-2ce9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature_fc72 .module_center_b09c {
    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_fc72 .module_center_b09c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature_fc72 .module_center_b09c p:last-child {
    margin-bottom: 0;
}

.feature_fc72 .module_center_b09c strong {
    color: var(--text-primary);
}

.feature_fc72 .badge_372a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature_fc72 .badge_372a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.copper-e067 {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper-e067 .dirty_4f73 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper-e067 .full-255e {
    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);
}

.copper-e067 .full-255e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper-e067 .full-255e p:last-child {
    margin-bottom: 0;
}

.copper-e067 .full-255e strong {
    color: var(--text-primary);
}

.copper-e067 .narrow-f6db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper-e067 .narrow-f6db img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_pro_b956 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_pro_b956 .title_7c54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_pro_b956 .shade-iron-bcfd {
    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);
}

.chip_pro_b956 .shade-iron-bcfd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_pro_b956 .shade-iron-bcfd p:last-child {
    margin-bottom: 0;
}

.chip_pro_b956 .shade-iron-bcfd strong {
    color: var(--text-primary);
}

.chip_pro_b956 .orange_3009 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_pro_b956 .orange_3009 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cold_9183 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold_9183 .avatar-brown-8ae2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold_9183 .carousel-621e {
    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);
}

.cold_9183 .carousel-621e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold_9183 .carousel-621e p:last-child {
    margin-bottom: 0;
}

.cold_9183 .carousel-621e strong {
    color: var(--text-primary);
}

.cold_9183 .caption-hard-821d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold_9183 .caption-hard-821d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal-fed2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-fed2 .badge-huge-a465 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-fed2 .widget_liquid_b497 {
    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);
}

.modal-fed2 .widget_liquid_b497 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-fed2 .widget_liquid_b497 p:last-child {
    margin-bottom: 0;
}

.modal-fed2 .widget_liquid_b497 strong {
    color: var(--text-primary);
}

.modal-fed2 .upper_b430 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-fed2 .upper_b430 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask-focused-2fb1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask-focused-2fb1 .hot-e935 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask-focused-2fb1 .preview-ac0b {
    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);
}

.mask-focused-2fb1 .preview-ac0b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask-focused-2fb1 .preview-ac0b p:last-child {
    margin-bottom: 0;
}

.mask-focused-2fb1 .preview-ac0b strong {
    color: var(--text-primary);
}

.mask-focused-2fb1 .out-5c51 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask-focused-2fb1 .out-5c51 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outer-a73b {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer-a73b .paragraph-5551 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer-a73b .title_34b1 {
    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);
}

.outer-a73b .title_34b1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer-a73b .title_34b1 p:last-child {
    margin-bottom: 0;
}

.outer-a73b .title_34b1 strong {
    color: var(--text-primary);
}

.outer-a73b .wood_670e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer-a73b .wood_670e li {
    margin-bottom: 0.65rem;
}

.outer-a73b .wood_670e li:last-child {
    margin-bottom: 0;
}

.outer-a73b .module_active_e4db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer-a73b .module_active_e4db img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_dynamic_e9b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_dynamic_e9b4 .logo_slow_fb64 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_dynamic_e9b4 .under_f85a {
    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);
}

.modal_dynamic_e9b4 .under_f85a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_dynamic_e9b4 .under_f85a p:last-child {
    margin-bottom: 0;
}

.modal_dynamic_e9b4 .under_f85a strong {
    color: var(--text-primary);
}

.modal_dynamic_e9b4 .main-0f71 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_dynamic_e9b4 .main-0f71 li {
    margin-bottom: 0.65rem;
}

.modal_dynamic_e9b4 .main-0f71 li:last-child {
    margin-bottom: 0;
}

.modal_dynamic_e9b4 .item_c159 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal_dynamic_e9b4 .item_c159 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-old-68f6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-old-68f6 .backdrop_first_25e5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-old-68f6 .description-silver-ea8e {
    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-old-68f6 .description-silver-ea8e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-old-68f6 .description-silver-ea8e p:last-child {
    margin-bottom: 0;
}

.carousel-old-68f6 .description-silver-ea8e strong {
    color: var(--text-primary);
}

.carousel-old-68f6 .label-00b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-old-68f6 .label-00b9 li {
    margin-bottom: 0.65rem;
}

.carousel-old-68f6 .label-00b9 li:last-child {
    margin-bottom: 0;
}

.carousel-old-68f6 .input-liquid-c8f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-old-68f6 .input-liquid-c8f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert-7caf {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-7caf .hard-7aff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-7caf .sort-5ac4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.alert-7caf .sort-5ac4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-7caf .sort-5ac4 p:last-child {
    margin-bottom: 0;
}

.alert-7caf .sort-5ac4 strong {
    color: var(--text-primary);
}

.alert-7caf .silver_9d39 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-7caf .silver_9d39 li {
    margin-bottom: 0.65rem;
}

.alert-7caf .silver_9d39 li:last-child {
    margin-bottom: 0;
}

body.outer-48e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer-48e7 .sort-ad8e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer-48e7 .hard_0721 {
    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);
}

.outer-48e7 .hard_0721 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer-48e7 .hard_0721 p:last-child {
    margin-bottom: 0;
}

.outer-48e7 .hard_0721 strong {
    color: var(--text-primary);
}

.outer-48e7 .border-fac7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer-48e7 .border-fac7 li {
    margin-bottom: 0.65rem;
}

.outer-48e7 .border-fac7 li:last-child {
    margin-bottom: 0;
}

.outer-48e7 .component-8e56 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer-48e7 .component-8e56 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop_west_16c3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_west_16c3 .overlay-tall-5665 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_west_16c3 .highlight-6619 {
    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);
}

.backdrop_west_16c3 .highlight-6619 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_west_16c3 .highlight-6619 p:last-child {
    margin-bottom: 0;
}

.backdrop_west_16c3 .highlight-6619 strong {
    color: var(--text-primary);
}

.backdrop_west_16c3 .label_west_88e2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_west_16c3 .label_west_88e2 li {
    margin-bottom: 0.65rem;
}

.backdrop_west_16c3 .label_west_88e2 li:last-child {
    margin-bottom: 0;
}

.backdrop_west_16c3 .wrapper-static-8afa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_west_16c3 .wrapper-static-8afa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture_24da {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_24da .filter-6c58 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_24da .notification-middle-4378 {
    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);
}

.texture_24da .notification-middle-4378 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_24da .notification-middle-4378 p:last-child {
    margin-bottom: 0;
}

.texture_24da .notification-middle-4378 strong {
    color: var(--text-primary);
}

.texture_24da .primary_inner_2779 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_24da .primary_inner_2779 li {
    margin-bottom: 0.65rem;
}

.texture_24da .primary_inner_2779 li:last-child {
    margin-bottom: 0;
}

.texture_24da .footer-03cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_24da .footer-03cb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.photo_6273 {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo_6273 .large_c328 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo_6273 .copper_32da {
    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);
}

.photo_6273 .copper_32da p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo_6273 .copper_32da p:last-child {
    margin-bottom: 0;
}

.photo_6273 .copper_32da strong {
    color: var(--text-primary);
}

.photo_6273 .up-399f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo_6273 .up-399f li {
    margin-bottom: 0.65rem;
}

.photo_6273 .up-399f li:last-child {
    margin-bottom: 0;
}

.photo_6273 .north_1a8b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo_6273 .north_1a8b 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: 9497 */
.shadow-element-d1 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
