/* 
 * 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.photo-5714) — fixed together on mobile */
.paragraph_45e6 {
    width: 100%;
}

.smooth-7b7f {
    position: relative;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    transition: all var(--transition-base);
    width: 100%;
}

/* 移动端：整块固定在顶部（白条 + 棕色菜单栏） */
@media (max-width: 767px) {
    .paragraph_45e6 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .smooth-7b7f {
        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.first-ea2a. Conta) stay reachable.
     */
    .up_6d2f .layout_in_744d {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .paragraph_45e6 .up_6d2f > .layout_in_744d {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) .smooth-7b7f {
        flex-shrink: 0;
    }

    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) .up_6d2f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) .up_6d2f > .layout_in_744d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) .surface_a1db {
        flex-shrink: 0;
    }

    .paragraph_45e6:has(.slider-d939.fn-show-6e4f) .slider-d939.fn-show-6e4f {
        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 */
    .up_6d2f .slider-d939 .content_14fc.fn-active-6e4f .banner_4e1c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .smooth-7b7f {
        position: sticky;
        top: 0;
    }
}

.paragraph_45e6.link-da1e,
.paragraph_45e6.link-da1e .smooth-7b7f {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.footer-853d {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .footer-853d {
        padding: 0.75rem 0;
    }
}

.image-6e90 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tertiary_right_f7cb img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tertiary_right_f7cb img {
        height: 35px;
    }
}

/* .up_6d2f / .panel-plasma-f703 — inner pages (brown bar); index uses .content_a6b9 below */

.up_6d2f:not(.content_a6b9) .panel-plasma-f703.fn-active-6e4f {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.gallery_fbe0 {
    display: flex;
    gap: var(--spacing-md);
}

.element_fluid_291a,
.sort-63f2 {
    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) {
    .element_fluid_291a,
    .sort-63f2 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .gallery_fbe0 {
        gap: 0.5rem;
    }
}

.element_fluid_291a {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.element_fluid_291a:hover {
    background: var(--primary-purple);
    color: white;
}

.sort-63f2 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.sort-63f2:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.advanced-19d2 {
    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%;
}

.advanced-19d2::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;
}

.advanced-19d2::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;
}

.alert-static-f997 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.row_top_c94f {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.row_top_c94f 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);
}

.advanced-19d2 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;
}

.backdrop_1491 {
    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;
}

.backdrop_1491 strong {
    font-weight: 700;
}

.fresh_9729 {
    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);
}

.hard-e076 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.description-copper-e29b {
    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);
}

.description-copper-e29b:hover {
    transform: translateY(-4px);
}

.plasma-8361 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.black_e87d {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.info-1fe1 {
    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;
}

.info-1fe1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.info-1fe1.icon_6b7c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.heading_pink_e617 {
    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);
}

.heading_pink_e617:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.gradient_2599 {
    padding: 3rem 1.25rem;
    background: white;
}

.shadow_1f74 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cold-6580 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.cold-6580:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.cold-6580 img {
    margin-bottom: 1rem;
}

.aside_right_91f3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.cold-6580 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.cold-6580 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 */
.tooltip_pressed_0f4e {
    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);
}

.badge-iron-6227 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.gradient-8b75 {
    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);
}

.gradient-8b75 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.gradient-8b75 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.gradient-8b75 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.block-cool-4162 {
    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
   ======================================== */

.hard_ef39 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tabs_gold_73c4 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.main_lite_63e9 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.hero_motion_4e72 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.progress-soft-7fb7 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.progress-soft-7fb7:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.progress-soft-7fb7.active_e4f6 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.progress-soft-7fb7.active_e4f6 h3,
.progress-soft-7fb7.active_e4f6 p {
    color: white;
}

.red_73f5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.progress-soft-7fb7 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.progress-soft-7fb7 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tiny-09e5 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.tiny-09e5:hover {
    gap: 0.75rem;
}

.progress-soft-7fb7.active_e4f6 .tiny-09e5 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.hover_purple_506e {
    padding: 4rem 1.25rem;
    background: white;
}

.notice-upper-c38d {
    text-align: center;
    margin-bottom: 3rem;
}

.hover_pro_66c9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.under_3e73 {
    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%;
}

.under_3e73:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.info-soft-5ab2 {
    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);
}

.image-d5e6 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.gallery_6e8f {
    padding: 1.5rem;
}

.gallery_6e8f h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.plasma_72d3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.gold-87aa {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.article_eba0,
.medium-1ca7 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.article_eba0 {
    background: #dcfce7;
    color: #166534;
}

.article_eba0.primary-active-e7a3 {
    background: #10b981;
    color: white;
}

.medium-1ca7 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.medium-1ca7.hot_d135 {
    background: #fee2e2;
    color: #991b1b;
}

.medium-1ca7.slider_3f54 {
    background: #fef3c7;
    color: #92400e;
}

.medium-1ca7.feature_slow_88ba {
    background: #dcfce7;
    color: #166534;
}

.pattern-4b39 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pattern-4b39 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.short-7fd7 {
    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);
}

.short-7fd7:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.search_4b00 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.caption-00c4 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.basic-22b8 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .basic-22b8 {
        grid-template-columns: 1fr 1fr;
    }
}

.hero_5e64 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.dropdown-829e h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.hidden_9e53 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.alert-ee9b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.action-4062 {
    font-size: 1rem;
    opacity: 0.9;
}

.dropdown-829e h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.prev-5e83 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.prev-5e83 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.prev-5e83 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;
}

.prev-5e83 li strong {
    color: var(--primary-purple);
}

.prev-5e83 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.notice-09bc {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.outline_tall_f148 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.module_1e30 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.outline_tall_f148 .black_e87d {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.fluid-a15f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.summary-4739 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.summary-4739 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.lite-b846 {
    padding: 4rem 1.25rem;
    background: white;
}

.pattern_upper_d47b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .pattern_upper_d47b {
        grid-template-columns: 1fr 1fr;
    }
}

.iron_9b8f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.card-gold-7964 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.black_cf7f {
    margin-bottom: 1.5rem;
}

.silver_ebf7 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.detail_096a {
    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);
}

.message-pink-31a0 {
    white-space: nowrap;
}

.element_hot_82d3 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.frame_in_e5ac h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.easy-74ca {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.easy-74ca:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.heading-454c {
    font-size: 2rem;
    flex-shrink: 0;
}

.gas_1aaf h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.gas_1aaf p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.breadcrumb-bb9a {
    margin-top: 3rem;
}

.breadcrumb-bb9a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.section_91ca {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.section_91ca thead {
    background: var(--primary-purple);
    color: white;
}

.section_91ca th,
.section_91ca td {
    padding: 1rem;
    text-align: left;
}

.section_91ca th {
    font-weight: 700;
    font-size: 0.9rem;
}

.section_91ca tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.section_91ca tbody tr:last-child {
    border-bottom: none;
}

.section_91ca tbody tr:hover {
    background: var(--light-bg);
}

.small_a780 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.feature-b4a6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer-copper-afde {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.over-cb6d {
    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);
}

.over-cb6d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.over-cb6d.picture-static-2cb9::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;
}

.tertiary-ceef {
    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;
}

.disabled_pink_10e6 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.progress_narrow_675a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.message_2d67 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.status-action-6688 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.status-action-6688 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.status-action-6688 p:last-child {
    margin-bottom: 0;
}

.status-action-6688 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.next-4720 {
    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;
}

.primary-ebab {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.shadow-large-ab9b {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.shadow-large-ab9b .plasma-8361 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.shadow-large-ab9b .black_e87d {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.box-dde6 {
    padding: 4rem 1.25rem;
    background: white;
}

.badge_action_908a {
    max-width: 900px;
    margin: 0 auto;
}

.menu_basic_2f0e {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.menu_basic_2f0e:hover {
    border-color: var(--primary-purple);
}

.menu_basic_2f0e[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.menu_basic_2f0e 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;
}

.menu_basic_2f0e summary::-webkit-details-marker {
    display: none;
}

.menu_basic_2f0e summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.menu_basic_2f0e[open] summary::after {
    transform: rotate(45deg);
}

.media_441a {
    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);
    }
}

.media_441a p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.media_441a h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.media_441a ul,
.media_441a ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.media_441a li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.media_441a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.motion-f0f5 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.feature_b1e9 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.feature_b1e9 th,
.feature_b1e9 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.feature_b1e9 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.module_eae4 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.slider_glass_2ee5 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.active_steel_ba6f {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .active_steel_ba6f {
        flex-direction: column;
        text-align: center;
    }
}

.active_steel_ba6f img {
    flex-shrink: 0;
}

.white-012a {
    font-size: 4rem;
    flex-shrink: 0;
}

.backdrop-motion-747e h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.backdrop-motion-747e p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.active-action-2c04 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.logo_basic_66e1 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.panel_iron_4f4a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.panel_iron_4f4a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.first_bfdf {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.modal-iron-6441 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.inner-ce5b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.modal_e3f5 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.modal_e3f5 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.slider_cf3c {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.large-8719 {
    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);
}

.solid_fe74 {
    list-style: none;
}

.solid_fe74 li {
    margin-bottom: 0.75rem;
}

.solid_fe74 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.solid_fe74 a:hover {
    color: white;
}

.container_blue_d293 {
    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;
}

.tooltip-8f17 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tooltip-8f17 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hard-6543 {
    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);
}

.tooltip-hard-58f6 {
    text-align: right;
}

@media (max-width: 767px) {
    .tooltip-hard-58f6 {
        text-align: center;
        width: 100%;
    }
}

.tooltip-hard-58f6 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.image-bright-85e2 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.layout_in_744d {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.gradient_2599,
.tooltip_pressed_0f4e,
.hard_ef39,
.hover_purple_506e,
.caption-00c4,
.lite-b846,
.feature-b4a6,
.box-dde6,
.slider_glass_2ee5,
.logo_basic_66e1 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .tabs_gold_73c4 {
        font-size: 1.75rem;
    }
    
    .main_lite_63e9 {
        font-size: 1rem;
    }
    
    .notice-09bc {
        flex-direction: column;
    }
    
    .pattern_upper_d47b {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .hover_pro_66c9 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .under_3e73 {
        max-width: 100%;
    }
    
    .image-d5e6 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .layout_in_744d {
        padding: 0 1rem;
    }
    
    .advanced-19d2 {
        padding: 4rem 1rem 3rem;
    }
    
    .advanced-19d2 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .info-1fe1 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hard-e076 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .section_91ca,
    .feature_b1e9 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .shadow_1f74 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .hero_motion_4e72 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .footer-copper-afde {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .advanced-19d2 h1 {
        font-size: 1.5rem;
    }
    
    .hard-e076 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .description-copper-e29b {
        padding: 0.75rem;
    }
    
    .plasma-8361 {
        font-size: 1.5rem;
    }
    
    .shadow_1f74 {
        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 */
.under_3e73:hover,
.progress-soft-7fb7:hover,
.over-cb6d:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .hover_purple_506e,
    .feature-b4a6,
    .box-dde6 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.photo-5714)
   ======================================== */

.up_6d2f.content_a6b9 {
    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;
}

.up_6d2f.content_a6b9 .panel-plasma-f703 {
    color: #334155;
}

.up_6d2f.content_a6b9 .panel-plasma-f703:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.up_6d2f.content_a6b9 .panel-plasma-f703.fn-active-6e4f {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.up_6d2f.content_a6b9 .banner_4e1c {
    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);
}

.up_6d2f.content_a6b9 .banner_4e1c::before {
    border-bottom-color: #ffffff;
}

.up_6d2f.content_a6b9 .slow_a3eb {
    color: #475569;
}

.up_6d2f.content_a6b9 .slow_a3eb::before {
    background: #818cf8;
}

.up_6d2f.content_a6b9 .slow_a3eb:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.up_6d2f.content_a6b9 .slow_a3eb:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.up_6d2f.content_a6b9 .list_3576 {
    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);
}

.up_6d2f.content_a6b9 .list_3576:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.up_6d2f.content_a6b9 .list_3576 span {
    background: #475569;
    box-shadow: none;
}

.up_6d2f.content_a6b9 .list_3576.fn-active-6e4f span:nth-child(1),
.up_6d2f.content_a6b9 .list_3576.fn-active-6e4f span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .up_6d2f.content_a6b9 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .up_6d2f.content_a6b9 .surface_a1db {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .up_6d2f.content_a6b9 .surface_a1db span {
        color: #334155 !important;
    }

    .up_6d2f.content_a6b9 .slider-d939 {
        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);
    }

    .up_6d2f.content_a6b9 .slider-d939 .panel-plasma-f703 {
        color: #334155;
        text-shadow: none;
    }

    .up_6d2f.content_a6b9 .slider-d939 .panel-plasma-f703:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .up_6d2f.content_a6b9 .slider-d939 .panel-plasma-f703.notice_warm_6b69::after {
        color: #64748b;
    }

    .up_6d2f.content_a6b9 .slider-d939 .banner_4e1c {
        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) */
    .up_6d2f.content_a6b9 .slider-d939 .content_14fc.fn-active-6e4f .banner_4e1c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .up_6d2f.content_a6b9 .slider-d939 .slow_a3eb {
        color: #475569;
    }

    .up_6d2f.content_a6b9 .slider-d939 .slow_a3eb::before {
        color: #6366f1;
    }

    .up_6d2f.content_a6b9 .slider-d939 .slow_a3eb:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .up_6d2f.content_a6b9 .slider-d939 .slow_a3eb:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .up_6d2f.content_a6b9 .slider-d939 .slow_a3eb:hover::before {
        color: #4f46e5;
    }
}

/* apk.sort_6a5e — mesmo tema claro da home; blocos extras */
body.panel-lite-b1a8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel-lite-b1a8 .border-wide-8d04 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel-lite-b1a8 .title_right_8335 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.panel-lite-b1a8 .title_right_8335 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel-lite-b1a8 .title_right_8335 p:last-child {
    margin-bottom: 0;
}

.panel-lite-b1a8 .title_right_8335 strong {
    color: var(--text-primary);
}

.panel-lite-b1a8 .gallery_black_6cae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel-lite-b1a8 .gallery_black_6cae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text_7626 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text_7626 .outline_16d5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text_7626 .badge-b43f {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.text_7626 .badge-b43f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_7626 .badge-b43f p:last-child {
    margin-bottom: 0;
}

.text_7626 .badge-b43f strong {
    color: var(--text-primary);
}

.text_7626 .thumbnail_080d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text_7626 .thumbnail_080d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_fluid_c682 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_fluid_c682 .accent-56dd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_fluid_c682 .detail_hovered_d397 {
    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);
}

.row_fluid_c682 .detail_hovered_d397 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_fluid_c682 .detail_hovered_d397 p:last-child {
    margin-bottom: 0;
}

.row_fluid_c682 .detail_hovered_d397 strong {
    color: var(--text-primary);
}

.row_fluid_c682 .surface_b08f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_fluid_c682 .surface_b08f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-59fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-59fe .nav-d55f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-59fe .pro_083a {
    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);
}

.sidebar-59fe .pro_083a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-59fe .pro_083a p:last-child {
    margin-bottom: 0;
}

.sidebar-59fe .pro_083a strong {
    color: var(--text-primary);
}

.sidebar-59fe .banner_north_a011 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-59fe .banner_north_a011 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.feature-1f65 {
    background: #f8f9fa;
    color: #2c3e50;
}

.feature-1f65 .tiny-fbc5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.feature-1f65 .button_16fa {
    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);
}

.feature-1f65 .button_16fa p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.feature-1f65 .button_16fa p:last-child {
    margin-bottom: 0;
}

.feature-1f65 .button_16fa strong {
    color: var(--text-primary);
}

.feature-1f65 .carousel-green-de17 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.feature-1f65 .carousel-green-de17 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pro-972f {
    background: #f8f9fa;
    color: #2c3e50;
}

.pro-972f .solid_f69d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pro-972f .mask_4867 {
    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);
}

.pro-972f .mask_4867 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pro-972f .mask_4867 p:last-child {
    margin-bottom: 0;
}

.pro-972f .mask_4867 strong {
    color: var(--text-primary);
}

.pro-972f .accent_236f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pro-972f .accent_236f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tabs_9697 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tabs_9697 .grid-thick-a7ec {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tabs_9697 .menu-bae7 {
    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);
}

.tabs_9697 .menu-bae7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tabs_9697 .menu-bae7 p:last-child {
    margin-bottom: 0;
}

.tabs_9697 .menu-bae7 strong {
    color: var(--text-primary);
}

.tabs_9697 .tooltip-tiny-f592 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tabs_9697 .tooltip-tiny-f592 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-3347 {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside-3347 .east-f15d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside-3347 .north_e1df {
    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-3347 .north_e1df p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-3347 .north_e1df p:last-child {
    margin-bottom: 0;
}

.aside-3347 .north_e1df strong {
    color: var(--text-primary);
}

.aside-3347 .photo-simple-adc8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside-3347 .photo-simple-adc8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.search-0d13 {
    background: #f8f9fa;
    color: #2c3e50;
}

.search-0d13 .popup_dbaa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.search-0d13 .image_dynamic_4758 {
    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-0d13 .image_dynamic_4758 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.search-0d13 .image_dynamic_4758 p:last-child {
    margin-bottom: 0;
}

.search-0d13 .image_dynamic_4758 strong {
    color: var(--text-primary);
}

.search-0d13 .wood_98b7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.search-0d13 .wood_98b7 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-a926 {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-a926 .progress_74ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-a926 .overlay_e834 {
    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-a926 .overlay_e834 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-a926 .overlay_e834 p:last-child {
    margin-bottom: 0;
}

.logo-a926 .overlay_e834 strong {
    color: var(--text-primary);
}

.logo-a926 .component-a2b0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-a926 .component-a2b0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fast-3aad {
    background: #f8f9fa;
    color: #2c3e50;
}

.fast-3aad .filter_yellow_a08e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fast-3aad .center-e96b {
    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);
}

.fast-3aad .center-e96b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fast-3aad .center-e96b p:last-child {
    margin-bottom: 0;
}

.fast-3aad .center-e96b strong {
    color: var(--text-primary);
}

.fast-3aad .active-2858 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fast-3aad .active-2858 li {
    margin-bottom: 0.65rem;
}

.fast-3aad .active-2858 li:last-child {
    margin-bottom: 0;
}

.fast-3aad .component-64ce {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fast-3aad .component-64ce 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_6b78 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag_6b78 .text_iron_2f99 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag_6b78 .active_62a4 {
    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_6b78 .active_62a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_6b78 .active_62a4 p:last-child {
    margin-bottom: 0;
}

.tag_6b78 .active_62a4 strong {
    color: var(--text-primary);
}

.tag_6b78 .hero_inner_52db {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_6b78 .hero_inner_52db li {
    margin-bottom: 0.65rem;
}

.tag_6b78 .hero_inner_52db li:last-child {
    margin-bottom: 0;
}

.tag_6b78 .down-2579 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag_6b78 .down-2579 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom_0c8d {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom_0c8d .tooltip-171d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom_0c8d .purple_352c {
    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);
}

.bottom_0c8d .purple_352c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_0c8d .purple_352c p:last-child {
    margin-bottom: 0;
}

.bottom_0c8d .purple_352c strong {
    color: var(--text-primary);
}

.bottom_0c8d .logo-5a7d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_0c8d .logo-5a7d li {
    margin-bottom: 0.65rem;
}

.bottom_0c8d .logo-5a7d li:last-child {
    margin-bottom: 0;
}

.bottom_0c8d .form_current_e4ca {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom_0c8d .form_current_e4ca img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.link_yellow_f134 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_yellow_f134 .disabled-d085 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_yellow_f134 .old_0bb8 {
    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);
}

.link_yellow_f134 .old_0bb8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_yellow_f134 .old_0bb8 p:last-child {
    margin-bottom: 0;
}

.link_yellow_f134 .old_0bb8 strong {
    color: var(--text-primary);
}

.link_yellow_f134 .input-db7d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_yellow_f134 .input-db7d li {
    margin-bottom: 0.65rem;
}

.link_yellow_f134 .input-db7d li:last-child {
    margin-bottom: 0;
}

body.preview_short_83fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview_short_83fc .info_a719 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview_short_83fc .message-b78b {
    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_short_83fc .message-b78b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_short_83fc .message-b78b p:last-child {
    margin-bottom: 0;
}

.preview_short_83fc .message-b78b strong {
    color: var(--text-primary);
}

.preview_short_83fc .over_6ec7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview_short_83fc .over_6ec7 li {
    margin-bottom: 0.65rem;
}

.preview_short_83fc .over_6ec7 li:last-child {
    margin-bottom: 0;
}

.preview_short_83fc .grid_lite_1e14 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview_short_83fc .grid_lite_1e14 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out_1c2f {
    background: #f8f9fa;
    color: #2c3e50;
}

.out_1c2f .logo-easy-0465 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out_1c2f .heading-7545 {
    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);
}

.out_1c2f .heading-7545 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_1c2f .heading-7545 p:last-child {
    margin-bottom: 0;
}

.out_1c2f .heading-7545 strong {
    color: var(--text-primary);
}

.out_1c2f .preview-huge-e471 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_1c2f .preview-huge-e471 li {
    margin-bottom: 0.65rem;
}

.out_1c2f .preview-huge-e471 li:last-child {
    margin-bottom: 0;
}

.out_1c2f .texture-dynamic-9090 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out_1c2f .texture-dynamic-9090 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup-lite-9d70 {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup-lite-9d70 .sort_hard_5398 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup-lite-9d70 .chip_51a2 {
    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);
}

.popup-lite-9d70 .chip_51a2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-lite-9d70 .chip_51a2 p:last-child {
    margin-bottom: 0;
}

.popup-lite-9d70 .chip_51a2 strong {
    color: var(--text-primary);
}

.popup-lite-9d70 .section-a760 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-lite-9d70 .section-a760 li {
    margin-bottom: 0.65rem;
}

.popup-lite-9d70 .section-a760 li:last-child {
    margin-bottom: 0;
}

.popup-lite-9d70 .search-cold-e3c4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup-lite-9d70 .search-cold-e3c4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero-liquid-9bc8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero-liquid-9bc8 .thumbnail_silver_33c1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero-liquid-9bc8 .notification_lite_b0fb {
    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);
}

.hero-liquid-9bc8 .notification_lite_b0fb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-liquid-9bc8 .notification_lite_b0fb p:last-child {
    margin-bottom: 0;
}

.hero-liquid-9bc8 .notification_lite_b0fb strong {
    color: var(--text-primary);
}

.hero-liquid-9bc8 .widget-top-21f7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero-liquid-9bc8 .widget-top-21f7 li {
    margin-bottom: 0.65rem;
}

.hero-liquid-9bc8 .widget-top-21f7 li:last-child {
    margin-bottom: 0;
}

.hero-liquid-9bc8 .panel_1c67 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero-liquid-9bc8 .panel_1c67 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: 53c2 */
.phantom-card-g4 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
