/* 
 * 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.focus-2091) — fixed together on mobile */
.thumbnail-prev-83fe {
    width: 100%;
}

.summary_up_175b {
    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) {
    .thumbnail-prev-83fe {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .summary_up_175b {
        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.prev-4177. Conta) stay reachable.
     */
    .black-1868 .header_acc6 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .thumbnail-prev-83fe .black-1868 > .header_acc6 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) .summary_up_175b {
        flex-shrink: 0;
    }

    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) .black-1868 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) .black-1868 > .header_acc6 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) .container-mini-b36c {
        flex-shrink: 0;
    }

    .thumbnail-prev-83fe:has(.plasma_b282.fn-show-d87a) .plasma_b282.fn-show-d87a {
        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 */
    .black-1868 .plasma_b282 .surface-5193.fn-active-d87a .image_huge_e90c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .summary_up_175b {
        position: sticky;
        top: 0;
    }
}

.thumbnail-prev-83fe.video-simple-39a9,
.thumbnail-prev-83fe.video-simple-39a9 .summary_up_175b {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.right_6f93 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .right_6f93 {
        padding: 0.75rem 0;
    }
}

.brown-15d8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.nav_paper_98dd img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .nav_paper_98dd img {
        height: 35px;
    }
}

/* .black-1868 / .short_13e9 — inner pages (brown bar); index uses .inner_e67b below */

.black-1868:not(.inner_e67b) .short_13e9.fn-active-d87a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.status-2ee1 {
    display: flex;
    gap: var(--spacing-md);
}

.button-dark-0f96,
.content_ec28 {
    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) {
    .button-dark-0f96,
    .content_ec28 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .status-2ee1 {
        gap: 0.5rem;
    }
}

.button-dark-0f96 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.button-dark-0f96:hover {
    background: var(--primary-purple);
    color: white;
}

.content_ec28 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.content_ec28:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.picture-in-fc28 {
    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%;
}

.picture-in-fc28::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;
}

.picture-in-fc28::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;
}

.fresh_a31c {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.east-4675 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.east-4675 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);
}

.picture-in-fc28 h1 {
    font-size: clamp(1.75rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hidden_tiny_6bc9 {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.7;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hidden_tiny_6bc9 strong {
    font-weight: 700;
}

.heading_0feb {
    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);
}

.backdrop-5ec0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.widget_under_baea {
    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);
}

.widget_under_baea:hover {
    transform: translateY(-4px);
}

.hover-3cca {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.fresh-a92a {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.table_e486 {
    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;
}

.table_e486:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.table_e486.pressed_caa1 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.hidden_short_76c1 {
    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);
}

.hidden_short_76c1:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.message_75fc {
    padding: 3rem 1.25rem;
    background: white;
}

.video_eb43 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.shadow-5cc6 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.shadow-5cc6:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.shadow-5cc6 img {
    margin-bottom: 1rem;
}

.tabs_89fb {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.shadow-5cc6 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.shadow-5cc6 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 */
.frame-dark-3833 {
    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);
}

.avatar_dirty_9335 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.layout-1dea {
    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);
}

.layout-1dea h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.layout-1dea p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.layout-1dea a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.iron-a85f {
    max-width: 900px;
    margin: 2rem auto 0;
    padding: 1rem 1.25rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius-lg);
    border-left: 4px solid var(--primary-purple);
}

/* ========================================
   7. Quick Answer Section
   ======================================== */

.frame-wood-b4d3 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.focus-f388 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.paragraph-light-7b94 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.outline_7c97 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.dirty_e826 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.dirty_e826:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.dirty_e826.module-brown-9176 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.dirty_e826.module-brown-9176 h3,
.dirty_e826.module-brown-9176 p {
    color: white;
}

.input_fdc8 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.dirty_e826 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.dirty_e826 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.bottom_c81d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.bottom_c81d:hover {
    gap: 0.75rem;
}

.dirty_e826.module-brown-9176 .bottom_c81d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.border-huge-17ab {
    padding: 4rem 1.25rem;
    background: white;
}

.row_e7aa {
    text-align: center;
    margin-bottom: 3rem;
}

.fast-952a {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.north-3e05 {
    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%;
}

.north-3e05:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.carousel_lite_bea5 {
    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);
}

.element_8e26 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.shade_middle_436b {
    padding: 1.5rem;
}

.shade_middle_436b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.mini_93de {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.progress-1ca2 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.texture-dfa1,
.popup-20c9 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.texture-dfa1 {
    background: #dcfce7;
    color: #166534;
}

.texture-dfa1.lower_57b2 {
    background: #10b981;
    color: white;
}

.popup-20c9 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.popup-20c9.paragraph_easy_8638 {
    background: #fee2e2;
    color: #991b1b;
}

.popup-20c9.preview-319d {
    background: #fef3c7;
    color: #92400e;
}

.popup-20c9.logo-84a9 {
    background: #dcfce7;
    color: #166534;
}

.box-prev-4535 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.box-prev-4535 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.chip_iron_8814 {
    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);
}

.chip_iron_8814:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.icon_small_2af4 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.background_small_982d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.dirty_c0e4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .dirty_c0e4 {
        grid-template-columns: 1fr 1fr;
    }
}

.breadcrumb_old_3f68 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.tooltip_huge_49da h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.message_bright_8686 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.top_f3ed {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.content_7e8c {
    font-size: 1rem;
    opacity: 0.9;
}

.tooltip_huge_49da h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.message-ea3a {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.message-ea3a li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.message-ea3a 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;
}

.message-ea3a li strong {
    color: var(--primary-purple);
}

.message-ea3a li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.button_next_6418 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.container_31d2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.component_large_41da {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.container_31d2 .fresh-a92a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.mini_b03d p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.fresh-b8d6 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.fresh-b8d6 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.chip-e95f {
    padding: 4rem 1.25rem;
    background: white;
}

.list_d141 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .list_d141 {
        grid-template-columns: 1fr 1fr;
    }
}

.tooltip-dark-9ebd h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.section-5cb8 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.yellow-4b16 {
    margin-bottom: 1.5rem;
}

.progress_5152 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.dirty_1903 {
    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);
}

.link-9d57 {
    white-space: nowrap;
}

.west-4001 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.orange-38e8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.image-fcc5 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.image-fcc5:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.secondary_21b6 {
    font-size: 2rem;
    flex-shrink: 0;
}

.dim-3975 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.dim-3975 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.section_af9a {
    margin-top: 3rem;
}

.section_af9a h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.summary_purple_58ed {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.summary_purple_58ed thead {
    background: var(--primary-purple);
    color: white;
}

.summary_purple_58ed th,
.summary_purple_58ed td {
    padding: 1rem;
    text-align: left;
}

.summary_purple_58ed th {
    font-weight: 700;
    font-size: 0.9rem;
}

.summary_purple_58ed tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.summary_purple_58ed tbody tr:last-child {
    border-bottom: none;
}

.summary_purple_58ed tbody tr:hover {
    background: var(--light-bg);
}

.mini-2e73 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.grid-top-749e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.overlay_focused_ff58 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.upper_c5ee {
    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);
}

.upper_c5ee:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.upper_c5ee.disabled_thick_e12f::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-blue-2955 {
    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;
}

.summary-af91 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.dim-2b8c h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.nav-771f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pagination_8738 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.pagination_8738 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.pagination_8738 p:last-child {
    margin-bottom: 0;
}

.pagination_8738 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tag-3965 {
    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;
}

.bright_eb35 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.description_rough_f51e {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.description_rough_f51e .hover-3cca {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.description_rough_f51e .fresh-a92a {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.mini-0c85 {
    padding: 4rem 1.25rem;
    background: white;
}

.menu_large_cbde {
    max-width: 900px;
    margin: 0 auto;
}

.dim-7058 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.dim-7058:hover {
    border-color: var(--primary-purple);
}

.dim-7058[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.dim-7058 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;
}

.dim-7058 summary::-webkit-details-marker {
    display: none;
}

.dim-7058 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.dim-7058[open] summary::after {
    transform: rotate(45deg);
}

.sidebar-dc28 {
    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);
    }
}

.sidebar-dc28 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.sidebar-dc28 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.sidebar-dc28 ul,
.sidebar-dc28 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.sidebar-dc28 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.sidebar-dc28 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.fresh_78a8 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.item_old_65b5 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.item_old_65b5 th,
.item_old_65b5 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.item_old_65b5 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.outer_eb75 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.outline-2dd6 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.stale-d8a5 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .stale-d8a5 {
        flex-direction: column;
        text-align: center;
    }
}

.stale-d8a5 img {
    flex-shrink: 0;
}

.paragraph-885e {
    font-size: 4rem;
    flex-shrink: 0;
}

.first_6030 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.first_6030 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.wrapper_0f83 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.under_68f7 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.hidden_pressed_c100 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.hidden_pressed_c100 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.grid-action-fe68 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.hover-5a0a {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.wide_441e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.description-9cc1 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.description-9cc1 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.mask_f1cb {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.header-6980 {
    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);
}

.mask-hovered-47ef {
    list-style: none;
}

.mask-hovered-47ef li {
    margin-bottom: 0.75rem;
}

.mask-hovered-47ef a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.mask-hovered-47ef a:hover {
    color: white;
}

.summary-a310 {
    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;
}

.card-solid-8390 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-solid-8390 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.slider_fixed_b657 {
    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);
}

.steel_71a5 {
    text-align: right;
}

@media (max-width: 767px) {
    .steel_71a5 {
        text-align: center;
        width: 100%;
    }
}

.steel_71a5 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.gradient-stone-4ad2 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.header_acc6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.message_75fc,
.frame-dark-3833,
.frame-wood-b4d3,
.border-huge-17ab,
.background_small_982d,
.chip-e95f,
.grid-top-749e,
.mini-0c85,
.outline-2dd6,
.under_68f7 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .focus-f388 {
        font-size: 1.75rem;
    }
    
    .paragraph-light-7b94 {
        font-size: 1rem;
    }
    
    .button_next_6418 {
        flex-direction: column;
    }
    
    .list_d141 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .fast-952a {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .north-3e05 {
        max-width: 100%;
    }
    
    .element_8e26 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .header_acc6 {
        padding: 0 1rem;
    }
    
    .picture-in-fc28 {
        padding: 4rem 1rem 3rem;
    }
    
    .picture-in-fc28 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .table_e486 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .backdrop-5ec0 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .summary_purple_58ed,
    .item_old_65b5 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .video_eb43 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .outline_7c97 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .overlay_focused_ff58 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .picture-in-fc28 h1 {
        font-size: 1.5rem;
    }
    
    .backdrop-5ec0 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .widget_under_baea {
        padding: 0.75rem;
    }
    
    .hover-3cca {
        font-size: 1.5rem;
    }
    
    .video_eb43 {
        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 */
.north-3e05:hover,
.dirty_e826:hover,
.upper_c5ee:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .border-huge-17ab,
    .grid-top-749e,
    .mini-0c85 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.focus-2091)
   ======================================== */

.black-1868.inner_e67b {
    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;
}

.black-1868.inner_e67b .short_13e9 {
    color: #334155;
}

.black-1868.inner_e67b .short_13e9:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.black-1868.inner_e67b .short_13e9.fn-active-d87a {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.black-1868.inner_e67b .image_huge_e90c {
    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);
}

.black-1868.inner_e67b .image_huge_e90c::before {
    border-bottom-color: #ffffff;
}

.black-1868.inner_e67b .primary-2041 {
    color: #475569;
}

.black-1868.inner_e67b .primary-2041::before {
    background: #818cf8;
}

.black-1868.inner_e67b .primary-2041:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.black-1868.inner_e67b .primary-2041:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.black-1868.inner_e67b .full_012c {
    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);
}

.black-1868.inner_e67b .full_012c:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.black-1868.inner_e67b .full_012c span {
    background: #475569;
    box-shadow: none;
}

.black-1868.inner_e67b .full_012c.fn-active-d87a span:nth-child(1),
.black-1868.inner_e67b .full_012c.fn-active-d87a span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .black-1868.inner_e67b {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .black-1868.inner_e67b .container-mini-b36c {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .black-1868.inner_e67b .container-mini-b36c span {
        color: #334155 !important;
    }

    .black-1868.inner_e67b .plasma_b282 {
        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);
    }

    .black-1868.inner_e67b .plasma_b282 .short_13e9 {
        color: #334155;
        text-shadow: none;
    }

    .black-1868.inner_e67b .plasma_b282 .short_13e9:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .black-1868.inner_e67b .plasma_b282 .short_13e9.yellow-8067::after {
        color: #64748b;
    }

    .black-1868.inner_e67b .plasma_b282 .image_huge_e90c {
        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) */
    .black-1868.inner_e67b .plasma_b282 .surface-5193.fn-active-d87a .image_huge_e90c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .black-1868.inner_e67b .plasma_b282 .primary-2041 {
        color: #475569;
    }

    .black-1868.inner_e67b .plasma_b282 .primary-2041::before {
        color: #6366f1;
    }

    .black-1868.inner_e67b .plasma_b282 .primary-2041:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .black-1868.inner_e67b .plasma_b282 .primary-2041:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .black-1868.inner_e67b .plasma_b282 .primary-2041:hover::before {
        color: #4f46e5;
    }
}

/* apk.shade-old-8659 — mesmo tema claro da home; blocos extras */
body.border-ab46 {
    background: #f8f9fa;
    color: #2c3e50;
}

.border-ab46 .filter-c5a7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.border-ab46 .active-372c {
    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);
}

.border-ab46 .active-372c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.border-ab46 .active-372c p:last-child {
    margin-bottom: 0;
}

.border-ab46 .active-372c strong {
    color: var(--text-primary);
}

.border-ab46 .under_d7da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.border-ab46 .under_d7da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tall_4f7d {
    background: #f8f9fa;
    color: #2c3e50;
}

.tall_4f7d .background_paper_6192 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tall_4f7d .plasma_02d9 {
    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);
}

.tall_4f7d .plasma_02d9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tall_4f7d .plasma_02d9 p:last-child {
    margin-bottom: 0;
}

.tall_4f7d .plasma_02d9 strong {
    color: var(--text-primary);
}

.tall_4f7d .video_6635 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tall_4f7d .video_6635 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge-complex-7195 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge-complex-7195 .solid_d8fc {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge-complex-7195 .over_a63a {
    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);
}

.badge-complex-7195 .over_a63a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge-complex-7195 .over_a63a p:last-child {
    margin-bottom: 0;
}

.badge-complex-7195 .over_a63a strong {
    color: var(--text-primary);
}

.badge-complex-7195 .slider_6ec4 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge-complex-7195 .slider_6ec4 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.fluid-5933 {
    background: #f8f9fa;
    color: #2c3e50;
}

.fluid-5933 .east-97f9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.fluid-5933 .next_d9f9 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.fluid-5933 .next_d9f9 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.fluid-5933 .next_d9f9 p:last-child {
    margin-bottom: 0;
}

.fluid-5933 .next_d9f9 strong {
    color: var(--text-primary);
}

.fluid-5933 .gallery-3d2a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.fluid-5933 .gallery-3d2a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.message-bronze-774d {
    background: #f8f9fa;
    color: #2c3e50;
}

.message-bronze-774d .content_eac4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.message-bronze-774d .carousel_black_1c1d {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.message-bronze-774d .carousel_black_1c1d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.message-bronze-774d .carousel_black_1c1d p:last-child {
    margin-bottom: 0;
}

.message-bronze-774d .carousel_black_1c1d strong {
    color: var(--text-primary);
}

.message-bronze-774d .progress_black_6128 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.message-bronze-774d .progress_black_6128 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.photo-out-bd0d {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo-out-bd0d .heading-center-1d68 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo-out-bd0d .hover_in_18a4 {
    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);
}

.photo-out-bd0d .hover_in_18a4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo-out-bd0d .hover_in_18a4 p:last-child {
    margin-bottom: 0;
}

.photo-out-bd0d .hover_in_18a4 strong {
    color: var(--text-primary);
}

.photo-out-bd0d .component-focused-fba3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo-out-bd0d .component-focused-fba3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.east_8936 {
    background: #f8f9fa;
    color: #2c3e50;
}

.east_8936 .notification-335a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.east_8936 .clean_f945 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.east_8936 .clean_f945 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.east_8936 .clean_f945 p:last-child {
    margin-bottom: 0;
}

.east_8936 .clean_f945 strong {
    color: var(--text-primary);
}

.east_8936 .fixed_0b60 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.east_8936 .fixed_0b60 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.component-2219 {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-2219 .glass_c315 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-2219 .nav-in-1efe {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.component-2219 .nav-in-1efe p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-2219 .nav-in-1efe p:last-child {
    margin-bottom: 0;
}

.component-2219 .nav-in-1efe strong {
    color: var(--text-primary);
}

.component-2219 .column_b2fc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-2219 .column_b2fc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.title_rough_2ef5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.title_rough_2ef5 .top_65f1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.title_rough_2ef5 .left-4be6 {
    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);
}

.title_rough_2ef5 .left-4be6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.title_rough_2ef5 .left-4be6 p:last-child {
    margin-bottom: 0;
}

.title_rough_2ef5 .left-4be6 strong {
    color: var(--text-primary);
}

.title_rough_2ef5 .video_glass_3b13 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.title_rough_2ef5 .video_glass_3b13 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-bronze-032c {
    background: #f8f9fa;
    color: #2c3e50;
}

.module-bronze-032c .surface_blue_a327 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.module-bronze-032c .pagination_5b7a {
    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-bronze-032c .pagination_5b7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.module-bronze-032c .pagination_5b7a p:last-child {
    margin-bottom: 0;
}

.module-bronze-032c .pagination_5b7a strong {
    color: var(--text-primary);
}

.module-bronze-032c .warm-9424 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.module-bronze-032c .warm-9424 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.aside-up-a38c {
    background: #f8f9fa;
    color: #2c3e50;
}

.aside-up-a38c .link-gold-4f1c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.aside-up-a38c .medium_4a7e {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.aside-up-a38c .medium_4a7e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-up-a38c .medium_4a7e p:last-child {
    margin-bottom: 0;
}

.aside-up-a38c .medium_4a7e strong {
    color: var(--text-primary);
}

.aside-up-a38c .notification-glass-2803 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.aside-up-a38c .notification-glass-2803 li {
    margin-bottom: 0.65rem;
}

.aside-up-a38c .notification-glass-2803 li:last-child {
    margin-bottom: 0;
}

.aside-up-a38c .gradient_orange_5e1f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.aside-up-a38c .gradient_orange_5e1f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bottom_8b7a {
    background: #f8f9fa;
    color: #2c3e50;
}

.bottom_8b7a .block-3c4a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bottom_8b7a .new_02cb {
    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);
}

.bottom_8b7a .new_02cb p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_8b7a .new_02cb p:last-child {
    margin-bottom: 0;
}

.bottom_8b7a .new_02cb strong {
    color: var(--text-primary);
}

.bottom_8b7a .widget_8c46 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bottom_8b7a .widget_8c46 li {
    margin-bottom: 0.65rem;
}

.bottom_8b7a .widget_8c46 li:last-child {
    margin-bottom: 0;
}

.bottom_8b7a .message_hard_11b9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bottom_8b7a .message_hard_11b9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.list_84fe {
    background: #f8f9fa;
    color: #2c3e50;
}

.list_84fe .border-plasma-73fa {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.list_84fe .outer_8c12 {
    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);
}

.list_84fe .outer_8c12 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_84fe .outer_8c12 p:last-child {
    margin-bottom: 0;
}

.list_84fe .outer_8c12 strong {
    color: var(--text-primary);
}

.list_84fe .warm_71f8 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.list_84fe .warm_71f8 li {
    margin-bottom: 0.65rem;
}

.list_84fe .warm_71f8 li:last-child {
    margin-bottom: 0;
}

.list_84fe .filter-dark-2f5e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.list_84fe .filter-dark-2f5e 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-orange-bd36 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-orange-bd36 .last-296a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-orange-bd36 .wrapper-d0d8 {
    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-orange-bd36 .wrapper-d0d8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-orange-bd36 .wrapper-d0d8 p:last-child {
    margin-bottom: 0;
}

.form-orange-bd36 .wrapper-d0d8 strong {
    color: var(--text-primary);
}

.form-orange-bd36 .current-db10 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-orange-bd36 .current-db10 li {
    margin-bottom: 0.65rem;
}

.form-orange-bd36 .current-db10 li:last-child {
    margin-bottom: 0;
}

body.link_c5b3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.link_c5b3 .tertiary_medium_f2b3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.link_c5b3 .content-east-91d5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.link_c5b3 .content-east-91d5 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_c5b3 .content-east-91d5 p:last-child {
    margin-bottom: 0;
}

.link_c5b3 .content-east-91d5 strong {
    color: var(--text-primary);
}

.link_c5b3 .input_warm_401a {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.link_c5b3 .input_warm_401a li {
    margin-bottom: 0.65rem;
}

.link_c5b3 .input_warm_401a li:last-child {
    margin-bottom: 0;
}

.link_c5b3 .wrapper-stone-2be6 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.link_c5b3 .wrapper-stone-2be6 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.article_plasma_234d {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_plasma_234d .east_6c7e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_plasma_234d .action-fa36 {
    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);
}

.article_plasma_234d .action-fa36 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_plasma_234d .action-fa36 p:last-child {
    margin-bottom: 0;
}

.article_plasma_234d .action-fa36 strong {
    color: var(--text-primary);
}

.article_plasma_234d .media_1547 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_plasma_234d .media_1547 li {
    margin-bottom: 0.65rem;
}

.article_plasma_234d .media_1547 li:last-child {
    margin-bottom: 0;
}

.article_plasma_234d .input-silver-49fa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article_plasma_234d .input-silver-49fa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.badge_fast_34e2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_fast_34e2 .notification_80b7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_fast_34e2 .overlay-advanced-a809 {
    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);
}

.badge_fast_34e2 .overlay-advanced-a809 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_fast_34e2 .overlay-advanced-a809 p:last-child {
    margin-bottom: 0;
}

.badge_fast_34e2 .overlay-advanced-a809 strong {
    color: var(--text-primary);
}

.badge_fast_34e2 .solid_0217 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_fast_34e2 .solid_0217 li {
    margin-bottom: 0.65rem;
}

.badge_fast_34e2 .solid_0217 li:last-child {
    margin-bottom: 0;
}

.badge_fast_34e2 .input_bffa {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_fast_34e2 .input_bffa img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.north_2e33 {
    background: #f8f9fa;
    color: #2c3e50;
}

.north_2e33 .content_b3c8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.north_2e33 .aside_under_d398 {
    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);
}

.north_2e33 .aside_under_d398 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north_2e33 .aside_under_d398 p:last-child {
    margin-bottom: 0;
}

.north_2e33 .aside_under_d398 strong {
    color: var(--text-primary);
}

.north_2e33 .bronze-9486 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.north_2e33 .bronze-9486 li {
    margin-bottom: 0.65rem;
}

.north_2e33 .bronze-9486 li:last-child {
    margin-bottom: 0;
}

.north_2e33 .focus-huge-4984 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.north_2e33 .focus-huge-4984 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: fcb9 */
.widget-item-x3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.0;
}
