/* 
 * 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.stale-b918) — fixed together on mobile */
.banner-6b99 {
    width: 100%;
}

.alert_orange_f135 {
    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) {
    .banner-6b99 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .alert_orange_f135 {
        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.feature-3001. Conta) stay reachable.
     */
    .overlay_5ce9 .popup-8477 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .banner-6b99 .overlay_5ce9 > .popup-8477 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) .alert_orange_f135 {
        flex-shrink: 0;
    }

    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) .overlay_5ce9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) .overlay_5ce9 > .popup-8477 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) .black_2cc2 {
        flex-shrink: 0;
    }

    .banner-6b99:has(.upper-1fd3.fn-show-e1e2) .upper-1fd3.fn-show-e1e2 {
        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 */
    .overlay_5ce9 .upper-1fd3 .link_bronze_cc02.fn-active-e1e2 .right_ac33 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .alert_orange_f135 {
        position: sticky;
        top: 0;
    }
}

.banner-6b99.input_1691,
.banner-6b99.input_1691 .alert_orange_f135 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.east_95d0 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .east_95d0 {
        padding: 0.75rem 0;
    }
}

.in-0227 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.lower-dc13 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .lower-dc13 img {
        height: 35px;
    }
}

/* .overlay_5ce9 / .east_4bdb — inner pages (brown bar); index uses .first-505b below */

.overlay_5ce9:not(.first-505b) .east_4bdb.fn-active-e1e2 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.badge-c96a {
    display: flex;
    gap: var(--spacing-md);
}

.popup-7f19,
.hidden-complex-2f86 {
    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) {
    .popup-7f19,
    .hidden-complex-2f86 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .badge-c96a {
        gap: 0.5rem;
    }
}

.popup-7f19 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.popup-7f19:hover {
    background: var(--primary-purple);
    color: white;
}

.hidden-complex-2f86 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.hidden-complex-2f86:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.secondary_iron_f1b7 {
    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%;
}

.secondary_iron_f1b7::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;
}

.secondary_iron_f1b7::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;
}

.huge_abca {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.middle_f615 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.middle_f615 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);
}

.secondary_iron_f1b7 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;
}

.input_de2f {
    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;
}

.input_de2f strong {
    font-weight: 700;
}

.block_83ea {
    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);
}

.wrapper-9d47 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.focus-top-8b4c {
    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);
}

.focus-top-8b4c:hover {
    transform: translateY(-4px);
}

.search_left_810e {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.small-874b {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.chip_38cd {
    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;
}

.chip_38cd:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.chip_38cd.stone-7f01 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.wrapper_mini_bae4 {
    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);
}

.wrapper_mini_bae4:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.widget-left-1314 {
    padding: 3rem 1.25rem;
    background: white;
}

.mini_9822 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.aside-small-dffb {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.aside-small-dffb:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.aside-small-dffb img {
    margin-bottom: 1rem;
}

.clean-36d2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.aside-small-dffb h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.aside-small-dffb 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 */
.shadow_silver_16c1 {
    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);
}

.basic_e564 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.under-eb67 {
    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);
}

.under-eb67 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.under-eb67 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.under-eb67 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.modal-69b3 {
    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
   ======================================== */

.shadow_4da2 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.frame-0661 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.fluid_8dca {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.full-03be {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.out_61ea {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.out_61ea:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.out_61ea.motion_91fe {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.out_61ea.motion_91fe h3,
.out_61ea.motion_91fe p {
    color: white;
}

.hard-e28c {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.out_61ea h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.out_61ea p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.up_ca7f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.up_ca7f:hover {
    gap: 0.75rem;
}

.out_61ea.motion_91fe .up_ca7f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.hard_b0a3 {
    padding: 4rem 1.25rem;
    background: white;
}

.table-7ac6 {
    text-align: center;
    margin-bottom: 3rem;
}

.layout-liquid-8473 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.alert_hard_0bfe {
    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%;
}

.alert_hard_0bfe:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.blue-5539 {
    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);
}

.action-6b5b {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.pattern-gold-9b14 {
    padding: 1.5rem;
}

.pattern-gold-9b14 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.card_purple_23b5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.inner_b483 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.iron-40ef,
.progress-cool-5df6 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.iron-40ef {
    background: #dcfce7;
    color: #166534;
}

.iron-40ef.summary-easy-83ba {
    background: #10b981;
    color: white;
}

.progress-cool-5df6 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.progress-cool-5df6.label_64d2 {
    background: #fee2e2;
    color: #991b1b;
}

.progress-cool-5df6.lower_4f28 {
    background: #fef3c7;
    color: #92400e;
}

.progress-cool-5df6.short-d669 {
    background: #dcfce7;
    color: #166534;
}

.secondary_6e5f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.secondary_6e5f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.progress-fd0d {
    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);
}

.progress-fd0d:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.tag-10d4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.medium_c79d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.widget_6fda {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .widget_6fda {
        grid-template-columns: 1fr 1fr;
    }
}

.tag_paper_8f8c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.aside-6dea h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fluid-e8da {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.carousel-soft-bf6d {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.component-7528 {
    font-size: 1rem;
    opacity: 0.9;
}

.aside-6dea h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.surface_up_c7b8 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.surface_up_c7b8 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.surface_up_c7b8 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;
}

.surface_up_c7b8 li strong {
    color: var(--primary-purple);
}

.surface_up_c7b8 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.outer-ce2b {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.highlight_76a6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.card-3d27 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.highlight_76a6 .small-874b {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.notice_stone_2f82 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.row-2fb8 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.row-2fb8 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.steel_83bf {
    padding: 4rem 1.25rem;
    background: white;
}

.accordion_wood_5abc {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .accordion_wood_5abc {
        grid-template-columns: 1fr 1fr;
    }
}

.easy_e50d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.accordion-fast-5078 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.overlay-9585 {
    margin-bottom: 1.5rem;
}

.advanced-99fa {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.mask_plasma_110c {
    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);
}

.search-7e8f {
    white-space: nowrap;
}

.nav-hovered-14ec {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.breadcrumb_33cf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.red_ef2c {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.red_ef2c:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.column-wood-f450 {
    font-size: 2rem;
    flex-shrink: 0;
}

.notice_4c0a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.notice_4c0a p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.south-004f {
    margin-top: 3rem;
}

.south-004f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.secondary_rough_0bd0 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.secondary_rough_0bd0 thead {
    background: var(--primary-purple);
    color: white;
}

.secondary_rough_0bd0 th,
.secondary_rough_0bd0 td {
    padding: 1rem;
    text-align: left;
}

.secondary_rough_0bd0 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.secondary_rough_0bd0 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.secondary_rough_0bd0 tbody tr:last-child {
    border-bottom: none;
}

.secondary_rough_0bd0 tbody tr:hover {
    background: var(--light-bg);
}

.form_d460 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.shadow_mini_0e25 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.header_blue_3eaf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.top_15ca {
    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);
}

.top_15ca:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.top_15ca.logo_black_3ae0::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;
}

.black-0a29 {
    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;
}

.title-eabc {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.notification-first-2706 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.soft_2ceb {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.nav_south_88f4 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.nav_south_88f4 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.nav_south_88f4 p:last-child {
    margin-bottom: 0;
}

.nav_south_88f4 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.top_ce67 {
    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;
}

.chip_fixed_fdaa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.full_2758 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.full_2758 .search_left_810e {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.full_2758 .small-874b {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.shade_c746 {
    padding: 4rem 1.25rem;
    background: white;
}

.aside-7dee {
    max-width: 900px;
    margin: 0 auto;
}

.large-209f {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.large-209f:hover {
    border-color: var(--primary-purple);
}

.large-209f[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.large-209f 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;
}

.large-209f summary::-webkit-details-marker {
    display: none;
}

.large-209f summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.large-209f[open] summary::after {
    transform: rotate(45deg);
}

.video_solid_b7d0 {
    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);
    }
}

.video_solid_b7d0 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.video_solid_b7d0 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.video_solid_b7d0 ul,
.video_solid_b7d0 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.video_solid_b7d0 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.video_solid_b7d0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.top_d6e0 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.accordion_f40f {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.accordion_f40f th,
.accordion_f40f td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.accordion_f40f th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.filter_54ad {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.purple-e8e8 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.disabled-brown-1238 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .disabled-brown-1238 {
        flex-direction: column;
        text-align: center;
    }
}

.disabled-brown-1238 img {
    flex-shrink: 0;
}

.box_a077 {
    font-size: 4rem;
    flex-shrink: 0;
}

.dropdown-brown-dcbb h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dropdown-brown-dcbb p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.fixed_f1f9 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.yellow-7d37 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.next-3b59 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.next-3b59 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.section_19d0 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.modal-4fa4 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.progress_west_a3ec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask_plasma_ac3d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mask_plasma_ac3d p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.article_7438 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.over_b7c7 {
    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);
}

.info_6a9b {
    list-style: none;
}

.info_6a9b li {
    margin-bottom: 0.75rem;
}

.info_6a9b a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.info_6a9b a:hover {
    color: white;
}

.link_paper_1150 {
    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;
}

.fluid_ea55 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.fluid_ea55 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.button-9a59 {
    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);
}

.center-6960 {
    text-align: right;
}

@media (max-width: 767px) {
    .center-6960 {
        text-align: center;
        width: 100%;
    }
}

.center-6960 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.west_ffb0 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.popup-8477 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.widget-left-1314,
.shadow_silver_16c1,
.shadow_4da2,
.hard_b0a3,
.medium_c79d,
.steel_83bf,
.shadow_mini_0e25,
.shade_c746,
.purple-e8e8,
.yellow-7d37 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .frame-0661 {
        font-size: 1.75rem;
    }
    
    .fluid_8dca {
        font-size: 1rem;
    }
    
    .outer-ce2b {
        flex-direction: column;
    }
    
    .accordion_wood_5abc {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .layout-liquid-8473 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .alert_hard_0bfe {
        max-width: 100%;
    }
    
    .action-6b5b {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .popup-8477 {
        padding: 0 1rem;
    }
    
    .secondary_iron_f1b7 {
        padding: 4rem 1rem 3rem;
    }
    
    .secondary_iron_f1b7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .chip_38cd {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .wrapper-9d47 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .secondary_rough_0bd0,
    .accordion_f40f {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .mini_9822 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .full-03be {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .header_blue_3eaf {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .secondary_iron_f1b7 h1 {
        font-size: 1.5rem;
    }
    
    .wrapper-9d47 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .focus-top-8b4c {
        padding: 0.75rem;
    }
    
    .search_left_810e {
        font-size: 1.5rem;
    }
    
    .mini_9822 {
        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 */
.alert_hard_0bfe:hover,
.out_61ea:hover,
.top_15ca:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .hard_b0a3,
    .shadow_mini_0e25,
    .shade_c746 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.stale-b918)
   ======================================== */

.overlay_5ce9.first-505b {
    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;
}

.overlay_5ce9.first-505b .east_4bdb {
    color: #334155;
}

.overlay_5ce9.first-505b .east_4bdb:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.overlay_5ce9.first-505b .east_4bdb.fn-active-e1e2 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.overlay_5ce9.first-505b .right_ac33 {
    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);
}

.overlay_5ce9.first-505b .right_ac33::before {
    border-bottom-color: #ffffff;
}

.overlay_5ce9.first-505b .search-0bf1 {
    color: #475569;
}

.overlay_5ce9.first-505b .search-0bf1::before {
    background: #818cf8;
}

.overlay_5ce9.first-505b .search-0bf1:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.overlay_5ce9.first-505b .search-0bf1:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.overlay_5ce9.first-505b .inner-c4b8 {
    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);
}

.overlay_5ce9.first-505b .inner-c4b8:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.overlay_5ce9.first-505b .inner-c4b8 span {
    background: #475569;
    box-shadow: none;
}

.overlay_5ce9.first-505b .inner-c4b8.fn-active-e1e2 span:nth-child(1),
.overlay_5ce9.first-505b .inner-c4b8.fn-active-e1e2 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .overlay_5ce9.first-505b {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .overlay_5ce9.first-505b .black_2cc2 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .overlay_5ce9.first-505b .black_2cc2 span {
        color: #334155 !important;
    }

    .overlay_5ce9.first-505b .upper-1fd3 {
        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);
    }

    .overlay_5ce9.first-505b .upper-1fd3 .east_4bdb {
        color: #334155;
        text-shadow: none;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .east_4bdb:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .overlay_5ce9.first-505b .upper-1fd3 .east_4bdb.status_bd2c::after {
        color: #64748b;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .right_ac33 {
        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) */
    .overlay_5ce9.first-505b .upper-1fd3 .link_bronze_cc02.fn-active-e1e2 .right_ac33 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .search-0bf1 {
        color: #475569;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .search-0bf1::before {
        color: #6366f1;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .search-0bf1:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .overlay_5ce9.first-505b .upper-1fd3 .search-0bf1:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .overlay_5ce9.first-505b .upper-1fd3 .search-0bf1:hover::before {
        color: #4f46e5;
    }
}

/* apk.shadow-bd2b — mesmo tema claro da home; blocos extras */
body.center_b52a {
    background: #f8f9fa;
    color: #2c3e50;
}

.center_b52a .element_6dca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center_b52a .disabled-out-93cc {
    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);
}

.center_b52a .disabled-out-93cc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center_b52a .disabled-out-93cc p:last-child {
    margin-bottom: 0;
}

.center_b52a .disabled-out-93cc strong {
    color: var(--text-primary);
}

.center_b52a .upper-d771 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center_b52a .upper-d771 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_active_9341 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature_active_9341 .right-e25f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature_active_9341 .message_50fc {
    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_active_9341 .message_50fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature_active_9341 .message_50fc p:last-child {
    margin-bottom: 0;
}

.feature_active_9341 .message_50fc strong {
    color: var(--text-primary);
}

.feature_active_9341 .accordion_hovered_cc63 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature_active_9341 .accordion_hovered_cc63 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.right-396c {
    background: #f8f9fa;
    color: #2c3e50;
}

.right-396c .border-rough-ae24 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.right-396c .inner-7dbd {
    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);
}

.right-396c .inner-7dbd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.right-396c .inner-7dbd p:last-child {
    margin-bottom: 0;
}

.right-396c .inner-7dbd strong {
    color: var(--text-primary);
}

.right-396c .frame-new-02c9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.right-396c .frame-new-02c9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight-smooth-7501 {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight-smooth-7501 .notice_liquid_924f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight-smooth-7501 .carousel_e976 {
    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);
}

.highlight-smooth-7501 .carousel_e976 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight-smooth-7501 .carousel_e976 p:last-child {
    margin-bottom: 0;
}

.highlight-smooth-7501 .carousel_e976 strong {
    color: var(--text-primary);
}

.highlight-smooth-7501 .focus_1756 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight-smooth-7501 .focus_1756 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination_b918 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination_b918 .hover-a1b8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination_b918 .icon-over-33e7 {
    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);
}

.pagination_b918 .icon-over-33e7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_b918 .icon-over-33e7 p:last-child {
    margin-bottom: 0;
}

.pagination_b918 .icon-over-33e7 strong {
    color: var(--text-primary);
}

.pagination_b918 .element-d637 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination_b918 .element-d637 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left-0b2c {
    background: #f8f9fa;
    color: #2c3e50;
}

.left-0b2c .photo-fluid-4fd8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left-0b2c .article-346a {
    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);
}

.left-0b2c .article-346a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left-0b2c .article-346a p:last-child {
    margin-bottom: 0;
}

.left-0b2c .article-346a strong {
    color: var(--text-primary);
}

.left-0b2c .banner_1546 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.left-0b2c .banner_1546 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.new_a632 {
    background: #f8f9fa;
    color: #2c3e50;
}

.new_a632 .video_tall_81f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.new_a632 .popup_dd6f {
    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);
}

.new_a632 .popup_dd6f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.new_a632 .popup_dd6f p:last-child {
    margin-bottom: 0;
}

.new_a632 .popup_dd6f strong {
    color: var(--text-primary);
}

.new_a632 .element_1687 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.new_a632 .element_1687 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box-f3ba {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-f3ba .overlay_hard_8db8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-f3ba .module-simple-b8d5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.box-f3ba .module-simple-b8d5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-f3ba .module-simple-b8d5 p:last-child {
    margin-bottom: 0;
}

.box-f3ba .module-simple-b8d5 strong {
    color: var(--text-primary);
}

.box-f3ba .hard-d9d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-f3ba .hard-d9d4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-2fe4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-2fe4 .modal-7dfb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-2fe4 .label-wide-c6bc {
    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);
}

.module-2fe4 .label-wide-c6bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-2fe4 .label-wide-c6bc p:last-child {
    margin-bottom: 0;
}

.module-2fe4 .label-wide-c6bc strong {
    color: var(--text-primary);
}

.module-2fe4 .tooltip-e860 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-2fe4 .tooltip-e860 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_fc3b {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion_fc3b .content_north_1d6b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion_fc3b .block-6daa {
    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_fc3b .block-6daa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion_fc3b .block-6daa p:last-child {
    margin-bottom: 0;
}

.accordion_fc3b .block-6daa strong {
    color: var(--text-primary);
}

.accordion_fc3b .video_tall_f9e6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion_fc3b .video_tall_f9e6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs_c3e1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_c3e1 .table-center-14d0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_c3e1 .outline_hard_8642 {
    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);
}

.tabs_c3e1 .outline_hard_8642 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_c3e1 .outline_hard_8642 p:last-child {
    margin-bottom: 0;
}

.tabs_c3e1 .outline_hard_8642 strong {
    color: var(--text-primary);
}

.tabs_c3e1 .footer-b5f5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_c3e1 .footer-b5f5 li {
    margin-bottom: 0.65rem;
}

.tabs_c3e1 .footer-b5f5 li:last-child {
    margin-bottom: 0;
}

.tabs_c3e1 .header-d13c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_c3e1 .header-d13c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav_purple_92c5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_purple_92c5 .info-focused-17b8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_purple_92c5 .gradient-blue-5ac4 {
    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_purple_92c5 .gradient-blue-5ac4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_purple_92c5 .gradient-blue-5ac4 p:last-child {
    margin-bottom: 0;
}

.nav_purple_92c5 .gradient-blue-5ac4 strong {
    color: var(--text-primary);
}

.nav_purple_92c5 .article-791d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_purple_92c5 .article-791d li {
    margin-bottom: 0.65rem;
}

.nav_purple_92c5 .article-791d li:last-child {
    margin-bottom: 0;
}

.nav_purple_92c5 .pro_c723 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_purple_92c5 .pro_c723 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old-00f9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.old-00f9 .pink-26c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old-00f9 .modal-west-21d8 {
    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);
}

.old-00f9 .modal-west-21d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-00f9 .modal-west-21d8 p:last-child {
    margin-bottom: 0;
}

.old-00f9 .modal-west-21d8 strong {
    color: var(--text-primary);
}

.old-00f9 .column_9d59 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-00f9 .column_9d59 li {
    margin-bottom: 0.65rem;
}

.old-00f9 .column_9d59 li:last-child {
    margin-bottom: 0;
}

.old-00f9 .slider-efe3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old-00f9 .slider-efe3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture-e5b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture-e5b7 .shadow-2726 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture-e5b7 .west_3c08 {
    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);
}

.texture-e5b7 .west_3c08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-e5b7 .west_3c08 p:last-child {
    margin-bottom: 0;
}

.texture-e5b7 .west_3c08 strong {
    color: var(--text-primary);
}

.texture-e5b7 .tabs-mini-b622 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-e5b7 .tabs-mini-b622 li {
    margin-bottom: 0.65rem;
}

.texture-e5b7 .tabs-mini-b622 li:last-child {
    margin-bottom: 0;
}

body.slider_hard_250e {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider_hard_250e .banner_c00b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider_hard_250e .plasma_9957 {
    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);
}

.slider_hard_250e .plasma_9957 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_hard_250e .plasma_9957 p:last-child {
    margin-bottom: 0;
}

.slider_hard_250e .plasma_9957 strong {
    color: var(--text-primary);
}

.slider_hard_250e .stone-0144 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_hard_250e .stone-0144 li {
    margin-bottom: 0.65rem;
}

.slider_hard_250e .stone-0144 li:last-child {
    margin-bottom: 0;
}

.slider_hard_250e .notice-bottom-52eb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider_hard_250e .notice-bottom-52eb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent_west_0d6b {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent_west_0d6b .accordion-e972 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent_west_0d6b .element_c642 {
    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);
}

.accent_west_0d6b .element_c642 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_west_0d6b .element_c642 p:last-child {
    margin-bottom: 0;
}

.accent_west_0d6b .element_c642 strong {
    color: var(--text-primary);
}

.accent_west_0d6b .last_7709 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent_west_0d6b .last_7709 li {
    margin-bottom: 0.65rem;
}

.accent_west_0d6b .last_7709 li:last-child {
    margin-bottom: 0;
}

.accent_west_0d6b .widget-orange-f33b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent_west_0d6b .widget-orange-f33b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pink_975c {
    background: #f8f9fa;
    color: #2c3e50;
}

.pink_975c .clean_3ad0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pink_975c .blue_4d50 {
    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);
}

.pink_975c .blue_4d50 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pink_975c .blue_4d50 p:last-child {
    margin-bottom: 0;
}

.pink_975c .blue_4d50 strong {
    color: var(--text-primary);
}

.pink_975c .gradient_easy_6269 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pink_975c .gradient_easy_6269 li {
    margin-bottom: 0.65rem;
}

.pink_975c .gradient_easy_6269 li:last-child {
    margin-bottom: 0;
}

.pink_975c .video-e8ef {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pink_975c .video-e8ef img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.light_48fa {
    background: #f8f9fa;
    color: #2c3e50;
}

.light_48fa .upper_ddda {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light_48fa .description_93bb {
    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);
}

.light_48fa .description_93bb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_48fa .description_93bb p:last-child {
    margin-bottom: 0;
}

.light_48fa .description_93bb strong {
    color: var(--text-primary);
}

.light_48fa .wrapper-wood-fd1a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_48fa .wrapper-wood-fd1a li {
    margin-bottom: 0.65rem;
}

.light_48fa .wrapper-wood-fd1a li:last-child {
    margin-bottom: 0;
}

.light_48fa .accordion-9e14 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light_48fa .accordion-9e14 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: 8b0b */
.ghost-box-v1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.0;
}
