/* 
 * 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.tall_fdb2) — fixed together on mobile */
.item-86ec {
    width: 100%;
}

.main_active_abe8 {
    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) {
    .item-86ec {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .main_active_abe8 {
        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.card-clean-d35b. Conta) stay reachable.
     */
    .alert-gold-4776 .aside-black-e38d {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .item-86ec .alert-gold-4776 > .aside-black-e38d {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) .main_active_abe8 {
        flex-shrink: 0;
    }

    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) .alert-gold-4776 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) .alert-gold-4776 > .aside-black-e38d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) .solid-0d5c {
        flex-shrink: 0;
    }

    .item-86ec:has(.surface-full-7ec5.fn-show-6fb6) .surface-full-7ec5.fn-show-6fb6 {
        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-gold-4776 .surface-full-7ec5 .texture_bottom_6248.fn-active-6fb6 .overlay-9f91 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .main_active_abe8 {
        position: sticky;
        top: 0;
    }
}

.item-86ec.surface-bronze-13f2,
.item-86ec.surface-bronze-13f2 .main_active_abe8 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.module_small_cb5c {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .module_small_cb5c {
        padding: 0.75rem 0;
    }
}

.motion-c730 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.preview_slow_d775 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .preview_slow_d775 img {
        height: 35px;
    }
}

/* .alert-gold-4776 / .header_blue_7ca4 — inner pages (brown bar); index uses .layout_58f0 below */

.alert-gold-4776:not(.layout_58f0) .header_blue_7ca4.fn-active-6fb6 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.cold_aea2 {
    display: flex;
    gap: var(--spacing-md);
}

.button_c167,
.logo_52df {
    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) {
    .button_c167,
    .logo_52df {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .cold_aea2 {
        gap: 0.5rem;
    }
}

.button_c167 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.button_c167:hover {
    background: var(--primary-purple);
    color: white;
}

.logo_52df {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.logo_52df:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.narrow-2988 {
    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%;
}

.narrow-2988::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;
}

.narrow-2988::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;
}

.tooltip-8e7d {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.notification_active_419e {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.notification_active_419e 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);
}

.narrow-2988 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;
}

.shadow-blue-5e7f {
    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;
}

.shadow-blue-5e7f strong {
    font-weight: 700;
}

.accordion-stale-68fe {
    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);
}

.picture-south-eb2b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.status_black_18d4 {
    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);
}

.status_black_18d4:hover {
    transform: translateY(-4px);
}

.modal_solid_7b23 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.cool_2842 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.component_b17d {
    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;
}

.component_b17d:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.component_b17d.search_ee3e {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.search_yellow_09ae {
    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);
}

.search_yellow_09ae:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.hidden_37fa {
    padding: 3rem 1.25rem;
    background: white;
}

.grid-selected-2037 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.badge-silver-d80f {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.badge-silver-d80f:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.badge-silver-d80f img {
    margin-bottom: 1rem;
}

.full_219c {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.badge-silver-d80f h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.badge-silver-d80f 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 */
.tag-82ed {
    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);
}

.card-middle-be38 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.warm_0745 {
    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);
}

.warm_0745 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.warm_0745 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.warm_0745 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dim_c726 {
    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
   ======================================== */

.blue_7ad3 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.blue_8098 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.text-c783 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.surface_under_170f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.progress-mini-556b {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.progress-mini-556b:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.progress-mini-556b.notice-blue-ce2b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.progress-mini-556b.notice-blue-ce2b h3,
.progress-mini-556b.notice-blue-ce2b p {
    color: white;
}

.progress-8c45 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.progress-mini-556b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.progress-mini-556b p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.backdrop_42b3 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.backdrop_42b3:hover {
    gap: 0.75rem;
}

.progress-mini-556b.notice-blue-ce2b .backdrop_42b3 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.stone_36df {
    padding: 4rem 1.25rem;
    background: white;
}

.yellow-494e {
    text-align: center;
    margin-bottom: 3rem;
}

.footer-9ade {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.outline-fresh-7e17 {
    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%;
}

.outline-fresh-7e17:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.gold_242f {
    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);
}

.heading_warm_e48a {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.gold_25a3 {
    padding: 1.5rem;
}

.gold_25a3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.table-7ff3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paragraph-west-c3dc {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.avatar-7599,
.purple-73ad {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.avatar-7599 {
    background: #dcfce7;
    color: #166534;
}

.avatar-7599.widget-6598 {
    background: #10b981;
    color: white;
}

.purple-73ad {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.purple-73ad.focus-1b85 {
    background: #fee2e2;
    color: #991b1b;
}

.purple-73ad.video_db98 {
    background: #fef3c7;
    color: #92400e;
}

.purple-73ad.border-736f {
    background: #dcfce7;
    color: #166534;
}

.primary_31ac {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.primary_31ac strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.input_full_4058 {
    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);
}

.input_full_4058:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.middle_0d4d {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.bronze_28a9 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.inner-bc74 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .inner-bc74 {
        grid-template-columns: 1fr 1fr;
    }
}

.surface-e1d7 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.fast_808a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.thumbnail-tall-22f4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.footer_up_7288 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.liquid-57e9 {
    font-size: 1rem;
    opacity: 0.9;
}

.fast_808a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.component-b001 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.component-b001 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.component-b001 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;
}

.component-b001 li strong {
    color: var(--primary-purple);
}

.component-b001 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.wide-b28f {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.cold-a0d7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.gallery-91cd {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.cold-a0d7 .cool_2842 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.feature_pink_ab3f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.frame-3866 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.frame-3866 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.pro_ad13 {
    padding: 4rem 1.25rem;
    background: white;
}

.search_hovered_d24a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .search_hovered_d24a {
        grid-template-columns: 1fr 1fr;
    }
}

.active_9760 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.heading_f2b9 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.left-b08b {
    margin-bottom: 1.5rem;
}

.background_db68 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.detail_6dd7 {
    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);
}

.active_glass_52f2 {
    white-space: nowrap;
}

.banner-1eae {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.lower-ceda h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.badge-a147 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.badge-a147:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.liquid-755d {
    font-size: 2rem;
    flex-shrink: 0;
}

.action-bf91 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.action-bf91 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.button-8ddf {
    margin-top: 3rem;
}

.button-8ddf h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.media-c545 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.media-c545 thead {
    background: var(--primary-purple);
    color: white;
}

.media-c545 th,
.media-c545 td {
    padding: 1rem;
    text-align: left;
}

.media-c545 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.media-c545 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.media-c545 tbody tr:last-child {
    border-bottom: none;
}

.media-c545 tbody tr:hover {
    background: var(--light-bg);
}

.glass_5806 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.steel_c443 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notification-10e9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.mask-8131 {
    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);
}

.mask-8131:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.mask-8131.background_soft_8e0f::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;
}

.easy-c6a2 {
    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;
}

.tag_small_c216 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.hot-8bb9 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.picture-7608 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.title_ae25 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.title_ae25 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.title_ae25 p:last-child {
    margin-bottom: 0;
}

.title_ae25 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.hover-a496 {
    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;
}

.wood_21bc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.aside-9eff {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.aside-9eff .modal_solid_7b23 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.aside-9eff .cool_2842 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.accordion_d3c5 {
    padding: 4rem 1.25rem;
    background: white;
}

.filter_dirty_c4d8 {
    max-width: 900px;
    margin: 0 auto;
}

.highlight-advanced-efdd {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.highlight-advanced-efdd:hover {
    border-color: var(--primary-purple);
}

.highlight-advanced-efdd[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.highlight-advanced-efdd 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;
}

.highlight-advanced-efdd summary::-webkit-details-marker {
    display: none;
}

.highlight-advanced-efdd summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.highlight-advanced-efdd[open] summary::after {
    transform: rotate(45deg);
}

.backdrop-black-8b9f {
    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);
    }
}

.backdrop-black-8b9f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.backdrop-black-8b9f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.backdrop-black-8b9f ul,
.backdrop-black-8b9f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.backdrop-black-8b9f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.backdrop-black-8b9f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.wood_ca8c {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.warm_6719 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.warm_6719 th,
.warm_6719 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.warm_6719 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.hard-e889 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.action-720d {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.main-2638 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .main-2638 {
        flex-direction: column;
        text-align: center;
    }
}

.main-2638 img {
    flex-shrink: 0;
}

.slider_cc0b {
    font-size: 4rem;
    flex-shrink: 0;
}

.overlay_9c3b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.overlay_9c3b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.dynamic-01a5 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.outline_mini_df8b {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.paper_9ec6 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.paper_9ec6 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.content_hot_0a92 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.orange_ddda {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.hover-4646 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.table-south-544f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.table-south-544f p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.bronze-8627 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.info_west_9f2b {
    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);
}

.element_8ce6 {
    list-style: none;
}

.element_8ce6 li {
    margin-bottom: 0.75rem;
}

.element_8ce6 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.element_8ce6 a:hover {
    color: white;
}

.black_e400 {
    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;
}

.steel_5eea {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.steel_5eea span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.info_solid_9bb6 {
    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);
}

.active_8b16 {
    text-align: right;
}

@media (max-width: 767px) {
    .active_8b16 {
        text-align: center;
        width: 100%;
    }
}

.active_8b16 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.photo_b594 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.aside-black-e38d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.hidden_37fa,
.tag-82ed,
.blue_7ad3,
.stone_36df,
.bronze_28a9,
.pro_ad13,
.steel_c443,
.accordion_d3c5,
.action-720d,
.outline_mini_df8b {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .blue_8098 {
        font-size: 1.75rem;
    }
    
    .text-c783 {
        font-size: 1rem;
    }
    
    .wide-b28f {
        flex-direction: column;
    }
    
    .search_hovered_d24a {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .footer-9ade {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .outline-fresh-7e17 {
        max-width: 100%;
    }
    
    .heading_warm_e48a {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .aside-black-e38d {
        padding: 0 1rem;
    }
    
    .narrow-2988 {
        padding: 4rem 1rem 3rem;
    }
    
    .narrow-2988 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .component_b17d {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .picture-south-eb2b {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .media-c545,
    .warm_6719 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .grid-selected-2037 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .surface_under_170f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .notification-10e9 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .narrow-2988 h1 {
        font-size: 1.5rem;
    }
    
    .picture-south-eb2b {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .status_black_18d4 {
        padding: 0.75rem;
    }
    
    .modal_solid_7b23 {
        font-size: 1.5rem;
    }
    
    .grid-selected-2037 {
        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 */
.outline-fresh-7e17:hover,
.progress-mini-556b:hover,
.mask-8131:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .stone_36df,
    .steel_c443,
    .accordion_d3c5 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.tall_fdb2)
   ======================================== */

.alert-gold-4776.layout_58f0 {
    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-gold-4776.layout_58f0 .header_blue_7ca4 {
    color: #334155;
}

.alert-gold-4776.layout_58f0 .header_blue_7ca4: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-gold-4776.layout_58f0 .header_blue_7ca4.fn-active-6fb6 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.alert-gold-4776.layout_58f0 .overlay-9f91 {
    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-gold-4776.layout_58f0 .overlay-9f91::before {
    border-bottom-color: #ffffff;
}

.alert-gold-4776.layout_58f0 .caption_copper_a10f {
    color: #475569;
}

.alert-gold-4776.layout_58f0 .caption_copper_a10f::before {
    background: #818cf8;
}

.alert-gold-4776.layout_58f0 .caption_copper_a10f:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.alert-gold-4776.layout_58f0 .caption_copper_a10f:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.alert-gold-4776.layout_58f0 .module_left_7f6b {
    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-gold-4776.layout_58f0 .module_left_7f6b:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.alert-gold-4776.layout_58f0 .module_left_7f6b span {
    background: #475569;
    box-shadow: none;
}

.alert-gold-4776.layout_58f0 .module_left_7f6b.fn-active-6fb6 span:nth-child(1),
.alert-gold-4776.layout_58f0 .module_left_7f6b.fn-active-6fb6 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .alert-gold-4776.layout_58f0 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-gold-4776.layout_58f0 .solid-0d5c {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .alert-gold-4776.layout_58f0 .solid-0d5c span {
        color: #334155 !important;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 {
        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-gold-4776.layout_58f0 .surface-full-7ec5 .header_blue_7ca4 {
        color: #334155;
        text-shadow: none;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .header_blue_7ca4:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .header_blue_7ca4.focus_ec60::after {
        color: #64748b;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .overlay-9f91 {
        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-gold-4776.layout_58f0 .surface-full-7ec5 .texture_bottom_6248.fn-active-6fb6 .overlay-9f91 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .caption_copper_a10f {
        color: #475569;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .caption_copper_a10f::before {
        color: #6366f1;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .caption_copper_a10f:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .caption_copper_a10f:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .alert-gold-4776.layout_58f0 .surface-full-7ec5 .caption_copper_a10f:hover::before {
        color: #4f46e5;
    }
}

/* apk.badge_c5ac — mesmo tema claro da home; blocos extras */
body.search_middle_41e6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search_middle_41e6 .chip-down-a8cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search_middle_41e6 .media-493e {
    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_middle_41e6 .media-493e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search_middle_41e6 .media-493e p:last-child {
    margin-bottom: 0;
}

.search_middle_41e6 .media-493e strong {
    color: var(--text-primary);
}

.search_middle_41e6 .tabs-small-341a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search_middle_41e6 .tabs-small-341a 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_e839 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone_e839 .table-north-57e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone_e839 .rough_94f3 {
    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_e839 .rough_94f3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone_e839 .rough_94f3 p:last-child {
    margin-bottom: 0;
}

.stone_e839 .rough_94f3 strong {
    color: var(--text-primary);
}

.stone_e839 .middle_a4da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone_e839 .middle_a4da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.inner-69de {
    background: #f8f9fa;
    color: #2c3e50;
}

.inner-69de .modal-new-e394 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.inner-69de .cool_3dcd {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.inner-69de .cool_3dcd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.inner-69de .cool_3dcd p:last-child {
    margin-bottom: 0;
}

.inner-69de .cool_3dcd strong {
    color: var(--text-primary);
}

.inner-69de .photo-large-3608 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.inner-69de .photo-large-3608 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.simple-7a90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple-7a90 .tabs-c52b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple-7a90 .card-043f {
    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);
}

.simple-7a90 .card-043f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple-7a90 .card-043f p:last-child {
    margin-bottom: 0;
}

.simple-7a90 .card-043f strong {
    color: var(--text-primary);
}

.simple-7a90 .hover_477c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple-7a90 .hover_477c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-6c72 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-6c72 .steel-27a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-6c72 .inner-ca88 {
    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);
}

.item-6c72 .inner-ca88 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-6c72 .inner-ca88 p:last-child {
    margin-bottom: 0;
}

.item-6c72 .inner-ca88 strong {
    color: var(--text-primary);
}

.item-6c72 .pro-895b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-6c72 .pro-895b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag_e7b2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag_e7b2 .label-5902 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag_e7b2 .huge-1c1b {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.tag_e7b2 .huge-1c1b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_e7b2 .huge-1c1b p:last-child {
    margin-bottom: 0;
}

.tag_e7b2 .huge-1c1b strong {
    color: var(--text-primary);
}

.tag_e7b2 .input_ceba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag_e7b2 .input_ceba img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-8eb7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-8eb7 .prev-3cb7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-8eb7 .liquid-1f7a {
    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);
}

.disabled-8eb7 .liquid-1f7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-8eb7 .liquid-1f7a p:last-child {
    margin-bottom: 0;
}

.disabled-8eb7 .liquid-1f7a strong {
    color: var(--text-primary);
}

.disabled-8eb7 .panel-glass-c793 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-8eb7 .panel-glass-c793 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.static_321c {
    background: #f8f9fa;
    color: #2c3e50;
}

.static_321c .content-east-b796 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static_321c .outline_purple_b5df {
    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);
}

.static_321c .outline_purple_b5df p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static_321c .outline_purple_b5df p:last-child {
    margin-bottom: 0;
}

.static_321c .outline_purple_b5df strong {
    color: var(--text-primary);
}

.static_321c .slow-0b57 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static_321c .slow-0b57 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.highlight-3fcc {
    background: #f8f9fa;
    color: #2c3e50;
}

.highlight-3fcc .photo_730e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.highlight-3fcc .huge_ebef {
    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);
}

.highlight-3fcc .huge_ebef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.highlight-3fcc .huge_ebef p:last-child {
    margin-bottom: 0;
}

.highlight-3fcc .huge_ebef strong {
    color: var(--text-primary);
}

.highlight-3fcc .large_ab05 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.highlight-3fcc .large_ab05 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-purple-0564 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-purple-0564 .notice_11eb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-purple-0564 .yellow_4418 {
    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-purple-0564 .yellow_4418 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-purple-0564 .yellow_4418 p:last-child {
    margin-bottom: 0;
}

.description-purple-0564 .yellow_4418 strong {
    color: var(--text-primary);
}

.description-purple-0564 .medium_5fbb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-purple-0564 .medium_5fbb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_0e99 {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_0e99 .block-b097 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_0e99 .summary-basic-b97b {
    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);
}

.list_0e99 .summary-basic-b97b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_0e99 .summary-basic-b97b p:last-child {
    margin-bottom: 0;
}

.list_0e99 .summary-basic-b97b strong {
    color: var(--text-primary);
}

.list_0e99 .pagination_blue_7a7f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_0e99 .pagination_blue_7a7f li {
    margin-bottom: 0.65rem;
}

.list_0e99 .pagination_blue_7a7f li:last-child {
    margin-bottom: 0;
}

.list_0e99 .dropdown_new_031a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_0e99 .dropdown_new_031a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pressed-7965 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pressed-7965 .popup-2efe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pressed-7965 .media-left-e8e7 {
    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);
}

.pressed-7965 .media-left-e8e7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pressed-7965 .media-left-e8e7 p:last-child {
    margin-bottom: 0;
}

.pressed-7965 .media-left-e8e7 strong {
    color: var(--text-primary);
}

.pressed-7965 .bronze_0802 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pressed-7965 .bronze_0802 li {
    margin-bottom: 0.65rem;
}

.pressed-7965 .bronze_0802 li:last-child {
    margin-bottom: 0;
}

.pressed-7965 .logo-smooth-628a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pressed-7965 .logo-smooth-628a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.disabled-inner-ee90 {
    background: #f8f9fa;
    color: #2c3e50;
}

.disabled-inner-ee90 .background_stone_093f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.disabled-inner-ee90 .in-9a91 {
    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);
}

.disabled-inner-ee90 .in-9a91 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-inner-ee90 .in-9a91 p:last-child {
    margin-bottom: 0;
}

.disabled-inner-ee90 .in-9a91 strong {
    color: var(--text-primary);
}

.disabled-inner-ee90 .current_0ea4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.disabled-inner-ee90 .current_0ea4 li {
    margin-bottom: 0.65rem;
}

.disabled-inner-ee90 .current_0ea4 li:last-child {
    margin-bottom: 0;
}

.disabled-inner-ee90 .red_b81e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.disabled-inner-ee90 .red_b81e 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_last_8677 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo_last_8677 .active_lite_6314 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo_last_8677 .logo-ae02 {
    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_last_8677 .logo-ae02 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_last_8677 .logo-ae02 p:last-child {
    margin-bottom: 0;
}

.logo_last_8677 .logo-ae02 strong {
    color: var(--text-primary);
}

.logo_last_8677 .slow_bda7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo_last_8677 .slow_bda7 li {
    margin-bottom: 0.65rem;
}

.logo_last_8677 .slow_bda7 li:last-child {
    margin-bottom: 0;
}

body.gradient_a3f0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gradient_a3f0 .under-4c7e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gradient_a3f0 .content_top_fa89 {
    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);
}

.gradient_a3f0 .content_top_fa89 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_a3f0 .content_top_fa89 p:last-child {
    margin-bottom: 0;
}

.gradient_a3f0 .content_top_fa89 strong {
    color: var(--text-primary);
}

.gradient_a3f0 .inner_cfee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gradient_a3f0 .inner_cfee li {
    margin-bottom: 0.65rem;
}

.gradient_a3f0 .inner_cfee li:last-child {
    margin-bottom: 0;
}

.gradient_a3f0 .column-b02a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gradient_a3f0 .column-b02a 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_537f {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark_537f .search_8629 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark_537f .white_dce1 {
    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_537f .white_dce1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_537f .white_dce1 p:last-child {
    margin-bottom: 0;
}

.dark_537f .white_dce1 strong {
    color: var(--text-primary);
}

.dark_537f .static_42f4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_537f .static_42f4 li {
    margin-bottom: 0.65rem;
}

.dark_537f .static_42f4 li:last-child {
    margin-bottom: 0;
}

.dark_537f .accent-middle-8b5b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark_537f .accent-middle-8b5b 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-3511 {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview-3511 .component-356e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview-3511 .menu-new-5c55 {
    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-3511 .menu-new-5c55 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview-3511 .menu-new-5c55 p:last-child {
    margin-bottom: 0;
}

.preview-3511 .menu-new-5c55 strong {
    color: var(--text-primary);
}

.preview-3511 .shadow_center_2b35 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview-3511 .shadow_center_2b35 li {
    margin-bottom: 0.65rem;
}

.preview-3511 .shadow_center_2b35 li:last-child {
    margin-bottom: 0;
}

.preview-3511 .notification_pro_af22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview-3511 .notification_pro_af22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter-f3ae {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-f3ae .cool_5947 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-f3ae .main_in_67a5 {
    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);
}

.filter-f3ae .main_in_67a5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-f3ae .main_in_67a5 p:last-child {
    margin-bottom: 0;
}

.filter-f3ae .main_in_67a5 strong {
    color: var(--text-primary);
}

.filter-f3ae .easy-f717 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-f3ae .easy-f717 li {
    margin-bottom: 0.65rem;
}

.filter-f3ae .easy-f717 li:last-child {
    margin-bottom: 0;
}

.filter-f3ae .link_wood_f50e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-f3ae .link_wood_f50e 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: 4b76 */
.widget-item-v1 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.0;
}
