/* 
 * 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.backdrop-east-418c) — fixed together on mobile */
.liquid-58b5 {
    width: 100%;
}

.image-2216 {
    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) {
    .liquid-58b5 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .image-2216 {
        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.liquid-78f2. Conta) stay reachable.
     */
    .center_1e6c .input_6a21 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .liquid-58b5 .center_1e6c > .input_6a21 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) .image-2216 {
        flex-shrink: 0;
    }

    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) .center_1e6c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) .center_1e6c > .input_6a21 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) .item_plasma_c7aa {
        flex-shrink: 0;
    }

    .liquid-58b5:has(.popup_brown_0cb5.fn-show-191a) .popup_brown_0cb5.fn-show-191a {
        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 */
    .center_1e6c .popup_brown_0cb5 .hover-hot-2dee.fn-active-191a .feature_24f9 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .image-2216 {
        position: sticky;
        top: 0;
    }
}

.liquid-58b5.bright_1596,
.liquid-58b5.bright_1596 .image-2216 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.panel-16a8 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .panel-16a8 {
        padding: 0.75rem 0;
    }
}

.pattern_7ae3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.pagination-iron-293e img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .pagination-iron-293e img {
        height: 35px;
    }
}

/* .center_1e6c / .bottom-f194 — inner pages (brown bar); index uses .light_d9d6 below */

.center_1e6c:not(.light_d9d6) .bottom-f194.fn-active-191a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.smooth_09c7 {
    display: flex;
    gap: var(--spacing-md);
}

.badge_a893,
.bright-45d8 {
    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_a893,
    .bright-45d8 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .smooth_09c7 {
        gap: 0.5rem;
    }
}

.badge_a893 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.badge_a893:hover {
    background: var(--primary-purple);
    color: white;
}

.bright-45d8 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.bright-45d8:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.east_e778 {
    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%;
}

.east_e778::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;
}

.east_e778::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;
}

.east_a34c {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.basic-259a {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.basic-259a 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);
}

.east_e778 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;
}

.picture-7f92 {
    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;
}

.picture-7f92 strong {
    font-weight: 700;
}

.accordion_bf33 {
    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);
}

.wrapper_4e20 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.gradient-1e30 {
    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);
}

.gradient-1e30:hover {
    transform: translateY(-4px);
}

.breadcrumb-5bef {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.icon-166c {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.selected-f53c {
    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;
}

.selected-f53c:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.selected-f53c.iron-11b1 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.secondary_bright_8a23 {
    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);
}

.secondary_bright_8a23:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.aside-basic-5a93 {
    padding: 3rem 1.25rem;
    background: white;
}

.column-1357 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.list_hovered_b1c3 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.list_hovered_b1c3:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.list_hovered_b1c3 img {
    margin-bottom: 1rem;
}

.progress-fa76 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.list_hovered_b1c3 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.list_hovered_b1c3 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 */
.column-cool-063b {
    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);
}

.preview_5dbc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.glass_7f2f {
    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);
}

.glass_7f2f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.glass_7f2f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.glass_7f2f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.form_78d2 {
    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
   ======================================== */

.badge-f098 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.outline-6ae2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.background_3928 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.link_9b80 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.notification-bf8e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.notification-bf8e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.notification-bf8e.banner-dirty-7c48 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.notification-bf8e.banner-dirty-7c48 h3,
.notification-bf8e.banner-dirty-7c48 p {
    color: white;
}

.chip-complex-c1ad {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.notification-bf8e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.notification-bf8e p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.secondary-up-d0a1 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.secondary-up-d0a1:hover {
    gap: 0.75rem;
}

.notification-bf8e.banner-dirty-7c48 .secondary-up-d0a1 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.breadcrumb_ad6f {
    padding: 4rem 1.25rem;
    background: white;
}

.green-e3b6 {
    text-align: center;
    margin-bottom: 3rem;
}

.button-ddce {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.huge-df77 {
    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%;
}

.huge-df77:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.focused_0ee1 {
    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);
}

.static_a7fe {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.button-db64 {
    padding: 1.5rem;
}

.button-db64 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.hard_707a {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.highlight-purple-83ff {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.picture_tiny_d38b,
.form_solid_79fc {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.picture_tiny_d38b {
    background: #dcfce7;
    color: #166534;
}

.picture_tiny_d38b.hover_rough_bb79 {
    background: #10b981;
    color: white;
}

.form_solid_79fc {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.form_solid_79fc.preview_c0cf {
    background: #fee2e2;
    color: #991b1b;
}

.form_solid_79fc.table_bd6a {
    background: #fef3c7;
    color: #92400e;
}

.form_solid_79fc.secondary_c20e {
    background: #dcfce7;
    color: #166534;
}

.text-liquid-c378 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.text-liquid-c378 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.hover-top-d435 {
    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);
}

.hover-top-d435:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.tag-776f {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.modal_hovered_ec51 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.badge_pressed_1dfc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .badge_pressed_1dfc {
        grid-template-columns: 1fr 1fr;
    }
}

.avatar_old_04f1 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.section_simple_2c66 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.banner-f18d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.tall_9628 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.main_ff4d {
    font-size: 1rem;
    opacity: 0.9;
}

.section_simple_2c66 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.chip-aff1 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.chip-aff1 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.chip-aff1 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;
}

.chip-aff1 li strong {
    color: var(--primary-purple);
}

.chip-aff1 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.short_f3da {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.hover_d871 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.solid-7e87 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.hover_d871 .icon-166c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.table_dirty_69f8 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.green-dcff {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.green-dcff a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.current_b1a6 {
    padding: 4rem 1.25rem;
    background: white;
}

.slider_b33f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .slider_b33f {
        grid-template-columns: 1fr 1fr;
    }
}

.tiny-3973 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.row_first_207c {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.brown-a8fd {
    margin-bottom: 1.5rem;
}

.rough-6a6f {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hover_a5f5 {
    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);
}

.header_lower_a90c {
    white-space: nowrap;
}

.chip-db83 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.texture-smooth-439f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.white_f3c1 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.white_f3c1:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.tertiary-motion-f0ed {
    font-size: 2rem;
    flex-shrink: 0;
}

.search-south-058a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.search-south-058a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.component_next_123c {
    margin-top: 3rem;
}

.component_next_123c h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.active_cold_51af {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.active_cold_51af thead {
    background: var(--primary-purple);
    color: white;
}

.active_cold_51af th,
.active_cold_51af td {
    padding: 1rem;
    text-align: left;
}

.active_cold_51af th {
    font-weight: 700;
    font-size: 0.9rem;
}

.active_cold_51af tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.active_cold_51af tbody tr:last-child {
    border-bottom: none;
}

.active_cold_51af tbody tr:hover {
    background: var(--light-bg);
}

.media-0d8a {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.card-brown-e84d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.liquid_9559 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.wood_3972 {
    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);
}

.wood_3972:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.wood_3972.highlight-white-9958::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;
}

.heading-lower-8dcc {
    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;
}

.center_d991 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.progress_a995 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.over_7e0e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description_2365 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.description_2365 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.description_2365 p:last-child {
    margin-bottom: 0;
}

.description_2365 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.avatar_mini_8636 {
    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;
}

.summary-c006 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.rough-505a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.rough-505a .breadcrumb-5bef {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.rough-505a .icon-166c {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.out-9e05 {
    padding: 4rem 1.25rem;
    background: white;
}

.alert-21bd {
    max-width: 900px;
    margin: 0 auto;
}

.sidebar-5f5b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.sidebar-5f5b:hover {
    border-color: var(--primary-purple);
}

.sidebar-5f5b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.sidebar-5f5b 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;
}

.sidebar-5f5b summary::-webkit-details-marker {
    display: none;
}

.sidebar-5f5b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.sidebar-5f5b[open] summary::after {
    transform: rotate(45deg);
}

.in-4dc6 {
    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);
    }
}

.in-4dc6 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.in-4dc6 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.in-4dc6 ul,
.in-4dc6 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.in-4dc6 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.in-4dc6 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.warm_b205 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.rough_e7af {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.rough_e7af th,
.rough_e7af td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.rough_e7af th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.silver_6343 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.progress-ef0a {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.main_motion_b36d {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main_motion_b36d {
        flex-direction: column;
        text-align: center;
    }
}

.main_motion_b36d img {
    flex-shrink: 0;
}

.shadow-07c3 {
    font-size: 4rem;
    flex-shrink: 0;
}

.gas_e528 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.gas_e528 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.sidebar-hovered-ed3b {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.thick-1853 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.outer-56ff h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.outer-56ff > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.pattern_narrow_30b7 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.element_paper_0a3c {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.icon-9c3a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.grid_2f0a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.grid_2f0a p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.warm-5e66 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.input_right_2b7d {
    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);
}

.menu_0325 {
    list-style: none;
}

.menu_0325 li {
    margin-bottom: 0.75rem;
}

.menu_0325 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.menu_0325 a:hover {
    color: white;
}

.list_cool_9953 {
    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;
}

.summary_aac7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary_aac7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.accordion_basic_f215 {
    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);
}

.picture-ea2d {
    text-align: right;
}

@media (max-width: 767px) {
    .picture-ea2d {
        text-align: center;
        width: 100%;
    }
}

.picture-ea2d p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.caption_lite_e298 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.input_6a21 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.aside-basic-5a93,
.column-cool-063b,
.badge-f098,
.breadcrumb_ad6f,
.modal_hovered_ec51,
.current_b1a6,
.card-brown-e84d,
.out-9e05,
.progress-ef0a,
.thick-1853 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .outline-6ae2 {
        font-size: 1.75rem;
    }
    
    .background_3928 {
        font-size: 1rem;
    }
    
    .short_f3da {
        flex-direction: column;
    }
    
    .slider_b33f {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .button-ddce {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .huge-df77 {
        max-width: 100%;
    }
    
    .static_a7fe {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .input_6a21 {
        padding: 0 1rem;
    }
    
    .east_e778 {
        padding: 4rem 1rem 3rem;
    }
    
    .east_e778 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .selected-f53c {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .wrapper_4e20 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .active_cold_51af,
    .rough_e7af {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .column-1357 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .link_9b80 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .liquid_9559 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .east_e778 h1 {
        font-size: 1.5rem;
    }
    
    .wrapper_4e20 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .gradient-1e30 {
        padding: 0.75rem;
    }
    
    .breadcrumb-5bef {
        font-size: 1.5rem;
    }
    
    .column-1357 {
        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 */
.huge-df77:hover,
.notification-bf8e:hover,
.wood_3972:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .breadcrumb_ad6f,
    .card-brown-e84d,
    .out-9e05 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.backdrop-east-418c)
   ======================================== */

.center_1e6c.light_d9d6 {
    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;
}

.center_1e6c.light_d9d6 .bottom-f194 {
    color: #334155;
}

.center_1e6c.light_d9d6 .bottom-f194:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.center_1e6c.light_d9d6 .bottom-f194.fn-active-191a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.center_1e6c.light_d9d6 .feature_24f9 {
    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);
}

.center_1e6c.light_d9d6 .feature_24f9::before {
    border-bottom-color: #ffffff;
}

.center_1e6c.light_d9d6 .pattern_plasma_755d {
    color: #475569;
}

.center_1e6c.light_d9d6 .pattern_plasma_755d::before {
    background: #818cf8;
}

.center_1e6c.light_d9d6 .pattern_plasma_755d:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.center_1e6c.light_d9d6 .pattern_plasma_755d:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.center_1e6c.light_d9d6 .tag_clean_3648 {
    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);
}

.center_1e6c.light_d9d6 .tag_clean_3648:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.center_1e6c.light_d9d6 .tag_clean_3648 span {
    background: #475569;
    box-shadow: none;
}

.center_1e6c.light_d9d6 .tag_clean_3648.fn-active-191a span:nth-child(1),
.center_1e6c.light_d9d6 .tag_clean_3648.fn-active-191a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .center_1e6c.light_d9d6 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center_1e6c.light_d9d6 .item_plasma_c7aa {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center_1e6c.light_d9d6 .item_plasma_c7aa span {
        color: #334155 !important;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 {
        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);
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .bottom-f194 {
        color: #334155;
        text-shadow: none;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .bottom-f194:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .bottom-f194.title-out-4d12::after {
        color: #64748b;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .feature_24f9 {
        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) */
    .center_1e6c.light_d9d6 .popup_brown_0cb5 .hover-hot-2dee.fn-active-191a .feature_24f9 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .pattern_plasma_755d {
        color: #475569;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .pattern_plasma_755d::before {
        color: #6366f1;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .pattern_plasma_755d:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .pattern_plasma_755d:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .center_1e6c.light_d9d6 .popup_brown_0cb5 .pattern_plasma_755d:hover::before {
        color: #4f46e5;
    }
}

/* apk.mask-2655 — mesmo tema claro da home; blocos extras */
body.item_00fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.item_00fc .chip-552d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item_00fc .title-a106 {
    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_00fc .title-a106 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item_00fc .title-a106 p:last-child {
    margin-bottom: 0;
}

.item_00fc .title-a106 strong {
    color: var(--text-primary);
}

.item_00fc .pattern-dad2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item_00fc .pattern-dad2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container-pressed-527a {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-pressed-527a .message-41be {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-pressed-527a .outer_313f {
    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);
}

.container-pressed-527a .outer_313f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-pressed-527a .outer_313f p:last-child {
    margin-bottom: 0;
}

.container-pressed-527a .outer_313f strong {
    color: var(--text-primary);
}

.container-pressed-527a .old-f233 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-pressed-527a .old-f233 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.rough-dc98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.rough-dc98 .north_b869 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.rough-dc98 .paragraph_53dd {
    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);
}

.rough-dc98 .paragraph_53dd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough-dc98 .paragraph_53dd p:last-child {
    margin-bottom: 0;
}

.rough-dc98 .paragraph_53dd strong {
    color: var(--text-primary);
}

.rough-dc98 .banner-3f3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.rough-dc98 .banner-3f3d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop-d24b {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop-d24b .form_d68d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop-d24b .heading_pro_925f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.backdrop-d24b .heading_pro_925f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop-d24b .heading_pro_925f p:last-child {
    margin-bottom: 0;
}

.backdrop-d24b .heading_pro_925f strong {
    color: var(--text-primary);
}

.backdrop-d24b .hero_slow_9553 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop-d24b .hero_slow_9553 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion-48e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion-48e8 .list-0008 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion-48e8 .feature-8575 {
    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);
}

.accordion-48e8 .feature-8575 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-48e8 .feature-8575 p:last-child {
    margin-bottom: 0;
}

.accordion-48e8 .feature-8575 strong {
    color: var(--text-primary);
}

.accordion-48e8 .list_a886 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion-48e8 .list_a886 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outer-5799 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer-5799 .layout-d480 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer-5799 .fresh-2986 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.outer-5799 .fresh-2986 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer-5799 .fresh-2986 p:last-child {
    margin-bottom: 0;
}

.outer-5799 .fresh-2986 strong {
    color: var(--text-primary);
}

.outer-5799 .under-5f6c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer-5799 .under-5f6c 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_full_1273 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_full_1273 .pagination-static-d03c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_full_1273 .column_glass_65e8 {
    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_full_1273 .column_glass_65e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_full_1273 .column_glass_65e8 p:last-child {
    margin-bottom: 0;
}

.picture_full_1273 .column_glass_65e8 strong {
    color: var(--text-primary);
}

.picture_full_1273 .video-1465 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_full_1273 .video-1465 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-d008 {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-d008 .right-c6dc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-d008 .badge-8965 {
    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-d008 .badge-8965 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-d008 .badge-8965 p:last-child {
    margin-bottom: 0;
}

.component-d008 .badge-8965 strong {
    color: var(--text-primary);
}

.component-d008 .action-cb78 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-d008 .action-cb78 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip-4586 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip-4586 .fluid-15a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip-4586 .detail-09f7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip-4586 .detail-09f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-4586 .detail-09f7 p:last-child {
    margin-bottom: 0;
}

.chip-4586 .detail-09f7 strong {
    color: var(--text-primary);
}

.chip-4586 .layout_inner_13f3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip-4586 .layout_inner_13f3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.large-4b65 {
    background: #f8f9fa;
    color: #2c3e50;
}

.large-4b65 .input_6030 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.large-4b65 .card-white-2548 {
    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);
}

.large-4b65 .card-white-2548 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.large-4b65 .card-white-2548 p:last-child {
    margin-bottom: 0;
}

.large-4b65 .card-white-2548 strong {
    color: var(--text-primary);
}

.large-4b65 .background-in-701b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.large-4b65 .background-in-701b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-next-ee1a {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-next-ee1a .clean_20dd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-next-ee1a .content_ee9c {
    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);
}

.sidebar-next-ee1a .content_ee9c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-next-ee1a .content_ee9c p:last-child {
    margin-bottom: 0;
}

.sidebar-next-ee1a .content_ee9c strong {
    color: var(--text-primary);
}

.sidebar-next-ee1a .list_7ff4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-next-ee1a .list_7ff4 li {
    margin-bottom: 0.65rem;
}

.sidebar-next-ee1a .list_7ff4 li:last-child {
    margin-bottom: 0;
}

.sidebar-next-ee1a .over_1b8b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-next-ee1a .over_1b8b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_a819 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_a819 .badge-under-ee63 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_a819 .upper_465b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter_a819 .upper_465b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_a819 .upper_465b p:last-child {
    margin-bottom: 0;
}

.filter_a819 .upper_465b strong {
    color: var(--text-primary);
}

.filter_a819 .item-simple-c46a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_a819 .item-simple-c46a li {
    margin-bottom: 0.65rem;
}

.filter_a819 .item-simple-c46a li:last-child {
    margin-bottom: 0;
}

.filter_a819 .brown-6c4b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter_a819 .brown-6c4b 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-huge-22d5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-huge-22d5 .detail_brown_9f07 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-huge-22d5 .highlight-8ae3 {
    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-huge-22d5 .highlight-8ae3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-huge-22d5 .highlight-8ae3 p:last-child {
    margin-bottom: 0;
}

.banner-huge-22d5 .highlight-8ae3 strong {
    color: var(--text-primary);
}

.banner-huge-22d5 .soft-ee25 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-huge-22d5 .soft-ee25 li {
    margin-bottom: 0.65rem;
}

.banner-huge-22d5 .soft-ee25 li:last-child {
    margin-bottom: 0;
}

.banner-huge-22d5 .avatar_4ac7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-huge-22d5 .avatar_4ac7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-new-013e {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-new-013e .content_6177 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-new-013e .gradient_63a7 {
    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);
}

.disabled-new-013e .gradient_63a7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-new-013e .gradient_63a7 p:last-child {
    margin-bottom: 0;
}

.disabled-new-013e .gradient_63a7 strong {
    color: var(--text-primary);
}

.disabled-new-013e .gradient_first_2125 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-new-013e .gradient_first_2125 li {
    margin-bottom: 0.65rem;
}

.disabled-new-013e .gradient_first_2125 li:last-child {
    margin-bottom: 0;
}

body.media-out-ea57 {
    background: #f8f9fa;
    color: #2c3e50;
}

.media-out-ea57 .cold_9711 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media-out-ea57 .green-efe9 {
    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-out-ea57 .green-efe9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-out-ea57 .green-efe9 p:last-child {
    margin-bottom: 0;
}

.media-out-ea57 .green-efe9 strong {
    color: var(--text-primary);
}

.media-out-ea57 .backdrop_pink_8b69 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-out-ea57 .backdrop_pink_8b69 li {
    margin-bottom: 0.65rem;
}

.media-out-ea57 .backdrop_pink_8b69 li:last-child {
    margin-bottom: 0;
}

.media-out-ea57 .left_4041 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media-out-ea57 .left_4041 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content_brown_9b8d {
    background: #f8f9fa;
    color: #2c3e50;
}

.content_brown_9b8d .search-warm-b989 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content_brown_9b8d .small_09a0 {
    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);
}

.content_brown_9b8d .small_09a0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_brown_9b8d .small_09a0 p:last-child {
    margin-bottom: 0;
}

.content_brown_9b8d .small_09a0 strong {
    color: var(--text-primary);
}

.content_brown_9b8d .glass-61df {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_brown_9b8d .glass-61df li {
    margin-bottom: 0.65rem;
}

.content_brown_9b8d .glass-61df li:last-child {
    margin-bottom: 0;
}

.content_brown_9b8d .message-hard-3063 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content_brown_9b8d .message-hard-3063 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.center-1dbf {
    background: #f8f9fa;
    color: #2c3e50;
}

.center-1dbf .old-26e1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center-1dbf .outer-531a {
    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);
}

.center-1dbf .outer-531a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-1dbf .outer-531a p:last-child {
    margin-bottom: 0;
}

.center-1dbf .outer-531a strong {
    color: var(--text-primary);
}

.center-1dbf .bronze_3d26 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-1dbf .bronze_3d26 li {
    margin-bottom: 0.65rem;
}

.center-1dbf .bronze_3d26 li:last-child {
    margin-bottom: 0;
}

.center-1dbf .hero-selected-1d98 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center-1dbf .hero-selected-1d98 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.new-0792 {
    background: #f8f9fa;
    color: #2c3e50;
}

.new-0792 .silver-19f0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.new-0792 .dynamic_bb19 {
    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);
}

.new-0792 .dynamic_bb19 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new-0792 .dynamic_bb19 p:last-child {
    margin-bottom: 0;
}

.new-0792 .dynamic_bb19 strong {
    color: var(--text-primary);
}

.new-0792 .secondary-bronze-debe {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new-0792 .secondary-bronze-debe li {
    margin-bottom: 0.65rem;
}

.new-0792 .secondary-bronze-debe li:last-child {
    margin-bottom: 0;
}

.new-0792 .footer_9549 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.new-0792 .footer_9549 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: 1242 */
.shadow-element-m2 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
