/* 
 * 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.video_9340) — fixed together on mobile */
.tabs-white-1c27 {
    width: 100%;
}

.module-6984 {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: all var(--transition-base);
    width: 100%;
}

/* 移动端：整块固定在顶部（白条 + 棕色菜单栏） */
@media (max-width: 767px) {
    .tabs-white-1c27 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .module-6984 {
        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.section_fast_2c9d. Conta) stay reachable.
     */
    .warm_ddbc .black_a85a {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .tabs-white-1c27 .warm_ddbc > .black_a85a {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) .module-6984 {
        flex-shrink: 0;
    }

    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) .warm_ddbc {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) .warm_ddbc > .black_a85a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) .feature_a88f {
        flex-shrink: 0;
    }

    .tabs-white-1c27:has(.popup-fe94.fn-show-f584) .popup-fe94.fn-show-f584 {
        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 */
    .warm_ddbc .popup-fe94 .warm-de7c.fn-active-f584 .old-b721 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .module-6984 {
        position: sticky;
        top: 0;
    }
}

.tabs-white-1c27.sidebar-e179,
.tabs-white-1c27.sidebar-e179 .module-6984 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.gas_2522 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .gas_2522 {
        padding: 0.75rem 0;
    }
}

.texture_54f6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.outline-fast-041d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .outline-fast-041d img {
        height: 35px;
    }
}

/* .warm_ddbc / .component-stone-df33 — inner pages (brown bar); index uses .accent-green-3b24 below */

.warm_ddbc:not(.accent-green-3b24) .component-stone-df33.fn-active-f584 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.dim_32d9 {
    display: flex;
    gap: var(--spacing-md);
}

.paragraph-4786,
.card-gold-8782 {
    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) {
    .paragraph-4786,
    .card-gold-8782 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .dim_32d9 {
        gap: 0.5rem;
    }
}

.paragraph-4786 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.paragraph-4786:hover {
    background: var(--primary-purple);
    color: white;
}

.card-gold-8782 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.card-gold-8782:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.menu-9166 {
    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%;
}

.menu-9166::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;
}

.menu-9166::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;
}

.surface_basic_6876 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.text-eeaa {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.text-eeaa 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);
}

.menu-9166 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;
}

.frame_down_964f {
    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;
}

.frame_down_964f strong {
    font-weight: 700;
}

.menu_b153 {
    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);
}

.box_prev_f03a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.info-tiny-9929 {
    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);
}

.info-tiny-9929:hover {
    transform: translateY(-4px);
}

.slow_81d0 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.summary-first-1a27 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.banner-south-8585 {
    display: inline-block;
    background: var(--secondary-green);
    color: white;
    padding: 1.125rem 2.5rem;
    border-radius: var(--radius-xl);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all var(--transition-base);
    border: none;
    cursor: pointer;
    text-align: center;
}

.banner-south-8585:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.banner-south-8585.label-2ec8 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.center_71df {
    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);
}

.center_71df:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.backdrop_5e69 {
    padding: 3rem 1.25rem;
    background: white;
}

.summary_e122 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hard_07b5 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hard_07b5:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.hard_07b5 img {
    margin-bottom: 1rem;
}

.hidden_fd83 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.hard_07b5 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.hard_07b5 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 */
.video_lower_d5f9 {
    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);
}

.under_3d35 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.gallery-focused-b710 {
    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);
}

.gallery-focused-b710 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.gallery-focused-b710 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.gallery-focused-b710 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget-left-c004 {
    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
   ======================================== */

.south_3f91 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.black_9925 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.caption_c0c7 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.stone-8a79 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.table-ed31 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.table-ed31:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.table-ed31.message_old_48ff {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.table-ed31.message_old_48ff h3,
.table-ed31.message_old_48ff p {
    color: white;
}

.action-bfa5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.table-ed31 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.table-ed31 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.link-90e2 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.link-90e2:hover {
    gap: 0.75rem;
}

.table-ed31.message_old_48ff .link-90e2 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.label-3b9c {
    padding: 4rem 1.25rem;
    background: white;
}

.light_5fbb {
    text-align: center;
    margin-bottom: 3rem;
}

.pattern-glass-b7bf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.advanced_96d8 {
    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%;
}

.advanced_96d8:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.image-fast-f20b {
    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);
}

.surface-current-4480 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.label-wide-100e {
    padding: 1.5rem;
}

.label-wide-100e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.footer_old_28c3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tertiary_large_c449 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.detail_9910,
.motion_bb8b {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.detail_9910 {
    background: #dcfce7;
    color: #166534;
}

.detail_9910.preview_87dc {
    background: #10b981;
    color: white;
}

.motion_bb8b {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.motion_bb8b.green-516e {
    background: #fee2e2;
    color: #991b1b;
}

.motion_bb8b.gradient_large_bc91 {
    background: #fef3c7;
    color: #92400e;
}

.motion_bb8b.dirty-6be9 {
    background: #dcfce7;
    color: #166534;
}

.info-in-89cd {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.info-in-89cd strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.section-basic-eceb {
    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);
}

.section-basic-eceb:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.notification_prev_5523 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.widget_dirty_987a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.description_1dcf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .description_1dcf {
        grid-template-columns: 1fr 1fr;
    }
}

.warm_45b2 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.gold_6e74 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.component-left-bf63 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.message_c261 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.aside-b6d6 {
    font-size: 1rem;
    opacity: 0.9;
}

.gold_6e74 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.modal-fec3 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.modal-fec3 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.modal-fec3 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;
}

.modal-fec3 li strong {
    color: var(--primary-purple);
}

.modal-fec3 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.logo-d473 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.active_e57b {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.soft-097f {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.active_e57b .summary-first-1a27 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.surface_cold_d9ad p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.tertiary-paper-80e8 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.tertiary-paper-80e8 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.link-f6cd {
    padding: 4rem 1.25rem;
    background: white;
}

.nav-pink-7c7c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .nav-pink-7c7c {
        grid-template-columns: 1fr 1fr;
    }
}

.avatar_left_e2ca h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.texture_9f99 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.row-b2a7 {
    margin-bottom: 1.5rem;
}

.footer_4069 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hidden-a2b1 {
    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);
}

.nav-a149 {
    white-space: nowrap;
}

.inner-6f44 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.status_cef2 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.label-01e3 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.label-01e3:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.caption_26f0 {
    font-size: 2rem;
    flex-shrink: 0;
}

.carousel-bottom-b53e h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.carousel-bottom-b53e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.content_12cb {
    margin-top: 3rem;
}

.content_12cb h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.black_ff92 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.black_ff92 thead {
    background: var(--primary-purple);
    color: white;
}

.black_ff92 th,
.black_ff92 td {
    padding: 1rem;
    text-align: left;
}

.black_ff92 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.black_ff92 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.black_ff92 tbody tr:last-child {
    border-bottom: none;
}

.black_ff92 tbody tr:hover {
    background: var(--light-bg);
}

.gallery_9137 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.header-bce6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.heading_cool_c456 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.current_741b {
    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);
}

.current_741b:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.current_741b.popup-fixed-27bb::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;
}

.advanced-d536 {
    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;
}

.static_87b1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.modal_09b8 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.frame_fresh_1beb {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.next_9c57 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.next_9c57 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.next_9c57 p:last-child {
    margin-bottom: 0;
}

.next_9c57 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.feature-94d6 {
    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;
}

.upper_728f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.nav-glass-a209 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.nav-glass-a209 .slow_81d0 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.nav-glass-a209 .summary-first-1a27 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.border_5e3b {
    padding: 4rem 1.25rem;
    background: white;
}

.over_41d8 {
    max-width: 900px;
    margin: 0 auto;
}

.orange_0616 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.orange_0616:hover {
    border-color: var(--primary-purple);
}

.orange_0616[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.orange_0616 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;
}

.orange_0616 summary::-webkit-details-marker {
    display: none;
}

.orange_0616 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.orange_0616[open] summary::after {
    transform: rotate(45deg);
}

.filter-302f {
    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);
    }
}

.filter-302f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.filter-302f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.filter-302f ul,
.filter-302f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.filter-302f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.filter-302f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.image-e9a2 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.selected-dace {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.selected-dace th,
.selected-dace td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.selected-dace th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.accent_6383 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.accent_center_232f {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.smooth-1ad2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .smooth-1ad2 {
        flex-direction: column;
        text-align: center;
    }
}

.smooth-1ad2 img {
    flex-shrink: 0;
}

.surface-9e14 {
    font-size: 4rem;
    flex-shrink: 0;
}

.frame_old_7eaa h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.frame_old_7eaa p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.section-aa21 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.upper_d0c9 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.thick_b939 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.thick_b939 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.upper-2acb {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.dynamic_c8ea {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.table_next_1c98 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.texture-bed3 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.texture-bed3 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.large-87e5 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.description_easy_e911 {
    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);
}

.secondary-light-b5ee {
    list-style: none;
}

.secondary-light-b5ee li {
    margin-bottom: 0.75rem;
}

.secondary-light-b5ee a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.secondary-light-b5ee a:hover {
    color: white;
}

.surface_brown_9b87 {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.gallery_dark_43aa {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.gallery_dark_43aa span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.sort_complex_2f32 {
    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);
}

.dim_94e0 {
    text-align: right;
}

@media (max-width: 767px) {
    .dim_94e0 {
        text-align: center;
        width: 100%;
    }
}

.dim_94e0 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.hero_28bd {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.black_a85a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.backdrop_5e69,
.video_lower_d5f9,
.south_3f91,
.label-3b9c,
.widget_dirty_987a,
.link-f6cd,
.header-bce6,
.border_5e3b,
.accent_center_232f,
.upper_d0c9 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .black_9925 {
        font-size: 1.75rem;
    }
    
    .caption_c0c7 {
        font-size: 1rem;
    }
    
    .logo-d473 {
        flex-direction: column;
    }
    
    .nav-pink-7c7c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .pattern-glass-b7bf {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .advanced_96d8 {
        max-width: 100%;
    }
    
    .surface-current-4480 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .black_a85a {
        padding: 0 1rem;
    }
    
    .menu-9166 {
        padding: 4rem 1rem 3rem;
    }
    
    .menu-9166 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .banner-south-8585 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .box_prev_f03a {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .black_ff92,
    .selected-dace {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .summary_e122 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .stone-8a79 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .heading_cool_c456 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .menu-9166 h1 {
        font-size: 1.5rem;
    }
    
    .box_prev_f03a {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .info-tiny-9929 {
        padding: 0.75rem;
    }
    
    .slow_81d0 {
        font-size: 1.5rem;
    }
    
    .summary_e122 {
        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 */
.advanced_96d8:hover,
.table-ed31:hover,
.current_741b:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .label-3b9c,
    .header-bce6,
    .border_5e3b {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.video_9340)
   ======================================== */

.warm_ddbc.accent-green-3b24 {
    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;
}

.warm_ddbc.accent-green-3b24 .component-stone-df33 {
    color: #334155;
}

.warm_ddbc.accent-green-3b24 .component-stone-df33:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.warm_ddbc.accent-green-3b24 .component-stone-df33.fn-active-f584 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.warm_ddbc.accent-green-3b24 .old-b721 {
    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);
}

.warm_ddbc.accent-green-3b24 .old-b721::before {
    border-bottom-color: #ffffff;
}

.warm_ddbc.accent-green-3b24 .sidebar-a465 {
    color: #475569;
}

.warm_ddbc.accent-green-3b24 .sidebar-a465::before {
    background: #818cf8;
}

.warm_ddbc.accent-green-3b24 .sidebar-a465:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.warm_ddbc.accent-green-3b24 .sidebar-a465:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.warm_ddbc.accent-green-3b24 .breadcrumb-wide-4568 {
    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);
}

.warm_ddbc.accent-green-3b24 .breadcrumb-wide-4568:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.warm_ddbc.accent-green-3b24 .breadcrumb-wide-4568 span {
    background: #475569;
    box-shadow: none;
}

.warm_ddbc.accent-green-3b24 .breadcrumb-wide-4568.fn-active-f584 span:nth-child(1),
.warm_ddbc.accent-green-3b24 .breadcrumb-wide-4568.fn-active-f584 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .warm_ddbc.accent-green-3b24 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .warm_ddbc.accent-green-3b24 .feature_a88f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .warm_ddbc.accent-green-3b24 .feature_a88f span {
        color: #334155 !important;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 {
        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);
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .component-stone-df33 {
        color: #334155;
        text-shadow: none;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .component-stone-df33:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .component-stone-df33.background-short-a254::after {
        color: #64748b;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .old-b721 {
        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) */
    .warm_ddbc.accent-green-3b24 .popup-fe94 .warm-de7c.fn-active-f584 .old-b721 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .sidebar-a465 {
        color: #475569;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .sidebar-a465::before {
        color: #6366f1;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .sidebar-a465:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .sidebar-a465:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .warm_ddbc.accent-green-3b24 .popup-fe94 .sidebar-a465:hover::before {
        color: #4f46e5;
    }
}

/* apk.card_smooth_a7b5 — mesmo tema claro da home; blocos extras */
body.cool-2000 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool-2000 .sidebar_4e9b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool-2000 .box-next-a41c {
    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);
}

.cool-2000 .box-next-a41c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool-2000 .box-next-a41c p:last-child {
    margin-bottom: 0;
}

.cool-2000 .box-next-a41c strong {
    color: var(--text-primary);
}

.cool-2000 .right_c3b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool-2000 .right_c3b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview_c62f {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_c62f .mask_0258 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_c62f .carousel_84ef {
    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);
}

.preview_c62f .carousel_84ef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_c62f .carousel_84ef p:last-child {
    margin-bottom: 0;
}

.preview_c62f .carousel_84ef strong {
    color: var(--text-primary);
}

.preview_c62f .light-11d6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_c62f .light-11d6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge-medium-32be {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-medium-32be .picture-d0ad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-medium-32be .list-cbf4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.badge-medium-32be .list-cbf4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-medium-32be .list-cbf4 p:last-child {
    margin-bottom: 0;
}

.badge-medium-32be .list-cbf4 strong {
    color: var(--text-primary);
}

.badge-medium-32be .static-0158 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-medium-32be .static-0158 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.upper_6699 {
    background: #f8f9fa;
    color: #2c3e50;
}

.upper_6699 .accordion-73b4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.upper_6699 .modal-gold-d6cb {
    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);
}

.upper_6699 .modal-gold-d6cb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.upper_6699 .modal-gold-d6cb p:last-child {
    margin-bottom: 0;
}

.upper_6699 .modal-gold-d6cb strong {
    color: var(--text-primary);
}

.upper_6699 .nav-f24c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.upper_6699 .nav-f24c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame-prev-1e74 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame-prev-1e74 .avatar-stone-605a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame-prev-1e74 .texture-95e3 {
    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);
}

.frame-prev-1e74 .texture-95e3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame-prev-1e74 .texture-95e3 p:last-child {
    margin-bottom: 0;
}

.frame-prev-1e74 .texture-95e3 strong {
    color: var(--text-primary);
}

.frame-prev-1e74 .image_53a9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame-prev-1e74 .image_53a9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-full-a141 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-full-a141 .footer-c658 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-full-a141 .input_selected_9d8d {
    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);
}

.footer-full-a141 .input_selected_9d8d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-full-a141 .input_selected_9d8d p:last-child {
    margin-bottom: 0;
}

.footer-full-a141 .input_selected_9d8d strong {
    color: var(--text-primary);
}

.footer-full-a141 .orange-6761 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-full-a141 .orange-6761 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.brown_f041 {
    background: #f8f9fa;
    color: #2c3e50;
}

.brown_f041 .outline_mini_d292 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.brown_f041 .summary_north_f2d4 {
    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);
}

.brown_f041 .summary_north_f2d4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown_f041 .summary_north_f2d4 p:last-child {
    margin-bottom: 0;
}

.brown_f041 .summary_north_f2d4 strong {
    color: var(--text-primary);
}

.brown_f041 .summary_643f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.brown_f041 .summary_643f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean_3e43 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean_3e43 .primary_e04a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean_3e43 .gold-bd8f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.clean_3e43 .gold-bd8f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_3e43 .gold-bd8f p:last-child {
    margin-bottom: 0;
}

.clean_3e43 .gold-bd8f strong {
    color: var(--text-primary);
}

.clean_3e43 .preview_8d23 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean_3e43 .preview_8d23 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion_lite_80e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion_lite_80e8 .section-blue-eb58 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion_lite_80e8 .panel_574c {
    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);
}

.accordion_lite_80e8 .panel_574c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion_lite_80e8 .panel_574c p:last-child {
    margin-bottom: 0;
}

.accordion_lite_80e8 .panel_574c strong {
    color: var(--text-primary);
}

.accordion_lite_80e8 .hovered_bc99 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion_lite_80e8 .hovered_bc99 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip-white-690b {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip-white-690b .dropdown-612f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip-white-690b .info_ca81 {
    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);
}

.chip-white-690b .info_ca81 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-white-690b .info_ca81 p:last-child {
    margin-bottom: 0;
}

.chip-white-690b .info_ca81 strong {
    color: var(--text-primary);
}

.chip-white-690b .basic_df84 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip-white-690b .basic_df84 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic-1f29 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-1f29 .container_liquid_e33e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-1f29 .video_narrow_dbe0 {
    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-1f29 .video_narrow_dbe0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-1f29 .video_narrow_dbe0 p:last-child {
    margin-bottom: 0;
}

.basic-1f29 .video_narrow_dbe0 strong {
    color: var(--text-primary);
}

.basic-1f29 .middle-23a3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-1f29 .middle-23a3 li {
    margin-bottom: 0.65rem;
}

.basic-1f29 .middle-23a3 li:last-child {
    margin-bottom: 0;
}

.basic-1f29 .hidden_prev_5dba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-1f29 .hidden_prev_5dba img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline_focused_fd91 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline_focused_fd91 .thick_a39e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline_focused_fd91 .focused_0a5c {
    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);
}

.outline_focused_fd91 .focused_0a5c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_focused_fd91 .focused_0a5c p:last-child {
    margin-bottom: 0;
}

.outline_focused_fd91 .focused_0a5c strong {
    color: var(--text-primary);
}

.outline_focused_fd91 .next_b2fe {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_focused_fd91 .next_b2fe li {
    margin-bottom: 0.65rem;
}

.outline_focused_fd91 .next_b2fe li:last-child {
    margin-bottom: 0;
}

.outline_focused_fd91 .module-pressed-3d60 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline_focused_fd91 .module-pressed-3d60 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper_6044 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper_6044 .picture_8edb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper_6044 .section-088c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.wrapper_6044 .section-088c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_6044 .section-088c p:last-child {
    margin-bottom: 0;
}

.wrapper_6044 .section-088c strong {
    color: var(--text-primary);
}

.wrapper_6044 .paper_08b3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_6044 .paper_08b3 li {
    margin-bottom: 0.65rem;
}

.wrapper_6044 .paper_08b3 li:last-child {
    margin-bottom: 0;
}

.wrapper_6044 .large_8f3e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper_6044 .large_8f3e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination_medium_4578 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination_medium_4578 .column-93ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination_medium_4578 .backdrop_active_1ee1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pagination_medium_4578 .backdrop_active_1ee1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_medium_4578 .backdrop_active_1ee1 p:last-child {
    margin-bottom: 0;
}

.pagination_medium_4578 .backdrop_active_1ee1 strong {
    color: var(--text-primary);
}

.pagination_medium_4578 .label-f122 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_medium_4578 .label-f122 li {
    margin-bottom: 0.65rem;
}

.pagination_medium_4578 .label-f122 li:last-child {
    margin-bottom: 0;
}

body.description-9910 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-9910 .backdrop_stale_d46a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-9910 .tooltip-9d2f {
    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);
}

.description-9910 .tooltip-9d2f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-9910 .tooltip-9d2f p:last-child {
    margin-bottom: 0;
}

.description-9910 .tooltip-9d2f strong {
    color: var(--text-primary);
}

.description-9910 .table-warm-945d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-9910 .table-warm-945d li {
    margin-bottom: 0.65rem;
}

.description-9910 .table-warm-945d li:last-child {
    margin-bottom: 0;
}

.description-9910 .top-e8ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-9910 .top-e8ac img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient-ade9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient-ade9 .gradient_50c1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient-ade9 .modal-fresh-7eaf {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gradient-ade9 .modal-fresh-7eaf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient-ade9 .modal-fresh-7eaf p:last-child {
    margin-bottom: 0;
}

.gradient-ade9 .modal-fresh-7eaf strong {
    color: var(--text-primary);
}

.gradient-ade9 .banner_a313 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient-ade9 .banner_a313 li {
    margin-bottom: 0.65rem;
}

.gradient-ade9 .banner_a313 li:last-child {
    margin-bottom: 0;
}

.gradient-ade9 .footer_5d79 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient-ade9 .footer_5d79 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout-dirty-90a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-dirty-90a1 .message-a5fe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-dirty-90a1 .module_middle_b8ac {
    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);
}

.layout-dirty-90a1 .module_middle_b8ac p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-dirty-90a1 .module_middle_b8ac p:last-child {
    margin-bottom: 0;
}

.layout-dirty-90a1 .module_middle_b8ac strong {
    color: var(--text-primary);
}

.layout-dirty-90a1 .nav_last_e7a5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-dirty-90a1 .nav_last_e7a5 li {
    margin-bottom: 0.65rem;
}

.layout-dirty-90a1 .nav_last_e7a5 li:last-child {
    margin-bottom: 0;
}

.layout-dirty-90a1 .mask_5eb9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-dirty-90a1 .mask_5eb9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_8e2a {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_8e2a .dim_fa47 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_8e2a .video-top-95b7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.breadcrumb_8e2a .video-top-95b7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_8e2a .video-top-95b7 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_8e2a .video-top-95b7 strong {
    color: var(--text-primary);
}

.breadcrumb_8e2a .title-lite-f50f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_8e2a .title-lite-f50f li {
    margin-bottom: 0.65rem;
}

.breadcrumb_8e2a .title-lite-f50f li:last-child {
    margin-bottom: 0;
}

.breadcrumb_8e2a .progress-out-b7c2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_8e2a .progress-out-b7c2 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: c149 */
.ghost-box-u8 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
