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

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

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

.orange-a51e.tertiary-hot-a90f {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.orange-a51e.easy_0a20 {
    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; }
}

.overlay_c83a {
    padding: 0;
}

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

.texture-stale-27bd {
    grid-template-columns: auto 1fr auto;
}

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

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

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

@media (min-width: 768px) {
    .breadcrumb_f672 { font-size: 28px; }
    .inner-b153 { font-size: 11px; }
}

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

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

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

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

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

    .medium-ee23 { display: none !important; }
}

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

.soft_1421:hover .button-011b {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

.button-011b {
    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;
}

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

.soft_1421:hover .alert_bb6c {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .button-011b {
        font-size: 28px;
    }
    
    .alert_bb6c {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .button-011b {
        font-size: 32px;
    }
    
    .alert_bb6c {
        font-size: 12px;
    }
}

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

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

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

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

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

.stone_4bf0 a:hover,
.mask_a7e4:hover,
.active-6b7a.cold_9198:hover > .mask_a7e4 {
    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);
}

.stone_4bf0 a:active,
.mask_a7e4:active {
    transform: translateY(0);
}

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

.active-6b7a.cold_9198 {
    position: relative;
}

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

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

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

.active-6b7a.cold_9198:hover .outline_white_3e04 {
    transform: rotate(180deg);
    opacity: 1;
}

.active-6b7a.cold_9198:focus-within .outline_white_3e04,
.active-6b7a.cold_9198.badge-84f8 .outline_white_3e04 {
    transform: rotate(180deg);
    opacity: 1;
}

.active-6b7a.cold_9198:hover .outline-c2c5 {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

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

.active-6b7a.cold_9198:hover .focus-52ea {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.active-6b7a.cold_9198:focus-within .focus-52ea,
.active-6b7a.cold_9198.badge-84f8 .focus-52ea {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-narrow-32ea {
    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;
}

.primary-narrow-32ea:last-child {
    border-bottom: none;
}

.primary-narrow-32ea: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;
}

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

.primary-narrow-32ea:hover::before {
    opacity: 1;
}

.primary-narrow-32ea:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.primary-narrow-32ea:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.active-6b7a.cold_9198 .focus-52ea:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.active-6b7a.cold_9198:hover .primary-narrow-32ea {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.active-6b7a.cold_9198:hover .primary-narrow-32ea:nth-child(1) { animation-delay: 0.05s; }
.active-6b7a.cold_9198:hover .primary-narrow-32ea:nth-child(2) { animation-delay: 0.1s; }
.active-6b7a.cold_9198:hover .primary-narrow-32ea:nth-child(3) { animation-delay: 0.15s; }
.active-6b7a.cold_9198:hover .primary-narrow-32ea:nth-child(4) { animation-delay: 0.2s; }
.active-6b7a.cold_9198:hover .primary-narrow-32ea:nth-child(5) { animation-delay: 0.25s; }
.active-6b7a.cold_9198:hover .primary-narrow-32ea: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) {
    .wood-1056 {
        display: none !important;
    }
    
    .medium-ee23 { display: inline-flex !important; }
}

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

    .medium-ee23 { display: none !important; }
}

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

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

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

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

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

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

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

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

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


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

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

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


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

    .stone_4bf0 a,
    .mask_a7e4 {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .outline_white_3e04 {
        font-size: 0.6rem;
    }
    
    .focus-52ea {
        min-width: 190px;
    }
    
    .primary-narrow-32ea {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .easy_8ecb {
        gap: 0.625rem;
    }
    
    .easy_8ecb .main-b754,
    .easy_8ecb .shade-wood-3a87 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .photo_pink_7d10 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .stone_4bf0 {
        gap: 0.625rem;
    }
    
    .stone_4bf0 a,
    .mask_a7e4 {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .easy_8ecb {
        gap: 0.875rem;
    }
    
    .easy_8ecb .main-b754,
    .easy_8ecb .shade-wood-3a87 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .focus-52ea {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .photo_pink_7d10 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .stone_4bf0 {
        gap: 0.875rem;
    }
    
    .stone_4bf0 a,
    .mask_a7e4 {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .easy_8ecb {
        gap: 1rem;
    }
    
    .easy_8ecb .main-b754,
    .easy_8ecb .shade-wood-3a87 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .focus-52ea {
        min-width: 220px;
    }
    
    .primary-narrow-32ea {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.plasma_26ac.badge-84f8 {
    visibility: visible;
    opacity: 1;
}

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

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

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

.mini-0f01 {
    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);
}

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

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

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

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

.full-b9f8 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;
}

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

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

.tooltip_fixed_7244 .chip_yellow_3aec {
    min-width: 0;
}

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

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

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

.up_4751.fn-active-5c17 {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.inner-042f {
    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);
}

.up_4751.fn-active-5c17 .inner-042f {
    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) {
    .up_4751 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .accordion_d637 {
        display: none;
    }

    .inner-042f {
        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;
    }

    .up_4751.fn-active-5c17 .inner-042f {
        transform: translateY(0);
        opacity: 1;
    }

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

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

    .input-32b3 {
        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;
    }

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

    .input-32b3 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;
    }

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

    /* Desktop: simplify dropdown header area */
    .component-bronze-6609 {
        display: none;
    }

    .form_bronze_eb51 {
        display: none;
    }

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

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

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

.component-bronze-6609 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 */
.gallery-wood-fcf6 {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    margin-bottom: 0.75rem;
}

.gradient_a95c {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.up_4751.fn-active-5c17 .gradient_a95c:nth-child(1) {
    animation-delay: 0.05s;
}

.up_4751.fn-active-5c17 .gradient_a95c:nth-child(2) {
    animation-delay: 0.1s;
}

.up_4751.fn-active-5c17 .gradient_a95c:nth-child(3) {
    animation-delay: 0.15s;
}

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

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

.disabled-41b7 {
    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;
}

.disabled-41b7::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;
}

.disabled-41b7:hover::before,
.disabled-41b7:active::before {
    opacity: 1;
}

.disabled-41b7:hover,
.disabled-41b7: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);
}

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

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

.disabled-41b7:hover .inner-12cd,
.disabled-41b7:active .inner-12cd {
    color: #00d4aa;
}

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

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

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

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

.chip_yellow_3aec.fn-secondary-5c17 {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.chip_yellow_3aec.fn-secondary-5c17:hover,
.chip_yellow_3aec.fn-secondary-5c17:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.inner-042f::-webkit-scrollbar {
    width: 6px;
}

.inner-042f::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

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

.inner-042f::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

/* Responsive Adjustments */
@media (min-width: 375px) {
    .disabled-41b7 {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .hovered-7b4a {
        font-size: 1.875rem;
    }
    
    .inner-12cd {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .inner-042f {
        padding: 1rem;
    }
    
    .component-bronze-6609 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .gallery-wood-fcf6 {
        gap: 1rem;
    }
    
    .disabled-41b7 {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .hovered-7b4a {
        font-size: 2rem;
    }
    
    .inner-12cd {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .inner-042f {
        padding: 1.25rem;
    }
    
    .component-bronze-6609 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .component-bronze-6609 h3 {
        font-size: 1.25rem;
    }
    
    .gallery-wood-fcf6 {
        gap: 1.25rem;
    }
    
    .outline-selected-ddf5 {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .disabled-41b7 {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .hovered-7b4a {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .inner-12cd {
        font-size: 0.9375rem;
    }
    
    .chip_yellow_3aec {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.main-b754,
.shade-wood-3a87,
.component_gas_541f,
.center-3391,
.first-3629,
.gold-fadd,
.summary-under-a54d {
    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) {
    .main-b754,
    .shade-wood-3a87,
    .component_gas_541f {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.main-b754,
.center-3391,
.summary-under-a54d {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.main-b754:hover,
.center-3391:hover,
.summary-under-a54d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.shade-wood-3a87,
.first-3629 {
    background: var(--bg-card);
    color: var(--text-primary);
    border-color: var(--primary-color);
}

.shade-wood-3a87:hover,
.first-3629:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.component_gas_541f,
.gold-fadd {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.component_gas_541f:hover,
.gold-fadd:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.center-3391,
.first-3629 {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.summary-under-a54d,
.gold-fadd {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

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

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

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

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

.tooltip-lower-26ae {
    z-index: 1;
}

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

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

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

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

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

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

.article-short-23e9 {
    display: flex;
    gap: var(--spacing-sm);
    align-items: flex-start;
}

.article-short-23e9 .hover_bright_62d5 {
    font-size: 2rem;
    flex-shrink: 0;
}

.article-short-23e9 strong {
    display: block;
    color: var(--text-primary);
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.article-short-23e9 p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 0;
}

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

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

.frame-19b0 {
    position: relative;
}

.selected-3488 {
    display: none;
}

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

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

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

.link-e9bf {
    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
   ============================================ */
.gas-8a0d {
    margin-bottom: var(--spacing-xl);
}

.gas-8a0d.status_full_d3dd {
    text-align: center;
}

.gas-8a0d h2 {
    margin-bottom: var(--spacing-sm);
}

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

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

.accent-fast-481c {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
}

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

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

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

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

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

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

.filter-d534:hover .silver-3420 img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

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

.pattern-6148.active_old_d131 {
    background: var(--secondary-color);
}

.pattern-6148.prev_0dcc {
    background: #ef4444;
}

.pattern-6148.feature-soft-5c6e {
    background: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

.detail-yellow-ea65 {
    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);
}

.detail-yellow-ea65:hover {
    background: rgba(0, 212, 170, 0.05);
    color: var(--primary-color);
}

.detail-yellow-ea65.fn-active-5c17 {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.grid_basic_95dc {
    min-height: 400px;
}

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

.text_down_7893.fn-active-5c17 {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.picture-solid-d593 a {
    display: block;
    color: inherit;
}

.picture-solid-d593 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;
}

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

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

.avatar-lite-d8f1,
.picture-65e8 {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
}

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

.main_ba99 {
    text-align: center;
}

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

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

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

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

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

.hard-f4c6:hover {
    color: var(--primary-color);
}

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

.copper_f10e.fn-active-5c17 .pattern_1758 {
    transform: rotate(45deg);
}

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

.copper_f10e.fn-active-5c17 .footer_small_0139 {
    max-height: 1000px;
}

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

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

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

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

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

.block-basic-2ddc {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

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

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

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

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

.shadow-glass-23c7 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.shadow-glass-23c7 h2 {
    margin-bottom: var(--spacing-md);
}

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

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

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

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

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

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

.carousel-in-c45f ul {
    list-style: none;
}

.carousel-in-c45f ul li {
    margin-bottom: var(--spacing-xs);
}

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

.carousel-in-c45f ul li a:hover {
    color: var(--primary-color);
}

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

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

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

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

.thick-8d11 {
    text-align: center;
}

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

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

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

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

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

.slider-static-26e1 {
    color: var(--accent-color) !important;
    font-weight: var(--font-weight-medium);
}

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

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .huge_bb69 {
        padding: var(--spacing-xl) 0;
    }
    
    .lower-4e9a {
        flex-direction: column;
    }
    
    .lower-4e9a > * {
        width: 100%;
    }
    
    .bronze-5ee6 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .detail-yellow-ea65 {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .heading_1090 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .active_bronze_a58c {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .orange-a51e,
    .up_4751,
    .yellow_c440,
    .frame-short-9a3e {
        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 */
.feature_aea9 {
    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 */
.link-e9bf,
.filter-d534,
.picture-solid-d593,
.gold_8557 {
    will-change: transform;
}

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

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

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

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

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

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

.search-red-9ee6 {
    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);
}

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

.solid-301f {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

.slider-white-2221 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-6b3b {
    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);
}

.background-6b3b:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

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

.dropdown-current-32de {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

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

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

.pagination-fluid-a782 {
    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;
}

.pagination-fluid-a782::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);
}

.pagination-fluid-a782:hover::before {
    transform: scaleX(1);
}

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

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

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

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

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

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

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

.menu-ccdd > 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;
}

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

.lower-09ac {
    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);
}

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

.lower-09ac 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) {
    .east-5948 {
        grid-template-columns: 1fr;
    }
    
    .smooth-ebd0 {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .hidden-dim-299f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .paragraph_stale_5666 {
        grid-template-columns: 1fr;
    }
    
    .input_lower_3792 {
        grid-template-columns: 1fr;
    }
    
    .smooth-d30e {
        grid-template-columns: 1fr;
    }
    
    .pink_a788,
    .popup-bd3a,
    .menu-ccdd {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .hidden-dim-299f {
        grid-template-columns: 1fr;
    }
    
    .menu_5e60 {
        font-size: 2rem;
    }
    
    .tiny-307a {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.hover_114c h4,
.box-old-c190 h4 {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.hover_114c ul,
.box-old-c190 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.action-74f0 {
    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;
}

.action-74f0 h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: var(--spacing-md);
}

.action-74f0 > p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin-bottom: var(--spacing-lg);
}

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

.hovered-266b {
    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);
}

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

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

.container_pink_50f3 {
    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) {
    .content-brown-246d {
        grid-template-columns: 1fr;
    }
    
    .action-74f0 {
        position: static;
    }
}

@media (max-width: 768px) {
    .steel-e64f {
        grid-template-columns: 1fr;
    }
    
    .action-74f0,
    .hover_114c,
    .box-old-c190 {
        padding: var(--spacing-md);
    }
    
    .up_4831 {
        font-size: 2rem;
    }
}

/* css-noise: e957 */
.widget-item-w2 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
