/* 
 * 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.panel-lite-56f9) — fixed together on mobile */
.backdrop-f430 {
    width: 100%;
}

.media_83a3 {
    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) {
    .backdrop-f430 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .media_83a3 {
        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.nav-gas-7df8. Conta) stay reachable.
     */
    .photo_aed2 .hero-11ac {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .backdrop-f430 .photo_aed2 > .hero-11ac {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .backdrop-f430:has(.bronze-24df.fn-show-5c50) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .backdrop-f430:has(.bronze-24df.fn-show-5c50) .media_83a3 {
        flex-shrink: 0;
    }

    .backdrop-f430:has(.bronze-24df.fn-show-5c50) .photo_aed2 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .backdrop-f430:has(.bronze-24df.fn-show-5c50) .photo_aed2 > .hero-11ac {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .backdrop-f430:has(.bronze-24df.fn-show-5c50) .progress_red_24c7 {
        flex-shrink: 0;
    }

    .backdrop-f430:has(.bronze-24df.fn-show-5c50) .bronze-24df.fn-show-5c50 {
        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 */
    .photo_aed2 .bronze-24df .feature-d305.fn-active-5c50 .hero-1a31 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .media_83a3 {
        position: sticky;
        top: 0;
    }
}

.backdrop-f430.shadow_3786,
.backdrop-f430.shadow_3786 .media_83a3 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.outline-copper-9571 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .outline-copper-9571 {
        padding: 0.75rem 0;
    }
}

.tooltip_black_c24c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.footer_204a img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .footer_204a img {
        height: 35px;
    }
}

/* .photo_aed2 / .west_2005 — inner pages (brown bar); index uses .dynamic_c57f below */

.photo_aed2:not(.dynamic_c57f) .west_2005.fn-active-5c50 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.photo-out-514f {
    display: flex;
    gap: var(--spacing-md);
}

.hover_black_16b3,
.silver-2d34 {
    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) {
    .hover_black_16b3,
    .silver-2d34 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .photo-out-514f {
        gap: 0.5rem;
    }
}

.hover_black_16b3 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.hover_black_16b3:hover {
    background: var(--primary-purple);
    color: white;
}

.silver-2d34 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.silver-2d34:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.sidebar-ad8c {
    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%;
}

.sidebar-ad8c::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;
}

.sidebar-ad8c::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;
}

.highlight-b090 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.highlight_b91d {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.highlight_b91d 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);
}

.sidebar-ad8c 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;
}

.secondary_simple_b3de {
    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;
}

.secondary_simple_b3de strong {
    font-weight: 700;
}

.basic_a5fc {
    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);
}

.fluid_e0f3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.steel-9a9c {
    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);
}

.steel-9a9c:hover {
    transform: translateY(-4px);
}

.dynamic-e91a {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.content_b992 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tall_0033 {
    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;
}

.tall_0033:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tall_0033.overlay_84be {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.stale-3144 {
    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);
}

.stale-3144:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.list-18af {
    padding: 3rem 1.25rem;
    background: white;
}

.dark_d38a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.left_69d7 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.left_69d7:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.left_69d7 img {
    margin-bottom: 1rem;
}

.content-solid-f3db {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.left_69d7 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.left_69d7 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 */
.up_eb93 {
    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);
}

.upper_5600 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.form_4e47 {
    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);
}

.form_4e47 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.form_4e47 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.form_4e47 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section_selected_fdbd {
    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-5d17 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.slow-aa05 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.dynamic-c93c {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.module-5252 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.hidden_c845 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hidden_c845:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hidden_c845.description-8e98 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hidden_c845.description-8e98 h3,
.hidden_c845.description-8e98 p {
    color: white;
}

.article_gas_40ec {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hidden_c845 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.hidden_c845 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.west_5eda {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.west_5eda:hover {
    gap: 0.75rem;
}

.hidden_c845.description-8e98 .west_5eda {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.dark_ac1a {
    padding: 4rem 1.25rem;
    background: white;
}

.tertiary-660b {
    text-align: center;
    margin-bottom: 3rem;
}

.logo-dirty-387e {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.disabled-c1c1 {
    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%;
}

.disabled-c1c1:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.shadow-warm-4509 {
    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);
}

.outer-30ce {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.east-2dc8 {
    padding: 1.5rem;
}

.east-2dc8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.detail-red-ac96 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.message_easy_8536 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.main_01de,
.progress_last_a8d5 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.main_01de {
    background: #dcfce7;
    color: #166534;
}

.main_01de.summary_d3cd {
    background: #10b981;
    color: white;
}

.progress_last_a8d5 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.progress_last_a8d5.video_daa3 {
    background: #fee2e2;
    color: #991b1b;
}

.progress_last_a8d5.focused-714d {
    background: #fef3c7;
    color: #92400e;
}

.progress_last_a8d5.notification-out-ce70 {
    background: #dcfce7;
    color: #166534;
}

.widget-hovered-8842 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.widget-hovered-8842 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.next_4142 {
    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);
}

.next_4142:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.sidebar-stone-8574 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.block_53bf {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tag-a2f6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tag-a2f6 {
        grid-template-columns: 1fr 1fr;
    }
}

.wrapper-3e7b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.pressed-b49f h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box-7e60 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.solid-13da {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.link_fixed_1e37 {
    font-size: 1rem;
    opacity: 0.9;
}

.pressed-b49f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.carousel-new-e771 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.carousel-new-e771 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.carousel-new-e771 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;
}

.carousel-new-e771 li strong {
    color: var(--primary-purple);
}

.carousel-new-e771 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.out-f1e5 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.badge-dynamic-dbbf {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.primary-6884 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.badge-dynamic-dbbf .content_b992 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.up_6331 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.tabs-middle-86fa {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.tabs-middle-86fa a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.modal-lower-754b {
    padding: 4rem 1.25rem;
    background: white;
}

.input-top-1196 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .input-top-1196 {
        grid-template-columns: 1fr 1fr;
    }
}

.new-3abe h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.chip_white_5a8f {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.picture-e117 {
    margin-bottom: 1.5rem;
}

.button-d9f8 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.secondary_simple_a268 {
    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);
}

.picture_6191 {
    white-space: nowrap;
}

.fast-4ffd {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.hero_aba8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.dropdown-4a6b {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.dropdown-4a6b:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.red-895c {
    font-size: 2rem;
    flex-shrink: 0;
}

.fixed-984d h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.fixed-984d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.yellow-f7a3 {
    margin-top: 3rem;
}

.yellow-f7a3 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.alert-2e93 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.alert-2e93 thead {
    background: var(--primary-purple);
    color: white;
}

.alert-2e93 th,
.alert-2e93 td {
    padding: 1rem;
    text-align: left;
}

.alert-2e93 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.alert-2e93 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.alert-2e93 tbody tr:last-child {
    border-bottom: none;
}

.alert-2e93 tbody tr:hover {
    background: var(--light-bg);
}

.section-74bc {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.status_f2e2 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hover_glass_4deb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hover-dark-7556 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    position: relative;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.hover-dark-7556:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.hover-dark-7556.icon_fresh_6924::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;
}

.gas-b2b0 {
    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;
}

.layout-plasma-a743 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.accent-289a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.fluid-ef23 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.center_7bd7 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.center_7bd7 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.center_7bd7 p:last-child {
    margin-bottom: 0;
}

.center_7bd7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.smooth_7137 {
    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;
}

.tag_84c8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.filter-53e1 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.filter-53e1 .dynamic-e91a {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.filter-53e1 .content_b992 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.video-b5c2 {
    padding: 4rem 1.25rem;
    background: white;
}

.frame_19b5 {
    max-width: 900px;
    margin: 0 auto;
}

.glass-aeab {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.glass-aeab:hover {
    border-color: var(--primary-purple);
}

.glass-aeab[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.glass-aeab 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;
}

.glass-aeab summary::-webkit-details-marker {
    display: none;
}

.glass-aeab summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.glass-aeab[open] summary::after {
    transform: rotate(45deg);
}

.filter-e99b {
    padding: 0 1.5rem 1.5rem;
    animation: fadeIn var(--transition-base);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-e99b p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.filter-e99b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.filter-e99b ul,
.filter-e99b ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.filter-e99b li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.filter-e99b strong {
    color: var(--text-primary);
    font-weight: 600;
}

.prev-8744 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.photo-hovered-6658 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.photo-hovered-6658 th,
.photo-hovered-6658 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.photo-hovered-6658 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.new_74d6 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.hover_115e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.simple-c70a {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .simple-c70a {
        flex-direction: column;
        text-align: center;
    }
}

.simple-c70a img {
    flex-shrink: 0;
}

.gallery-8f28 {
    font-size: 4rem;
    flex-shrink: 0;
}

.middle_ec5a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.middle_ec5a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.middle_3368 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.first-c8c2 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.bronze-a5bb h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.bronze-a5bb > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.panel_f469 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.header_1ade {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.light-843d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.list_mini_2e5e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.list_mini_2e5e p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.border_complex_3755 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.left_7624 {
    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);
}

.layout-copper-d863 {
    list-style: none;
}

.layout-copper-d863 li {
    margin-bottom: 0.75rem;
}

.layout-copper-d863 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.layout-copper-d863 a:hover {
    color: white;
}

.tag-red-108c {
    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;
}

.block-20c1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.block-20c1 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.lite_1624 {
    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);
}

.notice-0469 {
    text-align: right;
}

@media (max-width: 767px) {
    .notice-0469 {
        text-align: center;
        width: 100%;
    }
}

.notice-0469 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.steel_4e42 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.hero-11ac {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.list-18af,
.up_eb93,
.background-5d17,
.dark_ac1a,
.block_53bf,
.modal-lower-754b,
.status_f2e2,
.video-b5c2,
.hover_115e,
.first-c8c2 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .slow-aa05 {
        font-size: 1.75rem;
    }
    
    .dynamic-c93c {
        font-size: 1rem;
    }
    
    .out-f1e5 {
        flex-direction: column;
    }
    
    .input-top-1196 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .logo-dirty-387e {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .disabled-c1c1 {
        max-width: 100%;
    }
    
    .outer-30ce {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .hero-11ac {
        padding: 0 1rem;
    }
    
    .sidebar-ad8c {
        padding: 4rem 1rem 3rem;
    }
    
    .sidebar-ad8c h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tall_0033 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .fluid_e0f3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .alert-2e93,
    .photo-hovered-6658 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .dark_d38a {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .module-5252 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .hover_glass_4deb {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .sidebar-ad8c h1 {
        font-size: 1.5rem;
    }
    
    .fluid_e0f3 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .steel-9a9c {
        padding: 0.75rem;
    }
    
    .dynamic-e91a {
        font-size: 1.5rem;
    }
    
    .dark_d38a {
        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 */
.disabled-c1c1:hover,
.hidden_c845:hover,
.hover-dark-7556:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .dark_ac1a,
    .status_f2e2,
    .video-b5c2 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.panel-lite-56f9)
   ======================================== */

.photo_aed2.dynamic_c57f {
    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;
}

.photo_aed2.dynamic_c57f .west_2005 {
    color: #334155;
}

.photo_aed2.dynamic_c57f .west_2005:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.photo_aed2.dynamic_c57f .west_2005.fn-active-5c50 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.photo_aed2.dynamic_c57f .hero-1a31 {
    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);
}

.photo_aed2.dynamic_c57f .hero-1a31::before {
    border-bottom-color: #ffffff;
}

.photo_aed2.dynamic_c57f .solid-4c67 {
    color: #475569;
}

.photo_aed2.dynamic_c57f .solid-4c67::before {
    background: #818cf8;
}

.photo_aed2.dynamic_c57f .solid-4c67:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.photo_aed2.dynamic_c57f .solid-4c67:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.photo_aed2.dynamic_c57f .form-blue-b14a {
    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);
}

.photo_aed2.dynamic_c57f .form-blue-b14a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.photo_aed2.dynamic_c57f .form-blue-b14a span {
    background: #475569;
    box-shadow: none;
}

.photo_aed2.dynamic_c57f .form-blue-b14a.fn-active-5c50 span:nth-child(1),
.photo_aed2.dynamic_c57f .form-blue-b14a.fn-active-5c50 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .photo_aed2.dynamic_c57f {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .photo_aed2.dynamic_c57f .progress_red_24c7 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .photo_aed2.dynamic_c57f .progress_red_24c7 span {
        color: #334155 !important;
    }

    .photo_aed2.dynamic_c57f .bronze-24df {
        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);
    }

    .photo_aed2.dynamic_c57f .bronze-24df .west_2005 {
        color: #334155;
        text-shadow: none;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .west_2005:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .photo_aed2.dynamic_c57f .bronze-24df .west_2005.focus_9efd::after {
        color: #64748b;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .hero-1a31 {
        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) */
    .photo_aed2.dynamic_c57f .bronze-24df .feature-d305.fn-active-5c50 .hero-1a31 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .solid-4c67 {
        color: #475569;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .solid-4c67::before {
        color: #6366f1;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .solid-4c67:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .photo_aed2.dynamic_c57f .bronze-24df .solid-4c67:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .photo_aed2.dynamic_c57f .bronze-24df .solid-4c67:hover::before {
        color: #4f46e5;
    }
}

/* apk.green_5b58 — mesmo tema claro da home; blocos extras */
body.dirty_fc3b {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty_fc3b .feature_advanced_cbea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty_fc3b .lower-7102 {
    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);
}

.dirty_fc3b .lower-7102 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty_fc3b .lower-7102 p:last-child {
    margin-bottom: 0;
}

.dirty_fc3b .lower-7102 strong {
    color: var(--text-primary);
}

.dirty_fc3b .gas-0b15 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty_fc3b .gas-0b15 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hot_ad13 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot_ad13 .over_31c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot_ad13 .tag-new-edaa {
    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);
}

.hot_ad13 .tag-new-edaa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot_ad13 .tag-new-edaa p:last-child {
    margin-bottom: 0;
}

.hot_ad13 .tag-new-edaa strong {
    color: var(--text-primary);
}

.hot_ad13 .full_a694 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hot_ad13 .full_a694 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner_f0af {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner_f0af .active-f224 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner_f0af .modal_9059 {
    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);
}

.inner_f0af .modal_9059 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_f0af .modal_9059 p:last-child {
    margin-bottom: 0;
}

.inner_f0af .modal_9059 strong {
    color: var(--text-primary);
}

.inner_f0af .hard_4f24 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner_f0af .hard_4f24 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.short-4829 {
    background: #f8f9fa;
    color: #2c3e50;
}

.short-4829 .wrapper_98ef {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.short-4829 .dirty-6c85 {
    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);
}

.short-4829 .dirty-6c85 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short-4829 .dirty-6c85 p:last-child {
    margin-bottom: 0;
}

.short-4829 .dirty-6c85 strong {
    color: var(--text-primary);
}

.short-4829 .first-eea0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.short-4829 .first-eea0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover-advanced-92de {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover-advanced-92de .sidebar_fluid_5113 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover-advanced-92de .gradient_motion_1b29 {
    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);
}

.hover-advanced-92de .gradient_motion_1b29 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover-advanced-92de .gradient_motion_1b29 p:last-child {
    margin-bottom: 0;
}

.hover-advanced-92de .gradient_motion_1b29 strong {
    color: var(--text-primary);
}

.hover-advanced-92de .plasma-bd5e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover-advanced-92de .plasma-bd5e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom_a4d3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom_a4d3 .secondary_yellow_0b50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom_a4d3 .down_b010 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.bottom_a4d3 .down_b010 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_a4d3 .down_b010 p:last-child {
    margin-bottom: 0;
}

.bottom_a4d3 .down_b010 strong {
    color: var(--text-primary);
}

.bottom_a4d3 .table-gas-80b0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom_a4d3 .table-gas-80b0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-e45e {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-e45e .motion_01c2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-e45e .complex-a118 {
    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);
}

.item-e45e .complex-a118 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-e45e .complex-a118 p:last-child {
    margin-bottom: 0;
}

.item-e45e .complex-a118 strong {
    color: var(--text-primary);
}

.item-e45e .column_fa49 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-e45e .column_fa49 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_0e71 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_0e71 .blue-a80d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_0e71 .tag-left-02d1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern_0e71 .tag-left-02d1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_0e71 .tag-left-02d1 p:last-child {
    margin-bottom: 0;
}

.pattern_0e71 .tag-left-02d1 strong {
    color: var(--text-primary);
}

.pattern_0e71 .wide-17e0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_0e71 .wide-17e0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image-glass-b3c3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image-glass-b3c3 .header-bottom-f88b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image-glass-b3c3 .gas-0380 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.image-glass-b3c3 .gas-0380 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-glass-b3c3 .gas-0380 p:last-child {
    margin-bottom: 0;
}

.image-glass-b3c3 .gas-0380 strong {
    color: var(--text-primary);
}

.image-glass-b3c3 .left_0ece {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image-glass-b3c3 .left_0ece img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs_0739 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_0739 .basic_bfb3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_0739 .gas_54d0 {
    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);
}

.tabs_0739 .gas_54d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_0739 .gas_54d0 p:last-child {
    margin-bottom: 0;
}

.tabs_0739 .gas_54d0 strong {
    color: var(--text-primary);
}

.tabs_0739 .message_liquid_4bb9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_0739 .message_liquid_4bb9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.silver_13c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.silver_13c9 .breadcrumb-157d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.silver_13c9 .overlay-ad63 {
    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);
}

.silver_13c9 .overlay-ad63 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_13c9 .overlay-ad63 p:last-child {
    margin-bottom: 0;
}

.silver_13c9 .overlay-ad63 strong {
    color: var(--text-primary);
}

.silver_13c9 .slow_8b79 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_13c9 .slow_8b79 li {
    margin-bottom: 0.65rem;
}

.silver_13c9 .slow_8b79 li:last-child {
    margin-bottom: 0;
}

.silver_13c9 .motion_f4f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.silver_13c9 .motion_f4f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown_brown_9a9a {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown_brown_9a9a .basic-7e2d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown_brown_9a9a .info-45a3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.dropdown_brown_9a9a .info-45a3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown_brown_9a9a .info-45a3 p:last-child {
    margin-bottom: 0;
}

.dropdown_brown_9a9a .info-45a3 strong {
    color: var(--text-primary);
}

.dropdown_brown_9a9a .tiny-8769 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown_brown_9a9a .tiny-8769 li {
    margin-bottom: 0.65rem;
}

.dropdown_brown_9a9a .tiny-8769 li:last-child {
    margin-bottom: 0;
}

.dropdown_brown_9a9a .link-short-f840 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown_brown_9a9a .link-short-f840 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool-0dad {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool-0dad .gallery_8e14 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool-0dad .logo_71b1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.cool-0dad .logo_71b1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool-0dad .logo_71b1 p:last-child {
    margin-bottom: 0;
}

.cool-0dad .logo_71b1 strong {
    color: var(--text-primary);
}

.cool-0dad .main_5c16 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool-0dad .main_5c16 li {
    margin-bottom: 0.65rem;
}

.cool-0dad .main_5c16 li:last-child {
    margin-bottom: 0;
}

.cool-0dad .shade_wood_39fe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool-0dad .shade_wood_39fe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover-silver-5bfb {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover-silver-5bfb .black_fc13 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover-silver-5bfb .module_4855 {
    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);
}

.hover-silver-5bfb .module_4855 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover-silver-5bfb .module_4855 p:last-child {
    margin-bottom: 0;
}

.hover-silver-5bfb .module_4855 strong {
    color: var(--text-primary);
}

.hover-silver-5bfb .disabled-1f72 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover-silver-5bfb .disabled-1f72 li {
    margin-bottom: 0.65rem;
}

.hover-silver-5bfb .disabled-1f72 li:last-child {
    margin-bottom: 0;
}

body.simple_934f {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple_934f .tertiary-e928 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple_934f .button-stone-fedf {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.simple_934f .button-stone-fedf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_934f .button-stone-fedf p:last-child {
    margin-bottom: 0;
}

.simple_934f .button-stone-fedf strong {
    color: var(--text-primary);
}

.simple_934f .footer-under-0634 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_934f .footer-under-0634 li {
    margin-bottom: 0.65rem;
}

.simple_934f .footer-under-0634 li:last-child {
    margin-bottom: 0;
}

.simple_934f .picture-inner-5aca {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple_934f .picture-inner-5aca img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.background-fast-8a77 {
    background: #f8f9fa;
    color: #2c3e50;
}

.background-fast-8a77 .photo-copper-2eb0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background-fast-8a77 .wide-693f {
    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);
}

.background-fast-8a77 .wide-693f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background-fast-8a77 .wide-693f p:last-child {
    margin-bottom: 0;
}

.background-fast-8a77 .wide-693f strong {
    color: var(--text-primary);
}

.background-fast-8a77 .dim_7766 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background-fast-8a77 .dim_7766 li {
    margin-bottom: 0.65rem;
}

.background-fast-8a77 .dim_7766 li:last-child {
    margin-bottom: 0;
}

.background-fast-8a77 .static-23f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background-fast-8a77 .static-23f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.label_iron_5cf0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_iron_5cf0 .form-full-a9de {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_iron_5cf0 .alert-2a3d {
    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);
}

.label_iron_5cf0 .alert-2a3d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_iron_5cf0 .alert-2a3d p:last-child {
    margin-bottom: 0;
}

.label_iron_5cf0 .alert-2a3d strong {
    color: var(--text-primary);
}

.label_iron_5cf0 .message-last-075c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_iron_5cf0 .message-last-075c li {
    margin-bottom: 0.65rem;
}

.label_iron_5cf0 .message-last-075c li:last-child {
    margin-bottom: 0;
}

.label_iron_5cf0 .hover-5c5a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label_iron_5cf0 .hover-5c5a 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_hard_6d56 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search_hard_6d56 .short-df7b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search_hard_6d56 .container_350e {
    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_hard_6d56 .container_350e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search_hard_6d56 .container_350e p:last-child {
    margin-bottom: 0;
}

.search_hard_6d56 .container_350e strong {
    color: var(--text-primary);
}

.search_hard_6d56 .text-7f94 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search_hard_6d56 .text-7f94 li {
    margin-bottom: 0.65rem;
}

.search_hard_6d56 .text-7f94 li:last-child {
    margin-bottom: 0;
}

.search_hard_6d56 .surface_dirty_e132 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search_hard_6d56 .surface_dirty_e132 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: 623f */
.phantom-card-q4 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
