/* 
 * 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.breadcrumb-right-2093) — fixed together on mobile */
.progress-7449 {
    width: 100%;
}

.disabled-7e8a {
    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) {
    .progress-7449 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .disabled-7e8a {
        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.dynamic-e39d. Conta) stay reachable.
     */
    .active-602f .notification_purple_87b0 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .progress-7449 .active-602f > .notification_purple_87b0 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .progress-7449:has(.logo-easy-e901.fn-show-02e2) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .progress-7449:has(.logo-easy-e901.fn-show-02e2) .disabled-7e8a {
        flex-shrink: 0;
    }

    .progress-7449:has(.logo-easy-e901.fn-show-02e2) .active-602f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .progress-7449:has(.logo-easy-e901.fn-show-02e2) .active-602f > .notification_purple_87b0 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .progress-7449:has(.logo-easy-e901.fn-show-02e2) .complex_e821 {
        flex-shrink: 0;
    }

    .progress-7449:has(.logo-easy-e901.fn-show-02e2) .logo-easy-e901.fn-show-02e2 {
        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 */
    .active-602f .logo-easy-e901 .iron_f2ee.fn-active-02e2 .button-3a63 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .disabled-7e8a {
        position: sticky;
        top: 0;
    }
}

.progress-7449.stale-50ad,
.progress-7449.stale-50ad .disabled-7e8a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.silver-62fc {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .silver-62fc {
        padding: 0.75rem 0;
    }
}

.lite-62b6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.prev-432b img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .prev-432b img {
        height: 35px;
    }
}

/* .active-602f / .picture-63fb — inner pages (brown bar); index uses .hover_top_362a below */

.active-602f:not(.hover_top_362a) .picture-63fb.fn-active-02e2 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.notice_simple_a7bd {
    display: flex;
    gap: var(--spacing-md);
}

.hover_new_a75a,
.paper_96dd {
    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) {
    .hover_new_a75a,
    .paper_96dd {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .notice_simple_a7bd {
        gap: 0.5rem;
    }
}

.hover_new_a75a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.hover_new_a75a:hover {
    background: var(--primary-purple);
    color: white;
}

.paper_96dd {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.paper_96dd:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.pro_1532 {
    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%;
}

.pro_1532::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;
}

.pro_1532::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;
}

.pagination_1408 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.label_e5cd {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.label_e5cd 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);
}

.pro_1532 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;
}

.wrapper_7c81 {
    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;
}

.wrapper_7c81 strong {
    font-weight: 700;
}

.block_d86b {
    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);
}

.huge_4c80 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.fixed-cd9e {
    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);
}

.fixed-cd9e:hover {
    transform: translateY(-4px);
}

.banner_bright_607d {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.paper-ab7d {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.hero_3c5e {
    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;
}

.hero_3c5e:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.hero_3c5e.secondary_7f54 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.chip-under-8439 {
    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);
}

.chip-under-8439:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.media-1a9b {
    padding: 3rem 1.25rem;
    background: white;
}

.texture-af03 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.media-light-d944 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.media-light-d944:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.media-light-d944 img {
    margin-bottom: 1rem;
}

.hidden-focused-aaea {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.media-light-d944 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.media-light-d944 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 */
.solid-ccf7 {
    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);
}

.form-8d54 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.feature_static_e058 {
    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);
}

.feature_static_e058 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.feature_static_e058 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.feature_static_e058 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hover-809c {
    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
   ======================================== */

.grid-next-17e9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.popup-dynamic-51e9 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.notification_action_9997 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.block-huge-ae1c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dynamic_eaad {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dynamic_eaad:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.dynamic_eaad.primary_black_40a9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.dynamic_eaad.primary_black_40a9 h3,
.dynamic_eaad.primary_black_40a9 p {
    color: white;
}

.gallery_9cba {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dynamic_eaad h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.dynamic_eaad p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption-0272 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.caption-0272:hover {
    gap: 0.75rem;
}

.dynamic_eaad.primary_black_40a9 .caption-0272 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.avatar_b002 {
    padding: 4rem 1.25rem;
    background: white;
}

.sidebar-last-6fba {
    text-align: center;
    margin-bottom: 3rem;
}

.disabled_26d7 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.main_steel_8667 {
    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%;
}

.main_steel_8667:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.liquid-eac7 {
    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);
}

.out-8a73 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.simple-868e {
    padding: 1.5rem;
}

.simple-868e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.frame_46e7 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header_stone_27db {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.west-6eb0,
.block-full-7162 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.west-6eb0 {
    background: #dcfce7;
    color: #166534;
}

.west-6eb0.pro-951e {
    background: #10b981;
    color: white;
}

.block-full-7162 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.block-full-7162.shadow_c451 {
    background: #fee2e2;
    color: #991b1b;
}

.block-full-7162.layout-1b0d {
    background: #fef3c7;
    color: #92400e;
}

.block-full-7162.full-89ee {
    background: #dcfce7;
    color: #166534;
}

.content_fluid_b4f9 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.content_fluid_b4f9 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.active_7d33 {
    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);
}

.active_7d33:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.button-1272 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.sort_ca22 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.alert-2da2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .alert-2da2 {
        grid-template-columns: 1fr 1fr;
    }
}

.search-stale-52dd img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.yellow-199d h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.card-d26c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.old_6733 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.thick-a595 {
    font-size: 1rem;
    opacity: 0.9;
}

.yellow-199d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.caption-ea21 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.caption-ea21 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.caption-ea21 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;
}

.caption-ea21 li strong {
    color: var(--primary-purple);
}

.caption-ea21 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.filter-hard-52e7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.pattern_over_17f4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.video_outer_fcd5 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.pattern_over_17f4 .paper-ab7d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.dropdown-bottom-3041 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.overlay-c99a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.overlay-c99a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.breadcrumb_soft_712a {
    padding: 4rem 1.25rem;
    background: white;
}

.hover-8b58 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .hover-8b58 {
        grid-template-columns: 1fr 1fr;
    }
}

.black-e49a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.blue_1552 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.search_brown_e3c9 {
    margin-bottom: 1.5rem;
}

.button_b569 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.column_black_1206 {
    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);
}

.element-eb21 {
    white-space: nowrap;
}

.outline_57c7 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.wide_62bf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.medium-01eb {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.medium-01eb:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.texture-27ce {
    font-size: 2rem;
    flex-shrink: 0;
}

.slow_9f3d h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.slow_9f3d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.summary_60f2 {
    margin-top: 3rem;
}

.summary_60f2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.input_34d6 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.input_34d6 thead {
    background: var(--primary-purple);
    color: white;
}

.input_34d6 th,
.input_34d6 td {
    padding: 1rem;
    text-align: left;
}

.input_34d6 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.input_34d6 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.input_34d6 tbody tr:last-child {
    border-bottom: none;
}

.input_34d6 tbody tr:hover {
    background: var(--light-bg);
}

.thick-bdab {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.detail_3598 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.soft-b3f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.nav-f6a9 {
    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);
}

.nav-f6a9:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.nav-f6a9.button-733a::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;
}

.nav-8735 {
    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;
}

.component-medium-5d85 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.component-copper-6bfb h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.motion_5988 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption_ac43 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.caption_ac43 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.caption_ac43 p:last-child {
    margin-bottom: 0;
}

.caption_ac43 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tall-94ba {
    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;
}

.lite-d2ec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.search_brown_41b8 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.search_brown_41b8 .banner_bright_607d {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.search_brown_41b8 .paper-ab7d {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.summary-down-6eb7 {
    padding: 4rem 1.25rem;
    background: white;
}

.rough-070d {
    max-width: 900px;
    margin: 0 auto;
}

.complex-0948 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.complex-0948:hover {
    border-color: var(--primary-purple);
}

.complex-0948[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.complex-0948 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;
}

.complex-0948 summary::-webkit-details-marker {
    display: none;
}

.complex-0948 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.complex-0948[open] summary::after {
    transform: rotate(45deg);
}

.accent_north_5340 {
    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);
    }
}

.accent_north_5340 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.accent_north_5340 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.accent_north_5340 ul,
.accent_north_5340 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.accent_north_5340 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.accent_north_5340 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.shade_next_4baf {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.medium-497f {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.medium-497f th,
.medium-497f td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.medium-497f th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.progress-cc02 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.alert-old-8774 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.carousel_9c19 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .carousel_9c19 {
        flex-direction: column;
        text-align: center;
    }
}

.carousel_9c19 img {
    flex-shrink: 0;
}

.current-205a {
    font-size: 4rem;
    flex-shrink: 0;
}

.title-over-a6f1 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.title-over-a6f1 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.old-bbc2 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.down-0e83 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.box-pro-ed17 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.box-pro-ed17 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.tertiary-dim-0bae {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.header_fast_3ea9 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.info-03f0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.dark_c0ca h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.dark_c0ca p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.cold_a2e6 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.active_4a3e {
    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);
}

.filter_tiny_9066 {
    list-style: none;
}

.filter_tiny_9066 li {
    margin-bottom: 0.75rem;
}

.filter_tiny_9066 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.filter_tiny_9066 a:hover {
    color: white;
}

.filter-first-f0e9 {
    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;
}

.hovered-c209 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hovered-c209 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.header-large-71c9 {
    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);
}

.hero_f1d6 {
    text-align: right;
}

@media (max-width: 767px) {
    .hero_f1d6 {
        text-align: center;
        width: 100%;
    }
}

.hero_f1d6 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.hero_dirty_fee1 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.notification_purple_87b0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.media-1a9b,
.solid-ccf7,
.grid-next-17e9,
.avatar_b002,
.sort_ca22,
.breadcrumb_soft_712a,
.detail_3598,
.summary-down-6eb7,
.alert-old-8774,
.down-0e83 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .popup-dynamic-51e9 {
        font-size: 1.75rem;
    }
    
    .notification_action_9997 {
        font-size: 1rem;
    }
    
    .filter-hard-52e7 {
        flex-direction: column;
    }
    
    .hover-8b58 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .disabled_26d7 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .main_steel_8667 {
        max-width: 100%;
    }
    
    .out-8a73 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .notification_purple_87b0 {
        padding: 0 1rem;
    }
    
    .pro_1532 {
        padding: 4rem 1rem 3rem;
    }
    
    .pro_1532 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .hero_3c5e {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .huge_4c80 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .input_34d6,
    .medium-497f {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .texture-af03 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .block-huge-ae1c {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .soft-b3f1 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .pro_1532 h1 {
        font-size: 1.5rem;
    }
    
    .huge_4c80 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .fixed-cd9e {
        padding: 0.75rem;
    }
    
    .banner_bright_607d {
        font-size: 1.5rem;
    }
    
    .texture-af03 {
        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 */
.main_steel_8667:hover,
.dynamic_eaad:hover,
.nav-f6a9:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .avatar_b002,
    .detail_3598,
    .summary-down-6eb7 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.breadcrumb-right-2093)
   ======================================== */

.active-602f.hover_top_362a {
    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;
}

.active-602f.hover_top_362a .picture-63fb {
    color: #334155;
}

.active-602f.hover_top_362a .picture-63fb:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.active-602f.hover_top_362a .picture-63fb.fn-active-02e2 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.active-602f.hover_top_362a .button-3a63 {
    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);
}

.active-602f.hover_top_362a .button-3a63::before {
    border-bottom-color: #ffffff;
}

.active-602f.hover_top_362a .east-db01 {
    color: #475569;
}

.active-602f.hover_top_362a .east-db01::before {
    background: #818cf8;
}

.active-602f.hover_top_362a .east-db01:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.active-602f.hover_top_362a .east-db01:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.active-602f.hover_top_362a .alert-bronze-c2e4 {
    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);
}

.active-602f.hover_top_362a .alert-bronze-c2e4:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.active-602f.hover_top_362a .alert-bronze-c2e4 span {
    background: #475569;
    box-shadow: none;
}

.active-602f.hover_top_362a .alert-bronze-c2e4.fn-active-02e2 span:nth-child(1),
.active-602f.hover_top_362a .alert-bronze-c2e4.fn-active-02e2 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .active-602f.hover_top_362a {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .active-602f.hover_top_362a .complex_e821 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .active-602f.hover_top_362a .complex_e821 span {
        color: #334155 !important;
    }

    .active-602f.hover_top_362a .logo-easy-e901 {
        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);
    }

    .active-602f.hover_top_362a .logo-easy-e901 .picture-63fb {
        color: #334155;
        text-shadow: none;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .picture-63fb:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .active-602f.hover_top_362a .logo-easy-e901 .picture-63fb.item_left_a648::after {
        color: #64748b;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .button-3a63 {
        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) */
    .active-602f.hover_top_362a .logo-easy-e901 .iron_f2ee.fn-active-02e2 .button-3a63 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .east-db01 {
        color: #475569;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .east-db01::before {
        color: #6366f1;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .east-db01:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .active-602f.hover_top_362a .logo-easy-e901 .east-db01:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .active-602f.hover_top_362a .logo-easy-e901 .east-db01:hover::before {
        color: #4f46e5;
    }
}

/* apk.under_64a9 — mesmo tema claro da home; blocos extras */
body.detail_current_9850 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_current_9850 .detail_warm_17ea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_current_9850 .row_dim_6a42 {
    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_current_9850 .row_dim_6a42 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_current_9850 .row_dim_6a42 p:last-child {
    margin-bottom: 0;
}

.detail_current_9850 .row_dim_6a42 strong {
    color: var(--text-primary);
}

.detail_current_9850 .plasma-cda1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_current_9850 .plasma-cda1 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_selected_4bf4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_selected_4bf4 .notification-f624 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_selected_4bf4 .text-f64b {
    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_selected_4bf4 .text-f64b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_selected_4bf4 .text-f64b p:last-child {
    margin-bottom: 0;
}

.banner_selected_4bf4 .text-f64b strong {
    color: var(--text-primary);
}

.banner_selected_4bf4 .primary-0c72 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_selected_4bf4 .primary-0c72 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status_7c0e {
    background: #f8f9fa;
    color: #2c3e50;
}

.status_7c0e .shade_b6a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status_7c0e .block_b837 {
    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);
}

.status_7c0e .block_b837 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_7c0e .block_b837 p:last-child {
    margin-bottom: 0;
}

.status_7c0e .block_b837 strong {
    color: var(--text-primary);
}

.status_7c0e .description_3212 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status_7c0e .description_3212 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.under-0093 {
    background: #f8f9fa;
    color: #2c3e50;
}

.under-0093 .photo_0751 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.under-0093 .notification_iron_5ab4 {
    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);
}

.under-0093 .notification_iron_5ab4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.under-0093 .notification_iron_5ab4 p:last-child {
    margin-bottom: 0;
}

.under-0093 .notification_iron_5ab4 strong {
    color: var(--text-primary);
}

.under-0093 .row_b0d0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.under-0093 .row_b0d0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.grid_31b9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_31b9 .module_huge_aabd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_31b9 .wide-ce9a {
    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);
}

.grid_31b9 .wide-ce9a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_31b9 .wide-ce9a p:last-child {
    margin-bottom: 0;
}

.grid_31b9 .wide-ce9a strong {
    color: var(--text-primary);
}

.grid_31b9 .mask_lower_8aa4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_31b9 .mask_lower_8aa4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool_f283 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_f283 .menu-paper-9014 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_f283 .south_4b46 {
    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);
}

.cool_f283 .south_4b46 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_f283 .south_4b46 p:last-child {
    margin-bottom: 0;
}

.cool_f283 .south_4b46 strong {
    color: var(--text-primary);
}

.cool_f283 .blue_b0f6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool_f283 .blue_b0f6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small-bdaf {
    background: #f8f9fa;
    color: #2c3e50;
}

.small-bdaf .glass_907c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small-bdaf .under-6771 {
    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);
}

.small-bdaf .under-6771 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small-bdaf .under-6771 p:last-child {
    margin-bottom: 0;
}

.small-bdaf .under-6771 strong {
    color: var(--text-primary);
}

.small-bdaf .detail_next_8f85 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small-bdaf .detail_next_8f85 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_3185 {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_3185 .hero-af56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_3185 .message_66c6 {
    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_3185 .message_66c6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_3185 .message_66c6 p:last-child {
    margin-bottom: 0;
}

.article_3185 .message_66c6 strong {
    color: var(--text-primary);
}

.article_3185 .tertiary_cool_fe87 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article_3185 .tertiary_cool_fe87 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.smooth-2ee2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.smooth-2ee2 .footer_short_29c9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.smooth-2ee2 .clean-6824 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.smooth-2ee2 .clean-6824 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth-2ee2 .clean-6824 p:last-child {
    margin-bottom: 0;
}

.smooth-2ee2 .clean-6824 strong {
    color: var(--text-primary);
}

.smooth-2ee2 .message_9303 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.smooth-2ee2 .message_9303 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid_a4d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid_a4d9 .tertiary-ec44 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid_a4d9 .logo_over_ad8c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.solid_a4d9 .logo_over_ad8c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_a4d9 .logo_over_ad8c p:last-child {
    margin-bottom: 0;
}

.solid_a4d9 .logo_over_ad8c strong {
    color: var(--text-primary);
}

.solid_a4d9 .box_bda3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid_a4d9 .box_bda3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary_cool_1cd6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_cool_1cd6 .fast-702b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_cool_1cd6 .active_outer_b6c9 {
    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);
}

.primary_cool_1cd6 .active_outer_b6c9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_cool_1cd6 .active_outer_b6c9 p:last-child {
    margin-bottom: 0;
}

.primary_cool_1cd6 .active_outer_b6c9 strong {
    color: var(--text-primary);
}

.primary_cool_1cd6 .selected_4e44 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_cool_1cd6 .selected_4e44 li {
    margin-bottom: 0.65rem;
}

.primary_cool_1cd6 .selected_4e44 li:last-child {
    margin-bottom: 0;
}

.primary_cool_1cd6 .over-1941 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_cool_1cd6 .over-1941 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary_fast_b359 {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary_fast_b359 .bright-f781 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary_fast_b359 .smooth-1d81 {
    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);
}

.summary_fast_b359 .smooth-1d81 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_fast_b359 .smooth-1d81 p:last-child {
    margin-bottom: 0;
}

.summary_fast_b359 .smooth-1d81 strong {
    color: var(--text-primary);
}

.summary_fast_b359 .pagination_a78d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_fast_b359 .pagination_a78d li {
    margin-bottom: 0.65rem;
}

.summary_fast_b359 .pagination_a78d li:last-child {
    margin-bottom: 0;
}

.summary_fast_b359 .full_cf01 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.summary_fast_b359 .full_cf01 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard_6b6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard_6b6e .wood-fe76 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard_6b6e .soft-a905 {
    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);
}

.hard_6b6e .soft-a905 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard_6b6e .soft-a905 p:last-child {
    margin-bottom: 0;
}

.hard_6b6e .soft-a905 strong {
    color: var(--text-primary);
}

.hard_6b6e .caption_f1e4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard_6b6e .caption_f1e4 li {
    margin-bottom: 0.65rem;
}

.hard_6b6e .caption_f1e4 li:last-child {
    margin-bottom: 0;
}

.hard_6b6e .breadcrumb-copper-103f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard_6b6e .breadcrumb-copper-103f 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_41d1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery_41d1 .south-6350 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery_41d1 .pink_d005 {
    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_41d1 .pink_d005 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_41d1 .pink_d005 p:last-child {
    margin-bottom: 0;
}

.gallery_41d1 .pink_d005 strong {
    color: var(--text-primary);
}

.gallery_41d1 .box-plasma-2f55 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery_41d1 .box-plasma-2f55 li {
    margin-bottom: 0.65rem;
}

.gallery_41d1 .box-plasma-2f55 li:last-child {
    margin-bottom: 0;
}

body.thumbnail_west_d738 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail_west_d738 .small-6d5d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail_west_d738 .next-3c54 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.thumbnail_west_d738 .next-3c54 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail_west_d738 .next-3c54 p:last-child {
    margin-bottom: 0;
}

.thumbnail_west_d738 .next-3c54 strong {
    color: var(--text-primary);
}

.thumbnail_west_d738 .fluid_0b7d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail_west_d738 .fluid_0b7d li {
    margin-bottom: 0.65rem;
}

.thumbnail_west_d738 .fluid_0b7d li:last-child {
    margin-bottom: 0;
}

.thumbnail_west_d738 .modal_4bec {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail_west_d738 .modal_4bec 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_31b0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption_31b0 .heading_under_2636 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption_31b0 .accordion-brown-0c52 {
    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_31b0 .accordion-brown-0c52 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_31b0 .accordion-brown-0c52 p:last-child {
    margin-bottom: 0;
}

.caption_31b0 .accordion-brown-0c52 strong {
    color: var(--text-primary);
}

.caption_31b0 .outer_015a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_31b0 .outer_015a li {
    margin-bottom: 0.65rem;
}

.caption_31b0 .outer_015a li:last-child {
    margin-bottom: 0;
}

.caption_31b0 .shadow_gas_c481 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption_31b0 .shadow_gas_c481 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel-21c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-21c9 .search_2981 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-21c9 .highlight_20fb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.carousel-21c9 .highlight_20fb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-21c9 .highlight_20fb p:last-child {
    margin-bottom: 0;
}

.carousel-21c9 .highlight_20fb strong {
    color: var(--text-primary);
}

.carousel-21c9 .action-86f0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-21c9 .action-86f0 li {
    margin-bottom: 0.65rem;
}

.carousel-21c9 .action-86f0 li:last-child {
    margin-bottom: 0;
}

.carousel-21c9 .border_light_ad0d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-21c9 .border_light_ad0d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pink_d9b1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pink_d9b1 .selected-081e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pink_d9b1 .soft_4520 {
    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);
}

.pink_d9b1 .soft_4520 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pink_d9b1 .soft_4520 p:last-child {
    margin-bottom: 0;
}

.pink_d9b1 .soft_4520 strong {
    color: var(--text-primary);
}

.pink_d9b1 .north_88aa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pink_d9b1 .north_88aa li {
    margin-bottom: 0.65rem;
}

.pink_d9b1 .north_88aa li:last-child {
    margin-bottom: 0;
}

.pink_d9b1 .tooltip_small_ecda {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pink_d9b1 .tooltip_small_ecda 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: 1394 */
.phantom-card-a5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
