/* 
 * 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.pink_69f6) — fixed together on mobile */
.main_678e {
    width: 100%;
}

.frame_pressed_7b1a {
    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) {
    .main_678e {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .frame_pressed_7b1a {
        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.image_middle_5eb0. Conta) stay reachable.
     */
    .iron_d2ec .cold-a517 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .main_678e .iron_d2ec > .cold-a517 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .main_678e:has(.chip_pink_1ad9.fn-show-683a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .main_678e:has(.chip_pink_1ad9.fn-show-683a) .frame_pressed_7b1a {
        flex-shrink: 0;
    }

    .main_678e:has(.chip_pink_1ad9.fn-show-683a) .iron_d2ec {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .main_678e:has(.chip_pink_1ad9.fn-show-683a) .iron_d2ec > .cold-a517 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .main_678e:has(.chip_pink_1ad9.fn-show-683a) .message-dim-7f74 {
        flex-shrink: 0;
    }

    .main_678e:has(.chip_pink_1ad9.fn-show-683a) .chip_pink_1ad9.fn-show-683a {
        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 */
    .iron_d2ec .chip_pink_1ad9 .mask-plasma-5c01.fn-active-683a .description-orange-3475 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .frame_pressed_7b1a {
        position: sticky;
        top: 0;
    }
}

.main_678e.iron_e21b,
.main_678e.iron_e21b .frame_pressed_7b1a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.brown-ed76 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .brown-ed76 {
        padding: 0.75rem 0;
    }
}

.notification-blue-27fa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.texture-lower-a7fb img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .texture-lower-a7fb img {
        height: 35px;
    }
}

/* .iron_d2ec / .form-orange-a7e2 — inner pages (brown bar); index uses .motion_9650 below */

.iron_d2ec:not(.motion_9650) .form-orange-a7e2.fn-active-683a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.aside-0cb6 {
    display: flex;
    gap: var(--spacing-md);
}

.item_c5b1,
.plasma-ec3d {
    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) {
    .item_c5b1,
    .plasma-ec3d {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .aside-0cb6 {
        gap: 0.5rem;
    }
}

.item_c5b1 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.item_c5b1:hover {
    background: var(--primary-purple);
    color: white;
}

.plasma-ec3d {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.plasma-ec3d:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.next_adb0 {
    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%;
}

.next_adb0::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;
}

.next_adb0::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;
}

.sort_out_dc65 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.hot-27c7 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.hot-27c7 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);
}

.next_adb0 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;
}

.tabs_bright_5aff {
    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;
}

.tabs_bright_5aff strong {
    font-weight: 700;
}

.slow-d2ac {
    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);
}

.outline-selected-436c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.message_warm_1fac {
    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);
}

.message_warm_1fac:hover {
    transform: translateY(-4px);
}

.new_c95f {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.hard_5272 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.highlight_8b2c {
    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;
}

.highlight_8b2c:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.highlight_8b2c.in_9b4d {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.badge_952e {
    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);
}

.badge_952e:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.search_first_a015 {
    padding: 3rem 1.25rem;
    background: white;
}

.advanced-e699 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-a8f1 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.carousel-a8f1:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.carousel-a8f1 img {
    margin-bottom: 1rem;
}

.module_white_2009 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.carousel-a8f1 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.carousel-a8f1 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 */
.box_34c0 {
    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);
}

.picture-0475 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.frame_static_a81f {
    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);
}

.frame_static_a81f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.frame_static_a81f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.frame_static_a81f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tabs_9edb {
    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
   ======================================== */

.secondary_7010 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pagination_73c1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.form-right-fe85 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.table-new-6744 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.label-a1ee {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.label-a1ee:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.label-a1ee.surface-bronze-7d99 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.label-a1ee.surface-bronze-7d99 h3,
.label-a1ee.surface-bronze-7d99 p {
    color: white;
}

.modal-fluid-2046 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.label-a1ee h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.label-a1ee p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption-pro-bf10 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.caption-pro-bf10:hover {
    gap: 0.75rem;
}

.label-a1ee.surface-bronze-7d99 .caption-pro-bf10 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.banner_c37c {
    padding: 4rem 1.25rem;
    background: white;
}

.tall-c61a {
    text-align: center;
    margin-bottom: 3rem;
}

.plasma_2643 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.soft-ae71 {
    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%;
}

.soft-ae71:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hidden_thick_d2e4 {
    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);
}

.gradient_paper_bcf6 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.wrapper-38b3 {
    padding: 1.5rem;
}

.wrapper-38b3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.list_f886 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header_92dc {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.icon_brown_c01c,
.search-e293 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.icon_brown_c01c {
    background: #dcfce7;
    color: #166534;
}

.icon_brown_c01c.north_277c {
    background: #10b981;
    color: white;
}

.search-e293 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.search-e293.hero-brown-ea86 {
    background: #fee2e2;
    color: #991b1b;
}

.search-e293.under-706c {
    background: #fef3c7;
    color: #92400e;
}

.search-e293.footer_easy_5a68 {
    background: #dcfce7;
    color: #166534;
}

.backdrop_340f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.backdrop_340f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.dirty-9c8a {
    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);
}

.dirty-9c8a:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.texture_hot_2e55 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.slider-hovered-bf9f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.complex_3577 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .complex_3577 {
        grid-template-columns: 1fr 1fr;
    }
}

.title_mini_182b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.logo-cool-714e h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading_up_80fc {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.border_lower_2e8a {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.stone-e08f {
    font-size: 1rem;
    opacity: 0.9;
}

.logo-cool-714e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.warm_d5ce {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.warm_d5ce li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.warm_d5ce 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;
}

.warm_d5ce li strong {
    color: var(--primary-purple);
}

.warm_d5ce li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.alert-abee {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.hot-f367 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.cool-93f4 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.hot-f367 .hard_5272 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.status_selected_3b42 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.summary_af3d {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.summary_af3d a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.outline-f588 {
    padding: 4rem 1.25rem;
    background: white;
}

.disabled-active-4c61 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .disabled-active-4c61 {
        grid-template-columns: 1fr 1fr;
    }
}

.overlay-new-2df9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shadow-540b {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.dropdown-pressed-1d84 {
    margin-bottom: 1.5rem;
}

.upper-8ea7 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.input_0bdd {
    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);
}

.video-ed07 {
    white-space: nowrap;
}

.badge_active_a21b {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.wide-f706 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.dynamic_4400 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.dynamic_4400:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.item_0a3d {
    font-size: 2rem;
    flex-shrink: 0;
}

.tabs-cold-3e36 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tabs-cold-3e36 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.solid_75ce {
    margin-top: 3rem;
}

.solid_75ce h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.item_stone_5f4c {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.item_stone_5f4c thead {
    background: var(--primary-purple);
    color: white;
}

.item_stone_5f4c th,
.item_stone_5f4c td {
    padding: 1rem;
    text-align: left;
}

.item_stone_5f4c th {
    font-weight: 700;
    font-size: 0.9rem;
}

.item_stone_5f4c tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.item_stone_5f4c tbody tr:last-child {
    border-bottom: none;
}

.item_stone_5f4c tbody tr:hover {
    background: var(--light-bg);
}

.badge_left_46d1 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.hidden-south-2a5a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-33ed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tooltip_mini_ceba {
    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);
}

.tooltip_mini_ceba:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.tooltip_mini_ceba.silver-68d2::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;
}

.breadcrumb-right-d580 {
    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;
}

.gallery_cfbb {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.pattern-slow-c884 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.video-f91d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.section-cold-86dc {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.section-cold-86dc p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.section-cold-86dc p:last-child {
    margin-bottom: 0;
}

.section-cold-86dc strong {
    color: var(--text-primary);
    font-weight: 600;
}

.west_44ca {
    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;
}

.box-blue-9b79 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.description-paper-83d3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.description-paper-83d3 .new_c95f {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.description-paper-83d3 .hard_5272 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.purple-feca {
    padding: 4rem 1.25rem;
    background: white;
}

.item_c258 {
    max-width: 900px;
    margin: 0 auto;
}

.detail-787b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.detail-787b:hover {
    border-color: var(--primary-purple);
}

.detail-787b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.detail-787b 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-787b summary::-webkit-details-marker {
    display: none;
}

.detail-787b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.detail-787b[open] summary::after {
    transform: rotate(45deg);
}

.hover_958c {
    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);
    }
}

.hover_958c p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.hover_958c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.hover_958c ul,
.hover_958c ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.hover_958c li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hover_958c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.label-6071 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.background-6383 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.background-6383 th,
.background-6383 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.background-6383 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.pressed_3733 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.wide_01c6 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.article-dim-a6c1 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .article-dim-a6c1 {
        flex-direction: column;
        text-align: center;
    }
}

.article-dim-a6c1 img {
    flex-shrink: 0;
}

.gas_2057 {
    font-size: 4rem;
    flex-shrink: 0;
}

.status_up_59e5 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.status_up_59e5 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.background-rough-aec6 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.middle_295b {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.huge_54e8 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.huge_54e8 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.slider-c886 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.smooth_b2a0 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.description_complex_e9ad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.photo_767f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.photo_767f p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.wrapper-6f79 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer_tall_50ee {
    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);
}

.table-pressed-9c01 {
    list-style: none;
}

.table-pressed-9c01 li {
    margin-bottom: 0.75rem;
}

.table-pressed-9c01 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.table-pressed-9c01 a:hover {
    color: white;
}

.secondary-gold-3a3b {
    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;
}

.narrow-b36c {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.narrow-b36c span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.gradient-3134 {
    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);
}

.sort_hot_611f {
    text-align: right;
}

@media (max-width: 767px) {
    .sort_hot_611f {
        text-align: center;
        width: 100%;
    }
}

.sort_hot_611f p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.list-fluid-9014 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.cold-a517 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.search_first_a015,
.box_34c0,
.secondary_7010,
.banner_c37c,
.slider-hovered-bf9f,
.outline-f588,
.hidden-south-2a5a,
.purple-feca,
.wide_01c6,
.middle_295b {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .pagination_73c1 {
        font-size: 1.75rem;
    }
    
    .form-right-fe85 {
        font-size: 1rem;
    }
    
    .alert-abee {
        flex-direction: column;
    }
    
    .disabled-active-4c61 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .plasma_2643 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .soft-ae71 {
        max-width: 100%;
    }
    
    .gradient_paper_bcf6 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .cold-a517 {
        padding: 0 1rem;
    }
    
    .next_adb0 {
        padding: 4rem 1rem 3rem;
    }
    
    .next_adb0 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .highlight_8b2c {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .outline-selected-436c {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .item_stone_5f4c,
    .background-6383 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .advanced-e699 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .table-new-6744 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .hero-33ed {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .next_adb0 h1 {
        font-size: 1.5rem;
    }
    
    .outline-selected-436c {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .message_warm_1fac {
        padding: 0.75rem;
    }
    
    .new_c95f {
        font-size: 1.5rem;
    }
    
    .advanced-e699 {
        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 */
.soft-ae71:hover,
.label-a1ee:hover,
.tooltip_mini_ceba:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .banner_c37c,
    .hidden-south-2a5a,
    .purple-feca {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.pink_69f6)
   ======================================== */

.iron_d2ec.motion_9650 {
    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;
}

.iron_d2ec.motion_9650 .form-orange-a7e2 {
    color: #334155;
}

.iron_d2ec.motion_9650 .form-orange-a7e2:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.iron_d2ec.motion_9650 .form-orange-a7e2.fn-active-683a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.iron_d2ec.motion_9650 .description-orange-3475 {
    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);
}

.iron_d2ec.motion_9650 .description-orange-3475::before {
    border-bottom-color: #ffffff;
}

.iron_d2ec.motion_9650 .alert_bcfc {
    color: #475569;
}

.iron_d2ec.motion_9650 .alert_bcfc::before {
    background: #818cf8;
}

.iron_d2ec.motion_9650 .alert_bcfc:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.iron_d2ec.motion_9650 .alert_bcfc:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.iron_d2ec.motion_9650 .info_orange_404a {
    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);
}

.iron_d2ec.motion_9650 .info_orange_404a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.iron_d2ec.motion_9650 .info_orange_404a span {
    background: #475569;
    box-shadow: none;
}

.iron_d2ec.motion_9650 .info_orange_404a.fn-active-683a span:nth-child(1),
.iron_d2ec.motion_9650 .info_orange_404a.fn-active-683a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .iron_d2ec.motion_9650 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .iron_d2ec.motion_9650 .message-dim-7f74 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .iron_d2ec.motion_9650 .message-dim-7f74 span {
        color: #334155 !important;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 {
        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);
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .form-orange-a7e2 {
        color: #334155;
        text-shadow: none;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .form-orange-a7e2:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .form-orange-a7e2.rough-dcaf::after {
        color: #64748b;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .description-orange-3475 {
        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) */
    .iron_d2ec.motion_9650 .chip_pink_1ad9 .mask-plasma-5c01.fn-active-683a .description-orange-3475 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .alert_bcfc {
        color: #475569;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .alert_bcfc::before {
        color: #6366f1;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .alert_bcfc:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .alert_bcfc:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .iron_d2ec.motion_9650 .chip_pink_1ad9 .alert_bcfc:hover::before {
        color: #4f46e5;
    }
}

/* apk.mask_down_b760 — mesmo tema claro da home; blocos extras */
body.main_4881 {
    background: #f8f9fa;
    color: #2c3e50;
}

.main_4881 .summary_inner_c663 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main_4881 .preview-66aa {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.main_4881 .preview-66aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_4881 .preview-66aa p:last-child {
    margin-bottom: 0;
}

.main_4881 .preview-66aa strong {
    color: var(--text-primary);
}

.main_4881 .tabs_stale_ec14 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.main_4881 .tabs_stale_ec14 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bronze-bcb2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bronze-bcb2 .pattern-420c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bronze-bcb2 .article_hovered_27f1 {
    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);
}

.bronze-bcb2 .article_hovered_27f1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze-bcb2 .article_hovered_27f1 p:last-child {
    margin-bottom: 0;
}

.bronze-bcb2 .article_hovered_27f1 strong {
    color: var(--text-primary);
}

.bronze-bcb2 .component-out-48a3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bronze-bcb2 .component-out-48a3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification_b0f6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification_b0f6 .black_df6e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification_b0f6 .south_44d4 {
    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);
}

.notification_b0f6 .south_44d4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_b0f6 .south_44d4 p:last-child {
    margin-bottom: 0;
}

.notification_b0f6 .south_44d4 strong {
    color: var(--text-primary);
}

.notification_b0f6 .thick_0b4b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification_b0f6 .thick_0b4b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-2f24 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-2f24 .shadow-focused-d63c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-2f24 .heading-59e9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-2f24 .heading-59e9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-2f24 .heading-59e9 p:last-child {
    margin-bottom: 0;
}

.item-2f24 .heading-59e9 strong {
    color: var(--text-primary);
}

.item-2f24 .hard_2323 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-2f24 .hard_2323 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover_solid_3e72 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover_solid_3e72 .hero_dd0f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover_solid_3e72 .purple_e7db {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hover_solid_3e72 .purple_e7db p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover_solid_3e72 .purple_e7db p:last-child {
    margin-bottom: 0;
}

.hover_solid_3e72 .purple_e7db strong {
    color: var(--text-primary);
}

.hover_solid_3e72 .avatar_south_42b7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover_solid_3e72 .avatar_south_42b7 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-e75f {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-e75f .tertiary-tall-6137 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-e75f .blue_51df {
    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-e75f .blue_51df p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-e75f .blue_51df p:last-child {
    margin-bottom: 0;
}

.gallery-e75f .blue_51df strong {
    color: var(--text-primary);
}

.gallery-e75f .carousel_2afc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-e75f .carousel_2afc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.green_6007 {
    background: #f8f9fa;
    color: #2c3e50;
}

.green_6007 .alert_basic_95f6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.green_6007 .focus-e886 {
    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);
}

.green_6007 .focus-e886 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_6007 .focus-e886 p:last-child {
    margin-bottom: 0;
}

.green_6007 .focus-e886 strong {
    color: var(--text-primary);
}

.green_6007 .pagination_upper_a35f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.green_6007 .pagination_upper_a35f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.iron-fdb2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.iron-fdb2 .middle_0f84 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.iron-fdb2 .border-paper-ac32 {
    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);
}

.iron-fdb2 .border-paper-ac32 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.iron-fdb2 .border-paper-ac32 p:last-child {
    margin-bottom: 0;
}

.iron-fdb2 .border-paper-ac32 strong {
    color: var(--text-primary);
}

.iron-fdb2 .tall-d20c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.iron-fdb2 .tall-d20c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.surface_7c8c {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface_7c8c .list_up_cade {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface_7c8c .progress-hovered-5b82 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.surface_7c8c .progress-hovered-5b82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface_7c8c .progress-hovered-5b82 p:last-child {
    margin-bottom: 0;
}

.surface_7c8c .progress-hovered-5b82 strong {
    color: var(--text-primary);
}

.surface_7c8c .column_dirty_bb10 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface_7c8c .column_dirty_bb10 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip-simple-e7d4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip-simple-e7d4 .feature-a474 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip-simple-e7d4 .nav-short-8ae1 {
    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);
}

.tooltip-simple-e7d4 .nav-short-8ae1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-simple-e7d4 .nav-short-8ae1 p:last-child {
    margin-bottom: 0;
}

.tooltip-simple-e7d4 .nav-short-8ae1 strong {
    color: var(--text-primary);
}

.tooltip-simple-e7d4 .west-585a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip-simple-e7d4 .west-585a 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_fluid_a61e {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_fluid_a61e .focus-black-7c11 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_fluid_a61e .last_3a35 {
    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_fluid_a61e .last_3a35 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_fluid_a61e .last_3a35 p:last-child {
    margin-bottom: 0;
}

.element_fluid_a61e .last_3a35 strong {
    color: var(--text-primary);
}

.element_fluid_a61e .article-center-f1c0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_fluid_a61e .article-center-f1c0 li {
    margin-bottom: 0.65rem;
}

.element_fluid_a61e .article-center-f1c0 li:last-child {
    margin-bottom: 0;
}

.element_fluid_a61e .carousel_large_9068 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_fluid_a61e .carousel_large_9068 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.north-6132 {
    background: #f8f9fa;
    color: #2c3e50;
}

.north-6132 .grid_static_fcd1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north-6132 .background_upper_c138 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.north-6132 .background_upper_c138 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-6132 .background_upper_c138 p:last-child {
    margin-bottom: 0;
}

.north-6132 .background_upper_c138 strong {
    color: var(--text-primary);
}

.north-6132 .search-white-d4e2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-6132 .search-white-d4e2 li {
    margin-bottom: 0.65rem;
}

.north-6132 .search-white-d4e2 li:last-child {
    margin-bottom: 0;
}

.north-6132 .logo_gas_19b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north-6132 .logo_gas_19b2 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-75b8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-75b8 .frame_2865 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-75b8 .row-1e16 {
    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-75b8 .row-1e16 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-75b8 .row-1e16 p:last-child {
    margin-bottom: 0;
}

.dirty-75b8 .row-1e16 strong {
    color: var(--text-primary);
}

.dirty-75b8 .hidden_green_2318 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-75b8 .hidden_green_2318 li {
    margin-bottom: 0.65rem;
}

.dirty-75b8 .hidden_green_2318 li:last-child {
    margin-bottom: 0;
}

.dirty-75b8 .under-a5ab {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-75b8 .under-a5ab img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shadow-wood-ba7e {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow-wood-ba7e .list_36a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow-wood-ba7e .info_557e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.shadow-wood-ba7e .info_557e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow-wood-ba7e .info_557e p:last-child {
    margin-bottom: 0;
}

.shadow-wood-ba7e .info_557e strong {
    color: var(--text-primary);
}

.shadow-wood-ba7e .component_b9ea {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow-wood-ba7e .component_b9ea li {
    margin-bottom: 0.65rem;
}

.shadow-wood-ba7e .component_b9ea li:last-child {
    margin-bottom: 0;
}

body.module-stale-1ef4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-stale-1ef4 .east_b8e9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-stale-1ef4 .progress-bright-3a27 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.module-stale-1ef4 .progress-bright-3a27 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-stale-1ef4 .progress-bright-3a27 p:last-child {
    margin-bottom: 0;
}

.module-stale-1ef4 .progress-bright-3a27 strong {
    color: var(--text-primary);
}

.module-stale-1ef4 .border-6253 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-stale-1ef4 .border-6253 li {
    margin-bottom: 0.65rem;
}

.module-stale-1ef4 .border-6253 li:last-child {
    margin-bottom: 0;
}

.module-stale-1ef4 .easy-cae3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-stale-1ef4 .easy-cae3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list-north-fcee {
    background: #f8f9fa;
    color: #2c3e50;
}

.list-north-fcee .slider_middle_fd0f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list-north-fcee .silver-cd4a {
    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-north-fcee .silver-cd4a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list-north-fcee .silver-cd4a p:last-child {
    margin-bottom: 0;
}

.list-north-fcee .silver-cd4a strong {
    color: var(--text-primary);
}

.list-north-fcee .label-west-e64f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list-north-fcee .label-west-e64f li {
    margin-bottom: 0.65rem;
}

.list-north-fcee .label-west-e64f li:last-child {
    margin-bottom: 0;
}

.list-north-fcee .photo_25da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list-north-fcee .photo_25da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input-clean-50a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-clean-50a7 .center-845d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-clean-50a7 .large-c390 {
    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);
}

.input-clean-50a7 .large-c390 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-clean-50a7 .large-c390 p:last-child {
    margin-bottom: 0;
}

.input-clean-50a7 .large-c390 strong {
    color: var(--text-primary);
}

.input-clean-50a7 .gallery_dda4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-clean-50a7 .gallery_dda4 li {
    margin-bottom: 0.65rem;
}

.input-clean-50a7 .gallery_dda4 li:last-child {
    margin-bottom: 0;
}

.input-clean-50a7 .pink-ac1e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-clean-50a7 .pink-ac1e 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_3061 {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_3061 .solid-9d69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_3061 .notification_warm_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);
}

.article_3061 .notification_warm_569f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_3061 .notification_warm_569f p:last-child {
    margin-bottom: 0;
}

.article_3061 .notification_warm_569f strong {
    color: var(--text-primary);
}

.article_3061 .block_orange_b77b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_3061 .block_orange_b77b li {
    margin-bottom: 0.65rem;
}

.article_3061 .block_orange_b77b li:last-child {
    margin-bottom: 0;
}

.article_3061 .preview_c6e4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article_3061 .preview_c6e4 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: be28 */
.ghost-box-g2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
