/* 
 * 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.pro_95f9) — fixed together on mobile */
.dirty-4430 {
    width: 100%;
}

.image-narrow-de23 {
    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) {
    .dirty-4430 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .image-narrow-de23 {
        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.caption_641c. Conta) stay reachable.
     */
    .tertiary-fresh-b556 .glass-43ac {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .dirty-4430 .tertiary-fresh-b556 > .glass-43ac {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .dirty-4430:has(.media-941c.fn-show-d8c0) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .dirty-4430:has(.media-941c.fn-show-d8c0) .image-narrow-de23 {
        flex-shrink: 0;
    }

    .dirty-4430:has(.media-941c.fn-show-d8c0) .tertiary-fresh-b556 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .dirty-4430:has(.media-941c.fn-show-d8c0) .tertiary-fresh-b556 > .glass-43ac {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .dirty-4430:has(.media-941c.fn-show-d8c0) .block-lite-acde {
        flex-shrink: 0;
    }

    .dirty-4430:has(.media-941c.fn-show-d8c0) .media-941c.fn-show-d8c0 {
        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 */
    .tertiary-fresh-b556 .media-941c .surface_light_e6c0.fn-active-d8c0 .backdrop-57bf {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .image-narrow-de23 {
        position: sticky;
        top: 0;
    }
}

.dirty-4430.warm-a30e,
.dirty-4430.warm-a30e .image-narrow-de23 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.next-7abb {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .next-7abb {
        padding: 0.75rem 0;
    }
}

.media-9d0d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.label_f72c img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .label_f72c img {
        height: 35px;
    }
}

/* .tertiary-fresh-b556 / .widget-a339 — inner pages (brown bar); index uses .pro_a23f below */

.tertiary-fresh-b556:not(.pro_a23f) .widget-a339.fn-active-d8c0 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.easy-8e5f {
    display: flex;
    gap: var(--spacing-md);
}

.message-south-b3f9,
.small_ca92 {
    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) {
    .message-south-b3f9,
    .small_ca92 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .easy-8e5f {
        gap: 0.5rem;
    }
}

.message-south-b3f9 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.message-south-b3f9:hover {
    background: var(--primary-purple);
    color: white;
}

.small_ca92 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.small_ca92:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.bright_c3a3 {
    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%;
}

.bright_c3a3::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;
}

.bright_c3a3::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;
}

.north-f98a {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.video_c7a0 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.video_c7a0 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);
}

.bright_c3a3 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;
}

.highlight-medium-653c {
    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;
}

.highlight-medium-653c strong {
    font-weight: 700;
}

.motion_cbbd {
    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);
}

.input_5953 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.menu-2550 {
    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);
}

.menu-2550:hover {
    transform: translateY(-4px);
}

.background_2abc {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.content-aee2 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.filter-60db {
    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;
}

.filter-60db:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.filter-60db.title_19f9 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.card_efc3 {
    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);
}

.card_efc3:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.status_new_cdce {
    padding: 3rem 1.25rem;
    background: white;
}

.item-basic-9115 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.progress-up-4e62 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.progress-up-4e62:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.progress-up-4e62 img {
    margin-bottom: 1rem;
}

.south_5fd2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.progress-up-4e62 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.progress-up-4e62 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 */
.item_e7c4 {
    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);
}

.overlay_fefa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.media_31de {
    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);
}

.media_31de h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.media_31de p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.media_31de a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gradient_038b {
    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
   ======================================== */

.banner_b112 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.card_fbe4 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.red_0a7e {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.static-dafb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.lower_bc68 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.lower_bc68:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.lower_bc68.article-complex-f550 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.lower_bc68.article-complex-f550 h3,
.lower_bc68.article-complex-f550 p {
    color: white;
}

.pagination_aa43 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.lower_bc68 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.lower_bc68 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.warm-ebd6 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.warm-ebd6:hover {
    gap: 0.75rem;
}

.lower_bc68.article-complex-f550 .warm-ebd6 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.popup_ee78 {
    padding: 4rem 1.25rem;
    background: white;
}

.static_1f99 {
    text-align: center;
    margin-bottom: 3rem;
}

.border_warm_d4ab {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.in-dd1b {
    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%;
}

.in-dd1b:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.stale_af12 {
    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);
}

.filter-76c4 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.silver_533f {
    padding: 1.5rem;
}

.silver_533f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.hover_03a5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.banner-pressed-0d9f {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.stone_e2f8,
.gold-dd88 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.stone_e2f8 {
    background: #dcfce7;
    color: #166534;
}

.stone_e2f8.pressed_bcd8 {
    background: #10b981;
    color: white;
}

.gold-dd88 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.gold-dd88.item_4355 {
    background: #fee2e2;
    color: #991b1b;
}

.gold-dd88.aside_solid_ae02 {
    background: #fef3c7;
    color: #92400e;
}

.gold-dd88.gas_f782 {
    background: #dcfce7;
    color: #166534;
}

.block_motion_bed2 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.block_motion_bed2 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.middle_e19c {
    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);
}

.middle_e19c:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.shadow-fast-2688 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.section_3252 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.mask_dim_802b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mask_dim_802b {
        grid-template-columns: 1fr 1fr;
    }
}

.picture-active-69fd img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.sidebar_50fe h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.main-7275 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.chip_5a5c {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.out_723d {
    font-size: 1rem;
    opacity: 0.9;
}

.sidebar_50fe h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.info-down-28eb {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.info-down-28eb li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.info-down-28eb 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;
}

.info-down-28eb li strong {
    color: var(--primary-purple);
}

.info-down-28eb li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.east_9fd0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.media_black_2042 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.small_24c2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.media_black_2042 .content-aee2 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.under-ea78 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.notice_short_5f41 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.notice_short_5f41 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.header-solid-8bfd {
    padding: 4rem 1.25rem;
    background: white;
}

.primary-0821 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .primary-0821 {
        grid-template-columns: 1fr 1fr;
    }
}

.background_36c9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.header_north_59ef {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.lower-7cb5 {
    margin-bottom: 1.5rem;
}

.shadow-1361 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.outline_4233 {
    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);
}

.west-acc0 {
    white-space: nowrap;
}

.dropdown_under_270a {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.search_easy_afc7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.main_466b {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.main_466b:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.secondary-53e7 {
    font-size: 2rem;
    flex-shrink: 0;
}

.tall_3f4a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tall_3f4a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.content-8911 {
    margin-top: 3rem;
}

.content-8911 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.iron-50f9 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.iron-50f9 thead {
    background: var(--primary-purple);
    color: white;
}

.iron-50f9 th,
.iron-50f9 td {
    padding: 1rem;
    text-align: left;
}

.iron-50f9 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.iron-50f9 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.iron-50f9 tbody tr:last-child {
    border-bottom: none;
}

.iron-50f9 tbody tr:hover {
    background: var(--light-bg);
}

.pattern_8508 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.notice_0492 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.cool-b4cd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hover_5e94 {
    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);
}

.hover_5e94:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.hover_5e94.border_cool_f1e1::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;
}

.hover-4865 {
    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;
}

.notification-inner-93ad {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.grid-2575 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.gas-7d8d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.surface-6798 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.surface-6798 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.surface-6798 p:last-child {
    margin-bottom: 0;
}

.surface-6798 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.modal-lite-7661 {
    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;
}

.warm-6dc6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.disabled-2e97 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.disabled-2e97 .background_2abc {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.disabled-2e97 .content-aee2 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.secondary-6ae2 {
    padding: 4rem 1.25rem;
    background: white;
}

.gold-96de {
    max-width: 900px;
    margin: 0 auto;
}

.dark-5a34 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.dark-5a34:hover {
    border-color: var(--primary-purple);
}

.dark-5a34[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.dark-5a34 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;
}

.dark-5a34 summary::-webkit-details-marker {
    display: none;
}

.dark-5a34 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.dark-5a34[open] summary::after {
    transform: rotate(45deg);
}

.filter_e376 {
    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_e376 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.filter_e376 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.filter_e376 ul,
.filter_e376 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.filter_e376 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.filter_e376 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.box-huge-05c7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.fluid_4b7c {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.fluid_4b7c th,
.fluid_4b7c td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.fluid_4b7c th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.form_under_120f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.feature-1dd4 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.shade-7e01 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .shade-7e01 {
        flex-direction: column;
        text-align: center;
    }
}

.shade-7e01 img {
    flex-shrink: 0;
}

.east-86d8 {
    font-size: 4rem;
    flex-shrink: 0;
}

.section_d146 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.section_d146 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.hot_382d {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.dirty_500c {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.dim_5196 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.dim_5196 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.tag-8a7c {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.detail_d5b5 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.carousel_b8a0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hovered-48b0 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hovered-48b0 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.badge_center_23b3 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.label_0f3c {
    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);
}

.progress_large_7d49 {
    list-style: none;
}

.progress_large_7d49 li {
    margin-bottom: 0.75rem;
}

.progress_large_7d49 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.progress_large_7d49 a:hover {
    color: white;
}

.preview_e70a {
    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_0717 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.disabled_0717 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.search-short-a42a {
    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-2b0e {
    text-align: right;
}

@media (max-width: 767px) {
    .simple-2b0e {
        text-align: center;
        width: 100%;
    }
}

.simple-2b0e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.label-tiny-aa62 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.glass-43ac {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.status_new_cdce,
.item_e7c4,
.banner_b112,
.popup_ee78,
.section_3252,
.header-solid-8bfd,
.notice_0492,
.secondary-6ae2,
.feature-1dd4,
.dirty_500c {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .card_fbe4 {
        font-size: 1.75rem;
    }
    
    .red_0a7e {
        font-size: 1rem;
    }
    
    .east_9fd0 {
        flex-direction: column;
    }
    
    .primary-0821 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .border_warm_d4ab {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .in-dd1b {
        max-width: 100%;
    }
    
    .filter-76c4 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .glass-43ac {
        padding: 0 1rem;
    }
    
    .bright_c3a3 {
        padding: 4rem 1rem 3rem;
    }
    
    .bright_c3a3 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .filter-60db {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .input_5953 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .iron-50f9,
    .fluid_4b7c {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .item-basic-9115 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .static-dafb {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .cool-b4cd {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .bright_c3a3 h1 {
        font-size: 1.5rem;
    }
    
    .input_5953 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .menu-2550 {
        padding: 0.75rem;
    }
    
    .background_2abc {
        font-size: 1.5rem;
    }
    
    .item-basic-9115 {
        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 */
.in-dd1b:hover,
.lower_bc68:hover,
.hover_5e94:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .popup_ee78,
    .notice_0492,
    .secondary-6ae2 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.pro_95f9)
   ======================================== */

.tertiary-fresh-b556.pro_a23f {
    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;
}

.tertiary-fresh-b556.pro_a23f .widget-a339 {
    color: #334155;
}

.tertiary-fresh-b556.pro_a23f .widget-a339:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.tertiary-fresh-b556.pro_a23f .widget-a339.fn-active-d8c0 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.tertiary-fresh-b556.pro_a23f .backdrop-57bf {
    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);
}

.tertiary-fresh-b556.pro_a23f .backdrop-57bf::before {
    border-bottom-color: #ffffff;
}

.tertiary-fresh-b556.pro_a23f .sidebar-south-e76d {
    color: #475569;
}

.tertiary-fresh-b556.pro_a23f .sidebar-south-e76d::before {
    background: #818cf8;
}

.tertiary-fresh-b556.pro_a23f .sidebar-south-e76d:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.tertiary-fresh-b556.pro_a23f .sidebar-south-e76d:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.tertiary-fresh-b556.pro_a23f .box-3516 {
    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);
}

.tertiary-fresh-b556.pro_a23f .box-3516:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.tertiary-fresh-b556.pro_a23f .box-3516 span {
    background: #475569;
    box-shadow: none;
}

.tertiary-fresh-b556.pro_a23f .box-3516.fn-active-d8c0 span:nth-child(1),
.tertiary-fresh-b556.pro_a23f .box-3516.fn-active-d8c0 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .tertiary-fresh-b556.pro_a23f {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .tertiary-fresh-b556.pro_a23f .block-lite-acde {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .tertiary-fresh-b556.pro_a23f .block-lite-acde span {
        color: #334155 !important;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c {
        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);
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .widget-a339 {
        color: #334155;
        text-shadow: none;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .widget-a339:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .widget-a339.white_d00e::after {
        color: #64748b;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .backdrop-57bf {
        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) */
    .tertiary-fresh-b556.pro_a23f .media-941c .surface_light_e6c0.fn-active-d8c0 .backdrop-57bf {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .sidebar-south-e76d {
        color: #475569;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .sidebar-south-e76d::before {
        color: #6366f1;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .sidebar-south-e76d:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .sidebar-south-e76d:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .tertiary-fresh-b556.pro_a23f .media-941c .sidebar-south-e76d:hover::before {
        color: #4f46e5;
    }
}

/* apk.item-bbdd — mesmo tema claro da home; blocos extras */
body.logo-e4c1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-e4c1 .small_4303 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-e4c1 .logo-short-e8a8 {
    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);
}

.logo-e4c1 .logo-short-e8a8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-e4c1 .logo-short-e8a8 p:last-child {
    margin-bottom: 0;
}

.logo-e4c1 .logo-short-e8a8 strong {
    color: var(--text-primary);
}

.logo-e4c1 .motion_7441 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-e4c1 .motion_7441 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_dynamic_61fa {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_dynamic_61fa .logo_slow_6546 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_dynamic_61fa .shadow-complex-c970 {
    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);
}

.highlight_dynamic_61fa .shadow-complex-c970 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_dynamic_61fa .shadow-complex-c970 p:last-child {
    margin-bottom: 0;
}

.highlight_dynamic_61fa .shadow-complex-c970 strong {
    color: var(--text-primary);
}

.highlight_dynamic_61fa .main-yellow-4fbd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_dynamic_61fa .main-yellow-4fbd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_cool_a022 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_cool_a022 .right_8a39 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_cool_a022 .logo-ec7a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern_cool_a022 .logo-ec7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_cool_a022 .logo-ec7a p:last-child {
    margin-bottom: 0;
}

.pattern_cool_a022 .logo-ec7a strong {
    color: var(--text-primary);
}

.pattern_cool_a022 .highlight_bc46 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_cool_a022 .highlight_bc46 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight-focused-bfe0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight-focused-bfe0 .table_6fd2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight-focused-bfe0 .hovered-2e00 {
    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);
}

.highlight-focused-bfe0 .hovered-2e00 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight-focused-bfe0 .hovered-2e00 p:last-child {
    margin-bottom: 0;
}

.highlight-focused-bfe0 .hovered-2e00 strong {
    color: var(--text-primary);
}

.highlight-focused-bfe0 .logo-94a0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight-focused-bfe0 .logo-94a0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-5b1e {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-5b1e .border_4b06 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-5b1e .detail-steel-7df5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.progress-5b1e .detail-steel-7df5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-5b1e .detail-steel-7df5 p:last-child {
    margin-bottom: 0;
}

.progress-5b1e .detail-steel-7df5 strong {
    color: var(--text-primary);
}

.progress-5b1e .gas_a145 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-5b1e .gas_a145 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-27e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-27e7 .module_3eab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-27e7 .short-6c24 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.progress-27e7 .short-6c24 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-27e7 .short-6c24 p:last-child {
    margin-bottom: 0;
}

.progress-27e7 .short-6c24 strong {
    color: var(--text-primary);
}

.progress-27e7 .pressed-5415 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-27e7 .pressed-5415 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture-pro-48c0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture-pro-48c0 .menu-warm-fdc3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture-pro-48c0 .panel_over_3706 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.texture-pro-48c0 .panel_over_3706 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-pro-48c0 .panel_over_3706 p:last-child {
    margin-bottom: 0;
}

.texture-pro-48c0 .panel_over_3706 strong {
    color: var(--text-primary);
}

.texture-pro-48c0 .container_fast_5c4f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture-pro-48c0 .container_fast_5c4f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown-rough-a99d {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown-rough-a99d .layout-f5cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown-rough-a99d .image_solid_5391 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.dropdown-rough-a99d .image_solid_5391 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-rough-a99d .image_solid_5391 p:last-child {
    margin-bottom: 0;
}

.dropdown-rough-a99d .image_solid_5391 strong {
    color: var(--text-primary);
}

.dropdown-rough-a99d .smooth-d6b7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown-rough-a99d .smooth-d6b7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny-81e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny-81e7 .text-20f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny-81e7 .motion_f097 {
    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);
}

.tiny-81e7 .motion_f097 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny-81e7 .motion_f097 p:last-child {
    margin-bottom: 0;
}

.tiny-81e7 .motion_f097 strong {
    color: var(--text-primary);
}

.tiny-81e7 .hidden-5f7f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny-81e7 .hidden-5f7f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input-b9d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-b9d9 .alert-dark-bf59 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-b9d9 .item_165b {
    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);
}

.input-b9d9 .item_165b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-b9d9 .item_165b p:last-child {
    margin-bottom: 0;
}

.input-b9d9 .item_165b strong {
    color: var(--text-primary);
}

.input-b9d9 .nav-fast-bfe9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-b9d9 .nav-fast-bfe9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fixed_5892 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fixed_5892 .orange-59a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fixed_5892 .tooltip-top-3bc1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.fixed_5892 .tooltip-top-3bc1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed_5892 .tooltip-top-3bc1 p:last-child {
    margin-bottom: 0;
}

.fixed_5892 .tooltip-top-3bc1 strong {
    color: var(--text-primary);
}

.fixed_5892 .table_37b2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed_5892 .table_37b2 li {
    margin-bottom: 0.65rem;
}

.fixed_5892 .table_37b2 li:last-child {
    margin-bottom: 0;
}

.fixed_5892 .link_narrow_3835 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fixed_5892 .link_narrow_3835 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown-inner-8b0f {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown-inner-8b0f .item_hard_8416 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown-inner-8b0f .button-soft-c644 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.dropdown-inner-8b0f .button-soft-c644 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-inner-8b0f .button-soft-c644 p:last-child {
    margin-bottom: 0;
}

.dropdown-inner-8b0f .button-soft-c644 strong {
    color: var(--text-primary);
}

.dropdown-inner-8b0f .in-d37f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-inner-8b0f .in-d37f li {
    margin-bottom: 0.65rem;
}

.dropdown-inner-8b0f .in-d37f li:last-child {
    margin-bottom: 0;
}

.dropdown-inner-8b0f .white_9120 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown-inner-8b0f .white_9120 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_light_5075 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_light_5075 .thick_9a0d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_light_5075 .mask-07d5 {
    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_light_5075 .mask-07d5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_light_5075 .mask-07d5 p:last-child {
    margin-bottom: 0;
}

.avatar_light_5075 .mask-07d5 strong {
    color: var(--text-primary);
}

.avatar_light_5075 .sidebar-3c8e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_light_5075 .sidebar-3c8e li {
    margin-bottom: 0.65rem;
}

.avatar_light_5075 .sidebar-3c8e li:last-child {
    margin-bottom: 0;
}

.avatar_light_5075 .liquid-2c25 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_light_5075 .liquid-2c25 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table_5edc {
    background: #f8f9fa;
    color: #2c3e50;
}

.table_5edc .container-old-00ea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table_5edc .dropdown-96e3 {
    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);
}

.table_5edc .dropdown-96e3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_5edc .dropdown-96e3 p:last-child {
    margin-bottom: 0;
}

.table_5edc .dropdown-96e3 strong {
    color: var(--text-primary);
}

.table_5edc .large-66d4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_5edc .large-66d4 li {
    margin-bottom: 0.65rem;
}

.table_5edc .large-66d4 li:last-child {
    margin-bottom: 0;
}

body.complex-cfc9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-cfc9 .wrapper_d6ef {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-cfc9 .hover-huge-77c4 {
    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);
}

.complex-cfc9 .hover-huge-77c4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-cfc9 .hover-huge-77c4 p:last-child {
    margin-bottom: 0;
}

.complex-cfc9 .hover-huge-77c4 strong {
    color: var(--text-primary);
}

.complex-cfc9 .caption_2050 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-cfc9 .caption_2050 li {
    margin-bottom: 0.65rem;
}

.complex-cfc9 .caption_2050 li:last-child {
    margin-bottom: 0;
}

.complex-cfc9 .widget-d32d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-cfc9 .widget-d32d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification-white-2cf5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification-white-2cf5 .notice-2dbe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification-white-2cf5 .accent_bottom_6b12 {
    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-white-2cf5 .accent_bottom_6b12 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-white-2cf5 .accent_bottom_6b12 p:last-child {
    margin-bottom: 0;
}

.notification-white-2cf5 .accent_bottom_6b12 strong {
    color: var(--text-primary);
}

.notification-white-2cf5 .secondary-solid-3621 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-white-2cf5 .secondary-solid-3621 li {
    margin-bottom: 0.65rem;
}

.notification-white-2cf5 .secondary-solid-3621 li:last-child {
    margin-bottom: 0;
}

.notification-white-2cf5 .shade-liquid-80eb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification-white-2cf5 .shade-liquid-80eb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module_pink_fa82 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module_pink_fa82 .article_3d77 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module_pink_fa82 .middle_9121 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.module_pink_fa82 .middle_9121 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_pink_fa82 .middle_9121 p:last-child {
    margin-bottom: 0;
}

.module_pink_fa82 .middle_9121 strong {
    color: var(--text-primary);
}

.module_pink_fa82 .hero-glass-1f5f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module_pink_fa82 .hero-glass-1f5f li {
    margin-bottom: 0.65rem;
}

.module_pink_fa82 .hero-glass-1f5f li:last-child {
    margin-bottom: 0;
}

.module_pink_fa82 .disabled_af61 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module_pink_fa82 .disabled_af61 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_gold_0cbd {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_gold_0cbd .rough-d203 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_gold_0cbd .iron-fea8 {
    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);
}

.list_gold_0cbd .iron-fea8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_gold_0cbd .iron-fea8 p:last-child {
    margin-bottom: 0;
}

.list_gold_0cbd .iron-fea8 strong {
    color: var(--text-primary);
}

.list_gold_0cbd .full_635a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_gold_0cbd .full_635a li {
    margin-bottom: 0.65rem;
}

.list_gold_0cbd .full_635a li:last-child {
    margin-bottom: 0;
}

.list_gold_0cbd .pattern_5fd5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_gold_0cbd .pattern_5fd5 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: 8e88 */
.widget-item-i6 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
