/* 
 * 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.lite_7c23) — fixed together on mobile */
.panel-de73 {
    width: 100%;
}

.accent-steel-b959 {
    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) {
    .panel-de73 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .accent-steel-b959 {
        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.article_new_35a3. Conta) stay reachable.
     */
    .carousel-silver-84f9 .hot_7047 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .panel-de73 .carousel-silver-84f9 > .hot_7047 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) .accent-steel-b959 {
        flex-shrink: 0;
    }

    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) .carousel-silver-84f9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) .carousel-silver-84f9 > .hot_7047 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) .basic-5fec {
        flex-shrink: 0;
    }

    .panel-de73:has(.badge-fresh-2d44.fn-show-8584) .badge-fresh-2d44.fn-show-8584 {
        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 */
    .carousel-silver-84f9 .badge-fresh-2d44 .panel-5be2.fn-active-8584 .gallery-ed56 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .accent-steel-b959 {
        position: sticky;
        top: 0;
    }
}

.panel-de73.widget_90b0,
.panel-de73.widget_90b0 .accent-steel-b959 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.selected-66a3 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .selected-66a3 {
        padding: 0.75rem 0;
    }
}

.popup_bottom_6082 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.search-60c2 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .search-60c2 img {
        height: 35px;
    }
}

/* .carousel-silver-84f9 / .module_smooth_768f — inner pages (brown bar); index uses .hidden-up-ac29 below */

.carousel-silver-84f9:not(.hidden-up-ac29) .module_smooth_768f.fn-active-8584 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.liquid-7fdf {
    display: flex;
    gap: var(--spacing-md);
}

.picture_liquid_7e5f,
.silver-f1ac {
    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) {
    .picture_liquid_7e5f,
    .silver-f1ac {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .liquid-7fdf {
        gap: 0.5rem;
    }
}

.picture_liquid_7e5f {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.picture_liquid_7e5f:hover {
    background: var(--primary-purple);
    color: white;
}

.silver-f1ac {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.silver-f1ac:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.liquid-0587 {
    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%;
}

.liquid-0587::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;
}

.liquid-0587::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;
}

.logo_basic_e328 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.plasma_b729 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.plasma_b729 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);
}

.liquid-0587 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;
}

.static_0b19 {
    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;
}

.static_0b19 strong {
    font-weight: 700;
}

.background_top_af73 {
    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);
}

.sort_a135 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.heading-slow-7966 {
    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);
}

.heading-slow-7966:hover {
    transform: translateY(-4px);
}

.outer-2334 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.large_a365 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.main_action_1b72 {
    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;
}

.main_action_1b72:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.main_action_1b72.carousel-ab99 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.lite-e037 {
    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);
}

.lite-e037:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.advanced_e021 {
    padding: 3rem 1.25rem;
    background: white;
}

.prev-31b2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.shade_north_8d7e {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.shade_north_8d7e:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.shade_north_8d7e img {
    margin-bottom: 1rem;
}

.container_black_1857 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.shade_north_8d7e h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.shade_north_8d7e 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 */
.complex_61ae {
    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);
}

.pro_eb5d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.heading-advanced-fb71 {
    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);
}

.heading-advanced-fb71 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.heading-advanced-fb71 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.heading-advanced-fb71 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fast_bf8b {
    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
   ======================================== */

.complex_a64e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.thick-a894 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.medium-9b07 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.shadow-fc32 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.modal-old-52ec {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.modal-old-52ec:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.modal-old-52ec.dynamic_51b9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.modal-old-52ec.dynamic_51b9 h3,
.modal-old-52ec.dynamic_51b9 p {
    color: white;
}

.under_6047 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.modal-old-52ec h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.modal-old-52ec p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.inner-6f8f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.inner-6f8f:hover {
    gap: 0.75rem;
}

.modal-old-52ec.dynamic_51b9 .inner-6f8f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.lower_c616 {
    padding: 4rem 1.25rem;
    background: white;
}

.element_active_b0d7 {
    text-align: center;
    margin-bottom: 3rem;
}

.mini_1a07 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.video-0355 {
    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%;
}

.video-0355:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.info-motion-78d6 {
    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);
}

.active-4601 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.content_6dd6 {
    padding: 1.5rem;
}

.content_6dd6 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.last-3185 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hot-2eae {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.shade-left-6027,
.logo_prev_1f2e {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.shade-left-6027 {
    background: #dcfce7;
    color: #166534;
}

.shade-left-6027.section_e2b5 {
    background: #10b981;
    color: white;
}

.logo_prev_1f2e {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.logo_prev_1f2e.over_f5e9 {
    background: #fee2e2;
    color: #991b1b;
}

.logo_prev_1f2e.paper-fc04 {
    background: #fef3c7;
    color: #92400e;
}

.logo_prev_1f2e.right_c18e {
    background: #dcfce7;
    color: #166534;
}

.green-9046 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.green-9046 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.dark_8112 {
    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);
}

.dark_8112:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.light-d0b9 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.dirty-9292 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.picture_777e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .picture_777e {
        grid-template-columns: 1fr 1fr;
    }
}

.under_048b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.over-0206 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.prev-aa51 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.new-c1b1 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.mask-9dda {
    font-size: 1rem;
    opacity: 0.9;
}

.over-0206 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.sort_0313 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.sort_0313 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.sort_0313 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;
}

.sort_0313 li strong {
    color: var(--primary-purple);
}

.sort_0313 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.table_5aac {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.shade_1b53 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.banner_gas_fdc5 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.shade_1b53 .large_a365 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.pattern-ac14 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.popup_8398 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.popup_8398 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.photo-short-0c11 {
    padding: 4rem 1.25rem;
    background: white;
}

.text-basic-cda7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .text-basic-cda7 {
        grid-template-columns: 1fr 1fr;
    }
}

.frame_up_8b3f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.first-a6dc {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.next_0005 {
    margin-bottom: 1.5rem;
}

.video-cbea {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.old-508d {
    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);
}

.old-461a {
    white-space: nowrap;
}

.heading_next_3e5e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.card_ff98 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.box-0bcc {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.box-0bcc:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.image_3453 {
    font-size: 2rem;
    flex-shrink: 0;
}

.status_f5f2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.status_f5f2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.feature_dirty_d64b {
    margin-top: 3rem;
}

.feature_dirty_d64b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.description_tall_8b98 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.description_tall_8b98 thead {
    background: var(--primary-purple);
    color: white;
}

.description_tall_8b98 th,
.description_tall_8b98 td {
    padding: 1rem;
    text-align: left;
}

.description_tall_8b98 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.description_tall_8b98 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.description_tall_8b98 tbody tr:last-child {
    border-bottom: none;
}

.description_tall_8b98 tbody tr:hover {
    background: var(--light-bg);
}

.up_063c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.row-0a5f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.frame_out_f49b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.lite-78e9 {
    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);
}

.lite-78e9:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.lite-78e9.notice-5871::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;
}

.aside-first-6c3b {
    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;
}

.container-steel-9748 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.main-7285 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.input_4849 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.surface_plasma_607c {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.surface_plasma_607c p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.surface_plasma_607c p:last-child {
    margin-bottom: 0;
}

.surface_plasma_607c strong {
    color: var(--text-primary);
    font-weight: 600;
}

.component-725d {
    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;
}

.media-large-0cd1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.secondary_hot_3191 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.secondary_hot_3191 .outer-2334 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.secondary_hot_3191 .large_a365 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.huge_685e {
    padding: 4rem 1.25rem;
    background: white;
}

.dropdown-dark-40e3 {
    max-width: 900px;
    margin: 0 auto;
}

.popup_d6c8 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.popup_d6c8:hover {
    border-color: var(--primary-purple);
}

.popup_d6c8[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.popup_d6c8 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;
}

.popup_d6c8 summary::-webkit-details-marker {
    display: none;
}

.popup_d6c8 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.popup_d6c8[open] summary::after {
    transform: rotate(45deg);
}

.narrow-017f {
    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);
    }
}

.narrow-017f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.narrow-017f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.narrow-017f ul,
.narrow-017f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.narrow-017f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.narrow-017f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.slider_2af7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.pattern_c208 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.pattern_c208 th,
.pattern_c208 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.pattern_c208 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.stale-a7da {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.dark-27d4 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.copper-8017 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .copper-8017 {
        flex-direction: column;
        text-align: center;
    }
}

.copper-8017 img {
    flex-shrink: 0;
}

.table-b118 {
    font-size: 4rem;
    flex-shrink: 0;
}

.old_e921 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.old_e921 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.up_ca64 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.under_6d0e {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.section-cd73 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-cd73 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.frame-10d1 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.gallery-over-fe4c {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.backdrop_1e3b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.status-old-6862 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.status-old-6862 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.table_next_23ae {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.accent-dae9 {
    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);
}

.narrow-d9f7 {
    list-style: none;
}

.narrow-d9f7 li {
    margin-bottom: 0.75rem;
}

.narrow-d9f7 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.narrow-d9f7 a:hover {
    color: white;
}

.left-78a2 {
    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;
}

.notice-3134 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.notice-3134 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.out_d804 {
    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);
}

.east_d709 {
    text-align: right;
}

@media (max-width: 767px) {
    .east_d709 {
        text-align: center;
        width: 100%;
    }
}

.east_d709 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.banner-dynamic-a5ca {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.hot_7047 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.advanced_e021,
.complex_61ae,
.complex_a64e,
.lower_c616,
.dirty-9292,
.photo-short-0c11,
.row-0a5f,
.huge_685e,
.dark-27d4,
.under_6d0e {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .thick-a894 {
        font-size: 1.75rem;
    }
    
    .medium-9b07 {
        font-size: 1rem;
    }
    
    .table_5aac {
        flex-direction: column;
    }
    
    .text-basic-cda7 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .mini_1a07 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .video-0355 {
        max-width: 100%;
    }
    
    .active-4601 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .hot_7047 {
        padding: 0 1rem;
    }
    
    .liquid-0587 {
        padding: 4rem 1rem 3rem;
    }
    
    .liquid-0587 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .main_action_1b72 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .sort_a135 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .description_tall_8b98,
    .pattern_c208 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .prev-31b2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .shadow-fc32 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .frame_out_f49b {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .liquid-0587 h1 {
        font-size: 1.5rem;
    }
    
    .sort_a135 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .heading-slow-7966 {
        padding: 0.75rem;
    }
    
    .outer-2334 {
        font-size: 1.5rem;
    }
    
    .prev-31b2 {
        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 */
.video-0355:hover,
.modal-old-52ec:hover,
.lite-78e9:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .lower_c616,
    .row-0a5f,
    .huge_685e {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.lite_7c23)
   ======================================== */

.carousel-silver-84f9.hidden-up-ac29 {
    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;
}

.carousel-silver-84f9.hidden-up-ac29 .module_smooth_768f {
    color: #334155;
}

.carousel-silver-84f9.hidden-up-ac29 .module_smooth_768f:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.carousel-silver-84f9.hidden-up-ac29 .module_smooth_768f.fn-active-8584 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.carousel-silver-84f9.hidden-up-ac29 .gallery-ed56 {
    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);
}

.carousel-silver-84f9.hidden-up-ac29 .gallery-ed56::before {
    border-bottom-color: #ffffff;
}

.carousel-silver-84f9.hidden-up-ac29 .accordion_a88b {
    color: #475569;
}

.carousel-silver-84f9.hidden-up-ac29 .accordion_a88b::before {
    background: #818cf8;
}

.carousel-silver-84f9.hidden-up-ac29 .accordion_a88b:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.carousel-silver-84f9.hidden-up-ac29 .accordion_a88b:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.carousel-silver-84f9.hidden-up-ac29 .upper-d2e7 {
    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);
}

.carousel-silver-84f9.hidden-up-ac29 .upper-d2e7:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.carousel-silver-84f9.hidden-up-ac29 .upper-d2e7 span {
    background: #475569;
    box-shadow: none;
}

.carousel-silver-84f9.hidden-up-ac29 .upper-d2e7.fn-active-8584 span:nth-child(1),
.carousel-silver-84f9.hidden-up-ac29 .upper-d2e7.fn-active-8584 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .carousel-silver-84f9.hidden-up-ac29 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .carousel-silver-84f9.hidden-up-ac29 .basic-5fec {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .carousel-silver-84f9.hidden-up-ac29 .basic-5fec span {
        color: #334155 !important;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 {
        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);
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .module_smooth_768f {
        color: #334155;
        text-shadow: none;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .module_smooth_768f:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .module_smooth_768f.column_9dd3::after {
        color: #64748b;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .gallery-ed56 {
        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) */
    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .panel-5be2.fn-active-8584 .gallery-ed56 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .accordion_a88b {
        color: #475569;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .accordion_a88b::before {
        color: #6366f1;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .accordion_a88b:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .accordion_a88b:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .carousel-silver-84f9.hidden-up-ac29 .badge-fresh-2d44 .accordion_a88b:hover::before {
        color: #4f46e5;
    }
}

/* apk.main_783a — mesmo tema claro da home; blocos extras */
body.dropdown-4cde {
    background: #f8f9fa;
    color: #2c3e50;
}

.dropdown-4cde .menu-thick-9af0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dropdown-4cde .border_be59 {
    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);
}

.dropdown-4cde .border_be59 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dropdown-4cde .border_be59 p:last-child {
    margin-bottom: 0;
}

.dropdown-4cde .border_be59 strong {
    color: var(--text-primary);
}

.dropdown-4cde .first-3c76 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dropdown-4cde .first-3c76 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box_complex_a6c4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box_complex_a6c4 .gallery_9fde {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box_complex_a6c4 .shadow_c208 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.box_complex_a6c4 .shadow_c208 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box_complex_a6c4 .shadow_c208 p:last-child {
    margin-bottom: 0;
}

.box_complex_a6c4 .shadow_c208 strong {
    color: var(--text-primary);
}

.box_complex_a6c4 .block-38ce {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box_complex_a6c4 .block-38ce 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-6eb2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.surface-6eb2 .alert-cool-c581 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.surface-6eb2 .main-e6ac {
    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-6eb2 .main-e6ac p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.surface-6eb2 .main-e6ac p:last-child {
    margin-bottom: 0;
}

.surface-6eb2 .main-e6ac strong {
    color: var(--text-primary);
}

.surface-6eb2 .card_8e29 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.surface-6eb2 .card_8e29 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean-3da0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean-3da0 .title-e3d0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean-3da0 .mask-west-c1ac {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.clean-3da0 .mask-west-c1ac p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean-3da0 .mask-west-c1ac p:last-child {
    margin-bottom: 0;
}

.clean-3da0 .mask-west-c1ac strong {
    color: var(--text-primary);
}

.clean-3da0 .outline-cold-4247 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean-3da0 .outline-cold-4247 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_warm_724c {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb_warm_724c .tooltip-cool-ed7b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb_warm_724c .alert_easy_bfc5 {
    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_warm_724c .alert_easy_bfc5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb_warm_724c .alert_easy_bfc5 p:last-child {
    margin-bottom: 0;
}

.breadcrumb_warm_724c .alert_easy_bfc5 strong {
    color: var(--text-primary);
}

.breadcrumb_warm_724c .shadow_4273 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb_warm_724c .shadow_4273 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.silver_4d6f {
    background: #f8f9fa;
    color: #2c3e50;
}

.silver_4d6f .gallery_focused_b696 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.silver_4d6f .shadow_upper_ce8b {
    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);
}

.silver_4d6f .shadow_upper_ce8b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.silver_4d6f .shadow_upper_ce8b p:last-child {
    margin-bottom: 0;
}

.silver_4d6f .shadow_upper_ce8b strong {
    color: var(--text-primary);
}

.silver_4d6f .upper-c371 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.silver_4d6f .upper-c371 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu_fixed_d3a9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_fixed_d3a9 .middle_2ca9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_fixed_d3a9 .filter_4c15 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.menu_fixed_d3a9 .filter_4c15 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_fixed_d3a9 .filter_4c15 p:last-child {
    margin-bottom: 0;
}

.menu_fixed_d3a9 .filter_4c15 strong {
    color: var(--text-primary);
}

.menu_fixed_d3a9 .current-29d9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_fixed_d3a9 .current-29d9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text_82c4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text_82c4 .middle-3eec {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text_82c4 .modal-pink-d38e {
    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);
}

.text_82c4 .modal-pink-d38e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_82c4 .modal-pink-d38e p:last-child {
    margin-bottom: 0;
}

.text_82c4 .modal-pink-d38e strong {
    color: var(--text-primary);
}

.text_82c4 .content_8185 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text_82c4 .content_8185 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal-thick-53dd {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-thick-53dd .search-hovered-e3be {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-thick-53dd .column-advanced-53c1 {
    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);
}

.modal-thick-53dd .column-advanced-53c1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-thick-53dd .column-advanced-53c1 p:last-child {
    margin-bottom: 0;
}

.modal-thick-53dd .column-advanced-53c1 strong {
    color: var(--text-primary);
}

.modal-thick-53dd .gallery_inner_3e44 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-thick-53dd .gallery_inner_3e44 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget-last-0930 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-last-0930 .picture-1096 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-last-0930 .outline_outer_18e4 {
    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);
}

.widget-last-0930 .outline_outer_18e4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-last-0930 .outline_outer_18e4 p:last-child {
    margin-bottom: 0;
}

.widget-last-0930 .outline_outer_18e4 strong {
    color: var(--text-primary);
}

.widget-last-0930 .sidebar-7940 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-last-0930 .sidebar-7940 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview_focused_e570 {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_focused_e570 .fixed_a95e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_focused_e570 .message_cold_594f {
    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);
}

.preview_focused_e570 .message_cold_594f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_focused_e570 .message_cold_594f p:last-child {
    margin-bottom: 0;
}

.preview_focused_e570 .message_cold_594f strong {
    color: var(--text-primary);
}

.preview_focused_e570 .link_narrow_4328 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_focused_e570 .link_narrow_4328 li {
    margin-bottom: 0.65rem;
}

.preview_focused_e570 .link_narrow_4328 li:last-child {
    margin-bottom: 0;
}

.preview_focused_e570 .gradient_middle_f8cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_focused_e570 .gradient_middle_f8cb 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_ce6f {
    background: #f8f9fa;
    color: #2c3e50;
}

.section_ce6f .dirty_1762 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section_ce6f .row-7730 {
    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_ce6f .row-7730 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_ce6f .row-7730 p:last-child {
    margin-bottom: 0;
}

.section_ce6f .row-7730 strong {
    color: var(--text-primary);
}

.section_ce6f .thick_635e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section_ce6f .thick_635e li {
    margin-bottom: 0.65rem;
}

.section_ce6f .thick_635e li:last-child {
    margin-bottom: 0;
}

.section_ce6f .card_31a9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section_ce6f .card_31a9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard-7909 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard-7909 .article_60d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard-7909 .cold-bebc {
    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);
}

.hard-7909 .cold-bebc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-7909 .cold-bebc p:last-child {
    margin-bottom: 0;
}

.hard-7909 .cold-bebc strong {
    color: var(--text-primary);
}

.hard-7909 .overlay_easy_9d62 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard-7909 .overlay_easy_9d62 li {
    margin-bottom: 0.65rem;
}

.hard-7909 .overlay_easy_9d62 li:last-child {
    margin-bottom: 0;
}

.hard-7909 .column-61cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard-7909 .column-61cb 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-df1d {
    background: #f8f9fa;
    color: #2c3e50;
}

.caption-df1d .column_cold_08fb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.caption-df1d .rough_413f {
    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-df1d .rough_413f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-df1d .rough_413f p:last-child {
    margin-bottom: 0;
}

.caption-df1d .rough_413f strong {
    color: var(--text-primary);
}

.caption-df1d .purple_58ce {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.caption-df1d .purple_58ce li {
    margin-bottom: 0.65rem;
}

.caption-df1d .purple_58ce li:last-child {
    margin-bottom: 0;
}

body.dim_3ebd {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim_3ebd .left_7064 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim_3ebd .button_left_5049 {
    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);
}

.dim_3ebd .button_left_5049 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_3ebd .button_left_5049 p:last-child {
    margin-bottom: 0;
}

.dim_3ebd .button_left_5049 strong {
    color: var(--text-primary);
}

.dim_3ebd .info-cool-741a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_3ebd .info-cool-741a li {
    margin-bottom: 0.65rem;
}

.dim_3ebd .info-cool-741a li:last-child {
    margin-bottom: 0;
}

.dim_3ebd .warm-3264 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dim_3ebd .warm-3264 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_9f2b {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_9f2b .box_061a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_9f2b .medium-b9ce {
    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);
}

.pattern_9f2b .medium-b9ce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_9f2b .medium-b9ce p:last-child {
    margin-bottom: 0;
}

.pattern_9f2b .medium-b9ce strong {
    color: var(--text-primary);
}

.pattern_9f2b .dim_c2b7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_9f2b .dim_c2b7 li {
    margin-bottom: 0.65rem;
}

.pattern_9f2b .dim_c2b7 li:last-child {
    margin-bottom: 0;
}

.pattern_9f2b .pink-8229 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_9f2b .pink-8229 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description_bottom_9f6b {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_bottom_9f6b .wood_28cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_bottom_9f6b .paper_ff85 {
    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_bottom_9f6b .paper_ff85 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_bottom_9f6b .paper_ff85 p:last-child {
    margin-bottom: 0;
}

.description_bottom_9f6b .paper_ff85 strong {
    color: var(--text-primary);
}

.description_bottom_9f6b .black-fc1d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_bottom_9f6b .black-fc1d li {
    margin-bottom: 0.65rem;
}

.description_bottom_9f6b .black-fc1d li:last-child {
    margin-bottom: 0;
}

.description_bottom_9f6b .over_0f46 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_bottom_9f6b .over_0f46 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.border_black_847f {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_black_847f .button_green_ca56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_black_847f .widget-top-530c {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.border_black_847f .widget-top-530c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_black_847f .widget-top-530c p:last-child {
    margin-bottom: 0;
}

.border_black_847f .widget-top-530c strong {
    color: var(--text-primary);
}

.border_black_847f .highlight_green_45b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_black_847f .highlight_green_45b9 li {
    margin-bottom: 0.65rem;
}

.border_black_847f .highlight_green_45b9 li:last-child {
    margin-bottom: 0;
}

.border_black_847f .avatar-5e80 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_black_847f .avatar-5e80 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: a1ea */
.phantom-card-v5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
