/* 
 * 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.plasma-2410) — fixed together on mobile */
.logo_81d7 {
    width: 100%;
}

.card_hot_1c01 {
    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) {
    .logo_81d7 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    }

    .card_hot_1c01 {
        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.input-east-3a59. Conta) stay reachable.
     */
    .bottom_9683 .wrapper-pressed-89fb {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        max-width: 100%;
    }

    /* 全宽：避免两侧露出页面（如 hero 紫色边） */
    .logo_81d7 .bottom_9683 > .wrapper-pressed-89fb {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: 100%;
    }

    /*
     * 首页：菜单打开时整栈 = 100dvh，用 flex 把列表区撑满顶栏以下空间。
     * 避免写死 130px 与真实顶栏高度不一致导致底部露缝。
     */
    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) {
        display: flex;
        flex-direction: column;
        height: 100vh;
        max-height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
    }

    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) .card_hot_1c01 {
        flex-shrink: 0;
    }

    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) .bottom_9683 {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) .bottom_9683 > .wrapper-pressed-89fb {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) .container-a390 {
        flex-shrink: 0;
    }

    .logo_81d7:has(.chip_solid_f734.fn-show-5ca0) .chip_solid_f734.fn-show-5ca0 {
        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 */
    .bottom_9683 .chip_solid_f734 .wood-d6ef.fn-active-5ca0 .center-36e5 {
        max-height: none;
        overflow: visible;
        animation: none;
    }
}

@media (min-width: 768px) {
    .card_hot_1c01 {
        position: sticky;
        top: 0;
    }
}

.logo_81d7.info_plasma_e9ab,
.logo_81d7.info_plasma_e9ab .card_hot_1c01 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.notification-pink-cf60 {
    padding: 1rem 0;
}

/* 移动端导航优化 */
@media (max-width: 767px) {
    .notification-pink-cf60 {
        padding: 0.75rem 0;
    }
}

.surface_d0f9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-lg);
}

.progress-complex-40b6 img {
    display: block;
    height: 40px;
    width: auto;
    transition: height var(--transition-base);
}

/* 移动端logo调整 */
@media (max-width: 767px) {
    .progress-complex-40b6 img {
        height: 35px;
    }
}

/* .bottom_9683 / .slider-west-5cfc — inner pages (brown bar); index uses .prev-a5ef below */

.bottom_9683:not(.prev-a5ef) .slider-west-5cfc.fn-active-5ca0 {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.button-bead {
    display: flex;
    gap: var(--spacing-md);
}

.nav_a556,
.header-upper-b969 {
    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) {
    .nav_a556,
    .header-upper-b969 {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }
    
    .button-bead {
        gap: 0.5rem;
    }
}

.nav_a556 {
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    background: transparent;
}

.nav_a556:hover {
    background: var(--primary-purple);
    color: white;
}

.header-upper-b969 {
    background: var(--secondary-green);
    color: white;
    border: 2px solid var(--secondary-green);
}

.header-upper-b969:hover {
    background: var(--secondary-green-dark);
    border-color: var(--secondary-green-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* ========================================
   4. Hero Section
   ======================================== */

.search-4a1a {
    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%;
}

.search-4a1a::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;
}

.search-4a1a::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;
}

.liquid_b508 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 700px;
    width: 100%;
}

.surface-c4c8 {
    margin: 0.75rem auto 1.25rem;
    text-align: center;
    max-width: 100%;
}

.surface-c4c8 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);
}

.search-4a1a 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;
}

.avatar-8b3d {
    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;
}

.avatar-8b3d strong {
    font-weight: 700;
}

.overlay_8e06 {
    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);
}

.frame-9dd2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.next_c180 {
    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);
}

.next_c180:hover {
    transform: translateY(-4px);
}

.block-8446 {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0.25rem;
}

.chip-current-eb3a {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* ========================================
   5. Buttons & CTAs
   ======================================== */

.pattern_211e {
    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;
}

.pattern_211e:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
    background: var(--secondary-green-dark);
}

.pattern_211e.shade-ccb7 {
    font-size: 1.25rem;
    padding: 1.5rem 3rem;
}

.complex-b0e8 {
    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);
}

.complex-b0e8:hover {
    background: var(--primary-purple);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ========================================
   6. Trust Indicators Section
   ======================================== */

.gradient-04b3 {
    padding: 3rem 1.25rem;
    background: white;
}

.brown_68fb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.background_tall_099b {
    text-align: center;
    padding: 1.5rem;
    background: var(--light-bg);
    border-radius: var(--radius-xl);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.background_tall_099b:hover {
    border-color: var(--primary-purple);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.background_tall_099b img {
    margin-bottom: 1rem;
}

.green-2c21 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.background_tall_099b h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.background_tall_099b 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 */
.down_9206 {
    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);
}

.search_ff29 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.article-f469 {
    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);
}

.article-f469 h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.65rem;
}

.article-f469 p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.55;
}

.article-f469 a {
    color: var(--primary-purple);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.huge-e87a {
    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
   ======================================== */

.article-purple-21a0 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.glass-6d5d {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.pagination_babf {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-align: center;
    margin-bottom: 2.5rem;
}

.wide_3846 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.icon-stale-b673 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.icon-stale-b673:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.icon-stale-b673.tabs_af62 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.icon-stale-b673.tabs_af62 h3,
.icon-stale-b673.tabs_af62 p {
    color: white;
}

.lower_ca9e {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.icon-stale-b673 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.icon-stale-b673 p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.article-cde8 {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap var(--transition-fast);
}

.article-cde8:hover {
    gap: 0.75rem;
}

.icon-stale-b673.tabs_af62 .article-cde8 {
    color: white;
}

/* ========================================
   8. Featured Games Section
   ======================================== */

.widget-9030 {
    padding: 4rem 1.25rem;
    background: white;
}

.info-red-042e {
    text-align: center;
    margin-bottom: 3rem;
}

.label_461d {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(512px, 100%), 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    width: 100%;
}

.image_bbdd {
    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%;
}

.image_bbdd:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-purple);
}

.tertiary-1113 {
    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);
}

.block-stale-de22 {
    width: 100%;
    height: auto;
    min-height: 512px;
    object-fit: cover;
    display: block;
}

.sort_out_8a37 {
    padding: 1.5rem;
}

.sort_out_8a37 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--text-primary);
}

.description_84e5 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.tooltip-3692 {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.dirty_3fa4,
.card-760d {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 600;
}

.dirty_3fa4 {
    background: #dcfce7;
    color: #166534;
}

.dirty_3fa4.in_f1e3 {
    background: #10b981;
    color: white;
}

.card-760d {
    background: var(--light-bg);
    color: var(--text-secondary);
}

.card-760d.hidden-basic-932c {
    background: #fee2e2;
    color: #991b1b;
}

.card-760d.gas-a769 {
    background: #fef3c7;
    color: #92400e;
}

.card-760d.old-80f4 {
    background: #dcfce7;
    color: #166534;
}

.liquid-fb14 {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.liquid-fb14 strong {
    color: var(--primary-purple);
    font-weight: 700;
}

.pagination_7144 {
    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);
}

.pagination_7144:hover {
    background: var(--primary-purple-dark);
    transform: scale(1.02);
}

.photo_upper_0dd1 {
    text-align: center;
}

/* ========================================
   9. Bonus Section
   ======================================== */

.down-ca21 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.secondary_cd73 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .secondary_cd73 {
        grid-template-columns: 1fr 1fr;
    }
}

.video-6a90 img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-xl);
}

.paragraph-next-5e98 h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.banner-old-6a8c {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    margin-bottom: 2rem;
    text-align: center;
}

.panel_yellow_4067 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.sidebar-east-3a50 {
    font-size: 1rem;
    opacity: 0.9;
}

.paragraph-next-5e98 h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.row-94e2 {
    list-style: none;
    counter-reset: step-counter;
    margin-bottom: 2rem;
}

.row-94e2 li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.row-94e2 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;
}

.row-94e2 li strong {
    color: var(--primary-purple);
}

.row-94e2 li small {
    display: block;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.description_glass_5c32 {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #dcfce7;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
}

.popup-light-feac {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

.hard-4365 {
    font-size: 3rem;
    font-weight: 800;
    color: var(--secondary-green);
    line-height: 1;
}

.popup-light-feac .chip-current-eb3a {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-align: center;
}

.slider_large_1ed2 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.form_ed76 {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.form_ed76 a {
    color: var(--text-secondary);
    text-decoration: underline;
}

/* ========================================
   10. PIX Section
   ======================================== */

.avatar-3e79 {
    padding: 4rem 1.25rem;
    background: white;
}

.input_01b7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    .input_01b7 {
        grid-template-columns: 1fr 1fr;
    }
}

.heading-0dd6 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.border_a24b {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: var(--radius-xl);
}

.aside-easy-9be0 {
    margin-bottom: 1.5rem;
}

.north-2e0b {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.carousel_blue_a7e2 {
    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);
}

.content_advanced_befc {
    white-space: nowrap;
}

.iron-470d {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.hidden_127e h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.mask_north_baa2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
}

.mask_north_baa2:hover {
    background: white;
    box-shadow: var(--shadow-md);
}

.layout-action-6e1b {
    font-size: 2rem;
    flex-shrink: 0;
}

.hard-b299 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.hard-b299 p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.advanced-8907 {
    margin-top: 3rem;
}

.advanced-8907 h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

.picture-f75d {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.picture-f75d thead {
    background: var(--primary-purple);
    color: white;
}

.picture-f75d th,
.picture-f75d td {
    padding: 1rem;
    text-align: left;
}

.picture-f75d th {
    font-weight: 700;
    font-size: 0.9rem;
}

.picture-f75d tbody tr {
    border-bottom: 1px solid var(--border-light);
}

.picture-f75d tbody tr:last-child {
    border-bottom: none;
}

.picture-f75d tbody tr:hover {
    background: var(--light-bg);
}

.filter-3d43 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   11. Winners Section
   ======================================== */

.nav_thick_1cb6 {
    padding: 4rem 1.25rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.iron_119f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.section_west_b1c6 {
    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);
}

.section_west_b1c6:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-green);
}

.section_west_b1c6.aside_a69e::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;
}

.tabs-small-af54 {
    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;
}

.light-ba1d {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-green);
    margin-bottom: 1rem;
}

.focused-7105 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.video_up_17ab {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pressed-281a {
    background: var(--light-bg);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.pressed-281a p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.pressed-281a p:last-child {
    margin-bottom: 0;
}

.pressed-281a strong {
    color: var(--text-primary);
    font-weight: 600;
}

.badge-543e {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--secondary-green);
    padding-left: 1rem;
    margin: 1rem 0 0;
}

.advanced-c310 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.thumbnail_8516 {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 2px solid var(--border-light);
}

.thumbnail_8516 .block-8446 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-purple);
    display: block;
    margin-bottom: 0.5rem;
}

.thumbnail_8516 .chip-current-eb3a {
    font-size: 1rem;
    color: var(--text-secondary);
}

/* ========================================
   12. FAQ Section
   ======================================== */

.shadow-focused-9410 {
    padding: 4rem 1.25rem;
    background: white;
}

.focus_fab2 {
    max-width: 900px;
    margin: 0 auto;
}

.dim_1e03 {
    background: var(--light-bg);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 2px solid var(--border-light);
    transition: all var(--transition-base);
}

.dim_1e03:hover {
    border-color: var(--primary-purple);
}

.dim_1e03[open] {
    border-color: var(--primary-purple);
    box-shadow: var(--shadow-md);
}

.dim_1e03 summary {
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.dim_1e03 summary::-webkit-details-marker {
    display: none;
}

.dim_1e03 summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-purple);
    flex-shrink: 0;
    transition: transform var(--transition-base);
}

.dim_1e03[open] summary::after {
    transform: rotate(45deg);
}

.shade_left_1a61 {
    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);
    }
}

.shade_left_1a61 p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.shade_left_1a61 h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 1.5rem 0 1rem;
}

.shade_left_1a61 ul,
.shade_left_1a61 ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.shade_left_1a61 li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

.shade_left_1a61 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.tag_mini_070d {
    background: #dcfce7;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin: 1rem 0;
    border-left: 4px solid var(--secondary-green);
}

.clean_846c {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    background: white;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.clean_846c th,
.clean_846c td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.clean_846c th {
    background: var(--light-bg);
    font-weight: 700;
    font-size: 0.9rem;
}

.detail_13f1 {
    color: var(--secondary-green);
    font-weight: 700;
}

/* ========================================
   13. Responsible Gaming Section
   ======================================== */

.static_6280 {
    padding: 3rem 1.25rem;
    background: #fef3c7;
    border-top: 4px solid var(--warning);
}

.secondary-d942 {
    display: flex;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .secondary-d942 {
        flex-direction: column;
        text-align: center;
    }
}

.secondary-d942 img {
    flex-shrink: 0;
}

.block_lower_e37c {
    font-size: 4rem;
    flex-shrink: 0;
}

.orange_9b60 h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.orange_9b60 p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 0.75rem;
}

.menu-outer-390b {
    color: var(--primary-purple);
    text-decoration: underline;
    font-weight: 600;
}

/* ========================================
   14. Final CTA Section
   ======================================== */

.carousel-iron-4fd0 {
    padding: 5rem 1.25rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: white;
}

.outline-green-bd4a h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.outline-green-bd4a > p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.backdrop-rough-4f91 {
    margin-top: 1.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

/* ========================================
   15. Footer
   ======================================== */

.cold_9773 {
    background: var(--dark-bg);
    color: white;
    padding: 3rem 1.25rem 2rem;
}

.green_b2c2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.glass_b017 h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.glass_b017 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.sidebar-73ba {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.dark_a12b {
    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);
}

.disabled_1e94 {
    list-style: none;
}

.disabled_1e94 li {
    margin-bottom: 0.75rem;
}

.disabled_1e94 a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.disabled_1e94 a:hover {
    color: white;
}

.backdrop_7a67 {
    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;
}

.yellow_5ef8 {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.yellow_5ef8 span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.input-57fa {
    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);
}

.badge-69fd {
    text-align: right;
}

@media (max-width: 767px) {
    .badge-69fd {
        text-align: center;
        width: 100%;
    }
}

.badge-69fd p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.last_8107 {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ========================================
   16. Responsive Utilities
   ======================================== */

.wrapper-pressed-89fb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}

/* All sections should not exceed viewport width */
section {
    width: 100%;
    overflow: hidden;
}

.gradient-04b3,
.down_9206,
.article-purple-21a0,
.widget-9030,
.down-ca21,
.avatar-3e79,
.nav_thick_1cb6,
.shadow-focused-9410,
.static_6280,
.carousel-iron-4fd0 {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .glass-6d5d {
        font-size: 1.75rem;
    }
    
    .pagination_babf {
        font-size: 1rem;
    }
    
    .description_glass_5c32 {
        flex-direction: column;
    }
    
    .input_01b7 {
        grid-template-columns: 1fr;
    }
    
    /* 移动端游戏卡片调整 */
    .label_461d {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .image_bbdd {
        max-width: 100%;
    }
    
    .block-stale-de22 {
        min-height: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    
    /* 确保所有内容不超出屏幕 */
    .wrapper-pressed-89fb {
        padding: 0 1rem;
    }
    
    .search-4a1a {
        padding: 4rem 1rem 3rem;
    }
    
    .search-4a1a h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem);
    }
    
    .pattern_211e {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .frame-9dd2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    /* 表格横向滚动处理 */
    .picture-f75d,
    .clean_846c {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table {
        min-width: 600px;
    }
    
    /* Trust badges */
    .brown_68fb {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    /* QA cards */
    .wide_3846 {
        grid-template-columns: 1fr;
    }
    
    /* Winners grid */
    .iron_119f {
        grid-template-columns: 1fr;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .search-4a1a h1 {
        font-size: 1.5rem;
    }
    
    .frame-9dd2 {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
    }
    
    .next_c180 {
        padding: 0.75rem;
    }
    
    .block-8446 {
        font-size: 1.5rem;
    }
    
    .brown_68fb {
        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 */
.image_bbdd:hover,
.icon-stale-b673:hover,
.section_west_b1c6:hover {
    will-change: transform;
}

/* Content Visibility for Below-Fold Content */
@supports (content-visibility: auto) {
    .widget-9030,
    .nav_thick_1cb6,
    .shadow-focused-9410 {
        content-visibility: auto;
        contain-intrinsic-size: auto 800px;
    }
}

/* ========================================
   Index homepage nav — light frosted bar (overrides shared.plasma-2410)
   ======================================== */

.bottom_9683.prev-a5ef {
    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;
}

.bottom_9683.prev-a5ef .slider-west-5cfc {
    color: #334155;
}

.bottom_9683.prev-a5ef .slider-west-5cfc:hover {
    background: rgba(99, 102, 241, 0.12);
    color: #1e1b4b;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}

.bottom_9683.prev-a5ef .slider-west-5cfc.fn-active-5ca0 {
    background: rgba(99, 102, 241, 0.16);
    color: #312e81;
}

.bottom_9683.prev-a5ef .center-36e5 {
    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);
}

.bottom_9683.prev-a5ef .center-36e5::before {
    border-bottom-color: #ffffff;
}

.bottom_9683.prev-a5ef .static-5fbc {
    color: #475569;
}

.bottom_9683.prev-a5ef .static-5fbc::before {
    background: #818cf8;
}

.bottom_9683.prev-a5ef .static-5fbc:not(:last-child)::after {
    background: rgba(226, 232, 240, 0.9);
}

.bottom_9683.prev-a5ef .static-5fbc:hover {
    background: rgba(238, 242, 255, 0.95);
    color: #312e81;
    box-shadow: none;
}

.bottom_9683.prev-a5ef .sort-11e0 {
    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);
}

.bottom_9683.prev-a5ef .sort-11e0:hover {
    background: #fff;
    border-color: rgba(99, 102, 241, 0.45);
}

.bottom_9683.prev-a5ef .sort-11e0 span {
    background: #475569;
    box-shadow: none;
}

.bottom_9683.prev-a5ef .sort-11e0.fn-active-5ca0 span:nth-child(1),
.bottom_9683.prev-a5ef .sort-11e0.fn-active-5ca0 span:nth-child(3) {
    background: #6366f1;
}

@media (max-width: 768px) {
    .bottom_9683.prev-a5ef {
        border-radius: 0;
        margin: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(226, 232, 240, 0.9);
    }

    .bottom_9683.prev-a5ef .container-a390 {
        background: rgba(248, 250, 252, 0.95);
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    }

    .bottom_9683.prev-a5ef .container-a390 span {
        color: #334155 !important;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 {
        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);
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .slider-west-5cfc {
        color: #334155;
        text-shadow: none;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .slider-west-5cfc:hover {
        background: rgba(241, 245, 249, 0.95);
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .slider-west-5cfc.wrapper_59b3::after {
        color: #64748b;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .center-36e5 {
        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) */
    .bottom_9683.prev-a5ef .chip_solid_f734 .wood-d6ef.fn-active-5ca0 .center-36e5 {
        display: block !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .static-5fbc {
        color: #475569;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .static-5fbc::before {
        color: #6366f1;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .static-5fbc:not(:last-child)::after {
        background: linear-gradient(
            90deg,
            rgba(203, 213, 225, 0.6),
            rgba(203, 213, 225, 0.15),
            transparent
        );
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .static-5fbc:hover {
        background: rgba(238, 242, 255, 0.95);
        border-left-color: #818cf8;
        color: #312e81;
    }

    .bottom_9683.prev-a5ef .chip_solid_f734 .static-5fbc:hover::before {
        color: #4f46e5;
    }
}

/* apk.static_6d62 — mesmo tema claro da home; blocos extras */
body.last-a151 {
    background: #f8f9fa;
    color: #2c3e50;
}

.last-a151 .plasma-e0b6 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.last-a151 .module_short_e9af {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: var(--shadow-md);
}

.last-a151 .module_short_e9af p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.last-a151 .module_short_e9af p:last-child {
    margin-bottom: 0;
}

.last-a151 .module_short_e9af strong {
    color: var(--text-primary);
}

.last-a151 .menu-e92c {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.last-a151 .menu-e92c img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.thumbnail_dbda {
    background: #f8f9fa;
    color: #2c3e50;
}

.thumbnail_dbda .outer-b3be {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.thumbnail_dbda .hover_light_f3bf {
    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);
}

.thumbnail_dbda .hover_light_f3bf p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.thumbnail_dbda .hover_light_f3bf p:last-child {
    margin-bottom: 0;
}

.thumbnail_dbda .hover_light_f3bf strong {
    color: var(--text-primary);
}

.thumbnail_dbda .short-86d2 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.thumbnail_dbda .short-86d2 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.easy-683a {
    background: #f8f9fa;
    color: #2c3e50;
}

.easy-683a .picture_pink_b2ae {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.easy-683a .accordion_11ee {
    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);
}

.easy-683a .accordion_11ee p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy-683a .accordion_11ee p:last-child {
    margin-bottom: 0;
}

.easy-683a .accordion_11ee strong {
    color: var(--text-primary);
}

.easy-683a .accordion_eccc {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.easy-683a .accordion_eccc img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.tag_dirty_d61b {
    background: #f8f9fa;
    color: #2c3e50;
}

.tag_dirty_d61b .tall_3508 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.tag_dirty_d61b .active-b50a {
    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);
}

.tag_dirty_d61b .active-b50a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.tag_dirty_d61b .active-b50a p:last-child {
    margin-bottom: 0;
}

.tag_dirty_d61b .active-b50a strong {
    color: var(--text-primary);
}

.tag_dirty_d61b .bottom_986d {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.tag_dirty_d61b .bottom_986d img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.down-2e44 {
    background: #f8f9fa;
    color: #2c3e50;
}

.down-2e44 .summary_narrow_2495 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.down-2e44 .clean_586b {
    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);
}

.down-2e44 .clean_586b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.down-2e44 .clean_586b p:last-child {
    margin-bottom: 0;
}

.down-2e44 .clean_586b strong {
    color: var(--text-primary);
}

.down-2e44 .hidden-95e3 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.down-2e44 .hidden-95e3 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.glass_d49d {
    background: #f8f9fa;
    color: #2c3e50;
}

.glass_d49d .detail_2a07 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.glass_d49d .primary_780e {
    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);
}

.glass_d49d .primary_780e p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.glass_d49d .primary_780e p:last-child {
    margin-bottom: 0;
}

.glass_d49d .primary_780e strong {
    color: var(--text-primary);
}

.glass_d49d .first-b49b {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.glass_d49d .first-b49b 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_1a0e {
    background: #f8f9fa;
    color: #2c3e50;
}

.outer_1a0e .menu_94a8 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.outer_1a0e .texture-f99b {
    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_1a0e .texture-f99b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.outer_1a0e .texture-f99b p:last-child {
    margin-bottom: 0;
}

.outer_1a0e .texture-f99b strong {
    color: var(--text-primary);
}

.outer_1a0e .frame_cf2f {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.outer_1a0e .frame_cf2f 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-f563 {
    background: #f8f9fa;
    color: #2c3e50;
}

.light-f563 .pagination_short_cd65 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.light-f563 .description_dirty_d4b8 {
    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-f563 .description_dirty_d4b8 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.light-f563 .description_dirty_d4b8 p:last-child {
    margin-bottom: 0;
}

.light-f563 .description_dirty_d4b8 strong {
    color: var(--text-primary);
}

.light-f563 .brown-2b08 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.light-f563 .brown-2b08 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.brown-86c3 {
    background: #f8f9fa;
    color: #2c3e50;
}

.brown-86c3 .block_center_3898 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.brown-86c3 .black_ea0c {
    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);
}

.brown-86c3 .black_ea0c p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.brown-86c3 .black_ea0c p:last-child {
    margin-bottom: 0;
}

.brown-86c3 .black_ea0c strong {
    color: var(--text-primary);
}

.brown-86c3 .aside_smooth_5f36 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.brown-86c3 .aside_smooth_5f36 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-purple-ec77 {
    background: #f8f9fa;
    color: #2c3e50;
}

.label-purple-ec77 .menu-orange-33e7 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label-purple-ec77 .chip-brown-981f {
    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-purple-ec77 .chip-brown-981f p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label-purple-ec77 .chip-brown-981f p:last-child {
    margin-bottom: 0;
}

.label-purple-ec77 .chip-brown-981f strong {
    color: var(--text-primary);
}

.label-purple-ec77 .row-1a47 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label-purple-ec77 .row-1a47 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.mask_bright_65a5 {
    background: #f8f9fa;
    color: #2c3e50;
}

.mask_bright_65a5 .narrow-0352 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.mask_bright_65a5 .out-ef33 {
    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);
}

.mask_bright_65a5 .out-ef33 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_bright_65a5 .out-ef33 p:last-child {
    margin-bottom: 0;
}

.mask_bright_65a5 .out-ef33 strong {
    color: var(--text-primary);
}

.mask_bright_65a5 .notice_7b5d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.mask_bright_65a5 .notice_7b5d li {
    margin-bottom: 0.65rem;
}

.mask_bright_65a5 .notice_7b5d li:last-child {
    margin-bottom: 0;
}

.mask_bright_65a5 .complex_d12a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.mask_bright_65a5 .complex_d12a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.green_00f4 {
    background: #f8f9fa;
    color: #2c3e50;
}

.green_00f4 .prev-584c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.green_00f4 .carousel_black_51f6 {
    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);
}

.green_00f4 .carousel_black_51f6 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_00f4 .carousel_black_51f6 p:last-child {
    margin-bottom: 0;
}

.green_00f4 .carousel_black_51f6 strong {
    color: var(--text-primary);
}

.green_00f4 .main_brown_0e81 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.green_00f4 .main_brown_0e81 li {
    margin-bottom: 0.65rem;
}

.green_00f4 .main_brown_0e81 li:last-child {
    margin-bottom: 0;
}

.green_00f4 .stale_6b47 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.green_00f4 .stale_6b47 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.easy-3154 {
    background: #f8f9fa;
    color: #2c3e50;
}

.easy-3154 .blue_2373 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.easy-3154 .lower_e4d0 {
    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);
}

.easy-3154 .lower_e4d0 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy-3154 .lower_e4d0 p:last-child {
    margin-bottom: 0;
}

.easy-3154 .lower_e4d0 strong {
    color: var(--text-primary);
}

.easy-3154 .mask-fluid-b901 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.easy-3154 .mask-fluid-b901 li {
    margin-bottom: 0.65rem;
}

.easy-3154 .mask-fluid-b901 li:last-child {
    margin-bottom: 0;
}

.easy-3154 .hover-c30a {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.easy-3154 .hover-c30a img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.dim_e97a {
    background: #f8f9fa;
    color: #2c3e50;
}

.dim_e97a .gradient_selected_fa5c {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.dim_e97a .sort-3194 {
    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);
}

.dim_e97a .sort-3194 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_e97a .sort-3194 p:last-child {
    margin-bottom: 0;
}

.dim_e97a .sort-3194 strong {
    color: var(--text-primary);
}

.dim_e97a .chip-hovered-58a1 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.dim_e97a .chip-hovered-58a1 li {
    margin-bottom: 0.65rem;
}

.dim_e97a .chip-hovered-58a1 li:last-child {
    margin-bottom: 0;
}

body.label_f8f8 {
    background: #f8f9fa;
    color: #2c3e50;
}

.label_f8f8 .aside-fc54 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.label_f8f8 .block_red_e31a {
    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_f8f8 .block_red_e31a p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_f8f8 .block_red_e31a p:last-child {
    margin-bottom: 0;
}

.label_f8f8 .block_red_e31a strong {
    color: var(--text-primary);
}

.label_f8f8 .wide_a23e {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.label_f8f8 .wide_a23e li {
    margin-bottom: 0.65rem;
}

.label_f8f8 .wide_a23e li:last-child {
    margin-bottom: 0;
}

.label_f8f8 .media_inner_5a7e {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.label_f8f8 .media_inner_5a7e img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.main_ede7 {
    background: #f8f9fa;
    color: #2c3e50;
}

.main_ede7 .element_lite_ad32 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.main_ede7 .footer_large_3df4 {
    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);
}

.main_ede7 .footer_large_3df4 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_ede7 .footer_large_3df4 p:last-child {
    margin-bottom: 0;
}

.main_ede7 .footer_large_3df4 strong {
    color: var(--text-primary);
}

.main_ede7 .aside_9b9c {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.main_ede7 .aside_9b9c li {
    margin-bottom: 0.65rem;
}

.main_ede7 .aside_9b9c li:last-child {
    margin-bottom: 0;
}

.main_ede7 .pressed-4b24 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.main_ede7 .pressed-4b24 img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.filter_158c {
    background: #f8f9fa;
    color: #2c3e50;
}

.filter_158c .gradient_current_eac4 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.filter_158c .badge-right-494b {
    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);
}

.filter_158c .badge-right-494b p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_158c .badge-right-494b p:last-child {
    margin-bottom: 0;
}

.filter_158c .badge-right-494b strong {
    color: var(--text-primary);
}

.filter_158c .row-silver-ca3d {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.filter_158c .row-silver-ca3d li {
    margin-bottom: 0.65rem;
}

.filter_158c .row-silver-ca3d li:last-child {
    margin-bottom: 0;
}

.filter_158c .filter_37ee {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.filter_158c .filter_37ee img {
    display: block;
    margin: 0 auto;
    max-width: min(100%, 360px);
    height: auto;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

body.smooth-f146 {
    background: #f8f9fa;
    color: #2c3e50;
}

.smooth-f146 .in_e4e3 {
    margin-top: 0.25rem;
    opacity: 0.92;
}

.smooth-f146 .badge_static_2f71 {
    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);
}

.smooth-f146 .badge_static_2f71 p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth-f146 .badge_static_2f71 p:last-child {
    margin-bottom: 0;
}

.smooth-f146 .badge_static_2f71 strong {
    color: var(--text-primary);
}

.smooth-f146 .alert-7424 {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

.smooth-f146 .alert-7424 li {
    margin-bottom: 0.65rem;
}

.smooth-f146 .alert-7424 li:last-child {
    margin-bottom: 0;
}

.smooth-f146 .wrapper-plasma-f423 {
    margin: 1.75rem auto 1.25rem;
    max-width: 420px;
    text-align: center;
}

.smooth-f146 .wrapper-plasma-f423 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: f2c0 */
.widget-item-x0 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.0;
}
