/* 
 * 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.short-ae2e) — fixed together on mobile */
.column-8bb4 {
    width: 100%;
}

.message-plasma-fa42 {
    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) {
    .column-8bb4 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .message-plasma-fa42 {
        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.tag-cold-2412. Conta) stay reachable.
     */
    .last_29d9 .accordion-8349 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .column-8bb4 .last_29d9 > .accordion-8349 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .column-8bb4:has(.header_b7c3.fn-show-208d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .column-8bb4:has(.header_b7c3.fn-show-208d) .message-plasma-fa42 {
        flex-shrink: 0;
    }

    .column-8bb4:has(.header_b7c3.fn-show-208d) .last_29d9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .column-8bb4:has(.header_b7c3.fn-show-208d) .last_29d9 > .accordion-8349 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .column-8bb4:has(.header_b7c3.fn-show-208d) .progress-5db2 {
        flex-shrink: 0;
    }

    .column-8bb4:has(.header_b7c3.fn-show-208d) .header_b7c3.fn-show-208d {
        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 */
    .last_29d9 .header_b7c3 .sidebar-out-4bc5.fn-active-208d .column_bfad {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .message-plasma-fa42 {
        position: sticky;
        top: 0;
    }
}

.column-8bb4.media-df96,
.column-8bb4.media-df96 .message-plasma-fa42 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.frame_7cbc {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .frame_7cbc {
        padding: 0.75rem 0;
    }
}

.layout-36c6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.main_in_665b img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .main_in_665b img {
        height: 35px;
    }
}

/* .last_29d9 / .solid-ae68 — inner pages (brown bar); index uses .clean_0487 below */

.last_29d9:not(.clean_0487) .solid-ae68.fn-active-208d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.carousel-hovered-6826 {
    display: flex;
    gap: var(--spacing-md);
}

.pagination-1541,
.paper_3837 {
    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) {
    .pagination-1541,
    .paper_3837 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .carousel-hovered-6826 {
        gap: 0.5rem;
    }
}

.pagination-1541 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.pagination-1541:hover {
    background: var(--primary-purple);
    color: white;
}

.paper_3837 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.paper_3837:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.block_c528 {
    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%;
}

.block_c528::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;
}

.block_c528::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;
}

.item_25ea {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.thick-3ace {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.thick-3ace 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);
}

.block_c528 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;
}

.notice_plasma_ad8c {
    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;
}

.notice_plasma_ad8c strong {
    font-weight: 700;
}

.left_260c {
    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);
}

.text-c1d6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.outer-4a43 {
    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);
}

.outer-4a43:hover {
    transform: translateY(-4px);
}

.main-mini-6376 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.rough-e508 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.black_9f96 {
    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;
}

.black_9f96:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.black_9f96.inner-8569 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.sort-action-fb64 {
    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);
}

.sort-action-fb64:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.info_first_81ab {
    padding: 3rem 1.25rem;
    background: white;
}

.text_black_eaa1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_upper_d526 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.banner_upper_d526:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.banner_upper_d526 img {
    margin-bottom: 1rem;
}

.active_8915 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.banner_upper_d526 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.banner_upper_d526 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 */
.right-d51b {
    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);
}

.slider_pro_4613 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.preview_narrow_9ee5 {
    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);
}

.preview_narrow_9ee5 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.preview_narrow_9ee5 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.preview_narrow_9ee5 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.accordion_yellow_84e2 {
    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
   ======================================== */

.progress_first_7cd5 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.feature_7c1e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.outline-bronze-e373 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.right_661a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.summary_f95b {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.summary_f95b:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.summary_f95b.element-8983 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.summary_f95b.element-8983 h3,
.summary_f95b.element-8983 p {
    color: white;
}

.east_4c8d {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.summary_f95b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.summary_f95b p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.menu_blue_d8e2 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.menu_blue_d8e2:hover {
    gap: 0.75rem;
}

.summary_f95b.element-8983 .menu_blue_d8e2 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.aside_c17c {
    padding: 4rem 1.25rem;
    background: white;
}

.video-active-9b6f {
    text-align: center;
    margin-bottom: 3rem;
}

.caption-simple-48f0 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.first_b798 {
    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%;
}

.first_b798:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.menu_976a {
    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);
}

.pattern-solid-54b3 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.tag_d393 {
    padding: 1.5rem;
}

.tag_d393 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.tabs_3646 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.avatar_hard_e5db {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.breadcrumb_24b4,
.first_e5e7 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.breadcrumb_24b4 {
    background: #dcfce7;
    color: #166534;
}

.breadcrumb_24b4.accent-blue-b248 {
    background: #10b981;
    color: white;
}

.first_e5e7 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.first_e5e7.dim_6e46 {
    background: #fee2e2;
    color: #991b1b;
}

.first_e5e7.dim-fd7d {
    background: #fef3c7;
    color: #92400e;
}

.first_e5e7.hover_b794 {
    background: #dcfce7;
    color: #166534;
}

.full_85d7 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.full_85d7 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.search_9276 {
    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);
}

.search_9276:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.description_023e {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.frame-gas-019a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.background-ee26 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .background-ee26 {
        grid-template-columns: 1fr 1fr;
    }
}

.bronze-c3eb img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.dark-8977 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.input-951d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.image-d204 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.description_0166 {
    font-size: 1rem;
    opacity: 0.9;
}

.dark-8977 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pressed-7a9d {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.pressed-7a9d li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.pressed-7a9d 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;
}

.pressed-7a9d li strong {
    color: var(--primary-purple);
}

.pressed-7a9d li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.avatar-slow-031a {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.box_dim_044a {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tertiary-wood-8b0f {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.box_dim_044a .rough-e508 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.cool-0f4e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.item_1fd7 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.item_1fd7 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.alert_f664 {
    padding: 4rem 1.25rem;
    background: white;
}

.badge-red-db19 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .badge-red-db19 {
        grid-template-columns: 1fr 1fr;
    }
}

.surface-soft-ccdf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.wrapper_upper_5a5c {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.tabs-573c {
    margin-bottom: 1.5rem;
}

.tall_b36d {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.gold_fdfe {
    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);
}

.tabs_8eee {
    white-space: nowrap;
}

.thumbnail-large-8cf9 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.bottom_cffe h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pagination-active-d676 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.pagination-active-d676:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.image_under_2588 {
    font-size: 2rem;
    flex-shrink: 0;
}

.bronze_be2c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.bronze_be2c p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.aside_56d7 {
    margin-top: 3rem;
}

.aside_56d7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.highlight_fa2c {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.highlight_fa2c thead {
    background: var(--primary-purple);
    color: white;
}

.highlight_fa2c th,
.highlight_fa2c td {
    padding: 1rem;
    text-align: left;
}

.highlight_fa2c th {
    font-weight: 700;
    font-size: 0.9rem;
}

.highlight_fa2c tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.highlight_fa2c tbody tr:last-child {
    border-bottom: none;
}

.highlight_fa2c tbody tr:hover {
    background: var(--light-bg);
}

.tabs-674c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.backdrop-basic-eeca {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.up-f2e3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gallery-center-318b {
    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);
}

.gallery-center-318b:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.gallery-center-318b.secondary-basic-301e::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;
}

.cold_5f64 {
    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;
}

.primary_85c8 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.pagination_in_ee19 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.out-d80e {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.smooth-7f90 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.smooth-7f90 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.smooth-7f90 p:last-child {
    margin-bottom: 0;
}

.smooth-7f90 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.chip-right-cd35 {
    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;
}

.primary-center-c93e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.hidden_5e05 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.hidden_5e05 .main-mini-6376 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.hidden_5e05 .rough-e508 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.hovered_053b {
    padding: 4rem 1.25rem;
    background: white;
}

.module-first-7e43 {
    max-width: 900px;
    margin: 0 auto;
}

.light_f8f5 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.light_f8f5:hover {
    border-color: var(--primary-purple);
}

.light_f8f5[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.light_f8f5 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;
}

.light_f8f5 summary::-webkit-details-marker {
    display: none;
}

.light_f8f5 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.light_f8f5[open] summary::after {
    transform: rotate(45deg);
}

.logo_inner_56d1 {
    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);
    }
}

.logo_inner_56d1 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.logo_inner_56d1 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.logo_inner_56d1 ul,
.logo_inner_56d1 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.logo_inner_56d1 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.logo_inner_56d1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.mask-red-8c9e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.dim-e779 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.dim-e779 th,
.dim-e779 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.dim-e779 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.list_prev_4831 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.active-tall-3a8a {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.outline_a0d4 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .outline_a0d4 {
        flex-direction: column;
        text-align: center;
    }
}

.outline_a0d4 img {
    flex-shrink: 0;
}

.full_f5ad {
    font-size: 4rem;
    flex-shrink: 0;
}

.article-485a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.article-485a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.tag_c703 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.static-4098 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.focused-427b h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.focused-427b > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.video_a166 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.fresh-2e74 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.copper-6bc2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.thumbnail-bead h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.thumbnail-bead p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.full_b844 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.icon-north-dafe {
    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);
}

.wide_7379 {
    list-style: none;
}

.wide_7379 li {
    margin-bottom: 0.75rem;
}

.wide_7379 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.wide_7379 a:hover {
    color: white;
}

.main_80b2 {
    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;
}

.new-b69e {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.new-b69e span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.link_38e2 {
    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);
}

.secondary-0d93 {
    text-align: right;
}

@media (max-width: 767px) {
    .secondary-0d93 {
        text-align: center;
        width: 100%;
    }
}

.secondary-0d93 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.bottom_326c {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.accordion-8349 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.info_first_81ab,
.right-d51b,
.progress_first_7cd5,
.aside_c17c,
.frame-gas-019a,
.alert_f664,
.backdrop-basic-eeca,
.hovered_053b,
.active-tall-3a8a,
.static-4098 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .feature_7c1e {
        font-size: 1.75rem;
    }
    
    .outline-bronze-e373 {
        font-size: 1rem;
    }
    
    .avatar-slow-031a {
        flex-direction: column;
    }
    
    .badge-red-db19 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .caption-simple-48f0 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .first_b798 {
        max-width: 100%;
    }
    
    .pattern-solid-54b3 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .accordion-8349 {
        padding: 0 1rem;
    }
    
    .block_c528 {
        padding: 4rem 1rem 3rem;
    }
    
    .block_c528 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .black_9f96 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .text-c1d6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .highlight_fa2c,
    .dim-e779 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .text_black_eaa1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .right_661a {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .up-f2e3 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .block_c528 h1 {
        font-size: 1.5rem;
    }
    
    .text-c1d6 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .outer-4a43 {
        padding: 0.75rem;
    }
    
    .main-mini-6376 {
        font-size: 1.5rem;
    }
    
    .text_black_eaa1 {
        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 */
.first_b798:hover,
.summary_f95b:hover,
.gallery-center-318b:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .aside_c17c,
    .backdrop-basic-eeca,
    .hovered_053b {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.short-ae2e)
   ======================================== */

.last_29d9.clean_0487 {
    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;
}

.last_29d9.clean_0487 .solid-ae68 {
    color: #334155;
}

.last_29d9.clean_0487 .solid-ae68:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.last_29d9.clean_0487 .solid-ae68.fn-active-208d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.last_29d9.clean_0487 .column_bfad {
    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);
}

.last_29d9.clean_0487 .column_bfad::before {
    border-bottom-color: #ffffff;
}

.last_29d9.clean_0487 .brown-87a2 {
    color: #475569;
}

.last_29d9.clean_0487 .brown-87a2::before {
    background: #818cf8;
}

.last_29d9.clean_0487 .brown-87a2:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.last_29d9.clean_0487 .brown-87a2:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.last_29d9.clean_0487 .tertiary-up-cb74 {
    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);
}

.last_29d9.clean_0487 .tertiary-up-cb74:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.last_29d9.clean_0487 .tertiary-up-cb74 span {
    background: #475569;
    box-shadow: none;
}

.last_29d9.clean_0487 .tertiary-up-cb74.fn-active-208d span:nth-child(1),
.last_29d9.clean_0487 .tertiary-up-cb74.fn-active-208d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .last_29d9.clean_0487 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .last_29d9.clean_0487 .progress-5db2 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .last_29d9.clean_0487 .progress-5db2 span {
        color: #334155 !important;
    }

    .last_29d9.clean_0487 .header_b7c3 {
        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);
    }

    .last_29d9.clean_0487 .header_b7c3 .solid-ae68 {
        color: #334155;
        text-shadow: none;
    }

    .last_29d9.clean_0487 .header_b7c3 .solid-ae68:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .last_29d9.clean_0487 .header_b7c3 .solid-ae68.outline-8d30::after {
        color: #64748b;
    }

    .last_29d9.clean_0487 .header_b7c3 .column_bfad {
        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) */
    .last_29d9.clean_0487 .header_b7c3 .sidebar-out-4bc5.fn-active-208d .column_bfad {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .last_29d9.clean_0487 .header_b7c3 .brown-87a2 {
        color: #475569;
    }

    .last_29d9.clean_0487 .header_b7c3 .brown-87a2::before {
        color: #6366f1;
    }

    .last_29d9.clean_0487 .header_b7c3 .brown-87a2:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .last_29d9.clean_0487 .header_b7c3 .brown-87a2:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .last_29d9.clean_0487 .header_b7c3 .brown-87a2:hover::before {
        color: #4f46e5;
    }
}

/* apk.mini-020b — mesmo tema claro da home; blocos extras */
body.texture_37a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_37a1 .section_short_6979 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_37a1 .card-f250 {
    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_37a1 .card-f250 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_37a1 .card-f250 p:last-child {
    margin-bottom: 0;
}

.texture_37a1 .card-f250 strong {
    color: var(--text-primary);
}

.texture_37a1 .shade_4e4e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_37a1 .shade_4e4e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stone-6b6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone-6b6e .content-a599 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone-6b6e .video_complex_05f7 {
    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);
}

.stone-6b6e .video_complex_05f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-6b6e .video_complex_05f7 p:last-child {
    margin-bottom: 0;
}

.stone-6b6e .video_complex_05f7 strong {
    color: var(--text-primary);
}

.stone-6b6e .overlay_tiny_7804 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone-6b6e .overlay_tiny_7804 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner_focused_7bd4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_focused_7bd4 .link-blue-3cd8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_focused_7bd4 .pressed-7995 {
    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);
}

.banner_focused_7bd4 .pressed-7995 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_focused_7bd4 .pressed-7995 p:last-child {
    margin-bottom: 0;
}

.banner_focused_7bd4 .pressed-7995 strong {
    color: var(--text-primary);
}

.banner_focused_7bd4 .feature-b2a2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_focused_7bd4 .feature-b2a2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content_next_fedf {
    background: #f8f9fa;
    color: #2c3e50;
}

.content_next_fedf .frame-hot-fd7a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content_next_fedf .main_hot_3df4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.content_next_fedf .main_hot_3df4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_next_fedf .main_hot_3df4 p:last-child {
    margin-bottom: 0;
}

.content_next_fedf .main_hot_3df4 strong {
    color: var(--text-primary);
}

.content_next_fedf .slider_b0d9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content_next_fedf .slider_b0d9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget_3223 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget_3223 .text-e55d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget_3223 .lite_b34b {
    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);
}

.widget_3223 .lite_b34b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_3223 .lite_b34b p:last-child {
    margin-bottom: 0;
}

.widget_3223 .lite_b34b strong {
    color: var(--text-primary);
}

.widget_3223 .filter-dark-9ab7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget_3223 .filter-dark-9ab7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image-f809 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image-f809 .tabs_next_74fc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image-f809 .pattern-d563 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.image-f809 .pattern-d563 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-f809 .pattern-d563 p:last-child {
    margin-bottom: 0;
}

.image-f809 .pattern-d563 strong {
    color: var(--text-primary);
}

.image-f809 .form_60b9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image-f809 .form_60b9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom-a265 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom-a265 .silver_c63e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom-a265 .heading-mini-ddfb {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.bottom-a265 .heading-mini-ddfb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom-a265 .heading-mini-ddfb p:last-child {
    margin-bottom: 0;
}

.bottom-a265 .heading-mini-ddfb strong {
    color: var(--text-primary);
}

.bottom-a265 .input_tiny_9209 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom-a265 .input_tiny_9209 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shadow-dim-8989 {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow-dim-8989 .popup_5614 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow-dim-8989 .up-c2a1 {
    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);
}

.shadow-dim-8989 .up-c2a1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow-dim-8989 .up-c2a1 p:last-child {
    margin-bottom: 0;
}

.shadow-dim-8989 .up-c2a1 strong {
    color: var(--text-primary);
}

.shadow-dim-8989 .element_fc17 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shadow-dim-8989 .element_fc17 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message_6c02 {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_6c02 .stale-ace8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_6c02 .last-d407 {
    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);
}

.message_6c02 .last-d407 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_6c02 .last-d407 p:last-child {
    margin-bottom: 0;
}

.message_6c02 .last-d407 strong {
    color: var(--text-primary);
}

.message_6c02 .banner-371d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_6c02 .banner-371d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-8dce {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-8dce .menu-9a56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-8dce .search-6274 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-8dce .search-6274 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-8dce .search-6274 p:last-child {
    margin-bottom: 0;
}

.item-8dce .search-6274 strong {
    color: var(--text-primary);
}

.item-8dce .tag_6412 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-8dce .tag_6412 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.last_bf06 {
    background: #f8f9fa;
    color: #2c3e50;
}

.last_bf06 .filter_left_7570 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.last_bf06 .feature-2ff3 {
    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);
}

.last_bf06 .feature-2ff3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last_bf06 .feature-2ff3 p:last-child {
    margin-bottom: 0;
}

.last_bf06 .feature-2ff3 strong {
    color: var(--text-primary);
}

.last_bf06 .alert-17d6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last_bf06 .alert-17d6 li {
    margin-bottom: 0.65rem;
}

.last_bf06 .alert-17d6 li:last-child {
    margin-bottom: 0;
}

.last_bf06 .widget_inner_8050 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.last_bf06 .widget_inner_8050 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.copper_11ab {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper_11ab .button_ef82 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper_11ab .icon-f822 {
    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);
}

.copper_11ab .icon-f822 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper_11ab .icon-f822 p:last-child {
    margin-bottom: 0;
}

.copper_11ab .icon-f822 strong {
    color: var(--text-primary);
}

.copper_11ab .surface-short-22e6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper_11ab .surface-short-22e6 li {
    margin-bottom: 0.65rem;
}

.copper_11ab .surface-short-22e6 li:last-child {
    margin-bottom: 0;
}

.copper_11ab .bottom-19a6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper_11ab .bottom-19a6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slow_85c5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_85c5 .green-a20b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_85c5 .list-clean-3ac7 {
    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);
}

.slow_85c5 .list-clean-3ac7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_85c5 .list-clean-3ac7 p:last-child {
    margin-bottom: 0;
}

.slow_85c5 .list-clean-3ac7 strong {
    color: var(--text-primary);
}

.slow_85c5 .center-8e8b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_85c5 .center-8e8b li {
    margin-bottom: 0.65rem;
}

.slow_85c5 .center-8e8b li:last-child {
    margin-bottom: 0;
}

.slow_85c5 .shade-yellow-ef8c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_85c5 .shade-yellow-ef8c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.narrow-0adb {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow-0adb .module-tiny-3fb2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow-0adb .new-70f4 {
    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);
}

.narrow-0adb .new-70f4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-0adb .new-70f4 p:last-child {
    margin-bottom: 0;
}

.narrow-0adb .new-70f4 strong {
    color: var(--text-primary);
}

.narrow-0adb .article-0a8d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-0adb .article-0a8d li {
    margin-bottom: 0.65rem;
}

.narrow-0adb .article-0a8d li:last-child {
    margin-bottom: 0;
}

body.item-ba18 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-ba18 .modal-9635 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-ba18 .out-4531 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-ba18 .out-4531 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-ba18 .out-4531 p:last-child {
    margin-bottom: 0;
}

.item-ba18 .out-4531 strong {
    color: var(--text-primary);
}

.item-ba18 .gas_a500 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-ba18 .gas_a500 li {
    margin-bottom: 0.65rem;
}

.item-ba18 .gas_a500 li:last-child {
    margin-bottom: 0;
}

.item-ba18 .rough-11da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-ba18 .rough-11da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip-action-b4b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip-action-b4b4 .description_fbe2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip-action-b4b4 .nav-iron-a0e2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tooltip-action-b4b4 .nav-iron-a0e2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-action-b4b4 .nav-iron-a0e2 p:last-child {
    margin-bottom: 0;
}

.tooltip-action-b4b4 .nav-iron-a0e2 strong {
    color: var(--text-primary);
}

.tooltip-action-b4b4 .nav-7126 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-action-b4b4 .nav-7126 li {
    margin-bottom: 0.65rem;
}

.tooltip-action-b4b4 .nav-7126 li:last-child {
    margin-bottom: 0;
}

.tooltip-action-b4b4 .label_e9f3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip-action-b4b4 .label_e9f3 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_e698 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_e698 .lower-089f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_e698 .gradient_817e {
    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_e698 .gradient_817e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_e698 .gradient_817e p:last-child {
    margin-bottom: 0;
}

.description_e698 .gradient_817e strong {
    color: var(--text-primary);
}

.description_e698 .bottom-c07f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_e698 .bottom-c07f li {
    margin-bottom: 0.65rem;
}

.description_e698 .bottom-c07f li:last-child {
    margin-bottom: 0;
}

.description_e698 .text-91bb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_e698 .text-91bb 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-61a4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-61a4 .text-old-9331 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-61a4 .accent_plasma_06d2 {
    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-61a4 .accent_plasma_06d2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-61a4 .accent_plasma_06d2 p:last-child {
    margin-bottom: 0;
}

.hard-61a4 .accent_plasma_06d2 strong {
    color: var(--text-primary);
}

.hard-61a4 .status-452e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-61a4 .status-452e li {
    margin-bottom: 0.65rem;
}

.hard-61a4 .status-452e li:last-child {
    margin-bottom: 0;
}

.hard-61a4 .text-529f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-61a4 .text-529f 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: 58ed */
.shadow-element-i6 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
