/* 
 * 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.status_2fc5) — fixed together on mobile */
.accordion-motion-6f4b {
    width: 100%;
}

.secondary_83d8 {
    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) {
    .accordion-motion-6f4b {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .secondary_83d8 {
        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.gallery_silver_cdd8. Conta) stay reachable.
     */
    .picture-8eb3 .west_dd68 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .accordion-motion-6f4b .picture-8eb3 > .west_dd68 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) .secondary_83d8 {
        flex-shrink: 0;
    }

    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) .picture-8eb3 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) .picture-8eb3 > .west_dd68 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) .chip_cold_d6e9 {
        flex-shrink: 0;
    }

    .accordion-motion-6f4b:has(.purple_18e7.fn-show-3d47) .purple_18e7.fn-show-3d47 {
        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 */
    .picture-8eb3 .purple_18e7 .frame_1267.fn-active-3d47 .disabled-pressed-ffd3 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .secondary_83d8 {
        position: sticky;
        top: 0;
    }
}

.accordion-motion-6f4b.avatar_purple_799e,
.accordion-motion-6f4b.avatar_purple_799e .secondary_83d8 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.summary_hard_4979 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .summary_hard_4979 {
        padding: 0.75rem 0;
    }
}

.content-8911 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.smooth-8777 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .smooth-8777 img {
        height: 35px;
    }
}

/* .picture-8eb3 / .brown-3e05 — inner pages (brown bar); index uses .hard-dc74 below */

.picture-8eb3:not(.hard-dc74) .brown-3e05.fn-active-3d47 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.in-cb62 {
    display: flex;
    gap: var(--spacing-md);
}

.full_6cf5,
.breadcrumb-c003 {
    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) {
    .full_6cf5,
    .breadcrumb-c003 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .in-cb62 {
        gap: 0.5rem;
    }
}

.full_6cf5 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.full_6cf5:hover {
    background: var(--primary-purple);
    color: white;
}

.breadcrumb-c003 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.breadcrumb-c003:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.slider-249e {
    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%;
}

.slider-249e::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;
}

.slider-249e::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;
}

.tag-liquid-86e9 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.upper_98eb {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.upper_98eb 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);
}

.slider-249e 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;
}

.sort-plasma-396a {
    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;
}

.sort-plasma-396a strong {
    font-weight: 700;
}

.item_red_fcd2 {
    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);
}

.focused-b156 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.light-b0a9 {
    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);
}

.light-b0a9:hover {
    transform: translateY(-4px);
}

.hot-4329 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.block-6fe0 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tertiary-a4a0 {
    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;
}

.tertiary-a4a0:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tertiary-a4a0.short_72a7 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.in_be9e {
    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);
}

.in_be9e:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.badge_796f {
    padding: 3rem 1.25rem;
    background: white;
}

.tag-f0b1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.info-cool-d6a5 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.info-cool-d6a5:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.info-cool-d6a5 img {
    margin-bottom: 1rem;
}

.column-a398 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.info-cool-d6a5 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.info-cool-d6a5 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 */
.tabs-clean-b15a {
    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);
}

.tiny-743d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.pro-f6ab {
    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);
}

.pro-f6ab h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.pro-f6ab p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.pro-f6ab a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.block_68fd {
    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
   ======================================== */

.tag-a1b8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.background-6d1b {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.first_812b {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.status_cool_3e85 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.heading_6e95 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.heading_6e95:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.heading_6e95.pattern_clean_422f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.heading_6e95.pattern_clean_422f h3,
.heading_6e95.pattern_clean_422f p {
    color: white;
}

.soft_03a5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.heading_6e95 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.heading_6e95 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption-dim-1d36 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.caption-dim-1d36:hover {
    gap: 0.75rem;
}

.heading_6e95.pattern_clean_422f .caption-dim-1d36 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.notification-small-5874 {
    padding: 4rem 1.25rem;
    background: white;
}

.mask-9d0e {
    text-align: center;
    margin-bottom: 3rem;
}

.media-ca39 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.heading_basic_f974 {
    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%;
}

.heading_basic_f974:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.active-selected-3d0d {
    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);
}

.popup-3726 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.feature_1b28 {
    padding: 1.5rem;
}

.feature_1b28 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.smooth_3547 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.sidebar_ccd4 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.description-small-673b,
.picture-first-6cf0 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.description-small-673b {
    background: #dcfce7;
    color: #166534;
}

.description-small-673b.article_2091 {
    background: #10b981;
    color: white;
}

.picture-first-6cf0 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.picture-first-6cf0.pressed-d015 {
    background: #fee2e2;
    color: #991b1b;
}

.picture-first-6cf0.table-huge-fae0 {
    background: #fef3c7;
    color: #92400e;
}

.picture-first-6cf0.video-liquid-d122 {
    background: #dcfce7;
    color: #166534;
}

.overlay_rough_e4a4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.overlay_rough_e4a4 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.surface_4e81 {
    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);
}

.surface_4e81:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.middle-4669 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.static_e9c8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.stale-492b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .stale-492b {
        grid-template-columns: 1fr 1fr;
    }
}

.column-current-3572 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.stale_1f7f h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.in-13d5 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.layout_e0a2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.tertiary-37df {
    font-size: 1rem;
    opacity: 0.9;
}

.stale_1f7f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.middle-4597 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.middle-4597 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.middle-4597 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;
}

.middle-4597 li strong {
    color: var(--primary-purple);
}

.middle-4597 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.video-4b02 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.grid-c8fe {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.stone-c935 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.grid-c8fe .block-6fe0 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.hot-3fd5 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.column-3e73 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.column-3e73 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.preview_9735 {
    padding: 4rem 1.25rem;
    background: white;
}

.heading_middle_2c1c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .heading_middle_2c1c {
        grid-template-columns: 1fr 1fr;
    }
}

.hard_7323 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.thick-62db {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.slider-0215 {
    margin-bottom: 1.5rem;
}

.icon_east_b5d3 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.block-in-b385 {
    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);
}

.title_f412 {
    white-space: nowrap;
}

.module-0e33 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.huge_9399 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.component-old-db99 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.component-old-db99:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.complex_370c {
    font-size: 2rem;
    flex-shrink: 0;
}

.element-6ddc h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.element-6ddc p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.pro_20a1 {
    margin-top: 3rem;
}

.pro_20a1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hot-8bdc {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.hot-8bdc thead {
    background: var(--primary-purple);
    color: white;
}

.hot-8bdc th,
.hot-8bdc td {
    padding: 1rem;
    text-align: left;
}

.hot-8bdc th {
    font-weight: 700;
    font-size: 0.9rem;
}

.hot-8bdc tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.hot-8bdc tbody tr:last-child {
    border-bottom: none;
}

.hot-8bdc tbody tr:hover {
    background: var(--light-bg);
}

.mini_fc78 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.table-9c46 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.bright-99ac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.sidebar-small-12cb {
    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);
}

.sidebar-small-12cb:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.sidebar-small-12cb.pattern-middle-804e::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;
}

.feature_dynamic_8615 {
    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;
}

.search-03e9 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.layout-38c1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.hard-cd0d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.modal-4415 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.modal-4415 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.modal-4415 p:last-child {
    margin-bottom: 0;
}

.modal-4415 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.pagination_2993 {
    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;
}

.fluid_1eab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.container_2382 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.container_2382 .hot-4329 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.container_2382 .block-6fe0 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.form_plasma_df9e {
    padding: 4rem 1.25rem;
    background: white;
}

.filter-275a {
    max-width: 900px;
    margin: 0 auto;
}

.lower_ff2c {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.lower_ff2c:hover {
    border-color: var(--primary-purple);
}

.lower_ff2c[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.lower_ff2c 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;
}

.lower_ff2c summary::-webkit-details-marker {
    display: none;
}

.lower_ff2c summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.lower_ff2c[open] summary::after {
    transform: rotate(45deg);
}

.hero-lite-b163 {
    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);
    }
}

.hero-lite-b163 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.hero-lite-b163 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.hero-lite-b163 ul,
.hero-lite-b163 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.hero-lite-b163 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.hero-lite-b163 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.sort_5c31 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.module_6ed7 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.module_6ed7 th,
.module_6ed7 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.module_6ed7 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.hero_7c3b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.upper_2a8e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.backdrop_gold_38ba {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .backdrop_gold_38ba {
        flex-direction: column;
        text-align: center;
    }
}

.backdrop_gold_38ba img {
    flex-shrink: 0;
}

.image_5a03 {
    font-size: 4rem;
    flex-shrink: 0;
}

.fixed-7ab3 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.fixed-7ab3 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.disabled-900b {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.steel-5a39 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.picture-focused-defb h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.picture-focused-defb > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.action_2cb9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.gradient_a179 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.slider-pink-e530 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.gallery-easy-7be1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.gallery-easy-7be1 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.primary-hard-e898 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.south-376f {
    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);
}

.dynamic_cb43 {
    list-style: none;
}

.dynamic_cb43 li {
    margin-bottom: 0.75rem;
}

.dynamic_cb43 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.dynamic_cb43 a:hover {
    color: white;
}

.gold_1cc3 {
    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;
}

.highlight-full-ca4e {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.highlight-full-ca4e span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.secondary-hot-e383 {
    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);
}

.thick-6d79 {
    text-align: right;
}

@media (max-width: 767px) {
    .thick-6d79 {
        text-align: center;
        width: 100%;
    }
}

.thick-6d79 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.action_f735 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.west_dd68 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.badge_796f,
.tabs-clean-b15a,
.tag-a1b8,
.notification-small-5874,
.static_e9c8,
.preview_9735,
.table-9c46,
.form_plasma_df9e,
.upper_2a8e,
.steel-5a39 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .background-6d1b {
        font-size: 1.75rem;
    }
    
    .first_812b {
        font-size: 1rem;
    }
    
    .video-4b02 {
        flex-direction: column;
    }
    
    .heading_middle_2c1c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .media-ca39 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .heading_basic_f974 {
        max-width: 100%;
    }
    
    .popup-3726 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .west_dd68 {
        padding: 0 1rem;
    }
    
    .slider-249e {
        padding: 4rem 1rem 3rem;
    }
    
    .slider-249e h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tertiary-a4a0 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .focused-b156 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .hot-8bdc,
    .module_6ed7 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .tag-f0b1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .status_cool_3e85 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .bright-99ac {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .slider-249e h1 {
        font-size: 1.5rem;
    }
    
    .focused-b156 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .light-b0a9 {
        padding: 0.75rem;
    }
    
    .hot-4329 {
        font-size: 1.5rem;
    }
    
    .tag-f0b1 {
        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 */
.heading_basic_f974:hover,
.heading_6e95:hover,
.sidebar-small-12cb:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .notification-small-5874,
    .table-9c46,
    .form_plasma_df9e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.status_2fc5)
   ======================================== */

.picture-8eb3.hard-dc74 {
    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;
}

.picture-8eb3.hard-dc74 .brown-3e05 {
    color: #334155;
}

.picture-8eb3.hard-dc74 .brown-3e05:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.picture-8eb3.hard-dc74 .brown-3e05.fn-active-3d47 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.picture-8eb3.hard-dc74 .disabled-pressed-ffd3 {
    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);
}

.picture-8eb3.hard-dc74 .disabled-pressed-ffd3::before {
    border-bottom-color: #ffffff;
}

.picture-8eb3.hard-dc74 .nav-36a2 {
    color: #475569;
}

.picture-8eb3.hard-dc74 .nav-36a2::before {
    background: #818cf8;
}

.picture-8eb3.hard-dc74 .nav-36a2:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.picture-8eb3.hard-dc74 .nav-36a2:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.picture-8eb3.hard-dc74 .top-23de {
    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);
}

.picture-8eb3.hard-dc74 .top-23de:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.picture-8eb3.hard-dc74 .top-23de span {
    background: #475569;
    box-shadow: none;
}

.picture-8eb3.hard-dc74 .top-23de.fn-active-3d47 span:nth-child(1),
.picture-8eb3.hard-dc74 .top-23de.fn-active-3d47 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .picture-8eb3.hard-dc74 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .picture-8eb3.hard-dc74 .chip_cold_d6e9 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .picture-8eb3.hard-dc74 .chip_cold_d6e9 span {
        color: #334155 !important;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 {
        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);
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .brown-3e05 {
        color: #334155;
        text-shadow: none;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .brown-3e05:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .brown-3e05.liquid_8b6f::after {
        color: #64748b;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .disabled-pressed-ffd3 {
        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) */
    .picture-8eb3.hard-dc74 .purple_18e7 .frame_1267.fn-active-3d47 .disabled-pressed-ffd3 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .nav-36a2 {
        color: #475569;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .nav-36a2::before {
        color: #6366f1;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .nav-36a2:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .nav-36a2:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .picture-8eb3.hard-dc74 .purple_18e7 .nav-36a2:hover::before {
        color: #4f46e5;
    }
}

/* apk.texture_brown_2ea0 — mesmo tema claro da home; blocos extras */
body.cold-aa5e {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold-aa5e .warm-6452 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold-aa5e .summary_95a4 {
    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);
}

.cold-aa5e .summary_95a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-aa5e .summary_95a4 p:last-child {
    margin-bottom: 0;
}

.cold-aa5e .summary_95a4 strong {
    color: var(--text-primary);
}

.cold-aa5e .block_lower_71d1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold-aa5e .block_lower_71d1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sort-light-10c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-light-10c9 .frame-tiny-7cf6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-light-10c9 .stale-1fc8 {
    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);
}

.sort-light-10c9 .stale-1fc8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-light-10c9 .stale-1fc8 p:last-child {
    margin-bottom: 0;
}

.sort-light-10c9 .stale-1fc8 strong {
    color: var(--text-primary);
}

.sort-light-10c9 .background-top-de22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-light-10c9 .background-top-de22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus-4f1f {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-4f1f .caption-9f42 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-4f1f .element-hard-f0bf {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus-4f1f .element-hard-f0bf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-4f1f .element-hard-f0bf p:last-child {
    margin-bottom: 0;
}

.focus-4f1f .element-hard-f0bf strong {
    color: var(--text-primary);
}

.focus-4f1f .liquid_df55 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-4f1f .liquid_df55 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dim_89e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim_89e6 .upper_41a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim_89e6 .table-next-39aa {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.dim_89e6 .table-next-39aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_89e6 .table-next-39aa p:last-child {
    margin-bottom: 0;
}

.dim_89e6 .table-next-39aa strong {
    color: var(--text-primary);
}

.dim_89e6 .soft_c8ea {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dim_89e6 .soft_c8ea img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.south_4235 {
    background: #f8f9fa;
    color: #2c3e50;
}

.south_4235 .modal_black_aa43 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.south_4235 .banner-slow-e805 {
    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);
}

.south_4235 .banner-slow-e805 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south_4235 .banner-slow-e805 p:last-child {
    margin-bottom: 0;
}

.south_4235 .banner-slow-e805 strong {
    color: var(--text-primary);
}

.south_4235 .hard-44ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.south_4235 .hard-44ad img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb-huge-83ea {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb-huge-83ea .module_in_7372 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb-huge-83ea .advanced-5073 {
    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);
}

.breadcrumb-huge-83ea .advanced-5073 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb-huge-83ea .advanced-5073 p:last-child {
    margin-bottom: 0;
}

.breadcrumb-huge-83ea .advanced-5073 strong {
    color: var(--text-primary);
}

.breadcrumb-huge-83ea .panel_yellow_d6d2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb-huge-83ea .panel_yellow_d6d2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_6f39 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_6f39 .box_f45c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_6f39 .item_action_3c86 {
    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);
}

.breadcrumb_6f39 .item_action_3c86 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_6f39 .item_action_3c86 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_6f39 .item_action_3c86 strong {
    color: var(--text-primary);
}

.breadcrumb_6f39 .lower_44ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_6f39 .lower_44ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-0c5c {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-0c5c .modal-full-4c08 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-0c5c .box-44d2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.form-0c5c .box-44d2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-0c5c .box-44d2 p:last-child {
    margin-bottom: 0;
}

.form-0c5c .box-44d2 strong {
    color: var(--text-primary);
}

.form-0c5c .container_green_be96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-0c5c .container_green_be96 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media-002c {
    background: #f8f9fa;
    color: #2c3e50;
}

.media-002c .search-stone-077a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media-002c .banner-fece {
    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);
}

.media-002c .banner-fece p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-002c .banner-fece p:last-child {
    margin-bottom: 0;
}

.media-002c .banner-fece strong {
    color: var(--text-primary);
}

.media-002c .wide-b366 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media-002c .wide-b366 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.short_03de {
    background: #f8f9fa;
    color: #2c3e50;
}

.short_03de .hidden-left-315d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.short_03de .element_5997 {
    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);
}

.short_03de .element_5997 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_03de .element_5997 p:last-child {
    margin-bottom: 0;
}

.short_03de .element_5997 strong {
    color: var(--text-primary);
}

.short_03de .nav_a747 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.short_03de .nav_a747 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown-east-fb04 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown-east-fb04 .aside-40d5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown-east-fb04 .secondary_26bc {
    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);
}

.dropdown-east-fb04 .secondary_26bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-east-fb04 .secondary_26bc p:last-child {
    margin-bottom: 0;
}

.dropdown-east-fb04 .secondary_26bc strong {
    color: var(--text-primary);
}

.dropdown-east-fb04 .slow-194d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-east-fb04 .slow-194d li {
    margin-bottom: 0.65rem;
}

.dropdown-east-fb04 .slow-194d li:last-child {
    margin-bottom: 0;
}

.dropdown-east-fb04 .green-ec09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown-east-fb04 .green-ec09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.north-a0de {
    background: #f8f9fa;
    color: #2c3e50;
}

.north-a0de .panel-over-9a4b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north-a0de .detail_d4e6 {
    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);
}

.north-a0de .detail_d4e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-a0de .detail_d4e6 p:last-child {
    margin-bottom: 0;
}

.north-a0de .detail_d4e6 strong {
    color: var(--text-primary);
}

.north-a0de .basic_495b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north-a0de .basic_495b li {
    margin-bottom: 0.65rem;
}

.north-a0de .basic_495b li:last-child {
    margin-bottom: 0;
}

.north-a0de .chip_6f09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north-a0de .chip_6f09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid_7a5f {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid_7a5f .tall_48c9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid_7a5f .gas_93c8 {
    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);
}

.solid_7a5f .gas_93c8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_7a5f .gas_93c8 p:last-child {
    margin-bottom: 0;
}

.solid_7a5f .gas_93c8 strong {
    color: var(--text-primary);
}

.solid_7a5f .primary_5431 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_7a5f .primary_5431 li {
    margin-bottom: 0.65rem;
}

.solid_7a5f .primary_5431 li:last-child {
    margin-bottom: 0;
}

.solid_7a5f .disabled-solid-7d7a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid_7a5f .disabled-solid-7d7a 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-b2e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-b2e6 .backdrop_a863 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-b2e6 .main_0060 {
    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-b2e6 .main_0060 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-b2e6 .main_0060 p:last-child {
    margin-bottom: 0;
}

.input-b2e6 .main_0060 strong {
    color: var(--text-primary);
}

.input-b2e6 .main_soft_5531 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-b2e6 .main_soft_5531 li {
    margin-bottom: 0.65rem;
}

.input-b2e6 .main_soft_5531 li:last-child {
    margin-bottom: 0;
}

body.narrow_ccf6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow_ccf6 .grid-inner-5695 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow_ccf6 .pink_b9b3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.narrow_ccf6 .pink_b9b3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow_ccf6 .pink_b9b3 p:last-child {
    margin-bottom: 0;
}

.narrow_ccf6 .pink_b9b3 strong {
    color: var(--text-primary);
}

.narrow_ccf6 .layout_9782 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow_ccf6 .layout_9782 li {
    margin-bottom: 0.65rem;
}

.narrow_ccf6 .layout_9782 li:last-child {
    margin-bottom: 0;
}

.narrow_ccf6 .complex_f89f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.narrow_ccf6 .complex_f89f 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_in_2173 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_in_2173 .soft-3709 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_in_2173 .fresh_4648 {
    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_in_2173 .fresh_4648 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_in_2173 .fresh_4648 p:last-child {
    margin-bottom: 0;
}

.overlay_in_2173 .fresh_4648 strong {
    color: var(--text-primary);
}

.overlay_in_2173 .info-east-4165 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_in_2173 .info-east-4165 li {
    margin-bottom: 0.65rem;
}

.overlay_in_2173 .info-east-4165 li:last-child {
    margin-bottom: 0;
}

.overlay_in_2173 .thick_86bb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.overlay_in_2173 .thick_86bb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.silver-ac26 {
    background: #f8f9fa;
    color: #2c3e50;
}

.silver-ac26 .text_stale_d924 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.silver-ac26 .up_84fc {
    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);
}

.silver-ac26 .up_84fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver-ac26 .up_84fc p:last-child {
    margin-bottom: 0;
}

.silver-ac26 .up_84fc strong {
    color: var(--text-primary);
}

.silver-ac26 .slider-7cc7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver-ac26 .slider-7cc7 li {
    margin-bottom: 0.65rem;
}

.silver-ac26 .slider-7cc7 li:last-child {
    margin-bottom: 0;
}

.silver-ac26 .active_50ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.silver-ac26 .active_50ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny-8723 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny-8723 .tabs_old_88cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny-8723 .notice_3bba {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tiny-8723 .notice_3bba p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny-8723 .notice_3bba p:last-child {
    margin-bottom: 0;
}

.tiny-8723 .notice_3bba strong {
    color: var(--text-primary);
}

.tiny-8723 .under-82e2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny-8723 .under-82e2 li {
    margin-bottom: 0.65rem;
}

.tiny-8723 .under-82e2 li:last-child {
    margin-bottom: 0;
}

.tiny-8723 .tag-old-f271 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny-8723 .tag-old-f271 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: 7175 */
.phantom-card-c1 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
