/* 
 * 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.box-bronze-7fcf) — fixed together on mobile */
.brown-22d1 {
    width: 100%;
}

.right-2af9 {
    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) {
    .brown-22d1 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .right-2af9 {
        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.disabled_dbb5. Conta) stay reachable.
     */
    .secondary_gas_bc44 .right_36d5 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .brown-22d1 .secondary_gas_bc44 > .right_36d5 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) .right-2af9 {
        flex-shrink: 0;
    }

    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) .secondary_gas_bc44 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) .secondary_gas_bc44 > .right_36d5 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) .white_9ef2 {
        flex-shrink: 0;
    }

    .brown-22d1:has(.wrapper-3a37.fn-show-ba21) .wrapper-3a37.fn-show-ba21 {
        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 */
    .secondary_gas_bc44 .wrapper-3a37 .row-fresh-0446.fn-active-ba21 .full-e0db {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .right-2af9 {
        position: sticky;
        top: 0;
    }
}

.brown-22d1.green_cc7c,
.brown-22d1.green_cc7c .right-2af9 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.dropdown-red-671f {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .dropdown-red-671f {
        padding: 0.75rem 0;
    }
}

.cold_851d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.rough-c548 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .rough-c548 img {
        height: 35px;
    }
}

/* .secondary_gas_bc44 / .basic-0a72 — inner pages (brown bar); index uses .component_center_099c below */

.secondary_gas_bc44:not(.component_center_099c) .basic-0a72.fn-active-ba21 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.narrow-ec0c {
    display: flex;
    gap: var(--spacing-md);
}

.badge-3ca8,
.aside_b3aa {
    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) {
    .badge-3ca8,
    .aside_b3aa {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .narrow-ec0c {
        gap: 0.5rem;
    }
}

.badge-3ca8 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.badge-3ca8:hover {
    background: var(--primary-purple);
    color: white;
}

.aside_b3aa {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.aside_b3aa:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.simple_c24e {
    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%;
}

.simple_c24e::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;
}

.simple_c24e::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;
}

.pro_9a10 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.background-huge-7497 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.background-huge-7497 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);
}

.simple_c24e 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;
}

.media_down_ccb4 {
    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;
}

.media_down_ccb4 strong {
    font-weight: 700;
}

.mask-5c16 {
    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);
}

.action-2769 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.footer-out-6f64 {
    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);
}

.footer-out-6f64:hover {
    transform: translateY(-4px);
}

.simple-7601 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.orange_0160 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.in_4798 {
    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_4798:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.in_4798.slow-064c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.label_b7dd {
    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);
}

.label_b7dd:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.solid_e223 {
    padding: 3rem 1.25rem;
    background: white;
}

.sort_fixed_3e31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_next_4602 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.footer_next_4602:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.footer_next_4602 img {
    margin-bottom: 1rem;
}

.accent_stone_3d26 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.footer_next_4602 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.footer_next_4602 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 */
.gradient_purple_a2ad {
    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);
}

.tooltip-da34 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.input-3c22 {
    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);
}

.input-3c22 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.input-3c22 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.input-3c22 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.complex-5986 {
    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
   ======================================== */

.column_warm_a75c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.thumbnail_2cb5 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.simple-dbcc {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.badge_new_1481 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.texture_ae14 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.texture_ae14:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.texture_ae14.tag-24fe {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.texture_ae14.tag-24fe h3,
.texture_ae14.tag-24fe p {
    color: white;
}

.shade-a2c3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.texture_ae14 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.texture_ae14 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.narrow-1c1d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.narrow-1c1d:hover {
    gap: 0.75rem;
}

.texture_ae14.tag-24fe .narrow-1c1d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.full_dc83 {
    padding: 4rem 1.25rem;
    background: white;
}

.over-1b41 {
    text-align: center;
    margin-bottom: 3rem;
}

.aside_easy_a5fc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.fresh_0584 {
    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%;
}

.fresh_0584:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.section-hard-f7f8 {
    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);
}

.full_4cf1 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.slider_fb4c {
    padding: 1.5rem;
}

.slider_fb4c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.banner-left-6803 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.form_01ca {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.layout_1cfc,
.sidebar-44ff {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.layout_1cfc {
    background: #dcfce7;
    color: #166534;
}

.layout_1cfc.filter_cbed {
    background: #10b981;
    color: white;
}

.sidebar-44ff {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.sidebar-44ff.new-937b {
    background: #fee2e2;
    color: #991b1b;
}

.sidebar-44ff.background_84b0 {
    background: #fef3c7;
    color: #92400e;
}

.sidebar-44ff.media_311f {
    background: #dcfce7;
    color: #166534;
}

.thumbnail-west-813e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.thumbnail-west-813e strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.description-under-4b16 {
    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);
}

.description-under-4b16:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.red-61f5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.hidden-upper-4ef2 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.alert-a73a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .alert-a73a {
        grid-template-columns: 1fr 1fr;
    }
}

.top_0878 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.nav_bc7d h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.chip_current_0003 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.slider-c91b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.motion-7790 {
    font-size: 1rem;
    opacity: 0.9;
}

.nav_bc7d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.input-medium-f383 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.input-medium-f383 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.input-medium-f383 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;
}

.input-medium-f383 li strong {
    color: var(--primary-purple);
}

.input-medium-f383 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.inner_e747 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.carousel_c78d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.row_4655 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.carousel_c78d .orange_0160 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.rough_ba8e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.hidden_5ce4 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.hidden_5ce4 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.next-4bfb {
    padding: 4rem 1.25rem;
    background: white;
}

.form-action-b413 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .form-action-b413 {
        grid-template-columns: 1fr 1fr;
    }
}

.stone-f31a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.focus_smooth_89c6 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.row-d2ac {
    margin-bottom: 1.5rem;
}

.dark_db8e {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.info_6b5b {
    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);
}

.media_5ff7 {
    white-space: nowrap;
}

.left_cabf {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.in-e570 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.card-b641 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.card-b641:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.message_acbf {
    font-size: 2rem;
    flex-shrink: 0;
}

.shadow_f667 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.shadow_f667 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.chip-999d {
    margin-top: 3rem;
}

.chip-999d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.picture-a5c8 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.picture-a5c8 thead {
    background: var(--primary-purple);
    color: white;
}

.picture-a5c8 th,
.picture-a5c8 td {
    padding: 1rem;
    text-align: left;
}

.picture-a5c8 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.picture-a5c8 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.picture-a5c8 tbody tr:last-child {
    border-bottom: none;
}

.picture-a5c8 tbody tr:hover {
    background: var(--light-bg);
}

.image-410a {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.overlay_c679 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.secondary_out_5872 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.texture_2222 {
    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);
}

.texture_2222:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.texture_2222.icon_2eee::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;
}

.widget-silver-a51c {
    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;
}

.inner-627b {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.photo_hard_10c1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.sort-fixed-5c00 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.slow-2012 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.slow-2012 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.slow-2012 p:last-child {
    margin-bottom: 0;
}

.slow-2012 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.list_prev_e062 {
    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;
}

.element_df9a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.notification-dark-9488 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.notification-dark-9488 .simple-7601 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.notification-dark-9488 .orange_0160 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.icon_purple_fe98 {
    padding: 4rem 1.25rem;
    background: white;
}

.glass-6490 {
    max-width: 900px;
    margin: 0 auto;
}

.photo_mini_a8b4 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.photo_mini_a8b4:hover {
    border-color: var(--primary-purple);
}

.photo_mini_a8b4[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.photo_mini_a8b4 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;
}

.photo_mini_a8b4 summary::-webkit-details-marker {
    display: none;
}

.photo_mini_a8b4 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.photo_mini_a8b4[open] summary::after {
    transform: rotate(45deg);
}

.dropdown-orange-28e7 {
    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);
    }
}

.dropdown-orange-28e7 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.dropdown-orange-28e7 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.dropdown-orange-28e7 ul,
.dropdown-orange-28e7 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.dropdown-orange-28e7 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.dropdown-orange-28e7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.carousel_593e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.mask_f8a3 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.mask_f8a3 th,
.mask_f8a3 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.mask_f8a3 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.slow_fc02 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.link_glass_dc48 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.complex-023f {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .complex-023f {
        flex-direction: column;
        text-align: center;
    }
}

.complex-023f img {
    flex-shrink: 0;
}

.disabled_hovered_6be7 {
    font-size: 4rem;
    flex-shrink: 0;
}

.feature_next_7769 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.feature_next_7769 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.form-orange-fb59 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.yellow-fabf {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.tabs-under-f1ab h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.tabs-under-f1ab > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.red_aa82 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.thick-68e3 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.dropdown-dark-5c9a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask_72ff h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mask_72ff p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.sort_center_c4e6 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.shade_over_e1d4 {
    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);
}

.border-smooth-6ea2 {
    list-style: none;
}

.border-smooth-6ea2 li {
    margin-bottom: 0.75rem;
}

.border-smooth-6ea2 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.border-smooth-6ea2 a:hover {
    color: white;
}

.shadow-copper-26c0 {
    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;
}

.glass_079e {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.glass_079e span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.short_2eec {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.image-d2ba {
    text-align: right;
}

@media (max-width: 767px) {
    .image-d2ba {
        text-align: center;
        width: 100%;
    }
}

.image-d2ba p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.active_last_cb94 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.right_36d5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.solid_e223,
.gradient_purple_a2ad,
.column_warm_a75c,
.full_dc83,
.hidden-upper-4ef2,
.next-4bfb,
.overlay_c679,
.icon_purple_fe98,
.link_glass_dc48,
.yellow-fabf {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .thumbnail_2cb5 {
        font-size: 1.75rem;
    }
    
    .simple-dbcc {
        font-size: 1rem;
    }
    
    .inner_e747 {
        flex-direction: column;
    }
    
    .form-action-b413 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .aside_easy_a5fc {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .fresh_0584 {
        max-width: 100%;
    }
    
    .full_4cf1 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .right_36d5 {
        padding: 0 1rem;
    }
    
    .simple_c24e {
        padding: 4rem 1rem 3rem;
    }
    
    .simple_c24e h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .in_4798 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .action-2769 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .picture-a5c8,
    .mask_f8a3 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .sort_fixed_3e31 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .badge_new_1481 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .secondary_out_5872 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .simple_c24e h1 {
        font-size: 1.5rem;
    }
    
    .action-2769 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .footer-out-6f64 {
        padding: 0.75rem;
    }
    
    .simple-7601 {
        font-size: 1.5rem;
    }
    
    .sort_fixed_3e31 {
        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 */
.fresh_0584:hover,
.texture_ae14:hover,
.texture_2222:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .full_dc83,
    .overlay_c679,
    .icon_purple_fe98 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.box-bronze-7fcf)
   ======================================== */

.secondary_gas_bc44.component_center_099c {
    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;
}

.secondary_gas_bc44.component_center_099c .basic-0a72 {
    color: #334155;
}

.secondary_gas_bc44.component_center_099c .basic-0a72:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.secondary_gas_bc44.component_center_099c .basic-0a72.fn-active-ba21 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.secondary_gas_bc44.component_center_099c .full-e0db {
    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);
}

.secondary_gas_bc44.component_center_099c .full-e0db::before {
    border-bottom-color: #ffffff;
}

.secondary_gas_bc44.component_center_099c .old-d1cc {
    color: #475569;
}

.secondary_gas_bc44.component_center_099c .old-d1cc::before {
    background: #818cf8;
}

.secondary_gas_bc44.component_center_099c .old-d1cc:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.secondary_gas_bc44.component_center_099c .old-d1cc:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.secondary_gas_bc44.component_center_099c .upper-1b6b {
    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);
}

.secondary_gas_bc44.component_center_099c .upper-1b6b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.secondary_gas_bc44.component_center_099c .upper-1b6b span {
    background: #475569;
    box-shadow: none;
}

.secondary_gas_bc44.component_center_099c .upper-1b6b.fn-active-ba21 span:nth-child(1),
.secondary_gas_bc44.component_center_099c .upper-1b6b.fn-active-ba21 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .secondary_gas_bc44.component_center_099c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .secondary_gas_bc44.component_center_099c .white_9ef2 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .secondary_gas_bc44.component_center_099c .white_9ef2 span {
        color: #334155 !important;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 {
        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);
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .basic-0a72 {
        color: #334155;
        text-shadow: none;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .basic-0a72:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .basic-0a72.prev-b8b0::after {
        color: #64748b;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .full-e0db {
        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) */
    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .row-fresh-0446.fn-active-ba21 .full-e0db {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .old-d1cc {
        color: #475569;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .old-d1cc::before {
        color: #6366f1;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .old-d1cc:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .old-d1cc:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .secondary_gas_bc44.component_center_099c .wrapper-3a37 .old-d1cc:hover::before {
        color: #4f46e5;
    }
}

/* apk.menu_silver_78a1 — mesmo tema claro da home; blocos extras */
body.grid_c374 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_c374 .aside_inner_8f2f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_c374 .focus-9f6f {
    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);
}

.grid_c374 .focus-9f6f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_c374 .focus-9f6f p:last-child {
    margin-bottom: 0;
}

.grid_c374 .focus-9f6f strong {
    color: var(--text-primary);
}

.grid_c374 .pressed_f88d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_c374 .pressed_f88d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title-liquid-1d01 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title-liquid-1d01 .accent_medium_09b4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title-liquid-1d01 .rough_bd53 {
    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);
}

.title-liquid-1d01 .rough_bd53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-liquid-1d01 .rough_bd53 p:last-child {
    margin-bottom: 0;
}

.title-liquid-1d01 .rough_bd53 strong {
    color: var(--text-primary);
}

.title-liquid-1d01 .dirty-4fa5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title-liquid-1d01 .dirty-4fa5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_active_7fda {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_active_7fda .full_91b1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_active_7fda .fixed-8771 {
    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);
}

.picture_active_7fda .fixed-8771 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_active_7fda .fixed-8771 p:last-child {
    margin-bottom: 0;
}

.picture_active_7fda .fixed-8771 strong {
    color: var(--text-primary);
}

.picture_active_7fda .panel-basic-cbfc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_active_7fda .panel-basic-cbfc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame_slow_d15a {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame_slow_d15a .large-1cd2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame_slow_d15a .aside-8f14 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.frame_slow_d15a .aside-8f14 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_slow_d15a .aside-8f14 p:last-child {
    margin-bottom: 0;
}

.frame_slow_d15a .aside-8f14 strong {
    color: var(--text-primary);
}

.frame_slow_d15a .hero-33da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame_slow_d15a .hero-33da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small_f6c1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.small_f6c1 .feature_steel_6271 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small_f6c1 .message-a4a4 {
    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);
}

.small_f6c1 .message-a4a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small_f6c1 .message-a4a4 p:last-child {
    margin-bottom: 0;
}

.small_f6c1 .message-a4a4 strong {
    color: var(--text-primary);
}

.small_f6c1 .fixed-893a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small_f6c1 .fixed-893a 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_slow_4c2a {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_slow_4c2a .element_clean_ce7f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_slow_4c2a .search_static_d39d {
    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_slow_4c2a .search_static_d39d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_slow_4c2a .search_static_d39d p:last-child {
    margin-bottom: 0;
}

.banner_slow_4c2a .search_static_d39d strong {
    color: var(--text-primary);
}

.banner_slow_4c2a .message-eae2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_slow_4c2a .message-eae2 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-e493 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-e493 .layout-69f1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-e493 .red_0cef {
    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-e493 .red_0cef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-e493 .red_0cef p:last-child {
    margin-bottom: 0;
}

.banner-e493 .red_0cef strong {
    color: var(--text-primary);
}

.banner-e493 .caption_afea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-e493 .caption_afea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_1319 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_1319 .article_85cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_1319 .breadcrumb-upper-e244 {
    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);
}

.row_1319 .breadcrumb-upper-e244 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_1319 .breadcrumb-upper-e244 p:last-child {
    margin-bottom: 0;
}

.row_1319 .breadcrumb-upper-e244 strong {
    color: var(--text-primary);
}

.row_1319 .container-3d21 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_1319 .container-3d21 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-dark-e7c8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-dark-e7c8 .paragraph_a732 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-dark-e7c8 .yellow-0934 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-dark-e7c8 .yellow-0934 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-dark-e7c8 .yellow-0934 p:last-child {
    margin-bottom: 0;
}

.item-dark-e7c8 .yellow-0934 strong {
    color: var(--text-primary);
}

.item-dark-e7c8 .hot-a3c1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-dark-e7c8 .hot-a3c1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gold-edbf {
    background: #f8f9fa;
    color: #2c3e50;
}

.gold-edbf .mini_8818 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gold-edbf .frame-motion-4e14 {
    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);
}

.gold-edbf .frame-motion-4e14 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gold-edbf .frame-motion-4e14 p:last-child {
    margin-bottom: 0;
}

.gold-edbf .frame-motion-4e14 strong {
    color: var(--text-primary);
}

.gold-edbf .fast_4237 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gold-edbf .fast_4237 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus-1b04 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-1b04 .hidden-c257 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-1b04 .table_dark_45fc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus-1b04 .table_dark_45fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-1b04 .table_dark_45fc p:last-child {
    margin-bottom: 0;
}

.focus-1b04 .table_dark_45fc strong {
    color: var(--text-primary);
}

.focus-1b04 .large-6d20 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-1b04 .large-6d20 li {
    margin-bottom: 0.65rem;
}

.focus-1b04 .large-6d20 li:last-child {
    margin-bottom: 0;
}

.focus-1b04 .tag-basic-227b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-1b04 .tag-basic-227b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hovered-77cd {
    background: #f8f9fa;
    color: #2c3e50;
}

.hovered-77cd .motion-b1bc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hovered-77cd .current_9f95 {
    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);
}

.hovered-77cd .current_9f95 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered-77cd .current_9f95 p:last-child {
    margin-bottom: 0;
}

.hovered-77cd .current_9f95 strong {
    color: var(--text-primary);
}

.hovered-77cd .list_7ee5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered-77cd .list_7ee5 li {
    margin-bottom: 0.65rem;
}

.hovered-77cd .list_7ee5 li:last-child {
    margin-bottom: 0;
}

.hovered-77cd .main-copper-7c07 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hovered-77cd .main-copper-7c07 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gas-6c82 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gas-6c82 .purple-9a44 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gas-6c82 .liquid_49b5 {
    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);
}

.gas-6c82 .liquid_49b5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas-6c82 .liquid_49b5 p:last-child {
    margin-bottom: 0;
}

.gas-6c82 .liquid_49b5 strong {
    color: var(--text-primary);
}

.gas-6c82 .thumbnail-upper-4347 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas-6c82 .thumbnail-upper-4347 li {
    margin-bottom: 0.65rem;
}

.gas-6c82 .thumbnail-upper-4347 li:last-child {
    margin-bottom: 0;
}

.gas-6c82 .title_old_976a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gas-6c82 .title_old_976a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary-light-0f8d {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary-light-0f8d .medium_77d9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary-light-0f8d .hot_515c {
    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);
}

.summary-light-0f8d .hot_515c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-light-0f8d .hot_515c p:last-child {
    margin-bottom: 0;
}

.summary-light-0f8d .hot_515c strong {
    color: var(--text-primary);
}

.summary-light-0f8d .caption-2f07 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-light-0f8d .caption-2f07 li {
    margin-bottom: 0.65rem;
}

.summary-light-0f8d .caption-2f07 li:last-child {
    margin-bottom: 0;
}

body.tabs_complex_e834 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_complex_e834 .last_b7c0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_complex_e834 .image-hot-c85a {
    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_complex_e834 .image-hot-c85a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_complex_e834 .image-hot-c85a p:last-child {
    margin-bottom: 0;
}

.tabs_complex_e834 .image-hot-c85a strong {
    color: var(--text-primary);
}

.tabs_complex_e834 .sidebar_bronze_74c6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_complex_e834 .sidebar_bronze_74c6 li {
    margin-bottom: 0.65rem;
}

.tabs_complex_e834 .sidebar_bronze_74c6 li:last-child {
    margin-bottom: 0;
}

.tabs_complex_e834 .top-abc5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_complex_e834 .top-abc5 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_929a {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_929a .modal_cb0b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_929a .block-center-bfe0 {
    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_929a .block-center-bfe0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_929a .block-center-bfe0 p:last-child {
    margin-bottom: 0;
}

.label_929a .block-center-bfe0 strong {
    color: var(--text-primary);
}

.label_929a .bronze-b247 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_929a .bronze-b247 li {
    margin-bottom: 0.65rem;
}

.label_929a .bronze-b247 li:last-child {
    margin-bottom: 0;
}

.label_929a .middle_6495 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label_929a .middle_6495 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_bfe6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_bfe6 .active-dirty-9dac {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_bfe6 .article_2dbe {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.modal_bfe6 .article_2dbe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_bfe6 .article_2dbe p:last-child {
    margin-bottom: 0;
}

.modal_bfe6 .article_2dbe strong {
    color: var(--text-primary);
}

.modal_bfe6 .light-9cce {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_bfe6 .light-9cce li {
    margin-bottom: 0.65rem;
}

.modal_bfe6 .light-9cce li:last-child {
    margin-bottom: 0;
}

.modal_bfe6 .soft-0719 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal_bfe6 .soft-0719 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-6f9d {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass-6f9d .primary-complex-ce62 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass-6f9d .avatar-b83e {
    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-6f9d .avatar-b83e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass-6f9d .avatar-b83e p:last-child {
    margin-bottom: 0;
}

.glass-6f9d .avatar-b83e strong {
    color: var(--text-primary);
}

.glass-6f9d .tag_first_b3da {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass-6f9d .tag_first_b3da li {
    margin-bottom: 0.65rem;
}

.glass-6f9d .tag_first_b3da li:last-child {
    margin-bottom: 0;
}

.glass-6f9d .action-b8db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass-6f9d .action-b8db 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: 6962 */
.promo-block-f0 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
