/* 
 * 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.content_light_b259) — fixed together on mobile */
.hidden-easy-5eac {
    width: 100%;
}

.secondary-b987 {
    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) {
    .hidden-easy-5eac {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .secondary-b987 {
        box-shadow: none;
    }

    body {
        padding-top: 118px;
    }

    /*
     * Mobile: menu lives inside fixed header — document does not scroll for overflow.
     * Make the expanded panel scrollable so dropdowns (e.container-367f. Conta) stay reachable.
     */
    .alert-liquid-1f7d .background_1375 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .hidden-easy-5eac .alert-liquid-1f7d > .background_1375 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) .secondary-b987 {
        flex-shrink: 0;
    }

    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) .alert-liquid-1f7d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) .alert-liquid-1f7d > .background_1375 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) .text_c63a {
        flex-shrink: 0;
    }

    .hidden-easy-5eac:has(.active_clean_aee9.fn-show-bf68) .active_clean_aee9.fn-show-bf68 {
        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 */
    .alert-liquid-1f7d .active_clean_aee9 .badge-e8aa.fn-active-bf68 .mini_b55a {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .secondary-b987 {
        position: sticky;
        top: 0;
    }
}

.hidden-easy-5eac.mask_4458,
.hidden-easy-5eac.mask_4458 .secondary-b987 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.outline_action_4203 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .outline_action_4203 {
        padding: 0.75rem 0;
    }
}

.out-5e77 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.alert_lite_cd2a img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .alert_lite_cd2a img {
        height: 35px;
    }
}

/* .alert-liquid-1f7d / .text_gold_04aa — inner pages (brown bar); index uses .mini_7b97 below */

.alert-liquid-1f7d:not(.mini_7b97) .text_gold_04aa.fn-active-bf68 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.large_a4dc {
    display: flex;
    gap: var(--spacing-md);
}

.active-north-3f0c,
.alert_prev_2f0e {
    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) {
    .active-north-3f0c,
    .alert_prev_2f0e {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .large_a4dc {
        gap: 0.5rem;
    }
}

.active-north-3f0c {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.active-north-3f0c:hover {
    background: var(--primary-purple);
    color: white;
}

.alert_prev_2f0e {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.alert_prev_2f0e:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.left-923e {
    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%;
}

.left-923e::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;
}

.left-923e::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;
}

.dim-cba6 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.cool-0202 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.cool-0202 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);
}

.left-923e 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;
}

.label_soft_e451 {
    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;
}

.label_soft_e451 strong {
    font-weight: 700;
}

.main-outer-d626 {
    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);
}

.detail_458a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.pattern_iron_2054 {
    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);
}

.pattern_iron_2054:hover {
    transform: translateY(-4px);
}

.card_outer_8988 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.picture_in_024c {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.tertiary-left-4642 {
    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;
}

.tertiary-left-4642:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.tertiary-left-4642.active_green_a274 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.detail-ad9c {
    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);
}

.detail-ad9c:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.list_d8c7 {
    padding: 3rem 1.25rem;
    background: white;
}

.grid-wood-dce9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.simple_a52a {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.simple_a52a:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.simple_a52a img {
    margin-bottom: 1rem;
}

.breadcrumb-77d8 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.simple_a52a h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.simple_a52a 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 */
.summary-short-af46 {
    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);
}

.short_fe64 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.hot_4a3f {
    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);
}

.hot_4a3f h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.hot_4a3f p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.hot_4a3f a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.new-1efb {
    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
   ======================================== */

.icon_large_25db {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.upper_23ef {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.background_de57 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.menu_stone_76e8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.media_3a5d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.media_3a5d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.media_3a5d.hard-baf9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.media_3a5d.hard-baf9 h3,
.media_3a5d.hard-baf9 p {
    color: white;
}

.logo_lite_26d2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.media_3a5d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.media_3a5d p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.form-east-c7a3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.form-east-c7a3:hover {
    gap: 0.75rem;
}

.media_3a5d.hard-baf9 .form-east-c7a3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.next-f6d7 {
    padding: 4rem 1.25rem;
    background: white;
}

.current-e40a {
    text-align: center;
    margin-bottom: 3rem;
}

.full_c4fd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.avatar-new-9ad2 {
    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%;
}

.avatar-new-9ad2:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.hard_1384 {
    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);
}

.disabled-f96d {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.paragraph_south_f324 {
    padding: 1.5rem;
}

.paragraph_south_f324 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.lower_86a1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.avatar_d37b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.badge-1dcd,
.media-43ea {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.badge-1dcd {
    background: #dcfce7;
    color: #166534;
}

.badge-1dcd.heading-7045 {
    background: #10b981;
    color: white;
}

.media-43ea {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.media-43ea.orange_f0de {
    background: #fee2e2;
    color: #991b1b;
}

.media-43ea.article_3cf4 {
    background: #fef3c7;
    color: #92400e;
}

.media-43ea.bottom_0892 {
    background: #dcfce7;
    color: #166534;
}

.stale_77c1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.stale_77c1 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.west_24d1 {
    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);
}

.west_24d1:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.tiny_d7a4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.fixed_1d61 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.mask_action_29ad {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .mask_action_29ad {
        grid-template-columns: 1fr 1fr;
    }
}

.popup-glass-c1ed img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.pressed_083b h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.highlight_basic_ff3b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.thick_6040 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.outline_5d3f {
    font-size: 1rem;
    opacity: 0.9;
}

.pressed_083b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.first_1ae2 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.first_1ae2 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.first_1ae2 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;
}

.first_1ae2 li strong {
    color: var(--primary-purple);
}

.first_1ae2 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.gallery-c564 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.box-7477 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.gallery-4bf7 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.box-7477 .picture_in_024c {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.small-2151 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.hero_a03b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.hero_a03b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.out_d0ff {
    padding: 4rem 1.25rem;
    background: white;
}

.overlay_9627 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .overlay_9627 {
        grid-template-columns: 1fr 1fr;
    }
}

.yellow-3d7e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.silver_d747 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.next-afef {
    margin-bottom: 1.5rem;
}

.new-c1e3 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.background_f8df {
    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);
}

.focused_c709 {
    white-space: nowrap;
}

.table_top_ef12 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.filter_glass_2efc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.simple-cdf9 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.simple-cdf9:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.section-8d6e {
    font-size: 2rem;
    flex-shrink: 0;
}

.main-3a9b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.main-3a9b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.panel-48bf {
    margin-top: 3rem;
}

.panel-48bf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.description-full-8b42 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.description-full-8b42 thead {
    background: var(--primary-purple);
    color: white;
}

.description-full-8b42 th,
.description-full-8b42 td {
    padding: 1rem;
    text-align: left;
}

.description-full-8b42 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.description-full-8b42 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.description-full-8b42 tbody tr:last-child {
    border-bottom: none;
}

.description-full-8b42 tbody tr:hover {
    background: var(--light-bg);
}

.filter_solid_d17b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.outer-c9ff {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.component_3cd1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.dim_b6ca {
    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);
}

.dim_b6ca:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.dim_b6ca.table-21ff::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;
}

.thumbnail-b1f6 {
    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;
}

.text_narrow_ec87 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.message-fast-073e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.filter_tiny_c797 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hard-2163 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.hard-2163 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.hard-2163 p:last-child {
    margin-bottom: 0;
}

.hard-2163 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.link-left-3bbb {
    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;
}

.header_last_4942 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.banner-79a9 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.banner-79a9 .card_outer_8988 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.banner-79a9 .picture_in_024c {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.description-left-c873 {
    padding: 4rem 1.25rem;
    background: white;
}

.filter-c741 {
    max-width: 900px;
    margin: 0 auto;
}

.pattern_a92e {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.pattern_a92e:hover {
    border-color: var(--primary-purple);
}

.pattern_a92e[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.pattern_a92e 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;
}

.pattern_a92e summary::-webkit-details-marker {
    display: none;
}

.pattern_a92e summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.pattern_a92e[open] summary::after {
    transform: rotate(45deg);
}

.description_3908 {
    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);
    }
}

.description_3908 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.description_3908 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.description_3908 ul,
.description_3908 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.description_3908 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.description_3908 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.solid_388f {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.black_b878 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.black_b878 th,
.black_b878 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.black_b878 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.dim_b2fe {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.center_8bb3 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.shadow-plasma-c855 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .shadow-plasma-c855 {
        flex-direction: column;
        text-align: center;
    }
}

.shadow-plasma-c855 img {
    flex-shrink: 0;
}

.message-5df3 {
    font-size: 4rem;
    flex-shrink: 0;
}

.full_515a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.full_515a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.preview-north-847a {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.accordion_iron_7974 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.gold_453a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.gold_453a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.paragraph-5631 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.gold_050a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.search-fec0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.table_cc11 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.table_cc11 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.alert_f5dd {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.card_13e5 {
    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);
}

.active_green_ea96 {
    list-style: none;
}

.active_green_ea96 li {
    margin-bottom: 0.75rem;
}

.active_green_ea96 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.active_green_ea96 a:hover {
    color: white;
}

.banner_down_cff5 {
    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;
}

.article_2a7c {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.article_2a7c span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.frame_deb7 {
    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);
}

.slider_right_4870 {
    text-align: right;
}

@media (max-width: 767px) {
    .slider_right_4870 {
        text-align: center;
        width: 100%;
    }
}

.slider_right_4870 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.content-center-f58e {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.background_1375 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.list_d8c7,
.summary-short-af46,
.icon_large_25db,
.next-f6d7,
.fixed_1d61,
.out_d0ff,
.outer-c9ff,
.description-left-c873,
.center_8bb3,
.accordion_iron_7974 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .upper_23ef {
        font-size: 1.75rem;
    }
    
    .background_de57 {
        font-size: 1rem;
    }
    
    .gallery-c564 {
        flex-direction: column;
    }
    
    .overlay_9627 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .full_c4fd {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .avatar-new-9ad2 {
        max-width: 100%;
    }
    
    .disabled-f96d {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .background_1375 {
        padding: 0 1rem;
    }
    
    .left-923e {
        padding: 4rem 1rem 3rem;
    }
    
    .left-923e h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .tertiary-left-4642 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .detail_458a {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .description-full-8b42,
    .black_b878 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .grid-wood-dce9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .menu_stone_76e8 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .component_3cd1 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .left-923e h1 {
        font-size: 1.5rem;
    }
    
    .detail_458a {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .pattern_iron_2054 {
        padding: 0.75rem;
    }
    
    .card_outer_8988 {
        font-size: 1.5rem;
    }
    
    .grid-wood-dce9 {
        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 */
.avatar-new-9ad2:hover,
.media_3a5d:hover,
.dim_b6ca:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .next-f6d7,
    .outer-c9ff,
    .description-left-c873 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.content_light_b259)
   ======================================== */

.alert-liquid-1f7d.mini_7b97 {
    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;
}

.alert-liquid-1f7d.mini_7b97 .text_gold_04aa {
    color: #334155;
}

.alert-liquid-1f7d.mini_7b97 .text_gold_04aa:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.alert-liquid-1f7d.mini_7b97 .text_gold_04aa.fn-active-bf68 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.alert-liquid-1f7d.mini_7b97 .mini_b55a {
    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);
}

.alert-liquid-1f7d.mini_7b97 .mini_b55a::before {
    border-bottom-color: #ffffff;
}

.alert-liquid-1f7d.mini_7b97 .accent_hovered_4acd {
    color: #475569;
}

.alert-liquid-1f7d.mini_7b97 .accent_hovered_4acd::before {
    background: #818cf8;
}

.alert-liquid-1f7d.mini_7b97 .accent_hovered_4acd:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.alert-liquid-1f7d.mini_7b97 .accent_hovered_4acd:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.alert-liquid-1f7d.mini_7b97 .input-8472 {
    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);
}

.alert-liquid-1f7d.mini_7b97 .input-8472:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.alert-liquid-1f7d.mini_7b97 .input-8472 span {
    background: #475569;
    box-shadow: none;
}

.alert-liquid-1f7d.mini_7b97 .input-8472.fn-active-bf68 span:nth-child(1),
.alert-liquid-1f7d.mini_7b97 .input-8472.fn-active-bf68 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .alert-liquid-1f7d.mini_7b97 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-liquid-1f7d.mini_7b97 .text_c63a {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-liquid-1f7d.mini_7b97 .text_c63a span {
        color: #334155 !important;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 {
        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);
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .text_gold_04aa {
        color: #334155;
        text-shadow: none;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .text_gold_04aa:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .text_gold_04aa.badge_prev_5fa5::after {
        color: #64748b;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .mini_b55a {
        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) */
    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .badge-e8aa.fn-active-bf68 .mini_b55a {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .accent_hovered_4acd {
        color: #475569;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .accent_hovered_4acd::before {
        color: #6366f1;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .accent_hovered_4acd:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .accent_hovered_4acd:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .alert-liquid-1f7d.mini_7b97 .active_clean_aee9 .accent_hovered_4acd:hover::before {
        color: #4f46e5;
    }
}

/* apk.detail-light-b805 — mesmo tema claro da home; blocos extras */
body.search-c6eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-c6eb .column_in_bb02 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-c6eb .tertiary-010f {
    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);
}

.search-c6eb .tertiary-010f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-c6eb .tertiary-010f p:last-child {
    margin-bottom: 0;
}

.search-c6eb .tertiary-010f strong {
    color: var(--text-primary);
}

.search-c6eb .article_hard_4388 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-c6eb .article_hard_4388 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shadow-d81d {
    background: #f8f9fa;
    color: #2c3e50;
}

.shadow-d81d .logo-c21c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shadow-d81d .status-c827 {
    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);
}

.shadow-d81d .status-c827 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shadow-d81d .status-c827 p:last-child {
    margin-bottom: 0;
}

.shadow-d81d .status-c827 strong {
    color: var(--text-primary);
}

.shadow-d81d .layout-upper-70cf {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shadow-d81d .layout-upper-70cf img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.top-c4fd {
    background: #f8f9fa;
    color: #2c3e50;
}

.top-c4fd .notification_steel_4b54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.top-c4fd .frame_green_667b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.top-c4fd .frame_green_667b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.top-c4fd .frame_green_667b p:last-child {
    margin-bottom: 0;
}

.top-c4fd .frame_green_667b strong {
    color: var(--text-primary);
}

.top-c4fd .fluid-a224 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.top-c4fd .fluid-a224 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button-bronze-598f {
    background: #f8f9fa;
    color: #2c3e50;
}

.button-bronze-598f .label-south-e4a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button-bronze-598f .pagination-6fdf {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.button-bronze-598f .pagination-6fdf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button-bronze-598f .pagination-6fdf p:last-child {
    margin-bottom: 0;
}

.button-bronze-598f .pagination-6fdf strong {
    color: var(--text-primary);
}

.button-bronze-598f .active_orange_77cb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button-bronze-598f .active_orange_77cb 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_hovered_da79 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description_hovered_da79 .popup-over-1d56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description_hovered_da79 .item-d5e8 {
    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_hovered_da79 .item-d5e8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description_hovered_da79 .item-d5e8 p:last-child {
    margin-bottom: 0;
}

.description_hovered_da79 .item-d5e8 strong {
    color: var(--text-primary);
}

.description_hovered_da79 .carousel-simple-1d99 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description_hovered_da79 .carousel-simple-1d99 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stone-7930 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone-7930 .item-22b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone-7930 .gradient_wide_d4fa {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.stone-7930 .gradient_wide_d4fa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-7930 .gradient_wide_d4fa p:last-child {
    margin-bottom: 0;
}

.stone-7930 .gradient_wide_d4fa strong {
    color: var(--text-primary);
}

.stone-7930 .block_f790 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone-7930 .block_f790 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_9084 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border_9084 .title-2fdc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border_9084 .black_d497 {
    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_9084 .black_d497 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border_9084 .black_d497 p:last-child {
    margin-bottom: 0;
}

.border_9084 .black_d497 strong {
    color: var(--text-primary);
}

.border_9084 .advanced_a284 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border_9084 .advanced_a284 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_east_296b {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu_east_296b .gradient_6c54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu_east_296b .iron-4c66 {
    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_east_296b .iron-4c66 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu_east_296b .iron-4c66 p:last-child {
    margin-bottom: 0;
}

.menu_east_296b .iron-4c66 strong {
    color: var(--text-primary);
}

.menu_east_296b .wood-c66a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu_east_296b .wood-c66a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop-56b7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop-56b7 .preview_06a2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop-56b7 .alert-pink-de30 {
    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);
}

.backdrop-56b7 .alert-pink-de30 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop-56b7 .alert-pink-de30 p:last-child {
    margin-bottom: 0;
}

.backdrop-56b7 .alert-pink-de30 strong {
    color: var(--text-primary);
}

.backdrop-56b7 .icon_hard_dd8a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop-56b7 .icon_hard_dd8a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex_e017 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex_e017 .grid_purple_85d2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex_e017 .panel-tiny-10c6 {
    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);
}

.complex_e017 .panel-tiny-10c6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex_e017 .panel-tiny-10c6 p:last-child {
    margin-bottom: 0;
}

.complex_e017 .panel-tiny-10c6 strong {
    color: var(--text-primary);
}

.complex_e017 .narrow-db24 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex_e017 .narrow-db24 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.column-glass-5562 {
    background: #f8f9fa;
    color: #2c3e50;
}

.column-glass-5562 .info_rough_ff56 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.column-glass-5562 .fresh_333e {
    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);
}

.column-glass-5562 .fresh_333e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-glass-5562 .fresh_333e p:last-child {
    margin-bottom: 0;
}

.column-glass-5562 .fresh_333e strong {
    color: var(--text-primary);
}

.column-glass-5562 .thick-8205 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.column-glass-5562 .thick-8205 li {
    margin-bottom: 0.65rem;
}

.column-glass-5562 .thick-8205 li:last-child {
    margin-bottom: 0;
}

.column-glass-5562 .badge_gold_b3c1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.column-glass-5562 .badge_gold_b3c1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.detail-east-1b25 {
    background: #f8f9fa;
    color: #2c3e50;
}

.detail-east-1b25 .footer-176c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.detail-east-1b25 .status_warm_2bb2 {
    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);
}

.detail-east-1b25 .status_warm_2bb2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-east-1b25 .status_warm_2bb2 p:last-child {
    margin-bottom: 0;
}

.detail-east-1b25 .status_warm_2bb2 strong {
    color: var(--text-primary);
}

.detail-east-1b25 .action-1746 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.detail-east-1b25 .action-1746 li {
    margin-bottom: 0.65rem;
}

.detail-east-1b25 .action-1746 li:last-child {
    margin-bottom: 0;
}

.detail-east-1b25 .left-091e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.detail-east-1b25 .left-091e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-e056 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-e056 .status_da01 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-e056 .gallery_light_2717 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.logo-e056 .gallery_light_2717 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-e056 .gallery_light_2717 p:last-child {
    margin-bottom: 0;
}

.logo-e056 .gallery_light_2717 strong {
    color: var(--text-primary);
}

.logo-e056 .pagination-7d0f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-e056 .pagination-7d0f li {
    margin-bottom: 0.65rem;
}

.logo-e056 .pagination-7d0f li:last-child {
    margin-bottom: 0;
}

.logo-e056 .outline-over-6a70 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-e056 .outline-over-6a70 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside_426d {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside_426d .summary-old-ee50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside_426d .nav-e4e1 {
    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);
}

.aside_426d .nav-e4e1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_426d .nav-e4e1 p:last-child {
    margin-bottom: 0;
}

.aside_426d .nav-e4e1 strong {
    color: var(--text-primary);
}

.aside_426d .photo_center_33ee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside_426d .photo_center_33ee li {
    margin-bottom: 0.65rem;
}

.aside_426d .photo_center_33ee li:last-child {
    margin-bottom: 0;
}

body.nav-outer-eaca {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-outer-eaca .east_653e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-outer-eaca .wood-ed97 {
    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);
}

.nav-outer-eaca .wood-ed97 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-outer-eaca .wood-ed97 p:last-child {
    margin-bottom: 0;
}

.nav-outer-eaca .wood-ed97 strong {
    color: var(--text-primary);
}

.nav-outer-eaca .glass_ceb6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-outer-eaca .glass_ceb6 li {
    margin-bottom: 0.65rem;
}

.nav-outer-eaca .glass_ceb6 li:last-child {
    margin-bottom: 0;
}

.nav-outer-eaca .caption_f854 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-outer-eaca .caption_f854 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table_dim_b064 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table_dim_b064 .tooltip_decf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table_dim_b064 .media-motion-86ab {
    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);
}

.table_dim_b064 .media-motion-86ab p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_dim_b064 .media-motion-86ab p:last-child {
    margin-bottom: 0;
}

.table_dim_b064 .media-motion-86ab strong {
    color: var(--text-primary);
}

.table_dim_b064 .hover-down-1c1a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_dim_b064 .hover-down-1c1a li {
    margin-bottom: 0.65rem;
}

.table_dim_b064 .hover-down-1c1a li:last-child {
    margin-bottom: 0;
}

.table_dim_b064 .in-cdf0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table_dim_b064 .in-cdf0 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_c98f {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark_c98f .focus-huge-84cf {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark_c98f .narrow-abf8 {
    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_c98f .narrow-abf8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_c98f .narrow-abf8 p:last-child {
    margin-bottom: 0;
}

.dark_c98f .narrow-abf8 strong {
    color: var(--text-primary);
}

.dark_c98f .header_easy_4366 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_c98f .header_easy_4366 li {
    margin-bottom: 0.65rem;
}

.dark_c98f .header_easy_4366 li:last-child {
    margin-bottom: 0;
}

.dark_c98f .medium-fa88 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark_c98f .medium-fa88 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.purple_530f {
    background: #f8f9fa;
    color: #2c3e50;
}

.purple_530f .footer_9d0c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.purple_530f .aside_soft_fc08 {
    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);
}

.purple_530f .aside_soft_fc08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.purple_530f .aside_soft_fc08 p:last-child {
    margin-bottom: 0;
}

.purple_530f .aside_soft_fc08 strong {
    color: var(--text-primary);
}

.purple_530f .breadcrumb-upper-1c3b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.purple_530f .breadcrumb-upper-1c3b li {
    margin-bottom: 0.65rem;
}

.purple_530f .breadcrumb-upper-1c3b li:last-child {
    margin-bottom: 0;
}

.purple_530f .breadcrumb-outer-0f85 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.purple_530f .breadcrumb-outer-0f85 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: 0fd6 */
.widget-item-m0 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
