/* 
 * 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.title_a0fc) — fixed together on mobile */
.pink-afea {
    width: 100%;
}

.panel_fe4e {
    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) {
    .pink-afea {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .panel_fe4e {
        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.container-2a28. Conta) stay reachable.
     */
    .focus-54d1 .article_iron_d3c8 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .pink-afea .focus-54d1 > .article_iron_d3c8 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .pink-afea:has(.message_full_ae35.fn-show-d4a9) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .pink-afea:has(.message_full_ae35.fn-show-d4a9) .panel_fe4e {
        flex-shrink: 0;
    }

    .pink-afea:has(.message_full_ae35.fn-show-d4a9) .focus-54d1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .pink-afea:has(.message_full_ae35.fn-show-d4a9) .focus-54d1 > .article_iron_d3c8 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .pink-afea:has(.message_full_ae35.fn-show-d4a9) .card_static_fac1 {
        flex-shrink: 0;
    }

    .pink-afea:has(.message_full_ae35.fn-show-d4a9) .message_full_ae35.fn-show-d4a9 {
        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 */
    .focus-54d1 .message_full_ae35 .fluid-a036.fn-active-d4a9 .stale-802f {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .panel_fe4e {
        position: sticky;
        top: 0;
    }
}

.pink-afea.rough_e827,
.pink-afea.rough_e827 .panel_fe4e {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.east_02e1 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .east_02e1 {
        padding: 0.75rem 0;
    }
}

.search_yellow_0c0a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.lower_92e5 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .lower_92e5 img {
        height: 35px;
    }
}

/* .focus-54d1 / .accent-full-e141 — inner pages (brown bar); index uses .hover_66df below */

.focus-54d1:not(.hover_66df) .accent-full-e141.fn-active-d4a9 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.short-95cf {
    display: flex;
    gap: var(--spacing-md);
}

.hot_ccdb,
.tabs-6f78 {
    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) {
    .hot_ccdb,
    .tabs-6f78 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .short-95cf {
        gap: 0.5rem;
    }
}

.hot_ccdb {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.hot_ccdb:hover {
    background: var(--primary-purple);
    color: white;
}

.tabs-6f78 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.tabs-6f78:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.under-8a4f {
    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%;
}

.under-8a4f::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;
}

.under-8a4f::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;
}

.item_25c5 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.outer_40ef {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.outer_40ef 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);
}

.under-8a4f 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;
}

.basic-d553 {
    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;
}

.basic-d553 strong {
    font-weight: 700;
}

.card_out_d542 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.tabs-90dc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.pressed-8bdd {
    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);
}

.pressed-8bdd:hover {
    transform: translateY(-4px);
}

.disabled-hard-9ffa {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.primary_b8c4 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.column-e6f6 {
    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;
}

.column-e6f6:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.column-e6f6.item_b834 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.panel-39e9 {
    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);
}

.panel-39e9:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.gallery_68cd {
    padding: 3rem 1.25rem;
    background: white;
}

.message_hot_b83d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tabs-huge-954e {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.tabs-huge-954e:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.tabs-huge-954e img {
    margin-bottom: 1rem;
}

.feature_1f35 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.tabs-huge-954e h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.tabs-huge-954e 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 */
.background_black_2093 {
    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);
}

.link_north_15f7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.bright_9437 {
    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);
}

.bright_9437 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.bright_9437 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.bright_9437 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.secondary-hot-9683 {
    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
   ======================================== */

.component_hot_2513 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.panel-6eb1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.icon-cbe9 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.container_rough_0a7f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.border_09d3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.border_09d3:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.border_09d3.header-dc12 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.border_09d3.header-dc12 h3,
.border_09d3.header-dc12 p {
    color: white;
}

.image_left_e383 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.border_09d3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.border_09d3 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.shadow-e515 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.shadow-e515:hover {
    gap: 0.75rem;
}

.border_09d3.header-dc12 .shadow-e515 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.pagination_center_e696 {
    padding: 4rem 1.25rem;
    background: white;
}

.clean-9c65 {
    text-align: center;
    margin-bottom: 3rem;
}

.article-action-3bcf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.static_41b3 {
    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%;
}

.static_41b3:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.alert-out-667a {
    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);
}

.slider_5d83 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.tag-under-6d1f {
    padding: 1.5rem;
}

.tag-under-6d1f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.middle_536d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.brown_0b5b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.paper-ba3a,
.dropdown_32d9 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.paper-ba3a {
    background: #dcfce7;
    color: #166534;
}

.paper-ba3a.active-78a9 {
    background: #10b981;
    color: white;
}

.dropdown_32d9 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.dropdown_32d9.description_wood_4b29 {
    background: #fee2e2;
    color: #991b1b;
}

.dropdown_32d9.widget-advanced-3e48 {
    background: #fef3c7;
    color: #92400e;
}

.dropdown_32d9.shadow_5d55 {
    background: #dcfce7;
    color: #166534;
}

.widget_yellow_eca1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.widget_yellow_eca1 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.backdrop_0a57 {
    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);
}

.backdrop_0a57:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.menu-west-2635 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.gas_d2f2 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tooltip-clean-0a13 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tooltip-clean-0a13 {
        grid-template-columns: 1fr 1fr;
    }
}

.inner-a4ff img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.wrapper_fluid_7ac8 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.action-248b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.background_cold_0277 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.sidebar-bottom-478f {
    font-size: 1rem;
    opacity: 0.9;
}

.wrapper_fluid_7ac8 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.box-fixed-11bb {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.box-fixed-11bb li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.box-fixed-11bb 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-fixed-11bb li strong {
    color: var(--primary-purple);
}

.box-fixed-11bb li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.input_small_d281 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.steel_c344 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.bright-5f40 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.steel_c344 .primary_b8c4 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.form_c39f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.easy_170a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.easy_170a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.main_4609 {
    padding: 4rem 1.25rem;
    background: white;
}

.nav_plasma_0e92 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .nav_plasma_0e92 {
        grid-template-columns: 1fr 1fr;
    }
}

.secondary_dirty_7ef5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.gallery-fluid-c455 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.wood_e407 {
    margin-bottom: 1.5rem;
}

.feature-43a5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.pro_f6ed {
    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);
}

.disabled-prev-4cfb {
    white-space: nowrap;
}

.paper-8557 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.chip-8369 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.video-over-eacb {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.video-over-eacb:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.alert-4f64 {
    font-size: 2rem;
    flex-shrink: 0;
}

.item-171c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.item-171c p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.cold-efe4 {
    margin-top: 3rem;
}

.cold-efe4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.sort_e339 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.sort_e339 thead {
    background: var(--primary-purple);
    color: white;
}

.sort_e339 th,
.sort_e339 td {
    padding: 1rem;
    text-align: left;
}

.sort_e339 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.sort_e339 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.sort_e339 tbody tr:last-child {
    border-bottom: none;
}

.sort_e339 tbody tr:hover {
    background: var(--light-bg);
}

.label-2b0b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.tertiary-0e71 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.new-be49 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.article-focused-855f {
    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);
}

.article-focused-855f:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.article-focused-855f.notification-steel-43dc::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;
}

.banner-2e63 {
    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;
}

.warm_8ef1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.input_center_6096 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.form_9852 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mini-3025 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.mini-3025 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.mini-3025 p:last-child {
    margin-bottom: 0;
}

.mini-3025 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.footer_3d1a {
    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;
}

.pressed_32b3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.complex-27e5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.complex-27e5 .disabled-hard-9ffa {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.complex-27e5 .primary_b8c4 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.notification-60e5 {
    padding: 4rem 1.25rem;
    background: white;
}

.caption_advanced_91bc {
    max-width: 900px;
    margin: 0 auto;
}

.badge-d6c9 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.badge-d6c9:hover {
    border-color: var(--primary-purple);
}

.badge-d6c9[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.badge-d6c9 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;
}

.badge-d6c9 summary::-webkit-details-marker {
    display: none;
}

.badge-d6c9 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.badge-d6c9[open] summary::after {
    transform: rotate(45deg);
}

.background-a648 {
    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);
    }
}

.background-a648 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.background-a648 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.background-a648 ul,
.background-a648 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.background-a648 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.background-a648 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.next-9caf {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.component_8c01 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.component_8c01 th,
.component_8c01 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.component_8c01 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.title_4159 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.hot_a787 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.form-active-73d5 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .form-active-73d5 {
        flex-direction: column;
        text-align: center;
    }
}

.form-active-73d5 img {
    flex-shrink: 0;
}

.card_46aa {
    font-size: 4rem;
    flex-shrink: 0;
}

.component-fresh-ddf1 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.component-fresh-ddf1 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.short-60be {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.row_3107 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.message_2246 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.message_2246 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.preview_611f {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.right-73f9 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.accordion-black-8085 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.last_cf8d h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.last_cf8d p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.form-basic-c02b {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mini-e709 {
    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);
}

.overlay_soft_79c8 {
    list-style: none;
}

.overlay_soft_79c8 li {
    margin-bottom: 0.75rem;
}

.overlay_soft_79c8 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.overlay_soft_79c8 a:hover {
    color: white;
}

.blue_0399 {
    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;
}

.black_02f3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.black_02f3 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.action-db88 {
    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);
}

.notification_fb3c {
    text-align: right;
}

@media (max-width: 767px) {
    .notification_fb3c {
        text-align: center;
        width: 100%;
    }
}

.notification_fb3c p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.black_838f {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.article_iron_d3c8 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.gallery_68cd,
.background_black_2093,
.component_hot_2513,
.pagination_center_e696,
.gas_d2f2,
.main_4609,
.tertiary-0e71,
.notification-60e5,
.hot_a787,
.row_3107 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .panel-6eb1 {
        font-size: 1.75rem;
    }
    
    .icon-cbe9 {
        font-size: 1rem;
    }
    
    .input_small_d281 {
        flex-direction: column;
    }
    
    .nav_plasma_0e92 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .article-action-3bcf {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .static_41b3 {
        max-width: 100%;
    }
    
    .slider_5d83 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .article_iron_d3c8 {
        padding: 0 1rem;
    }
    
    .under-8a4f {
        padding: 4rem 1rem 3rem;
    }
    
    .under-8a4f h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .column-e6f6 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs-90dc {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .sort_e339,
    .component_8c01 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .message_hot_b83d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .container_rough_0a7f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .new-be49 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .under-8a4f h1 {
        font-size: 1.5rem;
    }
    
    .tabs-90dc {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .pressed-8bdd {
        padding: 0.75rem;
    }
    
    .disabled-hard-9ffa {
        font-size: 1.5rem;
    }
    
    .message_hot_b83d {
        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 */
.static_41b3:hover,
.border_09d3:hover,
.article-focused-855f:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .pagination_center_e696,
    .tertiary-0e71,
    .notification-60e5 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.title_a0fc)
   ======================================== */

.focus-54d1.hover_66df {
    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;
}

.focus-54d1.hover_66df .accent-full-e141 {
    color: #334155;
}

.focus-54d1.hover_66df .accent-full-e141:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.focus-54d1.hover_66df .accent-full-e141.fn-active-d4a9 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.focus-54d1.hover_66df .stale-802f {
    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);
}

.focus-54d1.hover_66df .stale-802f::before {
    border-bottom-color: #ffffff;
}

.focus-54d1.hover_66df .caption-f0d3 {
    color: #475569;
}

.focus-54d1.hover_66df .caption-f0d3::before {
    background: #818cf8;
}

.focus-54d1.hover_66df .caption-f0d3:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.focus-54d1.hover_66df .caption-f0d3:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.focus-54d1.hover_66df .tall-689b {
    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);
}

.focus-54d1.hover_66df .tall-689b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.focus-54d1.hover_66df .tall-689b span {
    background: #475569;
    box-shadow: none;
}

.focus-54d1.hover_66df .tall-689b.fn-active-d4a9 span:nth-child(1),
.focus-54d1.hover_66df .tall-689b.fn-active-d4a9 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .focus-54d1.hover_66df {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .focus-54d1.hover_66df .card_static_fac1 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .focus-54d1.hover_66df .card_static_fac1 span {
        color: #334155 !important;
    }

    .focus-54d1.hover_66df .message_full_ae35 {
        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);
    }

    .focus-54d1.hover_66df .message_full_ae35 .accent-full-e141 {
        color: #334155;
        text-shadow: none;
    }

    .focus-54d1.hover_66df .message_full_ae35 .accent-full-e141:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .focus-54d1.hover_66df .message_full_ae35 .accent-full-e141.module_complex_7e73::after {
        color: #64748b;
    }

    .focus-54d1.hover_66df .message_full_ae35 .stale-802f {
        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) */
    .focus-54d1.hover_66df .message_full_ae35 .fluid-a036.fn-active-d4a9 .stale-802f {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .focus-54d1.hover_66df .message_full_ae35 .caption-f0d3 {
        color: #475569;
    }

    .focus-54d1.hover_66df .message_full_ae35 .caption-f0d3::before {
        color: #6366f1;
    }

    .focus-54d1.hover_66df .message_full_ae35 .caption-f0d3:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .focus-54d1.hover_66df .message_full_ae35 .caption-f0d3:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .focus-54d1.hover_66df .message_full_ae35 .caption-f0d3:hover::before {
        color: #4f46e5;
    }
}

/* apk.container-fixed-770f — mesmo tema claro da home; blocos extras */
body.popup-yellow-db61 {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup-yellow-db61 .sidebar-narrow-4153 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup-yellow-db61 .hidden_huge_31bc {
    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);
}

.popup-yellow-db61 .hidden_huge_31bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-yellow-db61 .hidden_huge_31bc p:last-child {
    margin-bottom: 0;
}

.popup-yellow-db61 .hidden_huge_31bc strong {
    color: var(--text-primary);
}

.popup-yellow-db61 .advanced_e0ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup-yellow-db61 .advanced_e0ac img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title_5ab2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title_5ab2 .icon_ba32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title_5ab2 .progress-d8f8 {
    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);
}

.title_5ab2 .progress-d8f8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title_5ab2 .progress-d8f8 p:last-child {
    margin-bottom: 0;
}

.title_5ab2 .progress-d8f8 strong {
    color: var(--text-primary);
}

.title_5ab2 .center-5cbd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title_5ab2 .center-5cbd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag_cool_9b32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag_cool_9b32 .gradient_narrow_61a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag_cool_9b32 .soft-1076 {
    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);
}

.tag_cool_9b32 .soft-1076 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_cool_9b32 .soft-1076 p:last-child {
    margin-bottom: 0;
}

.tag_cool_9b32 .soft-1076 strong {
    color: var(--text-primary);
}

.tag_cool_9b32 .dropdown_brown_c1ff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag_cool_9b32 .dropdown_brown_c1ff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.caption-80a9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-80a9 .accordion_down_c85f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-80a9 .modal-1fa9 {
    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);
}

.caption-80a9 .modal-1fa9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-80a9 .modal-1fa9 p:last-child {
    margin-bottom: 0;
}

.caption-80a9 .modal-1fa9 strong {
    color: var(--text-primary);
}

.caption-80a9 .button_smooth_ce70 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-80a9 .button_smooth_ce70 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message_fdff {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_fdff .sidebar-d438 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_fdff .video-light-aaa6 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.message_fdff .video-light-aaa6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_fdff .video-light-aaa6 p:last-child {
    margin-bottom: 0;
}

.message_fdff .video-light-aaa6 strong {
    color: var(--text-primary);
}

.message_fdff .info-upper-cae3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_fdff .info-upper-cae3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag-thick-7ba8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag-thick-7ba8 .row_pro_00f5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag-thick-7ba8 .focus-fcb3 {
    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);
}

.tag-thick-7ba8 .focus-fcb3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag-thick-7ba8 .focus-fcb3 p:last-child {
    margin-bottom: 0;
}

.tag-thick-7ba8 .focus-fcb3 strong {
    color: var(--text-primary);
}

.tag-thick-7ba8 .layout-8082 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag-thick-7ba8 .layout-8082 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row-wide-2ece {
    background: #f8f9fa;
    color: #2c3e50;
}

.row-wide-2ece .hovered_c0c0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row-wide-2ece .pattern-3429 {
    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);
}

.row-wide-2ece .pattern-3429 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row-wide-2ece .pattern-3429 p:last-child {
    margin-bottom: 0;
}

.row-wide-2ece .pattern-3429 strong {
    color: var(--text-primary);
}

.row-wide-2ece .layout_4493 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row-wide-2ece .layout_4493 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo_full_d6cc {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo_full_d6cc .mask_c59e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo_full_d6cc .module_9d8f {
    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);
}

.logo_full_d6cc .module_9d8f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_full_d6cc .module_9d8f p:last-child {
    margin-bottom: 0;
}

.logo_full_d6cc .module_9d8f strong {
    color: var(--text-primary);
}

.logo_full_d6cc .sort_simple_314f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo_full_d6cc .sort_simple_314f 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_east_33d8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.status_east_33d8 .grid_c087 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.status_east_33d8 .table_62d0 {
    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_east_33d8 .table_62d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.status_east_33d8 .table_62d0 p:last-child {
    margin-bottom: 0;
}

.status_east_33d8 .table_62d0 strong {
    color: var(--text-primary);
}

.status_east_33d8 .last-c9f8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.status_east_33d8 .last-c9f8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old_089a {
    background: #f8f9fa;
    color: #2c3e50;
}

.old_089a .input_wide_940a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old_089a .brown-6c72 {
    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);
}

.old_089a .brown-6c72 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old_089a .brown-6c72 p:last-child {
    margin-bottom: 0;
}

.old_089a .brown-6c72 strong {
    color: var(--text-primary);
}

.old_089a .light_df11 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old_089a .light_df11 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hidden-current-40f2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hidden-current-40f2 .hover_dynamic_6a3c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hidden-current-40f2 .steel_73d0 {
    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);
}

.hidden-current-40f2 .steel_73d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-current-40f2 .steel_73d0 p:last-child {
    margin-bottom: 0;
}

.hidden-current-40f2 .steel_73d0 strong {
    color: var(--text-primary);
}

.hidden-current-40f2 .backdrop-middle-70c1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hidden-current-40f2 .backdrop-middle-70c1 li {
    margin-bottom: 0.65rem;
}

.hidden-current-40f2 .backdrop-middle-70c1 li:last-child {
    margin-bottom: 0;
}

.hidden-current-40f2 .east-589c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hidden-current-40f2 .east-589c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean_3ca6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean_3ca6 .header-warm-2fc5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean_3ca6 .notice_77e1 {
    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);
}

.clean_3ca6 .notice_77e1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_3ca6 .notice_77e1 p:last-child {
    margin-bottom: 0;
}

.clean_3ca6 .notice_77e1 strong {
    color: var(--text-primary);
}

.clean_3ca6 .gallery_inner_8d69 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_3ca6 .gallery_inner_8d69 li {
    margin-bottom: 0.65rem;
}

.clean_3ca6 .gallery_inner_8d69 li:last-child {
    margin-bottom: 0;
}

.clean_3ca6 .breadcrumb-south-833c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean_3ca6 .breadcrumb-south-833c 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_b3a4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner_b3a4 .background_eb17 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner_b3a4 .badge-a9a2 {
    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_b3a4 .badge-a9a2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_b3a4 .badge-a9a2 p:last-child {
    margin-bottom: 0;
}

.inner_b3a4 .badge-a9a2 strong {
    color: var(--text-primary);
}

.inner_b3a4 .simple-5120 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner_b3a4 .simple-5120 li {
    margin-bottom: 0.65rem;
}

.inner_b3a4 .simple-5120 li:last-child {
    margin-bottom: 0;
}

.inner_b3a4 .header-c14d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner_b3a4 .header-c14d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.texture_hot_8947 {
    background: #f8f9fa;
    color: #2c3e50;
}

.texture_hot_8947 .tertiary_white_db15 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.texture_hot_8947 .heading_414d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.texture_hot_8947 .heading_414d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_hot_8947 .heading_414d p:last-child {
    margin-bottom: 0;
}

.texture_hot_8947 .heading_414d strong {
    color: var(--text-primary);
}

.texture_hot_8947 .shade_short_765f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.texture_hot_8947 .shade_short_765f li {
    margin-bottom: 0.65rem;
}

.texture_hot_8947 .shade_short_765f li:last-child {
    margin-bottom: 0;
}

body.sort-3012 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-3012 .soft-091d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-3012 .logo-3ff0 {
    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-3012 .logo-3ff0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-3012 .logo-3ff0 p:last-child {
    margin-bottom: 0;
}

.sort-3012 .logo-3ff0 strong {
    color: var(--text-primary);
}

.sort-3012 .sidebar-4eec {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-3012 .sidebar-4eec li {
    margin-bottom: 0.65rem;
}

.sort-3012 .sidebar-4eec li:last-child {
    margin-bottom: 0;
}

.sort-3012 .box-in-f72d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-3012 .box-in-f72d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stone_8dd3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone_8dd3 .description_c592 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone_8dd3 .text-last-bef2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.stone_8dd3 .text-last-bef2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_8dd3 .text-last-bef2 p:last-child {
    margin-bottom: 0;
}

.stone_8dd3 .text-last-bef2 strong {
    color: var(--text-primary);
}

.stone_8dd3 .wrapper_8dea {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_8dd3 .wrapper_8dea li {
    margin-bottom: 0.65rem;
}

.stone_8dd3 .wrapper_8dea li:last-child {
    margin-bottom: 0;
}

.stone_8dd3 .small_d455 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone_8dd3 .small_d455 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-iron-e72e {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-iron-e72e .pro_3daf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-iron-e72e .soft-ecfd {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.element-iron-e72e .soft-ecfd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-iron-e72e .soft-ecfd p:last-child {
    margin-bottom: 0;
}

.element-iron-e72e .soft-ecfd strong {
    color: var(--text-primary);
}

.element-iron-e72e .overlay-11c7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-iron-e72e .overlay-11c7 li {
    margin-bottom: 0.65rem;
}

.element-iron-e72e .overlay-11c7 li:last-child {
    margin-bottom: 0;
}

.element-iron-e72e .picture-copper-321d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-iron-e72e .picture-copper-321d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.south-4966 {
    background: #f8f9fa;
    color: #2c3e50;
}

.south-4966 .primary_easy_1131 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.south-4966 .inner_8768 {
    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);
}

.south-4966 .inner_8768 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south-4966 .inner_8768 p:last-child {
    margin-bottom: 0;
}

.south-4966 .inner_8768 strong {
    color: var(--text-primary);
}

.south-4966 .thumbnail-bright-0ddd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south-4966 .thumbnail-bright-0ddd li {
    margin-bottom: 0.65rem;
}

.south-4966 .thumbnail-bright-0ddd li:last-child {
    margin-bottom: 0;
}

.south-4966 .paper-5e89 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.south-4966 .paper-5e89 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: fa34 */
.phantom-card-y0 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
