/* 
 * 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.alert_solid_5e94) — fixed together on mobile */
.button_pressed_2b71 {
    width: 100%;
}

.accent-glass-5b7c {
    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) {
    .button_pressed_2b71 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .accent-glass-5b7c {
        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.hero_plasma_0e3a. Conta) stay reachable.
     */
    .grid-1381 .widget-388e {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .button_pressed_2b71 .grid-1381 > .widget-388e {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) .accent-glass-5b7c {
        flex-shrink: 0;
    }

    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) .grid-1381 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) .grid-1381 > .widget-388e {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) .title-e20a {
        flex-shrink: 0;
    }

    .button_pressed_2b71:has(.video-purple-6a48.fn-show-1c46) .video-purple-6a48.fn-show-1c46 {
        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 */
    .grid-1381 .video-purple-6a48 .right-1571.fn-active-1c46 .article-in-3fc9 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .accent-glass-5b7c {
        position: sticky;
        top: 0;
    }
}

.button_pressed_2b71.form-3ee4,
.button_pressed_2b71.form-3ee4 .accent-glass-5b7c {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.title-655a {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .title-655a {
        padding: 0.75rem 0;
    }
}

.down_8af1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.pagination_stone_852d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .pagination_stone_852d img {
        height: 35px;
    }
}

/* .grid-1381 / .content-pink-21c8 — inner pages (brown bar); index uses .gradient_62b8 below */

.grid-1381:not(.gradient_62b8) .content-pink-21c8.fn-active-1c46 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.label-in-3fb9 {
    display: flex;
    gap: var(--spacing-md);
}

.stone_25bb,
.logo-fixed-d1e7 {
    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) {
    .stone_25bb,
    .logo-fixed-d1e7 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .label-in-3fb9 {
        gap: 0.5rem;
    }
}

.stone_25bb {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.stone_25bb:hover {
    background: var(--primary-purple);
    color: white;
}

.logo-fixed-d1e7 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.logo-fixed-d1e7:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.description_3cf7 {
    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%;
}

.description_3cf7::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;
}

.description_3cf7::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;
}

.disabled-723b {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.header-b621 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.header-b621 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);
}

.description_3cf7 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;
}

.accent-0139 {
    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;
}

.accent-0139 strong {
    font-weight: 700;
}

.outer_1c19 {
    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);
}

.border-49fb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.dark-06c2 {
    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);
}

.dark-06c2:hover {
    transform: translateY(-4px);
}

.summary_aa11 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.smooth-673f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.full_fcca {
    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;
}

.full_fcca:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.full_fcca.outline_rough_17ca {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.widget_current_7160 {
    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);
}

.widget_current_7160:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.large-36d7 {
    padding: 3rem 1.25rem;
    background: white;
}

.thumbnail_basic_1ddb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.backdrop_solid_cdf6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.backdrop_solid_cdf6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.backdrop_solid_cdf6 img {
    margin-bottom: 1rem;
}

.sort-prev-5ec1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.backdrop_solid_cdf6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.backdrop_solid_cdf6 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 */
.lower-8f35 {
    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);
}

.dim-4502 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.over-6503 {
    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);
}

.over-6503 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.over-6503 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.over-6503 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.medium_eed6 {
    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
   ======================================== */

.warm_09af {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.north_bd7d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.hero_0b3d {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.short_8c44 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.description-lite-d724 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.description-lite-d724:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.description-lite-d724.mask_lower_63d8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.description-lite-d724.mask_lower_63d8 h3,
.description-lite-d724.mask_lower_63d8 p {
    color: white;
}

.highlight-752b {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.description-lite-d724 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.description-lite-d724 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture_gold_5b01 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.picture_gold_5b01:hover {
    gap: 0.75rem;
}

.description-lite-d724.mask_lower_63d8 .picture_gold_5b01 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.highlight-in-a0e0 {
    padding: 4rem 1.25rem;
    background: white;
}

.focus_over_3739 {
    text-align: center;
    margin-bottom: 3rem;
}

.secondary_6662 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.notification_full_1603 {
    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%;
}

.notification_full_1603:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.advanced-a32a {
    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);
}

.text_5c0f {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.carousel-west-21e3 {
    padding: 1.5rem;
}

.carousel-west-21e3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.under_b9de {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.footer_cool_d3ac {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.notification_a66b,
.summary-1ced {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.notification_a66b {
    background: #dcfce7;
    color: #166534;
}

.notification_a66b.modal-brown-a611 {
    background: #10b981;
    color: white;
}

.summary-1ced {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.summary-1ced.notification-9118 {
    background: #fee2e2;
    color: #991b1b;
}

.summary-1ced.orange-d254 {
    background: #fef3c7;
    color: #92400e;
}

.summary-1ced.article-6836 {
    background: #dcfce7;
    color: #166534;
}

.disabled_5d31 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.disabled_5d31 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.down-c11f {
    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);
}

.down-c11f:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.north-628d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.hero_large_b189 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.heading_5003 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .heading_5003 {
        grid-template-columns: 1fr 1fr;
    }
}

.frame-bd6f img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.module_green_11c0 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.green-23a9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.menu_aa81 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.highlight-842f {
    font-size: 1rem;
    opacity: 0.9;
}

.module_green_11c0 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.menu_cf95 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.menu_cf95 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.menu_cf95 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;
}

.menu_cf95 li strong {
    color: var(--primary-purple);
}

.menu_cf95 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.current-d2c3 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.paragraph_6049 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.easy-9572 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.paragraph_6049 .smooth-673f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.form_focused_aa4b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.modal_855b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.modal_855b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.up-ba9d {
    padding: 4rem 1.25rem;
    background: white;
}

.frame-narrow-940c {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .frame-narrow-940c {
        grid-template-columns: 1fr 1fr;
    }
}

.box-4d92 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.article_b2cc {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.copper_daff {
    margin-bottom: 1.5rem;
}

.focus_hard_4f53 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.sort_under_4373 {
    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);
}

.outer-2f66 {
    white-space: nowrap;
}

.heading-focused-f147 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.grid-right-287f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.column_cool_3c09 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.column_cool_3c09:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.menu-thick-5a8e {
    font-size: 2rem;
    flex-shrink: 0;
}

.section_92db h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.section_92db p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.feature-glass-a07a {
    margin-top: 3rem;
}

.feature-glass-a07a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading_plasma_8358 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.heading_plasma_8358 thead {
    background: var(--primary-purple);
    color: white;
}

.heading_plasma_8358 th,
.heading_plasma_8358 td {
    padding: 1rem;
    text-align: left;
}

.heading_plasma_8358 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.heading_plasma_8358 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.heading_plasma_8358 tbody tr:last-child {
    border-bottom: none;
}

.heading_plasma_8358 tbody tr:hover {
    background: var(--light-bg);
}

.label-2d2a {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.panel_old_05c9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tiny_24be {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.warm-2c00 {
    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);
}

.warm-2c00:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.warm-2c00.focus-mini-410e::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;
}

.plasma-2780 {
    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;
}

.basic_7293 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.description_yellow_1922 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.pagination_cd53 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.sort_thick_a872 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.sort_thick_a872 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.sort_thick_a872 p:last-child {
    margin-bottom: 0;
}

.sort_thick_a872 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.left_3da8 {
    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;
}

.soft_9bde {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.top-5fda {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.top-5fda .summary_aa11 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.top-5fda .smooth-673f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.sidebar_left_7d1d {
    padding: 4rem 1.25rem;
    background: white;
}

.article-dee4 {
    max-width: 900px;
    margin: 0 auto;
}

.fluid_02ca {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.fluid_02ca:hover {
    border-color: var(--primary-purple);
}

.fluid_02ca[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.fluid_02ca 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;
}

.fluid_02ca summary::-webkit-details-marker {
    display: none;
}

.fluid_02ca summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.fluid_02ca[open] summary::after {
    transform: rotate(45deg);
}

.button-72c1 {
    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);
    }
}

.button-72c1 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.button-72c1 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.button-72c1 ul,
.button-72c1 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.button-72c1 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.button-72c1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.text-up-5140 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.breadcrumb-cool-bf0b {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.breadcrumb-cool-bf0b th,
.breadcrumb-cool-bf0b td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.breadcrumb-cool-bf0b th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.thick-a198 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.full-5f42 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.primary-69ad {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .primary-69ad {
        flex-direction: column;
        text-align: center;
    }
}

.primary-69ad img {
    flex-shrink: 0;
}

.small_2c8d {
    font-size: 4rem;
    flex-shrink: 0;
}

.progress-1e4d h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.progress-1e4d p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.text_large_aad5 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.menu_26f2 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.button-copper-1484 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.button-copper-1484 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero_4229 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.video_f4d8 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.widget-yellow-642a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.disabled-ec2a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.disabled-ec2a p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.sidebar_358f {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.static_ca56 {
    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);
}

.button-simple-cdda {
    list-style: none;
}

.button-simple-cdda li {
    margin-bottom: 0.75rem;
}

.button-simple-cdda a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.button-simple-cdda a:hover {
    color: white;
}

.media_medium_8c8e {
    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;
}

.info_3b41 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.info_3b41 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.popup-76fd {
    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);
}

.nav-4fc9 {
    text-align: right;
}

@media (max-width: 767px) {
    .nav-4fc9 {
        text-align: center;
        width: 100%;
    }
}

.nav-4fc9 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.tooltip_advanced_e0f4 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.widget-388e {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.large-36d7,
.lower-8f35,
.warm_09af,
.highlight-in-a0e0,
.hero_large_b189,
.up-ba9d,
.panel_old_05c9,
.sidebar_left_7d1d,
.full-5f42,
.menu_26f2 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .north_bd7d {
        font-size: 1.75rem;
    }
    
    .hero_0b3d {
        font-size: 1rem;
    }
    
    .current-d2c3 {
        flex-direction: column;
    }
    
    .frame-narrow-940c {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .secondary_6662 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .notification_full_1603 {
        max-width: 100%;
    }
    
    .text_5c0f {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .widget-388e {
        padding: 0 1rem;
    }
    
    .description_3cf7 {
        padding: 4rem 1rem 3rem;
    }
    
    .description_3cf7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .full_fcca {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .border-49fb {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .heading_plasma_8358,
    .breadcrumb-cool-bf0b {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .thumbnail_basic_1ddb {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .short_8c44 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .tiny_24be {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .description_3cf7 h1 {
        font-size: 1.5rem;
    }
    
    .border-49fb {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .dark-06c2 {
        padding: 0.75rem;
    }
    
    .summary_aa11 {
        font-size: 1.5rem;
    }
    
    .thumbnail_basic_1ddb {
        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 */
.notification_full_1603:hover,
.description-lite-d724:hover,
.warm-2c00:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .highlight-in-a0e0,
    .panel_old_05c9,
    .sidebar_left_7d1d {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.alert_solid_5e94)
   ======================================== */

.grid-1381.gradient_62b8 {
    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;
}

.grid-1381.gradient_62b8 .content-pink-21c8 {
    color: #334155;
}

.grid-1381.gradient_62b8 .content-pink-21c8:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.grid-1381.gradient_62b8 .content-pink-21c8.fn-active-1c46 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.grid-1381.gradient_62b8 .article-in-3fc9 {
    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);
}

.grid-1381.gradient_62b8 .article-in-3fc9::before {
    border-bottom-color: #ffffff;
}

.grid-1381.gradient_62b8 .block_wide_1301 {
    color: #475569;
}

.grid-1381.gradient_62b8 .block_wide_1301::before {
    background: #818cf8;
}

.grid-1381.gradient_62b8 .block_wide_1301:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.grid-1381.gradient_62b8 .block_wide_1301:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.grid-1381.gradient_62b8 .smooth-7b73 {
    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);
}

.grid-1381.gradient_62b8 .smooth-7b73:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.grid-1381.gradient_62b8 .smooth-7b73 span {
    background: #475569;
    box-shadow: none;
}

.grid-1381.gradient_62b8 .smooth-7b73.fn-active-1c46 span:nth-child(1),
.grid-1381.gradient_62b8 .smooth-7b73.fn-active-1c46 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .grid-1381.gradient_62b8 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .grid-1381.gradient_62b8 .title-e20a {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .grid-1381.gradient_62b8 .title-e20a span {
        color: #334155 !important;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 {
        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);
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .content-pink-21c8 {
        color: #334155;
        text-shadow: none;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .content-pink-21c8:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .content-pink-21c8.avatar_974b::after {
        color: #64748b;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .article-in-3fc9 {
        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) */
    .grid-1381.gradient_62b8 .video-purple-6a48 .right-1571.fn-active-1c46 .article-in-3fc9 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .block_wide_1301 {
        color: #475569;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .block_wide_1301::before {
        color: #6366f1;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .block_wide_1301:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .block_wide_1301:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .grid-1381.gradient_62b8 .video-purple-6a48 .block_wide_1301:hover::before {
        color: #4f46e5;
    }
}

/* apk.advanced-ea93 — mesmo tema claro da home; blocos extras */
body.light-c2c5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light-c2c5 .label_337a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light-c2c5 .hot-cd32 {
    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);
}

.light-c2c5 .hot-cd32 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-c2c5 .hot-cd32 p:last-child {
    margin-bottom: 0;
}

.light-c2c5 .hot-cd32 strong {
    color: var(--text-primary);
}

.light-c2c5 .pressed-778a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light-c2c5 .pressed-778a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input-prev-f2a9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-prev-f2a9 .hover_85b7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-prev-f2a9 .badge_404c {
    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);
}

.input-prev-f2a9 .badge_404c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-prev-f2a9 .badge_404c p:last-child {
    margin-bottom: 0;
}

.input-prev-f2a9 .badge_404c strong {
    color: var(--text-primary);
}

.input-prev-f2a9 .yellow_cffc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-prev-f2a9 .yellow_cffc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel-b2db {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-b2db .form-basic-a842 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-b2db .slider_29a5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.carousel-b2db .slider_29a5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-b2db .slider_29a5 p:last-child {
    margin-bottom: 0;
}

.carousel-b2db .slider_29a5 strong {
    color: var(--text-primary);
}

.carousel-b2db .warm-8463 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-b2db .warm-8463 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-dd1a {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-dd1a .notice-2069 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-dd1a .narrow-aa83 {
    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);
}

.module-dd1a .narrow-aa83 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-dd1a .narrow-aa83 p:last-child {
    margin-bottom: 0;
}

.module-dd1a .narrow-aa83 strong {
    color: var(--text-primary);
}

.module-dd1a .pagination-stale-ccd6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-dd1a .pagination-stale-ccd6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail-hovered-bdf8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-hovered-bdf8 .first_c1e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-hovered-bdf8 .clean_1546 {
    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);
}

.detail-hovered-bdf8 .clean_1546 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-hovered-bdf8 .clean_1546 p:last-child {
    margin-bottom: 0;
}

.detail-hovered-bdf8 .clean_1546 strong {
    color: var(--text-primary);
}

.detail-hovered-bdf8 .inner-47d0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-hovered-bdf8 .inner-47d0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.container-medium-133a {
    background: #f8f9fa;
    color: #2c3e50;
}

.container-medium-133a .filter-0b0f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.container-medium-133a .shade-hot-6d03 {
    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);
}

.container-medium-133a .shade-hot-6d03 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.container-medium-133a .shade-hot-6d03 p:last-child {
    margin-bottom: 0;
}

.container-medium-133a .shade-hot-6d03 strong {
    color: var(--text-primary);
}

.container-medium-133a .paper-6862 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.container-medium-133a .paper-6862 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-b9dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-b9dd .accordion_4178 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-b9dd .icon_17ae {
    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);
}

.heading-b9dd .icon_17ae p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-b9dd .icon_17ae p:last-child {
    margin-bottom: 0;
}

.heading-b9dd .icon_17ae strong {
    color: var(--text-primary);
}

.heading-b9dd .notification-b7db {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-b9dd .notification-b7db img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.copper_c8fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper_c8fe .tooltip_b6ab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper_c8fe .column_red_6a08 {
    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);
}

.copper_c8fe .column_red_6a08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper_c8fe .column_red_6a08 p:last-child {
    margin-bottom: 0;
}

.copper_c8fe .column_red_6a08 strong {
    color: var(--text-primary);
}

.copper_c8fe .tertiary_34ee {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper_c8fe .tertiary_34ee img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.motion_e4f1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.motion_e4f1 .slow-19e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.motion_e4f1 .element-37e7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.motion_e4f1 .element-37e7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.motion_e4f1 .element-37e7 p:last-child {
    margin-bottom: 0;
}

.motion_e4f1 .element-37e7 strong {
    color: var(--text-primary);
}

.motion_e4f1 .fast_ce82 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.motion_e4f1 .fast_ce82 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_f0ea {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_f0ea .outline-outer-dc7c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_f0ea .mini_4b1a {
    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_f0ea .mini_4b1a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_f0ea .mini_4b1a p:last-child {
    margin-bottom: 0;
}

.tabs_f0ea .mini_4b1a strong {
    color: var(--text-primary);
}

.tabs_f0ea .alert-short-d214 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_f0ea .alert-short-d214 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.basic-0c1d {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic-0c1d .smooth_a38a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic-0c1d .fluid-b17e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.basic-0c1d .fluid-b17e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-0c1d .fluid-b17e p:last-child {
    margin-bottom: 0;
}

.basic-0c1d .fluid-b17e strong {
    color: var(--text-primary);
}

.basic-0c1d .grid-15d0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic-0c1d .grid-15d0 li {
    margin-bottom: 0.65rem;
}

.basic-0c1d .grid-15d0 li:last-child {
    margin-bottom: 0;
}

.basic-0c1d .border-d0e1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic-0c1d .border-d0e1 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_gold_aebb {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_gold_aebb .fluid-decb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_gold_aebb .badge-c8d8 {
    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_gold_aebb .badge-c8d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_gold_aebb .badge-c8d8 p:last-child {
    margin-bottom: 0;
}

.tabs_gold_aebb .badge-c8d8 strong {
    color: var(--text-primary);
}

.tabs_gold_aebb .soft_51b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_gold_aebb .soft_51b9 li {
    margin-bottom: 0.65rem;
}

.tabs_gold_aebb .soft_51b9 li:last-child {
    margin-bottom: 0;
}

.tabs_gold_aebb .avatar-stone-eb4b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_gold_aebb .avatar-stone-eb4b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert_b802 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert_b802 .sidebar_under_106f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert_b802 .modal-under-5db9 {
    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);
}

.alert_b802 .modal-under-5db9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_b802 .modal-under-5db9 p:last-child {
    margin-bottom: 0;
}

.alert_b802 .modal-under-5db9 strong {
    color: var(--text-primary);
}

.alert_b802 .section-red-69ea {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_b802 .section-red-69ea li {
    margin-bottom: 0.65rem;
}

.alert_b802 .section-red-69ea li:last-child {
    margin-bottom: 0;
}

.alert_b802 .mask-lite-fb2b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert_b802 .mask-lite-fb2b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.east_f222 {
    background: #f8f9fa;
    color: #2c3e50;
}

.east_f222 .medium-fc6b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.east_f222 .tertiary_fast_0005 {
    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);
}

.east_f222 .tertiary_fast_0005 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_f222 .tertiary_fast_0005 p:last-child {
    margin-bottom: 0;
}

.east_f222 .tertiary_fast_0005 strong {
    color: var(--text-primary);
}

.east_f222 .upper_dcce {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_f222 .upper_dcce li {
    margin-bottom: 0.65rem;
}

.east_f222 .upper_dcce li:last-child {
    margin-bottom: 0;
}

body.summary-6a0a {
    background: #f8f9fa;
    color: #2c3e50;
}

.summary-6a0a .sort-9b69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.summary-6a0a .form_huge_6007 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.summary-6a0a .form_huge_6007 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-6a0a .form_huge_6007 p:last-child {
    margin-bottom: 0;
}

.summary-6a0a .form_huge_6007 strong {
    color: var(--text-primary);
}

.summary-6a0a .heading-static-cf12 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.summary-6a0a .heading-static-cf12 li {
    margin-bottom: 0.65rem;
}

.summary-6a0a .heading-static-cf12 li:last-child {
    margin-bottom: 0;
}

.summary-6a0a .focus_out_eec9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.summary-6a0a .focus_out_eec9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thick_a969 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thick_a969 .title-large-c9ce {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thick_a969 .thumbnail-0284 {
    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);
}

.thick_a969 .thumbnail-0284 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thick_a969 .thumbnail-0284 p:last-child {
    margin-bottom: 0;
}

.thick_a969 .thumbnail-0284 strong {
    color: var(--text-primary);
}

.thick_a969 .widget_up_fcc0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thick_a969 .widget_up_fcc0 li {
    margin-bottom: 0.65rem;
}

.thick_a969 .widget_up_fcc0 li:last-child {
    margin-bottom: 0;
}

.thick_a969 .aside_ff57 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thick_a969 .aside_ff57 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.narrow-6482 {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow-6482 .layout-ddc7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow-6482 .wrapper_copper_73ad {
    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);
}

.narrow-6482 .wrapper_copper_73ad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-6482 .wrapper_copper_73ad p:last-child {
    margin-bottom: 0;
}

.narrow-6482 .wrapper_copper_73ad strong {
    color: var(--text-primary);
}

.narrow-6482 .right_7bf4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-6482 .right_7bf4 li {
    margin-bottom: 0.65rem;
}

.narrow-6482 .right_7bf4 li:last-child {
    margin-bottom: 0;
}

.narrow-6482 .accordion-e4c7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.narrow-6482 .accordion-e4c7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-green-d428 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-green-d428 .highlight_complex_6d94 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-green-d428 .nav-pressed-44d8 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.description-green-d428 .nav-pressed-44d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-green-d428 .nav-pressed-44d8 p:last-child {
    margin-bottom: 0;
}

.description-green-d428 .nav-pressed-44d8 strong {
    color: var(--text-primary);
}

.description-green-d428 .media-light-5f87 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-green-d428 .media-light-5f87 li {
    margin-bottom: 0.65rem;
}

.description-green-d428 .media-light-5f87 li:last-child {
    margin-bottom: 0;
}

.description-green-d428 .hovered_04d4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-green-d428 .hovered_04d4 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: bd6c */
.ghost-box-a3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
