/* 
 * 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.avatar_a3ba) — fixed together on mobile */
.paragraph_b26e {
    width: 100%;
}

.link_hard_418e {
    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) {
    .paragraph_b26e {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .link_hard_418e {
        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.left_1701. Conta) stay reachable.
     */
    .light-0752 .content_down_ea3e {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .paragraph_b26e .light-0752 > .content_down_ea3e {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) .link_hard_418e {
        flex-shrink: 0;
    }

    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) .light-0752 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) .light-0752 > .content_down_ea3e {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) .widget_a217 {
        flex-shrink: 0;
    }

    .paragraph_b26e:has(.tertiary-76d7.fn-show-94bd) .tertiary-76d7.fn-show-94bd {
        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 */
    .light-0752 .tertiary-76d7 .mini_b192.fn-active-94bd .logo-aa1d {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .link_hard_418e {
        position: sticky;
        top: 0;
    }
}

.paragraph_b26e.photo-dirty-6964,
.paragraph_b26e.photo-dirty-6964 .link_hard_418e {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.old_4253 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .old_4253 {
        padding: 0.75rem 0;
    }
}

.liquid-6318 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.frame_small_6f6e img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .frame_small_6f6e img {
        height: 35px;
    }
}

/* .light-0752 / .heading-27e4 — inner pages (brown bar); index uses .purple_335b below */

.light-0752:not(.purple_335b) .heading-27e4.fn-active-94bd {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.black_72ef {
    display: flex;
    gap: var(--spacing-md);
}

.pagination-807a,
.breadcrumb_gas_c12b {
    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) {
    .pagination-807a,
    .breadcrumb_gas_c12b {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .black_72ef {
        gap: 0.5rem;
    }
}

.pagination-807a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.pagination-807a:hover {
    background: var(--primary-purple);
    color: white;
}

.breadcrumb_gas_c12b {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.breadcrumb_gas_c12b:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.sidebar_8e27 {
    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%;
}

.sidebar_8e27::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;
}

.sidebar_8e27::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;
}

.stale-7f56 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.label-steel-39e2 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.label-steel-39e2 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);
}

.sidebar_8e27 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;
}

.focus_thick_f6c0 {
    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;
}

.focus_thick_f6c0 strong {
    font-weight: 700;
}

.label-gold-bf6d {
    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);
}

.disabled-a746 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.component-hot-31a6 {
    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);
}

.component-hot-31a6:hover {
    transform: translateY(-4px);
}

.gallery_action_cfbd {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.form_29ef {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.section-west-ccf4 {
    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;
}

.section-west-ccf4:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.section-west-ccf4.module-f9da {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.nav_simple_b0e7 {
    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);
}

.nav_simple_b0e7:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.widget_1bc3 {
    padding: 3rem 1.25rem;
    background: white;
}

.pagination_ba3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.panel-b029 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.panel-b029:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.panel-b029 img {
    margin-bottom: 1rem;
}

.dim-902f {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.panel-b029 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.panel-b029 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 */
.photo_60eb {
    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);
}

.rough_4814 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.soft_b430 {
    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);
}

.soft_b430 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.soft_b430 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.soft_b430 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.texture_8075 {
    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
   ======================================== */

.notification_1351 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.accent_selected_30f2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.shade_53dd {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.item_7f40 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.highlight-9da5 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.highlight-9da5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.highlight-9da5.breadcrumb_north_646b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.highlight-9da5.breadcrumb_north_646b h3,
.highlight-9da5.breadcrumb_north_646b p {
    color: white;
}

.bright-460b {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.highlight-9da5 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.highlight-9da5 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.yellow_6646 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.yellow_6646:hover {
    gap: 0.75rem;
}

.highlight-9da5.breadcrumb_north_646b .yellow_6646 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.simple-4a88 {
    padding: 4rem 1.25rem;
    background: white;
}

.sidebar_1fb5 {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-easy-c674 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.bright_1a50 {
    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%;
}

.bright_1a50:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.menu_879b {
    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);
}

.panel_614c {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.header-wide-468f {
    padding: 1.5rem;
}

.header-wide-468f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.wrapper-a190 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.rough_839d {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tag_de86,
.large_e945 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.tag_de86 {
    background: #dcfce7;
    color: #166534;
}

.tag_de86.preview_ddfd {
    background: #10b981;
    color: white;
}

.large_e945 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.large_e945.list_dim_76a7 {
    background: #fee2e2;
    color: #991b1b;
}

.large_e945.narrow-4601 {
    background: #fef3c7;
    color: #92400e;
}

.large_e945.mini-b8c4 {
    background: #dcfce7;
    color: #166534;
}

.pressed_e319 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pressed_e319 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.info_glass_5f77 {
    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);
}

.info_glass_5f77:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.video_outer_6868 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.in_9cbe {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tabs-31a4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tabs-31a4 {
        grid-template-columns: 1fr 1fr;
    }
}

.content-over-7aaa img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.background-194a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hero-75ed {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.popup_slow_fe0b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.icon-motion-67f4 {
    font-size: 1rem;
    opacity: 0.9;
}

.background-194a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.backdrop-7d45 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.backdrop-7d45 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.backdrop-7d45 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;
}

.backdrop-7d45 li strong {
    color: var(--primary-purple);
}

.backdrop-7d45 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.secondary_hot_7642 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.advanced_31cb {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.stale_7471 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.advanced_31cb .form_29ef {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.search_9ccd p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.orange-2258 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.orange-2258 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.middle_0623 {
    padding: 4rem 1.25rem;
    background: white;
}

.input_d9a9 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .input_d9a9 {
        grid-template-columns: 1fr 1fr;
    }
}

.pagination_2a48 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box_dark_1967 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.heading-b6d4 {
    margin-bottom: 1.5rem;
}

.content-hot-7dd5 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.fast_507e {
    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);
}

.hot_ea32 {
    white-space: nowrap;
}

.widget_0020 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.full_06b0 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.carousel_a047 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.carousel_a047:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.slider_out_76c6 {
    font-size: 2rem;
    flex-shrink: 0;
}

.small_97b9 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.small_97b9 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.fixed-23b7 {
    margin-top: 3rem;
}

.fixed-23b7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.tertiary_74c1 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.tertiary_74c1 thead {
    background: var(--primary-purple);
    color: white;
}

.tertiary_74c1 th,
.tertiary_74c1 td {
    padding: 1rem;
    text-align: left;
}

.tertiary_74c1 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.tertiary_74c1 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.tertiary_74c1 tbody tr:last-child {
    border-bottom: none;
}

.tertiary_74c1 tbody tr:hover {
    background: var(--light-bg);
}

.main_down_cfe3 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.bottom-a798 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.small-ac44 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.main_bottom_61c1 {
    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);
}

.main_bottom_61c1:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.main_bottom_61c1.item-abd4::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;
}

.status-8525 {
    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;
}

.cool_ffb2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.liquid-a9e1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.list-af51 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask-narrow-98a3 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.mask-narrow-98a3 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.mask-narrow-98a3 p:last-child {
    margin-bottom: 0;
}

.mask-narrow-98a3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.secondary_f3dd {
    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;
}

.south_7c5a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.feature-fb44 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.feature-fb44 .gallery_action_cfbd {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.feature-fb44 .form_29ef {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.text-middle-ea1a {
    padding: 4rem 1.25rem;
    background: white;
}

.tertiary_action_9e2b {
    max-width: 900px;
    margin: 0 auto;
}

.text-hard-d8cd {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.text-hard-d8cd:hover {
    border-color: var(--primary-purple);
}

.text-hard-d8cd[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.text-hard-d8cd 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;
}

.text-hard-d8cd summary::-webkit-details-marker {
    display: none;
}

.text-hard-d8cd summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.text-hard-d8cd[open] summary::after {
    transform: rotate(45deg);
}

.thumbnail_brown_f92c {
    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);
    }
}

.thumbnail_brown_f92c p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.thumbnail_brown_f92c h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.thumbnail_brown_f92c ul,
.thumbnail_brown_f92c ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.thumbnail_brown_f92c li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.thumbnail_brown_f92c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.detail_static_fa72 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.black-e99a {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.black-e99a th,
.black-e99a td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.black-e99a th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.card-4b2e {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.easy_a4eb {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.media_b5bf {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .media_b5bf {
        flex-direction: column;
        text-align: center;
    }
}

.media_b5bf img {
    flex-shrink: 0;
}

.photo-3d8e {
    font-size: 4rem;
    flex-shrink: 0;
}

.static_e230 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.static_e230 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.photo_036b {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.gradient_simple_55d0 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.yellow_4faa h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.yellow_4faa > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.icon_0fb9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.gallery-a35d {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.hot_4475 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.menu-3d1c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.menu-3d1c p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.module-south-557c {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hard-5714 {
    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_3294 {
    list-style: none;
}

.motion_3294 li {
    margin-bottom: 0.75rem;
}

.motion_3294 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.motion_3294 a:hover {
    color: white;
}

.link_up_675e {
    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;
}

.badge-black-442a {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.badge-black-442a span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.column-clean-410f {
    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);
}

.west_9f1e {
    text-align: right;
}

@media (max-width: 767px) {
    .west_9f1e {
        text-align: center;
        width: 100%;
    }
}

.west_9f1e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.grid_f14b {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.content_down_ea3e {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.widget_1bc3,
.photo_60eb,
.notification_1351,
.simple-4a88,
.in_9cbe,
.middle_0623,
.bottom-a798,
.text-middle-ea1a,
.easy_a4eb,
.gradient_simple_55d0 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .accent_selected_30f2 {
        font-size: 1.75rem;
    }
    
    .shade_53dd {
        font-size: 1rem;
    }
    
    .secondary_hot_7642 {
        flex-direction: column;
    }
    
    .input_d9a9 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .gallery-easy-c674 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .bright_1a50 {
        max-width: 100%;
    }
    
    .panel_614c {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .content_down_ea3e {
        padding: 0 1rem;
    }
    
    .sidebar_8e27 {
        padding: 4rem 1rem 3rem;
    }
    
    .sidebar_8e27 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .section-west-ccf4 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .disabled-a746 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .tertiary_74c1,
    .black-e99a {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .pagination_ba3d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .item_7f40 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .small-ac44 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .sidebar_8e27 h1 {
        font-size: 1.5rem;
    }
    
    .disabled-a746 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .component-hot-31a6 {
        padding: 0.75rem;
    }
    
    .gallery_action_cfbd {
        font-size: 1.5rem;
    }
    
    .pagination_ba3d {
        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 */
.bright_1a50:hover,
.highlight-9da5:hover,
.main_bottom_61c1:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .simple-4a88,
    .bottom-a798,
    .text-middle-ea1a {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.avatar_a3ba)
   ======================================== */

.light-0752.purple_335b {
    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;
}

.light-0752.purple_335b .heading-27e4 {
    color: #334155;
}

.light-0752.purple_335b .heading-27e4:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.light-0752.purple_335b .heading-27e4.fn-active-94bd {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.light-0752.purple_335b .logo-aa1d {
    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);
}

.light-0752.purple_335b .logo-aa1d::before {
    border-bottom-color: #ffffff;
}

.light-0752.purple_335b .advanced_7cdc {
    color: #475569;
}

.light-0752.purple_335b .advanced_7cdc::before {
    background: #818cf8;
}

.light-0752.purple_335b .advanced_7cdc:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.light-0752.purple_335b .advanced_7cdc:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.light-0752.purple_335b .text_78bf {
    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);
}

.light-0752.purple_335b .text_78bf:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.light-0752.purple_335b .text_78bf span {
    background: #475569;
    box-shadow: none;
}

.light-0752.purple_335b .text_78bf.fn-active-94bd span:nth-child(1),
.light-0752.purple_335b .text_78bf.fn-active-94bd span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .light-0752.purple_335b {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .light-0752.purple_335b .widget_a217 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .light-0752.purple_335b .widget_a217 span {
        color: #334155 !important;
    }

    .light-0752.purple_335b .tertiary-76d7 {
        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);
    }

    .light-0752.purple_335b .tertiary-76d7 .heading-27e4 {
        color: #334155;
        text-shadow: none;
    }

    .light-0752.purple_335b .tertiary-76d7 .heading-27e4:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .light-0752.purple_335b .tertiary-76d7 .heading-27e4.notification-a6c6::after {
        color: #64748b;
    }

    .light-0752.purple_335b .tertiary-76d7 .logo-aa1d {
        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) */
    .light-0752.purple_335b .tertiary-76d7 .mini_b192.fn-active-94bd .logo-aa1d {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .light-0752.purple_335b .tertiary-76d7 .advanced_7cdc {
        color: #475569;
    }

    .light-0752.purple_335b .tertiary-76d7 .advanced_7cdc::before {
        color: #6366f1;
    }

    .light-0752.purple_335b .tertiary-76d7 .advanced_7cdc:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .light-0752.purple_335b .tertiary-76d7 .advanced_7cdc:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .light-0752.purple_335b .tertiary-76d7 .advanced_7cdc:hover::before {
        color: #4f46e5;
    }
}

/* apk.module-focused-e8a1 — mesmo tema claro da home; blocos extras */
body.sort-ade7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-ade7 .slider_smooth_16f7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-ade7 .over_05d8 {
    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-ade7 .over_05d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-ade7 .over_05d8 p:last-child {
    margin-bottom: 0;
}

.sort-ade7 .over_05d8 strong {
    color: var(--text-primary);
}

.sort-ade7 .texture-7683 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-ade7 .texture-7683 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media_fast_f984 {
    background: #f8f9fa;
    color: #2c3e50;
}

.media_fast_f984 .copper_2e61 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media_fast_f984 .white_61b6 {
    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);
}

.media_fast_f984 .white_61b6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media_fast_f984 .white_61b6 p:last-child {
    margin-bottom: 0;
}

.media_fast_f984 .white_61b6 strong {
    color: var(--text-primary);
}

.media_fast_f984 .rough-13aa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media_fast_f984 .rough-13aa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame-middle-dc62 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame-middle-dc62 .right_6817 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame-middle-dc62 .down_fd7b {
    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);
}

.frame-middle-dc62 .down_fd7b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame-middle-dc62 .down_fd7b p:last-child {
    margin-bottom: 0;
}

.frame-middle-dc62 .down_fd7b strong {
    color: var(--text-primary);
}

.frame-middle-dc62 .last-5e8f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame-middle-dc62 .last-5e8f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dirty-10da {
    background: #f8f9fa;
    color: #2c3e50;
}

.dirty-10da .paragraph-east-c5c7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dirty-10da .footer_glass_47df {
    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);
}

.dirty-10da .footer_glass_47df p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dirty-10da .footer_glass_47df p:last-child {
    margin-bottom: 0;
}

.dirty-10da .footer_glass_47df strong {
    color: var(--text-primary);
}

.dirty-10da .header_static_422d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dirty-10da .header_static_422d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.label-hard-f892 {
    background: #f8f9fa;
    color: #2c3e50;
}

.label-hard-f892 .gallery_e737 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label-hard-f892 .tiny_ba75 {
    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);
}

.label-hard-f892 .tiny_ba75 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label-hard-f892 .tiny_ba75 p:last-child {
    margin-bottom: 0;
}

.label-hard-f892 .tiny_ba75 strong {
    color: var(--text-primary);
}

.label-hard-f892 .thick_15be {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label-hard-f892 .thick_15be 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_a2a2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title_a2a2 .sort_6d99 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title_a2a2 .south_9f40 {
    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_a2a2 .south_9f40 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title_a2a2 .south_9f40 p:last-child {
    margin-bottom: 0;
}

.title_a2a2 .south_9f40 strong {
    color: var(--text-primary);
}

.title_a2a2 .preview-f7be {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title_a2a2 .preview-f7be img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dark-277b {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark-277b .selected_520c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark-277b .solid_931a {
    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);
}

.dark-277b .solid_931a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark-277b .solid_931a p:last-child {
    margin-bottom: 0;
}

.dark-277b .solid_931a strong {
    color: var(--text-primary);
}

.dark-277b .secondary_dark_6d34 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark-277b .secondary_dark_6d34 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gallery-3721 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gallery-3721 .icon-5cbf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gallery-3721 .iron-9319 {
    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);
}

.gallery-3721 .iron-9319 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gallery-3721 .iron-9319 p:last-child {
    margin-bottom: 0;
}

.gallery-3721 .iron-9319 strong {
    color: var(--text-primary);
}

.gallery-3721 .next_9632 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gallery-3721 .next_9632 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline_static_95eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline_static_95eb .title-ab34 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline_static_95eb .layout_f5d1 {
    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);
}

.outline_static_95eb .layout_f5d1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_static_95eb .layout_f5d1 p:last-child {
    margin-bottom: 0;
}

.outline_static_95eb .layout_f5d1 strong {
    color: var(--text-primary);
}

.outline_static_95eb .photo-outer-6744 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline_static_95eb .photo-outer-6744 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel-fb60 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel-fb60 .plasma_b157 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel-fb60 .element_a7cf {
    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);
}

.panel-fb60 .element_a7cf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel-fb60 .element_a7cf p:last-child {
    margin-bottom: 0;
}

.panel-fb60 .element_a7cf strong {
    color: var(--text-primary);
}

.panel-fb60 .wood-9451 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel-fb60 .wood-9451 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tooltip_f0b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tooltip_f0b3 .preview-hard-20a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tooltip_f0b3 .short_ae01 {
    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);
}

.tooltip_f0b3 .short_ae01 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip_f0b3 .short_ae01 p:last-child {
    margin-bottom: 0;
}

.tooltip_f0b3 .short_ae01 strong {
    color: var(--text-primary);
}

.tooltip_f0b3 .yellow-7b85 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tooltip_f0b3 .yellow-7b85 li {
    margin-bottom: 0.65rem;
}

.tooltip_f0b3 .yellow-7b85 li:last-child {
    margin-bottom: 0;
}

.tooltip_f0b3 .component_7119 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tooltip_f0b3 .component_7119 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section-b09e {
    background: #f8f9fa;
    color: #2c3e50;
}

.section-b09e .dropdown_narrow_90a6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section-b09e .pink_2ec7 {
    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);
}

.section-b09e .pink_2ec7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-b09e .pink_2ec7 p:last-child {
    margin-bottom: 0;
}

.section-b09e .pink_2ec7 strong {
    color: var(--text-primary);
}

.section-b09e .north-f73b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-b09e .north-f73b li {
    margin-bottom: 0.65rem;
}

.section-b09e .north-f73b li:last-child {
    margin-bottom: 0;
}

.section-b09e .sidebar_dark_8c45 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section-b09e .sidebar_dark_8c45 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_narrow_02ea {
    background: #f8f9fa;
    color: #2c3e50;
}

.message_narrow_02ea .prev-8dd8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message_narrow_02ea .accordion_large_1a79 {
    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_narrow_02ea .accordion_large_1a79 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_narrow_02ea .accordion_large_1a79 p:last-child {
    margin-bottom: 0;
}

.message_narrow_02ea .accordion_large_1a79 strong {
    color: var(--text-primary);
}

.message_narrow_02ea .filter-9b51 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message_narrow_02ea .filter-9b51 li {
    margin-bottom: 0.65rem;
}

.message_narrow_02ea .filter-9b51 li:last-child {
    margin-bottom: 0;
}

.message_narrow_02ea .secondary-current-ac23 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message_narrow_02ea .secondary-current-ac23 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wood-39b2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wood-39b2 .static-14cc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wood-39b2 .hero-37d6 {
    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);
}

.wood-39b2 .hero-37d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood-39b2 .hero-37d6 p:last-child {
    margin-bottom: 0;
}

.wood-39b2 .hero-37d6 strong {
    color: var(--text-primary);
}

.wood-39b2 .summary_7938 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wood-39b2 .summary_7938 li {
    margin-bottom: 0.65rem;
}

.wood-39b2 .summary_7938 li:last-child {
    margin-bottom: 0;
}

body.description-391e {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-391e .shadow_bottom_5b98 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-391e .widget-bronze-1dca {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.description-391e .widget-bronze-1dca p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-391e .widget-bronze-1dca p:last-child {
    margin-bottom: 0;
}

.description-391e .widget-bronze-1dca strong {
    color: var(--text-primary);
}

.description-391e .frame_fixed_99f8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-391e .frame_fixed_99f8 li {
    margin-bottom: 0.65rem;
}

.description-391e .frame_fixed_99f8 li:last-child {
    margin-bottom: 0;
}

.description-391e .outline-advanced-fea4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-391e .outline-advanced-fea4 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-1a28 {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-1a28 .over_2003 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-1a28 .selected-4773 {
    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-1a28 .selected-4773 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-1a28 .selected-4773 p:last-child {
    margin-bottom: 0;
}

.caption-1a28 .selected-4773 strong {
    color: var(--text-primary);
}

.caption-1a28 .footer-upper-1522 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-1a28 .footer-upper-1522 li {
    margin-bottom: 0.65rem;
}

.caption-1a28 .footer-upper-1522 li:last-child {
    margin-bottom: 0;
}

.caption-1a28 .fluid_1c10 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.caption-1a28 .fluid_1c10 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input_down_6ef0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input_down_6ef0 .banner-middle-4040 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input_down_6ef0 .border_0a53 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.input_down_6ef0 .border_0a53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input_down_6ef0 .border_0a53 p:last-child {
    margin-bottom: 0;
}

.input_down_6ef0 .border_0a53 strong {
    color: var(--text-primary);
}

.input_down_6ef0 .prev_2419 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input_down_6ef0 .prev_2419 li {
    margin-bottom: 0.65rem;
}

.input_down_6ef0 .prev_2419 li:last-child {
    margin-bottom: 0;
}

.input_down_6ef0 .slider_3fd1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input_down_6ef0 .slider_3fd1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.prev_f36d {
    background: #f8f9fa;
    color: #2c3e50;
}

.prev_f36d .top-b1bd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.prev_f36d .item_light_b37a {
    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);
}

.prev_f36d .item_light_b37a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev_f36d .item_light_b37a p:last-child {
    margin-bottom: 0;
}

.prev_f36d .item_light_b37a strong {
    color: var(--text-primary);
}

.prev_f36d .advanced-c0e8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev_f36d .advanced-c0e8 li {
    margin-bottom: 0.65rem;
}

.prev_f36d .advanced-c0e8 li:last-child {
    margin-bottom: 0;
}

.prev_f36d .thumbnail-last-5685 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.prev_f36d .thumbnail-last-5685 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: bae6 */
.widget-item-s6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
