/* 
 * 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.breadcrumb-7d4f) — fixed together on mobile */
.label_b443 {
    width: 100%;
}

.table-under-8c23 {
    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) {
    .label_b443 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .table-under-8c23 {
        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.primary-286f. Conta) stay reachable.
     */
    .container_b1b1 .thick_8591 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .label_b443 .container_b1b1 > .thick_8591 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .label_b443:has(.summary_steel_4401.fn-show-0746) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .label_b443:has(.summary_steel_4401.fn-show-0746) .table-under-8c23 {
        flex-shrink: 0;
    }

    .label_b443:has(.summary_steel_4401.fn-show-0746) .container_b1b1 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .label_b443:has(.summary_steel_4401.fn-show-0746) .container_b1b1 > .thick_8591 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .label_b443:has(.summary_steel_4401.fn-show-0746) .box_east_ad3e {
        flex-shrink: 0;
    }

    .label_b443:has(.summary_steel_4401.fn-show-0746) .summary_steel_4401.fn-show-0746 {
        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 */
    .container_b1b1 .summary_steel_4401 .photo_copper_7c70.fn-active-0746 .banner-f877 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .table-under-8c23 {
        position: sticky;
        top: 0;
    }
}

.label_b443.filter_74a6,
.label_b443.filter_74a6 .table-under-8c23 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.tall-9fd5 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .tall-9fd5 {
        padding: 0.75rem 0;
    }
}

.modal-5181 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.link_ff0a img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .link_ff0a img {
        height: 35px;
    }
}

/* .container_b1b1 / .copper_992b — inner pages (brown bar); index uses .top_40b8 below */

.container_b1b1:not(.top_40b8) .copper_992b.fn-active-0746 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.accent_9737 {
    display: flex;
    gap: var(--spacing-md);
}

.tertiary-3ca9,
.list-dynamic-280a {
    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) {
    .tertiary-3ca9,
    .list-dynamic-280a {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .accent_9737 {
        gap: 0.5rem;
    }
}

.tertiary-3ca9 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.tertiary-3ca9:hover {
    background: var(--primary-purple);
    color: white;
}

.list-dynamic-280a {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.list-dynamic-280a:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.dark_8025 {
    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%;
}

.dark_8025::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;
}

.dark_8025::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;
}

.summary_dark_d7a0 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.row_f9fc {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.row_f9fc 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);
}

.dark_8025 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_0c39 {
    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_0c39 strong {
    font-weight: 700;
}

.hero-f724 {
    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);
}

.grid_e5e5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.selected-0b3e {
    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);
}

.selected-0b3e:hover {
    transform: translateY(-4px);
}

.last-4025 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.component_brown_8445 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.photo-2f99 {
    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;
}

.photo-2f99:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.photo-2f99.first-9799 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.layout-liquid-ac3a {
    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);
}

.layout-liquid-ac3a:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.box-ad3e {
    padding: 3rem 1.25rem;
    background: white;
}

.backdrop-4ac5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.photo_west_2e20 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.photo_west_2e20:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.photo_west_2e20 img {
    margin-bottom: 1rem;
}

.info_in_9801 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.photo_west_2e20 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.photo_west_2e20 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 */
.pagination_gold_da4a {
    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);
}

.inner-160b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.layout-motion-dfe6 {
    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);
}

.layout-motion-dfe6 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.layout-motion-dfe6 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.layout-motion-dfe6 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.table_699e {
    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
   ======================================== */

.backdrop_south_25f1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.text-iron-0c8a {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.modal-silver-8cb3 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.shadow_last_911d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.shadow_6b8e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.shadow_6b8e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.shadow_6b8e.input_current_823c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.shadow_6b8e.input_current_823c h3,
.shadow_6b8e.input_current_823c p {
    color: white;
}

.message_hot_8482 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.shadow_6b8e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.shadow_6b8e p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.down-f4d7 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.down-f4d7:hover {
    gap: 0.75rem;
}

.shadow_6b8e.input_current_823c .down-f4d7 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.dim_3d4c {
    padding: 4rem 1.25rem;
    background: white;
}

.menu_advanced_2454 {
    text-align: center;
    margin-bottom: 3rem;
}

.cold_f430 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.badge-732f {
    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%;
}

.badge-732f:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.caption_0f42 {
    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);
}

.dropdown_copper_3ee5 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.bottom-acd2 {
    padding: 1.5rem;
}

.bottom-acd2 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.picture_7b03 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.highlight-bronze-592b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.secondary-small-7775,
.disabled_slow_aebf {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.secondary-small-7775 {
    background: #dcfce7;
    color: #166534;
}

.secondary-small-7775.container-up-2a43 {
    background: #10b981;
    color: white;
}

.disabled_slow_aebf {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.disabled_slow_aebf.tall-7c84 {
    background: #fee2e2;
    color: #991b1b;
}

.disabled_slow_aebf.list-7fe9 {
    background: #fef3c7;
    color: #92400e;
}

.disabled_slow_aebf.popup-7598 {
    background: #dcfce7;
    color: #166534;
}

.black-5bb4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.black-5bb4 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.green_7221 {
    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);
}

.green_7221:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.main-tiny-a09d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.dirty-1027 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.first_fdd9 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .first_fdd9 {
        grid-template-columns: 1fr 1fr;
    }
}

.thumbnail_pro_83b7 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.chip-middle-3415 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.module-92b0 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.east-0384 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.outline_orange_19b6 {
    font-size: 1rem;
    opacity: 0.9;
}

.chip-middle-3415 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.shade_b0af {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.shade_b0af li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.shade_b0af 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;
}

.shade_b0af li strong {
    color: var(--primary-purple);
}

.shade_b0af li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.layout_under_eb42 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.border_5404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.avatar_down_0f8c {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.border_5404 .component_brown_8445 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.inner_5b59 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.carousel-dark-5e4a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.carousel-dark-5e4a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.feature_d51f {
    padding: 4rem 1.25rem;
    background: white;
}

.lite-f68f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .lite-f68f {
        grid-template-columns: 1fr 1fr;
    }
}

.right-403b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.surface_paper_4be3 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.grid-8b94 {
    margin-bottom: 1.5rem;
}

.up_78df {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.warm-b1d3 {
    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);
}

.primary-simple-6708 {
    white-space: nowrap;
}

.green_0449 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.layout-blue-baea h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.section_bottom_73d8 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.section_bottom_73d8:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.focus-right-ccaf {
    font-size: 2rem;
    flex-shrink: 0;
}

.input-bright-f98b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.input-bright-f98b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.frame_down_20cf {
    margin-top: 3rem;
}

.frame_down_20cf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.secondary-9bac {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.secondary-9bac thead {
    background: var(--primary-purple);
    color: white;
}

.secondary-9bac th,
.secondary-9bac td {
    padding: 1rem;
    text-align: left;
}

.secondary-9bac th {
    font-weight: 700;
    font-size: 0.9rem;
}

.secondary-9bac tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.secondary-9bac tbody tr:last-child {
    border-bottom: none;
}

.secondary-9bac tbody tr:hover {
    background: var(--light-bg);
}

.info_6bb5 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.sort-east-025f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.search_solid_e076 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.texture_1f0e {
    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);
}

.texture_1f0e:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.texture_1f0e.panel_static_e668::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;
}

.huge-b4e5 {
    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;
}

.active-slow-599f {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.bronze_dbdd h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.alert-old-fe93 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.inner_191f {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.inner_191f p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.inner_191f p:last-child {
    margin-bottom: 0;
}

.inner_191f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.inner_e74e {
    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;
}

.medium-8383 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.aside_over_37af {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.aside_over_37af .last-4025 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.aside_over_37af .component_brown_8445 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.nav-6000 {
    padding: 4rem 1.25rem;
    background: white;
}

.lite-d6df {
    max-width: 900px;
    margin: 0 auto;
}

.static-866f {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.static-866f:hover {
    border-color: var(--primary-purple);
}

.static-866f[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.static-866f 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;
}

.static-866f summary::-webkit-details-marker {
    display: none;
}

.static-866f summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.static-866f[open] summary::after {
    transform: rotate(45deg);
}

.west-ce47 {
    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);
    }
}

.west-ce47 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.west-ce47 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.west-ce47 ul,
.west-ce47 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.west-ce47 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.west-ce47 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.motion-1b8a {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.tabs_7bed {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.tabs_7bed th,
.tabs_7bed td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.tabs_7bed th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.photo_in_7f0c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.left_b676 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.preview_action_3e89 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .preview_action_3e89 {
        flex-direction: column;
        text-align: center;
    }
}

.preview_action_3e89 img {
    flex-shrink: 0;
}

.picture-a9ed {
    font-size: 4rem;
    flex-shrink: 0;
}

.message_cool_7a95 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.message_cool_7a95 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.cool_774e {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.overlay_2a82 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.highlight-warm-033e h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.highlight-warm-033e > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.disabled-bc39 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.backdrop-steel-c683 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.shade_c394 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.filter-lower-e1a2 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.filter-lower-e1a2 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.mini_e371 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-0c06 {
    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);
}

.motion-8484 {
    list-style: none;
}

.motion-8484 li {
    margin-bottom: 0.75rem;
}

.motion-8484 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.motion-8484 a:hover {
    color: white;
}

.gold-f431 {
    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;
}

.stone_1bf3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.stone_1bf3 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.detail_advanced_823c {
    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);
}

.hard_6d2e {
    text-align: right;
}

@media (max-width: 767px) {
    .hard_6d2e {
        text-align: center;
        width: 100%;
    }
}

.hard_6d2e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.sidebar-129d {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.thick_8591 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.box-ad3e,
.pagination_gold_da4a,
.backdrop_south_25f1,
.dim_3d4c,
.dirty-1027,
.feature_d51f,
.sort-east-025f,
.nav-6000,
.left_b676,
.overlay_2a82 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .text-iron-0c8a {
        font-size: 1.75rem;
    }
    
    .modal-silver-8cb3 {
        font-size: 1rem;
    }
    
    .layout_under_eb42 {
        flex-direction: column;
    }
    
    .lite-f68f {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .cold_f430 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .badge-732f {
        max-width: 100%;
    }
    
    .dropdown_copper_3ee5 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .thick_8591 {
        padding: 0 1rem;
    }
    
    .dark_8025 {
        padding: 4rem 1rem 3rem;
    }
    
    .dark_8025 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .photo-2f99 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .grid_e5e5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .secondary-9bac,
    .tabs_7bed {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .backdrop-4ac5 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .shadow_last_911d {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .search_solid_e076 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .dark_8025 h1 {
        font-size: 1.5rem;
    }
    
    .grid_e5e5 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .selected-0b3e {
        padding: 0.75rem;
    }
    
    .last-4025 {
        font-size: 1.5rem;
    }
    
    .backdrop-4ac5 {
        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 */
.badge-732f:hover,
.shadow_6b8e:hover,
.texture_1f0e:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .dim_3d4c,
    .sort-east-025f,
    .nav-6000 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.breadcrumb-7d4f)
   ======================================== */

.container_b1b1.top_40b8 {
    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;
}

.container_b1b1.top_40b8 .copper_992b {
    color: #334155;
}

.container_b1b1.top_40b8 .copper_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);
}

.container_b1b1.top_40b8 .copper_992b.fn-active-0746 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.container_b1b1.top_40b8 .banner-f877 {
    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);
}

.container_b1b1.top_40b8 .banner-f877::before {
    border-bottom-color: #ffffff;
}

.container_b1b1.top_40b8 .caption_d3ea {
    color: #475569;
}

.container_b1b1.top_40b8 .caption_d3ea::before {
    background: #818cf8;
}

.container_b1b1.top_40b8 .caption_d3ea:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.container_b1b1.top_40b8 .caption_d3ea:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.container_b1b1.top_40b8 .list_e56a {
    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);
}

.container_b1b1.top_40b8 .list_e56a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.container_b1b1.top_40b8 .list_e56a span {
    background: #475569;
    box-shadow: none;
}

.container_b1b1.top_40b8 .list_e56a.fn-active-0746 span:nth-child(1),
.container_b1b1.top_40b8 .list_e56a.fn-active-0746 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .container_b1b1.top_40b8 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .container_b1b1.top_40b8 .box_east_ad3e {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .container_b1b1.top_40b8 .box_east_ad3e span {
        color: #334155 !important;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 {
        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);
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .copper_992b {
        color: #334155;
        text-shadow: none;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .copper_992b:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .copper_992b.widget-action-69ae::after {
        color: #64748b;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .banner-f877 {
        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) */
    .container_b1b1.top_40b8 .summary_steel_4401 .photo_copper_7c70.fn-active-0746 .banner-f877 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .caption_d3ea {
        color: #475569;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .caption_d3ea::before {
        color: #6366f1;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .caption_d3ea:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .caption_d3ea:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .container_b1b1.top_40b8 .summary_steel_4401 .caption_d3ea:hover::before {
        color: #4f46e5;
    }
}

/* apk.over_02ed — mesmo tema claro da home; blocos extras */
body.down_4a63 {
    background: #f8f9fa;
    color: #2c3e50;
}

.down_4a63 .status_focused_c3fb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.down_4a63 .pressed-a7a3 {
    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);
}

.down_4a63 .pressed-a7a3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.down_4a63 .pressed-a7a3 p:last-child {
    margin-bottom: 0;
}

.down_4a63 .pressed-a7a3 strong {
    color: var(--text-primary);
}

.down_4a63 .tag-eb09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.down_4a63 .tag-eb09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_in_6bca {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_in_6bca .green_ce78 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_in_6bca .description_8ca4 {
    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);
}

.picture_in_6bca .description_8ca4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_in_6bca .description_8ca4 p:last-child {
    margin-bottom: 0;
}

.picture_in_6bca .description_8ca4 strong {
    color: var(--text-primary);
}

.picture_in_6bca .box-large-fa73 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_in_6bca .box-large-fa73 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb-9b90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb-9b90 .feature-b4c6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb-9b90 .rough-5db5 {
    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);
}

.breadcrumb-9b90 .rough-5db5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb-9b90 .rough-5db5 p:last-child {
    margin-bottom: 0;
}

.breadcrumb-9b90 .rough-5db5 strong {
    color: var(--text-primary);
}

.breadcrumb-9b90 .form-29e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb-9b90 .form-29e5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.soft-e26b {
    background: #f8f9fa;
    color: #2c3e50;
}

.soft-e26b .advanced-27c7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.soft-e26b .slow-34f0 {
    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);
}

.soft-e26b .slow-34f0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.soft-e26b .slow-34f0 p:last-child {
    margin-bottom: 0;
}

.soft-e26b .slow-34f0 strong {
    color: var(--text-primary);
}

.soft-e26b .shade_selected_12d3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.soft-e26b .shade_selected_12d3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.rough_3cf5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.rough_3cf5 .media-9ceb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.rough_3cf5 .left_db66 {
    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);
}

.rough_3cf5 .left_db66 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.rough_3cf5 .left_db66 p:last-child {
    margin-bottom: 0;
}

.rough_3cf5 .left_db66 strong {
    color: var(--text-primary);
}

.rough_3cf5 .form-lite-5b79 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.rough_3cf5 .form-lite-5b79 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gold_de57 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gold_de57 .caption_slow_743f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gold_de57 .hard-0909 {
    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);
}

.gold_de57 .hard-0909 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gold_de57 .hard-0909 p:last-child {
    margin-bottom: 0;
}

.gold_de57 .hard-0909 strong {
    color: var(--text-primary);
}

.gold_de57 .backdrop_orange_8a4d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gold_de57 .backdrop_orange_8a4d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block-6c42 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block-6c42 .focused-1083 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block-6c42 .popup-f586 {
    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);
}

.block-6c42 .popup-f586 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-6c42 .popup-f586 p:last-child {
    margin-bottom: 0;
}

.block-6c42 .popup-f586 strong {
    color: var(--text-primary);
}

.block-6c42 .motion-debb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block-6c42 .motion-debb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-current-6a8d {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-current-6a8d .main_5881 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-current-6a8d .fluid_2e6a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.heading-current-6a8d .fluid_2e6a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-current-6a8d .fluid_2e6a p:last-child {
    margin-bottom: 0;
}

.heading-current-6a8d .fluid_2e6a strong {
    color: var(--text-primary);
}

.heading-current-6a8d .cool_8640 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-current-6a8d .cool_8640 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hot-65ad {
    background: #f8f9fa;
    color: #2c3e50;
}

.hot-65ad .disabled_7a2a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hot-65ad .secondary_pro_322c {
    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);
}

.hot-65ad .secondary_pro_322c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hot-65ad .secondary_pro_322c p:last-child {
    margin-bottom: 0;
}

.hot-65ad .secondary_pro_322c strong {
    color: var(--text-primary);
}

.hot-65ad .banner-dark-6296 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hot-65ad .banner-dark-6296 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-focused-5bc7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-focused-5bc7 .picture-solid-4ba6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-focused-5bc7 .notice-simple-a541 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.module-focused-5bc7 .notice-simple-a541 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-focused-5bc7 .notice-simple-a541 p:last-child {
    margin-bottom: 0;
}

.module-focused-5bc7 .notice-simple-a541 strong {
    color: var(--text-primary);
}

.module-focused-5bc7 .detail_mini_4f0b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-focused-5bc7 .detail_mini_4f0b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block-c001 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block-c001 .row-e5ab {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block-c001 .bronze-4fa0 {
    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);
}

.block-c001 .bronze-4fa0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-c001 .bronze-4fa0 p:last-child {
    margin-bottom: 0;
}

.block-c001 .bronze-4fa0 strong {
    color: var(--text-primary);
}

.block-c001 .west-c7ad {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block-c001 .west-c7ad li {
    margin-bottom: 0.65rem;
}

.block-c001 .west-c7ad li:last-child {
    margin-bottom: 0;
}

.block-c001 .menu_f04b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block-c001 .menu_f04b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.chip_2b65 {
    background: #f8f9fa;
    color: #2c3e50;
}

.chip_2b65 .red-99e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.chip_2b65 .focused_db6a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.chip_2b65 .focused_db6a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_2b65 .focused_db6a p:last-child {
    margin-bottom: 0;
}

.chip_2b65 .focused_db6a strong {
    color: var(--text-primary);
}

.chip_2b65 .progress-stone-6767 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.chip_2b65 .progress-stone-6767 li {
    margin-bottom: 0.65rem;
}

.chip_2b65 .progress-stone-6767 li:last-child {
    margin-bottom: 0;
}

.chip_2b65 .outline_1582 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.chip_2b65 .outline_1582 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.blue-7f65 {
    background: #f8f9fa;
    color: #2c3e50;
}

.blue-7f65 .content-0d4e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.blue-7f65 .shadow-6b9f {
    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);
}

.blue-7f65 .shadow-6b9f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.blue-7f65 .shadow-6b9f p:last-child {
    margin-bottom: 0;
}

.blue-7f65 .shadow-6b9f strong {
    color: var(--text-primary);
}

.blue-7f65 .banner_0006 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.blue-7f65 .banner_0006 li {
    margin-bottom: 0.65rem;
}

.blue-7f65 .banner_0006 li:last-child {
    margin-bottom: 0;
}

.blue-7f65 .glass_4d6d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.blue-7f65 .glass_4d6d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.surface_dff8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface_dff8 .photo-d6cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface_dff8 .list-iron-9adc {
    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);
}

.surface_dff8 .list-iron-9adc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface_dff8 .list-iron-9adc p:last-child {
    margin-bottom: 0;
}

.surface_dff8 .list-iron-9adc strong {
    color: var(--text-primary);
}

.surface_dff8 .fluid_1475 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface_dff8 .fluid_1475 li {
    margin-bottom: 0.65rem;
}

.surface_dff8 .fluid_1475 li:last-child {
    margin-bottom: 0;
}

body.caption_gas_4bca {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption_gas_4bca .block_north_78f3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption_gas_4bca .tiny-919a {
    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_gas_4bca .tiny-919a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_gas_4bca .tiny-919a p:last-child {
    margin-bottom: 0;
}

.caption_gas_4bca .tiny-919a strong {
    color: var(--text-primary);
}

.caption_gas_4bca .texture-tiny-12b5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption_gas_4bca .texture-tiny-12b5 li {
    margin-bottom: 0.65rem;
}

.caption_gas_4bca .texture-tiny-12b5 li:last-child {
    margin-bottom: 0;
}

.caption_gas_4bca .bottom_2833 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption_gas_4bca .bottom_2833 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb_84ad {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_84ad .popup_d75a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_84ad .list-4904 {
    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);
}

.breadcrumb_84ad .list-4904 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_84ad .list-4904 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_84ad .list-4904 strong {
    color: var(--text-primary);
}

.breadcrumb_84ad .tabs_cfd6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_84ad .tabs_cfd6 li {
    margin-bottom: 0.65rem;
}

.breadcrumb_84ad .tabs_cfd6 li:last-child {
    margin-bottom: 0;
}

.breadcrumb_84ad .layout-2cd2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_84ad .layout-2cd2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.info-2f15 {
    background: #f8f9fa;
    color: #2c3e50;
}

.info-2f15 .section_07f6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.info-2f15 .pink_9c4e {
    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);
}

.info-2f15 .pink_9c4e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info-2f15 .pink_9c4e p:last-child {
    margin-bottom: 0;
}

.info-2f15 .pink_9c4e strong {
    color: var(--text-primary);
}

.info-2f15 .layout-left-086f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.info-2f15 .layout-left-086f li {
    margin-bottom: 0.65rem;
}

.info-2f15 .layout-left-086f li:last-child {
    margin-bottom: 0;
}

.info-2f15 .purple-d519 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.info-2f15 .purple-d519 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_0789 {
    background: #f8f9fa;
    color: #2c3e50;
}

.south_0789 .first-9064 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.south_0789 .tag-black-c654 {
    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_0789 .tag-black-c654 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south_0789 .tag-black-c654 p:last-child {
    margin-bottom: 0;
}

.south_0789 .tag-black-c654 strong {
    color: var(--text-primary);
}

.south_0789 .thumbnail-1b19 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.south_0789 .thumbnail-1b19 li {
    margin-bottom: 0.65rem;
}

.south_0789 .thumbnail-1b19 li:last-child {
    margin-bottom: 0;
}

.south_0789 .hidden_d108 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.south_0789 .hidden_d108 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: 7d2f */
.widget-item-p9 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
