/* 
 * 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.blue-8e91) — fixed together on mobile */
.icon_copper_3d11 {
    width: 100%;
}

.video_1db7 {
    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) {
    .icon_copper_3d11 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .video_1db7 {
        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.static_6438. Conta) stay reachable.
     */
    .surface_light_b65f .module_76da {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .icon_copper_3d11 .surface_light_b65f > .module_76da {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) .video_1db7 {
        flex-shrink: 0;
    }

    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) .surface_light_b65f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) .surface_light_b65f > .module_76da {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) .motion-753b {
        flex-shrink: 0;
    }

    .icon_copper_3d11:has(.down-1a8b.fn-show-0f2f) .down-1a8b.fn-show-0f2f {
        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 */
    .surface_light_b65f .down-1a8b .banner_ebac.fn-active-0f2f .pagination_9c00 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .video_1db7 {
        position: sticky;
        top: 0;
    }
}

.icon_copper_3d11.logo_inner_98b1,
.icon_copper_3d11.logo_inner_98b1 .video_1db7 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.row-lite-007d {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .row-lite-007d {
        padding: 0.75rem 0;
    }
}

.content-d53c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.glass-8323 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .glass-8323 img {
        height: 35px;
    }
}

/* .surface_light_b65f / .secondary-stone-29f1 — inner pages (brown bar); index uses .tertiary-bronze-5c2c below */

.surface_light_b65f:not(.tertiary-bronze-5c2c) .secondary-stone-29f1.fn-active-0f2f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.west-969e {
    display: flex;
    gap: var(--spacing-md);
}

.top-23cb,
.tooltip-f2b0 {
    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) {
    .top-23cb,
    .tooltip-f2b0 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .west-969e {
        gap: 0.5rem;
    }
}

.top-23cb {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.top-23cb:hover {
    background: var(--primary-purple);
    color: white;
}

.tooltip-f2b0 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.tooltip-f2b0:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.border-a84b {
    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%;
}

.border-a84b::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;
}

.border-a84b::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;
}

.east-fd4f {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.accent-0b22 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.accent-0b22 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);
}

.border-a84b 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;
}

.old-6ad5 {
    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;
}

.old-6ad5 strong {
    font-weight: 700;
}

.solid_d84d {
    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);
}

.orange_7f8c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.wood_b12a {
    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);
}

.wood_b12a:hover {
    transform: translateY(-4px);
}

.link-short-2835 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.filter-old-7f56 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.panel_gold_87ca {
    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;
}

.panel_gold_87ca:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.panel_gold_87ca.component_medium_6c28 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.hover-stale-ba34 {
    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);
}

.hover-stale-ba34:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.down_d16c {
    padding: 3rem 1.25rem;
    background: white;
}

.backdrop_2a92 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.motion-2ea1 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.motion-2ea1:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.motion-2ea1 img {
    margin-bottom: 1rem;
}

.dynamic-de7e {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.motion-2ea1 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.motion-2ea1 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 */
.slider_tiny_9b03 {
    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);
}

.fluid_c874 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.brown-22f6 {
    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);
}

.brown-22f6 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.brown-22f6 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.brown-22f6 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.filter-fdad {
    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
   ======================================== */

.logo_199c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.title-hard-584d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.fast_2c7a {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.pink-1aeb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.status-4780 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.status-4780:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.status-4780.label-selected-ac1b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.status-4780.label-selected-ac1b h3,
.status-4780.label-selected-ac1b p {
    color: white;
}

.main_ea11 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.status-4780 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.status-4780 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.blue_65e3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.blue_65e3:hover {
    gap: 0.75rem;
}

.status-4780.label-selected-ac1b .blue_65e3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.mini_beea {
    padding: 4rem 1.25rem;
    background: white;
}

.secondary_medium_177c {
    text-align: center;
    margin-bottom: 3rem;
}

.detail_c2e2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.hard-11bc {
    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%;
}

.hard-11bc:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.disabled-afbb {
    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);
}

.focus-short-749c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.warm_d27d {
    padding: 1.5rem;
}

.warm_d27d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.progress-fixed-c442 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.container-1cc9 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.black_9a59,
.dropdown-paper-97c7 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.black_9a59 {
    background: #dcfce7;
    color: #166534;
}

.black_9a59.info-7f75 {
    background: #10b981;
    color: white;
}

.dropdown-paper-97c7 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.dropdown-paper-97c7.info-mini-a9dd {
    background: #fee2e2;
    color: #991b1b;
}

.dropdown-paper-97c7.panel_3a24 {
    background: #fef3c7;
    color: #92400e;
}

.dropdown-paper-97c7.video-out-0047 {
    background: #dcfce7;
    color: #166534;
}

.description-9708 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description-9708 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.fast-f154 {
    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);
}

.fast-f154:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.popup-next-3767 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.backdrop-cold-3d76 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.article_d1ad {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .article_d1ad {
        grid-template-columns: 1fr 1fr;
    }
}

.hover_e9b9 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.breadcrumb_629b h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.detail_cd2a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.media_8e15 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.silver_2943 {
    font-size: 1rem;
    opacity: 0.9;
}

.breadcrumb_629b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.button_5331 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.button_5331 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.button_5331 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;
}

.button_5331 li strong {
    color: var(--primary-purple);
}

.button_5331 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.prev-84a7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.badge_white_77a7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.brown-4a7c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.badge_white_77a7 .filter-old-7f56 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.border-under-5908 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.modal-f57e {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.modal-f57e a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.caption_d5f3 {
    padding: 4rem 1.25rem;
    background: white;
}

.orange_b540 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .orange_b540 {
        grid-template-columns: 1fr 1fr;
    }
}

.media-8bfc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hot-c057 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.container_4b71 {
    margin-bottom: 1.5rem;
}

.preview-1b4a {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.active_3d1b {
    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);
}

.nav_6a3a {
    white-space: nowrap;
}

.preview-hot-d5e4 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.preview_medium_4102 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.paragraph_d0e0 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.paragraph_d0e0:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.logo_yellow_25aa {
    font-size: 2rem;
    flex-shrink: 0;
}

.feature_right_442b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.feature_right_442b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.card-easy-3664 {
    margin-top: 3rem;
}

.card-easy-3664 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.under-5bae {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.under-5bae thead {
    background: var(--primary-purple);
    color: white;
}

.under-5bae th,
.under-5bae td {
    padding: 1rem;
    text-align: left;
}

.under-5bae th {
    font-weight: 700;
    font-size: 0.9rem;
}

.under-5bae tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.under-5bae tbody tr:last-child {
    border-bottom: none;
}

.under-5bae tbody tr:hover {
    background: var(--light-bg);
}

.primary-b3ea {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.fast_d254 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.nav_577d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.layout-easy-f0f8 {
    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);
}

.layout-easy-f0f8:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.layout-easy-f0f8.module_458c::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;
}

.modal-8f3f {
    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;
}

.notification-blue-fa1c {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.advanced_08b9 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.hot-4c2b {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description_hot_1ddb {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.description_hot_1ddb p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.description_hot_1ddb p:last-child {
    margin-bottom: 0;
}

.description_hot_1ddb strong {
    color: var(--text-primary);
    font-weight: 600;
}

.hero-first-db0c {
    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;
}

.solid-8139 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.pagination_4727 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.pagination_4727 .link-short-2835 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.pagination_4727 .filter-old-7f56 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.glass_5a17 {
    padding: 4rem 1.25rem;
    background: white;
}

.orange-2588 {
    max-width: 900px;
    margin: 0 auto;
}

.caption_light_c83f {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.caption_light_c83f:hover {
    border-color: var(--primary-purple);
}

.caption_light_c83f[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.caption_light_c83f 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;
}

.caption_light_c83f summary::-webkit-details-marker {
    display: none;
}

.caption_light_c83f summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.caption_light_c83f[open] summary::after {
    transform: rotate(45deg);
}

.module_cold_9257 {
    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);
    }
}

.module_cold_9257 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.module_cold_9257 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.module_cold_9257 ul,
.module_cold_9257 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.module_cold_9257 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.module_cold_9257 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.sort-hard-15c9 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.grid-a85a {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.grid-a85a th,
.grid-a85a td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.grid-a85a th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.banner_e84c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.active-9e69 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.fast-669a {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .fast-669a {
        flex-direction: column;
        text-align: center;
    }
}

.fast-669a img {
    flex-shrink: 0;
}

.chip_5d13 {
    font-size: 4rem;
    flex-shrink: 0;
}

.card_116b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.card_116b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.last_d920 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.wood_18be {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.slow_1bc6 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.slow_1bc6 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.menu-gas-a346 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.info_afa5 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.detail_43eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hero-8a26 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-8a26 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.input-074a {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.center-9011 {
    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);
}

.purple_d46e {
    list-style: none;
}

.purple_d46e li {
    margin-bottom: 0.75rem;
}

.purple_d46e a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.purple_d46e a:hover {
    color: white;
}

.caption_86e6 {
    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;
}

.brown_b41f {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.brown_b41f span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.gradient-slow-70d3 {
    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);
}

.dynamic-d9b5 {
    text-align: right;
}

@media (max-width: 767px) {
    .dynamic-d9b5 {
        text-align: center;
        width: 100%;
    }
}

.dynamic-d9b5 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.tertiary-hard-02dd {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.module_76da {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.down_d16c,
.slider_tiny_9b03,
.logo_199c,
.mini_beea,
.backdrop-cold-3d76,
.caption_d5f3,
.fast_d254,
.glass_5a17,
.active-9e69,
.wood_18be {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .title-hard-584d {
        font-size: 1.75rem;
    }
    
    .fast_2c7a {
        font-size: 1rem;
    }
    
    .prev-84a7 {
        flex-direction: column;
    }
    
    .orange_b540 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .detail_c2e2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hard-11bc {
        max-width: 100%;
    }
    
    .focus-short-749c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .module_76da {
        padding: 0 1rem;
    }
    
    .border-a84b {
        padding: 4rem 1rem 3rem;
    }
    
    .border-a84b h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .panel_gold_87ca {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .orange_7f8c {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .under-5bae,
    .grid-a85a {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .backdrop_2a92 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .pink-1aeb {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .nav_577d {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .border-a84b h1 {
        font-size: 1.5rem;
    }
    
    .orange_7f8c {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .wood_b12a {
        padding: 0.75rem;
    }
    
    .link-short-2835 {
        font-size: 1.5rem;
    }
    
    .backdrop_2a92 {
        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 */
.hard-11bc:hover,
.status-4780:hover,
.layout-easy-f0f8:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .mini_beea,
    .fast_d254,
    .glass_5a17 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.blue-8e91)
   ======================================== */

.surface_light_b65f.tertiary-bronze-5c2c {
    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;
}

.surface_light_b65f.tertiary-bronze-5c2c .secondary-stone-29f1 {
    color: #334155;
}

.surface_light_b65f.tertiary-bronze-5c2c .secondary-stone-29f1:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.surface_light_b65f.tertiary-bronze-5c2c .secondary-stone-29f1.fn-active-0f2f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.surface_light_b65f.tertiary-bronze-5c2c .pagination_9c00 {
    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);
}

.surface_light_b65f.tertiary-bronze-5c2c .pagination_9c00::before {
    border-bottom-color: #ffffff;
}

.surface_light_b65f.tertiary-bronze-5c2c .background-south-e2c3 {
    color: #475569;
}

.surface_light_b65f.tertiary-bronze-5c2c .background-south-e2c3::before {
    background: #818cf8;
}

.surface_light_b65f.tertiary-bronze-5c2c .background-south-e2c3:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.surface_light_b65f.tertiary-bronze-5c2c .background-south-e2c3:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.surface_light_b65f.tertiary-bronze-5c2c .slider_black_5b1e {
    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);
}

.surface_light_b65f.tertiary-bronze-5c2c .slider_black_5b1e:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.surface_light_b65f.tertiary-bronze-5c2c .slider_black_5b1e span {
    background: #475569;
    box-shadow: none;
}

.surface_light_b65f.tertiary-bronze-5c2c .slider_black_5b1e.fn-active-0f2f span:nth-child(1),
.surface_light_b65f.tertiary-bronze-5c2c .slider_black_5b1e.fn-active-0f2f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .surface_light_b65f.tertiary-bronze-5c2c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .surface_light_b65f.tertiary-bronze-5c2c .motion-753b {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .surface_light_b65f.tertiary-bronze-5c2c .motion-753b span {
        color: #334155 !important;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b {
        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);
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .secondary-stone-29f1 {
        color: #334155;
        text-shadow: none;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .secondary-stone-29f1:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .secondary-stone-29f1.gallery-a1a5::after {
        color: #64748b;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .pagination_9c00 {
        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) */
    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .banner_ebac.fn-active-0f2f .pagination_9c00 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .background-south-e2c3 {
        color: #475569;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .background-south-e2c3::before {
        color: #6366f1;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .background-south-e2c3:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .background-south-e2c3:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .surface_light_b65f.tertiary-bronze-5c2c .down-1a8b .background-south-e2c3:hover::before {
        color: #4f46e5;
    }
}

/* apk.card_focused_a203 — mesmo tema claro da home; blocos extras */
body.static-b3bf {
    background: #f8f9fa;
    color: #2c3e50;
}

.static-b3bf .rough-17a4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static-b3bf .mask-stale-7729 {
    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);
}

.static-b3bf .mask-stale-7729 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-b3bf .mask-stale-7729 p:last-child {
    margin-bottom: 0;
}

.static-b3bf .mask-stale-7729 strong {
    color: var(--text-primary);
}

.static-b3bf .surface_c4c4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static-b3bf .surface_c4c4 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-lite-886d {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-lite-886d .picture-hard-7b24 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-lite-886d .smooth-9059 {
    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-lite-886d .smooth-9059 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-lite-886d .smooth-9059 p:last-child {
    margin-bottom: 0;
}

.focus-lite-886d .smooth-9059 strong {
    color: var(--text-primary);
}

.focus-lite-886d .widget-44a9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-lite-886d .widget-44a9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notice_huge_084e {
    background: #f8f9fa;
    color: #2c3e50;
}

.notice_huge_084e .input-cold-c38b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notice_huge_084e .cold_1eda {
    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);
}

.notice_huge_084e .cold_1eda p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice_huge_084e .cold_1eda p:last-child {
    margin-bottom: 0;
}

.notice_huge_084e .cold_1eda strong {
    color: var(--text-primary);
}

.notice_huge_084e .card-black-76f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notice_huge_084e .card-black-76f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shade-44df {
    background: #f8f9fa;
    color: #2c3e50;
}

.shade-44df .tooltip_narrow_4492 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shade-44df .large-0b70 {
    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);
}

.shade-44df .large-0b70 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shade-44df .large-0b70 p:last-child {
    margin-bottom: 0;
}

.shade-44df .large-0b70 strong {
    color: var(--text-primary);
}

.shade-44df .cool-892f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shade-44df .cool-892f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex-1019 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-1019 .primary_11db {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-1019 .dropdown_f54f {
    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);
}

.complex-1019 .dropdown_f54f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-1019 .dropdown_f54f p:last-child {
    margin-bottom: 0;
}

.complex-1019 .dropdown_f54f strong {
    color: var(--text-primary);
}

.complex-1019 .heading-3090 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-1019 .heading-3090 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame_inner_45f5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame_inner_45f5 .accent_6172 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame_inner_45f5 .first_45bf {
    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);
}

.frame_inner_45f5 .first_45bf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_inner_45f5 .first_45bf p:last-child {
    margin-bottom: 0;
}

.frame_inner_45f5 .first_45bf strong {
    color: var(--text-primary);
}

.frame_inner_45f5 .complex_6e96 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame_inner_45f5 .complex_6e96 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-clean-3387 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-clean-3387 .section_middle_69d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-clean-3387 .aside-tiny-10b3 {
    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-clean-3387 .aside-tiny-10b3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-clean-3387 .aside-tiny-10b3 p:last-child {
    margin-bottom: 0;
}

.sort-clean-3387 .aside-tiny-10b3 strong {
    color: var(--text-primary);
}

.sort-clean-3387 .selected-189d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-clean-3387 .selected-189d 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-rough-55e0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus-rough-55e0 .glass_7331 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus-rough-55e0 .menu-hot-7f5f {
    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-rough-55e0 .menu-hot-7f5f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus-rough-55e0 .menu-hot-7f5f p:last-child {
    margin-bottom: 0;
}

.focus-rough-55e0 .menu-hot-7f5f strong {
    color: var(--text-primary);
}

.focus-rough-55e0 .photo_iron_1704 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus-rough-55e0 .photo_iron_1704 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box-white-9e06 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-white-9e06 .row_old_bbda {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-white-9e06 .info-slow-887d {
    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);
}

.box-white-9e06 .info-slow-887d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-white-9e06 .info-slow-887d p:last-child {
    margin-bottom: 0;
}

.box-white-9e06 .info-slow-887d strong {
    color: var(--text-primary);
}

.box-white-9e06 .input_b32a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-white-9e06 .input_b32a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small_60a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.small_60a0 .small_a115 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small_60a0 .description-e38c {
    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);
}

.small_60a0 .description-e38c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small_60a0 .description-e38c p:last-child {
    margin-bottom: 0;
}

.small_60a0 .description-e38c strong {
    color: var(--text-primary);
}

.small_60a0 .stone_f6c4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small_60a0 .stone_f6c4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.lite_133e {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite_133e .status_5d72 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite_133e .focused_a3c9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.lite_133e .focused_a3c9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_133e .focused_a3c9 p:last-child {
    margin-bottom: 0;
}

.lite_133e .focused_a3c9 strong {
    color: var(--text-primary);
}

.lite_133e .banner-e704 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_133e .banner-e704 li {
    margin-bottom: 0.65rem;
}

.lite_133e .banner-e704 li:last-child {
    margin-bottom: 0;
}

.lite_133e .notification-dim-7843 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite_133e .notification-dim-7843 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-8678 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-8678 .left_9329 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-8678 .module_8f73 {
    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);
}

.footer-8678 .module_8f73 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-8678 .module_8f73 p:last-child {
    margin-bottom: 0;
}

.footer-8678 .module_8f73 strong {
    color: var(--text-primary);
}

.footer-8678 .main_wide_9e78 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-8678 .main_wide_9e78 li {
    margin-bottom: 0.65rem;
}

.footer-8678 .main_wide_9e78 li:last-child {
    margin-bottom: 0;
}

.footer-8678 .light_42dd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-8678 .light_42dd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary_focused_0384 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_focused_0384 .title_f12e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_focused_0384 .preview_c905 {
    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);
}

.primary_focused_0384 .preview_c905 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_focused_0384 .preview_c905 p:last-child {
    margin-bottom: 0;
}

.primary_focused_0384 .preview_c905 strong {
    color: var(--text-primary);
}

.primary_focused_0384 .shadow_tiny_6117 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_focused_0384 .shadow_tiny_6117 li {
    margin-bottom: 0.65rem;
}

.primary_focused_0384 .shadow_tiny_6117 li:last-child {
    margin-bottom: 0;
}

.primary_focused_0384 .banner_advanced_85ff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_focused_0384 .banner_advanced_85ff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature_tall_4735 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature_tall_4735 .fresh_f93d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature_tall_4735 .solid_847a {
    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);
}

.feature_tall_4735 .solid_847a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature_tall_4735 .solid_847a p:last-child {
    margin-bottom: 0;
}

.feature_tall_4735 .solid_847a strong {
    color: var(--text-primary);
}

.feature_tall_4735 .modal_2276 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature_tall_4735 .modal_2276 li {
    margin-bottom: 0.65rem;
}

.feature_tall_4735 .modal_2276 li:last-child {
    margin-bottom: 0;
}

body.bronze-3539 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bronze-3539 .dynamic-3fca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bronze-3539 .box-af88 {
    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);
}

.bronze-3539 .box-af88 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze-3539 .box-af88 p:last-child {
    margin-bottom: 0;
}

.bronze-3539 .box-af88 strong {
    color: var(--text-primary);
}

.bronze-3539 .border-focused-28cd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze-3539 .border-focused-28cd li {
    margin-bottom: 0.65rem;
}

.bronze-3539 .border-focused-28cd li:last-child {
    margin-bottom: 0;
}

.bronze-3539 .backdrop_69dc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bronze-3539 .backdrop_69dc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup_6f9d {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup_6f9d .chip_white_d139 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup_6f9d .accent-fast-b809 {
    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);
}

.popup_6f9d .accent-fast-b809 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_6f9d .accent-fast-b809 p:last-child {
    margin-bottom: 0;
}

.popup_6f9d .accent-fast-b809 strong {
    color: var(--text-primary);
}

.popup_6f9d .outline_fixed_c79e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup_6f9d .outline_fixed_c79e li {
    margin-bottom: 0.65rem;
}

.popup_6f9d .outline_fixed_c79e li:last-child {
    margin-bottom: 0;
}

.popup_6f9d .liquid_646e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup_6f9d .liquid_646e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pro-fe30 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pro-fe30 .title-3115 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pro-fe30 .mask_prev_a2ca {
    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);
}

.pro-fe30 .mask_prev_a2ca p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro-fe30 .mask_prev_a2ca p:last-child {
    margin-bottom: 0;
}

.pro-fe30 .mask_prev_a2ca strong {
    color: var(--text-primary);
}

.pro-fe30 .progress-down-88c6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro-fe30 .progress-down-88c6 li {
    margin-bottom: 0.65rem;
}

.pro-fe30 .progress-down-88c6 li:last-child {
    margin-bottom: 0;
}

.pro-fe30 .alert-6c06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pro-fe30 .alert-6c06 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop_7d35 {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_7d35 .dim_7cc2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_7d35 .preview-down-1d97 {
    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);
}

.backdrop_7d35 .preview-down-1d97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_7d35 .preview-down-1d97 p:last-child {
    margin-bottom: 0;
}

.backdrop_7d35 .preview-down-1d97 strong {
    color: var(--text-primary);
}

.backdrop_7d35 .dirty_7d05 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_7d35 .dirty_7d05 li {
    margin-bottom: 0.65rem;
}

.backdrop_7d35 .dirty_7d05 li:last-child {
    margin-bottom: 0;
}

.backdrop_7d35 .image_huge_b453 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_7d35 .image_huge_b453 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: 7873 */
.widget-item-h1 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
