/* 
 * 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.hidden_da8e) — fixed together on mobile */
.out-e875 {
    width: 100%;
}

.outline-fixed-e56b {
    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) {
    .out-e875 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .outline-fixed-e56b {
        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.yellow_c1cb. Conta) stay reachable.
     */
    .paragraph-f82c .clean-f506 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .out-e875 .paragraph-f82c > .clean-f506 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) .outline-fixed-e56b {
        flex-shrink: 0;
    }

    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) .paragraph-f82c {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) .paragraph-f82c > .clean-f506 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) .module-stone-a3bf {
        flex-shrink: 0;
    }

    .out-e875:has(.notification_focused_67f5.fn-show-6ae5) .notification_focused_67f5.fn-show-6ae5 {
        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 */
    .paragraph-f82c .notification_focused_67f5 .gold-ad15.fn-active-6ae5 .component-clean-7c8a {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .outline-fixed-e56b {
        position: sticky;
        top: 0;
    }
}

.out-e875.modal-6e93,
.out-e875.modal-6e93 .outline-fixed-e56b {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.heading-baa5 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .heading-baa5 {
        padding: 0.75rem 0;
    }
}

.module_complex_ddd0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.aside_3dba img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .aside_3dba img {
        height: 35px;
    }
}

/* .paragraph-f82c / .frame_77ef — inner pages (brown bar); index uses .thumbnail-f2fb below */

.paragraph-f82c:not(.thumbnail-f2fb) .frame_77ef.fn-active-6ae5 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.sort_0a8a {
    display: flex;
    gap: var(--spacing-md);
}

.left-c954,
.east-81c6 {
    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) {
    .left-c954,
    .east-81c6 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .sort_0a8a {
        gap: 0.5rem;
    }
}

.left-c954 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.left-c954:hover {
    background: var(--primary-purple);
    color: white;
}

.east-81c6 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.east-81c6:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.wood_bd58 {
    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%;
}

.wood_bd58::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;
}

.wood_bd58::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;
}

.fast_2285 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.static-627e {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.static-627e 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);
}

.wood_bd58 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;
}

.focused_e4a2 {
    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;
}

.focused_e4a2 strong {
    font-weight: 700;
}

.row-ddaa {
    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);
}

.accent-fresh-cc71 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.stale_3643 {
    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);
}

.stale_3643:hover {
    transform: translateY(-4px);
}

.component_35be {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.info-4f36 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.current_4d2f {
    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;
}

.current_4d2f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.current_4d2f.hover-0c11 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.footer-7926 {
    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);
}

.footer-7926:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.alert-red-1011 {
    padding: 3rem 1.25rem;
    background: white;
}

.feature-warm-9b0c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.chip_upper_56d1 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.chip_upper_56d1:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.chip_upper_56d1 img {
    margin-bottom: 1rem;
}

.medium_489e {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.chip_upper_56d1 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.chip_upper_56d1 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 */
.accordion-2b9f {
    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);
}

.footer_55d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.column_large_ff3b {
    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);
}

.column_large_ff3b h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.column_large_ff3b p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.column_large_ff3b a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.logo-thick-6e52 {
    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
   ======================================== */

.first-df62 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.carousel_orange_a20e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.simple-1a89 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.message_6530 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.table-878a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.table-878a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.table-878a.element_a3db {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.table-878a.element_a3db h3,
.table-878a.element_a3db p {
    color: white;
}

.label_4e9f {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.table-878a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.table-878a p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.video-pink-d387 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.video-pink-d387:hover {
    gap: 0.75rem;
}

.table-878a.element_a3db .video-pink-d387 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.modal_basic_db66 {
    padding: 4rem 1.25rem;
    background: white;
}

.static-20ae {
    text-align: center;
    margin-bottom: 3rem;
}

.modal-f343 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.button_830f {
    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%;
}

.button_830f:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.sort_pressed_381b {
    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);
}

.accordion_full_04b5 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.layout-a4b2 {
    padding: 1.5rem;
}

.layout-a4b2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.blue_d163 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tiny-5a75 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.rough_da0e,
.table_first_26e4 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.rough_da0e {
    background: #dcfce7;
    color: #166534;
}

.rough_da0e.tiny_0f2b {
    background: #10b981;
    color: white;
}

.table_first_26e4 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.table_first_26e4.image_6184 {
    background: #fee2e2;
    color: #991b1b;
}

.table_first_26e4.carousel-9a94 {
    background: #fef3c7;
    color: #92400e;
}

.table_first_26e4.row-fixed-6c8c {
    background: #dcfce7;
    color: #166534;
}

.focus_67ca {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.focus_67ca strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.left-51dc {
    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);
}

.left-51dc:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.bronze-2c83 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.disabled-c903 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.outline-85d3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .outline-85d3 {
        grid-template-columns: 1fr 1fr;
    }
}

.panel_outer_9d17 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.overlay_fixed_8649 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tag_fixed_cbc4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.header-605b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.overlay-pressed-ef5e {
    font-size: 1rem;
    opacity: 0.9;
}

.overlay_fixed_8649 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.button-prev-b7a7 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.button-prev-b7a7 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.button-prev-b7a7 li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: var(--primary-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.button-prev-b7a7 li strong {
    color: var(--primary-purple);
}

.button-prev-b7a7 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.pattern-2375 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.main_281c {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.easy-da1c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.main_281c .info-4f36 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.lite_f812 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.content_c322 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.content_c322 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.title_aa0c {
    padding: 4rem 1.25rem;
    background: white;
}

.first-712c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .first-712c {
        grid-template-columns: 1fr 1fr;
    }
}

.under-f248 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.center_39a1 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.border_4aa2 {
    margin-bottom: 1.5rem;
}

.accent-7089 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.surface_27eb {
    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);
}

.mask-dirty-afd5 {
    white-space: nowrap;
}

.lite_25e8 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.shadow_26e1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.media-a90f {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.media-a90f:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.input_ee57 {
    font-size: 2rem;
    flex-shrink: 0;
}

.column_28c5 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.column_28c5 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.frame_action_08e6 {
    margin-top: 3rem;
}

.frame_action_08e6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.advanced_56ec {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.advanced_56ec thead {
    background: var(--primary-purple);
    color: white;
}

.advanced_56ec th,
.advanced_56ec td {
    padding: 1rem;
    text-align: left;
}

.advanced_56ec th {
    font-weight: 700;
    font-size: 0.9rem;
}

.advanced_56ec tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.advanced_56ec tbody tr:last-child {
    border-bottom: none;
}

.advanced_56ec tbody tr:hover {
    background: var(--light-bg);
}

.old-56bc {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.lower-4a3a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.slider_outer_ee75 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.steel-19d2 {
    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);
}

.steel-19d2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.steel-19d2.nav_ce7d::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;
}

.hover-plasma-c447 {
    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;
}

.narrow_949a {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.active_outer_e14b h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.right-d183 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.breadcrumb-down-db2d {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.breadcrumb-down-db2d p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.breadcrumb-down-db2d p:last-child {
    margin-bottom: 0;
}

.breadcrumb-down-db2d strong {
    color: var(--text-primary);
    font-weight: 600;
}

.liquid_f36f {
    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;
}

.warm_7355 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.dark-1cec {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.dark-1cec .component_35be {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.dark-1cec .info-4f36 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.form_down_bcab {
    padding: 4rem 1.25rem;
    background: white;
}

.clean_1028 {
    max-width: 900px;
    margin: 0 auto;
}

.last_2311 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.last_2311:hover {
    border-color: var(--primary-purple);
}

.last_2311[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.last_2311 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;
}

.last_2311 summary::-webkit-details-marker {
    display: none;
}

.last_2311 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.last_2311[open] summary::after {
    transform: rotate(45deg);
}

.avatar_1f96 {
    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);
    }
}

.avatar_1f96 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.avatar_1f96 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.avatar_1f96 ul,
.avatar_1f96 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.avatar_1f96 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.avatar_1f96 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.backdrop_6eb4 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.chip_west_1c53 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.chip_west_1c53 th,
.chip_west_1c53 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.chip_west_1c53 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.active-06d6 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.hover-3280 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.focused_1b36 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .focused_1b36 {
        flex-direction: column;
        text-align: center;
    }
}

.focused_1b36 img {
    flex-shrink: 0;
}

.description_full_a88a {
    font-size: 4rem;
    flex-shrink: 0;
}

.short_5775 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.short_5775 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.widget-bright-aba8 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.detail_west_58cf {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.rough_121d h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.rough_121d > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.feature-b365 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.preview-under-db3f {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.top-7cb9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.title-gas-b706 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.title-gas-b706 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.secondary-bronze-2e84 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.background-82de {
    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_bc5e {
    list-style: none;
}

.info_bc5e li {
    margin-bottom: 0.75rem;
}

.info_bc5e a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.info_bc5e a:hover {
    color: white;
}

.surface-4590 {
    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;
}

.current_5483 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.current_5483 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.detail-f78a {
    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);
}

.bronze_a1c7 {
    text-align: right;
}

@media (max-width: 767px) {
    .bronze_a1c7 {
        text-align: center;
        width: 100%;
    }
}

.bronze_a1c7 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.panel_d77c {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.clean-f506 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.alert-red-1011,
.accordion-2b9f,
.first-df62,
.modal_basic_db66,
.disabled-c903,
.title_aa0c,
.lower-4a3a,
.form_down_bcab,
.hover-3280,
.detail_west_58cf {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .carousel_orange_a20e {
        font-size: 1.75rem;
    }
    
    .simple-1a89 {
        font-size: 1rem;
    }
    
    .pattern-2375 {
        flex-direction: column;
    }
    
    .first-712c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .modal-f343 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .button_830f {
        max-width: 100%;
    }
    
    .accordion_full_04b5 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .clean-f506 {
        padding: 0 1rem;
    }
    
    .wood_bd58 {
        padding: 4rem 1rem 3rem;
    }
    
    .wood_bd58 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .current_4d2f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .accent-fresh-cc71 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .advanced_56ec,
    .chip_west_1c53 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .feature-warm-9b0c {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .message_6530 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .slider_outer_ee75 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .wood_bd58 h1 {
        font-size: 1.5rem;
    }
    
    .accent-fresh-cc71 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .stale_3643 {
        padding: 0.75rem;
    }
    
    .component_35be {
        font-size: 1.5rem;
    }
    
    .feature-warm-9b0c {
        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 */
.button_830f:hover,
.table-878a:hover,
.steel-19d2:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .modal_basic_db66,
    .lower-4a3a,
    .form_down_bcab {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.hidden_da8e)
   ======================================== */

.paragraph-f82c.thumbnail-f2fb {
    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;
}

.paragraph-f82c.thumbnail-f2fb .frame_77ef {
    color: #334155;
}

.paragraph-f82c.thumbnail-f2fb .frame_77ef:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.paragraph-f82c.thumbnail-f2fb .frame_77ef.fn-active-6ae5 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.paragraph-f82c.thumbnail-f2fb .component-clean-7c8a {
    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);
}

.paragraph-f82c.thumbnail-f2fb .component-clean-7c8a::before {
    border-bottom-color: #ffffff;
}

.paragraph-f82c.thumbnail-f2fb .picture-4b74 {
    color: #475569;
}

.paragraph-f82c.thumbnail-f2fb .picture-4b74::before {
    background: #818cf8;
}

.paragraph-f82c.thumbnail-f2fb .picture-4b74:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.paragraph-f82c.thumbnail-f2fb .picture-4b74:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.paragraph-f82c.thumbnail-f2fb .table-e428 {
    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);
}

.paragraph-f82c.thumbnail-f2fb .table-e428:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.paragraph-f82c.thumbnail-f2fb .table-e428 span {
    background: #475569;
    box-shadow: none;
}

.paragraph-f82c.thumbnail-f2fb .table-e428.fn-active-6ae5 span:nth-child(1),
.paragraph-f82c.thumbnail-f2fb .table-e428.fn-active-6ae5 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .paragraph-f82c.thumbnail-f2fb {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .paragraph-f82c.thumbnail-f2fb .module-stone-a3bf {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .paragraph-f82c.thumbnail-f2fb .module-stone-a3bf span {
        color: #334155 !important;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 {
        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);
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .frame_77ef {
        color: #334155;
        text-shadow: none;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .frame_77ef:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .frame_77ef.left-377d::after {
        color: #64748b;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .component-clean-7c8a {
        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) */
    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .gold-ad15.fn-active-6ae5 .component-clean-7c8a {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .picture-4b74 {
        color: #475569;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .picture-4b74::before {
        color: #6366f1;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .picture-4b74:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .picture-4b74:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .paragraph-f82c.thumbnail-f2fb .notification_focused_67f5 .picture-4b74:hover::before {
        color: #4f46e5;
    }
}

/* apk.logo_tall_77c5 — mesmo tema claro da home; blocos extras */
body.current-c1d2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.current-c1d2 .title_east_b8ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.current-c1d2 .bronze_d4a4 {
    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);
}

.current-c1d2 .bronze_d4a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current-c1d2 .bronze_d4a4 p:last-child {
    margin-bottom: 0;
}

.current-c1d2 .bronze_d4a4 strong {
    color: var(--text-primary);
}

.current-c1d2 .tooltip-62de {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.current-c1d2 .tooltip-62de img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cold-d96b {
    background: #f8f9fa;
    color: #2c3e50;
}

.cold-d96b .breadcrumb-8ebf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cold-d96b .component_focused_2c6e {
    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);
}

.cold-d96b .component_focused_2c6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cold-d96b .component_focused_2c6e p:last-child {
    margin-bottom: 0;
}

.cold-d96b .component_focused_2c6e strong {
    color: var(--text-primary);
}

.cold-d96b .icon-motion-d6be {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cold-d96b .icon-motion-d6be img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool_f109 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_f109 .sidebar_easy_301f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_f109 .description-0ccd {
    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);
}

.cool_f109 .description-0ccd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_f109 .description-0ccd p:last-child {
    margin-bottom: 0;
}

.cool_f109 .description-0ccd strong {
    color: var(--text-primary);
}

.cool_f109 .shadow-4ab8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool_f109 .shadow-4ab8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card-f462 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-f462 .feature_4ebf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-f462 .tertiary-b5ba {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.card-f462 .tertiary-b5ba p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-f462 .tertiary-b5ba p:last-child {
    margin-bottom: 0;
}

.card-f462 .tertiary-b5ba strong {
    color: var(--text-primary);
}

.card-f462 .iron_5ee6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-f462 .iron_5ee6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.easy_15ae {
    background: #f8f9fa;
    color: #2c3e50;
}

.easy_15ae .small-0f50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.easy_15ae .detail-d4f0 {
    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);
}

.easy_15ae .detail-d4f0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy_15ae .detail-d4f0 p:last-child {
    margin-bottom: 0;
}

.easy_15ae .detail-d4f0 strong {
    color: var(--text-primary);
}

.easy_15ae .hover-b09b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.easy_15ae .hover-b09b 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-thick-25ed {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-thick-25ed .main_87ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-thick-25ed .summary-fast-2d21 {
    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-thick-25ed .summary-fast-2d21 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-thick-25ed .summary-fast-2d21 p:last-child {
    margin-bottom: 0;
}

.hero-thick-25ed .summary-fast-2d21 strong {
    color: var(--text-primary);
}

.hero-thick-25ed .last_b71c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-thick-25ed .last_b71c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.summary_next_3684 {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary_next_3684 .photo-full-1e90 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary_next_3684 .accordion_short_58c8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.summary_next_3684 .accordion_short_58c8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_next_3684 .accordion_short_58c8 p:last-child {
    margin-bottom: 0;
}

.summary_next_3684 .accordion_short_58c8 strong {
    color: var(--text-primary);
}

.summary_next_3684 .over-fb12 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.summary_next_3684 .over-fb12 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.article-ab55 {
    background: #f8f9fa;
    color: #2c3e50;
}

.article-ab55 .gradient-7987 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article-ab55 .box_pro_afbe {
    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);
}

.article-ab55 .box_pro_afbe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article-ab55 .box_pro_afbe p:last-child {
    margin-bottom: 0;
}

.article-ab55 .box_pro_afbe strong {
    color: var(--text-primary);
}

.article-ab55 .avatar-94f7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article-ab55 .avatar-94f7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mini_acc3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini_acc3 .surface-6f45 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini_acc3 .message-380b {
    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);
}

.mini_acc3 .message-380b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini_acc3 .message-380b p:last-child {
    margin-bottom: 0;
}

.mini_acc3 .message-380b strong {
    color: var(--text-primary);
}

.mini_acc3 .gallery-static-1d4a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini_acc3 .gallery-static-1d4a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean-38ba {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean-38ba .mini-45ab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean-38ba .carousel_6ba1 {
    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);
}

.clean-38ba .carousel_6ba1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean-38ba .carousel_6ba1 p:last-child {
    margin-bottom: 0;
}

.clean-38ba .carousel_6ba1 strong {
    color: var(--text-primary);
}

.clean-38ba .thumbnail_wood_3cc8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean-38ba .thumbnail_wood_3cc8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo_fb8d {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo_fb8d .short-0084 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo_fb8d .focus_3bb4 {
    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);
}

.logo_fb8d .focus_3bb4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_fb8d .focus_3bb4 p:last-child {
    margin-bottom: 0;
}

.logo_fb8d .focus_3bb4 strong {
    color: var(--text-primary);
}

.logo_fb8d .bright-7a0c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_fb8d .bright-7a0c li {
    margin-bottom: 0.65rem;
}

.logo_fb8d .bright-7a0c li:last-child {
    margin-bottom: 0;
}

.logo_fb8d .title_8227 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo_fb8d .title_8227 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask_ab4c {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask_ab4c .description-bbad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask_ab4c .element_warm_88e2 {
    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);
}

.mask_ab4c .element_warm_88e2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_ab4c .element_warm_88e2 p:last-child {
    margin-bottom: 0;
}

.mask_ab4c .element_warm_88e2 strong {
    color: var(--text-primary);
}

.mask_ab4c .gas-e1da {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_ab4c .gas-e1da li {
    margin-bottom: 0.65rem;
}

.mask_ab4c .gas-e1da li:last-child {
    margin-bottom: 0;
}

.mask_ab4c .under_3d9e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask_ab4c .under_3d9e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small-da36 {
    background: #f8f9fa;
    color: #2c3e50;
}

.small-da36 .text_under_b36b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small-da36 .backdrop_lower_8094 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.small-da36 .backdrop_lower_8094 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small-da36 .backdrop_lower_8094 p:last-child {
    margin-bottom: 0;
}

.small-da36 .backdrop_lower_8094 strong {
    color: var(--text-primary);
}

.small-da36 .layout-7cca {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small-da36 .layout-7cca li {
    margin-bottom: 0.65rem;
}

.small-da36 .layout-7cca li:last-child {
    margin-bottom: 0;
}

.small-da36 .gallery-0689 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small-da36 .gallery-0689 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert_a8f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert_a8f8 .list-8cdc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert_a8f8 .filter-red-8747 {
    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);
}

.alert_a8f8 .filter-red-8747 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_a8f8 .filter-red-8747 p:last-child {
    margin-bottom: 0;
}

.alert_a8f8 .filter-red-8747 strong {
    color: var(--text-primary);
}

.alert_a8f8 .short-f4c1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_a8f8 .short-f4c1 li {
    margin-bottom: 0.65rem;
}

.alert_a8f8 .short-f4c1 li:last-child {
    margin-bottom: 0;
}

body.dim-5bae {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim-5bae .info-b572 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim-5bae .list_9576 {
    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);
}

.dim-5bae .list_9576 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim-5bae .list_9576 p:last-child {
    margin-bottom: 0;
}

.dim-5bae .list_9576 strong {
    color: var(--text-primary);
}

.dim-5bae .active-c94a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim-5bae .active-c94a li {
    margin-bottom: 0.65rem;
}

.dim-5bae .active-c94a li:last-child {
    margin-bottom: 0;
}

.dim-5bae .focus_active_e649 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dim-5bae .focus_active_e649 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-390a {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-390a .north_58f4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-390a .table_bottom_9b63 {
    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-390a .table_bottom_9b63 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-390a .table_bottom_9b63 p:last-child {
    margin-bottom: 0;
}

.nav-390a .table_bottom_9b63 strong {
    color: var(--text-primary);
}

.nav-390a .header_c008 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-390a .header_c008 li {
    margin-bottom: 0.65rem;
}

.nav-390a .header_c008 li:last-child {
    margin-bottom: 0;
}

.nav-390a .input_white_0d4a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-390a .input_white_0d4a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary_f096 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_f096 .tall-dd9d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_f096 .dropdown-under-1719 {
    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);
}

.tertiary_f096 .dropdown-under-1719 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_f096 .dropdown-under-1719 p:last-child {
    margin-bottom: 0;
}

.tertiary_f096 .dropdown-under-1719 strong {
    color: var(--text-primary);
}

.tertiary_f096 .grid-eb8f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_f096 .grid-eb8f li {
    margin-bottom: 0.65rem;
}

.tertiary_f096 .grid-eb8f li:last-child {
    margin-bottom: 0;
}

.tertiary_f096 .filter_f1c3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_f096 .filter_f1c3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slider-steel-9741 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider-steel-9741 .box-purple-ba69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider-steel-9741 .article_last_d364 {
    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-steel-9741 .article_last_d364 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-steel-9741 .article_last_d364 p:last-child {
    margin-bottom: 0;
}

.slider-steel-9741 .article_last_d364 strong {
    color: var(--text-primary);
}

.slider-steel-9741 .notification_376c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-steel-9741 .notification_376c li {
    margin-bottom: 0.65rem;
}

.slider-steel-9741 .notification_376c li:last-child {
    margin-bottom: 0;
}

.slider-steel-9741 .mask-action-715a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider-steel-9741 .mask-action-715a 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: fa6c */
.shadow-element-n4 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
