/* 
 * 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.description-outer-3793) — fixed together on mobile */
.table_59a6 {
    width: 100%;
}

.primary-silver-412b {
    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) {
    .table_59a6 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .primary-silver-412b {
        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.image-hovered-d60a. Conta) stay reachable.
     */
    .content-large-ed90 .caption_6ef9 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .table_59a6 .content-large-ed90 > .caption_6ef9 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .table_59a6:has(.shade-697f.fn-show-6d6a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .table_59a6:has(.shade-697f.fn-show-6d6a) .primary-silver-412b {
        flex-shrink: 0;
    }

    .table_59a6:has(.shade-697f.fn-show-6d6a) .content-large-ed90 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .table_59a6:has(.shade-697f.fn-show-6d6a) .content-large-ed90 > .caption_6ef9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .table_59a6:has(.shade-697f.fn-show-6d6a) .link-slow-9b70 {
        flex-shrink: 0;
    }

    .table_59a6:has(.shade-697f.fn-show-6d6a) .shade-697f.fn-show-6d6a {
        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 */
    .content-large-ed90 .shade-697f .fixed_0282.fn-active-6d6a .icon_hovered_9f81 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .primary-silver-412b {
        position: sticky;
        top: 0;
    }
}

.table_59a6.breadcrumb-bronze-9b5c,
.table_59a6.breadcrumb-bronze-9b5c .primary-silver-412b {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.button-40a5 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .button-40a5 {
        padding: 0.75rem 0;
    }
}

.description-01a1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.badge-ade8 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .badge-ade8 img {
        height: 35px;
    }
}

/* .content-large-ed90 / .wrapper_advanced_0206 — inner pages (brown bar); index uses .panel_basic_ef51 below */

.content-large-ed90:not(.panel_basic_ef51) .wrapper_advanced_0206.fn-active-6d6a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.focus_41ac {
    display: flex;
    gap: var(--spacing-md);
}

.dim-0775,
.static-fd87 {
    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) {
    .dim-0775,
    .static-fd87 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .focus_41ac {
        gap: 0.5rem;
    }
}

.dim-0775 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.dim-0775:hover {
    background: var(--primary-purple);
    color: white;
}

.static-fd87 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.static-fd87:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.main-north-bf61 {
    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%;
}

.main-north-bf61::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;
}

.main-north-bf61::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;
}

.black_5c96 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.light-1377 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.light-1377 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);
}

.main-north-bf61 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;
}

.stale-ebe3 {
    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;
}

.stale-ebe3 strong {
    font-weight: 700;
}

.module_light_c8e1 {
    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);
}

.widget_cc26 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.accordion-c8b9 {
    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);
}

.accordion-c8b9:hover {
    transform: translateY(-4px);
}

.soft-0914 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.alert-9860 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.preview-50f2 {
    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;
}

.preview-50f2:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.preview-50f2.logo-advanced-90f5 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.avatar-5ef6 {
    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);
}

.avatar-5ef6:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.header_25cc {
    padding: 3rem 1.25rem;
    background: white;
}

.rough-ae12 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.progress-old-3797 {
    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-old-3797:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.progress-old-3797 img {
    margin-bottom: 1rem;
}

.backdrop-fe8a {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.progress-old-3797 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.progress-old-3797 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 */
.layout_b112 {
    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);
}

.carousel_0bb0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.south-14c6 {
    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);
}

.south-14c6 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.south-14c6 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.south-14c6 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modal-south-f758 {
    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
   ======================================== */

.breadcrumb_prev_a098 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.medium_e7b1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.pink_bdfa {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.notice-large-74b6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.accordion_smooth_077d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.accordion_smooth_077d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.accordion_smooth_077d.form-easy-f1a4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.accordion_smooth_077d.form-easy-f1a4 h3,
.accordion_smooth_077d.form-easy-f1a4 p {
    color: white;
}

.list_6e05 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.accordion_smooth_077d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.accordion_smooth_077d p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header_7eb7 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.header_7eb7:hover {
    gap: 0.75rem;
}

.accordion_smooth_077d.form-easy-f1a4 .header_7eb7 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.gallery-medium-4a45 {
    padding: 4rem 1.25rem;
    background: white;
}

.detail_dirty_1c42 {
    text-align: center;
    margin-bottom: 3rem;
}

.secondary_brown_9490 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.media-complex-8b19 {
    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%;
}

.media-complex-8b19:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.table-3678 {
    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);
}

.panel_easy_f2ad {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.huge_e706 {
    padding: 1.5rem;
}

.huge_e706 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.paragraph-89c6 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.card-green-13ca {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.item_fresh_a141,
.detail-slow-7756 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.item_fresh_a141 {
    background: #dcfce7;
    color: #166534;
}

.item_fresh_a141.dropdown_basic_eb85 {
    background: #10b981;
    color: white;
}

.detail-slow-7756 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.detail-slow-7756.info_copper_aa6b {
    background: #fee2e2;
    color: #991b1b;
}

.detail-slow-7756.section_6f8b {
    background: #fef3c7;
    color: #92400e;
}

.detail-slow-7756.texture-dim-b776 {
    background: #dcfce7;
    color: #166534;
}

.text-easy-c3c8 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.text-easy-c3c8 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.status_action_d271 {
    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);
}

.status_action_d271:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.modal-inner-fff1 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.tertiary_hard_e4b1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.dirty_bd41 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .dirty_bd41 {
        grid-template-columns: 1fr 1fr;
    }
}

.input-9907 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.tabs-dee0 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.search_advanced_d265 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.hover_29fb {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.carousel_wide_8aec {
    font-size: 1rem;
    opacity: 0.9;
}

.tabs-dee0 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pressed-7980 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.pressed-7980 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.pressed-7980 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;
}

.pressed-7980 li strong {
    color: var(--primary-purple);
}

.pressed-7980 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.outer_6524 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.outer-41cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.border-f428 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.outer-41cc .alert-9860 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.button_plasma_40e5 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.video_motion_7425 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.video_motion_7425 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.easy-9127 {
    padding: 4rem 1.25rem;
    background: white;
}

.backdrop-c8ad {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .backdrop-c8ad {
        grid-template-columns: 1fr 1fr;
    }
}

.pattern-east-2e5f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.widget-ce21 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.dynamic-5fa0 {
    margin-bottom: 1.5rem;
}

.slider_prev_2219 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.main-white-765a {
    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);
}

.overlay_4918 {
    white-space: nowrap;
}

.feature_glass_1927 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.content-advanced-bfd5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.slow_e99d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.slow_e99d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.blue-4ac2 {
    font-size: 2rem;
    flex-shrink: 0;
}

.panel-bright-3734 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.panel-bright-3734 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.item-c78a {
    margin-top: 3rem;
}

.item-c78a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.out_33c5 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.out_33c5 thead {
    background: var(--primary-purple);
    color: white;
}

.out_33c5 th,
.out_33c5 td {
    padding: 1rem;
    text-align: left;
}

.out_33c5 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.out_33c5 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.out_33c5 tbody tr:last-child {
    border-bottom: none;
}

.out_33c5 tbody tr:hover {
    background: var(--light-bg);
}

.south_9072 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.popup-glass-84ad {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.purple_d5b5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.card_70b6 {
    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);
}

.card_70b6:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.card_70b6.title_hard_bd18::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;
}

.description-prev-8052 {
    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;
}

.paragraph-24e7 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.carousel_white_a3c8 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.detail-soft-ac63 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gradient_basic_f894 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.gradient_basic_f894 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.gradient_basic_f894 p:last-child {
    margin-bottom: 0;
}

.gradient_basic_f894 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.notice-2e9a {
    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;
}

.first_5cb9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.bottom_cd13 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.bottom_cd13 .soft-0914 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.bottom_cd13 .alert-9860 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.large_d86b {
    padding: 4rem 1.25rem;
    background: white;
}

.main-1f1d {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-center-d096 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.accordion-center-d096:hover {
    border-color: var(--primary-purple);
}

.accordion-center-d096[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.accordion-center-d096 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;
}

.accordion-center-d096 summary::-webkit-details-marker {
    display: none;
}

.accordion-center-d096 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.accordion-center-d096[open] summary::after {
    transform: rotate(45deg);
}

.table_feab {
    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);
    }
}

.table_feab p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.table_feab h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.table_feab ul,
.table_feab ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.table_feab li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.table_feab strong {
    color: var(--text-primary);
    font-weight: 600;
}

.column-old-3ed4 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.texture_south_919e {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.texture_south_919e th,
.texture_south_919e td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.texture_south_919e th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.wood_bd63 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.notice_thick_c749 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.highlight-f368 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .highlight-f368 {
        flex-direction: column;
        text-align: center;
    }
}

.highlight-f368 img {
    flex-shrink: 0;
}

.action-4e49 {
    font-size: 4rem;
    flex-shrink: 0;
}

.row_7530 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.row_7530 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.column_liquid_087a {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.alert_small_0d27 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.button_yellow_6bff h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.button_yellow_6bff > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.title-d7d3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.active-aec1 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.stone-5c41 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.east-0c42 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.east-0c42 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.accent-tall-5da7 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.glass_4555 {
    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);
}

.form-paper-6d7f {
    list-style: none;
}

.form-paper-6d7f li {
    margin-bottom: 0.75rem;
}

.form-paper-6d7f a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.form-paper-6d7f a:hover {
    color: white;
}

.notice_bronze_24ce {
    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;
}

.background-blue-f8c7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.background-blue-f8c7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-0b96 {
    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);
}

.primary-yellow-a789 {
    text-align: right;
}

@media (max-width: 767px) {
    .primary-yellow-a789 {
        text-align: center;
        width: 100%;
    }
}

.primary-yellow-a789 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.media-slow-e8c2 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.caption_6ef9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.header_25cc,
.layout_b112,
.breadcrumb_prev_a098,
.gallery-medium-4a45,
.tertiary_hard_e4b1,
.easy-9127,
.popup-glass-84ad,
.large_d86b,
.notice_thick_c749,
.alert_small_0d27 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .medium_e7b1 {
        font-size: 1.75rem;
    }
    
    .pink_bdfa {
        font-size: 1rem;
    }
    
    .outer_6524 {
        flex-direction: column;
    }
    
    .backdrop-c8ad {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .secondary_brown_9490 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .media-complex-8b19 {
        max-width: 100%;
    }
    
    .panel_easy_f2ad {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .caption_6ef9 {
        padding: 0 1rem;
    }
    
    .main-north-bf61 {
        padding: 4rem 1rem 3rem;
    }
    
    .main-north-bf61 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .preview-50f2 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .widget_cc26 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .out_33c5,
    .texture_south_919e {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .rough-ae12 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .notice-large-74b6 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .purple_d5b5 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .main-north-bf61 h1 {
        font-size: 1.5rem;
    }
    
    .widget_cc26 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .accordion-c8b9 {
        padding: 0.75rem;
    }
    
    .soft-0914 {
        font-size: 1.5rem;
    }
    
    .rough-ae12 {
        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 */
.media-complex-8b19:hover,
.accordion_smooth_077d:hover,
.card_70b6:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .gallery-medium-4a45,
    .popup-glass-84ad,
    .large_d86b {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.description-outer-3793)
   ======================================== */

.content-large-ed90.panel_basic_ef51 {
    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;
}

.content-large-ed90.panel_basic_ef51 .wrapper_advanced_0206 {
    color: #334155;
}

.content-large-ed90.panel_basic_ef51 .wrapper_advanced_0206:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.content-large-ed90.panel_basic_ef51 .wrapper_advanced_0206.fn-active-6d6a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.content-large-ed90.panel_basic_ef51 .icon_hovered_9f81 {
    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);
}

.content-large-ed90.panel_basic_ef51 .icon_hovered_9f81::before {
    border-bottom-color: #ffffff;
}

.content-large-ed90.panel_basic_ef51 .section-ca06 {
    color: #475569;
}

.content-large-ed90.panel_basic_ef51 .section-ca06::before {
    background: #818cf8;
}

.content-large-ed90.panel_basic_ef51 .section-ca06:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.content-large-ed90.panel_basic_ef51 .section-ca06:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.content-large-ed90.panel_basic_ef51 .main-7447 {
    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);
}

.content-large-ed90.panel_basic_ef51 .main-7447:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.content-large-ed90.panel_basic_ef51 .main-7447 span {
    background: #475569;
    box-shadow: none;
}

.content-large-ed90.panel_basic_ef51 .main-7447.fn-active-6d6a span:nth-child(1),
.content-large-ed90.panel_basic_ef51 .main-7447.fn-active-6d6a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .content-large-ed90.panel_basic_ef51 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .content-large-ed90.panel_basic_ef51 .link-slow-9b70 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .content-large-ed90.panel_basic_ef51 .link-slow-9b70 span {
        color: #334155 !important;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f {
        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);
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .wrapper_advanced_0206 {
        color: #334155;
        text-shadow: none;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .wrapper_advanced_0206:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .wrapper_advanced_0206.notification_88e4::after {
        color: #64748b;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .icon_hovered_9f81 {
        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) */
    .content-large-ed90.panel_basic_ef51 .shade-697f .fixed_0282.fn-active-6d6a .icon_hovered_9f81 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .section-ca06 {
        color: #475569;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .section-ca06::before {
        color: #6366f1;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .section-ca06:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .section-ca06:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .content-large-ed90.panel_basic_ef51 .shade-697f .section-ca06:hover::before {
        color: #4f46e5;
    }
}

/* apk.brown-c56c — mesmo tema claro da home; blocos extras */
body.footer-3b32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-3b32 .yellow_0837 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-3b32 .description-lower-d6dc {
    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-3b32 .description-lower-d6dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-3b32 .description-lower-d6dc p:last-child {
    margin-bottom: 0;
}

.footer-3b32 .description-lower-d6dc strong {
    color: var(--text-primary);
}

.footer-3b32 .fixed_aa11 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-3b32 .fixed_aa11 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.last_ff48 {
    background: #f8f9fa;
    color: #2c3e50;
}

.last_ff48 .purple_1f5d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.last_ff48 .active_f547 {
    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);
}

.last_ff48 .active_f547 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last_ff48 .active_f547 p:last-child {
    margin-bottom: 0;
}

.last_ff48 .active_f547 strong {
    color: var(--text-primary);
}

.last_ff48 .prev-a8e9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.last_ff48 .prev-a8e9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sort_warm_0d34 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort_warm_0d34 .tooltip_active_9af8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort_warm_0d34 .slider-22a9 {
    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);
}

.sort_warm_0d34 .slider-22a9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort_warm_0d34 .slider-22a9 p:last-child {
    margin-bottom: 0;
}

.sort_warm_0d34 .slider-22a9 strong {
    color: var(--text-primary);
}

.sort_warm_0d34 .sort_2979 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort_warm_0d34 .sort_2979 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_388b {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_388b .large-1b26 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_388b .easy-4418 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip_388b .easy-4418 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_388b .easy-4418 p:last-child {
    margin-bottom: 0;
}

.chip_388b .easy-4418 strong {
    color: var(--text-primary);
}

.chip_388b .accordion-3f83 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_388b .accordion-3f83 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_8c3d {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny_8c3d .middle-7f1f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny_8c3d .modal-plasma-46b6 {
    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_8c3d .modal-plasma-46b6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_8c3d .modal-plasma-46b6 p:last-child {
    margin-bottom: 0;
}

.tiny_8c3d .modal-plasma-46b6 strong {
    color: var(--text-primary);
}

.tiny_8c3d .slider_45f9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny_8c3d .slider_45f9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.simple-e5a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple-e5a0 .gallery_prev_ff29 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple-e5a0 .bottom-6bdd {
    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);
}

.simple-e5a0 .bottom-6bdd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple-e5a0 .bottom-6bdd p:last-child {
    margin-bottom: 0;
}

.simple-e5a0 .bottom-6bdd strong {
    color: var(--text-primary);
}

.simple-e5a0 .popup_stale_e3c6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple-e5a0 .popup_stale_e3c6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.simple_0b46 {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple_0b46 .column-tiny-723e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple_0b46 .chip-fe56 {
    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);
}

.simple_0b46 .chip-fe56 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_0b46 .chip-fe56 p:last-child {
    margin-bottom: 0;
}

.simple_0b46 .chip-fe56 strong {
    color: var(--text-primary);
}

.simple_0b46 .thumbnail_fresh_4eb0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple_0b46 .thumbnail_fresh_4eb0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel-a4f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-a4f8 .header_b9a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-a4f8 .pink_5e6e {
    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);
}

.carousel-a4f8 .pink_5e6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-a4f8 .pink_5e6e p:last-child {
    margin-bottom: 0;
}

.carousel-a4f8 .pink_5e6e strong {
    color: var(--text-primary);
}

.carousel-a4f8 .list_focused_d9b0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-a4f8 .list_focused_d9b0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool_c247 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_c247 .modal_a7dc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_c247 .table-c0ed {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.cool_c247 .table-c0ed p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_c247 .table-c0ed p:last-child {
    margin-bottom: 0;
}

.cool_c247 .table-c0ed strong {
    color: var(--text-primary);
}

.cool_c247 .full-e5a9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool_c247 .full-e5a9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button_f396 {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_f396 .content_9832 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_f396 .module_962f {
    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);
}

.button_f396 .module_962f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_f396 .module_962f p:last-child {
    margin-bottom: 0;
}

.button_f396 .module_962f strong {
    color: var(--text-primary);
}

.button_f396 .dropdown-tall-36b0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_f396 .dropdown-tall-36b0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail_537f {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_537f .active_over_f7fd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_537f .photo-pressed-d6e6 {
    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);
}

.detail_537f .photo-pressed-d6e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_537f .photo-pressed-d6e6 p:last-child {
    margin-bottom: 0;
}

.detail_537f .photo-pressed-d6e6 strong {
    color: var(--text-primary);
}

.detail_537f .nav-bright-211a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_537f .nav-bright-211a li {
    margin-bottom: 0.65rem;
}

.detail_537f .nav-bright-211a li:last-child {
    margin-bottom: 0;
}

.detail_537f .preview-hard-9589 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_537f .preview-hard-9589 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image-dirty-d755 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image-dirty-d755 .fluid_6009 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image-dirty-d755 .aside_1849 {
    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);
}

.image-dirty-d755 .aside_1849 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-dirty-d755 .aside_1849 p:last-child {
    margin-bottom: 0;
}

.image-dirty-d755 .aside_1849 strong {
    color: var(--text-primary);
}

.image-dirty-d755 .item_2aa9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-dirty-d755 .item_2aa9 li {
    margin-bottom: 0.65rem;
}

.image-dirty-d755 .item_2aa9 li:last-child {
    margin-bottom: 0;
}

.image-dirty-d755 .over-dca6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image-dirty-d755 .over-dca6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-brown-8ed7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-brown-8ed7 .banner_warm_c97a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-brown-8ed7 .plasma_4326 {
    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);
}

.element-brown-8ed7 .plasma_4326 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-brown-8ed7 .plasma_4326 p:last-child {
    margin-bottom: 0;
}

.element-brown-8ed7 .plasma_4326 strong {
    color: var(--text-primary);
}

.element-brown-8ed7 .logo_complex_8705 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-brown-8ed7 .logo_complex_8705 li {
    margin-bottom: 0.65rem;
}

.element-brown-8ed7 .logo_complex_8705 li:last-child {
    margin-bottom: 0;
}

.element-brown-8ed7 .complex-e2d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-brown-8ed7 .complex-e2d4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_797d {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_797d .button-bronze-3db8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_797d .content-43b0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.row_797d .content-43b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_797d .content-43b0 p:last-child {
    margin-bottom: 0;
}

.row_797d .content-43b0 strong {
    color: var(--text-primary);
}

.row_797d .purple_f8b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_797d .purple_f8b9 li {
    margin-bottom: 0.65rem;
}

.row_797d .purple_f8b9 li:last-child {
    margin-bottom: 0;
}

body.overlay_1fee {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_1fee .hero_d0c0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_1fee .focus-slow-d04d {
    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);
}

.overlay_1fee .focus-slow-d04d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_1fee .focus-slow-d04d p:last-child {
    margin-bottom: 0;
}

.overlay_1fee .focus-slow-d04d strong {
    color: var(--text-primary);
}

.overlay_1fee .caption_1cbd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_1fee .caption_1cbd li {
    margin-bottom: 0.65rem;
}

.overlay_1fee .caption_1cbd li:last-child {
    margin-bottom: 0;
}

.overlay_1fee .gallery-47fd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_1fee .gallery-47fd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.selected_8bfd {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected_8bfd .focus_446c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected_8bfd .text-a61e {
    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);
}

.selected_8bfd .text-a61e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected_8bfd .text-a61e p:last-child {
    margin-bottom: 0;
}

.selected_8bfd .text-a61e strong {
    color: var(--text-primary);
}

.selected_8bfd .row-upper-ddcd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected_8bfd .row-upper-ddcd li {
    margin-bottom: 0.65rem;
}

.selected_8bfd .row-upper-ddcd li:last-child {
    margin-bottom: 0;
}

.selected_8bfd .plasma_067a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected_8bfd .plasma_067a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_pink_2b2f {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_pink_2b2f .medium-8a56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_pink_2b2f .dirty_bbfa {
    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);
}

.panel_pink_2b2f .dirty_bbfa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_pink_2b2f .dirty_bbfa p:last-child {
    margin-bottom: 0;
}

.panel_pink_2b2f .dirty_bbfa strong {
    color: var(--text-primary);
}

.panel_pink_2b2f .content_brown_b24e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_pink_2b2f .content_brown_b24e li {
    margin-bottom: 0.65rem;
}

.panel_pink_2b2f .content_brown_b24e li:last-child {
    margin-bottom: 0;
}

.panel_pink_2b2f .module-fast-ad49 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_pink_2b2f .module-fast-ad49 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout-291b {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-291b .shade-dirty-5895 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-291b .dark-1818 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.layout-291b .dark-1818 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-291b .dark-1818 p:last-child {
    margin-bottom: 0;
}

.layout-291b .dark-1818 strong {
    color: var(--text-primary);
}

.layout-291b .thick-d0c9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-291b .thick-d0c9 li {
    margin-bottom: 0.65rem;
}

.layout-291b .thick-d0c9 li:last-child {
    margin-bottom: 0;
}

.layout-291b .summary_c6b9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-291b .summary_c6b9 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: c4ca */
.ghost-box-j1 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
