/* 
 * 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.slow-55d0) — fixed together on mobile */
.last_50b3 {
    width: 100%;
}

.message-a0b6 {
    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) {
    .last_50b3 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .message-a0b6 {
        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.info-green-1a98. Conta) stay reachable.
     */
    .filter-center-1674 .progress-action-3837 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .last_50b3 .filter-center-1674 > .progress-action-3837 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) .message-a0b6 {
        flex-shrink: 0;
    }

    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) .filter-center-1674 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) .filter-center-1674 > .progress-action-3837 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) .breadcrumb-fixed-8b0f {
        flex-shrink: 0;
    }

    .last_50b3:has(.detail-left-86c6.fn-show-e4d0) .detail-left-86c6.fn-show-e4d0 {
        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 */
    .filter-center-1674 .detail-left-86c6 .pro_81ef.fn-active-e4d0 .badge-2910 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .message-a0b6 {
        position: sticky;
        top: 0;
    }
}

.last_50b3.up-1146,
.last_50b3.up-1146 .message-a0b6 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.notification_1f32 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .notification_1f32 {
        padding: 0.75rem 0;
    }
}

.detail-small-1181 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.filter-warm-8e39 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .filter-warm-8e39 img {
        height: 35px;
    }
}

/* .filter-center-1674 / .notice-5fbe — inner pages (brown bar); index uses .slider_88a4 below */

.filter-center-1674:not(.slider_88a4) .notice-5fbe.fn-active-e4d0 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.notification-1953 {
    display: flex;
    gap: var(--spacing-md);
}

.grid_24ef,
.black_b911 {
    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) {
    .grid_24ef,
    .black_b911 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .notification-1953 {
        gap: 0.5rem;
    }
}

.grid_24ef {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.grid_24ef:hover {
    background: var(--primary-purple);
    color: white;
}

.black_b911 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.black_b911:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.plasma_767e {
    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%;
}

.plasma_767e::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;
}

.plasma_767e::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;
}

.solid-1388 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.mini_69bf {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.mini_69bf 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);
}

.plasma_767e 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;
}

.list_5160 {
    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;
}

.list_5160 strong {
    font-weight: 700;
}

.component-hovered-c842 {
    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);
}

.video_advanced_f401 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.summary-6f94 {
    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);
}

.summary-6f94:hover {
    transform: translateY(-4px);
}

.logo-302a {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.outline_5417 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.box_4703 {
    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;
}

.box_4703:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.box_4703.focused-12f9 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.pink-1b67 {
    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);
}

.pink-1b67:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.copper_5ccb {
    padding: 3rem 1.25rem;
    background: white;
}

.surface_0011 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb_be63 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.breadcrumb_be63:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.breadcrumb_be63 img {
    margin-bottom: 1rem;
}

.gas-dcc6 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.breadcrumb_be63 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.breadcrumb_be63 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 */
.status_563a {
    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);
}

.text_9269 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.slider_dirty_cb22 {
    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);
}

.slider_dirty_cb22 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.slider_dirty_cb22 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.slider_dirty_cb22 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.silver_dceb {
    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
   ======================================== */

.silver-83df {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.basic-43c3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.lower_4fe3 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.silver_94f4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.gradient-easy-b2a5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.gradient-easy-b2a5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.gradient-easy-b2a5.disabled_1cf1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.gradient-easy-b2a5.disabled_1cf1 h3,
.gradient-easy-b2a5.disabled_1cf1 p {
    color: white;
}

.solid_3539 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.gradient-easy-b2a5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.gradient-easy-b2a5 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.surface_hard_d0f7 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.surface_hard_d0f7:hover {
    gap: 0.75rem;
}

.gradient-easy-b2a5.disabled_1cf1 .surface_hard_d0f7 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.cold-52e3 {
    padding: 4rem 1.25rem;
    background: white;
}

.logo-simple-b6ca {
    text-align: center;
    margin-bottom: 3rem;
}

.wood-ec5a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.middle-f008 {
    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%;
}

.middle-f008:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.full_e4ae {
    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);
}

.wrapper-short-fd08 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hard_9eca {
    padding: 1.5rem;
}

.hard_9eca h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.logo_ee21 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.small_ad69 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.container-6da1,
.footer-medium-b03a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.container-6da1 {
    background: #dcfce7;
    color: #166534;
}

.container-6da1.iron_3b86 {
    background: #10b981;
    color: white;
}

.footer-medium-b03a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.footer-medium-b03a.block-over-ed3b {
    background: #fee2e2;
    color: #991b1b;
}

.footer-medium-b03a.sort_603a {
    background: #fef3c7;
    color: #92400e;
}

.footer-medium-b03a.lite-ece7 {
    background: #dcfce7;
    color: #166534;
}

.solid_28cd {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.solid_28cd strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.modal-4ce6 {
    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);
}

.modal-4ce6:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.tooltip_iron_56ea {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.lite-e300 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.photo-fixed-b311 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .photo-fixed-b311 {
        grid-template-columns: 1fr 1fr;
    }
}

.static-2a18 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.outline-short-843e h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shadow-motion-ca6b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.small_69d2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.green-5276 {
    font-size: 1rem;
    opacity: 0.9;
}

.outline-short-843e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.copper_51eb {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.copper_51eb li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.copper_51eb 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;
}

.copper_51eb li strong {
    color: var(--primary-purple);
}

.copper_51eb li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.paragraph_82f0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.shade-14c1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.short_3bcc {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.shade-14c1 .outline_5417 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.main-active-3128 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.lower_be51 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.lower_be51 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.stone_a62d {
    padding: 4rem 1.25rem;
    background: white;
}

.bottom_5685 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .bottom_5685 {
        grid-template-columns: 1fr 1fr;
    }
}

.fluid_f217 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.item-east-51e5 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.banner-black-a6b1 {
    margin-bottom: 1.5rem;
}

.image_97e0 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.input_pressed_2081 {
    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);
}

.main_action_c157 {
    white-space: nowrap;
}

.photo-bottom-9cb7 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.mask-b33b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pink-7830 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.pink-7830:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.upper_ed69 {
    font-size: 2rem;
    flex-shrink: 0;
}

.current_c3a0 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.current_c3a0 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.fluid-d0bd {
    margin-top: 3rem;
}

.fluid-d0bd h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading_b356 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.heading_b356 thead {
    background: var(--primary-purple);
    color: white;
}

.heading_b356 th,
.heading_b356 td {
    padding: 1rem;
    text-align: left;
}

.heading_b356 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.heading_b356 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.heading_b356 tbody tr:last-child {
    border-bottom: none;
}

.heading_b356 tbody tr:hover {
    background: var(--light-bg);
}

.steel_c54b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.icon-d4b9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.caption_9ced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.paragraph_new_da0f {
    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);
}

.paragraph_new_da0f:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.paragraph_new_da0f.texture-4532::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;
}

.complex_2edd {
    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;
}

.heading_1d6d {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.content-green-9895 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.feature_smooth_bf8c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.notice-first-04db {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.notice-first-04db p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.notice-first-04db p:last-child {
    margin-bottom: 0;
}

.notice-first-04db strong {
    color: var(--text-primary);
    font-weight: 600;
}

.frame_a7da {
    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;
}

.item-narrow-06ad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.bronze_fe99 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.bronze_fe99 .logo-302a {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.bronze_fe99 .outline_5417 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.filter-fresh-94e8 {
    padding: 4rem 1.25rem;
    background: white;
}

.focus-basic-e36b {
    max-width: 900px;
    margin: 0 auto;
}

.fixed-0214 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.fixed-0214:hover {
    border-color: var(--primary-purple);
}

.fixed-0214[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.fixed-0214 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;
}

.fixed-0214 summary::-webkit-details-marker {
    display: none;
}

.fixed-0214 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.fixed-0214[open] summary::after {
    transform: rotate(45deg);
}

.iron_2bed {
    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_2bed p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.iron_2bed h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.iron_2bed ul,
.iron_2bed ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.iron_2bed li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.iron_2bed strong {
    color: var(--text-primary);
    font-weight: 600;
}

.hero_fluid_0421 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.column-2984 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.column-2984 th,
.column-2984 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.column-2984 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.active_f7be {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.message-fresh-77fd {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.dropdown-36e0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .dropdown-36e0 {
        flex-direction: column;
        text-align: center;
    }
}

.dropdown-36e0 img {
    flex-shrink: 0;
}

.hidden-rough-9d72 {
    font-size: 4rem;
    flex-shrink: 0;
}

.focus-motion-26fa h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.focus-motion-26fa p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.gas-f5ae {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.photo_soft_1d1e {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.nav-0575 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.nav-0575 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.light-fb45 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.highlight_tall_d4fb {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.input-080c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.over_7b7f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.over_7b7f p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.fresh_ac32 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hot-711b {
    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);
}

.header-11e5 {
    list-style: none;
}

.header-11e5 li {
    margin-bottom: 0.75rem;
}

.header-11e5 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.header-11e5 a:hover {
    color: white;
}

.disabled_85c9 {
    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;
}

.row-lite-3be1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.row-lite-3be1 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.icon-fluid-b90b {
    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);
}

.hidden_3393 {
    text-align: right;
}

@media (max-width: 767px) {
    .hidden_3393 {
        text-align: center;
        width: 100%;
    }
}

.hidden_3393 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.dropdown-smooth-1f1e {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.progress-action-3837 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.copper_5ccb,
.status_563a,
.silver-83df,
.cold-52e3,
.lite-e300,
.stone_a62d,
.icon-d4b9,
.filter-fresh-94e8,
.message-fresh-77fd,
.photo_soft_1d1e {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .basic-43c3 {
        font-size: 1.75rem;
    }
    
    .lower_4fe3 {
        font-size: 1rem;
    }
    
    .paragraph_82f0 {
        flex-direction: column;
    }
    
    .bottom_5685 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .wood-ec5a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .middle-f008 {
        max-width: 100%;
    }
    
    .wrapper-short-fd08 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .progress-action-3837 {
        padding: 0 1rem;
    }
    
    .plasma_767e {
        padding: 4rem 1rem 3rem;
    }
    
    .plasma_767e h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .box_4703 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .video_advanced_f401 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .heading_b356,
    .column-2984 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .surface_0011 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .silver_94f4 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .caption_9ced {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .plasma_767e h1 {
        font-size: 1.5rem;
    }
    
    .video_advanced_f401 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .summary-6f94 {
        padding: 0.75rem;
    }
    
    .logo-302a {
        font-size: 1.5rem;
    }
    
    .surface_0011 {
        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 */
.middle-f008:hover,
.gradient-easy-b2a5:hover,
.paragraph_new_da0f:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .cold-52e3,
    .icon-d4b9,
    .filter-fresh-94e8 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.slow-55d0)
   ======================================== */

.filter-center-1674.slider_88a4 {
    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;
}

.filter-center-1674.slider_88a4 .notice-5fbe {
    color: #334155;
}

.filter-center-1674.slider_88a4 .notice-5fbe:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.filter-center-1674.slider_88a4 .notice-5fbe.fn-active-e4d0 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.filter-center-1674.slider_88a4 .badge-2910 {
    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);
}

.filter-center-1674.slider_88a4 .badge-2910::before {
    border-bottom-color: #ffffff;
}

.filter-center-1674.slider_88a4 .avatar-old-6ec4 {
    color: #475569;
}

.filter-center-1674.slider_88a4 .avatar-old-6ec4::before {
    background: #818cf8;
}

.filter-center-1674.slider_88a4 .avatar-old-6ec4:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.filter-center-1674.slider_88a4 .avatar-old-6ec4:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.filter-center-1674.slider_88a4 .border-f7a6 {
    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);
}

.filter-center-1674.slider_88a4 .border-f7a6:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.filter-center-1674.slider_88a4 .border-f7a6 span {
    background: #475569;
    box-shadow: none;
}

.filter-center-1674.slider_88a4 .border-f7a6.fn-active-e4d0 span:nth-child(1),
.filter-center-1674.slider_88a4 .border-f7a6.fn-active-e4d0 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .filter-center-1674.slider_88a4 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .filter-center-1674.slider_88a4 .breadcrumb-fixed-8b0f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .filter-center-1674.slider_88a4 .breadcrumb-fixed-8b0f span {
        color: #334155 !important;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 {
        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);
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .notice-5fbe {
        color: #334155;
        text-shadow: none;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .notice-5fbe:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .notice-5fbe.video-e534::after {
        color: #64748b;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .badge-2910 {
        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) */
    .filter-center-1674.slider_88a4 .detail-left-86c6 .pro_81ef.fn-active-e4d0 .badge-2910 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .avatar-old-6ec4 {
        color: #475569;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .avatar-old-6ec4::before {
        color: #6366f1;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .avatar-old-6ec4:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .avatar-old-6ec4:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .filter-center-1674.slider_88a4 .detail-left-86c6 .avatar-old-6ec4:hover::before {
        color: #4f46e5;
    }
}

/* apk.box-9664 — mesmo tema claro da home; blocos extras */
body.focused_3ba0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focused_3ba0 .grid_90c3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focused_3ba0 .green_5ea2 {
    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);
}

.focused_3ba0 .green_5ea2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focused_3ba0 .green_5ea2 p:last-child {
    margin-bottom: 0;
}

.focused_3ba0 .green_5ea2 strong {
    color: var(--text-primary);
}

.focused_3ba0 .list-simple-6162 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focused_3ba0 .list-simple-6162 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary-b8ae {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary-b8ae .sidebar_7cca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary-b8ae .container_copper_323f {
    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);
}

.summary-b8ae .container_copper_323f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-b8ae .container_copper_323f p:last-child {
    margin-bottom: 0;
}

.summary-b8ae .container_copper_323f strong {
    color: var(--text-primary);
}

.summary-b8ae .bright_0545 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.summary-b8ae .bright_0545 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text-brown-7750 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text-brown-7750 .fluid-e1d8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text-brown-7750 .filter_light_1a44 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.text-brown-7750 .filter_light_1a44 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-brown-7750 .filter_light_1a44 p:last-child {
    margin-bottom: 0;
}

.text-brown-7750 .filter_light_1a44 strong {
    color: var(--text-primary);
}

.text-brown-7750 .light-b255 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text-brown-7750 .light-b255 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.action-0b98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.action-0b98 .hovered_6b4c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.action-0b98 .paragraph_solid_c7f5 {
    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);
}

.action-0b98 .paragraph_solid_c7f5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action-0b98 .paragraph_solid_c7f5 p:last-child {
    margin-bottom: 0;
}

.action-0b98 .paragraph_solid_c7f5 strong {
    color: var(--text-primary);
}

.action-0b98 .message-short-5a5c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.action-0b98 .message-short-5a5c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dirty-14bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-14bc .grid_1ec4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-14bc .component_aaa6 {
    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);
}

.dirty-14bc .component_aaa6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-14bc .component_aaa6 p:last-child {
    margin-bottom: 0;
}

.dirty-14bc .component_aaa6 strong {
    color: var(--text-primary);
}

.dirty-14bc .hidden-df05 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-14bc .hidden-df05 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description_bottom_3943 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_bottom_3943 .background-next-92e8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_bottom_3943 .gas-cb97 {
    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);
}

.description_bottom_3943 .gas-cb97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_bottom_3943 .gas-cb97 p:last-child {
    margin-bottom: 0;
}

.description_bottom_3943 .gas-cb97 strong {
    color: var(--text-primary);
}

.description_bottom_3943 .full-9a79 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_bottom_3943 .full-9a79 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_478c {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary_478c .backdrop-copper-c90d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary_478c .row-hovered-6f48 {
    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_478c .row-hovered-6f48 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary_478c .row-hovered-6f48 p:last-child {
    margin-bottom: 0;
}

.primary_478c .row-hovered-6f48 strong {
    color: var(--text-primary);
}

.primary_478c .mini_7e6c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary_478c .mini_7e6c 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-huge-b8bd {
    background: #f8f9fa;
    color: #2c3e50;
}

.button-huge-b8bd .hovered_114c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button-huge-b8bd .logo_fast_f43a {
    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-huge-b8bd .logo_fast_f43a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button-huge-b8bd .logo_fast_f43a p:last-child {
    margin-bottom: 0;
}

.button-huge-b8bd .logo_fast_f43a strong {
    color: var(--text-primary);
}

.button-huge-b8bd .pagination_0a70 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button-huge-b8bd .pagination_0a70 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail_8eaf {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail_8eaf .mini_7445 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail_8eaf .title-68c4 {
    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_8eaf .title-68c4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail_8eaf .title-68c4 p:last-child {
    margin-bottom: 0;
}

.detail_8eaf .title-68c4 strong {
    color: var(--text-primary);
}

.detail_8eaf .next_3a62 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail_8eaf .next_3a62 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny_2f6d {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny_2f6d .section_bae7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny_2f6d .west_2d74 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tiny_2f6d .west_2d74 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_2f6d .west_2d74 p:last-child {
    margin-bottom: 0;
}

.tiny_2f6d .west_2d74 strong {
    color: var(--text-primary);
}

.tiny_2f6d .bronze-1f41 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny_2f6d .bronze-1f41 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link-c421 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-c421 .west-ab2c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-c421 .large-2429 {
    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);
}

.link-c421 .large-2429 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-c421 .large-2429 p:last-child {
    margin-bottom: 0;
}

.link-c421 .large-2429 strong {
    color: var(--text-primary);
}

.link-c421 .motion_ff6c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-c421 .motion_ff6c li {
    margin-bottom: 0.65rem;
}

.link-c421 .motion_ff6c li:last-child {
    margin-bottom: 0;
}

.link-c421 .accent_brown_8651 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-c421 .accent_brown_8651 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion-ce14 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion-ce14 .dirty_dc42 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion-ce14 .grid_068a {
    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);
}

.accordion-ce14 .grid_068a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-ce14 .grid_068a p:last-child {
    margin-bottom: 0;
}

.accordion-ce14 .grid_068a strong {
    color: var(--text-primary);
}

.accordion-ce14 .basic_88bb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion-ce14 .basic_88bb li {
    margin-bottom: 0.65rem;
}

.accordion-ce14 .basic_88bb li:last-child {
    margin-bottom: 0;
}

.accordion-ce14 .status_copper_5364 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion-ce14 .status_copper_5364 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media-f6b2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.media-f6b2 .preview-ce79 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media-f6b2 .dim-1299 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.media-f6b2 .dim-1299 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-f6b2 .dim-1299 p:last-child {
    margin-bottom: 0;
}

.media-f6b2 .dim-1299 strong {
    color: var(--text-primary);
}

.media-f6b2 .old_6a8f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-f6b2 .old_6a8f li {
    margin-bottom: 0.65rem;
}

.media-f6b2 .old_6a8f li:last-child {
    margin-bottom: 0;
}

.media-f6b2 .logo_6f44 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media-f6b2 .logo_6f44 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-baa3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-baa3 .tabs-inner-b7bf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-baa3 .liquid_36a9 {
    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-baa3 .liquid_36a9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-baa3 .liquid_36a9 p:last-child {
    margin-bottom: 0;
}

.feature-baa3 .liquid_36a9 strong {
    color: var(--text-primary);
}

.feature-baa3 .red-6586 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-baa3 .red-6586 li {
    margin-bottom: 0.65rem;
}

.feature-baa3 .red-6586 li:last-child {
    margin-bottom: 0;
}

body.next-3a05 {
    background: #f8f9fa;
    color: #2c3e50;
}

.next-3a05 .thumbnail_7e5b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.next-3a05 .column-e74b {
    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);
}

.next-3a05 .column-e74b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-3a05 .column-e74b p:last-child {
    margin-bottom: 0;
}

.next-3a05 .column-e74b strong {
    color: var(--text-primary);
}

.next-3a05 .next_fdf8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.next-3a05 .next_fdf8 li {
    margin-bottom: 0.65rem;
}

.next-3a05 .next_fdf8 li:last-child {
    margin-bottom: 0;
}

.next-3a05 .backdrop_thick_2b5a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.next-3a05 .backdrop_thick_2b5a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container_904d {
    background: #f8f9fa;
    color: #2c3e50;
}

.container_904d .background-1f35 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container_904d .icon-be61 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.container_904d .icon-be61 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container_904d .icon-be61 p:last-child {
    margin-bottom: 0;
}

.container_904d .icon-be61 strong {
    color: var(--text-primary);
}

.container_904d .orange_b0a2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container_904d .orange_b0a2 li {
    margin-bottom: 0.65rem;
}

.container_904d .orange_b0a2 li:last-child {
    margin-bottom: 0;
}

.container_904d .complex-3461 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container_904d .complex-3461 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_6938 {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite_6938 .cool_785b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite_6938 .motion-0811 {
    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_6938 .motion-0811 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_6938 .motion-0811 p:last-child {
    margin-bottom: 0;
}

.lite_6938 .motion-0811 strong {
    color: var(--text-primary);
}

.lite_6938 .blue-c243 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_6938 .blue-c243 li {
    margin-bottom: 0.65rem;
}

.lite_6938 .blue-c243 li:last-child {
    margin-bottom: 0;
}

.lite_6938 .shadow_medium_8930 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite_6938 .shadow_medium_8930 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wide_8d19 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wide_8d19 .stale_3747 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wide_8d19 .text_stone_7353 {
    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);
}

.wide_8d19 .text_stone_7353 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide_8d19 .text_stone_7353 p:last-child {
    margin-bottom: 0;
}

.wide_8d19 .text_stone_7353 strong {
    color: var(--text-primary);
}

.wide_8d19 .disabled_dirty_6197 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide_8d19 .disabled_dirty_6197 li {
    margin-bottom: 0.65rem;
}

.wide_8d19 .disabled_dirty_6197 li:last-child {
    margin-bottom: 0;
}

.wide_8d19 .active_stone_d736 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wide_8d19 .active_stone_d736 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: a842 */
.promo-block-e4 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
