/* 
 * 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.block-02ee) — fixed together on mobile */
.card-8208 {
    width: 100%;
}

.slider_e19a {
    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) {
    .card-8208 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .slider_e19a {
        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.element_de60. Conta) stay reachable.
     */
    .input_1eb9 .dark-ce44 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .card-8208 .input_1eb9 > .dark-ce44 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .card-8208:has(.form_801f.fn-show-7bc6) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .card-8208:has(.form_801f.fn-show-7bc6) .slider_e19a {
        flex-shrink: 0;
    }

    .card-8208:has(.form_801f.fn-show-7bc6) .input_1eb9 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .card-8208:has(.form_801f.fn-show-7bc6) .input_1eb9 > .dark-ce44 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .card-8208:has(.form_801f.fn-show-7bc6) .link-large-c1da {
        flex-shrink: 0;
    }

    .card-8208:has(.form_801f.fn-show-7bc6) .form_801f.fn-show-7bc6 {
        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 */
    .input_1eb9 .form_801f .item-aae2.fn-active-7bc6 .basic_7928 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .slider_e19a {
        position: sticky;
        top: 0;
    }
}

.card-8208.label_4afa,
.card-8208.label_4afa .slider_e19a {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.status-94e4 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .status-94e4 {
        padding: 0.75rem 0;
    }
}

.breadcrumb_upper_7ad8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.stone_feb6 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .stone_feb6 img {
        height: 35px;
    }
}

/* .input_1eb9 / .grid_hot_2927 — inner pages (brown bar); index uses .item-current-324c below */

.input_1eb9:not(.item-current-324c) .grid_hot_2927.fn-active-7bc6 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.wide-4471 {
    display: flex;
    gap: var(--spacing-md);
}

.layout_3f7c,
.menu-9ee0 {
    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) {
    .layout_3f7c,
    .menu-9ee0 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .wide-4471 {
        gap: 0.5rem;
    }
}

.layout_3f7c {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.layout_3f7c:hover {
    background: var(--primary-purple);
    color: white;
}

.menu-9ee0 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.menu-9ee0:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.icon_b1c7 {
    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%;
}

.icon_b1c7::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;
}

.icon_b1c7::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;
}

.status-down-9acb {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.soft_7928 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.soft_7928 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);
}

.icon_b1c7 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;
}

.upper-50f1 {
    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;
}

.upper-50f1 strong {
    font-weight: 700;
}

.footer_cool_ac79 {
    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);
}

.logo-49ce {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.image_silver_6164 {
    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);
}

.image_silver_6164:hover {
    transform: translateY(-4px);
}

.dark-be4c {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.description_9f15 {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.south_c844 {
    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;
}

.south_c844:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.south_c844.tooltip_38cd {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.wrapper_solid_0c06 {
    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);
}

.wrapper_solid_0c06:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.menu-paper-ff43 {
    padding: 3rem 1.25rem;
    background: white;
}

.button-left-9985 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature_4863 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.feature_4863:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.feature_4863 img {
    margin-bottom: 1rem;
}

.white-ab89 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature_4863 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.feature_4863 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 */
.description-facd {
    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);
}

.hot_9ecd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.focused-56fc {
    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);
}

.focused-56fc h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.focused-56fc p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.focused-56fc a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.component_tiny_4b59 {
    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
   ======================================== */

.heading-outer-4cec {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.info_plasma_cef0 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.notification-cc02 {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.dropdown_7773 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.pagination_lower_416c {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.pagination_lower_416c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.pagination_lower_416c.input_47b8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.pagination_lower_416c.input_47b8 h3,
.pagination_lower_416c.input_47b8 p {
    color: white;
}

.module-stone-70b6 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.pagination_lower_416c h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.pagination_lower_416c p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.aside-5cc8 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.aside-5cc8:hover {
    gap: 0.75rem;
}

.pagination_lower_416c.input_47b8 .aside-5cc8 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.title_tall_1fc9 {
    padding: 4rem 1.25rem;
    background: white;
}

.sort-26a5 {
    text-align: center;
    margin-bottom: 3rem;
}

.down-0962 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.paragraph-active-7049 {
    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%;
}

.paragraph-active-7049:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.surface_stale_7680 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--accent-gold);
    color: var(--text-primary);
    font-weight: 800;
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-lg);
    z-index: 10;
    box-shadow: var(--shadow-md);
}

.right-7b7d {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.summary_up_4645 {
    padding: 1.5rem;
}

.summary_up_4645 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.title_warm_9467 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.chip-9c56 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.current_9cb2,
.content-dynamic-a85b {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.current_9cb2 {
    background: #dcfce7;
    color: #166534;
}

.current_9cb2.alert_bronze_0ce0 {
    background: #10b981;
    color: white;
}

.content-dynamic-a85b {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.content-dynamic-a85b.tall_7b6d {
    background: #fee2e2;
    color: #991b1b;
}

.content-dynamic-a85b.short-ff8a {
    background: #fef3c7;
    color: #92400e;
}

.content-dynamic-a85b.feature_stone_af99 {
    background: #dcfce7;
    color: #166534;
}

.glass_21db {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.glass_21db strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.over_e311 {
    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);
}

.over_e311:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.disabled_5c36 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.last_4124 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.footer_fc56 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer_fc56 {
        grid-template-columns: 1fr 1fr;
    }
}

.card-silver-9d66 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.label_motion_6224 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.feature-stale-c099 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.content_3a7c {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.shade-cdcf {
    font-size: 1rem;
    opacity: 0.9;
}

.label_motion_6224 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.dynamic-1a38 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.dynamic-1a38 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.dynamic-1a38 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;
}

.dynamic-1a38 li strong {
    color: var(--primary-purple);
}

.dynamic-1a38 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.grid_21d4 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.article-c23b {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.status-cac5 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.article-c23b .description_9f15 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.up-6e1f p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.cold_51dd {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.cold_51dd a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.menu-new-eebd {
    padding: 4rem 1.25rem;
    background: white;
}

.thick_e20d {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .thick_e20d {
        grid-template-columns: 1fr 1fr;
    }
}

.pro_a2ea h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.detail_53f8 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.wrapper_0c0d {
    margin-bottom: 1.5rem;
}

.image_selected_65ef {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.glass_dbe1 {
    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);
}

.primary-prev-c374 {
    white-space: nowrap;
}

.disabled-dirty-366d {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.carousel-ca30 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.paragraph_22f9 {
    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_22f9:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.tiny_9893 {
    font-size: 2rem;
    flex-shrink: 0;
}

.alert_tall_3df6 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.alert_tall_3df6 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.small-fb8b {
    margin-top: 3rem;
}

.small-fb8b h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.dark-8bfa {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.dark-8bfa thead {
    background: var(--primary-purple);
    color: white;
}

.dark-8bfa th,
.dark-8bfa td {
    padding: 1rem;
    text-align: left;
}

.dark-8bfa th {
    font-weight: 700;
    font-size: 0.9rem;
}

.dark-8bfa tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.dark-8bfa tbody tr:last-child {
    border-bottom: none;
}

.dark-8bfa tbody tr:hover {
    background: var(--light-bg);
}

.wrapper-abb9 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.secondary-0ec8 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.gradient-dark-d245 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pagination-next-619c {
    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);
}

.pagination-next-619c:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.pagination-next-619c.grid-6cfc::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;
}

.shadow-07d6 {
    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;
}

.cold_7d4b {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.out_0ab3 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.item_bca2 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.box_iron_c74e {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.box_iron_c74e p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.box_iron_c74e p:last-child {
    margin-bottom: 0;
}

.box_iron_c74e strong {
    color: var(--text-primary);
    font-weight: 600;
}

.accent-wood-9bef {
    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;
}

.pro_eae4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.popup_narrow_8f9d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.popup_narrow_8f9d .dark-be4c {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.popup_narrow_8f9d .description_9f15 {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.iron_59fd {
    padding: 4rem 1.25rem;
    background: white;
}

.layout-4888 {
    max-width: 900px;
    margin: 0 auto;
}

.video_db9b {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.video_db9b:hover {
    border-color: var(--primary-purple);
}

.video_db9b[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.video_db9b 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;
}

.video_db9b summary::-webkit-details-marker {
    display: none;
}

.video_db9b summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.video_db9b[open] summary::after {
    transform: rotate(45deg);
}

.pro_a0da {
    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);
    }
}

.pro_a0da p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.pro_a0da h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.pro_a0da ul,
.pro_a0da ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.pro_a0da li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.pro_a0da strong {
    color: var(--text-primary);
    font-weight: 600;
}

.preview_422c {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.backdrop_short_09bb {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.backdrop_short_09bb th,
.backdrop_short_09bb td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.backdrop_short_09bb th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.status_895b {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.primary-active-e770 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.dirty-4cd7 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .dirty-4cd7 {
        flex-direction: column;
        text-align: center;
    }
}

.dirty-4cd7 img {
    flex-shrink: 0;
}

.link-thick-b61f {
    font-size: 4rem;
    flex-shrink: 0;
}

.blue-d89b h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.blue-d89b p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.steel_3ff5 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.primary-8868 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.panel-b1ee h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.panel-b1ee > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.in-83c9 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.item-plasma-a97b {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.column-gold-495a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.cool_9f8e h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cool_9f8e p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.next-bae0 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-west-44b5 {
    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);
}

.aside-0ba8 {
    list-style: none;
}

.aside-0ba8 li {
    margin-bottom: 0.75rem;
}

.aside-0ba8 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.aside-0ba8 a:hover {
    color: white;
}

.stale_2595 {
    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;
}

.narrow_8fca {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.narrow_8fca span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.nav_b97c {
    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);
}

.plasma-8aa3 {
    text-align: right;
}

@media (max-width: 767px) {
    .plasma-8aa3 {
        text-align: center;
        width: 100%;
    }
}

.plasma-8aa3 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.bronze-4d69 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.dark-ce44 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.menu-paper-ff43,
.description-facd,
.heading-outer-4cec,
.title_tall_1fc9,
.last_4124,
.menu-new-eebd,
.secondary-0ec8,
.iron_59fd,
.primary-active-e770,
.primary-8868 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .info_plasma_cef0 {
        font-size: 1.75rem;
    }
    
    .notification-cc02 {
        font-size: 1rem;
    }
    
    .grid_21d4 {
        flex-direction: column;
    }
    
    .thick_e20d {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .down-0962 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .paragraph-active-7049 {
        max-width: 100%;
    }
    
    .right-7b7d {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .dark-ce44 {
        padding: 0 1rem;
    }
    
    .icon_b1c7 {
        padding: 4rem 1rem 3rem;
    }
    
    .icon_b1c7 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .south_c844 {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .logo-49ce {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .dark-8bfa,
    .backdrop_short_09bb {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .button-left-9985 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .dropdown_7773 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .gradient-dark-d245 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .icon_b1c7 h1 {
        font-size: 1.5rem;
    }
    
    .logo-49ce {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .image_silver_6164 {
        padding: 0.75rem;
    }
    
    .dark-be4c {
        font-size: 1.5rem;
    }
    
    .button-left-9985 {
        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 */
.paragraph-active-7049:hover,
.pagination_lower_416c:hover,
.pagination-next-619c:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .title_tall_1fc9,
    .secondary-0ec8,
    .iron_59fd {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.block-02ee)
   ======================================== */

.input_1eb9.item-current-324c {
    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;
}

.input_1eb9.item-current-324c .grid_hot_2927 {
    color: #334155;
}

.input_1eb9.item-current-324c .grid_hot_2927:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.input_1eb9.item-current-324c .grid_hot_2927.fn-active-7bc6 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.input_1eb9.item-current-324c .basic_7928 {
    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);
}

.input_1eb9.item-current-324c .basic_7928::before {
    border-bottom-color: #ffffff;
}

.input_1eb9.item-current-324c .hovered_aee2 {
    color: #475569;
}

.input_1eb9.item-current-324c .hovered_aee2::before {
    background: #818cf8;
}

.input_1eb9.item-current-324c .hovered_aee2:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.input_1eb9.item-current-324c .hovered_aee2:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.input_1eb9.item-current-324c .hidden_static_4dc4 {
    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);
}

.input_1eb9.item-current-324c .hidden_static_4dc4:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.input_1eb9.item-current-324c .hidden_static_4dc4 span {
    background: #475569;
    box-shadow: none;
}

.input_1eb9.item-current-324c .hidden_static_4dc4.fn-active-7bc6 span:nth-child(1),
.input_1eb9.item-current-324c .hidden_static_4dc4.fn-active-7bc6 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .input_1eb9.item-current-324c {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .input_1eb9.item-current-324c .link-large-c1da {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .input_1eb9.item-current-324c .link-large-c1da span {
        color: #334155 !important;
    }

    .input_1eb9.item-current-324c .form_801f {
        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);
    }

    .input_1eb9.item-current-324c .form_801f .grid_hot_2927 {
        color: #334155;
        text-shadow: none;
    }

    .input_1eb9.item-current-324c .form_801f .grid_hot_2927:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .input_1eb9.item-current-324c .form_801f .grid_hot_2927.video-c5be::after {
        color: #64748b;
    }

    .input_1eb9.item-current-324c .form_801f .basic_7928 {
        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) */
    .input_1eb9.item-current-324c .form_801f .item-aae2.fn-active-7bc6 .basic_7928 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .input_1eb9.item-current-324c .form_801f .hovered_aee2 {
        color: #475569;
    }

    .input_1eb9.item-current-324c .form_801f .hovered_aee2::before {
        color: #6366f1;
    }

    .input_1eb9.item-current-324c .form_801f .hovered_aee2:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .input_1eb9.item-current-324c .form_801f .hovered_aee2:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .input_1eb9.item-current-324c .form_801f .hovered_aee2:hover::before {
        color: #4f46e5;
    }
}

/* apk.pattern-soft-7608 — mesmo tema claro da home; blocos extras */
body.card-0852 {
    background: #f8f9fa;
    color: #2c3e50;
}

.card-0852 .notice_bc94 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.card-0852 .upper-278e {
    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);
}

.card-0852 .upper-278e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.card-0852 .upper-278e p:last-child {
    margin-bottom: 0;
}

.card-0852 .upper-278e strong {
    color: var(--text-primary);
}

.card-0852 .progress_e896 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.card-0852 .progress_e896 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover-53cd {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover-53cd .prev-a52d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover-53cd .tabs-large-4173 {
    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);
}

.hover-53cd .tabs-large-4173 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover-53cd .tabs-large-4173 p:last-child {
    margin-bottom: 0;
}

.hover-53cd .tabs-large-4173 strong {
    color: var(--text-primary);
}

.hover-53cd .silver_ae3e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover-53cd .silver_ae3e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.outer_8909 {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer_8909 .summary_c19f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer_8909 .full_c2d6 {
    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);
}

.outer_8909 .full_c2d6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer_8909 .full_c2d6 p:last-child {
    margin-bottom: 0;
}

.outer_8909 .full_c2d6 strong {
    color: var(--text-primary);
}

.outer_8909 .block-30e5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer_8909 .block-30e5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hover_186c {
    background: #f8f9fa;
    color: #2c3e50;
}

.hover_186c .active_purple_a23c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hover_186c .article-pro-be82 {
    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);
}

.hover_186c .article-pro-be82 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hover_186c .article-pro-be82 p:last-child {
    margin-bottom: 0;
}

.hover_186c .article-pro-be82 strong {
    color: var(--text-primary);
}

.hover_186c .silver-15ed {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hover_186c .silver-15ed img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.gold-ecc4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.gold-ecc4 .table-lite-45c9 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.gold-ecc4 .module-fresh-3af4 {
    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);
}

.gold-ecc4 .module-fresh-3af4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.gold-ecc4 .module-fresh-3af4 p:last-child {
    margin-bottom: 0;
}

.gold-ecc4 .module-fresh-3af4 strong {
    color: var(--text-primary);
}

.gold-ecc4 .form_blue_63d8 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.gold-ecc4 .form_blue_63d8 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.nav_6174 {
    background: #f8f9fa;
    color: #2c3e50;
}

.nav_6174 .popup-iron-5a37 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.nav_6174 .pagination-0a58 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.nav_6174 .pagination-0a58 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.nav_6174 .pagination-0a58 p:last-child {
    margin-bottom: 0;
}

.nav_6174 .pagination-0a58 strong {
    color: var(--text-primary);
}

.nav_6174 .slow-5b21 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.nav_6174 .slow-5b21 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.sort-black-9672 {
    background: #f8f9fa;
    color: #2c3e50;
}

.sort-black-9672 .content-9f78 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.sort-black-9672 .overlay-pressed-f524 {
    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);
}

.sort-black-9672 .overlay-pressed-f524 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.sort-black-9672 .overlay-pressed-f524 p:last-child {
    margin-bottom: 0;
}

.sort-black-9672 .overlay-pressed-f524 strong {
    color: var(--text-primary);
}

.sort-black-9672 .image-thick-6ac0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.sort-black-9672 .image-thick-6ac0 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-1d47 {
    background: #f8f9fa;
    color: #2c3e50;
}

.paragraph-1d47 .medium_ff7f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.paragraph-1d47 .bottom-0ff8 {
    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-1d47 .bottom-0ff8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.paragraph-1d47 .bottom-0ff8 p:last-child {
    margin-bottom: 0;
}

.paragraph-1d47 .bottom-0ff8 strong {
    color: var(--text-primary);
}

.paragraph-1d47 .paragraph_bb66 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.paragraph-1d47 .paragraph_bb66 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.content_bright_1832 {
    background: #f8f9fa;
    color: #2c3e50;
}

.content_bright_1832 .basic_ac17 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.content_bright_1832 .center-e222 {
    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);
}

.content_bright_1832 .center-e222 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.content_bright_1832 .center-e222 p:last-child {
    margin-bottom: 0;
}

.content_bright_1832 .center-e222 strong {
    color: var(--text-primary);
}

.content_bright_1832 .south_2b33 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.content_bright_1832 .south_2b33 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pattern-de7b {
    background: #f8f9fa;
    color: #2c3e50;
}

.pattern-de7b .texture-6b7e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pattern-de7b .pattern_upper_5a54 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.pattern-de7b .pattern_upper_5a54 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pattern-de7b .pattern_upper_5a54 p:last-child {
    margin-bottom: 0;
}

.pattern-de7b .pattern_upper_5a54 strong {
    color: var(--text-primary);
}

.pattern-de7b .gradient_up_befd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pattern-de7b .gradient_up_befd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.alert_15b0 {
    background: #f8f9fa;
    color: #2c3e50;
}

.alert_15b0 .motion-24d6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.alert_15b0 .outline_pressed_4e47 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.alert_15b0 .outline_pressed_4e47 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_15b0 .outline_pressed_4e47 p:last-child {
    margin-bottom: 0;
}

.alert_15b0 .outline_pressed_4e47 strong {
    color: var(--text-primary);
}

.alert_15b0 .tag-0055 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.alert_15b0 .tag-0055 li {
    margin-bottom: 0.65rem;
}

.alert_15b0 .tag-0055 li:last-child {
    margin-bottom: 0;
}

.alert_15b0 .info-f13a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.alert_15b0 .info-f13a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.menu-f5ff {
    background: #f8f9fa;
    color: #2c3e50;
}

.menu-f5ff .active_upper_bf72 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.menu-f5ff .hidden_e864 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.menu-f5ff .hidden_e864 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-f5ff .hidden_e864 p:last-child {
    margin-bottom: 0;
}

.menu-f5ff .hidden_e864 strong {
    color: var(--text-primary);
}

.menu-f5ff .black_6fcd {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.menu-f5ff .black_6fcd li {
    margin-bottom: 0.65rem;
}

.menu-f5ff .black_6fcd li:last-child {
    margin-bottom: 0;
}

.menu-f5ff .list_dark_8e32 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.menu-f5ff .list_dark_8e32 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.widget_smooth_c974 {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget_smooth_c974 .slow-954f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget_smooth_c974 .steel-ae2c {
    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);
}

.widget_smooth_c974 .steel-ae2c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_smooth_c974 .steel-ae2c p:last-child {
    margin-bottom: 0;
}

.widget_smooth_c974 .steel-ae2c strong {
    color: var(--text-primary);
}

.widget_smooth_c974 .north_4a71 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget_smooth_c974 .north_4a71 li {
    margin-bottom: 0.65rem;
}

.widget_smooth_c974 .north_4a71 li:last-child {
    margin-bottom: 0;
}

.widget_smooth_c974 .tabs_mini_0e8b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget_smooth_c974 .tabs_mini_0e8b img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tertiary-ef4b {
    background: #f8f9fa;
    color: #2c3e50;
}

.tertiary-ef4b .section-3a72 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tertiary-ef4b .smooth-eaef {
    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);
}

.tertiary-ef4b .smooth-eaef p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-ef4b .smooth-eaef p:last-child {
    margin-bottom: 0;
}

.tertiary-ef4b .smooth-eaef strong {
    color: var(--text-primary);
}

.tertiary-ef4b .picture-wide-8c9c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tertiary-ef4b .picture-wide-8c9c li {
    margin-bottom: 0.65rem;
}

.tertiary-ef4b .picture-wide-8c9c li:last-child {
    margin-bottom: 0;
}

body.grid-cold-b288 {
    background: #f8f9fa;
    color: #2c3e50;
}

.grid-cold-b288 .row-silver-5d6f {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.grid-cold-b288 .popup-e8c2 {
    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-cold-b288 .popup-e8c2 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid-cold-b288 .popup-e8c2 p:last-child {
    margin-bottom: 0;
}

.grid-cold-b288 .popup-e8c2 strong {
    color: var(--text-primary);
}

.grid-cold-b288 .accordion_3689 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.grid-cold-b288 .accordion_3689 li {
    margin-bottom: 0.65rem;
}

.grid-cold-b288 .accordion_3689 li:last-child {
    margin-bottom: 0;
}

.grid-cold-b288 .old-4c6e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.grid-cold-b288 .old-4c6e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.simple_9a29 {
    background: #f8f9fa;
    color: #2c3e50;
}

.simple_9a29 .caption-c45c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.simple_9a29 .picture_0f4f {
    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);
}

.simple_9a29 .picture_0f4f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_9a29 .picture_0f4f p:last-child {
    margin-bottom: 0;
}

.simple_9a29 .picture_0f4f strong {
    color: var(--text-primary);
}

.simple_9a29 .content_over_aa6b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.simple_9a29 .content_over_aa6b li {
    margin-bottom: 0.65rem;
}

.simple_9a29 .content_over_aa6b li:last-child {
    margin-bottom: 0;
}

.simple_9a29 .gas-179f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.simple_9a29 .gas-179f img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.text_gas_4422 {
    background: #f8f9fa;
    color: #2c3e50;
}

.text_gas_4422 .dropdown_large_418c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.text_gas_4422 .thick_f6fc {
    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);
}

.text_gas_4422 .thick_f6fc p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_gas_4422 .thick_f6fc p:last-child {
    margin-bottom: 0;
}

.text_gas_4422 .thick_f6fc strong {
    color: var(--text-primary);
}

.text_gas_4422 .grid_tall_bb4e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.text_gas_4422 .grid_tall_bb4e li {
    margin-bottom: 0.65rem;
}

.text_gas_4422 .grid_tall_bb4e li:last-child {
    margin-bottom: 0;
}

.text_gas_4422 .highlight_dark_d9bd {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.text_gas_4422 .highlight_dark_d9bd img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.light_4135 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light_4135 .chip-5504 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light_4135 .tag-liquid-183e {
    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);
}

.light_4135 .tag-liquid-183e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_4135 .tag-liquid-183e p:last-child {
    margin-bottom: 0;
}

.light_4135 .tag-liquid-183e strong {
    color: var(--text-primary);
}

.light_4135 .frame-pressed-4f42 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light_4135 .frame-pressed-4f42 li {
    margin-bottom: 0.65rem;
}

.light_4135 .frame-pressed-4f42 li:last-child {
    margin-bottom: 0;
}

.light_4135 .container-5678 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light_4135 .container-5678 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: 2108 */
.widget-item-n4 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
