/*
 * 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.content-2ba5 {
    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
   ============================================ */
.tiny-9e5d {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--spacing-md);
    width: 100%;
}

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

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

.tall-8b0a.feature-white-489f {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.tall-8b0a.focus_705f {
    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; }
}

.breadcrumb-complex-a3eb {
    padding: 0;
}

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

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

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

.header-84a8 {
    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);
}

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

@media (min-width: 768px) {
    .header-84a8 { font-size: 28px; }
    .image_bright_0da8 { font-size: 11px; }
}

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

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

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

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

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

    .border_out_76a7 { display: none !important; }
}

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

.module_fresh_9a0e:hover .widget-3aa2 {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

.widget-3aa2 {
    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;
}

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

.module_fresh_9a0e:hover .banner_9d59 {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .widget-3aa2 {
        font-size: 28px;
    }
    
    .banner_9d59 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .widget-3aa2 {
        font-size: 32px;
    }
    
    .banner_9d59 {
        font-size: 12px;
    }
}

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

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

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

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

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

.wrapper_c740 a:hover,
.cool_85a3:hover,
.detail-283b.hot_1ef0:hover > .cool_85a3 {
    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);
}

.wrapper_c740 a:active,
.cool_85a3:active {
    transform: translateY(0);
}

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

.detail-283b.hot_1ef0 {
    position: relative;
}

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

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

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

.detail-283b.hot_1ef0:hover .primary-gas-cefa {
    transform: rotate(180deg);
    opacity: 1;
}

.detail-283b.hot_1ef0:focus-within .primary-gas-cefa,
.detail-283b.hot_1ef0.active_d99a .primary-gas-cefa {
    transform: rotate(180deg);
    opacity: 1;
}

.detail-283b.hot_1ef0:hover .outline-bronze-eabb {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

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

.detail-283b.hot_1ef0:hover .simple_0d4d {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.detail-283b.hot_1ef0:focus-within .simple_0d4d,
.detail-283b.hot_1ef0.active_d99a .simple_0d4d {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sort-short-07ec {
    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;
}

.sort-short-07ec:last-child {
    border-bottom: none;
}

.sort-short-07ec: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;
}

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

.sort-short-07ec:hover::before {
    opacity: 1;
}

.sort-short-07ec:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.sort-short-07ec:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.detail-283b.hot_1ef0 .simple_0d4d:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.detail-283b.hot_1ef0:hover .sort-short-07ec {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.detail-283b.hot_1ef0:hover .sort-short-07ec:nth-child(1) { animation-delay: 0.05s; }
.detail-283b.hot_1ef0:hover .sort-short-07ec:nth-child(2) { animation-delay: 0.1s; }
.detail-283b.hot_1ef0:hover .sort-short-07ec:nth-child(3) { animation-delay: 0.15s; }
.detail-283b.hot_1ef0:hover .sort-short-07ec:nth-child(4) { animation-delay: 0.2s; }
.detail-283b.hot_1ef0:hover .sort-short-07ec:nth-child(5) { animation-delay: 0.25s; }
.detail-283b.hot_1ef0:hover .sort-short-07ec: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) {
    .hot_9d7a {
        display: none !important;
    }
    
    .border_out_76a7 { display: inline-flex !important; }
}

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

    .border_out_76a7 { display: none !important; }
}

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

.down-78ea a {
    white-space: nowrap;
    flex-shrink: 0;
}

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

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

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

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

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

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

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


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

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

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


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

    .wrapper_c740 a,
    .cool_85a3 {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .primary-gas-cefa {
        font-size: 0.6rem;
    }
    
    .simple_0d4d {
        min-width: 190px;
    }
    
    .sort-short-07ec {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .down-78ea {
        gap: 0.625rem;
    }
    
    .down-78ea .form-mini-a6de,
    .down-78ea .yellow-e865 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .block-pressed-dab4 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .wrapper_c740 {
        gap: 0.625rem;
    }
    
    .wrapper_c740 a,
    .cool_85a3 {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .down-78ea {
        gap: 0.875rem;
    }
    
    .down-78ea .form-mini-a6de,
    .down-78ea .yellow-e865 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .simple_0d4d {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .block-pressed-dab4 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .wrapper_c740 {
        gap: 0.875rem;
    }
    
    .wrapper_c740 a,
    .cool_85a3 {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .down-78ea {
        gap: 1rem;
    }
    
    .down-78ea .form-mini-a6de,
    .down-78ea .yellow-e865 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .simple_0d4d {
        min-width: 220px;
    }
    
    .sort-short-07ec {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.panel_dca9.active_d99a {
    visibility: visible;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb-hard-6b4b {
    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);
}

.breadcrumb-hard-6b4b .top-c34c {
    min-width: 0;
}

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

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

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

.widget_f339.fn-active-128d {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.primary-short-c56f {
    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);
}

.widget_f339.fn-active-128d .primary-short-c56f {
    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) {
    .widget_f339 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .gradient-dark-b811 {
        display: none;
    }

    .primary-short-c56f {
        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;
    }

    .widget_f339.fn-active-128d .primary-short-c56f {
        transform: translateY(0);
        opacity: 1;
    }

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

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

    .picture-pink-f01c {
        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;
    }

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

    .picture-pink-f01c 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;
    }

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

    /* Desktop: simplify dropdown header area */
    .stone-746f {
        display: none;
    }

    .element-6fb6 {
        display: none;
    }

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

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

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

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

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

.widget_f339.fn-active-128d .box_96ab:nth-child(1) {
    animation-delay: 0.05s;
}

.widget_f339.fn-active-128d .box_96ab:nth-child(2) {
    animation-delay: 0.1s;
}

.widget_f339.fn-active-128d .box_96ab:nth-child(3) {
    animation-delay: 0.15s;
}

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

.badge-dim-83cd {
    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 */
.shade_bd30 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

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

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

.panel_tall_49a4:hover::before,
.panel_tall_49a4:active::before {
    opacity: 1;
}

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

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

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

.panel_tall_49a4:hover .warm_68d5,
.panel_tall_49a4:active .warm_68d5 {
    color: #00d4aa;
}

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

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

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

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

.top-c34c.fn-secondary-128d {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.top-c34c.fn-secondary-128d:hover,
.top-c34c.fn-secondary-128d:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.primary-short-c56f::-webkit-scrollbar {
    width: 6px;
}

.primary-short-c56f::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

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

.primary-short-c56f::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

/* Responsive Adjustments */
@media (min-width: 375px) {
    .panel_tall_49a4 {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .detail-basic-dc88 {
        font-size: 1.875rem;
    }
    
    .warm_68d5 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .primary-short-c56f {
        padding: 1rem;
    }
    
    .stone-746f {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .full_3b38 {
        gap: 1rem;
    }
    
    .panel_tall_49a4 {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .detail-basic-dc88 {
        font-size: 2rem;
    }
    
    .warm_68d5 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .primary-short-c56f {
        padding: 1.25rem;
    }
    
    .stone-746f {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .stone-746f h3 {
        font-size: 1.25rem;
    }
    
    .full_3b38 {
        gap: 1.25rem;
    }
    
    .badge-dim-83cd {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .panel_tall_49a4 {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .detail-basic-dc88 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .warm_68d5 {
        font-size: 0.9375rem;
    }
    
    .top-c34c {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.form-mini-a6de,
.yellow-e865,
.surface-west-bdd7,
.large-368e,
.chip-be12,
.component-e586,
.advanced_f120 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    border-radius: var(--border-radius-sm);
    font-weight: var(--font-weight-bold);
    font-size: 0.9375rem;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition-fast);
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .form-mini-a6de,
    .yellow-e865,
    .surface-west-bdd7 {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.form-mini-a6de,
.large-368e,
.advanced_f120 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.form-mini-a6de:hover,
.large-368e:hover,
.advanced_f120:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

.yellow-e865,
.chip-be12 {
    background: var(--bg-card);
    color: var(--text-primary);
    border-color: var(--primary-color);
}

.yellow-e865:hover,
.chip-be12:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.surface-west-bdd7,
.component-e586 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.surface-west-bdd7:hover,
.component-e586:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.large-368e,
.chip-be12 {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.advanced_f120,
.component-e586 {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

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

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

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

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

.thumbnail-lite-5bc6 {
    z-index: 1;
}

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

.hover-4c65 {
    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);
}

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

.accent-clean-d99a .huge-92f9 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

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

.mask-small-dea2 {
    display: flex;
    gap: var(--spacing-sm);
    align-items: flex-start;
}

.mask-small-dea2 .smooth_7105 {
    font-size: 2rem;
    flex-shrink: 0;
}

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

.mask-small-dea2 p {
    color: var(--text-muted);
    font-size: 0.9375rem;
    margin: 0;
}

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

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

.black-140e {
    position: relative;
}

.mini_6085 {
    display: none;
}

.banner-slow-d74e {
    display: block;
    margin-bottom: var(--spacing-md);
}

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

    .banner-slow-d74e {
        display: none;
        margin-bottom: 0;
    }
}

.popup_5522 {
    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
   ============================================ */
.logo_wide_51e6 {
    margin-bottom: var(--spacing-xl);
}

.logo_wide_51e6.overlay_db2f {
    text-align: center;
}

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

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

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

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

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

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

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

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

.slider-345f {
    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));
}

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

.action_4c10:hover .slider-345f img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

.form-complex-3c2a {
    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;
}

.form-complex-3c2a.outline_small_0716 {
    background: var(--secondary-color);
}

.form-complex-3c2a.selected_deb7 {
    background: #ef4444;
}

.form-complex-3c2a.thumbnail-dim-2f27 {
    background: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-e080.fn-active-128d {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.over-acc6 {
    min-height: 400px;
}

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

.wood_a0b9.fn-active-128d {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-a1fc {
    text-align: center;
}

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

.container-hard-bd92 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.frame-full-4e6c {
    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);
}

.frame-full-4e6c:hover {
    color: var(--primary-color);
}

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

.info_eb63.fn-active-128d .banner-78e7 {
    transform: rotate(45deg);
}

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

.info_eb63.fn-active-128d .dim-aa97 {
    max-height: 1000px;
}

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

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

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

.outline-soft-30f9 {
    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);
}

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

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

.outline-soft-30f9 h3 {
    margin-bottom: var(--spacing-sm);
    font-size: 1.25rem;
}

.outline-soft-30f9 p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

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

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

.slider-67cc {
    text-align: center;
    position: relative;
    z-index: 1;
}

.slider-67cc h2 {
    margin-bottom: var(--spacing-md);
}

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

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

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

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

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

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

.north-1b67 ul {
    list-style: none;
}

.north-1b67 ul li {
    margin-bottom: var(--spacing-xs);
}

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

.north-1b67 ul li a:hover {
    color: var(--primary-color);
}

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

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

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

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

.content-black-a445 {
    text-align: center;
}

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

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

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

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

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

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

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

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .icon_d505 {
        padding: var(--spacing-xl) 0;
    }
    
    .middle-cebe {
        flex-direction: column;
    }
    
    .middle-cebe > * {
        width: 100%;
    }
    
    .table-glass-0b83 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .text-e080 {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .disabled_advanced_32e3 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .table_8132 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .tall-8b0a,
    .widget_f339,
    .footer_gas_18ea,
    .new-9e88 {
        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 */
.thick-b917 {
    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 */
.popup_5522,
.action_4c10,
.primary_075d,
.outline-soft-30f9 {
    will-change: transform;
}

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

.summary-8c6e {
    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);
}

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

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

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

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

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

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

.complex-97af {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

.menu-glass-2b83 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

.logo_121b {
    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
   ============================================ */
.fixed-98f5 {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

.hidden-black-76c7 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2xl);
}

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

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

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

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

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

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

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

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

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

.medium-2d23 {
    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);
}

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

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

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

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

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

.input-341a {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focused_aedf 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) {
    .main_ab03 {
        grid-template-columns: 1fr;
    }
    
    .summary-8c6e {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .box-bright-40d3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .input_5dee {
        grid-template-columns: 1fr;
    }
    
    .progress_064f {
        grid-template-columns: 1fr;
    }
    
    .picture_middle_4c74 {
        grid-template-columns: 1fr;
    }
    
    .huge_918c,
    .medium-2d23,
    .grid_warm_63a9 {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .box-bright-40d3 {
        grid-template-columns: 1fr;
    }
    
    .slow_09da {
        font-size: 2rem;
    }
    
    .modal-8acf {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-6432 ul,
.summary_546b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.steel_b446 {
    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) {
    .grid-0fbc {
        grid-template-columns: 1fr;
    }
    
    .red-c210 {
        position: static;
    }
}

@media (max-width: 768px) {
    .slider-wide-e33c {
        grid-template-columns: 1fr;
    }
    
    .red-c210,
    .banner-6432,
    .summary_546b {
        padding: var(--spacing-md);
    }
    
    .info_warm_058e {
        font-size: 2rem;
    }
}

/* css-noise: 652c */
.phantom-card-i3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
