/* 
 * 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.thick-6b45) — fixed together on mobile */
.tabs_dark_d62f {
    width: 100%;
}

.preview-solid-e44d {
    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_dark_d62f {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .preview-solid-e44d {
        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.full_91c4. Conta) stay reachable.
     */
    .up-a432 .nav-1b45 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .tabs_dark_d62f .up-a432 > .nav-1b45 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) .preview-solid-e44d {
        flex-shrink: 0;
    }

    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) .up-a432 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) .up-a432 > .nav-1b45 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) .carousel_625f {
        flex-shrink: 0;
    }

    .tabs_dark_d62f:has(.notification_c028.fn-show-7b2d) .notification_c028.fn-show-7b2d {
        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 */
    .up-a432 .notification_c028 .slider-e380.fn-active-7b2d .focus-1d2b {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .preview-solid-e44d {
        position: sticky;
        top: 0;
    }
}

.tabs_dark_d62f.upper-bd5c,
.tabs_dark_d62f.upper-bd5c .preview-solid-e44d {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.link_ef2d {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .link_ef2d {
        padding: 0.75rem 0;
    }
}

.light_8d37 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.menu_4daf img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .menu_4daf img {
        height: 35px;
    }
}

/* .up-a432 / .list_cool_037c — inner pages (brown bar); index uses .nav-solid-c31c below */

.up-a432:not(.nav-solid-c31c) .list_cool_037c.fn-active-7b2d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.out-238a {
    display: flex;
    gap: var(--spacing-md);
}

.title-3753,
.accent-smooth-4c97 {
    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) {
    .title-3753,
    .accent-smooth-4c97 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .out-238a {
        gap: 0.5rem;
    }
}

.title-3753 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.title-3753:hover {
    background: var(--primary-purple);
    color: white;
}

.accent-smooth-4c97 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.accent-smooth-4c97:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.notice_mini_4b51 {
    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%;
}

.notice_mini_4b51::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;
}

.notice_mini_4b51::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_large_65c8 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.overlay-eeac {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.overlay-eeac 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);
}

.notice_mini_4b51 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;
}

.media_hard_dac9 {
    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;
}

.media_hard_dac9 strong {
    font-weight: 700;
}

.tag_small_0914 {
    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);
}

.tall-0343 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.middle-b749 {
    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);
}

.middle-b749:hover {
    transform: translateY(-4px);
}

.module_f86a {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.hero_north_0670 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.top_6df5 {
    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;
}

.top_6df5:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.top_6df5.block-9ec2 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.clean-f3b8 {
    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);
}

.clean-f3b8:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.mask_slow_e36c {
    padding: 3rem 1.25rem;
    background: white;
}

.next-0588 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero_copper_7d0f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hero_copper_7d0f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.hero_copper_7d0f img {
    margin-bottom: 1rem;
}

.gas_9d63 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.hero_copper_7d0f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.hero_copper_7d0f 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 */
.brown-de58 {
    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);
}

.header_a151 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.header_a1d5 {
    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);
}

.header_a1d5 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.header_a1d5 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.header_a1d5 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.border-27e0 {
    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
   ======================================== */

.media_a312 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.alert-green-7332 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.liquid-311f {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.message_outer_15ef {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.in-6bbe {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.in-6bbe:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.in-6bbe.primary_tall_230f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.in-6bbe.primary_tall_230f h3,
.in-6bbe.primary_tall_230f p {
    color: white;
}

.search-c762 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.in-6bbe h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.in-6bbe p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.yellow-4baf {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.yellow-4baf:hover {
    gap: 0.75rem;
}

.in-6bbe.primary_tall_230f .yellow-4baf {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.detail_3c3f {
    padding: 4rem 1.25rem;
    background: white;
}

.section_short_9e23 {
    text-align: center;
    margin-bottom: 3rem;
}

.pro_234d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.item_blue_a917 {
    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%;
}

.item_blue_a917:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.picture-inner-f153 {
    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);
}

.dropdown_black_c950 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.pressed-6e32 {
    padding: 1.5rem;
}

.pressed-6e32 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.item_0816 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.status_7858 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.main-black-ff02,
.tertiary-cbc4 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.main-black-ff02 {
    background: #dcfce7;
    color: #166534;
}

.main-black-ff02.dropdown_605c {
    background: #10b981;
    color: white;
}

.tertiary-cbc4 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.tertiary-cbc4.thumbnail-huge-3ffe {
    background: #fee2e2;
    color: #991b1b;
}

.tertiary-cbc4.glass_36ae {
    background: #fef3c7;
    color: #92400e;
}

.tertiary-cbc4.media-left-88a6 {
    background: #dcfce7;
    color: #166534;
}

.nav_bd06 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav_bd06 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.panel-c288 {
    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);
}

.panel-c288:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.badge_2f4b {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.chip_60f0 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.feature_cf73 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .feature_cf73 {
        grid-template-columns: 1fr 1fr;
    }
}

.form_short_00a1 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.pagination_7e44 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.brown-26e5 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.fixed-3c57 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.glass_cbdd {
    font-size: 1rem;
    opacity: 0.9;
}

.pagination_7e44 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tabs_976a {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.tabs_976a li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.tabs_976a 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;
}

.tabs_976a li strong {
    color: var(--primary-purple);
}

.tabs_976a li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.row-solid-3f6f {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.button_2c4d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.message-d89b {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.button_2c4d .hero_north_0670 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.wrapper-de98 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.thick-de24 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.thick-de24 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.badge_d9d0 {
    padding: 4rem 1.25rem;
    background: white;
}

.upper-222c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .upper-222c {
        grid-template-columns: 1fr 1fr;
    }
}

.active_8478 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.right-3277 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.panel_fast_a4c0 {
    margin-bottom: 1.5rem;
}

.video_active_5175 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.brown-d5f2 {
    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);
}

.video-clean-707b {
    white-space: nowrap;
}

.simple_bd54 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.section_98db h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.modal-c627 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.modal-c627:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.component_1194 {
    font-size: 2rem;
    flex-shrink: 0;
}

.caption-steel-3e19 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.caption-steel-3e19 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.progress-a0cb {
    margin-top: 3rem;
}

.progress-a0cb h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.soft_c302 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.soft_c302 thead {
    background: var(--primary-purple);
    color: white;
}

.soft_c302 th,
.soft_c302 td {
    padding: 1rem;
    text-align: left;
}

.soft_c302 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.soft_c302 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.soft_c302 tbody tr:last-child {
    border-bottom: none;
}

.soft_c302 tbody tr:hover {
    background: var(--light-bg);
}

.gallery-right-edb0 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.fresh_43cf {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.description_focused_bf60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.simple-214f {
    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);
}

.simple-214f:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.simple-214f.fast_83e3::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;
}

.article_5c43 {
    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;
}

.clean-8135 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.item-6641 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.box-huge-c6ee {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.article-8e59 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.article-8e59 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.article-8e59 p:last-child {
    margin-bottom: 0;
}

.article-8e59 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.status-8d6f {
    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;
}

.container_fb02 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.selected_d297 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.selected_d297 .module_f86a {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.selected_d297 .hero_north_0670 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.table-da54 {
    padding: 4rem 1.25rem;
    background: white;
}

.soft-c95e {
    max-width: 900px;
    margin: 0 auto;
}

.chip-small-a1c6 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.chip-small-a1c6:hover {
    border-color: var(--primary-purple);
}

.chip-small-a1c6[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.chip-small-a1c6 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;
}

.chip-small-a1c6 summary::-webkit-details-marker {
    display: none;
}

.chip-small-a1c6 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.chip-small-a1c6[open] summary::after {
    transform: rotate(45deg);
}

.list-tiny-73ac {
    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);
    }
}

.list-tiny-73ac p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.list-tiny-73ac h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.list-tiny-73ac ul,
.list-tiny-73ac ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.list-tiny-73ac li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.list-tiny-73ac strong {
    color: var(--text-primary);
    font-weight: 600;
}

.cool-d9c7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.secondary-inner-1969 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.secondary-inner-1969 th,
.secondary-inner-1969 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.secondary-inner-1969 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.wrapper_f98c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.hover_bcdd {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.east_03a6 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .east_03a6 {
        flex-direction: column;
        text-align: center;
    }
}

.east_03a6 img {
    flex-shrink: 0;
}

.backdrop_slow_8cb3 {
    font-size: 4rem;
    flex-shrink: 0;
}

.menu_plasma_0631 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.menu_plasma_0631 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.card-aed7 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.section_basic_7780 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.detail_tall_c976 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.detail_tall_c976 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.clean_ecd4 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.video-hard-ba7c {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.first-a7e3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gradient-north-3d15 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.gradient-north-3d15 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.aside_clean_c86e {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.alert-00ce {
    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);
}

.input_5d9f {
    list-style: none;
}

.input_5d9f li {
    margin-bottom: 0.75rem;
}

.input_5d9f a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.input_5d9f a:hover {
    color: white;
}

.status-stone-597f {
    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;
}

.input_35d7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.input_35d7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.feature_tiny_5b42 {
    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);
}

.advanced_d9dd {
    text-align: right;
}

@media (max-width: 767px) {
    .advanced_d9dd {
        text-align: center;
        width: 100%;
    }
}

.advanced_d9dd p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.north-537b {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.nav-1b45 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.mask_slow_e36c,
.brown-de58,
.media_a312,
.detail_3c3f,
.chip_60f0,
.badge_d9d0,
.fresh_43cf,
.table-da54,
.hover_bcdd,
.section_basic_7780 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .alert-green-7332 {
        font-size: 1.75rem;
    }
    
    .liquid-311f {
        font-size: 1rem;
    }
    
    .row-solid-3f6f {
        flex-direction: column;
    }
    
    .upper-222c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .pro_234d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .item_blue_a917 {
        max-width: 100%;
    }
    
    .dropdown_black_c950 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .nav-1b45 {
        padding: 0 1rem;
    }
    
    .notice_mini_4b51 {
        padding: 4rem 1rem 3rem;
    }
    
    .notice_mini_4b51 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .top_6df5 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tall-0343 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .soft_c302,
    .secondary-inner-1969 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .next-0588 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .message_outer_15ef {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .description_focused_bf60 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .notice_mini_4b51 h1 {
        font-size: 1.5rem;
    }
    
    .tall-0343 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .middle-b749 {
        padding: 0.75rem;
    }
    
    .module_f86a {
        font-size: 1.5rem;
    }
    
    .next-0588 {
        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 */
.item_blue_a917:hover,
.in-6bbe:hover,
.simple-214f:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .detail_3c3f,
    .fresh_43cf,
    .table-da54 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.thick-6b45)
   ======================================== */

.up-a432.nav-solid-c31c {
    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;
}

.up-a432.nav-solid-c31c .list_cool_037c {
    color: #334155;
}

.up-a432.nav-solid-c31c .list_cool_037c:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.up-a432.nav-solid-c31c .list_cool_037c.fn-active-7b2d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.up-a432.nav-solid-c31c .focus-1d2b {
    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);
}

.up-a432.nav-solid-c31c .focus-1d2b::before {
    border-bottom-color: #ffffff;
}

.up-a432.nav-solid-c31c .old-632d {
    color: #475569;
}

.up-a432.nav-solid-c31c .old-632d::before {
    background: #818cf8;
}

.up-a432.nav-solid-c31c .old-632d:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.up-a432.nav-solid-c31c .old-632d:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.up-a432.nav-solid-c31c .stale-5d81 {
    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);
}

.up-a432.nav-solid-c31c .stale-5d81:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.up-a432.nav-solid-c31c .stale-5d81 span {
    background: #475569;
    box-shadow: none;
}

.up-a432.nav-solid-c31c .stale-5d81.fn-active-7b2d span:nth-child(1),
.up-a432.nav-solid-c31c .stale-5d81.fn-active-7b2d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .up-a432.nav-solid-c31c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .up-a432.nav-solid-c31c .carousel_625f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .up-a432.nav-solid-c31c .carousel_625f span {
        color: #334155 !important;
    }

    .up-a432.nav-solid-c31c .notification_c028 {
        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);
    }

    .up-a432.nav-solid-c31c .notification_c028 .list_cool_037c {
        color: #334155;
        text-shadow: none;
    }

    .up-a432.nav-solid-c31c .notification_c028 .list_cool_037c:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .up-a432.nav-solid-c31c .notification_c028 .list_cool_037c.easy-903b::after {
        color: #64748b;
    }

    .up-a432.nav-solid-c31c .notification_c028 .focus-1d2b {
        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) */
    .up-a432.nav-solid-c31c .notification_c028 .slider-e380.fn-active-7b2d .focus-1d2b {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .up-a432.nav-solid-c31c .notification_c028 .old-632d {
        color: #475569;
    }

    .up-a432.nav-solid-c31c .notification_c028 .old-632d::before {
        color: #6366f1;
    }

    .up-a432.nav-solid-c31c .notification_c028 .old-632d:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .up-a432.nav-solid-c31c .notification_c028 .old-632d:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .up-a432.nav-solid-c31c .notification_c028 .old-632d:hover::before {
        color: #4f46e5;
    }
}

/* apk.modal_fresh_9659 — mesmo tema claro da home; blocos extras */
body.badge-b385 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-b385 .stone-2e53 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-b385 .slider-east-0125 {
    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-b385 .slider-east-0125 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-b385 .slider-east-0125 p:last-child {
    margin-bottom: 0;
}

.badge-b385 .slider-east-0125 strong {
    color: var(--text-primary);
}

.badge-b385 .black-97a1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-b385 .black-97a1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stale_9062 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stale_9062 .card_737d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stale_9062 .pattern_75c0 {
    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);
}

.stale_9062 .pattern_75c0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stale_9062 .pattern_75c0 p:last-child {
    margin-bottom: 0;
}

.stale_9062 .pattern_75c0 strong {
    color: var(--text-primary);
}

.stale_9062 .progress-86e9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stale_9062 .progress-86e9 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_dirty_d473 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress_dirty_d473 .last-2c40 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress_dirty_d473 .modal_basic_8046 {
    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_dirty_d473 .modal_basic_8046 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress_dirty_d473 .modal_basic_8046 p:last-child {
    margin-bottom: 0;
}

.progress_dirty_d473 .modal_basic_8046 strong {
    color: var(--text-primary);
}

.progress_dirty_d473 .hidden-small-92ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress_dirty_d473 .hidden-small-92ad img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content-fixed-f7da {
    background: #f8f9fa;
    color: #2c3e50;
}

.content-fixed-f7da .shade_narrow_c642 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content-fixed-f7da .box-center-227d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.content-fixed-f7da .box-center-227d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content-fixed-f7da .box-center-227d p:last-child {
    margin-bottom: 0;
}

.content-fixed-f7da .box-center-227d strong {
    color: var(--text-primary);
}

.content-fixed-f7da .bronze-ad1d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content-fixed-f7da .bronze-ad1d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.active_92ba {
    background: #f8f9fa;
    color: #2c3e50;
}

.active_92ba .modal_6877 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.active_92ba .gold_fbfe {
    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);
}

.active_92ba .gold_fbfe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.active_92ba .gold_fbfe p:last-child {
    margin-bottom: 0;
}

.active_92ba .gold_fbfe strong {
    color: var(--text-primary);
}

.active_92ba .tabs-04fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.active_92ba .tabs-04fb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom_dbef {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom_dbef .preview_4bcd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom_dbef .alert_a9ef {
    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);
}

.bottom_dbef .alert_a9ef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_dbef .alert_a9ef p:last-child {
    margin-bottom: 0;
}

.bottom_dbef .alert_a9ef strong {
    color: var(--text-primary);
}

.bottom_dbef .notification_light_2d23 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom_dbef .notification_light_2d23 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component_middle_030d {
    background: #f8f9fa;
    color: #2c3e50;
}

.component_middle_030d .tooltip_c40a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component_middle_030d .box-green-3e93 {
    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);
}

.component_middle_030d .box-green-3e93 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_middle_030d .box-green-3e93 p:last-child {
    margin-bottom: 0;
}

.component_middle_030d .box-green-3e93 strong {
    color: var(--text-primary);
}

.component_middle_030d .column_plasma_1370 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component_middle_030d .column_plasma_1370 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_a389 {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_a389 .tooltip-81a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_a389 .over_b4bd {
    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);
}

.aside_a389 .over_b4bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_a389 .over_b4bd p:last-child {
    margin-bottom: 0;
}

.aside_a389 .over_b4bd strong {
    color: var(--text-primary);
}

.aside_a389 .article-0ca2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside_a389 .article-0ca2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_69cc {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_69cc .heading_outer_a548 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_69cc .wrapper-a428 {
    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);
}

.picture_69cc .wrapper-a428 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_69cc .wrapper-a428 p:last-child {
    margin-bottom: 0;
}

.picture_69cc .wrapper-a428 strong {
    color: var(--text-primary);
}

.picture_69cc .hot-98bf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_69cc .hot-98bf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero-dark-676a {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-dark-676a .item_cbf7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-dark-676a .grid_pressed_ae39 {
    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);
}

.hero-dark-676a .grid_pressed_ae39 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-dark-676a .grid_pressed_ae39 p:last-child {
    margin-bottom: 0;
}

.hero-dark-676a .grid_pressed_ae39 strong {
    color: var(--text-primary);
}

.hero-dark-676a .up-e38b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-dark-676a .up-e38b 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_over_b10f {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer_over_b10f .media-dirty-ffe0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer_over_b10f .static-2ccc {
    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_over_b10f .static-2ccc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer_over_b10f .static-2ccc p:last-child {
    margin-bottom: 0;
}

.footer_over_b10f .static-2ccc strong {
    color: var(--text-primary);
}

.footer_over_b10f .input-aaf4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer_over_b10f .input-aaf4 li {
    margin-bottom: 0.65rem;
}

.footer_over_b10f .input-aaf4 li:last-child {
    margin-bottom: 0;
}

.footer_over_b10f .frame_b5c9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer_over_b10f .frame_b5c9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fluid-93b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid-93b3 .top_8f5b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid-93b3 .overlay_hard_4d63 {
    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);
}

.fluid-93b3 .overlay_hard_4d63 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid-93b3 .overlay_hard_4d63 p:last-child {
    margin-bottom: 0;
}

.fluid-93b3 .overlay_hard_4d63 strong {
    color: var(--text-primary);
}

.fluid-93b3 .action_b2a9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid-93b3 .action_b2a9 li {
    margin-bottom: 0.65rem;
}

.fluid-93b3 .action_b2a9 li:last-child {
    margin-bottom: 0;
}

.fluid-93b3 .focus-a406 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid-93b3 .focus-a406 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid-340b {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid-340b .west_1d43 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid-340b .disabled_295c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.solid-340b .disabled_295c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-340b .disabled_295c p:last-child {
    margin-bottom: 0;
}

.solid-340b .disabled_295c strong {
    color: var(--text-primary);
}

.solid-340b .tabs-25d6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid-340b .tabs-25d6 li {
    margin-bottom: 0.65rem;
}

.solid-340b .tabs-25d6 li:last-child {
    margin-bottom: 0;
}

.solid-340b .clean-bcad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid-340b .clean-bcad 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-924d {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-924d .badge_a92a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-924d .description_stone_5910 {
    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-924d .description_stone_5910 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-924d .description_stone_5910 p:last-child {
    margin-bottom: 0;
}

.avatar-924d .description_stone_5910 strong {
    color: var(--text-primary);
}

.avatar-924d .tag-upper-4118 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-924d .tag-upper-4118 li {
    margin-bottom: 0.65rem;
}

.avatar-924d .tag-upper-4118 li:last-child {
    margin-bottom: 0;
}

body.wood_0083 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood_0083 .title-c6f5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood_0083 .active_44c9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.wood_0083 .active_44c9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_0083 .active_44c9 p:last-child {
    margin-bottom: 0;
}

.wood_0083 .active_44c9 strong {
    color: var(--text-primary);
}

.wood_0083 .focus_9850 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_0083 .focus_9850 li {
    margin-bottom: 0.65rem;
}

.wood_0083 .focus_9850 li:last-child {
    margin-bottom: 0;
}

.wood_0083 .main-4a71 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood_0083 .main-4a71 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion-3bcd {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion-3bcd .action_43ea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion-3bcd .selected_eca3 {
    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);
}

.motion-3bcd .selected_eca3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion-3bcd .selected_eca3 p:last-child {
    margin-bottom: 0;
}

.motion-3bcd .selected_eca3 strong {
    color: var(--text-primary);
}

.motion-3bcd .table-4d3e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion-3bcd .table-4d3e li {
    margin-bottom: 0.65rem;
}

.motion-3bcd .table-4d3e li:last-child {
    margin-bottom: 0;
}

.motion-3bcd .hidden-3986 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.motion-3bcd .hidden-3986 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.liquid_014d {
    background: #f8f9fa;
    color: #2c3e50;
}

.liquid_014d .thumbnail_advanced_70a2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.liquid_014d .layout-2695 {
    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);
}

.liquid_014d .layout-2695 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.liquid_014d .layout-2695 p:last-child {
    margin-bottom: 0;
}

.liquid_014d .layout-2695 strong {
    color: var(--text-primary);
}

.liquid_014d .thick-6844 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.liquid_014d .thick-6844 li {
    margin-bottom: 0.65rem;
}

.liquid_014d .thick-6844 li:last-child {
    margin-bottom: 0;
}

.liquid_014d .cold_8480 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.liquid_014d .cold_8480 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left_9a01 {
    background: #f8f9fa;
    color: #2c3e50;
}

.left_9a01 .backdrop_outer_2217 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left_9a01 .down-9cef {
    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);
}

.left_9a01 .down-9cef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_9a01 .down-9cef p:last-child {
    margin-bottom: 0;
}

.left_9a01 .down-9cef strong {
    color: var(--text-primary);
}

.left_9a01 .description_paper_669f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_9a01 .description_paper_669f li {
    margin-bottom: 0.65rem;
}

.left_9a01 .description_paper_669f li:last-child {
    margin-bottom: 0;
}

.left_9a01 .south_ccf7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.left_9a01 .south_ccf7 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: 8eff */
.ghost-box-x6 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
