/* 
 * 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.grid_action_9998) — fixed together on mobile */
.module-hot-395c {
    width: 100%;
}

.brown-6e9f {
    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) {
    .module-hot-395c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .brown-6e9f {
        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.icon_e66f. Conta) stay reachable.
     */
    .pagination-eecb .tag_thick_eb67 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .module-hot-395c .pagination-eecb > .tag_thick_eb67 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .module-hot-395c:has(.element_action_e580.fn-show-9524) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .module-hot-395c:has(.element_action_e580.fn-show-9524) .brown-6e9f {
        flex-shrink: 0;
    }

    .module-hot-395c:has(.element_action_e580.fn-show-9524) .pagination-eecb {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .module-hot-395c:has(.element_action_e580.fn-show-9524) .pagination-eecb > .tag_thick_eb67 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .module-hot-395c:has(.element_action_e580.fn-show-9524) .card-copper-2bc4 {
        flex-shrink: 0;
    }

    .module-hot-395c:has(.element_action_e580.fn-show-9524) .element_action_e580.fn-show-9524 {
        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 */
    .pagination-eecb .element_action_e580 .highlight_447a.fn-active-9524 .link_0c05 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .brown-6e9f {
        position: sticky;
        top: 0;
    }
}

.module-hot-395c.element_dark_52c9,
.module-hot-395c.element_dark_52c9 .brown-6e9f {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.video_fluid_b753 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .video_fluid_b753 {
        padding: 0.75rem 0;
    }
}

.main_white_f3f7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.accent_middle_7afd img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .accent_middle_7afd img {
        height: 35px;
    }
}

/* .pagination-eecb / .solid-7964 — inner pages (brown bar); index uses .filter-185d below */

.pagination-eecb:not(.filter-185d) .solid-7964.fn-active-9524 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.block_7cb5 {
    display: flex;
    gap: var(--spacing-md);
}

.banner-c827,
.plasma_403f {
    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) {
    .banner-c827,
    .plasma_403f {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .block_7cb5 {
        gap: 0.5rem;
    }
}

.banner-c827 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.banner-c827:hover {
    background: var(--primary-purple);
    color: white;
}

.plasma_403f {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.plasma_403f:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.breadcrumb_6193 {
    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%;
}

.breadcrumb_6193::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;
}

.breadcrumb_6193::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;
}

.element_0988 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.tag_f81c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.tag_f81c 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);
}

.breadcrumb_6193 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;
}

.over-9be5 {
    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;
}

.over-9be5 strong {
    font-weight: 700;
}

.list-1d45 {
    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);
}

.menu_simple_d936 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.warm-47d3 {
    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);
}

.warm-47d3:hover {
    transform: translateY(-4px);
}

.label_d86b {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.outer-e0a1 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.hot_c5a1 {
    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;
}

.hot_c5a1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.hot_c5a1.gold-6251 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.left_1b19 {
    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);
}

.left_1b19:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.secondary_073d {
    padding: 3rem 1.25rem;
    background: white;
}

.element-hard-9289 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.label-in-5670 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.label-in-5670:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.label-in-5670 img {
    margin-bottom: 1rem;
}

.primary_e222 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.label-in-5670 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.label-in-5670 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 */
.container-3311 {
    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);
}

.accordion_ce84 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.badge_dbfd {
    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);
}

.badge_dbfd h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.badge_dbfd p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.badge_dbfd a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.video-red-6d4e {
    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
   ======================================== */

.tabs-7a8e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.layout-4096 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.block_action_50b4 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.up_54dc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.caption_513e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.caption_513e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.caption_513e.black_53ed {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.caption_513e.black_53ed h3,
.caption_513e.black_53ed p {
    color: white;
}

.gradient_outer_dfab {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.caption_513e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.caption_513e p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.slider_hot_ef82 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.slider_hot_ef82:hover {
    gap: 0.75rem;
}

.caption_513e.black_53ed .slider_hot_ef82 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.accent-77c7 {
    padding: 4rem 1.25rem;
    background: white;
}

.icon_iron_4eb1 {
    text-align: center;
    margin-bottom: 3rem;
}

.box_36a9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.notice-3a02 {
    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%;
}

.notice-3a02:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.focused-c364 {
    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);
}

.message-iron-2173 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.pro-040e {
    padding: 1.5rem;
}

.pro-040e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.pro_1b21 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.component-9e88 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tall-4289,
.component_a767 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.tall-4289 {
    background: #dcfce7;
    color: #166534;
}

.tall-4289.row_d6d8 {
    background: #10b981;
    color: white;
}

.component_a767 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.component_a767.block-0614 {
    background: #fee2e2;
    color: #991b1b;
}

.component_a767.form-wide-5748 {
    background: #fef3c7;
    color: #92400e;
}

.component_a767.narrow_c746 {
    background: #dcfce7;
    color: #166534;
}

.tag_stale_d15f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tag_stale_d15f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.disabled_a9ff {
    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);
}

.disabled_a9ff:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.north-7c8c {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.gas_8efd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.item-5528 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .item-5528 {
        grid-template-columns: 1fr 1fr;
    }
}

.outline-brown-7989 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.filter_active_60ae h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.title-ef66 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.panel-focused-0d59 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.panel_under_67dc {
    font-size: 1rem;
    opacity: 0.9;
}

.filter_active_60ae h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.component-green-b008 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.component-green-b008 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.component-green-b008 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;
}

.component-green-b008 li strong {
    color: var(--primary-purple);
}

.component-green-b008 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.box_dirty_8860 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.wood_5c45 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.primary-pressed-253c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.wood_5c45 .outer-e0a1 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.upper-0d7a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.basic_086b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.basic_086b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.message_e5c2 {
    padding: 4rem 1.25rem;
    background: white;
}

.video-56a8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .video-56a8 {
        grid-template-columns: 1fr 1fr;
    }
}

.badge_5d20 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.content_prev_6678 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.footer_west_0b8c {
    margin-bottom: 1.5rem;
}

.picture_up_47d8 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.heading_hot_6146 {
    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);
}

.layout-south-1551 {
    white-space: nowrap;
}

.hard-1210 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.module_prev_f698 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.accent_05b5 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.accent_05b5:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.tertiary_mini_f6ad {
    font-size: 2rem;
    flex-shrink: 0;
}

.overlay-2564 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.overlay-2564 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.border-north-be2e {
    margin-top: 3rem;
}

.border-north-be2e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.banner_be93 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.banner_be93 thead {
    background: var(--primary-purple);
    color: white;
}

.banner_be93 th,
.banner_be93 td {
    padding: 1rem;
    text-align: left;
}

.banner_be93 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.banner_be93 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.banner_be93 tbody tr:last-child {
    border-bottom: none;
}

.banner_be93 tbody tr:hover {
    background: var(--light-bg);
}

.blue_23aa {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.under-8af8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gallery_0193 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tall-53c5 {
    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);
}

.tall-53c5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.tall-53c5.plasma-0873::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;
}

.border-92c2 {
    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;
}

.text-e562 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.gradient-d557 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.element_3387 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.medium_b303 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.medium_b303 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.medium_b303 p:last-child {
    margin-bottom: 0;
}

.medium_b303 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.article-motion-9931 {
    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;
}

.dynamic_3e15 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.grid_d62d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.grid_d62d .label_d86b {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.grid_d62d .outer-e0a1 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.content_dynamic_7a34 {
    padding: 4rem 1.25rem;
    background: white;
}

.accent-d9fe {
    max-width: 900px;
    margin: 0 auto;
}

.thick_71c8 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.thick_71c8:hover {
    border-color: var(--primary-purple);
}

.thick_71c8[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.thick_71c8 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;
}

.thick_71c8 summary::-webkit-details-marker {
    display: none;
}

.thick_71c8 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.thick_71c8[open] summary::after {
    transform: rotate(45deg);
}

.aside_hot_c84a {
    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);
    }
}

.aside_hot_c84a p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.aside_hot_c84a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.aside_hot_c84a ul,
.aside_hot_c84a ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.aside_hot_c84a li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.aside_hot_c84a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.outline_19bb {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.copper-44be {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.copper-44be th,
.copper-44be td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.copper-44be th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.link-1a76 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.copper_8731 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.detail_medium_e481 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .detail_medium_e481 {
        flex-direction: column;
        text-align: center;
    }
}

.detail_medium_e481 img {
    flex-shrink: 0;
}

.gallery_6203 {
    font-size: 4rem;
    flex-shrink: 0;
}

.summary_4b75 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.summary_4b75 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.tabs-e83a {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.old_d522 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.tertiary_wood_c049 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.tertiary_wood_c049 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.footer_5565 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.active-smooth-3b08 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.card_c9b6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.yellow_9cff h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.yellow_9cff p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.lite-e2fa {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.focus_ecd7 {
    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);
}

.silver_aac2 {
    list-style: none;
}

.silver_aac2 li {
    margin-bottom: 0.75rem;
}

.silver_aac2 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.silver_aac2 a:hover {
    color: white;
}

.active-a50d {
    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;
}

.tabs-3e39 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tabs-3e39 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.article_2ecb {
    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);
}

.column_3051 {
    text-align: right;
}

@media (max-width: 767px) {
    .column_3051 {
        text-align: center;
        width: 100%;
    }
}

.column_3051 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.description_f64a {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.tag_thick_eb67 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.secondary_073d,
.container-3311,
.tabs-7a8e,
.accent-77c7,
.gas_8efd,
.message_e5c2,
.under-8af8,
.content_dynamic_7a34,
.copper_8731,
.old_d522 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .layout-4096 {
        font-size: 1.75rem;
    }
    
    .block_action_50b4 {
        font-size: 1rem;
    }
    
    .box_dirty_8860 {
        flex-direction: column;
    }
    
    .video-56a8 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .box_36a9 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .notice-3a02 {
        max-width: 100%;
    }
    
    .message-iron-2173 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .tag_thick_eb67 {
        padding: 0 1rem;
    }
    
    .breadcrumb_6193 {
        padding: 4rem 1rem 3rem;
    }
    
    .breadcrumb_6193 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .hot_c5a1 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .menu_simple_d936 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .banner_be93,
    .copper-44be {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .element-hard-9289 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .up_54dc {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .gallery_0193 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .breadcrumb_6193 h1 {
        font-size: 1.5rem;
    }
    
    .menu_simple_d936 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .warm-47d3 {
        padding: 0.75rem;
    }
    
    .label_d86b {
        font-size: 1.5rem;
    }
    
    .element-hard-9289 {
        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 */
.notice-3a02:hover,
.caption_513e:hover,
.tall-53c5:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .accent-77c7,
    .under-8af8,
    .content_dynamic_7a34 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.grid_action_9998)
   ======================================== */

.pagination-eecb.filter-185d {
    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;
}

.pagination-eecb.filter-185d .solid-7964 {
    color: #334155;
}

.pagination-eecb.filter-185d .solid-7964:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.pagination-eecb.filter-185d .solid-7964.fn-active-9524 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.pagination-eecb.filter-185d .link_0c05 {
    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);
}

.pagination-eecb.filter-185d .link_0c05::before {
    border-bottom-color: #ffffff;
}

.pagination-eecb.filter-185d .fresh_cc41 {
    color: #475569;
}

.pagination-eecb.filter-185d .fresh_cc41::before {
    background: #818cf8;
}

.pagination-eecb.filter-185d .fresh_cc41:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.pagination-eecb.filter-185d .fresh_cc41:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.pagination-eecb.filter-185d .input_edcc {
    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);
}

.pagination-eecb.filter-185d .input_edcc:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.pagination-eecb.filter-185d .input_edcc span {
    background: #475569;
    box-shadow: none;
}

.pagination-eecb.filter-185d .input_edcc.fn-active-9524 span:nth-child(1),
.pagination-eecb.filter-185d .input_edcc.fn-active-9524 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .pagination-eecb.filter-185d {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .pagination-eecb.filter-185d .card-copper-2bc4 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .pagination-eecb.filter-185d .card-copper-2bc4 span {
        color: #334155 !important;
    }

    .pagination-eecb.filter-185d .element_action_e580 {
        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);
    }

    .pagination-eecb.filter-185d .element_action_e580 .solid-7964 {
        color: #334155;
        text-shadow: none;
    }

    .pagination-eecb.filter-185d .element_action_e580 .solid-7964:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .pagination-eecb.filter-185d .element_action_e580 .solid-7964.wrapper-1064::after {
        color: #64748b;
    }

    .pagination-eecb.filter-185d .element_action_e580 .link_0c05 {
        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) */
    .pagination-eecb.filter-185d .element_action_e580 .highlight_447a.fn-active-9524 .link_0c05 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .pagination-eecb.filter-185d .element_action_e580 .fresh_cc41 {
        color: #475569;
    }

    .pagination-eecb.filter-185d .element_action_e580 .fresh_cc41::before {
        color: #6366f1;
    }

    .pagination-eecb.filter-185d .element_action_e580 .fresh_cc41:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .pagination-eecb.filter-185d .element_action_e580 .fresh_cc41:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .pagination-eecb.filter-185d .element_action_e580 .fresh_cc41:hover::before {
        color: #4f46e5;
    }
}

/* apk.liquid-38ad — mesmo tema claro da home; blocos extras */
body.title-in-5557 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title-in-5557 .active-81ca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title-in-5557 .copper-ee8d {
    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-in-5557 .copper-ee8d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title-in-5557 .copper-ee8d p:last-child {
    margin-bottom: 0;
}

.title-in-5557 .copper-ee8d strong {
    color: var(--text-primary);
}

.title-in-5557 .active_e292 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title-in-5557 .active_e292 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bright-1b6c {
    background: #f8f9fa;
    color: #2c3e50;
}

.bright-1b6c .link-1e8c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bright-1b6c .first-b6dc {
    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);
}

.bright-1b6c .first-b6dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright-1b6c .first-b6dc p:last-child {
    margin-bottom: 0;
}

.bright-1b6c .first-b6dc strong {
    color: var(--text-primary);
}

.bright-1b6c .banner-tiny-44a5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bright-1b6c .banner-tiny-44a5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.smooth_0ffd {
    background: #f8f9fa;
    color: #2c3e50;
}

.smooth_0ffd .preview_wood_801f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.smooth_0ffd .complex_d86d {
    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);
}

.smooth_0ffd .complex_d86d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth_0ffd .complex_d86d p:last-child {
    margin-bottom: 0;
}

.smooth_0ffd .complex_d86d strong {
    color: var(--text-primary);
}

.smooth_0ffd .alert_lower_d642 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.smooth_0ffd .alert_lower_d642 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.medium_ee5c {
    background: #f8f9fa;
    color: #2c3e50;
}

.medium_ee5c .list-dim-b74f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.medium_ee5c .breadcrumb_8568 {
    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);
}

.medium_ee5c .breadcrumb_8568 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.medium_ee5c .breadcrumb_8568 p:last-child {
    margin-bottom: 0;
}

.medium_ee5c .breadcrumb_8568 strong {
    color: var(--text-primary);
}

.medium_ee5c .panel-0d0d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.medium_ee5c .panel-0d0d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.selected-c155 {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected-c155 .banner_141c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected-c155 .copper-dc35 {
    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);
}

.selected-c155 .copper-dc35 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-c155 .copper-dc35 p:last-child {
    margin-bottom: 0;
}

.selected-c155 .copper-dc35 strong {
    color: var(--text-primary);
}

.selected-c155 .media_0577 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected-c155 .media_0577 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.brown-27a3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.brown-27a3 .info_hard_e020 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.brown-27a3 .progress_9ee6 {
    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);
}

.brown-27a3 .progress_9ee6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown-27a3 .progress_9ee6 p:last-child {
    margin-bottom: 0;
}

.brown-27a3 .progress_9ee6 strong {
    color: var(--text-primary);
}

.brown-27a3 .hidden-lite-c6cd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.brown-27a3 .hidden-lite-c6cd 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-clean-6605 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture-clean-6605 .gold-4c18 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture-clean-6605 .tooltip_stone_f089 {
    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-clean-6605 .tooltip_stone_f089 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-clean-6605 .tooltip_stone_f089 p:last-child {
    margin-bottom: 0;
}

.picture-clean-6605 .tooltip_stone_f089 strong {
    color: var(--text-primary);
}

.picture-clean-6605 .disabled_81b4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture-clean-6605 .disabled_81b4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image_iron_2be6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_iron_2be6 .row_cd8a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_iron_2be6 .footer_motion_0471 {
    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);
}

.image_iron_2be6 .footer_motion_0471 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_iron_2be6 .footer_motion_0471 p:last-child {
    margin-bottom: 0;
}

.image_iron_2be6 .footer_motion_0471 strong {
    color: var(--text-primary);
}

.image_iron_2be6 .accent-advanced-fb96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_iron_2be6 .accent-advanced-fb96 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget_smooth_ca90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget_smooth_ca90 .item_f885 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget_smooth_ca90 .pattern_fixed_0103 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.widget_smooth_ca90 .pattern_fixed_0103 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_smooth_ca90 .pattern_fixed_0103 p:last-child {
    margin-bottom: 0;
}

.widget_smooth_ca90 .pattern_fixed_0103 strong {
    color: var(--text-primary);
}

.widget_smooth_ca90 .wrapper_pressed_7eed {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget_smooth_ca90 .wrapper_pressed_7eed img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_up_5374 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_up_5374 .hover-rough-517c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_up_5374 .search-bright-7648 {
    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);
}

.breadcrumb_up_5374 .search-bright-7648 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_up_5374 .search-bright-7648 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_up_5374 .search-bright-7648 strong {
    color: var(--text-primary);
}

.breadcrumb_up_5374 .stale_5db7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_up_5374 .stale_5db7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mini-caf5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini-caf5 .tooltip-9d72 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini-caf5 .advanced-4830 {
    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);
}

.mini-caf5 .advanced-4830 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-caf5 .advanced-4830 p:last-child {
    margin-bottom: 0;
}

.mini-caf5 .advanced-4830 strong {
    color: var(--text-primary);
}

.mini-caf5 .section-upper-5c4c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-caf5 .section-upper-5c4c li {
    margin-bottom: 0.65rem;
}

.mini-caf5 .section-upper-5c4c li:last-child {
    margin-bottom: 0;
}

.mini-caf5 .new_14c1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini-caf5 .new_14c1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_short_a319 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_short_a319 .center_7915 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_short_a319 .mask_3c05 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern_short_a319 .mask_3c05 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_short_a319 .mask_3c05 p:last-child {
    margin-bottom: 0;
}

.pattern_short_a319 .mask_3c05 strong {
    color: var(--text-primary);
}

.pattern_short_a319 .middle-0e72 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_short_a319 .middle-0e72 li {
    margin-bottom: 0.65rem;
}

.pattern_short_a319 .middle-0e72 li:last-child {
    margin-bottom: 0;
}

.pattern_short_a319 .accordion-small-e3e8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_short_a319 .accordion-small-e3e8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-aabd {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-aabd .pro_abf8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-aabd .badge-2a1d {
    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);
}

.thumbnail-aabd .badge-2a1d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-aabd .badge-2a1d p:last-child {
    margin-bottom: 0;
}

.thumbnail-aabd .badge-2a1d strong {
    color: var(--text-primary);
}

.thumbnail-aabd .alert-673f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-aabd .alert-673f li {
    margin-bottom: 0.65rem;
}

.thumbnail-aabd .alert-673f li:last-child {
    margin-bottom: 0;
}

.thumbnail-aabd .menu-75e0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-aabd .menu-75e0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid-4013 {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid-4013 .south_4955 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid-4013 .module_d92d {
    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);
}

.solid-4013 .module_d92d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-4013 .module_d92d p:last-child {
    margin-bottom: 0;
}

.solid-4013 .module_d92d strong {
    color: var(--text-primary);
}

.solid-4013 .header_pressed_c709 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-4013 .header_pressed_c709 li {
    margin-bottom: 0.65rem;
}

.solid-4013 .header_pressed_c709 li:last-child {
    margin-bottom: 0;
}

body.silver_94b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.silver_94b4 .modal_fd6d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.silver_94b4 .backdrop-bright-9ec5 {
    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);
}

.silver_94b4 .backdrop-bright-9ec5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_94b4 .backdrop-bright-9ec5 p:last-child {
    margin-bottom: 0;
}

.silver_94b4 .backdrop-bright-9ec5 strong {
    color: var(--text-primary);
}

.silver_94b4 .tertiary_9f68 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_94b4 .tertiary_9f68 li {
    margin-bottom: 0.65rem;
}

.silver_94b4 .tertiary_9f68 li:last-child {
    margin-bottom: 0;
}

.silver_94b4 .popup-a3b6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.silver_94b4 .popup-a3b6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout_solid_c310 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_solid_c310 .down-f183 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_solid_c310 .main_hard_4cc7 {
    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);
}

.layout_solid_c310 .main_hard_4cc7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_solid_c310 .main_hard_4cc7 p:last-child {
    margin-bottom: 0;
}

.layout_solid_c310 .main_hard_4cc7 strong {
    color: var(--text-primary);
}

.layout_solid_c310 .mini-d82c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_solid_c310 .mini-d82c li {
    margin-bottom: 0.65rem;
}

.layout_solid_c310 .mini-d82c li:last-child {
    margin-bottom: 0;
}

.layout_solid_c310 .caption_daaf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_solid_c310 .caption_daaf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header-gas-aacd {
    background: #f8f9fa;
    color: #2c3e50;
}

.header-gas-aacd .next-23d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header-gas-aacd .center_676d {
    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);
}

.header-gas-aacd .center_676d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-gas-aacd .center_676d p:last-child {
    margin-bottom: 0;
}

.header-gas-aacd .center_676d strong {
    color: var(--text-primary);
}

.header-gas-aacd .fresh_c7a7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-gas-aacd .fresh_c7a7 li {
    margin-bottom: 0.65rem;
}

.header-gas-aacd .fresh_c7a7 li:last-child {
    margin-bottom: 0;
}

.header-gas-aacd .message-narrow-2daf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header-gas-aacd .message-narrow-2daf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.steel-8997 {
    background: #f8f9fa;
    color: #2c3e50;
}

.steel-8997 .logo-pro-f8cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.steel-8997 .shade_6eab {
    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);
}

.steel-8997 .shade_6eab p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel-8997 .shade_6eab p:last-child {
    margin-bottom: 0;
}

.steel-8997 .shade_6eab strong {
    color: var(--text-primary);
}

.steel-8997 .text-center-5de8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel-8997 .text-center-5de8 li {
    margin-bottom: 0.65rem;
}

.steel-8997 .text-center-5de8 li:last-child {
    margin-bottom: 0;
}

.steel-8997 .light-05cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.steel-8997 .light-05cb 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: a419 */
.ghost-box-x7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
