/* 
 * 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.list_f561) — fixed together on mobile */
.sort_16c9 {
    width: 100%;
}

.yellow-2b5b {
    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) {
    .sort_16c9 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .yellow-2b5b {
        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.medium_984f. Conta) stay reachable.
     */
    .filter_7f8f .wide_9a98 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .sort_16c9 .filter_7f8f > .wide_9a98 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) .yellow-2b5b {
        flex-shrink: 0;
    }

    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) .filter_7f8f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) .filter_7f8f > .wide_9a98 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) .fluid_8330 {
        flex-shrink: 0;
    }

    .sort_16c9:has(.accent_stale_7485.fn-show-8ac7) .accent_stale_7485.fn-show-8ac7 {
        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 */
    .filter_7f8f .accent_stale_7485 .header_brown_cb32.fn-active-8ac7 .focus-a665 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .yellow-2b5b {
        position: sticky;
        top: 0;
    }
}

.sort_16c9.paper-ebe4,
.sort_16c9.paper-ebe4 .yellow-2b5b {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.carousel_c918 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .carousel_c918 {
        padding: 0.75rem 0;
    }
}

.text-2c71 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.pattern-45bb img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .pattern-45bb img {
        height: 35px;
    }
}

/* .filter_7f8f / .focused_992b — inner pages (brown bar); index uses .content_c532 below */

.filter_7f8f:not(.content_c532) .focused_992b.fn-active-8ac7 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.bottom-5123 {
    display: flex;
    gap: var(--spacing-md);
}

.shade-ce8d,
.heading_7bce {
    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) {
    .shade-ce8d,
    .heading_7bce {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .bottom-5123 {
        gap: 0.5rem;
    }
}

.shade-ce8d {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.shade-ce8d:hover {
    background: var(--primary-purple);
    color: white;
}

.heading_7bce {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.heading_7bce:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.bottom-85fe {
    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%;
}

.bottom-85fe::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;
}

.bottom-85fe::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;
}

.border_last_5b10 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.pink_63c0 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.pink_63c0 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);
}

.bottom-85fe 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;
}

.notice-b0f1 {
    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;
}

.notice-b0f1 strong {
    font-weight: 700;
}

.icon_small_55b9 {
    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);
}

.west_0979 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.solid-520c {
    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);
}

.solid-520c:hover {
    transform: translateY(-4px);
}

.container-inner-e309 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.image-south-478f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.accordion-ca95 {
    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;
}

.accordion-ca95:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.accordion-ca95.light-4a33 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.widget-hot-6654 {
    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-hot-6654:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.pink_7a45 {
    padding: 3rem 1.25rem;
    background: white;
}

.row-ba4b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.dynamic_bb41 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dynamic_bb41:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.dynamic_bb41 img {
    margin-bottom: 1rem;
}

.rough-55bf {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.dynamic_bb41 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.dynamic_bb41 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 */
.component_smooth_c8aa {
    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);
}

.dynamic_d538 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.gold-42e8 {
    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);
}

.gold-42e8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.gold-42e8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.gold-42e8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.border-dynamic-9b59 {
    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
   ======================================== */

.highlight_bronze_3531 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.heading-fast-c190 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.outline_8448 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.description_lower_d266 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.main-over-b4b0 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.main-over-b4b0:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.main-over-b4b0.pro_22da {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.main-over-b4b0.pro_22da h3,
.main-over-b4b0.pro_22da p {
    color: white;
}

.heading-507f {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.main-over-b4b0 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.main-over-b4b0 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.aside-3755 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.aside-3755:hover {
    gap: 0.75rem;
}

.main-over-b4b0.pro_22da .aside-3755 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.media-0060 {
    padding: 4rem 1.25rem;
    background: white;
}

.right_41cc {
    text-align: center;
    margin-bottom: 3rem;
}

.article_8fb2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.active-3dff {
    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%;
}

.active-3dff:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.warm-7656 {
    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);
}

.sidebar_1ae7 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.thumbnail_608d {
    padding: 1.5rem;
}

.thumbnail_608d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.east-91dc {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.thick_9a84 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.element-up-eb05,
.bright_af70 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.element-up-eb05 {
    background: #dcfce7;
    color: #166534;
}

.element-up-eb05.frame-lower-3f30 {
    background: #10b981;
    color: white;
}

.bright_af70 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.bright_af70.aside-6ee3 {
    background: #fee2e2;
    color: #991b1b;
}

.bright_af70.gas-99db {
    background: #fef3c7;
    color: #92400e;
}

.bright_af70.section_3562 {
    background: #dcfce7;
    color: #166534;
}

.iron-ea12 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.iron-ea12 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.hovered_3f70 {
    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);
}

.hovered_3f70:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.row-brown-3ac5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.icon_4574 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tertiary-south-18e2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tertiary-south-18e2 {
        grid-template-columns: 1fr 1fr;
    }
}

.center_125d img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.secondary_7129 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.north-eede {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.left-e4d0 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.notification-a8cb {
    font-size: 1rem;
    opacity: 0.9;
}

.secondary_7129 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.box-outer-19fa {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.box-outer-19fa li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.box-outer-19fa 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;
}

.box-outer-19fa li strong {
    color: var(--primary-purple);
}

.box-outer-19fa li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.solid_e180 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.content-west-1e6d {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.stale_cd78 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.content-west-1e6d .image-south-478f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.tabs_action_de7e p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.widget-bronze-ff84 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.widget-bronze-ff84 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.thick-d440 {
    padding: 4rem 1.25rem;
    background: white;
}

.input-hard-2636 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .input-hard-2636 {
        grid-template-columns: 1fr 1fr;
    }
}

.info_middle_7236 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.surface_1d61 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.middle_01d3 {
    margin-bottom: 1.5rem;
}

.pro_ace9 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.selected_ac58 {
    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);
}

.logo-huge-7d72 {
    white-space: nowrap;
}

.pattern_ab61 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.filter-east-a2a1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.last_586c {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.last_586c:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.form-west-3c94 {
    font-size: 2rem;
    flex-shrink: 0;
}

.feature_940d h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.feature_940d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.status-east-81c1 {
    margin-top: 3rem;
}

.status-east-81c1 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.full_6d49 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.full_6d49 thead {
    background: var(--primary-purple);
    color: white;
}

.full_6d49 th,
.full_6d49 td {
    padding: 1rem;
    text-align: left;
}

.full_6d49 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.full_6d49 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.full_6d49 tbody tr:last-child {
    border-bottom: none;
}

.full_6d49 tbody tr:hover {
    background: var(--light-bg);
}

.grid-c646 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.sort-ebf7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.current_170a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.notice-bronze-eead {
    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);
}

.notice-bronze-eead:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.notice-bronze-eead.column-ca7a::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;
}

.tag-silver-e9ae {
    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;
}

.hard-4542 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.thick_2476 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.image-dim-d50b {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.fresh_f37a {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.fresh_f37a p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.fresh_f37a p:last-child {
    margin-bottom: 0;
}

.fresh_f37a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.caption-88f7 {
    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;
}

.status_258b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.badge_middle_cc25 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.badge_middle_cc25 .container-inner-e309 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.badge_middle_cc25 .image-south-478f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.title_purple_9fe6 {
    padding: 4rem 1.25rem;
    background: white;
}

.block-in-fb92 {
    max-width: 900px;
    margin: 0 auto;
}

.nav-silver-74d0 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.nav-silver-74d0:hover {
    border-color: var(--primary-purple);
}

.nav-silver-74d0[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.nav-silver-74d0 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;
}

.nav-silver-74d0 summary::-webkit-details-marker {
    display: none;
}

.nav-silver-74d0 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.nav-silver-74d0[open] summary::after {
    transform: rotate(45deg);
}

.yellow_1278 {
    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);
    }
}

.yellow_1278 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.yellow_1278 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.yellow_1278 ul,
.yellow_1278 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.yellow_1278 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.yellow_1278 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.icon-bronze-500e {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.gradient_5a68 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.gradient_5a68 th,
.gradient_5a68 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.gradient_5a68 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.gold-ff0b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.info_first_8b3e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.red-d501 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .red-d501 {
        flex-direction: column;
        text-align: center;
    }
}

.red-d501 img {
    flex-shrink: 0;
}

.list-fa40 {
    font-size: 4rem;
    flex-shrink: 0;
}

.smooth_f57b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.smooth_f57b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.middle_fb24 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.picture_5395 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.sort-iron-8dcc h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.sort-iron-8dcc > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.solid-ce12 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.backdrop-liquid-2a12 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.video_b1a6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.huge_f987 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.huge_f987 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.message-7dce {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter_motion_e860 {
    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);
}

.pressed-cf5d {
    list-style: none;
}

.pressed-cf5d li {
    margin-bottom: 0.75rem;
}

.pressed-cf5d a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.pressed-cf5d a:hover {
    color: white;
}

.item_c51a {
    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;
}

.component_orange_f43b {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.component_orange_f43b span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.east_7846 {
    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);
}

.notice_stale_9d57 {
    text-align: right;
}

@media (max-width: 767px) {
    .notice_stale_9d57 {
        text-align: center;
        width: 100%;
    }
}

.notice_stale_9d57 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.background_bronze_f14f {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.wide_9a98 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.pink_7a45,
.component_smooth_c8aa,
.highlight_bronze_3531,
.media-0060,
.icon_4574,
.thick-d440,
.sort-ebf7,
.title_purple_9fe6,
.info_first_8b3e,
.picture_5395 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .heading-fast-c190 {
        font-size: 1.75rem;
    }
    
    .outline_8448 {
        font-size: 1rem;
    }
    
    .solid_e180 {
        flex-direction: column;
    }
    
    .input-hard-2636 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .article_8fb2 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .active-3dff {
        max-width: 100%;
    }
    
    .sidebar_1ae7 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .wide_9a98 {
        padding: 0 1rem;
    }
    
    .bottom-85fe {
        padding: 4rem 1rem 3rem;
    }
    
    .bottom-85fe h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .accordion-ca95 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .west_0979 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .full_6d49,
    .gradient_5a68 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .row-ba4b {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .description_lower_d266 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .current_170a {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .bottom-85fe h1 {
        font-size: 1.5rem;
    }
    
    .west_0979 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .solid-520c {
        padding: 0.75rem;
    }
    
    .container-inner-e309 {
        font-size: 1.5rem;
    }
    
    .row-ba4b {
        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 */
.active-3dff:hover,
.main-over-b4b0:hover,
.notice-bronze-eead:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .media-0060,
    .sort-ebf7,
    .title_purple_9fe6 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.list_f561)
   ======================================== */

.filter_7f8f.content_c532 {
    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;
}

.filter_7f8f.content_c532 .focused_992b {
    color: #334155;
}

.filter_7f8f.content_c532 .focused_992b:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.filter_7f8f.content_c532 .focused_992b.fn-active-8ac7 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.filter_7f8f.content_c532 .focus-a665 {
    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);
}

.filter_7f8f.content_c532 .focus-a665::before {
    border-bottom-color: #ffffff;
}

.filter_7f8f.content_c532 .outline-motion-a8c1 {
    color: #475569;
}

.filter_7f8f.content_c532 .outline-motion-a8c1::before {
    background: #818cf8;
}

.filter_7f8f.content_c532 .outline-motion-a8c1:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.filter_7f8f.content_c532 .outline-motion-a8c1:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.filter_7f8f.content_c532 .left-d61b {
    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);
}

.filter_7f8f.content_c532 .left-d61b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.filter_7f8f.content_c532 .left-d61b span {
    background: #475569;
    box-shadow: none;
}

.filter_7f8f.content_c532 .left-d61b.fn-active-8ac7 span:nth-child(1),
.filter_7f8f.content_c532 .left-d61b.fn-active-8ac7 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .filter_7f8f.content_c532 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .filter_7f8f.content_c532 .fluid_8330 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .filter_7f8f.content_c532 .fluid_8330 span {
        color: #334155 !important;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 {
        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);
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .focused_992b {
        color: #334155;
        text-shadow: none;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .focused_992b:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .focused_992b.west-f4e1::after {
        color: #64748b;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .focus-a665 {
        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) */
    .filter_7f8f.content_c532 .accent_stale_7485 .header_brown_cb32.fn-active-8ac7 .focus-a665 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .outline-motion-a8c1 {
        color: #475569;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .outline-motion-a8c1::before {
        color: #6366f1;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .outline-motion-a8c1:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .outline-motion-a8c1:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .filter_7f8f.content_c532 .accent_stale_7485 .outline-motion-a8c1:hover::before {
        color: #4f46e5;
    }
}

/* apk.aside_1cb2 — mesmo tema claro da home; blocos extras */
body.box-5f01 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box-5f01 .main-pro-aa29 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box-5f01 .tabs_84be {
    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);
}

.box-5f01 .tabs_84be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box-5f01 .tabs_84be p:last-child {
    margin-bottom: 0;
}

.box-5f01 .tabs_84be strong {
    color: var(--text-primary);
}

.box-5f01 .main_dark_a23a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box-5f01 .main_dark_a23a 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-9323 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-9323 .input-liquid-b49c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-9323 .liquid-36be {
    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-9323 .liquid-36be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-9323 .liquid-36be p:last-child {
    margin-bottom: 0;
}

.badge-9323 .liquid-36be strong {
    color: var(--text-primary);
}

.badge-9323 .component-lite-515a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-9323 .component-lite-515a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button_dim_e14f {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_dim_e14f .hovered_f6ca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_dim_e14f .dim-1be6 {
    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);
}

.button_dim_e14f .dim-1be6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_dim_e14f .dim-1be6 p:last-child {
    margin-bottom: 0;
}

.button_dim_e14f .dim-1be6 strong {
    color: var(--text-primary);
}

.button_dim_e14f .stale_9961 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_dim_e14f .stale_9961 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paragraph_306b {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph_306b .popup_gold_654e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph_306b .grid-east-adea {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.paragraph_306b .grid-east-adea p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph_306b .grid-east-adea p:last-child {
    margin-bottom: 0;
}

.paragraph_306b .grid-east-adea strong {
    color: var(--text-primary);
}

.paragraph_306b .component-290f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph_306b .component-290f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.top-b4b8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.top-b4b8 .image_glass_e4ab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.top-b4b8 .paper_53a3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.top-b4b8 .paper_53a3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.top-b4b8 .paper_53a3 p:last-child {
    margin-bottom: 0;
}

.top-b4b8 .paper_53a3 strong {
    color: var(--text-primary);
}

.top-b4b8 .highlight_ff7f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.top-b4b8 .highlight_ff7f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_east_4820 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_east_4820 .progress_up_e1ea {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_east_4820 .feature_left_eb9a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled_east_4820 .feature_left_eb9a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_east_4820 .feature_left_eb9a p:last-child {
    margin-bottom: 0;
}

.disabled_east_4820 .feature_left_eb9a strong {
    color: var(--text-primary);
}

.disabled_east_4820 .liquid-d2d2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_east_4820 .liquid-d2d2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled_dark_8e5d {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled_dark_8e5d .form-ae24 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled_dark_8e5d .column_hot_bafc {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled_dark_8e5d .column_hot_bafc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled_dark_8e5d .column_hot_bafc p:last-child {
    margin-bottom: 0;
}

.disabled_dark_8e5d .column_hot_bafc strong {
    color: var(--text-primary);
}

.disabled_dark_8e5d .cool-1117 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled_dark_8e5d .cool-1117 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.action-c9cf {
    background: #f8f9fa;
    color: #2c3e50;
}

.action-c9cf .over-5b69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.action-c9cf .container_f077 {
    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);
}

.action-c9cf .container_f077 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action-c9cf .container_f077 p:last-child {
    margin-bottom: 0;
}

.action-c9cf .container_f077 strong {
    color: var(--text-primary);
}

.action-c9cf .message_2280 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.action-c9cf .message_2280 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.background-upper-c51d {
    background: #f8f9fa;
    color: #2c3e50;
}

.background-upper-c51d .tabs-dirty-be47 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.background-upper-c51d .full-5f2d {
    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);
}

.background-upper-c51d .full-5f2d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.background-upper-c51d .full-5f2d p:last-child {
    margin-bottom: 0;
}

.background-upper-c51d .full-5f2d strong {
    color: var(--text-primary);
}

.background-upper-c51d .message_brown_4730 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.background-upper-c51d .message_brown_4730 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-basic-da06 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-basic-da06 .tooltip_outer_8dcb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-basic-da06 .icon-warm-42b7 {
    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);
}

.item-basic-da06 .icon-warm-42b7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-basic-da06 .icon-warm-42b7 p:last-child {
    margin-bottom: 0;
}

.item-basic-da06 .icon-warm-42b7 strong {
    color: var(--text-primary);
}

.item-basic-da06 .orange_dab1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-basic-da06 .orange_dab1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.card_short_f090 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card_short_f090 .iron_27aa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card_short_f090 .status-b532 {
    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);
}

.card_short_f090 .status-b532 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_short_f090 .status-b532 p:last-child {
    margin-bottom: 0;
}

.card_short_f090 .status-b532 strong {
    color: var(--text-primary);
}

.card_short_f090 .summary-stale-f6cc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card_short_f090 .summary-stale-f6cc li {
    margin-bottom: 0.65rem;
}

.card_short_f090 .summary-stale-f6cc li:last-child {
    margin-bottom: 0;
}

.card_short_f090 .solid_50cc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card_short_f090 .solid_50cc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner_d646 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner_d646 .main-pink-4b31 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner_d646 .icon-59a8 {
    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);
}

.inner_d646 .icon-59a8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_d646 .icon-59a8 p:last-child {
    margin-bottom: 0;
}

.inner_d646 .icon-59a8 strong {
    color: var(--text-primary);
}

.inner_d646 .pro_d1d4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_d646 .pro_d1d4 li {
    margin-bottom: 0.65rem;
}

.inner_d646 .pro_d1d4 li:last-child {
    margin-bottom: 0;
}

.inner_d646 .input_fa7c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner_d646 .input_fa7c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu_9884 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_9884 .thick-b666 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_9884 .pro_2a8a {
    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);
}

.menu_9884 .pro_2a8a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_9884 .pro_2a8a p:last-child {
    margin-bottom: 0;
}

.menu_9884 .pro_2a8a strong {
    color: var(--text-primary);
}

.menu_9884 .table-dark-9a43 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_9884 .table-dark-9a43 li {
    margin-bottom: 0.65rem;
}

.menu_9884 .table-dark-9a43 li:last-child {
    margin-bottom: 0;
}

.menu_9884 .footer_right_64e7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_9884 .footer_right_64e7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.short_b441 {
    background: #f8f9fa;
    color: #2c3e50;
}

.short_b441 .frame_bright_3d02 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.short_b441 .disabled-red-2a4b {
    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);
}

.short_b441 .disabled-red-2a4b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_b441 .disabled-red-2a4b p:last-child {
    margin-bottom: 0;
}

.short_b441 .disabled-red-2a4b strong {
    color: var(--text-primary);
}

.short_b441 .table_black_d13c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.short_b441 .table_black_d13c li {
    margin-bottom: 0.65rem;
}

.short_b441 .table_black_d13c li:last-child {
    margin-bottom: 0;
}

body.sort_upper_b9bc {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort_upper_b9bc .aside_huge_99a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort_upper_b9bc .fast_49fc {
    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);
}

.sort_upper_b9bc .fast_49fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort_upper_b9bc .fast_49fc p:last-child {
    margin-bottom: 0;
}

.sort_upper_b9bc .fast_49fc strong {
    color: var(--text-primary);
}

.sort_upper_b9bc .icon_ae46 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort_upper_b9bc .icon_ae46 li {
    margin-bottom: 0.65rem;
}

.sort_upper_b9bc .icon_ae46 li:last-child {
    margin-bottom: 0;
}

.sort_upper_b9bc .main_f053 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort_upper_b9bc .main_f053 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border_0077 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_0077 .hot-ad48 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_0077 .info_a247 {
    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);
}

.border_0077 .info_a247 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_0077 .info_a247 p:last-child {
    margin-bottom: 0;
}

.border_0077 .info_a247 strong {
    color: var(--text-primary);
}

.border_0077 .north-95e0 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_0077 .north-95e0 li {
    margin-bottom: 0.65rem;
}

.border_0077 .north-95e0 li:last-child {
    margin-bottom: 0;
}

.border_0077 .outer-4c58 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_0077 .outer-4c58 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-48b2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-48b2 .border-cc1a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-48b2 .main_hovered_da48 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.disabled-48b2 .main_hovered_da48 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-48b2 .main_hovered_da48 p:last-child {
    margin-bottom: 0;
}

.disabled-48b2 .main_hovered_da48 strong {
    color: var(--text-primary);
}

.disabled-48b2 .feature_7d9e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-48b2 .feature_7d9e li {
    margin-bottom: 0.65rem;
}

.disabled-48b2 .feature_7d9e li:last-child {
    margin-bottom: 0;
}

.disabled-48b2 .title-complex-2685 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-48b2 .title-complex-2685 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.status-fc57 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status-fc57 .sidebar_paper_0050 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status-fc57 .disabled_673c {
    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);
}

.status-fc57 .disabled_673c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-fc57 .disabled_673c p:last-child {
    margin-bottom: 0;
}

.status-fc57 .disabled_673c strong {
    color: var(--text-primary);
}

.status-fc57 .status-7e88 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status-fc57 .status-7e88 li {
    margin-bottom: 0.65rem;
}

.status-fc57 .status-7e88 li:last-child {
    margin-bottom: 0;
}

.status-fc57 .plasma-f81e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status-fc57 .plasma-f81e 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: 3c3d */
.phantom-card-c4 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
