/* 
 * 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.current_cc47) — fixed together on mobile */
.huge_bf18 {
    width: 100%;
}

.notice_hard_6b93 {
    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) {
    .huge_bf18 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .notice_hard_6b93 {
        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.label-54e7. Conta) stay reachable.
     */
    .link-54ee .white-a8ca {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .huge_bf18 .link-54ee > .white-a8ca {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) .notice_hard_6b93 {
        flex-shrink: 0;
    }

    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) .link-54ee {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) .link-54ee > .white-a8ca {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) .heading-049d {
        flex-shrink: 0;
    }

    .huge_bf18:has(.hovered-ae77.fn-show-2ca4) .hovered-ae77.fn-show-2ca4 {
        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 */
    .link-54ee .hovered-ae77 .outer-e380.fn-active-2ca4 .outline-simple-3fc7 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .notice_hard_6b93 {
        position: sticky;
        top: 0;
    }
}

.huge_bf18.primary-d932,
.huge_bf18.primary-d932 .notice_hard_6b93 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.active-stale-ee05 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .active-stale-ee05 {
        padding: 0.75rem 0;
    }
}

.purple-db77 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.caption-dim-40bc img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .caption-dim-40bc img {
        height: 35px;
    }
}

/* .link-54ee / .focus-up-16a0 — inner pages (brown bar); index uses .row-stale-86eb below */

.link-54ee:not(.row-stale-86eb) .focus-up-16a0.fn-active-2ca4 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.wood_6717 {
    display: flex;
    gap: var(--spacing-md);
}

.tag_97f7,
.box-4d7e {
    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) {
    .tag_97f7,
    .box-4d7e {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .wood_6717 {
        gap: 0.5rem;
    }
}

.tag_97f7 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.tag_97f7:hover {
    background: var(--primary-purple);
    color: white;
}

.box-4d7e {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.box-4d7e:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.next_56ad {
    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%;
}

.next_56ad::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;
}

.next_56ad::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;
}

.hidden_c353 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.wood_e4da {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.wood_e4da 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);
}

.next_56ad 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;
}

.new_82c3 {
    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;
}

.new_82c3 strong {
    font-weight: 700;
}

.disabled-prev-0144 {
    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);
}

.up-54b8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.alert-01da {
    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);
}

.alert-01da:hover {
    transform: translateY(-4px);
}

.card-86f6 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.icon-bf85 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.detail_fedf {
    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;
}

.detail_fedf:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.detail_fedf.detail-6d7d {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.accordion-left-65b2 {
    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);
}

.accordion-left-65b2:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.aside-7c1d {
    padding: 3rem 1.25rem;
    background: white;
}

.input_tiny_6226 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.accordion-5fe9 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.accordion-5fe9:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.accordion-5fe9 img {
    margin-bottom: 1rem;
}

.link_complex_7684 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.accordion-5fe9 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.accordion-5fe9 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-33b1 {
    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);
}

.slider-up-09ee {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.texture-upper-d2f8 {
    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);
}

.texture-upper-d2f8 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.texture-upper-d2f8 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.texture-upper-d2f8 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wrapper_pro_8e3b {
    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
   ======================================== */

.background-ba65 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.slow-70c7 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.tertiary-fixed-430b {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.black-5fdb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.focused_0687 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.focused_0687:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.focused_0687.up-e812 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.focused_0687.up-e812 h3,
.focused_0687.up-e812 p {
    color: white;
}

.overlay-hard-0910 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.focused_0687 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.focused_0687 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.hidden_7a3a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.hidden_7a3a:hover {
    gap: 0.75rem;
}

.focused_0687.up-e812 .hidden_7a3a {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.status_current_11a9 {
    padding: 4rem 1.25rem;
    background: white;
}

.outer_f6a5 {
    text-align: center;
    margin-bottom: 3rem;
}

.shadow_cool_e700 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.easy-a725 {
    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%;
}

.easy-a725:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.progress-ba09 {
    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);
}

.dropdown_iron_e3f3 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.center_2809 {
    padding: 1.5rem;
}

.center_2809 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.secondary_48e3 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.alert_c30c {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.input_hard_efa7,
.small_50a0 {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.input_hard_efa7 {
    background: #dcfce7;
    color: #166534;
}

.input_hard_efa7.tabs-47a4 {
    background: #10b981;
    color: white;
}

.small_50a0 {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.small_50a0.hidden_d840 {
    background: #fee2e2;
    color: #991b1b;
}

.small_50a0.element-d3a0 {
    background: #fef3c7;
    color: #92400e;
}

.small_50a0.image_right_555f {
    background: #dcfce7;
    color: #166534;
}

.list_west_d82d {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.list_west_d82d strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.text_52dd {
    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);
}

.text_52dd:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.card_fast_8efa {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.thumbnail-right-348e {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.chip_43cd {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .chip_43cd {
        grid-template-columns: 1fr 1fr;
    }
}

.banner-west-a480 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.container-cool-ae8b h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.center-483f {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.banner-wide-927e {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.overlay-16c7 {
    font-size: 1rem;
    opacity: 0.9;
}

.container-cool-ae8b h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.background_current_23c2 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.background_current_23c2 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.background_current_23c2 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;
}

.background_current_23c2 li strong {
    color: var(--primary-purple);
}

.background_current_23c2 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.west-7a72 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.border-2639 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.modal-paper-5b7a {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.border-2639 .icon-bf85 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.secondary_b163 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.grid-basic-6de3 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.grid-basic-6de3 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.light_c605 {
    padding: 4rem 1.25rem;
    background: white;
}

.element-west-711b {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .element-west-711b {
        grid-template-columns: 1fr 1fr;
    }
}

.tag-f7fb h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.table_c675 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.hero-dark-1fb8 {
    margin-bottom: 1.5rem;
}

.orange-4759 {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.gradient_a154 {
    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);
}

.frame_dim_b9a8 {
    white-space: nowrap;
}

.icon_mini_9cfe {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.aside-33a5 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.down-864d {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.down-864d:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.stale_7326 {
    font-size: 2rem;
    flex-shrink: 0;
}

.cold_def6 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.cold_def6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.surface_huge_b754 {
    margin-top: 3rem;
}

.surface_huge_b754 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.secondary_53ee {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.secondary_53ee thead {
    background: var(--primary-purple);
    color: white;
}

.secondary_53ee th,
.secondary_53ee td {
    padding: 1rem;
    text-align: left;
}

.secondary_53ee th {
    font-weight: 700;
    font-size: 0.9rem;
}

.secondary_53ee tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.secondary_53ee tbody tr:last-child {
    border-bottom: none;
}

.secondary_53ee tbody tr:hover {
    background: var(--light-bg);
}

.description-liquid-97eb {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.left_2606 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.search_fe7d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.active_fluid_2c96 {
    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);
}

.active_fluid_2c96:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.active_fluid_2c96.photo-mini-4037::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;
}

.fixed_6199 {
    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;
}

.badge-lite-d29e {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.table-dim-e7b0 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.title_stale_b460 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.overlay-8aa0 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.overlay-8aa0 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.overlay-8aa0 p:last-child {
    margin-bottom: 0;
}

.overlay-8aa0 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.stale-0d51 {
    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;
}

.under-97a9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.tiny-6f06 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.tiny-6f06 .card-86f6 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.tiny-6f06 .icon-bf85 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.logo-cold-7943 {
    padding: 4rem 1.25rem;
    background: white;
}

.menu_2c83 {
    max-width: 900px;
    margin: 0 auto;
}

.icon-7002 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.icon-7002:hover {
    border-color: var(--primary-purple);
}

.icon-7002[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.icon-7002 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;
}

.icon-7002 summary::-webkit-details-marker {
    display: none;
}

.icon-7002 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.icon-7002[open] summary::after {
    transform: rotate(45deg);
}

.gallery-red-4298 {
    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);
    }
}

.gallery-red-4298 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.gallery-red-4298 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.gallery-red-4298 ul,
.gallery-red-4298 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.gallery-red-4298 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.gallery-red-4298 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.next_0fd1 {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.menu_south_acb7 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.menu_south_acb7 th,
.menu_south_acb7 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.menu_south_acb7 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.pressed-38a1 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.heading_3d2e {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.south_3a39 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .south_3a39 {
        flex-direction: column;
        text-align: center;
    }
}

.south_3a39 img {
    flex-shrink: 0;
}

.inner_1673 {
    font-size: 4rem;
    flex-shrink: 0;
}

.up_14cd h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.up_14cd p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.prev_7ab2 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.stone-c655 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.shade_05d5 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.shade_05d5 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.tooltip-2fae {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.grid_huge_2a33 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.prev_364c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.tiny-f369 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tiny-f369 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.chip-9139 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.paper-5aab {
    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);
}

.active_273d {
    list-style: none;
}

.active_273d li {
    margin-bottom: 0.75rem;
}

.active_273d a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.active_273d a:hover {
    color: white;
}

.notice_1a02 {
    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;
}

.popup_warm_7e44 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.popup_warm_7e44 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.overlay_b0ab {
    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);
}

.sidebar-e267 {
    text-align: right;
}

@media (max-width: 767px) {
    .sidebar-e267 {
        text-align: center;
        width: 100%;
    }
}

.sidebar-e267 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.west_4025 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.white-a8ca {
    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-7c1d,
.carousel-33b1,
.background-ba65,
.status_current_11a9,
.thumbnail-right-348e,
.light_c605,
.left_2606,
.logo-cold-7943,
.heading_3d2e,
.stone-c655 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .slow-70c7 {
        font-size: 1.75rem;
    }
    
    .tertiary-fixed-430b {
        font-size: 1rem;
    }
    
    .west-7a72 {
        flex-direction: column;
    }
    
    .element-west-711b {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .shadow_cool_e700 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .easy-a725 {
        max-width: 100%;
    }
    
    .dropdown_iron_e3f3 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .white-a8ca {
        padding: 0 1rem;
    }
    
    .next_56ad {
        padding: 4rem 1rem 3rem;
    }
    
    .next_56ad h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .detail_fedf {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .up-54b8 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .secondary_53ee,
    .menu_south_acb7 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .input_tiny_6226 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .black-5fdb {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .search_fe7d {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .next_56ad h1 {
        font-size: 1.5rem;
    }
    
    .up-54b8 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .alert-01da {
        padding: 0.75rem;
    }
    
    .card-86f6 {
        font-size: 1.5rem;
    }
    
    .input_tiny_6226 {
        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 */
.easy-a725:hover,
.focused_0687:hover,
.active_fluid_2c96:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .status_current_11a9,
    .left_2606,
    .logo-cold-7943 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.current_cc47)
   ======================================== */

.link-54ee.row-stale-86eb {
    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;
}

.link-54ee.row-stale-86eb .focus-up-16a0 {
    color: #334155;
}

.link-54ee.row-stale-86eb .focus-up-16a0:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.link-54ee.row-stale-86eb .focus-up-16a0.fn-active-2ca4 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.link-54ee.row-stale-86eb .outline-simple-3fc7 {
    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);
}

.link-54ee.row-stale-86eb .outline-simple-3fc7::before {
    border-bottom-color: #ffffff;
}

.link-54ee.row-stale-86eb .soft-ed42 {
    color: #475569;
}

.link-54ee.row-stale-86eb .soft-ed42::before {
    background: #818cf8;
}

.link-54ee.row-stale-86eb .soft-ed42:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.link-54ee.row-stale-86eb .soft-ed42:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.link-54ee.row-stale-86eb .box-2c87 {
    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);
}

.link-54ee.row-stale-86eb .box-2c87:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.link-54ee.row-stale-86eb .box-2c87 span {
    background: #475569;
    box-shadow: none;
}

.link-54ee.row-stale-86eb .box-2c87.fn-active-2ca4 span:nth-child(1),
.link-54ee.row-stale-86eb .box-2c87.fn-active-2ca4 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .link-54ee.row-stale-86eb {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-54ee.row-stale-86eb .heading-049d {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .link-54ee.row-stale-86eb .heading-049d span {
        color: #334155 !important;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 {
        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);
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .focus-up-16a0 {
        color: #334155;
        text-shadow: none;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .focus-up-16a0:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .focus-up-16a0.sort-14bb::after {
        color: #64748b;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .outline-simple-3fc7 {
        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) */
    .link-54ee.row-stale-86eb .hovered-ae77 .outer-e380.fn-active-2ca4 .outline-simple-3fc7 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .soft-ed42 {
        color: #475569;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .soft-ed42::before {
        color: #6366f1;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .soft-ed42:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .soft-ed42:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .link-54ee.row-stale-86eb .hovered-ae77 .soft-ed42:hover::before {
        color: #4f46e5;
    }
}

/* apk.rough_4dda — mesmo tema claro da home; blocos extras */
body.soft-d37f {
    background: #f8f9fa;
    color: #2c3e50;
}

.soft-d37f .gallery-in-223a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.soft-d37f .summary-slow-255f {
    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);
}

.soft-d37f .summary-slow-255f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.soft-d37f .summary-slow-255f p:last-child {
    margin-bottom: 0;
}

.soft-d37f .summary-slow-255f strong {
    color: var(--text-primary);
}

.soft-d37f .popup_ee99 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.soft-d37f .popup_ee99 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.static-dc98 {
    background: #f8f9fa;
    color: #2c3e50;
}

.static-dc98 .white-36d1 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.static-dc98 .wrapper_5fd8 {
    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);
}

.static-dc98 .wrapper_5fd8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.static-dc98 .wrapper_5fd8 p:last-child {
    margin-bottom: 0;
}

.static-dc98 .wrapper_5fd8 strong {
    color: var(--text-primary);
}

.static-dc98 .menu_yellow_3077 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.static-dc98 .menu_yellow_3077 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.red-b7e7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.red-b7e7 .wood-c730 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.red-b7e7 .photo-dynamic-8d93 {
    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);
}

.red-b7e7 .photo-dynamic-8d93 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.red-b7e7 .photo-dynamic-8d93 p:last-child {
    margin-bottom: 0;
}

.red-b7e7 .photo-dynamic-8d93 strong {
    color: var(--text-primary);
}

.red-b7e7 .frame-blue-fbc3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.red-b7e7 .frame-blue-fbc3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.white_577e {
    background: #f8f9fa;
    color: #2c3e50;
}

.white_577e .slow_25cb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.white_577e .background_09b2 {
    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);
}

.white_577e .background_09b2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white_577e .background_09b2 p:last-child {
    margin-bottom: 0;
}

.white_577e .background_09b2 strong {
    color: var(--text-primary);
}

.white_577e .menu-mini-3e0f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.white_577e .menu-mini-3e0f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.up_423f {
    background: #f8f9fa;
    color: #2c3e50;
}

.up_423f .photo-731b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.up_423f .cold_8e98 {
    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);
}

.up_423f .cold_8e98 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.up_423f .cold_8e98 p:last-child {
    margin-bottom: 0;
}

.up_423f .cold_8e98 strong {
    color: var(--text-primary);
}

.up_423f .cold-67c0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.up_423f .cold-67c0 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.last_e4a3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.last_e4a3 .last_0306 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.last_e4a3 .description-purple-5a67 {
    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);
}

.last_e4a3 .description-purple-5a67 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last_e4a3 .description-purple-5a67 p:last-child {
    margin-bottom: 0;
}

.last_e4a3 .description-purple-5a67 strong {
    color: var(--text-primary);
}

.last_e4a3 .stone_5f3c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.last_e4a3 .stone_5f3c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.secondary-small-2c2f {
    background: #f8f9fa;
    color: #2c3e50;
}

.secondary-small-2c2f .backdrop_b502 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.secondary-small-2c2f .tertiary-thick-ae43 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.secondary-small-2c2f .tertiary-thick-ae43 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.secondary-small-2c2f .tertiary-thick-ae43 p:last-child {
    margin-bottom: 0;
}

.secondary-small-2c2f .tertiary-thick-ae43 strong {
    color: var(--text-primary);
}

.secondary-small-2c2f .icon-pro-b641 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.secondary-small-2c2f .icon-pro-b641 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.advanced-3a23 {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced-3a23 .slider_0134 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced-3a23 .last_04b0 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.advanced-3a23 .last_04b0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced-3a23 .last_04b0 p:last-child {
    margin-bottom: 0;
}

.advanced-3a23 .last_04b0 strong {
    color: var(--text-primary);
}

.advanced-3a23 .last_6b42 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.advanced-3a23 .last_6b42 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_017a {
    background: #f8f9fa;
    color: #2c3e50;
}

.component_017a .wood-86e6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.component_017a .accent_east_4b5e {
    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_017a .accent_east_4b5e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.component_017a .accent_east_4b5e p:last-child {
    margin-bottom: 0;
}

.component_017a .accent_east_4b5e strong {
    color: var(--text-primary);
}

.component_017a .backdrop-stale-dbb1 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.component_017a .backdrop-stale-dbb1 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.paragraph-2099 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph-2099 .widget-lite-c61b {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph-2099 .heading-3273 {
    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);
}

.paragraph-2099 .heading-3273 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph-2099 .heading-3273 p:last-child {
    margin-bottom: 0;
}

.paragraph-2099 .heading-3273 strong {
    color: var(--text-primary);
}

.paragraph-2099 .description_plasma_ed6c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph-2099 .description_plasma_ed6c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.west_2b2e {
    background: #f8f9fa;
    color: #2c3e50;
}

.west_2b2e .bronze_4042 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.west_2b2e .backdrop-top-3466 {
    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);
}

.west_2b2e .backdrop-top-3466 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.west_2b2e .backdrop-top-3466 p:last-child {
    margin-bottom: 0;
}

.west_2b2e .backdrop-top-3466 strong {
    color: var(--text-primary);
}

.west_2b2e .static_5bee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.west_2b2e .static_5bee li {
    margin-bottom: 0.65rem;
}

.west_2b2e .static_5bee li:last-child {
    margin-bottom: 0;
}

.west_2b2e .upper-65b2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.west_2b2e .upper-65b2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.preview-bright-a00c {
    background: #f8f9fa;
    color: #2c3e50;
}

.preview-bright-a00c .module-fast-7ef5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.preview-bright-a00c .tooltip-eded {
    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);
}

.preview-bright-a00c .tooltip-eded p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview-bright-a00c .tooltip-eded p:last-child {
    margin-bottom: 0;
}

.preview-bright-a00c .tooltip-eded strong {
    color: var(--text-primary);
}

.preview-bright-a00c .sidebar-0155 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.preview-bright-a00c .sidebar-0155 li {
    margin-bottom: 0.65rem;
}

.preview-bright-a00c .sidebar-0155 li:last-child {
    margin-bottom: 0;
}

.preview-bright-a00c .title-full-019d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.preview-bright-a00c .title-full-019d 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-0cd8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.photo-0cd8 .notification-baf9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.photo-0cd8 .hover-hovered-69d1 {
    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-0cd8 .hover-hovered-69d1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo-0cd8 .hover-hovered-69d1 p:last-child {
    margin-bottom: 0;
}

.photo-0cd8 .hover-hovered-69d1 strong {
    color: var(--text-primary);
}

.photo-0cd8 .hover-first-5260 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.photo-0cd8 .hover-first-5260 li {
    margin-bottom: 0.65rem;
}

.photo-0cd8 .hover-first-5260 li:last-child {
    margin-bottom: 0;
}

.photo-0cd8 .mask_under_5819 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.photo-0cd8 .mask_under_5819 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.table-5807 {
    background: #f8f9fa;
    color: #2c3e50;
}

.table-5807 .prev_c8a5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.table-5807 .panel-f3d7 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.table-5807 .panel-f3d7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-5807 .panel-f3d7 p:last-child {
    margin-bottom: 0;
}

.table-5807 .panel-f3d7 strong {
    color: var(--text-primary);
}

.table-5807 .backdrop-d4e3 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.table-5807 .backdrop-d4e3 li {
    margin-bottom: 0.65rem;
}

.table-5807 .backdrop-d4e3 li:last-child {
    margin-bottom: 0;
}

body.notification-tall-a07d {
    background: #f8f9fa;
    color: #2c3e50;
}

.notification-tall-a07d .dropdown-d451 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.notification-tall-a07d .info_large_e5a0 {
    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-tall-a07d .info_large_e5a0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-tall-a07d .info_large_e5a0 p:last-child {
    margin-bottom: 0;
}

.notification-tall-a07d .info_large_e5a0 strong {
    color: var(--text-primary);
}

.notification-tall-a07d .active_53af {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.notification-tall-a07d .active_53af li {
    margin-bottom: 0.65rem;
}

.notification-tall-a07d .active_53af li:last-child {
    margin-bottom: 0;
}

.notification-tall-a07d .warm_2e3d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.notification-tall-a07d .warm_2e3d 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_9066 {
    background: #f8f9fa;
    color: #2c3e50;
}

.article_9066 .dim-e9b4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.article_9066 .link-609b {
    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_9066 .link-609b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_9066 .link-609b p:last-child {
    margin-bottom: 0;
}

.article_9066 .link-609b strong {
    color: var(--text-primary);
}

.article_9066 .badge-28dd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.article_9066 .badge-28dd li {
    margin-bottom: 0.65rem;
}

.article_9066 .badge-28dd li:last-child {
    margin-bottom: 0;
}

.article_9066 .feature_right_0204 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.article_9066 .feature_right_0204 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.row_b11e {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_b11e .fast_051a {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_b11e .avatar-f2a3 {
    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);
}

.row_b11e .avatar-f2a3 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_b11e .avatar-f2a3 p:last-child {
    margin-bottom: 0;
}

.row_b11e .avatar-f2a3 strong {
    color: var(--text-primary);
}

.row_b11e .summary_b9eb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_b11e .summary_b9eb li {
    margin-bottom: 0.65rem;
}

.row_b11e .summary_b9eb li:last-child {
    margin-bottom: 0;
}

.row_b11e .row_inner_48da {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_b11e .row_inner_48da img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.heading-inner-9366 {
    background: #f8f9fa;
    color: #2c3e50;
}

.heading-inner-9366 .preview_selected_7be4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.heading-inner-9366 .outline_3cd2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.heading-inner-9366 .outline_3cd2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-inner-9366 .outline_3cd2 p:last-child {
    margin-bottom: 0;
}

.heading-inner-9366 .outline_3cd2 strong {
    color: var(--text-primary);
}

.heading-inner-9366 .column-652d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.heading-inner-9366 .column-652d li {
    margin-bottom: 0.65rem;
}

.heading-inner-9366 .column-652d li:last-child {
    margin-bottom: 0;
}

.heading-inner-9366 .inner_a42f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.heading-inner-9366 .inner_a42f 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: 25bd */
.phantom-card-l0 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
