/*
 * 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.silver-3f38 {
    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
   ============================================ */
.thumbnail_warm_d6f4 {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    width: 100%;
}

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

/* ============================================
   Header & Navigation
   ============================================ */
.message_1414 {
    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;
}

.message_1414.badge_solid_4309 {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.message_1414.dark-25af {
    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; }
}

.hidden-new-abc4 {
    padding: 0;
}

.simple-e816 {
    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 */
.simple-e816 > * {
    min-width: 0;
}

.grid_d6d9 {
    grid-template-columns: auto 1fr auto;
}

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

.cool_1589 {
    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);
}

.warm-fec1 {
    font-size: 10px;
    font-weight: var(--font-weight-bold);
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

@media (min-width: 768px) {
    .cool_1589 { font-size: 28px; }
    .warm-fec1 { font-size: 11px; }
}

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

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

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

    .surface-de3b {
        display: flex !important;
        justify-content: center;
        min-width: 0;
    }

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

    .filter_14a9 { display: none !important; }
}

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

.tooltip-west-d74d:hover .smooth-e82d {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

.smooth-e82d {
    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;
}

.breadcrumb-bright-9df8 {
    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);
}

.tooltip-west-d74d:hover .breadcrumb-bright-9df8 {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .smooth-e82d {
        font-size: 28px;
    }
    
    .breadcrumb-bright-9df8 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .smooth-e82d {
        font-size: 32px;
    }
    
    .breadcrumb-bright-9df8 {
        font-size: 12px;
    }
}

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

.thumbnail_upper_891a li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

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

.thumbnail_upper_891a a,
.image_74ea {
    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 */
.thumbnail_upper_891a button.image_74ea {
    background: transparent;
    border: 0;
    font: inherit;
    line-height: inherit;
}

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

.thumbnail_upper_891a a:hover,
.image_74ea:hover,
.next-842f.link-741c:hover > .image_74ea {
    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);
}

.thumbnail_upper_891a a:active,
.image_74ea:active {
    transform: translateY(0);
}

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

.next-842f.link-741c {
    position: relative;
}

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

.yellow_a66c {
    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);
}

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

.next-842f.link-741c:hover .east_92fd {
    transform: rotate(180deg);
    opacity: 1;
}

.next-842f.link-741c:focus-within .east_92fd,
.next-842f.link-741c.focus_1c04 .east_92fd {
    transform: rotate(180deg);
    opacity: 1;
}

.next-842f.link-741c:hover .yellow_a66c {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

.modal_copper_34ba {
    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 */
.modal_copper_34ba::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);
}

.next-842f.link-741c:hover .modal_copper_34ba {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.next-842f.link-741c:focus-within .modal_copper_34ba,
.next-842f.link-741c.focus_1c04 .modal_copper_34ba {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.focused-6b4a {
    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;
}

.focused-6b4a:last-child {
    border-bottom: none;
}

.focused-6b4a: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;
}

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

.focused-6b4a:hover::before {
    opacity: 1;
}

.focused-6b4a:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.focused-6b4a:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.next-842f.link-741c .modal_copper_34ba:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.next-842f.link-741c:hover .focused-6b4a {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.next-842f.link-741c:hover .focused-6b4a:nth-child(1) { animation-delay: 0.05s; }
.next-842f.link-741c:hover .focused-6b4a:nth-child(2) { animation-delay: 0.1s; }
.next-842f.link-741c:hover .focused-6b4a:nth-child(3) { animation-delay: 0.15s; }
.next-842f.link-741c:hover .focused-6b4a:nth-child(4) { animation-delay: 0.2s; }
.next-842f.link-741c:hover .focused-6b4a:nth-child(5) { animation-delay: 0.25s; }
.next-842f.link-741c:hover .focused-6b4a: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) {
    .surface-de3b {
        display: none !important;
    }
    
    .filter_14a9 { display: inline-flex !important; }
}

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

    .filter_14a9 { display: none !important; }
}

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

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

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

/* 移动端专属按钮样式 */
.video_8cfa {
    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;
}

.video_8cfa: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);
}

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

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

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

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


/* New Toggle Button */
.filter_14a9 {
    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;
}

.badge-blue-ba5f {
    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) {
    .filter_14a9[aria-expanded="true"] .badge-blue-ba5f:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .filter_14a9[aria-expanded="true"] .badge-blue-ba5f:nth-child(2) {
        opacity: 0;
    }
    .filter_14a9[aria-expanded="true"] .badge-blue-ba5f:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

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


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

    .thumbnail_upper_891a a,
    .image_74ea {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .east_92fd {
        font-size: 0.6rem;
    }
    
    .modal_copper_34ba {
        min-width: 190px;
    }
    
    .focused-6b4a {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .backdrop-4154 {
        gap: 0.625rem;
    }
    
    .backdrop-4154 .form_a937,
    .backdrop-4154 .background_e9b1 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .simple-e816 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .thumbnail_upper_891a {
        gap: 0.625rem;
    }
    
    .thumbnail_upper_891a a,
    .image_74ea {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .backdrop-4154 {
        gap: 0.875rem;
    }
    
    .backdrop-4154 .form_a937,
    .backdrop-4154 .background_e9b1 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .modal_copper_34ba {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .simple-e816 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .thumbnail_upper_891a {
        gap: 0.875rem;
    }
    
    .thumbnail_upper_891a a,
    .image_74ea {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .backdrop-4154 {
        gap: 1rem;
    }
    
    .backdrop-4154 .form_a937,
    .backdrop-4154 .background_e9b1 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .modal_copper_34ba {
        min-width: 220px;
    }
    
    .focused-6b4a {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.focus-9410.focus_1c04 {
    visibility: visible;
    opacity: 1;
}

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

.box_00f1 {
    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;
}

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

.clean_09de {
    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);
}

.next-d21f {
    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);
}
.next-d21f:hover { transform: translateY(-1px); background: rgba(33, 45, 82, 0.75); }

.center-a66e {
    padding: 0.875rem;
    overflow-y: auto;
}

.image_4f12 {
    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;
}

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

.image_4f12 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;
}

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

.active_last_b7ca {
    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);
}

.active_last_b7ca .container_dynamic_e3f1 {
    min-width: 0;
}

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

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

/* Overlay Background */
.card-1a47 {
    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;
}

.card-1a47.fn-active-996f {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.lower-c8a6 {
    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);
}

.card-1a47.fn-active-996f .lower-c8a6 {
    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) {
    .card-1a47 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .active-ffc6 {
        display: none;
    }

    .lower-c8a6 {
        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;
    }

    .card-1a47.fn-active-996f .lower-c8a6 {
        transform: translateY(0);
        opacity: 1;
    }

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

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

    .wood-51ea {
        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;
    }

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

    .wood-51ea 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;
    }

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

    /* Desktop: simplify dropdown header area */
    .header-cb0b {
        display: none;
    }

    .sort-8f95 {
        display: none;
    }

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

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

/* Header */
.header-cb0b {
    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);
}

.header-cb0b 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 */
.notification_center_dade {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 0.75rem;
}

.paragraph-bottom-8cd4 {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.card-1a47.fn-active-996f .paragraph-bottom-8cd4:nth-child(1) {
    animation-delay: 0.05s;
}

.card-1a47.fn-active-996f .paragraph-bottom-8cd4:nth-child(2) {
    animation-delay: 0.1s;
}

.card-1a47.fn-active-996f .paragraph-bottom-8cd4:nth-child(3) {
    animation-delay: 0.15s;
}

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

.small-196e {
    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 */
.active_hovered_b68e {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.small-d15e {
    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;
}

.small-d15e::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;
}

.small-d15e:hover::before,
.small-d15e:active::before {
    opacity: 1;
}

.small-d15e:hover,
.small-d15e: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);
}

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

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

.small-d15e:hover .block-huge-4753,
.small-d15e:active .block-huge-4753 {
    color: #00d4aa;
}

/* Quick Actions */
.sort-8f95 {
    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);
}

.container_dynamic_e3f1 {
    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;
}

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

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

.container_dynamic_e3f1.fn-secondary-996f {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.container_dynamic_e3f1.fn-secondary-996f:hover,
.container_dynamic_e3f1.fn-secondary-996f:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.lower-c8a6::-webkit-scrollbar {
    width: 6px;
}

.lower-c8a6::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.lower-c8a6::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 170, 0.5);
    border-radius: 3px;
}

.lower-c8a6::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

/* Responsive Adjustments */
@media (min-width: 375px) {
    .small-d15e {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .gradient_down_45c0 {
        font-size: 1.875rem;
    }
    
    .block-huge-4753 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .lower-c8a6 {
        padding: 1rem;
    }
    
    .header-cb0b {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .notification_center_dade {
        gap: 1rem;
    }
    
    .small-d15e {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .gradient_down_45c0 {
        font-size: 2rem;
    }
    
    .block-huge-4753 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .lower-c8a6 {
        padding: 1.25rem;
    }
    
    .header-cb0b {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .header-cb0b h3 {
        font-size: 1.25rem;
    }
    
    .notification_center_dade {
        gap: 1.25rem;
    }
    
    .small-196e {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .small-d15e {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .gradient_down_45c0 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .block-huge-4753 {
        font-size: 0.9375rem;
    }
    
    .container_dynamic_e3f1 {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.form_a937,
.background_e9b1,
.bronze-04ca,
.medium_55af,
.caption-next-f5db,
.tag_60c2,
.article-tiny-6ad5 {
    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) {
    .form_a937,
    .background_e9b1,
    .bronze-04ca {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.form_a937,
.medium_55af,
.article-tiny-6ad5 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.form_a937:hover,
.medium_55af:hover,
.article-tiny-6ad5:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.background_e9b1,
.caption-next-f5db {
    background: var(--bg-card);
    color: var(--text-primary);
    border-color: var(--primary-color);
}

.background_e9b1:hover,
.caption-next-f5db:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.bronze-04ca,
.tag_60c2 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.bronze-04ca:hover,
.tag_60c2:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.medium_55af,
.caption-next-f5db {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.article-tiny-6ad5,
.tag_60c2 {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

.cool-60f9 {
    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
   ============================================ */
.accent_31c5 {
    padding: var(--spacing-2xl) 0;
    position: relative;
    overflow: hidden;
}

.accent_31c5::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;
}

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

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

.message-bright-65b9 {
    z-index: 1;
}

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

.video-3043 {
    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);
}

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

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

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

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

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

.green-1567 .box-fixed-9f5f {
    font-size: 2rem;
    flex-shrink: 0;
}

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

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

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

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

.mask-steel-9fd1 {
    position: relative;
}

.fixed_452e {
    display: none;
}

.picture-7662 {
    display: block;
    margin-bottom: var(--spacing-md);
}

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

    .picture-7662 {
        display: none;
        margin-bottom: 0;
    }
}

.item_bronze_cfe3 {
    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
   ============================================ */
.module-over-9b78 {
    margin-bottom: var(--spacing-xl);
}

.module-over-9b78.carousel_west_440e {
    text-align: center;
}

.module-over-9b78 h2 {
    margin-bottom: var(--spacing-sm);
}

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

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

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

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

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

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

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

.photo_10b3 {
    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));
}

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

.status_black_e262:hover .photo_10b3 img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

.icon_small_1388 {
    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;
}

.icon_small_1388.breadcrumb_f10c {
    background: var(--secondary-color);
}

.icon_small_1388.background-east-1b52 {
    background: #ef4444;
}

.icon_small_1388.border_clean_6a1b {
    background: var(--accent-color);
}

.pressed_8990 {
    padding: var(--spacing-lg);
}

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

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

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

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

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

.simple-580f:hover {
    gap: var(--spacing-xs);
}

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

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

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

.red-7359 {
    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);
}

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

.red-7359.fn-active-996f {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.footer-lite-aa0a {
    min-height: 400px;
}

.paragraph-gas-34ef {
    display: none;
    padding: var(--spacing-xl);
    animation: fadeIn var(--transition-base);
}

.paragraph-gas-34ef.fn-active-996f {
    display: block;
}

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

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

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

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

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

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

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

.pagination-complex-a86b img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

/* ============================================
   Featured Games
   ============================================ */
.hovered-aa91 {
    padding: var(--spacing-2xl) 0;
}

.nav-simple-8ab2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

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

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

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

.secondary_middle_212b 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;
}

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

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

.last-1ea7,
.column-9ae5 {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
}

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

.brown_2ade {
    text-align: center;
}

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

.filter-warm-5ed5 {
    max-width: 900px;
    margin: 0 auto;
}

.current_8d45 {
    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);
}

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

.hovered-1ce3 {
    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);
}

.hovered-1ce3:hover {
    color: var(--primary-color);
}

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

.current_8d45.fn-active-996f .hero_2b09 {
    transform: rotate(45deg);
}

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

.current_8d45.fn-active-996f .heading_west_844d {
    max-height: 1000px;
}

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

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

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

.table-a27c {
    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);
}

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

.warm-253c {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

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

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

/* ============================================
   Final CTA
   ============================================ */
.text-blue-f254 {
    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;
}

.text-blue-f254::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%;
}

.aside-0b69 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.aside-0b69 h2 {
    margin-bottom: var(--spacing-md);
}

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

.upper-84a5 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    justify-content: center;
    margin-bottom: var(--spacing-md);
}

.text-hot-2a7c {
    font-size: 0.875rem;
    color: var(--accent-color);
    font-weight: var(--font-weight-medium);
    margin: 0;
}

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

.breadcrumb_716c {
    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);
}

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

.tooltip-iron-7c32 ul {
    list-style: none;
}

.tooltip-iron-7c32 ul li {
    margin-bottom: var(--spacing-xs);
}

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

.tooltip-iron-7c32 ul li a:hover {
    color: var(--primary-color);
}

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

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

.module_4128 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);
}

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

.banner-medium-96dc {
    text-align: center;
}

.nav_upper_4cf4 {
    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);
}

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

.west_dbdc {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.west_dbdc 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);
}

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

.background_21c8 {
    color: var(--accent-color) !important;
    font-weight: var(--font-weight-medium);
}

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

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .accent_31c5 {
        padding: var(--spacing-xl) 0;
    }
    
    .video_glass_38e8 {
        flex-direction: column;
    }
    
    .video_glass_38e8 > * {
        width: 100%;
    }
    
    .red_cb35 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .red-7359 {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .nav-simple-8ab2 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .breadcrumb_716c {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .message_1414,
    .card-1a47,
    .text-blue-f254,
    .heading_7ae1 {
        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 */
.action_fe04 {
    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 */
.item_bronze_cfe3,
.status_black_e262,
.secondary_middle_212b,
.table-a27c {
    will-change: transform;
}

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

.dark-2690 {
    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);
}

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

.tag-motion-6d66 {
    font-size: 2rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
}

.accordion-up-e981 {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

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

.dim_364c {
    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);
}

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

.highlight-small-fd86 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

.disabled-motion-a294 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

.media_6138 {
    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
   ============================================ */
.progress-e6ad {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

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

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

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

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

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

.gas_2c02 {
    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);
}

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

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

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

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

.steel_ce16 {
    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);
}

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

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

.box-stone-06eb {
    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);
}

.box-stone-06eb:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

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

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

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

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

.thumbnail-fb0f {
    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;
}

.thumbnail-fb0f::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);
}

.thumbnail-fb0f:hover::before {
    transform: scaleX(1);
}

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

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

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

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

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

.grid_46ad {
    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;
}

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

.grid_46ad > 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;
}

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

.alert-390e {
    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);
}

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

.alert-390e 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) {
    .upper-f892 {
        grid-template-columns: 1fr;
    }
    
    .dark-2690 {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .aside-mini-c753 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .active_c98f {
        grid-template-columns: 1fr;
    }
    
    .fast_7421 {
        grid-template-columns: 1fr;
    }
    
    .wood_9ce4 {
        grid-template-columns: 1fr;
    }
    
    .purple_675d,
    .steel_ce16,
    .grid_46ad {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .aside-mini-c753 {
        grid-template-columns: 1fr;
    }
    
    .disabled_active_4c6a {
        font-size: 2rem;
    }
    
    .input_bf92 {
        font-size: 2.5rem;
    }
}

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

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

.stone-f30c {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xl);
}

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

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

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

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

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

.short-1b09 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--spacing-sm);
}

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

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

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

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

.frame_4ac1 ul,
.element_7e91 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.layout-smooth-34ed {
    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;
}

.layout-smooth-34ed h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
}

.layout-smooth-34ed > p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin-bottom: var(--spacing-lg);
}

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

.rough_9c71 {
    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);
}

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

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

.shade-last-30a3 {
    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) {
    .surface-full-1de8 {
        grid-template-columns: 1fr;
    }
    
    .layout-smooth-34ed {
        position: static;
    }
}

@media (max-width: 768px) {
    .banner_glass_f4bc {
        grid-template-columns: 1fr;
    }
    
    .layout-smooth-34ed,
    .frame_4ac1,
    .element_7e91 {
        padding: var(--spacing-md);
    }
    
    .short-1b09 {
        font-size: 2rem;
    }
}

/* css-noise: 337c */
.phantom-card-w4 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
