/* 
 * 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.popup_2411) — fixed together on mobile */
.selected_da0e {
    width: 100%;
}

.black_573e {
    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) {
    .selected_da0e {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .black_573e {
        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.focused_340b. Conta) stay reachable.
     */
    .hard_af67 .medium_8f74 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .selected_da0e .hard_af67 > .medium_8f74 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .selected_da0e:has(.hover_5ff6.fn-show-0988) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .selected_da0e:has(.hover_5ff6.fn-show-0988) .black_573e {
        flex-shrink: 0;
    }

    .selected_da0e:has(.hover_5ff6.fn-show-0988) .hard_af67 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .selected_da0e:has(.hover_5ff6.fn-show-0988) .hard_af67 > .medium_8f74 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .selected_da0e:has(.hover_5ff6.fn-show-0988) .gold-3915 {
        flex-shrink: 0;
    }

    .selected_da0e:has(.hover_5ff6.fn-show-0988) .hover_5ff6.fn-show-0988 {
        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 */
    .hard_af67 .hover_5ff6 .copper-26bc.fn-active-0988 .texture_0307 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .black_573e {
        position: sticky;
        top: 0;
    }
}

.selected_da0e.disabled-f8cc,
.selected_da0e.disabled-f8cc .black_573e {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hidden-0ea5 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .hidden-0ea5 {
        padding: 0.75rem 0;
    }
}

.link_3d3f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.nav-2248 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .nav-2248 img {
        height: 35px;
    }
}

/* .hard_af67 / .summary_e677 — inner pages (brown bar); index uses .pagination_d207 below */

.hard_af67:not(.pagination_d207) .summary_e677.fn-active-0988 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.soft_e5b9 {
    display: flex;
    gap: var(--spacing-md);
}

.narrow_792f,
.brown-f368 {
    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) {
    .narrow_792f,
    .brown-f368 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .soft_e5b9 {
        gap: 0.5rem;
    }
}

.narrow_792f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.narrow_792f:hover {
    background: var(--primary-purple);
    color: white;
}

.brown-f368 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.brown-f368:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.modal-mini-39d7 {
    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%;
}

.modal-mini-39d7::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;
}

.modal-mini-39d7::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;
}

.button-b804 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.feature_under_a44c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.feature_under_a44c 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);
}

.modal-mini-39d7 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;
}

.pagination-019e {
    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;
}

.pagination-019e strong {
    font-weight: 700;
}

.sidebar-middle-168b {
    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);
}

.tabs-5582 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.left-3a8f {
    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);
}

.left-3a8f:hover {
    transform: translateY(-4px);
}

.shade-240a {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.alert_f057 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.widget-silver-5e46 {
    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;
}

.widget-silver-5e46:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.widget-silver-5e46.chip-488e {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.label_warm_6004 {
    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);
}

.label_warm_6004:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.photo_fa95 {
    padding: 3rem 1.25rem;
    background: white;
}

.light-3cfb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.table_soft_df13 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.table_soft_df13:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.table_soft_df13 img {
    margin-bottom: 1rem;
}

.item_328d {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.table_soft_df13 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.table_soft_df13 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 */
.chip-6023 {
    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);
}

.accordion_4f1d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.hero_1388 {
    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);
}

.hero_1388 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.hero_1388 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.hero_1388 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget_glass_952f {
    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
   ======================================== */

.table_039a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.overlay_fresh_bef2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.copper-1875 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.container-d5f2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dark-4275 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dark-4275:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.dark-4275.purple_33ba {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.dark-4275.purple_33ba h3,
.dark-4275.purple_33ba p {
    color: white;
}

.tooltip_paper_22b5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dark-4275 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.dark-4275 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.background-7f33 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.background-7f33:hover {
    gap: 0.75rem;
}

.dark-4275.purple_33ba .background-7f33 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.sort-fc33 {
    padding: 4rem 1.25rem;
    background: white;
}

.notice_bronze_23d2 {
    text-align: center;
    margin-bottom: 3rem;
}

.outline_923b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.slider_small_a7be {
    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%;
}

.slider_small_a7be:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.image_0524 {
    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);
}

.lower-06d4 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.picture_0050 {
    padding: 1.5rem;
}

.picture_0050 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.search_motion_a490 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask-488f {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.label-middle-906f,
.footer_inner_877f {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.label-middle-906f {
    background: #dcfce7;
    color: #166534;
}

.label-middle-906f.notification-lower-a36a {
    background: #10b981;
    color: white;
}

.footer_inner_877f {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.footer_inner_877f.badge-4b63 {
    background: #fee2e2;
    color: #991b1b;
}

.footer_inner_877f.primary_9d76 {
    background: #fef3c7;
    color: #92400e;
}

.footer_inner_877f.detail_136f {
    background: #dcfce7;
    color: #166534;
}

.header-liquid-c47e {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.header-liquid-c47e strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.slider-blue-eec0 {
    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);
}

.slider-blue-eec0:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.copper_2c0b {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.summary-91fc {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.layout_bfef {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .layout_bfef {
        grid-template-columns: 1fr 1fr;
    }
}

.selected_aa34 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.white_f7a3 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shade_5f3b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.media_2702 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.border_right_0adf {
    font-size: 1rem;
    opacity: 0.9;
}

.white_f7a3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.row-b252 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.row-b252 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.row-b252 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;
}

.row-b252 li strong {
    color: var(--primary-purple);
}

.row-b252 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.description_84ff {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.surface_a211 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.header_3d30 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.surface_a211 .alert_f057 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.header-2efa p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.fast-77db {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.fast-77db a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.pagination_south_06be {
    padding: 4rem 1.25rem;
    background: white;
}

.focus-complex-1fe2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .focus-complex-1fe2 {
        grid-template-columns: 1fr 1fr;
    }
}

.nav_complex_5b1c h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.liquid-176a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.fixed_bd1e {
    margin-bottom: 1.5rem;
}

.texture_fbe1 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.menu_hovered_457d {
    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);
}

.summary_dark_21aa {
    white-space: nowrap;
}

.alert_202e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.input-simple-8f6c h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.link-301a {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.link-301a:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.current-366c {
    font-size: 2rem;
    flex-shrink: 0;
}

.element-tall-5c96 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.element-tall-5c96 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.backdrop_3c7c {
    margin-top: 3rem;
}

.backdrop_3c7c h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.shadow-e031 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.shadow-e031 thead {
    background: var(--primary-purple);
    color: white;
}

.shadow-e031 th,
.shadow-e031 td {
    padding: 1rem;
    text-align: left;
}

.shadow-e031 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.shadow-e031 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.shadow-e031 tbody tr:last-child {
    border-bottom: none;
}

.shadow-e031 tbody tr:hover {
    background: var(--light-bg);
}

.shadow_gas_6dab {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.alert-34e1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.paragraph_small_bb4e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.row_west_b09e {
    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);
}

.row_west_b09e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.row_west_b09e.solid-427c::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;
}

.disabled_742b {
    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;
}

.overlay-495d {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.green-f2c4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.complex_8a38 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tabs_thick_f0ca {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.tabs_thick_f0ca p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.tabs_thick_f0ca p:last-child {
    margin-bottom: 0;
}

.tabs_thick_f0ca strong {
    color: var(--text-primary);
    font-weight: 600;
}

.list_cool_3f96 {
    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;
}

.aside-0dbf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.focus-out-36c5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.focus-out-36c5 .shade-240a {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.focus-out-36c5 .alert_f057 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.brown-2937 {
    padding: 4rem 1.25rem;
    background: white;
}

.grid_wide_4c5b {
    max-width: 900px;
    margin: 0 auto;
}

.hover-7c20 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.hover-7c20:hover {
    border-color: var(--primary-purple);
}

.hover-7c20[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.hover-7c20 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;
}

.hover-7c20 summary::-webkit-details-marker {
    display: none;
}

.hover-7c20 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.hover-7c20[open] summary::after {
    transform: rotate(45deg);
}

.large_403a {
    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);
    }
}

.large_403a p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.large_403a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.large_403a ul,
.large_403a ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.large_403a li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.large_403a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.active_full_a58e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.progress_29bf {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.progress_29bf th,
.progress_29bf td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.progress_29bf th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.box-west-9a51 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.fixed-623f {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.search-f50c {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .search-f50c {
        flex-direction: column;
        text-align: center;
    }
}

.search-f50c img {
    flex-shrink: 0;
}

.summary-cb19 {
    font-size: 4rem;
    flex-shrink: 0;
}

.static_a36c h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.static_a36c p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.green_4ddb {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.content_prev_3530 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.progress_simple_0e82 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.progress_simple_0e82 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.fluid-f711 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.bronze_cc85 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.section_green_28a8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.section_dynamic_c430 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section_dynamic_c430 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.section-north-d788 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary_south_3b76 {
    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);
}

.heading_e4b3 {
    list-style: none;
}

.heading_e4b3 li {
    margin-bottom: 0.75rem;
}

.heading_e4b3 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.heading_e4b3 a:hover {
    color: white;
}

.layout-f409 {
    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;
}

.hovered_9acb {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.hovered_9acb span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.pro_65ae {
    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);
}

.dropdown-6f5f {
    text-align: right;
}

@media (max-width: 767px) {
    .dropdown-6f5f {
        text-align: center;
        width: 100%;
    }
}

.dropdown-6f5f p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.accordion-east-c39c {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.medium_8f74 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.photo_fa95,
.chip-6023,
.table_039a,
.sort-fc33,
.summary-91fc,
.pagination_south_06be,
.alert-34e1,
.brown-2937,
.fixed-623f,
.content_prev_3530 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .overlay_fresh_bef2 {
        font-size: 1.75rem;
    }
    
    .copper-1875 {
        font-size: 1rem;
    }
    
    .description_84ff {
        flex-direction: column;
    }
    
    .focus-complex-1fe2 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .outline_923b {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .slider_small_a7be {
        max-width: 100%;
    }
    
    .lower-06d4 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .medium_8f74 {
        padding: 0 1rem;
    }
    
    .modal-mini-39d7 {
        padding: 4rem 1rem 3rem;
    }
    
    .modal-mini-39d7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .widget-silver-5e46 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs-5582 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .shadow-e031,
    .progress_29bf {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .light-3cfb {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .container-d5f2 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .paragraph_small_bb4e {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .modal-mini-39d7 h1 {
        font-size: 1.5rem;
    }
    
    .tabs-5582 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .left-3a8f {
        padding: 0.75rem;
    }
    
    .shade-240a {
        font-size: 1.5rem;
    }
    
    .light-3cfb {
        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 */
.slider_small_a7be:hover,
.dark-4275:hover,
.row_west_b09e:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .sort-fc33,
    .alert-34e1,
    .brown-2937 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.popup_2411)
   ======================================== */

.hard_af67.pagination_d207 {
    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;
}

.hard_af67.pagination_d207 .summary_e677 {
    color: #334155;
}

.hard_af67.pagination_d207 .summary_e677:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.hard_af67.pagination_d207 .summary_e677.fn-active-0988 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.hard_af67.pagination_d207 .texture_0307 {
    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);
}

.hard_af67.pagination_d207 .texture_0307::before {
    border-bottom-color: #ffffff;
}

.hard_af67.pagination_d207 .bronze_257f {
    color: #475569;
}

.hard_af67.pagination_d207 .bronze_257f::before {
    background: #818cf8;
}

.hard_af67.pagination_d207 .bronze_257f:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.hard_af67.pagination_d207 .bronze_257f:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.hard_af67.pagination_d207 .panel-complex-50a8 {
    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);
}

.hard_af67.pagination_d207 .panel-complex-50a8:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.hard_af67.pagination_d207 .panel-complex-50a8 span {
    background: #475569;
    box-shadow: none;
}

.hard_af67.pagination_d207 .panel-complex-50a8.fn-active-0988 span:nth-child(1),
.hard_af67.pagination_d207 .panel-complex-50a8.fn-active-0988 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .hard_af67.pagination_d207 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .hard_af67.pagination_d207 .gold-3915 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .hard_af67.pagination_d207 .gold-3915 span {
        color: #334155 !important;
    }

    .hard_af67.pagination_d207 .hover_5ff6 {
        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);
    }

    .hard_af67.pagination_d207 .hover_5ff6 .summary_e677 {
        color: #334155;
        text-shadow: none;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .summary_e677:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .hard_af67.pagination_d207 .hover_5ff6 .summary_e677.info-hard-b925::after {
        color: #64748b;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .texture_0307 {
        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) */
    .hard_af67.pagination_d207 .hover_5ff6 .copper-26bc.fn-active-0988 .texture_0307 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .bronze_257f {
        color: #475569;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .bronze_257f::before {
        color: #6366f1;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .bronze_257f:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .hard_af67.pagination_d207 .hover_5ff6 .bronze_257f:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .hard_af67.pagination_d207 .hover_5ff6 .bronze_257f:hover::before {
        color: #4f46e5;
    }
}

/* apk.solid-1fce — mesmo tema claro da home; blocos extras */
body.texture_4291 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_4291 .new-4efb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_4291 .easy-3a97 {
    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_4291 .easy-3a97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_4291 .easy-3a97 p:last-child {
    margin-bottom: 0;
}

.texture_4291 .easy-3a97 strong {
    color: var(--text-primary);
}

.texture_4291 .logo-lite-eafe {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_4291 .logo-lite-eafe 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-wood-6aec {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph-wood-6aec .block_20ee {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph-wood-6aec .dim-754d {
    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-wood-6aec .dim-754d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph-wood-6aec .dim-754d p:last-child {
    margin-bottom: 0;
}

.paragraph-wood-6aec .dim-754d strong {
    color: var(--text-primary);
}

.paragraph-wood-6aec .footer-7c29 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph-wood-6aec .footer-7c29 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wide-8dcc {
    background: #f8f9fa;
    color: #2c3e50;
}

.wide-8dcc .tertiary-bottom-3131 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wide-8dcc .filter-176b {
    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);
}

.wide-8dcc .filter-176b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide-8dcc .filter-176b p:last-child {
    margin-bottom: 0;
}

.wide-8dcc .filter-176b strong {
    color: var(--text-primary);
}

.wide-8dcc .footer-21b0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wide-8dcc .footer-21b0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic_e3db {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic_e3db .footer-444c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic_e3db .primary_7fd0 {
    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);
}

.basic_e3db .primary_7fd0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_e3db .primary_7fd0 p:last-child {
    margin-bottom: 0;
}

.basic_e3db .primary_7fd0 strong {
    color: var(--text-primary);
}

.basic_e3db .right-28dd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic_e3db .right-28dd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slider-upper-e12a {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider-upper-e12a .nav-glass-46fb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider-upper-e12a .mask-94c9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slider-upper-e12a .mask-94c9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-upper-e12a .mask-94c9 p:last-child {
    margin-bottom: 0;
}

.slider-upper-e12a .mask-94c9 strong {
    color: var(--text-primary);
}

.slider-upper-e12a .layout-3137 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider-upper-e12a .layout-3137 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message-tall-1bf2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-tall-1bf2 .badge-warm-db20 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-tall-1bf2 .grid_54a7 {
    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);
}

.message-tall-1bf2 .grid_54a7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-tall-1bf2 .grid_54a7 p:last-child {
    margin-bottom: 0;
}

.message-tall-1bf2 .grid_54a7 strong {
    color: var(--text-primary);
}

.message-tall-1bf2 .content-selected-b91b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message-tall-1bf2 .content-selected-b91b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-138e {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-138e .mask_1fbb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-138e .shade-first-1dad {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.element-138e .shade-first-1dad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-138e .shade-first-1dad p:last-child {
    margin-bottom: 0;
}

.element-138e .shade-first-1dad strong {
    color: var(--text-primary);
}

.element-138e .mask-blue-6f3b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-138e .mask-blue-6f3b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.center_c957 {
    background: #f8f9fa;
    color: #2c3e50;
}

.center_c957 .cool_77a7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.center_c957 .rough_555a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.center_c957 .rough_555a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.center_c957 .rough_555a p:last-child {
    margin-bottom: 0;
}

.center_c957 .rough_555a strong {
    color: var(--text-primary);
}

.center_c957 .small-ed77 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.center_c957 .small-ed77 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bright_4d97 {
    background: #f8f9fa;
    color: #2c3e50;
}

.bright_4d97 .red_13dc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bright_4d97 .media-6b9e {
    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);
}

.bright_4d97 .media-6b9e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright_4d97 .media-6b9e p:last-child {
    margin-bottom: 0;
}

.bright_4d97 .media-6b9e strong {
    color: var(--text-primary);
}

.bright_4d97 .wide_d94a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bright_4d97 .wide_d94a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-dark-23e8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-dark-23e8 .notification_a8a3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-dark-23e8 .icon_stone_c50a {
    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);
}

.search-dark-23e8 .icon_stone_c50a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-dark-23e8 .icon_stone_c50a p:last-child {
    margin-bottom: 0;
}

.search-dark-23e8 .icon_stone_c50a strong {
    color: var(--text-primary);
}

.search-dark-23e8 .fast_2f9f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-dark-23e8 .fast_2f9f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture_7c00 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_7c00 .sidebar_fa80 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_7c00 .over-27c7 {
    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_7c00 .over-27c7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_7c00 .over-27c7 p:last-child {
    margin-bottom: 0;
}

.texture_7c00 .over-27c7 strong {
    color: var(--text-primary);
}

.texture_7c00 .content-098c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_7c00 .content-098c li {
    margin-bottom: 0.65rem;
}

.texture_7c00 .content-098c li:last-child {
    margin-bottom: 0;
}

.texture_7c00 .red_09e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.texture_7c00 .red_09e5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_fast_1221 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_fast_1221 .progress_hot_d17a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_fast_1221 .caption-6330 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled_fast_1221 .caption-6330 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_fast_1221 .caption-6330 p:last-child {
    margin-bottom: 0;
}

.disabled_fast_1221 .caption-6330 strong {
    color: var(--text-primary);
}

.disabled_fast_1221 .orange_b3be {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_fast_1221 .orange_b3be li {
    margin-bottom: 0.65rem;
}

.disabled_fast_1221 .orange_b3be li:last-child {
    margin-bottom: 0;
}

.disabled_fast_1221 .mask_active_64a3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_fast_1221 .mask_active_64a3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.upper-db54 {
    background: #f8f9fa;
    color: #2c3e50;
}

.upper-db54 .prev_b4f8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.upper-db54 .short-c4c5 {
    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);
}

.upper-db54 .short-c4c5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.upper-db54 .short-c4c5 p:last-child {
    margin-bottom: 0;
}

.upper-db54 .short-c4c5 strong {
    color: var(--text-primary);
}

.upper-db54 .accordion-68d6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.upper-db54 .accordion-68d6 li {
    margin-bottom: 0.65rem;
}

.upper-db54 .accordion-68d6 li:last-child {
    margin-bottom: 0;
}

.upper-db54 .hovered_8cf4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.upper-db54 .hovered_8cf4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_full_5c72 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_full_5c72 .progress_mini_6981 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_full_5c72 .left-b35f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip_full_5c72 .left-b35f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_full_5c72 .left-b35f p:last-child {
    margin-bottom: 0;
}

.chip_full_5c72 .left-b35f strong {
    color: var(--text-primary);
}

.chip_full_5c72 .tabs-easy-8b73 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_full_5c72 .tabs-easy-8b73 li {
    margin-bottom: 0.65rem;
}

.chip_full_5c72 .tabs-easy-8b73 li:last-child {
    margin-bottom: 0;
}

body.widget-29d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-29d9 .table-1431 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-29d9 .button-37bc {
    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-29d9 .button-37bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-29d9 .button-37bc p:last-child {
    margin-bottom: 0;
}

.widget-29d9 .button-37bc strong {
    color: var(--text-primary);
}

.widget-29d9 .menu-static-3f60 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-29d9 .menu-static-3f60 li {
    margin-bottom: 0.65rem;
}

.widget-29d9 .menu-static-3f60 li:last-child {
    margin-bottom: 0;
}

.widget-29d9 .progress-4e89 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-29d9 .progress-4e89 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.plasma_9bbb {
    background: #f8f9fa;
    color: #2c3e50;
}

.plasma_9bbb .accordion_bronze_e7bc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.plasma_9bbb .form-4c6e {
    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);
}

.plasma_9bbb .form-4c6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.plasma_9bbb .form-4c6e p:last-child {
    margin-bottom: 0;
}

.plasma_9bbb .form-4c6e strong {
    color: var(--text-primary);
}

.plasma_9bbb .iron_a4cd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.plasma_9bbb .iron_a4cd li {
    margin-bottom: 0.65rem;
}

.plasma_9bbb .iron_a4cd li:last-child {
    margin-bottom: 0;
}

.plasma_9bbb .hover-huge-ba47 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.plasma_9bbb .hover-huge-ba47 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.under-1cd5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.under-1cd5 .east_6a56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.under-1cd5 .large_b273 {
    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);
}

.under-1cd5 .large_b273 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.under-1cd5 .large_b273 p:last-child {
    margin-bottom: 0;
}

.under-1cd5 .large_b273 strong {
    color: var(--text-primary);
}

.under-1cd5 .table-8fa9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.under-1cd5 .table-8fa9 li {
    margin-bottom: 0.65rem;
}

.under-1cd5 .table-8fa9 li:last-child {
    margin-bottom: 0;
}

.under-1cd5 .popup-cdce {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.under-1cd5 .popup-cdce img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard-0c1c {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-0c1c .huge_2a32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-0c1c .gradient_3573 {
    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);
}

.hard-0c1c .gradient_3573 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-0c1c .gradient_3573 p:last-child {
    margin-bottom: 0;
}

.hard-0c1c .gradient_3573 strong {
    color: var(--text-primary);
}

.hard-0c1c .light-8523 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-0c1c .light-8523 li {
    margin-bottom: 0.65rem;
}

.hard-0c1c .light-8523 li:last-child {
    margin-bottom: 0;
}

.hard-0c1c .frame_medium_7f48 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-0c1c .frame_medium_7f48 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: ecef */
.shadow-element-d7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
