/* 
 * 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.new_cd54) — fixed together on mobile */
.row-c57a {
    width: 100%;
}

.filter_left_2d64 {
    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) {
    .row-c57a {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .filter_left_2d64 {
        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.pattern_e49a. Conta) stay reachable.
     */
    .lower-0fa4 .background-ac34 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .row-c57a .lower-0fa4 > .background-ac34 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .row-c57a:has(.wood-f60f.fn-show-c2a4) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .row-c57a:has(.wood-f60f.fn-show-c2a4) .filter_left_2d64 {
        flex-shrink: 0;
    }

    .row-c57a:has(.wood-f60f.fn-show-c2a4) .lower-0fa4 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .row-c57a:has(.wood-f60f.fn-show-c2a4) .lower-0fa4 > .background-ac34 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .row-c57a:has(.wood-f60f.fn-show-c2a4) .logo-b565 {
        flex-shrink: 0;
    }

    .row-c57a:has(.wood-f60f.fn-show-c2a4) .wood-f60f.fn-show-c2a4 {
        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 */
    .lower-0fa4 .wood-f60f .sidebar_wide_f8cc.fn-active-c2a4 .dropdown-65e2 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .filter_left_2d64 {
        position: sticky;
        top: 0;
    }
}

.row-c57a.feature-under-b387,
.row-c57a.feature-under-b387 .filter_left_2d64 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.chip-dynamic-b19a {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .chip-dynamic-b19a {
        padding: 0.75rem 0;
    }
}

.chip_6204 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.mini_8215 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .mini_8215 img {
        height: 35px;
    }
}

/* .lower-0fa4 / .hidden_east_5668 — inner pages (brown bar); index uses .badge_complex_40cb below */

.lower-0fa4:not(.badge_complex_40cb) .hidden_east_5668.fn-active-c2a4 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.panel_hovered_0770 {
    display: flex;
    gap: var(--spacing-md);
}

.picture-3278,
.widget_bf11 {
    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) {
    .picture-3278,
    .widget_bf11 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .panel_hovered_0770 {
        gap: 0.5rem;
    }
}

.picture-3278 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.picture-3278:hover {
    background: var(--primary-purple);
    color: white;
}

.widget_bf11 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.widget_bf11:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.glass-d9ea {
    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%;
}

.glass-d9ea::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;
}

.glass-d9ea::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;
}

.item-fcb5 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.logo_d4b4 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.logo_d4b4 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);
}

.glass-d9ea 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;
}

.frame-90f1 {
    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;
}

.frame-90f1 strong {
    font-weight: 700;
}

.background-motion-88ee {
    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);
}

.modal_right_f552 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.heading_c7e9 {
    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);
}

.heading_c7e9:hover {
    transform: translateY(-4px);
}

.badge_glass_24aa {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.tag_2145 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tabs-gas-17ff {
    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;
}

.tabs-gas-17ff:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tabs-gas-17ff.disabled_north_432a {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.description-top-e06a {
    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);
}

.description-top-e06a:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.wood_8fd2 {
    padding: 3rem 1.25rem;
    background: white;
}

.secondary-f13d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.status-199a {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.status-199a:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.status-199a img {
    margin-bottom: 1rem;
}

.plasma-9fec {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.status-199a h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.status-199a 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 */
.accordion_c1bf {
    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);
}

.image_b6ac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.widget-6f04 {
    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);
}

.widget-6f04 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.widget-6f04 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.widget-6f04 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section_steel_e6b3 {
    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
   ======================================== */

.avatar_in_7f38 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.media-plasma-4844 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.pro-9b68 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.filter_clean_518f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.mini-89e9 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.mini-89e9:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.mini-89e9.module_gas_d738 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mini-89e9.module_gas_d738 h3,
.mini-89e9.module_gas_d738 p {
    color: white;
}

.frame_liquid_e78a {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.mini-89e9 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.mini-89e9 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.highlight_fresh_44ca {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.highlight_fresh_44ca:hover {
    gap: 0.75rem;
}

.mini-89e9.module_gas_d738 .highlight_fresh_44ca {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.shadow-large-1251 {
    padding: 4rem 1.25rem;
    background: white;
}

.tag_64e3 {
    text-align: center;
    margin-bottom: 3rem;
}

.cold-8a64 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.dropdown_static_b604 {
    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%;
}

.dropdown_static_b604:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.surface-tall-c8d8 {
    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);
}

.description-lower-adb7 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.input-light-2cbc {
    padding: 1.5rem;
}

.input-light-2cbc h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.primary-current-742b {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gallery-41e2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.photo_c65d,
.input-a001 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.photo_c65d {
    background: #dcfce7;
    color: #166534;
}

.photo_c65d.light-c4fe {
    background: #10b981;
    color: white;
}

.input-a001 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.input-a001.purple_8fbd {
    background: #fee2e2;
    color: #991b1b;
}

.input-a001.gradient-last-14b8 {
    background: #fef3c7;
    color: #92400e;
}

.input-a001.widget-14bd {
    background: #dcfce7;
    color: #166534;
}

.status_657a {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.status_657a strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.slider_down_f86d {
    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);
}

.slider_down_f86d:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.photo-6a0c {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.smooth-1b65 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tall_0fda {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tall_0fda {
        grid-template-columns: 1fr 1fr;
    }
}

.blue_09ab img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.secondary_f434 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.module-d676 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.west_9a66 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.card_3159 {
    font-size: 1rem;
    opacity: 0.9;
}

.secondary_f434 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.description_up_c773 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.description_up_c773 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.description_up_c773 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;
}

.description_up_c773 li strong {
    color: var(--primary-purple);
}

.description_up_c773 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.white-fde8 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.summary-current-7644 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.wide_e378 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.summary-current-7644 .tag_2145 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.primary-2557 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.static-9823 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.static-9823 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.badge_center_6c6d {
    padding: 4rem 1.25rem;
    background: white;
}

.progress_b276 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .progress_b276 {
        grid-template-columns: 1fr 1fr;
    }
}

.card_e80e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.surface-b185 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.surface_prev_3969 {
    margin-bottom: 1.5rem;
}

.outline_f002 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.inner_c8d5 {
    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);
}

.box-f9eb {
    white-space: nowrap;
}

.detail-thick-8ab0 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.active-5d82 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.outer_9635 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.outer_9635:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.south-0c8c {
    font-size: 2rem;
    flex-shrink: 0;
}

.alert-tall-3581 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.alert-tall-3581 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.east-f5ec {
    margin-top: 3rem;
}

.east-f5ec h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.logo_brown_fecb {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.logo_brown_fecb thead {
    background: var(--primary-purple);
    color: white;
}

.logo_brown_fecb th,
.logo_brown_fecb td {
    padding: 1rem;
    text-align: left;
}

.logo_brown_fecb th {
    font-weight: 700;
    font-size: 0.9rem;
}

.logo_brown_fecb tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.logo_brown_fecb tbody tr:last-child {
    border-bottom: none;
}

.logo_brown_fecb tbody tr:hover {
    background: var(--light-bg);
}

.content_hard_cacf {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.hard-d38b {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.wrapper-aa1f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.backdrop-6f94 {
    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);
}

.backdrop-6f94:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.backdrop-6f94.avatar_focused_6adf::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;
}

.panel_cb04 {
    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;
}

.disabled_6745 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.menu-top-bee9 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.list-3e0f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.carousel_3640 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.carousel_3640 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.carousel_3640 p:last-child {
    margin-bottom: 0;
}

.carousel_3640 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.wrapper_prev_9af4 {
    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;
}

.backdrop_2d9c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.medium_5d53 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.medium_5d53 .badge_glass_24aa {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.medium_5d53 .tag_2145 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.motion-2b85 {
    padding: 4rem 1.25rem;
    background: white;
}

.active-be93 {
    max-width: 900px;
    margin: 0 auto;
}

.grid_bb69 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.grid_bb69:hover {
    border-color: var(--primary-purple);
}

.grid_bb69[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.grid_bb69 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;
}

.grid_bb69 summary::-webkit-details-marker {
    display: none;
}

.grid_bb69 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.grid_bb69[open] summary::after {
    transform: rotate(45deg);
}

.section-aba3 {
    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);
    }
}

.section-aba3 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.section-aba3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.section-aba3 ul,
.section-aba3 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.section-aba3 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.section-aba3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.thumbnail_fixed_6632 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.hard-3aa7 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.hard-3aa7 th,
.hard-3aa7 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.hard-3aa7 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.south_952e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.info_6ab2 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.top_7420 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .top_7420 {
        flex-direction: column;
        text-align: center;
    }
}

.top_7420 img {
    flex-shrink: 0;
}

.notification-7318 {
    font-size: 4rem;
    flex-shrink: 0;
}

.card-1be7 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.card-1be7 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.shade_5943 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.mask-tall-7c96 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.list_a7ff h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.list_a7ff > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.article-out-1c2e {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.pink_5a5d {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.media-ccec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tertiary_south_5cfe h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tertiary_south_5cfe p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.tertiary_dirty_be80 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hover_left_c4ac {
    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);
}

.banner_5052 {
    list-style: none;
}

.banner_5052 li {
    margin-bottom: 0.75rem;
}

.banner_5052 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.banner_5052 a:hover {
    color: white;
}

.primary_7064 {
    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;
}

.accordion-new-912b {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.accordion-new-912b span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.pink_6fe9 {
    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);
}

.accent-671a {
    text-align: right;
}

@media (max-width: 767px) {
    .accent-671a {
        text-align: center;
        width: 100%;
    }
}

.accent-671a p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.dynamic_8ada {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.background-ac34 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.wood_8fd2,
.accordion_c1bf,
.avatar_in_7f38,
.shadow-large-1251,
.smooth-1b65,
.badge_center_6c6d,
.hard-d38b,
.motion-2b85,
.info_6ab2,
.mask-tall-7c96 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .media-plasma-4844 {
        font-size: 1.75rem;
    }
    
    .pro-9b68 {
        font-size: 1rem;
    }
    
    .white-fde8 {
        flex-direction: column;
    }
    
    .progress_b276 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .cold-8a64 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .dropdown_static_b604 {
        max-width: 100%;
    }
    
    .description-lower-adb7 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .background-ac34 {
        padding: 0 1rem;
    }
    
    .glass-d9ea {
        padding: 4rem 1rem 3rem;
    }
    
    .glass-d9ea h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tabs-gas-17ff {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .modal_right_f552 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .logo_brown_fecb,
    .hard-3aa7 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .secondary-f13d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .filter_clean_518f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .wrapper-aa1f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .glass-d9ea h1 {
        font-size: 1.5rem;
    }
    
    .modal_right_f552 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .heading_c7e9 {
        padding: 0.75rem;
    }
    
    .badge_glass_24aa {
        font-size: 1.5rem;
    }
    
    .secondary-f13d {
        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 */
.dropdown_static_b604:hover,
.mini-89e9:hover,
.backdrop-6f94:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .shadow-large-1251,
    .hard-d38b,
    .motion-2b85 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.new_cd54)
   ======================================== */

.lower-0fa4.badge_complex_40cb {
    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;
}

.lower-0fa4.badge_complex_40cb .hidden_east_5668 {
    color: #334155;
}

.lower-0fa4.badge_complex_40cb .hidden_east_5668:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.lower-0fa4.badge_complex_40cb .hidden_east_5668.fn-active-c2a4 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.lower-0fa4.badge_complex_40cb .dropdown-65e2 {
    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);
}

.lower-0fa4.badge_complex_40cb .dropdown-65e2::before {
    border-bottom-color: #ffffff;
}

.lower-0fa4.badge_complex_40cb .content-huge-00e9 {
    color: #475569;
}

.lower-0fa4.badge_complex_40cb .content-huge-00e9::before {
    background: #818cf8;
}

.lower-0fa4.badge_complex_40cb .content-huge-00e9:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.lower-0fa4.badge_complex_40cb .content-huge-00e9:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.lower-0fa4.badge_complex_40cb .block_9e4c {
    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);
}

.lower-0fa4.badge_complex_40cb .block_9e4c:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.lower-0fa4.badge_complex_40cb .block_9e4c span {
    background: #475569;
    box-shadow: none;
}

.lower-0fa4.badge_complex_40cb .block_9e4c.fn-active-c2a4 span:nth-child(1),
.lower-0fa4.badge_complex_40cb .block_9e4c.fn-active-c2a4 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .lower-0fa4.badge_complex_40cb {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .lower-0fa4.badge_complex_40cb .logo-b565 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .lower-0fa4.badge_complex_40cb .logo-b565 span {
        color: #334155 !important;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f {
        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);
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .hidden_east_5668 {
        color: #334155;
        text-shadow: none;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .hidden_east_5668:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .hidden_east_5668.hard-af6b::after {
        color: #64748b;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .dropdown-65e2 {
        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) */
    .lower-0fa4.badge_complex_40cb .wood-f60f .sidebar_wide_f8cc.fn-active-c2a4 .dropdown-65e2 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .content-huge-00e9 {
        color: #475569;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .content-huge-00e9::before {
        color: #6366f1;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .content-huge-00e9:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .content-huge-00e9:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .lower-0fa4.badge_complex_40cb .wood-f60f .content-huge-00e9:hover::before {
        color: #4f46e5;
    }
}

/* apk.outer-9b23 — mesmo tema claro da home; blocos extras */
body.badge-6d76 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-6d76 .widget_huge_6069 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-6d76 .dirty_78ab {
    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);
}

.badge-6d76 .dirty_78ab p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-6d76 .dirty_78ab p:last-child {
    margin-bottom: 0;
}

.badge-6d76 .dirty_78ab strong {
    color: var(--text-primary);
}

.badge-6d76 .left-d491 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-6d76 .left-d491 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean_4c75 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean_4c75 .notice_brown_7dcc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean_4c75 .tertiary_static_1b80 {
    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);
}

.clean_4c75 .tertiary_static_1b80 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_4c75 .tertiary_static_1b80 p:last-child {
    margin-bottom: 0;
}

.clean_4c75 .tertiary_static_1b80 strong {
    color: var(--text-primary);
}

.clean_4c75 .purple_7ae0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean_4c75 .purple_7ae0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview_c6a4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_c6a4 .first-6eff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_c6a4 .texture_df17 {
    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);
}

.preview_c6a4 .texture_df17 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_c6a4 .texture_df17 p:last-child {
    margin-bottom: 0;
}

.preview_c6a4 .texture_df17 strong {
    color: var(--text-primary);
}

.preview_c6a4 .form_2ebe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_c6a4 .form_2ebe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar_9178 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_9178 .link-mini-64a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_9178 .icon_thick_6ee8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.avatar_9178 .icon_thick_6ee8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_9178 .icon_thick_6ee8 p:last-child {
    margin-bottom: 0;
}

.avatar_9178 .icon_thick_6ee8 strong {
    color: var(--text-primary);
}

.avatar_9178 .info-focused-3b65 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_9178 .info-focused-3b65 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_29ce {
    background: #f8f9fa;
    color: #2c3e50;
}

.media_29ce .summary-b3a6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media_29ce .outline-12c4 {
    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_29ce .outline-12c4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media_29ce .outline-12c4 p:last-child {
    margin-bottom: 0;
}

.media_29ce .outline-12c4 strong {
    color: var(--text-primary);
}

.media_29ce .accordion-motion-185f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media_29ce .accordion-motion-185f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wide_84bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.wide_84bc .sidebar-e3c1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wide_84bc .overlay-dark-1175 {
    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);
}

.wide_84bc .overlay-dark-1175 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide_84bc .overlay-dark-1175 p:last-child {
    margin-bottom: 0;
}

.wide_84bc .overlay-dark-1175 strong {
    color: var(--text-primary);
}

.wide_84bc .text-tiny-1d04 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wide_84bc .text-tiny-1d04 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_solid_f56e {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_solid_f56e .button_3104 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_solid_f56e .focus-dark-5cf5 {
    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);
}

.highlight_solid_f56e .focus-dark-5cf5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_solid_f56e .focus-dark-5cf5 p:last-child {
    margin-bottom: 0;
}

.highlight_solid_f56e .focus-dark-5cf5 strong {
    color: var(--text-primary);
}

.highlight_solid_f56e .fresh_5516 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_solid_f56e .fresh_5516 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_310e {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_310e .module-dark-fb9f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_310e .old_21ec {
    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_310e .old_21ec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_310e .old_21ec p:last-child {
    margin-bottom: 0;
}

.detail_310e .old_21ec strong {
    color: var(--text-primary);
}

.detail_310e .widget_0295 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_310e .widget_0295 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-soft-e072 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-soft-e072 .input-light-999f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-soft-e072 .red_a688 {
    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-soft-e072 .red_a688 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-soft-e072 .red_a688 p:last-child {
    margin-bottom: 0;
}

.detail-soft-e072 .red_a688 strong {
    color: var(--text-primary);
}

.detail-soft-e072 .image_wide_eaa9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-soft-e072 .image_wide_eaa9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs-gold-c2b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs-gold-c2b4 .banner_5520 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs-gold-c2b4 .nav_green_3a72 {
    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);
}

.tabs-gold-c2b4 .nav_green_3a72 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs-gold-c2b4 .nav_green_3a72 p:last-child {
    margin-bottom: 0;
}

.tabs-gold-c2b4 .nav_green_3a72 strong {
    color: var(--text-primary);
}

.tabs-gold-c2b4 .background-cold-43b9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs-gold-c2b4 .background-cold-43b9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-0237 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-0237 .notice-9738 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-0237 .thumbnail-rough-15ea {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.footer-0237 .thumbnail-rough-15ea p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-0237 .thumbnail-rough-15ea p:last-child {
    margin-bottom: 0;
}

.footer-0237 .thumbnail-rough-15ea strong {
    color: var(--text-primary);
}

.footer-0237 .video_hovered_ac82 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-0237 .video_hovered_ac82 li {
    margin-bottom: 0.65rem;
}

.footer-0237 .video_hovered_ac82 li:last-child {
    margin-bottom: 0;
}

.footer-0237 .green_4dba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-0237 .green_4dba img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass_2930 {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_2930 .steel-69e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_2930 .right_8638 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.glass_2930 .right_8638 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_2930 .right_8638 p:last-child {
    margin-bottom: 0;
}

.glass_2930 .right_8638 strong {
    color: var(--text-primary);
}

.glass_2930 .yellow-6558 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_2930 .yellow-6558 li {
    margin-bottom: 0.65rem;
}

.glass_2930 .yellow-6558 li:last-child {
    margin-bottom: 0;
}

.glass_2930 .menu_06e6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass_2930 .menu_06e6 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-3804 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow-3804 .hovered_9fd4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow-3804 .pattern-solid-8927 {
    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-3804 .pattern-solid-8927 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-3804 .pattern-solid-8927 p:last-child {
    margin-bottom: 0;
}

.slow-3804 .pattern-solid-8927 strong {
    color: var(--text-primary);
}

.slow-3804 .red-7a6e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow-3804 .red-7a6e li {
    margin-bottom: 0.65rem;
}

.slow-3804 .red-7a6e li:last-child {
    margin-bottom: 0;
}

.slow-3804 .avatar_00f2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow-3804 .avatar_00f2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component_596d {
    background: #f8f9fa;
    color: #2c3e50;
}

.component_596d .photo-cool-ad7b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component_596d .content_hot_9683 {
    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);
}

.component_596d .content_hot_9683 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_596d .content_hot_9683 p:last-child {
    margin-bottom: 0;
}

.component_596d .content_hot_9683 strong {
    color: var(--text-primary);
}

.component_596d .filter_copper_f58a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_596d .filter_copper_f58a li {
    margin-bottom: 0.65rem;
}

.component_596d .filter_copper_f58a li:last-child {
    margin-bottom: 0;
}

body.icon_complex_69e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon_complex_69e8 .widget_simple_de6c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon_complex_69e8 .narrow-385d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.icon_complex_69e8 .narrow-385d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_complex_69e8 .narrow-385d p:last-child {
    margin-bottom: 0;
}

.icon_complex_69e8 .narrow-385d strong {
    color: var(--text-primary);
}

.icon_complex_69e8 .footer-802d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_complex_69e8 .footer-802d li {
    margin-bottom: 0.65rem;
}

.icon_complex_69e8 .footer-802d li:last-child {
    margin-bottom: 0;
}

.icon_complex_69e8 .button_black_c60f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon_complex_69e8 .button_black_c60f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_dd4e {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_dd4e .text-silver-9ff1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_dd4e .paragraph-b9c6 {
    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);
}

.pattern_dd4e .paragraph-b9c6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_dd4e .paragraph-b9c6 p:last-child {
    margin-bottom: 0;
}

.pattern_dd4e .paragraph-b9c6 strong {
    color: var(--text-primary);
}

.pattern_dd4e .search-079d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_dd4e .search-079d li {
    margin-bottom: 0.65rem;
}

.pattern_dd4e .search-079d li:last-child {
    margin-bottom: 0;
}

.pattern_dd4e .menu_047c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_dd4e .menu_047c 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-d968 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-d968 .main-steel-ca4c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-d968 .gold-bfaf {
    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-d968 .gold-bfaf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-d968 .gold-bfaf p:last-child {
    margin-bottom: 0;
}

.alert-d968 .gold-bfaf strong {
    color: var(--text-primary);
}

.alert-d968 .red-274d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-d968 .red-274d li {
    margin-bottom: 0.65rem;
}

.alert-d968 .red-274d li:last-child {
    margin-bottom: 0;
}

.alert-d968 .bright_316e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert-d968 .bright_316e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget_hot_1f28 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget_hot_1f28 .action-337d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget_hot_1f28 .description_up_df70 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.widget_hot_1f28 .description_up_df70 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_hot_1f28 .description_up_df70 p:last-child {
    margin-bottom: 0;
}

.widget_hot_1f28 .description_up_df70 strong {
    color: var(--text-primary);
}

.widget_hot_1f28 .clean_c1a7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_hot_1f28 .clean_c1a7 li {
    margin-bottom: 0.65rem;
}

.widget_hot_1f28 .clean_c1a7 li:last-child {
    margin-bottom: 0;
}

.widget_hot_1f28 .mask-fa32 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget_hot_1f28 .mask-fa32 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: 84ab */
.ghost-box-v1 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
