/* 
 * 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.button-c0e3) — fixed together on mobile */
.module_93fb {
    width: 100%;
}

.dropdown-copper-54d3 {
    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) {
    .module_93fb {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .dropdown-copper-54d3 {
        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.smooth-0bbd. Conta) stay reachable.
     */
    .tooltip-271b .highlight_6c42 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .module_93fb .tooltip-271b > .highlight_6c42 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) .dropdown-copper-54d3 {
        flex-shrink: 0;
    }

    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) .tooltip-271b {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) .tooltip-271b > .highlight_6c42 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) .caption-f1c1 {
        flex-shrink: 0;
    }

    .module_93fb:has(.panel_glass_ff4a.fn-show-4ab4) .panel_glass_ff4a.fn-show-4ab4 {
        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 */
    .tooltip-271b .panel_glass_ff4a .white-be44.fn-active-4ab4 .rough-2f4f {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .dropdown-copper-54d3 {
        position: sticky;
        top: 0;
    }
}

.module_93fb.gradient_lower_7abc,
.module_93fb.gradient_lower_7abc .dropdown-copper-54d3 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.tall-c1eb {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .tall-c1eb {
        padding: 0.75rem 0;
    }
}

.paragraph-f0a6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.preview-0270 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .preview-0270 img {
        height: 35px;
    }
}

/* .tooltip-271b / .detail-dim-1ef6 — inner pages (brown bar); index uses .cool_eb05 below */

.tooltip-271b:not(.cool_eb05) .detail-dim-1ef6.fn-active-4ab4 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.south-ee3b {
    display: flex;
    gap: var(--spacing-md);
}

.fixed-9408,
.white_bd43 {
    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) {
    .fixed-9408,
    .white_bd43 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .south-ee3b {
        gap: 0.5rem;
    }
}

.fixed-9408 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.fixed-9408:hover {
    background: var(--primary-purple);
    color: white;
}

.white_bd43 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.white_bd43:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.tertiary-out-3b8d {
    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%;
}

.tertiary-out-3b8d::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;
}

.tertiary-out-3b8d::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;
}

.advanced-0e97 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.dark-2b54 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.dark-2b54 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);
}

.tertiary-out-3b8d 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;
}

.pagination-in-50ef {
    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;
}

.pagination-in-50ef strong {
    font-weight: 700;
}

.backdrop_wood_883a {
    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);
}

.lower_5537 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.short_83a6 {
    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);
}

.short_83a6:hover {
    transform: translateY(-4px);
}

.title_2507 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.stale-dbac {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.south_c6d6 {
    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;
}

.south_c6d6:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.south_c6d6.column_first_dcbb {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.slider_f148 {
    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);
}

.slider_f148:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.stale_18a5 {
    padding: 3rem 1.25rem;
    background: white;
}

.breadcrumb-c8e1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.shadow_d1d3 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.shadow_d1d3:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.shadow_d1d3 img {
    margin-bottom: 1rem;
}

.row-narrow-449b {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.shadow_d1d3 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.shadow_d1d3 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 */
.header_4800 {
    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);
}

.inner-3d7e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.info_09ef {
    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);
}

.info_09ef h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.info_09ef p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.info_09ef a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gallery_f191 {
    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
   ======================================== */

.middle-1fb3 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.background_3b27 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.accordion-589d {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.notification_advanced_f6ab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.wrapper-fixed-21af {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.wrapper-fixed-21af:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.wrapper-fixed-21af.footer-steel-4333 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.wrapper-fixed-21af.footer-steel-4333 h3,
.wrapper-fixed-21af.footer-steel-4333 p {
    color: white;
}

.filter-6c9e {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.wrapper-fixed-21af h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.wrapper-fixed-21af p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture_dim_9bcd {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.picture_dim_9bcd:hover {
    gap: 0.75rem;
}

.wrapper-fixed-21af.footer-steel-4333 .picture_dim_9bcd {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.badge-dynamic-a3e1 {
    padding: 4rem 1.25rem;
    background: white;
}

.west_b3cb {
    text-align: center;
    margin-bottom: 3rem;
}

.badge-left-5c0b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.thick-04cc {
    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%;
}

.thick-04cc:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.block_solid_cde6 {
    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);
}

.tag_4b5c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.mask_new_81d9 {
    padding: 1.5rem;
}

.mask_new_81d9 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.fixed-4f63 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.bottom_b70d {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.hovered_85f6,
.dynamic-794f {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.hovered_85f6 {
    background: #dcfce7;
    color: #166534;
}

.hovered_85f6.search_simple_cb5e {
    background: #10b981;
    color: white;
}

.dynamic-794f {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.dynamic-794f.mini_1f74 {
    background: #fee2e2;
    color: #991b1b;
}

.dynamic-794f.pattern-last-e158 {
    background: #fef3c7;
    color: #92400e;
}

.dynamic-794f.south_c564 {
    background: #dcfce7;
    color: #166534;
}

.header-5aec {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header-5aec strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.hovered-489e {
    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);
}

.hovered-489e:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.accent_c154 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.last-c4f7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-0804 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hero-0804 {
        grid-template-columns: 1fr 1fr;
    }
}

.paragraph-pro-e9ca img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.dynamic-523d h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.row-5b64 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.main-hovered-f7d5 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.short_b6b5 {
    font-size: 1rem;
    opacity: 0.9;
}

.dynamic-523d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.fixed-acb4 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.fixed-acb4 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.fixed-acb4 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;
}

.fixed-acb4 li strong {
    color: var(--primary-purple);
}

.fixed-acb4 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.block_purple_a416 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.frame-c20c {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.summary-focused-940c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.frame-c20c .stale-dbac {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.right-8212 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.disabled_active_f7f9 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.disabled_active_f7f9 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.wrapper_b714 {
    padding: 4rem 1.25rem;
    background: white;
}

.copper_7bf0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .copper_7bf0 {
        grid-template-columns: 1fr 1fr;
    }
}

.banner-glass-4604 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.west_53b6 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.hidden_b7e2 {
    margin-bottom: 1.5rem;
}

.component-345d {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.steel_0f7d {
    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);
}

.next-2a54 {
    white-space: nowrap;
}

.backdrop_733d {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.dropdown-e67d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.large-c76d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.large-c76d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.steel_3d38 {
    font-size: 2rem;
    flex-shrink: 0;
}

.overlay_bronze_2000 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.overlay_bronze_2000 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.focused-613f {
    margin-top: 3rem;
}

.focused-613f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.search_4530 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.search_4530 thead {
    background: var(--primary-purple);
    color: white;
}

.search_4530 th,
.search_4530 td {
    padding: 1rem;
    text-align: left;
}

.search_4530 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.search_4530 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.search_4530 tbody tr:last-child {
    border-bottom: none;
}

.search_4530 tbody tr:hover {
    background: var(--light-bg);
}

.glass_b240 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.fresh-bda7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.up-271b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.liquid-15f2 {
    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);
}

.liquid-15f2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.liquid-15f2.shadow_a729::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;
}

.alert-c36b {
    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;
}

.sidebar-dynamic-e8b2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.search-c0ec h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.footer-blue-9a26 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tabs-c318 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.tabs-c318 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.tabs-c318 p:last-child {
    margin-bottom: 0;
}

.tabs-c318 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.avatar-pink-ec61 {
    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;
}

.background-dynamic-1544 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.text-upper-c9e4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.text-upper-c9e4 .title_2507 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.text-upper-c9e4 .stale-dbac {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.status-eaf1 {
    padding: 4rem 1.25rem;
    background: white;
}

.old-e27e {
    max-width: 900px;
    margin: 0 auto;
}

.tabs_smooth_5fb4 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.tabs_smooth_5fb4:hover {
    border-color: var(--primary-purple);
}

.tabs_smooth_5fb4[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.tabs_smooth_5fb4 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;
}

.tabs_smooth_5fb4 summary::-webkit-details-marker {
    display: none;
}

.tabs_smooth_5fb4 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.tabs_smooth_5fb4[open] summary::after {
    transform: rotate(45deg);
}

.active_silver_5d2f {
    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);
    }
}

.active_silver_5d2f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.active_silver_5d2f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.active_silver_5d2f ul,
.active_silver_5d2f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.active_silver_5d2f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.active_silver_5d2f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.item_8e4b {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.table-3150 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.table-3150 th,
.table-3150 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.table-3150 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.tabs_basic_689f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.search_liquid_20a1 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.gradient_gold_c9e7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .gradient_gold_c9e7 {
        flex-direction: column;
        text-align: center;
    }
}

.gradient_gold_c9e7 img {
    flex-shrink: 0;
}

.shade_5292 {
    font-size: 4rem;
    flex-shrink: 0;
}

.focus_64d2 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.focus_64d2 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.modal_outer_6208 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.tooltip-new-352d {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.thumbnail-east-74fb h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.thumbnail-east-74fb > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.info-mini-73bb {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.footer-steel-962f {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.breadcrumb-static-9448 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.row_focused_ae8f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.row_focused_ae8f p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.pressed_59a0 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary-iron-a892 {
    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);
}

.cool_e6c6 {
    list-style: none;
}

.cool_e6c6 li {
    margin-bottom: 0.75rem;
}

.cool_e6c6 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.cool_e6c6 a:hover {
    color: white;
}

.table-east-51f0 {
    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;
}

.down-0c44 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.down-0c44 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.outer-da22 {
    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);
}

.box_da08 {
    text-align: right;
}

@media (max-width: 767px) {
    .box_da08 {
        text-align: center;
        width: 100%;
    }
}

.box_da08 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.bronze_caaa {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.highlight_6c42 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.stale_18a5,
.header_4800,
.middle-1fb3,
.badge-dynamic-a3e1,
.last-c4f7,
.wrapper_b714,
.fresh-bda7,
.status-eaf1,
.search_liquid_20a1,
.tooltip-new-352d {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .background_3b27 {
        font-size: 1.75rem;
    }
    
    .accordion-589d {
        font-size: 1rem;
    }
    
    .block_purple_a416 {
        flex-direction: column;
    }
    
    .copper_7bf0 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .badge-left-5c0b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .thick-04cc {
        max-width: 100%;
    }
    
    .tag_4b5c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .highlight_6c42 {
        padding: 0 1rem;
    }
    
    .tertiary-out-3b8d {
        padding: 4rem 1rem 3rem;
    }
    
    .tertiary-out-3b8d h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .south_c6d6 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .lower_5537 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .search_4530,
    .table-3150 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .breadcrumb-c8e1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .notification_advanced_f6ab {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .up-271b {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .tertiary-out-3b8d h1 {
        font-size: 1.5rem;
    }
    
    .lower_5537 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .short_83a6 {
        padding: 0.75rem;
    }
    
    .title_2507 {
        font-size: 1.5rem;
    }
    
    .breadcrumb-c8e1 {
        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 */
.thick-04cc:hover,
.wrapper-fixed-21af:hover,
.liquid-15f2:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .badge-dynamic-a3e1,
    .fresh-bda7,
    .status-eaf1 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.button-c0e3)
   ======================================== */

.tooltip-271b.cool_eb05 {
    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;
}

.tooltip-271b.cool_eb05 .detail-dim-1ef6 {
    color: #334155;
}

.tooltip-271b.cool_eb05 .detail-dim-1ef6:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.tooltip-271b.cool_eb05 .detail-dim-1ef6.fn-active-4ab4 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.tooltip-271b.cool_eb05 .rough-2f4f {
    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);
}

.tooltip-271b.cool_eb05 .rough-2f4f::before {
    border-bottom-color: #ffffff;
}

.tooltip-271b.cool_eb05 .glass-5c87 {
    color: #475569;
}

.tooltip-271b.cool_eb05 .glass-5c87::before {
    background: #818cf8;
}

.tooltip-271b.cool_eb05 .glass-5c87:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.tooltip-271b.cool_eb05 .glass-5c87:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.tooltip-271b.cool_eb05 .top_7b04 {
    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);
}

.tooltip-271b.cool_eb05 .top_7b04:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.tooltip-271b.cool_eb05 .top_7b04 span {
    background: #475569;
    box-shadow: none;
}

.tooltip-271b.cool_eb05 .top_7b04.fn-active-4ab4 span:nth-child(1),
.tooltip-271b.cool_eb05 .top_7b04.fn-active-4ab4 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .tooltip-271b.cool_eb05 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .tooltip-271b.cool_eb05 .caption-f1c1 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .tooltip-271b.cool_eb05 .caption-f1c1 span {
        color: #334155 !important;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a {
        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);
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .detail-dim-1ef6 {
        color: #334155;
        text-shadow: none;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .detail-dim-1ef6:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .detail-dim-1ef6.basic_108b::after {
        color: #64748b;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .rough-2f4f {
        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) */
    .tooltip-271b.cool_eb05 .panel_glass_ff4a .white-be44.fn-active-4ab4 .rough-2f4f {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .glass-5c87 {
        color: #475569;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .glass-5c87::before {
        color: #6366f1;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .glass-5c87:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .glass-5c87:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .tooltip-271b.cool_eb05 .panel_glass_ff4a .glass-5c87:hover::before {
        color: #4f46e5;
    }
}

/* apk.box-solid-afa9 — mesmo tema claro da home; blocos extras */
body.modal-medium-2b6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-medium-2b6e .hidden-0be3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-medium-2b6e .progress-silver-2b9f {
    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);
}

.modal-medium-2b6e .progress-silver-2b9f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-medium-2b6e .progress-silver-2b9f p:last-child {
    margin-bottom: 0;
}

.modal-medium-2b6e .progress-silver-2b9f strong {
    color: var(--text-primary);
}

.modal-medium-2b6e .box-38ea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-medium-2b6e .box-38ea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-steel-2316 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-steel-2316 .action_0b54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-steel-2316 .block-steel-e9ff {
    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);
}

.thumbnail-steel-2316 .block-steel-e9ff p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-steel-2316 .block-steel-e9ff p:last-child {
    margin-bottom: 0;
}

.thumbnail-steel-2316 .block-steel-e9ff strong {
    color: var(--text-primary);
}

.thumbnail-steel-2316 .slider_ecd9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-steel-2316 .slider_ecd9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar-9916 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-9916 .frame-5be4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-9916 .button-dynamic-a11b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.avatar-9916 .button-dynamic-a11b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-9916 .button-dynamic-a11b p:last-child {
    margin-bottom: 0;
}

.avatar-9916 .button-dynamic-a11b strong {
    color: var(--text-primary);
}

.avatar-9916 .thumbnail-d2f5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-9916 .thumbnail-d2f5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.background-1339 {
    background: #f8f9fa;
    color: #2c3e50;
}

.background-1339 .tertiary_b4d7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background-1339 .logo_7d03 {
    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-1339 .logo_7d03 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background-1339 .logo_7d03 p:last-child {
    margin-bottom: 0;
}

.background-1339 .logo_7d03 strong {
    color: var(--text-primary);
}

.background-1339 .detail_solid_b88c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background-1339 .detail_solid_b88c 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-a1a3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite-a1a3 .lite_459d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite-a1a3 .filter_34d3 {
    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-a1a3 .filter_34d3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite-a1a3 .filter_34d3 p:last-child {
    margin-bottom: 0;
}

.lite-a1a3 .filter_34d3 strong {
    color: var(--text-primary);
}

.lite-a1a3 .banner-e3df {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite-a1a3 .banner-e3df img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean_20d3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean_20d3 .pagination_7cd3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean_20d3 .modal_f846 {
    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);
}

.clean_20d3 .modal_f846 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_20d3 .modal_f846 p:last-child {
    margin-bottom: 0;
}

.clean_20d3 .modal_f846 strong {
    color: var(--text-primary);
}

.clean_20d3 .over-1507 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean_20d3 .over-1507 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message-cool-51bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-cool-51bc .breadcrumb_e4ed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-cool-51bc .description-4774 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.message-cool-51bc .description-4774 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-cool-51bc .description-4774 p:last-child {
    margin-bottom: 0;
}

.message-cool-51bc .description-4774 strong {
    color: var(--text-primary);
}

.message-cool-51bc .modal-1732 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message-cool-51bc .modal-1732 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.first-b256 {
    background: #f8f9fa;
    color: #2c3e50;
}

.first-b256 .background_motion_8c9e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.first-b256 .panel-ab99 {
    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);
}

.first-b256 .panel-ab99 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.first-b256 .panel-ab99 p:last-child {
    margin-bottom: 0;
}

.first-b256 .panel-ab99 strong {
    color: var(--text-primary);
}

.first-b256 .motion-a2e6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.first-b256 .motion-a2e6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.red-2fc8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.red-2fc8 .slider-3704 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.red-2fc8 .center_77a2 {
    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);
}

.red-2fc8 .center_77a2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.red-2fc8 .center_77a2 p:last-child {
    margin-bottom: 0;
}

.red-2fc8 .center_77a2 strong {
    color: var(--text-primary);
}

.red-2fc8 .yellow_b13b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.red-2fc8 .yellow_b13b 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_rough_8a62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar_rough_8a62 .red-3f2d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar_rough_8a62 .solid-2ab7 {
    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_rough_8a62 .solid-2ab7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_rough_8a62 .solid-2ab7 p:last-child {
    margin-bottom: 0;
}

.sidebar_rough_8a62 .solid-2ab7 strong {
    color: var(--text-primary);
}

.sidebar_rough_8a62 .input_1a3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar_rough_8a62 .input_1a3d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge_focused_209c {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_focused_209c .overlay_5e3c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_focused_209c .large-e12d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.badge_focused_209c .large-e12d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_focused_209c .large-e12d p:last-child {
    margin-bottom: 0;
}

.badge_focused_209c .large-e12d strong {
    color: var(--text-primary);
}

.badge_focused_209c .primary_c330 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_focused_209c .primary_c330 li {
    margin-bottom: 0.65rem;
}

.badge_focused_209c .primary_c330 li:last-child {
    margin-bottom: 0;
}

.badge_focused_209c .banner_white_66f7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_focused_209c .banner_white_66f7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dynamic_a091 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dynamic_a091 .header_d7ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dynamic_a091 .blue-6352 {
    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);
}

.dynamic_a091 .blue-6352 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic_a091 .blue-6352 p:last-child {
    margin-bottom: 0;
}

.dynamic_a091 .blue-6352 strong {
    color: var(--text-primary);
}

.dynamic_a091 .table_d7db {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic_a091 .table_d7db li {
    margin-bottom: 0.65rem;
}

.dynamic_a091 .table_d7db li:last-child {
    margin-bottom: 0;
}

.dynamic_a091 .component_gas_2256 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dynamic_a091 .component_gas_2256 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal-ec4f {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-ec4f .glass_ef9a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-ec4f .pagination-a5e6 {
    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);
}

.modal-ec4f .pagination-a5e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-ec4f .pagination-a5e6 p:last-child {
    margin-bottom: 0;
}

.modal-ec4f .pagination-a5e6 strong {
    color: var(--text-primary);
}

.modal-ec4f .highlight_c229 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-ec4f .highlight_c229 li {
    margin-bottom: 0.65rem;
}

.modal-ec4f .highlight_c229 li:last-child {
    margin-bottom: 0;
}

.modal-ec4f .sidebar_4848 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-ec4f .sidebar_4848 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table-old-78bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-old-78bc .message-gas-956e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-old-78bc .footer_3cc2 {
    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);
}

.table-old-78bc .footer_3cc2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-old-78bc .footer_3cc2 p:last-child {
    margin-bottom: 0;
}

.table-old-78bc .footer_3cc2 strong {
    color: var(--text-primary);
}

.table-old-78bc .disabled_de84 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-old-78bc .disabled_de84 li {
    margin-bottom: 0.65rem;
}

.table-old-78bc .disabled_de84 li:last-child {
    margin-bottom: 0;
}

body.list_dca6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_dca6 .huge-1dae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_dca6 .hard-42aa {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.list_dca6 .hard-42aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_dca6 .hard-42aa p:last-child {
    margin-bottom: 0;
}

.list_dca6 .hard-42aa strong {
    color: var(--text-primary);
}

.list_dca6 .highlight_6c0f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_dca6 .highlight_6c0f li {
    margin-bottom: 0.65rem;
}

.list_dca6 .highlight_6c0f li:last-child {
    margin-bottom: 0;
}

.list_dca6 .thumbnail-21f3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_dca6 .thumbnail-21f3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic-5bee {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-5bee .stale_906b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-5bee .badge-552d {
    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);
}

.basic-5bee .badge-552d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-5bee .badge-552d p:last-child {
    margin-bottom: 0;
}

.basic-5bee .badge-552d strong {
    color: var(--text-primary);
}

.basic-5bee .gradient_d181 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-5bee .gradient_d181 li {
    margin-bottom: 0.65rem;
}

.basic-5bee .gradient_d181 li:last-child {
    margin-bottom: 0;
}

.basic-5bee .backdrop_773b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-5bee .backdrop_773b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.grid_8016 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_8016 .static-7419 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_8016 .hover-6f28 {
    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);
}

.grid_8016 .hover-6f28 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_8016 .hover-6f28 p:last-child {
    margin-bottom: 0;
}

.grid_8016 .hover-6f28 strong {
    color: var(--text-primary);
}

.grid_8016 .tag_b9f7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_8016 .tag_b9f7 li {
    margin-bottom: 0.65rem;
}

.grid_8016 .tag_b9f7 li:last-child {
    margin-bottom: 0;
}

.grid_8016 .thumbnail-lite-6390 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_8016 .thumbnail-lite-6390 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.prev-d2f0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.prev-d2f0 .progress-gas-8bd3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.prev-d2f0 .popup_1b26 {
    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);
}

.prev-d2f0 .popup_1b26 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev-d2f0 .popup_1b26 p:last-child {
    margin-bottom: 0;
}

.prev-d2f0 .popup_1b26 strong {
    color: var(--text-primary);
}

.prev-d2f0 .liquid_d900 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev-d2f0 .liquid_d900 li {
    margin-bottom: 0.65rem;
}

.prev-d2f0 .liquid_d900 li:last-child {
    margin-bottom: 0;
}

.prev-d2f0 .middle-a099 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.prev-d2f0 .middle-a099 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: 78f5 */
.ghost-box-a4 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
