/* 
 * 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.static_2284) — fixed together on mobile */
.purple_cf59 {
    width: 100%;
}

.west_fe27 {
    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) {
    .purple_cf59 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .west_fe27 {
        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.focused_f168. Conta) stay reachable.
     */
    .shade-e821 .tertiary_white_4159 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .purple_cf59 .shade-e821 > .tertiary_white_4159 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) .west_fe27 {
        flex-shrink: 0;
    }

    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) .shade-e821 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) .shade-e821 > .tertiary_white_4159 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) .search_dark_2517 {
        flex-shrink: 0;
    }

    .purple_cf59:has(.gradient_d6f6.fn-show-ea57) .gradient_d6f6.fn-show-ea57 {
        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 */
    .shade-e821 .gradient_d6f6 .widget-fluid-fee5.fn-active-ea57 .focused-4d73 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .west_fe27 {
        position: sticky;
        top: 0;
    }
}

.purple_cf59.element_top_a951,
.purple_cf59.element_top_a951 .west_fe27 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.footer-medium-8829 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .footer-medium-8829 {
        padding: 0.75rem 0;
    }
}

.white-6833 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tooltip_narrow_12e0 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tooltip_narrow_12e0 img {
        height: 35px;
    }
}

/* .shade-e821 / .white-0f77 — inner pages (brown bar); index uses .purple_7195 below */

.shade-e821:not(.purple_7195) .white-0f77.fn-active-ea57 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.upper_00b7 {
    display: flex;
    gap: var(--spacing-md);
}

.fast_8cf5,
.primary-glass-1658 {
    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) {
    .fast_8cf5,
    .primary-glass-1658 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .upper_00b7 {
        gap: 0.5rem;
    }
}

.fast_8cf5 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.fast_8cf5:hover {
    background: var(--primary-purple);
    color: white;
}

.primary-glass-1658 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.primary-glass-1658:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.north-16b0 {
    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%;
}

.north-16b0::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;
}

.north-16b0::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;
}

.top_f4ec {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.fresh-6058 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.fresh-6058 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);
}

.north-16b0 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;
}

.south-e860 {
    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;
}

.south-e860 strong {
    font-weight: 700;
}

.gas-0804 {
    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);
}

.advanced-693a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.feature-bright-8514 {
    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);
}

.feature-bright-8514:hover {
    transform: translateY(-4px);
}

.link-85a4 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.lite_43d7 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.west-cc0a {
    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;
}

.west-cc0a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.west-cc0a.tooltip-0fa3 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.item-selected-24b4 {
    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);
}

.item-selected-24b4:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.link_soft_ad0d {
    padding: 3rem 1.25rem;
    background: white;
}

.link-abe0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.video-focused-024f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.video-focused-024f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.video-focused-024f img {
    margin-bottom: 1rem;
}

.tooltip_prev_d87d {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.video-focused-024f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.video-focused-024f 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 */
.border-d7cd {
    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);
}

.medium_7c7b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.gradient_104e {
    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);
}

.gradient_104e h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.gradient_104e p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.gradient_104e a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wide_9284 {
    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
   ======================================== */

.up-2706 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.container-north-f6e2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.selected_6c57 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.south_5e09 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.background-short-e590 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.background-short-e590:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.background-short-e590.column-5c08 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.background-short-e590.column-5c08 h3,
.background-short-e590.column-5c08 p {
    color: white;
}

.orange_51b8 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.background-short-e590 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.background-short-e590 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hard-1d85 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.hard-1d85:hover {
    gap: 0.75rem;
}

.background-short-e590.column-5c08 .hard-1d85 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.popup_red_2bec {
    padding: 4rem 1.25rem;
    background: white;
}

.accordion-122e {
    text-align: center;
    margin-bottom: 3rem;
}

.in_9906 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.paragraph-e9ce {
    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%;
}

.paragraph-e9ce:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.progress-current-a8b9 {
    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);
}

.tertiary-2cde {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.down-6c94 {
    padding: 1.5rem;
}

.down-6c94 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.heading_61cb {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.wrapper_6dfb {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.shade_267a,
.highlight_8c39 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.shade_267a {
    background: #dcfce7;
    color: #166534;
}

.shade_267a.disabled_c07d {
    background: #10b981;
    color: white;
}

.highlight_8c39 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.highlight_8c39.white_da2e {
    background: #fee2e2;
    color: #991b1b;
}

.highlight_8c39.image-fixed-973b {
    background: #fef3c7;
    color: #92400e;
}

.highlight_8c39.mini_82a5 {
    background: #dcfce7;
    color: #166534;
}

.media_fea3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.media_fea3 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.container-easy-3d29 {
    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);
}

.container-easy-3d29:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.tiny_4253 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.narrow-808a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.white_d41e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .white_d41e {
        grid-template-columns: 1fr 1fr;
    }
}

.bottom_02f8 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.stone-6353 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box_next_0234 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.feature-lower-6422 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tall_3fe0 {
    font-size: 1rem;
    opacity: 0.9;
}

.stone-6353 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.fluid_d606 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.fluid_d606 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.fluid_d606 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;
}

.fluid_d606 li strong {
    color: var(--primary-purple);
}

.fluid_d606 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.static-48d3 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.accordion-outer-a3f8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.dark-05c2 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.accordion-outer-a3f8 .lite_43d7 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.status_narrow_11e1 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.hover_selected_db2f {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.hover_selected_db2f a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.white_478e {
    padding: 4rem 1.25rem;
    background: white;
}

.picture_hard_6eb8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .picture_hard_6eb8 {
        grid-template-columns: 1fr 1fr;
    }
}

.caption_e97f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hero-b9c3 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.notification-ec4e {
    margin-bottom: 1.5rem;
}

.link-wood-9955 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.highlight_7dca {
    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);
}

.north_5655 {
    white-space: nowrap;
}

.media-db01 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.surface_e2f4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.avatar_west_6f8e {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.avatar_west_6f8e:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.disabled-tall-b2c6 {
    font-size: 2rem;
    flex-shrink: 0;
}

.form-fresh-2606 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.form-fresh-2606 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.item_fixed_26dd {
    margin-top: 3rem;
}

.item_fixed_26dd h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading-730b {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.heading-730b thead {
    background: var(--primary-purple);
    color: white;
}

.heading-730b th,
.heading-730b td {
    padding: 1rem;
    text-align: left;
}

.heading-730b th {
    font-weight: 700;
    font-size: 0.9rem;
}

.heading-730b tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.heading-730b tbody tr:last-child {
    border-bottom: none;
}

.heading-730b tbody tr:hover {
    background: var(--light-bg);
}

.overlay-3a15 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.solid-a552 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hover-70e4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.modal-a8bf {
    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);
}

.modal-a8bf:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.modal-a8bf.outer-9064::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;
}

.slider_7e37 {
    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;
}

.main-cool-c2c6 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.message_c841 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.caption-1d5e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tabs-8fd2 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.tabs-8fd2 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.tabs-8fd2 p:last-child {
    margin-bottom: 0;
}

.tabs-8fd2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.solid_4a86 {
    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;
}

.tabs-copper-85e9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hover_42c7 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.hover_42c7 .link-85a4 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.hover_42c7 .lite_43d7 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.media_f448 {
    padding: 4rem 1.25rem;
    background: white;
}

.content-inner-ff15 {
    max-width: 900px;
    margin: 0 auto;
}

.outer_df95 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.outer_df95:hover {
    border-color: var(--primary-purple);
}

.outer_df95[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.outer_df95 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;
}

.outer_df95 summary::-webkit-details-marker {
    display: none;
}

.outer_df95 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.outer_df95[open] summary::after {
    transform: rotate(45deg);
}

.last-45e2 {
    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);
    }
}

.last-45e2 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.last-45e2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.last-45e2 ul,
.last-45e2 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.last-45e2 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.last-45e2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.upper_89cf {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.simple-a9b2 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.simple-a9b2 th,
.simple-a9b2 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.simple-a9b2 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.small_41f2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.icon_3cc2 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.over-3ad0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .over-3ad0 {
        flex-direction: column;
        text-align: center;
    }
}

.over-3ad0 img {
    flex-shrink: 0;
}

.label_d3f6 {
    font-size: 4rem;
    flex-shrink: 0;
}

.element-orange-e630 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.element-orange-e630 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.element-f411 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.video_f023 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.hard-f307 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.hard-f307 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.carousel_up_ab78 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.accent_stone_122f {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.north_3658 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.center-f084 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.center-f084 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.old_8732 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mask_hard_0e6f {
    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);
}

.breadcrumb-dark-176b {
    list-style: none;
}

.breadcrumb-dark-176b li {
    margin-bottom: 0.75rem;
}

.breadcrumb-dark-176b a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.breadcrumb-dark-176b a:hover {
    color: white;
}

.status_7e31 {
    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;
}

.media_orange_19aa {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.media_orange_19aa span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.chip_clean_015f {
    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);
}

.hard-7148 {
    text-align: right;
}

@media (max-width: 767px) {
    .hard-7148 {
        text-align: center;
        width: 100%;
    }
}

.hard-7148 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.badge_pro_db28 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.tertiary_white_4159 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.link_soft_ad0d,
.border-d7cd,
.up-2706,
.popup_red_2bec,
.narrow-808a,
.white_478e,
.solid-a552,
.media_f448,
.icon_3cc2,
.video_f023 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .container-north-f6e2 {
        font-size: 1.75rem;
    }
    
    .selected_6c57 {
        font-size: 1rem;
    }
    
    .static-48d3 {
        flex-direction: column;
    }
    
    .picture_hard_6eb8 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .in_9906 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .paragraph-e9ce {
        max-width: 100%;
    }
    
    .tertiary-2cde {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .tertiary_white_4159 {
        padding: 0 1rem;
    }
    
    .north-16b0 {
        padding: 4rem 1rem 3rem;
    }
    
    .north-16b0 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .west-cc0a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .advanced-693a {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .heading-730b,
    .simple-a9b2 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .link-abe0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .south_5e09 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .hover-70e4 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .north-16b0 h1 {
        font-size: 1.5rem;
    }
    
    .advanced-693a {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .feature-bright-8514 {
        padding: 0.75rem;
    }
    
    .link-85a4 {
        font-size: 1.5rem;
    }
    
    .link-abe0 {
        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 */
.paragraph-e9ce:hover,
.background-short-e590:hover,
.modal-a8bf:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .popup_red_2bec,
    .solid-a552,
    .media_f448 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.static_2284)
   ======================================== */

.shade-e821.purple_7195 {
    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;
}

.shade-e821.purple_7195 .white-0f77 {
    color: #334155;
}

.shade-e821.purple_7195 .white-0f77:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.shade-e821.purple_7195 .white-0f77.fn-active-ea57 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.shade-e821.purple_7195 .focused-4d73 {
    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);
}

.shade-e821.purple_7195 .focused-4d73::before {
    border-bottom-color: #ffffff;
}

.shade-e821.purple_7195 .secondary_6d65 {
    color: #475569;
}

.shade-e821.purple_7195 .secondary_6d65::before {
    background: #818cf8;
}

.shade-e821.purple_7195 .secondary_6d65:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.shade-e821.purple_7195 .secondary_6d65:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.shade-e821.purple_7195 .old-c3a0 {
    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);
}

.shade-e821.purple_7195 .old-c3a0:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.shade-e821.purple_7195 .old-c3a0 span {
    background: #475569;
    box-shadow: none;
}

.shade-e821.purple_7195 .old-c3a0.fn-active-ea57 span:nth-child(1),
.shade-e821.purple_7195 .old-c3a0.fn-active-ea57 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .shade-e821.purple_7195 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .shade-e821.purple_7195 .search_dark_2517 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .shade-e821.purple_7195 .search_dark_2517 span {
        color: #334155 !important;
    }

    .shade-e821.purple_7195 .gradient_d6f6 {
        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);
    }

    .shade-e821.purple_7195 .gradient_d6f6 .white-0f77 {
        color: #334155;
        text-shadow: none;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .white-0f77:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .shade-e821.purple_7195 .gradient_d6f6 .white-0f77.accordion_68ef::after {
        color: #64748b;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .focused-4d73 {
        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) */
    .shade-e821.purple_7195 .gradient_d6f6 .widget-fluid-fee5.fn-active-ea57 .focused-4d73 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .secondary_6d65 {
        color: #475569;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .secondary_6d65::before {
        color: #6366f1;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .secondary_6d65:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .shade-e821.purple_7195 .gradient_d6f6 .secondary_6d65:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .shade-e821.purple_7195 .gradient_d6f6 .secondary_6d65:hover::before {
        color: #4f46e5;
    }
}

/* apk.purple-36e1 — mesmo tema claro da home; blocos extras */
body.hover-tall-9d3b {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover-tall-9d3b .image-39ed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover-tall-9d3b .footer-wood-a8b6 {
    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-tall-9d3b .footer-wood-a8b6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover-tall-9d3b .footer-wood-a8b6 p:last-child {
    margin-bottom: 0;
}

.hover-tall-9d3b .footer-wood-a8b6 strong {
    color: var(--text-primary);
}

.hover-tall-9d3b .paper-caf0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover-tall-9d3b .paper-caf0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link-pro-618f {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-pro-618f .outline-5b50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-pro-618f .outline_02e6 {
    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);
}

.link-pro-618f .outline_02e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-pro-618f .outline_02e6 p:last-child {
    margin-bottom: 0;
}

.link-pro-618f .outline_02e6 strong {
    color: var(--text-primary);
}

.link-pro-618f .info_white_a3fc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-pro-618f .info_white_a3fc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion-rough-b562 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion-rough-b562 .slider_3a2d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion-rough-b562 .focused-201a {
    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);
}

.accordion-rough-b562 .focused-201a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-rough-b562 .focused-201a p:last-child {
    margin-bottom: 0;
}

.accordion-rough-b562 .focused-201a strong {
    color: var(--text-primary);
}

.accordion-rough-b562 .tiny_5167 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion-rough-b562 .tiny_5167 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption_mini_9bd8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption_mini_9bd8 .component_32ce {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption_mini_9bd8 .warm-a321 {
    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);
}

.caption_mini_9bd8 .warm-a321 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_mini_9bd8 .warm-a321 p:last-child {
    margin-bottom: 0;
}

.caption_mini_9bd8 .warm-a321 strong {
    color: var(--text-primary);
}

.caption_mini_9bd8 .caption-red-0fec {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption_mini_9bd8 .caption-red-0fec img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table-3c90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-3c90 .hover-f130 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-3c90 .heading-tiny-9e65 {
    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);
}

.table-3c90 .heading-tiny-9e65 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-3c90 .heading-tiny-9e65 p:last-child {
    margin-bottom: 0;
}

.table-3c90 .heading-tiny-9e65 strong {
    color: var(--text-primary);
}

.table-3c90 .message_middle_11ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table-3c90 .message_middle_11ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.first_e76d {
    background: #f8f9fa;
    color: #2c3e50;
}

.first_e76d .hot-b5af {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.first_e76d .dynamic_dad8 {
    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);
}

.first_e76d .dynamic_dad8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.first_e76d .dynamic_dad8 p:last-child {
    margin-bottom: 0;
}

.first_e76d .dynamic_dad8 strong {
    color: var(--text-primary);
}

.first_e76d .heading_5746 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.first_e76d .heading_5746 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description_last_2e38 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_last_2e38 .breadcrumb-05ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_last_2e38 .summary_7d64 {
    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);
}

.description_last_2e38 .summary_7d64 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_last_2e38 .summary_7d64 p:last-child {
    margin-bottom: 0;
}

.description_last_2e38 .summary_7d64 strong {
    color: var(--text-primary);
}

.description_last_2e38 .form-motion-cc48 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_last_2e38 .form-motion-cc48 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_957a {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_957a .background_orange_81ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_957a .shadow-silver-d379 {
    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_957a .shadow-silver-d379 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_957a .shadow-silver-d379 p:last-child {
    margin-bottom: 0;
}

.layout_957a .shadow-silver-d379 strong {
    color: var(--text-primary);
}

.layout_957a .up-da3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_957a .up-da3d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_ad40 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_ad40 .slider-f5d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_ad40 .texture-right-53b0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.panel_ad40 .texture-right-53b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_ad40 .texture-right-53b0 p:last-child {
    margin-bottom: 0;
}

.panel_ad40 .texture-right-53b0 strong {
    color: var(--text-primary);
}

.panel_ad40 .last_5319 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_ad40 .last_5319 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-east-e722 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-east-e722 .hard_5468 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-east-e722 .progress-eea4 {
    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);
}

.logo-east-e722 .progress-eea4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-east-e722 .progress-eea4 p:last-child {
    margin-bottom: 0;
}

.logo-east-e722 .progress-eea4 strong {
    color: var(--text-primary);
}

.logo-east-e722 .accent_huge_93c2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-east-e722 .accent_huge_93c2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav_wood_70b8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_wood_70b8 .picture-silver-5037 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_wood_70b8 .slider-f4ec {
    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);
}

.nav_wood_70b8 .slider-f4ec p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_wood_70b8 .slider-f4ec p:last-child {
    margin-bottom: 0;
}

.nav_wood_70b8 .slider-f4ec strong {
    color: var(--text-primary);
}

.nav_wood_70b8 .module_advanced_8653 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_wood_70b8 .module_advanced_8653 li {
    margin-bottom: 0.65rem;
}

.nav_wood_70b8 .module_advanced_8653 li:last-child {
    margin-bottom: 0;
}

.nav_wood_70b8 .image-f4ea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_wood_70b8 .image-f4ea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status-easy-8891 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status-easy-8891 .fresh-7736 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status-easy-8891 .menu_54ab {
    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);
}

.status-easy-8891 .menu_54ab p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-easy-8891 .menu_54ab p:last-child {
    margin-bottom: 0;
}

.status-easy-8891 .menu_54ab strong {
    color: var(--text-primary);
}

.status-easy-8891 .progress_3179 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-easy-8891 .progress_3179 li {
    margin-bottom: 0.65rem;
}

.status-easy-8891 .progress_3179 li:last-child {
    margin-bottom: 0;
}

.status-easy-8891 .mask_outer_1cae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status-easy-8891 .mask_outer_1cae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.in-cf87 {
    background: #f8f9fa;
    color: #2c3e50;
}

.in-cf87 .slow-0717 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.in-cf87 .image_cd62 {
    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);
}

.in-cf87 .image_cd62 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-cf87 .image_cd62 p:last-child {
    margin-bottom: 0;
}

.in-cf87 .image_cd62 strong {
    color: var(--text-primary);
}

.in-cf87 .list-top-b98c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-cf87 .list-top-b98c li {
    margin-bottom: 0.65rem;
}

.in-cf87 .list-top-b98c li:last-child {
    margin-bottom: 0;
}

.in-cf87 .warm_734b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.in-cf87 .warm_734b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification_fb6b {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification_fb6b .item_bright_bed9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification_fb6b .bronze-9185 {
    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);
}

.notification_fb6b .bronze-9185 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_fb6b .bronze-9185 p:last-child {
    margin-bottom: 0;
}

.notification_fb6b .bronze-9185 strong {
    color: var(--text-primary);
}

.notification_fb6b .disabled-simple-9f1b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_fb6b .disabled-simple-9f1b li {
    margin-bottom: 0.65rem;
}

.notification_fb6b .disabled-simple-9f1b li:last-child {
    margin-bottom: 0;
}

body.over_3282 {
    background: #f8f9fa;
    color: #2c3e50;
}

.over_3282 .focus_dd89 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.over_3282 .active_9b4a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.over_3282 .active_9b4a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.over_3282 .active_9b4a p:last-child {
    margin-bottom: 0;
}

.over_3282 .active_9b4a strong {
    color: var(--text-primary);
}

.over_3282 .item_55bc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.over_3282 .item_55bc li {
    margin-bottom: 0.65rem;
}

.over_3282 .item_55bc li:last-child {
    margin-bottom: 0;
}

.over_3282 .picture_4a6b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.over_3282 .picture_4a6b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip-static-3b7b {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip-static-3b7b .shade-88d3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip-static-3b7b .accordion_0ece {
    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);
}

.tooltip-static-3b7b .accordion_0ece p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-static-3b7b .accordion_0ece p:last-child {
    margin-bottom: 0;
}

.tooltip-static-3b7b .accordion_0ece strong {
    color: var(--text-primary);
}

.tooltip-static-3b7b .selected_66a8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-static-3b7b .selected_66a8 li {
    margin-bottom: 0.65rem;
}

.tooltip-static-3b7b .selected_66a8 li:last-child {
    margin-bottom: 0;
}

.tooltip-static-3b7b .overlay-cool-d018 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip-static-3b7b .overlay-cool-d018 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar_ed90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar_ed90 .heading_eeee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar_ed90 .title_action_e359 {
    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);
}

.sidebar_ed90 .title_action_e359 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_ed90 .title_action_e359 p:last-child {
    margin-bottom: 0;
}

.sidebar_ed90 .title_action_e359 strong {
    color: var(--text-primary);
}

.sidebar_ed90 .purple-5a63 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_ed90 .purple-5a63 li {
    margin-bottom: 0.65rem;
}

.sidebar_ed90 .purple-5a63 li:last-child {
    margin-bottom: 0;
}

.sidebar_ed90 .hover_wide_cef9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar_ed90 .hover_wide_cef9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cold-5619 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold-5619 .modal_15ff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold-5619 .icon_5373 {
    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);
}

.cold-5619 .icon_5373 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-5619 .icon_5373 p:last-child {
    margin-bottom: 0;
}

.cold-5619 .icon_5373 strong {
    color: var(--text-primary);
}

.cold-5619 .primary-1a30 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-5619 .primary-1a30 li {
    margin-bottom: 0.65rem;
}

.cold-5619 .primary-1a30 li:last-child {
    margin-bottom: 0;
}

.cold-5619 .gradient_outer_903f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold-5619 .gradient_outer_903f 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: 5a35 */
.phantom-card-c3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
