/* 
 * 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.column-47ac) — fixed together on mobile */
.secondary-under-4cea {
    width: 100%;
}

.container-7507 {
    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) {
    .secondary-under-4cea {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .container-7507 {
        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.over-28b5. Conta) stay reachable.
     */
    .first_97b1 .feature-new-0418 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .secondary-under-4cea .first_97b1 > .feature-new-0418 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) .container-7507 {
        flex-shrink: 0;
    }

    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) .first_97b1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) .first_97b1 > .feature-new-0418 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) .pressed-a90b {
        flex-shrink: 0;
    }

    .secondary-under-4cea:has(.overlay_south_97b2.fn-show-b6c2) .overlay_south_97b2.fn-show-b6c2 {
        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 */
    .first_97b1 .overlay_south_97b2 .alert-fast-d8ea.fn-active-b6c2 .hero_88d8 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .container-7507 {
        position: sticky;
        top: 0;
    }
}

.secondary-under-4cea.current_000c,
.secondary-under-4cea.current_000c .container-7507 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.dynamic_18ec {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .dynamic_18ec {
        padding: 0.75rem 0;
    }
}

.huge-10fd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.green_1466 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .green_1466 img {
        height: 35px;
    }
}

/* .first_97b1 / .rough-f848 — inner pages (brown bar); index uses .media-hot-2bd4 below */

.first_97b1:not(.media-hot-2bd4) .rough-f848.fn-active-b6c2 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.west_cfa0 {
    display: flex;
    gap: var(--spacing-md);
}

.motion-8e0f,
.first_6eef {
    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) {
    .motion-8e0f,
    .first_6eef {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .west_cfa0 {
        gap: 0.5rem;
    }
}

.motion-8e0f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.motion-8e0f:hover {
    background: var(--primary-purple);
    color: white;
}

.first_6eef {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.first_6eef:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.hovered-0912 {
    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%;
}

.hovered-0912::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;
}

.hovered-0912::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;
}

.border_5bbb {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.orange_45de {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.orange_45de 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);
}

.hovered-0912 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_left_c5aa {
    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_left_c5aa strong {
    font-weight: 700;
}

.red-92bd {
    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);
}

.backdrop-red-766f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.table_wood_a776 {
    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);
}

.table_wood_a776:hover {
    transform: translateY(-4px);
}

.search-ef8f {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.tooltip-d7ea {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.in-ac3a {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 1.125rem 2.5rem;
    border-radius: var(--radius-xl);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all var(--transition-base);
    border: none;
    cursor: pointer;
    text-align: center;
}

.in-ac3a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.in-ac3a.surface_84bd {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.heading-fde6 {
    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);
}

.heading-fde6:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.component-complex-2a9d {
    padding: 3rem 1.25rem;
    background: white;
}

.motion-06ff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.outline-8dba {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.outline-8dba:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.outline-8dba img {
    margin-bottom: 1rem;
}

.description-72f0 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.outline-8dba h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.outline-8dba 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 */
.wrapper_c135 {
    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);
}

.dark_bb08 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.summary_motion_a7de {
    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);
}

.summary_motion_a7de h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.summary_motion_a7de p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.summary_motion_a7de a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.motion-5934 {
    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
   ======================================== */

.silver_759c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.cool_9781 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.fast-14ac {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.full_a3fc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.soft-4d4a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.soft-4d4a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.soft-4d4a.orange-52db {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.soft-4d4a.orange-52db h3,
.soft-4d4a.orange-52db p {
    color: white;
}

.title-5cdb {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.soft-4d4a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.soft-4d4a p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.middle-cadb {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.middle-cadb:hover {
    gap: 0.75rem;
}

.soft-4d4a.orange-52db .middle-cadb {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.tooltip-outer-a5fe {
    padding: 4rem 1.25rem;
    background: white;
}

.preview_ceae {
    text-align: center;
    margin-bottom: 3rem;
}

.shade_copper_fc4c {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.popup_7f22 {
    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%;
}

.popup_7f22:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.outline-ced7 {
    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);
}

.breadcrumb_north_2050 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.small_37cc {
    padding: 1.5rem;
}

.small_37cc h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.feature-d8e8 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption-bottom-c0fa {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.progress-a997,
.dirty_a73f {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.progress-a997 {
    background: #dcfce7;
    color: #166534;
}

.progress-a997.selected_fd6b {
    background: #10b981;
    color: white;
}

.dirty_a73f {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.dirty_a73f.accent-2929 {
    background: #fee2e2;
    color: #991b1b;
}

.dirty_a73f.list_f98b {
    background: #fef3c7;
    color: #92400e;
}

.dirty_a73f.menu-41f1 {
    background: #dcfce7;
    color: #166534;
}

.wood_c5d4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wood_c5d4 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.primary_8868 {
    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);
}

.primary_8868:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.solid_4bdb {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.frame-154c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.nav_3c1f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .nav_3c1f {
        grid-template-columns: 1fr 1fr;
    }
}

.nav_1d6a img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.paragraph-bf2d h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.old-5d48 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.thumbnail_east_032f {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.picture_0622 {
    font-size: 1rem;
    opacity: 0.9;
}

.paragraph-bf2d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.link_cold_2a0d {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.link_cold_2a0d li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.link_cold_2a0d 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;
}

.link_cold_2a0d li strong {
    color: var(--primary-purple);
}

.link_cold_2a0d li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.dim_b380 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.badge-4439 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.border-mini-59bc {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.badge-4439 .tooltip-d7ea {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.prev-3a85 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.rough-2116 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.rough-2116 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.button-7c15 {
    padding: 4rem 1.25rem;
    background: white;
}

.active_1eab {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .active_1eab {
        grid-template-columns: 1fr 1fr;
    }
}

.table_huge_1556 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.element-center-fb35 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.column-active-cd9c {
    margin-bottom: 1.5rem;
}

.brown-8103 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.widget_8950 {
    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);
}

.sidebar_soft_bda1 {
    white-space: nowrap;
}

.primary_huge_dfb1 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.notification-745f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.plasma-592c {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.plasma-592c:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.sort-5a18 {
    font-size: 2rem;
    flex-shrink: 0;
}

.sort_right_ee61 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.sort_right_ee61 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tabs_east_24b7 {
    margin-top: 3rem;
}

.tabs_east_24b7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.status-dim-f972 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.status-dim-f972 thead {
    background: var(--primary-purple);
    color: white;
}

.status-dim-f972 th,
.status-dim-f972 td {
    padding: 1rem;
    text-align: left;
}

.status-dim-f972 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.status-dim-f972 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.status-dim-f972 tbody tr:last-child {
    border-bottom: none;
}

.status-dim-f972 tbody tr:hover {
    background: var(--light-bg);
}

.chip_tall_992b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.next_aa1b {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.caption_f4aa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.caption-a30d {
    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);
}

.caption-a30d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.caption-a30d.mask-copper-65b3::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;
}

.tag_advanced_b51b {
    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;
}

.menu-9f82 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.title-paper-4505 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.tertiary_over_0f5a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.up-d89e {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.up-d89e p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.up-d89e p:last-child {
    margin-bottom: 0;
}

.up-d89e strong {
    color: var(--text-primary);
    font-weight: 600;
}

.title_dc72 {
    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;
}

.new_4d1e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hero-current-baf3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.hero-current-baf3 .search-ef8f {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.hero-current-baf3 .tooltip-d7ea {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.small-f6ea {
    padding: 4rem 1.25rem;
    background: white;
}

.paragraph_selected_b448 {
    max-width: 900px;
    margin: 0 auto;
}

.video-96cc {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.video-96cc:hover {
    border-color: var(--primary-purple);
}

.video-96cc[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.video-96cc 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;
}

.video-96cc summary::-webkit-details-marker {
    display: none;
}

.video-96cc summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.video-96cc[open] summary::after {
    transform: rotate(45deg);
}

.element-dim-3a74 {
    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);
    }
}

.element-dim-3a74 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.element-dim-3a74 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.element-dim-3a74 ul,
.element-dim-3a74 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.element-dim-3a74 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.element-dim-3a74 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.box_iron_9c25 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.active_tall_ae02 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.active_tall_ae02 th,
.active_tall_ae02 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.active_tall_ae02 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.clean-c880 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.overlay_motion_abff {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.smooth-aa4d {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .smooth-aa4d {
        flex-direction: column;
        text-align: center;
    }
}

.smooth-aa4d img {
    flex-shrink: 0;
}

.message-3e1a {
    font-size: 4rem;
    flex-shrink: 0;
}

.old_0b6c h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.old_0b6c p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.tall-7ff1 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.notification-2b9e {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.texture_dynamic_0713 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.texture_dynamic_0713 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.title-07ea {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.table-eda4 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.popup-6a6e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.wood-c581 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.wood-c581 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.dim-5d2a {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.selected-62fa {
    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);
}

.liquid_918f {
    list-style: none;
}

.liquid_918f li {
    margin-bottom: 0.75rem;
}

.liquid_918f a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.liquid_918f a:hover {
    color: white;
}

.clean_f8bd {
    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;
}

.accent_f86d {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.accent_f86d span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.icon-under-939b {
    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);
}

.message-5728 {
    text-align: right;
}

@media (max-width: 767px) {
    .message-5728 {
        text-align: center;
        width: 100%;
    }
}

.message-5728 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.stale-9676 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.feature-new-0418 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.component-complex-2a9d,
.wrapper_c135,
.silver_759c,
.tooltip-outer-a5fe,
.frame-154c,
.button-7c15,
.next_aa1b,
.small-f6ea,
.overlay_motion_abff,
.notification-2b9e {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .cool_9781 {
        font-size: 1.75rem;
    }
    
    .fast-14ac {
        font-size: 1rem;
    }
    
    .dim_b380 {
        flex-direction: column;
    }
    
    .active_1eab {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .shade_copper_fc4c {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .popup_7f22 {
        max-width: 100%;
    }
    
    .breadcrumb_north_2050 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .feature-new-0418 {
        padding: 0 1rem;
    }
    
    .hovered-0912 {
        padding: 4rem 1rem 3rem;
    }
    
    .hovered-0912 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .in-ac3a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .backdrop-red-766f {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .status-dim-f972,
    .active_tall_ae02 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .motion-06ff {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .full_a3fc {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .caption_f4aa {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hovered-0912 h1 {
        font-size: 1.5rem;
    }
    
    .backdrop-red-766f {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .table_wood_a776 {
        padding: 0.75rem;
    }
    
    .search-ef8f {
        font-size: 1.5rem;
    }
    
    .motion-06ff {
        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 */
.popup_7f22:hover,
.soft-4d4a:hover,
.caption-a30d:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .tooltip-outer-a5fe,
    .next_aa1b,
    .small-f6ea {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.column-47ac)
   ======================================== */

.first_97b1.media-hot-2bd4 {
    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;
}

.first_97b1.media-hot-2bd4 .rough-f848 {
    color: #334155;
}

.first_97b1.media-hot-2bd4 .rough-f848:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.first_97b1.media-hot-2bd4 .rough-f848.fn-active-b6c2 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.first_97b1.media-hot-2bd4 .hero_88d8 {
    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);
}

.first_97b1.media-hot-2bd4 .hero_88d8::before {
    border-bottom-color: #ffffff;
}

.first_97b1.media-hot-2bd4 .gallery-deb7 {
    color: #475569;
}

.first_97b1.media-hot-2bd4 .gallery-deb7::before {
    background: #818cf8;
}

.first_97b1.media-hot-2bd4 .gallery-deb7:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.first_97b1.media-hot-2bd4 .gallery-deb7:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.first_97b1.media-hot-2bd4 .hot_3aed {
    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);
}

.first_97b1.media-hot-2bd4 .hot_3aed:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.first_97b1.media-hot-2bd4 .hot_3aed span {
    background: #475569;
    box-shadow: none;
}

.first_97b1.media-hot-2bd4 .hot_3aed.fn-active-b6c2 span:nth-child(1),
.first_97b1.media-hot-2bd4 .hot_3aed.fn-active-b6c2 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .first_97b1.media-hot-2bd4 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .first_97b1.media-hot-2bd4 .pressed-a90b {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .first_97b1.media-hot-2bd4 .pressed-a90b span {
        color: #334155 !important;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 {
        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);
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .rough-f848 {
        color: #334155;
        text-shadow: none;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .rough-f848:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .rough-f848.light_57f2::after {
        color: #64748b;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .hero_88d8 {
        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) */
    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .alert-fast-d8ea.fn-active-b6c2 .hero_88d8 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .gallery-deb7 {
        color: #475569;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .gallery-deb7::before {
        color: #6366f1;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .gallery-deb7:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .gallery-deb7:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .first_97b1.media-hot-2bd4 .overlay_south_97b2 .gallery-deb7:hover::before {
        color: #4f46e5;
    }
}

/* apk.preview_2518 — mesmo tema claro da home; blocos extras */
body.surface-upper-5cc3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-upper-5cc3 .photo-left-b107 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-upper-5cc3 .box_tall_9d9a {
    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);
}

.surface-upper-5cc3 .box_tall_9d9a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-upper-5cc3 .box_tall_9d9a p:last-child {
    margin-bottom: 0;
}

.surface-upper-5cc3 .box_tall_9d9a strong {
    color: var(--text-primary);
}

.surface-upper-5cc3 .static_c466 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-upper-5cc3 .static_c466 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-e25d {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper-e25d .image_0aed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper-e25d .large_7a56 {
    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-e25d .large_7a56 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper-e25d .large_7a56 p:last-child {
    margin-bottom: 0;
}

.copper-e25d .large_7a56 strong {
    color: var(--text-primary);
}

.copper-e25d .modal-brown-4f40 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper-e25d .modal-brown-4f40 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.huge-00c6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.huge-00c6 .copper_32a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.huge-00c6 .copper_0205 {
    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);
}

.huge-00c6 .copper_0205 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.huge-00c6 .copper_0205 p:last-child {
    margin-bottom: 0;
}

.huge-00c6 .copper_0205 strong {
    color: var(--text-primary);
}

.huge-00c6 .bottom_037f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.huge-00c6 .bottom_037f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_3180 {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_3180 .light_6c4b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_3180 .slider_solid_f3fc {
    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);
}

.active_3180 .slider_solid_f3fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_3180 .slider_solid_f3fc p:last-child {
    margin-bottom: 0;
}

.active_3180 .slider_solid_f3fc strong {
    color: var(--text-primary);
}

.active_3180 .slider_paper_811f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_3180 .slider_paper_811f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.blue_d413 {
    background: #f8f9fa;
    color: #2c3e50;
}

.blue_d413 .dark-2def {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.blue_d413 .disabled-7a03 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.blue_d413 .disabled-7a03 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.blue_d413 .disabled-7a03 p:last-child {
    margin-bottom: 0;
}

.blue_d413 .disabled-7a03 strong {
    color: var(--text-primary);
}

.blue_d413 .info-outer-628e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.blue_d413 .info-outer-628e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner-aa70 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner-aa70 .disabled_cool_44c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner-aa70 .footer_fixed_51db {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.inner-aa70 .footer_fixed_51db p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner-aa70 .footer_fixed_51db p:last-child {
    margin-bottom: 0;
}

.inner-aa70 .footer_fixed_51db strong {
    color: var(--text-primary);
}

.inner-aa70 .purple-3024 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner-aa70 .purple-3024 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_489d {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_489d .card_slow_c607 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_489d .container_hard_bc47 {
    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_489d .container_hard_bc47 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_489d .container_hard_bc47 p:last-child {
    margin-bottom: 0;
}

.form_489d .container_hard_bc47 strong {
    color: var(--text-primary);
}

.form_489d .bottom_5b74 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_489d .bottom_5b74 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner_white_f130 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_white_f130 .filter_11e1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_white_f130 .notification-large-5e7b {
    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);
}

.banner_white_f130 .notification-large-5e7b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_white_f130 .notification-large-5e7b p:last-child {
    margin-bottom: 0;
}

.banner_white_f130 .notification-large-5e7b strong {
    color: var(--text-primary);
}

.banner_white_f130 .mini-671d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_white_f130 .mini-671d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle_2944 {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle_2944 .lite-d79f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle_2944 .wide-6639 {
    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);
}

.middle_2944 .wide-6639 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_2944 .wide-6639 p:last-child {
    margin-bottom: 0;
}

.middle_2944 .wide-6639 strong {
    color: var(--text-primary);
}

.middle_2944 .huge_b479 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.middle_2944 .huge_b479 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_basic_acfe {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip_basic_acfe .mask_fixed_3acf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip_basic_acfe .north-a831 {
    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_basic_acfe .north-a831 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip_basic_acfe .north-a831 p:last-child {
    margin-bottom: 0;
}

.tooltip_basic_acfe .north-a831 strong {
    color: var(--text-primary);
}

.tooltip_basic_acfe .menu_9f74 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip_basic_acfe .menu_9f74 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slow-e368 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow-e368 .footer_full_63c0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow-e368 .link-d3f8 {
    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);
}

.slow-e368 .link-d3f8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-e368 .link-d3f8 p:last-child {
    margin-bottom: 0;
}

.slow-e368 .link-d3f8 strong {
    color: var(--text-primary);
}

.slow-e368 .highlight_8869 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-e368 .highlight_8869 li {
    margin-bottom: 0.65rem;
}

.slow-e368 .highlight_8869 li:last-child {
    margin-bottom: 0;
}

.slow-e368 .cold_db2a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow-e368 .cold_db2a 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-lite-09e0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-lite-09e0 .shade-71bc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-lite-09e0 .widget-04fe {
    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-lite-09e0 .widget-04fe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-lite-09e0 .widget-04fe p:last-child {
    margin-bottom: 0;
}

.form-lite-09e0 .widget-04fe strong {
    color: var(--text-primary);
}

.form-lite-09e0 .detail_cold_194f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-lite-09e0 .detail_cold_194f li {
    margin-bottom: 0.65rem;
}

.form-lite-09e0 .detail_cold_194f li:last-child {
    margin-bottom: 0;
}

.form-lite-09e0 .layout-steel-057b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-lite-09e0 .layout-steel-057b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section_white_20c4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.section_white_20c4 .short-b85d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section_white_20c4 .secondary-7894 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.section_white_20c4 .secondary-7894 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_white_20c4 .secondary-7894 p:last-child {
    margin-bottom: 0;
}

.section_white_20c4 .secondary-7894 strong {
    color: var(--text-primary);
}

.section_white_20c4 .nav_iron_a1d5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_white_20c4 .nav_iron_a1d5 li {
    margin-bottom: 0.65rem;
}

.section_white_20c4 .nav_iron_a1d5 li:last-child {
    margin-bottom: 0;
}

.section_white_20c4 .pressed-ed28 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section_white_20c4 .pressed-ed28 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.label_silver_7ac1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_silver_7ac1 .soft-78db {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_silver_7ac1 .upper-1296 {
    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);
}

.label_silver_7ac1 .upper-1296 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_silver_7ac1 .upper-1296 p:last-child {
    margin-bottom: 0;
}

.label_silver_7ac1 .upper-1296 strong {
    color: var(--text-primary);
}

.label_silver_7ac1 .article_silver_ac4c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_silver_7ac1 .article_silver_ac4c li {
    margin-bottom: 0.65rem;
}

.label_silver_7ac1 .article_silver_ac4c li:last-child {
    margin-bottom: 0;
}

body.texture_72dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_72dd .under_4f67 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_72dd .last_e637 {
    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_72dd .last_e637 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_72dd .last_e637 p:last-child {
    margin-bottom: 0;
}

.texture_72dd .last_e637 strong {
    color: var(--text-primary);
}

.texture_72dd .detail_lite_d1f7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_72dd .detail_lite_d1f7 li {
    margin-bottom: 0.65rem;
}

.texture_72dd .detail_lite_d1f7 li:last-child {
    margin-bottom: 0;
}

.texture_72dd .mask_a28c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_72dd .mask_a28c 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_warm_a1db {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_warm_a1db .backdrop_255d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_warm_a1db .orange-3958 {
    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_warm_a1db .orange-3958 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_warm_a1db .orange-3958 p:last-child {
    margin-bottom: 0;
}

.backdrop_warm_a1db .orange-3958 strong {
    color: var(--text-primary);
}

.backdrop_warm_a1db .notification_a2ca {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_warm_a1db .notification_a2ca li {
    margin-bottom: 0.65rem;
}

.backdrop_warm_a1db .notification_a2ca li:last-child {
    margin-bottom: 0;
}

.backdrop_warm_a1db .thick-41d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_warm_a1db .thick-41d3 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_1688 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_1688 .texture_hard_fa8e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_1688 .prev-36be {
    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_1688 .prev-36be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_1688 .prev-36be p:last-child {
    margin-bottom: 0;
}

.detail_1688 .prev-36be strong {
    color: var(--text-primary);
}

.detail_1688 .image-8d0a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_1688 .image-8d0a li {
    margin-bottom: 0.65rem;
}

.detail_1688 .image-8d0a li:last-child {
    margin-bottom: 0;
}

.detail_1688 .background-green-a0e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_1688 .background-green-a0e5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_3f9e {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_3f9e .chip-a10a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_3f9e .block-3311 {
    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);
}

.active_3f9e .block-3311 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_3f9e .block-3311 p:last-child {
    margin-bottom: 0;
}

.active_3f9e .block-3311 strong {
    color: var(--text-primary);
}

.active_3f9e .item-silver-29e0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_3f9e .item-silver-29e0 li {
    margin-bottom: 0.65rem;
}

.active_3f9e .item-silver-29e0 li:last-child {
    margin-bottom: 0;
}

.active_3f9e .button_9bda {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_3f9e .button_9bda 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: 498d */
.shadow-element-a3 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
