/* 
 * 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.frame_37ea) — fixed together on mobile */
.photo-lite-1e89 {
    width: 100%;
}

.pattern_e8b0 {
    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) {
    .photo-lite-1e89 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .pattern_e8b0 {
        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.title_cc6e. Conta) stay reachable.
     */
    .info-0dfc .middle-ea61 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .photo-lite-1e89 .info-0dfc > .middle-ea61 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .photo-lite-1e89:has(.last_05df.fn-show-fb01) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .photo-lite-1e89:has(.last_05df.fn-show-fb01) .pattern_e8b0 {
        flex-shrink: 0;
    }

    .photo-lite-1e89:has(.last_05df.fn-show-fb01) .info-0dfc {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .photo-lite-1e89:has(.last_05df.fn-show-fb01) .info-0dfc > .middle-ea61 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .photo-lite-1e89:has(.last_05df.fn-show-fb01) .tall_beb2 {
        flex-shrink: 0;
    }

    .photo-lite-1e89:has(.last_05df.fn-show-fb01) .last_05df.fn-show-fb01 {
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: border-box;
    }

    /* Dropdown inside open menu: allow full height + scroll if many items */
    .info-0dfc .last_05df .panel-top-15c9.fn-active-fb01 .south-d43e {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .pattern_e8b0 {
        position: sticky;
        top: 0;
    }
}

.photo-lite-1e89.description_dirty_57b0,
.photo-lite-1e89.description_dirty_57b0 .pattern_e8b0 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.liquid-4ac6 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .liquid-4ac6 {
        padding: 0.75rem 0;
    }
}

.rough_0708 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.media-clean-41b8 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .media-clean-41b8 img {
        height: 35px;
    }
}

/* .info-0dfc / .stone-9c06 — inner pages (brown bar); index uses .highlight_thick_b9e4 below */

.info-0dfc:not(.highlight_thick_b9e4) .stone-9c06.fn-active-fb01 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.photo-red-a85f {
    display: flex;
    gap: var(--spacing-md);
}

.hidden-orange-c945,
.highlight-0926 {
    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) {
    .hidden-orange-c945,
    .highlight-0926 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .photo-red-a85f {
        gap: 0.5rem;
    }
}

.hidden-orange-c945 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.hidden-orange-c945:hover {
    background: var(--primary-purple);
    color: white;
}

.highlight-0926 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.highlight-0926:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.red_7b31 {
    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%;
}

.red_7b31::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;
}

.red_7b31::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;
}

.section_8012 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.column_95c4 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.column_95c4 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);
}

.red_7b31 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;
}

.accordion-a565 {
    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;
}

.accordion-a565 strong {
    font-weight: 700;
}

.warm_ddd0 {
    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);
}

.nav-ea9e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.hover-60a6 {
    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);
}

.hover-60a6:hover {
    transform: translateY(-4px);
}

.sidebar-narrow-2c34 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.notification_3f78 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.last_9925 {
    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;
}

.last_9925:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.last_9925.fixed-b375 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.block_f1a0 {
    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);
}

.block_f1a0:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.sidebar_warm_c087 {
    padding: 3rem 1.25rem;
    background: white;
}

.simple_874b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.middle_2b8b {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.middle_2b8b:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.middle_2b8b img {
    margin-bottom: 1rem;
}

.surface-rough-3384 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.middle_2b8b h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.middle_2b8b 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 */
.content-9134 {
    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);
}

.header_ad11 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.component_7d88 {
    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);
}

.component_7d88 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.component_7d88 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.component_7d88 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.notice_7891 {
    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
   ======================================== */

.layout-8a22 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.fast-b328 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.upper-bf72 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.module_e6fd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.shade_wood_f604 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.shade_wood_f604:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.shade_wood_f604.thumbnail-huge-5047 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.shade_wood_f604.thumbnail-huge-5047 h3,
.shade_wood_f604.thumbnail-huge-5047 p {
    color: white;
}

.photo_1009 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.shade_wood_f604 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.shade_wood_f604 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.notice-20b8 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.notice-20b8:hover {
    gap: 0.75rem;
}

.shade_wood_f604.thumbnail-huge-5047 .notice-20b8 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.solid_f05f {
    padding: 4rem 1.25rem;
    background: white;
}

.small_8b60 {
    text-align: center;
    margin-bottom: 3rem;
}

.button-full-5ce6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.active_34f1 {
    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%;
}

.active_34f1:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.fixed_5a1c {
    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);
}

.rough-a7f4 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.wide_2ad6 {
    padding: 1.5rem;
}

.wide_2ad6 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.glass-3e59 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.heading_down_835c {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.over_9cd9,
.bottom_c323 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.over_9cd9 {
    background: #dcfce7;
    color: #166534;
}

.over_9cd9.prev_a361 {
    background: #10b981;
    color: white;
}

.bottom_c323 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.bottom_c323.thumbnail_f019 {
    background: #fee2e2;
    color: #991b1b;
}

.bottom_c323.hidden-gold-dcc0 {
    background: #fef3c7;
    color: #92400e;
}

.bottom_c323.motion-d886 {
    background: #dcfce7;
    color: #166534;
}

.yellow_f8ea {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.yellow_f8ea strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.modal_41da {
    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);
}

.modal_41da:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.top-c3ac {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.tag-first-f3d8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.rough_e707 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .rough_e707 {
        grid-template-columns: 1fr 1fr;
    }
}

.popup-north-9845 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.primary_dbe3 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.menu_smooth_5e2c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.form_6213 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.sort-fdcb {
    font-size: 1rem;
    opacity: 0.9;
}

.primary_dbe3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.west-0ad1 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.west-0ad1 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.west-0ad1 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;
}

.west-0ad1 li strong {
    color: var(--primary-purple);
}

.west-0ad1 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.box-943e {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.texture-0576 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.modal_50b5 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.texture-0576 .notification_3f78 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.border_8682 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.disabled_9d0b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.disabled_9d0b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.cold-b80d {
    padding: 4rem 1.25rem;
    background: white;
}

.notice_2b12 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .notice_2b12 {
        grid-template-columns: 1fr 1fr;
    }
}

.sidebar_b8d5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tag_cool_ad70 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.lite-00bb {
    margin-bottom: 1.5rem;
}

.table_fast_cb9e {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.link-3a99 {
    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);
}

.wood-7061 {
    white-space: nowrap;
}

.lower-2891 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.title-7d1e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.stale-66c8 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.stale-66c8:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.feature-b7ed {
    font-size: 2rem;
    flex-shrink: 0;
}

.green_38a2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.green_38a2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.wrapper-pink-4911 {
    margin-top: 3rem;
}

.wrapper-pink-4911 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.right-25cc {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.right-25cc thead {
    background: var(--primary-purple);
    color: white;
}

.right-25cc th,
.right-25cc td {
    padding: 1rem;
    text-align: left;
}

.right-25cc th {
    font-weight: 700;
    font-size: 0.9rem;
}

.right-25cc tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.right-25cc tbody tr:last-child {
    border-bottom: none;
}

.right-25cc tbody tr:hover {
    background: var(--light-bg);
}

.blue_9628 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.secondary_6294 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.green-f1bf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.smooth-76f2 {
    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);
}

.smooth-76f2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.smooth-76f2.advanced-ef21::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;
}

.dark_c19a {
    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;
}

.pressed-095c {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.progress-dcf8 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.rough-9955 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.media_green_937f {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.media_green_937f p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.media_green_937f p:last-child {
    margin-bottom: 0;
}

.media_green_937f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.progress-solid-8b29 {
    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;
}

.box_59fb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.module_9fdc {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.module_9fdc .sidebar-narrow-2c34 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.module_9fdc .notification_3f78 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.secondary-0942 {
    padding: 4rem 1.25rem;
    background: white;
}

.heading_2f9b {
    max-width: 900px;
    margin: 0 auto;
}

.chip-b0d0 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.chip-b0d0:hover {
    border-color: var(--primary-purple);
}

.chip-b0d0[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.chip-b0d0 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;
}

.chip-b0d0 summary::-webkit-details-marker {
    display: none;
}

.chip-b0d0 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.chip-b0d0[open] summary::after {
    transform: rotate(45deg);
}

.brown_9e63 {
    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);
    }
}

.brown_9e63 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.brown_9e63 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.brown_9e63 ul,
.brown_9e63 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.brown_9e63 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.brown_9e63 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.huge-a9f2 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.carousel-7787 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.carousel-7787 th,
.carousel-7787 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.carousel-7787 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.border_small_08a9 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.glass_56ef {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.block_bottom_b625 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .block_bottom_b625 {
        flex-direction: column;
        text-align: center;
    }
}

.block_bottom_b625 img {
    flex-shrink: 0;
}

.hidden_dim_c3ae {
    font-size: 4rem;
    flex-shrink: 0;
}

.black_fbb5 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.black_fbb5 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.sidebar_lower_4a77 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.up-1dd3 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.tiny-a309 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.tiny-a309 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.huge-6b25 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.purple-bb03 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.center-884c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.progress_north_776d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.progress_north_776d p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.component_cold_6647 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.plasma-5774 {
    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);
}

.header_mini_f334 {
    list-style: none;
}

.header_mini_f334 li {
    margin-bottom: 0.75rem;
}

.header_mini_f334 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.header_mini_f334 a:hover {
    color: white;
}

.photo_f42b {
    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;
}

.black_7fe6 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.black_7fe6 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.popup-glass-9024 {
    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);
}

.pressed_6e48 {
    text-align: right;
}

@media (max-width: 767px) {
    .pressed_6e48 {
        text-align: center;
        width: 100%;
    }
}

.pressed_6e48 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.active-7cc8 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.middle-ea61 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.sidebar_warm_c087,
.content-9134,
.layout-8a22,
.solid_f05f,
.tag-first-f3d8,
.cold-b80d,
.secondary_6294,
.secondary-0942,
.glass_56ef,
.up-1dd3 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .fast-b328 {
        font-size: 1.75rem;
    }
    
    .upper-bf72 {
        font-size: 1rem;
    }
    
    .box-943e {
        flex-direction: column;
    }
    
    .notice_2b12 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .button-full-5ce6 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .active_34f1 {
        max-width: 100%;
    }
    
    .rough-a7f4 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .middle-ea61 {
        padding: 0 1rem;
    }
    
    .red_7b31 {
        padding: 4rem 1rem 3rem;
    }
    
    .red_7b31 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .last_9925 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .nav-ea9e {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .right-25cc,
    .carousel-7787 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .simple_874b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .module_e6fd {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .green-f1bf {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .red_7b31 h1 {
        font-size: 1.5rem;
    }
    
    .nav-ea9e {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .hover-60a6 {
        padding: 0.75rem;
    }
    
    .sidebar-narrow-2c34 {
        font-size: 1.5rem;
    }
    
    .simple_874b {
        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 */
.active_34f1:hover,
.shade_wood_f604:hover,
.smooth-76f2:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .solid_f05f,
    .secondary_6294,
    .secondary-0942 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.frame_37ea)
   ======================================== */

.info-0dfc.highlight_thick_b9e4 {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(248, 250, 252, 0.92) 45%,
        rgba(239, 246, 255, 0.93) 100%
    );
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow:
        0 6px 24px rgba(15, 23, 42, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.85) inset;
    border-radius: 16px;
    margin: 0.35rem 0 0.5rem;
}

.info-0dfc.highlight_thick_b9e4 .stone-9c06 {
    color: #334155;
}

.info-0dfc.highlight_thick_b9e4 .stone-9c06:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.info-0dfc.highlight_thick_b9e4 .stone-9c06.fn-active-fb01 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.info-0dfc.highlight_thick_b9e4 .south-d43e {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(99, 102, 241, 0.08);
}

.info-0dfc.highlight_thick_b9e4 .south-d43e::before {
    border-bottom-color: #ffffff;
}

.info-0dfc.highlight_thick_b9e4 .tabs-iron-ee0f {
    color: #475569;
}

.info-0dfc.highlight_thick_b9e4 .tabs-iron-ee0f::before {
    background: #818cf8;
}

.info-0dfc.highlight_thick_b9e4 .tabs-iron-ee0f:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.info-0dfc.highlight_thick_b9e4 .tabs-iron-ee0f:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.info-0dfc.highlight_thick_b9e4 .picture-af7c {
    background: rgba(241, 245, 249, 0.95);
    border-color: rgba(148, 163, 184, 0.55);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.info-0dfc.highlight_thick_b9e4 .picture-af7c:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.info-0dfc.highlight_thick_b9e4 .picture-af7c span {
    background: #475569;
    box-shadow: none;
}

.info-0dfc.highlight_thick_b9e4 .picture-af7c.fn-active-fb01 span:nth-child(1),
.info-0dfc.highlight_thick_b9e4 .picture-af7c.fn-active-fb01 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .info-0dfc.highlight_thick_b9e4 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .info-0dfc.highlight_thick_b9e4 .tall_beb2 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .info-0dfc.highlight_thick_b9e4 .tall_beb2 span {
        color: #334155 !important;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(248, 250, 252, 0.98) 100%
        );
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .stone-9c06 {
        color: #334155;
        text-shadow: none;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .stone-9c06:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .stone-9c06.outline-765e::after {
        color: #64748b;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .south-d43e {
        background: linear-gradient(
            180deg,
            rgba(241, 245, 249, 0.98) 0%,
            rgba(226, 232, 240, 0.55) 100%
        );
        border-top-color: rgba(203, 213, 225, 0.8);
        border-bottom-color: rgba(203, 213, 225, 0.5);
    }

    /* Garantir submenu visível ao tocar (evita conflito de especificidade com o tema index) */
    .info-0dfc.highlight_thick_b9e4 .last_05df .panel-top-15c9.fn-active-fb01 .south-d43e {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .tabs-iron-ee0f {
        color: #475569;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .tabs-iron-ee0f::before {
        color: #6366f1;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .tabs-iron-ee0f:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .tabs-iron-ee0f:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .info-0dfc.highlight_thick_b9e4 .last_05df .tabs-iron-ee0f:hover::before {
        color: #4f46e5;
    }
}

/* apk.modal_stone_9269 — mesmo tema claro da home; blocos extras */
body.gallery-tall-af05 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-tall-af05 .summary_simple_20de {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-tall-af05 .icon-static-cb5d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gallery-tall-af05 .icon-static-cb5d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-tall-af05 .icon-static-cb5d p:last-child {
    margin-bottom: 0;
}

.gallery-tall-af05 .icon-static-cb5d strong {
    color: var(--text-primary);
}

.gallery-tall-af05 .input-7123 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-tall-af05 .input-7123 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column-up-b3eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.column-up-b3eb .tooltip_purple_8811 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column-up-b3eb .copper-e067 {
    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);
}

.column-up-b3eb .copper-e067 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-up-b3eb .copper-e067 p:last-child {
    margin-bottom: 0;
}

.column-up-b3eb .copper-e067 strong {
    color: var(--text-primary);
}

.column-up-b3eb .purple-2637 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column-up-b3eb .purple-2637 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_focused_d2da {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_focused_d2da .frame-7761 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_focused_d2da .menu_f896 {
    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_focused_d2da .menu_f896 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_focused_d2da .menu_f896 p:last-child {
    margin-bottom: 0;
}

.description_focused_d2da .menu_f896 strong {
    color: var(--text-primary);
}

.description_focused_d2da .paper_2643 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_focused_d2da .paper_2643 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary_cool_2949 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_cool_2949 .active_acba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_cool_2949 .green-c5cf {
    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);
}

.secondary_cool_2949 .green-c5cf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_cool_2949 .green-c5cf p:last-child {
    margin-bottom: 0;
}

.secondary_cool_2949 .green-c5cf strong {
    color: var(--text-primary);
}

.secondary_cool_2949 .upper_1aa1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_cool_2949 .upper_1aa1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge_ee6c {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_ee6c .row-13bb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_ee6c .info_stale_0992 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.badge_ee6c .info_stale_0992 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_ee6c .info_stale_0992 p:last-child {
    margin-bottom: 0;
}

.badge_ee6c .info_stale_0992 strong {
    color: var(--text-primary);
}

.badge_ee6c .slider_036e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_ee6c .slider_036e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box-cc2e {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-cc2e .short_48cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-cc2e .tooltip_719f {
    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);
}

.box-cc2e .tooltip_719f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-cc2e .tooltip_719f p:last-child {
    margin-bottom: 0;
}

.box-cc2e .tooltip_719f strong {
    color: var(--text-primary);
}

.box-cc2e .element_dim_648f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-cc2e .element_dim_648f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.west-95a8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.west-95a8 .menu-black-dbda {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.west-95a8 .backdrop-6b30 {
    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);
}

.west-95a8 .backdrop-6b30 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.west-95a8 .backdrop-6b30 p:last-child {
    margin-bottom: 0;
}

.west-95a8 .backdrop-6b30 strong {
    color: var(--text-primary);
}

.west-95a8 .secondary_4a0c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.west-95a8 .secondary_4a0c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.info_c961 {
    background: #f8f9fa;
    color: #2c3e50;
}

.info_c961 .message_3342 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.info_c961 .active_d617 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.info_c961 .active_d617 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info_c961 .active_d617 p:last-child {
    margin-bottom: 0;
}

.info_c961 .active_d617 strong {
    color: var(--text-primary);
}

.info_c961 .center_c97c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.info_c961 .center_c97c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip-next-7589 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip-next-7589 .stale-b588 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip-next-7589 .easy_8691 {
    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);
}

.chip-next-7589 .easy_8691 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-next-7589 .easy_8691 p:last-child {
    margin-bottom: 0;
}

.chip-next-7589 .easy_8691 strong {
    color: var(--text-primary);
}

.chip-next-7589 .primary-active-b078 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip-next-7589 .primary-active-b078 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border-82c4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border-82c4 .menu_2485 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border-82c4 .header-gas-e98b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.border-82c4 .header-gas-e98b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border-82c4 .header-gas-e98b p:last-child {
    margin-bottom: 0;
}

.border-82c4 .header-gas-e98b strong {
    color: var(--text-primary);
}

.border-82c4 .hot_99a9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border-82c4 .hot_99a9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail-e42d {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-e42d .picture_dirty_7df8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-e42d .tabs-upper-a880 {
    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);
}

.detail-e42d .tabs-upper-a880 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-e42d .tabs-upper-a880 p:last-child {
    margin-bottom: 0;
}

.detail-e42d .tabs-upper-a880 strong {
    color: var(--text-primary);
}

.detail-e42d .main_223a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-e42d .main_223a li {
    margin-bottom: 0.65rem;
}

.detail-e42d .main_223a li:last-child {
    margin-bottom: 0;
}

.detail-e42d .panel-solid-b546 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-e42d .panel-solid-b546 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel_fixed_f68d {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_fixed_f68d .row_135b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_fixed_f68d .in_91fa {
    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);
}

.carousel_fixed_f68d .in_91fa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_fixed_f68d .in_91fa p:last-child {
    margin-bottom: 0;
}

.carousel_fixed_f68d .in_91fa strong {
    color: var(--text-primary);
}

.carousel_fixed_f68d .tag_2436 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_fixed_f68d .tag_2436 li {
    margin-bottom: 0.65rem;
}

.carousel_fixed_f68d .tag_2436 li:last-child {
    margin-bottom: 0;
}

.carousel_fixed_f68d .tiny-3366 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_fixed_f68d .tiny-3366 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_a68b {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow_a68b .thick_79ac {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow_a68b .dropdown-ef48 {
    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_a68b .dropdown-ef48 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow_a68b .dropdown-ef48 p:last-child {
    margin-bottom: 0;
}

.narrow_a68b .dropdown-ef48 strong {
    color: var(--text-primary);
}

.narrow_a68b .tertiary-dirty-9c8d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow_a68b .tertiary-dirty-9c8d li {
    margin-bottom: 0.65rem;
}

.narrow_a68b .tertiary-dirty-9c8d li:last-child {
    margin-bottom: 0;
}

.narrow_a68b .block_gold_5f5a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.narrow_a68b .block_gold_5f5a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.next-e32e {
    background: #f8f9fa;
    color: #2c3e50;
}

.next-e32e .box_bronze_6b10 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.next-e32e .dropdown_956c {
    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);
}

.next-e32e .dropdown_956c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-e32e .dropdown_956c p:last-child {
    margin-bottom: 0;
}

.next-e32e .dropdown_956c strong {
    color: var(--text-primary);
}

.next-e32e .status-1eee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-e32e .status-1eee li {
    margin-bottom: 0.65rem;
}

.next-e32e .status-1eee li:last-child {
    margin-bottom: 0;
}

body.widget-short-0196 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-short-0196 .sidebar-cce6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-short-0196 .static-05e6 {
    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-short-0196 .static-05e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-short-0196 .static-05e6 p:last-child {
    margin-bottom: 0;
}

.widget-short-0196 .static-05e6 strong {
    color: var(--text-primary);
}

.widget-short-0196 .disabled-steel-b788 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-short-0196 .disabled-steel-b788 li {
    margin-bottom: 0.65rem;
}

.widget-short-0196 .disabled-steel-b788 li:last-child {
    margin-bottom: 0;
}

.widget-short-0196 .backdrop_tall_2eb2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-short-0196 .backdrop_tall_2eb2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus_40bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus_40bc .texture_6ab2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus_40bc .bottom_e896 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus_40bc .bottom_e896 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_40bc .bottom_e896 p:last-child {
    margin-bottom: 0;
}

.focus_40bc .bottom_e896 strong {
    color: var(--text-primary);
}

.focus_40bc .accent-large-4e61 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_40bc .accent-large-4e61 li {
    margin-bottom: 0.65rem;
}

.focus_40bc .accent-large-4e61 li:last-child {
    margin-bottom: 0;
}

.focus_40bc .section-dbc7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus_40bc .section-dbc7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section_592b {
    background: #f8f9fa;
    color: #2c3e50;
}

.section_592b .badge-down-61bf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section_592b .title-0e23 {
    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);
}

.section_592b .title-0e23 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_592b .title-0e23 p:last-child {
    margin-bottom: 0;
}

.section_592b .title-0e23 strong {
    color: var(--text-primary);
}

.section_592b .module-dynamic-b05a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_592b .module-dynamic-b05a li {
    margin-bottom: 0.65rem;
}

.section_592b .module-dynamic-b05a li:last-child {
    margin-bottom: 0;
}

.section_592b .lite-1d0f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section_592b .lite-1d0f 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-lower-1033 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-lower-1033 .frame_7053 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-lower-1033 .grid_e804 {
    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-lower-1033 .grid_e804 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-lower-1033 .grid_e804 p:last-child {
    margin-bottom: 0;
}

.widget-lower-1033 .grid_e804 strong {
    color: var(--text-primary);
}

.widget-lower-1033 .photo_hard_5680 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-lower-1033 .photo_hard_5680 li {
    margin-bottom: 0.65rem;
}

.widget-lower-1033 .photo_hard_5680 li:last-child {
    margin-bottom: 0;
}

.widget-lower-1033 .aside_1f96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-lower-1033 .aside_1f96 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: 2375 */
.phantom-card-s9 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
