/* 
 * 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.pink_4dd2) — fixed together on mobile */
.backdrop-c4df {
    width: 100%;
}

.description_lower_2d40 {
    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) {
    .backdrop-c4df {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .description_lower_2d40 {
        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.tooltip_iron_668e. Conta) stay reachable.
     */
    .center-50d7 .main_pressed_5630 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .backdrop-c4df .center-50d7 > .main_pressed_5630 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) .description_lower_2d40 {
        flex-shrink: 0;
    }

    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) .center-50d7 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) .center-50d7 > .main_pressed_5630 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) .down_184d {
        flex-shrink: 0;
    }

    .backdrop-c4df:has(.filter-dim-3161.fn-show-b0f6) .filter-dim-3161.fn-show-b0f6 {
        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 */
    .center-50d7 .filter-dim-3161 .disabled_lower_2803.fn-active-b0f6 .grid_top_be1c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .description_lower_2d40 {
        position: sticky;
        top: 0;
    }
}

.backdrop-c4df.modal-down-7020,
.backdrop-c4df.modal-down-7020 .description_lower_2d40 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.tiny-3517 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .tiny-3517 {
        padding: 0.75rem 0;
    }
}

.hard-b819 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tertiary_smooth_3f35 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tertiary_smooth_3f35 img {
        height: 35px;
    }
}

/* .center-50d7 / .component-ecec — inner pages (brown bar); index uses .frame_west_6162 below */

.center-50d7:not(.frame_west_6162) .component-ecec.fn-active-b0f6 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.module_soft_4685 {
    display: flex;
    gap: var(--spacing-md);
}

.east_9955,
.bottom-860b {
    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) {
    .east_9955,
    .bottom-860b {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .module_soft_4685 {
        gap: 0.5rem;
    }
}

.east_9955 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.east_9955:hover {
    background: var(--primary-purple);
    color: white;
}

.bottom-860b {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.bottom-860b:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.warm-fcb5 {
    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%;
}

.warm-fcb5::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;
}

.warm-fcb5::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;
}

.item_under_8ad4 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.search_ea1c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.search_ea1c 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);
}

.warm-fcb5 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;
}

.detail_88f1 {
    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;
}

.detail_88f1 strong {
    font-weight: 700;
}

.north-acb3 {
    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);
}

.lower-dc90 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.tertiary-current-39a7 {
    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);
}

.tertiary-current-39a7:hover {
    transform: translateY(-4px);
}

.aside_red_35f6 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.iron_ab2a {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.progress-left-e5e6 {
    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;
}

.progress-left-e5e6:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.progress-left-e5e6.photo-static-03f1 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.small-5404 {
    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);
}

.small-5404:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.status_new_c68c {
    padding: 3rem 1.25rem;
    background: white;
}

.gold_bd07 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.focus-yellow-2ba6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.focus-yellow-2ba6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.focus-yellow-2ba6 img {
    margin-bottom: 1rem;
}

.picture_outer_effc {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.focus-yellow-2ba6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.focus-yellow-2ba6 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 */
.pattern_action_a301 {
    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);
}

.pressed-d275 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.up-31e8 {
    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);
}

.up-31e8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.up-31e8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.up-31e8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.backdrop-be9f {
    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
   ======================================== */

.glass-528f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.basic-7331 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.basic_6ec1 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.section_adbc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.hovered_b782 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hovered_b782:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hovered_b782.notification_clean_9e5c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.hovered_b782.notification_clean_9e5c h3,
.hovered_b782.notification_clean_9e5c p {
    color: white;
}

.steel-0f58 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hovered_b782 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.hovered_b782 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.alert-under-f938 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.alert-under-f938:hover {
    gap: 0.75rem;
}

.hovered_b782.notification_clean_9e5c .alert-under-f938 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.icon-5131 {
    padding: 4rem 1.25rem;
    background: white;
}

.red_fe2e {
    text-align: center;
    margin-bottom: 3rem;
}

.hero_solid_5b95 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.link-8893 {
    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%;
}

.link-8893:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.block-new-e870 {
    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-1bf6 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.outer-d345 {
    padding: 1.5rem;
}

.outer-d345 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.bottom-78e1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gallery_26f4 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.popup_fd7f,
.status-small-68ce {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.popup_fd7f {
    background: #dcfce7;
    color: #166534;
}

.popup_fd7f.slider-iron-3825 {
    background: #10b981;
    color: white;
}

.status-small-68ce {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.status-small-68ce.image_brown_e4bb {
    background: #fee2e2;
    color: #991b1b;
}

.status-small-68ce.input-short-1d76 {
    background: #fef3c7;
    color: #92400e;
}

.status-small-68ce.medium_4027 {
    background: #dcfce7;
    color: #166534;
}

.tabs-prev-6912 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tabs-prev-6912 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.primary_simple_f02b {
    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);
}

.primary_simple_f02b:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.background-b5e3 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.widget-solid-c087 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.disabled-aced {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .disabled-aced {
        grid-template-columns: 1fr 1fr;
    }
}

.component-28f1 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.panel-top-c6e0 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.steel_63f3 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.badge_7ef7 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.notice-f4e9 {
    font-size: 1rem;
    opacity: 0.9;
}

.panel-top-c6e0 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.prev_f84e {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.prev_f84e li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.prev_f84e 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;
}

.prev_f84e li strong {
    color: var(--primary-purple);
}

.prev_f84e li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.glass-8861 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.block_7b33 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.tabs-e4c7 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.block_7b33 .iron_ab2a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.image-d854 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.steel_60f5 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.steel_60f5 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.breadcrumb_cool_c516 {
    padding: 4rem 1.25rem;
    background: white;
}

.dynamic_9446 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .dynamic_9446 {
        grid-template-columns: 1fr 1fr;
    }
}

.dark-30fe h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.badge_thick_b0e0 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.block_tiny_2c83 {
    margin-bottom: 1.5rem;
}

.light-1793 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.layout_9bf4 {
    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);
}

.detail-a359 {
    white-space: nowrap;
}

.dark_5e76 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.mask_79b6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.accordion-4acf {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.accordion-4acf:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.border-left-26d5 {
    font-size: 2rem;
    flex-shrink: 0;
}

.form_a5a2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.form_a5a2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.banner-27a7 {
    margin-top: 3rem;
}

.banner-27a7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.static_c7de {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.static_c7de thead {
    background: var(--primary-purple);
    color: white;
}

.static_c7de th,
.static_c7de td {
    padding: 1rem;
    text-align: left;
}

.static_c7de th {
    font-weight: 700;
    font-size: 0.9rem;
}

.static_c7de tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.static_c7de tbody tr:last-child {
    border-bottom: none;
}

.static_c7de tbody tr:hover {
    background: var(--light-bg);
}

.filter_tiny_13d8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.modal_f468 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.caption-5866 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.in_3dcb {
    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);
}

.in_3dcb:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.in_3dcb.preview-8b48::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;
}

.button-rough-cd36 {
    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-down-f49e {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.title_7abb h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.thumbnail-57df {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hidden-e9c0 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.hidden-e9c0 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.hidden-e9c0 p:last-child {
    margin-bottom: 0;
}

.hidden-e9c0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.hover_small_7863 {
    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;
}

.preview-out-0785 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.motion_bf69 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.motion_bf69 .aside_red_35f6 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.motion_bf69 .iron_ab2a {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.dark-bee0 {
    padding: 4rem 1.25rem;
    background: white;
}

.search-over-347e {
    max-width: 900px;
    margin: 0 auto;
}

.accordion_de51 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.accordion_de51:hover {
    border-color: var(--primary-purple);
}

.accordion_de51[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.accordion_de51 summary {
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.accordion_de51 summary::-webkit-details-marker {
    display: none;
}

.accordion_de51 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.accordion_de51[open] summary::after {
    transform: rotate(45deg);
}

.sort_92fd {
    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);
    }
}

.sort_92fd p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.sort_92fd h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.sort_92fd ul,
.sort_92fd ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.sort_92fd li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.sort_92fd strong {
    color: var(--text-primary);
    font-weight: 600;
}

.secondary-113a {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.banner_1be3 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.banner_1be3 th,
.banner_1be3 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.banner_1be3 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.solid_f93f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.title_1871 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.first_5b2a {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .first_5b2a {
        flex-direction: column;
        text-align: center;
    }
}

.first_5b2a img {
    flex-shrink: 0;
}

.silver-4a5d {
    font-size: 4rem;
    flex-shrink: 0;
}

.modal_3882 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.modal_3882 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.iron_cf0f {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.steel-24e4 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.wide-0614 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.wide-0614 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.full_e105 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.paper_d481 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.soft_a2d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.message_9f45 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.message_9f45 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.motion_f6e3 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.white_7459 {
    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);
}

.old-ae79 {
    list-style: none;
}

.old-ae79 li {
    margin-bottom: 0.75rem;
}

.old-ae79 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.old-ae79 a:hover {
    color: white;
}

.nav-hovered-c064 {
    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;
}

.fresh_efc9 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.fresh_efc9 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.progress-6f28 {
    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);
}

.down-769b {
    text-align: right;
}

@media (max-width: 767px) {
    .down-769b {
        text-align: center;
        width: 100%;
    }
}

.down-769b p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.link_hovered_13de {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.main_pressed_5630 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.status_new_c68c,
.pattern_action_a301,
.glass-528f,
.icon-5131,
.widget-solid-c087,
.breadcrumb_cool_c516,
.modal_f468,
.dark-bee0,
.title_1871,
.steel-24e4 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .basic-7331 {
        font-size: 1.75rem;
    }
    
    .basic_6ec1 {
        font-size: 1rem;
    }
    
    .glass-8861 {
        flex-direction: column;
    }
    
    .dynamic_9446 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .hero_solid_5b95 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .link-8893 {
        max-width: 100%;
    }
    
    .tooltip-1bf6 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .main_pressed_5630 {
        padding: 0 1rem;
    }
    
    .warm-fcb5 {
        padding: 4rem 1rem 3rem;
    }
    
    .warm-fcb5 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .progress-left-e5e6 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .lower-dc90 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .static_c7de,
    .banner_1be3 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .gold_bd07 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .section_adbc {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .caption-5866 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .warm-fcb5 h1 {
        font-size: 1.5rem;
    }
    
    .lower-dc90 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .tertiary-current-39a7 {
        padding: 0.75rem;
    }
    
    .aside_red_35f6 {
        font-size: 1.5rem;
    }
    
    .gold_bd07 {
        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 */
.link-8893:hover,
.hovered_b782:hover,
.in_3dcb:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .icon-5131,
    .modal_f468,
    .dark-bee0 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.pink_4dd2)
   ======================================== */

.center-50d7.frame_west_6162 {
    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;
}

.center-50d7.frame_west_6162 .component-ecec {
    color: #334155;
}

.center-50d7.frame_west_6162 .component-ecec:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.center-50d7.frame_west_6162 .component-ecec.fn-active-b0f6 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.center-50d7.frame_west_6162 .grid_top_be1c {
    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);
}

.center-50d7.frame_west_6162 .grid_top_be1c::before {
    border-bottom-color: #ffffff;
}

.center-50d7.frame_west_6162 .detail_c97d {
    color: #475569;
}

.center-50d7.frame_west_6162 .detail_c97d::before {
    background: #818cf8;
}

.center-50d7.frame_west_6162 .detail_c97d:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.center-50d7.frame_west_6162 .detail_c97d:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.center-50d7.frame_west_6162 .brown-682b {
    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);
}

.center-50d7.frame_west_6162 .brown-682b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.center-50d7.frame_west_6162 .brown-682b span {
    background: #475569;
    box-shadow: none;
}

.center-50d7.frame_west_6162 .brown-682b.fn-active-b0f6 span:nth-child(1),
.center-50d7.frame_west_6162 .brown-682b.fn-active-b0f6 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .center-50d7.frame_west_6162 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center-50d7.frame_west_6162 .down_184d {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .center-50d7.frame_west_6162 .down_184d span {
        color: #334155 !important;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 {
        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);
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .component-ecec {
        color: #334155;
        text-shadow: none;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .component-ecec:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .component-ecec.input_d618::after {
        color: #64748b;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .grid_top_be1c {
        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) */
    .center-50d7.frame_west_6162 .filter-dim-3161 .disabled_lower_2803.fn-active-b0f6 .grid_top_be1c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .detail_c97d {
        color: #475569;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .detail_c97d::before {
        color: #6366f1;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .detail_c97d:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .detail_c97d:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .center-50d7.frame_west_6162 .filter-dim-3161 .detail_c97d:hover::before {
        color: #4f46e5;
    }
}

/* apk.motion-fa88 — mesmo tema claro da home; blocos extras */
body.carousel_dim_f189 {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel_dim_f189 .slider-2b33 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel_dim_f189 .gold-f915 {
    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);
}

.carousel_dim_f189 .gold-f915 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel_dim_f189 .gold-f915 p:last-child {
    margin-bottom: 0;
}

.carousel_dim_f189 .gold-f915 strong {
    color: var(--text-primary);
}

.carousel_dim_f189 .rough-681b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel_dim_f189 .rough-681b 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_basic_2466 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_basic_2466 .dark_06a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_basic_2466 .feature_3726 {
    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_basic_2466 .feature_3726 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_basic_2466 .feature_3726 p:last-child {
    margin-bottom: 0;
}

.nav_basic_2466 .feature_3726 strong {
    color: var(--text-primary);
}

.nav_basic_2466 .wrapper-3483 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_basic_2466 .wrapper-3483 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-stale-59ef {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-stale-59ef .search-upper-7029 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-stale-59ef .pagination-west-45cd {
    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);
}

.row-stale-59ef .pagination-west-45cd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-stale-59ef .pagination-west-45cd p:last-child {
    margin-bottom: 0;
}

.row-stale-59ef .pagination-west-45cd strong {
    color: var(--text-primary);
}

.row-stale-59ef .main-b345 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-stale-59ef .main-b345 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption-middle-e792 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-middle-e792 .video_c81b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-middle-e792 .notice-large-d317 {
    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);
}

.caption-middle-e792 .notice-large-d317 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-middle-e792 .notice-large-d317 p:last-child {
    margin-bottom: 0;
}

.caption-middle-e792 .notice-large-d317 strong {
    color: var(--text-primary);
}

.caption-middle-e792 .wrapper_d6e3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-middle-e792 .wrapper_d6e3 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-62d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-62d7 .module-d2c2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-62d7 .menu_8a98 {
    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-62d7 .menu_8a98 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-62d7 .menu_8a98 p:last-child {
    margin-bottom: 0;
}

.primary-62d7 .menu_8a98 strong {
    color: var(--text-primary);
}

.primary-62d7 .tag-ec73 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-62d7 .tag-ec73 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-3afe {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-3afe .narrow-c009 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-3afe .button-active-6b6c {
    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-3afe .button-active-6b6c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-3afe .button-active-6b6c p:last-child {
    margin-bottom: 0;
}

.hero-3afe .button-active-6b6c strong {
    color: var(--text-primary);
}

.hero-3afe .text-d124 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-3afe .text-d124 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget-21a5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-21a5 .message_0752 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-21a5 .fixed-ecfb {
    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);
}

.widget-21a5 .fixed-ecfb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-21a5 .fixed-ecfb p:last-child {
    margin-bottom: 0;
}

.widget-21a5 .fixed-ecfb strong {
    color: var(--text-primary);
}

.widget-21a5 .image_c84a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-21a5 .image_c84a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom-50f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom-50f8 .panel_current_d52b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom-50f8 .middle_4e06 {
    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);
}

.bottom-50f8 .middle_4e06 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom-50f8 .middle_4e06 p:last-child {
    margin-bottom: 0;
}

.bottom-50f8 .middle_4e06 strong {
    color: var(--text-primary);
}

.bottom-50f8 .menu-e6c6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom-50f8 .menu-e6c6 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-clean-583a {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo-clean-583a .dynamic_86f0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo-clean-583a .pagination_pro_f307 {
    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-clean-583a .pagination_pro_f307 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo-clean-583a .pagination_pro_f307 p:last-child {
    margin-bottom: 0;
}

.photo-clean-583a .pagination_pro_f307 strong {
    color: var(--text-primary);
}

.photo-clean-583a .container-wide-e869 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo-clean-583a .container-wide-e869 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-new-8aaa {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-new-8aaa .button-focused-1121 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-new-8aaa .notification_simple_69bb {
    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);
}

.row-new-8aaa .notification_simple_69bb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-new-8aaa .notification_simple_69bb p:last-child {
    margin-bottom: 0;
}

.row-new-8aaa .notification_simple_69bb strong {
    color: var(--text-primary);
}

.row-new-8aaa .first_dae0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-new-8aaa .first_dae0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.in_b2f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.in_b2f8 .white-105a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.in_b2f8 .full-f1b3 {
    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);
}

.in_b2f8 .full-f1b3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in_b2f8 .full-f1b3 p:last-child {
    margin-bottom: 0;
}

.in_b2f8 .full-f1b3 strong {
    color: var(--text-primary);
}

.in_b2f8 .content_cold_21f1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in_b2f8 .content_cold_21f1 li {
    margin-bottom: 0.65rem;
}

.in_b2f8 .content_cold_21f1 li:last-child {
    margin-bottom: 0;
}

.in_b2f8 .current-0fc0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.in_b2f8 .current-0fc0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text-up-f20e {
    background: #f8f9fa;
    color: #2c3e50;
}

.text-up-f20e .texture_5b5b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text-up-f20e .pattern_edcd {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.text-up-f20e .pattern_edcd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-up-f20e .pattern_edcd p:last-child {
    margin-bottom: 0;
}

.text-up-f20e .pattern_edcd strong {
    color: var(--text-primary);
}

.text-up-f20e .avatar-small-2f86 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text-up-f20e .avatar-small-2f86 li {
    margin-bottom: 0.65rem;
}

.text-up-f20e .avatar-small-2f86 li:last-child {
    margin-bottom: 0;
}

.text-up-f20e .middle_f2df {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text-up-f20e .middle_f2df 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_3b19 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form_3b19 .article-ad0d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form_3b19 .current-27a7 {
    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_3b19 .current-27a7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_3b19 .current-27a7 p:last-child {
    margin-bottom: 0;
}

.form_3b19 .current-27a7 strong {
    color: var(--text-primary);
}

.form_3b19 .grid-left-d474 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form_3b19 .grid-left-d474 li {
    margin-bottom: 0.65rem;
}

.form_3b19 .grid-left-d474 li:last-child {
    margin-bottom: 0;
}

.form_3b19 .heading_next_42a5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form_3b19 .heading_next_42a5 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_df4c {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary_df4c .feature-c539 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary_df4c .input-glass-9154 {
    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_df4c .input-glass-9154 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_df4c .input-glass-9154 p:last-child {
    margin-bottom: 0;
}

.summary_df4c .input-glass-9154 strong {
    color: var(--text-primary);
}

.summary_df4c .tooltip-warm-451b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary_df4c .tooltip-warm-451b li {
    margin-bottom: 0.65rem;
}

.summary_df4c .tooltip-warm-451b li:last-child {
    margin-bottom: 0;
}

body.video-73eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.video-73eb .warm-9541 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video-73eb .pattern_3078 {
    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);
}

.video-73eb .pattern_3078 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-73eb .pattern_3078 p:last-child {
    margin-bottom: 0;
}

.video-73eb .pattern_3078 strong {
    color: var(--text-primary);
}

.video-73eb .avatar-north-36da {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video-73eb .avatar-north-36da li {
    margin-bottom: 0.65rem;
}

.video-73eb .avatar-north-36da li:last-child {
    margin-bottom: 0;
}

.video-73eb .modal_complex_4839 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video-73eb .modal_complex_4839 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accent-easy-213d {
    background: #f8f9fa;
    color: #2c3e50;
}

.accent-easy-213d .video_fixed_1340 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accent-easy-213d .texture_light_2ad2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.accent-easy-213d .texture_light_2ad2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-easy-213d .texture_light_2ad2 p:last-child {
    margin-bottom: 0;
}

.accent-easy-213d .texture_light_2ad2 strong {
    color: var(--text-primary);
}

.accent-easy-213d .first_60a4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accent-easy-213d .first_60a4 li {
    margin-bottom: 0.65rem;
}

.accent-easy-213d .first_60a4 li:last-child {
    margin-bottom: 0;
}

.accent-easy-213d .status_focused_1eb9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accent-easy-213d .status_focused_1eb9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tiny_101a {
    background: #f8f9fa;
    color: #2c3e50;
}

.tiny_101a .overlay_17d4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tiny_101a .wood_6d2f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tiny_101a .wood_6d2f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_101a .wood_6d2f p:last-child {
    margin-bottom: 0;
}

.tiny_101a .wood_6d2f strong {
    color: var(--text-primary);
}

.tiny_101a .info_9bf9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tiny_101a .info_9bf9 li {
    margin-bottom: 0.65rem;
}

.tiny_101a .info_9bf9 li:last-child {
    margin-bottom: 0;
}

.tiny_101a .plasma_6391 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tiny_101a .plasma_6391 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar_iron_0dec {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar_iron_0dec .media_25ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar_iron_0dec .pro-6b59 {
    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);
}

.sidebar_iron_0dec .pro-6b59 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_iron_0dec .pro-6b59 p:last-child {
    margin-bottom: 0;
}

.sidebar_iron_0dec .pro-6b59 strong {
    color: var(--text-primary);
}

.sidebar_iron_0dec .dim_3720 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_iron_0dec .dim_3720 li {
    margin-bottom: 0.65rem;
}

.sidebar_iron_0dec .dim_3720 li:last-child {
    margin-bottom: 0;
}

.sidebar_iron_0dec .under_65d0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar_iron_0dec .under_65d0 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: 5865 */
.shadow-element-r5 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
