/* 
 * 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.primary-c3e4) — fixed together on mobile */
.tabs_lower_777d {
    width: 100%;
}

.primary-motion-5568 {
    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) {
    .tabs_lower_777d {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .primary-motion-5568 {
        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.column_middle_11ff. Conta) stay reachable.
     */
    .link-3906 .layout_e356 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .tabs_lower_777d .link-3906 > .layout_e356 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .tabs_lower_777d:has(.title_fc61.fn-show-302d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .tabs_lower_777d:has(.title_fc61.fn-show-302d) .primary-motion-5568 {
        flex-shrink: 0;
    }

    .tabs_lower_777d:has(.title_fc61.fn-show-302d) .link-3906 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .tabs_lower_777d:has(.title_fc61.fn-show-302d) .link-3906 > .layout_e356 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .tabs_lower_777d:has(.title_fc61.fn-show-302d) .stale-4baa {
        flex-shrink: 0;
    }

    .tabs_lower_777d:has(.title_fc61.fn-show-302d) .title_fc61.fn-show-302d {
        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 */
    .link-3906 .title_fc61 .stale-92f1.fn-active-302d .video_6711 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .primary-motion-5568 {
        position: sticky;
        top: 0;
    }
}

.tabs_lower_777d.out_d37f,
.tabs_lower_777d.out_d37f .primary-motion-5568 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.tertiary_b30a {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .tertiary_b30a {
        padding: 0.75rem 0;
    }
}

.main-37a2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tooltip_ae77 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tooltip_ae77 img {
        height: 35px;
    }
}

/* .link-3906 / .accordion-blue-3ab5 — inner pages (brown bar); index uses .alert_blue_630e below */

.link-3906:not(.alert_blue_630e) .accordion-blue-3ab5.fn-active-302d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.shade_c6ed {
    display: flex;
    gap: var(--spacing-md);
}

.aside_7d55,
.clean-3b97 {
    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) {
    .aside_7d55,
    .clean-3b97 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .shade_c6ed {
        gap: 0.5rem;
    }
}

.aside_7d55 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.aside_7d55:hover {
    background: var(--primary-purple);
    color: white;
}

.clean-3b97 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.clean-3b97:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.video_simple_89d6 {
    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%;
}

.video_simple_89d6::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;
}

.video_simple_89d6::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;
}

.primary_hard_4e9c {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.block-steel-c402 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.block-steel-c402 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);
}

.video_simple_89d6 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;
}

.focused_c9c3 {
    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;
}

.focused_c9c3 strong {
    font-weight: 700;
}

.content-d9e8 {
    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);
}

.chip_a48b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.media_simple_a69f {
    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);
}

.media_simple_a69f:hover {
    transform: translateY(-4px);
}

.east-cca3 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.nav-b5c3 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.mask-abaa {
    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;
}

.mask-abaa:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.mask-abaa.progress-gold-3455 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.static-22f3 {
    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);
}

.static-22f3:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.search-8a3a {
    padding: 3rem 1.25rem;
    background: white;
}

.tag_84f9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.badge_rough_9f68 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.badge_rough_9f68:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.badge_rough_9f68 img {
    margin-bottom: 1rem;
}

.lite_71a2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.badge_rough_9f68 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.badge_rough_9f68 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 */
.content-new-1d00 {
    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);
}

.prev_295c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.texture-basic-9b6b {
    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);
}

.texture-basic-9b6b h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.texture-basic-9b6b p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.texture-basic-9b6b a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.highlight_liquid_932e {
    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
   ======================================== */

.element-simple-bff8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pagination_178c {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.detail_2eaf {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.aside-copper-6072 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.picture-d85e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.picture-d85e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.picture-d85e.dropdown-large-56dc {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.picture-d85e.dropdown-large-56dc h3,
.picture-d85e.dropdown-large-56dc p {
    color: white;
}

.orange-dd3e {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.picture-d85e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.picture-d85e p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.stale-4495 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.stale-4495:hover {
    gap: 0.75rem;
}

.picture-d85e.dropdown-large-56dc .stale-4495 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.slider-bright-5a1f {
    padding: 4rem 1.25rem;
    background: white;
}

.footer_fixed_f893 {
    text-align: center;
    margin-bottom: 3rem;
}

.element_steel_df3d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.content-huge-3612 {
    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%;
}

.content-huge-3612:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.gradient_gas_f226 {
    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);
}

.focus-5b0b {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.accordion-d668 {
    padding: 1.5rem;
}

.accordion-d668 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.steel-9922 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.border-middle-9a05 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.texture_bright_496d,
.tooltip-8a9a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.texture_bright_496d {
    background: #dcfce7;
    color: #166534;
}

.texture_bright_496d.tabs-0c48 {
    background: #10b981;
    color: white;
}

.tooltip-8a9a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.tooltip-8a9a.blue-1598 {
    background: #fee2e2;
    color: #991b1b;
}

.tooltip-8a9a.thumbnail_8862 {
    background: #fef3c7;
    color: #92400e;
}

.tooltip-8a9a.column_active_2fe3 {
    background: #dcfce7;
    color: #166534;
}

.pattern_ba26 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pattern_ba26 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.text-warm-bfc6 {
    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);
}

.text-warm-bfc6:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.message-dirty-0f6d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.breadcrumb_e2b6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.frame_blue_4b52 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .frame_blue_4b52 {
        grid-template-columns: 1fr 1fr;
    }
}

.filter-7688 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.tabs-white-f4e8 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.next_a675 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.panel_32bd {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.picture-2858 {
    font-size: 1rem;
    opacity: 0.9;
}

.tabs-white-f4e8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.grid_0a8a {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.grid_0a8a li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.grid_0a8a 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;
}

.grid_0a8a li strong {
    color: var(--primary-purple);
}

.grid_0a8a li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.bottom-4158 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.tall-94f9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.message_1ee4 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.tall-94f9 .nav-b5c3 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.main_inner_9aa5 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.popup_0e34 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.popup_0e34 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.search_400a {
    padding: 4rem 1.25rem;
    background: white;
}

.breadcrumb-hard-92e2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .breadcrumb-hard-92e2 {
        grid-template-columns: 1fr 1fr;
    }
}

.middle-6160 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.modal_outer_97f4 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.left-9106 {
    margin-bottom: 1.5rem;
}

.search-37ba {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.progress_43a8 {
    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);
}

.background-red-9993 {
    white-space: nowrap;
}

.purple_617b {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.light-521b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.summary_tall_74b7 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.summary_tall_74b7:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.top-e9c4 {
    font-size: 2rem;
    flex-shrink: 0;
}

.pink-69b3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.pink-69b3 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.easy_63f1 {
    margin-top: 3rem;
}

.easy_63f1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.container-cbab {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.container-cbab thead {
    background: var(--primary-purple);
    color: white;
}

.container-cbab th,
.container-cbab td {
    padding: 1rem;
    text-align: left;
}

.container-cbab th {
    font-weight: 700;
    font-size: 0.9rem;
}

.container-cbab tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.container-cbab tbody tr:last-child {
    border-bottom: none;
}

.container-cbab tbody tr:hover {
    background: var(--light-bg);
}

.main-80ec {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.paragraph_2cfd {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer-728b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.component_8eb3 {
    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);
}

.component_8eb3:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.component_8eb3.paper-69db::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;
}

.aside_c941 {
    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;
}

.list_68e5 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.frame_medium_fd5e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.header-lower-0e5e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.table_east_52f1 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.table_east_52f1 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.table_east_52f1 p:last-child {
    margin-bottom: 0;
}

.table_east_52f1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.carousel-5e25 {
    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;
}

.rough-6b17 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.cold-93e2 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.cold-93e2 .east-cca3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.cold-93e2 .nav-b5c3 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.paragraph_liquid_fb30 {
    padding: 4rem 1.25rem;
    background: white;
}

.narrow-7a14 {
    max-width: 900px;
    margin: 0 auto;
}

.carousel-6db1 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.carousel-6db1:hover {
    border-color: var(--primary-purple);
}

.carousel-6db1[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.carousel-6db1 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;
}

.carousel-6db1 summary::-webkit-details-marker {
    display: none;
}

.carousel-6db1 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.carousel-6db1[open] summary::after {
    transform: rotate(45deg);
}

.dark-241c {
    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);
    }
}

.dark-241c p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.dark-241c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.dark-241c ul,
.dark-241c ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.dark-241c li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.dark-241c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.box_c9c9 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.logo_fast_86bd {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.logo_fast_86bd th,
.logo_fast_86bd td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.logo_fast_86bd th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.alert-c492 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.surface_b130 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.progress_456e {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .progress_456e {
        flex-direction: column;
        text-align: center;
    }
}

.progress_456e img {
    flex-shrink: 0;
}

.thumbnail_blue_6afb {
    font-size: 4rem;
    flex-shrink: 0;
}

.shadow_new_abfb h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.shadow_new_abfb p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.stone_4fe2 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.description_wood_f281 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.pressed_e02c h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.pressed_e02c > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.form-3dd6 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.detail_fe01 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.hot-13b5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.simple-0a7c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.simple-0a7c p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.chip-69b0 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.iron_e3c9 {
    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);
}

.search_321f {
    list-style: none;
}

.search_321f li {
    margin-bottom: 0.75rem;
}

.search_321f a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.search_321f a:hover {
    color: white;
}

.badge-black-c137 {
    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;
}

.gallery-over-0bbf {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery-over-0bbf span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.glass_0eea {
    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);
}

.button_plasma_68b9 {
    text-align: right;
}

@media (max-width: 767px) {
    .button_plasma_68b9 {
        text-align: center;
        width: 100%;
    }
}

.button_plasma_68b9 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.primary-smooth-9510 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.layout_e356 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.search-8a3a,
.content-new-1d00,
.element-simple-bff8,
.slider-bright-5a1f,
.breadcrumb_e2b6,
.search_400a,
.paragraph_2cfd,
.paragraph_liquid_fb30,
.surface_b130,
.description_wood_f281 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .pagination_178c {
        font-size: 1.75rem;
    }
    
    .detail_2eaf {
        font-size: 1rem;
    }
    
    .bottom-4158 {
        flex-direction: column;
    }
    
    .breadcrumb-hard-92e2 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .element_steel_df3d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .content-huge-3612 {
        max-width: 100%;
    }
    
    .focus-5b0b {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .layout_e356 {
        padding: 0 1rem;
    }
    
    .video_simple_89d6 {
        padding: 4rem 1rem 3rem;
    }
    
    .video_simple_89d6 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .mask-abaa {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .chip_a48b {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .container-cbab,
    .logo_fast_86bd {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .tag_84f9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .aside-copper-6072 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .footer-728b {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .video_simple_89d6 h1 {
        font-size: 1.5rem;
    }
    
    .chip_a48b {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .media_simple_a69f {
        padding: 0.75rem;
    }
    
    .east-cca3 {
        font-size: 1.5rem;
    }
    
    .tag_84f9 {
        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 */
.content-huge-3612:hover,
.picture-d85e:hover,
.component_8eb3:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .slider-bright-5a1f,
    .paragraph_2cfd,
    .paragraph_liquid_fb30 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.primary-c3e4)
   ======================================== */

.link-3906.alert_blue_630e {
    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;
}

.link-3906.alert_blue_630e .accordion-blue-3ab5 {
    color: #334155;
}

.link-3906.alert_blue_630e .accordion-blue-3ab5:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.link-3906.alert_blue_630e .accordion-blue-3ab5.fn-active-302d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.link-3906.alert_blue_630e .video_6711 {
    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);
}

.link-3906.alert_blue_630e .video_6711::before {
    border-bottom-color: #ffffff;
}

.link-3906.alert_blue_630e .cool-0ec7 {
    color: #475569;
}

.link-3906.alert_blue_630e .cool-0ec7::before {
    background: #818cf8;
}

.link-3906.alert_blue_630e .cool-0ec7:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.link-3906.alert_blue_630e .cool-0ec7:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.link-3906.alert_blue_630e .complex_7fb6 {
    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);
}

.link-3906.alert_blue_630e .complex_7fb6:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.link-3906.alert_blue_630e .complex_7fb6 span {
    background: #475569;
    box-shadow: none;
}

.link-3906.alert_blue_630e .complex_7fb6.fn-active-302d span:nth-child(1),
.link-3906.alert_blue_630e .complex_7fb6.fn-active-302d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .link-3906.alert_blue_630e {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-3906.alert_blue_630e .stale-4baa {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-3906.alert_blue_630e .stale-4baa span {
        color: #334155 !important;
    }

    .link-3906.alert_blue_630e .title_fc61 {
        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);
    }

    .link-3906.alert_blue_630e .title_fc61 .accordion-blue-3ab5 {
        color: #334155;
        text-shadow: none;
    }

    .link-3906.alert_blue_630e .title_fc61 .accordion-blue-3ab5:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .link-3906.alert_blue_630e .title_fc61 .accordion-blue-3ab5.top-bb19::after {
        color: #64748b;
    }

    .link-3906.alert_blue_630e .title_fc61 .video_6711 {
        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) */
    .link-3906.alert_blue_630e .title_fc61 .stale-92f1.fn-active-302d .video_6711 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .link-3906.alert_blue_630e .title_fc61 .cool-0ec7 {
        color: #475569;
    }

    .link-3906.alert_blue_630e .title_fc61 .cool-0ec7::before {
        color: #6366f1;
    }

    .link-3906.alert_blue_630e .title_fc61 .cool-0ec7:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .link-3906.alert_blue_630e .title_fc61 .cool-0ec7:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .link-3906.alert_blue_630e .title_fc61 .cool-0ec7:hover::before {
        color: #4f46e5;
    }
}

/* apk.medium_38d0 — mesmo tema claro da home; blocos extras */
body.top-ca32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.top-ca32 .column_center_5a48 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.top-ca32 .texture_c647 {
    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);
}

.top-ca32 .texture_c647 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.top-ca32 .texture_c647 p:last-child {
    margin-bottom: 0;
}

.top-ca32 .texture_c647 strong {
    color: var(--text-primary);
}

.top-ca32 .row_678c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.top-ca32 .row_678c 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_b4ce {
    background: #f8f9fa;
    color: #2c3e50;
}

.block_b4ce .stone_7dae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block_b4ce .gradient_c19c {
    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_b4ce .gradient_c19c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_b4ce .gradient_c19c p:last-child {
    margin-bottom: 0;
}

.block_b4ce .gradient_c19c strong {
    color: var(--text-primary);
}

.block_b4ce .caption-a87c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block_b4ce .caption-a87c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-2cc8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-2cc8 .gas-e426 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-2cc8 .aside_lower_e40a {
    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);
}

.disabled-2cc8 .aside_lower_e40a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-2cc8 .aside_lower_e40a p:last-child {
    margin-bottom: 0;
}

.disabled-2cc8 .aside_lower_e40a strong {
    color: var(--text-primary);
}

.disabled-2cc8 .detail-8066 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-2cc8 .detail-8066 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-72de {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-72de .soft-7a82 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-72de .overlay_b591 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.module-72de .overlay_b591 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-72de .overlay_b591 p:last-child {
    margin-bottom: 0;
}

.module-72de .overlay_b591 strong {
    color: var(--text-primary);
}

.module-72de .fast-295b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-72de .fast-295b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar_silver_c6dc {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_silver_c6dc .detail_9ced {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_silver_c6dc .status-964e {
    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);
}

.avatar_silver_c6dc .status-964e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_silver_c6dc .status-964e p:last-child {
    margin-bottom: 0;
}

.avatar_silver_c6dc .status-964e strong {
    color: var(--text-primary);
}

.avatar_silver_c6dc .breadcrumb-4b54 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_silver_c6dc .breadcrumb-4b54 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-5bf7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-5bf7 .content-up-8779 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-5bf7 .panel-eef0 {
    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);
}

.secondary-5bf7 .panel-eef0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-5bf7 .panel-eef0 p:last-child {
    margin-bottom: 0;
}

.secondary-5bf7 .panel-eef0 strong {
    color: var(--text-primary);
}

.secondary-5bf7 .accordion-under-5e79 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-5bf7 .accordion-under-5e79 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.silver_2c2d {
    background: #f8f9fa;
    color: #2c3e50;
}

.silver_2c2d .banner-bed8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.silver_2c2d .shade_48e4 {
    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);
}

.silver_2c2d .shade_48e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_2c2d .shade_48e4 p:last-child {
    margin-bottom: 0;
}

.silver_2c2d .shade_48e4 strong {
    color: var(--text-primary);
}

.silver_2c2d .gallery-b345 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.silver_2c2d .gallery-b345 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner-6ce5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner-6ce5 .up_7776 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner-6ce5 .dirty-c138 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.inner-6ce5 .dirty-c138 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner-6ce5 .dirty-c138 p:last-child {
    margin-bottom: 0;
}

.inner-6ce5 .dirty-c138 strong {
    color: var(--text-primary);
}

.inner-6ce5 .chip_d25b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner-6ce5 .chip_d25b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask-bottom-e9f7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask-bottom-e9f7 .modal_brown_14f8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask-bottom-e9f7 .pagination-in-33fb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.mask-bottom-e9f7 .pagination-in-33fb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask-bottom-e9f7 .pagination-in-33fb p:last-child {
    margin-bottom: 0;
}

.mask-bottom-e9f7 .pagination-in-33fb strong {
    color: var(--text-primary);
}

.mask-bottom-e9f7 .motion_3fa6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask-bottom-e9f7 .motion_3fa6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert-narrow-e6d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-narrow-e6d7 .label-d683 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-narrow-e6d7 .progress_steel_1e3c {
    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);
}

.alert-narrow-e6d7 .progress_steel_1e3c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-narrow-e6d7 .progress_steel_1e3c p:last-child {
    margin-bottom: 0;
}

.alert-narrow-e6d7 .progress_steel_1e3c strong {
    color: var(--text-primary);
}

.alert-narrow-e6d7 .active-wood-bd9a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert-narrow-e6d7 .active-wood-bd9a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.new_9b4b {
    background: #f8f9fa;
    color: #2c3e50;
}

.new_9b4b .picture-dark-d3a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.new_9b4b .huge_ece9 {
    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);
}

.new_9b4b .huge_ece9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new_9b4b .huge_ece9 p:last-child {
    margin-bottom: 0;
}

.new_9b4b .huge_ece9 strong {
    color: var(--text-primary);
}

.new_9b4b .notice-476c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new_9b4b .notice-476c li {
    margin-bottom: 0.65rem;
}

.new_9b4b .notice-476c li:last-child {
    margin-bottom: 0;
}

.new_9b4b .pro_4112 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.new_9b4b .pro_4112 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.icon_adc8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon_adc8 .hovered_2efe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon_adc8 .image-72eb {
    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);
}

.icon_adc8 .image-72eb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_adc8 .image-72eb p:last-child {
    margin-bottom: 0;
}

.icon_adc8 .image-72eb strong {
    color: var(--text-primary);
}

.icon_adc8 .sidebar-short-3d61 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_adc8 .sidebar-short-3d61 li {
    margin-bottom: 0.65rem;
}

.icon_adc8 .sidebar-short-3d61 li:last-child {
    margin-bottom: 0;
}

.icon_adc8 .wrapper_fluid_4fee {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon_adc8 .wrapper_fluid_4fee img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container-in-0928 {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-in-0928 .under-5030 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-in-0928 .tabs_5a5b {
    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);
}

.container-in-0928 .tabs_5a5b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-in-0928 .tabs_5a5b p:last-child {
    margin-bottom: 0;
}

.container-in-0928 .tabs_5a5b strong {
    color: var(--text-primary);
}

.container-in-0928 .dirty_b3f6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-in-0928 .dirty_b3f6 li {
    margin-bottom: 0.65rem;
}

.container-in-0928 .dirty_b3f6 li:last-child {
    margin-bottom: 0;
}

.container-in-0928 .shade-gas-dba0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-in-0928 .shade-gas-dba0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_b122 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_b122 .article_b1b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_b122 .new-7c01 {
    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);
}

.breadcrumb_b122 .new-7c01 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_b122 .new-7c01 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_b122 .new-7c01 strong {
    color: var(--text-primary);
}

.breadcrumb_b122 .description_3b3c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_b122 .description_3b3c li {
    margin-bottom: 0.65rem;
}

.breadcrumb_b122 .description_3b3c li:last-child {
    margin-bottom: 0;
}

body.mask-fast-7dbe {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask-fast-7dbe .pro_95e5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask-fast-7dbe .nav-fast-6dfc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.mask-fast-7dbe .nav-fast-6dfc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask-fast-7dbe .nav-fast-6dfc p:last-child {
    margin-bottom: 0;
}

.mask-fast-7dbe .nav-fast-6dfc strong {
    color: var(--text-primary);
}

.mask-fast-7dbe .tertiary_c1cf {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask-fast-7dbe .tertiary_c1cf li {
    margin-bottom: 0.65rem;
}

.mask-fast-7dbe .tertiary_c1cf li:last-child {
    margin-bottom: 0;
}

.mask-fast-7dbe .active-be46 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask-fast-7dbe .active-be46 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-e0e0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.center-e0e0 .shade_upper_dad5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center-e0e0 .article-smooth-6f74 {
    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-e0e0 .article-smooth-6f74 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-e0e0 .article-smooth-6f74 p:last-child {
    margin-bottom: 0;
}

.center-e0e0 .article-smooth-6f74 strong {
    color: var(--text-primary);
}

.center-e0e0 .table-bc0c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center-e0e0 .table-bc0c li {
    margin-bottom: 0.65rem;
}

.center-e0e0 .table-bc0c li:last-child {
    margin-bottom: 0;
}

.center-e0e0 .active-26ba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center-e0e0 .active-26ba 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_5aae {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_5aae .summary_f06f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_5aae .video-d241 {
    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_5aae .video-d241 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_5aae .video-d241 p:last-child {
    margin-bottom: 0;
}

.form_5aae .video-d241 strong {
    color: var(--text-primary);
}

.form_5aae .shade-focused-1dd3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_5aae .shade-focused-1dd3 li {
    margin-bottom: 0.65rem;
}

.form_5aae .shade-focused-1dd3 li:last-child {
    margin-bottom: 0;
}

.form_5aae .card-1065 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_5aae .card-1065 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old-3c84 {
    background: #f8f9fa;
    color: #2c3e50;
}

.old-3c84 .stale-3348 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old-3c84 .shade-light-95b2 {
    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);
}

.old-3c84 .shade-light-95b2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-3c84 .shade-light-95b2 p:last-child {
    margin-bottom: 0;
}

.old-3c84 .shade-light-95b2 strong {
    color: var(--text-primary);
}

.old-3c84 .active_5f72 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-3c84 .active_5f72 li {
    margin-bottom: 0.65rem;
}

.old-3c84 .active_5f72 li:last-child {
    margin-bottom: 0;
}

.old-3c84 .outer_16a8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old-3c84 .outer_16a8 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: 778f */
.phantom-card-a8 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
