/* 
 * 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.logo_bronze_9c51) — fixed together on mobile */
.form-d30d {
    width: 100%;
}

.north-4b7d {
    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) {
    .form-d30d {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .north-4b7d {
        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.video-thick-e26f. Conta) stay reachable.
     */
    .label-top-9563 .dynamic-94cd {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .form-d30d .label-top-9563 > .dynamic-94cd {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .form-d30d:has(.simple-be66.fn-show-d262) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .form-d30d:has(.simple-be66.fn-show-d262) .north-4b7d {
        flex-shrink: 0;
    }

    .form-d30d:has(.simple-be66.fn-show-d262) .label-top-9563 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .form-d30d:has(.simple-be66.fn-show-d262) .label-top-9563 > .dynamic-94cd {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .form-d30d:has(.simple-be66.fn-show-d262) .notification_6bb9 {
        flex-shrink: 0;
    }

    .form-d30d:has(.simple-be66.fn-show-d262) .simple-be66.fn-show-d262 {
        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 */
    .label-top-9563 .simple-be66 .accent-9417.fn-active-d262 .sort-8f7e {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .north-4b7d {
        position: sticky;
        top: 0;
    }
}

.form-d30d.hard-d965,
.form-d30d.hard-d965 .north-4b7d {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.background-static-f85e {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .background-static-f85e {
        padding: 0.75rem 0;
    }
}

.panel_liquid_78d9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.yellow-6d82 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .yellow-6d82 img {
        height: 35px;
    }
}

/* .label-top-9563 / .media_wood_4473 — inner pages (brown bar); index uses .menu-prev-d9e0 below */

.label-top-9563:not(.menu-prev-d9e0) .media_wood_4473.fn-active-d262 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.icon_7da2 {
    display: flex;
    gap: var(--spacing-md);
}

.message-easy-a15d,
.iron-4857 {
    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) {
    .message-easy-a15d,
    .iron-4857 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .icon_7da2 {
        gap: 0.5rem;
    }
}

.message-easy-a15d {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.message-easy-a15d:hover {
    background: var(--primary-purple);
    color: white;
}

.iron-4857 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.iron-4857:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.banner_yellow_6a1a {
    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%;
}

.banner_yellow_6a1a::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;
}

.banner_yellow_6a1a::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;
}

.photo-5a18 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.module_blue_b06f {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.module_blue_b06f 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);
}

.banner_yellow_6a1a 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;
}

.tertiary-north-ae93 {
    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;
}

.tertiary-north-ae93 strong {
    font-weight: 700;
}

.white_35dc {
    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);
}

.prev-dda7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.rough_b7fa {
    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);
}

.rough_b7fa:hover {
    transform: translateY(-4px);
}

.image_cf18 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.static_e0d1 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.column_advanced_2687 {
    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;
}

.column_advanced_2687:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.column_advanced_2687.summary_9d48 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.fixed-032a {
    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);
}

.fixed-032a:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.table-e83f {
    padding: 3rem 1.25rem;
    background: white;
}

.search_c664 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.first-d5f3 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.first-d5f3:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.first-d5f3 img {
    margin-bottom: 1rem;
}

.notice_red_08f7 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.first-d5f3 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.first-d5f3 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 */
.east-f4b9 {
    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);
}

.button_steel_8fbd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.image-in-8df3 {
    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);
}

.image-in-8df3 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.image-in-8df3 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.image-in-8df3 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.alert_hovered_f063 {
    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
   ======================================== */

.narrow_acef {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.block_cc68 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.rough_20ea {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.article-fluid-652f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.west_1198 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.west_1198:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.west_1198.paragraph_8c61 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.west_1198.paragraph_8c61 h3,
.west_1198.paragraph_8c61 p {
    color: white;
}

.silver-b9d2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.west_1198 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.west_1198 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.filter-bottom-9a5d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.filter-bottom-9a5d:hover {
    gap: 0.75rem;
}

.west_1198.paragraph_8c61 .filter-bottom-9a5d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.module-fresh-9736 {
    padding: 4rem 1.25rem;
    background: white;
}

.shadow-35e0 {
    text-align: center;
    margin-bottom: 3rem;
}

.media-3b5c {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.current-faa5 {
    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%;
}

.current-faa5:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.surface_old_9474 {
    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);
}

.hero-2dea {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.summary_motion_c337 {
    padding: 1.5rem;
}

.summary_motion_c337 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.article_5ae1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.modal_e88b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.box-b9e1,
.easy-143a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.box-b9e1 {
    background: #dcfce7;
    color: #166534;
}

.box-b9e1.feature_south_7f5a {
    background: #10b981;
    color: white;
}

.easy-143a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.easy-143a.accordion-hovered-ab30 {
    background: #fee2e2;
    color: #991b1b;
}

.easy-143a.cold_07a4 {
    background: #fef3c7;
    color: #92400e;
}

.easy-143a.inner_5da8 {
    background: #dcfce7;
    color: #166534;
}

.avatar_1543 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.avatar_1543 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.lower_3d1f {
    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);
}

.lower_3d1f:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.pattern-copper-e9f5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.thumbnail_36ef {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.icon-bright-9e7f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .icon-bright-9e7f {
        grid-template-columns: 1fr 1fr;
    }
}

.black_f2c4 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.thick-e4c8 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.border-upper-aad1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.dirty-5922 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.icon-46e7 {
    font-size: 1rem;
    opacity: 0.9;
}

.thick-e4c8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.shade_00a9 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.shade_00a9 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.shade_00a9 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;
}

.shade_00a9 li strong {
    color: var(--primary-purple);
}

.shade_00a9 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.media-hot-b4d9 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.over-3782 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.carousel_hovered_4b18 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.over-3782 .static_e0d1 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.solid_9291 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.chip_static_7c7f {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.chip_static_7c7f a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.widget_9da6 {
    padding: 4rem 1.25rem;
    background: white;
}

.old_8e94 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .old_8e94 {
        grid-template-columns: 1fr 1fr;
    }
}

.tag-66bd h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.picture_9920 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.fresh-bfbc {
    margin-bottom: 1.5rem;
}

.highlight_hovered_6c84 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.inner-fdc8 {
    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);
}

.cool-6688 {
    white-space: nowrap;
}

.gallery-e160 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.huge-c8e4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.backdrop-f3ae {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.backdrop-f3ae:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.input-steel-553d {
    font-size: 2rem;
    flex-shrink: 0;
}

.avatar-fluid-4f46 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.avatar-fluid-4f46 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.content-320b {
    margin-top: 3rem;
}

.content-320b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.video-f817 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.video-f817 thead {
    background: var(--primary-purple);
    color: white;
}

.video-f817 th,
.video-f817 td {
    padding: 1rem;
    text-align: left;
}

.video-f817 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.video-f817 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.video-f817 tbody tr:last-child {
    border-bottom: none;
}

.video-f817 tbody tr:hover {
    background: var(--light-bg);
}

.first-76b4 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.lower_6696 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.sidebar-ca58 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.avatar_77b5 {
    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);
}

.avatar_77b5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.avatar_77b5.upper_900c::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;
}

.carousel-narrow-b2cc {
    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;
}

.photo-bright-da25 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.notice-2dd7 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.container-medium-a352 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.down_8c98 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.down_8c98 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.down_8c98 p:last-child {
    margin-bottom: 0;
}

.down_8c98 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active_56ea {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    margin: 1rem 0 0;
}

.gallery_3c2a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.backdrop-d109 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.backdrop-d109 .image_cf18 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.backdrop-d109 .static_e0d1 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.advanced_52d3 {
    padding: 4rem 1.25rem;
    background: white;
}

.backdrop_f380 {
    max-width: 900px;
    margin: 0 auto;
}

.background-out-817d {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.background-out-817d:hover {
    border-color: var(--primary-purple);
}

.background-out-817d[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.background-out-817d 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;
}

.background-out-817d summary::-webkit-details-marker {
    display: none;
}

.background-out-817d summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.background-out-817d[open] summary::after {
    transform: rotate(45deg);
}

.hover_9acd {
    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);
    }
}

.hover_9acd p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.hover_9acd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.hover_9acd ul,
.hover_9acd ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.hover_9acd li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hover_9acd strong {
    color: var(--text-primary);
    font-weight: 600;
}

.right-595d {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.status_in_1ea7 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.status_in_1ea7 th,
.status_in_1ea7 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.status_in_1ea7 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.image_eae2 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.wrapper-fresh-437b {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.block-slow-6851 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .block-slow-6851 {
        flex-direction: column;
        text-align: center;
    }
}

.block-slow-6851 img {
    flex-shrink: 0;
}

.sidebar_9270 {
    font-size: 4rem;
    flex-shrink: 0;
}

.picture-bronze-3dc6 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.picture-bronze-3dc6 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.gallery_right_fe0d {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.main_middle_e999 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.modal-eb43 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.modal-eb43 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.active_93a6 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.smooth-c642 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.block_f3a2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.south-d8d3 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.south-d8d3 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.info-e6e5 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tag-0098 {
    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);
}

.selected-00f4 {
    list-style: none;
}

.selected-00f4 li {
    margin-bottom: 0.75rem;
}

.selected-00f4 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.selected-00f4 a:hover {
    color: white;
}

.pagination_77c5 {
    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;
}

.in-2d8b {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.in-2d8b span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.element-043f {
    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);
}

.shadow_0a23 {
    text-align: right;
}

@media (max-width: 767px) {
    .shadow_0a23 {
        text-align: center;
        width: 100%;
    }
}

.shadow_0a23 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.row_0199 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.dynamic-94cd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.table-e83f,
.east-f4b9,
.narrow_acef,
.module-fresh-9736,
.thumbnail_36ef,
.widget_9da6,
.lower_6696,
.advanced_52d3,
.wrapper-fresh-437b,
.main_middle_e999 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .block_cc68 {
        font-size: 1.75rem;
    }
    
    .rough_20ea {
        font-size: 1rem;
    }
    
    .media-hot-b4d9 {
        flex-direction: column;
    }
    
    .old_8e94 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .media-3b5c {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .current-faa5 {
        max-width: 100%;
    }
    
    .hero-2dea {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .dynamic-94cd {
        padding: 0 1rem;
    }
    
    .banner_yellow_6a1a {
        padding: 4rem 1rem 3rem;
    }
    
    .banner_yellow_6a1a h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .column_advanced_2687 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .prev-dda7 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .video-f817,
    .status_in_1ea7 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .search_c664 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .article-fluid-652f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .sidebar-ca58 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .banner_yellow_6a1a h1 {
        font-size: 1.5rem;
    }
    
    .prev-dda7 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .rough_b7fa {
        padding: 0.75rem;
    }
    
    .image_cf18 {
        font-size: 1.5rem;
    }
    
    .search_c664 {
        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 */
.current-faa5:hover,
.west_1198:hover,
.avatar_77b5:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .module-fresh-9736,
    .lower_6696,
    .advanced_52d3 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.logo_bronze_9c51)
   ======================================== */

.label-top-9563.menu-prev-d9e0 {
    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;
}

.label-top-9563.menu-prev-d9e0 .media_wood_4473 {
    color: #334155;
}

.label-top-9563.menu-prev-d9e0 .media_wood_4473:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.label-top-9563.menu-prev-d9e0 .media_wood_4473.fn-active-d262 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.label-top-9563.menu-prev-d9e0 .sort-8f7e {
    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);
}

.label-top-9563.menu-prev-d9e0 .sort-8f7e::before {
    border-bottom-color: #ffffff;
}

.label-top-9563.menu-prev-d9e0 .over-b87a {
    color: #475569;
}

.label-top-9563.menu-prev-d9e0 .over-b87a::before {
    background: #818cf8;
}

.label-top-9563.menu-prev-d9e0 .over-b87a:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.label-top-9563.menu-prev-d9e0 .over-b87a:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.label-top-9563.menu-prev-d9e0 .prev_f386 {
    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);
}

.label-top-9563.menu-prev-d9e0 .prev_f386:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.label-top-9563.menu-prev-d9e0 .prev_f386 span {
    background: #475569;
    box-shadow: none;
}

.label-top-9563.menu-prev-d9e0 .prev_f386.fn-active-d262 span:nth-child(1),
.label-top-9563.menu-prev-d9e0 .prev_f386.fn-active-d262 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .label-top-9563.menu-prev-d9e0 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .label-top-9563.menu-prev-d9e0 .notification_6bb9 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .label-top-9563.menu-prev-d9e0 .notification_6bb9 span {
        color: #334155 !important;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 {
        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);
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .media_wood_4473 {
        color: #334155;
        text-shadow: none;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .media_wood_4473:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .media_wood_4473.backdrop_0e6a::after {
        color: #64748b;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .sort-8f7e {
        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) */
    .label-top-9563.menu-prev-d9e0 .simple-be66 .accent-9417.fn-active-d262 .sort-8f7e {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .over-b87a {
        color: #475569;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .over-b87a::before {
        color: #6366f1;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .over-b87a:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .over-b87a:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .label-top-9563.menu-prev-d9e0 .simple-be66 .over-b87a:hover::before {
        color: #4f46e5;
    }
}

/* apk.fast_63e6 — mesmo tema claro da home; blocos extras */
body.border_lite_f746 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_lite_f746 .avatar-bright-7d68 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_lite_f746 .first-958f {
    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);
}

.border_lite_f746 .first-958f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_lite_f746 .first-958f p:last-child {
    margin-bottom: 0;
}

.border_lite_f746 .first-958f strong {
    color: var(--text-primary);
}

.border_lite_f746 .widget_9bb5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_lite_f746 .widget_9bb5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert-33f5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert-33f5 .east-a5da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert-33f5 .detail_ea8e {
    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);
}

.alert-33f5 .detail_ea8e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert-33f5 .detail_ea8e p:last-child {
    margin-bottom: 0;
}

.alert-33f5 .detail_ea8e strong {
    color: var(--text-primary);
}

.alert-33f5 .preview_inner_6897 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert-33f5 .preview_inner_6897 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old_1475 {
    background: #f8f9fa;
    color: #2c3e50;
}

.old_1475 .thumbnail-black-1fd0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old_1475 .panel_pro_cda2 {
    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);
}

.old_1475 .panel_pro_cda2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old_1475 .panel_pro_cda2 p:last-child {
    margin-bottom: 0;
}

.old_1475 .panel_pro_cda2 strong {
    color: var(--text-primary);
}

.old_1475 .old-5c98 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old_1475 .old-5c98 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-steel-4d51 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-steel-4d51 .last_6b33 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-steel-4d51 .middle-e229 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.description-steel-4d51 .middle-e229 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-steel-4d51 .middle-e229 p:last-child {
    margin-bottom: 0;
}

.description-steel-4d51 .middle-e229 strong {
    color: var(--text-primary);
}

.description-steel-4d51 .right-9c1c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-steel-4d51 .right-9c1c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent-f0eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent-f0eb .element-gas-a09e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent-f0eb .main-short-c13e {
    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);
}

.accent-f0eb .main-short-c13e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-f0eb .main-short-c13e p:last-child {
    margin-bottom: 0;
}

.accent-f0eb .main-short-c13e strong {
    color: var(--text-primary);
}

.accent-f0eb .layout_6432 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent-f0eb .layout_6432 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge-2456 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-2456 .gallery_first_e078 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-2456 .section_hard_977b {
    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);
}

.badge-2456 .section_hard_977b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-2456 .section_hard_977b p:last-child {
    margin-bottom: 0;
}

.badge-2456 .section_hard_977b strong {
    color: var(--text-primary);
}

.badge-2456 .bronze_ff8c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-2456 .bronze_ff8c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hidden-8471 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden-8471 .bright_f0fa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden-8471 .article_cca5 {
    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);
}

.hidden-8471 .article_cca5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-8471 .article_cca5 p:last-child {
    margin-bottom: 0;
}

.hidden-8471 .article_cca5 strong {
    color: var(--text-primary);
}

.hidden-8471 .button_complex_9182 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden-8471 .button_complex_9182 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wood-7c72 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood-7c72 .detail-iron-5716 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood-7c72 .media_0b64 {
    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);
}

.wood-7c72 .media_0b64 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood-7c72 .media_0b64 p:last-child {
    margin-bottom: 0;
}

.wood-7c72 .media_0b64 strong {
    color: var(--text-primary);
}

.wood-7c72 .mask_steel_70b1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood-7c72 .mask_steel_70b1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask_5a2c {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask_5a2c .over-4bc2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask_5a2c .nav_85f9 {
    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);
}

.mask_5a2c .nav_85f9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_5a2c .nav_85f9 p:last-child {
    margin-bottom: 0;
}

.mask_5a2c .nav_85f9 strong {
    color: var(--text-primary);
}

.mask_5a2c .surface_af58 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask_5a2c .surface_af58 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard-fab8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-fab8 .item_iron_ed0f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-fab8 .nav_middle_9ae0 {
    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);
}

.hard-fab8 .nav_middle_9ae0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-fab8 .nav_middle_9ae0 p:last-child {
    margin-bottom: 0;
}

.hard-fab8 .nav_middle_9ae0 strong {
    color: var(--text-primary);
}

.hard-fab8 .next-bc09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-fab8 .next-bc09 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_dbc4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.orange_dbc4 .fluid_94b5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.orange_dbc4 .status_north_7cfe {
    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_dbc4 .status_north_7cfe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.orange_dbc4 .status_north_7cfe p:last-child {
    margin-bottom: 0;
}

.orange_dbc4 .status_north_7cfe strong {
    color: var(--text-primary);
}

.orange_dbc4 .box-6f6a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.orange_dbc4 .box-6f6a li {
    margin-bottom: 0.65rem;
}

.orange_dbc4 .box-6f6a li:last-child {
    margin-bottom: 0;
}

.orange_dbc4 .simple-f090 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.orange_dbc4 .simple-f090 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.simple-035f {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple-035f .aside-0fe2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple-035f .fast-ccc9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.simple-035f .fast-ccc9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple-035f .fast-ccc9 p:last-child {
    margin-bottom: 0;
}

.simple-035f .fast-ccc9 strong {
    color: var(--text-primary);
}

.simple-035f .layout-2130 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple-035f .layout-2130 li {
    margin-bottom: 0.65rem;
}

.simple-035f .layout-2130 li:last-child {
    margin-bottom: 0;
}

.simple-035f .nav-hard-3dae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple-035f .nav-hard-3dae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge-over-f62b {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-over-f62b .dim-d924 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-over-f62b .container_98d6 {
    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);
}

.badge-over-f62b .container_98d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-over-f62b .container_98d6 p:last-child {
    margin-bottom: 0;
}

.badge-over-f62b .container_98d6 strong {
    color: var(--text-primary);
}

.badge-over-f62b .image-6c93 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-over-f62b .image-6c93 li {
    margin-bottom: 0.65rem;
}

.badge-over-f62b .image-6c93 li:last-child {
    margin-bottom: 0;
}

.badge-over-f62b .aside_92b8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-over-f62b .aside_92b8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.warm_06af {
    background: #f8f9fa;
    color: #2c3e50;
}

.warm_06af .pressed-c9c7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.warm_06af .down_8171 {
    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);
}

.warm_06af .down_8171 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.warm_06af .down_8171 p:last-child {
    margin-bottom: 0;
}

.warm_06af .down_8171 strong {
    color: var(--text-primary);
}

.warm_06af .status-013c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.warm_06af .status-013c li {
    margin-bottom: 0.65rem;
}

.warm_06af .status-013c li:last-child {
    margin-bottom: 0;
}

body.white-0307 {
    background: #f8f9fa;
    color: #2c3e50;
}

.white-0307 .upper-b3f8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.white-0307 .notification-419f {
    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);
}

.white-0307 .notification-419f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white-0307 .notification-419f p:last-child {
    margin-bottom: 0;
}

.white-0307 .notification-419f strong {
    color: var(--text-primary);
}

.white-0307 .carousel_0463 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white-0307 .carousel_0463 li {
    margin-bottom: 0.65rem;
}

.white-0307 .carousel_0463 li:last-child {
    margin-bottom: 0;
}

.white-0307 .row-center-1191 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.white-0307 .row-center-1191 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline-motion-ec3f {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline-motion-ec3f .list-center-9d55 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline-motion-ec3f .notification-old-bb89 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.outline-motion-ec3f .notification-old-bb89 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-motion-ec3f .notification-old-bb89 p:last-child {
    margin-bottom: 0;
}

.outline-motion-ec3f .notification-old-bb89 strong {
    color: var(--text-primary);
}

.outline-motion-ec3f .text-c158 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-motion-ec3f .text-c158 li {
    margin-bottom: 0.65rem;
}

.outline-motion-ec3f .text-c158 li:last-child {
    margin-bottom: 0;
}

.outline-motion-ec3f .surface_pro_7254 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline-motion-ec3f .surface_pro_7254 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus_complex_bf6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus_complex_bf6e .box_action_8439 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus_complex_bf6e .container_selected_7732 {
    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);
}

.focus_complex_bf6e .container_selected_7732 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_complex_bf6e .container_selected_7732 p:last-child {
    margin-bottom: 0;
}

.focus_complex_bf6e .container_selected_7732 strong {
    color: var(--text-primary);
}

.focus_complex_bf6e .article-bottom-e0fa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_complex_bf6e .article-bottom-e0fa li {
    margin-bottom: 0.65rem;
}

.focus_complex_bf6e .article-bottom-e0fa li:last-child {
    margin-bottom: 0;
}

.focus_complex_bf6e .grid-9e7e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus_complex_bf6e .grid-9e7e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination_top_3cf8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination_top_3cf8 .frame_north_6aff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination_top_3cf8 .up-8f21 {
    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);
}

.pagination_top_3cf8 .up-8f21 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_top_3cf8 .up-8f21 p:last-child {
    margin-bottom: 0;
}

.pagination_top_3cf8 .up-8f21 strong {
    color: var(--text-primary);
}

.pagination_top_3cf8 .list_gas_8f5f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_top_3cf8 .list_gas_8f5f li {
    margin-bottom: 0.65rem;
}

.pagination_top_3cf8 .list_gas_8f5f li:last-child {
    margin-bottom: 0;
}

.pagination_top_3cf8 .filter-81dd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination_top_3cf8 .filter-81dd 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: 6dad */
.widget-item-n3 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
