/* 
 * 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.filter-42b5) — fixed together on mobile */
.narrow-b7e8 {
    width: 100%;
}

.bright_6583 {
    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) {
    .narrow-b7e8 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .bright_6583 {
        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.inner_05c3. Conta) stay reachable.
     */
    .list_under_597b .container_inner_346f {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .narrow-b7e8 .list_under_597b > .container_inner_346f {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .narrow-b7e8:has(.status-9181.fn-show-eb9a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .narrow-b7e8:has(.status-9181.fn-show-eb9a) .bright_6583 {
        flex-shrink: 0;
    }

    .narrow-b7e8:has(.status-9181.fn-show-eb9a) .list_under_597b {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .narrow-b7e8:has(.status-9181.fn-show-eb9a) .list_under_597b > .container_inner_346f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .narrow-b7e8:has(.status-9181.fn-show-eb9a) .modal-fast-3f78 {
        flex-shrink: 0;
    }

    .narrow-b7e8:has(.status-9181.fn-show-eb9a) .status-9181.fn-show-eb9a {
        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 */
    .list_under_597b .status-9181 .media_2b68.fn-active-eb9a .footer-pink-2124 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .bright_6583 {
        position: sticky;
        top: 0;
    }
}

.narrow-b7e8.bottom_4422,
.narrow-b7e8.bottom_4422 .bright_6583 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.section-east-dce5 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .section-east-dce5 {
        padding: 0.75rem 0;
    }
}

.chip-fixed-9559 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tag-a1ef img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tag-a1ef img {
        height: 35px;
    }
}

/* .list_under_597b / .hovered-ee7b — inner pages (brown bar); index uses .shade-east-da2c below */

.list_under_597b:not(.shade-east-da2c) .hovered-ee7b.fn-active-eb9a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.tall_db24 {
    display: flex;
    gap: var(--spacing-md);
}

.media-4aec,
.copper_e353 {
    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) {
    .media-4aec,
    .copper_e353 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .tall_db24 {
        gap: 0.5rem;
    }
}

.media-4aec {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.media-4aec:hover {
    background: var(--primary-purple);
    color: white;
}

.copper_e353 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.copper_e353:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.tall-6fc6 {
    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%;
}

.tall-6fc6::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;
}

.tall-6fc6::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;
}

.carousel_62e8 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.tabs-aa1d {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.tabs-aa1d 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);
}

.tall-6fc6 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;
}

.alert-east-0a25 {
    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;
}

.alert-east-0a25 strong {
    font-weight: 700;
}

.middle-b658 {
    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);
}

.bottom-e5e2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.tall-9454 {
    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);
}

.tall-9454:hover {
    transform: translateY(-4px);
}

.under_4a75 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.form_light_ba02 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tooltip-center-b80c {
    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;
}

.tooltip-center-b80c:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tooltip-center-b80c.panel-590b {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.link_4506 {
    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);
}

.link_4506:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.focused_ab40 {
    padding: 3rem 1.25rem;
    background: white;
}

.wrapper_34cc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.inner-ba93 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.inner-ba93:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.inner-ba93 img {
    margin-bottom: 1rem;
}

.description_warm_4bab {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.inner-ba93 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.inner-ba93 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 */
.backdrop_plasma_2641 {
    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);
}

.green_42b6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.notice_aa9c {
    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);
}

.notice_aa9c h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.notice_aa9c p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.notice_aa9c a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.filter_6e25 {
    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
   ======================================== */

.dark-3554 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer_310e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.active_b672 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.clean-f4cd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.widget_tall_98fb {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.widget_tall_98fb:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.widget_tall_98fb.hard_77bc {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.widget_tall_98fb.hard_77bc h3,
.widget_tall_98fb.hard_77bc p {
    color: white;
}

.main-cool-b0c1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.widget_tall_98fb h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.widget_tall_98fb p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tag-center-6330 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.tag-center-6330:hover {
    gap: 0.75rem;
}

.widget_tall_98fb.hard_77bc .tag-center-6330 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.progress-2d3c {
    padding: 4rem 1.25rem;
    background: white;
}

.preview_left_424f {
    text-align: center;
    margin-bottom: 3rem;
}

.cold_733c {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.filter-6ee0 {
    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%;
}

.filter-6ee0:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.paragraph-lite-6149 {
    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);
}

.tertiary-69ef {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.fresh-8172 {
    padding: 1.5rem;
}

.fresh-8172 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.complex-9034 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav_81bb {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.filter_8ed1,
.yellow-f51a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.filter_8ed1 {
    background: #dcfce7;
    color: #166534;
}

.filter_8ed1.label_1514 {
    background: #10b981;
    color: white;
}

.yellow-f51a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.yellow-f51a.status_in_4e52 {
    background: #fee2e2;
    color: #991b1b;
}

.yellow-f51a.dynamic_6339 {
    background: #fef3c7;
    color: #92400e;
}

.yellow-f51a.picture_upper_d335 {
    background: #dcfce7;
    color: #166534;
}

.wrapper-6451 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wrapper-6451 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.media-liquid-0d7b {
    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);
}

.media-liquid-0d7b:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.content-ee28 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.primary_3509 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.narrow-1c0e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .narrow-1c0e {
        grid-template-columns: 1fr 1fr;
    }
}

.menu_eb95 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.breadcrumb_6eb8 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.input_b8a0 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.banner-light-679f {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tag-74ca {
    font-size: 1rem;
    opacity: 0.9;
}

.breadcrumb_6eb8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tooltip-6864 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.tooltip-6864 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.tooltip-6864 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;
}

.tooltip-6864 li strong {
    color: var(--primary-purple);
}

.tooltip-6864 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.notification-a0b2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.over_a738 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.heading-bright-391e {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.over_a738 .form_light_ba02 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.white-b1d4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.brown_859c {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.brown_859c a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.light_4089 {
    padding: 4rem 1.25rem;
    background: white;
}

.black_6048 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .black_6048 {
        grid-template-columns: 1fr 1fr;
    }
}

.card_narrow_368d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.simple-a62a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.shade-3033 {
    margin-bottom: 1.5rem;
}

.column_03cb {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.pressed-10d5 {
    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);
}

.notice_cool_d43b {
    white-space: nowrap;
}

.action_8d48 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.primary-9ca6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.selected-1651 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.selected-1651:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.caption-dd5d {
    font-size: 2rem;
    flex-shrink: 0;
}

.footer_purple_0cd7 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.footer_purple_0cd7 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.purple_f3dc {
    margin-top: 3rem;
}

.purple_f3dc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.left-bebf {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.left-bebf thead {
    background: var(--primary-purple);
    color: white;
}

.left-bebf th,
.left-bebf td {
    padding: 1rem;
    text-align: left;
}

.left-bebf th {
    font-weight: 700;
    font-size: 0.9rem;
}

.left-bebf tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.left-bebf tbody tr:last-child {
    border-bottom: none;
}

.left-bebf tbody tr:hover {
    background: var(--light-bg);
}

.module-full-16f8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.form_pressed_b074 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.widget-south-4b50 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.yellow_3980 {
    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);
}

.yellow_3980:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.yellow_3980.link-orange-114e::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;
}

.photo-47d1 {
    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;
}

.notification_4f27 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.soft-fdd8 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.column-4faf {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.label_focused_1d08 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.label_focused_1d08 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.label_focused_1d08 p:last-child {
    margin-bottom: 0;
}

.label_focused_1d08 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active-5095 {
    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;
}

.caption-light-3d06 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.component-green-bb77 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.component-green-bb77 .under_4a75 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.component-green-bb77 .form_light_ba02 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.search-right-9b3b {
    padding: 4rem 1.25rem;
    background: white;
}

.header-under-8aa5 {
    max-width: 900px;
    margin: 0 auto;
}

.bright_2ca0 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.bright_2ca0:hover {
    border-color: var(--primary-purple);
}

.bright_2ca0[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.bright_2ca0 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;
}

.bright_2ca0 summary::-webkit-details-marker {
    display: none;
}

.bright_2ca0 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.bright_2ca0[open] summary::after {
    transform: rotate(45deg);
}

.simple-9fda {
    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);
    }
}

.simple-9fda p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.simple-9fda h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.simple-9fda ul,
.simple-9fda ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.simple-9fda li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.simple-9fda strong {
    color: var(--text-primary);
    font-weight: 600;
}

.overlay_plasma_bed4 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.thumbnail-cool-d886 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.thumbnail-cool-d886 th,
.thumbnail-cool-d886 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.thumbnail-cool-d886 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.wide-c910 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.backdrop-dae5 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.focus-plasma-dff7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .focus-plasma-dff7 {
        flex-direction: column;
        text-align: center;
    }
}

.focus-plasma-dff7 img {
    flex-shrink: 0;
}

.basic-8d26 {
    font-size: 4rem;
    flex-shrink: 0;
}

.tabs_51d1 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tabs_51d1 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.heading_light_9eb4 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.plasma_7021 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.link_center_9271 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.link_center_9271 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.link_tiny_99a4 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.block-d076 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.media-c57d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.row-tall-08b5 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.row-tall-08b5 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.avatar_gold_1e2b {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.form-black-8628 {
    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);
}

.article_bronze_e099 {
    list-style: none;
}

.article_bronze_e099 li {
    margin-bottom: 0.75rem;
}

.article_bronze_e099 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.article_bronze_e099 a:hover {
    color: white;
}

.carousel_892f {
    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;
}

.media-6de8 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.media-6de8 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.menu_4c42 {
    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);
}

.border_b9fe {
    text-align: right;
}

@media (max-width: 767px) {
    .border_b9fe {
        text-align: center;
        width: 100%;
    }
}

.border_b9fe p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.pagination_aee8 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.container_inner_346f {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.focused_ab40,
.backdrop_plasma_2641,
.dark-3554,
.progress-2d3c,
.primary_3509,
.light_4089,
.form_pressed_b074,
.search-right-9b3b,
.backdrop-dae5,
.plasma_7021 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .footer_310e {
        font-size: 1.75rem;
    }
    
    .active_b672 {
        font-size: 1rem;
    }
    
    .notification-a0b2 {
        flex-direction: column;
    }
    
    .black_6048 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .cold_733c {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .filter-6ee0 {
        max-width: 100%;
    }
    
    .tertiary-69ef {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .container_inner_346f {
        padding: 0 1rem;
    }
    
    .tall-6fc6 {
        padding: 4rem 1rem 3rem;
    }
    
    .tall-6fc6 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tooltip-center-b80c {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .bottom-e5e2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .left-bebf,
    .thumbnail-cool-d886 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .wrapper_34cc {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .clean-f4cd {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .widget-south-4b50 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .tall-6fc6 h1 {
        font-size: 1.5rem;
    }
    
    .bottom-e5e2 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .tall-9454 {
        padding: 0.75rem;
    }
    
    .under_4a75 {
        font-size: 1.5rem;
    }
    
    .wrapper_34cc {
        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 */
.filter-6ee0:hover,
.widget_tall_98fb:hover,
.yellow_3980:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .progress-2d3c,
    .form_pressed_b074,
    .search-right-9b3b {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.filter-42b5)
   ======================================== */

.list_under_597b.shade-east-da2c {
    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;
}

.list_under_597b.shade-east-da2c .hovered-ee7b {
    color: #334155;
}

.list_under_597b.shade-east-da2c .hovered-ee7b:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.list_under_597b.shade-east-da2c .hovered-ee7b.fn-active-eb9a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.list_under_597b.shade-east-da2c .footer-pink-2124 {
    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);
}

.list_under_597b.shade-east-da2c .footer-pink-2124::before {
    border-bottom-color: #ffffff;
}

.list_under_597b.shade-east-da2c .tag_eb87 {
    color: #475569;
}

.list_under_597b.shade-east-da2c .tag_eb87::before {
    background: #818cf8;
}

.list_under_597b.shade-east-da2c .tag_eb87:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.list_under_597b.shade-east-da2c .tag_eb87:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.list_under_597b.shade-east-da2c .caption-clean-745f {
    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);
}

.list_under_597b.shade-east-da2c .caption-clean-745f:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.list_under_597b.shade-east-da2c .caption-clean-745f span {
    background: #475569;
    box-shadow: none;
}

.list_under_597b.shade-east-da2c .caption-clean-745f.fn-active-eb9a span:nth-child(1),
.list_under_597b.shade-east-da2c .caption-clean-745f.fn-active-eb9a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .list_under_597b.shade-east-da2c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .list_under_597b.shade-east-da2c .modal-fast-3f78 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .list_under_597b.shade-east-da2c .modal-fast-3f78 span {
        color: #334155 !important;
    }

    .list_under_597b.shade-east-da2c .status-9181 {
        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);
    }

    .list_under_597b.shade-east-da2c .status-9181 .hovered-ee7b {
        color: #334155;
        text-shadow: none;
    }

    .list_under_597b.shade-east-da2c .status-9181 .hovered-ee7b:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .list_under_597b.shade-east-da2c .status-9181 .hovered-ee7b.black_d8e7::after {
        color: #64748b;
    }

    .list_under_597b.shade-east-da2c .status-9181 .footer-pink-2124 {
        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) */
    .list_under_597b.shade-east-da2c .status-9181 .media_2b68.fn-active-eb9a .footer-pink-2124 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .list_under_597b.shade-east-da2c .status-9181 .tag_eb87 {
        color: #475569;
    }

    .list_under_597b.shade-east-da2c .status-9181 .tag_eb87::before {
        color: #6366f1;
    }

    .list_under_597b.shade-east-da2c .status-9181 .tag_eb87:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .list_under_597b.shade-east-da2c .status-9181 .tag_eb87:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .list_under_597b.shade-east-da2c .status-9181 .tag_eb87:hover::before {
        color: #4f46e5;
    }
}

/* apk.pink-8137 — mesmo tema claro da home; blocos extras */
body.north-05c7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.north-05c7 .row-yellow-cc25 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north-05c7 .pagination-last-6720 {
    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);
}

.north-05c7 .pagination-last-6720 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-05c7 .pagination-last-6720 p:last-child {
    margin-bottom: 0;
}

.north-05c7 .pagination-last-6720 strong {
    color: var(--text-primary);
}

.north-05c7 .icon-d9e9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north-05c7 .icon-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.carousel_48ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_48ef .block_8879 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_48ef .component_6073 {
    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);
}

.carousel_48ef .component_6073 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_48ef .component_6073 p:last-child {
    margin-bottom: 0;
}

.carousel_48ef .component_6073 strong {
    color: var(--text-primary);
}

.carousel_48ef .tabs_972f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_48ef .tabs_972f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title_de55 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title_de55 .pagination-1626 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title_de55 .icon-d5cc {
    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_de55 .icon-d5cc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title_de55 .icon-d5cc p:last-child {
    margin-bottom: 0;
}

.title_de55 .icon-d5cc strong {
    color: var(--text-primary);
}

.title_de55 .carousel_6c06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title_de55 .carousel_6c06 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.center_b209 {
    background: #f8f9fa;
    color: #2c3e50;
}

.center_b209 .left_3bc2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center_b209 .tag_8960 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.center_b209 .tag_8960 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center_b209 .tag_8960 p:last-child {
    margin-bottom: 0;
}

.center_b209 .tag_8960 strong {
    color: var(--text-primary);
}

.center_b209 .heading_outer_fe5e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center_b209 .heading_outer_fe5e 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-5405 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-5405 .grid_e5b3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-5405 .panel-wood-792f {
    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-5405 .panel-wood-792f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-5405 .panel-wood-792f p:last-child {
    margin-bottom: 0;
}

.thumbnail-5405 .panel-wood-792f strong {
    color: var(--text-primary);
}

.thumbnail-5405 .label-721a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-5405 .label-721a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card-0bab {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-0bab .top-e03e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-0bab .form_green_df48 {
    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);
}

.card-0bab .form_green_df48 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-0bab .form_green_df48 p:last-child {
    margin-bottom: 0;
}

.card-0bab .form_green_df48 strong {
    color: var(--text-primary);
}

.card-0bab .full_b098 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-0bab .full_b098 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter-up-2daa {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-up-2daa .feature_outer_16af {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-up-2daa .west_a8ec {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter-up-2daa .west_a8ec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-up-2daa .west_a8ec p:last-child {
    margin-bottom: 0;
}

.filter-up-2daa .west_a8ec strong {
    color: var(--text-primary);
}

.filter-up-2daa .main-bottom-d62c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-up-2daa .main-bottom-d62c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content_bbef {
    background: #f8f9fa;
    color: #2c3e50;
}

.content_bbef .iron_56c5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content_bbef .backdrop-wood-b95d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.content_bbef .backdrop-wood-b95d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_bbef .backdrop-wood-b95d p:last-child {
    margin-bottom: 0;
}

.content_bbef .backdrop-wood-b95d strong {
    color: var(--text-primary);
}

.content_bbef .hard_02d9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content_bbef .hard_02d9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-last-44b8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-last-44b8 .element-7a63 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-last-44b8 .hero-down-f67a {
    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);
}

.secondary-last-44b8 .hero-down-f67a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-last-44b8 .hero-down-f67a p:last-child {
    margin-bottom: 0;
}

.secondary-last-44b8 .hero-down-f67a strong {
    color: var(--text-primary);
}

.secondary-last-44b8 .focus-simple-a631 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-last-44b8 .focus-simple-a631 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-36dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-36dd .form-7369 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-36dd .feature-middle-3b04 {
    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-36dd .feature-middle-3b04 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-36dd .feature-middle-3b04 p:last-child {
    margin-bottom: 0;
}

.surface-36dd .feature-middle-3b04 strong {
    color: var(--text-primary);
}

.surface-36dd .filter-c7de {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-36dd .filter-c7de img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pressed_667b {
    background: #f8f9fa;
    color: #2c3e50;
}

.pressed_667b .simple-d089 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pressed_667b .disabled-ff15 {
    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);
}

.pressed_667b .disabled-ff15 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pressed_667b .disabled-ff15 p:last-child {
    margin-bottom: 0;
}

.pressed_667b .disabled-ff15 strong {
    color: var(--text-primary);
}

.pressed_667b .layout_bc6f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pressed_667b .layout_bc6f li {
    margin-bottom: 0.65rem;
}

.pressed_667b .layout_bc6f li:last-child {
    margin-bottom: 0;
}

.pressed_667b .silver-deb4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pressed_667b .silver-deb4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-liquid-ce32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-liquid-ce32 .stone_c6fe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-liquid-ce32 .message_c050 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled-liquid-ce32 .message_c050 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-liquid-ce32 .message_c050 p:last-child {
    margin-bottom: 0;
}

.disabled-liquid-ce32 .message_c050 strong {
    color: var(--text-primary);
}

.disabled-liquid-ce32 .hero_hard_2ba5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-liquid-ce32 .hero_hard_2ba5 li {
    margin-bottom: 0.65rem;
}

.disabled-liquid-ce32 .hero_hard_2ba5 li:last-child {
    margin-bottom: 0;
}

.disabled-liquid-ce32 .grid-2702 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-liquid-ce32 .grid-2702 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.prev_4bf4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.prev_4bf4 .surface_ad58 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.prev_4bf4 .link_silver_3cb2 {
    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);
}

.prev_4bf4 .link_silver_3cb2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev_4bf4 .link_silver_3cb2 p:last-child {
    margin-bottom: 0;
}

.prev_4bf4 .link_silver_3cb2 strong {
    color: var(--text-primary);
}

.prev_4bf4 .block-7059 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev_4bf4 .block-7059 li {
    margin-bottom: 0.65rem;
}

.prev_4bf4 .block-7059 li:last-child {
    margin-bottom: 0;
}

.prev_4bf4 .section_down_6341 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.prev_4bf4 .section_down_6341 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny_f20e {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny_f20e .logo_brown_0a5d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny_f20e .tertiary_out_1182 {
    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);
}

.tiny_f20e .tertiary_out_1182 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_f20e .tertiary_out_1182 p:last-child {
    margin-bottom: 0;
}

.tiny_f20e .tertiary_out_1182 strong {
    color: var(--text-primary);
}

.tiny_f20e .media-mini-c30a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_f20e .media-mini-c30a li {
    margin-bottom: 0.65rem;
}

.tiny_f20e .media-mini-c30a li:last-child {
    margin-bottom: 0;
}

body.gallery-6519 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-6519 .active-b060 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-6519 .mini_cd24 {
    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);
}

.gallery-6519 .mini_cd24 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-6519 .mini_cd24 p:last-child {
    margin-bottom: 0;
}

.gallery-6519 .mini_cd24 strong {
    color: var(--text-primary);
}

.gallery-6519 .slider_d237 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-6519 .slider_d237 li {
    margin-bottom: 0.65rem;
}

.gallery-6519 .slider_d237 li:last-child {
    margin-bottom: 0;
}

.gallery-6519 .item-new-af46 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-6519 .item-new-af46 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover_e0c3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover_e0c3 .active_c13b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover_e0c3 .dirty-5ce6 {
    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);
}

.hover_e0c3 .dirty-5ce6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover_e0c3 .dirty-5ce6 p:last-child {
    margin-bottom: 0;
}

.hover_e0c3 .dirty-5ce6 strong {
    color: var(--text-primary);
}

.hover_e0c3 .gallery-silver-dc2b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover_e0c3 .gallery-silver-dc2b li {
    margin-bottom: 0.65rem;
}

.hover_e0c3 .gallery-silver-dc2b li:last-child {
    margin-bottom: 0;
}

.hover_e0c3 .module-edbb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover_e0c3 .module-edbb 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_8db6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail_8db6 .image-f792 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail_8db6 .module_liquid_ccca {
    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_8db6 .module_liquid_ccca p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail_8db6 .module_liquid_ccca p:last-child {
    margin-bottom: 0;
}

.thumbnail_8db6 .module_liquid_ccca strong {
    color: var(--text-primary);
}

.thumbnail_8db6 .in-e7fe {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail_8db6 .in-e7fe li {
    margin-bottom: 0.65rem;
}

.thumbnail_8db6 .in-e7fe li:last-child {
    margin-bottom: 0;
}

.thumbnail_8db6 .image_37ea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail_8db6 .image_37ea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay_37d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_37d9 .banner-6779 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_37d9 .slow-2c3d {
    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);
}

.overlay_37d9 .slow-2c3d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_37d9 .slow-2c3d p:last-child {
    margin-bottom: 0;
}

.overlay_37d9 .slow-2c3d strong {
    color: var(--text-primary);
}

.overlay_37d9 .hot_7945 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_37d9 .hot_7945 li {
    margin-bottom: 0.65rem;
}

.overlay_37d9 .hot_7945 li:last-child {
    margin-bottom: 0;
}

.overlay_37d9 .description_e951 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_37d9 .description_e951 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: 2055 */
.widget-item-c8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
