/* 
 * 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.next_685c) — fixed together on mobile */
.gradient-befc {
    width: 100%;
}

.table-9b0d {
    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) {
    .gradient-befc {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .table-9b0d {
        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.last-c8b2. Conta) stay reachable.
     */
    .column-old-d075 .thumbnail_267f {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .gradient-befc .column-old-d075 > .thumbnail_267f {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .gradient-befc:has(.media-solid-485d.fn-show-26b1) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .gradient-befc:has(.media-solid-485d.fn-show-26b1) .table-9b0d {
        flex-shrink: 0;
    }

    .gradient-befc:has(.media-solid-485d.fn-show-26b1) .column-old-d075 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .gradient-befc:has(.media-solid-485d.fn-show-26b1) .column-old-d075 > .thumbnail_267f {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .gradient-befc:has(.media-solid-485d.fn-show-26b1) .dirty-4a44 {
        flex-shrink: 0;
    }

    .gradient-befc:has(.media-solid-485d.fn-show-26b1) .media-solid-485d.fn-show-26b1 {
        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 */
    .column-old-d075 .media-solid-485d .image_slow_9890.fn-active-26b1 .component_action_2ca8 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .table-9b0d {
        position: sticky;
        top: 0;
    }
}

.gradient-befc.overlay_c14c,
.gradient-befc.overlay_c14c .table-9b0d {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.table_old_1f83 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .table_old_1f83 {
        padding: 0.75rem 0;
    }
}

.shadow-motion-47dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.shade-iron-7b03 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .shade-iron-7b03 img {
        height: 35px;
    }
}

/* .column-old-d075 / .hovered_75a8 — inner pages (brown bar); index uses .breadcrumb_fc8e below */

.column-old-d075:not(.breadcrumb_fc8e) .hovered_75a8.fn-active-26b1 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.gradient_green_c9fc {
    display: flex;
    gap: var(--spacing-md);
}

.right-8999,
.medium_496a {
    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) {
    .right-8999,
    .medium_496a {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .gradient_green_c9fc {
        gap: 0.5rem;
    }
}

.right-8999 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.right-8999:hover {
    background: var(--primary-purple);
    color: white;
}

.medium_496a {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.medium_496a:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.highlight-0ffe {
    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%;
}

.highlight-0ffe::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;
}

.highlight-0ffe::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;
}

.tooltip_51e7 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.first_f951 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.first_f951 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);
}

.highlight-0ffe 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;
}

.pattern-e0ba {
    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;
}

.pattern-e0ba strong {
    font-weight: 700;
}

.gradient_0dfb {
    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);
}

.summary-inner-0349 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.widget-1889 {
    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-1889:hover {
    transform: translateY(-4px);
}

.current_88a7 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.video_dynamic_a6db {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.article-glass-94b9 {
    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;
}

.article-glass-94b9:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.article-glass-94b9.orange-8b31 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.box-f9cb {
    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);
}

.box-f9cb:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.aside-bright-49aa {
    padding: 3rem 1.25rem;
    background: white;
}

.hover_327d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-b94e {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.grid-b94e:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.grid-b94e img {
    margin-bottom: 1rem;
}

.input-009f {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.grid-b94e h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.grid-b94e 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 */
.carousel-east-32db {
    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);
}

.gradient_east_33a0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.easy-0de1 {
    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);
}

.easy-0de1 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.easy-0de1 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.easy-0de1 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.surface-ee84 {
    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
   ======================================== */

.container_e72c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.pagination_yellow_039b {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.item-orange-dcef {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.texture-hovered-4d9d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.out_ab58 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.out_ab58:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.out_ab58.pink-2e74 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.out_ab58.pink-2e74 h3,
.out_ab58.pink-2e74 p {
    color: white;
}

.avatar_d973 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.out_ab58 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.out_ab58 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.first-743d {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.first-743d:hover {
    gap: 0.75rem;
}

.out_ab58.pink-2e74 .first-743d {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.image-bright-e66f {
    padding: 4rem 1.25rem;
    background: white;
}

.border-1145 {
    text-align: center;
    margin-bottom: 3rem;
}

.description-2200 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.focus-orange-a2f6 {
    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%;
}

.focus-orange-a2f6:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.footer_outer_9678 {
    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);
}

.under_8368 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.video-cbf3 {
    padding: 1.5rem;
}

.video-cbf3 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.focus-c36c {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.paper-dd87 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.avatar_blue_571b,
.layout_hot_5945 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.avatar_blue_571b {
    background: #dcfce7;
    color: #166534;
}

.avatar_blue_571b.hovered_da7a {
    background: #10b981;
    color: white;
}

.layout_hot_5945 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.layout_hot_5945.liquid-c8a6 {
    background: #fee2e2;
    color: #991b1b;
}

.layout_hot_5945.box_e851 {
    background: #fef3c7;
    color: #92400e;
}

.layout_hot_5945.shadow-ac87 {
    background: #dcfce7;
    color: #166534;
}

.item_wide_af8d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.item_wide_af8d strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.tabs-3af8 {
    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);
}

.tabs-3af8:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.inner_29dd {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.label-0231 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.dropdown_512e {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .dropdown_512e {
        grid-template-columns: 1fr 1fr;
    }
}

.chip_ed09 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.dim_942a h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.picture-light-5766 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.iron-2e3b {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.paper_4996 {
    font-size: 1rem;
    opacity: 0.9;
}

.dim_942a h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.article_static_dca1 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.article_static_dca1 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.article_static_dca1 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;
}

.article_static_dca1 li strong {
    color: var(--primary-purple);
}

.article_static_dca1 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.popup-dynamic-c9fa {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.warm_4bf0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.alert-9b12 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.warm_4bf0 .video_dynamic_a6db {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.highlight-first-0ea4 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.over-d610 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.over-d610 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.short_d7e5 {
    padding: 4rem 1.25rem;
    background: white;
}

.lite-5712 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .lite-5712 {
        grid-template-columns: 1fr 1fr;
    }
}

.tabs_in_71b8 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.pattern-fluid-acd1 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.lite-731b {
    margin-bottom: 1.5rem;
}

.narrow-d4dd {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.dropdown-full-fa9c {
    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);
}

.tall_2082 {
    white-space: nowrap;
}

.photo-ab85 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.component-24bc h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.paragraph_7f9d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.paragraph_7f9d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.media-2c92 {
    font-size: 2rem;
    flex-shrink: 0;
}

.tabs_pressed_7ea8 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.tabs_pressed_7ea8 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.paragraph_gas_1ca0 {
    margin-top: 3rem;
}

.paragraph_gas_1ca0 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.paper-51f3 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.paper-51f3 thead {
    background: var(--primary-purple);
    color: white;
}

.paper-51f3 th,
.paper-51f3 td {
    padding: 1rem;
    text-align: left;
}

.paper-51f3 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.paper-51f3 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.paper-51f3 tbody tr:last-child {
    border-bottom: none;
}

.paper-51f3 tbody tr:hover {
    background: var(--light-bg);
}

.last_bf6c {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.nav_dark_370c {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.mask-center-280a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.summary-7116 {
    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);
}

.summary-7116:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.summary-7116.surface_thick_665f::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;
}

.overlay-fe9f {
    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;
}

.pagination-bd62 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.box_3dc4 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.logo-c9b3 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.stale_cd81 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.stale_cd81 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.stale_cd81 p:last-child {
    margin-bottom: 0;
}

.stale_cd81 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.info-left-43d3 {
    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;
}

.advanced_daff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.card-a731 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.card-a731 .current_88a7 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.card-a731 .video_dynamic_a6db {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.outer-33e2 {
    padding: 4rem 1.25rem;
    background: white;
}

.sort-f87e {
    max-width: 900px;
    margin: 0 auto;
}

.secondary_39fa {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.secondary_39fa:hover {
    border-color: var(--primary-purple);
}

.secondary_39fa[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.secondary_39fa 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;
}

.secondary_39fa summary::-webkit-details-marker {
    display: none;
}

.secondary_39fa summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.secondary_39fa[open] summary::after {
    transform: rotate(45deg);
}

.preview_0d1f {
    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);
    }
}

.preview_0d1f p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.preview_0d1f h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.preview_0d1f ul,
.preview_0d1f ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.preview_0d1f li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.preview_0d1f strong {
    color: var(--text-primary);
    font-weight: 600;
}

.icon_pink_70a7 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.dark_5fe5 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.dark_5fe5 th,
.dark_5fe5 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.dark_5fe5 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.old-2326 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.cool-be15 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.alert-hard-02a0 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .alert-hard-02a0 {
        flex-direction: column;
        text-align: center;
    }
}

.alert-hard-02a0 img {
    flex-shrink: 0;
}

.up_350d {
    font-size: 4rem;
    flex-shrink: 0;
}

.tooltip_warm_b756 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tooltip_warm_b756 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.wrapper_tall_42b2 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.badge-845b {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.card-1fbf h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.card-1fbf > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.button_outer_2f9d {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.tooltip_inner_ff7f {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.box_top_856c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.video-liquid-e861 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.video-liquid-e861 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.cool-ccb2 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-blue-ee8e {
    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);
}

.stone_5cb8 {
    list-style: none;
}

.stone_5cb8 li {
    margin-bottom: 0.75rem;
}

.stone_5cb8 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.stone_5cb8 a:hover {
    color: white;
}

.fast_487c {
    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;
}

.carousel-static-45ad {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.carousel-static-45ad span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hovered-ee6a {
    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);
}

.logo_easy_caa6 {
    text-align: right;
}

@media (max-width: 767px) {
    .logo_easy_caa6 {
        text-align: center;
        width: 100%;
    }
}

.logo_easy_caa6 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.dropdown_dc4b {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.thumbnail_267f {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.aside-bright-49aa,
.carousel-east-32db,
.container_e72c,
.image-bright-e66f,
.label-0231,
.short_d7e5,
.nav_dark_370c,
.outer-33e2,
.cool-be15,
.badge-845b {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .pagination_yellow_039b {
        font-size: 1.75rem;
    }
    
    .item-orange-dcef {
        font-size: 1rem;
    }
    
    .popup-dynamic-c9fa {
        flex-direction: column;
    }
    
    .lite-5712 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .description-2200 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .focus-orange-a2f6 {
        max-width: 100%;
    }
    
    .under_8368 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .thumbnail_267f {
        padding: 0 1rem;
    }
    
    .highlight-0ffe {
        padding: 4rem 1rem 3rem;
    }
    
    .highlight-0ffe h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .article-glass-94b9 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .summary-inner-0349 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .paper-51f3,
    .dark_5fe5 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .hover_327d {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .texture-hovered-4d9d {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .mask-center-280a {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .highlight-0ffe h1 {
        font-size: 1.5rem;
    }
    
    .summary-inner-0349 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .widget-1889 {
        padding: 0.75rem;
    }
    
    .current_88a7 {
        font-size: 1.5rem;
    }
    
    .hover_327d {
        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 */
.focus-orange-a2f6:hover,
.out_ab58:hover,
.summary-7116:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .image-bright-e66f,
    .nav_dark_370c,
    .outer-33e2 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.next_685c)
   ======================================== */

.column-old-d075.breadcrumb_fc8e {
    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;
}

.column-old-d075.breadcrumb_fc8e .hovered_75a8 {
    color: #334155;
}

.column-old-d075.breadcrumb_fc8e .hovered_75a8:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.column-old-d075.breadcrumb_fc8e .hovered_75a8.fn-active-26b1 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.column-old-d075.breadcrumb_fc8e .component_action_2ca8 {
    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);
}

.column-old-d075.breadcrumb_fc8e .component_action_2ca8::before {
    border-bottom-color: #ffffff;
}

.column-old-d075.breadcrumb_fc8e .heading_upper_48fa {
    color: #475569;
}

.column-old-d075.breadcrumb_fc8e .heading_upper_48fa::before {
    background: #818cf8;
}

.column-old-d075.breadcrumb_fc8e .heading_upper_48fa:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.column-old-d075.breadcrumb_fc8e .heading_upper_48fa:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.column-old-d075.breadcrumb_fc8e .hidden_in_eed2 {
    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);
}

.column-old-d075.breadcrumb_fc8e .hidden_in_eed2:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.column-old-d075.breadcrumb_fc8e .hidden_in_eed2 span {
    background: #475569;
    box-shadow: none;
}

.column-old-d075.breadcrumb_fc8e .hidden_in_eed2.fn-active-26b1 span:nth-child(1),
.column-old-d075.breadcrumb_fc8e .hidden_in_eed2.fn-active-26b1 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .column-old-d075.breadcrumb_fc8e {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .column-old-d075.breadcrumb_fc8e .dirty-4a44 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .column-old-d075.breadcrumb_fc8e .dirty-4a44 span {
        color: #334155 !important;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d {
        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);
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .hovered_75a8 {
        color: #334155;
        text-shadow: none;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .hovered_75a8:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .hovered_75a8.block-c02c::after {
        color: #64748b;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .component_action_2ca8 {
        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) */
    .column-old-d075.breadcrumb_fc8e .media-solid-485d .image_slow_9890.fn-active-26b1 .component_action_2ca8 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .heading_upper_48fa {
        color: #475569;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .heading_upper_48fa::before {
        color: #6366f1;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .heading_upper_48fa:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .heading_upper_48fa:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .column-old-d075.breadcrumb_fc8e .media-solid-485d .heading_upper_48fa:hover::before {
        color: #4f46e5;
    }
}

/* apk.accent_west_edac — mesmo tema claro da home; blocos extras */
body.notification-ced9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification-ced9 .wrapper-orange-6f14 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification-ced9 .overlay-hard-7f08 {
    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);
}

.notification-ced9 .overlay-hard-7f08 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-ced9 .overlay-hard-7f08 p:last-child {
    margin-bottom: 0;
}

.notification-ced9 .overlay-hard-7f08 strong {
    color: var(--text-primary);
}

.notification-ced9 .icon_f051 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification-ced9 .icon_f051 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.right_5a83 {
    background: #f8f9fa;
    color: #2c3e50;
}

.right_5a83 .modal-hard-cd5e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.right_5a83 .disabled-red-e0d3 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.right_5a83 .disabled-red-e0d3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.right_5a83 .disabled-red-e0d3 p:last-child {
    margin-bottom: 0;
}

.right_5a83 .disabled-red-e0d3 strong {
    color: var(--text-primary);
}

.right_5a83 .logo-6566 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.right_5a83 .logo-6566 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.layout-gold-57b9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.layout-gold-57b9 .light-200f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.layout-gold-57b9 .surface_west_a050 {
    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);
}

.layout-gold-57b9 .surface_west_a050 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.layout-gold-57b9 .surface_west_a050 p:last-child {
    margin-bottom: 0;
}

.layout-gold-57b9 .surface_west_a050 strong {
    color: var(--text-primary);
}

.layout-gold-57b9 .chip_273e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.layout-gold-57b9 .chip_273e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stale-59a1 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stale-59a1 .tabs-fef8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stale-59a1 .article_9875 {
    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);
}

.stale-59a1 .article_9875 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stale-59a1 .article_9875 p:last-child {
    margin-bottom: 0;
}

.stale-59a1 .article_9875 strong {
    color: var(--text-primary);
}

.stale-59a1 .liquid-b2f9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stale-59a1 .liquid-b2f9 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-aeaa {
    background: #f8f9fa;
    color: #2c3e50;
}

.component-aeaa .fixed-f697 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component-aeaa .breadcrumb_tiny_4962 {
    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-aeaa .breadcrumb_tiny_4962 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component-aeaa .breadcrumb_tiny_4962 p:last-child {
    margin-bottom: 0;
}

.component-aeaa .breadcrumb_tiny_4962 strong {
    color: var(--text-primary);
}

.component-aeaa .motion_ee74 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component-aeaa .motion_ee74 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outline_6684 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outline_6684 .filter-blue-9eeb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outline_6684 .shade_cool_214c {
    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);
}

.outline_6684 .shade_cool_214c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outline_6684 .shade_cool_214c p:last-child {
    margin-bottom: 0;
}

.outline_6684 .shade_cool_214c strong {
    color: var(--text-primary);
}

.outline_6684 .footer_out_86ba {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outline_6684 .footer_out_86ba 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-red-26ba {
    background: #f8f9fa;
    color: #2c3e50;
}

.primary-red-26ba .box-3fd1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.primary-red-26ba .message_20d7 {
    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-red-26ba .message_20d7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.primary-red-26ba .message_20d7 p:last-child {
    margin-bottom: 0;
}

.primary-red-26ba .message_20d7 strong {
    color: var(--text-primary);
}

.primary-red-26ba .narrow_e968 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.primary-red-26ba .narrow_e968 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_stone_d36a {
    background: #f8f9fa;
    color: #2c3e50;
}

.component_stone_d36a .status_yellow_45b0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component_stone_d36a .dropdown_1b7a {
    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_stone_d36a .dropdown_1b7a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_stone_d36a .dropdown_1b7a p:last-child {
    margin-bottom: 0;
}

.component_stone_d36a .dropdown_1b7a strong {
    color: var(--text-primary);
}

.component_stone_d36a .block_stone_c66a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component_stone_d36a .block_stone_c66a 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-124a {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid-124a .highlight-0a74 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid-124a .solid-5267 {
    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-124a .solid-5267 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid-124a .solid-5267 p:last-child {
    margin-bottom: 0;
}

.grid-124a .solid-5267 strong {
    color: var(--text-primary);
}

.grid-124a .pagination_7fce {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid-124a .pagination_7fce img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.action_aa01 {
    background: #f8f9fa;
    color: #2c3e50;
}

.action_aa01 .video-5a08 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.action_aa01 .pink_7c15 {
    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);
}

.action_aa01 .pink_7c15 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.action_aa01 .pink_7c15 p:last-child {
    margin-bottom: 0;
}

.action_aa01 .pink_7c15 strong {
    color: var(--text-primary);
}

.action_aa01 .prev-d646 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.action_aa01 .prev-d646 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.slider_1dd5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.slider_1dd5 .tooltip_12dd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.slider_1dd5 .rough_3674 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.slider_1dd5 .rough_3674 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_1dd5 .rough_3674 p:last-child {
    margin-bottom: 0;
}

.slider_1dd5 .rough_3674 strong {
    color: var(--text-primary);
}

.slider_1dd5 .breadcrumb_gas_e736 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.slider_1dd5 .breadcrumb_gas_e736 li {
    margin-bottom: 0.65rem;
}

.slider_1dd5 .breadcrumb_gas_e736 li:last-child {
    margin-bottom: 0;
}

.slider_1dd5 .hover-pink-e418 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.slider_1dd5 .hover-pink-e418 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.video_5342 {
    background: #f8f9fa;
    color: #2c3e50;
}

.video_5342 .steel_77ba {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.video_5342 .search_first_9d7d {
    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);
}

.video_5342 .search_first_9d7d p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_5342 .search_first_9d7d p:last-child {
    margin-bottom: 0;
}

.video_5342 .search_first_9d7d strong {
    color: var(--text-primary);
}

.video_5342 .section-195f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.video_5342 .section-195f li {
    margin-bottom: 0.65rem;
}

.video_5342 .section-195f li:last-child {
    margin-bottom: 0;
}

.video_5342 .summary_over_3042 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.video_5342 .summary_over_3042 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.lite_03a7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.lite_03a7 .picture-gas-936b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.lite_03a7 .bronze-d874 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.lite_03a7 .bronze-d874 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_03a7 .bronze-d874 p:last-child {
    margin-bottom: 0;
}

.lite_03a7 .bronze-d874 strong {
    color: var(--text-primary);
}

.lite_03a7 .block-6abe {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.lite_03a7 .block-6abe li {
    margin-bottom: 0.65rem;
}

.lite_03a7 .block-6abe li:last-child {
    margin-bottom: 0;
}

.lite_03a7 .surface_c2f0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.lite_03a7 .surface_c2f0 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-6086 {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-6086 .top-dcc1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-6086 .selected_cbba {
    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-6086 .selected_cbba p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-6086 .selected_cbba p:last-child {
    margin-bottom: 0;
}

.form-6086 .selected_cbba strong {
    color: var(--text-primary);
}

.form-6086 .button-dim-ae66 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-6086 .button-dim-ae66 li {
    margin-bottom: 0.65rem;
}

.form-6086 .button-dim-ae66 li:last-child {
    margin-bottom: 0;
}

body.complex-a391 {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-a391 .hero-36c7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-a391 .dropdown-58f0 {
    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);
}

.complex-a391 .dropdown-58f0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-a391 .dropdown-58f0 p:last-child {
    margin-bottom: 0;
}

.complex-a391 .dropdown-58f0 strong {
    color: var(--text-primary);
}

.complex-a391 .accordion_eecf {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-a391 .accordion_eecf li {
    margin-bottom: 0.65rem;
}

.complex-a391 .accordion_eecf li:last-child {
    margin-bottom: 0;
}

.complex-a391 .content_0e58 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-a391 .content_0e58 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_small_790c {
    background: #f8f9fa;
    color: #2c3e50;
}

.avatar_small_790c .top_e69b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.avatar_small_790c .medium-a52b {
    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_small_790c .medium-a52b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_small_790c .medium-a52b p:last-child {
    margin-bottom: 0;
}

.avatar_small_790c .medium-a52b strong {
    color: var(--text-primary);
}

.avatar_small_790c .content_south_5299 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.avatar_small_790c .content_south_5299 li {
    margin-bottom: 0.65rem;
}

.avatar_small_790c .content_south_5299 li:last-child {
    margin-bottom: 0;
}

.avatar_small_790c .avatar_up_a0ff {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.avatar_small_790c .avatar_up_a0ff img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bright_e7ab {
    background: #f8f9fa;
    color: #2c3e50;
}

.bright_e7ab .notification_light_cf55 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bright_e7ab .action_8af8 {
    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);
}

.bright_e7ab .action_8af8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright_e7ab .action_8af8 p:last-child {
    margin-bottom: 0;
}

.bright_e7ab .action_8af8 strong {
    color: var(--text-primary);
}

.bright_e7ab .outline_wood_d95f {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bright_e7ab .outline_wood_d95f li {
    margin-bottom: 0.65rem;
}

.bright_e7ab .outline_wood_d95f li:last-child {
    margin-bottom: 0;
}

.bright_e7ab .description-1180 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bright_e7ab .description-1180 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-bb9f {
    background: #f8f9fa;
    color: #2c3e50;
}

.modal-bb9f .module_right_612d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.modal-bb9f .panel_331a {
    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-bb9f .panel_331a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-bb9f .panel_331a p:last-child {
    margin-bottom: 0;
}

.modal-bb9f .panel_331a strong {
    color: var(--text-primary);
}

.modal-bb9f .photo_28b9 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.modal-bb9f .photo_28b9 li {
    margin-bottom: 0.65rem;
}

.modal-bb9f .photo_28b9 li:last-child {
    margin-bottom: 0;
}

.modal-bb9f .image_pro_5671 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.modal-bb9f .image_pro_5671 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: b243 */
.ghost-box-w3 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
