/* 
 * 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.focus_smooth_46fe) — fixed together on mobile */
.mask-63be {
    width: 100%;
}

.message_advanced_8549 {
    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) {
    .mask-63be {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .message_advanced_8549 {
        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.liquid_4410. Conta) stay reachable.
     */
    .module_ed3c .message-4875 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .mask-63be .module_ed3c > .message-4875 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .mask-63be:has(.image-outer-1382.fn-show-52c3) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .mask-63be:has(.image-outer-1382.fn-show-52c3) .message_advanced_8549 {
        flex-shrink: 0;
    }

    .mask-63be:has(.image-outer-1382.fn-show-52c3) .module_ed3c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .mask-63be:has(.image-outer-1382.fn-show-52c3) .module_ed3c > .message-4875 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .mask-63be:has(.image-outer-1382.fn-show-52c3) .tall-4311 {
        flex-shrink: 0;
    }

    .mask-63be:has(.image-outer-1382.fn-show-52c3) .image-outer-1382.fn-show-52c3 {
        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 */
    .module_ed3c .image-outer-1382 .status_motion_71ad.fn-active-52c3 .copper_3449 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .message_advanced_8549 {
        position: sticky;
        top: 0;
    }
}

.mask-63be.hard-9982,
.mask-63be.hard-9982 .message_advanced_8549 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.footer_0551 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .footer_0551 {
        padding: 0.75rem 0;
    }
}

.picture_e018 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.alert_90ea img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .alert_90ea img {
        height: 35px;
    }
}

/* .module_ed3c / .notification_stone_adb3 — inner pages (brown bar); index uses .outline_medium_42af below */

.module_ed3c:not(.outline_medium_42af) .notification_stone_adb3.fn-active-52c3 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.nav_hot_8994 {
    display: flex;
    gap: var(--spacing-md);
}

.breadcrumb-df44,
.progress-ba89 {
    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) {
    .breadcrumb-df44,
    .progress-ba89 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .nav_hot_8994 {
        gap: 0.5rem;
    }
}

.breadcrumb-df44 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.breadcrumb-df44:hover {
    background: var(--primary-purple);
    color: white;
}

.progress-ba89 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.progress-ba89:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.hidden-96ec {
    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%;
}

.hidden-96ec::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;
}

.hidden-96ec::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;
}

.popup_2832 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.green-cf58 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.green-cf58 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);
}

.hidden-96ec 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;
}

.medium-0863 {
    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;
}

.medium-0863 strong {
    font-weight: 700;
}

.notification-pink-8cb7 {
    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);
}

.paper-2577 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.media-solid-633a {
    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);
}

.media-solid-633a:hover {
    transform: translateY(-4px);
}

.form-cc6e {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.rough_8c06 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.secondary_26f2 {
    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;
}

.secondary_26f2:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.secondary_26f2.title-soft-10f8 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.backdrop-bottom-2ec1 {
    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);
}

.backdrop-bottom-2ec1:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.link_right_baf8 {
    padding: 3rem 1.25rem;
    background: white;
}

.chip-black-ffc5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.progress-down-66b4 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.progress-down-66b4:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.progress-down-66b4 img {
    margin-bottom: 1rem;
}

.article_middle_154f {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.progress-down-66b4 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.progress-down-66b4 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 */
.container_2168 {
    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);
}

.feature-d509 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.right-649c {
    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);
}

.right-649c h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.right-649c p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.right-649c a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wrapper_cold_dd64 {
    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
   ======================================== */

.heading_short_7ccc {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.static-9871 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.menu_black_7a2d {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.container-ce6c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.pro-5b27 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.pro-5b27:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.pro-5b27.pagination_new_195d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.pro-5b27.pagination_new_195d h3,
.pro-5b27.pagination_new_195d p {
    color: white;
}

.upper_ce29 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pro-5b27 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.pro-5b27 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.brown-e03b {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.brown-e03b:hover {
    gap: 0.75rem;
}

.pro-5b27.pagination_new_195d .brown-e03b {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.carousel-hot-045e {
    padding: 4rem 1.25rem;
    background: white;
}

.steel_b969 {
    text-align: center;
    margin-bottom: 3rem;
}

.section_east_d197 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.new_962f {
    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%;
}

.new_962f:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.icon_10cd {
    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);
}

.info-2f39 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.hidden_6588 {
    padding: 1.5rem;
}

.hidden_6588 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.east-8f44 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture_0a03 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.red-a45a,
.new-f89a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.red-a45a {
    background: #dcfce7;
    color: #166534;
}

.red-a45a.copper-e458 {
    background: #10b981;
    color: white;
}

.new-f89a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.new-f89a.shadow-lite-e9dc {
    background: #fee2e2;
    color: #991b1b;
}

.new-f89a.summary-89b2 {
    background: #fef3c7;
    color: #92400e;
}

.new-f89a.border_dark_39a1 {
    background: #dcfce7;
    color: #166534;
}

.cool_4113 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.cool_4113 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.item_pink_f0c9 {
    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);
}

.item_pink_f0c9:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.alert-dda4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.hero_31f9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.element_lite_42fb {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .element_lite_42fb {
        grid-template-columns: 1fr 1fr;
    }
}

.row-simple-2bf8 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.stone-7e00 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.accordion_north_0c3f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.popup_a86e {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.link_tall_0a4c {
    font-size: 1rem;
    opacity: 0.9;
}

.stone-7e00 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pagination-fdcb {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.pagination-fdcb li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.pagination-fdcb 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;
}

.pagination-fdcb li strong {
    color: var(--primary-purple);
}

.pagination-fdcb li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.surface_2f19 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.background_last_4c6f {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.active_43df {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.background_last_4c6f .rough_8c06 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.fixed-ecf1 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.article_next_1629 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.article_next_1629 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.thick_94b8 {
    padding: 4rem 1.25rem;
    background: white;
}

.backdrop-3c82 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .backdrop-3c82 {
        grid-template-columns: 1fr 1fr;
    }
}

.caption-complex-bd94 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.yellow_7940 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.popup-b21d {
    margin-bottom: 1.5rem;
}

.form-simple-c2ed {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.red-4828 {
    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);
}

.row-12cc {
    white-space: nowrap;
}

.list_slow_1fcb {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.description_inner_154d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.label_5d04 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.label_5d04:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.tall_f327 {
    font-size: 2rem;
    flex-shrink: 0;
}

.soft_567d h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.soft_567d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.box_action_f57d {
    margin-top: 3rem;
}

.box_action_f57d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.filter-gold-89f9 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.filter-gold-89f9 thead {
    background: var(--primary-purple);
    color: white;
}

.filter-gold-89f9 th,
.filter-gold-89f9 td {
    padding: 1rem;
    text-align: left;
}

.filter-gold-89f9 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.filter-gold-89f9 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.filter-gold-89f9 tbody tr:last-child {
    border-bottom: none;
}

.filter-gold-89f9 tbody tr:hover {
    background: var(--light-bg);
}

.caption-prev-f90b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.alert_14ee {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.status_3cdb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.hidden-4200 {
    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);
}

.hidden-4200:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.hidden-4200.pressed_be74::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;
}

.module-e94d {
    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;
}

.section-brown-4e5b {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.notice-purple-ce13 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.row_liquid_51ab {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.small_1f9e {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.small_1f9e p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.small_1f9e p:last-child {
    margin-bottom: 0;
}

.small_1f9e strong {
    color: var(--text-primary);
    font-weight: 600;
}

.container-fast-0f9f {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    margin: 1rem 0 0;
}

.stone-823e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.liquid_2b9a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.liquid_2b9a .form-cc6e {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.liquid_2b9a .rough_8c06 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.focused-fb7e {
    padding: 4rem 1.25rem;
    background: white;
}

.photo-glass-41d3 {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-iron-002c {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.accordion-iron-002c:hover {
    border-color: var(--primary-purple);
}

.accordion-iron-002c[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.accordion-iron-002c 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;
}

.accordion-iron-002c summary::-webkit-details-marker {
    display: none;
}

.accordion-iron-002c summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.accordion-iron-002c[open] summary::after {
    transform: rotate(45deg);
}

.popup_5b41 {
    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);
    }
}

.popup_5b41 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.popup_5b41 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.popup_5b41 ul,
.popup_5b41 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.popup_5b41 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.popup_5b41 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.up_faab {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.main_8d15 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.main_8d15 th,
.main_8d15 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.main_8d15 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.module-9bdc {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.border-inner-bb5c {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.card_966c {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .card_966c {
        flex-direction: column;
        text-align: center;
    }
}

.card_966c img {
    flex-shrink: 0;
}

.section_bddd {
    font-size: 4rem;
    flex-shrink: 0;
}

.media-simple-cf27 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.media-simple-cf27 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.dim_a5af {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.upper_1fb4 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.carousel_stale_dbb8 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.carousel_stale_dbb8 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.table_bright_6d45 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.logo_rough_868d {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.huge_af7b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.red-edb4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.red-edb4 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.thumbnail-b4df {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.backdrop_e536 {
    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);
}

.block-e395 {
    list-style: none;
}

.block-e395 li {
    margin-bottom: 0.75rem;
}

.block-e395 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.block-e395 a:hover {
    color: white;
}

.image-solid-9d4a {
    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;
}

.disabled_3732 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.disabled_3732 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.green-25ca {
    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);
}

.description_f01f {
    text-align: right;
}

@media (max-width: 767px) {
    .description_f01f {
        text-align: center;
        width: 100%;
    }
}

.description_f01f p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.pro-b6fe {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.message-4875 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.link_right_baf8,
.container_2168,
.heading_short_7ccc,
.carousel-hot-045e,
.hero_31f9,
.thick_94b8,
.alert_14ee,
.focused-fb7e,
.border-inner-bb5c,
.upper_1fb4 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .static-9871 {
        font-size: 1.75rem;
    }
    
    .menu_black_7a2d {
        font-size: 1rem;
    }
    
    .surface_2f19 {
        flex-direction: column;
    }
    
    .backdrop-3c82 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .section_east_d197 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .new_962f {
        max-width: 100%;
    }
    
    .info-2f39 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .message-4875 {
        padding: 0 1rem;
    }
    
    .hidden-96ec {
        padding: 4rem 1rem 3rem;
    }
    
    .hidden-96ec h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .secondary_26f2 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .paper-2577 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .filter-gold-89f9,
    .main_8d15 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .chip-black-ffc5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .container-ce6c {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .status_3cdb {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hidden-96ec h1 {
        font-size: 1.5rem;
    }
    
    .paper-2577 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .media-solid-633a {
        padding: 0.75rem;
    }
    
    .form-cc6e {
        font-size: 1.5rem;
    }
    
    .chip-black-ffc5 {
        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 */
.new_962f:hover,
.pro-5b27:hover,
.hidden-4200:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .carousel-hot-045e,
    .alert_14ee,
    .focused-fb7e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.focus_smooth_46fe)
   ======================================== */

.module_ed3c.outline_medium_42af {
    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;
}

.module_ed3c.outline_medium_42af .notification_stone_adb3 {
    color: #334155;
}

.module_ed3c.outline_medium_42af .notification_stone_adb3:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.module_ed3c.outline_medium_42af .notification_stone_adb3.fn-active-52c3 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.module_ed3c.outline_medium_42af .copper_3449 {
    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);
}

.module_ed3c.outline_medium_42af .copper_3449::before {
    border-bottom-color: #ffffff;
}

.module_ed3c.outline_medium_42af .mini-9e17 {
    color: #475569;
}

.module_ed3c.outline_medium_42af .mini-9e17::before {
    background: #818cf8;
}

.module_ed3c.outline_medium_42af .mini-9e17:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.module_ed3c.outline_medium_42af .mini-9e17:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.module_ed3c.outline_medium_42af .list_456a {
    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);
}

.module_ed3c.outline_medium_42af .list_456a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.module_ed3c.outline_medium_42af .list_456a span {
    background: #475569;
    box-shadow: none;
}

.module_ed3c.outline_medium_42af .list_456a.fn-active-52c3 span:nth-child(1),
.module_ed3c.outline_medium_42af .list_456a.fn-active-52c3 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .module_ed3c.outline_medium_42af {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .module_ed3c.outline_medium_42af .tall-4311 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .module_ed3c.outline_medium_42af .tall-4311 span {
        color: #334155 !important;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 {
        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);
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .notification_stone_adb3 {
        color: #334155;
        text-shadow: none;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .notification_stone_adb3:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .notification_stone_adb3.label-0bdf::after {
        color: #64748b;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .copper_3449 {
        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) */
    .module_ed3c.outline_medium_42af .image-outer-1382 .status_motion_71ad.fn-active-52c3 .copper_3449 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .mini-9e17 {
        color: #475569;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .mini-9e17::before {
        color: #6366f1;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .mini-9e17:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .mini-9e17:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .module_ed3c.outline_medium_42af .image-outer-1382 .mini-9e17:hover::before {
        color: #4f46e5;
    }
}

/* apk.message_purple_b1d3 — mesmo tema claro da home; blocos extras */
body.nav_dirty_e212 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_dirty_e212 .form_hot_ce95 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_dirty_e212 .logo_5031 {
    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);
}

.nav_dirty_e212 .logo_5031 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_dirty_e212 .logo_5031 p:last-child {
    margin-bottom: 0;
}

.nav_dirty_e212 .logo_5031 strong {
    color: var(--text-primary);
}

.nav_dirty_e212 .card-top-2a9e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_dirty_e212 .card-top-2a9e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_static_b241 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_static_b241 .notice_focused_29ed {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_static_b241 .south-041a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip_static_b241 .south-041a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_static_b241 .south-041a p:last-child {
    margin-bottom: 0;
}

.chip_static_b241 .south-041a strong {
    color: var(--text-primary);
}

.chip_static_b241 .tooltip_focused_92f3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_static_b241 .tooltip_focused_92f3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.header-prev-9f9e {
    background: #f8f9fa;
    color: #2c3e50;
}

.header-prev-9f9e .paragraph_2e3d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.header-prev-9f9e .title_white_e791 {
    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);
}

.header-prev-9f9e .title_white_e791 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.header-prev-9f9e .title_white_e791 p:last-child {
    margin-bottom: 0;
}

.header-prev-9f9e .title_white_e791 strong {
    color: var(--text-primary);
}

.header-prev-9f9e .search-cool-e3e8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.header-prev-9f9e .search-cool-e3e8 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-51b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-51b7 .frame_139f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-51b7 .popup_cf17 {
    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-51b7 .popup_cf17 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-51b7 .popup_cf17 p:last-child {
    margin-bottom: 0;
}

.dirty-51b7 .popup_cf17 strong {
    color: var(--text-primary);
}

.dirty-51b7 .short-b0e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-51b7 .short-b0e2 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-fcbd {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup-fcbd .component_9aee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup-fcbd .dark-b8f7 {
    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-fcbd .dark-b8f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-fcbd .dark-b8f7 p:last-child {
    margin-bottom: 0;
}

.popup-fcbd .dark-b8f7 strong {
    color: var(--text-primary);
}

.popup-fcbd .slow-befb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup-fcbd .slow-befb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-b9fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-b9fc .bright_01c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-b9fc .header_purple_db7a {
    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);
}

.disabled-b9fc .header_purple_db7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-b9fc .header_purple_db7a p:last-child {
    margin-bottom: 0;
}

.disabled-b9fc .header_purple_db7a strong {
    color: var(--text-primary);
}

.disabled-b9fc .video-308e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-b9fc .video-308e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tall-779c {
    background: #f8f9fa;
    color: #2c3e50;
}

.tall-779c .tag-4ef0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tall-779c .simple-8285 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tall-779c .simple-8285 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tall-779c .simple-8285 p:last-child {
    margin-bottom: 0;
}

.tall-779c .simple-8285 strong {
    color: var(--text-primary);
}

.tall-779c .section_motion_5bf6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tall-779c .section_motion_5bf6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hovered-4928 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hovered-4928 .next-a8a4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hovered-4928 .tag-silver-f034 {
    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);
}

.hovered-4928 .tag-silver-f034 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hovered-4928 .tag-silver-f034 p:last-child {
    margin-bottom: 0;
}

.hovered-4928 .tag-silver-f034 strong {
    color: var(--text-primary);
}

.hovered-4928 .next_05c3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hovered-4928 .next_05c3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_8b0d {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_8b0d .heading-last-a9d2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_8b0d .inner-703d {
    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);
}

.aside_8b0d .inner-703d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_8b0d .inner-703d p:last-child {
    margin-bottom: 0;
}

.aside_8b0d .inner-703d strong {
    color: var(--text-primary);
}

.aside_8b0d .nav_6b53 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside_8b0d .nav_6b53 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.soft_b7f7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.soft_b7f7 .tertiary_top_c337 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.soft_b7f7 .tabs-0d23 {
    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);
}

.soft_b7f7 .tabs-0d23 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.soft_b7f7 .tabs-0d23 p:last-child {
    margin-bottom: 0;
}

.soft_b7f7 .tabs-0d23 strong {
    color: var(--text-primary);
}

.soft_b7f7 .title-bright-dcc3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.soft_b7f7 .title-bright-dcc3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero-92e0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-92e0 .feature-71b3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-92e0 .slider_simple_eafd {
    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);
}

.hero-92e0 .slider_simple_eafd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-92e0 .slider_simple_eafd p:last-child {
    margin-bottom: 0;
}

.hero-92e0 .slider_simple_eafd strong {
    color: var(--text-primary);
}

.hero-92e0 .tall_6756 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-92e0 .tall_6756 li {
    margin-bottom: 0.65rem;
}

.hero-92e0 .tall_6756 li:last-child {
    margin-bottom: 0;
}

.hero-92e0 .photo_ba99 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-92e0 .photo_ba99 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline-easy-fad3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline-easy-fad3 .title-f0b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline-easy-fad3 .table-pink-bf42 {
    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);
}

.outline-easy-fad3 .table-pink-bf42 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-easy-fad3 .table-pink-bf42 p:last-child {
    margin-bottom: 0;
}

.outline-easy-fad3 .table-pink-bf42 strong {
    color: var(--text-primary);
}

.outline-easy-fad3 .selected-491b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline-easy-fad3 .selected-491b li {
    margin-bottom: 0.65rem;
}

.outline-easy-fad3 .selected-491b li:last-child {
    margin-bottom: 0;
}

.outline-easy-fad3 .module_3051 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline-easy-fad3 .module_3051 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_in_52b6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_in_52b6 .box-under-2685 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_in_52b6 .north-cc78 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip_in_52b6 .north-cc78 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_in_52b6 .north-cc78 p:last-child {
    margin-bottom: 0;
}

.chip_in_52b6 .north-cc78 strong {
    color: var(--text-primary);
}

.chip_in_52b6 .dark_a455 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_in_52b6 .dark_a455 li {
    margin-bottom: 0.65rem;
}

.chip_in_52b6 .dark_a455 li:last-child {
    margin-bottom: 0;
}

.chip_in_52b6 .status-fixed-be10 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_in_52b6 .status-fixed-be10 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.huge-2cd1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.huge-2cd1 .huge-782c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.huge-2cd1 .wood_1e9b {
    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);
}

.huge-2cd1 .wood_1e9b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.huge-2cd1 .wood_1e9b p:last-child {
    margin-bottom: 0;
}

.huge-2cd1 .wood_1e9b strong {
    color: var(--text-primary);
}

.huge-2cd1 .over_fba2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.huge-2cd1 .over_fba2 li {
    margin-bottom: 0.65rem;
}

.huge-2cd1 .over_fba2 li:last-child {
    margin-bottom: 0;
}

body.grid_selected_6bb0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_selected_6bb0 .simple-9b78 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_selected_6bb0 .label_89d0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.grid_selected_6bb0 .label_89d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_selected_6bb0 .label_89d0 p:last-child {
    margin-bottom: 0;
}

.grid_selected_6bb0 .label_89d0 strong {
    color: var(--text-primary);
}

.grid_selected_6bb0 .info-fixed-216a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_selected_6bb0 .info-fixed-216a li {
    margin-bottom: 0.65rem;
}

.grid_selected_6bb0 .info-fixed-216a li:last-child {
    margin-bottom: 0;
}

.grid_selected_6bb0 .aside_9610 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_selected_6bb0 .aside_9610 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status_32f6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status_32f6 .solid-9895 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status_32f6 .bright-cd6d {
    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);
}

.status_32f6 .bright-cd6d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_32f6 .bright-cd6d p:last-child {
    margin-bottom: 0;
}

.status_32f6 .bright-cd6d strong {
    color: var(--text-primary);
}

.status_32f6 .hidden_next_72ba {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_32f6 .hidden_next_72ba li {
    margin-bottom: 0.65rem;
}

.status_32f6 .hidden_next_72ba li:last-child {
    margin-bottom: 0;
}

.status_32f6 .footer_dark_7537 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status_32f6 .footer_dark_7537 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element_under_37d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element_under_37d7 .highlight-left-f509 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element_under_37d7 .primary_gold_7fa0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.element_under_37d7 .primary_gold_7fa0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_under_37d7 .primary_gold_7fa0 p:last-child {
    margin-bottom: 0;
}

.element_under_37d7 .primary_gold_7fa0 strong {
    color: var(--text-primary);
}

.element_under_37d7 .white-b6e4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element_under_37d7 .white-b6e4 li {
    margin-bottom: 0.65rem;
}

.element_under_37d7 .white-b6e4 li:last-child {
    margin-bottom: 0;
}

.element_under_37d7 .old_338a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element_under_37d7 .old_338a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_medium_d82d {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_medium_d82d .top-cfe3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_medium_d82d .light-bdfd {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.breadcrumb_medium_d82d .light-bdfd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_medium_d82d .light-bdfd p:last-child {
    margin-bottom: 0;
}

.breadcrumb_medium_d82d .light-bdfd strong {
    color: var(--text-primary);
}

.breadcrumb_medium_d82d .iron_d040 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_medium_d82d .iron_d040 li {
    margin-bottom: 0.65rem;
}

.breadcrumb_medium_d82d .iron_d040 li:last-child {
    margin-bottom: 0;
}

.breadcrumb_medium_d82d .feature-7e13 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_medium_d82d .feature-7e13 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: fe8f */
.shadow-element-s2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
