/* 
 * 255bet Main Styles - Optimized for Google 2026 Algorithm
 * Focus: Core Web Vitals, Mobile-First, Accessibility
 */

/* ========================================
   1. CSS Reset & Base Styles
   ======================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

:root {
    /* Color Palette - Modern & Accessible */
    --primary-purple: #667eea;
    --primary-purple-dark: #5568d3;
    --secondary-green: #10b981;
    --secondary-green-dark: #059669;
    --accent-gold: #fbbf24;
    --dark-bg: #1f2937;
    --dark-card: #2d3748;
    --light-bg: #f8f9fa;
    --light-card: #ffffff;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --border-light: #e5e7eb;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    
    /* Typography */
    --font-system: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    
    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    
    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    font-size: var(--font-size-base);
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-system);
    line-height: var(--line-height-base);
    color: var(--text-primary);
    background-color: var(--light-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* ========================================
   2. Accessibility
   ======================================== */

/* Focus Visible for Keyboard Navigation */
:focus-visible {
    outline: 3px solid var(--primary-purple);
    outline-offset: 2px;
}

/* ========================================
   3. Header & Navigation
   ======================================== */

/* Top bar + brown nav (shared.picture_hard_acd2) — fixed together on mobile */
.fresh_154c {
    width: 100%;
}

.smooth-a2ad {
    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) {
    .fresh_154c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .smooth-a2ad {
        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.status_easy_f183. Conta) stay reachable.
     */
    .caption-liquid-f623 .thumbnail_current_33db {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .fresh_154c .caption-liquid-f623 > .thumbnail_current_33db {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) .smooth-a2ad {
        flex-shrink: 0;
    }

    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) .caption-liquid-f623 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) .caption-liquid-f623 > .thumbnail_current_33db {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) .article_af23 {
        flex-shrink: 0;
    }

    .fresh_154c:has(.caption_f4d6.fn-show-6fcb) .caption_f4d6.fn-show-6fcb {
        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 */
    .caption-liquid-f623 .caption_f4d6 .picture-a9c5.fn-active-6fcb .soft_505c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .smooth-a2ad {
        position: sticky;
        top: 0;
    }
}

.fresh_154c.section_113f,
.fresh_154c.section_113f .smooth-a2ad {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hidden-action-1365 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .hidden-action-1365 {
        padding: 0.75rem 0;
    }
}

.form_basic_e45f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.middle-35e8 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .middle-35e8 img {
        height: 35px;
    }
}

/* .caption-liquid-f623 / .soft_df96 — inner pages (brown bar); index uses .current-abf1 below */

.caption-liquid-f623:not(.current-abf1) .soft_df96.fn-active-6fcb {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.column_5621 {
    display: flex;
    gap: var(--spacing-md);
}

.button_outer_7d6f,
.tag_7747 {
    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) {
    .button_outer_7d6f,
    .tag_7747 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .column_5621 {
        gap: 0.5rem;
    }
}

.button_outer_7d6f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.button_outer_7d6f:hover {
    background: var(--primary-purple);
    color: white;
}

.tag_7747 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.tag_7747:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.card_out_c805 {
    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%;
}

.card_out_c805::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;
}

.card_out_c805::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;
}

.short_4024 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.text_purple_dcb4 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.text_purple_dcb4 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);
}

.card_out_c805 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;
}

.action-bcc7 {
    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;
}

.action-bcc7 strong {
    font-weight: 700;
}

.slow_e6e9 {
    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);
}

.black_fa7c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.active-99fa {
    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);
}

.active-99fa:hover {
    transform: translateY(-4px);
}

.dynamic-53f5 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.inner-1c5f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.title-02c0 {
    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;
}

.title-02c0:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.title-02c0.lower-5cc5 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.picture-outer-3b3e {
    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);
}

.picture-outer-3b3e:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.focused_bfb7 {
    padding: 3rem 1.25rem;
    background: white;
}

.form-tall-dc3a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.overlay_0856 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.overlay_0856:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.overlay_0856 img {
    margin-bottom: 1rem;
}

.surface-basic-3406 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.overlay_0856 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.overlay_0856 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 */
.status_hard_9fd0 {
    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);
}

.button_fd60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.alert_dynamic_da2c {
    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);
}

.alert_dynamic_da2c h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.alert_dynamic_da2c p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.alert_dynamic_da2c a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.row-1344 {
    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
   ======================================== */

.yellow_1cfb {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.advanced-a024 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.column_stale_33ef {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.clean_4b55 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.west-3b32 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.west-3b32:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.west-3b32.box-41b7 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.west-3b32.box-41b7 h3,
.west-3b32.box-41b7 p {
    color: white;
}

.tabs-5a6b {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.west-3b32 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.west-3b32 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hidden-8d94 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.hidden-8d94:hover {
    gap: 0.75rem;
}

.west-3b32.box-41b7 .hidden-8d94 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.frame_paper_bf63 {
    padding: 4rem 1.25rem;
    background: white;
}

.dynamic-50df {
    text-align: center;
    margin-bottom: 3rem;
}

.search_1d8b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.top_e65a {
    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%;
}

.top_e65a:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.component-medium-3868 {
    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);
}

.outline-gold-fd87 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.glass-62f5 {
    padding: 1.5rem;
}

.glass-62f5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.panel_e743 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gas_0343 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.summary-dark-a47e,
.mini-7e12 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.summary-dark-a47e {
    background: #dcfce7;
    color: #166534;
}

.summary-dark-a47e.form-fresh-0d95 {
    background: #10b981;
    color: white;
}

.mini-7e12 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.mini-7e12.feature_ffbb {
    background: #fee2e2;
    color: #991b1b;
}

.mini-7e12.secondary-focused-f45b {
    background: #fef3c7;
    color: #92400e;
}

.mini-7e12.info-9c55 {
    background: #dcfce7;
    color: #166534;
}

.detail_f3fb {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.detail_f3fb strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.lite_e07d {
    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);
}

.lite_e07d:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.modal-black-fd5a {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.lower-ab66 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.container-green-493b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container-green-493b {
        grid-template-columns: 1fr 1fr;
    }
}

.stale_101c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.progress-soft-de7e h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pressed-d10c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.soft_c832 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.large-d8b5 {
    font-size: 1rem;
    opacity: 0.9;
}

.progress-soft-de7e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.mask-large-a8f3 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.mask-large-a8f3 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.mask-large-a8f3 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;
}

.mask-large-a8f3 li strong {
    color: var(--primary-purple);
}

.mask-large-a8f3 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.tabs-iron-d188 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.footer_db93 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.huge_b61c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.footer_db93 .inner-1c5f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.background_copper_97c4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.row-8cba {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.row-8cba a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.overlay_64fd {
    padding: 4rem 1.25rem;
    background: white;
}

.paragraph-97c5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .paragraph-97c5 {
        grid-template-columns: 1fr 1fr;
    }
}

.summary_full_1c19 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.bronze-2d97 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.accent_gold_a949 {
    margin-bottom: 1.5rem;
}

.hard_76c2 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.chip-0ee1 {
    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);
}

.aside_1627 {
    white-space: nowrap;
}

.surface-warm-da02 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.shade-cold-0533 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.wood_42fb {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.wood_42fb:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.wood-b5ed {
    font-size: 2rem;
    flex-shrink: 0;
}

.thumbnail_75f9 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.thumbnail_75f9 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.chip_c884 {
    margin-top: 3rem;
}

.chip_c884 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tag-701f {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.tag-701f thead {
    background: var(--primary-purple);
    color: white;
}

.tag-701f th,
.tag-701f td {
    padding: 1rem;
    text-align: left;
}

.tag-701f th {
    font-weight: 700;
    font-size: 0.9rem;
}

.tag-701f tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.tag-701f tbody tr:last-child {
    border-bottom: none;
}

.tag-701f tbody tr:hover {
    background: var(--light-bg);
}

.carousel-9df7 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.yellow_dd0e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.focus-fa4c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.info-tall-186d {
    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);
}

.info-tall-186d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.info-tall-186d.over_2ed6::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;
}

.image-simple-7b17 {
    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;
}

.panel_cec3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.popup_fresh_0135 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.narrow-8c98 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.rough-1383 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.rough-1383 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.rough-1383 p:last-child {
    margin-bottom: 0;
}

.rough-1383 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.pagination_tall_e41b {
    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;
}

.inner-92c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.easy_16e4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.easy_16e4 .dynamic-53f5 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.easy_16e4 .inner-1c5f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.photo-c3a0 {
    padding: 4rem 1.25rem;
    background: white;
}

.filter-copper-ce06 {
    max-width: 900px;
    margin: 0 auto;
}

.filter-north-bbfe {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.filter-north-bbfe:hover {
    border-color: var(--primary-purple);
}

.filter-north-bbfe[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.filter-north-bbfe 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;
}

.filter-north-bbfe summary::-webkit-details-marker {
    display: none;
}

.filter-north-bbfe summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.filter-north-bbfe[open] summary::after {
    transform: rotate(45deg);
}

.outline_north_a0e3 {
    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);
    }
}

.outline_north_a0e3 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.outline_north_a0e3 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.outline_north_a0e3 ul,
.outline_north_a0e3 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.outline_north_a0e3 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.outline_north_a0e3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active-077e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.section_ba74 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.section_ba74 th,
.section_ba74 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.section_ba74 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.footer_7061 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.caption-prev-3220 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.list_outer_68fd {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .list_outer_68fd {
        flex-direction: column;
        text-align: center;
    }
}

.list_outer_68fd img {
    flex-shrink: 0;
}

.gas-5415 {
    font-size: 4rem;
    flex-shrink: 0;
}

.video-hard-56e9 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.video-hard-56e9 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.first-04ad {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.table_paper_34fd {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.main_new_8a65 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.main_new_8a65 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.status_400f {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.action-6f44 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.title_5295 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.surface-387c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.surface-387c p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.alert_full_661e {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.secondary-4055 {
    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);
}

.pro-bc7a {
    list-style: none;
}

.pro-bc7a li {
    margin-bottom: 0.75rem;
}

.pro-bc7a a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.pro-bc7a a:hover {
    color: white;
}

.overlay_1de5 {
    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;
}

.disabled-8357 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.disabled-8357 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.block_blue_67b3 {
    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);
}

.simple-ae6f {
    text-align: right;
}

@media (max-width: 767px) {
    .simple-ae6f {
        text-align: center;
        width: 100%;
    }
}

.simple-ae6f p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.text-motion-5877 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.thumbnail_current_33db {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.focused_bfb7,
.status_hard_9fd0,
.yellow_1cfb,
.frame_paper_bf63,
.lower-ab66,
.overlay_64fd,
.yellow_dd0e,
.photo-c3a0,
.caption-prev-3220,
.table_paper_34fd {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .advanced-a024 {
        font-size: 1.75rem;
    }
    
    .column_stale_33ef {
        font-size: 1rem;
    }
    
    .tabs-iron-d188 {
        flex-direction: column;
    }
    
    .paragraph-97c5 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .search_1d8b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .top_e65a {
        max-width: 100%;
    }
    
    .outline-gold-fd87 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .thumbnail_current_33db {
        padding: 0 1rem;
    }
    
    .card_out_c805 {
        padding: 4rem 1rem 3rem;
    }
    
    .card_out_c805 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .title-02c0 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .black_fa7c {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .tag-701f,
    .section_ba74 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .form-tall-dc3a {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .clean_4b55 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .focus-fa4c {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .card_out_c805 h1 {
        font-size: 1.5rem;
    }
    
    .black_fa7c {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .active-99fa {
        padding: 0.75rem;
    }
    
    .dynamic-53f5 {
        font-size: 1.5rem;
    }
    
    .form-tall-dc3a {
        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 */
.top_e65a:hover,
.west-3b32:hover,
.info-tall-186d:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .frame_paper_bf63,
    .yellow_dd0e,
    .photo-c3a0 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.picture_hard_acd2)
   ======================================== */

.caption-liquid-f623.current-abf1 {
    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;
}

.caption-liquid-f623.current-abf1 .soft_df96 {
    color: #334155;
}

.caption-liquid-f623.current-abf1 .soft_df96:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.caption-liquid-f623.current-abf1 .soft_df96.fn-active-6fcb {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.caption-liquid-f623.current-abf1 .soft_505c {
    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);
}

.caption-liquid-f623.current-abf1 .soft_505c::before {
    border-bottom-color: #ffffff;
}

.caption-liquid-f623.current-abf1 .info-static-4f44 {
    color: #475569;
}

.caption-liquid-f623.current-abf1 .info-static-4f44::before {
    background: #818cf8;
}

.caption-liquid-f623.current-abf1 .info-static-4f44:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.caption-liquid-f623.current-abf1 .info-static-4f44:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.caption-liquid-f623.current-abf1 .shade-east-8fd9 {
    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);
}

.caption-liquid-f623.current-abf1 .shade-east-8fd9:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.caption-liquid-f623.current-abf1 .shade-east-8fd9 span {
    background: #475569;
    box-shadow: none;
}

.caption-liquid-f623.current-abf1 .shade-east-8fd9.fn-active-6fcb span:nth-child(1),
.caption-liquid-f623.current-abf1 .shade-east-8fd9.fn-active-6fcb span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .caption-liquid-f623.current-abf1 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .caption-liquid-f623.current-abf1 .article_af23 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .caption-liquid-f623.current-abf1 .article_af23 span {
        color: #334155 !important;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 {
        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);
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .soft_df96 {
        color: #334155;
        text-shadow: none;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .soft_df96:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .soft_df96.notification_dca5::after {
        color: #64748b;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .soft_505c {
        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) */
    .caption-liquid-f623.current-abf1 .caption_f4d6 .picture-a9c5.fn-active-6fcb .soft_505c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .info-static-4f44 {
        color: #475569;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .info-static-4f44::before {
        color: #6366f1;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .info-static-4f44:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .info-static-4f44:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .caption-liquid-f623.current-abf1 .caption_f4d6 .info-static-4f44:hover::before {
        color: #4f46e5;
    }
}

/* apk.fixed_8654 — mesmo tema claro da home; blocos extras */
body.content-7d33 {
    background: #f8f9fa;
    color: #2c3e50;
}

.content-7d33 .modal_70a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content-7d33 .top_40a7 {
    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);
}

.content-7d33 .top_40a7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content-7d33 .top_40a7 p:last-child {
    margin-bottom: 0;
}

.content-7d33 .top_40a7 strong {
    color: var(--text-primary);
}

.content-7d33 .main_37f2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content-7d33 .main_37f2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mini_de3e {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini_de3e .nav_56da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini_de3e .header_green_af66 {
    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);
}

.mini_de3e .header_green_af66 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini_de3e .header_green_af66 p:last-child {
    margin-bottom: 0;
}

.mini_de3e .header_green_af66 strong {
    color: var(--text-primary);
}

.mini_de3e .chip_warm_3a3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini_de3e .chip_warm_3a3c 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_fresh_d72b {
    background: #f8f9fa;
    color: #2c3e50;
}

.status_fresh_d72b .aside_4e94 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status_fresh_d72b .media-2a82 {
    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_fresh_d72b .media-2a82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_fresh_d72b .media-2a82 p:last-child {
    margin-bottom: 0;
}

.status_fresh_d72b .media-2a82 strong {
    color: var(--text-primary);
}

.status_fresh_d72b .block-up-c20e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status_fresh_d72b .block-up-c20e 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-selected-b6b1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-selected-b6b1 .stone_7094 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-selected-b6b1 .icon_complex_a6e9 {
    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-selected-b6b1 .icon_complex_a6e9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-selected-b6b1 .icon_complex_a6e9 p:last-child {
    margin-bottom: 0;
}

.avatar-selected-b6b1 .icon_complex_a6e9 strong {
    color: var(--text-primary);
}

.avatar-selected-b6b1 .iron-6ff6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-selected-b6b1 .iron-6ff6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wood-a296 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood-a296 .disabled_8695 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood-a296 .bright-4120 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.wood-a296 .bright-4120 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood-a296 .bright-4120 p:last-child {
    margin-bottom: 0;
}

.wood-a296 .bright-4120 strong {
    color: var(--text-primary);
}

.wood-a296 .pink-2e2a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood-a296 .pink-2e2a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.blue_9569 {
    background: #f8f9fa;
    color: #2c3e50;
}

.blue_9569 .fluid_773f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.blue_9569 .tabs_1e24 {
    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);
}

.blue_9569 .tabs_1e24 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.blue_9569 .tabs_1e24 p:last-child {
    margin-bottom: 0;
}

.blue_9569 .tabs_1e24 strong {
    color: var(--text-primary);
}

.blue_9569 .nav-first-9f87 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.blue_9569 .nav-first-9f87 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bronze_2bd8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bronze_2bd8 .main-outer-b405 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bronze_2bd8 .hard-2841 {
    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);
}

.bronze_2bd8 .hard-2841 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze_2bd8 .hard-2841 p:last-child {
    margin-bottom: 0;
}

.bronze_2bd8 .hard-2841 strong {
    color: var(--text-primary);
}

.bronze_2bd8 .short-e4ec {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bronze_2bd8 .short-e4ec 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-left-5b12 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-left-5b12 .outer-1a90 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-left-5b12 .pro_d1d7 {
    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-left-5b12 .pro_d1d7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-left-5b12 .pro_d1d7 p:last-child {
    margin-bottom: 0;
}

.disabled-left-5b12 .pro_d1d7 strong {
    color: var(--text-primary);
}

.disabled-left-5b12 .module-advanced-ddde {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-left-5b12 .module-advanced-ddde img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.main_aadb {
    background: #f8f9fa;
    color: #2c3e50;
}

.main_aadb .module_d628 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main_aadb .notification-a315 {
    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);
}

.main_aadb .notification-a315 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_aadb .notification-a315 p:last-child {
    margin-bottom: 0;
}

.main_aadb .notification-a315 strong {
    color: var(--text-primary);
}

.main_aadb .outline_hot_3133 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.main_aadb .outline_hot_3133 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cold-e402 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold-e402 .logo_e10d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold-e402 .lower_60e7 {
    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);
}

.cold-e402 .lower_60e7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-e402 .lower_60e7 p:last-child {
    margin-bottom: 0;
}

.cold-e402 .lower_60e7 strong {
    color: var(--text-primary);
}

.cold-e402 .title-5557 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold-e402 .title-5557 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video_cool_6d2e {
    background: #f8f9fa;
    color: #2c3e50;
}

.video_cool_6d2e .photo-cdd9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video_cool_6d2e .heading-dirty-2482 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.video_cool_6d2e .heading-dirty-2482 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_cool_6d2e .heading-dirty-2482 p:last-child {
    margin-bottom: 0;
}

.video_cool_6d2e .heading-dirty-2482 strong {
    color: var(--text-primary);
}

.video_cool_6d2e .block-278a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_cool_6d2e .block-278a li {
    margin-bottom: 0.65rem;
}

.video_cool_6d2e .block-278a li:last-child {
    margin-bottom: 0;
}

.video_cool_6d2e .out_2ccf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video_cool_6d2e .out_2ccf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.grid_liquid_574d {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_liquid_574d .purple_a4f0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_liquid_574d .info_897a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.grid_liquid_574d .info_897a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_liquid_574d .info_897a p:last-child {
    margin-bottom: 0;
}

.grid_liquid_574d .info_897a strong {
    color: var(--text-primary);
}

.grid_liquid_574d .video_dark_cf93 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_liquid_574d .video_dark_cf93 li {
    margin-bottom: 0.65rem;
}

.grid_liquid_574d .video_dark_cf93 li:last-child {
    margin-bottom: 0;
}

.grid_liquid_574d .border-solid-d333 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_liquid_574d .border-solid-d333 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cold-1ef4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold-1ef4 .hover_steel_1cbb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold-1ef4 .description-dirty-cdbc {
    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);
}

.cold-1ef4 .description-dirty-cdbc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-1ef4 .description-dirty-cdbc p:last-child {
    margin-bottom: 0;
}

.cold-1ef4 .description-dirty-cdbc strong {
    color: var(--text-primary);
}

.cold-1ef4 .solid_575f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-1ef4 .solid_575f li {
    margin-bottom: 0.65rem;
}

.cold-1ef4 .solid_575f li:last-child {
    margin-bottom: 0;
}

.cold-1ef4 .media-50ab {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold-1ef4 .media-50ab 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-a453 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-a453 .highlight_hard_5b5e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-a453 .dirty_9d29 {
    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-a453 .dirty_9d29 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-a453 .dirty_9d29 p:last-child {
    margin-bottom: 0;
}

.secondary-a453 .dirty_9d29 strong {
    color: var(--text-primary);
}

.secondary-a453 .component-e80f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-a453 .component-e80f li {
    margin-bottom: 0.65rem;
}

.secondary-a453 .component-e80f li:last-child {
    margin-bottom: 0;
}

body.notification_dirty_93cb {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification_dirty_93cb .banner-hard-7e8e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification_dirty_93cb .plasma_c464 {
    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);
}

.notification_dirty_93cb .plasma_c464 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_dirty_93cb .plasma_c464 p:last-child {
    margin-bottom: 0;
}

.notification_dirty_93cb .plasma_c464 strong {
    color: var(--text-primary);
}

.notification_dirty_93cb .preview-33ed {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_dirty_93cb .preview-33ed li {
    margin-bottom: 0.65rem;
}

.notification_dirty_93cb .preview-33ed li:last-child {
    margin-bottom: 0;
}

.notification_dirty_93cb .hot_d2a3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification_dirty_93cb .hot_d2a3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shadow_2ecf {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow_2ecf .banner_c712 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow_2ecf .chip-2615 {
    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);
}

.shadow_2ecf .chip-2615 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow_2ecf .chip-2615 p:last-child {
    margin-bottom: 0;
}

.shadow_2ecf .chip-2615 strong {
    color: var(--text-primary);
}

.shadow_2ecf .search-494a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow_2ecf .search-494a li {
    margin-bottom: 0.65rem;
}

.shadow_2ecf .search-494a li:last-child {
    margin-bottom: 0;
}

.shadow_2ecf .bottom-1a20 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shadow_2ecf .bottom-1a20 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.easy_521d {
    background: #f8f9fa;
    color: #2c3e50;
}

.easy_521d .overlay_fixed_eaf2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.easy_521d .row-medium-154e {
    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);
}

.easy_521d .row-medium-154e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy_521d .row-medium-154e p:last-child {
    margin-bottom: 0;
}

.easy_521d .row-medium-154e strong {
    color: var(--text-primary);
}

.easy_521d .element-gas-0485 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy_521d .element-gas-0485 li {
    margin-bottom: 0.65rem;
}

.easy_521d .element-gas-0485 li:last-child {
    margin-bottom: 0;
}

.easy_521d .easy_2033 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.easy_521d .easy_2033 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media_soft_df6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.media_soft_df6e .alert-877d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media_soft_df6e .item-abf0 {
    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);
}

.media_soft_df6e .item-abf0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media_soft_df6e .item-abf0 p:last-child {
    margin-bottom: 0;
}

.media_soft_df6e .item-abf0 strong {
    color: var(--text-primary);
}

.media_soft_df6e .text-6035 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media_soft_df6e .text-6035 li {
    margin-bottom: 0.65rem;
}

.media_soft_df6e .text-6035 li:last-child {
    margin-bottom: 0;
}

.media_soft_df6e .hover_new_4728 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media_soft_df6e .hover_new_4728 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: c6f2 */
.ghost-box-h5 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
