/* 
 * 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.gallery_659b) — fixed together on mobile */
.highlight_ccc2 {
    width: 100%;
}

.gallery-orange-d0e1 {
    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) {
    .highlight_ccc2 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .gallery-orange-d0e1 {
        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.first_51cc. Conta) stay reachable.
     */
    .block-down-1ce5 .easy-7aad {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .highlight_ccc2 .block-down-1ce5 > .easy-7aad {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .highlight_ccc2:has(.title-7b4c.fn-show-980f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .highlight_ccc2:has(.title-7b4c.fn-show-980f) .gallery-orange-d0e1 {
        flex-shrink: 0;
    }

    .highlight_ccc2:has(.title-7b4c.fn-show-980f) .block-down-1ce5 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .highlight_ccc2:has(.title-7b4c.fn-show-980f) .block-down-1ce5 > .easy-7aad {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .highlight_ccc2:has(.title-7b4c.fn-show-980f) .north-5afa {
        flex-shrink: 0;
    }

    .highlight_ccc2:has(.title-7b4c.fn-show-980f) .title-7b4c.fn-show-980f {
        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 */
    .block-down-1ce5 .title-7b4c .hot_0682.fn-active-980f .title_basic_a873 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .gallery-orange-d0e1 {
        position: sticky;
        top: 0;
    }
}

.highlight_ccc2.up-bb73,
.highlight_ccc2.up-bb73 .gallery-orange-d0e1 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.small-ef55 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .small-ef55 {
        padding: 0.75rem 0;
    }
}

.hovered_3200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.chip-2dce img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .chip-2dce img {
        height: 35px;
    }
}

/* .block-down-1ce5 / .in_bc09 — inner pages (brown bar); index uses .text-221d below */

.block-down-1ce5:not(.text-221d) .in_bc09.fn-active-980f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.highlight_5c4b {
    display: flex;
    gap: var(--spacing-md);
}

.tall-35f3,
.table_1ecf {
    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) {
    .tall-35f3,
    .table_1ecf {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .highlight_5c4b {
        gap: 0.5rem;
    }
}

.tall-35f3 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.tall-35f3:hover {
    background: var(--primary-purple);
    color: white;
}

.table_1ecf {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.table_1ecf:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.layout_833a {
    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%;
}

.layout_833a::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;
}

.layout_833a::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;
}

.layout-c514 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.mask-thick-a35a {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.mask-thick-a35a 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);
}

.layout_833a 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;
}

.hero-8236 {
    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;
}

.hero-8236 strong {
    font-weight: 700;
}

.main_down_b373 {
    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);
}

.header_bronze_548b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.block-d7a5 {
    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);
}

.block-d7a5:hover {
    transform: translateY(-4px);
}

.slow-613a {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.tag_eeb0 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.up_700d {
    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;
}

.up_700d:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.up_700d.layout_white_9464 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.photo-iron-9ae7 {
    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);
}

.photo-iron-9ae7:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.label_cold_1ffa {
    padding: 3rem 1.25rem;
    background: white;
}

.widget-last-aec2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.item-99e3 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.item-99e3:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.item-99e3 img {
    margin-bottom: 1rem;
}

.breadcrumb_efa7 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.item-99e3 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.item-99e3 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 */
.nav-cool-1863 {
    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);
}

.in_fbd4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.highlight-down-c13e {
    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);
}

.highlight-down-c13e h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.highlight-down-c13e p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.highlight-down-c13e a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tabs_aced {
    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
   ======================================== */

.dark-daf6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.iron-6a4d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.caption_6e9b {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.thumbnail-fixed-3855 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.cool_12bf {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.cool_12bf:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.cool_12bf.west-8b9c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.cool_12bf.west-8b9c h3,
.cool_12bf.west-8b9c p {
    color: white;
}

.picture_25f5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cool_12bf h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.cool_12bf p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.red_2f4e {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.red_2f4e:hover {
    gap: 0.75rem;
}

.cool_12bf.west-8b9c .red_2f4e {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.stale-e473 {
    padding: 4rem 1.25rem;
    background: white;
}

.panel_rough_42c0 {
    text-align: center;
    margin-bottom: 3rem;
}

.frame-white-7143 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.out-fa33 {
    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%;
}

.out-fa33:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.banner-1506 {
    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);
}

.section_bf14 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.primary-9718 {
    padding: 1.5rem;
}

.primary-9718 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.dim-8a5f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.clean_a776 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.image_paper_c174,
.paper_0200 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.image_paper_c174 {
    background: #dcfce7;
    color: #166534;
}

.image_paper_c174.soft_20e8 {
    background: #10b981;
    color: white;
}

.paper_0200 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.paper_0200.right_af3d {
    background: #fee2e2;
    color: #991b1b;
}

.paper_0200.wide-b62b {
    background: #fef3c7;
    color: #92400e;
}

.paper_0200.black-a04a {
    background: #dcfce7;
    color: #166534;
}

.banner-simple-7521 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.banner-simple-7521 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.heading-7753 {
    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);
}

.heading-7753:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.carousel-next-068a {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.layout-prev-cfca {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.video-854a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .video-854a {
        grid-template-columns: 1fr 1fr;
    }
}

.tall_066a img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.main_59f1 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.header_hard_cfea {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.wrapper_bc84 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.footer_black_3967 {
    font-size: 1rem;
    opacity: 0.9;
}

.main_59f1 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.modal-bronze-33e4 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.modal-bronze-33e4 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.modal-bronze-33e4 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;
}

.modal-bronze-33e4 li strong {
    color: var(--primary-purple);
}

.modal-bronze-33e4 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.mini_fc4a {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.title-new-4558 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.primary_bottom_98ed {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.title-new-4558 .tag_eeb0 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.copper_6578 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.tag-paper-fd30 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.tag-paper-fd30 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.progress_63de {
    padding: 4rem 1.25rem;
    background: white;
}

.component-upper-30bb {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .component-upper-30bb {
        grid-template-columns: 1fr 1fr;
    }
}

.menu-narrow-4c7d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.wood_2a8b {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.inner-855a {
    margin-bottom: 1.5rem;
}

.wrapper-23cf {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hard_5f6b {
    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);
}

.popup_2a89 {
    white-space: nowrap;
}

.layout_0353 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.secondary_be54 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.black_bd03 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.black_bd03:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.solid-56ff {
    font-size: 2rem;
    flex-shrink: 0;
}

.tag-white-cfa6 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tag-white-cfa6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tag_d085 {
    margin-top: 3rem;
}

.tag_d085 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tertiary_dynamic_e58b {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.tertiary_dynamic_e58b thead {
    background: var(--primary-purple);
    color: white;
}

.tertiary_dynamic_e58b th,
.tertiary_dynamic_e58b td {
    padding: 1rem;
    text-align: left;
}

.tertiary_dynamic_e58b th {
    font-weight: 700;
    font-size: 0.9rem;
}

.tertiary_dynamic_e58b tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.tertiary_dynamic_e58b tbody tr:last-child {
    border-bottom: none;
}

.tertiary_dynamic_e58b tbody tr:hover {
    background: var(--light-bg);
}

.border_warm_f876 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.card_f4f5 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.video_medium_865a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.sidebar-hard-f4e6 {
    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);
}

.sidebar-hard-f4e6:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.sidebar-hard-f4e6.card-e20b::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;
}

.north-0e95 {
    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;
}

.input_4cda {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.search-e029 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.notification-current-69d3 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav_dim_7da6 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.nav_dim_7da6 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.nav_dim_7da6 p:last-child {
    margin-bottom: 0;
}

.nav_dim_7da6 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.stale_a511 {
    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;
}

.soft-ac22 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.info-cea5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.info-cea5 .slow-613a {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.info-cea5 .tag_eeb0 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.pattern-b3f0 {
    padding: 4rem 1.25rem;
    background: white;
}

.cold-b0a4 {
    max-width: 900px;
    margin: 0 auto;
}

.hot-3858 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.hot-3858:hover {
    border-color: var(--primary-purple);
}

.hot-3858[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.hot-3858 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;
}

.hot-3858 summary::-webkit-details-marker {
    display: none;
}

.hot-3858 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.hot-3858[open] summary::after {
    transform: rotate(45deg);
}

.simple_92a0 {
    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);
    }
}

.simple_92a0 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.simple_92a0 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.simple_92a0 ul,
.simple_92a0 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.simple_92a0 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.simple_92a0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.outer-58e4 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.video_advanced_3560 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.video_advanced_3560 th,
.video_advanced_3560 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.video_advanced_3560 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.picture_slow_42b8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.info-b3e2 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.paper-d653 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .paper-d653 {
        flex-direction: column;
        text-align: center;
    }
}

.paper-d653 img {
    flex-shrink: 0;
}

.surface-4adf {
    font-size: 4rem;
    flex-shrink: 0;
}

.west_5d3e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.west_5d3e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.green_5f0a {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.tag_hard_7ff4 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.image_large_9183 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.image_large_9183 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.accordion-fluid-e2b3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.accent_3009 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.iron-046c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tall_8145 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tall_8145 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.icon_in_c98f {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary-475c {
    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);
}

.logo-over-7c3e {
    list-style: none;
}

.logo-over-7c3e li {
    margin-bottom: 0.75rem;
}

.logo-over-7c3e a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.logo-over-7c3e a:hover {
    color: white;
}

.silver-9993 {
    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;
}

.last-ae90 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.last-ae90 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.prev_cc6c {
    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);
}

.card-0f32 {
    text-align: right;
}

@media (max-width: 767px) {
    .card-0f32 {
        text-align: center;
        width: 100%;
    }
}

.card-0f32 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.detail-west-6f66 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.easy-7aad {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.label_cold_1ffa,
.nav-cool-1863,
.dark-daf6,
.stale-e473,
.layout-prev-cfca,
.progress_63de,
.card_f4f5,
.pattern-b3f0,
.info-b3e2,
.tag_hard_7ff4 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .iron-6a4d {
        font-size: 1.75rem;
    }
    
    .caption_6e9b {
        font-size: 1rem;
    }
    
    .mini_fc4a {
        flex-direction: column;
    }
    
    .component-upper-30bb {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .frame-white-7143 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .out-fa33 {
        max-width: 100%;
    }
    
    .section_bf14 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .easy-7aad {
        padding: 0 1rem;
    }
    
    .layout_833a {
        padding: 4rem 1rem 3rem;
    }
    
    .layout_833a h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .up_700d {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .header_bronze_548b {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .tertiary_dynamic_e58b,
    .video_advanced_3560 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .widget-last-aec2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .thumbnail-fixed-3855 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .video_medium_865a {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .layout_833a h1 {
        font-size: 1.5rem;
    }
    
    .header_bronze_548b {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .block-d7a5 {
        padding: 0.75rem;
    }
    
    .slow-613a {
        font-size: 1.5rem;
    }
    
    .widget-last-aec2 {
        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 */
.out-fa33:hover,
.cool_12bf:hover,
.sidebar-hard-f4e6:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .stale-e473,
    .card_f4f5,
    .pattern-b3f0 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.gallery_659b)
   ======================================== */

.block-down-1ce5.text-221d {
    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;
}

.block-down-1ce5.text-221d .in_bc09 {
    color: #334155;
}

.block-down-1ce5.text-221d .in_bc09:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.block-down-1ce5.text-221d .in_bc09.fn-active-980f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.block-down-1ce5.text-221d .title_basic_a873 {
    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);
}

.block-down-1ce5.text-221d .title_basic_a873::before {
    border-bottom-color: #ffffff;
}

.block-down-1ce5.text-221d .form-over-9d26 {
    color: #475569;
}

.block-down-1ce5.text-221d .form-over-9d26::before {
    background: #818cf8;
}

.block-down-1ce5.text-221d .form-over-9d26:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.block-down-1ce5.text-221d .form-over-9d26:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.block-down-1ce5.text-221d .hovered_d8d9 {
    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);
}

.block-down-1ce5.text-221d .hovered_d8d9:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.block-down-1ce5.text-221d .hovered_d8d9 span {
    background: #475569;
    box-shadow: none;
}

.block-down-1ce5.text-221d .hovered_d8d9.fn-active-980f span:nth-child(1),
.block-down-1ce5.text-221d .hovered_d8d9.fn-active-980f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .block-down-1ce5.text-221d {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .block-down-1ce5.text-221d .north-5afa {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .block-down-1ce5.text-221d .north-5afa span {
        color: #334155 !important;
    }

    .block-down-1ce5.text-221d .title-7b4c {
        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);
    }

    .block-down-1ce5.text-221d .title-7b4c .in_bc09 {
        color: #334155;
        text-shadow: none;
    }

    .block-down-1ce5.text-221d .title-7b4c .in_bc09:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .block-down-1ce5.text-221d .title-7b4c .in_bc09.card-selected-cecf::after {
        color: #64748b;
    }

    .block-down-1ce5.text-221d .title-7b4c .title_basic_a873 {
        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) */
    .block-down-1ce5.text-221d .title-7b4c .hot_0682.fn-active-980f .title_basic_a873 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .block-down-1ce5.text-221d .title-7b4c .form-over-9d26 {
        color: #475569;
    }

    .block-down-1ce5.text-221d .title-7b4c .form-over-9d26::before {
        color: #6366f1;
    }

    .block-down-1ce5.text-221d .title-7b4c .form-over-9d26:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .block-down-1ce5.text-221d .title-7b4c .form-over-9d26:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .block-down-1ce5.text-221d .title-7b4c .form-over-9d26:hover::before {
        color: #4f46e5;
    }
}

/* apk.module_b938 — mesmo tema claro da home; blocos extras */
body.component-72f2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-72f2 .surface_outer_23cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-72f2 .backdrop-top-57db {
    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);
}

.component-72f2 .backdrop-top-57db p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-72f2 .backdrop-top-57db p:last-child {
    margin-bottom: 0;
}

.component-72f2 .backdrop-top-57db strong {
    color: var(--text-primary);
}

.component-72f2 .selected_a850 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-72f2 .selected_a850 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_iron_2661 {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup_iron_2661 .button-4678 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup_iron_2661 .message-soft-5571 {
    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_iron_2661 .message-soft-5571 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_iron_2661 .message-soft-5571 p:last-child {
    margin-bottom: 0;
}

.popup_iron_2661 .message-soft-5571 strong {
    color: var(--text-primary);
}

.popup_iron_2661 .icon_ba0f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup_iron_2661 .icon_ba0f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture_soft_ac40 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_soft_ac40 .element_lower_2011 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_soft_ac40 .first_2729 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.texture_soft_ac40 .first_2729 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_soft_ac40 .first_2729 p:last-child {
    margin-bottom: 0;
}

.texture_soft_ac40 .first_2729 strong {
    color: var(--text-primary);
}

.texture_soft_ac40 .bright-6e52 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_soft_ac40 .bright-6e52 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.info_6da0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.info_6da0 .liquid-6110 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.info_6da0 .progress_6df7 {
    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);
}

.info_6da0 .progress_6df7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info_6da0 .progress_6df7 p:last-child {
    margin-bottom: 0;
}

.info_6da0 .progress_6df7 strong {
    color: var(--text-primary);
}

.info_6da0 .surface-2a02 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.info_6da0 .surface-2a02 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.huge-1925 {
    background: #f8f9fa;
    color: #2c3e50;
}

.huge-1925 .item_d3e5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.huge-1925 .badge-2cfc {
    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);
}

.huge-1925 .badge-2cfc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.huge-1925 .badge-2cfc p:last-child {
    margin-bottom: 0;
}

.huge-1925 .badge-2cfc strong {
    color: var(--text-primary);
}

.huge-1925 .light_94da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.huge-1925 .light_94da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle_f6b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle_f6b3 .stale-e5b4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle_f6b3 .detail_first_1020 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.middle_f6b3 .detail_first_1020 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle_f6b3 .detail_first_1020 p:last-child {
    margin-bottom: 0;
}

.middle_f6b3 .detail_first_1020 strong {
    color: var(--text-primary);
}

.middle_f6b3 .clean-e425 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.middle_f6b3 .clean-e425 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag_simple_4f8e {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag_simple_4f8e .background-ddce {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag_simple_4f8e .hidden_active_593b {
    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);
}

.tag_simple_4f8e .hidden_active_593b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_simple_4f8e .hidden_active_593b p:last-child {
    margin-bottom: 0;
}

.tag_simple_4f8e .hidden_active_593b strong {
    color: var(--text-primary);
}

.tag_simple_4f8e .component-8889 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag_simple_4f8e .component-8889 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper-copper-02cb {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper-copper-02cb .cool_0d9f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper-copper-02cb .over-c225 {
    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);
}

.wrapper-copper-02cb .over-c225 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-copper-02cb .over-c225 p:last-child {
    margin-bottom: 0;
}

.wrapper-copper-02cb .over-c225 strong {
    color: var(--text-primary);
}

.wrapper-copper-02cb .dirty-04bc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper-copper-02cb .dirty-04bc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.icon_50c6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.icon_50c6 .border-6a69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.icon_50c6 .liquid-e7dd {
    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);
}

.icon_50c6 .liquid-e7dd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.icon_50c6 .liquid-e7dd p:last-child {
    margin-bottom: 0;
}

.icon_50c6 .liquid-e7dd strong {
    color: var(--text-primary);
}

.icon_50c6 .module_new_d07a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.icon_50c6 .module_new_d07a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focused-e372 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focused-e372 .text-1a3d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focused-e372 .title-lite-7212 {
    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);
}

.focused-e372 .title-lite-7212 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focused-e372 .title-lite-7212 p:last-child {
    margin-bottom: 0;
}

.focused-e372 .title-lite-7212 strong {
    color: var(--text-primary);
}

.focused-e372 .highlight_f6fe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focused-e372 .highlight_f6fe img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay_hard_5f16 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_hard_5f16 .tabs-short-c9e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_hard_5f16 .text_dark_02a7 {
    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);
}

.overlay_hard_5f16 .text_dark_02a7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_hard_5f16 .text_dark_02a7 p:last-child {
    margin-bottom: 0;
}

.overlay_hard_5f16 .text_dark_02a7 strong {
    color: var(--text-primary);
}

.overlay_hard_5f16 .summary-wood-56bd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_hard_5f16 .summary-wood-56bd li {
    margin-bottom: 0.65rem;
}

.overlay_hard_5f16 .summary-wood-56bd li:last-child {
    margin-bottom: 0;
}

.overlay_hard_5f16 .caption-b57c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_hard_5f16 .caption-b57c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header-80f0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.header-80f0 .border_down_edb9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header-80f0 .prev_448a {
    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);
}

.header-80f0 .prev_448a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-80f0 .prev_448a p:last-child {
    margin-bottom: 0;
}

.header-80f0 .prev_448a strong {
    color: var(--text-primary);
}

.header-80f0 .section_9c8c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-80f0 .section_9c8c li {
    margin-bottom: 0.65rem;
}

.header-80f0 .section_9c8c li:last-child {
    margin-bottom: 0;
}

.header-80f0 .notice_north_dd08 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header-80f0 .notice_north_dd08 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.rough-1b88 {
    background: #f8f9fa;
    color: #2c3e50;
}

.rough-1b88 .input-inner-5a47 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.rough-1b88 .main_advanced_1a4e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.rough-1b88 .main_advanced_1a4e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough-1b88 .main_advanced_1a4e p:last-child {
    margin-bottom: 0;
}

.rough-1b88 .main_advanced_1a4e strong {
    color: var(--text-primary);
}

.rough-1b88 .banner-3778 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough-1b88 .banner-3778 li {
    margin-bottom: 0.65rem;
}

.rough-1b88 .banner-3778 li:last-child {
    margin-bottom: 0;
}

.rough-1b88 .carousel_700e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.rough-1b88 .carousel_700e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.main_3e27 {
    background: #f8f9fa;
    color: #2c3e50;
}

.main_3e27 .iron-2cf2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main_3e27 .list-ad95 {
    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);
}

.main_3e27 .list-ad95 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_3e27 .list-ad95 p:last-child {
    margin-bottom: 0;
}

.main_3e27 .list-ad95 strong {
    color: var(--text-primary);
}

.main_3e27 .dark-dbd1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_3e27 .dark-dbd1 li {
    margin-bottom: 0.65rem;
}

.main_3e27 .dark-dbd1 li:last-child {
    margin-bottom: 0;
}

body.button-out-4dab {
    background: #f8f9fa;
    color: #2c3e50;
}

.button-out-4dab .image_hard_4b5c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button-out-4dab .last-8cd8 {
    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);
}

.button-out-4dab .last-8cd8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button-out-4dab .last-8cd8 p:last-child {
    margin-bottom: 0;
}

.button-out-4dab .last-8cd8 strong {
    color: var(--text-primary);
}

.button-out-4dab .hero_075b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button-out-4dab .hero_075b li {
    margin-bottom: 0.65rem;
}

.button-out-4dab .hero_075b li:last-child {
    margin-bottom: 0;
}

.button-out-4dab .black-ed3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button-out-4dab .black-ed3c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture-fluid-ffed {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture-fluid-ffed .stale_1d69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture-fluid-ffed .input_d231 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.texture-fluid-ffed .input_d231 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-fluid-ffed .input_d231 p:last-child {
    margin-bottom: 0;
}

.texture-fluid-ffed .input_d231 strong {
    color: var(--text-primary);
}

.texture-fluid-ffed .message_28f9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-fluid-ffed .message_28f9 li {
    margin-bottom: 0.65rem;
}

.texture-fluid-ffed .message_28f9 li:last-child {
    margin-bottom: 0;
}

.texture-fluid-ffed .up-aa03 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture-fluid-ffed .up-aa03 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary-9b71 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary-9b71 .wrapper-small-e488 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary-9b71 .description-7173 {
    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);
}

.tertiary-9b71 .description-7173 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-9b71 .description-7173 p:last-child {
    margin-bottom: 0;
}

.tertiary-9b71 .description-7173 strong {
    color: var(--text-primary);
}

.tertiary-9b71 .notice-pink-fadd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-9b71 .notice-pink-fadd li {
    margin-bottom: 0.65rem;
}

.tertiary-9b71 .notice-pink-fadd li:last-child {
    margin-bottom: 0;
}

.tertiary-9b71 .soft-e8a1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary-9b71 .soft-e8a1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-342f {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-342f .pagination-red-642c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-342f .row_5336 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.thumbnail-342f .row_5336 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-342f .row_5336 p:last-child {
    margin-bottom: 0;
}

.thumbnail-342f .row_5336 strong {
    color: var(--text-primary);
}

.thumbnail-342f .summary_next_1756 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-342f .summary_next_1756 li {
    margin-bottom: 0.65rem;
}

.thumbnail-342f .summary_next_1756 li:last-child {
    margin-bottom: 0;
}

.thumbnail-342f .surface-static-6826 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-342f .surface-static-6826 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: 9214 */
.widget-item-x3 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
