/*
 * 090bet - Modern Casino Platform Styles
 * Optimized for Google Core Web Vitals
 * Mobile-First, Performance-Oriented Design
 */

/* ============================================
   CSS Reset & Base Styles
   ============================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Color Palette - Modern & Professional */
    --primary-color: #00d4aa;
    --primary-dark: #00b890;
    --primary-light: #33deb8;
    --secondary-color: #6366f1;
    --accent-color: #fbbf24;
    
    /* Neutrals - Dark Theme */
    --bg-primary: #0a0e27;
    --bg-secondary: #141b3a;
    --bg-card: #1a2442;
    --bg-card-hover: #212d52;
    
    /* Text Colors */
    --text-primary: #ffffff;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    
    /* Borders & Dividers */
    --border-color: #2d3a5f;
    --border-radius: 16px;
    --border-radius-sm: 8px;
    --border-radius-lg: 24px;
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-glow: 0 0 20px rgba(0, 212, 170, 0.3);
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    
    /* Typography */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    
    /* Transitions */
    --transition-fast: 0.15s ease-in-out;
    --transition-base: 0.3s ease-in-out;
    --transition-slow: 0.5s ease-in-out;
    
    /* Layout */
    --container-width: 1280px;
    --header-height: 80px;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-normal);
    line-height: 1.6;
    color: var(--text-primary);
    background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

body.dark-ac45 {
    overflow: hidden;
}

/* ============================================
   Typography
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    margin-bottom: var(--spacing-sm);
    color: var(--text-primary);
}

h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: var(--font-weight-black);
}

h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
    margin-bottom: var(--spacing-sm);
    color: var(--text-secondary);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--primary-light);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   Container & Layout
   ============================================ */
.secondary_inner_8217 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    width: 100%;
}

@media (max-width: 768px) {
    .secondary_inner_8217 {
        padding: 0 var(--spacing-sm);
    }
}

/* ============================================
   Header & Navigation
   ============================================ */
.aside_smooth_eea6 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1001;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    width: 100%;
    overflow: visible;
}

.aside_smooth_eea6.banner-e658 {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.aside_smooth_eea6.pagination-liquid-946f {
    transform: translateY(0);
}

/* Prevent content from being covered by the fixed header */
body {
    padding-top: var(--header-height);
}

/* Mobile: slightly smaller header height */
@media (max-width: 767px) {
    :root { --header-height: 72px; }
}

.badge-e0b9 {
    padding: 0;
}

.pagination_e1fe {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: var(--spacing-sm) var(--spacing-md);
    gap: var(--spacing-md);
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

/* Redesign: prevent grid overflow */
.pagination_e1fe > * {
    min-width: 0;
}

.east-2bff {
    grid-template-columns: auto 1fr auto;
}

.column-prev-68e1 {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none;
    line-height: 1.05;
    position: relative;
    z-index: 20;
}

.message_gold_001d {
    font-size: 24px;
    font-weight: var(--font-weight-black);
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 8px rgba(0, 212, 170, 0.25);
}

.hover-narrow-858a {
    font-size: 10px;
    font-weight: var(--font-weight-bold);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

@media (min-width: 768px) {
    .message_gold_001d { font-size: 28px; }
    .hover-narrow-858a { font-size: 11px; }
}

/* Scroll container for desktop nav (prevents clipping on mid-width desktops) */
.caption_silver_4244 {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.caption_silver_4244::-webkit-scrollbar { display: none; }

/* Desktop (>=1024px): dropdown top bar */
@media (min-width: 1024px) {
    /* Allow dropdown menus to render outside the nav area */
    .caption_silver_4244 {
        overflow: visible;
    }

    .pagination_e1fe {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        justify-content: initial;
        gap: 1rem;
    }

    .info-062c {
        display: flex !important;
        justify-content: center;
        min-width: 0;
    }

    .preview-orange-ae14 {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: nowrap;
        flex: 0 0 auto;
        position: relative;
        z-index: 20;
    }

    .north-e4ea { display: none !important; }
}

/* (Old) logo-section/text-logo kept for backward compatibility if reused elsewhere */

.wrapper-medium-dd22:hover .fresh-080d {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

.fresh-080d {
    font-size: 22px;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 212, 170, 0.3);
    transition: all var(--transition-base);
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.middle-118f {
    font-size: 9px;
    font-weight: var(--font-weight-medium);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: color var(--transition-base);
}

.wrapper-medium-dd22:hover .middle-118f {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .fresh-080d {
        font-size: 28px;
    }
    
    .middle-118f {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .fresh-080d {
        font-size: 32px;
    }
    
    .middle-118f {
        font-size: 12px;
    }
}

.gallery-039a {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    align-items: center;
}

.gallery-039a li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .gallery-039a {
        gap: 0.375rem;
    }
}

.gallery-039a a,
.nav_b1f7 {
    color: var(--text-secondary);
    font-weight: var(--font-weight-medium);
    padding: 0.625rem 0.875rem;
    border-radius: var(--border-radius-sm);
    transition: all var(--transition-fast);
    font-size: 0.9375rem;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    cursor: pointer;
}

/* Buttons styled like links for desktop dropdown toggles */
.gallery-039a button.nav_b1f7 {
    background: transparent;
    border: 0;
    font: inherit;
    line-height: inherit;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .gallery-039a a,
    .nav_b1f7 {
        padding: 0.5rem 0.875rem;
        font-size: 0.9rem;
    }
}

.gallery-039a a:hover,
.nav_b1f7:hover,
.menu-cold-2307.filter-3cb1:hover > .nav_b1f7 {
    color: var(--text-primary);
    background: rgba(0, 212, 170, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 212, 170, 0.2);
}

.gallery-039a a:active,
.nav_b1f7:active {
    transform: translateY(0);
}

/* Dropdown Menu Styles (kept for mobile drawer; desktop top bar no longer uses dropdowns) */
.menu-cold-2307 {
    position: relative;
}

.menu-cold-2307.filter-3cb1 {
    position: relative;
}

.nav_b1f7 {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.warm_593b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 0.375rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    font-size: 0.7rem;
    font-weight: var(--font-weight-bold);
    border-radius: 10px;
    margin: 0 0.25rem;
    box-shadow: 0 2px 6px rgba(0, 212, 170, 0.4);
    transition: all var(--transition-base);
}

.fixed_5d80 {
    font-size: 0.65rem;
    transition: transform var(--transition-base);
    opacity: 0.7;
    margin-left: 0.125rem;
}

.menu-cold-2307.filter-3cb1:hover .fixed_5d80 {
    transform: rotate(180deg);
    opacity: 1;
}

.menu-cold-2307.filter-3cb1:focus-within .fixed_5d80,
.menu-cold-2307.filter-3cb1.pagination_8497 .fixed_5d80 {
    transform: rotate(180deg);
    opacity: 1;
}

.menu-cold-2307.filter-3cb1:hover .warm_593b {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

.label_6445 {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all var(--transition-base);
    z-index: 1000;
    margin-top: 0.5rem;
    backdrop-filter: blur(10px);
}

/* Dropdown arrow decoration */
.label_6445::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: var(--bg-card);
    border-left: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    transform: rotate(45deg);
}

.menu-cold-2307.filter-3cb1:hover .label_6445 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-cold-2307.filter-3cb1:focus-within .label_6445,
.menu-cold-2307.filter-3cb1.pagination_8497 .label_6445 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.card-504c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    color: var(--text-secondary);
    font-size: 0.9375rem;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    transition: all var(--transition-fast);
    white-space: nowrap;
    border-bottom: 1px solid rgba(45, 58, 95, 0.3);
    position: relative;
}

.card-504c:last-child {
    border-bottom: none;
}

.card-504c:hover {
    background: linear-gradient(90deg, rgba(0, 212, 170, 0.15) 0%, rgba(0, 212, 170, 0.05) 100%);
    color: var(--primary-color);
    padding-left: 1.5rem;
}

.card-504c::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary-color);
    opacity: 0;
    transition: opacity var(--transition-fast);
}

.card-504c:hover::before {
    opacity: 1;
}

.card-504c:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.card-504c:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.menu-cold-2307.filter-3cb1 .label_6445:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.menu-cold-2307.filter-3cb1:hover .card-504c {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(1) { animation-delay: 0.05s; }
.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(2) { animation-delay: 0.1s; }
.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(3) { animation-delay: 0.15s; }
.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(4) { animation-delay: 0.2s; }
.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(5) { animation-delay: 0.25s; }
.menu-cold-2307.filter-3cb1:hover .card-504c:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Navigation Toggle Logic */
/* Hide desktop nav on mobile and tablet - show hamburger menu */
@media (max-width: 1023px) {
    .info-062c {
        display: none !important;
    }
    
    .north-e4ea { display: inline-flex !important; }
}

/* Show desktop nav on large screens - hide hamburger menu */
@media (min-width: 1024px) {
    .info-062c {
        display: flex !important;
    }

    .north-e4ea { display: none !important; }
}

.upper_403b {
    display: none;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: nowrap;
}

.upper_403b a {
    white-space: nowrap;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .upper_403b {
        display: flex;
    }
}

/* 移动端专属按钮样式 */
.grid_mini_5865 {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    background: rgba(26, 36, 66, 0.6);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    font-size: 0.9375rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 212, 170, 0.3);
    transition: all var(--transition-base);
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.grid_mini_5865:hover {
    transform: translateX(-50%) translateY(-2px);
    background: rgba(26, 36, 66, 0.8);
    border-color: var(--primary-light);
    box-shadow: 0 0 25px rgba(0, 212, 170, 0.5);
    color: var(--text-primary);
}

.grid_mini_5865:active {
    transform: translateX(-50%) scale(0.95);
    background: rgba(26, 36, 66, 0.9);
}

/* 只在移动端和平板显示 */
@media (max-width: 1023px) {
    .grid_mini_5865 {
        display: inline-flex;
    }
}

/* 小屏手机适配 */
@media (max-width: 480px) {
    .grid_mini_5865 {
        padding: 0.5rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* 电脑端完全隐藏 */
@media (min-width: 1024px) {
    .grid_mini_5865 {
        display: none !important;
    }
}


/* New Toggle Button */
.north-e4ea {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: rgba(26, 36, 66, 0.6);
    border: 1px solid rgba(0, 212, 170, 0.35);
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    border-radius: 999px;
    z-index: 1002;
    position: relative;
}

.block_bc7c {
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 999px;
    transition: transform var(--transition-base), opacity var(--transition-base);
}

/* Mobile: transform hamburger into X when drawer is open */
@media (max-width: 767px) {
    .north-e4ea[aria-expanded="true"] .block_bc7c:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .north-e4ea[aria-expanded="true"] .block_bc7c:nth-child(2) {
        opacity: 0;
    }
    .north-e4ea[aria-expanded="true"] .block_bc7c:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .north-e4ea {
        flex-direction: row;
        gap: 0.625rem;
    }
    .north-e4ea::after {
        content: 'Menu';
        color: var(--text-secondary);
        font-weight: var(--font-weight-bold);
        font-size: 0.9375rem;
        letter-spacing: 0.3px;
        line-height: 1;
    }
    .block_bc7c {
        width: 18px;
    }
}


/* Medium desktop: compact spacing */
@media (min-width: 1401px) and (max-width: 1600px) {
    .pagination_e1fe {
        padding: 0.875rem 1.5rem;
        gap: 0.75rem;
    }
    
    .gallery-039a {
        gap: 0.375rem;
    }

    .gallery-039a a,
    .nav_b1f7 {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .fixed_5d80 {
        font-size: 0.6rem;
    }
    
    .label_6445 {
        min-width: 190px;
    }
    
    .card-504c {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .upper_403b {
        gap: 0.625rem;
    }
    
    .upper_403b .south-9ade,
    .upper_403b .over_a484 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .pagination_e1fe {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .gallery-039a {
        gap: 0.625rem;
    }
    
    .gallery-039a a,
    .nav_b1f7 {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .upper_403b {
        gap: 0.875rem;
    }
    
    .upper_403b .south-9ade,
    .upper_403b .over_a484 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .label_6445 {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .pagination_e1fe {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .gallery-039a {
        gap: 0.875rem;
    }
    
    .gallery-039a a,
    .nav_b1f7 {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .upper_403b {
        gap: 1rem;
    }
    
    .upper_403b .south-9ade,
    .upper_403b .over_a484 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .label_6445 {
        min-width: 220px;
    }
    
    .card-504c {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Drawer Navigation (Mobile/Tablet)
   ============================================ */

.shade_up_8bec {
    position: fixed;
    inset: 0;
    z-index: 1200;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.shade_up_8bec.pagination_8497 {
    visibility: visible;
    opacity: 1;
}

.media_first_46c1 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(8px);
}

.icon-0816 {
    position: absolute;
    top: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, calc(100% - 1.5rem));
    max-height: calc(100vh - 1.5rem);
    overflow: hidden;
    background: rgba(10, 14, 39, 0.96);
    border: 2px solid rgba(0, 212, 170, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
}

.search_d496 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 0.875rem;
    border-bottom: 1px solid rgba(0, 212, 170, 0.25);
}

.notification_ed6c {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0, 212, 170, 0.45);
}

.primary_south_54bb {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(0, 212, 170, 0.35);
    background: rgba(26, 36, 66, 0.65);
    color: var(--primary-color);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: transform var(--transition-fast), background var(--transition-fast);
}
.primary_south_54bb:hover { transform: translateY(-1px); background: rgba(33, 45, 82, 0.75); }

.notification-f8bf {
    padding: 0.875rem;
    overflow-y: auto;
}

.basic-496b {
    background: linear-gradient(135deg, rgba(26, 36, 66, 0.75) 0%, rgba(33, 45, 82, 0.6) 100%);
    border: 1px solid rgba(0, 212, 170, 0.22);
    border-radius: 14px;
    padding: 0.875rem;
    margin-bottom: 0.75rem;
}

.basic-496b h4 {
    margin: 0 0 0.625rem;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.basic-496b a {
    display: block;
    padding: 0.55rem 0.625rem;
    border-radius: 10px;
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 0.95rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.basic-496b a:hover {
    background: rgba(0, 212, 170, 0.12);
    color: var(--text-primary);
    transform: translateX(2px);
}

.box_92fd {
    display: flex;
    gap: 0.5rem;
    padding: 0.875rem;
    border-top: 1px solid rgba(0, 212, 170, 0.2);
    background: rgba(10, 14, 39, 0.7);
}

.box_92fd .stale_912b {
    min-width: 0;
}

/* Drawer only on <= 1023px (toggle exists); keep it hidden on desktop */
@media (min-width: 1024px) {
    .shade_up_8bec { display: none !important; }
}

/* ============================================
   Mobile Navigation - Modern Grid Style
   ============================================ */

/* Overlay Background */
.filter_purple_d146 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filter_purple_d146.fn-active-c5bc {
    visibility: visible;
    opacity: 1;
}

.content_9d74 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}

/* Content Container */
.breadcrumb-rough-65d0 {
    position: absolute;
    top: 2.5%;
    left: 50%;
    transform: translate(-50%, 0) scale(0.9);
    width: 95%;
    max-width: 400px;
    max-height: 95vh;
    overflow-y: auto;
    padding: 0.875rem;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(10, 14, 39, 0.95);
    border: 2px solid rgba(0, 212, 170, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.filter_purple_d146.fn-active-c5bc .breadcrumb-rough-65d0 {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
}

/* Desktop-only styling for the drawer: turn it into a compact dropdown panel */
@media (min-width: 768px) {
    .filter_purple_d146 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .content_9d74 {
        display: none;
    }

    .breadcrumb-rough-65d0 {
        top: 0.75rem;
        left: auto;
        right: var(--spacing-md);
        transform: translateY(-8px);
        width: min(860px, calc(100% - (var(--spacing-md) * 2)));
        max-width: 860px;
        max-height: calc(100vh - var(--header-height) - 1.25rem);
        opacity: 0;
        padding: 1rem;
        border-radius: 16px;
    }

    .filter_purple_d146.fn-active-c5bc .breadcrumb-rough-65d0 {
        transform: translateY(0);
        opacity: 1;
    }

    /* Desktop menu: show list-style grouped menu, hide mobile card grid */
    .hidden_bronze_d5a7 {
        display: none !important;
    }

    .center-85e3 {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        gap: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .surface-9bbc {
        background: linear-gradient(135deg, rgba(26, 36, 66, 0.75) 0%, rgba(33, 45, 82, 0.6) 100%);
        border: 1px solid rgba(0, 212, 170, 0.25);
        border-radius: 14px;
        padding: 0.875rem 0.875rem 0.75rem;
    }

    .surface-9bbc h4 {
        margin: 0 0 0.625rem;
        font-size: 0.875rem;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
    }

    .surface-9bbc a {
        display: block;
        padding: 0.5rem 0.625rem;
        border-radius: 10px;
        color: var(--text-secondary);
        font-weight: 700;
        font-size: 0.9375rem;
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .surface-9bbc a:hover {
        background: rgba(0, 212, 170, 0.12);
        color: var(--text-primary);
        transform: translateX(2px);
    }

    /* Desktop: simplify dropdown header area */
    .active-75a3 {
        display: none;
    }

    .pattern_clean_f8ea {
        display: none;
    }

    .stale_912b {
        flex: 0 0 auto;
        min-width: 140px;
        padding: 0.75rem 1rem;
    }
}

/* Mobile-only: hide desktop-only menu */
@media (max-width: 767px) {
    .center-85e3 {
        display: none;
    }
}

/* Header */
.active-75a3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.625rem 0.5rem 0.75rem;
    margin-bottom: 0.875rem;
    border-bottom: 2px solid rgba(0, 212, 170, 0.3);
}

.active-75a3 h3 {
    color: #00d4aa;
    font-size: 1.125rem;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 15px rgba(0, 212, 170, 0.5);
}

/* Menu Grid */
.hidden_bronze_d5a7 {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 0.75rem;
}

.smooth-cfe4 {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.filter_purple_d146.fn-active-c5bc .smooth-cfe4:nth-child(1) {
    animation-delay: 0.05s;
}

.filter_purple_d146.fn-active-c5bc .smooth-cfe4:nth-child(2) {
    animation-delay: 0.1s;
}

.filter_purple_d146.fn-active-c5bc .smooth-cfe4:nth-child(3) {
    animation-delay: 0.15s;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tiny_fae7 {
    color: #00d4aa;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
    opacity: 0.9;
}

/* Menu Cards Grid */
.overlay-0847 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.description-outer-947e {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.5rem;
    background: linear-gradient(135deg, rgba(26, 36, 66, 0.9) 0%, rgba(33, 45, 82, 0.9) 100%);
    border: 1px solid rgba(0, 212, 170, 0.3);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 70px;
}

.description-outer-947e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.description-outer-947e:hover::before,
.description-outer-947e:active::before {
    opacity: 1;
}

.description-outer-947e:hover,
.description-outer-947e:active {
    transform: translateY(-4px);
    border-color: #00d4aa;
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(0, 212, 170, 0.3);
}

.narrow_5dd9 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.box_59e0 {
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    transition: color 0.3s ease;
    line-height: 1.2;
}

.description-outer-947e:hover .box_59e0,
.description-outer-947e:active .box_59e0 {
    color: #00d4aa;
}

/* Quick Actions */
.pattern_clean_f8ea {
    display: flex;
    gap: 0.5rem;
    padding: 0.875rem 0.5rem 0.5rem;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(0, 212, 170, 0.2);
}

.stale_912b {
    flex: 1;
    padding: 0.75rem 0.625rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.stale_912b.fn-primary-c5bc {
    background: linear-gradient(135deg, #00d4aa 0%, #00b890 100%);
    color: #0a0e27;
    box-shadow: 0 4px 12px rgba(0, 212, 170, 0.3);
}

.stale_912b.fn-primary-c5bc:hover,
.stale_912b.fn-primary-c5bc:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 170, 0.5);
}

.stale_912b.fn-secondary-c5bc {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.stale_912b.fn-secondary-c5bc:hover,
.stale_912b.fn-secondary-c5bc:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.breadcrumb-rough-65d0::-webkit-scrollbar {
    width: 6px;
}

.breadcrumb-rough-65d0::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.breadcrumb-rough-65d0::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 170, 0.5);
    border-radius: 3px;
}

.breadcrumb-rough-65d0::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

/* Responsive Adjustments */
@media (min-width: 375px) {
    .description-outer-947e {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .narrow_5dd9 {
        font-size: 1.875rem;
    }
    
    .box_59e0 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .breadcrumb-rough-65d0 {
        padding: 1rem;
    }
    
    .active-75a3 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .hidden_bronze_d5a7 {
        gap: 1rem;
    }
    
    .description-outer-947e {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .narrow_5dd9 {
        font-size: 2rem;
    }
    
    .box_59e0 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .breadcrumb-rough-65d0 {
        padding: 1.25rem;
    }
    
    .active-75a3 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .active-75a3 h3 {
        font-size: 1.25rem;
    }
    
    .hidden_bronze_d5a7 {
        gap: 1.25rem;
    }
    
    .tiny_fae7 {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .description-outer-947e {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .narrow_5dd9 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .box_59e0 {
        font-size: 0.9375rem;
    }
    
    .stale_912b {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.south-9ade,
.over_a484,
.footer-last-2107,
.tiny-94e0,
.highlight-1062,
.tooltip-motion-6dfc,
.stone-fac5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    border-radius: var(--border-radius-sm);
    font-weight: var(--font-weight-bold);
    font-size: 0.9375rem;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition-fast);
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .south-9ade,
    .over_a484,
    .footer-last-2107 {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.south-9ade,
.tiny-94e0,
.stone-fac5 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.south-9ade:hover,
.tiny-94e0:hover,
.stone-fac5:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.over_a484,
.highlight-1062 {
    background: var(--bg-card);
    color: var(--text-primary);
    border-color: var(--primary-color);
}

.over_a484:hover,
.highlight-1062:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.footer-last-2107,
.tooltip-motion-6dfc {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.footer-last-2107:hover,
.tooltip-motion-6dfc:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.tiny-94e0,
.highlight-1062 {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.stone-fac5,
.tooltip-motion-6dfc {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

.middle-58b6 {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(0, 212, 170, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 212, 170, 0.6);
    }
}

/* ============================================
   Hero Section - Modern Card Style
   ============================================ */
.link_4382 {
    padding: var(--spacing-2xl) 0;
    position: relative;
    overflow: hidden;
}

.link_4382::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.tabs-middle-73c9 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    align-items: center;
}

@media (min-width: 768px) {
    .tabs-middle-73c9 {
        grid-template-columns: 1fr 1fr;
    }
}

.panel_905c {
    z-index: 1;
}

.description-north-d401 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.heading-f8bb {
    display: inline-flex;
    align-items: center;
    padding: var(--spacing-xs) var(--spacing-sm);
    background: rgba(0, 212, 170, 0.1);
    border: 1px solid rgba(0, 212, 170, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--primary-color);
    font-weight: var(--font-weight-medium);
}

.main-bb72 {
    margin-bottom: var(--spacing-md);
    line-height: 1.1;
}

.main-bb72 .table-f66b {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wrapper-lower-e41a {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.7;
}

.cool_aba5 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-xl);
}

.lower-e19a {
    display: flex;
    gap: var(--spacing-sm);
    align-items: flex-start;
}

.lower-e19a .hover_32dc {
    font-size: 2rem;
    flex-shrink: 0;
}

.lower-e19a strong {
    display: block;
    color: var(--text-primary);
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.lower-e19a p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 0;
}

.overlay_orange_1ec5 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.overlay_hot_570a {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

.filter-north-ebe0 {
    position: relative;
}

.list_173b {
    display: none;
}

.light-435f {
    display: block;
    margin-bottom: var(--spacing-md);
}

@media (min-width: 768px) {
    .list_173b {
        display: block;
    }

    .light-435f {
        display: none;
        margin-bottom: 0;
    }
}

.media-d232 {
    width: 100%;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-lg);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* ============================================
   Section Headers
   ============================================ */
.footer_220d {
    margin-bottom: var(--spacing-xl);
}

.footer_220d.red_abcc {
    text-align: center;
}

.footer_220d h2 {
    margin-bottom: var(--spacing-sm);
}

.footer_220d p {
    font-size: 1.125rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================
   Game Categories - Card Grid
   ============================================ */
.active_d0bb {
    padding: var(--spacing-2xl) 0;
}

.fresh_3da5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
}

@media (min-width: 768px) {
    .fresh_3da5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fresh_3da5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.section_0613 {
    background: var(--bg-card);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all var(--transition-base);
}

.section_0613:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.gallery-complex-5f1f {
    position: relative;
    overflow: hidden;
    /* Use square media area to match 512x512 assets */
    aspect-ratio: 1/1;
    /* When images are "contained" (not cropped), letterboxing can appear.
       Use a subtle background so the card still looks intentional. */
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.gallery-complex-5f1f img {
    width: 100%;
    height: 100%;
    /* Show the full image without cropping */
    object-fit: contain !important;
    object-position: center;
    transition: transform var(--transition-slow);
}

.section_0613:hover .gallery-complex-5f1f img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

.notification_simple_1e05 {
    position: absolute;
    top: var(--spacing-sm);
    right: var(--spacing-sm);
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--primary-color);
    color: var(--bg-primary);
    font-size: 0.75rem;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.notification_simple_1e05.detail-pro-ddda {
    background: var(--secondary-color);
}

.notification_simple_1e05.badge-4d61 {
    background: #ef4444;
}

.notification_simple_1e05.lower-6fb5 {
    background: var(--accent-color);
}

.footer-6ace {
    padding: var(--spacing-lg);
}

.footer-6ace h3 {
    margin-bottom: var(--spacing-sm);
    color: var(--text-primary);
}

.footer-6ace p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
}

.dark_e506 {
    list-style: none;
    margin-bottom: var(--spacing-md);
}

.dark_e506 li {
    padding: var(--spacing-xs) 0;
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

.thumbnail_800e {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: var(--font-weight-bold);
    transition: gap var(--transition-fast);
}

.thumbnail_800e:hover {
    gap: var(--spacing-xs);
}

/* ============================================
   About Section - Tab Navigation
   ============================================ */
.tabs_cefa {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.hovered_97a1 {
    background: var(--bg-card);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.secondary_small_e6d1 {
    display: flex;
    flex-wrap: wrap;
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
}

.last-fede {
    flex: 1;
    min-width: 150px;
    padding: var(--spacing-md);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.last-fede:hover {
    background: rgba(0, 212, 170, 0.05);
    color: var(--primary-color);
}

.last-fede.fn-active-c5bc {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.easy-1be6 {
    min-height: 400px;
}

.upper-1d44 {
    display: none;
    padding: var(--spacing-xl);
    animation: fadeIn var(--transition-base);
}

.upper-1d44.fn-active-c5bc {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plasma_60be {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    align-items: center;
}

@media (min-width: 768px) {
    .plasma_60be {
        grid-template-columns: 1fr 1fr;
    }
}

.in_668f h3 {
    margin-bottom: var(--spacing-md);
}

.in_668f p {
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

.rough_8491 {
    list-style: none;
    margin-bottom: var(--spacing-lg);
}

.rough_8491 li {
    padding: var(--spacing-xs) 0;
    color: var(--text-secondary);
    line-height: 1.7;
}

.photo-selected-4c0b img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

/* ============================================
   Featured Games
   ============================================ */
.nav-pressed-2937 {
    padding: var(--spacing-2xl) 0;
}

.progress-east-848b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.panel_over_4ae2 {
    background: var(--bg-card);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: all var(--transition-base);
}

.panel_over_4ae2:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.panel_over_4ae2 a {
    display: block;
    color: inherit;
}

.panel_over_4ae2 img {
    width: 100%;
    aspect-ratio: 1/1;
    /* Show the full image without cropping */
    object-fit: contain;
    object-position: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    display: block;
}

.inner-d0d6 {
    padding: var(--spacing-md);
}

.inner-d0d6 h3 {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-xs);
}

.text_black_e5d2,
.message_short_cf48 {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.message_short_cf48 {
    margin-top: var(--spacing-xs);
    color: var(--primary-color);
    font-weight: var(--font-weight-medium);
}

.purple_753e {
    text-align: center;
}

/* ============================================
   FAQ Section
   ============================================ */
.frame_c026 {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.gradient-05e3 {
    max-width: 900px;
    margin: 0 auto;
}

.avatar_bronze_3059 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    margin-bottom: var(--spacing-md);
    overflow: hidden;
    transition: all var(--transition-base);
}

.avatar_bronze_3059:hover {
    border-color: var(--primary-color);
}

.chip-black-179a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-md) var(--spacing-lg);
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    text-align: left;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.chip-black-179a:hover {
    color: var(--primary-color);
}

.status_9ec9 {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: var(--font-weight-normal);
    transition: transform var(--transition-base);
}

.avatar_bronze_3059.fn-active-c5bc .status_9ec9 {
    transform: rotate(45deg);
}

.orange_226f {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-base);
}

.avatar_bronze_3059.fn-active-c5bc .orange_226f {
    max-height: 1000px;
}

.orange_226f p {
    padding: 0 var(--spacing-lg) var(--spacing-lg);
    color: var(--text-secondary);
    line-height: 1.8;
}

/* ============================================
   Trust Section
   ============================================ */
.texture_d9b9 {
    padding: var(--spacing-2xl) 0;
}

.slider_43d4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--spacing-lg);
}

.panel_focused_1450 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    text-align: center;
    transition: all var(--transition-base);
}

.panel_focused_1450:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.tall-adb3 {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

.panel_focused_1450 h3 {
    margin-bottom: var(--spacing-sm);
    font-size: 1.25rem;
}

.panel_focused_1450 p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   Final CTA
   ============================================ */
.pink-f0bd {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

.pink-f0bd::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.detail-f048 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.detail-f048 h2 {
    margin-bottom: var(--spacing-md);
}

.detail-f048 p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xl);
}

.notice-bronze-2234 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    justify-content: center;
    margin-bottom: var(--spacing-md);
}

.static-e3b0 {
    font-size: 0.875rem;
    color: var(--accent-color);
    font-weight: var(--font-weight-medium);
    margin: 0;
}

/* ============================================
   Footer
   ============================================ */
.main-4af9 {
    background: var(--bg-primary);
    border-top: 1px solid var(--border-color);
    padding: var(--spacing-2xl) 0 var(--spacing-md);
}

.overlay-prev-3aa1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
    border-bottom: 1px solid var(--border-color);
}

.description_easy_6746 h4 {
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    font-size: 1.125rem;
}

.description_easy_6746 ul {
    list-style: none;
}

.description_easy_6746 ul li {
    margin-bottom: var(--spacing-xs);
}

.description_easy_6746 ul li a {
    color: var(--text-secondary);
    font-size: 0.9375rem;
    transition: color var(--transition-fast);
}

.description_easy_6746 ul li a:hover {
    color: var(--primary-color);
}

.slider_white_febf {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
}

.focused-a699 {
    display: flex;
    gap: var(--spacing-sm);
}

.focused-a699 a {
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    font-size: 0.875rem;
    transition: all var(--transition-fast);
}

.focused-a699 a:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
    border-color: var(--primary-color);
}

.thumbnail_inner_010b {
    text-align: center;
}

.card-7bfa {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-md);
    border-bottom: 1px solid var(--border-color);
}

.card-7bfa span {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.dropdown-down-4c45 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.dropdown-down-4c45 span {
    padding: var(--spacing-xs) var(--spacing-sm);
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    font-size: 0.75rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
}

.huge_c379 p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: var(--spacing-xs);
    line-height: 1.6;
}

.label-stone-019d {
    color: var(--accent-color) !important;
    font-weight: var(--font-weight-medium);
}

/* ============================================
   Utility Classes
   ============================================ */
.red_abcc {
    text-align: center;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .link_4382 {
        padding: var(--spacing-xl) 0;
    }
    
    .overlay_orange_1ec5 {
        flex-direction: column;
    }
    
    .overlay_orange_1ec5 > * {
        width: 100%;
    }
    
    .secondary_small_e6d1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .last-fede {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .progress-east-848b {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .overlay-prev-3aa1 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .aside_smooth_eea6,
    .filter_purple_d146,
    .pink-f0bd,
    .main-4af9 {
        display: none;
    }
}

/* ============================================
   Accessibility
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Visible for Keyboard Navigation */
:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Screen Reader Only */
.disabled-ea6c {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ============================================
   Performance Optimizations
   ============================================ */
@media (prefers-color-scheme: light) {
    /* Optional: Light mode support can be added here */
}

/* GPU Acceleration for Animations */
.media-d232,
.section_0613,
.panel_over_4ae2,
.panel_focused_1450 {
    will-change: transform;
}

/* ============================================
   E-E-A-T: User Reviews Section
   ============================================ */
.shadow_rough_97a6 {
    padding: var(--spacing-2xl) 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(0, 212, 170, 0.05) 100%);
}

.banner_ad14 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    margin-top: var(--spacing-md);
    padding: var(--spacing-md);
    background: var(--bg-card);
    border-radius: var(--border-radius);
    border: 2px solid var(--primary-color);
}

.mask_center_522f {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.detail_9b3b {
    font-size: 2rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
}

.medium-63c6 {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

.dirty-3159 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.overlay-3166 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.overlay-3166:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.primary_small_c018 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.backdrop_static_f5b9 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.backdrop_static_f5b9 strong {
    font-size: 1.125rem;
    color: var(--text-primary);
}

.nav_3c92 {
    font-size: 0.8125rem;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sort-small-2da2 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

.element-dark-6da8 {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin: 0;
    flex-grow: 1;
}

.backdrop_6729 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--border-color);
    font-size: 0.8125rem;
    color: var(--text-muted);
}

/* ============================================
   E-E-A-T: Company Expertise Section
   ============================================ */
.solid-3c0b {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.white-22cc {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xl);
}

.sort-last-0285 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-xl);
}

.sort-last-0285 h3 {
    color: var(--primary-color);
    font-size: 1.75rem;
    margin-bottom: var(--spacing-lg);
}

.sort-last-0285 p {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 1.0625rem;
    margin-bottom: var(--spacing-md);
}

.pink-5743 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.article_west_6bf8 {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-md);
    text-align: center;
    transition: all var(--transition-base);
}

.article_west_6bf8:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
    background: var(--bg-primary);
}

.widget_d3a2 {
    font-size: 2rem;
    display: block;
    margin-bottom: var(--spacing-sm);
}

.article_west_6bf8 strong {
    display: block;
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: var(--spacing-xs);
}

.article_west_6bf8 p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}

.down_4cf3 {
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-xl);
}

.down_4cf3 h3 {
    color: var(--text-primary);
    font-size: 1.75rem;
    margin-bottom: var(--spacing-xl);
    text-align: center;
}

.element_gas_3994 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--spacing-lg);
}

.under-f183 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-lg);
    text-align: center;
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.under-f183:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.row-6317 {
    font-size: 2.5rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
    line-height: 1;
}

.iron-fbb8 {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* ============================================
   E-E-A-T: Certifications Section
   ============================================ */
.tag_1b10 {
    padding: var(--spacing-2xl) 0;
}

.thick-2eec {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-2xl);
}

.wide_a319 {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-xl);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.wide_a319::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition-base);
}

.wide_a319:hover::before {
    transform: scaleX(1);
}

.wide_a319:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.hidden_b182 {
    font-size: 3rem;
    display: block;
    margin-bottom: var(--spacing-md);
}

.wide_a319 h3 {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.wide_a319 p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--spacing-sm);
    font-size: 0.9375rem;
}

.wide_a319 p strong {
    color: var(--text-primary);
    font-weight: var(--font-weight-bold);
}

.active_e605 {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(0, 212, 170, 0.1) 100%);
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-xl);
    text-align: center;
}

.active_e605 h3 {
    color: var(--primary-color);
    font-size: 1.75rem;
    margin-bottom: var(--spacing-md);
}

.active_e605 > p {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 1.0625rem;
    margin-bottom: var(--spacing-xl);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.link-huge-2241 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.small_da82 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.small_da82 strong {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
}

.small_da82 span {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
}

/* ============================================
   E-E-A-T: Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    .dirty-3159 {
        grid-template-columns: 1fr;
    }
    
    .banner_ad14 {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .pink-5743 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .element_gas_3994 {
        grid-template-columns: 1fr;
    }
    
    .thick-2eec {
        grid-template-columns: 1fr;
    }
    
    .link-huge-2241 {
        grid-template-columns: 1fr;
    }
    
    .sort-last-0285,
    .down_4cf3,
    .active_e605 {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .pink-5743 {
        grid-template-columns: 1fr;
    }
    
    .row-6317 {
        font-size: 2rem;
    }
    
    .hidden_b182 {
        font-size: 2.5rem;
    }
}

/* ============================================
   E-E-A-T: Responsible Gaming & Transparency
   ============================================ */
.active_orange_9d56 {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.media-1078 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-2xl);
    margin-top: var(--spacing-xl);
}

.wood-597c {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
}

.wood-597c h3 {
    color: var(--primary-color);
    font-size: 1.75rem;
    margin-bottom: var(--spacing-md);
}

.wood-597c > p {
    color: var(--text-secondary);
    line-height: 1.8;
    font-size: 1.0625rem;
}

.media-stale-8ae0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
}

.block-6d61 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    transition: all var(--transition-base);
}

.block-6d61:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-md);
}

.in-9bdd {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--spacing-sm);
}

.block-6d61 h4 {
    color: var(--text-primary);
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
}

.block-6d61 p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 0.9375rem;
    margin: 0;
}

.content_d786,
.search_easy_5323 {
    background: var(--bg-card);
    border-left: 4px solid var(--accent-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
}

.content_d786 h4,
.search_easy_5323 h4 {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.content_d786 ul,
.search_easy_5323 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content_d786 ul li,
.search_easy_5323 ul li {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: var(--spacing-xs);
    padding-left: var(--spacing-md);
    position: relative;
}

.content_d786 ul li strong {
    color: var(--text-primary);
}

.content_d786 ul li a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color var(--transition-fast);
}

.content_d786 ul li a:hover {
    color: var(--primary-light);
}

.search_easy_5323 > p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

.shadow-soft-9de0 {
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-xl);
    position: sticky;
    top: calc(var(--header-height) + var(--spacing-md));
    height: fit-content;
}

.shadow-soft-9de0 h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
}

.shadow-soft-9de0 > p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin-bottom: var(--spacing-lg);
}

.north_6823 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.hard_ce2d {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.paper_0720 {
    font-size: 0.8125rem;
    color: var(--text-muted);
    font-weight: var(--font-weight-medium);
}

.accent-red-5b07 {
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
}

.nav_slow_a47d {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-style: italic;
    text-align: center;
    margin: 0;
}

/* Responsive for Responsible Gaming Section */
@media (max-width: 1024px) {
    .media-1078 {
        grid-template-columns: 1fr;
    }
    
    .shadow-soft-9de0 {
        position: static;
    }
}

@media (max-width: 768px) {
    .media-stale-8ae0 {
        grid-template-columns: 1fr;
    }
    
    .shadow-soft-9de0,
    .content_d786,
    .search_easy_5323 {
        padding: var(--spacing-md);
    }
    
    .in-9bdd {
        font-size: 2rem;
    }
}

/* css-noise: 8f86 */
.shadow-element-z4 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
