/* 
 * 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.nav-simple-808a) — fixed together on mobile */
.alert-78b4 {
    width: 100%;
}

.accordion_0093 {
    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) {
    .alert-78b4 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .accordion_0093 {
        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.paragraph-c607. Conta) stay reachable.
     */
    .highlight_bbcc .grid-f4d4 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .alert-78b4 .highlight_bbcc > .grid-f4d4 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) .accordion_0093 {
        flex-shrink: 0;
    }

    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) .highlight_bbcc {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) .highlight_bbcc > .grid-f4d4 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) .photo_ed68 {
        flex-shrink: 0;
    }

    .alert-78b4:has(.accent-tiny-2374.fn-show-4681) .accent-tiny-2374.fn-show-4681 {
        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 */
    .highlight_bbcc .accent-tiny-2374 .paragraph_plasma_6e47.fn-active-4681 .tag-12c5 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .accordion_0093 {
        position: sticky;
        top: 0;
    }
}

.alert-78b4.hard-02f1,
.alert-78b4.hard-02f1 .accordion_0093 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.lite-1cd7 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .lite-1cd7 {
        padding: 0.75rem 0;
    }
}

.badge-db1f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.paragraph_9686 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .paragraph_9686 img {
        height: 35px;
    }
}

/* .highlight_bbcc / .element_rough_08b8 — inner pages (brown bar); index uses .frame_3788 below */

.highlight_bbcc:not(.frame_3788) .element_rough_08b8.fn-active-4681 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.item_38fe {
    display: flex;
    gap: var(--spacing-md);
}

.frame-d66a,
.narrow-8935 {
    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) {
    .frame-d66a,
    .narrow-8935 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .item_38fe {
        gap: 0.5rem;
    }
}

.frame-d66a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.frame-d66a:hover {
    background: var(--primary-purple);
    color: white;
}

.narrow-8935 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.narrow-8935:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.tabs-58ff {
    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%;
}

.tabs-58ff::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;
}

.tabs-58ff::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;
}

.tag-f735 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.aside-00f7 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.aside-00f7 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);
}

.tabs-58ff 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;
}

.heading-middle-1c4f {
    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;
}

.heading-middle-1c4f strong {
    font-weight: 700;
}

.feature_inner_d0a4 {
    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);
}

.fluid-028f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.up-a9ef {
    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);
}

.up-a9ef:hover {
    transform: translateY(-4px);
}

.component_2ef0 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.summary_left_9c5b {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.overlay_last_9f1f {
    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;
}

.overlay_last_9f1f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.overlay_last_9f1f.message-170b {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.simple-39b3 {
    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);
}

.simple-39b3:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.row-ea54 {
    padding: 3rem 1.25rem;
    background: white;
}

.menu-center-ccc6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero_5063 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.hero_5063:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.hero_5063 img {
    margin-bottom: 1rem;
}

.down_abac {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.hero_5063 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.hero_5063 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 */
.red-bf99 {
    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);
}

.banner-left-5910 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.steel_2230 {
    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);
}

.steel_2230 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.steel_2230 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.steel_2230 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pattern_purple_7518 {
    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
   ======================================== */

.hero-next-7e98 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notification_1c5e {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.status-8046 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.south-ca82 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.overlay_black_7766 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.overlay_black_7766:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.overlay_black_7766.primary-008c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.overlay_black_7766.primary-008c h3,
.overlay_black_7766.primary-008c p {
    color: white;
}

.overlay-center-1934 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.overlay_black_7766 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.overlay_black_7766 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gradient-silver-0444 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.gradient-silver-0444:hover {
    gap: 0.75rem;
}

.overlay_black_7766.primary-008c .gradient-silver-0444 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.next-e875 {
    padding: 4rem 1.25rem;
    background: white;
}

.aside_9b67 {
    text-align: center;
    margin-bottom: 3rem;
}

.item_pink_dc44 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.hot_93e4 {
    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%;
}

.hot_93e4:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.east-5cec {
    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);
}

.card-ff8c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.stone-f160 {
    padding: 1.5rem;
}

.stone-f160 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.notification-glass-5eb8 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.purple-9740 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tabs_a094,
.overlay-large-7b65 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.tabs_a094 {
    background: #dcfce7;
    color: #166534;
}

.tabs_a094.accordion-dim-6ac3 {
    background: #10b981;
    color: white;
}

.overlay-large-7b65 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.overlay-large-7b65.icon-white-e38e {
    background: #fee2e2;
    color: #991b1b;
}

.overlay-large-7b65.row-green-26e1 {
    background: #fef3c7;
    color: #92400e;
}

.overlay-large-7b65.picture-brown-605a {
    background: #dcfce7;
    color: #166534;
}

.layout-dark-10a7 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.layout-dark-10a7 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.inner_70dc {
    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);
}

.inner_70dc:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.chip-tall-6377 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.disabled_f38d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.medium-24a1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .medium-24a1 {
        grid-template-columns: 1fr 1fr;
    }
}

.center_939b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.table_25dd h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.short-94c7 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.component_medium_6e96 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.footer-hard-4a84 {
    font-size: 1rem;
    opacity: 0.9;
}

.table_25dd h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.breadcrumb_cc26 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.breadcrumb_cc26 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.breadcrumb_cc26 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;
}

.breadcrumb_cc26 li strong {
    color: var(--primary-purple);
}

.breadcrumb_cc26 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.sort_361c {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.link_678d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.dirty_4822 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.link_678d .summary_left_9c5b {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.detail_right_84f8 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.upper_8259 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.upper_8259 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.progress-old-43fb {
    padding: 4rem 1.25rem;
    background: white;
}

.row_dirty_fa78 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .row_dirty_fa78 {
        grid-template-columns: 1fr 1fr;
    }
}

.complex_0bc4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.active-08af {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.aside-73de {
    margin-bottom: 1.5rem;
}

.over_2be3 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.outline-large-7de6 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    transition: width var(--transition-slow);
}

.chip-orange-d1d9 {
    white-space: nowrap;
}

.list-2f99 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.article-gas-9de4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.fluid_7819 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.fluid_7819:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.brown-bee5 {
    font-size: 2rem;
    flex-shrink: 0;
}

.slider_4680 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.slider_4680 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.content-6ddd {
    margin-top: 3rem;
}

.content-6ddd h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.gas_d181 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.gas_d181 thead {
    background: var(--primary-purple);
    color: white;
}

.gas_d181 th,
.gas_d181 td {
    padding: 1rem;
    text-align: left;
}

.gas_d181 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.gas_d181 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.gas_d181 tbody tr:last-child {
    border-bottom: none;
}

.gas_d181 tbody tr:hover {
    background: var(--light-bg);
}

.tag_wide_43a6 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.overlay_upper_e44f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.accordion_current_b499 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.sidebar_cefc {
    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);
}

.sidebar_cefc:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.sidebar_cefc.iron_c848::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;
}

.media-brown-c149 {
    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;
}

.progress_28ca {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.liquid_c818 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.cold-e2ff {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.light-80a2 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.light-80a2 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.light-80a2 p:last-child {
    margin-bottom: 0;
}

.light-80a2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.input_next_9b6a {
    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-down-e200 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.copper_191c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.copper_191c .component_2ef0 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.copper_191c .summary_left_9c5b {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.item_white_3431 {
    padding: 4rem 1.25rem;
    background: white;
}

.button-gold-4a1b {
    max-width: 900px;
    margin: 0 auto;
}

.border-top-16c7 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.border-top-16c7:hover {
    border-color: var(--primary-purple);
}

.border-top-16c7[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.border-top-16c7 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;
}

.border-top-16c7 summary::-webkit-details-marker {
    display: none;
}

.border-top-16c7 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.border-top-16c7[open] summary::after {
    transform: rotate(45deg);
}

.advanced-d6e8 {
    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);
    }
}

.advanced-d6e8 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.advanced-d6e8 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.advanced-d6e8 ul,
.advanced-d6e8 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.advanced-d6e8 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.advanced-d6e8 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.black-9ee7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.pro-0c91 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.pro-0c91 th,
.pro-0c91 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.pro-0c91 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.chip_5f56 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.surface_e9c5 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.bottom_4e6f {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .bottom_4e6f {
        flex-direction: column;
        text-align: center;
    }
}

.bottom_4e6f img {
    flex-shrink: 0;
}

.item-lower-cdd5 {
    font-size: 4rem;
    flex-shrink: 0;
}

.pattern_6a7e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.pattern_6a7e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.shade_896d {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.overlay_next_05ca {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.heading_top_fced h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.heading_top_fced > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.wood_54a8 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.hero_b5b2 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.table_3483 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.video_b6d5 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.video_b6d5 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.liquid_0fa7 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hidden-747d {
    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);
}

.plasma-db43 {
    list-style: none;
}

.plasma-db43 li {
    margin-bottom: 0.75rem;
}

.plasma-db43 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.plasma-db43 a:hover {
    color: white;
}

.wrapper-wood-fe2e {
    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;
}

.tag_b488 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tag_b488 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.video-42d1 {
    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);
}

.status_5a3a {
    text-align: right;
}

@media (max-width: 767px) {
    .status_5a3a {
        text-align: center;
        width: 100%;
    }
}

.status_5a3a p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.black-8314 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.grid-f4d4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.row-ea54,
.red-bf99,
.hero-next-7e98,
.next-e875,
.disabled_f38d,
.progress-old-43fb,
.overlay_upper_e44f,
.item_white_3431,
.surface_e9c5,
.overlay_next_05ca {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .notification_1c5e {
        font-size: 1.75rem;
    }
    
    .status-8046 {
        font-size: 1rem;
    }
    
    .sort_361c {
        flex-direction: column;
    }
    
    .row_dirty_fa78 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .item_pink_dc44 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hot_93e4 {
        max-width: 100%;
    }
    
    .card-ff8c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .grid-f4d4 {
        padding: 0 1rem;
    }
    
    .tabs-58ff {
        padding: 4rem 1rem 3rem;
    }
    
    .tabs-58ff h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .overlay_last_9f1f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .fluid-028f {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .gas_d181,
    .pro-0c91 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .menu-center-ccc6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .south-ca82 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .accordion_current_b499 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .tabs-58ff h1 {
        font-size: 1.5rem;
    }
    
    .fluid-028f {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .up-a9ef {
        padding: 0.75rem;
    }
    
    .component_2ef0 {
        font-size: 1.5rem;
    }
    
    .menu-center-ccc6 {
        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 */
.hot_93e4:hover,
.overlay_black_7766:hover,
.sidebar_cefc:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .next-e875,
    .overlay_upper_e44f,
    .item_white_3431 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.nav-simple-808a)
   ======================================== */

.highlight_bbcc.frame_3788 {
    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;
}

.highlight_bbcc.frame_3788 .element_rough_08b8 {
    color: #334155;
}

.highlight_bbcc.frame_3788 .element_rough_08b8:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.highlight_bbcc.frame_3788 .element_rough_08b8.fn-active-4681 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.highlight_bbcc.frame_3788 .tag-12c5 {
    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);
}

.highlight_bbcc.frame_3788 .tag-12c5::before {
    border-bottom-color: #ffffff;
}

.highlight_bbcc.frame_3788 .stale-2bbf {
    color: #475569;
}

.highlight_bbcc.frame_3788 .stale-2bbf::before {
    background: #818cf8;
}

.highlight_bbcc.frame_3788 .stale-2bbf:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.highlight_bbcc.frame_3788 .stale-2bbf:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.highlight_bbcc.frame_3788 .lower-6573 {
    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);
}

.highlight_bbcc.frame_3788 .lower-6573:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.highlight_bbcc.frame_3788 .lower-6573 span {
    background: #475569;
    box-shadow: none;
}

.highlight_bbcc.frame_3788 .lower-6573.fn-active-4681 span:nth-child(1),
.highlight_bbcc.frame_3788 .lower-6573.fn-active-4681 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .highlight_bbcc.frame_3788 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .highlight_bbcc.frame_3788 .photo_ed68 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .highlight_bbcc.frame_3788 .photo_ed68 span {
        color: #334155 !important;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 {
        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);
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .element_rough_08b8 {
        color: #334155;
        text-shadow: none;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .element_rough_08b8:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .element_rough_08b8.accent-pressed-ec58::after {
        color: #64748b;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .tag-12c5 {
        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) */
    .highlight_bbcc.frame_3788 .accent-tiny-2374 .paragraph_plasma_6e47.fn-active-4681 .tag-12c5 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .stale-2bbf {
        color: #475569;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .stale-2bbf::before {
        color: #6366f1;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .stale-2bbf:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .stale-2bbf:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .highlight_bbcc.frame_3788 .accent-tiny-2374 .stale-2bbf:hover::before {
        color: #4f46e5;
    }
}

/* apk.grid_cold_5283 — mesmo tema claro da home; blocos extras */
body.cool_3c0b {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_3c0b .pro-5d00 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_3c0b .image_solid_1bb7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.cool_3c0b .image_solid_1bb7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_3c0b .image_solid_1bb7 p:last-child {
    margin-bottom: 0;
}

.cool_3c0b .image_solid_1bb7 strong {
    color: var(--text-primary);
}

.cool_3c0b .alert_2750 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool_3c0b .alert_2750 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-7c50 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-7c50 .rough-b04d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-7c50 .rough_109b {
    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-7c50 .rough_109b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-7c50 .rough_109b p:last-child {
    margin-bottom: 0;
}

.element-7c50 .rough_109b strong {
    color: var(--text-primary);
}

.element-7c50 .grid_middle_ea1c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-7c50 .grid_middle_ea1c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar-64d5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar-64d5 .active_ebea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar-64d5 .tabs_focused_ea45 {
    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);
}

.avatar-64d5 .tabs_focused_ea45 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar-64d5 .tabs_focused_ea45 p:last-child {
    margin-bottom: 0;
}

.avatar-64d5 .tabs_focused_ea45 strong {
    color: var(--text-primary);
}

.avatar-64d5 .column-28e3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar-64d5 .column-28e3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.top-32f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.top-32f1 .current_a418 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.top-32f1 .current_ce1a {
    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);
}

.top-32f1 .current_ce1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.top-32f1 .current_ce1a p:last-child {
    margin-bottom: 0;
}

.top-32f1 .current_ce1a strong {
    color: var(--text-primary);
}

.top-32f1 .footer_2890 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.top-32f1 .footer_2890 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_outer_a2a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_outer_a2a0 .soft-9e50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_outer_a2a0 .tag_a3dc {
    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_outer_a2a0 .tag_a3dc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_outer_a2a0 .tag_a3dc p:last-child {
    margin-bottom: 0;
}

.nav_outer_a2a0 .tag_a3dc strong {
    color: var(--text-primary);
}

.nav_outer_a2a0 .nav-6f52 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_outer_a2a0 .nav-6f52 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gradient-f06b {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient-f06b .item_144f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient-f06b .tooltip_f01d {
    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);
}

.gradient-f06b .tooltip_f01d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient-f06b .tooltip_f01d p:last-child {
    margin-bottom: 0;
}

.gradient-f06b .tooltip_f01d strong {
    color: var(--text-primary);
}

.gradient-f06b .shade-prev-b00e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient-f06b .shade-prev-b00e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_top_1071 {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_top_1071 .bronze-a8cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_top_1071 .article-simple-585e {
    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);
}

.aside_top_1071 .article-simple-585e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_top_1071 .article-simple-585e p:last-child {
    margin-bottom: 0;
}

.aside_top_1071 .article-simple-585e strong {
    color: var(--text-primary);
}

.aside_top_1071 .sidebar_fluid_5fa1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside_top_1071 .sidebar_fluid_5fa1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dropdown_4e37 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown_4e37 .pro_fc30 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown_4e37 .tiny_0aeb {
    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);
}

.dropdown_4e37 .tiny_0aeb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown_4e37 .tiny_0aeb p:last-child {
    margin-bottom: 0;
}

.dropdown_4e37 .tiny_0aeb strong {
    color: var(--text-primary);
}

.dropdown_4e37 .preview_d809 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown_4e37 .preview_d809 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_9235 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph_9235 .filter-846d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph_9235 .nav_gas_ade2 {
    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_9235 .nav_gas_ade2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph_9235 .nav_gas_ade2 p:last-child {
    margin-bottom: 0;
}

.paragraph_9235 .nav_gas_ade2 strong {
    color: var(--text-primary);
}

.paragraph_9235 .icon_top_35c9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph_9235 .icon_top_35c9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_d35c {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_d35c .tiny-4c19 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_d35c .soft_43b1 {
    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);
}

.modal_d35c .soft_43b1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_d35c .soft_43b1 p:last-child {
    margin-bottom: 0;
}

.modal_d35c .soft_43b1 strong {
    color: var(--text-primary);
}

.modal_d35c .input-center-a19d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal_d35c .input-center-a19d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pro_a1f0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pro_a1f0 .hover_1b83 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pro_a1f0 .logo_2d1a {
    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);
}

.pro_a1f0 .logo_2d1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro_a1f0 .logo_2d1a p:last-child {
    margin-bottom: 0;
}

.pro_a1f0 .logo_2d1a strong {
    color: var(--text-primary);
}

.pro_a1f0 .photo-a5c9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro_a1f0 .photo-a5c9 li {
    margin-bottom: 0.65rem;
}

.pro_a1f0 .photo-a5c9 li:last-child {
    margin-bottom: 0;
}

.pro_a1f0 .shade_pro_6b6a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pro_a1f0 .shade_pro_6b6a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar_d9f0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_d9f0 .action_4801 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_d9f0 .green-edad {
    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);
}

.avatar_d9f0 .green-edad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_d9f0 .green-edad p:last-child {
    margin-bottom: 0;
}

.avatar_d9f0 .green-edad strong {
    color: var(--text-primary);
}

.avatar_d9f0 .secondary-e9c8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_d9f0 .secondary-e9c8 li {
    margin-bottom: 0.65rem;
}

.avatar_d9f0 .secondary-e9c8 li:last-child {
    margin-bottom: 0;
}

.avatar_d9f0 .active_c1e9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_d9f0 .active_c1e9 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-gas-7c5e {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-gas-7c5e .left_4b86 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-gas-7c5e .container-red-5400 {
    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-gas-7c5e .container-red-5400 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-gas-7c5e .container-red-5400 p:last-child {
    margin-bottom: 0;
}

.element-gas-7c5e .container-red-5400 strong {
    color: var(--text-primary);
}

.element-gas-7c5e .stale_426e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-gas-7c5e .stale_426e li {
    margin-bottom: 0.65rem;
}

.element-gas-7c5e .stale_426e li:last-child {
    margin-bottom: 0;
}

.element-gas-7c5e .aside_b8ad {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-gas-7c5e .aside_b8ad 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-c6ca {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture-c6ca .search_2308 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture-c6ca .next-9d4d {
    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-c6ca .next-9d4d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-c6ca .next-9d4d p:last-child {
    margin-bottom: 0;
}

.texture-c6ca .next-9d4d strong {
    color: var(--text-primary);
}

.texture-c6ca .pagination_d647 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture-c6ca .pagination_d647 li {
    margin-bottom: 0.65rem;
}

.texture-c6ca .pagination_d647 li:last-child {
    margin-bottom: 0;
}

body.wood_aef7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood_aef7 .smooth-0303 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood_aef7 .hot_7fe1 {
    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);
}

.wood_aef7 .hot_7fe1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_aef7 .hot_7fe1 p:last-child {
    margin-bottom: 0;
}

.wood_aef7 .hot_7fe1 strong {
    color: var(--text-primary);
}

.wood_aef7 .popup_small_99e6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood_aef7 .popup_small_99e6 li {
    margin-bottom: 0.65rem;
}

.wood_aef7 .popup_small_99e6 li:last-child {
    margin-bottom: 0;
}

.wood_aef7 .menu_plasma_748f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wood_aef7 .menu_plasma_748f 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-over-181b {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-over-181b .main_red_b000 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-over-181b .surface_bronze_b21b {
    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-over-181b .surface_bronze_b21b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-over-181b .surface_bronze_b21b p:last-child {
    margin-bottom: 0;
}

.nav-over-181b .surface_bronze_b21b strong {
    color: var(--text-primary);
}

.nav-over-181b .overlay_over_8b7b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-over-181b .overlay_over_8b7b li {
    margin-bottom: 0.65rem;
}

.nav-over-181b .overlay_over_8b7b li:last-child {
    margin-bottom: 0;
}

.nav-over-181b .iron-1ae0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-over-181b .iron-1ae0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.progress-2ed5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-2ed5 .prev_98a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-2ed5 .status_1f7b {
    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);
}

.progress-2ed5 .status_1f7b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-2ed5 .status_1f7b p:last-child {
    margin-bottom: 0;
}

.progress-2ed5 .status_1f7b strong {
    color: var(--text-primary);
}

.progress-2ed5 .hero_aff1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-2ed5 .hero_aff1 li {
    margin-bottom: 0.65rem;
}

.progress-2ed5 .hero_aff1 li:last-child {
    margin-bottom: 0;
}

.progress-2ed5 .copper_55b5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-2ed5 .copper_55b5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link-9f46 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-9f46 .dirty_bea7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-9f46 .image_green_c426 {
    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);
}

.link-9f46 .image_green_c426 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-9f46 .image_green_c426 p:last-child {
    margin-bottom: 0;
}

.link-9f46 .image_green_c426 strong {
    color: var(--text-primary);
}

.link-9f46 .outer_400d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-9f46 .outer_400d li {
    margin-bottom: 0.65rem;
}

.link-9f46 .outer_400d li:last-child {
    margin-bottom: 0;
}

.link-9f46 .accent-9427 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-9f46 .accent-9427 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: 24b3 */
.phantom-card-h9 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
