/* 
 * 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.mask-aec6) — fixed together on mobile */
.pattern_d297 {
    width: 100%;
}

.pattern_9ea4 {
    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) {
    .pattern_d297 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .pattern_9ea4 {
        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.chip_154b. Conta) stay reachable.
     */
    .accent-bc2d .item_e122 {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .pattern_d297 .accent-bc2d > .item_e122 {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .pattern_d297:has(.link-8b4c.fn-show-d596) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .pattern_d297:has(.link-8b4c.fn-show-d596) .pattern_9ea4 {
        flex-shrink: 0;
    }

    .pattern_d297:has(.link-8b4c.fn-show-d596) .accent-bc2d {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .pattern_d297:has(.link-8b4c.fn-show-d596) .accent-bc2d > .item_e122 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .pattern_d297:has(.link-8b4c.fn-show-d596) .title_focused_f18f {
        flex-shrink: 0;
    }

    .pattern_d297:has(.link-8b4c.fn-show-d596) .link-8b4c.fn-show-d596 {
        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 */
    .accent-bc2d .link-8b4c .selected-8712.fn-active-d596 .accordion-new-3b9c {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .pattern_9ea4 {
        position: sticky;
        top: 0;
    }
}

.pattern_d297.highlight-24de,
.pattern_d297.highlight-24de .pattern_9ea4 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.hover-fresh-9438 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .hover-fresh-9438 {
        padding: 0.75rem 0;
    }
}

.up_b280 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.left_7c84 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .left_7c84 img {
        height: 35px;
    }
}

/* .accent-bc2d / .top-f111 — inner pages (brown bar); index uses .lower-b8a7 below */

.accent-bc2d:not(.lower-b8a7) .top-f111.fn-active-d596 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.blue-6a87 {
    display: flex;
    gap: var(--spacing-md);
}

.feature-purple-ab17,
.huge-512f {
    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) {
    .feature-purple-ab17,
    .huge-512f {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .blue-6a87 {
        gap: 0.5rem;
    }
}

.feature-purple-ab17 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.feature-purple-ab17:hover {
    background: var(--primary-purple);
    color: white;
}

.huge-512f {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.huge-512f:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.inner-a063 {
    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%;
}

.inner-a063::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;
}

.inner-a063::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;
}

.active_under_753a {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.pink_9e83 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.pink_9e83 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);
}

.inner-a063 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;
}

.pro-1a10 {
    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;
}

.pro-1a10 strong {
    font-weight: 700;
}

.current_a68f {
    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);
}

.element_acd3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.modal_huge_25bc {
    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);
}

.modal_huge_25bc:hover {
    transform: translateY(-4px);
}

.simple-d00e {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.thumbnail-834f {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.caption_tiny_284a {
    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;
}

.caption_tiny_284a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.caption_tiny_284a.slow-5926 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.copper-30c6 {
    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);
}

.copper-30c6:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.link_complex_1eea {
    padding: 3rem 1.25rem;
    background: white;
}

.search-9335 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.title_70d4 {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.title_70d4:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.title_70d4 img {
    margin-bottom: 1rem;
}

.tertiary_fixed_0bbc {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.title_70d4 h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.title_70d4 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 */
.active-middle-fb5d {
    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);
}

.image_906e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.content-3691 {
    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);
}

.content-3691 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.content-3691 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.content-3691 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bottom-97a5 {
    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
   ======================================== */

.hidden-slow-5f14 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.tabs_9452 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.menu-826c {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.box_under_9dda {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.paragraph-plasma-445d {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.paragraph-plasma-445d:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.paragraph-plasma-445d.footer_a674 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.paragraph-plasma-445d.footer_a674 h3,
.paragraph-plasma-445d.footer_a674 p {
    color: white;
}

.gallery_lower_2e71 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.paragraph-plasma-445d h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.paragraph-plasma-445d p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.widget-steel-9cf7 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.widget-steel-9cf7:hover {
    gap: 0.75rem;
}

.paragraph-plasma-445d.footer_a674 .widget-steel-9cf7 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.shade_2774 {
    padding: 4rem 1.25rem;
    background: white;
}

.info-hot-b227 {
    text-align: center;
    margin-bottom: 3rem;
}

.popup-ea15 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.under-e792 {
    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%;
}

.under-e792:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.pagination-915d {
    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);
}

.tooltip_top_d6ef {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.popup_paper_8154 {
    padding: 1.5rem;
}

.popup_paper_8154 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.tooltip-medium-d566 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.input-hot-b99b {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.card-14ac,
.table-purple-669f {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.card-14ac {
    background: #dcfce7;
    color: #166534;
}

.card-14ac.modal-ef25 {
    background: #10b981;
    color: white;
}

.table-purple-669f {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.table-purple-669f.steel_ebd6 {
    background: #fee2e2;
    color: #991b1b;
}

.table-purple-669f.grid_b151 {
    background: #fef3c7;
    color: #92400e;
}

.table-purple-669f.slider_down_8759 {
    background: #dcfce7;
    color: #166534;
}

.picture-blue-f18b {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.picture-blue-f18b strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.thumbnail-old-bf90 {
    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);
}

.thumbnail-old-bf90:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.banner-wood-98e5 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.footer_920d {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.icon_f748 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .icon_f748 {
        grid-template-columns: 1fr 1fr;
    }
}

.list_active_29a8 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.module_9908 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.feature-medium-67ad {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.outer_7739 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.clean-55a4 {
    font-size: 1rem;
    opacity: 0.9;
}

.module_9908 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.mask_4a9a {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.mask_4a9a li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.mask_4a9a 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;
}

.mask_4a9a li strong {
    color: var(--primary-purple);
}

.mask_4a9a li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.in_cad3 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.hero-narrow-27c1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.iron-b6c1 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.hero-narrow-27c1 .thumbnail-834f {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.fast_c048 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.column-5a5b {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.column-5a5b a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.sidebar_6042 {
    padding: 4rem 1.25rem;
    background: white;
}

.media_cool_1360 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .media_cool_1360 {
        grid-template-columns: 1fr 1fr;
    }
}

.background_dim_6dbe h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.active-outer-6e66 {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.pink-11c5 {
    margin-bottom: 1.5rem;
}

.header-104a {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.detail_510f {
    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);
}

.element-dark-0ad4 {
    white-space: nowrap;
}

.west_cd8e {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.article_6004 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.popup_bright_f5c3 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.popup_bright_f5c3:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.element_51a8 {
    font-size: 2rem;
    flex-shrink: 0;
}

.detail_5a69 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.detail_5a69 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.label-2e56 {
    margin-top: 3rem;
}

.label-2e56 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.overlay_warm_d747 {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.overlay_warm_d747 thead {
    background: var(--primary-purple);
    color: white;
}

.overlay_warm_d747 th,
.overlay_warm_d747 td {
    padding: 1rem;
    text-align: left;
}

.overlay_warm_d747 th {
    font-weight: 700;
    font-size: 0.9rem;
}

.overlay_warm_d747 tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.overlay_warm_d747 tbody tr:last-child {
    border-bottom: none;
}

.overlay_warm_d747 tbody tr:hover {
    background: var(--light-bg);
}

.basic_a456 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.shade_liquid_cd9a {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.notice-3052 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.grid_5a96 {
    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);
}

.grid_5a96:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.grid_5a96.stone-ceeb::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;
}

.full-9319 {
    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;
}

.sort_aca4 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.south_b094 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.selected-eeb5 {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.out-f619 {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.out-f619 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.out-f619 p:last-child {
    margin-bottom: 0;
}

.out-f619 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.lower_8054 {
    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;
}

.active-160b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.top-9d2a {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.top-9d2a .simple-d00e {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.top-9d2a .thumbnail-834f {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.prev_215b {
    padding: 4rem 1.25rem;
    background: white;
}

.list-lower-fc32 {
    max-width: 900px;
    margin: 0 auto;
}

.liquid_6d02 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.liquid_6d02:hover {
    border-color: var(--primary-purple);
}

.liquid_6d02[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.liquid_6d02 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;
}

.liquid_6d02 summary::-webkit-details-marker {
    display: none;
}

.liquid_6d02 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.liquid_6d02[open] summary::after {
    transform: rotate(45deg);
}

.stone-ca07 {
    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);
    }
}

.stone-ca07 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.stone-ca07 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.stone-ca07 ul,
.stone-ca07 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.stone-ca07 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.stone-ca07 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.shade_1b5a {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.header-6a48 {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.header-6a48 th,
.header-6a48 td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.header-6a48 th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.backdrop-basic-16fa {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.red_0418 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.link_plasma_768a {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .link_plasma_768a {
        flex-direction: column;
        text-align: center;
    }
}

.link_plasma_768a img {
    flex-shrink: 0;
}

.wide-2649 {
    font-size: 4rem;
    flex-shrink: 0;
}

.north-ddef h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.north-ddef p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.row_3d77 {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.hard-cba9 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.aside-inner-6f97 h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.aside-inner-6f97 > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.pagination-2bbe {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.text-copper-ad84 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.preview-easy-d6ef {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.banner_5ac3 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.banner_5ac3 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.active_dynamic_2053 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.top_f4a1 {
    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);
}

.feature_3926 {
    list-style: none;
}

.feature_3926 li {
    margin-bottom: 0.75rem;
}

.feature_3926 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.feature_3926 a:hover {
    color: white;
}

.top-4d54 {
    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;
}

.top-638e {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.top-638e span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.secondary-f0ac {
    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);
}

.dark-7b42 {
    text-align: right;
}

@media (max-width: 767px) {
    .dark-7b42 {
        text-align: center;
        width: 100%;
    }
}

.dark-7b42 p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.sort-cdd6 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.item_e122 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.link_complex_1eea,
.active-middle-fb5d,
.hidden-slow-5f14,
.shade_2774,
.footer_920d,
.sidebar_6042,
.shade_liquid_cd9a,
.prev_215b,
.red_0418,
.hard-cba9 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .tabs_9452 {
        font-size: 1.75rem;
    }
    
    .menu-826c {
        font-size: 1rem;
    }
    
    .in_cad3 {
        flex-direction: column;
    }
    
    .media_cool_1360 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .popup-ea15 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .under-e792 {
        max-width: 100%;
    }
    
    .tooltip_top_d6ef {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .item_e122 {
        padding: 0 1rem;
    }
    
    .inner-a063 {
        padding: 4rem 1rem 3rem;
    }
    
    .inner-a063 h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .caption_tiny_284a {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .element_acd3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .overlay_warm_d747,
    .header-6a48 {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .search-9335 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .box_under_9dda {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .notice-3052 {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .inner-a063 h1 {
        font-size: 1.5rem;
    }
    
    .element_acd3 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .modal_huge_25bc {
        padding: 0.75rem;
    }
    
    .simple-d00e {
        font-size: 1.5rem;
    }
    
    .search-9335 {
        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 */
.under-e792:hover,
.paragraph-plasma-445d:hover,
.grid_5a96:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .shade_2774,
    .shade_liquid_cd9a,
    .prev_215b {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.mask-aec6)
   ======================================== */

.accent-bc2d.lower-b8a7 {
    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;
}

.accent-bc2d.lower-b8a7 .top-f111 {
    color: #334155;
}

.accent-bc2d.lower-b8a7 .top-f111:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.accent-bc2d.lower-b8a7 .top-f111.fn-active-d596 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.accent-bc2d.lower-b8a7 .accordion-new-3b9c {
    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);
}

.accent-bc2d.lower-b8a7 .accordion-new-3b9c::before {
    border-bottom-color: #ffffff;
}

.accent-bc2d.lower-b8a7 .badge_6d8a {
    color: #475569;
}

.accent-bc2d.lower-b8a7 .badge_6d8a::before {
    background: #818cf8;
}

.accent-bc2d.lower-b8a7 .badge_6d8a:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.accent-bc2d.lower-b8a7 .badge_6d8a:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.accent-bc2d.lower-b8a7 .notification_hard_fcf0 {
    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);
}

.accent-bc2d.lower-b8a7 .notification_hard_fcf0:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.accent-bc2d.lower-b8a7 .notification_hard_fcf0 span {
    background: #475569;
    box-shadow: none;
}

.accent-bc2d.lower-b8a7 .notification_hard_fcf0.fn-active-d596 span:nth-child(1),
.accent-bc2d.lower-b8a7 .notification_hard_fcf0.fn-active-d596 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .accent-bc2d.lower-b8a7 {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .accent-bc2d.lower-b8a7 .title_focused_f18f {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .accent-bc2d.lower-b8a7 .title_focused_f18f span {
        color: #334155 !important;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c {
        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);
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .top-f111 {
        color: #334155;
        text-shadow: none;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .top-f111:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .top-f111.mask-next-8c82::after {
        color: #64748b;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .accordion-new-3b9c {
        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) */
    .accent-bc2d.lower-b8a7 .link-8b4c .selected-8712.fn-active-d596 .accordion-new-3b9c {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .badge_6d8a {
        color: #475569;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .badge_6d8a::before {
        color: #6366f1;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .badge_6d8a:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .badge_6d8a:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .accent-bc2d.lower-b8a7 .link-8b4c .badge_6d8a:hover::before {
        color: #4f46e5;
    }
}

/* apk.up-f763 — mesmo tema claro da home; blocos extras */
body.badge_a86e {
    background: #f8f9fa;
    color: #2c3e50;
}

.badge_a86e .dirty-2739 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.badge_a86e .article-18f4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.badge_a86e .article-18f4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.badge_a86e .article-18f4 p:last-child {
    margin-bottom: 0;
}

.badge_a86e .article-18f4 strong {
    color: var(--text-primary);
}

.badge_a86e .hard_1c10 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.badge_a86e .hard_1c10 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.pagination_a880 {
    background: #f8f9fa;
    color: #2c3e50;
}

.pagination_a880 .status-dark-69e0 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.pagination_a880 .east_23d1 {
    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);
}

.pagination_a880 .east_23d1 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.pagination_a880 .east_23d1 p:last-child {
    margin-bottom: 0;
}

.pagination_a880 .east_23d1 strong {
    color: var(--text-primary);
}

.pagination_a880 .hero-selected-cea0 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.pagination_a880 .hero-selected-cea0 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-f23f {
    background: #f8f9fa;
    color: #2c3e50;
}

.widget-f23f .clean_3de4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.widget-f23f .overlay_bcba {
    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-f23f .overlay_bcba p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.widget-f23f .overlay_bcba p:last-child {
    margin-bottom: 0;
}

.widget-f23f .overlay_bcba strong {
    color: var(--text-primary);
}

.widget-f23f .accordion_top_7128 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.widget-f23f .accordion_top_7128 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_f6de {
    background: #f8f9fa;
    color: #2c3e50;
}

.advanced_f6de .breadcrumb-07cd {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.advanced_f6de .out_8412 {
    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_f6de .out_8412 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.advanced_f6de .out_8412 p:last-child {
    margin-bottom: 0;
}

.advanced_f6de .out_8412 strong {
    color: var(--text-primary);
}

.advanced_f6de .footer_bottom_e86a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.advanced_f6de .footer_bottom_e86a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.wide_d239 {
    background: #f8f9fa;
    color: #2c3e50;
}

.wide_d239 .aside-6819 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.wide_d239 .panel_c726 {
    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);
}

.wide_d239 .panel_c726 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.wide_d239 .panel_c726 p:last-child {
    margin-bottom: 0;
}

.wide_d239 .panel_c726 strong {
    color: var(--text-primary);
}

.wide_d239 .column_bronze_60ae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.wide_d239 .column_bronze_60ae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.form-b9aa {
    background: #f8f9fa;
    color: #2c3e50;
}

.form-b9aa .active-cool-f42e {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.form-b9aa .thumbnail-east-ccae {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.form-b9aa .thumbnail-east-ccae p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.form-b9aa .thumbnail-east-ccae p:last-child {
    margin-bottom: 0;
}

.form-b9aa .thumbnail-east-ccae strong {
    color: var(--text-primary);
}

.form-b9aa .alert_2511 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.form-b9aa .alert_2511 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.hard_9e9e {
    background: #f8f9fa;
    color: #2c3e50;
}

.hard_9e9e .smooth-bfad {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.hard_9e9e .black_af67 {
    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);
}

.hard_9e9e .black_af67 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.hard_9e9e .black_af67 p:last-child {
    margin-bottom: 0;
}

.hard_9e9e .black_af67 strong {
    color: var(--text-primary);
}

.hard_9e9e .label-15f7 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.hard_9e9e .label-15f7 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.breadcrumb-hovered-76a8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.breadcrumb-hovered-76a8 .selected_507c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.breadcrumb-hovered-76a8 .breadcrumb_top_e5b7 {
    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);
}

.breadcrumb-hovered-76a8 .breadcrumb_top_e5b7 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.breadcrumb-hovered-76a8 .breadcrumb_top_e5b7 p:last-child {
    margin-bottom: 0;
}

.breadcrumb-hovered-76a8 .breadcrumb_top_e5b7 strong {
    color: var(--text-primary);
}

.breadcrumb-hovered-76a8 .tertiary-cool-13a5 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.breadcrumb-hovered-76a8 .tertiary-cool-13a5 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.label_e8cd {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_e8cd .photo_smooth_d37c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_e8cd .video_bottom_daf6 {
    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);
}

.label_e8cd .video_bottom_daf6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_e8cd .video_bottom_daf6 p:last-child {
    margin-bottom: 0;
}

.label_e8cd .video_bottom_daf6 strong {
    color: var(--text-primary);
}

.label_e8cd .bottom_fd61 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label_e8cd .bottom_fd61 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-63d2 {
    background: #f8f9fa;
    color: #2c3e50;
}

.white-63d2 .red-c578 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.white-63d2 .title_4910 {
    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-63d2 .title_4910 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.white-63d2 .title_4910 p:last-child {
    margin-bottom: 0;
}

.white-63d2 .title_4910 strong {
    color: var(--text-primary);
}

.white-63d2 .column-out-d3c9 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.white-63d2 .column-out-d3c9 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.bronze_1daa {
    background: #f8f9fa;
    color: #2c3e50;
}

.bronze_1daa .module-light-bfc5 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.bronze_1daa .tiny-bc8b {
    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);
}

.bronze_1daa .tiny-bc8b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze_1daa .tiny-bc8b p:last-child {
    margin-bottom: 0;
}

.bronze_1daa .tiny-bc8b strong {
    color: var(--text-primary);
}

.bronze_1daa .dropdown_20ee {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.bronze_1daa .dropdown_20ee li {
    margin-bottom: 0.65rem;
}

.bronze_1daa .dropdown_20ee li:last-child {
    margin-bottom: 0;
}

.bronze_1daa .pattern-7752 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.bronze_1daa .pattern-7752 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.narrow-ead7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.narrow-ead7 .liquid-ea26 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.narrow-ead7 .overlay_b09f {
    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);
}

.narrow-ead7 .overlay_b09f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-ead7 .overlay_b09f p:last-child {
    margin-bottom: 0;
}

.narrow-ead7 .overlay_b09f strong {
    color: var(--text-primary);
}

.narrow-ead7 .modal_brown_6984 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.narrow-ead7 .modal_brown_6984 li {
    margin-bottom: 0.65rem;
}

.narrow-ead7 .modal_brown_6984 li:last-child {
    margin-bottom: 0;
}

.narrow-ead7 .section_pressed_0410 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.narrow-ead7 .section_pressed_0410 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.panel_780d {
    background: #f8f9fa;
    color: #2c3e50;
}

.panel_780d .dim_c136 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.panel_780d .thick_b956 {
    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);
}

.panel_780d .thick_b956 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_780d .thick_b956 p:last-child {
    margin-bottom: 0;
}

.panel_780d .thick_b956 strong {
    color: var(--text-primary);
}

.panel_780d .heading-mini-0741 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.panel_780d .heading-mini-0741 li {
    margin-bottom: 0.65rem;
}

.panel_780d .heading-mini-0741 li:last-child {
    margin-bottom: 0;
}

.panel_780d .message-orange-9eae {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.panel_780d .message-orange-9eae img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.overlay_white_e2d5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.overlay_white_e2d5 .layout-wood-69b4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.overlay_white_e2d5 .backdrop_1cb8 {
    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);
}

.overlay_white_e2d5 .backdrop_1cb8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_white_e2d5 .backdrop_1cb8 p:last-child {
    margin-bottom: 0;
}

.overlay_white_e2d5 .backdrop_1cb8 strong {
    color: var(--text-primary);
}

.overlay_white_e2d5 .pink-30b2 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.overlay_white_e2d5 .pink-30b2 li {
    margin-bottom: 0.65rem;
}

.overlay_white_e2d5 .pink-30b2 li:last-child {
    margin-bottom: 0;
}

body.prev-06de {
    background: #f8f9fa;
    color: #2c3e50;
}

.prev-06de .hover-dark-1899 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.prev-06de .frame-3163 {
    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);
}

.prev-06de .frame-3163 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev-06de .frame-3163 p:last-child {
    margin-bottom: 0;
}

.prev-06de .frame-3163 strong {
    color: var(--text-primary);
}

.prev-06de .overlay-5fd5 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.prev-06de .overlay-5fd5 li {
    margin-bottom: 0.65rem;
}

.prev-06de .overlay-5fd5 li:last-child {
    margin-bottom: 0;
}

.prev-06de .search-076e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.prev-06de .search-076e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.complex-e9eb {
    background: #f8f9fa;
    color: #2c3e50;
}

.complex-e9eb .detail-016d {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.complex-e9eb .north_d6d4 {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.complex-e9eb .north_d6d4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-e9eb .north_d6d4 p:last-child {
    margin-bottom: 0;
}

.complex-e9eb .north_d6d4 strong {
    color: var(--text-primary);
}

.complex-e9eb .panel_4cdb {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.complex-e9eb .panel_4cdb li {
    margin-bottom: 0.65rem;
}

.complex-e9eb .panel_4cdb li:last-child {
    margin-bottom: 0;
}

.complex-e9eb .west-d633 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.complex-e9eb .west-d633 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.stone-8db9 {
    background: #f8f9fa;
    color: #2c3e50;
}

.stone-8db9 .article-ae70 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.stone-8db9 .accordion-narrow-d5ad {
    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);
}

.stone-8db9 .accordion-narrow-d5ad p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-8db9 .accordion-narrow-d5ad p:last-child {
    margin-bottom: 0;
}

.stone-8db9 .accordion-narrow-d5ad strong {
    color: var(--text-primary);
}

.stone-8db9 .item-mini-d67b {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.stone-8db9 .item-mini-d67b li {
    margin-bottom: 0.65rem;
}

.stone-8db9 .item-mini-d67b li:last-child {
    margin-bottom: 0;
}

.stone-8db9 .nav-center-3b04 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.stone-8db9 .nav-center-3b04 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_d997 {
    background: #f8f9fa;
    color: #2c3e50;
}

.row_d997 .gold_71fb {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.row_d997 .smooth_21c6 {
    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_d997 .smooth_21c6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_d997 .smooth_21c6 p:last-child {
    margin-bottom: 0;
}

.row_d997 .smooth_21c6 strong {
    color: var(--text-primary);
}

.row_d997 .menu-2976 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.row_d997 .menu-2976 li {
    margin-bottom: 0.65rem;
}

.row_d997 .menu-2976 li:last-child {
    margin-bottom: 0;
}

.row_d997 .hero_9f72 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.row_d997 .hero_9f72 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: a17d */
.ghost-box-q2 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.3;
}
