/* 
 * 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.picture-action-9273) — fixed together on mobile */
.tooltip-e49a {
    width: 100%;
}

.module_in_2b57 {
    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) {
    .tooltip-e49a {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .module_in_2b57 {
        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.brown-3324. Conta) stay reachable.
     */
    .primary_d064 .paper_e233 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .tooltip-e49a .primary_d064 > .paper_e233 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) .module_in_2b57 {
        flex-shrink: 0;
    }

    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) .primary_d064 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) .primary_d064 > .paper_e233 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) .panel-up-ce4f {
        flex-shrink: 0;
    }

    .tooltip-e49a:has(.chip_d0b9.fn-show-f468) .chip_d0b9.fn-show-f468 {
        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 */
    .primary_d064 .chip_d0b9 .top_5e3f.fn-active-f468 .header_dark_19c1 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .module_in_2b57 {
        position: sticky;
        top: 0;
    }
}

.tooltip-e49a.medium-0ab7,
.tooltip-e49a.medium-0ab7 .module_in_2b57 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.logo_43e3 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .logo_43e3 {
        padding: 0.75rem 0;
    }
}

.gallery_d1d0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.stone-ccdc img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .stone-ccdc img {
        height: 35px;
    }
}

/* .primary_d064 / .button-295c — inner pages (brown bar); index uses .module_5604 below */

.primary_d064:not(.module_5604) .button-295c.fn-active-f468 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.backdrop-afec {
    display: flex;
    gap: var(--spacing-md);
}

.frame-84c9,
.input_1e9b {
    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) {
    .frame-84c9,
    .input_1e9b {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .backdrop-afec {
        gap: 0.5rem;
    }
}

.frame-84c9 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.frame-84c9:hover {
    background: var(--primary-purple);
    color: white;
}

.input_1e9b {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.input_1e9b:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.dropdown_complex_fc4c {
    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%;
}

.dropdown_complex_fc4c::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;
}

.dropdown_complex_fc4c::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;
}

.dynamic_8927 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.sort_out_506e {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.sort_out_506e 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);
}

.dropdown_complex_fc4c 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;
}

.feature-5df6 {
    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;
}

.feature-5df6 strong {
    font-weight: 700;
}

.highlight-tiny-0a1e {
    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);
}

.grid-cool-43ad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.module_fc75 {
    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);
}

.module_fc75:hover {
    transform: translateY(-4px);
}

.icon_fluid_2b1e {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.info_small_ea2d {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.banner-old-040b {
    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;
}

.banner-old-040b:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.banner-old-040b.row-30aa {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.hero-selected-9bc8 {
    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);
}

.hero-selected-9bc8:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.highlight_inner_9cca {
    padding: 3rem 1.25rem;
    background: white;
}

.progress_4d3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.solid_8111 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.solid_8111:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.solid_8111 img {
    margin-bottom: 1rem;
}

.fixed_22d2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.solid_8111 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.solid_8111 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 */
.bronze_9ee9 {
    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);
}

.section-bottom-803f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.status-black-3235 {
    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);
}

.status-black-3235 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.status-black-3235 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.status-black-3235 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.disabled-c923 {
    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
   ======================================== */

.row-d77a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.progress_8fe8 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.pressed-9f12 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.texture-medium-0d8b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.content_left_50d0 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.content_left_50d0:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.content_left_50d0.primary_iron_b505 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.content_left_50d0.primary_iron_b505 h3,
.content_left_50d0.primary_iron_b505 p {
    color: white;
}

.blue-0471 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.content_left_50d0 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.content_left_50d0 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.inner-8921 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.inner-8921:hover {
    gap: 0.75rem;
}

.content_left_50d0.primary_iron_b505 .inner-8921 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.primary-0565 {
    padding: 4rem 1.25rem;
    background: white;
}

.detail_soft_c107 {
    text-align: center;
    margin-bottom: 3rem;
}

.header_right_0ab8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.status_huge_31cb {
    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%;
}

.status_huge_31cb:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.advanced-5524 {
    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);
}

.accordion_dirty_9178 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.liquid-afb1 {
    padding: 1.5rem;
}

.liquid-afb1 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.rough-4d98 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.active-2de4 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.alert-pressed-1b99,
.element_fast_7325 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.alert-pressed-1b99 {
    background: #dcfce7;
    color: #166534;
}

.alert-pressed-1b99.input_5e33 {
    background: #10b981;
    color: white;
}

.element_fast_7325 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.element_fast_7325.wood-4e7b {
    background: #fee2e2;
    color: #991b1b;
}

.element_fast_7325.hard_ba9c {
    background: #fef3c7;
    color: #92400e;
}

.element_fast_7325.hero-huge-ecf1 {
    background: #dcfce7;
    color: #166534;
}

.gallery_d65e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gallery_d65e strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.accordion-8b76 {
    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);
}

.accordion-8b76:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.hover_hard_a0c8 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.gold-5fb9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.inner-b9b4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .inner-b9b4 {
        grid-template-columns: 1fr 1fr;
    }
}

.text-006d img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.silver-5379 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.focus-inner-bebf {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.filter-purple-00d7 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.accent-329e {
    font-size: 1rem;
    opacity: 0.9;
}

.silver-5379 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.light_991e {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.light_991e li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.light_991e 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;
}

.light_991e li strong {
    color: var(--primary-purple);
}

.light_991e li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.primary-inner-b094 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.main_3219 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.block-19a6 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.main_3219 .info_small_ea2d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.notice-63ea p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.first-ee11 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.first-ee11 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.motion_cdaa {
    padding: 4rem 1.25rem;
    background: white;
}

.tooltip_3898 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .tooltip_3898 {
        grid-template-columns: 1fr 1fr;
    }
}

.wrapper_motion_e48e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tiny-932a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.sidebar_red_6993 {
    margin-bottom: 1.5rem;
}

.gradient-black-58fb {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.wrapper_2fef {
    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);
}

.preview-a6fd {
    white-space: nowrap;
}

.motion_abe1 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.shadow_f376 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.form-7954 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.form-7954:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.upper-8b66 {
    font-size: 2rem;
    flex-shrink: 0;
}

.input-dim-8c3d h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.input-dim-8c3d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.lower_57c2 {
    margin-top: 3rem;
}

.lower_57c2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.block_steel_791a {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.block_steel_791a thead {
    background: var(--primary-purple);
    color: white;
}

.block_steel_791a th,
.block_steel_791a td {
    padding: 1rem;
    text-align: left;
}

.block_steel_791a th {
    font-weight: 700;
    font-size: 0.9rem;
}

.block_steel_791a tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.block_steel_791a tbody tr:last-child {
    border-bottom: none;
}

.block_steel_791a tbody tr:hover {
    background: var(--light-bg);
}

.slider_d98b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.motion_4a84 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.layout-a2d3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.liquid_9873 {
    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);
}

.liquid_9873:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.liquid_9873.inner_8d38::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;
}

.title_eda0 {
    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;
}

.right-2356 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.selected-1bc5 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.accent_west_07a7 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hard_748a {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.hard_748a p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.hard_748a p:last-child {
    margin-bottom: 0;
}

.hard_748a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.shadow-4d5b {
    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;
}

.nav_96cb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.modal_rough_463d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.modal_rough_463d .icon_fluid_2b1e {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.modal_rough_463d .info_small_ea2d {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.tooltip_5ddd {
    padding: 4rem 1.25rem;
    background: white;
}

.sidebar_2b83 {
    max-width: 900px;
    margin: 0 auto;
}

.feature-rough-1036 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.feature-rough-1036:hover {
    border-color: var(--primary-purple);
}

.feature-rough-1036[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.feature-rough-1036 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;
}

.feature-rough-1036 summary::-webkit-details-marker {
    display: none;
}

.feature-rough-1036 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.feature-rough-1036[open] summary::after {
    transform: rotate(45deg);
}

.in-9897 {
    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);
    }
}

.in-9897 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.in-9897 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.in-9897 ul,
.in-9897 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.in-9897 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.in-9897 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.border_simple_0bab {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.module-center-1684 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.module-center-1684 th,
.module-center-1684 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.module-center-1684 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.gallery_3730 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.wrapper-bottom-72e9 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.cool_6c17 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cool_6c17 {
        flex-direction: column;
        text-align: center;
    }
}

.cool_6c17 img {
    flex-shrink: 0;
}

.tooltip_mini_427e {
    font-size: 4rem;
    flex-shrink: 0;
}

.heading_glass_a441 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.heading_glass_a441 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.video_huge_26c9 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.photo_west_4755 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.footer_soft_0ab7 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.footer_soft_0ab7 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.medium_909c {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.inner_7654 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.aside_upper_f4ea {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.link_b0a4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.link_b0a4 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.pagination_right_ef6b {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.motion_14ae {
    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);
}

.info_5b0e {
    list-style: none;
}

.info_5b0e li {
    margin-bottom: 0.75rem;
}

.info_5b0e a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.info_5b0e a:hover {
    color: white;
}

.down-2504 {
    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;
}

.icon_selected_0fa9 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.icon_selected_0fa9 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.button_steel_f17d {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sort_gold_4d60 {
    text-align: right;
}

@media (max-width: 767px) {
    .sort_gold_4d60 {
        text-align: center;
        width: 100%;
    }
}

.sort_gold_4d60 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.pagination-red-0295 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.paper_e233 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.highlight_inner_9cca,
.bronze_9ee9,
.row-d77a,
.primary-0565,
.gold-5fb9,
.motion_cdaa,
.motion_4a84,
.tooltip_5ddd,
.wrapper-bottom-72e9,
.photo_west_4755 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .progress_8fe8 {
        font-size: 1.75rem;
    }
    
    .pressed-9f12 {
        font-size: 1rem;
    }
    
    .primary-inner-b094 {
        flex-direction: column;
    }
    
    .tooltip_3898 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .header_right_0ab8 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .status_huge_31cb {
        max-width: 100%;
    }
    
    .accordion_dirty_9178 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .paper_e233 {
        padding: 0 1rem;
    }
    
    .dropdown_complex_fc4c {
        padding: 4rem 1rem 3rem;
    }
    
    .dropdown_complex_fc4c h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .banner-old-040b {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .grid-cool-43ad {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .block_steel_791a,
    .module-center-1684 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .progress_4d3d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .texture-medium-0d8b {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .layout-a2d3 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .dropdown_complex_fc4c h1 {
        font-size: 1.5rem;
    }
    
    .grid-cool-43ad {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .module_fc75 {
        padding: 0.75rem;
    }
    
    .icon_fluid_2b1e {
        font-size: 1.5rem;
    }
    
    .progress_4d3d {
        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 */
.status_huge_31cb:hover,
.content_left_50d0:hover,
.liquid_9873:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .primary-0565,
    .motion_4a84,
    .tooltip_5ddd {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.picture-action-9273)
   ======================================== */

.primary_d064.module_5604 {
    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;
}

.primary_d064.module_5604 .button-295c {
    color: #334155;
}

.primary_d064.module_5604 .button-295c:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.primary_d064.module_5604 .button-295c.fn-active-f468 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.primary_d064.module_5604 .header_dark_19c1 {
    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);
}

.primary_d064.module_5604 .header_dark_19c1::before {
    border-bottom-color: #ffffff;
}

.primary_d064.module_5604 .narrow-b7f7 {
    color: #475569;
}

.primary_d064.module_5604 .narrow-b7f7::before {
    background: #818cf8;
}

.primary_d064.module_5604 .narrow-b7f7:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.primary_d064.module_5604 .narrow-b7f7:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.primary_d064.module_5604 .top-f455 {
    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);
}

.primary_d064.module_5604 .top-f455:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.primary_d064.module_5604 .top-f455 span {
    background: #475569;
    box-shadow: none;
}

.primary_d064.module_5604 .top-f455.fn-active-f468 span:nth-child(1),
.primary_d064.module_5604 .top-f455.fn-active-f468 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .primary_d064.module_5604 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .primary_d064.module_5604 .panel-up-ce4f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .primary_d064.module_5604 .panel-up-ce4f span {
        color: #334155 !important;
    }

    .primary_d064.module_5604 .chip_d0b9 {
        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);
    }

    .primary_d064.module_5604 .chip_d0b9 .button-295c {
        color: #334155;
        text-shadow: none;
    }

    .primary_d064.module_5604 .chip_d0b9 .button-295c:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .primary_d064.module_5604 .chip_d0b9 .button-295c.widget-focused-73e2::after {
        color: #64748b;
    }

    .primary_d064.module_5604 .chip_d0b9 .header_dark_19c1 {
        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) */
    .primary_d064.module_5604 .chip_d0b9 .top_5e3f.fn-active-f468 .header_dark_19c1 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .primary_d064.module_5604 .chip_d0b9 .narrow-b7f7 {
        color: #475569;
    }

    .primary_d064.module_5604 .chip_d0b9 .narrow-b7f7::before {
        color: #6366f1;
    }

    .primary_d064.module_5604 .chip_d0b9 .narrow-b7f7:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .primary_d064.module_5604 .chip_d0b9 .narrow-b7f7:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .primary_d064.module_5604 .chip_d0b9 .narrow-b7f7:hover::before {
        color: #4f46e5;
    }
}

/* apk.header-d3cf — mesmo tema claro da home; blocos extras */
body.iron_f0f4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.iron_f0f4 .section-clean-3907 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.iron_f0f4 .image_3acf {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.iron_f0f4 .image_3acf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.iron_f0f4 .image_3acf p:last-child {
    margin-bottom: 0;
}

.iron_f0f4 .image_3acf strong {
    color: var(--text-primary);
}

.iron_f0f4 .highlight-active-874a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.iron_f0f4 .highlight-active-874a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay_glass_deec {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_glass_deec .next-b875 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_glass_deec .active-silver-c0a1 {
    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);
}

.overlay_glass_deec .active-silver-c0a1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_glass_deec .active-silver-c0a1 p:last-child {
    margin-bottom: 0;
}

.overlay_glass_deec .active-silver-c0a1 strong {
    color: var(--text-primary);
}

.overlay_glass_deec .filter_hot_b455 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_glass_deec .filter_hot_b455 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown-outer-bdd7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown-outer-bdd7 .fresh-f930 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown-outer-bdd7 .basic_b71d {
    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);
}

.dropdown-outer-bdd7 .basic_b71d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-outer-bdd7 .basic_b71d p:last-child {
    margin-bottom: 0;
}

.dropdown-outer-bdd7 .basic_b71d strong {
    color: var(--text-primary);
}

.dropdown-outer-bdd7 .module-bd44 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown-outer-bdd7 .module-bd44 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary_0ab5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_0ab5 .caption_lite_6269 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_0ab5 .tall-5951 {
    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);
}

.tertiary_0ab5 .tall-5951 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_0ab5 .tall-5951 p:last-child {
    margin-bottom: 0;
}

.tertiary_0ab5 .tall-5951 strong {
    color: var(--text-primary);
}

.tertiary_0ab5 .caption-orange-8ac7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_0ab5 .caption-orange-8ac7 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_8593 {
    background: #f8f9fa;
    color: #2c3e50;
}

.steel_8593 .info_2a9d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.steel_8593 .gas_e6a8 {
    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_8593 .gas_e6a8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.steel_8593 .gas_e6a8 p:last-child {
    margin-bottom: 0;
}

.steel_8593 .gas_e6a8 strong {
    color: var(--text-primary);
}

.steel_8593 .widget-solid-edac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.steel_8593 .widget-solid-edac img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.copper_2511 {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper_2511 .orange_b9cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper_2511 .tag_1bf5 {
    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);
}

.copper_2511 .tag_1bf5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper_2511 .tag_1bf5 p:last-child {
    margin-bottom: 0;
}

.copper_2511 .tag_1bf5 strong {
    color: var(--text-primary);
}

.copper_2511 .filter-soft-82f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper_2511 .filter-soft-82f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge_rough_a3d8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_rough_a3d8 .clean-e653 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_rough_a3d8 .article_7e27 {
    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);
}

.badge_rough_a3d8 .article_7e27 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_rough_a3d8 .article_7e27 p:last-child {
    margin-bottom: 0;
}

.badge_rough_a3d8 .article_7e27 strong {
    color: var(--text-primary);
}

.badge_rough_a3d8 .chip-hard-7371 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_rough_a3d8 .chip-hard-7371 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean-e9e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean-e9e8 .tooltip-south-b41f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean-e9e8 .paper_773a {
    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);
}

.clean-e9e8 .paper_773a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean-e9e8 .paper_773a p:last-child {
    margin-bottom: 0;
}

.clean-e9e8 .paper_773a strong {
    color: var(--text-primary);
}

.clean-e9e8 .shade-center-cc69 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean-e9e8 .shade-center-cc69 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fixed-1b37 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fixed-1b37 .border-easy-fb3f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fixed-1b37 .secondary_current_7106 {
    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);
}

.fixed-1b37 .secondary_current_7106 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed-1b37 .secondary_current_7106 p:last-child {
    margin-bottom: 0;
}

.fixed-1b37 .secondary_current_7106 strong {
    color: var(--text-primary);
}

.fixed-1b37 .notice-3a13 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fixed-1b37 .notice-3a13 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column-south-63f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.column-south-63f1 .tertiary_fbdd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column-south-63f1 .accent_paper_1b68 {
    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);
}

.column-south-63f1 .accent_paper_1b68 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-south-63f1 .accent_paper_1b68 p:last-child {
    margin-bottom: 0;
}

.column-south-63f1 .accent_paper_1b68 strong {
    color: var(--text-primary);
}

.column-south-63f1 .media_pink_e07a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column-south-63f1 .media_pink_e07a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sort-ff11 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-ff11 .container_down_98a0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-ff11 .layout_779b {
    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);
}

.sort-ff11 .layout_779b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-ff11 .layout_779b p:last-child {
    margin-bottom: 0;
}

.sort-ff11 .layout_779b strong {
    color: var(--text-primary);
}

.sort-ff11 .stone_4fd9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-ff11 .stone_4fd9 li {
    margin-bottom: 0.65rem;
}

.sort-ff11 .stone_4fd9 li:last-child {
    margin-bottom: 0;
}

.sort-ff11 .warm_a440 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-ff11 .warm_a440 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-narrow-1190 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-narrow-1190 .card-1fd9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-narrow-1190 .panel_hovered_f2e1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.progress-narrow-1190 .panel_hovered_f2e1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-narrow-1190 .panel_hovered_f2e1 p:last-child {
    margin-bottom: 0;
}

.progress-narrow-1190 .panel_hovered_f2e1 strong {
    color: var(--text-primary);
}

.progress-narrow-1190 .frame-64fc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-narrow-1190 .frame-64fc li {
    margin-bottom: 0.65rem;
}

.progress-narrow-1190 .frame-64fc li:last-child {
    margin-bottom: 0;
}

.progress-narrow-1190 .focus_282a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-narrow-1190 .focus_282a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture_f45c {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_f45c .out_20e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_f45c .menu-small-c67e {
    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);
}

.texture_f45c .menu-small-c67e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_f45c .menu-small-c67e p:last-child {
    margin-bottom: 0;
}

.texture_f45c .menu-small-c67e strong {
    color: var(--text-primary);
}

.texture_f45c .column_simple_cc7f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_f45c .column_simple_cc7f li {
    margin-bottom: 0.65rem;
}

.texture_f45c .column_simple_cc7f li:last-child {
    margin-bottom: 0;
}

.texture_f45c .wrapper-fc86 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_f45c .wrapper-fc86 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.short_e805 {
    background: #f8f9fa;
    color: #2c3e50;
}

.short_e805 .info_copper_8757 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.short_e805 .container_c6e4 {
    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);
}

.short_e805 .container_c6e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_e805 .container_c6e4 p:last-child {
    margin-bottom: 0;
}

.short_e805 .container_c6e4 strong {
    color: var(--text-primary);
}

.short_e805 .slider_short_15fb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_e805 .slider_short_15fb li {
    margin-bottom: 0.65rem;
}

.short_e805 .slider_short_15fb li:last-child {
    margin-bottom: 0;
}

body.fluid_d2f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid_d2f8 .preview_warm_e557 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid_d2f8 .simple_ce70 {
    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);
}

.fluid_d2f8 .simple_ce70 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_d2f8 .simple_ce70 p:last-child {
    margin-bottom: 0;
}

.fluid_d2f8 .simple_ce70 strong {
    color: var(--text-primary);
}

.fluid_d2f8 .info_cede {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_d2f8 .info_cede li {
    margin-bottom: 0.65rem;
}

.fluid_d2f8 .info_cede li:last-child {
    margin-bottom: 0;
}

.fluid_d2f8 .label-53a8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid_d2f8 .label-53a8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper-focused-bb34 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper-focused-bb34 .surface-inner-57b1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper-focused-bb34 .motion_6d60 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.wrapper-focused-bb34 .motion_6d60 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-focused-bb34 .motion_6d60 p:last-child {
    margin-bottom: 0;
}

.wrapper-focused-bb34 .motion_6d60 strong {
    color: var(--text-primary);
}

.wrapper-focused-bb34 .label_wide_c61e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-focused-bb34 .label_wide_c61e li {
    margin-bottom: 0.65rem;
}

.wrapper-focused-bb34 .label_wide_c61e li:last-child {
    margin-bottom: 0;
}

.wrapper-focused-bb34 .texture-east-d7c0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper-focused-bb34 .texture-east-d7c0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero_last_129d {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero_last_129d .heading_selected_1b48 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero_last_129d .narrow_8378 {
    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);
}

.hero_last_129d .narrow_8378 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_last_129d .narrow_8378 p:last-child {
    margin-bottom: 0;
}

.hero_last_129d .narrow_8378 strong {
    color: var(--text-primary);
}

.hero_last_129d .hero_bd1f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_last_129d .hero_bd1f li {
    margin-bottom: 0.65rem;
}

.hero_last_129d .hero_bd1f li:last-child {
    margin-bottom: 0;
}

.hero_last_129d .caption_down_05f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero_last_129d .caption_down_05f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left_e61c {
    background: #f8f9fa;
    color: #2c3e50;
}

.left_e61c .modal_glass_57da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left_e61c .heading_d893 {
    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);
}

.left_e61c .heading_d893 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_e61c .heading_d893 p:last-child {
    margin-bottom: 0;
}

.left_e61c .heading_d893 strong {
    color: var(--text-primary);
}

.left_e61c .filter-f54f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_e61c .filter-f54f li {
    margin-bottom: 0.65rem;
}

.left_e61c .filter-f54f li:last-child {
    margin-bottom: 0;
}

.left_e61c .carousel-0d3e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.left_e61c .carousel-0d3e 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: b00b */
.ghost-box-a7 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
