/*
 * 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.media-short-0fd2 {
    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
   ============================================ */
.table-31ae {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    width: 100%;
}

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

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

.breadcrumb_narrow_7de9.inner_b5ac {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.breadcrumb_narrow_7de9.disabled-large-1183 {
    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; }
}

.up_20b1 {
    padding: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
    .grid_wood_14a4 { font-size: 28px; }
    .avatar_6bc2 { font-size: 11px; }
}

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

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

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

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

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

    .stale-c19a { display: none !important; }
}

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

.next-5b67:hover .video_9cfd {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

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

.purple-5f89 {
    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);
}

.next-5b67:hover .purple-5f89 {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .video_9cfd {
        font-size: 28px;
    }
    
    .purple-5f89 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .video_9cfd {
        font-size: 32px;
    }
    
    .purple-5f89 {
        font-size: 12px;
    }
}

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

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

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

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

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

.plasma-b74e a:hover,
.hot_a4cf:hover,
.paragraph-f337.article_yellow_1478:hover > .hot_a4cf {
    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);
}

.plasma-b74e a:active,
.hot_a4cf:active {
    transform: translateY(0);
}

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

.paragraph-f337.article_yellow_1478 {
    position: relative;
}

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

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

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

.paragraph-f337.article_yellow_1478:hover .tooltip_tall_f7fc {
    transform: rotate(180deg);
    opacity: 1;
}

.paragraph-f337.article_yellow_1478:focus-within .tooltip_tall_f7fc,
.paragraph-f337.article_yellow_1478.shadow_9b69 .tooltip_tall_f7fc {
    transform: rotate(180deg);
    opacity: 1;
}

.paragraph-f337.article_yellow_1478:hover .outer_5976 {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

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

.paragraph-f337.article_yellow_1478:hover .table-clean-5874 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.paragraph-f337.article_yellow_1478:focus-within .table-clean-5874,
.paragraph-f337.article_yellow_1478.shadow_9b69 .table-clean-5874 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

.hot_d8e0:last-child {
    border-bottom: none;
}

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

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

.hot_d8e0:hover::before {
    opacity: 1;
}

.hot_d8e0:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.hot_d8e0:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.paragraph-f337.article_yellow_1478 .table-clean-5874:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.paragraph-f337.article_yellow_1478:hover .hot_d8e0 {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.paragraph-f337.article_yellow_1478:hover .hot_d8e0:nth-child(1) { animation-delay: 0.05s; }
.paragraph-f337.article_yellow_1478:hover .hot_d8e0:nth-child(2) { animation-delay: 0.1s; }
.paragraph-f337.article_yellow_1478:hover .hot_d8e0:nth-child(3) { animation-delay: 0.15s; }
.paragraph-f337.article_yellow_1478:hover .hot_d8e0:nth-child(4) { animation-delay: 0.2s; }
.paragraph-f337.article_yellow_1478:hover .hot_d8e0:nth-child(5) { animation-delay: 0.25s; }
.paragraph-f337.article_yellow_1478:hover .hot_d8e0: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) {
    .tertiary-ef0f {
        display: none !important;
    }
    
    .stale-c19a { display: inline-flex !important; }
}

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

    .stale-c19a { display: none !important; }
}

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

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

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

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

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

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

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

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

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


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

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

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


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

    .plasma-b74e a,
    .hot_a4cf {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .tooltip_tall_f7fc {
        font-size: 0.6rem;
    }
    
    .table-clean-5874 {
        min-width: 190px;
    }
    
    .hot_d8e0 {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .next_e00d {
        gap: 0.625rem;
    }
    
    .next_e00d .avatar-under-b201,
    .next_e00d .panel_current_981f {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .highlight_2380 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .plasma-b74e {
        gap: 0.625rem;
    }
    
    .plasma-b74e a,
    .hot_a4cf {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .next_e00d {
        gap: 0.875rem;
    }
    
    .next_e00d .avatar-under-b201,
    .next_e00d .panel_current_981f {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .table-clean-5874 {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .highlight_2380 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .plasma-b74e {
        gap: 0.875rem;
    }
    
    .plasma-b74e a,
    .hot_a4cf {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .next_e00d {
        gap: 1rem;
    }
    
    .next_e00d .avatar-under-b201,
    .next_e00d .panel_current_981f {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .table-clean-5874 {
        min-width: 220px;
    }
    
    .hot_d8e0 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.slow_d766.shadow_9b69 {
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

.preview-light-ff15 {
    padding: 0.875rem;
    overflow-y: auto;
}

.new-55c1 {
    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;
}

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

.new-55c1 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;
}

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

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

.up_3b4c .search-4091 {
    min-width: 0;
}

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

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

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

.shade_steel_ca18.fn-active-ec67 {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.bronze-9cd4 {
    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);
}

.shade_steel_ca18.fn-active-ec67 .bronze-9cd4 {
    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) {
    .shade_steel_ca18 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .mask-pressed-bc75 {
        display: none;
    }

    .bronze-9cd4 {
        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;
    }

    .shade_steel_ca18.fn-active-ec67 .bronze-9cd4 {
        transform: translateY(0);
        opacity: 1;
    }

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

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

    .prev-37eb {
        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;
    }

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

    .prev-37eb 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;
    }

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

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

    .warm_2ad4 {
        display: none;
    }

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

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

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

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

.next-916e {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.shade_steel_ca18.fn-active-ec67 .next-916e:nth-child(1) {
    animation-delay: 0.05s;
}

.shade_steel_ca18.fn-active-ec67 .next-916e:nth-child(2) {
    animation-delay: 0.1s;
}

.shade_steel_ca18.fn-active-ec67 .next-916e:nth-child(3) {
    animation-delay: 0.15s;
}

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

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

.rough-105a {
    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;
}

.rough-105a::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;
}

.rough-105a:hover::before,
.rough-105a:active::before {
    opacity: 1;
}

.rough-105a:hover,
.rough-105a: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);
}

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

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

.rough-105a:hover .surface-simple-5033,
.rough-105a:active .surface-simple-5033 {
    color: #00d4aa;
}

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

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

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

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

.search-4091.fn-secondary-ec67 {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.search-4091.fn-secondary-ec67:hover,
.search-4091.fn-secondary-ec67:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.bronze-9cd4::-webkit-scrollbar {
    width: 6px;
}

.bronze-9cd4::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

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

.bronze-9cd4::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

/* Responsive Adjustments */
@media (min-width: 375px) {
    .rough-105a {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .component-cf1d {
        font-size: 1.875rem;
    }
    
    .surface-simple-5033 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .bronze-9cd4 {
        padding: 1rem;
    }
    
    .heading_91b2 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .module_light_5781 {
        gap: 1rem;
    }
    
    .rough-105a {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .component-cf1d {
        font-size: 2rem;
    }
    
    .surface-simple-5033 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .bronze-9cd4 {
        padding: 1.25rem;
    }
    
    .heading_91b2 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .heading_91b2 h3 {
        font-size: 1.25rem;
    }
    
    .module_light_5781 {
        gap: 1.25rem;
    }
    
    .active-e718 {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .rough-105a {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .component-cf1d {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .surface-simple-5033 {
        font-size: 0.9375rem;
    }
    
    .search-4091 {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.avatar-under-b201,
.panel_current_981f,
.active_1f5c,
.link-hovered-24aa,
.form_ec58,
.simple-d4f3,
.active-0969 {
    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) {
    .avatar-under-b201,
    .panel_current_981f,
    .active_1f5c {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.avatar-under-b201,
.link-hovered-24aa,
.active-0969 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.avatar-under-b201:hover,
.link-hovered-24aa:hover,
.active-0969:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.panel_current_981f,
.form_ec58 {
    background: var(--bg-card);
    color: var(--text-primary);
    border-color: var(--primary-color);
}

.panel_current_981f:hover,
.form_ec58:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.active_1f5c,
.simple-d4f3 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.active_1f5c:hover,
.simple-d4f3:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.link-hovered-24aa,
.form_ec58 {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.active-0969,
.simple-d4f3 {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

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

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

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

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

.image_4db7 {
    z-index: 1;
}

.element-blue-81e8 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

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

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

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

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

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

.action-09cf {
    display: flex;
    gap: var(--spacing-sm);
    align-items: flex-start;
}

.action-09cf .tertiary-easy-dc06 {
    font-size: 2rem;
    flex-shrink: 0;
}

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

.action-09cf p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 0;
}

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

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

.element-hot-95d0 {
    position: relative;
}

.footer-8784 {
    display: none;
}

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

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

    .summary_paper_5aee {
        display: none;
        margin-bottom: 0;
    }
}

.breadcrumb-46b0 {
    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
   ============================================ */
.new-b1eb {
    margin-bottom: var(--spacing-xl);
}

.new-b1eb.large-2e51 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.menu-green-24aa:hover .info_4698 img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

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

.list_hot_6347.outer-870d {
    background: var(--secondary-color);
}

.list_hot_6347.dropdown-iron-e3cf {
    background: #ef4444;
}

.list_hot_6347.frame_red_1689 {
    background: var(--accent-color);
}

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

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

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

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

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

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

.stone-6ec1:hover {
    gap: var(--spacing-xs);
}

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

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

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

.frame-dim-ee2b {
    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);
}

.frame-dim-ee2b:hover {
    background: rgba(0, 212, 170, 0.05);
    color: var(--primary-color);
}

.frame-dim-ee2b.fn-active-ec67 {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.bronze-f868 {
    min-height: 400px;
}

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

.focus_25fb.fn-active-ec67 {
    display: block;
}

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

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

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

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

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

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

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

.bronze-6aff img {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

/* ============================================
   Featured Games
   ============================================ */
.image-hard-22ad {
    padding: var(--spacing-2xl) 0;
}

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

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

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

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

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

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

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

.panel_iron_7d8e,
.up-506a {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
}

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

.accordion_slow_148c {
    text-align: center;
}

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

.preview_middle_a13f {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.thick-305c {
    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);
}

.thick-305c:hover {
    color: var(--primary-color);
}

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

.tabs_52e6.fn-active-ec67 .dropdown-c11e {
    transform: rotate(45deg);
}

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

.tabs_52e6.fn-active-ec67 .selected_fe0f {
    max-height: 1000px;
}

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

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

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

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

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

.container-huge-e916 {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

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

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

/* ============================================
   Final CTA
   ============================================ */
.thick-1b0a {
    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;
}

.thick-1b0a::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%;
}

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

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

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

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

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

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

.footer_c856 {
    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-8c0a h4 {
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    font-size: 1.125rem;
}

.tooltip-8c0a ul {
    list-style: none;
}

.tooltip-8c0a ul li {
    margin-bottom: var(--spacing-xs);
}

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

.tooltip-8c0a ul li a:hover {
    color: var(--primary-color);
}

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

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

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

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

.thumbnail-dd70 {
    text-align: center;
}

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

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

.lite-6f42 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
}

.lite-6f42 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);
}

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

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

/* ============================================
   Utility Classes
   ============================================ */
.large-2e51 {
    text-align: center;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .header_0c2f {
        padding: var(--spacing-xl) 0;
    }
    
    .west_e4c3 {
        flex-direction: column;
    }
    
    .west_e4c3 > * {
        width: 100%;
    }
    
    .gas_a38b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .frame-dim-ee2b {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .over-c6eb {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .footer_c856 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .breadcrumb_narrow_7de9,
    .shade_steel_ca18,
    .thick-1b0a,
    .pattern_light_aa4f {
        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 */
.carousel_dim_69da {
    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 */
.breadcrumb-46b0,
.menu-green-24aa,
.article_easy_2a7f,
.heading_next_0c4c {
    will-change: transform;
}

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

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

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

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

.left-d840 {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

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

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

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

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

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

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

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

.layout-tall-ad8e {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

.summary_bc32 {
    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
   ============================================ */
.avatar-huge-3436 {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

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

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

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

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

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

.search-98b3 {
    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);
}

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

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

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

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

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

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

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

.texture-left-93f7 {
    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);
}

.texture-left-93f7:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

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

.over-1f2a {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-6238 > 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;
}

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

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

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

.hard_6b50 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) {
    .thumbnail-pro-d21c {
        grid-template-columns: 1fr;
    }
    
    .block_439d {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .media-ce6f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .heading-cc38 {
        grid-template-columns: 1fr;
    }
    
    .tall_8254 {
        grid-template-columns: 1fr;
    }
    
    .hidden_narrow_2320 {
        grid-template-columns: 1fr;
    }
    
    .selected-cf81,
    .first_e7b8,
    .dropdown-6238 {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .media-ce6f {
        grid-template-columns: 1fr;
    }
    
    .old_ede9 {
        font-size: 2rem;
    }
    
    .wrapper_df2a {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.over-140b h4,
.background_silver_bed4 h4 {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.over-140b ul,
.background_silver_bed4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.over-140b ul li strong {
    color: var(--text-primary);
}

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

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

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

.feature-simple-9d98 {
    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;
}

.feature-simple-9d98 h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
}

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

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

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

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

.hard-39e2 {
    font-size: 1.5rem;
    font-weight: var(--font-weight-black);
    color: var(--primary-color);
}

.bronze_2052 {
    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_7a5b {
        grid-template-columns: 1fr;
    }
    
    .feature-simple-9d98 {
        position: static;
    }
}

@media (max-width: 768px) {
    .orange-3ec6 {
        grid-template-columns: 1fr;
    }
    
    .feature-simple-9d98,
    .over-140b,
    .background_silver_bed4 {
        padding: var(--spacing-md);
    }
    
    .tertiary_2d91 {
        font-size: 2rem;
    }
}

/* css-noise: 8a8f */
.shadow-element-g0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
