/* 
 * 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.article-dark-5f3a) — fixed together on mobile */
.disabled_b518 {
    width: 100%;
}

.panel-blue-9750 {
    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) {
    .disabled_b518 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .panel-blue-9750 {
        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.banner-a909. Conta) stay reachable.
     */
    .badge_d56c .focus-4f2a {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .disabled_b518 .badge_d56c > .focus-4f2a {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .disabled_b518:has(.info-de7d.fn-show-0b38) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .disabled_b518:has(.info-de7d.fn-show-0b38) .panel-blue-9750 {
        flex-shrink: 0;
    }

    .disabled_b518:has(.info-de7d.fn-show-0b38) .badge_d56c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .disabled_b518:has(.info-de7d.fn-show-0b38) .badge_d56c > .focus-4f2a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .disabled_b518:has(.info-de7d.fn-show-0b38) .box_green_b763 {
        flex-shrink: 0;
    }

    .disabled_b518:has(.info-de7d.fn-show-0b38) .info-de7d.fn-show-0b38 {
        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 */
    .badge_d56c .info-de7d .status_left_0ac3.fn-active-0b38 .frame_cold_be56 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .panel-blue-9750 {
        position: sticky;
        top: 0;
    }
}

.disabled_b518.liquid-c22b,
.disabled_b518.liquid-c22b .panel-blue-9750 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.section_west_69e4 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .section_west_69e4 {
        padding: 0.75rem 0;
    }
}

.tertiary_clean_d7f4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.input-1dfb img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .input-1dfb img {
        height: 35px;
    }
}

/* .badge_d56c / .rough_9839 — inner pages (brown bar); index uses .icon-fluid-87d5 below */

.badge_d56c:not(.icon-fluid-87d5) .rough_9839.fn-active-0b38 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.gradient-prev-a8ab {
    display: flex;
    gap: var(--spacing-md);
}

.photo_steel_acc2,
.purple-9338 {
    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) {
    .photo_steel_acc2,
    .purple-9338 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .gradient-prev-a8ab {
        gap: 0.5rem;
    }
}

.photo_steel_acc2 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.photo_steel_acc2:hover {
    background: var(--primary-purple);
    color: white;
}

.purple-9338 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.purple-9338:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.media-tall-7c2a {
    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%;
}

.media-tall-7c2a::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;
}

.media-tall-7c2a::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;
}

.tooltip_hard_244e {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.mini_7919 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.mini_7919 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);
}

.media-tall-7c2a 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;
}

.grid-4531 {
    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;
}

.grid-4531 strong {
    font-weight: 700;
}

.simple_ee6d {
    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);
}

.stone_8ae5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.link-large-58b3 {
    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);
}

.link-large-58b3:hover {
    transform: translateY(-4px);
}

.tooltip-brown-dadf {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.search_e787 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.lite_4f8e {
    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;
}

.lite_4f8e:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.lite_4f8e.aside-current-e76f {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.wide_5dee {
    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);
}

.wide_5dee:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.tabs-tiny-e08a {
    padding: 3rem 1.25rem;
    background: white;
}

.main-6bdd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-9885 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.feature-9885:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.feature-9885 img {
    margin-bottom: 1rem;
}

.pink-16a1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-9885 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.feature-9885 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 */
.texture_narrow_53f5 {
    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);
}

.title-7a1b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.container-e9a0 {
    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);
}

.container-e9a0 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.container-e9a0 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.container-e9a0 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.disabled-steel-39a1 {
    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-c329 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.dark_4dd0 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.mask-paper-2fbf {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.banner_867b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.picture_gas_f582 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.picture_gas_f582:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.picture_gas_f582.breadcrumb_fixed_7e89 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.picture_gas_f582.breadcrumb_fixed_7e89 h3,
.picture_gas_f582.breadcrumb_fixed_7e89 p {
    color: white;
}

.active_f5ff {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.picture_gas_f582 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.picture_gas_f582 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.container-9a99 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.container-9a99:hover {
    gap: 0.75rem;
}

.picture_gas_f582.breadcrumb_fixed_7e89 .container-9a99 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.button_focused_d3f0 {
    padding: 4rem 1.25rem;
    background: white;
}

.tag-iron-cd6b {
    text-align: center;
    margin-bottom: 3rem;
}

.preview-lite-0a0f {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.header-1547 {
    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%;
}

.header-1547:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.status_5d2f {
    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);
}

.old-0874 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.text_02b2 {
    padding: 1.5rem;
}

.text_02b2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.caption-58ac {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paragraph-2bd5 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.current-938e,
.white_5fd0 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.current-938e {
    background: #dcfce7;
    color: #166534;
}

.current-938e.mask_ecdc {
    background: #10b981;
    color: white;
}

.white_5fd0 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.white_5fd0.stale_937b {
    background: #fee2e2;
    color: #991b1b;
}

.white_5fd0.pressed-47f7 {
    background: #fef3c7;
    color: #92400e;
}

.white_5fd0.south-e238 {
    background: #dcfce7;
    color: #166534;
}

.image_fb38 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.image_fb38 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.container-8d9d {
    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);
}

.container-8d9d:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.iron-590c {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.plasma_45d5 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.widget-fresh-ef09 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .widget-fresh-ef09 {
        grid-template-columns: 1fr 1fr;
    }
}

.bronze_7445 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.detail-94eb h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.component_541a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.info-3ac2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.frame-fast-b2f5 {
    font-size: 1rem;
    opacity: 0.9;
}

.detail-94eb h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.input-fresh-d74d {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.input-fresh-d74d li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.input-fresh-d74d 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;
}

.input-fresh-d74d li strong {
    color: var(--primary-purple);
}

.input-fresh-d74d li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.tooltip-e849 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.article_3cf1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.sort-325e {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.article_3cf1 .search_e787 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.widget-c6b4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.table-brown-6e9c {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.table-brown-6e9c a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.sort_7046 {
    padding: 4rem 1.25rem;
    background: white;
}

.south-5555 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .south-5555 {
        grid-template-columns: 1fr 1fr;
    }
}

.column_fixed_c44f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.plasma-77c3 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.easy_ab74 {
    margin-bottom: 1.5rem;
}

.red_1ec9 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.detail_pink_43d7 {
    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);
}

.huge-dfd2 {
    white-space: nowrap;
}

.shadow-gold-6284 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.gradient_994e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.content-4d9e {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.content-4d9e:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.widget-first-befd {
    font-size: 2rem;
    flex-shrink: 0;
}

.pattern-huge-ee46 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.pattern-huge-ee46 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.aside_f171 {
    margin-top: 3rem;
}

.aside_f171 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.disabled-1797 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.disabled-1797 thead {
    background: var(--primary-purple);
    color: white;
}

.disabled-1797 th,
.disabled-1797 td {
    padding: 1rem;
    text-align: left;
}

.disabled-1797 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.disabled-1797 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.disabled-1797 tbody tr:last-child {
    border-bottom: none;
}

.disabled-1797 tbody tr:hover {
    background: var(--light-bg);
}

.title-92ae {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.thumbnail_action_82af {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.upper_d1bc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.cold-1fea {
    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);
}

.cold-1fea:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.cold-1fea.frame-cebc::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;
}

.background_ebf7 {
    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;
}

.middle_01c1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.over_a8a0 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.disabled_d73d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.accent-in-c1fd {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.accent-in-c1fd p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.accent-in-c1fd p:last-child {
    margin-bottom: 0;
}

.accent-in-c1fd strong {
    color: var(--text-primary);
    font-weight: 600;
}

.component_soft_b9af {
    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;
}

.notification-4005 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.north_8e88 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.north_8e88 .tooltip-brown-dadf {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.north_8e88 .search_e787 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.caption_full_b40d {
    padding: 4rem 1.25rem;
    background: white;
}

.element-8b5f {
    max-width: 900px;
    margin: 0 auto;
}

.photo_fb7a {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.photo_fb7a:hover {
    border-color: var(--primary-purple);
}

.photo_fb7a[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.photo_fb7a 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;
}

.photo_fb7a summary::-webkit-details-marker {
    display: none;
}

.photo_fb7a summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.photo_fb7a[open] summary::after {
    transform: rotate(45deg);
}

.hard_d1f7 {
    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);
    }
}

.hard_d1f7 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.hard_d1f7 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.hard_d1f7 ul,
.hard_d1f7 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.hard_d1f7 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hard_d1f7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.frame-dark-960e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.popup-new-daca {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.popup-new-daca th,
.popup-new-daca td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.popup-new-daca th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.link_adc7 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.surface-7430 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.light-94b9 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .light-94b9 {
        flex-direction: column;
        text-align: center;
    }
}

.light-94b9 img {
    flex-shrink: 0;
}

.liquid_e77d {
    font-size: 4rem;
    flex-shrink: 0;
}

.out_18a6 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.out_18a6 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.last-a432 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.overlay-bright-d022 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.primary-narrow-8bc4 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.primary-narrow-8bc4 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.gallery_f5a9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.pattern_98ad {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.new-beaf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tag_dim_bcb5 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tag_dim_bcb5 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.list_8eac {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mask-2602 {
    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);
}

.dark-cbd8 {
    list-style: none;
}

.dark-cbd8 li {
    margin-bottom: 0.75rem;
}

.dark-cbd8 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.dark-cbd8 a:hover {
    color: white;
}

.nav-2bbc {
    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;
}

.dim_9002 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.dim_9002 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.component-fc26 {
    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);
}

.hover_iron_dc92 {
    text-align: right;
}

@media (max-width: 767px) {
    .hover_iron_dc92 {
        text-align: center;
        width: 100%;
    }
}

.hover_iron_dc92 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.detail_north_e6d0 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.focus-4f2a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.tabs-tiny-e08a,
.texture_narrow_53f5,
.input-c329,
.button_focused_d3f0,
.plasma_45d5,
.sort_7046,
.thumbnail_action_82af,
.caption_full_b40d,
.surface-7430,
.overlay-bright-d022 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .dark_4dd0 {
        font-size: 1.75rem;
    }
    
    .mask-paper-2fbf {
        font-size: 1rem;
    }
    
    .tooltip-e849 {
        flex-direction: column;
    }
    
    .south-5555 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .preview-lite-0a0f {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .header-1547 {
        max-width: 100%;
    }
    
    .old-0874 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .focus-4f2a {
        padding: 0 1rem;
    }
    
    .media-tall-7c2a {
        padding: 4rem 1rem 3rem;
    }
    
    .media-tall-7c2a h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .lite_4f8e {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .stone_8ae5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .disabled-1797,
    .popup-new-daca {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .main-6bdd {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .banner_867b {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .upper_d1bc {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .media-tall-7c2a h1 {
        font-size: 1.5rem;
    }
    
    .stone_8ae5 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .link-large-58b3 {
        padding: 0.75rem;
    }
    
    .tooltip-brown-dadf {
        font-size: 1.5rem;
    }
    
    .main-6bdd {
        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 */
.header-1547:hover,
.picture_gas_f582:hover,
.cold-1fea:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .button_focused_d3f0,
    .thumbnail_action_82af,
    .caption_full_b40d {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.article-dark-5f3a)
   ======================================== */

.badge_d56c.icon-fluid-87d5 {
    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;
}

.badge_d56c.icon-fluid-87d5 .rough_9839 {
    color: #334155;
}

.badge_d56c.icon-fluid-87d5 .rough_9839:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.badge_d56c.icon-fluid-87d5 .rough_9839.fn-active-0b38 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.badge_d56c.icon-fluid-87d5 .frame_cold_be56 {
    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);
}

.badge_d56c.icon-fluid-87d5 .frame_cold_be56::before {
    border-bottom-color: #ffffff;
}

.badge_d56c.icon-fluid-87d5 .active-9fdd {
    color: #475569;
}

.badge_d56c.icon-fluid-87d5 .active-9fdd::before {
    background: #818cf8;
}

.badge_d56c.icon-fluid-87d5 .active-9fdd:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.badge_d56c.icon-fluid-87d5 .active-9fdd:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.badge_d56c.icon-fluid-87d5 .active-360e {
    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);
}

.badge_d56c.icon-fluid-87d5 .active-360e:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.badge_d56c.icon-fluid-87d5 .active-360e span {
    background: #475569;
    box-shadow: none;
}

.badge_d56c.icon-fluid-87d5 .active-360e.fn-active-0b38 span:nth-child(1),
.badge_d56c.icon-fluid-87d5 .active-360e.fn-active-0b38 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .badge_d56c.icon-fluid-87d5 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge_d56c.icon-fluid-87d5 .box_green_b763 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .badge_d56c.icon-fluid-87d5 .box_green_b763 span {
        color: #334155 !important;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d {
        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);
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .rough_9839 {
        color: #334155;
        text-shadow: none;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .rough_9839:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .rough_9839.paragraph-full-2cd0::after {
        color: #64748b;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .frame_cold_be56 {
        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) */
    .badge_d56c.icon-fluid-87d5 .info-de7d .status_left_0ac3.fn-active-0b38 .frame_cold_be56 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .active-9fdd {
        color: #475569;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .active-9fdd::before {
        color: #6366f1;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .active-9fdd:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .active-9fdd:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .badge_d56c.icon-fluid-87d5 .info-de7d .active-9fdd:hover::before {
        color: #4f46e5;
    }
}

/* apk.frame_20c8 — mesmo tema claro da home; blocos extras */
body.slow_3c06 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_3c06 .banner_f343 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_3c06 .dirty_fc40 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slow_3c06 .dirty_fc40 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_3c06 .dirty_fc40 p:last-child {
    margin-bottom: 0;
}

.slow_3c06 .dirty_fc40 strong {
    color: var(--text-primary);
}

.slow_3c06 .alert-2c9b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_3c06 .alert-2c9b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.light_3d38 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light_3d38 .hero_f095 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light_3d38 .background_gold_14e8 {
    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);
}

.light_3d38 .background_gold_14e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_3d38 .background_gold_14e8 p:last-child {
    margin-bottom: 0;
}

.light_3d38 .background_gold_14e8 strong {
    color: var(--text-primary);
}

.light_3d38 .info-fast-95a1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light_3d38 .info-fast-95a1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-f320 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-f320 .left_fce9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-f320 .heading-under-1c12 {
    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);
}

.sidebar-f320 .heading-under-1c12 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-f320 .heading-under-1c12 p:last-child {
    margin-bottom: 0;
}

.sidebar-f320 .heading-under-1c12 strong {
    color: var(--text-primary);
}

.sidebar-f320 .south-437a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-f320 .south-437a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link_1901 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_1901 .dark_1ea7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_1901 .grid_lite_481d {
    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);
}

.link_1901 .grid_lite_481d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_1901 .grid_lite_481d p:last-child {
    margin-bottom: 0;
}

.link_1901 .grid_lite_481d strong {
    color: var(--text-primary);
}

.link_1901 .icon-0ebc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link_1901 .icon-0ebc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image_1c5f {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_1c5f .menu_stone_c8ad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_1c5f .wide_6527 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.image_1c5f .wide_6527 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_1c5f .wide_6527 p:last-child {
    margin-bottom: 0;
}

.image_1c5f .wide_6527 strong {
    color: var(--text-primary);
}

.image_1c5f .pagination-under-94af {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_1c5f .pagination-under-94af 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-pink-a427 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip-pink-a427 .under_24e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip-pink-a427 .plasma_a908 {
    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-pink-a427 .plasma_a908 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-pink-a427 .plasma_a908 p:last-child {
    margin-bottom: 0;
}

.chip-pink-a427 .plasma_a908 strong {
    color: var(--text-primary);
}

.chip-pink-a427 .black-15a3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip-pink-a427 .black-15a3 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-541c {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu-541c .thick_70b9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu-541c .brown_994e {
    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-541c .brown_994e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-541c .brown_994e p:last-child {
    margin-bottom: 0;
}

.menu-541c .brown_994e strong {
    color: var(--text-primary);
}

.menu-541c .video-hard-4a55 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu-541c .video-hard-4a55 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.photo_basic_ff99 {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo_basic_ff99 .outer-afb5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo_basic_ff99 .gallery-stale-38ce {
    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);
}

.photo_basic_ff99 .gallery-stale-38ce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo_basic_ff99 .gallery-stale-38ce p:last-child {
    margin-bottom: 0;
}

.photo_basic_ff99 .gallery-stale-38ce strong {
    color: var(--text-primary);
}

.photo_basic_ff99 .message-brown-7546 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo_basic_ff99 .message-brown-7546 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.photo_over_7dff {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo_over_7dff .article-pink-2826 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo_over_7dff .thumbnail-solid-fbf2 {
    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);
}

.photo_over_7dff .thumbnail-solid-fbf2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo_over_7dff .thumbnail-solid-fbf2 p:last-child {
    margin-bottom: 0;
}

.photo_over_7dff .thumbnail-solid-fbf2 strong {
    color: var(--text-primary);
}

.photo_over_7dff .motion_073e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo_over_7dff .motion_073e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip-copper-07e5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip-copper-07e5 .focus_solid_cbb4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip-copper-07e5 .footer-over-b6b9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tooltip-copper-07e5 .footer-over-b6b9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip-copper-07e5 .footer-over-b6b9 p:last-child {
    margin-bottom: 0;
}

.tooltip-copper-07e5 .footer-over-b6b9 strong {
    color: var(--text-primary);
}

.tooltip-copper-07e5 .top_da85 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip-copper-07e5 .top_da85 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-d60b {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone-d60b .gallery-baf6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone-d60b .badge_orange_f439 {
    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-d60b .badge_orange_f439 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-d60b .badge_orange_f439 p:last-child {
    margin-bottom: 0;
}

.stone-d60b .badge_orange_f439 strong {
    color: var(--text-primary);
}

.stone-d60b .summary-top-f023 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-d60b .summary-top-f023 li {
    margin-bottom: 0.65rem;
}

.stone-d60b .summary-top-f023 li:last-child {
    margin-bottom: 0;
}

.stone-d60b .copper_36c1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone-d60b .copper_36c1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay_lower_46e5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_lower_46e5 .upper-20d9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_lower_46e5 .outline-2bda {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.overlay_lower_46e5 .outline-2bda p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_lower_46e5 .outline-2bda p:last-child {
    margin-bottom: 0;
}

.overlay_lower_46e5 .outline-2bda strong {
    color: var(--text-primary);
}

.overlay_lower_46e5 .badge-bf40 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_lower_46e5 .badge-bf40 li {
    margin-bottom: 0.65rem;
}

.overlay_lower_46e5 .badge-bf40 li:last-child {
    margin-bottom: 0;
}

.overlay_lower_46e5 .menu-fixed-7b49 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_lower_46e5 .menu-fixed-7b49 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-thick-6933 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-thick-6933 .fixed-699c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-thick-6933 .clean_a0d5 {
    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);
}

.disabled-thick-6933 .clean_a0d5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-thick-6933 .clean_a0d5 p:last-child {
    margin-bottom: 0;
}

.disabled-thick-6933 .clean_a0d5 strong {
    color: var(--text-primary);
}

.disabled-thick-6933 .banner_78c4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-thick-6933 .banner_78c4 li {
    margin-bottom: 0.65rem;
}

.disabled-thick-6933 .banner_78c4 li:last-child {
    margin-bottom: 0;
}

.disabled-thick-6933 .video-3052 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-thick-6933 .video-3052 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dim_ef24 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim_ef24 .list_fixed_b3e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim_ef24 .element_tiny_f3c3 {
    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);
}

.dim_ef24 .element_tiny_f3c3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_ef24 .element_tiny_f3c3 p:last-child {
    margin-bottom: 0;
}

.dim_ef24 .element_tiny_f3c3 strong {
    color: var(--text-primary);
}

.dim_ef24 .top_770f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_ef24 .top_770f li {
    margin-bottom: 0.65rem;
}

.dim_ef24 .top_770f li:last-child {
    margin-bottom: 0;
}

body.container-b84f {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-b84f .solid_f118 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-b84f .pattern_tall_a829 {
    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);
}

.container-b84f .pattern_tall_a829 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-b84f .pattern_tall_a829 p:last-child {
    margin-bottom: 0;
}

.container-b84f .pattern_tall_a829 strong {
    color: var(--text-primary);
}

.container-b84f .info_fluid_74f7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-b84f .info_fluid_74f7 li {
    margin-bottom: 0.65rem;
}

.container-b84f .info_fluid_74f7 li:last-child {
    margin-bottom: 0;
}

.container-b84f .block-selected-087a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-b84f .block-selected-087a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component_gold_c4c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.component_gold_c4c9 .overlay-tiny-dbd6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component_gold_c4c9 .top-50e4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.component_gold_c4c9 .top-50e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_gold_c4c9 .top-50e4 p:last-child {
    margin-bottom: 0;
}

.component_gold_c4c9 .top-50e4 strong {
    color: var(--text-primary);
}

.component_gold_c4c9 .tertiary_23f4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_gold_c4c9 .tertiary_23f4 li {
    margin-bottom: 0.65rem;
}

.component_gold_c4c9 .tertiary_23f4 li:last-child {
    margin-bottom: 0;
}

.component_gold_c4c9 .glass-4fa9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component_gold_c4c9 .glass-4fa9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.lite_7aff {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite_7aff .large_9bac {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite_7aff .heading-clean-5b0a {
    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);
}

.lite_7aff .heading-clean-5b0a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_7aff .heading-clean-5b0a p:last-child {
    margin-bottom: 0;
}

.lite_7aff .heading-clean-5b0a strong {
    color: var(--text-primary);
}

.lite_7aff .hero_liquid_e6fa {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_7aff .hero_liquid_e6fa li {
    margin-bottom: 0.65rem;
}

.lite_7aff .hero_liquid_e6fa li:last-child {
    margin-bottom: 0;
}

.lite_7aff .grid-thick-130e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite_7aff .grid-thick-130e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.under_70b0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.under_70b0 .narrow_6d20 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.under_70b0 .upper_3806 {
    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);
}

.under_70b0 .upper_3806 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.under_70b0 .upper_3806 p:last-child {
    margin-bottom: 0;
}

.under_70b0 .upper_3806 strong {
    color: var(--text-primary);
}

.under_70b0 .icon-complex-6448 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.under_70b0 .icon-complex-6448 li {
    margin-bottom: 0.65rem;
}

.under_70b0 .icon-complex-6448 li:last-child {
    margin-bottom: 0;
}

.under_70b0 .chip-under-27ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.under_70b0 .chip-under-27ac 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: fdb5 */
.shadow-element-h7 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
