/* 
 * 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.surface_c6da) — fixed together on mobile */
.popup-0563 {
    width: 100%;
}

.article-16f7 {
    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) {
    .popup-0563 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .article-16f7 {
        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.backdrop-9e3c. Conta) stay reachable.
     */
    .east_43f6 .copper_e07a {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .popup-0563 .east_43f6 > .copper_e07a {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .popup-0563:has(.tiny-fcda.fn-show-819c) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .popup-0563:has(.tiny-fcda.fn-show-819c) .article-16f7 {
        flex-shrink: 0;
    }

    .popup-0563:has(.tiny-fcda.fn-show-819c) .east_43f6 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .popup-0563:has(.tiny-fcda.fn-show-819c) .east_43f6 > .copper_e07a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .popup-0563:has(.tiny-fcda.fn-show-819c) .background_last_b55b {
        flex-shrink: 0;
    }

    .popup-0563:has(.tiny-fcda.fn-show-819c) .tiny-fcda.fn-show-819c {
        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 */
    .east_43f6 .tiny-fcda .pagination_bb66.fn-active-819c .table_a23e {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .article-16f7 {
        position: sticky;
        top: 0;
    }
}

.popup-0563.nav-bc58,
.popup-0563.nav-bc58 .article-16f7 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.slow_3066 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .slow_3066 {
        padding: 0.75rem 0;
    }
}

.photo_9d99 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.basic-fb53 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .basic-fb53 img {
        height: 35px;
    }
}

/* .east_43f6 / .tag-old-e6e7 — inner pages (brown bar); index uses .link-e393 below */

.east_43f6:not(.link-e393) .tag-old-e6e7.fn-active-819c {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.sort-74cb {
    display: flex;
    gap: var(--spacing-md);
}

.frame_fast_9981,
.tertiary-6e48 {
    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) {
    .frame_fast_9981,
    .tertiary-6e48 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .sort-74cb {
        gap: 0.5rem;
    }
}

.frame_fast_9981 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.frame_fast_9981:hover {
    background: var(--primary-purple);
    color: white;
}

.tertiary-6e48 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.tertiary-6e48:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.filter-effe {
    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%;
}

.filter-effe::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;
}

.filter-effe::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;
}

.motion-ce4b {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.gold-edca {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.gold-edca 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);
}

.filter-effe 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;
}

.tabs-57a3 {
    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;
}

.tabs-57a3 strong {
    font-weight: 700;
}

.steel-d141 {
    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);
}

.stale-a709 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.texture_0a05 {
    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);
}

.texture_0a05:hover {
    transform: translateY(-4px);
}

.hero_light_0021 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.stone_8268 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.west-7875 {
    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;
}

.west-7875:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.west-7875.icon-f592 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.static_1582 {
    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);
}

.static_1582:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.warm-50a2 {
    padding: 3rem 1.25rem;
    background: white;
}

.filter_smooth_af54 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-de05 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.grid-de05:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.grid-de05 img {
    margin-bottom: 1rem;
}

.purple_99fc {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.grid-de05 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.grid-de05 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 */
.module-huge-d2cb {
    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);
}

.copper-59c5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.chip-fresh-5547 {
    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);
}

.chip-fresh-5547 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.chip-fresh-5547 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.chip-fresh-5547 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.slow_9b7d {
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--primary-purple);
}

/* ========================================
   7. Quick Answer Section
   ======================================== */

.breadcrumb_north_97d4 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.large_86ab {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.tabs_8ed9 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.description_cfc4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-e746 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.feature-e746:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.feature-e746.menu-6cf4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.feature-e746.menu-6cf4 h3,
.feature-e746.menu-6cf4 p {
    color: white;
}

.pattern_89ea {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-e746 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.feature-e746 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.caption-last-d033 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.caption-last-d033:hover {
    gap: 0.75rem;
}

.feature-e746.menu-6cf4 .caption-last-d033 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.shadow-up-419a {
    padding: 4rem 1.25rem;
    background: white;
}

.full_1f86 {
    text-align: center;
    margin-bottom: 3rem;
}

.image_green_d74f {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.black_1a10 {
    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%;
}

.black_1a10:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.header-gold-09e9 {
    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);
}

.gradient-2bcd {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.menu-stone-98e9 {
    padding: 1.5rem;
}

.menu-stone-98e9 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.soft_8b6c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.left-6488 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.heading_8c0d,
.layout_large_9f49 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.heading_8c0d {
    background: #dcfce7;
    color: #166534;
}

.heading_8c0d.shade-left-9f7e {
    background: #10b981;
    color: white;
}

.layout_large_9f49 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.layout_large_9f49.tabs-cold-560a {
    background: #fee2e2;
    color: #991b1b;
}

.layout_large_9f49.main-inner-79bd {
    background: #fef3c7;
    color: #92400e;
}

.layout_large_9f49.dark-99b8 {
    background: #dcfce7;
    color: #166534;
}

.paper_f01a {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paper_f01a strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.focus_8bf8 {
    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);
}

.focus_8bf8:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.chip-f7a3 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.logo_full_8679 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-fbe7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section-fbe7 {
        grid-template-columns: 1fr 1fr;
    }
}

.hidden_09d4 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.banner_medium_d77a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.wrapper_pro_aecc {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.feature-focused-71a0 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.status_advanced_9f93 {
    font-size: 1rem;
    opacity: 0.9;
}

.banner_medium_d77a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.picture-a011 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.picture-a011 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.picture-a011 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;
}

.picture-a011 li strong {
    color: var(--primary-purple);
}

.picture-a011 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.hero-wood-3988 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.component_plasma_d58d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.input_f409 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.component_plasma_d58d .stone_8268 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.breadcrumb_c7dd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.column-selected-2f38 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.column-selected-2f38 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.caption-84a4 {
    padding: 4rem 1.25rem;
    background: white;
}

.tooltip_570a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .tooltip_570a {
        grid-template-columns: 1fr 1fr;
    }
}

.list_1197 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box_hard_626a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.tertiary_dynamic_4f83 {
    margin-bottom: 1.5rem;
}

.large-07cc {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.static-c83d {
    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);
}

.frame_wood_92af {
    white-space: nowrap;
}

.texture_copper_2bbb {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.fixed_3ff9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hover-fluid-36f8 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.hover-fluid-36f8:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.button-371e {
    font-size: 2rem;
    flex-shrink: 0;
}

.small_1045 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.small_1045 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.notice-af95 {
    margin-top: 3rem;
}

.notice-af95 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.header-easy-fd41 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.header-easy-fd41 thead {
    background: var(--primary-purple);
    color: white;
}

.header-easy-fd41 th,
.header-easy-fd41 td {
    padding: 1rem;
    text-align: left;
}

.header-easy-fd41 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.header-easy-fd41 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.header-easy-fd41 tbody tr:last-child {
    border-bottom: none;
}

.header-easy-fd41 tbody tr:hover {
    background: var(--light-bg);
}

.picture_white_bb97 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.tag-up-8bec {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.shade_3b4e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.header_next_2408 {
    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);
}

.header_next_2408:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.header_next_2408.panel-hard-48e4::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;
}

.description_top_bba0 {
    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;
}

.out_3f1f {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.tag-cold-b507 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.component-bd47 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.heading_basic_db59 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.heading_basic_db59 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.heading_basic_db59 p:last-child {
    margin-bottom: 0;
}

.heading_basic_db59 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.paragraph-next-e67a {
    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;
}

.stone_3a9d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.table-liquid-083a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.table-liquid-083a .hero_light_0021 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.table-liquid-083a .stone_8268 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.container_a7c7 {
    padding: 4rem 1.25rem;
    background: white;
}

.detail-3f91 {
    max-width: 900px;
    margin: 0 auto;
}

.widget-4a01 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.widget-4a01:hover {
    border-color: var(--primary-purple);
}

.widget-4a01[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.widget-4a01 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;
}

.widget-4a01 summary::-webkit-details-marker {
    display: none;
}

.widget-4a01 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.widget-4a01[open] summary::after {
    transform: rotate(45deg);
}

.iron-3d84 {
    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);
    }
}

.iron-3d84 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.iron-3d84 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.iron-3d84 ul,
.iron-3d84 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.iron-3d84 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.iron-3d84 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.status_solid_58dc {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.short-6c6e {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.short-6c6e th,
.short-6c6e td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.short-6c6e th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.fresh_06b0 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.alert_f366 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.text-2fcf {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .text-2fcf {
        flex-direction: column;
        text-align: center;
    }
}

.text-2fcf img {
    flex-shrink: 0;
}

.under_b5e3 {
    font-size: 4rem;
    flex-shrink: 0;
}

.primary-f4dc h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.primary-f4dc p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.blue_0463 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.smooth-41a6 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.accent_88da h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.accent_88da > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.overlay_static_7dc2 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.info_middle_4833 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.text-58b7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.summary_02df h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.summary_02df p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.avatar_d78e {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.stale-2c1d {
    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);
}

.mini_baa5 {
    list-style: none;
}

.mini_baa5 li {
    margin-bottom: 0.75rem;
}

.mini_baa5 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.mini_baa5 a:hover {
    color: white;
}

.hero-8406 {
    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;
}

.outline-next-b6cc {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.outline-next-b6cc span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.paragraph-warm-1e58 {
    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);
}

.menu_hard_0bef {
    text-align: right;
}

@media (max-width: 767px) {
    .menu_hard_0bef {
        text-align: center;
        width: 100%;
    }
}

.menu_hard_0bef p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.content-7e73 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.copper_e07a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.warm-50a2,
.module-huge-d2cb,
.breadcrumb_north_97d4,
.shadow-up-419a,
.logo_full_8679,
.caption-84a4,
.tag-up-8bec,
.container_a7c7,
.alert_f366,
.smooth-41a6 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .large_86ab {
        font-size: 1.75rem;
    }
    
    .tabs_8ed9 {
        font-size: 1rem;
    }
    
    .hero-wood-3988 {
        flex-direction: column;
    }
    
    .tooltip_570a {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .image_green_d74f {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .black_1a10 {
        max-width: 100%;
    }
    
    .gradient-2bcd {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .copper_e07a {
        padding: 0 1rem;
    }
    
    .filter-effe {
        padding: 4rem 1rem 3rem;
    }
    
    .filter-effe h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .west-7875 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .stale-a709 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .header-easy-fd41,
    .short-6c6e {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .filter_smooth_af54 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .description_cfc4 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .shade_3b4e {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .filter-effe h1 {
        font-size: 1.5rem;
    }
    
    .stale-a709 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .texture_0a05 {
        padding: 0.75rem;
    }
    
    .hero_light_0021 {
        font-size: 1.5rem;
    }
    
    .filter_smooth_af54 {
        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 */
.black_1a10:hover,
.feature-e746:hover,
.header_next_2408:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .shadow-up-419a,
    .tag-up-8bec,
    .container_a7c7 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.surface_c6da)
   ======================================== */

.east_43f6.link-e393 {
    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;
}

.east_43f6.link-e393 .tag-old-e6e7 {
    color: #334155;
}

.east_43f6.link-e393 .tag-old-e6e7:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.east_43f6.link-e393 .tag-old-e6e7.fn-active-819c {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.east_43f6.link-e393 .table_a23e {
    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);
}

.east_43f6.link-e393 .table_a23e::before {
    border-bottom-color: #ffffff;
}

.east_43f6.link-e393 .slider-735f {
    color: #475569;
}

.east_43f6.link-e393 .slider-735f::before {
    background: #818cf8;
}

.east_43f6.link-e393 .slider-735f:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.east_43f6.link-e393 .slider-735f:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.east_43f6.link-e393 .thick-9955 {
    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);
}

.east_43f6.link-e393 .thick-9955:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.east_43f6.link-e393 .thick-9955 span {
    background: #475569;
    box-shadow: none;
}

.east_43f6.link-e393 .thick-9955.fn-active-819c span:nth-child(1),
.east_43f6.link-e393 .thick-9955.fn-active-819c span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .east_43f6.link-e393 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .east_43f6.link-e393 .background_last_b55b {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .east_43f6.link-e393 .background_last_b55b span {
        color: #334155 !important;
    }

    .east_43f6.link-e393 .tiny-fcda {
        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);
    }

    .east_43f6.link-e393 .tiny-fcda .tag-old-e6e7 {
        color: #334155;
        text-shadow: none;
    }

    .east_43f6.link-e393 .tiny-fcda .tag-old-e6e7:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .east_43f6.link-e393 .tiny-fcda .tag-old-e6e7.accent_dark_1953::after {
        color: #64748b;
    }

    .east_43f6.link-e393 .tiny-fcda .table_a23e {
        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) */
    .east_43f6.link-e393 .tiny-fcda .pagination_bb66.fn-active-819c .table_a23e {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .east_43f6.link-e393 .tiny-fcda .slider-735f {
        color: #475569;
    }

    .east_43f6.link-e393 .tiny-fcda .slider-735f::before {
        color: #6366f1;
    }

    .east_43f6.link-e393 .tiny-fcda .slider-735f:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .east_43f6.link-e393 .tiny-fcda .slider-735f:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .east_43f6.link-e393 .tiny-fcda .slider-735f:hover::before {
        color: #4f46e5;
    }
}

/* apk.dynamic_0868 — mesmo tema claro da home; blocos extras */
body.breadcrumb_0cc7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_0cc7 .large_fe5f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_0cc7 .notification_5b41 {
    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_0cc7 .notification_5b41 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_0cc7 .notification_5b41 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_0cc7 .notification_5b41 strong {
    color: var(--text-primary);
}

.breadcrumb_0cc7 .card_e6f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_0cc7 .card_e6f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.banner_8c6e {
    background: #f8f9fa;
    color: #2c3e50;
}

.banner_8c6e .slow_9499 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.banner_8c6e .old-fa42 {
    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);
}

.banner_8c6e .old-fa42 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.banner_8c6e .old-fa42 p:last-child {
    margin-bottom: 0;
}

.banner_8c6e .old-fa42 strong {
    color: var(--text-primary);
}

.banner_8c6e .alert-77ff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.banner_8c6e .alert-77ff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thick-5ac4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thick-5ac4 .dropdown-gold-26e9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thick-5ac4 .accent-left-7148 {
    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);
}

.thick-5ac4 .accent-left-7148 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thick-5ac4 .accent-left-7148 p:last-child {
    margin-bottom: 0;
}

.thick-5ac4 .accent-left-7148 strong {
    color: var(--text-primary);
}

.thick-5ac4 .image_pressed_4fec {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thick-5ac4 .image_pressed_4fec img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tall_64de {
    background: #f8f9fa;
    color: #2c3e50;
}

.tall_64de .photo-steel-8689 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tall_64de .fresh-5c02 {
    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);
}

.tall_64de .fresh-5c02 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tall_64de .fresh-5c02 p:last-child {
    margin-bottom: 0;
}

.tall_64de .fresh-5c02 strong {
    color: var(--text-primary);
}

.tall_64de .description-pro-215a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tall_64de .description-pro-215a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card_mini_6f67 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card_mini_6f67 .progress_first_34a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card_mini_6f67 .active-56bb {
    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);
}

.card_mini_6f67 .active-56bb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_mini_6f67 .active-56bb p:last-child {
    margin-bottom: 0;
}

.card_mini_6f67 .active-56bb strong {
    color: var(--text-primary);
}

.card_mini_6f67 .message_1a22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card_mini_6f67 .message_1a22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper-inner-6eb9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper-inner-6eb9 .dropdown-74b8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper-inner-6eb9 .footer-middle-6c9b {
    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);
}

.wrapper-inner-6eb9 .footer-middle-6c9b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper-inner-6eb9 .footer-middle-6c9b p:last-child {
    margin-bottom: 0;
}

.wrapper-inner-6eb9 .footer-middle-6c9b strong {
    color: var(--text-primary);
}

.wrapper-inner-6eb9 .focused-37ff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper-inner-6eb9 .focused-37ff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button_3b91 {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_3b91 .static-f296 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_3b91 .bright-1a6e {
    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);
}

.button_3b91 .bright-1a6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_3b91 .bright-1a6e p:last-child {
    margin-bottom: 0;
}

.button_3b91 .bright-1a6e strong {
    color: var(--text-primary);
}

.button_3b91 .tall_63cc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_3b91 .tall_63cc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass_8248 {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_8248 .wood-338c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_8248 .filter-50d9 {
    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);
}

.glass_8248 .filter-50d9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_8248 .filter-50d9 p:last-child {
    margin-bottom: 0;
}

.glass_8248 .filter-50d9 strong {
    color: var(--text-primary);
}

.glass_8248 .black-605a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass_8248 .black-605a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary_bronze_12af {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_bronze_12af .cool-84f6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_bronze_12af .heading_glass_80c3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.secondary_bronze_12af .heading_glass_80c3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_bronze_12af .heading_glass_80c3 p:last-child {
    margin-bottom: 0;
}

.secondary_bronze_12af .heading_glass_80c3 strong {
    color: var(--text-primary);
}

.secondary_bronze_12af .dark_64bb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_bronze_12af .dark_64bb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-c1e9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-c1e9 .nav-brown-6aff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-c1e9 .heading_full_5158 {
    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);
}

.element-c1e9 .heading_full_5158 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-c1e9 .heading_full_5158 p:last-child {
    margin-bottom: 0;
}

.element-c1e9 .heading_full_5158 strong {
    color: var(--text-primary);
}

.element-c1e9 .header-north-bb91 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-c1e9 .header-north-bb91 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border_1c89 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_1c89 .tertiary_hard_c049 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_1c89 .grid-next-a831 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.border_1c89 .grid-next-a831 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_1c89 .grid-next-a831 p:last-child {
    margin-bottom: 0;
}

.border_1c89 .grid-next-a831 strong {
    color: var(--text-primary);
}

.border_1c89 .modal_west_aac5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_1c89 .modal_west_aac5 li {
    margin-bottom: 0.65rem;
}

.border_1c89 .modal_west_aac5 li:last-child {
    margin-bottom: 0;
}

.border_1c89 .hot_6157 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_1c89 .hot_6157 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_d1aa {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_d1aa .mask_5ec4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_d1aa .label-e95e {
    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_d1aa .label-e95e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_d1aa .label-e95e p:last-child {
    margin-bottom: 0;
}

.badge_d1aa .label-e95e strong {
    color: var(--text-primary);
}

.badge_d1aa .notice_17b0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_d1aa .notice_17b0 li {
    margin-bottom: 0.65rem;
}

.badge_d1aa .notice_17b0 li:last-child {
    margin-bottom: 0;
}

.badge_d1aa .grid_3df7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_d1aa .grid_3df7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag-7fe9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag-7fe9 .tooltip-f10d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag-7fe9 .caption_466a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tag-7fe9 .caption_466a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag-7fe9 .caption_466a p:last-child {
    margin-bottom: 0;
}

.tag-7fe9 .caption_466a strong {
    color: var(--text-primary);
}

.tag-7fe9 .input-top-1524 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag-7fe9 .input-top-1524 li {
    margin-bottom: 0.65rem;
}

.tag-7fe9 .input-top-1524 li:last-child {
    margin-bottom: 0;
}

.tag-7fe9 .light-9182 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag-7fe9 .light-9182 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-fast-45b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-fast-45b7 .hot-8a8b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-fast-45b7 .article_e577 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.secondary-fast-45b7 .article_e577 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-fast-45b7 .article_e577 p:last-child {
    margin-bottom: 0;
}

.secondary-fast-45b7 .article_e577 strong {
    color: var(--text-primary);
}

.secondary-fast-45b7 .container_center_6324 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-fast-45b7 .container_center_6324 li {
    margin-bottom: 0.65rem;
}

.secondary-fast-45b7 .container_center_6324 li:last-child {
    margin-bottom: 0;
}

body.detail-f39f {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-f39f .hover_selected_1b21 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-f39f .north-8020 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.detail-f39f .north-8020 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-f39f .north-8020 p:last-child {
    margin-bottom: 0;
}

.detail-f39f .north-8020 strong {
    color: var(--text-primary);
}

.detail-f39f .border-fresh-e51e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-f39f .border-fresh-e51e li {
    margin-bottom: 0.65rem;
}

.detail-f39f .border-fresh-e51e li:last-child {
    margin-bottom: 0;
}

.detail-f39f .nav_plasma_6cac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-f39f .nav_plasma_6cac 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_5208 {
    background: #f8f9fa;
    color: #2c3e50;
}

.north_5208 .pro-4fdd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north_5208 .tabs-3500 {
    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_5208 .tabs-3500 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north_5208 .tabs-3500 p:last-child {
    margin-bottom: 0;
}

.north_5208 .tabs-3500 strong {
    color: var(--text-primary);
}

.north_5208 .texture-bc85 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north_5208 .texture-bc85 li {
    margin-bottom: 0.65rem;
}

.north_5208 .texture-bc85 li:last-child {
    margin-bottom: 0;
}

.north_5208 .heading_c20d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north_5208 .heading_c20d 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-1bfa {
    background: #f8f9fa;
    color: #2c3e50;
}

.dynamic-1bfa .search_b2de {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dynamic-1bfa .card-8cce {
    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-1bfa .card-8cce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-1bfa .card-8cce p:last-child {
    margin-bottom: 0;
}

.dynamic-1bfa .card-8cce strong {
    color: var(--text-primary);
}

.dynamic-1bfa .nav-b233 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-1bfa .nav-b233 li {
    margin-bottom: 0.65rem;
}

.dynamic-1bfa .nav-b233 li:last-child {
    margin-bottom: 0;
}

.dynamic-1bfa .lower_9615 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dynamic-1bfa .lower_9615 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip-medium-6889 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip-medium-6889 .primary-tall-dc4f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip-medium-6889 .carousel-pink-abf8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip-medium-6889 .carousel-pink-abf8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-medium-6889 .carousel-pink-abf8 p:last-child {
    margin-bottom: 0;
}

.chip-medium-6889 .carousel-pink-abf8 strong {
    color: var(--text-primary);
}

.chip-medium-6889 .title_1947 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip-medium-6889 .title_1947 li {
    margin-bottom: 0.65rem;
}

.chip-medium-6889 .title_1947 li:last-child {
    margin-bottom: 0;
}

.chip-medium-6889 .feature_silver_e682 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip-medium-6889 .feature_silver_e682 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: 334e */
.ghost-box-m9 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.0;
}
