/* 
 * 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.outline-fresh-436a) — fixed together on mobile */
.first_9768 {
    width: 100%;
}

.shadow-4739 {
    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) {
    .first_9768 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .shadow-4739 {
        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.overlay_9e5a. Conta) stay reachable.
     */
    .description_d7cc .carousel-last-6705 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .first_9768 .description_d7cc > .carousel-last-6705 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .first_9768:has(.action-7794.fn-show-f0fe) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .first_9768:has(.action-7794.fn-show-f0fe) .shadow-4739 {
        flex-shrink: 0;
    }

    .first_9768:has(.action-7794.fn-show-f0fe) .description_d7cc {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .first_9768:has(.action-7794.fn-show-f0fe) .description_d7cc > .carousel-last-6705 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .first_9768:has(.action-7794.fn-show-f0fe) .breadcrumb_static_a695 {
        flex-shrink: 0;
    }

    .first_9768:has(.action-7794.fn-show-f0fe) .action-7794.fn-show-f0fe {
        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 */
    .description_d7cc .action-7794 .module-5fe8.fn-active-f0fe .header-6740 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .shadow-4739 {
        position: sticky;
        top: 0;
    }
}

.first_9768.purple-a7d4,
.first_9768.purple-a7d4 .shadow-4739 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.inner-80cc {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .inner-80cc {
        padding: 0.75rem 0;
    }
}

.label-paper-3959 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.element_lite_8046 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .element_lite_8046 img {
        height: 35px;
    }
}

/* .description_d7cc / .banner-fb1c — inner pages (brown bar); index uses .disabled-3d6c below */

.description_d7cc:not(.disabled-3d6c) .banner-fb1c.fn-active-f0fe {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.grid_huge_91bf {
    display: flex;
    gap: var(--spacing-md);
}

.icon_0129,
.filter_medium_f8a5 {
    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) {
    .icon_0129,
    .filter_medium_f8a5 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .grid_huge_91bf {
        gap: 0.5rem;
    }
}

.icon_0129 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.icon_0129:hover {
    background: var(--primary-purple);
    color: white;
}

.filter_medium_f8a5 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.filter_medium_f8a5:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.white-9029 {
    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%;
}

.white-9029::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;
}

.white-9029::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;
}

.carousel_c454 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.iron-579c {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.iron-579c 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);
}

.white-9029 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;
}

.info_3765 {
    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;
}

.info_3765 strong {
    font-weight: 700;
}

.pressed-9a94 {
    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);
}

.pattern_silver_171d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.column-b98b {
    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);
}

.column-b98b:hover {
    transform: translateY(-4px);
}

.outer_ad71 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.heading-inner-e8a8 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.block_5366 {
    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;
}

.block_5366:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.block_5366.gas-044c {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.widget-pro-29b5 {
    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);
}

.widget-pro-29b5:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.popup_right_03c2 {
    padding: 3rem 1.25rem;
    background: white;
}

.popup_hot_73a1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.row-smooth-c4ea {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.row-smooth-c4ea:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.row-smooth-c4ea img {
    margin-bottom: 1rem;
}

.container_cc93 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.row-smooth-c4ea h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.row-smooth-c4ea 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 */
.tertiary-d9d2 {
    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);
}

.sort-fcba {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.wood_f127 {
    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);
}

.wood_f127 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.wood_f127 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.wood_f127 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.black_df14 {
    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
   ======================================== */

.frame-pro-0e8f {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pro-e074 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.hover_advanced_8772 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.frame-482c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.preview_6657 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.preview_6657:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.preview_6657.feature_734b {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.preview_6657.feature_734b h3,
.preview_6657.feature_734b p {
    color: white;
}

.grid-1d38 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.preview_6657 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.preview_6657 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pink_1f6f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.pink_1f6f:hover {
    gap: 0.75rem;
}

.preview_6657.feature_734b .pink_1f6f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.video_solid_9159 {
    padding: 4rem 1.25rem;
    background: white;
}

.soft-6388 {
    text-align: center;
    margin-bottom: 3rem;
}

.focus-action-43b5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.backdrop-huge-1f74 {
    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%;
}

.backdrop-huge-1f74:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.breadcrumb-f4dd {
    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);
}

.button_07dc {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.highlight-b929 {
    padding: 1.5rem;
}

.highlight-b929 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.purple-1c4c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask-f39c {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.cool_efc5,
.gallery_463a {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.cool_efc5 {
    background: #dcfce7;
    color: #166534;
}

.cool_efc5.badge-30dc {
    background: #10b981;
    color: white;
}

.gallery_463a {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.gallery_463a.huge_0bc8 {
    background: #fee2e2;
    color: #991b1b;
}

.gallery_463a.silver_ff00 {
    background: #fef3c7;
    color: #92400e;
}

.gallery_463a.new-a95c {
    background: #dcfce7;
    color: #166534;
}

.filter-0cde {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.filter-0cde strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.secondary_hard_0d77 {
    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);
}

.secondary_hard_0d77:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.logo_tall_2fb9 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.progress-fixed-c7f5 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.chip-7905 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .chip-7905 {
        grid-template-columns: 1fr 1fr;
    }
}

.menu-gas-9769 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.video_4fbd h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.border_easy_893d {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.dynamic_db1c {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.wrapper-smooth-a866 {
    font-size: 1rem;
    opacity: 0.9;
}

.video_4fbd h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.outline-78ec {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.outline-78ec li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.outline-78ec 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;
}

.outline-78ec li strong {
    color: var(--primary-purple);
}

.outline-78ec li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.hidden-gas-67e8 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.label-9e52 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.simple_dd78 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.label-9e52 .heading-inner-e8a8 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.carousel_3adc p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.slider-ff20 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.slider-ff20 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.form-a998 {
    padding: 4rem 1.25rem;
    background: white;
}

.icon_fluid_6b06 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .icon_fluid_6b06 {
        grid-template-columns: 1fr 1fr;
    }
}

.silver-c825 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.slider-6a96 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.element_cc00 {
    margin-bottom: 1.5rem;
}

.pattern_6e72 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tabs-a64c {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    transition: width var(--transition-slow);
}

.focused_e45a {
    white-space: nowrap;
}

.row_a9b6 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.highlight-81fe h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.up-4b5b {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.up-4b5b:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.over_e285 {
    font-size: 2rem;
    flex-shrink: 0;
}

.chip_copper_0431 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.chip_copper_0431 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.row_c970 {
    margin-top: 3rem;
}

.row_c970 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.mask_8f01 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.mask_8f01 thead {
    background: var(--primary-purple);
    color: white;
}

.mask_8f01 th,
.mask_8f01 td {
    padding: 1rem;
    text-align: left;
}

.mask_8f01 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.mask_8f01 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.mask_8f01 tbody tr:last-child {
    border-bottom: none;
}

.mask_8f01 tbody tr:hover {
    background: var(--light-bg);
}

.up-cec8 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.pressed-9ba6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.alert_e640 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.focus-bcdc {
    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);
}

.focus-bcdc:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.focus-bcdc.narrow_cd20::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;
}

.box-adb0 {
    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;
}

.row-clean-3c75 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.accordion-next-7a1a h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.tooltip-e605 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.dark-a57a {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.dark-a57a p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.dark-a57a p:last-child {
    margin-bottom: 0;
}

.dark-a57a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.wide-5d22 {
    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;
}

.highlight_b262 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.tertiary_slow_ccf4 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.tertiary_slow_ccf4 .outer_ad71 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.tertiary_slow_ccf4 .heading-inner-e8a8 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.caption-slow-3c40 {
    padding: 4rem 1.25rem;
    background: white;
}

.fluid-aeaa {
    max-width: 900px;
    margin: 0 auto;
}

.logo_0751 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.logo_0751:hover {
    border-color: var(--primary-purple);
}

.logo_0751[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.logo_0751 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;
}

.logo_0751 summary::-webkit-details-marker {
    display: none;
}

.logo_0751 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.logo_0751[open] summary::after {
    transform: rotate(45deg);
}

.tag-072b {
    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);
    }
}

.tag-072b p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.tag-072b h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.tag-072b ul,
.tag-072b ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.tag-072b li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.tag-072b strong {
    color: var(--text-primary);
    font-weight: 600;
}

.carousel-a2dd {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.smooth_3fcd {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.smooth_3fcd th,
.smooth_3fcd td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.smooth_3fcd th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.logo_blue_434f {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.element-bronze-9d85 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.progress-silver-3b58 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .progress-silver-3b58 {
        flex-direction: column;
        text-align: center;
    }
}

.progress-silver-3b58 img {
    flex-shrink: 0;
}

.advanced-3412 {
    font-size: 4rem;
    flex-shrink: 0;
}

.action-ffab h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.action-ffab p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.badge-hot-9e04 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.silver-54c1 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.link_8e6f h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.link_8e6f > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.lower-24f2 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.first_e34e {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.next_213f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.container-7006 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.container-7006 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.steel_95fc {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.disabled_8f12 {
    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);
}

.badge_east_78db {
    list-style: none;
}

.badge_east_78db li {
    margin-bottom: 0.75rem;
}

.badge_east_78db a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.badge_east_78db a:hover {
    color: white;
}

.item-lower-18cf {
    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;
}

.tertiary_hot_5ad1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.tertiary_hot_5ad1 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.backdrop-steel-254e {
    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);
}

.full-8d1e {
    text-align: right;
}

@media (max-width: 767px) {
    .full-8d1e {
        text-align: center;
        width: 100%;
    }
}

.full-8d1e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.focus-a54c {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.carousel-last-6705 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.popup_right_03c2,
.tertiary-d9d2,
.frame-pro-0e8f,
.video_solid_9159,
.progress-fixed-c7f5,
.form-a998,
.pressed-9ba6,
.caption-slow-3c40,
.element-bronze-9d85,
.silver-54c1 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .pro-e074 {
        font-size: 1.75rem;
    }
    
    .hover_advanced_8772 {
        font-size: 1rem;
    }
    
    .hidden-gas-67e8 {
        flex-direction: column;
    }
    
    .icon_fluid_6b06 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .focus-action-43b5 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .backdrop-huge-1f74 {
        max-width: 100%;
    }
    
    .button_07dc {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .carousel-last-6705 {
        padding: 0 1rem;
    }
    
    .white-9029 {
        padding: 4rem 1rem 3rem;
    }
    
    .white-9029 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .block_5366 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .pattern_silver_171d {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .mask_8f01,
    .smooth_3fcd {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .popup_hot_73a1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .frame-482c {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .alert_e640 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .white-9029 h1 {
        font-size: 1.5rem;
    }
    
    .pattern_silver_171d {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .column-b98b {
        padding: 0.75rem;
    }
    
    .outer_ad71 {
        font-size: 1.5rem;
    }
    
    .popup_hot_73a1 {
        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 */
.backdrop-huge-1f74:hover,
.preview_6657:hover,
.focus-bcdc:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .video_solid_9159,
    .pressed-9ba6,
    .caption-slow-3c40 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.outline-fresh-436a)
   ======================================== */

.description_d7cc.disabled-3d6c {
    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;
}

.description_d7cc.disabled-3d6c .banner-fb1c {
    color: #334155;
}

.description_d7cc.disabled-3d6c .banner-fb1c:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.description_d7cc.disabled-3d6c .banner-fb1c.fn-active-f0fe {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.description_d7cc.disabled-3d6c .header-6740 {
    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);
}

.description_d7cc.disabled-3d6c .header-6740::before {
    border-bottom-color: #ffffff;
}

.description_d7cc.disabled-3d6c .content-soft-942a {
    color: #475569;
}

.description_d7cc.disabled-3d6c .content-soft-942a::before {
    background: #818cf8;
}

.description_d7cc.disabled-3d6c .content-soft-942a:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.description_d7cc.disabled-3d6c .content-soft-942a:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.description_d7cc.disabled-3d6c .container_stale_9a5e {
    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);
}

.description_d7cc.disabled-3d6c .container_stale_9a5e:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.description_d7cc.disabled-3d6c .container_stale_9a5e span {
    background: #475569;
    box-shadow: none;
}

.description_d7cc.disabled-3d6c .container_stale_9a5e.fn-active-f0fe span:nth-child(1),
.description_d7cc.disabled-3d6c .container_stale_9a5e.fn-active-f0fe span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .description_d7cc.disabled-3d6c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .description_d7cc.disabled-3d6c .breadcrumb_static_a695 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .description_d7cc.disabled-3d6c .breadcrumb_static_a695 span {
        color: #334155 !important;
    }

    .description_d7cc.disabled-3d6c .action-7794 {
        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);
    }

    .description_d7cc.disabled-3d6c .action-7794 .banner-fb1c {
        color: #334155;
        text-shadow: none;
    }

    .description_d7cc.disabled-3d6c .action-7794 .banner-fb1c:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .description_d7cc.disabled-3d6c .action-7794 .banner-fb1c.blue_5896::after {
        color: #64748b;
    }

    .description_d7cc.disabled-3d6c .action-7794 .header-6740 {
        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) */
    .description_d7cc.disabled-3d6c .action-7794 .module-5fe8.fn-active-f0fe .header-6740 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .description_d7cc.disabled-3d6c .action-7794 .content-soft-942a {
        color: #475569;
    }

    .description_d7cc.disabled-3d6c .action-7794 .content-soft-942a::before {
        color: #6366f1;
    }

    .description_d7cc.disabled-3d6c .action-7794 .content-soft-942a:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .description_d7cc.disabled-3d6c .action-7794 .content-soft-942a:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .description_d7cc.disabled-3d6c .action-7794 .content-soft-942a:hover::before {
        color: #4f46e5;
    }
}

/* apk.tabs-hovered-07c9 — mesmo tema claro da home; blocos extras */
body.sidebar_last_e8a8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar_last_e8a8 .dropdown_green_ab50 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar_last_e8a8 .next_967c {
    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_last_e8a8 .next_967c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar_last_e8a8 .next_967c p:last-child {
    margin-bottom: 0;
}

.sidebar_last_e8a8 .next_967c strong {
    color: var(--text-primary);
}

.sidebar_last_e8a8 .focus_2179 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar_last_e8a8 .focus_2179 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean_2def {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean_2def .status-b2ca {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean_2def .silver_486e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.clean_2def .silver_486e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean_2def .silver_486e p:last-child {
    margin-bottom: 0;
}

.clean_2def .silver_486e strong {
    color: var(--text-primary);
}

.clean_2def .selected_f11e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean_2def .selected_f11e 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-brown-616a {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside-brown-616a .gradient-current-b1a1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside-brown-616a .title_6bd3 {
    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-brown-616a .title_6bd3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-brown-616a .title_6bd3 p:last-child {
    margin-bottom: 0;
}

.aside-brown-616a .title_6bd3 strong {
    color: var(--text-primary);
}

.aside-brown-616a .tertiary_yellow_d2e4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside-brown-616a .tertiary_yellow_d2e4 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-6165 {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple-6165 .slider-cold-99c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple-6165 .hover_cool_26c0 {
    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-6165 .hover_cool_26c0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple-6165 .hover_cool_26c0 p:last-child {
    margin-bottom: 0;
}

.simple-6165 .hover_cool_26c0 strong {
    color: var(--text-primary);
}

.simple-6165 .smooth-4148 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple-6165 .smooth-4148 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.clean-dedb {
    background: #f8f9fa;
    color: #2c3e50;
}

.clean-dedb .component-9af9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.clean-dedb .texture-pink-0899 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.clean-dedb .texture-pink-0899 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.clean-dedb .texture-pink-0899 p:last-child {
    margin-bottom: 0;
}

.clean-dedb .texture-pink-0899 strong {
    color: var(--text-primary);
}

.clean-dedb .wrapper_smooth_a06c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.clean-dedb .wrapper_smooth_a06c 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_stone_8b58 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item_stone_8b58 .large-3798 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item_stone_8b58 .purple_0c35 {
    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_stone_8b58 .purple_0c35 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item_stone_8b58 .purple_0c35 p:last-child {
    margin-bottom: 0;
}

.item_stone_8b58 .purple_0c35 strong {
    color: var(--text-primary);
}

.item_stone_8b58 .right_6372 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item_stone_8b58 .right_6372 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.down-05c1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.down-05c1 .modal_full_ee43 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.down-05c1 .media-huge-2cf5 {
    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);
}

.down-05c1 .media-huge-2cf5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.down-05c1 .media-huge-2cf5 p:last-child {
    margin-bottom: 0;
}

.down-05c1 .media-huge-2cf5 strong {
    color: var(--text-primary);
}

.down-05c1 .message-hard-5b7d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.down-05c1 .message-hard-5b7d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout_daa2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout_daa2 .wrapper-4691 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout_daa2 .table_87f6 {
    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);
}

.layout_daa2 .table_87f6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout_daa2 .table_87f6 p:last-child {
    margin-bottom: 0;
}

.layout_daa2 .table_87f6 strong {
    color: var(--text-primary);
}

.layout_daa2 .primary_black_7dff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout_daa2 .primary_black_7dff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.first-1ee5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.first-1ee5 .frame-be4f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.first-1ee5 .east-d7f7 {
    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);
}

.first-1ee5 .east-d7f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.first-1ee5 .east-d7f7 p:last-child {
    margin-bottom: 0;
}

.first-1ee5 .east-d7f7 strong {
    color: var(--text-primary);
}

.first-1ee5 .disabled-stale-ce64 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.first-1ee5 .disabled-stale-ce64 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-761b {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter-761b .panel-32d2 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter-761b .hard_7f19 {
    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-761b .hard_7f19 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter-761b .hard_7f19 p:last-child {
    margin-bottom: 0;
}

.filter-761b .hard_7f19 strong {
    color: var(--text-primary);
}

.filter-761b .light_6d7e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter-761b .light_6d7e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.frame_small_cbc1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.frame_small_cbc1 .filter-copper-8e52 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.frame_small_cbc1 .search-b951 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.frame_small_cbc1 .search-b951 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_small_cbc1 .search-b951 p:last-child {
    margin-bottom: 0;
}

.frame_small_cbc1 .search-b951 strong {
    color: var(--text-primary);
}

.frame_small_cbc1 .dynamic_9552 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.frame_small_cbc1 .dynamic_9552 li {
    margin-bottom: 0.65rem;
}

.frame_small_cbc1 .dynamic_9552 li:last-child {
    margin-bottom: 0;
}

.frame_small_cbc1 .shadow-easy-990d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.frame_small_cbc1 .shadow-easy-990d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.light_ced4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light_ced4 .popup-pink-491f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light_ced4 .badge-pink-972b {
    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);
}

.light_ced4 .badge-pink-972b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_ced4 .badge-pink-972b p:last-child {
    margin-bottom: 0;
}

.light_ced4 .badge-pink-972b strong {
    color: var(--text-primary);
}

.light_ced4 .current-3d6e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_ced4 .current-3d6e li {
    margin-bottom: 0.65rem;
}

.light_ced4 .current-3d6e li:last-child {
    margin-bottom: 0;
}

.light_ced4 .label-f626 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light_ced4 .label-f626 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.east_7085 {
    background: #f8f9fa;
    color: #2c3e50;
}

.east_7085 .avatar_91fc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.east_7085 .article_1de1 {
    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);
}

.east_7085 .article_1de1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_7085 .article_1de1 p:last-child {
    margin-bottom: 0;
}

.east_7085 .article_1de1 strong {
    color: var(--text-primary);
}

.east_7085 .bronze-c183 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_7085 .bronze-c183 li {
    margin-bottom: 0.65rem;
}

.east_7085 .bronze-c183 li:last-child {
    margin-bottom: 0;
}

.east_7085 .button-f9c0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.east_7085 .button-f9c0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message-large-679c {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-large-679c .liquid_5460 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-large-679c .frame_86cd {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.message-large-679c .frame_86cd p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-large-679c .frame_86cd p:last-child {
    margin-bottom: 0;
}

.message-large-679c .frame_86cd strong {
    color: var(--text-primary);
}

.message-large-679c .static-766d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-large-679c .static-766d li {
    margin-bottom: 0.65rem;
}

.message-large-679c .static-766d li:last-child {
    margin-bottom: 0;
}

body.fluid-0861 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid-0861 .feature-gold-7ec3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid-0861 .carousel-short-fedc {
    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);
}

.fluid-0861 .carousel-short-fedc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid-0861 .carousel-short-fedc p:last-child {
    margin-bottom: 0;
}

.fluid-0861 .carousel-short-fedc strong {
    color: var(--text-primary);
}

.fluid-0861 .hero_soft_e02c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid-0861 .hero_soft_e02c li {
    margin-bottom: 0.65rem;
}

.fluid-0861 .hero_soft_e02c li:last-child {
    margin-bottom: 0;
}

.fluid-0861 .warm-bde6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid-0861 .warm-bde6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.backdrop_732d {
    background: #f8f9fa;
    color: #2c3e50;
}

.backdrop_732d .pattern-42fd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.backdrop_732d .focus-cool-0448 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.backdrop_732d .focus-cool-0448 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_732d .focus-cool-0448 p:last-child {
    margin-bottom: 0;
}

.backdrop_732d .focus-cool-0448 strong {
    color: var(--text-primary);
}

.backdrop_732d .purple_867c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.backdrop_732d .purple_867c li {
    margin-bottom: 0.65rem;
}

.backdrop_732d .purple_867c li:last-child {
    margin-bottom: 0;
}

.backdrop_732d .row_small_fbb3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.backdrop_732d .row_small_fbb3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.cool_3842 {
    background: #f8f9fa;
    color: #2c3e50;
}

.cool_3842 .accordion_70ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.cool_3842 .media-east-2682 {
    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);
}

.cool_3842 .media-east-2682 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_3842 .media-east-2682 p:last-child {
    margin-bottom: 0;
}

.cool_3842 .media-east-2682 strong {
    color: var(--text-primary);
}

.cool_3842 .media_9b22 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.cool_3842 .media_9b22 li {
    margin-bottom: 0.65rem;
}

.cool_3842 .media_9b22 li:last-child {
    margin-bottom: 0;
}

.cool_3842 .down_73b3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.cool_3842 .down_73b3 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_middle_6808 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_middle_6808 .hovered-e5ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_middle_6808 .border_right_40da {
    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_middle_6808 .border_right_40da p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_middle_6808 .border_right_40da p:last-child {
    margin-bottom: 0;
}

.link_middle_6808 .border_right_40da strong {
    color: var(--text-primary);
}

.link_middle_6808 .form_smooth_248d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_middle_6808 .form_smooth_248d li {
    margin-bottom: 0.65rem;
}

.link_middle_6808 .form_smooth_248d li:last-child {
    margin-bottom: 0;
}

.link_middle_6808 .cool_a28c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link_middle_6808 .cool_a28c 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: a25e */
.shadow-element-k6 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
