/* 
 * 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.out-57dd) — fixed together on mobile */
.link-north-44a3 {
    width: 100%;
}

.element_a22d {
    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) {
    .link-north-44a3 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .element_a22d {
        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.highlight-e848. Conta) stay reachable.
     */
    .feature_middle_3997 .cold-c151 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .link-north-44a3 .feature_middle_3997 > .cold-c151 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .link-north-44a3:has(.highlight-3841.fn-show-cc24) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .link-north-44a3:has(.highlight-3841.fn-show-cc24) .element_a22d {
        flex-shrink: 0;
    }

    .link-north-44a3:has(.highlight-3841.fn-show-cc24) .feature_middle_3997 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .link-north-44a3:has(.highlight-3841.fn-show-cc24) .feature_middle_3997 > .cold-c151 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .link-north-44a3:has(.highlight-3841.fn-show-cc24) .notification_bc15 {
        flex-shrink: 0;
    }

    .link-north-44a3:has(.highlight-3841.fn-show-cc24) .highlight-3841.fn-show-cc24 {
        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 */
    .feature_middle_3997 .highlight-3841 .prev-6263.fn-active-cc24 .tag_44fe {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .element_a22d {
        position: sticky;
        top: 0;
    }
}

.link-north-44a3.grid-021b,
.link-north-44a3.grid-021b .element_a22d {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.alert-3b2b {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .alert-3b2b {
        padding: 0.75rem 0;
    }
}

.message-5999 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.wrapper-91e2 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .wrapper-91e2 img {
        height: 35px;
    }
}

/* .feature_middle_3997 / .background-copper-3080 — inner pages (brown bar); index uses .main-motion-f4eb below */

.feature_middle_3997:not(.main-motion-f4eb) .background-copper-3080.fn-active-cc24 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.title_90e4 {
    display: flex;
    gap: var(--spacing-md);
}

.paragraph-clean-e705,
.menu_stone_de64 {
    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) {
    .paragraph-clean-e705,
    .menu_stone_de64 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .title_90e4 {
        gap: 0.5rem;
    }
}

.paragraph-clean-e705 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.paragraph-clean-e705:hover {
    background: var(--primary-purple);
    color: white;
}

.menu_stone_de64 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.menu_stone_de64:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.picture-dirty-0486 {
    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%;
}

.picture-dirty-0486::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;
}

.picture-dirty-0486::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;
}

.form-west-4db4 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.column_last_e0fb {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.column_last_e0fb 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);
}

.picture-dirty-0486 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;
}

.gallery_f1ed {
    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;
}

.gallery_f1ed strong {
    font-weight: 700;
}

.caption_black_1cbd {
    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);
}

.alert_medium_9370 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.filter-8c4b {
    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);
}

.filter-8c4b:hover {
    transform: translateY(-4px);
}

.feature_3e73 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.status_f2a4 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.white_d379 {
    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;
}

.white_d379:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.white_d379.backdrop-east-5d92 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.grid-8cfc {
    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);
}

.grid-8cfc:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.border-advanced-052f {
    padding: 3rem 1.25rem;
    background: white;
}

.thick-2fe5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.text-dark-df1a {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.text-dark-df1a:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.text-dark-df1a img {
    margin-bottom: 1rem;
}

.disabled_4929 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.text-dark-df1a h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.text-dark-df1a 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 */
.widget_gold_67c1 {
    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);
}

.dropdown-57d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.title_iron_93e8 {
    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);
}

.title_iron_93e8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.title_iron_93e8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.title_iron_93e8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.easy-ded7 {
    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
   ======================================== */

.wide_22af {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.paper_eda6 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.content-cbc3 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.tall-b2a9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.text-85a4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.text-85a4:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.text-85a4.panel-green-ed5d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.text-85a4.panel-green-ed5d h3,
.text-85a4.panel-green-ed5d p {
    color: white;
}

.bronze-0387 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.text-85a4 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.text-85a4 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.focused_d111 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.focused_d111:hover {
    gap: 0.75rem;
}

.text-85a4.panel-green-ed5d .focused_d111 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.down_6ba2 {
    padding: 4rem 1.25rem;
    background: white;
}

.block_1f09 {
    text-align: center;
    margin-bottom: 3rem;
}

.article_9ec3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.wide-4977 {
    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%;
}

.wide-4977:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.status-6e88 {
    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);
}

.button_44c3 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.text_north_ebe2 {
    padding: 1.5rem;
}

.text_north_ebe2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.basic_22ea {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.component-cf95 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.slider_glass_65ee,
.nav_903d {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.slider_glass_65ee {
    background: #dcfce7;
    color: #166534;
}

.slider_glass_65ee.carousel-d776 {
    background: #10b981;
    color: white;
}

.nav_903d {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.nav_903d.yellow_e3bf {
    background: #fee2e2;
    color: #991b1b;
}

.nav_903d.message_6d38 {
    background: #fef3c7;
    color: #92400e;
}

.nav_903d.dynamic-44e1 {
    background: #dcfce7;
    color: #166534;
}

.item_simple_dc4f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.item_simple_dc4f strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.video_1cbc {
    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);
}

.video_1cbc:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.feature_6c90 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.highlight-b5cb {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notification-glass-bfb0 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .notification-glass-bfb0 {
        grid-template-columns: 1fr 1fr;
    }
}

.filter-selected-9805 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.picture-14ba h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading-stone-8900 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.primary-1449 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.wood-038c {
    font-size: 1rem;
    opacity: 0.9;
}

.picture-14ba h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.paragraph-warm-a2ea {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.paragraph-warm-a2ea li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.paragraph-warm-a2ea 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;
}

.paragraph-warm-a2ea li strong {
    color: var(--primary-purple);
}

.paragraph-warm-a2ea li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.hover_left_a19e {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.texture_dirty_9ff1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.slow-e782 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.texture_dirty_9ff1 .status_f2a4 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.soft-dfd3 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.menu-706f {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.menu-706f a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.backdrop-iron-84c1 {
    padding: 4rem 1.25rem;
    background: white;
}

.medium_ab64 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .medium_ab64 {
        grid-template-columns: 1fr 1fr;
    }
}

.search_fresh_d52a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hard-878a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.pink-82ae {
    margin-bottom: 1.5rem;
}

.primary_pro_24e1 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.container-d250 {
    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);
}

.short-3657 {
    white-space: nowrap;
}

.sort_d0f9 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.complex_cbd6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pro-72f2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.pro-72f2:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.image-c492 {
    font-size: 2rem;
    flex-shrink: 0;
}

.red_bc59 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.red_bc59 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.cold-f6f9 {
    margin-top: 3rem;
}

.cold-f6f9 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.disabled_0198 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.disabled_0198 thead {
    background: var(--primary-purple);
    color: white;
}

.disabled_0198 th,
.disabled_0198 td {
    padding: 1rem;
    text-align: left;
}

.disabled_0198 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.disabled_0198 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.disabled_0198 tbody tr:last-child {
    border-bottom: none;
}

.disabled_0198 tbody tr:hover {
    background: var(--light-bg);
}

.action_4da5 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.module-129b {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer-smooth-fa82 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.paragraph-dynamic-48ea {
    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);
}

.paragraph-dynamic-48ea:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.paragraph-dynamic-48ea.panel_f5b4::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;
}

.black_06e6 {
    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;
}

.caption-f0d5 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.gallery_hot_548d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.widget-slow-3148 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.image_d2fc {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.image_d2fc p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.image_d2fc p:last-child {
    margin-bottom: 0;
}

.image_d2fc strong {
    color: var(--text-primary);
    font-weight: 600;
}

.link-right-d5c6 {
    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;
}

.accent_cold_6dc8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.header_3d87 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.header_3d87 .feature_3e73 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.header_3d87 .status_f2a4 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.wrapper_action_9925 {
    padding: 4rem 1.25rem;
    background: white;
}

.slider-1b18 {
    max-width: 900px;
    margin: 0 auto;
}

.center_b8fc {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.center_b8fc:hover {
    border-color: var(--primary-purple);
}

.center_b8fc[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.center_b8fc 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;
}

.center_b8fc summary::-webkit-details-marker {
    display: none;
}

.center_b8fc summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.center_b8fc[open] summary::after {
    transform: rotate(45deg);
}

.shadow_active_50f5 {
    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);
    }
}

.shadow_active_50f5 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.shadow_active_50f5 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.shadow_active_50f5 ul,
.shadow_active_50f5 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.shadow_active_50f5 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.shadow_active_50f5 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.mini-2672 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.bottom_da6a {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.bottom_da6a th,
.bottom_da6a td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.bottom_da6a th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.disabled-hovered-cdbc {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.purple_9541 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.inner-679f {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .inner-679f {
        flex-direction: column;
        text-align: center;
    }
}

.inner-679f img {
    flex-shrink: 0;
}

.focus-wide-7373 {
    font-size: 4rem;
    flex-shrink: 0;
}

.badge_e6d7 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.badge_e6d7 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.search-fluid-52fe {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.logo_new_d9b0 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.hovered_785d h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.hovered_785d > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-dark-6e55 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.main-steel-b718 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.new-9676 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.form-9ea8 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-9ea8 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.dirty-b70f {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.progress_9bc9 {
    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);
}

.message_mini_b49c {
    list-style: none;
}

.message_mini_b49c li {
    margin-bottom: 0.75rem;
}

.message_mini_b49c a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.message_mini_b49c a:hover {
    color: white;
}

.preview-133f {
    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;
}

.sort_copper_e6e7 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sort_copper_e6e7 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.dirty-989d {
    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);
}

.active-9435 {
    text-align: right;
}

@media (max-width: 767px) {
    .active-9435 {
        text-align: center;
        width: 100%;
    }
}

.active-9435 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.description_18a0 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.cold-c151 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.border-advanced-052f,
.widget_gold_67c1,
.wide_22af,
.down_6ba2,
.highlight-b5cb,
.backdrop-iron-84c1,
.module-129b,
.wrapper_action_9925,
.purple_9541,
.logo_new_d9b0 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .paper_eda6 {
        font-size: 1.75rem;
    }
    
    .content-cbc3 {
        font-size: 1rem;
    }
    
    .hover_left_a19e {
        flex-direction: column;
    }
    
    .medium_ab64 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .article_9ec3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .wide-4977 {
        max-width: 100%;
    }
    
    .button_44c3 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .cold-c151 {
        padding: 0 1rem;
    }
    
    .picture-dirty-0486 {
        padding: 4rem 1rem 3rem;
    }
    
    .picture-dirty-0486 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .white_d379 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .alert_medium_9370 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .disabled_0198,
    .bottom_da6a {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .thick-2fe5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .tall-b2a9 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .footer-smooth-fa82 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .picture-dirty-0486 h1 {
        font-size: 1.5rem;
    }
    
    .alert_medium_9370 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .filter-8c4b {
        padding: 0.75rem;
    }
    
    .feature_3e73 {
        font-size: 1.5rem;
    }
    
    .thick-2fe5 {
        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 */
.wide-4977:hover,
.text-85a4:hover,
.paragraph-dynamic-48ea:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .down_6ba2,
    .module-129b,
    .wrapper_action_9925 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.out-57dd)
   ======================================== */

.feature_middle_3997.main-motion-f4eb {
    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;
}

.feature_middle_3997.main-motion-f4eb .background-copper-3080 {
    color: #334155;
}

.feature_middle_3997.main-motion-f4eb .background-copper-3080:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.feature_middle_3997.main-motion-f4eb .background-copper-3080.fn-active-cc24 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.feature_middle_3997.main-motion-f4eb .tag_44fe {
    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);
}

.feature_middle_3997.main-motion-f4eb .tag_44fe::before {
    border-bottom-color: #ffffff;
}

.feature_middle_3997.main-motion-f4eb .panel_pink_ec3b {
    color: #475569;
}

.feature_middle_3997.main-motion-f4eb .panel_pink_ec3b::before {
    background: #818cf8;
}

.feature_middle_3997.main-motion-f4eb .panel_pink_ec3b:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.feature_middle_3997.main-motion-f4eb .panel_pink_ec3b:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.feature_middle_3997.main-motion-f4eb .panel_plasma_66bf {
    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);
}

.feature_middle_3997.main-motion-f4eb .panel_plasma_66bf:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.feature_middle_3997.main-motion-f4eb .panel_plasma_66bf span {
    background: #475569;
    box-shadow: none;
}

.feature_middle_3997.main-motion-f4eb .panel_plasma_66bf.fn-active-cc24 span:nth-child(1),
.feature_middle_3997.main-motion-f4eb .panel_plasma_66bf.fn-active-cc24 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .feature_middle_3997.main-motion-f4eb {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .feature_middle_3997.main-motion-f4eb .notification_bc15 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .feature_middle_3997.main-motion-f4eb .notification_bc15 span {
        color: #334155 !important;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 {
        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);
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .background-copper-3080 {
        color: #334155;
        text-shadow: none;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .background-copper-3080:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .background-copper-3080.summary_soft_8bbf::after {
        color: #64748b;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .tag_44fe {
        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) */
    .feature_middle_3997.main-motion-f4eb .highlight-3841 .prev-6263.fn-active-cc24 .tag_44fe {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .panel_pink_ec3b {
        color: #475569;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .panel_pink_ec3b::before {
        color: #6366f1;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .panel_pink_ec3b:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .panel_pink_ec3b:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .feature_middle_3997.main-motion-f4eb .highlight-3841 .panel_pink_ec3b:hover::before {
        color: #4f46e5;
    }
}

/* apk.article_c3a0 — mesmo tema claro da home; blocos extras */
body.stone-f1e3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone-f1e3 .dim-0850 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone-f1e3 .tall_34eb {
    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);
}

.stone-f1e3 .tall_34eb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-f1e3 .tall_34eb p:last-child {
    margin-bottom: 0;
}

.stone-f1e3 .tall_34eb strong {
    color: var(--text-primary);
}

.stone-f1e3 .mask_orange_d604 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone-f1e3 .mask_orange_d604 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_17db {
    background: #f8f9fa;
    color: #2c3e50;
}

.search_17db .row-light-e643 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search_17db .article-43de {
    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_17db .article-43de p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search_17db .article-43de p:last-child {
    margin-bottom: 0;
}

.search_17db .article-43de strong {
    color: var(--text-primary);
}

.search_17db .disabled_63f9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search_17db .disabled_63f9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.huge_03d8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.huge_03d8 .focused_0c09 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.huge_03d8 .aside-902e {
    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);
}

.huge_03d8 .aside-902e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.huge_03d8 .aside-902e p:last-child {
    margin-bottom: 0;
}

.huge_03d8 .aside-902e strong {
    color: var(--text-primary);
}

.huge_03d8 .list-dim-9e9c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.huge_03d8 .list-dim-9e9c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.small_bf63 {
    background: #f8f9fa;
    color: #2c3e50;
}

.small_bf63 .fluid_93a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.small_bf63 .south_5fc9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.small_bf63 .south_5fc9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.small_bf63 .south_5fc9 p:last-child {
    margin-bottom: 0;
}

.small_bf63 .south_5fc9 strong {
    color: var(--text-primary);
}

.small_bf63 .sort_bronze_b651 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.small_bf63 .sort_bronze_b651 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary_b0f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_b0f1 .aside_28d5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_b0f1 .progress_ba62 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tertiary_b0f1 .progress_ba62 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_b0f1 .progress_ba62 p:last-child {
    margin-bottom: 0;
}

.tertiary_b0f1 .progress_ba62 strong {
    color: var(--text-primary);
}

.tertiary_b0f1 .outline_cdae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_b0f1 .outline_cdae 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_3ce0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_3ce0 .overlay-fbf1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_3ce0 .progress_stale_2786 {
    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_3ce0 .progress_stale_2786 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_3ce0 .progress_stale_2786 p:last-child {
    margin-bottom: 0;
}

.chip_3ce0 .progress_stale_2786 strong {
    color: var(--text-primary);
}

.chip_3ce0 .accordion-5b09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_3ce0 .accordion-5b09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight-yellow-67ce {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight-yellow-67ce .down_1dad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight-yellow-67ce .text_iron_459c {
    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);
}

.highlight-yellow-67ce .text_iron_459c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight-yellow-67ce .text_iron_459c p:last-child {
    margin-bottom: 0;
}

.highlight-yellow-67ce .text_iron_459c strong {
    color: var(--text-primary);
}

.highlight-yellow-67ce .form-yellow-9ae4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight-yellow-67ce .form-yellow-9ae4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge_full_5bdd {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_full_5bdd .badge_b5cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_full_5bdd .nav_83e6 {
    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);
}

.badge_full_5bdd .nav_83e6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_full_5bdd .nav_83e6 p:last-child {
    margin-bottom: 0;
}

.badge_full_5bdd .nav_83e6 strong {
    color: var(--text-primary);
}

.badge_full_5bdd .iron_8561 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_full_5bdd .iron_8561 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion_up_f4d2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion_up_f4d2 .gas-18f7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion_up_f4d2 .highlight-bottom-e53c {
    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);
}

.accordion_up_f4d2 .highlight-bottom-e53c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion_up_f4d2 .highlight-bottom-e53c p:last-child {
    margin-bottom: 0;
}

.accordion_up_f4d2 .highlight-bottom-e53c strong {
    color: var(--text-primary);
}

.accordion_up_f4d2 .gradient-advanced-82a2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion_up_f4d2 .gradient-advanced-82a2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary-d2c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-d2c9 .solid_c454 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-d2c9 .highlight-bottom-8737 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.primary-d2c9 .highlight-bottom-8737 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-d2c9 .highlight-bottom-8737 p:last-child {
    margin-bottom: 0;
}

.primary-d2c9 .highlight-bottom-8737 strong {
    color: var(--text-primary);
}

.primary-d2c9 .motion_8ca9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-d2c9 .motion_8ca9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dynamic-f5e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dynamic-f5e7 .tiny_19f2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dynamic-f5e7 .icon-49d4 {
    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);
}

.dynamic-f5e7 .icon-49d4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-f5e7 .icon-49d4 p:last-child {
    margin-bottom: 0;
}

.dynamic-f5e7 .icon-49d4 strong {
    color: var(--text-primary);
}

.dynamic-f5e7 .detail-fluid-07e8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dynamic-f5e7 .detail-fluid-07e8 li {
    margin-bottom: 0.65rem;
}

.dynamic-f5e7 .detail-fluid-07e8 li:last-child {
    margin-bottom: 0;
}

.dynamic-f5e7 .slow-f0e3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dynamic-f5e7 .slow-f0e3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs-d837 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs-d837 .overlay-f532 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs-d837 .rough-62ae {
    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);
}

.tabs-d837 .rough-62ae p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs-d837 .rough-62ae p:last-child {
    margin-bottom: 0;
}

.tabs-d837 .rough-62ae strong {
    color: var(--text-primary);
}

.tabs-d837 .wide_d60d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs-d837 .wide_d60d li {
    margin-bottom: 0.65rem;
}

.tabs-d837 .wide_d60d li:last-child {
    margin-bottom: 0;
}

.tabs-d837 .fresh-4b09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs-d837 .fresh-4b09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget-cc40 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-cc40 .primary-light-321c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-cc40 .filter-2620 {
    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-cc40 .filter-2620 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-cc40 .filter-2620 p:last-child {
    margin-bottom: 0;
}

.widget-cc40 .filter-2620 strong {
    color: var(--text-primary);
}

.widget-cc40 .main-aa23 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-cc40 .main-aa23 li {
    margin-bottom: 0.65rem;
}

.widget-cc40 .main-aa23 li:last-child {
    margin-bottom: 0;
}

.widget-cc40 .in_f19c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-cc40 .in_f19c 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-7be1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside-7be1 .first_edf1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside-7be1 .hard_f6c6 {
    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-7be1 .hard_f6c6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-7be1 .hard_f6c6 p:last-child {
    margin-bottom: 0;
}

.aside-7be1 .hard_f6c6 strong {
    color: var(--text-primary);
}

.aside-7be1 .footer_advanced_1ffe {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-7be1 .footer_advanced_1ffe li {
    margin-bottom: 0.65rem;
}

.aside-7be1 .footer_advanced_1ffe li:last-child {
    margin-bottom: 0;
}

body.pattern-easy-40be {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern-easy-40be .layout_0050 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern-easy-40be .top_b6f0 {
    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);
}

.pattern-easy-40be .top_b6f0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-easy-40be .top_b6f0 p:last-child {
    margin-bottom: 0;
}

.pattern-easy-40be .top_b6f0 strong {
    color: var(--text-primary);
}

.pattern-easy-40be .section_iron_2cb5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-easy-40be .section_iron_2cb5 li {
    margin-bottom: 0.65rem;
}

.pattern-easy-40be .section_iron_2cb5 li:last-child {
    margin-bottom: 0;
}

.pattern-easy-40be .up-b671 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern-easy-40be .up-b671 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.green_d02d {
    background: #f8f9fa;
    color: #2c3e50;
}

.green_d02d .picture_d5ca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.green_d02d .status-dark-25bd {
    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);
}

.green_d02d .status-dark-25bd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_d02d .status-dark-25bd p:last-child {
    margin-bottom: 0;
}

.green_d02d .status-dark-25bd strong {
    color: var(--text-primary);
}

.green_d02d .brown-7891 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_d02d .brown-7891 li {
    margin-bottom: 0.65rem;
}

.green_d02d .brown-7891 li:last-child {
    margin-bottom: 0;
}

.green_d02d .component-f309 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.green_d02d .component-f309 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wrapper_3fab {
    background: #f8f9fa;
    color: #2c3e50;
}

.wrapper_3fab .article_north_5b8d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wrapper_3fab .frame_4ca0 {
    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);
}

.wrapper_3fab .frame_4ca0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_3fab .frame_4ca0 p:last-child {
    margin-bottom: 0;
}

.wrapper_3fab .frame_4ca0 strong {
    color: var(--text-primary);
}

.wrapper_3fab .info_liquid_b9a5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wrapper_3fab .info_liquid_b9a5 li {
    margin-bottom: 0.65rem;
}

.wrapper_3fab .info_liquid_b9a5 li:last-child {
    margin-bottom: 0;
}

.wrapper_3fab .prev-b858 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wrapper_3fab .prev-b858 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-lite-245a {
    background: #f8f9fa;
    color: #2c3e50;
}

.progress-lite-245a .component-9703 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.progress-lite-245a .pro_7268 {
    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-lite-245a .pro_7268 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-lite-245a .pro_7268 p:last-child {
    margin-bottom: 0;
}

.progress-lite-245a .pro_7268 strong {
    color: var(--text-primary);
}

.progress-lite-245a .progress_96a3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.progress-lite-245a .progress_96a3 li {
    margin-bottom: 0.65rem;
}

.progress-lite-245a .progress_96a3 li:last-child {
    margin-bottom: 0;
}

.progress-lite-245a .backdrop-dynamic-291d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.progress-lite-245a .backdrop-dynamic-291d 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: 5675 */
.phantom-card-v7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
