/* 
 * 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.surface-3344) — fixed together on mobile */
.alert-4658 {
    width: 100%;
}

.thumbnail-thick-2e07 {
    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) {
    .alert-4658 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .thumbnail-thick-2e07 {
        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.info-orange-7db7. Conta) stay reachable.
     */
    .breadcrumb_thick_2252 .row-left-ab2a {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .alert-4658 .breadcrumb_thick_2252 > .row-left-ab2a {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .alert-4658:has(.fixed-db8c.fn-show-2b9f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .alert-4658:has(.fixed-db8c.fn-show-2b9f) .thumbnail-thick-2e07 {
        flex-shrink: 0;
    }

    .alert-4658:has(.fixed-db8c.fn-show-2b9f) .breadcrumb_thick_2252 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .alert-4658:has(.fixed-db8c.fn-show-2b9f) .breadcrumb_thick_2252 > .row-left-ab2a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .alert-4658:has(.fixed-db8c.fn-show-2b9f) .hidden-glass-d9c0 {
        flex-shrink: 0;
    }

    .alert-4658:has(.fixed-db8c.fn-show-2b9f) .fixed-db8c.fn-show-2b9f {
        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 */
    .breadcrumb_thick_2252 .fixed-db8c .hero_eb98.fn-active-2b9f .row_823b {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .thumbnail-thick-2e07 {
        position: sticky;
        top: 0;
    }
}

.alert-4658.hidden_medium_e23d,
.alert-4658.hidden_medium_e23d .thumbnail-thick-2e07 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.banner_551c {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .banner_551c {
        padding: 0.75rem 0;
    }
}

.green_3e76 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.content_4d1d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .content_4d1d img {
        height: 35px;
    }
}

/* .breadcrumb_thick_2252 / .south-e55e — inner pages (brown bar); index uses .pattern_fd8c below */

.breadcrumb_thick_2252:not(.pattern_fd8c) .south-e55e.fn-active-2b9f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.filter_61ec {
    display: flex;
    gap: var(--spacing-md);
}

.gold-da97,
.slow-5b8a {
    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) {
    .gold-da97,
    .slow-5b8a {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .filter_61ec {
        gap: 0.5rem;
    }
}

.gold-da97 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.gold-da97:hover {
    background: var(--primary-purple);
    color: white;
}

.slow-5b8a {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.slow-5b8a:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.backdrop_outer_aa20 {
    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%;
}

.backdrop_outer_aa20::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;
}

.backdrop_outer_aa20::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;
}

.paragraph-c58b {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.article_dirty_494d {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.article_dirty_494d 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);
}

.backdrop_outer_aa20 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;
}

.card-abc9 {
    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;
}

.card-abc9 strong {
    font-weight: 700;
}

.red_818a {
    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);
}

.hidden_lower_d69e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.banner-21b9 {
    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);
}

.banner-21b9:hover {
    transform: translateY(-4px);
}

.menu-pressed-725b {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.avatar_1903 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.box-2614 {
    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;
}

.box-2614:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.box-2614.hovered-d518 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.dropdown_7dfc {
    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);
}

.dropdown_7dfc:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.header-6ad5 {
    padding: 3rem 1.25rem;
    background: white;
}

.stone-1e38 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.sort-4b66 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.sort-4b66:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.sort-4b66 img {
    margin-bottom: 1rem;
}

.hovered-cd0b {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.sort-4b66 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.sort-4b66 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 */
.green-3769 {
    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);
}

.sort_06b3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.brown-c2b9 {
    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);
}

.brown-c2b9 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.brown-c2b9 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.brown-c2b9 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.east_13f7 {
    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
   ======================================== */

.dim-fbbd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hard-1676 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.component-yellow-06c0 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.gallery_1253 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.box_gold_c848 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.box_gold_c848:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.box_gold_c848.progress_aaa2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.box_gold_c848.progress_aaa2 h3,
.box_gold_c848.progress_aaa2 p {
    color: white;
}

.notice-huge-13c5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.box_gold_c848 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.box_gold_c848 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.popup-7ad9 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.popup-7ad9:hover {
    gap: 0.75rem;
}

.box_gold_c848.progress_aaa2 .popup-7ad9 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.picture-rough-4cca {
    padding: 4rem 1.25rem;
    background: white;
}

.icon-745d {
    text-align: center;
    margin-bottom: 3rem;
}

.dynamic-f752 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.medium-6223 {
    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%;
}

.medium-6223:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.input_bottom_0378 {
    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);
}

.footer-dim-a939 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hover-7e5f {
    padding: 1.5rem;
}

.hover-7e5f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.block-warm-da53 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.upper_8384 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.wrapper_first_eef4,
.purple_624a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.wrapper_first_eef4 {
    background: #dcfce7;
    color: #166534;
}

.wrapper_first_eef4.breadcrumb-9e50 {
    background: #10b981;
    color: white;
}

.purple_624a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.purple_624a.title-stale-4d60 {
    background: #fee2e2;
    color: #991b1b;
}

.purple_624a.filter_outer_d9c5 {
    background: #fef3c7;
    color: #92400e;
}

.purple_624a.under_d5a1 {
    background: #dcfce7;
    color: #166534;
}

.pagination-simple-8342 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pagination-simple-8342 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.caption_6896 {
    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);
}

.caption_6896:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.container_1c70 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.top-6514 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero_9cad {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero_9cad {
        grid-template-columns: 1fr 1fr;
    }
}

.background_bright_2e84 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.feature-liquid-9c98 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tabs-dim-5c34 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.fresh-afdf {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.large_7ac6 {
    font-size: 1rem;
    opacity: 0.9;
}

.feature-liquid-9c98 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pagination_5c82 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.pagination_5c82 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.pagination_5c82 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;
}

.pagination_5c82 li strong {
    color: var(--primary-purple);
}

.pagination_5c82 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.menu_47c4 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.disabled-motion-e67b {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.notification-wide-b606 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.disabled-motion-e67b .avatar_1903 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.pagination-30e0 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.message_de7a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.message_de7a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.disabled_0a77 {
    padding: 4rem 1.25rem;
    background: white;
}

.footer_e552 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .footer_e552 {
        grid-template-columns: 1fr 1fr;
    }
}

.inner_5fd5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hard-d12e {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.avatar_7bc7 {
    margin-bottom: 1.5rem;
}

.row_over_9e8b {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.article-eea1 {
    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);
}

.section-orange-77fe {
    white-space: nowrap;
}

.glass-d04a {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.breadcrumb-blue-5ed5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.new_d199 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.new_d199:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.pagination-basic-29ee {
    font-size: 2rem;
    flex-shrink: 0;
}

.new-cd26 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.new-cd26 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.block-south-c9ea {
    margin-top: 3rem;
}

.block-south-c9ea h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hidden_large_4692 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.hidden_large_4692 thead {
    background: var(--primary-purple);
    color: white;
}

.hidden_large_4692 th,
.hidden_large_4692 td {
    padding: 1rem;
    text-align: left;
}

.hidden_large_4692 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.hidden_large_4692 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.hidden_large_4692 tbody tr:last-child {
    border-bottom: none;
}

.hidden_large_4692 tbody tr:hover {
    background: var(--light-bg);
}

.module_990e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.paragraph_warm_0749 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hot_7b9f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.article-wide-6414 {
    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);
}

.article-wide-6414:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.article-wide-6414.fast-02e5::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;
}

.caption-huge-2ecb {
    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;
}

.complex-7b9b {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.paragraph_pro_2bcf h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.container_c075 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.search-11a4 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.search-11a4 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.search-11a4 p:last-child {
    margin-bottom: 0;
}

.search-11a4 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.search-97b6 {
    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;
}

.old-d17e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.form_7fda {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.form_7fda .menu-pressed-725b {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.form_7fda .avatar_1903 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.accent-127e {
    padding: 4rem 1.25rem;
    background: white;
}

.dynamic-0ae2 {
    max-width: 900px;
    margin: 0 auto;
}

.detail-9de5 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.detail-9de5:hover {
    border-color: var(--primary-purple);
}

.detail-9de5[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.detail-9de5 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;
}

.detail-9de5 summary::-webkit-details-marker {
    display: none;
}

.detail-9de5 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.detail-9de5[open] summary::after {
    transform: rotate(45deg);
}

.icon_top_ce16 {
    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);
    }
}

.icon_top_ce16 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.icon_top_ce16 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.icon_top_ce16 ul,
.icon_top_ce16 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.icon_top_ce16 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.icon_top_ce16 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.chip_f7cf {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.search_pro_72b2 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.search_pro_72b2 th,
.search_pro_72b2 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.search_pro_72b2 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.steel-1b86 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.component_040e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.progress-33c0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .progress-33c0 {
        flex-direction: column;
        text-align: center;
    }
}

.progress-33c0 img {
    flex-shrink: 0;
}

.footer-748b {
    font-size: 4rem;
    flex-shrink: 0;
}

.card_dark_c3be h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.card_dark_c3be p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.image-ac46 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.tag-fe92 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.current_ceb9 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.current_ceb9 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.label_2a35 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.sort-glass-7221 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.focus-up-55b2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.lower_58df h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.lower_58df p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.tall_14ec {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.modal_fluid_9aa2 {
    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);
}

.hard-8a3e {
    list-style: none;
}

.hard-8a3e li {
    margin-bottom: 0.75rem;
}

.hard-8a3e a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.hard-8a3e a:hover {
    color: white;
}

.soft-d92e {
    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;
}

.white-554a {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.white-554a span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.detail-18ac {
    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);
}

.dirty_ccba {
    text-align: right;
}

@media (max-width: 767px) {
    .dirty_ccba {
        text-align: center;
        width: 100%;
    }
}

.dirty_ccba p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.sidebar_e0aa {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.row-left-ab2a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.header-6ad5,
.green-3769,
.dim-fbbd,
.picture-rough-4cca,
.top-6514,
.disabled_0a77,
.paragraph_warm_0749,
.accent-127e,
.component_040e,
.tag-fe92 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .hard-1676 {
        font-size: 1.75rem;
    }
    
    .component-yellow-06c0 {
        font-size: 1rem;
    }
    
    .menu_47c4 {
        flex-direction: column;
    }
    
    .footer_e552 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .dynamic-f752 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .medium-6223 {
        max-width: 100%;
    }
    
    .footer-dim-a939 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .row-left-ab2a {
        padding: 0 1rem;
    }
    
    .backdrop_outer_aa20 {
        padding: 4rem 1rem 3rem;
    }
    
    .backdrop_outer_aa20 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .box-2614 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hidden_lower_d69e {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .hidden_large_4692,
    .search_pro_72b2 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .stone-1e38 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .gallery_1253 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .hot_7b9f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .backdrop_outer_aa20 h1 {
        font-size: 1.5rem;
    }
    
    .hidden_lower_d69e {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .banner-21b9 {
        padding: 0.75rem;
    }
    
    .menu-pressed-725b {
        font-size: 1.5rem;
    }
    
    .stone-1e38 {
        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 */
.medium-6223:hover,
.box_gold_c848:hover,
.article-wide-6414:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .picture-rough-4cca,
    .paragraph_warm_0749,
    .accent-127e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.surface-3344)
   ======================================== */

.breadcrumb_thick_2252.pattern_fd8c {
    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;
}

.breadcrumb_thick_2252.pattern_fd8c .south-e55e {
    color: #334155;
}

.breadcrumb_thick_2252.pattern_fd8c .south-e55e:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.breadcrumb_thick_2252.pattern_fd8c .south-e55e.fn-active-2b9f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.breadcrumb_thick_2252.pattern_fd8c .row_823b {
    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);
}

.breadcrumb_thick_2252.pattern_fd8c .row_823b::before {
    border-bottom-color: #ffffff;
}

.breadcrumb_thick_2252.pattern_fd8c .steel-01f1 {
    color: #475569;
}

.breadcrumb_thick_2252.pattern_fd8c .steel-01f1::before {
    background: #818cf8;
}

.breadcrumb_thick_2252.pattern_fd8c .steel-01f1:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.breadcrumb_thick_2252.pattern_fd8c .steel-01f1:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.breadcrumb_thick_2252.pattern_fd8c .fluid_20a4 {
    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);
}

.breadcrumb_thick_2252.pattern_fd8c .fluid_20a4:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.breadcrumb_thick_2252.pattern_fd8c .fluid_20a4 span {
    background: #475569;
    box-shadow: none;
}

.breadcrumb_thick_2252.pattern_fd8c .fluid_20a4.fn-active-2b9f span:nth-child(1),
.breadcrumb_thick_2252.pattern_fd8c .fluid_20a4.fn-active-2b9f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .breadcrumb_thick_2252.pattern_fd8c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .breadcrumb_thick_2252.pattern_fd8c .hidden-glass-d9c0 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .breadcrumb_thick_2252.pattern_fd8c .hidden-glass-d9c0 span {
        color: #334155 !important;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c {
        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);
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .south-e55e {
        color: #334155;
        text-shadow: none;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .south-e55e:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .south-e55e.heading_a104::after {
        color: #64748b;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .row_823b {
        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) */
    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .hero_eb98.fn-active-2b9f .row_823b {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .steel-01f1 {
        color: #475569;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .steel-01f1::before {
        color: #6366f1;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .steel-01f1:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .steel-01f1:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .breadcrumb_thick_2252.pattern_fd8c .fixed-db8c .steel-01f1:hover::before {
        color: #4f46e5;
    }
}

/* apk.info_smooth_9bdb — mesmo tema claro da home; blocos extras */
body.container_d51b {
    background: #f8f9fa;
    color: #2c3e50;
}

.container_d51b .left-845f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container_d51b .content_9284 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.container_d51b .content_9284 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container_d51b .content_9284 p:last-child {
    margin-bottom: 0;
}

.container_d51b .content_9284 strong {
    color: var(--text-primary);
}

.container_d51b .sort-simple-a167 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container_d51b .sort-simple-a167 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gas-caa3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gas-caa3 .menu_d2f0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gas-caa3 .basic-826e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gas-caa3 .basic-826e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas-caa3 .basic-826e p:last-child {
    margin-bottom: 0;
}

.gas-caa3 .basic-826e strong {
    color: var(--text-primary);
}

.gas-caa3 .up_6bfa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gas-caa3 .up_6bfa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.smooth_c337 {
    background: #f8f9fa;
    color: #2c3e50;
}

.smooth_c337 .search_e2a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.smooth_c337 .prev_5020 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.smooth_c337 .prev_5020 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth_c337 .prev_5020 p:last-child {
    margin-bottom: 0;
}

.smooth_c337 .prev_5020 strong {
    color: var(--text-primary);
}

.smooth_c337 .focused_7052 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.smooth_c337 .focused_7052 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-4143 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-4143 .tall_2363 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-4143 .modal-blue-de21 {
    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);
}

.logo-4143 .modal-blue-de21 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-4143 .modal-blue-de21 p:last-child {
    margin-bottom: 0;
}

.logo-4143 .modal-blue-de21 strong {
    color: var(--text-primary);
}

.logo-4143 .title-black-6aea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-4143 .title-black-6aea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thick-f206 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thick-f206 .backdrop_ca0c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thick-f206 .copper_3572 {
    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);
}

.thick-f206 .copper_3572 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thick-f206 .copper_3572 p:last-child {
    margin-bottom: 0;
}

.thick-f206 .copper_3572 strong {
    color: var(--text-primary);
}

.thick-f206 .container-6c3f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thick-f206 .container-6c3f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block_full_6df0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block_full_6df0 .card_5792 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block_full_6df0 .overlay-top-92c3 {
    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);
}

.block_full_6df0 .overlay-top-92c3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_full_6df0 .overlay-top-92c3 p:last-child {
    margin-bottom: 0;
}

.block_full_6df0 .overlay-top-92c3 strong {
    color: var(--text-primary);
}

.block_full_6df0 .north-1050 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block_full_6df0 .north-1050 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dirty_3fb1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty_3fb1 .thumbnail-under-b54c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty_3fb1 .list-motion-67be {
    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);
}

.dirty_3fb1 .list-motion-67be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty_3fb1 .list-motion-67be p:last-child {
    margin-bottom: 0;
}

.dirty_3fb1 .list-motion-67be strong {
    color: var(--text-primary);
}

.dirty_3fb1 .motion_bd72 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty_3fb1 .motion_bd72 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_aa11 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_aa11 .row_mini_c536 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_aa11 .iron_8bcc {
    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_aa11 .iron_8bcc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_aa11 .iron_8bcc p:last-child {
    margin-bottom: 0;
}

.filter_aa11 .iron_8bcc strong {
    color: var(--text-primary);
}

.filter_aa11 .avatar_9805 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter_aa11 .avatar_9805 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid-685b {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid-685b .narrow_bb71 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid-685b .bronze_569f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.solid-685b .bronze_569f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-685b .bronze_569f p:last-child {
    margin-bottom: 0;
}

.solid-685b .bronze_569f strong {
    color: var(--text-primary);
}

.solid-685b .active_6316 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid-685b .active_6316 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hidden_5d4c {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden_5d4c .selected-29aa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden_5d4c .icon-5bae {
    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);
}

.hidden_5d4c .icon-5bae p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden_5d4c .icon-5bae p:last-child {
    margin-bottom: 0;
}

.hidden_5d4c .icon-5bae strong {
    color: var(--text-primary);
}

.hidden_5d4c .motion-1086 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden_5d4c .motion-1086 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slow_9040 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_9040 .item_0265 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_9040 .short-8147 {
    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);
}

.slow_9040 .short-8147 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_9040 .short-8147 p:last-child {
    margin-bottom: 0;
}

.slow_9040 .short-8147 strong {
    color: var(--text-primary);
}

.slow_9040 .module_last_33aa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_9040 .module_last_33aa li {
    margin-bottom: 0.65rem;
}

.slow_9040 .module_last_33aa li:last-child {
    margin-bottom: 0;
}

.slow_9040 .dim_b2b5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_9040 .dim_b2b5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.white_3a2d {
    background: #f8f9fa;
    color: #2c3e50;
}

.white_3a2d .center_0e86 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.white_3a2d .copper_3b39 {
    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);
}

.white_3a2d .copper_3b39 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white_3a2d .copper_3b39 p:last-child {
    margin-bottom: 0;
}

.white_3a2d .copper_3b39 strong {
    color: var(--text-primary);
}

.white_3a2d .search_complex_ad71 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white_3a2d .search_complex_ad71 li {
    margin-bottom: 0.65rem;
}

.white_3a2d .search_complex_ad71 li:last-child {
    margin-bottom: 0;
}

.white_3a2d .easy_a8db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.white_3a2d .easy_a8db img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex-1768 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-1768 .small_2f93 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-1768 .first-4644 {
    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);
}

.complex-1768 .first-4644 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-1768 .first-4644 p:last-child {
    margin-bottom: 0;
}

.complex-1768 .first-4644 strong {
    color: var(--text-primary);
}

.complex-1768 .tag_mini_ac8b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-1768 .tag_mini_ac8b li {
    margin-bottom: 0.65rem;
}

.complex-1768 .tag_mini_ac8b li:last-child {
    margin-bottom: 0;
}

.complex-1768 .focus_237b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-1768 .focus_237b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-9cf8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-9cf8 .glass-825d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-9cf8 .background-out-9d08 {
    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);
}

.element-9cf8 .background-out-9d08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-9cf8 .background-out-9d08 p:last-child {
    margin-bottom: 0;
}

.element-9cf8 .background-out-9d08 strong {
    color: var(--text-primary);
}

.element-9cf8 .yellow-241a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-9cf8 .yellow-241a li {
    margin-bottom: 0.65rem;
}

.element-9cf8 .yellow-241a li:last-child {
    margin-bottom: 0;
}

body.list_a5c0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_a5c0 .pattern-51de {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_a5c0 .hero-2145 {
    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);
}

.list_a5c0 .hero-2145 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_a5c0 .hero-2145 p:last-child {
    margin-bottom: 0;
}

.list_a5c0 .hero-2145 strong {
    color: var(--text-primary);
}

.list_a5c0 .table_4193 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_a5c0 .table_4193 li {
    margin-bottom: 0.65rem;
}

.list_a5c0 .table_4193 li:last-child {
    margin-bottom: 0;
}

.list_a5c0 .aside_bronze_5d81 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_a5c0 .aside_bronze_5d81 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box_075c {
    background: #f8f9fa;
    color: #2c3e50;
}

.box_075c .nav-51ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box_075c .stale_f446 {
    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);
}

.box_075c .stale_f446 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box_075c .stale_f446 p:last-child {
    margin-bottom: 0;
}

.box_075c .stale_f446 strong {
    color: var(--text-primary);
}

.box_075c .thumbnail-4173 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box_075c .thumbnail-4173 li {
    margin-bottom: 0.65rem;
}

.box_075c .thumbnail-4173 li:last-child {
    margin-bottom: 0;
}

.box_075c .content_87a7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box_075c .content_87a7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.white-53ad {
    background: #f8f9fa;
    color: #2c3e50;
}

.white-53ad .block_hot_4da5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.white-53ad .glass_5b94 {
    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);
}

.white-53ad .glass_5b94 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white-53ad .glass_5b94 p:last-child {
    margin-bottom: 0;
}

.white-53ad .glass_5b94 strong {
    color: var(--text-primary);
}

.white-53ad .wide-e67b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white-53ad .wide-e67b li {
    margin-bottom: 0.65rem;
}

.white-53ad .wide-e67b li:last-child {
    margin-bottom: 0;
}

.white-53ad .icon-a322 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.white-53ad .icon-a322 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gallery-blue-17a5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-blue-17a5 .soft_e21a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-blue-17a5 .box-up-3d09 {
    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-blue-17a5 .box-up-3d09 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-blue-17a5 .box-up-3d09 p:last-child {
    margin-bottom: 0;
}

.gallery-blue-17a5 .box-up-3d09 strong {
    color: var(--text-primary);
}

.gallery-blue-17a5 .input_thick_298a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-blue-17a5 .input_thick_298a li {
    margin-bottom: 0.65rem;
}

.gallery-blue-17a5 .input_thick_298a li:last-child {
    margin-bottom: 0;
}

.gallery-blue-17a5 .middle_8af7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-blue-17a5 .middle_8af7 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: b60e */
.promo-block-c3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
