/* 
 * 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.thumbnail_abee) — fixed together on mobile */
.card-white-2f0c {
    width: 100%;
}

.form_active_8340 {
    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) {
    .card-white-2f0c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .form_active_8340 {
        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.logo_fe37. Conta) stay reachable.
     */
    .fresh_24bf .complex-3e9b {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .card-white-2f0c .fresh_24bf > .complex-3e9b {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) .form_active_8340 {
        flex-shrink: 0;
    }

    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) .fresh_24bf {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) .fresh_24bf > .complex-3e9b {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) .main_16ec {
        flex-shrink: 0;
    }

    .card-white-2f0c:has(.top_0f6e.fn-show-abf5) .top_0f6e.fn-show-abf5 {
        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 */
    .fresh_24bf .top_0f6e .panel_dc26.fn-active-abf5 .thick-27df {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .form_active_8340 {
        position: sticky;
        top: 0;
    }
}

.card-white-2f0c.border-0dc4,
.card-white-2f0c.border-0dc4 .form_active_8340 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.section_4484 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .section_4484 {
        padding: 0.75rem 0;
    }
}

.widget_bc8e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.label_basic_c50d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .label_basic_c50d img {
        height: 35px;
    }
}

/* .fresh_24bf / .paragraph_be48 — inner pages (brown bar); index uses .section-d765 below */

.fresh_24bf:not(.section-d765) .paragraph_be48.fn-active-abf5 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.dropdown-44e7 {
    display: flex;
    gap: var(--spacing-md);
}

.black-90ca,
.soft_da34 {
    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) {
    .black-90ca,
    .soft_da34 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .dropdown-44e7 {
        gap: 0.5rem;
    }
}

.black-90ca {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.black-90ca:hover {
    background: var(--primary-purple);
    color: white;
}

.soft_da34 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.soft_da34:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.smooth-3133 {
    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%;
}

.smooth-3133::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;
}

.smooth-3133::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;
}

.mini-d881 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.summary-light-9c34 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.summary-light-9c34 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);
}

.smooth-3133 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;
}

.dynamic_28ca {
    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;
}

.dynamic_28ca strong {
    font-weight: 700;
}

.notice-narrow-fd86 {
    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);
}

.sort-dea2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.upper_2a58 {
    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);
}

.upper_2a58:hover {
    transform: translateY(-4px);
}

.small_f216 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.status-slow-6ac5 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.outer-2fc5 {
    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;
}

.outer-2fc5:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.outer-2fc5.aside_d570 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.grid-new-acc9 {
    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);
}

.grid-new-acc9:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.primary_gold_be6e {
    padding: 3rem 1.25rem;
    background: white;
}

.dropdown_9a23 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.rough_e53d {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.rough_e53d:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.rough_e53d img {
    margin-bottom: 1rem;
}

.description-prev-7c56 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.rough_e53d h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.rough_e53d 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 */
.carousel-selected-1116 {
    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);
}

.alert-down-6d42 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.wrapper-b6ea {
    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);
}

.wrapper-b6ea h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.wrapper-b6ea p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.wrapper-b6ea a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.caption-thick-a2e7 {
    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
   ======================================== */

.upper-8f9a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.nav_78d7 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.fast-7f89 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.title_ad77 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.hero-e1f7 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hero-e1f7:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hero-e1f7.active-up-921b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hero-e1f7.active-up-921b h3,
.hero-e1f7.active-up-921b p {
    color: white;
}

.bottom-20dd {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-e1f7 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.hero-e1f7 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tertiary_hard_e4c9 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.tertiary_hard_e4c9:hover {
    gap: 0.75rem;
}

.hero-e1f7.active-up-921b .tertiary_hard_e4c9 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.status_c9bb {
    padding: 4rem 1.25rem;
    background: white;
}

.hovered-7997 {
    text-align: center;
    margin-bottom: 3rem;
}

.soft-5fb7 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.static-db61 {
    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%;
}

.static-db61:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.highlight-ea54 {
    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);
}

.liquid-0f1c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.left_8118 {
    padding: 1.5rem;
}

.left_8118 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.gas-c107 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.rough_ba0f {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tag-841c,
.input-daf5 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.tag-841c {
    background: #dcfce7;
    color: #166534;
}

.tag-841c.cold_c63e {
    background: #10b981;
    color: white;
}

.input-daf5 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.input-daf5.under_3010 {
    background: #fee2e2;
    color: #991b1b;
}

.input-daf5.tabs_steel_01bd {
    background: #fef3c7;
    color: #92400e;
}

.input-daf5.title-dark-d5ad {
    background: #dcfce7;
    color: #166534;
}

.badge-dc77 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.badge-dc77 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.tertiary_288f {
    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);
}

.tertiary_288f:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.top_d8f4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.widget_af0e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.card-6640 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .card-6640 {
        grid-template-columns: 1fr 1fr;
    }
}

.bottom-ae33 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.under-ab75 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.status_bright_bb38 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.left_e4b6 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.highlight_4d8b {
    font-size: 1rem;
    opacity: 0.9;
}

.under-ab75 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.notification_west_50b1 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.notification_west_50b1 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.notification_west_50b1 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;
}

.notification_west_50b1 li strong {
    color: var(--primary-purple);
}

.notification_west_50b1 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.upper_698b {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.tabs_mini_6b9d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.outer-5fc6 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.tabs_mini_6b9d .status-slow-6ac5 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.list_17f8 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.layout_1004 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.layout_1004 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.tag-2f3d {
    padding: 4rem 1.25rem;
    background: white;
}

.brown-8106 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .brown-8106 {
        grid-template-columns: 1fr 1fr;
    }
}

.liquid-d7e0 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.text_outer_6e59 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.pattern_6d00 {
    margin-bottom: 1.5rem;
}

.button-short-b045 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.highlight-f755 {
    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);
}

.tag_center_644d {
    white-space: nowrap;
}

.south-53f0 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.aside-f7ac h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.main-stale-0a82 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.main-stale-0a82:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.article-f404 {
    font-size: 2rem;
    flex-shrink: 0;
}

.input-eec6 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.input-eec6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.widget-fixed-dadf {
    margin-top: 3rem;
}

.widget-fixed-dadf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.badge_7b32 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.badge_7b32 thead {
    background: var(--primary-purple);
    color: white;
}

.badge_7b32 th,
.badge_7b32 td {
    padding: 1rem;
    text-align: left;
}

.badge_7b32 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.badge_7b32 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.badge_7b32 tbody tr:last-child {
    border-bottom: none;
}

.badge_7b32 tbody tr:hover {
    background: var(--light-bg);
}

.old-5978 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.texture-large-f5ca {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.slider_af7f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.accent_orange_c13a {
    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);
}

.accent_orange_c13a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.accent_orange_c13a.stale-0246::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;
}

.carousel_dirty_0b61 {
    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;
}

.surface_f422 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.component_82ab h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.under_270f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.section-warm-55ff {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.section-warm-55ff p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.section-warm-55ff p:last-child {
    margin-bottom: 0;
}

.section-warm-55ff strong {
    color: var(--text-primary);
    font-weight: 600;
}

.slider-smooth-3d2c {
    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;
}

.caption-prev-df5a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.paragraph-rough-b8f9 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.paragraph-rough-b8f9 .small_f216 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.paragraph-rough-b8f9 .status-slow-6ac5 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.liquid-9ee7 {
    padding: 4rem 1.25rem;
    background: white;
}

.slider_87b3 {
    max-width: 900px;
    margin: 0 auto;
}

.hover-6f3d {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.hover-6f3d:hover {
    border-color: var(--primary-purple);
}

.hover-6f3d[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.hover-6f3d 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;
}

.hover-6f3d summary::-webkit-details-marker {
    display: none;
}

.hover-6f3d summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.hover-6f3d[open] summary::after {
    transform: rotate(45deg);
}

.picture_plasma_1426 {
    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);
    }
}

.picture_plasma_1426 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.picture_plasma_1426 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.picture_plasma_1426 ul,
.picture_plasma_1426 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.picture_plasma_1426 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.picture_plasma_1426 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dropdown_new_d1be {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.frame-f556 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.frame-f556 th,
.frame-f556 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.frame-f556 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.description-326a {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.logo_small_696a {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.static_9601 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .static_9601 {
        flex-direction: column;
        text-align: center;
    }
}

.static_9601 img {
    flex-shrink: 0;
}

.popup_purple_0052 {
    font-size: 4rem;
    flex-shrink: 0;
}

.caption_red_338b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.caption_red_338b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.white-edba {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.wrapper_fast_ae16 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.iron_1a47 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.iron_1a47 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.wrapper_0806 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.breadcrumb-b14a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.filter_bottom_14d0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tabs_fast_9443 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tabs_fast_9443 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.rough_9faa {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.plasma-e7c2 {
    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);
}

.iron_3e01 {
    list-style: none;
}

.iron_3e01 li {
    margin-bottom: 0.75rem;
}

.iron_3e01 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.iron_3e01 a:hover {
    color: white;
}

.up-4c33 {
    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;
}

.info_4c8d {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.info_4c8d span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hovered-2a5c {
    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);
}

.active_2dc9 {
    text-align: right;
}

@media (max-width: 767px) {
    .active_2dc9 {
        text-align: center;
        width: 100%;
    }
}

.active_2dc9 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.preview_7b56 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.complex-3e9b {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.primary_gold_be6e,
.carousel-selected-1116,
.upper-8f9a,
.status_c9bb,
.widget_af0e,
.tag-2f3d,
.texture-large-f5ca,
.liquid-9ee7,
.logo_small_696a,
.wrapper_fast_ae16 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .nav_78d7 {
        font-size: 1.75rem;
    }
    
    .fast-7f89 {
        font-size: 1rem;
    }
    
    .upper_698b {
        flex-direction: column;
    }
    
    .brown-8106 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .soft-5fb7 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .static-db61 {
        max-width: 100%;
    }
    
    .liquid-0f1c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .complex-3e9b {
        padding: 0 1rem;
    }
    
    .smooth-3133 {
        padding: 4rem 1rem 3rem;
    }
    
    .smooth-3133 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .outer-2fc5 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .sort-dea2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .badge_7b32,
    .frame-f556 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .dropdown_9a23 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .title_ad77 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .slider_af7f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .smooth-3133 h1 {
        font-size: 1.5rem;
    }
    
    .sort-dea2 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .upper_2a58 {
        padding: 0.75rem;
    }
    
    .small_f216 {
        font-size: 1.5rem;
    }
    
    .dropdown_9a23 {
        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 */
.static-db61:hover,
.hero-e1f7:hover,
.accent_orange_c13a:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .status_c9bb,
    .texture-large-f5ca,
    .liquid-9ee7 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.thumbnail_abee)
   ======================================== */

.fresh_24bf.section-d765 {
    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;
}

.fresh_24bf.section-d765 .paragraph_be48 {
    color: #334155;
}

.fresh_24bf.section-d765 .paragraph_be48:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.fresh_24bf.section-d765 .paragraph_be48.fn-active-abf5 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.fresh_24bf.section-d765 .thick-27df {
    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);
}

.fresh_24bf.section-d765 .thick-27df::before {
    border-bottom-color: #ffffff;
}

.fresh_24bf.section-d765 .west-e6ba {
    color: #475569;
}

.fresh_24bf.section-d765 .west-e6ba::before {
    background: #818cf8;
}

.fresh_24bf.section-d765 .west-e6ba:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.fresh_24bf.section-d765 .west-e6ba:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.fresh_24bf.section-d765 .liquid_92e8 {
    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);
}

.fresh_24bf.section-d765 .liquid_92e8:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.fresh_24bf.section-d765 .liquid_92e8 span {
    background: #475569;
    box-shadow: none;
}

.fresh_24bf.section-d765 .liquid_92e8.fn-active-abf5 span:nth-child(1),
.fresh_24bf.section-d765 .liquid_92e8.fn-active-abf5 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .fresh_24bf.section-d765 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .fresh_24bf.section-d765 .main_16ec {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .fresh_24bf.section-d765 .main_16ec span {
        color: #334155 !important;
    }

    .fresh_24bf.section-d765 .top_0f6e {
        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);
    }

    .fresh_24bf.section-d765 .top_0f6e .paragraph_be48 {
        color: #334155;
        text-shadow: none;
    }

    .fresh_24bf.section-d765 .top_0f6e .paragraph_be48:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .fresh_24bf.section-d765 .top_0f6e .paragraph_be48.advanced_f791::after {
        color: #64748b;
    }

    .fresh_24bf.section-d765 .top_0f6e .thick-27df {
        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) */
    .fresh_24bf.section-d765 .top_0f6e .panel_dc26.fn-active-abf5 .thick-27df {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .fresh_24bf.section-d765 .top_0f6e .west-e6ba {
        color: #475569;
    }

    .fresh_24bf.section-d765 .top_0f6e .west-e6ba::before {
        color: #6366f1;
    }

    .fresh_24bf.section-d765 .top_0f6e .west-e6ba:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .fresh_24bf.section-d765 .top_0f6e .west-e6ba:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .fresh_24bf.section-d765 .top_0f6e .west-e6ba:hover::before {
        color: #4f46e5;
    }
}

/* apk.rough-1c8e — mesmo tema claro da home; blocos extras */
body.pagination-top-8ba5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-top-8ba5 .avatar-437a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-top-8ba5 .component-67a9 {
    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);
}

.pagination-top-8ba5 .component-67a9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-top-8ba5 .component-67a9 p:last-child {
    margin-bottom: 0;
}

.pagination-top-8ba5 .component-67a9 strong {
    color: var(--text-primary);
}

.pagination-top-8ba5 .outer_4fde {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-top-8ba5 .outer_4fde img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.center-4b6f {
    background: #f8f9fa;
    color: #2c3e50;
}

.center-4b6f .primary-6425 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center-4b6f .shade_lower_0d0a {
    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);
}

.center-4b6f .shade_lower_0d0a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-4b6f .shade_lower_0d0a p:last-child {
    margin-bottom: 0;
}

.center-4b6f .shade_lower_0d0a strong {
    color: var(--text-primary);
}

.center-4b6f .cold-6e38 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center-4b6f .cold-6e38 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-copper-fe62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-copper-fe62 .focus-cbe0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-copper-fe62 .summary_lite_9d5a {
    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);
}

.form-copper-fe62 .summary_lite_9d5a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-copper-fe62 .summary_lite_9d5a p:last-child {
    margin-bottom: 0;
}

.form-copper-fe62 .summary_lite_9d5a strong {
    color: var(--text-primary);
}

.form-copper-fe62 .message-6268 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-copper-fe62 .message-6268 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block-fedc {
    background: #f8f9fa;
    color: #2c3e50;
}

.block-fedc .layout-small-440e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block-fedc .fresh_fd7b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.block-fedc .fresh_fd7b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-fedc .fresh_fd7b p:last-child {
    margin-bottom: 0;
}

.block-fedc .fresh_fd7b strong {
    color: var(--text-primary);
}

.block-fedc .menu-3a64 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block-fedc .menu-3a64 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-stale-4f5d {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-stale-4f5d .hovered-edea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-stale-4f5d .accordion_top_76f7 {
    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);
}

.search-stale-4f5d .accordion_top_76f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-stale-4f5d .accordion_top_76f7 p:last-child {
    margin-bottom: 0;
}

.search-stale-4f5d .accordion_top_76f7 strong {
    color: var(--text-primary);
}

.search-stale-4f5d .block-08d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-stale-4f5d .block-08d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient_current_a7e9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient_current_a7e9 .detail_bf32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient_current_a7e9 .message-lite-e231 {
    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);
}

.gradient_current_a7e9 .message-lite-e231 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_current_a7e9 .message-lite-e231 p:last-child {
    margin-bottom: 0;
}

.gradient_current_a7e9 .message-lite-e231 strong {
    color: var(--text-primary);
}

.gradient_current_a7e9 .notification-down-013a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient_current_a7e9 .notification-down-013a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dirty-f362 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-f362 .breadcrumb_05aa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-f362 .new_5cd1 {
    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-f362 .new_5cd1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-f362 .new_5cd1 p:last-child {
    margin-bottom: 0;
}

.dirty-f362 .new_5cd1 strong {
    color: var(--text-primary);
}

.dirty-f362 .hero_advanced_2108 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-f362 .hero_advanced_2108 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-721d {
    background: #f8f9fa;
    color: #2c3e50;
}

.first-721d .bronze_a30c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.first-721d .label-4c81 {
    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-721d .label-4c81 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.first-721d .label-4c81 p:last-child {
    margin-bottom: 0;
}

.first-721d .label-4c81 strong {
    color: var(--text-primary);
}

.first-721d .pagination-short-3701 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.first-721d .pagination-short-3701 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.up-23f4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.up-23f4 .hard_18a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.up-23f4 .easy_fecd {
    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);
}

.up-23f4 .easy_fecd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.up-23f4 .easy_fecd p:last-child {
    margin-bottom: 0;
}

.up-23f4 .easy_fecd strong {
    color: var(--text-primary);
}

.up-23f4 .summary_west_a6fe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.up-23f4 .summary_west_a6fe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.steel_669c {
    background: #f8f9fa;
    color: #2c3e50;
}

.steel_669c .active-89e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.steel_669c .media-current-6aee {
    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);
}

.steel_669c .media-current-6aee p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel_669c .media-current-6aee p:last-child {
    margin-bottom: 0;
}

.steel_669c .media-current-6aee strong {
    color: var(--text-primary);
}

.steel_669c .description_aa30 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.steel_669c .description_aa30 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wood_7540 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood_7540 .hidden_4819 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood_7540 .smooth-0487 {
    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);
}

.wood_7540 .smooth-0487 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_7540 .smooth-0487 p:last-child {
    margin-bottom: 0;
}

.wood_7540 .smooth-0487 strong {
    color: var(--text-primary);
}

.wood_7540 .table-mini-a9d8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_7540 .table-mini-a9d8 li {
    margin-bottom: 0.65rem;
}

.wood_7540 .table-mini-a9d8 li:last-child {
    margin-bottom: 0;
}

.wood_7540 .red_f867 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood_7540 .red_f867 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.current_c2a4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.current_c2a4 .video-8060 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.current_c2a4 .warm_5e4a {
    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);
}

.current_c2a4 .warm_5e4a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current_c2a4 .warm_5e4a p:last-child {
    margin-bottom: 0;
}

.current_c2a4 .warm_5e4a strong {
    color: var(--text-primary);
}

.current_c2a4 .up-cb41 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current_c2a4 .up-cb41 li {
    margin-bottom: 0.65rem;
}

.current_c2a4 .up-cb41 li:last-child {
    margin-bottom: 0;
}

.current_c2a4 .main-600a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.current_c2a4 .main-600a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video_pink_201b {
    background: #f8f9fa;
    color: #2c3e50;
}

.video_pink_201b .lower_0537 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video_pink_201b .link-5010 {
    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);
}

.video_pink_201b .link-5010 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_pink_201b .link-5010 p:last-child {
    margin-bottom: 0;
}

.video_pink_201b .link-5010 strong {
    color: var(--text-primary);
}

.video_pink_201b .component_west_32ba {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_pink_201b .component_west_32ba li {
    margin-bottom: 0.65rem;
}

.video_pink_201b .component_west_32ba li:last-child {
    margin-bottom: 0;
}

.video_pink_201b .component-glass-1c19 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video_pink_201b .component-glass-1c19 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-hot-8238 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-hot-8238 .grid_3329 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-hot-8238 .selected-2295 {
    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);
}

.search-hot-8238 .selected-2295 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-hot-8238 .selected-2295 p:last-child {
    margin-bottom: 0;
}

.search-hot-8238 .selected-2295 strong {
    color: var(--text-primary);
}

.search-hot-8238 .component_5afa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-hot-8238 .component_5afa li {
    margin-bottom: 0.65rem;
}

.search-hot-8238 .component_5afa li:last-child {
    margin-bottom: 0;
}

body.status-next-af98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status-next-af98 .item_bright_70af {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status-next-af98 .popup_0c11 {
    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-next-af98 .popup_0c11 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-next-af98 .popup_0c11 p:last-child {
    margin-bottom: 0;
}

.status-next-af98 .popup_0c11 strong {
    color: var(--text-primary);
}

.status-next-af98 .gold_8927 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-next-af98 .gold_8927 li {
    margin-bottom: 0.65rem;
}

.status-next-af98 .gold_8927 li:last-child {
    margin-bottom: 0;
}

.status-next-af98 .message-5dd1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status-next-af98 .message-5dd1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component-upper-306e {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-upper-306e .hot_116d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-upper-306e .solid_21a8 {
    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);
}

.component-upper-306e .solid_21a8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-upper-306e .solid_21a8 p:last-child {
    margin-bottom: 0;
}

.component-upper-306e .solid_21a8 strong {
    color: var(--text-primary);
}

.component-upper-306e .video_d9b8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-upper-306e .video_d9b8 li {
    margin-bottom: 0.65rem;
}

.component-upper-306e .video_d9b8 li:last-child {
    margin-bottom: 0;
}

.component-upper-306e .focus_42d8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-upper-306e .focus_42d8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern-focused-dd56 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern-focused-dd56 .white-769e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern-focused-dd56 .wrapper-clean-2e5d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern-focused-dd56 .wrapper-clean-2e5d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-focused-dd56 .wrapper-clean-2e5d p:last-child {
    margin-bottom: 0;
}

.pattern-focused-dd56 .wrapper-clean-2e5d strong {
    color: var(--text-primary);
}

.pattern-focused-dd56 .focused-373b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-focused-dd56 .focused-373b li {
    margin-bottom: 0.65rem;
}

.pattern-focused-dd56 .focused-373b li:last-child {
    margin-bottom: 0;
}

.pattern-focused-dd56 .tabs-lower-83c7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern-focused-dd56 .tabs-lower-83c7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image_f3fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_f3fc .preview_5a24 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_f3fc .nav_small_227d {
    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);
}

.image_f3fc .nav_small_227d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_f3fc .nav_small_227d p:last-child {
    margin-bottom: 0;
}

.image_f3fc .nav_small_227d strong {
    color: var(--text-primary);
}

.image_f3fc .popup_top_1de3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_f3fc .popup_top_1de3 li {
    margin-bottom: 0.65rem;
}

.image_f3fc .popup_top_1de3 li:last-child {
    margin-bottom: 0;
}

.image_f3fc .description_7101 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_f3fc .description_7101 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: bd11 */
.phantom-card-v4 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.3;
}
