/* 
 * 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.dirty-3ffb) — fixed together on mobile */
.item-03ed {
    width: 100%;
}

.gold-3902 {
    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) {
    .item-03ed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .gold-3902 {
        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.status-short-7b6e. Conta) stay reachable.
     */
    .gas_88f1 .over_07e0 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .item-03ed .gas_88f1 > .over_07e0 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) .gold-3902 {
        flex-shrink: 0;
    }

    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) .gas_88f1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) .gas_88f1 > .over_07e0 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) .short_7c72 {
        flex-shrink: 0;
    }

    .item-03ed:has(.notification-last-96d5.fn-show-7e8b) .notification-last-96d5.fn-show-7e8b {
        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 */
    .gas_88f1 .notification-last-96d5 .full-8574.fn-active-7e8b .header_2615 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .gold-3902 {
        position: sticky;
        top: 0;
    }
}

.item-03ed.basic_fb4f,
.item-03ed.basic_fb4f .gold-3902 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.gallery_basic_e4be {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .gallery_basic_e4be {
        padding: 0.75rem 0;
    }
}

.bottom_ad62 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.modal_3577 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .modal_3577 img {
        height: 35px;
    }
}

/* .gas_88f1 / .thumbnail-old-ad42 — inner pages (brown bar); index uses .content-e7d0 below */

.gas_88f1:not(.content-e7d0) .thumbnail-old-ad42.fn-active-7e8b {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.border-focused-365b {
    display: flex;
    gap: var(--spacing-md);
}

.grid-c30f,
.info_993e {
    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) {
    .grid-c30f,
    .info_993e {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .border-focused-365b {
        gap: 0.5rem;
    }
}

.grid-c30f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.grid-c30f:hover {
    background: var(--primary-purple);
    color: white;
}

.info_993e {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.info_993e:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.liquid_6e23 {
    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%;
}

.liquid_6e23::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;
}

.liquid_6e23::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;
}

.inner_c4cb {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.primary-medium-8b53 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.primary-medium-8b53 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);
}

.liquid_6e23 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-complex-8510 {
    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-complex-8510 strong {
    font-weight: 700;
}

.over_afa6 {
    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);
}

.carousel_90ce {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.brown-27d6 {
    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);
}

.brown-27d6:hover {
    transform: translateY(-4px);
}

.copper-d6fe {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.popup_small_e459 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.medium_340a {
    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;
}

.medium_340a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.medium_340a.out_427a {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.solid_14b2 {
    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);
}

.solid_14b2:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.secondary_64e8 {
    padding: 3rem 1.25rem;
    background: white;
}

.menu-dc32 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hard-98f8 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hard-98f8:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.hard-98f8 img {
    margin-bottom: 1rem;
}

.preview_fast_a90a {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.hard-98f8 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.hard-98f8 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 */
.overlay_stone_727b {
    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);
}

.copper_06b7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.copper-af02 {
    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);
}

.copper-af02 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.copper-af02 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.copper-af02 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tabs_lite_a882 {
    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
   ======================================== */

.sidebar-thick-0932 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.panel-520f {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.container_tiny_62c7 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.nav-e4c1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.filter_7dad {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.filter_7dad:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.filter_7dad.description_dynamic_43ef {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.filter_7dad.description_dynamic_43ef h3,
.filter_7dad.description_dynamic_43ef p {
    color: white;
}

.right_103f {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.filter_7dad h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.filter_7dad p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.notice-copper-d159 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.notice-copper-d159:hover {
    gap: 0.75rem;
}

.filter_7dad.description_dynamic_43ef .notice-copper-d159 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.motion_ff4e {
    padding: 4rem 1.25rem;
    background: white;
}

.component-f11c {
    text-align: center;
    margin-bottom: 3rem;
}

.label_east_82fc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.pattern_yellow_a372 {
    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%;
}

.pattern_yellow_a372:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.message_52d1 {
    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);
}

.paragraph-27e0 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.dim-88e2 {
    padding: 1.5rem;
}

.dim-88e2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.detail_purple_32a6 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.alert-solid-ae77 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.primary-gold-464c,
.paper-8fc5 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.primary-gold-464c {
    background: #dcfce7;
    color: #166534;
}

.primary-gold-464c.notice-under-51ff {
    background: #10b981;
    color: white;
}

.paper-8fc5 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.paper-8fc5.narrow-f9e5 {
    background: #fee2e2;
    color: #991b1b;
}

.paper-8fc5.hover_fast_29bf {
    background: #fef3c7;
    color: #92400e;
}

.paper-8fc5.aside_1c7d {
    background: #dcfce7;
    color: #166534;
}

.card-clean-3226 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.card-clean-3226 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.photo-small-4554 {
    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);
}

.photo-small-4554:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.caption_56b5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.shade-5b7d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.sidebar-d331 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sidebar-d331 {
        grid-template-columns: 1fr 1fr;
    }
}

.logo_green_b9c3 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.steel_1979 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.focus-d5ac {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.detail_15ff {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.black_c88f {
    font-size: 1rem;
    opacity: 0.9;
}

.steel_1979 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.message-tiny-d073 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.message-tiny-d073 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.message-tiny-d073 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;
}

.message-tiny-d073 li strong {
    color: var(--primary-purple);
}

.message-tiny-d073 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.row-basic-fa60 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.element-white-9c23 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.block_bdfe {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.element-white-9c23 .popup_small_e459 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.lower_0f03 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.shade-c571 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.shade-c571 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.chip_0b8d {
    padding: 4rem 1.25rem;
    background: white;
}

.image_inner_f6c0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .image_inner_f6c0 {
        grid-template-columns: 1fr 1fr;
    }
}

.footer_060b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.info-29c6 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.east_2cad {
    margin-bottom: 1.5rem;
}

.preview_middle_60f1 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.left-0064 {
    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);
}

.caption_f30f {
    white-space: nowrap;
}

.accent_easy_ee67 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.logo_bef3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shadow-4713 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.shadow-4713:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.link-full-82a8 {
    font-size: 2rem;
    flex-shrink: 0;
}

.short-35bd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.short-35bd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.complex_191f {
    margin-top: 3rem;
}

.complex_191f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.surface-9ccc {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.surface-9ccc thead {
    background: var(--primary-purple);
    color: white;
}

.surface-9ccc th,
.surface-9ccc td {
    padding: 1rem;
    text-align: left;
}

.surface-9ccc th {
    font-weight: 700;
    font-size: 0.9rem;
}

.surface-9ccc tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.surface-9ccc tbody tr:last-child {
    border-bottom: none;
}

.surface-9ccc tbody tr:hover {
    background: var(--light-bg);
}

.new-c84f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.alert-hot-f006 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.mini_58e2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.aside_3847 {
    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_3847:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.aside_3847.banner_47a1::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;
}

.video-iron-5fbf {
    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;
}

.bronze_d5c8 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.overlay_fast_cdf1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.inner-90b3 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.large_8881 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.large_8881 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.large_8881 p:last-child {
    margin-bottom: 0;
}

.large_8881 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.sort_green_d9de {
    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;
}

.layout_upper_cccf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.inner-0cf8 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.inner-0cf8 .copper-d6fe {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.inner-0cf8 .popup_small_e459 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.over_4937 {
    padding: 4rem 1.25rem;
    background: white;
}

.footer_large_8197 {
    max-width: 900px;
    margin: 0 auto;
}

.disabled-81e2 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.disabled-81e2:hover {
    border-color: var(--primary-purple);
}

.disabled-81e2[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.disabled-81e2 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;
}

.disabled-81e2 summary::-webkit-details-marker {
    display: none;
}

.disabled-81e2 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.disabled-81e2[open] summary::after {
    transform: rotate(45deg);
}

.hidden_a03c {
    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);
    }
}

.hidden_a03c p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.hidden_a03c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.hidden_a03c ul,
.hidden_a03c ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.hidden_a03c li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hidden_a03c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dim-f9af {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.input-bronze-c72e {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.input-bronze-c72e th,
.input-bronze-c72e td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.input-bronze-c72e th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.avatar-4c7d {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.icon-fast-49aa {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.tabs_1b45 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .tabs_1b45 {
        flex-direction: column;
        text-align: center;
    }
}

.tabs_1b45 img {
    flex-shrink: 0;
}

.tooltip-tall-75bf {
    font-size: 4rem;
    flex-shrink: 0;
}

.south-7d0c h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.south-7d0c p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.menu_up_174b {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.aside_52fe {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.widget_b287 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.widget_b287 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.container-04cf {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.hero-liquid-10d7 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.thumbnail_915c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info_ebbb h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.info_ebbb p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.selected-c358 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.row_clean_85ae {
    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);
}

.list-warm-a4a1 {
    list-style: none;
}

.list-warm-a4a1 li {
    margin-bottom: 0.75rem;
}

.list-warm-a4a1 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.list-warm-a4a1 a:hover {
    color: white;
}

.active-9d6d {
    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;
}

.text_motion_de49 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.text_motion_de49 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.blue_d0c3 {
    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);
}

.description_830e {
    text-align: right;
}

@media (max-width: 767px) {
    .description_830e {
        text-align: center;
        width: 100%;
    }
}

.description_830e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.sidebar_steel_2ea1 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.over_07e0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.secondary_64e8,
.overlay_stone_727b,
.sidebar-thick-0932,
.motion_ff4e,
.shade-5b7d,
.chip_0b8d,
.alert-hot-f006,
.over_4937,
.icon-fast-49aa,
.aside_52fe {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .panel-520f {
        font-size: 1.75rem;
    }
    
    .container_tiny_62c7 {
        font-size: 1rem;
    }
    
    .row-basic-fa60 {
        flex-direction: column;
    }
    
    .image_inner_f6c0 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .label_east_82fc {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pattern_yellow_a372 {
        max-width: 100%;
    }
    
    .paragraph-27e0 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .over_07e0 {
        padding: 0 1rem;
    }
    
    .liquid_6e23 {
        padding: 4rem 1rem 3rem;
    }
    
    .liquid_6e23 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .medium_340a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .carousel_90ce {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .surface-9ccc,
    .input-bronze-c72e {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .menu-dc32 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .nav-e4c1 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .mini_58e2 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .liquid_6e23 h1 {
        font-size: 1.5rem;
    }
    
    .carousel_90ce {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .brown-27d6 {
        padding: 0.75rem;
    }
    
    .copper-d6fe {
        font-size: 1.5rem;
    }
    
    .menu-dc32 {
        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 */
.pattern_yellow_a372:hover,
.filter_7dad:hover,
.aside_3847:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .motion_ff4e,
    .alert-hot-f006,
    .over_4937 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.dirty-3ffb)
   ======================================== */

.gas_88f1.content-e7d0 {
    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;
}

.gas_88f1.content-e7d0 .thumbnail-old-ad42 {
    color: #334155;
}

.gas_88f1.content-e7d0 .thumbnail-old-ad42:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.gas_88f1.content-e7d0 .thumbnail-old-ad42.fn-active-7e8b {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.gas_88f1.content-e7d0 .header_2615 {
    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);
}

.gas_88f1.content-e7d0 .header_2615::before {
    border-bottom-color: #ffffff;
}

.gas_88f1.content-e7d0 .hard_9974 {
    color: #475569;
}

.gas_88f1.content-e7d0 .hard_9974::before {
    background: #818cf8;
}

.gas_88f1.content-e7d0 .hard_9974:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.gas_88f1.content-e7d0 .hard_9974:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.gas_88f1.content-e7d0 .sort-lower-24be {
    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);
}

.gas_88f1.content-e7d0 .sort-lower-24be:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.gas_88f1.content-e7d0 .sort-lower-24be span {
    background: #475569;
    box-shadow: none;
}

.gas_88f1.content-e7d0 .sort-lower-24be.fn-active-7e8b span:nth-child(1),
.gas_88f1.content-e7d0 .sort-lower-24be.fn-active-7e8b span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .gas_88f1.content-e7d0 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .gas_88f1.content-e7d0 .short_7c72 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .gas_88f1.content-e7d0 .short_7c72 span {
        color: #334155 !important;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 {
        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);
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .thumbnail-old-ad42 {
        color: #334155;
        text-shadow: none;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .thumbnail-old-ad42:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .thumbnail-old-ad42.table-wood-70e8::after {
        color: #64748b;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .header_2615 {
        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) */
    .gas_88f1.content-e7d0 .notification-last-96d5 .full-8574.fn-active-7e8b .header_2615 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .hard_9974 {
        color: #475569;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .hard_9974::before {
        color: #6366f1;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .hard_9974:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .hard_9974:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .gas_88f1.content-e7d0 .notification-last-96d5 .hard_9974:hover::before {
        color: #4f46e5;
    }
}

/* apk.image_simple_e0fd — mesmo tema claro da home; blocos extras */
body.dirty-e524 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-e524 .paper_fc11 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-e524 .static-a167 {
    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-e524 .static-a167 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-e524 .static-a167 p:last-child {
    margin-bottom: 0;
}

.dirty-e524 .static-a167 strong {
    color: var(--text-primary);
}

.dirty-e524 .form-inner-76a4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-e524 .form-inner-76a4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner_e4a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_e4a0 .upper_8351 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_e4a0 .mini-23ab {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.banner_e4a0 .mini-23ab p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_e4a0 .mini-23ab p:last-child {
    margin-bottom: 0;
}

.banner_e4a0 .mini-23ab strong {
    color: var(--text-primary);
}

.banner_e4a0 .glass_54c6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_e4a0 .glass_54c6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion-99a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion-99a7 .slider-south-f198 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion-99a7 .highlight-static-6549 {
    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);
}

.accordion-99a7 .highlight-static-6549 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-99a7 .highlight-static-6549 p:last-child {
    margin-bottom: 0;
}

.accordion-99a7 .highlight-static-6549 strong {
    color: var(--text-primary);
}

.accordion-99a7 .smooth_4185 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion-99a7 .smooth_4185 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail_next_d89a {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_next_d89a .popup_12a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_next_d89a .small-757f {
    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);
}

.detail_next_d89a .small-757f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_next_d89a .small-757f p:last-child {
    margin-bottom: 0;
}

.detail_next_d89a .small-757f strong {
    color: var(--text-primary);
}

.detail_next_d89a .green-27d5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_next_d89a .green-27d5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline_old_16af {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline_old_16af .container-658e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline_old_16af .panel_6132 {
    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);
}

.outline_old_16af .panel_6132 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_old_16af .panel_6132 p:last-child {
    margin-bottom: 0;
}

.outline_old_16af .panel_6132 strong {
    color: var(--text-primary);
}

.outline_old_16af .text_up_5549 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline_old_16af .text_up_5549 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_5b0b {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_5b0b .east-7163 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_5b0b .list-37bd {
    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);
}

.aside_5b0b .list-37bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_5b0b .list-37bd p:last-child {
    margin-bottom: 0;
}

.aside_5b0b .list-37bd strong {
    color: var(--text-primary);
}

.aside_5b0b .heading-up-52a4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside_5b0b .heading-up-52a4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask_pressed_f18e {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask_pressed_f18e .outline_out_d176 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask_pressed_f18e .dropdown-short-2c95 {
    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);
}

.mask_pressed_f18e .dropdown-short-2c95 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_pressed_f18e .dropdown-short-2c95 p:last-child {
    margin-bottom: 0;
}

.mask_pressed_f18e .dropdown-short-2c95 strong {
    color: var(--text-primary);
}

.mask_pressed_f18e .slider_fc6b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask_pressed_f18e .slider_fc6b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.first_d958 {
    background: #f8f9fa;
    color: #2c3e50;
}

.first_d958 .search_fast_2909 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.first_d958 .inner-8483 {
    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);
}

.first_d958 .inner-8483 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.first_d958 .inner-8483 p:last-child {
    margin-bottom: 0;
}

.first_d958 .inner-8483 strong {
    color: var(--text-primary);
}

.first_d958 .small-66ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.first_d958 .small-66ad img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget-fdf7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-fdf7 .sidebar_cold_ead2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-fdf7 .search_4ef8 {
    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);
}

.widget-fdf7 .search_4ef8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-fdf7 .search_4ef8 p:last-child {
    margin-bottom: 0;
}

.widget-fdf7 .search_4ef8 strong {
    color: var(--text-primary);
}

.widget-fdf7 .banner-b65c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-fdf7 .banner-b65c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup-rough-10fd {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup-rough-10fd .focus_hot_ab34 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup-rough-10fd .nav_middle_ab0e {
    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);
}

.popup-rough-10fd .nav_middle_ab0e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-rough-10fd .nav_middle_ab0e p:last-child {
    margin-bottom: 0;
}

.popup-rough-10fd .nav_middle_ab0e strong {
    color: var(--text-primary);
}

.popup-rough-10fd .east_ab17 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup-rough-10fd .east_ab17 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass-612c {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass-612c .slider-copper-d19b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass-612c .video_inner_9b1a {
    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);
}

.glass-612c .video_inner_9b1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass-612c .video_inner_9b1a p:last-child {
    margin-bottom: 0;
}

.glass-612c .video_inner_9b1a strong {
    color: var(--text-primary);
}

.glass-612c .white_4725 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass-612c .white_4725 li {
    margin-bottom: 0.65rem;
}

.glass-612c .white_4725 li:last-child {
    margin-bottom: 0;
}

.glass-612c .prev_04f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass-612c .prev_04f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.lower-3729 {
    background: #f8f9fa;
    color: #2c3e50;
}

.lower-3729 .description_93b1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lower-3729 .lower-5b04 {
    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-3729 .lower-5b04 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lower-3729 .lower-5b04 p:last-child {
    margin-bottom: 0;
}

.lower-3729 .lower-5b04 strong {
    color: var(--text-primary);
}

.lower-3729 .info-center-eaf7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lower-3729 .info-center-eaf7 li {
    margin-bottom: 0.65rem;
}

.lower-3729 .info-center-eaf7 li:last-child {
    margin-bottom: 0;
}

.lower-3729 .dirty_2ce0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lower-3729 .dirty_2ce0 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-east-7199 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper-east-7199 .slider_f1e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper-east-7199 .advanced-cb0a {
    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-east-7199 .advanced-cb0a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-east-7199 .advanced-cb0a p:last-child {
    margin-bottom: 0;
}

.wrapper-east-7199 .advanced-cb0a strong {
    color: var(--text-primary);
}

.wrapper-east-7199 .label-hard-edf8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-east-7199 .label-hard-edf8 li {
    margin-bottom: 0.65rem;
}

.wrapper-east-7199 .label-hard-edf8 li:last-child {
    margin-bottom: 0;
}

.wrapper-east-7199 .breadcrumb_hot_e588 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper-east-7199 .breadcrumb_hot_e588 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_f500 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_f500 .overlay_black_a136 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_f500 .stale-c815 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter_f500 .stale-c815 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_f500 .stale-c815 p:last-child {
    margin-bottom: 0;
}

.filter_f500 .stale-c815 strong {
    color: var(--text-primary);
}

.filter_f500 .pattern-pink-b71c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_f500 .pattern-pink-b71c li {
    margin-bottom: 0.65rem;
}

.filter_f500 .pattern-pink-b71c li:last-child {
    margin-bottom: 0;
}

body.glass_e904 {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_e904 .active-c931 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_e904 .table_dafb {
    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);
}

.glass_e904 .table_dafb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_e904 .table_dafb p:last-child {
    margin-bottom: 0;
}

.glass_e904 .table_dafb strong {
    color: var(--text-primary);
}

.glass_e904 .basic-342f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_e904 .basic-342f li {
    margin-bottom: 0.65rem;
}

.glass_e904 .basic-342f li:last-child {
    margin-bottom: 0;
}

.glass_e904 .iron-f33e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass_e904 .iron-f33e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table-fa03 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-fa03 .fast_8704 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-fa03 .search_f60a {
    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);
}

.table-fa03 .search_f60a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-fa03 .search_f60a p:last-child {
    margin-bottom: 0;
}

.table-fa03 .search_f60a strong {
    color: var(--text-primary);
}

.table-fa03 .first_05c2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-fa03 .first_05c2 li {
    margin-bottom: 0.65rem;
}

.table-fa03 .first_05c2 li:last-child {
    margin-bottom: 0;
}

.table-fa03 .active-brown-7f74 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table-fa03 .active-brown-7f74 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.info_c16a {
    background: #f8f9fa;
    color: #2c3e50;
}

.info_c16a .logo-prev-3c69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.info_c16a .accordion-2f5e {
    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);
}

.info_c16a .accordion-2f5e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info_c16a .accordion-2f5e p:last-child {
    margin-bottom: 0;
}

.info_c16a .accordion-2f5e strong {
    color: var(--text-primary);
}

.info_c16a .button-c407 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info_c16a .button-c407 li {
    margin-bottom: 0.65rem;
}

.info_c16a .button-c407 li:last-child {
    margin-bottom: 0;
}

.info_c16a .footer_dirty_4a22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.info_c16a .footer_dirty_4a22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption-advanced-c727 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-advanced-c727 .text-middle-c9e1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-advanced-c727 .dark-48e8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.caption-advanced-c727 .dark-48e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-advanced-c727 .dark-48e8 p:last-child {
    margin-bottom: 0;
}

.caption-advanced-c727 .dark-48e8 strong {
    color: var(--text-primary);
}

.caption-advanced-c727 .label-copper-6b2f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-advanced-c727 .label-copper-6b2f li {
    margin-bottom: 0.65rem;
}

.caption-advanced-c727 .label-copper-6b2f li:last-child {
    margin-bottom: 0;
}

.caption-advanced-c727 .chip-b251 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-advanced-c727 .chip-b251 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: f5b4 */
.ghost-box-q8 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
