/* 
 * 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.content_f7b8) — fixed together on mobile */
.detail-blue-089c {
    width: 100%;
}

.steel_e347 {
    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) {
    .detail-blue-089c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .steel_e347 {
        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.short_1493. Conta) stay reachable.
     */
    .footer_current_0c1d .notice_new_76c0 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .detail-blue-089c .footer_current_0c1d > .notice_new_76c0 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) .steel_e347 {
        flex-shrink: 0;
    }

    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) .footer_current_0c1d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) .footer_current_0c1d > .notice_new_76c0 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) .status-smooth-ec51 {
        flex-shrink: 0;
    }

    .detail-blue-089c:has(.dirty_a46b.fn-show-a011) .dirty_a46b.fn-show-a011 {
        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 */
    .footer_current_0c1d .dirty_a46b .fixed-9e26.fn-active-a011 .video_4482 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .steel_e347 {
        position: sticky;
        top: 0;
    }
}

.detail-blue-089c.soft_a1fd,
.detail-blue-089c.soft_a1fd .steel_e347 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.popup-narrow-a27c {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .popup-narrow-a27c {
        padding: 0.75rem 0;
    }
}

.gallery_3942 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.filter-f30d img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .filter-f30d img {
        height: 35px;
    }
}

/* .footer_current_0c1d / .gallery_0a4e — inner pages (brown bar); index uses .texture-3166 below */

.footer_current_0c1d:not(.texture-3166) .gallery_0a4e.fn-active-a011 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.description_lite_24cf {
    display: flex;
    gap: var(--spacing-md);
}

.prev_4b38,
.highlight-small-047b {
    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) {
    .prev_4b38,
    .highlight-small-047b {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .description_lite_24cf {
        gap: 0.5rem;
    }
}

.prev_4b38 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.prev_4b38:hover {
    background: var(--primary-purple);
    color: white;
}

.highlight-small-047b {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.highlight-small-047b:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.element-cold-ac58 {
    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-cold-ac58::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-cold-ac58::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;
}

.right_ac4b {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.rough-a14b {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.rough-a14b 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-cold-ac58 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;
}

.blue-0da1 {
    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;
}

.blue-0da1 strong {
    font-weight: 700;
}

.fast-c2e7 {
    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);
}

.white-175c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.plasma-0637 {
    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);
}

.plasma-0637:hover {
    transform: translateY(-4px);
}

.cold_1315 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.primary_clean_16bb {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.prev-5d7f {
    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;
}

.prev-5d7f:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.prev-5d7f.message_tiny_fe3d {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.highlight_5994 {
    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);
}

.highlight_5994:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.hover-e0b1 {
    padding: 3rem 1.25rem;
    background: white;
}

.secondary_51ef {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.secondary-paper-050a {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.secondary-paper-050a:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.secondary-paper-050a img {
    margin-bottom: 1rem;
}

.bronze_6b52 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.secondary-paper-050a h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.secondary-paper-050a 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 */
.lite_df2d {
    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);
}

.down_b55c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.stone_0099 {
    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);
}

.stone_0099 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.stone_0099 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.stone_0099 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.under-281e {
    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
   ======================================== */

.chip_8f29 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.red-9e01 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.detail-5282 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.status_lite_9f1b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.center-1d10 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.center-1d10:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.center-1d10.aside_old_4070 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.center-1d10.aside_old_4070 h3,
.center-1d10.aside_old_4070 p {
    color: white;
}

.logo-0f32 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.center-1d10 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.center-1d10 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.background_4a8f {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.background_4a8f:hover {
    gap: 0.75rem;
}

.center-1d10.aside_old_4070 .background_4a8f {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.gallery_motion_aab3 {
    padding: 4rem 1.25rem;
    background: white;
}

.progress-fixed-5b70 {
    text-align: center;
    margin-bottom: 3rem;
}

.hovered_265a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.element_brown_4e62 {
    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%;
}

.element_brown_4e62:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.highlight_4200 {
    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);
}

.right_c038 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.south-ec67 {
    padding: 1.5rem;
}

.south-ec67 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.white-ccfa {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.info_2cc2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.slider-first-8f28,
.container-brown-08d7 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.slider-first-8f28 {
    background: #dcfce7;
    color: #166534;
}

.slider-first-8f28.progress_381b {
    background: #10b981;
    color: white;
}

.container-brown-08d7 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.container-brown-08d7.input_gold_9010 {
    background: #fee2e2;
    color: #991b1b;
}

.container-brown-08d7.next-bb37 {
    background: #fef3c7;
    color: #92400e;
}

.container-brown-08d7.primary-out-2e4b {
    background: #dcfce7;
    color: #166534;
}

.backdrop_53d1 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.backdrop_53d1 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.aside_fd12 {
    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);
}

.aside_fd12:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.wrapper-a54e {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.tiny-2a77 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.large_cb68 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .large_cb68 {
        grid-template-columns: 1fr 1fr;
    }
}

.small_91a1 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.box-east-624a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.rough_76a4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.bottom_01a2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.bottom-44d7 {
    font-size: 1rem;
    opacity: 0.9;
}

.box-east-624a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tertiary_paper_b476 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.tertiary_paper_b476 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.tertiary_paper_b476 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;
}

.tertiary_paper_b476 li strong {
    color: var(--primary-purple);
}

.tertiary_paper_b476 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.pink_5b75 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.outline_7ac8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.easy-1a46 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.outline_7ac8 .primary_clean_16bb {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.thick_5da6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.out_70a3 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.out_70a3 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.filter-32eb {
    padding: 4rem 1.25rem;
    background: white;
}

.steel_776a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .steel_776a {
        grid-template-columns: 1fr 1fr;
    }
}

.progress-rough-04c7 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.nav_static_3eb3 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.section-21db {
    margin-bottom: 1.5rem;
}

.white-0426 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.alert_4ddd {
    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);
}

.caption-acbe {
    white-space: nowrap;
}

.alert-a814 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.accent-next-669f h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.content_next_7e55 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.content_next_7e55:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.east-4a20 {
    font-size: 2rem;
    flex-shrink: 0;
}

.fast-3ade h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.fast-3ade p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.backdrop_medium_0238 {
    margin-top: 3rem;
}

.backdrop_medium_0238 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.item_short_ce45 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.item_short_ce45 thead {
    background: var(--primary-purple);
    color: white;
}

.item_short_ce45 th,
.item_short_ce45 td {
    padding: 1rem;
    text-align: left;
}

.item_short_ce45 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.item_short_ce45 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.item_short_ce45 tbody tr:last-child {
    border-bottom: none;
}

.item_short_ce45 tbody tr:hover {
    background: var(--light-bg);
}

.hidden_upper_aaa9 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.form_1434 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.accent_iron_4e1f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.button-86f5 {
    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);
}

.button-86f5:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.button-86f5.secondary_fc96::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;
}

.dirty-b240 {
    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;
}

.feature_64a1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.overlay-over-fda1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.wrapper_east_63ba {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.overlay-north-20e1 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.overlay-north-20e1 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.overlay-north-20e1 p:last-child {
    margin-bottom: 0;
}

.overlay-north-20e1 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.preview_clean_634d {
    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;
}

.image_681f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.block-fresh-47e3 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.block-fresh-47e3 .cold_1315 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.block-fresh-47e3 .primary_clean_16bb {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.alert_ee10 {
    padding: 4rem 1.25rem;
    background: white;
}

.input-bronze-e793 {
    max-width: 900px;
    margin: 0 auto;
}

.progress-ff88 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.progress-ff88:hover {
    border-color: var(--primary-purple);
}

.progress-ff88[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.progress-ff88 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;
}

.progress-ff88 summary::-webkit-details-marker {
    display: none;
}

.progress-ff88 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.progress-ff88[open] summary::after {
    transform: rotate(45deg);
}

.dynamic-7b12 {
    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);
    }
}

.dynamic-7b12 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.dynamic-7b12 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.dynamic-7b12 ul,
.dynamic-7b12 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.dynamic-7b12 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.dynamic-7b12 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.liquid_f28c {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.surface_ddff {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.surface_ddff th,
.surface_ddff td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.surface_ddff th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.article_inner_bc49 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.huge_fb41 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.accordion_f295 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .accordion_f295 {
        flex-direction: column;
        text-align: center;
    }
}

.accordion_f295 img {
    flex-shrink: 0;
}

.plasma-202c {
    font-size: 4rem;
    flex-shrink: 0;
}

.banner-prev-9668 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.banner-prev-9668 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.primary-orange-848c {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.bottom_5b77 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.photo_purple_9ca3 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.photo_purple_9ca3 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.title_smooth_ce95 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.preview-c251 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.tertiary_solid_ca60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.inner-31b6 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.inner-31b6 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.overlay-f6b6 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.mask-de66 {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.element_51b6 {
    list-style: none;
}

.element_51b6 li {
    margin-bottom: 0.75rem;
}

.element_51b6 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.element_51b6 a:hover {
    color: white;
}

.tiny-c488 {
    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;
}

.picture-27df {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.picture-27df span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.down_4d01 {
    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);
}

.detail-lite-c1ae {
    text-align: right;
}

@media (max-width: 767px) {
    .detail-lite-c1ae {
        text-align: center;
        width: 100%;
    }
}

.detail-lite-c1ae p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.nav_cb0a {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.notice_new_76c0 {
    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-e0b1,
.lite_df2d,
.chip_8f29,
.gallery_motion_aab3,
.tiny-2a77,
.filter-32eb,
.form_1434,
.alert_ee10,
.huge_fb41,
.bottom_5b77 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .red-9e01 {
        font-size: 1.75rem;
    }
    
    .detail-5282 {
        font-size: 1rem;
    }
    
    .pink_5b75 {
        flex-direction: column;
    }
    
    .steel_776a {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .hovered_265a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .element_brown_4e62 {
        max-width: 100%;
    }
    
    .right_c038 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .notice_new_76c0 {
        padding: 0 1rem;
    }
    
    .element-cold-ac58 {
        padding: 4rem 1rem 3rem;
    }
    
    .element-cold-ac58 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .prev-5d7f {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .white-175c {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .item_short_ce45,
    .surface_ddff {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .secondary_51ef {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .status_lite_9f1b {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .accent_iron_4e1f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .element-cold-ac58 h1 {
        font-size: 1.5rem;
    }
    
    .white-175c {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .plasma-0637 {
        padding: 0.75rem;
    }
    
    .cold_1315 {
        font-size: 1.5rem;
    }
    
    .secondary_51ef {
        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 */
.element_brown_4e62:hover,
.center-1d10:hover,
.button-86f5:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .gallery_motion_aab3,
    .form_1434,
    .alert_ee10 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.content_f7b8)
   ======================================== */

.footer_current_0c1d.texture-3166 {
    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;
}

.footer_current_0c1d.texture-3166 .gallery_0a4e {
    color: #334155;
}

.footer_current_0c1d.texture-3166 .gallery_0a4e:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.footer_current_0c1d.texture-3166 .gallery_0a4e.fn-active-a011 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.footer_current_0c1d.texture-3166 .video_4482 {
    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);
}

.footer_current_0c1d.texture-3166 .video_4482::before {
    border-bottom-color: #ffffff;
}

.footer_current_0c1d.texture-3166 .dark-56c8 {
    color: #475569;
}

.footer_current_0c1d.texture-3166 .dark-56c8::before {
    background: #818cf8;
}

.footer_current_0c1d.texture-3166 .dark-56c8:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.footer_current_0c1d.texture-3166 .dark-56c8:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.footer_current_0c1d.texture-3166 .prev-5eb9 {
    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);
}

.footer_current_0c1d.texture-3166 .prev-5eb9:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.footer_current_0c1d.texture-3166 .prev-5eb9 span {
    background: #475569;
    box-shadow: none;
}

.footer_current_0c1d.texture-3166 .prev-5eb9.fn-active-a011 span:nth-child(1),
.footer_current_0c1d.texture-3166 .prev-5eb9.fn-active-a011 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .footer_current_0c1d.texture-3166 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .footer_current_0c1d.texture-3166 .status-smooth-ec51 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .footer_current_0c1d.texture-3166 .status-smooth-ec51 span {
        color: #334155 !important;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b {
        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);
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .gallery_0a4e {
        color: #334155;
        text-shadow: none;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .gallery_0a4e:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .gallery_0a4e.video_be58::after {
        color: #64748b;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .video_4482 {
        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) */
    .footer_current_0c1d.texture-3166 .dirty_a46b .fixed-9e26.fn-active-a011 .video_4482 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .dark-56c8 {
        color: #475569;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .dark-56c8::before {
        color: #6366f1;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .dark-56c8:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .dark-56c8:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .footer_current_0c1d.texture-3166 .dirty_a46b .dark-56c8:hover::before {
        color: #4f46e5;
    }
}

/* apk.large-320f — mesmo tema claro da home; blocos extras */
body.secondary_4470 {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary_4470 .border_iron_a82e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary_4470 .avatar_fast_191d {
    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);
}

.secondary_4470 .avatar_fast_191d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary_4470 .avatar_fast_191d p:last-child {
    margin-bottom: 0;
}

.secondary_4470 .avatar_fast_191d strong {
    color: var(--text-primary);
}

.secondary_4470 .overlay_full_7ec4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary_4470 .overlay_full_7ec4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.input-thick-32b5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.input-thick-32b5 .selected_a759 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.input-thick-32b5 .dark_bcf9 {
    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);
}

.input-thick-32b5 .dark_bcf9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.input-thick-32b5 .dark_bcf9 p:last-child {
    margin-bottom: 0;
}

.input-thick-32b5 .dark_bcf9 strong {
    color: var(--text-primary);
}

.input-thick-32b5 .hovered-4a52 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.input-thick-32b5 .hovered-4a52 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.middle-6aad {
    background: #f8f9fa;
    color: #2c3e50;
}

.middle-6aad .item-e4b9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.middle-6aad .center_cf3a {
    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);
}

.middle-6aad .center_cf3a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.middle-6aad .center_cf3a p:last-child {
    margin-bottom: 0;
}

.middle-6aad .center_cf3a strong {
    color: var(--text-primary);
}

.middle-6aad .button-6f7d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.middle-6aad .button-6f7d 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-9f22 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notice-9f22 .title-fast-ab0c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notice-9f22 .picture_narrow_8b16 {
    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-9f22 .picture_narrow_8b16 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notice-9f22 .picture_narrow_8b16 p:last-child {
    margin-bottom: 0;
}

.notice-9f22 .picture_narrow_8b16 strong {
    color: var(--text-primary);
}

.notice-9f22 .summary-ab4e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notice-9f22 .summary-ab4e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.picture_dim_4fe8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.picture_dim_4fe8 .paragraph-focused-f480 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.picture_dim_4fe8 .alert-fast-3450 {
    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);
}

.picture_dim_4fe8 .alert-fast-3450 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.picture_dim_4fe8 .alert-fast-3450 p:last-child {
    margin-bottom: 0;
}

.picture_dim_4fe8 .alert-fast-3450 strong {
    color: var(--text-primary);
}

.picture_dim_4fe8 .bronze_c3e2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.picture_dim_4fe8 .bronze_c3e2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-a48c {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-a48c .widget_16d0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-a48c .menu-349c {
    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);
}

.form-a48c .menu-349c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-a48c .menu-349c p:last-child {
    margin-bottom: 0;
}

.form-a48c .menu-349c strong {
    color: var(--text-primary);
}

.form-a48c .content-3e9f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-a48c .content-3e9f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.item-b3d7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.item-b3d7 .hard_8916 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.item-b3d7 .bright_cca4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.item-b3d7 .bright_cca4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.item-b3d7 .bright_cca4 p:last-child {
    margin-bottom: 0;
}

.item-b3d7 .bright_cca4 strong {
    color: var(--text-primary);
}

.item-b3d7 .active-dim-9e59 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.item-b3d7 .active-dim-9e59 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sidebar-clean-5672 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sidebar-clean-5672 .smooth_18f9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sidebar-clean-5672 .disabled-pink-0fc4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.sidebar-clean-5672 .disabled-pink-0fc4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sidebar-clean-5672 .disabled-pink-0fc4 p:last-child {
    margin-bottom: 0;
}

.sidebar-clean-5672 .disabled-pink-0fc4 strong {
    color: var(--text-primary);
}

.sidebar-clean-5672 .carousel_green_bf65 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sidebar-clean-5672 .carousel_green_bf65 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.element-dynamic-76d2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.element-dynamic-76d2 .complex_08a9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.element-dynamic-76d2 .out-e232 {
    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);
}

.element-dynamic-76d2 .out-e232 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.element-dynamic-76d2 .out-e232 p:last-child {
    margin-bottom: 0;
}

.element-dynamic-76d2 .out-e232 strong {
    color: var(--text-primary);
}

.element-dynamic-76d2 .basic-7ab2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.element-dynamic-76d2 .basic-7ab2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern_8b3c {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern_8b3c .logo-f88b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern_8b3c .slow-da27 {
    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);
}

.pattern_8b3c .slow-da27 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern_8b3c .slow-da27 p:last-child {
    margin-bottom: 0;
}

.pattern_8b3c .slow-da27 strong {
    color: var(--text-primary);
}

.pattern_8b3c .right_ae51 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern_8b3c .right_ae51 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_green_ba32 {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_green_ba32 .grid_a582 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_green_ba32 .easy_f8f3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter_green_ba32 .easy_f8f3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_green_ba32 .easy_f8f3 p:last-child {
    margin-bottom: 0;
}

.filter_green_ba32 .easy_f8f3 strong {
    color: var(--text-primary);
}

.filter_green_ba32 .component-purple-9fd4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_green_ba32 .component-purple-9fd4 li {
    margin-bottom: 0.65rem;
}

.filter_green_ba32 .component-purple-9fd4 li:last-child {
    margin-bottom: 0;
}

.filter_green_ba32 .input-under-0129 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter_green_ba32 .input-under-0129 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.lite-fff8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite-fff8 .shade_blue_371f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite-fff8 .row-white-ec75 {
    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);
}

.lite-fff8 .row-white-ec75 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite-fff8 .row-white-ec75 p:last-child {
    margin-bottom: 0;
}

.lite-fff8 .row-white-ec75 strong {
    color: var(--text-primary);
}

.lite-fff8 .grid_b48d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite-fff8 .grid_b48d li {
    margin-bottom: 0.65rem;
}

.lite-fff8 .grid_b48d li:last-child {
    margin-bottom: 0;
}

.lite-fff8 .sidebar_advanced_46d5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite-fff8 .sidebar_advanced_46d5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.primary-action-d75e {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-action-d75e .hero_3910 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-action-d75e .brown_726a {
    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);
}

.primary-action-d75e .brown_726a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-action-d75e .brown_726a p:last-child {
    margin-bottom: 0;
}

.primary-action-d75e .brown_726a strong {
    color: var(--text-primary);
}

.primary-action-d75e .cool_31d4 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-action-d75e .cool_31d4 li {
    margin-bottom: 0.65rem;
}

.primary-action-d75e .cool_31d4 li:last-child {
    margin-bottom: 0;
}

.primary-action-d75e .detail-e7a7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-action-d75e .detail-e7a7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_038a {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_038a .bronze_091a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_038a .info-dirty-0554 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.filter_038a .info-dirty-0554 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_038a .info-dirty-0554 p:last-child {
    margin-bottom: 0;
}

.filter_038a .info-dirty-0554 strong {
    color: var(--text-primary);
}

.filter_038a .outline-in-1064 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_038a .outline-in-1064 li {
    margin-bottom: 0.65rem;
}

.filter_038a .outline-in-1064 li:last-child {
    margin-bottom: 0;
}

body.basic_7caf {
    background: #f8f9fa;
    color: #2c3e50;
}

.basic_7caf .gallery-dirty-ba4d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.basic_7caf .overlay_2e54 {
    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);
}

.basic_7caf .overlay_2e54 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_7caf .overlay_2e54 p:last-child {
    margin-bottom: 0;
}

.basic_7caf .overlay_2e54 strong {
    color: var(--text-primary);
}

.basic_7caf .detail_clean_87e2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.basic_7caf .detail_clean_87e2 li {
    margin-bottom: 0.65rem;
}

.basic_7caf .detail_clean_87e2 li:last-child {
    margin-bottom: 0;
}

.basic_7caf .menu_aa23 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.basic_7caf .menu_aa23 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.description-dim-bd51 {
    background: #f8f9fa;
    color: #2c3e50;
}

.description-dim-bd51 .logo_black_d266 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.description-dim-bd51 .carousel-narrow-b4d0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.description-dim-bd51 .carousel-narrow-b4d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-dim-bd51 .carousel-narrow-b4d0 p:last-child {
    margin-bottom: 0;
}

.description-dim-bd51 .carousel-narrow-b4d0 strong {
    color: var(--text-primary);
}

.description-dim-bd51 .item_657b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.description-dim-bd51 .item_657b li {
    margin-bottom: 0.65rem;
}

.description-dim-bd51 .item_657b li:last-child {
    margin-bottom: 0;
}

.description-dim-bd51 .mask_advanced_ae07 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.description-dim-bd51 .mask_advanced_ae07 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu-active-69b1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu-active-69b1 .copper-03a7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu-active-69b1 .photo-cold-0a0a {
    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);
}

.menu-active-69b1 .photo-cold-0a0a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-active-69b1 .photo-cold-0a0a p:last-child {
    margin-bottom: 0;
}

.menu-active-69b1 .photo-cold-0a0a strong {
    color: var(--text-primary);
}

.menu-active-69b1 .hard-d87b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-active-69b1 .hard-d87b li {
    margin-bottom: 0.65rem;
}

.menu-active-69b1 .hard-d87b li:last-child {
    margin-bottom: 0;
}

.menu-active-69b1 .dark-d70e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu-active-69b1 .dark-d70e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.section-plasma-adf0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.section-plasma-adf0 .detail-thick-a00d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.section-plasma-adf0 .input_west_98f3 {
    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);
}

.section-plasma-adf0 .input_west_98f3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-plasma-adf0 .input_west_98f3 p:last-child {
    margin-bottom: 0;
}

.section-plasma-adf0 .input_west_98f3 strong {
    color: var(--text-primary);
}

.section-plasma-adf0 .primary-65f5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.section-plasma-adf0 .primary-65f5 li {
    margin-bottom: 0.65rem;
}

.section-plasma-adf0 .primary-65f5 li:last-child {
    margin-bottom: 0;
}

.section-plasma-adf0 .shade-motion-4267 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.section-plasma-adf0 .shade-motion-4267 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: dc4c */
.shadow-element-a4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
