/* 
 * 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.image-hard-1ba7) — fixed together on mobile */
.breadcrumb-e1a6 {
    width: 100%;
}

.accent-outer-195d {
    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) {
    .breadcrumb-e1a6 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .accent-outer-195d {
        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.progress_3f0c. Conta) stay reachable.
     */
    .modal-next-9266 .pagination_e560 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .breadcrumb-e1a6 .modal-next-9266 > .pagination_e560 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) .accent-outer-195d {
        flex-shrink: 0;
    }

    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) .modal-next-9266 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) .modal-next-9266 > .pagination_e560 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) .notification-lower-7ddb {
        flex-shrink: 0;
    }

    .breadcrumb-e1a6:has(.input-tiny-e4d1.fn-show-e662) .input-tiny-e4d1.fn-show-e662 {
        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 */
    .modal-next-9266 .input-tiny-e4d1 .link_light_7d9e.fn-active-e662 .alert_easy_d10d {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .accent-outer-195d {
        position: sticky;
        top: 0;
    }
}

.breadcrumb-e1a6.summary_1ea5,
.breadcrumb-e1a6.summary_1ea5 .accent-outer-195d {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mini_50cc {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .mini_50cc {
        padding: 0.75rem 0;
    }
}

.gas_6881 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.solid-ec2d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .solid-ec2d img {
        height: 35px;
    }
}

/* .modal-next-9266 / .disabled-7adf — inner pages (brown bar); index uses .thumbnail_f517 below */

.modal-next-9266:not(.thumbnail_f517) .disabled-7adf.fn-active-e662 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.middle-dd6d {
    display: flex;
    gap: var(--spacing-md);
}

.shade_6e2a,
.upper-b744 {
    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) {
    .shade_6e2a,
    .upper-b744 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .middle-dd6d {
        gap: 0.5rem;
    }
}

.shade_6e2a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.shade_6e2a:hover {
    background: var(--primary-purple);
    color: white;
}

.upper-b744 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.upper-b744:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.large_7395 {
    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%;
}

.large_7395::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;
}

.large_7395::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;
}

.gallery_smooth_2a6c {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.filter_narrow_c978 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.filter_narrow_c978 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);
}

.large_7395 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;
}

.tag_west_2f2a {
    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;
}

.tag_west_2f2a strong {
    font-weight: 700;
}

.first_fa73 {
    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);
}

.gas-e69b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.chip-934d {
    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);
}

.chip-934d:hover {
    transform: translateY(-4px);
}

.paragraph_8917 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.badge_brown_2c8a {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tabs_smooth_3978 {
    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;
}

.tabs_smooth_3978:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tabs_smooth_3978.main-f878 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.copper_6dd1 {
    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);
}

.copper_6dd1:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.feature-active-e981 {
    padding: 3rem 1.25rem;
    background: white;
}

.copper-983b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.prev_e7b6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.prev_e7b6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.prev_e7b6 img {
    margin-bottom: 1rem;
}

.video_top_451b {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.prev_e7b6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.prev_e7b6 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 */
.article_left_343b {
    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);
}

.left-7a00 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.liquid_5710 {
    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);
}

.liquid_5710 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.liquid_5710 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.liquid_5710 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modal_copper_208c {
    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
   ======================================== */

.input-focused-fbe1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.under_1cd8 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.element_bb77 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.paragraph-orange-d5ba {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.video_selected_d8a1 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.video_selected_d8a1:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.video_selected_d8a1.element-gold-e7a7 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.video_selected_d8a1.element-gold-e7a7 h3,
.video_selected_d8a1.element-gold-e7a7 p {
    color: white;
}

.photo-bronze-75bf {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.video_selected_d8a1 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.video_selected_d8a1 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.west-296d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.west-296d:hover {
    gap: 0.75rem;
}

.video_selected_d8a1.element-gold-e7a7 .west-296d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.stone_b406 {
    padding: 4rem 1.25rem;
    background: white;
}

.cool-091d {
    text-align: center;
    margin-bottom: 3rem;
}

.iron_2f92 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.button-blue-9a0e {
    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%;
}

.button-blue-9a0e:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.main_basic_7fc4 {
    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);
}

.caption_easy_615d {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.message-a196 {
    padding: 1.5rem;
}

.message-a196 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.mask_red_0f12 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.light-89b5 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.sidebar-3988,
.heading-e500 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.sidebar-3988 {
    background: #dcfce7;
    color: #166534;
}

.sidebar-3988.title_inner_a5d6 {
    background: #10b981;
    color: white;
}

.heading-e500 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.heading-e500.shadow-cold-371d {
    background: #fee2e2;
    color: #991b1b;
}

.heading-e500.pagination_small_58f1 {
    background: #fef3c7;
    color: #92400e;
}

.heading-e500.focus-thick-4c8b {
    background: #dcfce7;
    color: #166534;
}

.accordion_8b4e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.accordion_8b4e strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.link-12ae {
    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);
}

.link-12ae:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.paragraph-warm-de46 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.silver_855d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tiny-6947 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tiny-6947 {
        grid-template-columns: 1fr 1fr;
    }
}

.tag_tiny_233c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.overlay-66e7 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.label-west-ffe0 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.huge_db6f {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.rough-5843 {
    font-size: 1rem;
    opacity: 0.9;
}

.overlay-66e7 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pattern_2a21 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.pattern_2a21 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.pattern_2a21 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;
}

.pattern_2a21 li strong {
    color: var(--primary-purple);
}

.pattern_2a21 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.background-out-1b39 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.media_1303 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.wide_e86c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.media_1303 .badge_brown_2c8a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.avatar-17fd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.motion-7961 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.motion-7961 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.secondary_2562 {
    padding: 4rem 1.25rem;
    background: white;
}

.clean-ffda {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .clean-ffda {
        grid-template-columns: 1fr 1fr;
    }
}

.first_2c64 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.inner-5b10 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.down-3508 {
    margin-bottom: 1.5rem;
}

.badge_middle_a2d3 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.texture_8c12 {
    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);
}

.avatar-bronze-391f {
    white-space: nowrap;
}

.full_e46f {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.modal-mini-e402 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.main-75b2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.main-75b2:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.secondary-old-25bb {
    font-size: 2rem;
    flex-shrink: 0;
}

.outline-selected-5974 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.outline-selected-5974 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.block_black_6946 {
    margin-top: 3rem;
}

.block_black_6946 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.focus_hard_c4b0 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.focus_hard_c4b0 thead {
    background: var(--primary-purple);
    color: white;
}

.focus_hard_c4b0 th,
.focus_hard_c4b0 td {
    padding: 1rem;
    text-align: left;
}

.focus_hard_c4b0 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.focus_hard_c4b0 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.focus_hard_c4b0 tbody tr:last-child {
    border-bottom: none;
}

.focus_hard_c4b0 tbody tr:hover {
    background: var(--light-bg);
}

.chip-stone-b3b3 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.component-a342 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.element-5757 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.logo-north-6f7b {
    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);
}

.logo-north-6f7b:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.logo-north-6f7b.main_dirty_9884::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;
}

.purple-c3ff {
    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;
}

.gradient-115a {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.stone_9cb4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.shade_af28 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.steel-b506 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.steel-b506 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.steel-b506 p:last-child {
    margin-bottom: 0;
}

.steel-b506 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.slider-7b2a {
    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;
}

.link_in_2f1a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.sort_huge_9d82 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.sort_huge_9d82 .paragraph_8917 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.sort_huge_9d82 .badge_brown_2c8a {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.button_bright_ad67 {
    padding: 4rem 1.25rem;
    background: white;
}

.table_light_3496 {
    max-width: 900px;
    margin: 0 auto;
}

.fast-f11e {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.fast-f11e:hover {
    border-color: var(--primary-purple);
}

.fast-f11e[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.fast-f11e 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;
}

.fast-f11e summary::-webkit-details-marker {
    display: none;
}

.fast-f11e summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.fast-f11e[open] summary::after {
    transform: rotate(45deg);
}

.title-iron-1d5b {
    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);
    }
}

.title-iron-1d5b p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.title-iron-1d5b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.title-iron-1d5b ul,
.title-iron-1d5b ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.title-iron-1d5b li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.title-iron-1d5b strong {
    color: var(--text-primary);
    font-weight: 600;
}

.slow-bc6c {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.wrapper-79ea {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.wrapper-79ea th,
.wrapper-79ea td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.wrapper-79ea th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.center-a544 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.input_8e64 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.right_ea96 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .right_ea96 {
        flex-direction: column;
        text-align: center;
    }
}

.right_ea96 img {
    flex-shrink: 0;
}

.in_56a8 {
    font-size: 4rem;
    flex-shrink: 0;
}

.iron_08f6 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.iron_08f6 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.under-3be2 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.sort-904c {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.text_iron_c3a5 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.text_iron_c3a5 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.layout-bd15 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.secondary-advanced-0b29 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.main-liquid-46e1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.basic-871d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.basic-871d p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.photo-tall-5fdf {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.slider-02a1 {
    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);
}

.surface-active-8563 {
    list-style: none;
}

.surface-active-8563 li {
    margin-bottom: 0.75rem;
}

.surface-active-8563 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.surface-active-8563 a:hover {
    color: white;
}

.preview-a0a1 {
    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;
}

.notice-81ba {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.notice-81ba span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.paper_9f7b {
    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);
}

.tag-e7f7 {
    text-align: right;
}

@media (max-width: 767px) {
    .tag-e7f7 {
        text-align: center;
        width: 100%;
    }
}

.tag-e7f7 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.rough-36c8 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.pagination_e560 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.feature-active-e981,
.article_left_343b,
.input-focused-fbe1,
.stone_b406,
.silver_855d,
.secondary_2562,
.component-a342,
.button_bright_ad67,
.input_8e64,
.sort-904c {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .under_1cd8 {
        font-size: 1.75rem;
    }
    
    .element_bb77 {
        font-size: 1rem;
    }
    
    .background-out-1b39 {
        flex-direction: column;
    }
    
    .clean-ffda {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .iron_2f92 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .button-blue-9a0e {
        max-width: 100%;
    }
    
    .caption_easy_615d {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .pagination_e560 {
        padding: 0 1rem;
    }
    
    .large_7395 {
        padding: 4rem 1rem 3rem;
    }
    
    .large_7395 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tabs_smooth_3978 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .gas-e69b {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .focus_hard_c4b0,
    .wrapper-79ea {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .copper-983b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .paragraph-orange-d5ba {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .element-5757 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .large_7395 h1 {
        font-size: 1.5rem;
    }
    
    .gas-e69b {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .chip-934d {
        padding: 0.75rem;
    }
    
    .paragraph_8917 {
        font-size: 1.5rem;
    }
    
    .copper-983b {
        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 */
.button-blue-9a0e:hover,
.video_selected_d8a1:hover,
.logo-north-6f7b:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .stone_b406,
    .component-a342,
    .button_bright_ad67 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.image-hard-1ba7)
   ======================================== */

.modal-next-9266.thumbnail_f517 {
    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;
}

.modal-next-9266.thumbnail_f517 .disabled-7adf {
    color: #334155;
}

.modal-next-9266.thumbnail_f517 .disabled-7adf:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.modal-next-9266.thumbnail_f517 .disabled-7adf.fn-active-e662 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.modal-next-9266.thumbnail_f517 .alert_easy_d10d {
    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);
}

.modal-next-9266.thumbnail_f517 .alert_easy_d10d::before {
    border-bottom-color: #ffffff;
}

.modal-next-9266.thumbnail_f517 .top_fc13 {
    color: #475569;
}

.modal-next-9266.thumbnail_f517 .top_fc13::before {
    background: #818cf8;
}

.modal-next-9266.thumbnail_f517 .top_fc13:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.modal-next-9266.thumbnail_f517 .top_fc13:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.modal-next-9266.thumbnail_f517 .breadcrumb_east_91a4 {
    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);
}

.modal-next-9266.thumbnail_f517 .breadcrumb_east_91a4:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.modal-next-9266.thumbnail_f517 .breadcrumb_east_91a4 span {
    background: #475569;
    box-shadow: none;
}

.modal-next-9266.thumbnail_f517 .breadcrumb_east_91a4.fn-active-e662 span:nth-child(1),
.modal-next-9266.thumbnail_f517 .breadcrumb_east_91a4.fn-active-e662 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .modal-next-9266.thumbnail_f517 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .modal-next-9266.thumbnail_f517 .notification-lower-7ddb {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .modal-next-9266.thumbnail_f517 .notification-lower-7ddb span {
        color: #334155 !important;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 {
        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);
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .disabled-7adf {
        color: #334155;
        text-shadow: none;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .disabled-7adf:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .disabled-7adf.up-e8de::after {
        color: #64748b;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .alert_easy_d10d {
        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) */
    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .link_light_7d9e.fn-active-e662 .alert_easy_d10d {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .top_fc13 {
        color: #475569;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .top_fc13::before {
        color: #6366f1;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .top_fc13:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .top_fc13:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .modal-next-9266.thumbnail_f517 .input-tiny-e4d1 .top_fc13:hover::before {
        color: #4f46e5;
    }
}

/* apk.element-d480 — mesmo tema claro da home; blocos extras */
body.hovered_d184 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hovered_d184 .info-top-00d9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hovered_d184 .description-d4e8 {
    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);
}

.hovered_d184 .description-d4e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered_d184 .description-d4e8 p:last-child {
    margin-bottom: 0;
}

.hovered_d184 .description-d4e8 strong {
    color: var(--text-primary);
}

.hovered_d184 .panel_f942 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hovered_d184 .panel_f942 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_stale_7b33 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_stale_7b33 .panel-left-fc86 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_stale_7b33 .sidebar_gas_d91f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.row_stale_7b33 .sidebar_gas_d91f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_stale_7b33 .sidebar_gas_d91f p:last-child {
    margin-bottom: 0;
}

.row_stale_7b33 .sidebar_gas_d91f strong {
    color: var(--text-primary);
}

.row_stale_7b33 .purple_891b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_stale_7b33 .purple_891b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-1933 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-1933 .tooltip_7c16 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-1933 .layout-3946 {
    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);
}

.progress-1933 .layout-3946 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-1933 .layout-3946 p:last-child {
    margin-bottom: 0;
}

.progress-1933 .layout-3946 strong {
    color: var(--text-primary);
}

.progress-1933 .box_4d17 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-1933 .box_4d17 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form_e3a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_e3a7 .description-43f4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_e3a7 .hero_small_4840 {
    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);
}

.form_e3a7 .hero_small_4840 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_e3a7 .hero_small_4840 p:last-child {
    margin-bottom: 0;
}

.form_e3a7 .hero_small_4840 strong {
    color: var(--text-primary);
}

.form_e3a7 .block-white-d8db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_e3a7 .block-white-d8db img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame-79c2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame-79c2 .tag-cold-eff4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame-79c2 .image_outer_dd98 {
    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);
}

.frame-79c2 .image_outer_dd98 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame-79c2 .image_outer_dd98 p:last-child {
    margin-bottom: 0;
}

.frame-79c2 .image_outer_dd98 strong {
    color: var(--text-primary);
}

.frame-79c2 .accordion-7ff0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame-79c2 .accordion-7ff0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview-simple-16e4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview-simple-16e4 .breadcrumb-left-ac35 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview-simple-16e4 .column_8e7d {
    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);
}

.preview-simple-16e4 .column_8e7d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview-simple-16e4 .column_8e7d p:last-child {
    margin-bottom: 0;
}

.preview-simple-16e4 .column_8e7d strong {
    color: var(--text-primary);
}

.preview-simple-16e4 .footer-b68d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview-simple-16e4 .footer-b68d 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_b6bb {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple_b6bb .block-fluid-b953 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple_b6bb .south-e61d {
    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_b6bb .south-e61d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_b6bb .south-e61d p:last-child {
    margin-bottom: 0;
}

.simple_b6bb .south-e61d strong {
    color: var(--text-primary);
}

.simple_b6bb .dropdown_30b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple_b6bb .dropdown_30b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny_5b03 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny_5b03 .orange_034a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny_5b03 .secondary_inner_8e4a {
    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);
}

.tiny_5b03 .secondary_inner_8e4a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_5b03 .secondary_inner_8e4a p:last-child {
    margin-bottom: 0;
}

.tiny_5b03 .secondary_inner_8e4a strong {
    color: var(--text-primary);
}

.tiny_5b03 .dropdown-e9d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny_5b03 .dropdown-e9d4 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-a815 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden-a815 .notice_tiny_62f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden-a815 .paper_c1d8 {
    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-a815 .paper_c1d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-a815 .paper_c1d8 p:last-child {
    margin-bottom: 0;
}

.hidden-a815 .paper_c1d8 strong {
    color: var(--text-primary);
}

.hidden-a815 .pagination_3d75 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden-a815 .pagination_3d75 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_86db {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_86db .list_9dbc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_86db .glass_ca0b {
    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);
}

.list_86db .glass_ca0b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_86db .glass_ca0b p:last-child {
    margin-bottom: 0;
}

.list_86db .glass_ca0b strong {
    color: var(--text-primary);
}

.list_86db .layout_tiny_77bd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_86db .layout_tiny_77bd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu_acd2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_acd2 .dropdown-red-a9d3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_acd2 .badge-dirty-a5d9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.menu_acd2 .badge-dirty-a5d9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_acd2 .badge-dirty-a5d9 p:last-child {
    margin-bottom: 0;
}

.menu_acd2 .badge-dirty-a5d9 strong {
    color: var(--text-primary);
}

.menu_acd2 .huge_a9ee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_acd2 .huge_a9ee li {
    margin-bottom: 0.65rem;
}

.menu_acd2 .huge_a9ee li:last-child {
    margin-bottom: 0;
}

.menu_acd2 .component-mini-0170 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_acd2 .component-mini-0170 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-silver-08fa {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination-silver-08fa .text-4096 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination-silver-08fa .paper_5a9c {
    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-silver-08fa .paper_5a9c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-silver-08fa .paper_5a9c p:last-child {
    margin-bottom: 0;
}

.pagination-silver-08fa .paper_5a9c strong {
    color: var(--text-primary);
}

.pagination-silver-08fa .media-1495 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination-silver-08fa .media-1495 li {
    margin-bottom: 0.65rem;
}

.pagination-silver-08fa .media-1495 li:last-child {
    margin-bottom: 0;
}

.pagination-silver-08fa .main_center_f572 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination-silver-08fa .main_center_f572 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out-fb93 {
    background: #f8f9fa;
    color: #2c3e50;
}

.out-fb93 .active-3b49 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out-fb93 .tag_64d2 {
    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);
}

.out-fb93 .tag_64d2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out-fb93 .tag_64d2 p:last-child {
    margin-bottom: 0;
}

.out-fb93 .tag_64d2 strong {
    color: var(--text-primary);
}

.out-fb93 .tabs-d98b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out-fb93 .tabs-d98b li {
    margin-bottom: 0.65rem;
}

.out-fb93 .tabs-d98b li:last-child {
    margin-bottom: 0;
}

.out-fb93 .summary_lite_b6fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out-fb93 .summary_lite_b6fb 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_ec60 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone_ec60 .fast_d87f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone_ec60 .heading_narrow_de69 {
    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_ec60 .heading_narrow_de69 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_ec60 .heading_narrow_de69 p:last-child {
    margin-bottom: 0;
}

.stone_ec60 .heading_narrow_de69 strong {
    color: var(--text-primary);
}

.stone_ec60 .south-27bd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_ec60 .south-27bd li {
    margin-bottom: 0.65rem;
}

.stone_ec60 .south-27bd li:last-child {
    margin-bottom: 0;
}

body.menu-clean-eff4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu-clean-eff4 .pagination_fluid_40ec {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu-clean-eff4 .avatar-c6d0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.menu-clean-eff4 .avatar-c6d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-clean-eff4 .avatar-c6d0 p:last-child {
    margin-bottom: 0;
}

.menu-clean-eff4 .avatar-c6d0 strong {
    color: var(--text-primary);
}

.menu-clean-eff4 .popup_last_f13f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-clean-eff4 .popup_last_f13f li {
    margin-bottom: 0.65rem;
}

.menu-clean-eff4 .popup_last_f13f li:last-child {
    margin-bottom: 0;
}

.menu-clean-eff4 .last_8ec7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu-clean-eff4 .last_8ec7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption_short_8ccd {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption_short_8ccd .sidebar_pressed_61ad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption_short_8ccd .modal-583a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.caption_short_8ccd .modal-583a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_short_8ccd .modal-583a p:last-child {
    margin-bottom: 0;
}

.caption_short_8ccd .modal-583a strong {
    color: var(--text-primary);
}

.caption_short_8ccd .status_bronze_2f8e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_short_8ccd .status_bronze_2f8e li {
    margin-bottom: 0.65rem;
}

.caption_short_8ccd .status_bronze_2f8e li:last-child {
    margin-bottom: 0;
}

.caption_short_8ccd .stale_3dc2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption_short_8ccd .stale_3dc2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar-d98c {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-d98c .slow_8771 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-d98c .description-top-7798 {
    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);
}

.avatar-d98c .description-top-7798 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-d98c .description-top-7798 p:last-child {
    margin-bottom: 0;
}

.avatar-d98c .description-top-7798 strong {
    color: var(--text-primary);
}

.avatar-d98c .top_c2b8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-d98c .top_c2b8 li {
    margin-bottom: 0.65rem;
}

.avatar-d98c .top_c2b8 li:last-child {
    margin-bottom: 0;
}

.avatar-d98c .upper_62cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-d98c .upper_62cb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video-f4cb {
    background: #f8f9fa;
    color: #2c3e50;
}

.video-f4cb .module-756b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video-f4cb .image_fluid_161b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.video-f4cb .image_fluid_161b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-f4cb .image_fluid_161b p:last-child {
    margin-bottom: 0;
}

.video-f4cb .image_fluid_161b strong {
    color: var(--text-primary);
}

.video-f4cb .down-42d3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-f4cb .down-42d3 li {
    margin-bottom: 0.65rem;
}

.video-f4cb .down-42d3 li:last-child {
    margin-bottom: 0;
}

.video-f4cb .avatar-8673 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video-f4cb .avatar-8673 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: fd98 */
.phantom-card-i9 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
