/* 
 * 255bet Main Styles - Optimized for Google 2026 Algorithm
 * Focus: Core Web Vitals, Mobile-First, Accessibility
 */

/* ========================================
   1. CSS Reset & Base Styles
   ======================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

:root {
    /* Color Palette - Modern & Accessible */
    --primary-purple: #667eea;
    --primary-purple-dark: #5568d3;
    --secondary-green: #10b981;
    --secondary-green-dark: #059669;
    --accent-gold: #fbbf24;
    --dark-bg: #1f2937;
    --dark-card: #2d3748;
    --light-bg: #f8f9fa;
    --light-card: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --border-light: #e5e7eb;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    
    /* Typography */
    --font-system: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    
    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    
    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    font-size: var(--font-size-base);
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-system);
    line-height: var(--line-height-base);
    color: var(--text-primary);
    background-color: var(--light-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* ========================================
   2. Accessibility
   ======================================== */

/* Focus Visible for Keyboard Navigation */
:focus-visible {
    outline: 3px solid var(--primary-purple);
    outline-offset: 2px;
}

/* ========================================
   3. Header & Navigation
   ======================================== */

/* Top bar + brown nav (shared.box-lite-f926) — fixed together on mobile */
.widget-mini-deca {
    width: 100%;
}

.item_3008 {
    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) {
    .widget-mini-deca {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .item_3008 {
        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.primary-full-b1d1. Conta) stay reachable.
     */
    .center-1e9c .filter_7623 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .widget-mini-deca .center-1e9c > .filter_7623 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) .item_3008 {
        flex-shrink: 0;
    }

    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) .center-1e9c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) .center-1e9c > .filter_7623 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) .preview-narrow-f157 {
        flex-shrink: 0;
    }

    .widget-mini-deca:has(.grid_lite_d8ff.fn-show-ce97) .grid_lite_d8ff.fn-show-ce97 {
        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-1e9c .grid_lite_d8ff .accordion-cbf6.fn-active-ce97 .banner-82b9 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .item_3008 {
        position: sticky;
        top: 0;
    }
}

.widget-mini-deca.info_2650,
.widget-mini-deca.info_2650 .item_3008 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.bottom_2dbd {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .bottom_2dbd {
        padding: 0.75rem 0;
    }
}

.primary-e3c6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.wrapper_4503 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .wrapper_4503 img {
        height: 35px;
    }
}

/* .center-1e9c / .banner_fluid_a16d — inner pages (brown bar); index uses .shadow-north-cb48 below */

.center-1e9c:not(.shadow-north-cb48) .banner_fluid_a16d.fn-active-ce97 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.box-dark-f6f4 {
    display: flex;
    gap: var(--spacing-md);
}

.tall-f9a3,
.footer_10e3 {
    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) {
    .tall-f9a3,
    .footer_10e3 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .box-dark-f6f4 {
        gap: 0.5rem;
    }
}

.tall-f9a3 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.tall-f9a3:hover {
    background: var(--primary-purple);
    color: white;
}

.footer_10e3 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.footer_10e3:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.advanced_99c1 {
    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%;
}

.advanced_99c1::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;
}

.advanced_99c1::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;
}

.surface-403f {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.nav-45e5 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.nav-45e5 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);
}

.advanced_99c1 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;
}

.notice_4f4c {
    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;
}

.notice_4f4c strong {
    font-weight: 700;
}

.hovered_6b9b {
    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);
}

.dirty_1b0b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.copper_2952 {
    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);
}

.copper_2952:hover {
    transform: translateY(-4px);
}

.message-silver-668b {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.fast-e91e {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.link-66d6 {
    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;
}

.link-66d6:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.link-66d6.focused-0d63 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.tag-e564 {
    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);
}

.tag-e564:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.box_1105 {
    padding: 3rem 1.25rem;
    background: white;
}

.sidebar_ee36 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.purple-ab71 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.purple-ab71:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.purple-ab71 img {
    margin-bottom: 1rem;
}

.focus_fc2f {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.purple-ab71 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.purple-ab71 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 */
.main_top_92f3 {
    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);
}

.paper-5b4e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.banner_c21e {
    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);
}

.banner_c21e h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.banner_c21e p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.banner_c21e a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.silver-0a20 {
    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
   ======================================== */

.logo_a67f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.easy_46bf {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.pagination_left_85cb {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.footer_plasma_a138 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.full-9a37 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.full-9a37:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.full-9a37.disabled-paper-66e3 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.full-9a37.disabled-paper-66e3 h3,
.full-9a37.disabled-paper-66e3 p {
    color: white;
}

.caption_smooth_7e3f {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.full-9a37 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.full-9a37 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.carousel-aec5 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.carousel-aec5:hover {
    gap: 0.75rem;
}

.full-9a37.disabled-paper-66e3 .carousel-aec5 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.frame_blue_0452 {
    padding: 4rem 1.25rem;
    background: white;
}

.alert-9820 {
    text-align: center;
    margin-bottom: 3rem;
}

.highlight_0c73 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.highlight-lite-a206 {
    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%;
}

.highlight-lite-a206:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.panel-55ec {
    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);
}

.caption-smooth-d7a3 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.alert-5135 {
    padding: 1.5rem;
}

.alert-5135 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.label_top_cbdd {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.shadow_basic_5d93 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.main_orange_4a44,
.hero_01ff {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.main_orange_4a44 {
    background: #dcfce7;
    color: #166534;
}

.main_orange_4a44.list-15f7 {
    background: #10b981;
    color: white;
}

.hero_01ff {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.hero_01ff.shade_0144 {
    background: #fee2e2;
    color: #991b1b;
}

.hero_01ff.dropdown_glass_6648 {
    background: #fef3c7;
    color: #92400e;
}

.hero_01ff.focused-6823 {
    background: #dcfce7;
    color: #166534;
}

.hot-9479 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hot-9479 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.huge_4fa0 {
    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);
}

.huge_4fa0:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.active-c5e5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.lower_940f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.accordion-gold-cbb0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .accordion-gold-cbb0 {
        grid-template-columns: 1fr 1fr;
    }
}

.image_bright_efd3 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.over_a229 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.silver-9e7d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.avatar_d861 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.easy_d1c5 {
    font-size: 1rem;
    opacity: 0.9;
}

.over_a229 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.filter-dynamic-b277 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.filter-dynamic-b277 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.filter-dynamic-b277 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;
}

.filter-dynamic-b277 li strong {
    color: var(--primary-purple);
}

.filter-dynamic-b277 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.tabs-74f6 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.picture-tall-c1cb {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.center_70c6 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.picture-tall-c1cb .fast-e91e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.silver_b92b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.focused_e1ea {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.focused_e1ea a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.focused-25e4 {
    padding: 4rem 1.25rem;
    background: white;
}

.column_up_7726 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .column_up_7726 {
        grid-template-columns: 1fr 1fr;
    }
}

.sort-e639 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.form-fixed-8f65 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.tertiary-smooth-ba91 {
    margin-bottom: 1.5rem;
}

.search-966f {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.content_dirty_46e4 {
    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);
}

.gold-209b {
    white-space: nowrap;
}

.texture_9f23 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.pattern_5d07 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fixed_69bf {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.fixed_69bf:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.progress-smooth-ade0 {
    font-size: 2rem;
    flex-shrink: 0;
}

.info-soft-0095 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.info-soft-0095 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.outline-pressed-b491 {
    margin-top: 3rem;
}

.outline-pressed-b491 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fresh_2a33 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.fresh_2a33 thead {
    background: var(--primary-purple);
    color: white;
}

.fresh_2a33 th,
.fresh_2a33 td {
    padding: 1rem;
    text-align: left;
}

.fresh_2a33 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.fresh_2a33 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.fresh_2a33 tbody tr:last-child {
    border-bottom: none;
}

.fresh_2a33 tbody tr:hover {
    background: var(--light-bg);
}

.action-08b8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.carousel-544a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tooltip-5613 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.large-ea70 {
    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);
}

.large-ea70:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.large-ea70.next_0128::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;
}

.purple-951a {
    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;
}

.modal_fresh_a1c8 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.pink_8f44 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.element_49f2 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.module-38ce {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.module-38ce p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.module-38ce p:last-child {
    margin-bottom: 0;
}

.module-38ce strong {
    color: var(--text-primary);
    font-weight: 600;
}

.next_b9a3 {
    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;
}

.fresh_0528 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.simple_4b3a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.simple_4b3a .message-silver-668b {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.simple_4b3a .fast-e91e {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.module_basic_50b8 {
    padding: 4rem 1.25rem;
    background: white;
}

.accent-8e20 {
    max-width: 900px;
    margin: 0 auto;
}

.fixed-8cbb {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.fixed-8cbb:hover {
    border-color: var(--primary-purple);
}

.fixed-8cbb[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.fixed-8cbb 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;
}

.fixed-8cbb summary::-webkit-details-marker {
    display: none;
}

.fixed-8cbb summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.fixed-8cbb[open] summary::after {
    transform: rotate(45deg);
}

.carousel_dark_8e98 {
    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);
    }
}

.carousel_dark_8e98 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.carousel_dark_8e98 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.carousel_dark_8e98 ul,
.carousel_dark_8e98 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.carousel_dark_8e98 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.carousel_dark_8e98 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active-e35e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.column-df2f {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.column-df2f th,
.column-df2f td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.column-df2f th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.bright-aa76 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.preview-e156 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.main-fc08 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main-fc08 {
        flex-direction: column;
        text-align: center;
    }
}

.main-fc08 img {
    flex-shrink: 0;
}

.summary-lower-5390 {
    font-size: 4rem;
    flex-shrink: 0;
}

.mini-29d2 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.mini-29d2 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.gradient_warm_0409 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.hovered_c03a {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.search_motion_271a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.search_motion_271a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.right-bbb9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.active-advanced-dc5c {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.fixed-32af {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.block-0764 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.block-0764 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.green-b4a0 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.pattern_north_6497 {
    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);
}

.block_e5ea {
    list-style: none;
}

.block_e5ea li {
    margin-bottom: 0.75rem;
}

.block_e5ea a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.block_e5ea a:hover {
    color: white;
}

.element_prev_0d4a {
    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;
}

.backdrop-2229 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.backdrop-2229 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.image-df2e {
    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);
}

.paper-dfbd {
    text-align: right;
}

@media (max-width: 767px) {
    .paper-dfbd {
        text-align: center;
        width: 100%;
    }
}

.paper-dfbd p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.widget-bronze-5fa3 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.filter_7623 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.box_1105,
.main_top_92f3,
.logo_a67f,
.frame_blue_0452,
.lower_940f,
.focused-25e4,
.carousel-544a,
.module_basic_50b8,
.preview-e156,
.hovered_c03a {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .easy_46bf {
        font-size: 1.75rem;
    }
    
    .pagination_left_85cb {
        font-size: 1rem;
    }
    
    .tabs-74f6 {
        flex-direction: column;
    }
    
    .column_up_7726 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .highlight_0c73 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .highlight-lite-a206 {
        max-width: 100%;
    }
    
    .caption-smooth-d7a3 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .filter_7623 {
        padding: 0 1rem;
    }
    
    .advanced_99c1 {
        padding: 4rem 1rem 3rem;
    }
    
    .advanced_99c1 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .link-66d6 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dirty_1b0b {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .fresh_2a33,
    .column-df2f {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .sidebar_ee36 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .footer_plasma_a138 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .tooltip-5613 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .advanced_99c1 h1 {
        font-size: 1.5rem;
    }
    
    .dirty_1b0b {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .copper_2952 {
        padding: 0.75rem;
    }
    
    .message-silver-668b {
        font-size: 1.5rem;
    }
    
    .sidebar_ee36 {
        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 */
.highlight-lite-a206:hover,
.full-9a37:hover,
.large-ea70:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .frame_blue_0452,
    .carousel-544a,
    .module_basic_50b8 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.box-lite-f926)
   ======================================== */

.center-1e9c.shadow-north-cb48 {
    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-1e9c.shadow-north-cb48 .banner_fluid_a16d {
    color: #334155;
}

.center-1e9c.shadow-north-cb48 .banner_fluid_a16d: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-1e9c.shadow-north-cb48 .banner_fluid_a16d.fn-active-ce97 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.center-1e9c.shadow-north-cb48 .banner-82b9 {
    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-1e9c.shadow-north-cb48 .banner-82b9::before {
    border-bottom-color: #ffffff;
}

.center-1e9c.shadow-north-cb48 .link-e765 {
    color: #475569;
}

.center-1e9c.shadow-north-cb48 .link-e765::before {
    background: #818cf8;
}

.center-1e9c.shadow-north-cb48 .link-e765:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.center-1e9c.shadow-north-cb48 .link-e765:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.center-1e9c.shadow-north-cb48 .logo_out_90f1 {
    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-1e9c.shadow-north-cb48 .logo_out_90f1:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.center-1e9c.shadow-north-cb48 .logo_out_90f1 span {
    background: #475569;
    box-shadow: none;
}

.center-1e9c.shadow-north-cb48 .logo_out_90f1.fn-active-ce97 span:nth-child(1),
.center-1e9c.shadow-north-cb48 .logo_out_90f1.fn-active-ce97 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .center-1e9c.shadow-north-cb48 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center-1e9c.shadow-north-cb48 .preview-narrow-f157 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center-1e9c.shadow-north-cb48 .preview-narrow-f157 span {
        color: #334155 !important;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff {
        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-1e9c.shadow-north-cb48 .grid_lite_d8ff .banner_fluid_a16d {
        color: #334155;
        text-shadow: none;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .banner_fluid_a16d:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .banner_fluid_a16d.layout-first-7274::after {
        color: #64748b;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .banner-82b9 {
        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-1e9c.shadow-north-cb48 .grid_lite_d8ff .accordion-cbf6.fn-active-ce97 .banner-82b9 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .link-e765 {
        color: #475569;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .link-e765::before {
        color: #6366f1;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .link-e765:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .link-e765:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .center-1e9c.shadow-north-cb48 .grid_lite_d8ff .link-e765:hover::before {
        color: #4f46e5;
    }
}

/* apk.texture_steel_0665 — mesmo tema claro da home; blocos extras */
body.banner-00d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner-00d9 .purple-c9b7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner-00d9 .picture_fb1b {
    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-00d9 .picture_fb1b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner-00d9 .picture_fb1b p:last-child {
    margin-bottom: 0;
}

.banner-00d9 .picture_fb1b strong {
    color: var(--text-primary);
}

.banner-00d9 .container-fb21 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner-00d9 .container-fb21 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out_be96 {
    background: #f8f9fa;
    color: #2c3e50;
}

.out_be96 .slider_afed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out_be96 .old-5a97 {
    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);
}

.out_be96 .old-5a97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_be96 .old-5a97 p:last-child {
    margin-bottom: 0;
}

.out_be96 .old-5a97 strong {
    color: var(--text-primary);
}

.out_be96 .hero_07dc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out_be96 .hero_07dc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.main-fd91 {
    background: #f8f9fa;
    color: #2c3e50;
}

.main-fd91 .tall_d67e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main-fd91 .soft_1b51 {
    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);
}

.main-fd91 .soft_1b51 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main-fd91 .soft_1b51 p:last-child {
    margin-bottom: 0;
}

.main-fd91 .soft_1b51 strong {
    color: var(--text-primary);
}

.main-fd91 .basic-c2c8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.main-fd91 .basic-c2c8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shadow-gas-1502 {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow-gas-1502 .small_606c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow-gas-1502 .paragraph_5b3b {
    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);
}

.shadow-gas-1502 .paragraph_5b3b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow-gas-1502 .paragraph_5b3b p:last-child {
    margin-bottom: 0;
}

.shadow-gas-1502 .paragraph_5b3b strong {
    color: var(--text-primary);
}

.shadow-gas-1502 .nav-8733 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shadow-gas-1502 .nav-8733 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption-hard-e32b {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-hard-e32b .message_387b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-hard-e32b .gradient-first-90b8 {
    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);
}

.caption-hard-e32b .gradient-first-90b8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-hard-e32b .gradient-first-90b8 p:last-child {
    margin-bottom: 0;
}

.caption-hard-e32b .gradient-first-90b8 strong {
    color: var(--text-primary);
}

.caption-hard-e32b .backdrop_fresh_a3dd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-hard-e32b .backdrop_fresh_a3dd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.background_8f56 {
    background: #f8f9fa;
    color: #2c3e50;
}

.background_8f56 .carousel_5dbb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background_8f56 .pagination_722c {
    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);
}

.background_8f56 .pagination_722c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background_8f56 .pagination_722c p:last-child {
    margin-bottom: 0;
}

.background_8f56 .pagination_722c strong {
    color: var(--text-primary);
}

.background_8f56 .glass-d9e9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background_8f56 .glass-d9e9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient-dee5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient-dee5 .video_d3b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient-dee5 .list-ebd4 {
    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);
}

.gradient-dee5 .list-ebd4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient-dee5 .list-ebd4 p:last-child {
    margin-bottom: 0;
}

.gradient-dee5 .list-ebd4 strong {
    color: var(--text-primary);
}

.gradient-dee5 .hard-f8e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient-dee5 .hard-f8e5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-8d67 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-8d67 .form_hovered_2841 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-8d67 .hidden-9692 {
    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);
}

.description-8d67 .hidden-9692 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-8d67 .hidden-9692 p:last-child {
    margin-bottom: 0;
}

.description-8d67 .hidden-9692 strong {
    color: var(--text-primary);
}

.description-8d67 .new-1fd5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-8d67 .new-1fd5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-be8f {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-be8f .border-cc35 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-be8f .under_8673 {
    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-be8f .under_8673 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-be8f .under_8673 p:last-child {
    margin-bottom: 0;
}

.item-be8f .under_8673 strong {
    color: var(--text-primary);
}

.item-be8f .wood_7099 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-be8f .wood_7099 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero_6624 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero_6624 .article_a8d2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero_6624 .accent_9656 {
    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);
}

.hero_6624 .accent_9656 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_6624 .accent_9656 p:last-child {
    margin-bottom: 0;
}

.hero_6624 .accent_9656 strong {
    color: var(--text-primary);
}

.hero_6624 .footer_selected_3acb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero_6624 .footer_selected_3acb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-black-db30 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-black-db30 .sort_5dd5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-black-db30 .up-a07b {
    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);
}

.module-black-db30 .up-a07b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-black-db30 .up-a07b p:last-child {
    margin-bottom: 0;
}

.module-black-db30 .up-a07b strong {
    color: var(--text-primary);
}

.module-black-db30 .tall-4648 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-black-db30 .tall-4648 li {
    margin-bottom: 0.65rem;
}

.module-black-db30 .tall-4648 li:last-child {
    margin-bottom: 0;
}

.module-black-db30 .grid-81d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-black-db30 .grid-81d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus-7933 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-7933 .motion_11e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-7933 .preview_e1fb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus-7933 .preview_e1fb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-7933 .preview_e1fb p:last-child {
    margin-bottom: 0;
}

.focus-7933 .preview_e1fb strong {
    color: var(--text-primary);
}

.focus-7933 .current_d7f8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-7933 .current_d7f8 li {
    margin-bottom: 0.65rem;
}

.focus-7933 .current_d7f8 li:last-child {
    margin-bottom: 0;
}

.focus-7933 .left_e02e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-7933 .left_e02e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress_49f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress_49f1 .plasma_d58a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress_49f1 .logo_dim_80b5 {
    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);
}

.progress_49f1 .logo_dim_80b5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress_49f1 .logo_dim_80b5 p:last-child {
    margin-bottom: 0;
}

.progress_49f1 .logo_dim_80b5 strong {
    color: var(--text-primary);
}

.progress_49f1 .row-9116 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress_49f1 .row-9116 li {
    margin-bottom: 0.65rem;
}

.progress_49f1 .row-9116 li:last-child {
    margin-bottom: 0;
}

.progress_49f1 .menu_inner_d40d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress_49f1 .menu_inner_d40d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool_47cc {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_47cc .tabs-62cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_47cc .form-01de {
    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);
}

.cool_47cc .form-01de p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_47cc .form-01de p:last-child {
    margin-bottom: 0;
}

.cool_47cc .form-01de strong {
    color: var(--text-primary);
}

.cool_47cc .breadcrumb_98c1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_47cc .breadcrumb_98c1 li {
    margin-bottom: 0.65rem;
}

.cool_47cc .breadcrumb_98c1 li:last-child {
    margin-bottom: 0;
}

body.breadcrumb_f1bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_f1bc .sidebar_ae68 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_f1bc .silver_1c5e {
    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_f1bc .silver_1c5e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_f1bc .silver_1c5e p:last-child {
    margin-bottom: 0;
}

.breadcrumb_f1bc .silver_1c5e strong {
    color: var(--text-primary);
}

.breadcrumb_f1bc .photo-hot-6f4a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_f1bc .photo-hot-6f4a li {
    margin-bottom: 0.65rem;
}

.breadcrumb_f1bc .photo-hot-6f4a li:last-child {
    margin-bottom: 0;
}

.breadcrumb_f1bc .stone_87ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_f1bc .stone_87ac img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_370e {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_370e .chip-500e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_370e .tag_next_664f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.active_370e .tag_next_664f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_370e .tag_next_664f p:last-child {
    margin-bottom: 0;
}

.active_370e .tag_next_664f strong {
    color: var(--text-primary);
}

.active_370e .button_fa24 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_370e .button_fa24 li {
    margin-bottom: 0.65rem;
}

.active_370e .button_fa24 li:last-child {
    margin-bottom: 0;
}

.active_370e .column-copper-49fe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_370e .column-copper-49fe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link-5406 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-5406 .brown_1bd7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-5406 .table_dark_4f08 {
    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);
}

.link-5406 .table_dark_4f08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-5406 .table_dark_4f08 p:last-child {
    margin-bottom: 0;
}

.link-5406 .table_dark_4f08 strong {
    color: var(--text-primary);
}

.link-5406 .prev_39c4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-5406 .prev_39c4 li {
    margin-bottom: 0.65rem;
}

.link-5406 .prev_39c4 li:last-child {
    margin-bottom: 0;
}

.link-5406 .cold-349c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-5406 .cold-349c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.surface-3ab4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-3ab4 .mini_d075 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-3ab4 .south-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);
}

.surface-3ab4 .south-8965 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-3ab4 .south-8965 p:last-child {
    margin-bottom: 0;
}

.surface-3ab4 .south-8965 strong {
    color: var(--text-primary);
}

.surface-3ab4 .shadow-mini-2e82 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-3ab4 .shadow-mini-2e82 li {
    margin-bottom: 0.65rem;
}

.surface-3ab4 .shadow-mini-2e82 li:last-child {
    margin-bottom: 0;
}

.surface-3ab4 .liquid-fc85 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-3ab4 .liquid-fc85 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: fad7 */
.promo-block-o6 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
