/* 
 * 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.popup-491f) — fixed together on mobile */
.east-5364 {
    width: 100%;
}

.advanced_3d00 {
    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) {
    .east-5364 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .advanced_3d00 {
        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.right-fb40. Conta) stay reachable.
     */
    .info-5a2b .backdrop_advanced_0066 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .east-5364 .info-5a2b > .backdrop_advanced_0066 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .east-5364:has(.preview_north_60d5.fn-show-9b4c) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .east-5364:has(.preview_north_60d5.fn-show-9b4c) .advanced_3d00 {
        flex-shrink: 0;
    }

    .east-5364:has(.preview_north_60d5.fn-show-9b4c) .info-5a2b {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .east-5364:has(.preview_north_60d5.fn-show-9b4c) .info-5a2b > .backdrop_advanced_0066 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .east-5364:has(.preview_north_60d5.fn-show-9b4c) .primary_a541 {
        flex-shrink: 0;
    }

    .east-5364:has(.preview_north_60d5.fn-show-9b4c) .preview_north_60d5.fn-show-9b4c {
        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 */
    .info-5a2b .preview_north_60d5 .tiny-e494.fn-active-9b4c .video-hard-a928 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .advanced_3d00 {
        position: sticky;
        top: 0;
    }
}

.east-5364.dirty_2148,
.east-5364.dirty_2148 .advanced_3d00 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.thick_c254 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .thick_c254 {
        padding: 0.75rem 0;
    }
}

.section-next-f707 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.icon_8161 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .icon_8161 img {
        height: 35px;
    }
}

/* .info-5a2b / .module-dark-daf5 — inner pages (brown bar); index uses .complex-b490 below */

.info-5a2b:not(.complex-b490) .module-dark-daf5.fn-active-9b4c {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.dark_7023 {
    display: flex;
    gap: var(--spacing-md);
}

.logo-d9a7,
.surface_3775 {
    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) {
    .logo-d9a7,
    .surface_3775 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .dark_7023 {
        gap: 0.5rem;
    }
}

.logo-d9a7 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.logo-d9a7:hover {
    background: var(--primary-purple);
    color: white;
}

.surface_3775 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.surface_3775:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.complex_e9f7 {
    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%;
}

.complex_e9f7::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;
}

.complex_e9f7::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;
}

.hero-1afe {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.left_0075 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.left_0075 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);
}

.complex_e9f7 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;
}

.info_fast_fd2e {
    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;
}

.info_fast_fd2e strong {
    font-weight: 700;
}

.current-244c {
    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);
}

.block-474e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.east-1631 {
    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);
}

.east-1631:hover {
    transform: translateY(-4px);
}

.cold_65d0 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.summary_cd04 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.iron-4f01 {
    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;
}

.iron-4f01:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.iron-4f01.progress_59b1 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.hover-3281 {
    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);
}

.hover-3281:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.backdrop-cold-93ae {
    padding: 3rem 1.25rem;
    background: white;
}

.block-top-ae31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pattern_copper_4570 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.pattern_copper_4570:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.pattern_copper_4570 img {
    margin-bottom: 1rem;
}

.large-1656 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.pattern_copper_4570 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.pattern_copper_4570 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 */
.summary-53d7 {
    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);
}

.icon-next-51a9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.down_e886 {
    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);
}

.down_e886 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.down_e886 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.down_e886 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sort_e7e7 {
    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
   ======================================== */

.yellow-e511 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hover_down_bcb3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.under-29d4 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.footer_43db {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.grid_wood_7703 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.grid_wood_7703:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.grid_wood_7703.filter-1798 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.grid_wood_7703.filter-1798 h3,
.grid_wood_7703.filter-1798 p {
    color: white;
}

.hovered-4390 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.grid_wood_7703 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.grid_wood_7703 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.accent_top_8a48 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.accent_top_8a48:hover {
    gap: 0.75rem;
}

.grid_wood_7703.filter-1798 .accent_top_8a48 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.motion_b244 {
    padding: 4rem 1.25rem;
    background: white;
}

.info-focused-11a6 {
    text-align: center;
    margin-bottom: 3rem;
}

.section_2730 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.icon_stale_dd53 {
    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%;
}

.icon_stale_dd53:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.focus-narrow-dd52 {
    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);
}

.filter_3464 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.light-d133 {
    padding: 1.5rem;
}

.light-d133 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.new_e596 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.breadcrumb-bc1b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.wrapper_2167,
.input-7107 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.wrapper_2167 {
    background: #dcfce7;
    color: #166534;
}

.wrapper_2167.narrow-d864 {
    background: #10b981;
    color: white;
}

.input-7107 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.input-7107.secondary_f581 {
    background: #fee2e2;
    color: #991b1b;
}

.input-7107.notification-9420 {
    background: #fef3c7;
    color: #92400e;
}

.input-7107.aside_active_ae2e {
    background: #dcfce7;
    color: #166534;
}

.in-8c7c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.in-8c7c strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.banner_bf50 {
    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);
}

.banner_bf50:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.blue_ca7a {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.widget_south_9585 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.sidebar-short-15e3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sidebar-short-15e3 {
        grid-template-columns: 1fr 1fr;
    }
}

.widget_hovered_8782 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.outer_c9de h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hidden-outer-5839 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.breadcrumb-58fb {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tertiary_e2f9 {
    font-size: 1rem;
    opacity: 0.9;
}

.outer_c9de h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.next_9b04 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.next_9b04 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.next_9b04 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;
}

.next_9b04 li strong {
    color: var(--primary-purple);
}

.next_9b04 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.top_3ffb {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.detail_b8d3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.active-8f1f {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.detail_b8d3 .summary_cd04 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.bright_0dbe p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.panel-thick-1752 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.panel-thick-1752 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.search-c740 {
    padding: 4rem 1.25rem;
    background: white;
}

.dark-36c0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .dark-36c0 {
        grid-template-columns: 1fr 1fr;
    }
}

.chip-73a5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.info_6734 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.video-a4f6 {
    margin-bottom: 1.5rem;
}

.fresh-0563 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.photo-e272 {
    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);
}

.aside_steel_1013 {
    white-space: nowrap;
}

.content-bright-1954 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.heading_6897 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.clean_5321 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.clean_5321:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.frame_8e57 {
    font-size: 2rem;
    flex-shrink: 0;
}

.surface-fixed-c3a4 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.surface-fixed-c3a4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.module_1b9a {
    margin-top: 3rem;
}

.module_1b9a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.caption-2395 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.caption-2395 thead {
    background: var(--primary-purple);
    color: white;
}

.caption-2395 th,
.caption-2395 td {
    padding: 1rem;
    text-align: left;
}

.caption-2395 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.caption-2395 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.caption-2395 tbody tr:last-child {
    border-bottom: none;
}

.caption-2395 tbody tr:hover {
    background: var(--light-bg);
}

.article_c065 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.pro_75ce {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.in_2adc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.chip_plasma_7b97 {
    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);
}

.chip_plasma_7b97:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.chip_plasma_7b97.input_7cc7::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;
}

.content-basic-26d3 {
    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;
}

.outer_e02d {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.mask_63de h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.tag_motion_e586 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.sidebar-wood-e4d6 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.sidebar-wood-e4d6 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.sidebar-wood-e4d6 p:last-child {
    margin-bottom: 0;
}

.sidebar-wood-e4d6 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.section-4814 {
    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;
}

.mask-3bc6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.badge-fixed-447d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.badge-fixed-447d .cold_65d0 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.badge-fixed-447d .summary_cd04 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.over-e478 {
    padding: 4rem 1.25rem;
    background: white;
}

.breadcrumb_motion_f985 {
    max-width: 900px;
    margin: 0 auto;
}

.glass_b709 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.glass_b709:hover {
    border-color: var(--primary-purple);
}

.glass_b709[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.glass_b709 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_b709 summary::-webkit-details-marker {
    display: none;
}

.glass_b709 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.glass_b709[open] summary::after {
    transform: rotate(45deg);
}

.gradient_dim_82eb {
    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);
    }
}

.gradient_dim_82eb p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.gradient_dim_82eb h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.gradient_dim_82eb ul,
.gradient_dim_82eb ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.gradient_dim_82eb li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.gradient_dim_82eb strong {
    color: var(--text-primary);
    font-weight: 600;
}

.article_blue_75b5 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.layout_c56d {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.layout_c56d th,
.layout_c56d td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.layout_c56d th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.secondary-static-cc7d {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.title-b060 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.north_9911 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .north_9911 {
        flex-direction: column;
        text-align: center;
    }
}

.north_9911 img {
    flex-shrink: 0;
}

.chip-27de {
    font-size: 4rem;
    flex-shrink: 0;
}

.wrapper-83c6 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.wrapper-83c6 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.main-left-6a58 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.east_6e77 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.outline_black_082f h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.outline_black_082f > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.lite-ff5e {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.slider_bright_50f5 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.popup-ac46 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.silver_17eb h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.silver_17eb p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.texture_ac33 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.primary-747d {
    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);
}

.article_e181 {
    list-style: none;
}

.article_e181 li {
    margin-bottom: 0.75rem;
}

.article_e181 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.article_e181 a:hover {
    color: white;
}

.over_a826 {
    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;
}

.column_outer_a065 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.column_outer_a065 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.container-d5b1 {
    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);
}

.preview-44a1 {
    text-align: right;
}

@media (max-width: 767px) {
    .preview-44a1 {
        text-align: center;
        width: 100%;
    }
}

.preview-44a1 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.green-9220 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.backdrop_advanced_0066 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.backdrop-cold-93ae,
.summary-53d7,
.yellow-e511,
.motion_b244,
.widget_south_9585,
.search-c740,
.pro_75ce,
.over-e478,
.title-b060,
.east_6e77 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .hover_down_bcb3 {
        font-size: 1.75rem;
    }
    
    .under-29d4 {
        font-size: 1rem;
    }
    
    .top_3ffb {
        flex-direction: column;
    }
    
    .dark-36c0 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .section_2730 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .icon_stale_dd53 {
        max-width: 100%;
    }
    
    .filter_3464 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .backdrop_advanced_0066 {
        padding: 0 1rem;
    }
    
    .complex_e9f7 {
        padding: 4rem 1rem 3rem;
    }
    
    .complex_e9f7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .iron-4f01 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .block-474e {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .caption-2395,
    .layout_c56d {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .block-top-ae31 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .footer_43db {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .in_2adc {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .complex_e9f7 h1 {
        font-size: 1.5rem;
    }
    
    .block-474e {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .east-1631 {
        padding: 0.75rem;
    }
    
    .cold_65d0 {
        font-size: 1.5rem;
    }
    
    .block-top-ae31 {
        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 */
.icon_stale_dd53:hover,
.grid_wood_7703:hover,
.chip_plasma_7b97:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .motion_b244,
    .pro_75ce,
    .over-e478 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.popup-491f)
   ======================================== */

.info-5a2b.complex-b490 {
    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;
}

.info-5a2b.complex-b490 .module-dark-daf5 {
    color: #334155;
}

.info-5a2b.complex-b490 .module-dark-daf5:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.info-5a2b.complex-b490 .module-dark-daf5.fn-active-9b4c {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.info-5a2b.complex-b490 .video-hard-a928 {
    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);
}

.info-5a2b.complex-b490 .video-hard-a928::before {
    border-bottom-color: #ffffff;
}

.info-5a2b.complex-b490 .text-79d8 {
    color: #475569;
}

.info-5a2b.complex-b490 .text-79d8::before {
    background: #818cf8;
}

.info-5a2b.complex-b490 .text-79d8:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.info-5a2b.complex-b490 .text-79d8:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.info-5a2b.complex-b490 .left-a834 {
    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);
}

.info-5a2b.complex-b490 .left-a834:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.info-5a2b.complex-b490 .left-a834 span {
    background: #475569;
    box-shadow: none;
}

.info-5a2b.complex-b490 .left-a834.fn-active-9b4c span:nth-child(1),
.info-5a2b.complex-b490 .left-a834.fn-active-9b4c span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .info-5a2b.complex-b490 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .info-5a2b.complex-b490 .primary_a541 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .info-5a2b.complex-b490 .primary_a541 span {
        color: #334155 !important;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 {
        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);
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .module-dark-daf5 {
        color: #334155;
        text-shadow: none;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .module-dark-daf5:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .module-dark-daf5.pro-33de::after {
        color: #64748b;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .video-hard-a928 {
        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) */
    .info-5a2b.complex-b490 .preview_north_60d5 .tiny-e494.fn-active-9b4c .video-hard-a928 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .text-79d8 {
        color: #475569;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .text-79d8::before {
        color: #6366f1;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .text-79d8:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .text-79d8:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .info-5a2b.complex-b490 .preview_north_60d5 .text-79d8:hover::before {
        color: #4f46e5;
    }
}

/* apk.avatar_light_2549 — mesmo tema claro da home; blocos extras */
body.gallery-silver-b811 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-silver-b811 .status-outer-1354 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-silver-b811 .input_blue_261f {
    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);
}

.gallery-silver-b811 .input_blue_261f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-silver-b811 .input_blue_261f p:last-child {
    margin-bottom: 0;
}

.gallery-silver-b811 .input_blue_261f strong {
    color: var(--text-primary);
}

.gallery-silver-b811 .form-8113 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-silver-b811 .form-8113 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bright-1b61 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bright-1b61 .focus-over-66a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bright-1b61 .black_fd6d {
    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);
}

.bright-1b61 .black_fd6d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright-1b61 .black_fd6d p:last-child {
    margin-bottom: 0;
}

.bright-1b61 .black_fd6d strong {
    color: var(--text-primary);
}

.bright-1b61 .soft-f989 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bright-1b61 .soft-f989 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-full-b714 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-full-b714 .header_tall_aa0c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-full-b714 .texture-7240 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.row-full-b714 .texture-7240 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-full-b714 .texture-7240 p:last-child {
    margin-bottom: 0;
}

.row-full-b714 .texture-7240 strong {
    color: var(--text-primary);
}

.row-full-b714 .box-b3f0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-full-b714 .box-b3f0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shade-aa03 {
    background: #f8f9fa;
    color: #2c3e50;
}

.shade-aa03 .lite_1e3c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shade-aa03 .iron_1c75 {
    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);
}

.shade-aa03 .iron_1c75 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shade-aa03 .iron_1c75 p:last-child {
    margin-bottom: 0;
}

.shade-aa03 .iron_1c75 strong {
    color: var(--text-primary);
}

.shade-aa03 .gradient_small_645e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shade-aa03 .gradient_small_645e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stale-3620 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stale-3620 .west-94fc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stale-3620 .module_active_377d {
    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);
}

.stale-3620 .module_active_377d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stale-3620 .module_active_377d p:last-child {
    margin-bottom: 0;
}

.stale-3620 .module_active_377d strong {
    color: var(--text-primary);
}

.stale-3620 .notice-35c5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stale-3620 .notice-35c5 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-huge-c24f {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-huge-c24f .layout_cf8c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-huge-c24f .pagination_5ac3 {
    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-huge-c24f .pagination_5ac3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-huge-c24f .pagination_5ac3 p:last-child {
    margin-bottom: 0;
}

.link-huge-c24f .pagination_5ac3 strong {
    color: var(--text-primary);
}

.link-huge-c24f .list_ed06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-huge-c24f .list_ed06 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-6aa6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-6aa6 .outline-tiny-1766 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-6aa6 .content-389e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.footer-6aa6 .content-389e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-6aa6 .content-389e p:last-child {
    margin-bottom: 0;
}

.footer-6aa6 .content-389e strong {
    color: var(--text-primary);
}

.footer-6aa6 .module_cea3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-6aa6 .module_cea3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.orange_ab9b {
    background: #f8f9fa;
    color: #2c3e50;
}

.orange_ab9b .dropdown-b9a7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.orange_ab9b .blue_dc87 {
    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);
}

.orange_ab9b .blue_dc87 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.orange_ab9b .blue_dc87 p:last-child {
    margin-bottom: 0;
}

.orange_ab9b .blue_dc87 strong {
    color: var(--text-primary);
}

.orange_ab9b .prev-4087 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.orange_ab9b .prev-4087 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass_66a5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_66a5 .gallery-bfab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_66a5 .label_fresh_8db8 {
    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);
}

.glass_66a5 .label_fresh_8db8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_66a5 .label_fresh_8db8 p:last-child {
    margin-bottom: 0;
}

.glass_66a5 .label_fresh_8db8 strong {
    color: var(--text-primary);
}

.glass_66a5 .hover-416a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass_66a5 .hover-416a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.iron-a4b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.iron-a4b3 .focus_ef78 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.iron-a4b3 .progress_f46b {
    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);
}

.iron-a4b3 .progress_f46b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.iron-a4b3 .progress_f46b p:last-child {
    margin-bottom: 0;
}

.iron-a4b3 .progress_f46b strong {
    color: var(--text-primary);
}

.iron-a4b3 .sidebar-5f11 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.iron-a4b3 .sidebar-5f11 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu-active-2a00 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu-active-2a00 .summary_425a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu-active-2a00 .photo_2862 {
    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);
}

.menu-active-2a00 .photo_2862 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-active-2a00 .photo_2862 p:last-child {
    margin-bottom: 0;
}

.menu-active-2a00 .photo_2862 strong {
    color: var(--text-primary);
}

.menu-active-2a00 .rough-df5b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-active-2a00 .rough-df5b li {
    margin-bottom: 0.65rem;
}

.menu-active-2a00 .rough-df5b li:last-child {
    margin-bottom: 0;
}

.menu-active-2a00 .pressed_26fd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu-active-2a00 .pressed_26fd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tall_f198 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tall_f198 .hidden-6b5e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tall_f198 .video-18b0 {
    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);
}

.tall_f198 .video-18b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tall_f198 .video-18b0 p:last-child {
    margin-bottom: 0;
}

.tall_f198 .video-18b0 strong {
    color: var(--text-primary);
}

.tall_f198 .nav-c542 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tall_f198 .nav-c542 li {
    margin-bottom: 0.65rem;
}

.tall_f198 .nav-c542 li:last-child {
    margin-bottom: 0;
}

.tall_f198 .border_upper_ba05 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tall_f198 .border_upper_ba05 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card-west-3669 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-west-3669 .center_1adc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-west-3669 .logo_selected_0c38 {
    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);
}

.card-west-3669 .logo_selected_0c38 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-west-3669 .logo_selected_0c38 p:last-child {
    margin-bottom: 0;
}

.card-west-3669 .logo_selected_0c38 strong {
    color: var(--text-primary);
}

.card-west-3669 .copper_b923 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-west-3669 .copper_b923 li {
    margin-bottom: 0.65rem;
}

.card-west-3669 .copper_b923 li:last-child {
    margin-bottom: 0;
}

.card-west-3669 .center_2c11 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-west-3669 .center_2c11 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dirty_47ee {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty_47ee .avatar_fast_3e6d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty_47ee .media-copper-8161 {
    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_47ee .media-copper-8161 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty_47ee .media-copper-8161 p:last-child {
    margin-bottom: 0;
}

.dirty_47ee .media-copper-8161 strong {
    color: var(--text-primary);
}

.dirty_47ee .nav-white-069b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty_47ee .nav-white-069b li {
    margin-bottom: 0.65rem;
}

.dirty_47ee .nav-white-069b li:last-child {
    margin-bottom: 0;
}

body.video-5041 {
    background: #f8f9fa;
    color: #2c3e50;
}

.video-5041 .main-3475 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video-5041 .active-8b10 {
    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);
}

.video-5041 .active-8b10 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-5041 .active-8b10 p:last-child {
    margin-bottom: 0;
}

.video-5041 .active-8b10 strong {
    color: var(--text-primary);
}

.video-5041 .under_8b68 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-5041 .under_8b68 li {
    margin-bottom: 0.65rem;
}

.video-5041 .under_8b68 li:last-child {
    margin-bottom: 0;
}

.video-5041 .focus_action_1c38 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video-5041 .focus_action_1c38 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup_next_7670 {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup_next_7670 .shadow-e16f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup_next_7670 .medium_7d6f {
    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);
}

.popup_next_7670 .medium_7d6f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_next_7670 .medium_7d6f p:last-child {
    margin-bottom: 0;
}

.popup_next_7670 .medium_7d6f strong {
    color: var(--text-primary);
}

.popup_next_7670 .overlay-complex-da42 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_next_7670 .overlay-complex-da42 li {
    margin-bottom: 0.65rem;
}

.popup_next_7670 .overlay-complex-da42 li:last-child {
    margin-bottom: 0;
}

.popup_next_7670 .mask-smooth-afc2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup_next_7670 .mask-smooth-afc2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dark-76dc {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark-76dc .light_46f5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark-76dc .summary_3df4 {
    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);
}

.dark-76dc .summary_3df4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark-76dc .summary_3df4 p:last-child {
    margin-bottom: 0;
}

.dark-76dc .summary_3df4 strong {
    color: var(--text-primary);
}

.dark-76dc .filter_paper_9a26 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark-76dc .filter_paper_9a26 li {
    margin-bottom: 0.65rem;
}

.dark-76dc .filter_paper_9a26 li:last-child {
    margin-bottom: 0;
}

.dark-76dc .component_d958 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark-76dc .component_d958 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-hard-3a30 {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-hard-3a30 .over_5dc7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-hard-3a30 .outline_soft_9e69 {
    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);
}

.heading-hard-3a30 .outline_soft_9e69 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-hard-3a30 .outline_soft_9e69 p:last-child {
    margin-bottom: 0;
}

.heading-hard-3a30 .outline_soft_9e69 strong {
    color: var(--text-primary);
}

.heading-hard-3a30 .mask_df51 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-hard-3a30 .mask_df51 li {
    margin-bottom: 0.65rem;
}

.heading-hard-3a30 .mask_df51 li:last-child {
    margin-bottom: 0;
}

.heading-hard-3a30 .notification_289f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-hard-3a30 .notification_289f 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: f704 */
.ghost-box-p1 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
