/* 
 * 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.background-fffb) — fixed together on mobile */
.gallery-rough-3429 {
    width: 100%;
}

.footer-right-02ce {
    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) {
    .gallery-rough-3429 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .footer-right-02ce {
        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.picture-b233. Conta) stay reachable.
     */
    .accent_d524 .smooth-9619 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .gallery-rough-3429 .accent_d524 > .smooth-9619 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) .footer-right-02ce {
        flex-shrink: 0;
    }

    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) .accent_d524 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) .accent_d524 > .smooth-9619 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) .component_orange_8272 {
        flex-shrink: 0;
    }

    .gallery-rough-3429:has(.search_silver_7b8c.fn-show-b683) .search_silver_7b8c.fn-show-b683 {
        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 */
    .accent_d524 .search_silver_7b8c .modal_full_42fd.fn-active-b683 .down_7f67 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .footer-right-02ce {
        position: sticky;
        top: 0;
    }
}

.gallery-rough-3429.row-right-bcc6,
.gallery-rough-3429.row-right-bcc6 .footer-right-02ce {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.focus_full_e905 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .focus_full_e905 {
        padding: 0.75rem 0;
    }
}

.chip-07a7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.center_63c9 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .center_63c9 img {
        height: 35px;
    }
}

/* .accent_d524 / .white_43d8 — inner pages (brown bar); index uses .east_b4f7 below */

.accent_d524:not(.east_b4f7) .white_43d8.fn-active-b683 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.purple-3a5c {
    display: flex;
    gap: var(--spacing-md);
}

.tooltip_c897,
.status-5c36 {
    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) {
    .tooltip_c897,
    .status-5c36 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .purple-3a5c {
        gap: 0.5rem;
    }
}

.tooltip_c897 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.tooltip_c897:hover {
    background: var(--primary-purple);
    color: white;
}

.status-5c36 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.status-5c36:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.liquid-ad50 {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 5rem 1.25rem 4rem;
    overflow: hidden;
    width: 100%;
}

.liquid-ad50::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 40vw;
    max-width: 500px;
    height: 40vw;
    max-height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.liquid-ad50::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;
}

.basic-e1ec {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.hero-liquid-9e36 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.hero-liquid-9e36 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 400px);
    width: 100%;
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.liquid-ad50 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;
}

.white_e3f8 {
    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;
}

.white_e3f8 strong {
    font-weight: 700;
}

.fast_cab4 {
    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);
}

.tabs-prev-1725 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.aside-6e4e {
    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);
}

.aside-6e4e:hover {
    transform: translateY(-4px);
}

.complex-50d4 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.image_current_1e53 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.row_under_bc40 {
    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;
}

.row_under_bc40:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.row_under_bc40.panel-e77c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.table-128b {
    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);
}

.table-128b:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.module_1363 {
    padding: 3rem 1.25rem;
    background: white;
}

.modal-7465 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.paper_f16f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.paper_f16f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.paper_f16f img {
    margin-bottom: 1rem;
}

.status-e030 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.paper_f16f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.paper_f16f 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 */
.preview_liquid_3a6b {
    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);
}

.focus-150b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.container_3db4 {
    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);
}

.container_3db4 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.container_3db4 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.container_3db4 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.prev-53cc {
    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
   ======================================== */

.dynamic-75e3 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.breadcrumb_red_a011 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.feature-hard-ba65 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.label-4dc7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.button-static-2409 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.button-static-2409:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.button-static-2409.icon-down-65d8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.button-static-2409.icon-down-65d8 h3,
.button-static-2409.icon-down-65d8 p {
    color: white;
}

.basic_2eda {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.button-static-2409 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.button-static-2409 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture_4ef3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.picture_4ef3:hover {
    gap: 0.75rem;
}

.button-static-2409.icon-down-65d8 .picture_4ef3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.paper_d347 {
    padding: 4rem 1.25rem;
    background: white;
}

.full_3bbf {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-4104 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.icon-tiny-a685 {
    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%;
}

.icon-tiny-a685:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.smooth_5a50 {
    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);
}

.modal_steel_bc0a {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.info-fa7f {
    padding: 1.5rem;
}

.info-fa7f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.dim_36aa {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.bottom-6271 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hovered_1918,
.slider_cool_51f8 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.hovered_1918 {
    background: #dcfce7;
    color: #166534;
}

.hovered_1918.element-17b8 {
    background: #10b981;
    color: white;
}

.slider_cool_51f8 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.slider_cool_51f8.outline-ffb3 {
    background: #fee2e2;
    color: #991b1b;
}

.slider_cool_51f8.summary-large-4b79 {
    background: #fef3c7;
    color: #92400e;
}

.slider_cool_51f8.mini_ee91 {
    background: #dcfce7;
    color: #166534;
}

.border-30cc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.border-30cc strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.layout_gas_c6be {
    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);
}

.layout_gas_c6be:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.prev-58b4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.accordion-404d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.block-8ed1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .block-8ed1 {
        grid-template-columns: 1fr 1fr;
    }
}

.progress_7f1c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.progress_clean_e01c h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.medium_8198 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.gradient_0e6a {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.filter-c287 {
    font-size: 1rem;
    opacity: 0.9;
}

.progress_clean_e01c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.motion-92ce {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.motion-92ce li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.motion-92ce 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;
}

.motion-92ce li strong {
    color: var(--primary-purple);
}

.motion-92ce li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.column-50d5 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.focus_old_a3e6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.light_5245 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.focus_old_a3e6 .image_current_1e53 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.lite-244c p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.accordion-iron-f841 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.accordion-iron-f841 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.hard-0525 {
    padding: 4rem 1.25rem;
    background: white;
}

.alert_cab3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .alert_cab3 {
        grid-template-columns: 1fr 1fr;
    }
}

.disabled-lower-3239 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.red_3b4e {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.column-right-c4db {
    margin-bottom: 1.5rem;
}

.dim_d908 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.heading_2566 {
    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);
}

.article_84ff {
    white-space: nowrap;
}

.pattern-1670 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.filter_fast_5fec h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.list_c3a0 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.list_c3a0:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.menu_right_961f {
    font-size: 2rem;
    flex-shrink: 0;
}

.bronze_8bfd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.bronze_8bfd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.description-b260 {
    margin-top: 3rem;
}

.description-b260 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.media_3c6b {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.media_3c6b thead {
    background: var(--primary-purple);
    color: white;
}

.media_3c6b th,
.media_3c6b td {
    padding: 1rem;
    text-align: left;
}

.media_3c6b th {
    font-weight: 700;
    font-size: 0.9rem;
}

.media_3c6b tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.media_3c6b tbody tr:last-child {
    border-bottom: none;
}

.media_3c6b tbody tr:hover {
    background: var(--light-bg);
}

.hot_8afa {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.title_0d4f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.fluid-e401 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.media_31e9 {
    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);
}

.media_31e9:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.media_31e9.badge_current_7b01::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;
}

.panel-c65c {
    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;
}

.element-d74e {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.image_up_36af h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.texture_3382 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.orange_0225 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.orange_0225 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.orange_0225 p:last-child {
    margin-bottom: 0;
}

.orange_0225 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.accent-clean-bb7b {
    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;
}

.red_00fa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.column_in_f0c7 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.column_in_f0c7 .complex-50d4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.column_in_f0c7 .image_current_1e53 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.panel_short_2738 {
    padding: 4rem 1.25rem;
    background: white;
}

.filter_next_72cb {
    max-width: 900px;
    margin: 0 auto;
}

.short-1d1f {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.short-1d1f:hover {
    border-color: var(--primary-purple);
}

.short-1d1f[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.short-1d1f 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;
}

.short-1d1f summary::-webkit-details-marker {
    display: none;
}

.short-1d1f summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.short-1d1f[open] summary::after {
    transform: rotate(45deg);
}

.complex-7408 {
    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);
    }
}

.complex-7408 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.complex-7408 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.complex-7408 ul,
.complex-7408 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.complex-7408 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.complex-7408 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.sidebar_6dc9 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.red_a782 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.red_a782 th,
.red_a782 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.red_a782 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.light_4294 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.tertiary_bronze_a7cc {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.thumbnail_b21b {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .thumbnail_b21b {
        flex-direction: column;
        text-align: center;
    }
}

.thumbnail_b21b img {
    flex-shrink: 0;
}

.alert_dirty_71f2 {
    font-size: 4rem;
    flex-shrink: 0;
}

.widget_wide_91f4 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.widget_wide_91f4 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.badge-18e1 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.hot-8acb {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.search_6341 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.search_6341 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.bright_9fbe {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.secondary-dim-fea5 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.bottom-9985 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.disabled-right-6d49 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.disabled-right-6d49 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.heading-large-f567 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.preview-gold-a59e {
    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);
}

.aside-a550 {
    list-style: none;
}

.aside-a550 li {
    margin-bottom: 0.75rem;
}

.aside-a550 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.aside-a550 a:hover {
    color: white;
}

.yellow_98d9 {
    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;
}

.footer_active_6c73 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer_active_6c73 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.carousel_b661 {
    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);
}

.tooltip-0715 {
    text-align: right;
}

@media (max-width: 767px) {
    .tooltip-0715 {
        text-align: center;
        width: 100%;
    }
}

.tooltip-0715 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.hovered_b238 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.smooth-9619 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.module_1363,
.preview_liquid_3a6b,
.dynamic-75e3,
.paper_d347,
.accordion-404d,
.hard-0525,
.title_0d4f,
.panel_short_2738,
.tertiary_bronze_a7cc,
.hot-8acb {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .breadcrumb_red_a011 {
        font-size: 1.75rem;
    }
    
    .feature-hard-ba65 {
        font-size: 1rem;
    }
    
    .column-50d5 {
        flex-direction: column;
    }
    
    .alert_cab3 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .gallery-4104 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .icon-tiny-a685 {
        max-width: 100%;
    }
    
    .modal_steel_bc0a {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .smooth-9619 {
        padding: 0 1rem;
    }
    
    .liquid-ad50 {
        padding: 4rem 1rem 3rem;
    }
    
    .liquid-ad50 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .row_under_bc40 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs-prev-1725 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .media_3c6b,
    .red_a782 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .modal-7465 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .label-4dc7 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .fluid-e401 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .liquid-ad50 h1 {
        font-size: 1.5rem;
    }
    
    .tabs-prev-1725 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .aside-6e4e {
        padding: 0.75rem;
    }
    
    .complex-50d4 {
        font-size: 1.5rem;
    }
    
    .modal-7465 {
        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 */
.icon-tiny-a685:hover,
.button-static-2409:hover,
.media_31e9:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .paper_d347,
    .title_0d4f,
    .panel_short_2738 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.background-fffb)
   ======================================== */

.accent_d524.east_b4f7 {
    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;
}

.accent_d524.east_b4f7 .white_43d8 {
    color: #334155;
}

.accent_d524.east_b4f7 .white_43d8:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.accent_d524.east_b4f7 .white_43d8.fn-active-b683 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.accent_d524.east_b4f7 .down_7f67 {
    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);
}

.accent_d524.east_b4f7 .down_7f67::before {
    border-bottom-color: #ffffff;
}

.accent_d524.east_b4f7 .caption_brown_39c3 {
    color: #475569;
}

.accent_d524.east_b4f7 .caption_brown_39c3::before {
    background: #818cf8;
}

.accent_d524.east_b4f7 .caption_brown_39c3:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.accent_d524.east_b4f7 .caption_brown_39c3:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.accent_d524.east_b4f7 .cold_a653 {
    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);
}

.accent_d524.east_b4f7 .cold_a653:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.accent_d524.east_b4f7 .cold_a653 span {
    background: #475569;
    box-shadow: none;
}

.accent_d524.east_b4f7 .cold_a653.fn-active-b683 span:nth-child(1),
.accent_d524.east_b4f7 .cold_a653.fn-active-b683 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .accent_d524.east_b4f7 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .accent_d524.east_b4f7 .component_orange_8272 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .accent_d524.east_b4f7 .component_orange_8272 span {
        color: #334155 !important;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c {
        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);
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .white_43d8 {
        color: #334155;
        text-shadow: none;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .white_43d8:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .white_43d8.selected_b267::after {
        color: #64748b;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .down_7f67 {
        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) */
    .accent_d524.east_b4f7 .search_silver_7b8c .modal_full_42fd.fn-active-b683 .down_7f67 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .caption_brown_39c3 {
        color: #475569;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .caption_brown_39c3::before {
        color: #6366f1;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .caption_brown_39c3:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .caption_brown_39c3:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .accent_d524.east_b4f7 .search_silver_7b8c .caption_brown_39c3:hover::before {
        color: #4f46e5;
    }
}

/* apk.large-f608 — mesmo tema claro da home; blocos extras */
body.column_silver_4cba {
    background: #f8f9fa;
    color: #2c3e50;
}

.column_silver_4cba .brown_5a93 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column_silver_4cba .main-bronze-916d {
    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_silver_4cba .main-bronze-916d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column_silver_4cba .main-bronze-916d p:last-child {
    margin-bottom: 0;
}

.column_silver_4cba .main-bronze-916d strong {
    color: var(--text-primary);
}

.column_silver_4cba .full_a92f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column_silver_4cba .full_a92f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle_b770 {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle_b770 .header_north_78c8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle_b770 .silver-6380 {
    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);
}

.middle_b770 .silver-6380 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_b770 .silver-6380 p:last-child {
    margin-bottom: 0;
}

.middle_b770 .silver-6380 strong {
    color: var(--text-primary);
}

.middle_b770 .text_5097 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.middle_b770 .text_5097 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-cf6b {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-cf6b .surface_lite_3fc1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-cf6b .text_55cc {
    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-cf6b .text_55cc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-cf6b .text_55cc p:last-child {
    margin-bottom: 0;
}

.progress-cf6b .text_55cc strong {
    color: var(--text-primary);
}

.progress-cf6b .thumbnail_hot_f028 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-cf6b .thumbnail_hot_f028 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid-af0f {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid-af0f .sort-pro-fd3a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid-af0f .chip_868c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.solid-af0f .chip_868c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-af0f .chip_868c p:last-child {
    margin-bottom: 0;
}

.solid-af0f .chip_868c strong {
    color: var(--text-primary);
}

.solid-af0f .full_5039 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid-af0f .full_5039 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dynamic_e54a {
    background: #f8f9fa;
    color: #2c3e50;
}

.dynamic_e54a .tag_purple_8e09 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dynamic_e54a .modal_short_4dbf {
    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);
}

.dynamic_e54a .modal_short_4dbf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic_e54a .modal_short_4dbf p:last-child {
    margin-bottom: 0;
}

.dynamic_e54a .modal_short_4dbf strong {
    color: var(--text-primary);
}

.dynamic_e54a .hot_1a90 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dynamic_e54a .hot_1a90 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fresh-10c0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fresh-10c0 .card-narrow-fda5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fresh-10c0 .hot_8409 {
    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);
}

.fresh-10c0 .hot_8409 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fresh-10c0 .hot_8409 p:last-child {
    margin-bottom: 0;
}

.fresh-10c0 .hot_8409 strong {
    color: var(--text-primary);
}

.fresh-10c0 .sort-over-eec8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fresh-10c0 .sort-over-eec8 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-mini-6314 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-mini-6314 .link-b100 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-mini-6314 .short_d556 {
    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-mini-6314 .short_d556 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-mini-6314 .short_d556 p:last-child {
    margin-bottom: 0;
}

.disabled-mini-6314 .short_d556 strong {
    color: var(--text-primary);
}

.disabled-mini-6314 .medium-3e57 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-mini-6314 .medium-3e57 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.green_f9e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.green_f9e6 .simple_5630 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.green_f9e6 .hero-green-5e42 {
    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);
}

.green_f9e6 .hero-green-5e42 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_f9e6 .hero-green-5e42 p:last-child {
    margin-bottom: 0;
}

.green_f9e6 .hero-green-5e42 strong {
    color: var(--text-primary);
}

.green_f9e6 .panel_b238 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.green_f9e6 .panel_b238 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature-3cd9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-3cd9 .heading_thick_ec8f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-3cd9 .logo_9c98 {
    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);
}

.feature-3cd9 .logo_9c98 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-3cd9 .logo_9c98 p:last-child {
    margin-bottom: 0;
}

.feature-3cd9 .logo_9c98 strong {
    color: var(--text-primary);
}

.feature-3cd9 .modal_narrow_4594 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature-3cd9 .modal_narrow_4594 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_purple_90d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_purple_90d7 .notification_north_3ba7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_purple_90d7 .aside-slow-fa53 {
    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);
}

.row_purple_90d7 .aside-slow-fa53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_purple_90d7 .aside-slow-fa53 p:last-child {
    margin-bottom: 0;
}

.row_purple_90d7 .aside-slow-fa53 strong {
    color: var(--text-primary);
}

.row_purple_90d7 .small_eb5a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_purple_90d7 .small_eb5a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus_47a9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus_47a9 .pattern-under-3ab2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus_47a9 .filter-0b58 {
    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);
}

.focus_47a9 .filter-0b58 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_47a9 .filter-0b58 p:last-child {
    margin-bottom: 0;
}

.focus_47a9 .filter-0b58 strong {
    color: var(--text-primary);
}

.focus_47a9 .under-45b3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_47a9 .under-45b3 li {
    margin-bottom: 0.65rem;
}

.focus_47a9 .under-45b3 li:last-child {
    margin-bottom: 0;
}

.focus_47a9 .wide_c0a0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus_47a9 .wide_c0a0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status-old-ee8a {
    background: #f8f9fa;
    color: #2c3e50;
}

.status-old-ee8a .focused-670f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status-old-ee8a .button_copper_04e2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.status-old-ee8a .button_copper_04e2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-old-ee8a .button_copper_04e2 p:last-child {
    margin-bottom: 0;
}

.status-old-ee8a .button_copper_04e2 strong {
    color: var(--text-primary);
}

.status-old-ee8a .feature_c0bd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-old-ee8a .feature_c0bd li {
    margin-bottom: 0.65rem;
}

.status-old-ee8a .feature_c0bd li:last-child {
    margin-bottom: 0;
}

.status-old-ee8a .input_cool_723b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status-old-ee8a .input_cool_723b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary_small_d610 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_small_d610 .stone-c7dd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_small_d610 .video_dirty_29be {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.primary_small_d610 .video_dirty_29be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_small_d610 .video_dirty_29be p:last-child {
    margin-bottom: 0;
}

.primary_small_d610 .video_dirty_29be strong {
    color: var(--text-primary);
}

.primary_small_d610 .heading_6ad9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_small_d610 .heading_6ad9 li {
    margin-bottom: 0.65rem;
}

.primary_small_d610 .heading_6ad9 li:last-child {
    margin-bottom: 0;
}

.primary_small_d610 .progress_orange_64bf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_small_d610 .progress_orange_64bf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-dim-e8a3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-dim-e8a3 .preview-b960 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-dim-e8a3 .caption-motion-544b {
    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);
}

.heading-dim-e8a3 .caption-motion-544b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-dim-e8a3 .caption-motion-544b p:last-child {
    margin-bottom: 0;
}

.heading-dim-e8a3 .caption-motion-544b strong {
    color: var(--text-primary);
}

.heading-dim-e8a3 .layout_8d8b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-dim-e8a3 .layout_8d8b li {
    margin-bottom: 0.65rem;
}

.heading-dim-e8a3 .layout_8d8b li:last-child {
    margin-bottom: 0;
}

body.basic-9907 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-9907 .gradient_tiny_d296 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-9907 .lower-660c {
    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);
}

.basic-9907 .lower-660c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-9907 .lower-660c p:last-child {
    margin-bottom: 0;
}

.basic-9907 .lower-660c strong {
    color: var(--text-primary);
}

.basic-9907 .steel-8f00 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-9907 .steel-8f00 li {
    margin-bottom: 0.65rem;
}

.basic-9907 .steel-8f00 li:last-child {
    margin-bottom: 0;
}

.basic-9907 .component_46d0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-9907 .component_46d0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.rough_cbb6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.rough_cbb6 .pro_b846 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.rough_cbb6 .full-b31a {
    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);
}

.rough_cbb6 .full-b31a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough_cbb6 .full-b31a p:last-child {
    margin-bottom: 0;
}

.rough_cbb6 .full-b31a strong {
    color: var(--text-primary);
}

.rough_cbb6 .wrapper-action-8a16 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough_cbb6 .wrapper-action-8a16 li {
    margin-bottom: 0.65rem;
}

.rough_cbb6 .wrapper-action-8a16 li:last-child {
    margin-bottom: 0;
}

.rough_cbb6 .dark-9879 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.rough_cbb6 .dark-9879 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern-5383 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern-5383 .popup_8f0d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern-5383 .complex_a962 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern-5383 .complex_a962 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-5383 .complex_a962 p:last-child {
    margin-bottom: 0;
}

.pattern-5383 .complex_a962 strong {
    color: var(--text-primary);
}

.pattern-5383 .table_out_ee76 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-5383 .table_out_ee76 li {
    margin-bottom: 0.65rem;
}

.pattern-5383 .table_out_ee76 li:last-child {
    margin-bottom: 0;
}

.pattern-5383 .modal_3c4a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern-5383 .modal_3c4a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section-499e {
    background: #f8f9fa;
    color: #2c3e50;
}

.section-499e .summary-down-0df8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section-499e .alert_3383 {
    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);
}

.section-499e .alert_3383 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-499e .alert_3383 p:last-child {
    margin-bottom: 0;
}

.section-499e .alert_3383 strong {
    color: var(--text-primary);
}

.section-499e .element_6548 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-499e .element_6548 li {
    margin-bottom: 0.65rem;
}

.section-499e .element_6548 li:last-child {
    margin-bottom: 0;
}

.section-499e .breadcrumb_941a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section-499e .breadcrumb_941a 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: a24f */
.widget-item-o7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
