/* 
 * 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.liquid-b882) — fixed together on mobile */
.main-red-28e6 {
    width: 100%;
}

.footer_8362 {
    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) {
    .main-red-28e6 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .footer_8362 {
        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.tertiary-bronze-b8ce. Conta) stay reachable.
     */
    .description_b344 .icon-4270 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .main-red-28e6 .description_b344 > .icon-4270 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) .footer_8362 {
        flex-shrink: 0;
    }

    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) .description_b344 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) .description_b344 > .icon-4270 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) .narrow_e78e {
        flex-shrink: 0;
    }

    .main-red-28e6:has(.wrapper-c8a9.fn-show-6d9d) .wrapper-c8a9.fn-show-6d9d {
        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_b344 .wrapper-c8a9 .summary_inner_16db.fn-active-6d9d .message_pro_8609 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .footer_8362 {
        position: sticky;
        top: 0;
    }
}

.main-red-28e6.clean-f921,
.main-red-28e6.clean-f921 .footer_8362 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.icon-289e {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .icon-289e {
        padding: 0.75rem 0;
    }
}

.pro_39f4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.carousel_out_095f img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .carousel_out_095f img {
        height: 35px;
    }
}

/* .description_b344 / .modal-1848 — inner pages (brown bar); index uses .bottom_c796 below */

.description_b344:not(.bottom_c796) .modal-1848.fn-active-6d9d {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.tertiary_3deb {
    display: flex;
    gap: var(--spacing-md);
}

.lite_0013,
.paper-4ec1 {
    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) {
    .lite_0013,
    .paper-4ec1 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .tertiary_3deb {
        gap: 0.5rem;
    }
}

.lite_0013 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.lite_0013:hover {
    background: var(--primary-purple);
    color: white;
}

.paper-4ec1 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.paper-4ec1:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.element_dfc7 {
    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%;
}

.element_dfc7::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;
}

.element_dfc7::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;
}

.mask-28c0 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.aside-west-0344 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.aside-west-0344 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);
}

.element_dfc7 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;
}

.bottom-caf7 {
    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;
}

.bottom-caf7 strong {
    font-weight: 700;
}

.thumbnail-82b2 {
    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);
}

.thumbnail_d9f6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.notice_047e {
    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);
}

.notice_047e:hover {
    transform: translateY(-4px);
}

.plasma-9f3c {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.message-ba59 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.item-15cb {
    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;
}

.item-15cb:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.item-15cb.input-398b {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.logo-05af {
    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);
}

.logo-05af:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.hover-active-3ae7 {
    padding: 3rem 1.25rem;
    background: white;
}

.shadow-d975 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.over-7b86 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.over-7b86:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.over-7b86 img {
    margin-bottom: 1rem;
}

.banner_bright_0f5b {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.over-7b86 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.over-7b86 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 */
.under_6e5c {
    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);
}

.new_5c3c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.highlight_a9c1 {
    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);
}

.highlight_a9c1 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.highlight_a9c1 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.highlight_a9c1 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section_087b {
    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
   ======================================== */

.aside-copper-5085 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.item_middle_305d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.old_e334 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.icon_north_c52f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.under-a380 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.under-a380:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.under-a380.form_lower_b5ae {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.under-a380.form_lower_b5ae h3,
.under-a380.form_lower_b5ae p {
    color: white;
}

.old_c8e5 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.under-a380 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.under-a380 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.right-c60c {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.right-c60c:hover {
    gap: 0.75rem;
}

.under-a380.form_lower_b5ae .right-c60c {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.shade-0217 {
    padding: 4rem 1.25rem;
    background: white;
}

.table_dark_5d32 {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-0088 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.row_purple_0bcf {
    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%;
}

.row_purple_0bcf:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.panel_3357 {
    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);
}

.media_static_acca {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.form_9f9b {
    padding: 1.5rem;
}

.form_9f9b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.disabled-3c9f {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.outline-bottom-1af2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.feature_f956,
.under-884d {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.feature_f956 {
    background: #dcfce7;
    color: #166534;
}

.feature_f956.list-simple-b80f {
    background: #10b981;
    color: white;
}

.under-884d {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.under-884d.accordion-b33b {
    background: #fee2e2;
    color: #991b1b;
}

.under-884d.brown_a670 {
    background: #fef3c7;
    color: #92400e;
}

.under-884d.disabled_f5a0 {
    background: #dcfce7;
    color: #166534;
}

.mask-small-fa64 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.mask-small-fa64 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.avatar-f6b4 {
    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);
}

.avatar-f6b4:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.outline_10a2 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.component-36a4 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section_static_bb54 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section_static_bb54 {
        grid-template-columns: 1fr 1fr;
    }
}

.rough_c163 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.article-77d3 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.filter-bd99 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.simple-d76e {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.hover-bc58 {
    font-size: 1rem;
    opacity: 0.9;
}

.article-77d3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.hovered-a58f {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.hovered-a58f li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.hovered-a58f 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;
}

.hovered-a58f li strong {
    color: var(--primary-purple);
}

.hovered-a58f li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.medium_62f0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.action-7f04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.pink_99ed {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.action-7f04 .message-ba59 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.gradient-5000 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.icon-54bc {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.icon-54bc a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.content_617c {
    padding: 4rem 1.25rem;
    background: white;
}

.sidebar_fresh_4064 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .sidebar_fresh_4064 {
        grid-template-columns: 1fr 1fr;
    }
}

.article_acba h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.small_a90c {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.next_738a {
    margin-bottom: 1.5rem;
}

.badge-a62b {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tertiary-dim-997a {
    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);
}

.dropdown-down-149d {
    white-space: nowrap;
}

.shadow-4c48 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.border_514f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.table_steel_29b2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.table_steel_29b2:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.wrapper_447a {
    font-size: 2rem;
    flex-shrink: 0;
}

.hard-d8f7 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hard-d8f7 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.aside-c26e {
    margin-top: 3rem;
}

.aside-c26e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.footer-7b79 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.footer-7b79 thead {
    background: var(--primary-purple);
    color: white;
}

.footer-7b79 th,
.footer-7b79 td {
    padding: 1rem;
    text-align: left;
}

.footer-7b79 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.footer-7b79 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.footer-7b79 tbody tr:last-child {
    border-bottom: none;
}

.footer-7b79 tbody tr:hover {
    background: var(--light-bg);
}

.huge-38ad {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.text-old-8992 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tabs_hard_6d9c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.menu-stone-3f0c {
    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);
}

.menu-stone-3f0c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.menu-stone-3f0c.layout-a5b4::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-basic-d1a1 {
    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;
}

.border-7c19 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.primary_upper_cf00 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.photo_11e8 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.footer_motion_cec7 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.footer_motion_cec7 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.footer_motion_cec7 p:last-child {
    margin-bottom: 0;
}

.footer_motion_cec7 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.lower_36f0 {
    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;
}

.tabs-fdff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.up_3dcb {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.up_3dcb .plasma-9f3c {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.up_3dcb .message-ba59 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.over_f184 {
    padding: 4rem 1.25rem;
    background: white;
}

.block-f7ff {
    max-width: 900px;
    margin: 0 auto;
}

.row_4c26 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.row_4c26:hover {
    border-color: var(--primary-purple);
}

.row_4c26[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.row_4c26 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;
}

.row_4c26 summary::-webkit-details-marker {
    display: none;
}

.row_4c26 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.row_4c26[open] summary::after {
    transform: rotate(45deg);
}

.action-e88f {
    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);
    }
}

.action-e88f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.action-e88f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.action-e88f ul,
.action-e88f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.action-e88f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.action-e88f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.focused-7f68 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.notice-medium-ee85 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.notice-medium-ee85 th,
.notice-medium-ee85 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.notice-medium-ee85 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.footer_mini_ab17 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.footer-456d {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.logo-blue-71fb {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .logo-blue-71fb {
        flex-direction: column;
        text-align: center;
    }
}

.logo-blue-71fb img {
    flex-shrink: 0;
}

.sidebar_b8fe {
    font-size: 4rem;
    flex-shrink: 0;
}

.layout_3f88 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.layout_3f88 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.smooth_e382 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.rough-ad68 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.light-7329 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.light-7329 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.lite_aede {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.gallery-new-f4c0 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.pattern-complex-43bd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.text-old-bc60 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-old-bc60 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.black-39b6 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.soft_7933 {
    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);
}

.pink-b5bb {
    list-style: none;
}

.pink-b5bb li {
    margin-bottom: 0.75rem;
}

.pink-b5bb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.pink-b5bb a:hover {
    color: white;
}

.item-e7ce {
    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;
}

.panel-e111 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.panel-e111 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.alert-38ae {
    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);
}

.inner-1d63 {
    text-align: right;
}

@media (max-width: 767px) {
    .inner-1d63 {
        text-align: center;
        width: 100%;
    }
}

.inner-1d63 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.disabled-167f {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.icon-4270 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.hover-active-3ae7,
.under_6e5c,
.aside-copper-5085,
.shade-0217,
.component-36a4,
.content_617c,
.text-old-8992,
.over_f184,
.footer-456d,
.rough-ad68 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .item_middle_305d {
        font-size: 1.75rem;
    }
    
    .old_e334 {
        font-size: 1rem;
    }
    
    .medium_62f0 {
        flex-direction: column;
    }
    
    .sidebar_fresh_4064 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .hero-0088 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .row_purple_0bcf {
        max-width: 100%;
    }
    
    .media_static_acca {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .icon-4270 {
        padding: 0 1rem;
    }
    
    .element_dfc7 {
        padding: 4rem 1rem 3rem;
    }
    
    .element_dfc7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .item-15cb {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .thumbnail_d9f6 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .footer-7b79,
    .notice-medium-ee85 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .shadow-d975 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .icon_north_c52f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .tabs_hard_6d9c {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .element_dfc7 h1 {
        font-size: 1.5rem;
    }
    
    .thumbnail_d9f6 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .notice_047e {
        padding: 0.75rem;
    }
    
    .plasma-9f3c {
        font-size: 1.5rem;
    }
    
    .shadow-d975 {
        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 */
.row_purple_0bcf:hover,
.under-a380:hover,
.menu-stone-3f0c:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .shade-0217,
    .text-old-8992,
    .over_f184 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.liquid-b882)
   ======================================== */

.description_b344.bottom_c796 {
    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_b344.bottom_c796 .modal-1848 {
    color: #334155;
}

.description_b344.bottom_c796 .modal-1848: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_b344.bottom_c796 .modal-1848.fn-active-6d9d {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.description_b344.bottom_c796 .message_pro_8609 {
    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_b344.bottom_c796 .message_pro_8609::before {
    border-bottom-color: #ffffff;
}

.description_b344.bottom_c796 .article-c0e7 {
    color: #475569;
}

.description_b344.bottom_c796 .article-c0e7::before {
    background: #818cf8;
}

.description_b344.bottom_c796 .article-c0e7:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.description_b344.bottom_c796 .article-c0e7:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.description_b344.bottom_c796 .heading_e755 {
    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_b344.bottom_c796 .heading_e755:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.description_b344.bottom_c796 .heading_e755 span {
    background: #475569;
    box-shadow: none;
}

.description_b344.bottom_c796 .heading_e755.fn-active-6d9d span:nth-child(1),
.description_b344.bottom_c796 .heading_e755.fn-active-6d9d span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .description_b344.bottom_c796 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .description_b344.bottom_c796 .narrow_e78e {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .description_b344.bottom_c796 .narrow_e78e span {
        color: #334155 !important;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 {
        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_b344.bottom_c796 .wrapper-c8a9 .modal-1848 {
        color: #334155;
        text-shadow: none;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .modal-1848:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .modal-1848.in-51eb::after {
        color: #64748b;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .message_pro_8609 {
        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_b344.bottom_c796 .wrapper-c8a9 .summary_inner_16db.fn-active-6d9d .message_pro_8609 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .article-c0e7 {
        color: #475569;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .article-c0e7::before {
        color: #6366f1;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .article-c0e7:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .article-c0e7:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .description_b344.bottom_c796 .wrapper-c8a9 .article-c0e7:hover::before {
        color: #4f46e5;
    }
}

/* apk.list_2e73 — mesmo tema claro da home; blocos extras */
body.gas_c36d {
    background: #f8f9fa;
    color: #2c3e50;
}

.gas_c36d .detail-353f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gas_c36d .feature_b192 {
    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);
}

.gas_c36d .feature_b192 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas_c36d .feature_b192 p:last-child {
    margin-bottom: 0;
}

.gas_c36d .feature_b192 strong {
    color: var(--text-primary);
}

.gas_c36d .disabled-935e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gas_c36d .disabled-935e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.left_4432 {
    background: #f8f9fa;
    color: #2c3e50;
}

.left_4432 .card_upper_dfa5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.left_4432 .overlay-new-6a61 {
    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);
}

.left_4432 .overlay-new-6a61 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.left_4432 .overlay-new-6a61 p:last-child {
    margin-bottom: 0;
}

.left_4432 .overlay-new-6a61 strong {
    color: var(--text-primary);
}

.left_4432 .grid_f1fc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.left_4432 .grid_f1fc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover_next_61d0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover_next_61d0 .tall_24b7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover_next_61d0 .tag-north-73b6 {
    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);
}

.hover_next_61d0 .tag-north-73b6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover_next_61d0 .tag-north-73b6 p:last-child {
    margin-bottom: 0;
}

.hover_next_61d0 .tag-north-73b6 strong {
    color: var(--text-primary);
}

.hover_next_61d0 .primary_current_379c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover_next_61d0 .primary_current_379c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.right-081a {
    background: #f8f9fa;
    color: #2c3e50;
}

.right-081a .column_4a7f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.right-081a .surface_9938 {
    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);
}

.right-081a .surface_9938 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.right-081a .surface_9938 p:last-child {
    margin-bottom: 0;
}

.right-081a .surface_9938 strong {
    color: var(--text-primary);
}

.right-081a .dynamic_ad72 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.right-081a .dynamic_ad72 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.image-3200 {
    background: #f8f9fa;
    color: #2c3e50;
}

.image-3200 .paper_949c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.image-3200 .action-77be {
    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);
}

.image-3200 .action-77be p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.image-3200 .action-77be p:last-child {
    margin-bottom: 0;
}

.image-3200 .action-77be strong {
    color: var(--text-primary);
}

.image-3200 .label_huge_5529 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.image-3200 .label_huge_5529 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sort_91b8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort_91b8 .copper-4184 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort_91b8 .list-4f42 {
    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);
}

.sort_91b8 .list-4f42 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort_91b8 .list-4f42 p:last-child {
    margin-bottom: 0;
}

.sort_91b8 .list-4f42 strong {
    color: var(--text-primary);
}

.sort_91b8 .short-2f18 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort_91b8 .short-2f18 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.current_9f03 {
    background: #f8f9fa;
    color: #2c3e50;
}

.current_9f03 .texture_prev_32ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.current_9f03 .purple_d18b {
    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);
}

.current_9f03 .purple_d18b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.current_9f03 .purple_d18b p:last-child {
    margin-bottom: 0;
}

.current_9f03 .purple_d18b strong {
    color: var(--text-primary);
}

.current_9f03 .shadow_9d1e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.current_9f03 .shadow_9d1e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.button_paper_8560 {
    background: #f8f9fa;
    color: #2c3e50;
}

.button_paper_8560 .blue_3d1f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.button_paper_8560 .notice-in-04f0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.button_paper_8560 .notice-in-04f0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.button_paper_8560 .notice-in-04f0 p:last-child {
    margin-bottom: 0;
}

.button_paper_8560 .notice-in-04f0 strong {
    color: var(--text-primary);
}

.button_paper_8560 .white-d528 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.button_paper_8560 .white-d528 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.copper_f187 {
    background: #f8f9fa;
    color: #2c3e50;
}

.copper_f187 .shadow-7be9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.copper_f187 .tiny-684a {
    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);
}

.copper_f187 .tiny-684a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.copper_f187 .tiny-684a p:last-child {
    margin-bottom: 0;
}

.copper_f187 .tiny-684a strong {
    color: var(--text-primary);
}

.copper_f187 .basic_b11d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.copper_f187 .basic_b11d 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_26a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_26a7 .list-6701 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_26a7 .icon-cool-a47e {
    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_26a7 .icon-cool-a47e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_26a7 .icon-cool-a47e p:last-child {
    margin-bottom: 0;
}

.link_26a7 .icon-cool-a47e strong {
    color: var(--text-primary);
}

.link_26a7 .gallery_slow_29ac {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link_26a7 .gallery_slow_29ac 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-lite-0374 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link-lite-0374 .shadow-full-8bc0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link-lite-0374 .content_white_a458 {
    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-lite-0374 .content_white_a458 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-lite-0374 .content_white_a458 p:last-child {
    margin-bottom: 0;
}

.link-lite-0374 .content_white_a458 strong {
    color: var(--text-primary);
}

.link-lite-0374 .pink-16c6 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link-lite-0374 .pink-16c6 li {
    margin-bottom: 0.65rem;
}

.link-lite-0374 .pink-16c6 li:last-child {
    margin-bottom: 0;
}

.link-lite-0374 .slow_dc47 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link-lite-0374 .slow_dc47 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mini-32ca {
    background: #f8f9fa;
    color: #2c3e50;
}

.mini-32ca .dark-97b5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mini-32ca .form_fcad {
    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);
}

.mini-32ca .form_fcad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-32ca .form_fcad p:last-child {
    margin-bottom: 0;
}

.mini-32ca .form_fcad strong {
    color: var(--text-primary);
}

.mini-32ca .dynamic-c668 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mini-32ca .dynamic-c668 li {
    margin-bottom: 0.65rem;
}

.mini-32ca .dynamic-c668 li:last-child {
    margin-bottom: 0;
}

.mini-32ca .icon_full_b7d0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mini-32ca .icon_full_b7d0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav_a281 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_a281 .button_854a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_a281 .form-2816 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.nav_a281 .form-2816 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_a281 .form-2816 p:last-child {
    margin-bottom: 0;
}

.nav_a281 .form-2816 strong {
    color: var(--text-primary);
}

.nav_a281 .widget_85b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_a281 .widget_85b9 li {
    margin-bottom: 0.65rem;
}

.nav_a281 .widget_85b9 li:last-child {
    margin-bottom: 0;
}

.nav_a281 .text_dirty_43a8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_a281 .text_dirty_43a8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old-f6ac {
    background: #f8f9fa;
    color: #2c3e50;
}

.old-f6ac .slider-2336 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old-f6ac .shade_6073 {
    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);
}

.old-f6ac .shade_6073 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-f6ac .shade_6073 p:last-child {
    margin-bottom: 0;
}

.old-f6ac .shade_6073 strong {
    color: var(--text-primary);
}

.old-f6ac .rough-6ce3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-f6ac .rough-6ce3 li {
    margin-bottom: 0.65rem;
}

.old-f6ac .rough-6ce3 li:last-child {
    margin-bottom: 0;
}

body.slider-bc1d {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider-bc1d .avatar_0b24 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider-bc1d .complex-2816 {
    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);
}

.slider-bc1d .complex-2816 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-bc1d .complex-2816 p:last-child {
    margin-bottom: 0;
}

.slider-bc1d .complex-2816 strong {
    color: var(--text-primary);
}

.slider-bc1d .plasma-bc23 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider-bc1d .plasma-bc23 li {
    margin-bottom: 0.65rem;
}

.slider-bc1d .plasma-bc23 li:last-child {
    margin-bottom: 0;
}

.slider-bc1d .video-first-b397 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider-bc1d .video-first-b397 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget_down_9dab {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget_down_9dab .shade-272e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget_down_9dab .middle-9e27 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.widget_down_9dab .middle-9e27 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_down_9dab .middle-9e27 p:last-child {
    margin-bottom: 0;
}

.widget_down_9dab .middle-9e27 strong {
    color: var(--text-primary);
}

.widget_down_9dab .label_5dcb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_down_9dab .label_5dcb li {
    margin-bottom: 0.65rem;
}

.widget_down_9dab .label_5dcb li:last-child {
    margin-bottom: 0;
}

.widget_down_9dab .primary_8504 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget_down_9dab .primary_8504 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.solid_af49 {
    background: #f8f9fa;
    color: #2c3e50;
}

.solid_af49 .table-wood-afaa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.solid_af49 .hard_7803 {
    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);
}

.solid_af49 .hard_7803 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_af49 .hard_7803 p:last-child {
    margin-bottom: 0;
}

.solid_af49 .hard_7803 strong {
    color: var(--text-primary);
}

.solid_af49 .tabs_pro_3435 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.solid_af49 .tabs_pro_3435 li {
    margin-bottom: 0.65rem;
}

.solid_af49 .tabs_pro_3435 li:last-child {
    margin-bottom: 0;
}

.solid_af49 .pro-b3fd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.solid_af49 .pro-b3fd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.carousel-d75c {
    background: #f8f9fa;
    color: #2c3e50;
}

.carousel-d75c .container_dff9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.carousel-d75c .outer-8aca {
    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);
}

.carousel-d75c .outer-8aca p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-d75c .outer-8aca p:last-child {
    margin-bottom: 0;
}

.carousel-d75c .outer-8aca strong {
    color: var(--text-primary);
}

.carousel-d75c .menu-gas-42cd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.carousel-d75c .menu-gas-42cd li {
    margin-bottom: 0.65rem;
}

.carousel-d75c .menu-gas-42cd li:last-child {
    margin-bottom: 0;
}

.carousel-d75c .nav_c241 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.carousel-d75c .nav_c241 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: aaac */
.shadow-element-m7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
