/* 
 * 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.heading_over_d481) — fixed together on mobile */
.copper_cf34 {
    width: 100%;
}

.iron-9c79 {
    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) {
    .copper_cf34 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .iron-9c79 {
        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.table-fb1b. Conta) stay reachable.
     */
    .hero-east-2b1a .thumbnail_74aa {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .copper_cf34 .hero-east-2b1a > .thumbnail_74aa {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .copper_cf34:has(.hard-180b.fn-show-3653) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .copper_cf34:has(.hard-180b.fn-show-3653) .iron-9c79 {
        flex-shrink: 0;
    }

    .copper_cf34:has(.hard-180b.fn-show-3653) .hero-east-2b1a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .copper_cf34:has(.hard-180b.fn-show-3653) .hero-east-2b1a > .thumbnail_74aa {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .copper_cf34:has(.hard-180b.fn-show-3653) .dark_d9e4 {
        flex-shrink: 0;
    }

    .copper_cf34:has(.hard-180b.fn-show-3653) .hard-180b.fn-show-3653 {
        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 */
    .hero-east-2b1a .hard-180b .tag_tiny_3766.fn-active-3653 .summary-3b8e {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .iron-9c79 {
        position: sticky;
        top: 0;
    }
}

.copper_cf34.row_26b0,
.copper_cf34.row_26b0 .iron-9c79 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.focus-a905 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .focus-a905 {
        padding: 0.75rem 0;
    }
}

.modal-e6fa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.preview_warm_be73 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .preview_warm_be73 img {
        height: 35px;
    }
}

/* .hero-east-2b1a / .left_a1db — inner pages (brown bar); index uses .image_purple_7e97 below */

.hero-east-2b1a:not(.image_purple_7e97) .left_a1db.fn-active-3653 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.preview-short-e07c {
    display: flex;
    gap: var(--spacing-md);
}

.layout_53b2,
.aside-fresh-39f3 {
    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) {
    .layout_53b2,
    .aside-fresh-39f3 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .preview-short-e07c {
        gap: 0.5rem;
    }
}

.layout_53b2 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.layout_53b2:hover {
    background: var(--primary-purple);
    color: white;
}

.aside-fresh-39f3 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.aside-fresh-39f3:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.message-upper-5b55 {
    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%;
}

.message-upper-5b55::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;
}

.message-upper-5b55::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;
}

.tertiary_out_937a {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.right-a6ec {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.right-a6ec 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);
}

.message-upper-5b55 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;
}

.picture_lite_8a7c {
    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;
}

.picture_lite_8a7c strong {
    font-weight: 700;
}

.hover_easy_2704 {
    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);
}

.image-paper-7805 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.solid_99b7 {
    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);
}

.solid_99b7:hover {
    transform: translateY(-4px);
}

.pattern-right-f9ae {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.feature_white_3fb1 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.last_722a {
    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;
}

.last_722a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.last_722a.hero-action-f996 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.short_3301 {
    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);
}

.short_3301:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.photo_0d35 {
    padding: 3rem 1.25rem;
    background: white;
}

.form-ca86 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.dropdown-cf1e {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dropdown-cf1e:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.dropdown-cf1e img {
    margin-bottom: 1rem;
}

.logo-a166 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.dropdown-cf1e h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.dropdown-cf1e 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 */
.notice-fbec {
    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);
}

.link_11e9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.primary-in-f57c {
    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);
}

.primary-in-f57c h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.primary-in-f57c p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.primary-in-f57c a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blue_9989 {
    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
   ======================================== */

.background_wood_af6f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.message_static_32ca {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.banner_e422 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.alert-7de5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.north-10d6 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.north-10d6:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.north-10d6.hot-8729 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.north-10d6.hot-8729 h3,
.north-10d6.hot-8729 p {
    color: white;
}

.description-02ce {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.north-10d6 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.north-10d6 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header-active-be5d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.header-active-be5d:hover {
    gap: 0.75rem;
}

.north-10d6.hot-8729 .header-active-be5d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.tag-d8ba {
    padding: 4rem 1.25rem;
    background: white;
}

.header_narrow_c7b7 {
    text-align: center;
    margin-bottom: 3rem;
}

.accordion-a456 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.column-center-f295 {
    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%;
}

.column-center-f295:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.mask_current_e81c {
    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);
}

.breadcrumb_wide_b41f {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.outline_prev_b881 {
    padding: 1.5rem;
}

.outline_prev_b881 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.clean_4c8e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.footer_c219 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.shade-4fcd,
.widget_red_9bc6 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.shade-4fcd {
    background: #dcfce7;
    color: #166534;
}

.shade-4fcd.disabled-622f {
    background: #10b981;
    color: white;
}

.widget_red_9bc6 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.widget_red_9bc6.blue_1d09 {
    background: #fee2e2;
    color: #991b1b;
}

.widget_red_9bc6.tertiary-fresh-0256 {
    background: #fef3c7;
    color: #92400e;
}

.widget_red_9bc6.accordion_advanced_2824 {
    background: #dcfce7;
    color: #166534;
}

.active-brown-31a1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.active-brown-31a1 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.panel-948b {
    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-948b:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.form-fluid-4935 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.video_east_787b {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.slow_ac14 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .slow_ac14 {
        grid-template-columns: 1fr 1fr;
    }
}

.box_wood_b506 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.accent_thick_3071 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.up_c39c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.carousel-slow-433f {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.hero-02ab {
    font-size: 1rem;
    opacity: 0.9;
}

.accent_thick_3071 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.list_457c {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.list_457c li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.list_457c 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;
}

.list_457c li strong {
    color: var(--primary-purple);
}

.list_457c li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.aside_9d74 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.accent_0327 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tag-28f4 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.accent_0327 .feature_white_3fb1 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.breadcrumb_gas_21c1 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.nav-wood-c1fd {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.nav-wood-c1fd a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.dynamic-d003 {
    padding: 4rem 1.25rem;
    background: white;
}

.panel-advanced-6aab {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .panel-advanced-6aab {
        grid-template-columns: 1fr 1fr;
    }
}

.wide-e9e3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.label-d0d4 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.popup_ce83 {
    margin-bottom: 1.5rem;
}

.container_bright_9ca5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.heading_fc02 {
    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);
}

.section_f7d1 {
    white-space: nowrap;
}

.menu-491e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.east-b9ce h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.nav_advanced_2464 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.nav_advanced_2464:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.aside_36a4 {
    font-size: 2rem;
    flex-shrink: 0;
}

.layout_015a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.layout_015a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.feature-d1d8 {
    margin-top: 3rem;
}

.feature-d1d8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.background-a1c9 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.background-a1c9 thead {
    background: var(--primary-purple);
    color: white;
}

.background-a1c9 th,
.background-a1c9 td {
    padding: 1rem;
    text-align: left;
}

.background-a1c9 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.background-a1c9 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.background-a1c9 tbody tr:last-child {
    border-bottom: none;
}

.background-a1c9 tbody tr:hover {
    background: var(--light-bg);
}

.container-3460 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.photo-red-dc8f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gold_88dd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.column_4176 {
    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);
}

.column_4176:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.column_4176.gallery-e19b::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;
}

.brown-382e {
    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;
}

.plasma_ccc0 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.outline_south_d26d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.section_0366 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wrapper_first_545f {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.wrapper_first_545f p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.wrapper_first_545f p:last-child {
    margin-bottom: 0;
}

.wrapper_first_545f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.over_cb18 {
    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;
}

.down_0534 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.gallery_prev_9ab5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.gallery_prev_9ab5 .pattern-right-f9ae {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.gallery_prev_9ab5 .feature_white_3fb1 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.rough_187d {
    padding: 4rem 1.25rem;
    background: white;
}

.filter-3dbd {
    max-width: 900px;
    margin: 0 auto;
}

.dark-7ef0 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.dark-7ef0:hover {
    border-color: var(--primary-purple);
}

.dark-7ef0[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.dark-7ef0 summary {
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.dark-7ef0 summary::-webkit-details-marker {
    display: none;
}

.dark-7ef0 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.dark-7ef0[open] summary::after {
    transform: rotate(45deg);
}

.tertiary-stale-7370 {
    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);
    }
}

.tertiary-stale-7370 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.tertiary-stale-7370 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.tertiary-stale-7370 ul,
.tertiary-stale-7370 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.tertiary-stale-7370 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tertiary-stale-7370 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.mask-simple-5bb7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.tabs-c5d8 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.tabs-c5d8 th,
.tabs-c5d8 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.tabs-c5d8 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.feature-ff9f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.secondary-east-a5ee {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.description_bright_e2ac {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .description_bright_e2ac {
        flex-direction: column;
        text-align: center;
    }
}

.description_bright_e2ac img {
    flex-shrink: 0;
}

.overlay_left_646d {
    font-size: 4rem;
    flex-shrink: 0;
}

.simple_255e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.simple_255e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.thick_7196 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.tertiary_1335 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.motion-3b09 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.motion-3b09 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.carousel_hot_f4fa {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.form_f01a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.gallery-selected-3f0a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hot-b66a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hot-b66a p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.main-down-b670 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.avatar_motion_3057 {
    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);
}

.description_66de {
    list-style: none;
}

.description_66de li {
    margin-bottom: 0.75rem;
}

.description_66de a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.description_66de a:hover {
    color: white;
}

.tag-c7db {
    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;
}

.bright_b520 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.bright_b520 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.pagination_gas_a9c7 {
    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);
}

.last_746c {
    text-align: right;
}

@media (max-width: 767px) {
    .last_746c {
        text-align: center;
        width: 100%;
    }
}

.last_746c p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.bright_0177 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.thumbnail_74aa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.photo_0d35,
.notice-fbec,
.background_wood_af6f,
.tag-d8ba,
.video_east_787b,
.dynamic-d003,
.photo-red-dc8f,
.rough_187d,
.secondary-east-a5ee,
.tertiary_1335 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .message_static_32ca {
        font-size: 1.75rem;
    }
    
    .banner_e422 {
        font-size: 1rem;
    }
    
    .aside_9d74 {
        flex-direction: column;
    }
    
    .panel-advanced-6aab {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .accordion-a456 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .column-center-f295 {
        max-width: 100%;
    }
    
    .breadcrumb_wide_b41f {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .thumbnail_74aa {
        padding: 0 1rem;
    }
    
    .message-upper-5b55 {
        padding: 4rem 1rem 3rem;
    }
    
    .message-upper-5b55 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .last_722a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .image-paper-7805 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .background-a1c9,
    .tabs-c5d8 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .form-ca86 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .alert-7de5 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .gold_88dd {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .message-upper-5b55 h1 {
        font-size: 1.5rem;
    }
    
    .image-paper-7805 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .solid_99b7 {
        padding: 0.75rem;
    }
    
    .pattern-right-f9ae {
        font-size: 1.5rem;
    }
    
    .form-ca86 {
        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 */
.column-center-f295:hover,
.north-10d6:hover,
.column_4176:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .tag-d8ba,
    .photo-red-dc8f,
    .rough_187d {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.heading_over_d481)
   ======================================== */

.hero-east-2b1a.image_purple_7e97 {
    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;
}

.hero-east-2b1a.image_purple_7e97 .left_a1db {
    color: #334155;
}

.hero-east-2b1a.image_purple_7e97 .left_a1db:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.hero-east-2b1a.image_purple_7e97 .left_a1db.fn-active-3653 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.hero-east-2b1a.image_purple_7e97 .summary-3b8e {
    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);
}

.hero-east-2b1a.image_purple_7e97 .summary-3b8e::before {
    border-bottom-color: #ffffff;
}

.hero-east-2b1a.image_purple_7e97 .out_fee6 {
    color: #475569;
}

.hero-east-2b1a.image_purple_7e97 .out_fee6::before {
    background: #818cf8;
}

.hero-east-2b1a.image_purple_7e97 .out_fee6:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.hero-east-2b1a.image_purple_7e97 .out_fee6:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.hero-east-2b1a.image_purple_7e97 .badge_complex_b202 {
    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);
}

.hero-east-2b1a.image_purple_7e97 .badge_complex_b202:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.hero-east-2b1a.image_purple_7e97 .badge_complex_b202 span {
    background: #475569;
    box-shadow: none;
}

.hero-east-2b1a.image_purple_7e97 .badge_complex_b202.fn-active-3653 span:nth-child(1),
.hero-east-2b1a.image_purple_7e97 .badge_complex_b202.fn-active-3653 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .hero-east-2b1a.image_purple_7e97 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .hero-east-2b1a.image_purple_7e97 .dark_d9e4 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .hero-east-2b1a.image_purple_7e97 .dark_d9e4 span {
        color: #334155 !important;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b {
        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);
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .left_a1db {
        color: #334155;
        text-shadow: none;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .left_a1db:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .left_a1db.chip-stale-006a::after {
        color: #64748b;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .summary-3b8e {
        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) */
    .hero-east-2b1a.image_purple_7e97 .hard-180b .tag_tiny_3766.fn-active-3653 .summary-3b8e {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .out_fee6 {
        color: #475569;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .out_fee6::before {
        color: #6366f1;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .out_fee6:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .out_fee6:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .hero-east-2b1a.image_purple_7e97 .hard-180b .out_fee6:hover::before {
        color: #4f46e5;
    }
}

/* apk.hidden_988f — mesmo tema claro da home; blocos extras */
body.out_7cda {
    background: #f8f9fa;
    color: #2c3e50;
}

.out_7cda .photo_center_1cbe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out_7cda .highlight-selected-71c4 {
    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);
}

.out_7cda .highlight-selected-71c4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_7cda .highlight-selected-71c4 p:last-child {
    margin-bottom: 0;
}

.out_7cda .highlight-selected-71c4 strong {
    color: var(--text-primary);
}

.out_7cda .last-f159 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out_7cda .last-f159 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paragraph-baa6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph-baa6 .media-f9bc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph-baa6 .left-d573 {
    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);
}

.paragraph-baa6 .left-d573 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph-baa6 .left-d573 p:last-child {
    margin-bottom: 0;
}

.paragraph-baa6 .left-d573 strong {
    color: var(--text-primary);
}

.paragraph-baa6 .copper_10b3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph-baa6 .copper_10b3 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_thick_af37 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_thick_af37 .action-58ff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_thick_af37 .medium-bee6 {
    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_thick_af37 .medium-bee6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_thick_af37 .medium-bee6 p:last-child {
    margin-bottom: 0;
}

.layout_thick_af37 .medium-bee6 strong {
    color: var(--text-primary);
}

.layout_thick_af37 .background-motion-abc1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_thick_af37 .background-motion-abc1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paper-cffe {
    background: #f8f9fa;
    color: #2c3e50;
}

.paper-cffe .right-764d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paper-cffe .surface-warm-438b {
    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);
}

.paper-cffe .surface-warm-438b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paper-cffe .surface-warm-438b p:last-child {
    margin-bottom: 0;
}

.paper-cffe .surface-warm-438b strong {
    color: var(--text-primary);
}

.paper-cffe .photo_649a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paper-cffe .photo_649a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out_e60b {
    background: #f8f9fa;
    color: #2c3e50;
}

.out_e60b .main-a60e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out_e60b .sort-e5a1 {
    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);
}

.out_e60b .sort-e5a1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_e60b .sort-e5a1 p:last-child {
    margin-bottom: 0;
}

.out_e60b .sort-e5a1 strong {
    color: var(--text-primary);
}

.out_e60b .active_a88d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out_e60b .active_a88d 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_2da9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_2da9 .shade-1e49 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_2da9 .purple-7ab4 {
    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_2da9 .purple-7ab4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_2da9 .purple-7ab4 p:last-child {
    margin-bottom: 0;
}

.element_2da9 .purple-7ab4 strong {
    color: var(--text-primary);
}

.element_2da9 .tabs_down_957a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_2da9 .tabs_down_957a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message_last_a977 {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_last_a977 .hidden-solid-d755 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_last_a977 .mask_c8f8 {
    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);
}

.message_last_a977 .mask_c8f8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_last_a977 .mask_c8f8 p:last-child {
    margin-bottom: 0;
}

.message_last_a977 .mask_c8f8 strong {
    color: var(--text-primary);
}

.message_last_a977 .avatar-last-df03 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_last_a977 .avatar-last-df03 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary-f44b {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-f44b .fast-e246 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-f44b .module_out_27d2 {
    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);
}

.primary-f44b .module_out_27d2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-f44b .module_out_27d2 p:last-child {
    margin-bottom: 0;
}

.primary-f44b .module_out_27d2 strong {
    color: var(--text-primary);
}

.primary-f44b .header_red_d519 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-f44b .header_red_d519 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-408d {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-408d .active-9ae3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-408d .first_c368 {
    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);
}

.form-408d .first_c368 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-408d .first_c368 p:last-child {
    margin-bottom: 0;
}

.form-408d .first_c368 strong {
    color: var(--text-primary);
}

.form-408d .hard-08d8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-408d .hard-08d8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gas-cd16 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gas-cd16 .tiny-bae5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gas-cd16 .badge_warm_fe04 {
    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);
}

.gas-cd16 .badge_warm_fe04 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas-cd16 .badge_warm_fe04 p:last-child {
    margin-bottom: 0;
}

.gas-cd16 .badge_warm_fe04 strong {
    color: var(--text-primary);
}

.gas-cd16 .bright_1f9d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gas-cd16 .bright_1f9d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-bright-2a3c {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-bright-2a3c .modal-5988 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-bright-2a3c .box_c435 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.secondary-bright-2a3c .box_c435 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-bright-2a3c .box_c435 p:last-child {
    margin-bottom: 0;
}

.secondary-bright-2a3c .box_c435 strong {
    color: var(--text-primary);
}

.secondary-bright-2a3c .footer_outer_a1ee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-bright-2a3c .footer_outer_a1ee li {
    margin-bottom: 0.65rem;
}

.secondary-bright-2a3c .footer_outer_a1ee li:last-child {
    margin-bottom: 0;
}

.secondary-bright-2a3c .red-a134 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-bright-2a3c .red-a134 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.light-8432 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light-8432 .pattern_87f5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light-8432 .disabled_pink_18d7 {
    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);
}

.light-8432 .disabled_pink_18d7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-8432 .disabled_pink_18d7 p:last-child {
    margin-bottom: 0;
}

.light-8432 .disabled_pink_18d7 strong {
    color: var(--text-primary);
}

.light-8432 .search_3a92 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-8432 .search_3a92 li {
    margin-bottom: 0.65rem;
}

.light-8432 .search_3a92 li:last-child {
    margin-bottom: 0;
}

.light-8432 .active-5fd8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light-8432 .active-5fd8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-fixed-7e2a {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-fixed-7e2a .element-6bc2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-fixed-7e2a .detail_ddb7 {
    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);
}

.thumbnail-fixed-7e2a .detail_ddb7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-fixed-7e2a .detail_ddb7 p:last-child {
    margin-bottom: 0;
}

.thumbnail-fixed-7e2a .detail_ddb7 strong {
    color: var(--text-primary);
}

.thumbnail-fixed-7e2a .shadow_de6d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-fixed-7e2a .shadow_de6d li {
    margin-bottom: 0.65rem;
}

.thumbnail-fixed-7e2a .shadow_de6d li:last-child {
    margin-bottom: 0;
}

.thumbnail-fixed-7e2a .steel_6d22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-fixed-7e2a .steel_6d22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-bottom-e01b {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-bottom-e01b .notice-db60 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-bottom-e01b .simple_92cc {
    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);
}

.search-bottom-e01b .simple_92cc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-bottom-e01b .simple_92cc p:last-child {
    margin-bottom: 0;
}

.search-bottom-e01b .simple_92cc strong {
    color: var(--text-primary);
}

.search-bottom-e01b .status_large_11b2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-bottom-e01b .status_large_11b2 li {
    margin-bottom: 0.65rem;
}

.search-bottom-e01b .status_large_11b2 li:last-child {
    margin-bottom: 0;
}

body.over-6f43 {
    background: #f8f9fa;
    color: #2c3e50;
}

.over-6f43 .block_large_8190 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.over-6f43 .huge-31ea {
    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);
}

.over-6f43 .huge-31ea p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.over-6f43 .huge-31ea p:last-child {
    margin-bottom: 0;
}

.over-6f43 .huge-31ea strong {
    color: var(--text-primary);
}

.over-6f43 .hover_e621 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.over-6f43 .hover_e621 li {
    margin-bottom: 0.65rem;
}

.over-6f43 .hover_e621 li:last-child {
    margin-bottom: 0;
}

.over-6f43 .hidden-777d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.over-6f43 .hidden-777d 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-beb1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-beb1 .huge-981e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-beb1 .picture-c731 {
    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-beb1 .picture-c731 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-beb1 .picture-c731 p:last-child {
    margin-bottom: 0;
}

.layout-beb1 .picture-c731 strong {
    color: var(--text-primary);
}

.layout-beb1 .orange_96f0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-beb1 .orange_96f0 li {
    margin-bottom: 0.65rem;
}

.layout-beb1 .orange_96f0 li:last-child {
    margin-bottom: 0;
}

.layout-beb1 .layout_pressed_6b21 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-beb1 .layout_pressed_6b21 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle_1886 {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle_1886 .content_2721 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle_1886 .glass_71bb {
    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);
}

.middle_1886 .glass_71bb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_1886 .glass_71bb p:last-child {
    margin-bottom: 0;
}

.middle_1886 .glass_71bb strong {
    color: var(--text-primary);
}

.middle_1886 .slow_9463 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_1886 .slow_9463 li {
    margin-bottom: 0.65rem;
}

.middle_1886 .slow_9463 li:last-child {
    margin-bottom: 0;
}

.middle_1886 .focus_medium_e231 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.middle_1886 .focus_medium_e231 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop_lite_8c99 {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_lite_8c99 .hover_a5b3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_lite_8c99 .primary-light-0166 {
    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);
}

.backdrop_lite_8c99 .primary-light-0166 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_lite_8c99 .primary-light-0166 p:last-child {
    margin-bottom: 0;
}

.backdrop_lite_8c99 .primary-light-0166 strong {
    color: var(--text-primary);
}

.backdrop_lite_8c99 .header-outer-8bf7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_lite_8c99 .header-outer-8bf7 li {
    margin-bottom: 0.65rem;
}

.backdrop_lite_8c99 .header-outer-8bf7 li:last-child {
    margin-bottom: 0;
}

.backdrop_lite_8c99 .article_stale_8a96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_lite_8c99 .article_stale_8a96 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: 6ea1 */
.phantom-card-n2 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
