/* 
 * 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.header-slow-29f1) — fixed together on mobile */
.stale-14fc {
    width: 100%;
}

.nav-selected-cbc6 {
    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) {
    .stale-14fc {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .nav-selected-cbc6 {
        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.narrow-1bf1. Conta) stay reachable.
     */
    .pattern_1677 .soft-f6b7 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .stale-14fc .pattern_1677 > .soft-f6b7 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .stale-14fc:has(.texture-3c85.fn-show-f0ac) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .stale-14fc:has(.texture-3c85.fn-show-f0ac) .nav-selected-cbc6 {
        flex-shrink: 0;
    }

    .stale-14fc:has(.texture-3c85.fn-show-f0ac) .pattern_1677 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .stale-14fc:has(.texture-3c85.fn-show-f0ac) .pattern_1677 > .soft-f6b7 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .stale-14fc:has(.texture-3c85.fn-show-f0ac) .nav-eb79 {
        flex-shrink: 0;
    }

    .stale-14fc:has(.texture-3c85.fn-show-f0ac) .texture-3c85.fn-show-f0ac {
        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 */
    .pattern_1677 .texture-3c85 .hidden_red_1ddf.fn-active-f0ac .yellow_e5d5 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .nav-selected-cbc6 {
        position: sticky;
        top: 0;
    }
}

.stale-14fc.filter-wood-c329,
.stale-14fc.filter-wood-c329 .nav-selected-cbc6 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.header_ac27 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .header_ac27 {
        padding: 0.75rem 0;
    }
}

.footer-b4c4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.gallery-9b41 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .gallery-9b41 img {
        height: 35px;
    }
}

/* .pattern_1677 / .modal-cf82 — inner pages (brown bar); index uses .feature-a2d7 below */

.pattern_1677:not(.feature-a2d7) .modal-cf82.fn-active-f0ac {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.active-627e {
    display: flex;
    gap: var(--spacing-md);
}

.box-silver-f81a,
.widget_632b {
    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) {
    .box-silver-f81a,
    .widget_632b {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .active-627e {
        gap: 0.5rem;
    }
}

.box-silver-f81a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.box-silver-f81a:hover {
    background: var(--primary-purple);
    color: white;
}

.widget_632b {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.widget_632b:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.description_1ecf {
    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%;
}

.description_1ecf::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;
}

.description_1ecf::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 30vw;
    max-width: 400px;
    height: 30vw;
    max-height: 400px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 1;
}

.item_center_f08e {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.last-4c55 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.last-4c55 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);
}

.description_1ecf 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;
}

.shadow-plasma-f0f2 {
    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;
}

.shadow-plasma-f0f2 strong {
    font-weight: 700;
}

.panel-5052 {
    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);
}

.tag_9417 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.icon_lower_99a1 {
    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);
}

.icon_lower_99a1:hover {
    transform: translateY(-4px);
}

.texture-silver-abb8 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.detail-5fd9 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.feature_plasma_f54f {
    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;
}

.feature_plasma_f54f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.feature_plasma_f54f.box_dim_ad99 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.gallery_e56d {
    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);
}

.gallery_e56d:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.aside-82ec {
    padding: 3rem 1.25rem;
    background: white;
}

.banner_huge_62fb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.summary_6589 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.summary_6589:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.summary_6589 img {
    margin-bottom: 1rem;
}

.background-0a69 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.summary_6589 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.summary_6589 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 */
.stale-5c7d {
    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);
}

.modal_baf5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.paper-5a70 {
    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);
}

.paper-5a70 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.paper-5a70 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.paper-5a70 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modal-west-7d89 {
    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
   ======================================== */

.breadcrumb-af93 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hidden_91c9 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.cold_cd9e {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.tall-636f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.grid_steel_d976 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.grid_steel_d976:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.grid_steel_d976.thumbnail_142c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.grid_steel_d976.thumbnail_142c h3,
.grid_steel_d976.thumbnail_142c p {
    color: white;
}

.notification-smooth-49d9 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.grid_steel_d976 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.grid_steel_d976 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tabs-tiny-d39f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.tabs-tiny-d39f:hover {
    gap: 0.75rem;
}

.grid_steel_d976.thumbnail_142c .tabs-tiny-d39f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.accordion-focused-9814 {
    padding: 4rem 1.25rem;
    background: white;
}

.bright_73b3 {
    text-align: center;
    margin-bottom: 3rem;
}

.hero_new_7ec6 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.banner_4468 {
    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%;
}

.banner_4468:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.main-c1f2 {
    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);
}

.new_3db5 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.element_dirty_0ea5 {
    padding: 1.5rem;
}

.element_dirty_0ea5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.box-west-0b01 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.texture_32a3 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.table_fast_10e1,
.primary-slow-ec17 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.table_fast_10e1 {
    background: #dcfce7;
    color: #166534;
}

.table_fast_10e1.iron_71fe {
    background: #10b981;
    color: white;
}

.primary-slow-ec17 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.primary-slow-ec17.surface-64bf {
    background: #fee2e2;
    color: #991b1b;
}

.primary-slow-ec17.shade-warm-c8cb {
    background: #fef3c7;
    color: #92400e;
}

.primary-slow-ec17.icon-cold-ea6f {
    background: #dcfce7;
    color: #166534;
}

.container_ece3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.container_ece3 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.gallery_pro_59e9 {
    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);
}

.gallery_pro_59e9:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.secondary-yellow-b2d8 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.picture_e37f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.icon_narrow_a89f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .icon_narrow_a89f {
        grid-template-columns: 1fr 1fr;
    }
}

.grid-2674 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.static-e97a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.media-0db9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.fresh-2420 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.dropdown-0807 {
    font-size: 1rem;
    opacity: 0.9;
}

.static-e97a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.media-left-ff33 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.media-left-ff33 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.media-left-ff33 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;
}

.media-left-ff33 li strong {
    color: var(--primary-purple);
}

.media-left-ff33 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.shadow-2c15 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.hidden-mini-51ff {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.center_1876 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.hidden-mini-51ff .detail-5fd9 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.tabs_motion_fe2a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.caption_complex_35cd {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.caption_complex_35cd a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.avatar-focused-9a35 {
    padding: 4rem 1.25rem;
    background: white;
}

.tertiary-8e82 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .tertiary-8e82 {
        grid-template-columns: 1fr 1fr;
    }
}

.sidebar-iron-3cd7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tag-cba1 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.menu-static-3d00 {
    margin-bottom: 1.5rem;
}

.notice-bc80 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.cool-01e6 {
    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);
}

.secondary_96b3 {
    white-space: nowrap;
}

.bright_e337 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.link_81cf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box-dd61 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.box-dd61:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.heading-smooth-05af {
    font-size: 2rem;
    flex-shrink: 0;
}

.feature_5104 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.feature_5104 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.thumbnail-9502 {
    margin-top: 3rem;
}

.thumbnail-9502 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.disabled_inner_4c8d {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.disabled_inner_4c8d thead {
    background: var(--primary-purple);
    color: white;
}

.disabled_inner_4c8d th,
.disabled_inner_4c8d td {
    padding: 1rem;
    text-align: left;
}

.disabled_inner_4c8d th {
    font-weight: 700;
    font-size: 0.9rem;
}

.disabled_inner_4c8d tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.disabled_inner_4c8d tbody tr:last-child {
    border-bottom: none;
}

.disabled_inner_4c8d tbody tr:hover {
    background: var(--light-bg);
}

.gradient_current_f053 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.warm-5f5c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.component_white_5614 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.main_3221 {
    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);
}

.main_3221:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.main_3221.new_bd8f::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;
}

.picture-stone-76fd {
    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;
}

.gallery-full-bf6f {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.border_inner_a023 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.outline_f16c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.block-16bc {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.block-16bc p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.block-16bc p:last-child {
    margin-bottom: 0;
}

.block-16bc strong {
    color: var(--text-primary);
    font-weight: 600;
}

.grid-d082 {
    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;
}

.fresh-98e4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.active-02c6 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.active-02c6 .texture-silver-abb8 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.active-02c6 .detail-5fd9 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.message-60ff {
    padding: 4rem 1.25rem;
    background: white;
}

.green-c5d1 {
    max-width: 900px;
    margin: 0 auto;
}

.right-5308 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.right-5308:hover {
    border-color: var(--primary-purple);
}

.right-5308[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.right-5308 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;
}

.right-5308 summary::-webkit-details-marker {
    display: none;
}

.right-5308 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.right-5308[open] summary::after {
    transform: rotate(45deg);
}

.tall-56bb {
    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);
    }
}

.tall-56bb p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.tall-56bb h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.tall-56bb ul,
.tall-56bb ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.tall-56bb li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tall-56bb strong {
    color: var(--text-primary);
    font-weight: 600;
}

.dark-fc33 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.card-598d {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.card-598d th,
.card-598d td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.card-598d th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.new_6dd5 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.focus-6ad9 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.video_full_3602 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .video_full_3602 {
        flex-direction: column;
        text-align: center;
    }
}

.video_full_3602 img {
    flex-shrink: 0;
}

.modal-medium-b879 {
    font-size: 4rem;
    flex-shrink: 0;
}

.picture-hard-0cb2 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.picture-hard-0cb2 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.carousel-8dc5 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.section-gas-a182 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.aside_83ed h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.aside_83ed > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.content_first_c079 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.pagination_18c7 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.pink-657e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.background-static-ffcf h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.background-static-ffcf p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.mask_fixed_c20e {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.popup_bottom_2d14 {
    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);
}

.up-39b0 {
    list-style: none;
}

.up-39b0 li {
    margin-bottom: 0.75rem;
}

.up-39b0 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.up-39b0 a:hover {
    color: white;
}

.column-complex-5d38 {
    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;
}

.aside_f312 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.aside_f312 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.top_16af {
    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);
}

.last-dc31 {
    text-align: right;
}

@media (max-width: 767px) {
    .last-dc31 {
        text-align: center;
        width: 100%;
    }
}

.last-dc31 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.bright_9903 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.soft-f6b7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.aside-82ec,
.stale-5c7d,
.breadcrumb-af93,
.accordion-focused-9814,
.picture_e37f,
.avatar-focused-9a35,
.warm-5f5c,
.message-60ff,
.focus-6ad9,
.section-gas-a182 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .hidden_91c9 {
        font-size: 1.75rem;
    }
    
    .cold_cd9e {
        font-size: 1rem;
    }
    
    .shadow-2c15 {
        flex-direction: column;
    }
    
    .tertiary-8e82 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .hero_new_7ec6 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .banner_4468 {
        max-width: 100%;
    }
    
    .new_3db5 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .soft-f6b7 {
        padding: 0 1rem;
    }
    
    .description_1ecf {
        padding: 4rem 1rem 3rem;
    }
    
    .description_1ecf h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .feature_plasma_f54f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tag_9417 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .disabled_inner_4c8d,
    .card-598d {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .banner_huge_62fb {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .tall-636f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .component_white_5614 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .description_1ecf h1 {
        font-size: 1.5rem;
    }
    
    .tag_9417 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .icon_lower_99a1 {
        padding: 0.75rem;
    }
    
    .texture-silver-abb8 {
        font-size: 1.5rem;
    }
    
    .banner_huge_62fb {
        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 */
.banner_4468:hover,
.grid_steel_d976:hover,
.main_3221:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .accordion-focused-9814,
    .warm-5f5c,
    .message-60ff {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.header-slow-29f1)
   ======================================== */

.pattern_1677.feature-a2d7 {
    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;
}

.pattern_1677.feature-a2d7 .modal-cf82 {
    color: #334155;
}

.pattern_1677.feature-a2d7 .modal-cf82:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.pattern_1677.feature-a2d7 .modal-cf82.fn-active-f0ac {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.pattern_1677.feature-a2d7 .yellow_e5d5 {
    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);
}

.pattern_1677.feature-a2d7 .yellow_e5d5::before {
    border-bottom-color: #ffffff;
}

.pattern_1677.feature-a2d7 .description-blue-de01 {
    color: #475569;
}

.pattern_1677.feature-a2d7 .description-blue-de01::before {
    background: #818cf8;
}

.pattern_1677.feature-a2d7 .description-blue-de01:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.pattern_1677.feature-a2d7 .description-blue-de01:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.pattern_1677.feature-a2d7 .picture-6e95 {
    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);
}

.pattern_1677.feature-a2d7 .picture-6e95:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.pattern_1677.feature-a2d7 .picture-6e95 span {
    background: #475569;
    box-shadow: none;
}

.pattern_1677.feature-a2d7 .picture-6e95.fn-active-f0ac span:nth-child(1),
.pattern_1677.feature-a2d7 .picture-6e95.fn-active-f0ac span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .pattern_1677.feature-a2d7 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .pattern_1677.feature-a2d7 .nav-eb79 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .pattern_1677.feature-a2d7 .nav-eb79 span {
        color: #334155 !important;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 {
        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);
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .modal-cf82 {
        color: #334155;
        text-shadow: none;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .modal-cf82:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .modal-cf82.small-316e::after {
        color: #64748b;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .yellow_e5d5 {
        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) */
    .pattern_1677.feature-a2d7 .texture-3c85 .hidden_red_1ddf.fn-active-f0ac .yellow_e5d5 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .description-blue-de01 {
        color: #475569;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .description-blue-de01::before {
        color: #6366f1;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .description-blue-de01:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .description-blue-de01:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .pattern_1677.feature-a2d7 .texture-3c85 .description-blue-de01:hover::before {
        color: #4f46e5;
    }
}

/* apk.hover_348a — mesmo tema claro da home; blocos extras */
body.background_focused_ae8b {
    background: #f8f9fa;
    color: #2c3e50;
}

.background_focused_ae8b .module-029b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background_focused_ae8b .aside_b55a {
    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);
}

.background_focused_ae8b .aside_b55a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background_focused_ae8b .aside_b55a p:last-child {
    margin-bottom: 0;
}

.background_focused_ae8b .aside_b55a strong {
    color: var(--text-primary);
}

.background_focused_ae8b .detail-e46c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background_focused_ae8b .detail-e46c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text-b5a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text-b5a7 .glass_48a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text-b5a7 .cold-39a4 {
    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);
}

.text-b5a7 .cold-39a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-b5a7 .cold-39a4 p:last-child {
    margin-bottom: 0;
}

.text-b5a7 .cold-39a4 strong {
    color: var(--text-primary);
}

.text-b5a7 .new-4662 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text-b5a7 .new-4662 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter-6c56 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-6c56 .tabs-4600 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-6c56 .clean-0f15 {
    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);
}

.filter-6c56 .clean-0f15 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-6c56 .clean-0f15 p:last-child {
    margin-bottom: 0;
}

.filter-6c56 .clean-0f15 strong {
    color: var(--text-primary);
}

.filter-6c56 .search-in-0ef0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-6c56 .search-in-0ef0 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-green-1627 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay-green-1627 .panel_1e7e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay-green-1627 .secondary_4096 {
    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-green-1627 .secondary_4096 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay-green-1627 .secondary_4096 p:last-child {
    margin-bottom: 0;
}

.overlay-green-1627 .secondary_4096 strong {
    color: var(--text-primary);
}

.overlay-green-1627 .short_d887 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay-green-1627 .short_d887 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-5b24 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-5b24 .header_paper_8f4e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-5b24 .menu-warm-c368 {
    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);
}

.logo-5b24 .menu-warm-c368 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-5b24 .menu-warm-c368 p:last-child {
    margin-bottom: 0;
}

.logo-5b24 .menu-warm-c368 strong {
    color: var(--text-primary);
}

.logo-5b24 .table-green-922d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-5b24 .table-green-922d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input-9606 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-9606 .focus_hot_a210 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-9606 .gas-b96f {
    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);
}

.input-9606 .gas-b96f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-9606 .gas-b96f p:last-child {
    margin-bottom: 0;
}

.input-9606 .gas-b96f strong {
    color: var(--text-primary);
}

.input-9606 .gas-2af0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-9606 .gas-2af0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-ff3a {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-ff3a .tooltip-dim-d9c3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-ff3a .in_4f43 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.row-ff3a .in_4f43 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-ff3a .in_4f43 p:last-child {
    margin-bottom: 0;
}

.row-ff3a .in_4f43 strong {
    color: var(--text-primary);
}

.row-ff3a .plasma_26c7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-ff3a .plasma_26c7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification_3504 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification_3504 .layout-small-2170 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification_3504 .huge_e769 {
    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);
}

.notification_3504 .huge_e769 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_3504 .huge_e769 p:last-child {
    margin-bottom: 0;
}

.notification_3504 .huge_e769 strong {
    color: var(--text-primary);
}

.notification_3504 .solid-f2f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification_3504 .solid-f2f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification-cool-23cd {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification-cool-23cd .out-97ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification-cool-23cd .accent_copper_58f5 {
    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);
}

.notification-cool-23cd .accent_copper_58f5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-cool-23cd .accent_copper_58f5 p:last-child {
    margin-bottom: 0;
}

.notification-cool-23cd .accent_copper_58f5 strong {
    color: var(--text-primary);
}

.notification-cool-23cd .highlight-aaa3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification-cool-23cd .highlight-aaa3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-brown-c218 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-brown-c218 .border_8b3d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-brown-c218 .fluid-996f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-brown-c218 .fluid-996f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-brown-c218 .fluid-996f p:last-child {
    margin-bottom: 0;
}

.item-brown-c218 .fluid-996f strong {
    color: var(--text-primary);
}

.item-brown-c218 .focus_558b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-brown-c218 .focus_558b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag-21dc {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag-21dc .shadow_iron_fd22 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag-21dc .primary_27d6 {
    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);
}

.tag-21dc .primary_27d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag-21dc .primary_27d6 p:last-child {
    margin-bottom: 0;
}

.tag-21dc .primary_27d6 strong {
    color: var(--text-primary);
}

.tag-21dc .iron-bcf5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag-21dc .iron-bcf5 li {
    margin-bottom: 0.65rem;
}

.tag-21dc .iron-bcf5 li:last-child {
    margin-bottom: 0;
}

.tag-21dc .tag-37d1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag-21dc .tag-37d1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text-mini-2a15 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text-mini-2a15 .overlay-hard-11e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text-mini-2a15 .sort_5554 {
    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);
}

.text-mini-2a15 .sort_5554 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-mini-2a15 .sort_5554 p:last-child {
    margin-bottom: 0;
}

.text-mini-2a15 .sort_5554 strong {
    color: var(--text-primary);
}

.text-mini-2a15 .light-14c4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-mini-2a15 .light-14c4 li {
    margin-bottom: 0.65rem;
}

.text-mini-2a15 .light-14c4 li:last-child {
    margin-bottom: 0;
}

.text-mini-2a15 .lower-66f0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text-mini-2a15 .lower-66f0 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_0f26 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image_0f26 .component-d440 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image_0f26 .slider_under_c453 {
    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_0f26 .slider_under_c453 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_0f26 .slider_under_c453 p:last-child {
    margin-bottom: 0;
}

.image_0f26 .slider_under_c453 strong {
    color: var(--text-primary);
}

.image_0f26 .copper-87c2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image_0f26 .copper-87c2 li {
    margin-bottom: 0.65rem;
}

.image_0f26 .copper-87c2 li:last-child {
    margin-bottom: 0;
}

.image_0f26 .sidebar_904f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image_0f26 .sidebar_904f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion-82b5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion-82b5 .soft-0e6a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion-82b5 .mask-5430 {
    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);
}

.motion-82b5 .mask-5430 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion-82b5 .mask-5430 p:last-child {
    margin-bottom: 0;
}

.motion-82b5 .mask-5430 strong {
    color: var(--text-primary);
}

.motion-82b5 .menu_simple_b2a3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion-82b5 .menu_simple_b2a3 li {
    margin-bottom: 0.65rem;
}

.motion-82b5 .menu_simple_b2a3 li:last-child {
    margin-bottom: 0;
}

body.container_b0b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.container_b0b4 .focus_11cf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container_b0b4 .stale-3517 {
    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_b0b4 .stale-3517 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container_b0b4 .stale-3517 p:last-child {
    margin-bottom: 0;
}

.container_b0b4 .stale-3517 strong {
    color: var(--text-primary);
}

.container_b0b4 .outline_c475 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container_b0b4 .outline_c475 li {
    margin-bottom: 0.65rem;
}

.container_b0b4 .outline_c475 li:last-child {
    margin-bottom: 0;
}

.container_b0b4 .row_left_bf6a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container_b0b4 .row_left_bf6a 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-cool-a08e {
    background: #f8f9fa;
    color: #2c3e50;
}

.column-cool-a08e .summary_2ea5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column-cool-a08e .carousel_smooth_5b8a {
    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-cool-a08e .carousel_smooth_5b8a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-cool-a08e .carousel_smooth_5b8a p:last-child {
    margin-bottom: 0;
}

.column-cool-a08e .carousel_smooth_5b8a strong {
    color: var(--text-primary);
}

.column-cool-a08e .heading-simple-ab65 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-cool-a08e .heading-simple-ab65 li {
    margin-bottom: 0.65rem;
}

.column-cool-a08e .heading-simple-ab65 li:last-child {
    margin-bottom: 0;
}

.column-cool-a08e .rough-e5c6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column-cool-a08e .rough-e5c6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notification_left_e2c6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification_left_e2c6 .brown-c0e1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification_left_e2c6 .search-560e {
    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);
}

.notification_left_e2c6 .search-560e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_left_e2c6 .search-560e p:last-child {
    margin-bottom: 0;
}

.notification_left_e2c6 .search-560e strong {
    color: var(--text-primary);
}

.notification_left_e2c6 .summary-middle-4cfd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification_left_e2c6 .summary-middle-4cfd li {
    margin-bottom: 0.65rem;
}

.notification_left_e2c6 .summary-middle-4cfd li:last-child {
    margin-bottom: 0;
}

.notification_left_e2c6 .wide-1fa1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification_left_e2c6 .wide-1fa1 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_9b8b {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite_9b8b .dark-0402 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite_9b8b .message_59cf {
    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_9b8b .message_59cf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_9b8b .message_59cf p:last-child {
    margin-bottom: 0;
}

.lite_9b8b .message_59cf strong {
    color: var(--text-primary);
}

.lite_9b8b .texture_tall_0211 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_9b8b .texture_tall_0211 li {
    margin-bottom: 0.65rem;
}

.lite_9b8b .texture_tall_0211 li:last-child {
    margin-bottom: 0;
}

.lite_9b8b .block-slow-f1da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite_9b8b .block-slow-f1da 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: de9d */
.widget-item-z6 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
