/* 
 * 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.tooltip-copper-b784) — fixed together on mobile */
.icon-45b3 {
    width: 100%;
}

.nav-67fc {
    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) {
    .icon-45b3 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .nav-67fc {
        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.secondary_orange_ee70. Conta) stay reachable.
     */
    .photo-bf02 .gallery_00d4 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .icon-45b3 .photo-bf02 > .gallery_00d4 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .icon-45b3:has(.border_4f3b.fn-show-fd22) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .icon-45b3:has(.border_4f3b.fn-show-fd22) .nav-67fc {
        flex-shrink: 0;
    }

    .icon-45b3:has(.border_4f3b.fn-show-fd22) .photo-bf02 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .icon-45b3:has(.border_4f3b.fn-show-fd22) .photo-bf02 > .gallery_00d4 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .icon-45b3:has(.border_4f3b.fn-show-fd22) .main_small_be8e {
        flex-shrink: 0;
    }

    .icon-45b3:has(.border_4f3b.fn-show-fd22) .border_4f3b.fn-show-fd22 {
        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 */
    .photo-bf02 .border_4f3b .row_97aa.fn-active-fd22 .orange-4667 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .nav-67fc {
        position: sticky;
        top: 0;
    }
}

.icon-45b3.narrow_60d1,
.icon-45b3.narrow_60d1 .nav-67fc {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.black_fcc0 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .black_fcc0 {
        padding: 0.75rem 0;
    }
}

.popup-short-d790 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.tiny-2981 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .tiny-2981 img {
        height: 35px;
    }
}

/* .photo-bf02 / .notification-orange-2ef3 — inner pages (brown bar); index uses .huge-3b37 below */

.photo-bf02:not(.huge-3b37) .notification-orange-2ef3.fn-active-fd22 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.overlay-07cd {
    display: flex;
    gap: var(--spacing-md);
}

.thick-274e,
.box-66d1 {
    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) {
    .thick-274e,
    .box-66d1 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .overlay-07cd {
        gap: 0.5rem;
    }
}

.thick-274e {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.thick-274e:hover {
    background: var(--primary-purple);
    color: white;
}

.box-66d1 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.box-66d1:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.cold_acc5 {
    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%;
}

.cold_acc5::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;
}

.cold_acc5::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;
}

.soft-16df {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.hover_cool_32e6 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.hover_cool_32e6 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);
}

.cold_acc5 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;
}

.list-hot-572d {
    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;
}

.list-hot-572d strong {
    font-weight: 700;
}

.pressed-8a57 {
    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);
}

.green_a885 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.grid_copper_69e8 {
    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);
}

.grid_copper_69e8:hover {
    transform: translateY(-4px);
}

.dropdown_motion_730f {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.focus_73b6 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.heading-steel-0947 {
    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;
}

.heading-steel-0947:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.heading-steel-0947.stale_7b55 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.carousel-68c9 {
    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);
}

.carousel-68c9:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.heading_64b4 {
    padding: 3rem 1.25rem;
    background: white;
}

.lower_b753 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.modal-red-fdaf {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.modal-red-fdaf:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.modal-red-fdaf img {
    margin-bottom: 1rem;
}

.input_e776 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.modal-red-fdaf h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.modal-red-fdaf 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 */
.media_wide_5770 {
    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);
}

.module-red-a8ce {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.hidden_brown_1a55 {
    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);
}

.hidden_brown_1a55 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.hidden_brown_1a55 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.hidden_brown_1a55 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.new_80cb {
    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
   ======================================== */

.shade_stone_1ad1 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.mask-7b08 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.blue_bb6d {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.element-center-5b45 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.sidebar-a9ad {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.sidebar-a9ad:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.sidebar-a9ad.wide-ffc0 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.sidebar-a9ad.wide-ffc0 h3,
.sidebar-a9ad.wide-ffc0 p {
    color: white;
}

.prev-4baa {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.sidebar-a9ad h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.sidebar-a9ad p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hover-4b48 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.hover-4b48:hover {
    gap: 0.75rem;
}

.sidebar-a9ad.wide-ffc0 .hover-4b48 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.old_88d8 {
    padding: 4rem 1.25rem;
    background: white;
}

.gradient-pressed-63cd {
    text-align: center;
    margin-bottom: 3rem;
}

.widget_3307 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.aside-dim-4d73 {
    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%;
}

.aside-dim-4d73:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.media-47fd {
    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);
}

.huge-a5ec {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.wood_9ef6 {
    padding: 1.5rem;
}

.wood_9ef6 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.nav-7ec4 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.smooth_b011 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.shadow-fe8b,
.complex-6ec1 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.shadow-fe8b {
    background: #dcfce7;
    color: #166534;
}

.shadow-fe8b.bronze_7816 {
    background: #10b981;
    color: white;
}

.complex-6ec1 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.complex-6ec1.shade-wood-6ee1 {
    background: #fee2e2;
    color: #991b1b;
}

.complex-6ec1.caption_top_fb15 {
    background: #fef3c7;
    color: #92400e;
}

.complex-6ec1.full-c5d0 {
    background: #dcfce7;
    color: #166534;
}

.soft_9641 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.soft_9641 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.widget-out-47e4 {
    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);
}

.widget-out-47e4:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.notice_hovered_11ff {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.menu-bb77 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.column_0f57 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .column_0f57 {
        grid-template-columns: 1fr 1fr;
    }
}

.south-43e7 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.background-3755 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.search_6696 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.shadow_bright_964a {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.inner-4f57 {
    font-size: 1rem;
    opacity: 0.9;
}

.background-3755 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.image_easy_6d5b {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.image_easy_6d5b li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.image_easy_6d5b 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;
}

.image_easy_6d5b li strong {
    color: var(--primary-purple);
}

.image_easy_6d5b li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.focused-f6ea {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.widget_current_a51e {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.border_8ed1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.widget_current_a51e .focus_73b6 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.notice_083b p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.disabled_white_403a {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.disabled_white_403a a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.avatar-8f95 {
    padding: 4rem 1.25rem;
    background: white;
}

.input_action_3f49 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .input_action_3f49 {
        grid-template-columns: 1fr 1fr;
    }
}

.wood_3952 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.alert_8046 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.logo-smooth-0bce {
    margin-bottom: 1.5rem;
}

.prev-d623 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.shade-d670 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    transition: width var(--transition-slow);
}

.dropdown_medium_5a15 {
    white-space: nowrap;
}

.static-b53e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.panel_top_b85d h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.menu-easy-de1b {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.menu-easy-de1b:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.content-ea02 {
    font-size: 2rem;
    flex-shrink: 0;
}

.accordion-2172 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.accordion-2172 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.iron-1eb6 {
    margin-top: 3rem;
}

.iron-1eb6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.photo-top-de75 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.photo-top-de75 thead {
    background: var(--primary-purple);
    color: white;
}

.photo-top-de75 th,
.photo-top-de75 td {
    padding: 1rem;
    text-align: left;
}

.photo-top-de75 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.photo-top-de75 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.photo-top-de75 tbody tr:last-child {
    border-bottom: none;
}

.photo-top-de75 tbody tr:hover {
    background: var(--light-bg);
}

.large-4fc6 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.nav-a0b7 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.silver-4410 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.medium_0ad3 {
    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);
}

.medium_0ad3:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.medium_0ad3.east-6873::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;
}

.caption_warm_c3e6 {
    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;
}

.fresh_8acf {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.over-b7aa h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.module_wood_d8fd {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.plasma-30a3 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.plasma-30a3 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.plasma-30a3 p:last-child {
    margin-bottom: 0;
}

.plasma-30a3 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.shadow_f3ca {
    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;
}

.notification-b42f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.solid-e1ce {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.solid-e1ce .dropdown_motion_730f {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.solid-e1ce .focus_73b6 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.banner-center-72e1 {
    padding: 4rem 1.25rem;
    background: white;
}

.paper_1ac2 {
    max-width: 900px;
    margin: 0 auto;
}

.content-6473 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.content-6473:hover {
    border-color: var(--primary-purple);
}

.content-6473[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.content-6473 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;
}

.content-6473 summary::-webkit-details-marker {
    display: none;
}

.content-6473 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.content-6473[open] summary::after {
    transform: rotate(45deg);
}

.surface-c5b2 {
    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);
    }
}

.surface-c5b2 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.surface-c5b2 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.surface-c5b2 ul,
.surface-c5b2 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.surface-c5b2 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.surface-c5b2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.panel_under_0fd9 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.middle_31ff {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.middle_31ff th,
.middle_31ff td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.middle_31ff th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.detail_a283 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.tiny-a0eb {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.liquid_cbc3 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .liquid_cbc3 {
        flex-direction: column;
        text-align: center;
    }
}

.liquid_cbc3 img {
    flex-shrink: 0;
}

.dropdown-smooth-ff28 {
    font-size: 4rem;
    flex-shrink: 0;
}

.texture_a6f5 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.texture_a6f5 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.selected-7d05 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.stone-61ce {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.gallery_1c81 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.gallery_1c81 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.tertiary_0ef0 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.avatar_hot_593f {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.section-3506 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.avatar-8774 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.avatar-8774 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.black-b7cf {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.slider_da24 {
    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);
}

.warm_92f7 {
    list-style: none;
}

.warm_92f7 li {
    margin-bottom: 0.75rem;
}

.warm_92f7 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.warm_92f7 a:hover {
    color: white;
}

.under_f545 {
    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;
}

.form_dynamic_c170 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.form_dynamic_c170 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.active-7c61 {
    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);
}

.box_7b5d {
    text-align: right;
}

@media (max-width: 767px) {
    .box_7b5d {
        text-align: center;
        width: 100%;
    }
}

.box_7b5d p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.chip_under_ab40 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.gallery_00d4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.heading_64b4,
.media_wide_5770,
.shade_stone_1ad1,
.old_88d8,
.menu-bb77,
.avatar-8f95,
.nav-a0b7,
.banner-center-72e1,
.tiny-a0eb,
.stone-61ce {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .mask-7b08 {
        font-size: 1.75rem;
    }
    
    .blue_bb6d {
        font-size: 1rem;
    }
    
    .focused-f6ea {
        flex-direction: column;
    }
    
    .input_action_3f49 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .widget_3307 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .aside-dim-4d73 {
        max-width: 100%;
    }
    
    .huge-a5ec {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .gallery_00d4 {
        padding: 0 1rem;
    }
    
    .cold_acc5 {
        padding: 4rem 1rem 3rem;
    }
    
    .cold_acc5 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .heading-steel-0947 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .green_a885 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .photo-top-de75,
    .middle_31ff {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .lower_b753 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .element-center-5b45 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .silver-4410 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .cold_acc5 h1 {
        font-size: 1.5rem;
    }
    
    .green_a885 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .grid_copper_69e8 {
        padding: 0.75rem;
    }
    
    .dropdown_motion_730f {
        font-size: 1.5rem;
    }
    
    .lower_b753 {
        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 */
.aside-dim-4d73:hover,
.sidebar-a9ad:hover,
.medium_0ad3:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .old_88d8,
    .nav-a0b7,
    .banner-center-72e1 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.tooltip-copper-b784)
   ======================================== */

.photo-bf02.huge-3b37 {
    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;
}

.photo-bf02.huge-3b37 .notification-orange-2ef3 {
    color: #334155;
}

.photo-bf02.huge-3b37 .notification-orange-2ef3:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.photo-bf02.huge-3b37 .notification-orange-2ef3.fn-active-fd22 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.photo-bf02.huge-3b37 .orange-4667 {
    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);
}

.photo-bf02.huge-3b37 .orange-4667::before {
    border-bottom-color: #ffffff;
}

.photo-bf02.huge-3b37 .panel-59c8 {
    color: #475569;
}

.photo-bf02.huge-3b37 .panel-59c8::before {
    background: #818cf8;
}

.photo-bf02.huge-3b37 .panel-59c8:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.photo-bf02.huge-3b37 .panel-59c8:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.photo-bf02.huge-3b37 .over_bde8 {
    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);
}

.photo-bf02.huge-3b37 .over_bde8:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.photo-bf02.huge-3b37 .over_bde8 span {
    background: #475569;
    box-shadow: none;
}

.photo-bf02.huge-3b37 .over_bde8.fn-active-fd22 span:nth-child(1),
.photo-bf02.huge-3b37 .over_bde8.fn-active-fd22 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .photo-bf02.huge-3b37 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .photo-bf02.huge-3b37 .main_small_be8e {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .photo-bf02.huge-3b37 .main_small_be8e span {
        color: #334155 !important;
    }

    .photo-bf02.huge-3b37 .border_4f3b {
        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);
    }

    .photo-bf02.huge-3b37 .border_4f3b .notification-orange-2ef3 {
        color: #334155;
        text-shadow: none;
    }

    .photo-bf02.huge-3b37 .border_4f3b .notification-orange-2ef3:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .photo-bf02.huge-3b37 .border_4f3b .notification-orange-2ef3.row_first_3925::after {
        color: #64748b;
    }

    .photo-bf02.huge-3b37 .border_4f3b .orange-4667 {
        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) */
    .photo-bf02.huge-3b37 .border_4f3b .row_97aa.fn-active-fd22 .orange-4667 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .photo-bf02.huge-3b37 .border_4f3b .panel-59c8 {
        color: #475569;
    }

    .photo-bf02.huge-3b37 .border_4f3b .panel-59c8::before {
        color: #6366f1;
    }

    .photo-bf02.huge-3b37 .border_4f3b .panel-59c8:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .photo-bf02.huge-3b37 .border_4f3b .panel-59c8:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .photo-bf02.huge-3b37 .border_4f3b .panel-59c8:hover::before {
        color: #4f46e5;
    }
}

/* apk.pagination_next_5204 — mesmo tema claro da home; blocos extras */
body.full-3e2e {
    background: #f8f9fa;
    color: #2c3e50;
}

.full-3e2e .popup_a514 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.full-3e2e .article_blue_38f4 {
    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);
}

.full-3e2e .article_blue_38f4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.full-3e2e .article_blue_38f4 p:last-child {
    margin-bottom: 0;
}

.full-3e2e .article_blue_38f4 strong {
    color: var(--text-primary);
}

.full-3e2e .frame-clean-bac9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.full-3e2e .frame-clean-bac9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.grid_573a {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid_573a .tertiary_00c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid_573a .wood_c222 {
    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);
}

.grid_573a .wood_c222 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid_573a .wood_c222 p:last-child {
    margin-bottom: 0;
}

.grid_573a .wood_c222 strong {
    color: var(--text-primary);
}

.grid_573a .description_solid_4d58 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid_573a .description_solid_4d58 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.selected-8473 {
    background: #f8f9fa;
    color: #2c3e50;
}

.selected-8473 .pressed-07c4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.selected-8473 .list_c1ef {
    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);
}

.selected-8473 .list_c1ef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.selected-8473 .list_c1ef p:last-child {
    margin-bottom: 0;
}

.selected-8473 .list_c1ef strong {
    color: var(--text-primary);
}

.selected-8473 .hovered_e134 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.selected-8473 .hovered_e134 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.full_cec8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.full_cec8 .tiny_dd2b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.full_cec8 .panel_pressed_0e9a {
    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);
}

.full_cec8 .panel_pressed_0e9a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.full_cec8 .panel_pressed_0e9a p:last-child {
    margin-bottom: 0;
}

.full_cec8 .panel_pressed_0e9a strong {
    color: var(--text-primary);
}

.full_cec8 .main-dynamic-3c6e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.full_cec8 .main-dynamic-3c6e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gas-9e85 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gas-9e85 .gallery_top_9ec9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gas-9e85 .wrapper_3c43 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.gas-9e85 .wrapper_3c43 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gas-9e85 .wrapper_3c43 p:last-child {
    margin-bottom: 0;
}

.gas-9e85 .wrapper_3c43 strong {
    color: var(--text-primary);
}

.gas-9e85 .dropdown-next-cd25 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gas-9e85 .dropdown-next-cd25 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav-iron-b699 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav-iron-b699 .liquid_86a4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav-iron-b699 .bottom-d13d {
    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-iron-b699 .bottom-d13d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav-iron-b699 .bottom-d13d p:last-child {
    margin-bottom: 0;
}

.nav-iron-b699 .bottom-d13d strong {
    color: var(--text-primary);
}

.nav-iron-b699 .status_4ccb {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav-iron-b699 .status_4ccb img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fixed-5ce6 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fixed-5ce6 .preview-down-3b69 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fixed-5ce6 .slider-stone-a46e {
    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);
}

.fixed-5ce6 .slider-stone-a46e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fixed-5ce6 .slider-stone-a46e p:last-child {
    margin-bottom: 0;
}

.fixed-5ce6 .slider-stone-a46e strong {
    color: var(--text-primary);
}

.fixed-5ce6 .fixed-366e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fixed-5ce6 .fixed-366e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.brown_b2c9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.brown_b2c9 .hidden_315f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.brown_b2c9 .accent-42f7 {
    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);
}

.brown_b2c9 .accent-42f7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown_b2c9 .accent-42f7 p:last-child {
    margin-bottom: 0;
}

.brown_b2c9 .accent-42f7 strong {
    color: var(--text-primary);
}

.brown_b2c9 .dynamic-f7ee {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.brown_b2c9 .dynamic-f7ee img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.box_dim_5603 {
    background: #f8f9fa;
    color: #2c3e50;
}

.box_dim_5603 .block_8a85 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.box_dim_5603 .sort-87cc {
    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);
}

.box_dim_5603 .sort-87cc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.box_dim_5603 .sort-87cc p:last-child {
    margin-bottom: 0;
}

.box_dim_5603 .sort-87cc strong {
    color: var(--text-primary);
}

.box_dim_5603 .light_82f2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.box_dim_5603 .light_82f2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.module-f309 {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-f309 .card-pink-a47f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-f309 .widget-83a3 {
    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);
}

.module-f309 .widget-83a3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-f309 .widget-83a3 p:last-child {
    margin-bottom: 0;
}

.module-f309 .widget-83a3 strong {
    color: var(--text-primary);
}

.module-f309 .hover-9391 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-f309 .hover-9391 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.old-3962 {
    background: #f8f9fa;
    color: #2c3e50;
}

.old-3962 .easy_5035 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.old-3962 .white-eb6e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.old-3962 .white-eb6e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-3962 .white-eb6e p:last-child {
    margin-bottom: 0;
}

.old-3962 .white-eb6e strong {
    color: var(--text-primary);
}

.old-3962 .element-48bc {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.old-3962 .element-48bc li {
    margin-bottom: 0.65rem;
}

.old-3962 .element-48bc li:last-child {
    margin-bottom: 0;
}

.old-3962 .tabs_stone_ca0f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.old-3962 .tabs_stone_ca0f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.avatar_cool_8cdd {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_cool_8cdd .badge_ebae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_cool_8cdd .info-cool-ed86 {
    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);
}

.avatar_cool_8cdd .info-cool-ed86 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_cool_8cdd .info-cool-ed86 p:last-child {
    margin-bottom: 0;
}

.avatar_cool_8cdd .info-cool-ed86 strong {
    color: var(--text-primary);
}

.avatar_cool_8cdd .stone_b4df {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_cool_8cdd .stone_b4df li {
    margin-bottom: 0.65rem;
}

.avatar_cool_8cdd .stone_b4df li:last-child {
    margin-bottom: 0;
}

.avatar_cool_8cdd .tooltip_cad8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_cool_8cdd .tooltip_cad8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dark_25d9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.dark_25d9 .selected_c455 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dark_25d9 .grid_dcca {
    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);
}

.dark_25d9 .grid_dcca p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_25d9 .grid_dcca p:last-child {
    margin-bottom: 0;
}

.dark_25d9 .grid_dcca strong {
    color: var(--text-primary);
}

.dark_25d9 .progress_0341 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dark_25d9 .progress_0341 li {
    margin-bottom: 0.65rem;
}

.dark_25d9 .progress_0341 li:last-child {
    margin-bottom: 0;
}

.dark_25d9 .dark_628d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.dark_25d9 .dark_628d 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-511c {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-511c .image-8211 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-511c .lower-8ba9 {
    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-511c .lower-8ba9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-511c .lower-8ba9 p:last-child {
    margin-bottom: 0;
}

.primary-511c .lower-8ba9 strong {
    color: var(--text-primary);
}

.primary-511c .complex_e698 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-511c .complex_e698 li {
    margin-bottom: 0.65rem;
}

.primary-511c .complex_e698 li:last-child {
    margin-bottom: 0;
}

body.alert_9673 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert_9673 .stone-4144 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert_9673 .middle_b47c {
    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);
}

.alert_9673 .middle_b47c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_9673 .middle_b47c p:last-child {
    margin-bottom: 0;
}

.alert_9673 .middle_b47c strong {
    color: var(--text-primary);
}

.alert_9673 .plasma_8fb9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_9673 .plasma_8fb9 li {
    margin-bottom: 0.65rem;
}

.alert_9673 .plasma_8fb9 li:last-child {
    margin-bottom: 0;
}

.alert_9673 .in_4291 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert_9673 .in_4291 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hero_under_92b4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.hero_under_92b4 .overlay-lower-27c7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hero_under_92b4 .dynamic_dca7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.hero_under_92b4 .dynamic_dca7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_under_92b4 .dynamic_dca7 p:last-child {
    margin-bottom: 0;
}

.hero_under_92b4 .dynamic_dca7 strong {
    color: var(--text-primary);
}

.hero_under_92b4 .notice-03db {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hero_under_92b4 .notice-03db li {
    margin-bottom: 0.65rem;
}

.hero_under_92b4 .notice-03db li:last-child {
    margin-bottom: 0;
}

.hero_under_92b4 .detail-fresh-2af3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hero_under_92b4 .detail-fresh-2af3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.modal_208f {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal_208f .static_6c8f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal_208f .outline-pressed-f1f3 {
    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);
}

.modal_208f .outline-pressed-f1f3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_208f .outline-pressed-f1f3 p:last-child {
    margin-bottom: 0;
}

.modal_208f .outline-pressed-f1f3 strong {
    color: var(--text-primary);
}

.modal_208f .gradient_short_b011 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal_208f .gradient_short_b011 li {
    margin-bottom: 0.65rem;
}

.modal_208f .gradient_short_b011 li:last-child {
    margin-bottom: 0;
}

.modal_208f .item_pro_45e7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal_208f .item_pro_45e7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table_7f61 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table_7f61 .focus-a892 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table_7f61 .video_pressed_9c53 {
    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);
}

.table_7f61 .video_pressed_9c53 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_7f61 .video_pressed_9c53 p:last-child {
    margin-bottom: 0;
}

.table_7f61 .video_pressed_9c53 strong {
    color: var(--text-primary);
}

.table_7f61 .component-right-fbe5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table_7f61 .component-right-fbe5 li {
    margin-bottom: 0.65rem;
}

.table_7f61 .component-right-fbe5 li:last-child {
    margin-bottom: 0;
}

.table_7f61 .warm_a03b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.table_7f61 .warm_a03b 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: 96cf */
.promo-block-k4 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
