/* 
 * 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-5267) — fixed together on mobile */
.accent_tall_0812 {
    width: 100%;
}

.upper_cdef {
    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) {
    .accent_tall_0812 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .upper_cdef {
        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.steel_e0b5. Conta) stay reachable.
     */
    .caption_a58a .sort_1381 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .accent_tall_0812 .caption_a58a > .sort_1381 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) .upper_cdef {
        flex-shrink: 0;
    }

    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) .caption_a58a {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) .caption_a58a > .sort_1381 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) .gas-117a {
        flex-shrink: 0;
    }

    .accent_tall_0812:has(.tabs_5d8c.fn-show-ecad) .tabs_5d8c.fn-show-ecad {
        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 */
    .caption_a58a .tabs_5d8c .text-ddd2.fn-active-ecad .content-a222 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .upper_cdef {
        position: sticky;
        top: 0;
    }
}

.accent_tall_0812.highlight_6399,
.accent_tall_0812.highlight_6399 .upper_cdef {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.description-7160 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .description-7160 {
        padding: 0.75rem 0;
    }
}

.texture_bec0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.warm_21b7 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .warm_21b7 img {
        height: 35px;
    }
}

/* .caption_a58a / .west_13eb — inner pages (brown bar); index uses .huge-280a below */

.caption_a58a:not(.huge-280a) .west_13eb.fn-active-ecad {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.yellow_a8c6 {
    display: flex;
    gap: var(--spacing-md);
}

.silver-d338,
.message-75f4 {
    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) {
    .silver-d338,
    .message-75f4 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .yellow_a8c6 {
        gap: 0.5rem;
    }
}

.silver-d338 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.silver-d338:hover {
    background: var(--primary-purple);
    color: white;
}

.message-75f4 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.message-75f4:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.dark-e6b0 {
    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%;
}

.dark-e6b0::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;
}

.dark-e6b0::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;
}

.panel_d5af {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.popup-2a70 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.popup-2a70 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);
}

.dark-e6b0 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;
}

.shadow_cb42 {
    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;
}

.shadow_cb42 strong {
    font-weight: 700;
}

.green-14f1 {
    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);
}

.header-yellow-21c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.lite_630f {
    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);
}

.lite_630f:hover {
    transform: translateY(-4px);
}

.surface_out_4946 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.fast_3d6f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.dirty-9cad {
    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;
}

.dirty-9cad:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.dirty-9cad.summary_south_9c01 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.progress-f226 {
    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);
}

.progress-f226:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.form-dim-0ad1 {
    padding: 3rem 1.25rem;
    background: white;
}

.north-bf9b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.outline_1629 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.outline_1629:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.outline_1629 img {
    margin-bottom: 1rem;
}

.shadow_fixed_6561 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.outline_1629 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.outline_1629 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 */
.banner-west-36e8 {
    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);
}

.gradient_d54e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.outer_9d7f {
    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);
}

.outer_9d7f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.outer_9d7f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.outer_9d7f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hover-69fc {
    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
   ======================================== */

.article-ec0a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notification_full_5158 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.thick_6f67 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.label-paper-a6be {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.sidebar-604c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.sidebar-604c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.sidebar-604c.caption-dirty-5a24 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.sidebar-604c.caption-dirty-5a24 h3,
.sidebar-604c.caption-dirty-5a24 p {
    color: white;
}

.message_24c3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.sidebar-604c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.sidebar-604c p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.description_ea19 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.description_ea19:hover {
    gap: 0.75rem;
}

.sidebar-604c.caption-dirty-5a24 .description_ea19 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.article_0ccd {
    padding: 4rem 1.25rem;
    background: white;
}

.text-center-54c4 {
    text-align: center;
    margin-bottom: 3rem;
}

.wrapper-d88b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.under-59be {
    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%;
}

.under-59be:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.right_6416 {
    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);
}

.tooltip_selected_79c3 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.tiny_9f83 {
    padding: 1.5rem;
}

.tiny_9f83 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.component-18df {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.input_b2f2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.carousel_orange_1cc9,
.wide-6065 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.carousel_orange_1cc9 {
    background: #dcfce7;
    color: #166534;
}

.carousel_orange_1cc9.aside_plasma_8093 {
    background: #10b981;
    color: white;
}

.wide-6065 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.wide-6065.layout_red_906b {
    background: #fee2e2;
    color: #991b1b;
}

.wide-6065.primary_954d {
    background: #fef3c7;
    color: #92400e;
}

.wide-6065.tabs_wide_8dc0 {
    background: #dcfce7;
    color: #166534;
}

.modal_next_0484 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.modal_next_0484 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.upper_a097 {
    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);
}

.upper_a097:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.mask-82ad {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.tabs_slow_56ec {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notice_1376 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .notice_1376 {
        grid-template-columns: 1fr 1fr;
    }
}

.video-bright-227c img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.table-ac88 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.label-silver-21da {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.progress_basic_899b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.frame_c0ed {
    font-size: 1rem;
    opacity: 0.9;
}

.table-ac88 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.table-7d0c {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.table-7d0c li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.table-7d0c 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;
}

.table-7d0c li strong {
    color: var(--primary-purple);
}

.table-7d0c li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.frame-black-2bdf {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.grid_iron_11e0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.breadcrumb-7a50 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.grid_iron_11e0 .fast_3d6f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.overlay_5c78 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.mask_cold_2f73 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.mask_cold_2f73 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.wrapper_dynamic_78d5 {
    padding: 4rem 1.25rem;
    background: white;
}

.text_bronze_8efe {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .text_bronze_8efe {
        grid-template-columns: 1fr 1fr;
    }
}

.alert-136b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pattern-east-1566 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.texture_1713 {
    margin-bottom: 1.5rem;
}

.card_938b {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hard-373f {
    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);
}

.chip_gold_b24f {
    white-space: nowrap;
}

.bright_f4fa {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.basic_ec3f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.progress_d036 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.progress_d036:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.thumbnail-444f {
    font-size: 2rem;
    flex-shrink: 0;
}

.action_0c0f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.action_0c0f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.panel-2af4 {
    margin-top: 3rem;
}

.panel-2af4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.breadcrumb-green-5dc1 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.breadcrumb-green-5dc1 thead {
    background: var(--primary-purple);
    color: white;
}

.breadcrumb-green-5dc1 th,
.breadcrumb-green-5dc1 td {
    padding: 1rem;
    text-align: left;
}

.breadcrumb-green-5dc1 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.breadcrumb-green-5dc1 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.breadcrumb-green-5dc1 tbody tr:last-child {
    border-bottom: none;
}

.breadcrumb-green-5dc1 tbody tr:hover {
    background: var(--light-bg);
}

.button_right_fc10 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.progress_inner_877d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.outline-cold-6937 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.orange_0f1c {
    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);
}

.orange_0f1c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.orange_0f1c.photo_hot_6274::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;
}

.slow_c91d {
    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;
}

.chip-a408 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.message-pink-d1ea h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.footer_pro_bacd {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hero_c7a0 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.hero_c7a0 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.hero_c7a0 p:last-child {
    margin-bottom: 0;
}

.hero_c7a0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.bronze-1e06 {
    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;
}

.notification-f29c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.huge_13c4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.huge_13c4 .surface_out_4946 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.huge_13c4 .fast_3d6f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.media_a90c {
    padding: 4rem 1.25rem;
    background: white;
}

.overlay-3868 {
    max-width: 900px;
    margin: 0 auto;
}

.steel-211b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.steel-211b:hover {
    border-color: var(--primary-purple);
}

.steel-211b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.steel-211b 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;
}

.steel-211b summary::-webkit-details-marker {
    display: none;
}

.steel-211b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.steel-211b[open] summary::after {
    transform: rotate(45deg);
}

.tabs-active-9b9e {
    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);
    }
}

.tabs-active-9b9e p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.tabs-active-9b9e h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.tabs-active-9b9e ul,
.tabs-active-9b9e ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.tabs-active-9b9e li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tabs-active-9b9e strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tall_da72 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.header_easy_7386 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.header_easy_7386 th,
.header_easy_7386 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.header_easy_7386 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.smooth-2877 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.border_9e1b {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.in_a28f {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .in_a28f {
        flex-direction: column;
        text-align: center;
    }
}

.in_a28f img {
    flex-shrink: 0;
}

.tag-focused-dcea {
    font-size: 4rem;
    flex-shrink: 0;
}

.overlay_9af0 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.overlay_9af0 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.module-narrow-e7a9 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.action_aa13 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.video-da13 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.video-da13 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.avatar_hovered_4dbb {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.outer_0a78 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.layout-f215 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.button-static-57d3 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.button-static-57d3 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.dropdown-action-2570 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.huge-c3cc {
    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);
}

.highlight_solid_ccc9 {
    list-style: none;
}

.highlight_solid_ccc9 li {
    margin-bottom: 0.75rem;
}

.highlight_solid_ccc9 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.highlight_solid_ccc9 a:hover {
    color: white;
}

.surface-70ad {
    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;
}

.button-stone-3448 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.button-stone-3448 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.paper-6f6b {
    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);
}

.label_e4ff {
    text-align: right;
}

@media (max-width: 767px) {
    .label_e4ff {
        text-align: center;
        width: 100%;
    }
}

.label_e4ff p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.notification-smooth-b6e1 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.sort_1381 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.form-dim-0ad1,
.banner-west-36e8,
.article-ec0a,
.article_0ccd,
.tabs_slow_56ec,
.wrapper_dynamic_78d5,
.progress_inner_877d,
.media_a90c,
.border_9e1b,
.action_aa13 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .notification_full_5158 {
        font-size: 1.75rem;
    }
    
    .thick_6f67 {
        font-size: 1rem;
    }
    
    .frame-black-2bdf {
        flex-direction: column;
    }
    
    .text_bronze_8efe {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .wrapper-d88b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .under-59be {
        max-width: 100%;
    }
    
    .tooltip_selected_79c3 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .sort_1381 {
        padding: 0 1rem;
    }
    
    .dark-e6b0 {
        padding: 4rem 1rem 3rem;
    }
    
    .dark-e6b0 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .dirty-9cad {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .header-yellow-21c0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .breadcrumb-green-5dc1,
    .header_easy_7386 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .north-bf9b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .label-paper-a6be {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .outline-cold-6937 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .dark-e6b0 h1 {
        font-size: 1.5rem;
    }
    
    .header-yellow-21c0 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .lite_630f {
        padding: 0.75rem;
    }
    
    .surface_out_4946 {
        font-size: 1.5rem;
    }
    
    .north-bf9b {
        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 */
.under-59be:hover,
.sidebar-604c:hover,
.orange_0f1c:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .article_0ccd,
    .progress_inner_877d,
    .media_a90c {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.hidden-5267)
   ======================================== */

.caption_a58a.huge-280a {
    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;
}

.caption_a58a.huge-280a .west_13eb {
    color: #334155;
}

.caption_a58a.huge-280a .west_13eb:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.caption_a58a.huge-280a .west_13eb.fn-active-ecad {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.caption_a58a.huge-280a .content-a222 {
    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);
}

.caption_a58a.huge-280a .content-a222::before {
    border-bottom-color: #ffffff;
}

.caption_a58a.huge-280a .south_4ee6 {
    color: #475569;
}

.caption_a58a.huge-280a .south_4ee6::before {
    background: #818cf8;
}

.caption_a58a.huge-280a .south_4ee6:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.caption_a58a.huge-280a .south_4ee6:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.caption_a58a.huge-280a .grid-4ec9 {
    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);
}

.caption_a58a.huge-280a .grid-4ec9:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.caption_a58a.huge-280a .grid-4ec9 span {
    background: #475569;
    box-shadow: none;
}

.caption_a58a.huge-280a .grid-4ec9.fn-active-ecad span:nth-child(1),
.caption_a58a.huge-280a .grid-4ec9.fn-active-ecad span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .caption_a58a.huge-280a {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .caption_a58a.huge-280a .gas-117a {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .caption_a58a.huge-280a .gas-117a span {
        color: #334155 !important;
    }

    .caption_a58a.huge-280a .tabs_5d8c {
        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);
    }

    .caption_a58a.huge-280a .tabs_5d8c .west_13eb {
        color: #334155;
        text-shadow: none;
    }

    .caption_a58a.huge-280a .tabs_5d8c .west_13eb:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .caption_a58a.huge-280a .tabs_5d8c .west_13eb.hover_current_a0c6::after {
        color: #64748b;
    }

    .caption_a58a.huge-280a .tabs_5d8c .content-a222 {
        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) */
    .caption_a58a.huge-280a .tabs_5d8c .text-ddd2.fn-active-ecad .content-a222 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .caption_a58a.huge-280a .tabs_5d8c .south_4ee6 {
        color: #475569;
    }

    .caption_a58a.huge-280a .tabs_5d8c .south_4ee6::before {
        color: #6366f1;
    }

    .caption_a58a.huge-280a .tabs_5d8c .south_4ee6:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .caption_a58a.huge-280a .tabs_5d8c .south_4ee6:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .caption_a58a.huge-280a .tabs_5d8c .south_4ee6:hover::before {
        color: #4f46e5;
    }
}

/* apk.soft-1ce7 — mesmo tema claro da home; blocos extras */
body.slow_cdaa {
    background: #f8f9fa;
    color: #2c3e50;
}

.slow_cdaa .frame_aca4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slow_cdaa .heading_basic_3f85 {
    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);
}

.slow_cdaa .heading_basic_3f85 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slow_cdaa .heading_basic_3f85 p:last-child {
    margin-bottom: 0;
}

.slow_cdaa .heading_basic_3f85 strong {
    color: var(--text-primary);
}

.slow_cdaa .upper-b2cc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slow_cdaa .upper-b2cc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column_cool_1798 {
    background: #f8f9fa;
    color: #2c3e50;
}

.column_cool_1798 .in-db89 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column_cool_1798 .banner-3a4c {
    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);
}

.column_cool_1798 .banner-3a4c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column_cool_1798 .banner-3a4c p:last-child {
    margin-bottom: 0;
}

.column_cool_1798 .banner-3a4c strong {
    color: var(--text-primary);
}

.column_cool_1798 .fast_d890 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column_cool_1798 .fast_d890 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.photo-paper-d9a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo-paper-d9a0 .column-fluid-c278 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo-paper-d9a0 .module_first_bb9d {
    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);
}

.photo-paper-d9a0 .module_first_bb9d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo-paper-d9a0 .module_first_bb9d p:last-child {
    margin-bottom: 0;
}

.photo-paper-d9a0 .module_first_bb9d strong {
    color: var(--text-primary);
}

.photo-paper-d9a0 .shade-4d83 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo-paper-d9a0 .shade-4d83 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paragraph_33fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph_33fe .item-6180 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph_33fe .over_fd8d {
    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);
}

.paragraph_33fe .over_fd8d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph_33fe .over_fd8d p:last-child {
    margin-bottom: 0;
}

.paragraph_33fe .over_fd8d strong {
    color: var(--text-primary);
}

.paragraph_33fe .fast-d1ba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph_33fe .fast-d1ba img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-8cbc {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-8cbc .notice_b52d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-8cbc .tooltip_b751 {
    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);
}

.form-8cbc .tooltip_b751 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-8cbc .tooltip_b751 p:last-child {
    margin-bottom: 0;
}

.form-8cbc .tooltip_b751 strong {
    color: var(--text-primary);
}

.form-8cbc .dropdown-steel-42fb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-8cbc .dropdown-steel-42fb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.footer-north-e420 {
    background: #f8f9fa;
    color: #2c3e50;
}

.footer-north-e420 .selected_b9a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.footer-north-e420 .accordion-fixed-c05d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.footer-north-e420 .accordion-fixed-c05d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.footer-north-e420 .accordion-fixed-c05d p:last-child {
    margin-bottom: 0;
}

.footer-north-e420 .accordion-fixed-c05d strong {
    color: var(--text-primary);
}

.footer-north-e420 .dropdown-cc1c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.footer-north-e420 .dropdown-cc1c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.purple-9994 {
    background: #f8f9fa;
    color: #2c3e50;
}

.purple-9994 .photo-wide-4f0b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.purple-9994 .message-narrow-10aa {
    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);
}

.purple-9994 .message-narrow-10aa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.purple-9994 .message-narrow-10aa p:last-child {
    margin-bottom: 0;
}

.purple-9994 .message-narrow-10aa strong {
    color: var(--text-primary);
}

.purple-9994 .banner_motion_fb71 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.purple-9994 .banner_motion_fb71 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.focus_next_2090 {
    background: #f8f9fa;
    color: #2c3e50;
}

.focus_next_2090 .in-6847 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.focus_next_2090 .outline-55d8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.focus_next_2090 .outline-55d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.focus_next_2090 .outline-55d8 p:last-child {
    margin-bottom: 0;
}

.focus_next_2090 .outline-55d8 strong {
    color: var(--text-primary);
}

.focus_next_2090 .bright_0131 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.focus_next_2090 .bright_0131 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.west_bd24 {
    background: #f8f9fa;
    color: #2c3e50;
}

.west_bd24 .column_c3cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.west_bd24 .thumbnail-5e9d {
    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);
}

.west_bd24 .thumbnail-5e9d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.west_bd24 .thumbnail-5e9d p:last-child {
    margin-bottom: 0;
}

.west_bd24 .thumbnail-5e9d strong {
    color: var(--text-primary);
}

.west_bd24 .wood-eab1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.west_bd24 .wood-eab1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dark_d9a8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark_d9a8 .summary-glass-00cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark_d9a8 .menu-b7bd {
    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);
}

.dark_d9a8 .menu-b7bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_d9a8 .menu-b7bd p:last-child {
    margin-bottom: 0;
}

.dark_d9a8 .menu-b7bd strong {
    color: var(--text-primary);
}

.dark_d9a8 .red-4776 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark_d9a8 .red-4776 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section-static-5a65 {
    background: #f8f9fa;
    color: #2c3e50;
}

.section-static-5a65 .yellow_6b35 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section-static-5a65 .bronze-3bc1 {
    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);
}

.section-static-5a65 .bronze-3bc1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-static-5a65 .bronze-3bc1 p:last-child {
    margin-bottom: 0;
}

.section-static-5a65 .bronze-3bc1 strong {
    color: var(--text-primary);
}

.section-static-5a65 .west_a336 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-static-5a65 .west_a336 li {
    margin-bottom: 0.65rem;
}

.section-static-5a65 .west_a336 li:last-child {
    margin-bottom: 0;
}

.section-static-5a65 .content-yellow-d96c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section-static-5a65 .content-yellow-d96c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.background_f6fd {
    background: #f8f9fa;
    color: #2c3e50;
}

.background_f6fd .west_a7ea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background_f6fd .widget-active-9007 {
    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);
}

.background_f6fd .widget-active-9007 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background_f6fd .widget-active-9007 p:last-child {
    margin-bottom: 0;
}

.background_f6fd .widget-active-9007 strong {
    color: var(--text-primary);
}

.background_f6fd .disabled_basic_6041 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background_f6fd .disabled_basic_6041 li {
    margin-bottom: 0.65rem;
}

.background_f6fd .disabled_basic_6041 li:last-child {
    margin-bottom: 0;
}

.background_f6fd .purple-2fe9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background_f6fd .purple-2fe9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture-bac6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture-bac6 .outer_7610 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture-bac6 .rough-c51a {
    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);
}

.picture-bac6 .rough-c51a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-bac6 .rough-c51a p:last-child {
    margin-bottom: 0;
}

.picture-bac6 .rough-c51a strong {
    color: var(--text-primary);
}

.picture-bac6 .liquid_8cab {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture-bac6 .liquid_8cab li {
    margin-bottom: 0.65rem;
}

.picture-bac6 .liquid_8cab li:last-child {
    margin-bottom: 0;
}

.picture-bac6 .label_6a3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture-bac6 .label_6a3d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-1de0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-1de0 .full-c647 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-1de0 .description-white-f522 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.description-1de0 .description-white-f522 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-1de0 .description-white-f522 p:last-child {
    margin-bottom: 0;
}

.description-1de0 .description-white-f522 strong {
    color: var(--text-primary);
}

.description-1de0 .simple_db8f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-1de0 .simple_db8f li {
    margin-bottom: 0.65rem;
}

.description-1de0 .simple_db8f li:last-child {
    margin-bottom: 0;
}

body.texture_0163 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_0163 .paragraph_3756 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_0163 .secondary_iron_2844 {
    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_0163 .secondary_iron_2844 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_0163 .secondary_iron_2844 p:last-child {
    margin-bottom: 0;
}

.texture_0163 .secondary_iron_2844 strong {
    color: var(--text-primary);
}

.texture_0163 .preview-962c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_0163 .preview-962c li {
    margin-bottom: 0.65rem;
}

.texture_0163 .preview-962c li:last-child {
    margin-bottom: 0;
}

.texture_0163 .purple_28e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_0163 .purple_28e2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion_0962 {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion_0962 .tertiary-inner-4e85 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion_0962 .header_red_e5b3 {
    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);
}

.motion_0962 .header_red_e5b3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion_0962 .header_red_e5b3 p:last-child {
    margin-bottom: 0;
}

.motion_0962 .header_red_e5b3 strong {
    color: var(--text-primary);
}

.motion_0962 .hidden-00c6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion_0962 .hidden-00c6 li {
    margin-bottom: 0.65rem;
}

.motion_0962 .hidden-00c6 li:last-child {
    margin-bottom: 0;
}

.motion_0962 .hero_liquid_a9a5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.motion_0962 .hero_liquid_a9a5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary-9897 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-9897 .link-592f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-9897 .logo_e172 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.primary-9897 .logo_e172 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-9897 .logo_e172 p:last-child {
    margin-bottom: 0;
}

.primary-9897 .logo_e172 strong {
    color: var(--text-primary);
}

.primary-9897 .title_wide_512e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-9897 .title_wide_512e li {
    margin-bottom: 0.65rem;
}

.primary-9897 .title_wide_512e li:last-child {
    margin-bottom: 0;
}

.primary-9897 .liquid_b4c7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-9897 .liquid_b4c7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu_south_be87 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_south_be87 .dropdown_dirty_09e3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_south_be87 .highlight-a1a9 {
    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);
}

.menu_south_be87 .highlight-a1a9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_south_be87 .highlight-a1a9 p:last-child {
    margin-bottom: 0;
}

.menu_south_be87 .highlight-a1a9 strong {
    color: var(--text-primary);
}

.menu_south_be87 .accent-cool-e7fb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_south_be87 .accent-cool-e7fb li {
    margin-bottom: 0.65rem;
}

.menu_south_be87 .accent-cool-e7fb li:last-child {
    margin-bottom: 0;
}

.menu_south_be87 .disabled_focused_a3cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_south_be87 .disabled_focused_a3cb 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: 62b9 */
.shadow-element-n0 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
