/* 
 * 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.button_selected_1598) — fixed together on mobile */
.fluid_a937 {
    width: 100%;
}

.message-full-5a1a {
    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) {
    .fluid_a937 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .message-full-5a1a {
        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.cool_7dbc. Conta) stay reachable.
     */
    .basic-b101 .logo_fixed_453c {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .fluid_a937 .basic-b101 > .logo_fixed_453c {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .fluid_a937:has(.hero_edc4.fn-show-d3be) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .fluid_a937:has(.hero_edc4.fn-show-d3be) .message-full-5a1a {
        flex-shrink: 0;
    }

    .fluid_a937:has(.hero_edc4.fn-show-d3be) .basic-b101 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .fluid_a937:has(.hero_edc4.fn-show-d3be) .basic-b101 > .logo_fixed_453c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .fluid_a937:has(.hero_edc4.fn-show-d3be) .south-5c7f {
        flex-shrink: 0;
    }

    .fluid_a937:has(.hero_edc4.fn-show-d3be) .hero_edc4.fn-show-d3be {
        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 */
    .basic-b101 .hero_edc4 .accordion_action_c3b2.fn-active-d3be .text-ff11 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .message-full-5a1a {
        position: sticky;
        top: 0;
    }
}

.fluid_a937.fresh-93a7,
.fluid_a937.fresh-93a7 .message-full-5a1a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.search_short_bcef {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .search_short_bcef {
        padding: 0.75rem 0;
    }
}

.detail-4c5f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.under_4f78 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .under_4f78 img {
        height: 35px;
    }
}

/* .basic-b101 / .active-234c — inner pages (brown bar); index uses .preview_upper_14bf below */

.basic-b101:not(.preview_upper_14bf) .active-234c.fn-active-d3be {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.info_0d04 {
    display: flex;
    gap: var(--spacing-md);
}

.border_lite_635e,
.info-basic-bcdb {
    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) {
    .border_lite_635e,
    .info-basic-bcdb {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .info_0d04 {
        gap: 0.5rem;
    }
}

.border_lite_635e {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.border_lite_635e:hover {
    background: var(--primary-purple);
    color: white;
}

.info-basic-bcdb {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.info-basic-bcdb:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.text-short-2195 {
    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%;
}

.text-short-2195::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;
}

.text-short-2195::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;
}

.icon_huge_9f35 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.button-new-6419 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.button-new-6419 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);
}

.text-short-2195 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;
}

.liquid_58b0 {
    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;
}

.liquid_58b0 strong {
    font-weight: 700;
}

.surface-9ff6 {
    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);
}

.description_a610 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.layout_518e {
    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);
}

.layout_518e:hover {
    transform: translateY(-4px);
}

.logo_a012 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.bronze_035a {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.summary_light_c596 {
    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;
}

.summary_light_c596:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.summary_light_c596.middle-d4bb {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.dropdown-85c5 {
    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);
}

.dropdown-85c5:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.bright-bc22 {
    padding: 3rem 1.25rem;
    background: white;
}

.first-198b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pagination-b31b {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.pagination-b31b:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.pagination-b31b img {
    margin-bottom: 1rem;
}

.highlight_blue_8418 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.pagination-b31b h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.pagination-b31b 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 */
.pagination_eb5a {
    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);
}

.photo_0502 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.widget-wood-3409 {
    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);
}

.widget-wood-3409 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.widget-wood-3409 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.widget-wood-3409 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.down_0e17 {
    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
   ======================================== */

.tertiary-right-33a8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.north_03f4 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.active-up-7eb1 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.next-bdd3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.backdrop-e498 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.backdrop-e498:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.backdrop-e498.caption_lite_a2c0 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.backdrop-e498.caption_lite_a2c0 h3,
.backdrop-e498.caption_lite_a2c0 p {
    color: white;
}

.section-cool-e3f2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.backdrop-e498 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.backdrop-e498 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.message_eeb2 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.message_eeb2:hover {
    gap: 0.75rem;
}

.backdrop-e498.caption_lite_a2c0 .message_eeb2 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.detail_81f7 {
    padding: 4rem 1.25rem;
    background: white;
}

.slider-1833 {
    text-align: center;
    margin-bottom: 3rem;
}

.action_42d0 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.accent-e32c {
    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%;
}

.accent-e32c:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.dirty-c30c {
    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);
}

.background_inner_1f47 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.motion-2123 {
    padding: 1.5rem;
}

.motion-2123 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.white_8d35 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.silver-f7eb {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.copper-a3e7,
.tooltip-c131 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.copper-a3e7 {
    background: #dcfce7;
    color: #166534;
}

.copper-a3e7.button-active-27da {
    background: #10b981;
    color: white;
}

.tooltip-c131 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.tooltip-c131.over_a8ac {
    background: #fee2e2;
    color: #991b1b;
}

.tooltip-c131.tertiary_center_c3f5 {
    background: #fef3c7;
    color: #92400e;
}

.tooltip-c131.in_fd23 {
    background: #dcfce7;
    color: #166534;
}

.popup-last-de6d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.popup-last-de6d strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.secondary-fd3a {
    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);
}

.secondary-fd3a:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.bottom-06f3 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.label-8b62 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.description-712d {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .description-712d {
        grid-template-columns: 1fr 1fr;
    }
}

.heading_mini_d68c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.heading_hovered_8268 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.caption-204c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.grid_b2b6 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.plasma_02ce {
    font-size: 1rem;
    opacity: 0.9;
}

.heading_hovered_8268 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.under-666c {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.under-666c li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.under-666c 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;
}

.under-666c li strong {
    color: var(--primary-purple);
}

.under-666c li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.section_a324 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.layout_1898 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.accordion_fixed_8a71 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.layout_1898 .bronze_035a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.preview_prev_07b6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.huge-26fe {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.huge-26fe a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.huge-600c {
    padding: 4rem 1.25rem;
    background: white;
}

.glass-4b53 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .glass-4b53 {
        grid-template-columns: 1fr 1fr;
    }
}

.video_177d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.bright_5676 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.input_dynamic_0671 {
    margin-bottom: 1.5rem;
}

.tooltip-d686 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.complex-18ea {
    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);
}

.last-133b {
    white-space: nowrap;
}

.middle_1c15 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.status_3d3b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.iron_da8f {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.iron_da8f:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.link_3bdd {
    font-size: 2rem;
    flex-shrink: 0;
}

.accent_ce2c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.accent_ce2c p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.heading_small_6d42 {
    margin-top: 3rem;
}

.heading_small_6d42 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.notification-83a8 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.notification-83a8 thead {
    background: var(--primary-purple);
    color: white;
}

.notification-83a8 th,
.notification-83a8 td {
    padding: 1rem;
    text-align: left;
}

.notification-83a8 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.notification-83a8 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.notification-83a8 tbody tr:last-child {
    border-bottom: none;
}

.notification-83a8 tbody tr:hover {
    background: var(--light-bg);
}

.prev-4b24 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.aside_6c4f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.logo-35d1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.easy-73f2 {
    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);
}

.easy-73f2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.easy-73f2.header-8e25::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;
}

.video_b057 {
    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;
}

.video-f02f {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.silver_7f3f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.basic-f79e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wrapper_purple_f4a7 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.wrapper_purple_f4a7 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.wrapper_purple_f4a7 p:last-child {
    margin-bottom: 0;
}

.wrapper_purple_f4a7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.lite_098d {
    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;
}

.gallery_pink_8633 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.dark_7f6b {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.dark_7f6b .logo_a012 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.dark_7f6b .bronze_035a {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.wrapper_medium_4bc8 {
    padding: 4rem 1.25rem;
    background: white;
}

.current_2441 {
    max-width: 900px;
    margin: 0 auto;
}

.brown-3582 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.brown-3582:hover {
    border-color: var(--primary-purple);
}

.brown-3582[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.brown-3582 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;
}

.brown-3582 summary::-webkit-details-marker {
    display: none;
}

.brown-3582 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.brown-3582[open] summary::after {
    transform: rotate(45deg);
}

.overlay_da93 {
    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);
    }
}

.overlay_da93 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.overlay_da93 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.overlay_da93 ul,
.overlay_da93 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.overlay_da93 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.overlay_da93 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.mask-bottom-075b {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.table-dirty-91a5 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.table-dirty-91a5 th,
.table-dirty-91a5 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.table-dirty-91a5 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.down_ab57 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.mask-basic-5a3f {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.tag_down_3634 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .tag_down_3634 {
        flex-direction: column;
        text-align: center;
    }
}

.tag_down_3634 img {
    flex-shrink: 0;
}

.message_fixed_382b {
    font-size: 4rem;
    flex-shrink: 0;
}

.thumbnail-ae92 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.thumbnail-ae92 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.new_a345 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.silver_d69d {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.row_focused_5190 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.row_focused_5190 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.chip-d1ab {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.lite-ba8a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.accordion-west-0277 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.primary_aef0 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.primary_aef0 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.progress_bc3d {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.status_simple_d305 {
    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);
}

.short-4f4d {
    list-style: none;
}

.short-4f4d li {
    margin-bottom: 0.75rem;
}

.short-4f4d a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.short-4f4d a:hover {
    color: white;
}

.thick_c982 {
    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;
}

.shade-action-26cd {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.shade-action-26cd span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.orange_ef86 {
    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);
}

.overlay_up_f44b {
    text-align: right;
}

@media (max-width: 767px) {
    .overlay_up_f44b {
        text-align: center;
        width: 100%;
    }
}

.overlay_up_f44b p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.detail_481e {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.logo_fixed_453c {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.bright-bc22,
.pagination_eb5a,
.tertiary-right-33a8,
.detail_81f7,
.label-8b62,
.huge-600c,
.aside_6c4f,
.wrapper_medium_4bc8,
.mask-basic-5a3f,
.silver_d69d {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .north_03f4 {
        font-size: 1.75rem;
    }
    
    .active-up-7eb1 {
        font-size: 1rem;
    }
    
    .section_a324 {
        flex-direction: column;
    }
    
    .glass-4b53 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .action_42d0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .accent-e32c {
        max-width: 100%;
    }
    
    .background_inner_1f47 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .logo_fixed_453c {
        padding: 0 1rem;
    }
    
    .text-short-2195 {
        padding: 4rem 1rem 3rem;
    }
    
    .text-short-2195 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .summary_light_c596 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .description_a610 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .notification-83a8,
    .table-dirty-91a5 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .first-198b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .next-bdd3 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .logo-35d1 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .text-short-2195 h1 {
        font-size: 1.5rem;
    }
    
    .description_a610 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .layout_518e {
        padding: 0.75rem;
    }
    
    .logo_a012 {
        font-size: 1.5rem;
    }
    
    .first-198b {
        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 */
.accent-e32c:hover,
.backdrop-e498:hover,
.easy-73f2:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .detail_81f7,
    .aside_6c4f,
    .wrapper_medium_4bc8 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.button_selected_1598)
   ======================================== */

.basic-b101.preview_upper_14bf {
    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;
}

.basic-b101.preview_upper_14bf .active-234c {
    color: #334155;
}

.basic-b101.preview_upper_14bf .active-234c:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.basic-b101.preview_upper_14bf .active-234c.fn-active-d3be {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.basic-b101.preview_upper_14bf .text-ff11 {
    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);
}

.basic-b101.preview_upper_14bf .text-ff11::before {
    border-bottom-color: #ffffff;
}

.basic-b101.preview_upper_14bf .wide_7e0f {
    color: #475569;
}

.basic-b101.preview_upper_14bf .wide_7e0f::before {
    background: #818cf8;
}

.basic-b101.preview_upper_14bf .wide_7e0f:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.basic-b101.preview_upper_14bf .wide_7e0f:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.basic-b101.preview_upper_14bf .notification-over-7f04 {
    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);
}

.basic-b101.preview_upper_14bf .notification-over-7f04:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.basic-b101.preview_upper_14bf .notification-over-7f04 span {
    background: #475569;
    box-shadow: none;
}

.basic-b101.preview_upper_14bf .notification-over-7f04.fn-active-d3be span:nth-child(1),
.basic-b101.preview_upper_14bf .notification-over-7f04.fn-active-d3be span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .basic-b101.preview_upper_14bf {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .basic-b101.preview_upper_14bf .south-5c7f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .basic-b101.preview_upper_14bf .south-5c7f span {
        color: #334155 !important;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 {
        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);
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .active-234c {
        color: #334155;
        text-shadow: none;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .active-234c:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .active-234c.wide-eae7::after {
        color: #64748b;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .text-ff11 {
        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) */
    .basic-b101.preview_upper_14bf .hero_edc4 .accordion_action_c3b2.fn-active-d3be .text-ff11 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .wide_7e0f {
        color: #475569;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .wide_7e0f::before {
        color: #6366f1;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .wide_7e0f:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .wide_7e0f:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .basic-b101.preview_upper_14bf .hero_edc4 .wide_7e0f:hover::before {
        color: #4f46e5;
    }
}

/* apk.focus-yellow-0fa5 — mesmo tema claro da home; blocos extras */
body.east_ee55 {
    background: #f8f9fa;
    color: #2c3e50;
}

.east_ee55 .banner_inner_3a67 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.east_ee55 .logo_d534 {
    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);
}

.east_ee55 .logo_d534 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_ee55 .logo_d534 p:last-child {
    margin-bottom: 0;
}

.east_ee55 .logo_d534 strong {
    color: var(--text-primary);
}

.east_ee55 .out-feed {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.east_ee55 .out-feed img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.rough_b33b {
    background: #f8f9fa;
    color: #2c3e50;
}

.rough_b33b .medium_4fcf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.rough_b33b .header_ccfc {
    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);
}

.rough_b33b .header_ccfc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough_b33b .header_ccfc p:last-child {
    margin-bottom: 0;
}

.rough_b33b .header_ccfc strong {
    color: var(--text-primary);
}

.rough_b33b .plasma_40ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.rough_b33b .plasma_40ae 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-9bed {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-9bed .element-green-921c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-9bed .row_steel_8315 {
    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-9bed .row_steel_8315 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-9bed .row_steel_8315 p:last-child {
    margin-bottom: 0;
}

.search-9bed .row_steel_8315 strong {
    color: var(--text-primary);
}

.search-9bed .current-10dd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-9bed .current-10dd 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_fc18 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_fc18 .red-0916 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_fc18 .caption-inner-8bc2 {
    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_fc18 .caption-inner-8bc2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_fc18 .caption-inner-8bc2 p:last-child {
    margin-bottom: 0;
}

.layout_fc18 .caption-inner-8bc2 strong {
    color: var(--text-primary);
}

.layout_fc18 .mask_ebcf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_fc18 .mask_ebcf 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_warm_cbca {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_warm_cbca .hovered-9b84 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_warm_cbca .narrow_69dd {
    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_warm_cbca .narrow_69dd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_warm_cbca .narrow_69dd p:last-child {
    margin-bottom: 0;
}

.message_warm_cbca .narrow_69dd strong {
    color: var(--text-primary);
}

.message_warm_cbca .tag-9655 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_warm_cbca .tag-9655 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline-blue-2f61 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline-blue-2f61 .full-4db2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline-blue-2f61 .mask-next-d457 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.outline-blue-2f61 .mask-next-d457 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-blue-2f61 .mask-next-d457 p:last-child {
    margin-bottom: 0;
}

.outline-blue-2f61 .mask-next-d457 strong {
    color: var(--text-primary);
}

.outline-blue-2f61 .summary_c389 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline-blue-2f61 .summary_c389 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient_over_4b9e {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient_over_4b9e .hovered-5ebf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient_over_4b9e .badge-over-163a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gradient_over_4b9e .badge-over-163a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_over_4b9e .badge-over-163a p:last-child {
    margin-bottom: 0;
}

.gradient_over_4b9e .badge-over-163a strong {
    color: var(--text-primary);
}

.gradient_over_4b9e .bronze_2b33 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient_over_4b9e .bronze_2b33 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient_down_f743 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient_down_f743 .upper_1f69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient_down_f743 .wrapper-0761 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gradient_down_f743 .wrapper-0761 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_down_f743 .wrapper-0761 p:last-child {
    margin-bottom: 0;
}

.gradient_down_f743 .wrapper-0761 strong {
    color: var(--text-primary);
}

.gradient_down_f743 .red-7e3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient_down_f743 .red-7e3c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fluid_3721 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid_3721 .detail_wide_ca8e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid_3721 .description_yellow_e8b8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.fluid_3721 .description_yellow_e8b8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_3721 .description_yellow_e8b8 p:last-child {
    margin-bottom: 0;
}

.fluid_3721 .description_yellow_e8b8 strong {
    color: var(--text-primary);
}

.fluid_3721 .nav-c922 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid_3721 .nav-c922 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-hovered-eb59 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-hovered-eb59 .last-6132 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-hovered-eb59 .card-460a {
    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-hovered-eb59 .card-460a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-hovered-eb59 .card-460a p:last-child {
    margin-bottom: 0;
}

.carousel-hovered-eb59 .card-460a strong {
    color: var(--text-primary);
}

.carousel-hovered-eb59 .large-18fa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-hovered-eb59 .large-18fa 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-8bcc {
    background: #f8f9fa;
    color: #2c3e50;
}

.light-8bcc .table-up-ff08 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light-8bcc .preview_7fa5 {
    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-8bcc .preview_7fa5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-8bcc .preview_7fa5 p:last-child {
    margin-bottom: 0;
}

.light-8bcc .preview_7fa5 strong {
    color: var(--text-primary);
}

.light-8bcc .bright_0ea0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-8bcc .bright_0ea0 li {
    margin-bottom: 0.65rem;
}

.light-8bcc .bright_0ea0 li:last-child {
    margin-bottom: 0;
}

.light-8bcc .green_ccc5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light-8bcc .green_ccc5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight_21e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight_21e6 .menu_iron_a1f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight_21e6 .backdrop_in_1750 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.highlight_21e6 .backdrop_in_1750 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_21e6 .backdrop_in_1750 p:last-child {
    margin-bottom: 0;
}

.highlight_21e6 .backdrop_in_1750 strong {
    color: var(--text-primary);
}

.highlight_21e6 .summary-fresh-f087 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight_21e6 .summary-fresh-f087 li {
    margin-bottom: 0.65rem;
}

.highlight_21e6 .summary-fresh-f087 li:last-child {
    margin-bottom: 0;
}

.highlight_21e6 .info_dim_87a1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight_21e6 .info_dim_87a1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic-f542 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-f542 .container-61c8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-f542 .widget_4b61 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.basic-f542 .widget_4b61 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-f542 .widget_4b61 p:last-child {
    margin-bottom: 0;
}

.basic-f542 .widget_4b61 strong {
    color: var(--text-primary);
}

.basic-f542 .upper_e17d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-f542 .upper_e17d li {
    margin-bottom: 0.65rem;
}

.basic-f542 .upper_e17d li:last-child {
    margin-bottom: 0;
}

.basic-f542 .list_8b2d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-f542 .list_8b2d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture-hovered-3a29 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture-hovered-3a29 .box_c8d9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture-hovered-3a29 .large_7a6d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.texture-hovered-3a29 .large_7a6d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-hovered-3a29 .large_7a6d p:last-child {
    margin-bottom: 0;
}

.texture-hovered-3a29 .large_7a6d strong {
    color: var(--text-primary);
}

.texture-hovered-3a29 .image_235e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-hovered-3a29 .image_235e li {
    margin-bottom: 0.65rem;
}

.texture-hovered-3a29 .image_235e li:last-child {
    margin-bottom: 0;
}

body.avatar_cold_38fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_cold_38fe .texture_pressed_0a2f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_cold_38fe .highlight-new-4338 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.avatar_cold_38fe .highlight-new-4338 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_cold_38fe .highlight-new-4338 p:last-child {
    margin-bottom: 0;
}

.avatar_cold_38fe .highlight-new-4338 strong {
    color: var(--text-primary);
}

.avatar_cold_38fe .carousel_3f53 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_cold_38fe .carousel_3f53 li {
    margin-bottom: 0.65rem;
}

.avatar_cold_38fe .carousel_3f53 li:last-child {
    margin-bottom: 0;
}

.avatar_cold_38fe .mask_last_b619 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_cold_38fe .mask_last_b619 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_slow_0525 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_slow_0525 .selected_ecd0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_slow_0525 .tabs-238c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.list_slow_0525 .tabs-238c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_slow_0525 .tabs-238c p:last-child {
    margin-bottom: 0;
}

.list_slow_0525 .tabs-238c strong {
    color: var(--text-primary);
}

.list_slow_0525 .table-d309 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_slow_0525 .table-d309 li {
    margin-bottom: 0.65rem;
}

.list_slow_0525 .table-d309 li:last-child {
    margin-bottom: 0;
}

.list_slow_0525 .middle-79ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_slow_0525 .middle-79ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic_7940 {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic_7940 .modal-dirty-0d10 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic_7940 .wide_430a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.basic_7940 .wide_430a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_7940 .wide_430a p:last-child {
    margin-bottom: 0;
}

.basic_7940 .wide_430a strong {
    color: var(--text-primary);
}

.basic_7940 .box-5701 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_7940 .box-5701 li {
    margin-bottom: 0.65rem;
}

.basic_7940 .box-5701 li:last-child {
    margin-bottom: 0;
}

.basic_7940 .green_f861 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic_7940 .green_f861 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero-5c35 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-5c35 .tabs-dim-86e3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-5c35 .paper-5848 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hero-5c35 .paper-5848 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-5c35 .paper-5848 p:last-child {
    margin-bottom: 0;
}

.hero-5c35 .paper-5848 strong {
    color: var(--text-primary);
}

.hero-5c35 .secondary-narrow-22c3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-5c35 .secondary-narrow-22c3 li {
    margin-bottom: 0.65rem;
}

.hero-5c35 .secondary-narrow-22c3 li:last-child {
    margin-bottom: 0;
}

.hero-5c35 .wrapper-75c2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-5c35 .wrapper-75c2 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: bdd5 */
.shadow-element-e3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
