/* 
 * 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-basic-1618) — fixed together on mobile */
.medium-80a1 {
    width: 100%;
}

.fast-0857 {
    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) {
    .medium-80a1 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .fast-0857 {
        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.aside-38a3. Conta) stay reachable.
     */
    .wood_0345 .bright_6ddb {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .medium-80a1 .wood_0345 > .bright_6ddb {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .medium-80a1:has(.sort-27fb.fn-show-e267) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .medium-80a1:has(.sort-27fb.fn-show-e267) .fast-0857 {
        flex-shrink: 0;
    }

    .medium-80a1:has(.sort-27fb.fn-show-e267) .wood_0345 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .medium-80a1:has(.sort-27fb.fn-show-e267) .wood_0345 > .bright_6ddb {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .medium-80a1:has(.sort-27fb.fn-show-e267) .hero-93d4 {
        flex-shrink: 0;
    }

    .medium-80a1:has(.sort-27fb.fn-show-e267) .sort-27fb.fn-show-e267 {
        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 */
    .wood_0345 .sort-27fb .item-bottom-1861.fn-active-e267 .frame_0fa3 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .fast-0857 {
        position: sticky;
        top: 0;
    }
}

.medium-80a1.upper_af65,
.medium-80a1.upper_af65 .fast-0857 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.full-3521 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .full-3521 {
        padding: 0.75rem 0;
    }
}

.alert-3171 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.item_dark_4449 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .item_dark_4449 img {
        height: 35px;
    }
}

/* .wood_0345 / .simple-ec8c — inner pages (brown bar); index uses .accordion-cebf below */

.wood_0345:not(.accordion-cebf) .simple-ec8c.fn-active-e267 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.focus_7cfa {
    display: flex;
    gap: var(--spacing-md);
}

.summary-f881,
.hidden_selected_b8d4 {
    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) {
    .summary-f881,
    .hidden_selected_b8d4 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .focus_7cfa {
        gap: 0.5rem;
    }
}

.summary-f881 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.summary-f881:hover {
    background: var(--primary-purple);
    color: white;
}

.hidden_selected_b8d4 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.hidden_selected_b8d4:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.notice_5ee2 {
    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%;
}

.notice_5ee2::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;
}

.notice_5ee2::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;
}

.texture_8baa {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.item_ad11 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.item_ad11 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);
}

.notice_5ee2 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;
}

.hidden_out_9d63 {
    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;
}

.hidden_out_9d63 strong {
    font-weight: 700;
}

.focus-9c47 {
    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);
}

.tabs-dcfa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.title-complex-456c {
    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);
}

.title-complex-456c:hover {
    transform: translateY(-4px);
}

.search-first-f2d8 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.container-east-44be {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.wrapper_fast_d6f1 {
    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;
}

.wrapper_fast_d6f1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.wrapper_fast_d6f1.module_de27 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.surface_72c6 {
    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);
}

.surface_72c6:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.full_f943 {
    padding: 3rem 1.25rem;
    background: white;
}

.aside_over_4e32 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.in_39e6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.in_39e6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.in_39e6 img {
    margin-bottom: 1rem;
}

.menu_9ac7 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.in_39e6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.in_39e6 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 */
.box-b3b4 {
    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);
}

.description_ae9d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.shade-in-23c9 {
    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);
}

.shade-in-23c9 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.shade-in-23c9 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.shade-in-23c9 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mini-0144 {
    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
   ======================================== */

.search-center-0816 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.filter-in-1fd7 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.module_99a2 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.pink-7c3f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.heading-1026 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.heading-1026:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.heading-1026.paper_b5a4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.heading-1026.paper_b5a4 h3,
.heading-1026.paper_b5a4 p {
    color: white;
}

.tooltip_3466 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.heading-1026 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.heading-1026 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.shadow_next_c0cd {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.shadow_next_c0cd:hover {
    gap: 0.75rem;
}

.heading-1026.paper_b5a4 .shadow_next_c0cd {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.solid_b28f {
    padding: 4rem 1.25rem;
    background: white;
}

.gradient-7e1f {
    text-align: center;
    margin-bottom: 3rem;
}

.pro-b8bf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.hot_aa30 {
    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%;
}

.hot_aa30:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.heading-wide-a5af {
    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);
}

.bronze-cc74 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.table-liquid-9fae {
    padding: 1.5rem;
}

.table-liquid-9fae h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.progress_7cff {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.complex_8a32 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.background-dark-0b64,
.frame-056c {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.background-dark-0b64 {
    background: #dcfce7;
    color: #166534;
}

.background-dark-0b64.card-down-c095 {
    background: #10b981;
    color: white;
}

.frame-056c {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.frame-056c.background-77bd {
    background: #fee2e2;
    color: #991b1b;
}

.frame-056c.soft_ace0 {
    background: #fef3c7;
    color: #92400e;
}

.frame-056c.feature-bottom-ef26 {
    background: #dcfce7;
    color: #166534;
}

.dim_90a8 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.dim_90a8 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.border-paper-6d20 {
    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);
}

.border-paper-6d20:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.first-f812 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.logo_5dd7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.brown_d36a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .brown_d36a {
        grid-template-columns: 1fr 1fr;
    }
}

.element_c91b img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.header-red-dddf h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.outline_black_0569 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.last-7990 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.element_down_7341 {
    font-size: 1rem;
    opacity: 0.9;
}

.header-red-dddf h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.mini-61da {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.mini-61da li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.mini-61da 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;
}

.mini-61da li strong {
    color: var(--primary-purple);
}

.mini-61da li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.mask-334b {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.disabled_glass_fb66 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.fast-f65a {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.disabled_glass_fb66 .container-east-44be {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.column-hard-835d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.form_04f5 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.form_04f5 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.banner_a90a {
    padding: 4rem 1.25rem;
    background: white;
}

.box-orange-6735 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .box-orange-6735 {
        grid-template-columns: 1fr 1fr;
    }
}

.hover_04e4 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.nav_current_796a {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.yellow_5c0e {
    margin-bottom: 1.5rem;
}

.active_lower_f914 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tiny_1990 {
    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);
}

.overlay-middle-c329 {
    white-space: nowrap;
}

.alert_f280 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.shadow_next_8dd8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.description-lower-2668 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.description-lower-2668:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.accordion-371c {
    font-size: 2rem;
    flex-shrink: 0;
}

.left_add4 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.left_add4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.row-black-a83b {
    margin-top: 3rem;
}

.row-black-a83b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.outline_b4ee {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.outline_b4ee thead {
    background: var(--primary-purple);
    color: white;
}

.outline_b4ee th,
.outline_b4ee td {
    padding: 1rem;
    text-align: left;
}

.outline_b4ee th {
    font-weight: 700;
    font-size: 0.9rem;
}

.outline_b4ee tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.outline_b4ee tbody tr:last-child {
    border-bottom: none;
}

.outline_b4ee tbody tr:hover {
    background: var(--light-bg);
}

.primary-motion-74cf {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.iron-2fd8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.purple-3bae {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.title_8fdd {
    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);
}

.title_8fdd:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.title_8fdd.footer_5cbd::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;
}

.carousel_stone_475e {
    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;
}

.chip-selected-9498 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.grid_copper_f99f h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.sidebar_5e25 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.active-41fb {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.active-41fb p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.active-41fb p:last-child {
    margin-bottom: 0;
}

.active-41fb strong {
    color: var(--text-primary);
    font-weight: 600;
}

.background-stale-0db8 {
    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;
}

.card_8373 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.accent_f09b {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.accent_f09b .search-first-f2d8 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.accent_f09b .container-east-44be {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.focus_advanced_5ddf {
    padding: 4rem 1.25rem;
    background: white;
}

.tag-smooth-11dd {
    max-width: 900px;
    margin: 0 auto;
}

.photo-3d74 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.photo-3d74:hover {
    border-color: var(--primary-purple);
}

.photo-3d74[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.photo-3d74 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;
}

.photo-3d74 summary::-webkit-details-marker {
    display: none;
}

.photo-3d74 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.photo-3d74[open] summary::after {
    transform: rotate(45deg);
}

.right_44ac {
    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);
    }
}

.right_44ac p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.right_44ac h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.right_44ac ul,
.right_44ac ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.right_44ac li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.right_44ac strong {
    color: var(--text-primary);
    font-weight: 600;
}

.paragraph-gold-7c79 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.title_deb5 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.title_deb5 th,
.title_deb5 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.title_deb5 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.dirty_da14 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.black_8c5e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.progress_pressed_33fd {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .progress_pressed_33fd {
        flex-direction: column;
        text-align: center;
    }
}

.progress_pressed_33fd img {
    flex-shrink: 0;
}

.block_upper_9af9 {
    font-size: 4rem;
    flex-shrink: 0;
}

.fixed_813a h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.fixed_813a p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.section-7a39 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.menu_54f5 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.shadow_9934 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.shadow_9934 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.link-small-e99c {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.aside-plasma-515a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.title_de06 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.backdrop-8189 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.backdrop-8189 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.shade_clean_81da {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.background_fb55 {
    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);
}

.filter-f6e1 {
    list-style: none;
}

.filter-f6e1 li {
    margin-bottom: 0.75rem;
}

.filter-f6e1 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.filter-f6e1 a:hover {
    color: white;
}

.link_15a9 {
    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;
}

.module_bottom_77f5 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.module_bottom_77f5 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.search-fresh-d000 {
    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);
}

.gold_6c6e {
    text-align: right;
}

@media (max-width: 767px) {
    .gold_6c6e {
        text-align: center;
        width: 100%;
    }
}

.gold_6c6e p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.image-de08 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.bright_6ddb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.full_f943,
.box-b3b4,
.search-center-0816,
.solid_b28f,
.logo_5dd7,
.banner_a90a,
.iron-2fd8,
.focus_advanced_5ddf,
.black_8c5e,
.menu_54f5 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .filter-in-1fd7 {
        font-size: 1.75rem;
    }
    
    .module_99a2 {
        font-size: 1rem;
    }
    
    .mask-334b {
        flex-direction: column;
    }
    
    .box-orange-6735 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .pro-b8bf {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hot_aa30 {
        max-width: 100%;
    }
    
    .bronze-cc74 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .bright_6ddb {
        padding: 0 1rem;
    }
    
    .notice_5ee2 {
        padding: 4rem 1rem 3rem;
    }
    
    .notice_5ee2 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .wrapper_fast_d6f1 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs-dcfa {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .outline_b4ee,
    .title_deb5 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .aside_over_4e32 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .pink-7c3f {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .purple-3bae {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .notice_5ee2 h1 {
        font-size: 1.5rem;
    }
    
    .tabs-dcfa {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .title-complex-456c {
        padding: 0.75rem;
    }
    
    .search-first-f2d8 {
        font-size: 1.5rem;
    }
    
    .aside_over_4e32 {
        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 */
.hot_aa30:hover,
.heading-1026:hover,
.title_8fdd:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .solid_b28f,
    .iron-2fd8,
    .focus_advanced_5ddf {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.outline-basic-1618)
   ======================================== */

.wood_0345.accordion-cebf {
    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;
}

.wood_0345.accordion-cebf .simple-ec8c {
    color: #334155;
}

.wood_0345.accordion-cebf .simple-ec8c:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.wood_0345.accordion-cebf .simple-ec8c.fn-active-e267 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.wood_0345.accordion-cebf .frame_0fa3 {
    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);
}

.wood_0345.accordion-cebf .frame_0fa3::before {
    border-bottom-color: #ffffff;
}

.wood_0345.accordion-cebf .slider-outer-f26c {
    color: #475569;
}

.wood_0345.accordion-cebf .slider-outer-f26c::before {
    background: #818cf8;
}

.wood_0345.accordion-cebf .slider-outer-f26c:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.wood_0345.accordion-cebf .slider-outer-f26c:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.wood_0345.accordion-cebf .pink-9f4a {
    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);
}

.wood_0345.accordion-cebf .pink-9f4a:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.wood_0345.accordion-cebf .pink-9f4a span {
    background: #475569;
    box-shadow: none;
}

.wood_0345.accordion-cebf .pink-9f4a.fn-active-e267 span:nth-child(1),
.wood_0345.accordion-cebf .pink-9f4a.fn-active-e267 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .wood_0345.accordion-cebf {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .wood_0345.accordion-cebf .hero-93d4 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .wood_0345.accordion-cebf .hero-93d4 span {
        color: #334155 !important;
    }

    .wood_0345.accordion-cebf .sort-27fb {
        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);
    }

    .wood_0345.accordion-cebf .sort-27fb .simple-ec8c {
        color: #334155;
        text-shadow: none;
    }

    .wood_0345.accordion-cebf .sort-27fb .simple-ec8c:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .wood_0345.accordion-cebf .sort-27fb .simple-ec8c.description_tiny_f969::after {
        color: #64748b;
    }

    .wood_0345.accordion-cebf .sort-27fb .frame_0fa3 {
        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) */
    .wood_0345.accordion-cebf .sort-27fb .item-bottom-1861.fn-active-e267 .frame_0fa3 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .wood_0345.accordion-cebf .sort-27fb .slider-outer-f26c {
        color: #475569;
    }

    .wood_0345.accordion-cebf .sort-27fb .slider-outer-f26c::before {
        color: #6366f1;
    }

    .wood_0345.accordion-cebf .sort-27fb .slider-outer-f26c:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .wood_0345.accordion-cebf .sort-27fb .slider-outer-f26c:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .wood_0345.accordion-cebf .sort-27fb .slider-outer-f26c:hover::before {
        color: #4f46e5;
    }
}

/* apk.tertiary-thick-e266 — mesmo tema claro da home; blocos extras */
body.nav-pro-d455 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-pro-d455 .form_wood_1eff {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-pro-d455 .fixed-d7f9 {
    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-pro-d455 .fixed-d7f9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-pro-d455 .fixed-d7f9 p:last-child {
    margin-bottom: 0;
}

.nav-pro-d455 .fixed-d7f9 strong {
    color: var(--text-primary);
}

.nav-pro-d455 .gradient_middle_5932 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-pro-d455 .gradient_middle_5932 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.advanced-9232 {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced-9232 .brown_5d38 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced-9232 .tiny-5361 {
    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);
}

.advanced-9232 .tiny-5361 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced-9232 .tiny-5361 p:last-child {
    margin-bottom: 0;
}

.advanced-9232 .tiny-5361 strong {
    color: var(--text-primary);
}

.advanced-9232 .row-slow-61ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.advanced-9232 .row-slow-61ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.logo-d9fc {
    background: #f8f9fa;
    color: #2c3e50;
}

.logo-d9fc .wood_3420 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.logo-d9fc .center-988a {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.logo-d9fc .center-988a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.logo-d9fc .center-988a p:last-child {
    margin-bottom: 0;
}

.logo-d9fc .center-988a strong {
    color: var(--text-primary);
}

.logo-d9fc .large_bb6e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.logo-d9fc .large_bb6e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.out_87a0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.out_87a0 .hovered-3418 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.out_87a0 .tag_a604 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.out_87a0 .tag_a604 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.out_87a0 .tag_a604 p:last-child {
    margin-bottom: 0;
}

.out_87a0 .tag_a604 strong {
    color: var(--text-primary);
}

.out_87a0 .logo-793c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.out_87a0 .logo-793c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail-hot-42c1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail-hot-42c1 .wood_f0a4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail-hot-42c1 .wrapper_bright_5489 {
    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);
}

.thumbnail-hot-42c1 .wrapper_bright_5489 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail-hot-42c1 .wrapper_bright_5489 p:last-child {
    margin-bottom: 0;
}

.thumbnail-hot-42c1 .wrapper_bright_5489 strong {
    color: var(--text-primary);
}

.thumbnail-hot-42c1 .background-8156 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail-hot-42c1 .background-8156 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component-79b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-79b3 .orange-24e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-79b3 .green-17d8 {
    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);
}

.component-79b3 .green-17d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-79b3 .green-17d8 p:last-child {
    margin-bottom: 0;
}

.component-79b3 .green-17d8 strong {
    color: var(--text-primary);
}

.component-79b3 .menu_lite_39b4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-79b3 .menu_lite_39b4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.in-a389 {
    background: #f8f9fa;
    color: #2c3e50;
}

.in-a389 .active_eb9b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.in-a389 .sidebar_small_296e {
    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);
}

.in-a389 .sidebar_small_296e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.in-a389 .sidebar_small_296e p:last-child {
    margin-bottom: 0;
}

.in-a389 .sidebar_small_296e strong {
    color: var(--text-primary);
}

.in-a389 .dropdown-steel-4dd2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.in-a389 .dropdown-steel-4dd2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.block_2646 {
    background: #f8f9fa;
    color: #2c3e50;
}

.block_2646 .picture_easy_891c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.block_2646 .clean_b07e {
    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);
}

.block_2646 .clean_b07e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.block_2646 .clean_b07e p:last-child {
    margin-bottom: 0;
}

.block_2646 .clean_b07e strong {
    color: var(--text-primary);
}

.block_2646 .picture_gold_1b09 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.block_2646 .picture_gold_1b09 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.notice-south-c753 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notice-south-c753 .element-b174 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notice-south-c753 .liquid_fc01 {
    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);
}

.notice-south-c753 .liquid_fc01 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice-south-c753 .liquid_fc01 p:last-child {
    margin-bottom: 0;
}

.notice-south-c753 .liquid_fc01 strong {
    color: var(--text-primary);
}

.notice-south-c753 .tag_f2ce {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notice-south-c753 .tag_f2ce img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.accordion_smooth_1609 {
    background: #f8f9fa;
    color: #2c3e50;
}

.accordion_smooth_1609 .button-south-c8eb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.accordion_smooth_1609 .row-prev-834b {
    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);
}

.accordion_smooth_1609 .row-prev-834b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.accordion_smooth_1609 .row-prev-834b p:last-child {
    margin-bottom: 0;
}

.accordion_smooth_1609 .row-prev-834b strong {
    color: var(--text-primary);
}

.accordion_smooth_1609 .small_f1f6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.accordion_smooth_1609 .small_f1f6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-c0cf {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-c0cf .active_179a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-c0cf .blue-59bc {
    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);
}

.heading-c0cf .blue-59bc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-c0cf .blue-59bc p:last-child {
    margin-bottom: 0;
}

.heading-c0cf .blue-59bc strong {
    color: var(--text-primary);
}

.heading-c0cf .overlay_da3e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-c0cf .overlay_da3e li {
    margin-bottom: 0.65rem;
}

.heading-c0cf .overlay_da3e li:last-child {
    margin-bottom: 0;
}

.heading-c0cf .pattern_7694 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-c0cf .pattern_7694 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.media-f60e {
    background: #f8f9fa;
    color: #2c3e50;
}

.media-f60e .aside_5c20 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.media-f60e .new_c107 {
    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);
}

.media-f60e .new_c107 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-f60e .new_c107 p:last-child {
    margin-bottom: 0;
}

.media-f60e .new_c107 strong {
    color: var(--text-primary);
}

.media-f60e .simple-bea3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.media-f60e .simple-bea3 li {
    margin-bottom: 0.65rem;
}

.media-f60e .simple-bea3 li:last-child {
    margin-bottom: 0;
}

.media-f60e .chip_top_bf22 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.media-f60e .chip_top_bf22 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.shade-1249 {
    background: #f8f9fa;
    color: #2c3e50;
}

.shade-1249 .cool_52da {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.shade-1249 .mini_a62e {
    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);
}

.shade-1249 .mini_a62e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shade-1249 .mini_a62e p:last-child {
    margin-bottom: 0;
}

.shade-1249 .mini_a62e strong {
    color: var(--text-primary);
}

.shade-1249 .heading_5383 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.shade-1249 .heading_5383 li {
    margin-bottom: 0.65rem;
}

.shade-1249 .heading_5383 li:last-child {
    margin-bottom: 0;
}

.shade-1249 .input-b384 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.shade-1249 .input-b384 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.smooth-9fa6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.smooth-9fa6 .mini_f9fe {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.smooth-9fa6 .focus_22f1 {
    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);
}

.smooth-9fa6 .focus_22f1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth-9fa6 .focus_22f1 p:last-child {
    margin-bottom: 0;
}

.smooth-9fa6 .focus_22f1 strong {
    color: var(--text-primary);
}

.smooth-9fa6 .item_3300 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth-9fa6 .item_3300 li {
    margin-bottom: 0.65rem;
}

.smooth-9fa6 .item_3300 li:last-child {
    margin-bottom: 0;
}

body.fluid_a4b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid_a4b3 .active_dynamic_d083 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid_a4b3 .slider_e17b {
    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_a4b3 .slider_e17b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_a4b3 .slider_e17b p:last-child {
    margin-bottom: 0;
}

.fluid_a4b3 .slider_e17b strong {
    color: var(--text-primary);
}

.fluid_a4b3 .detail_85e7 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid_a4b3 .detail_85e7 li {
    margin-bottom: 0.65rem;
}

.fluid_a4b3 .detail_85e7 li:last-child {
    margin-bottom: 0;
}

.fluid_a4b3 .label-c879 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid_a4b3 .label-c879 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.popup-yellow-f405 {
    background: #f8f9fa;
    color: #2c3e50;
}

.popup-yellow-f405 .column_clean_cf90 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.popup-yellow-f405 .small_7772 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.popup-yellow-f405 .small_7772 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-yellow-f405 .small_7772 p:last-child {
    margin-bottom: 0;
}

.popup-yellow-f405 .small_7772 strong {
    color: var(--text-primary);
}

.popup-yellow-f405 .article_ac86 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.popup-yellow-f405 .article_ac86 li {
    margin-bottom: 0.65rem;
}

.popup-yellow-f405 .article_ac86 li:last-child {
    margin-bottom: 0;
}

.popup-yellow-f405 .element_plasma_b371 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.popup-yellow-f405 .element_plasma_b371 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary_f7f3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary_f7f3 .status-lower-1650 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary_f7f3 .accordion-0fce {
    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);
}

.tertiary_f7f3 .accordion-0fce p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_f7f3 .accordion-0fce p:last-child {
    margin-bottom: 0;
}

.tertiary_f7f3 .accordion-0fce strong {
    color: var(--text-primary);
}

.tertiary_f7f3 .grid_edc5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary_f7f3 .grid_edc5 li {
    margin-bottom: 0.65rem;
}

.tertiary_f7f3 .grid_edc5 li:last-child {
    margin-bottom: 0;
}

.tertiary_f7f3 .bronze-9a4d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tertiary_f7f3 .bronze-9a4d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.upper-fc02 {
    background: #f8f9fa;
    color: #2c3e50;
}

.upper-fc02 .out-95ad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.upper-fc02 .article-purple-e08c {
    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);
}

.upper-fc02 .article-purple-e08c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.upper-fc02 .article-purple-e08c p:last-child {
    margin-bottom: 0;
}

.upper-fc02 .article-purple-e08c strong {
    color: var(--text-primary);
}

.upper-fc02 .footer_wood_c176 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.upper-fc02 .footer_wood_c176 li {
    margin-bottom: 0.65rem;
}

.upper-fc02 .footer_wood_c176 li:last-child {
    margin-bottom: 0;
}

.upper-fc02 .row-upper-1b06 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.upper-fc02 .row-upper-1b06 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: b470 */
.shadow-element-p2 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.3;
}
