/* 
 * 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.banner_pressed_2096) — fixed together on mobile */
.paper-c170 {
    width: 100%;
}

.avatar_solid_f33a {
    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) {
    .paper-c170 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .avatar_solid_f33a {
        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.element_warm_ea76. Conta) stay reachable.
     */
    .badge_large_f472 .paper_a26e {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .paper-c170 .badge_large_f472 > .paper_a26e {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) .avatar_solid_f33a {
        flex-shrink: 0;
    }

    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) .badge_large_f472 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) .badge_large_f472 > .paper_a26e {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) .widget-middle-449b {
        flex-shrink: 0;
    }

    .paper-c170:has(.message_selected_06d1.fn-show-6b1a) .message_selected_06d1.fn-show-6b1a {
        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 */
    .badge_large_f472 .message_selected_06d1 .container-huge-21f0.fn-active-6b1a .wrapper-black-e59d {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .avatar_solid_f33a {
        position: sticky;
        top: 0;
    }
}

.paper-c170.breadcrumb_cool_1501,
.paper-c170.breadcrumb_cool_1501 .avatar_solid_f33a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.clean_2aad {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .clean_2aad {
        padding: 0.75rem 0;
    }
}

.black-aa17 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.highlight-2632 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .highlight-2632 img {
        height: 35px;
    }
}

/* .badge_large_f472 / .title_6862 — inner pages (brown bar); index uses .wrapper_white_8116 below */

.badge_large_f472:not(.wrapper_white_8116) .title_6862.fn-active-6b1a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.blue_20e3 {
    display: flex;
    gap: var(--spacing-md);
}

.old_bc10,
.new_be6d {
    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) {
    .old_bc10,
    .new_be6d {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .blue_20e3 {
        gap: 0.5rem;
    }
}

.old_bc10 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.old_bc10:hover {
    background: var(--primary-purple);
    color: white;
}

.new_be6d {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.new_be6d:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.box_ed8d {
    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%;
}

.box_ed8d::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;
}

.box_ed8d::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;
}

.aside-medium-ddae {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.fresh-21a8 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.fresh-21a8 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);
}

.box_ed8d 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;
}

.media-next-7609 {
    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;
}

.media-next-7609 strong {
    font-weight: 700;
}

.status_8049 {
    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);
}

.brown-7bf4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.static-57f7 {
    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);
}

.static-57f7:hover {
    transform: translateY(-4px);
}

.short_d9ba {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.east_dfea {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.panel-mini-66bc {
    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;
}

.panel-mini-66bc:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.panel-mini-66bc.pattern-bbfa {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.texture_south_a1e7 {
    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);
}

.texture_south_a1e7:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.slider-blue-59a1 {
    padding: 3rem 1.25rem;
    background: white;
}

.hard-4c99 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.mini-4ec6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.mini-4ec6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.mini-4ec6 img {
    margin-bottom: 1rem;
}

.gas_2e82 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.mini-4ec6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.mini-4ec6 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 */
.menu_dcdc {
    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);
}

.last-a48e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.old-14d3 {
    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);
}

.old-14d3 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.old-14d3 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.old-14d3 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gallery_e89c {
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--primary-purple);
}

/* ========================================
   7. Quick Answer Section
   ======================================== */

.logo-3a66 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notice-ab0e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.item_fluid_7183 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.old-7f3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.element_plasma_9399 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.element_plasma_9399:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.element_plasma_9399.silver_1938 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.element_plasma_9399.silver_1938 h3,
.element_plasma_9399.silver_1938 p {
    color: white;
}

.detail_8774 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.element_plasma_9399 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.element_plasma_9399 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.clean-42ac {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.clean-42ac:hover {
    gap: 0.75rem;
}

.element_plasma_9399.silver_1938 .clean-42ac {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.gradient_5c77 {
    padding: 4rem 1.25rem;
    background: white;
}

.wrapper-4a04 {
    text-align: center;
    margin-bottom: 3rem;
}

.pressed_b95e {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.filter_blue_2760 {
    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_blue_2760:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.summary_2ae9 {
    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);
}

.outer_57a6 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hard-69d9 {
    padding: 1.5rem;
}

.hard-69d9 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.wide_e9a4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.selected-e09c {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.progress_da80,
.complex-1004 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.progress_da80 {
    background: #dcfce7;
    color: #166534;
}

.progress_da80.layout-green-f143 {
    background: #10b981;
    color: white;
}

.complex-1004 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.complex-1004.label-6a88 {
    background: #fee2e2;
    color: #991b1b;
}

.complex-1004.small-8fd2 {
    background: #fef3c7;
    color: #92400e;
}

.complex-1004.notification-4b66 {
    background: #dcfce7;
    color: #166534;
}

.label_lower_4413 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.label_lower_4413 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.row_0d96 {
    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);
}

.row_0d96:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.grid-556a {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.medium_5073 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.complex_c4d8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .complex_c4d8 {
        grid-template-columns: 1fr 1fr;
    }
}

.focus-outer-88f3 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.smooth_b2a7 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.liquid_210c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.search_a596 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.fresh_daae {
    font-size: 1rem;
    opacity: 0.9;
}

.smooth_b2a7 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.search_bright_d60e {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.search_bright_d60e li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.search_bright_d60e 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;
}

.search_bright_d60e li strong {
    color: var(--primary-purple);
}

.search_bright_d60e li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.focus-80eb {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.soft_fe67 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.main-out-7cd3 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.soft_fe67 .east_dfea {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.active-short-7757 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.active_0600 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.active_0600 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.progress_basic_8d48 {
    padding: 4rem 1.25rem;
    background: white;
}

.item-94a4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .item-94a4 {
        grid-template-columns: 1fr 1fr;
    }
}

.focused-2bb7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.secondary-34a1 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.paragraph_current_84a9 {
    margin-bottom: 1.5rem;
}

.filter_a6a0 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.primary-left-cf2a {
    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);
}

.grid-a71c {
    white-space: nowrap;
}

.row-61bb {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.list_dark_746a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.center-05e1 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.center-05e1:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.element-0647 {
    font-size: 2rem;
    flex-shrink: 0;
}

.cool_f69e h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.cool_f69e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.plasma_db18 {
    margin-top: 3rem;
}

.plasma_db18 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tag-fixed-0c45 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.tag-fixed-0c45 thead {
    background: var(--primary-purple);
    color: white;
}

.tag-fixed-0c45 th,
.tag-fixed-0c45 td {
    padding: 1rem;
    text-align: left;
}

.tag-fixed-0c45 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.tag-fixed-0c45 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.tag-fixed-0c45 tbody tr:last-child {
    border-bottom: none;
}

.tag-fixed-0c45 tbody tr:hover {
    background: var(--light-bg);
}

.hover_first_e7d8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.old-75bb {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.stale-0968 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.aside-7df2 {
    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);
}

.aside-7df2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.aside-7df2.surface-old-3a6b::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;
}

.backdrop-ef0c {
    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;
}

.texture-9278 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.panel_56ef h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.icon_orange_80e2 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tag_tiny_c2ad {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.tag_tiny_c2ad p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.tag_tiny_c2ad p:last-child {
    margin-bottom: 0;
}

.tag_tiny_c2ad strong {
    color: var(--text-primary);
    font-weight: 600;
}

.outline_9b27 {
    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;
}

.column_mini_a96b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.silver-4ce4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.silver-4ce4 .short_d9ba {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.silver-4ce4 .east_dfea {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.sort_6e22 {
    padding: 4rem 1.25rem;
    background: white;
}

.description_complex_af35 {
    max-width: 900px;
    margin: 0 auto;
}

.content-795b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.content-795b:hover {
    border-color: var(--primary-purple);
}

.content-795b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.content-795b 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;
}

.content-795b summary::-webkit-details-marker {
    display: none;
}

.content-795b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.content-795b[open] summary::after {
    transform: rotate(45deg);
}

.cold-b438 {
    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);
    }
}

.cold-b438 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.cold-b438 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.cold-b438 ul,
.cold-b438 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.cold-b438 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.cold-b438 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.yellow_2572 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.button_bd4e {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.button_bd4e th,
.button_bd4e td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.button_bd4e th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.east_2f8f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.shadow-4cb3 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.hard_eaa7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hard_eaa7 {
        flex-direction: column;
        text-align: center;
    }
}

.hard_eaa7 img {
    flex-shrink: 0;
}

.pattern-lite-ed60 {
    font-size: 4rem;
    flex-shrink: 0;
}

.fast-277e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.fast-277e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.stale_83ce {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.brown_f202 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.gas_97bc h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.gas_97bc > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.component_rough_1086 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.dim_4751 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.message_glass_aaba {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.image-pink-b06e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.image-pink-b06e p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.grid_6053 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.box-out-e2c1 {
    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);
}

.border_fresh_c0d5 {
    list-style: none;
}

.border_fresh_c0d5 li {
    margin-bottom: 0.75rem;
}

.border_fresh_c0d5 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.border_fresh_c0d5 a:hover {
    color: white;
}

.hidden_pressed_c2d6 {
    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-tall-d75b {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.media-tall-d75b span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.pagination-basic-811c {
    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);
}

.item_dd69 {
    text-align: right;
}

@media (max-width: 767px) {
    .item_dd69 {
        text-align: center;
        width: 100%;
    }
}

.item_dd69 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.popup-top-5a31 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.paper_a26e {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.slider-blue-59a1,
.menu_dcdc,
.logo-3a66,
.gradient_5c77,
.medium_5073,
.progress_basic_8d48,
.old-75bb,
.sort_6e22,
.shadow-4cb3,
.brown_f202 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .notice-ab0e {
        font-size: 1.75rem;
    }
    
    .item_fluid_7183 {
        font-size: 1rem;
    }
    
    .focus-80eb {
        flex-direction: column;
    }
    
    .item-94a4 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .pressed_b95e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .filter_blue_2760 {
        max-width: 100%;
    }
    
    .outer_57a6 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .paper_a26e {
        padding: 0 1rem;
    }
    
    .box_ed8d {
        padding: 4rem 1rem 3rem;
    }
    
    .box_ed8d h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .panel-mini-66bc {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .brown-7bf4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .tag-fixed-0c45,
    .button_bd4e {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .hard-4c99 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .old-7f3d {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .stale-0968 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .box_ed8d h1 {
        font-size: 1.5rem;
    }
    
    .brown-7bf4 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .static-57f7 {
        padding: 0.75rem;
    }
    
    .short_d9ba {
        font-size: 1.5rem;
    }
    
    .hard-4c99 {
        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_blue_2760:hover,
.element_plasma_9399:hover,
.aside-7df2:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .gradient_5c77,
    .old-75bb,
    .sort_6e22 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.banner_pressed_2096)
   ======================================== */

.badge_large_f472.wrapper_white_8116 {
    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;
}

.badge_large_f472.wrapper_white_8116 .title_6862 {
    color: #334155;
}

.badge_large_f472.wrapper_white_8116 .title_6862:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.badge_large_f472.wrapper_white_8116 .title_6862.fn-active-6b1a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.badge_large_f472.wrapper_white_8116 .wrapper-black-e59d {
    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);
}

.badge_large_f472.wrapper_white_8116 .wrapper-black-e59d::before {
    border-bottom-color: #ffffff;
}

.badge_large_f472.wrapper_white_8116 .widget-9251 {
    color: #475569;
}

.badge_large_f472.wrapper_white_8116 .widget-9251::before {
    background: #818cf8;
}

.badge_large_f472.wrapper_white_8116 .widget-9251:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.badge_large_f472.wrapper_white_8116 .widget-9251:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.badge_large_f472.wrapper_white_8116 .notification_a558 {
    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);
}

.badge_large_f472.wrapper_white_8116 .notification_a558:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.badge_large_f472.wrapper_white_8116 .notification_a558 span {
    background: #475569;
    box-shadow: none;
}

.badge_large_f472.wrapper_white_8116 .notification_a558.fn-active-6b1a span:nth-child(1),
.badge_large_f472.wrapper_white_8116 .notification_a558.fn-active-6b1a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .badge_large_f472.wrapper_white_8116 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge_large_f472.wrapper_white_8116 .widget-middle-449b {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge_large_f472.wrapper_white_8116 .widget-middle-449b span {
        color: #334155 !important;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 {
        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);
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .title_6862 {
        color: #334155;
        text-shadow: none;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .title_6862:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .title_6862.huge_6f3c::after {
        color: #64748b;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .wrapper-black-e59d {
        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) */
    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .container-huge-21f0.fn-active-6b1a .wrapper-black-e59d {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .widget-9251 {
        color: #475569;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .widget-9251::before {
        color: #6366f1;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .widget-9251:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .widget-9251:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .badge_large_f472.wrapper_white_8116 .message_selected_06d1 .widget-9251:hover::before {
        color: #4f46e5;
    }
}

/* apk.huge-5ee7 — mesmo tema claro da home; blocos extras */
body.mini-13f5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini-13f5 .paper_f466 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini-13f5 .accordion_16d0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.mini-13f5 .accordion_16d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-13f5 .accordion_16d0 p:last-child {
    margin-bottom: 0;
}

.mini-13f5 .accordion_16d0 strong {
    color: var(--text-primary);
}

.mini-13f5 .fluid_ebe6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini-13f5 .fluid_ebe6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper-small-b01f {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper-small-b01f .stale_385f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper-small-b01f .full-47dc {
    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);
}

.wrapper-small-b01f .full-47dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-small-b01f .full-47dc p:last-child {
    margin-bottom: 0;
}

.wrapper-small-b01f .full-47dc strong {
    color: var(--text-primary);
}

.wrapper-small-b01f .sidebar_5931 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper-small-b01f .sidebar_5931 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.in-b070 {
    background: #f8f9fa;
    color: #2c3e50;
}

.in-b070 .frame-ee23 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.in-b070 .video_short_665b {
    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);
}

.in-b070 .video_short_665b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-b070 .video_short_665b p:last-child {
    margin-bottom: 0;
}

.in-b070 .video_short_665b strong {
    color: var(--text-primary);
}

.in-b070 .alert_brown_defb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.in-b070 .alert_brown_defb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_697d {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_697d .tall-d5c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_697d .yellow-9873 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.active_697d .yellow-9873 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_697d .yellow-9873 p:last-child {
    margin-bottom: 0;
}

.active_697d .yellow-9873 strong {
    color: var(--text-primary);
}

.active_697d .fast_691b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_697d .fast_691b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button-9c3b {
    background: #f8f9fa;
    color: #2c3e50;
}

.button-9c3b .focus-hovered-51d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button-9c3b .modal-basic-a4a0 {
    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);
}

.button-9c3b .modal-basic-a4a0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button-9c3b .modal-basic-a4a0 p:last-child {
    margin-bottom: 0;
}

.button-9c3b .modal-basic-a4a0 strong {
    color: var(--text-primary);
}

.button-9c3b .description-pro-eb06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button-9c3b .description-pro-eb06 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.narrow-585a {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow-585a .wrapper_cool_a887 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow-585a .warm-1657 {
    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);
}

.narrow-585a .warm-1657 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-585a .warm-1657 p:last-child {
    margin-bottom: 0;
}

.narrow-585a .warm-1657 strong {
    color: var(--text-primary);
}

.narrow-585a .gallery_narrow_921c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.narrow-585a .gallery_narrow_921c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slider_6270 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider_6270 .red-00e9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider_6270 .black_5c6b {
    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);
}

.slider_6270 .black_5c6b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_6270 .black_5c6b p:last-child {
    margin-bottom: 0;
}

.slider_6270 .black_5c6b strong {
    color: var(--text-primary);
}

.slider_6270 .status_red_fa53 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider_6270 .status_red_fa53 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav_gas_6cf7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_gas_6cf7 .feature_139b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_gas_6cf7 .card-72e9 {
    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);
}

.nav_gas_6cf7 .card-72e9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_gas_6cf7 .card-72e9 p:last-child {
    margin-bottom: 0;
}

.nav_gas_6cf7 .card-72e9 strong {
    color: var(--text-primary);
}

.nav_gas_6cf7 .card_tiny_f1fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_gas_6cf7 .card_tiny_f1fb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-a609 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-a609 .tabs_f89d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-a609 .primary_smooth_6c07 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.progress-a609 .primary_smooth_6c07 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-a609 .primary_smooth_6c07 p:last-child {
    margin-bottom: 0;
}

.progress-a609 .primary_smooth_6c07 strong {
    color: var(--text-primary);
}

.progress-a609 .carousel-solid-093b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-a609 .carousel-solid-093b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old_d4cd {
    background: #f8f9fa;
    color: #2c3e50;
}

.old_d4cd .next-7b9b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old_d4cd .shadow-dirty-57e4 {
    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);
}

.old_d4cd .shadow-dirty-57e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old_d4cd .shadow-dirty-57e4 p:last-child {
    margin-bottom: 0;
}

.old_d4cd .shadow-dirty-57e4 strong {
    color: var(--text-primary);
}

.old_d4cd .silver-def5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old_d4cd .silver-def5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.next-5045 {
    background: #f8f9fa;
    color: #2c3e50;
}

.next-5045 .warm_2d4f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.next-5045 .carousel-hard-f9ec {
    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);
}

.next-5045 .carousel-hard-f9ec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-5045 .carousel-hard-f9ec p:last-child {
    margin-bottom: 0;
}

.next-5045 .carousel-hard-f9ec strong {
    color: var(--text-primary);
}

.next-5045 .iron-80cb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-5045 .iron-80cb li {
    margin-bottom: 0.65rem;
}

.next-5045 .iron-80cb li:last-child {
    margin-bottom: 0;
}

.next-5045 .paragraph-copper-82a4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.next-5045 .paragraph-copper-82a4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_b0ac {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_b0ac .module_south_ad50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_b0ac .orange-e6aa {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern_b0ac .orange-e6aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_b0ac .orange-e6aa p:last-child {
    margin-bottom: 0;
}

.pattern_b0ac .orange-e6aa strong {
    color: var(--text-primary);
}

.pattern_b0ac .avatar-hard-5c9a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_b0ac .avatar-hard-5c9a li {
    margin-bottom: 0.65rem;
}

.pattern_b0ac .avatar-hard-5c9a li:last-child {
    margin-bottom: 0;
}

.pattern_b0ac .last-8e3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_b0ac .last-8e3c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fresh_e2cb {
    background: #f8f9fa;
    color: #2c3e50;
}

.fresh_e2cb .media_medium_2cab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fresh_e2cb .texture_liquid_145b {
    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);
}

.fresh_e2cb .texture_liquid_145b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh_e2cb .texture_liquid_145b p:last-child {
    margin-bottom: 0;
}

.fresh_e2cb .texture_liquid_145b strong {
    color: var(--text-primary);
}

.fresh_e2cb .accent_hard_27fb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh_e2cb .accent_hard_27fb li {
    margin-bottom: 0.65rem;
}

.fresh_e2cb .accent_hard_27fb li:last-child {
    margin-bottom: 0;
}

.fresh_e2cb .wood-46ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fresh_e2cb .wood-46ac img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.article_cb7a {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_cb7a .pattern-new-89c5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_cb7a .dropdown-plasma-6eb6 {
    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);
}

.article_cb7a .dropdown-plasma-6eb6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_cb7a .dropdown-plasma-6eb6 p:last-child {
    margin-bottom: 0;
}

.article_cb7a .dropdown-plasma-6eb6 strong {
    color: var(--text-primary);
}

.article_cb7a .table_easy_8cbc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_cb7a .table_easy_8cbc li {
    margin-bottom: 0.65rem;
}

.article_cb7a .table_easy_8cbc li:last-child {
    margin-bottom: 0;
}

body.lower_8acf {
    background: #f8f9fa;
    color: #2c3e50;
}

.lower_8acf .plasma-d271 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lower_8acf .widget-hot-1e8b {
    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);
}

.lower_8acf .widget-hot-1e8b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lower_8acf .widget-hot-1e8b p:last-child {
    margin-bottom: 0;
}

.lower_8acf .widget-hot-1e8b strong {
    color: var(--text-primary);
}

.lower_8acf .background_8d14 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lower_8acf .background_8d14 li {
    margin-bottom: 0.65rem;
}

.lower_8acf .background_8d14 li:last-child {
    margin-bottom: 0;
}

.lower_8acf .grid_action_7ff7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lower_8acf .grid_action_7ff7 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_liquid_9eea {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_liquid_9eea .gradient_192e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_liquid_9eea .media-6576 {
    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_liquid_9eea .media-6576 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_liquid_9eea .media-6576 p:last-child {
    margin-bottom: 0;
}

.secondary_liquid_9eea .media-6576 strong {
    color: var(--text-primary);
}

.secondary_liquid_9eea .small-a9fa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_liquid_9eea .small-a9fa li {
    margin-bottom: 0.65rem;
}

.secondary_liquid_9eea .small-a9fa li:last-child {
    margin-bottom: 0;
}

.secondary_liquid_9eea .cool_f999 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_liquid_9eea .cool_f999 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-purple-b2df {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-purple-b2df .sidebar_8b57 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-purple-b2df .focus_easy_e1bc {
    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-purple-b2df .focus_easy_e1bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-purple-b2df .focus_easy_e1bc p:last-child {
    margin-bottom: 0;
}

.thumbnail-purple-b2df .focus_easy_e1bc strong {
    color: var(--text-primary);
}

.thumbnail-purple-b2df .shade_west_3b02 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-purple-b2df .shade_west_3b02 li {
    margin-bottom: 0.65rem;
}

.thumbnail-purple-b2df .shade_west_3b02 li:last-child {
    margin-bottom: 0;
}

.thumbnail-purple-b2df .large-99a5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-purple-b2df .large-99a5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.static-2c27 {
    background: #f8f9fa;
    color: #2c3e50;
}

.static-2c27 .primary-east-cb9e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static-2c27 .article_1a82 {
    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);
}

.static-2c27 .article_1a82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-2c27 .article_1a82 p:last-child {
    margin-bottom: 0;
}

.static-2c27 .article_1a82 strong {
    color: var(--text-primary);
}

.static-2c27 .mini-b688 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-2c27 .mini-b688 li {
    margin-bottom: 0.65rem;
}

.static-2c27 .mini-b688 li:last-child {
    margin-bottom: 0;
}

.static-2c27 .aside_aa9a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static-2c27 .aside_aa9a 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: 04bc */
.shadow-element-m9 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
