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

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

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

.paragraph-9090.header-d730 {
    box-shadow: var(--shadow-lg);
}

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

.tertiary-3308 {
    padding: 0;
}

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

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

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

.tooltip-mini-a890 {
    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);
}

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

@media (min-width: 768px) {
    .tooltip-mini-a890 { font-size: 28px; }
    .info-first-16a5 { font-size: 11px; }
}

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

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

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

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

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

    .info_52dd { display: none !important; }
}

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

.filter-center-b2f1:hover .layout_5a25 {
    color: var(--primary-light);
    text-shadow: 0 2px 12px rgba(0, 212, 170, 0.5);
    transform: scale(1.02);
}

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

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

.filter-center-b2f1:hover .summary-cba7 {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .layout_5a25 {
        font-size: 28px;
    }
    
    .summary-cba7 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .layout_5a25 {
        font-size: 32px;
    }
    
    .summary-cba7 {
        font-size: 12px;
    }
}

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

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

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

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

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

.footer_8af0 a:hover,
.shade_prev_f065:hover,
.thick_be8a.border-gas-fb0d:hover > .shade_prev_f065 {
    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);
}

.footer_8af0 a:active,
.shade_prev_f065:active {
    transform: translateY(0);
}

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

.thick_be8a.border-gas-fb0d {
    position: relative;
}

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

.slider-451d {
    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);
}

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

.thick_be8a.border-gas-fb0d:hover .breadcrumb_large_1c8f {
    transform: rotate(180deg);
    opacity: 1;
}

.thick_be8a.border-gas-fb0d:focus-within .breadcrumb_large_1c8f,
.thick_be8a.border-gas-fb0d.article-971a .breadcrumb_large_1c8f {
    transform: rotate(180deg);
    opacity: 1;
}

.thick_be8a.border-gas-fb0d:hover .slider-451d {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

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

.thick_be8a.border-gas-fb0d:hover .notice-gold-ff3c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.thick_be8a.border-gas-fb0d:focus-within .notice-gold-ff3c,
.thick_be8a.border-gas-fb0d.article-971a .notice-gold-ff3c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

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

/* Keep dropdown open when hovering over it */
.thick_be8a.border-gas-fb0d .notice-gold-ff3c:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.thick_be8a.border-gas-fb0d:hover .row_steel_8596 {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.thick_be8a.border-gas-fb0d:hover .row_steel_8596:nth-child(1) { animation-delay: 0.05s; }
.thick_be8a.border-gas-fb0d:hover .row_steel_8596:nth-child(2) { animation-delay: 0.1s; }
.thick_be8a.border-gas-fb0d:hover .row_steel_8596:nth-child(3) { animation-delay: 0.15s; }
.thick_be8a.border-gas-fb0d:hover .row_steel_8596:nth-child(4) { animation-delay: 0.2s; }
.thick_be8a.border-gas-fb0d:hover .row_steel_8596:nth-child(5) { animation-delay: 0.25s; }
.thick_be8a.border-gas-fb0d:hover .row_steel_8596: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) {
    .gold-2a70 {
        display: none !important;
    }
    
    .info_52dd { display: inline-flex !important; }
}

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

    .info_52dd { display: none !important; }
}

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

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

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

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

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

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

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

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

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


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

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

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


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

    .footer_8af0 a,
    .shade_prev_f065 {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .breadcrumb_large_1c8f {
        font-size: 0.6rem;
    }
    
    .notice-gold-ff3c {
        min-width: 190px;
    }
    
    .row_steel_8596 {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .heading_tall_08a0 {
        gap: 0.625rem;
    }
    
    .heading_tall_08a0 .search-77d1,
    .heading_tall_08a0 .prev_5f4a {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .wrapper_wide_f8c4 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .footer_8af0 {
        gap: 0.625rem;
    }
    
    .footer_8af0 a,
    .shade_prev_f065 {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .heading_tall_08a0 {
        gap: 0.875rem;
    }
    
    .heading_tall_08a0 .search-77d1,
    .heading_tall_08a0 .prev_5f4a {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .notice-gold-ff3c {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .wrapper_wide_f8c4 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .footer_8af0 {
        gap: 0.875rem;
    }
    
    .footer_8af0 a,
    .shade_prev_f065 {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .heading_tall_08a0 {
        gap: 1rem;
    }
    
    .heading_tall_08a0 .search-77d1,
    .heading_tall_08a0 .prev_5f4a {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .notice-gold-ff3c {
        min-width: 220px;
    }
    
    .row_steel_8596 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.dynamic_8393.article-971a {
    visibility: visible;
    opacity: 1;
}

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

.detail-medium-4ddb {
    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;
}

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

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

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

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

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

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

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

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

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

.prev-fbaf .disabled-e852 {
    min-width: 0;
}

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

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

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

.slow_d6b5.fn-active-4db7 {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.hover-6cf8 {
    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);
}

.slow_d6b5.fn-active-4db7 .hover-6cf8 {
    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) {
    .slow_d6b5 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .feature-b4f5 {
        display: none;
    }

    .hover-6cf8 {
        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;
    }

    .slow_d6b5.fn-active-4db7 .hover-6cf8 {
        transform: translateY(0);
        opacity: 1;
    }

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

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

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

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

    .icon-6878 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;
    }

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

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

    .summary_6401 {
        display: none;
    }

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

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

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

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

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

.slow_d6b5.fn-active-4db7 .text_prev_1389:nth-child(1) {
    animation-delay: 0.05s;
}

.slow_d6b5.fn-active-4db7 .text_prev_1389:nth-child(2) {
    animation-delay: 0.1s;
}

.slow_d6b5.fn-active-4db7 .text_prev_1389:nth-child(3) {
    animation-delay: 0.15s;
}

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

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

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

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

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

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

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

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

.tabs_50ed:hover .secondary_fe31,
.tabs_50ed:active .secondary_fe31 {
    color: #00d4aa;
}

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

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

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

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

.disabled-e852.fn-secondary-4db7 {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.disabled-e852.fn-secondary-4db7:hover,
.disabled-e852.fn-secondary-4db7:active {
    background: rgba(0, 212, 170, 0.1);
}

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

.hover-6cf8::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

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

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

/* Responsive Adjustments */
@media (min-width: 375px) {
    .tabs_50ed {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .item-d269 {
        font-size: 1.875rem;
    }
    
    .secondary_fe31 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .hover-6cf8 {
        padding: 1rem;
    }
    
    .iron_27f2 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .huge_7876 {
        gap: 1rem;
    }
    
    .tabs_50ed {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .item-d269 {
        font-size: 2rem;
    }
    
    .secondary_fe31 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .hover-6cf8 {
        padding: 1.25rem;
    }
    
    .iron_27f2 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .iron_27f2 h3 {
        font-size: 1.25rem;
    }
    
    .huge_7876 {
        gap: 1.25rem;
    }
    
    .outer_b478 {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .tabs_50ed {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .item-d269 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .secondary_fe31 {
        font-size: 0.9375rem;
    }
    
    .disabled-e852 {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.search-77d1,
.prev_5f4a,
.paragraph_medium_e987,
.warm_28f7,
.brown_7d9a,
.pressed-b5e1,
.breadcrumb-left-0913 {
    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) {
    .search-77d1,
    .prev_5f4a,
    .paragraph_medium_e987 {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.search-77d1,
.warm_28f7,
.breadcrumb-left-0913 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.search-77d1:hover,
.warm_28f7:hover,
.breadcrumb-left-0913:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

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

.prev_5f4a:hover,
.brown_7d9a:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.paragraph_medium_e987,
.pressed-b5e1 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.paragraph_medium_e987:hover,
.pressed-b5e1:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.warm_28f7,
.brown_7d9a {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.breadcrumb-left-0913,
.pressed-b5e1 {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

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

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

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

@media (min-width: 768px) {
    .backdrop-selected-9c6a {
        grid-template-columns: 1fr 1fr;
    }
}

.accordion-db87 {
    z-index: 1;
}

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

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

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

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

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

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

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

.wood_2d58 .modal-glass-6b59 {
    font-size: 2rem;
    flex-shrink: 0;
}

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

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

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

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

.dropdown-ad9a {
    position: relative;
}

.dropdown-slow-790b {
    display: none;
}

.info-stale-1efb {
    display: block;
    margin-bottom: var(--spacing-md);
}

@media (min-width: 768px) {
    .dropdown-slow-790b {
        display: block;
    }

    .info-stale-1efb {
        display: none;
        margin-bottom: 0;
    }
}

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

.tiny-bcea.tag_2fba {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.hero-up-3f69:hover .module_7ade img {
    /* Keep image fully visible on hover (no zoom-crop) */
    transform: none;
}

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

.plasma_2128.orange_7ea8 {
    background: var(--secondary-color);
}

.plasma_2128.pink_f2f4 {
    background: #ef4444;
}

.plasma_2128.secondary-mini-7356 {
    background: var(--accent-color);
}

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

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

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

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

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

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

.inner-5f19:hover {
    gap: var(--spacing-xs);
}

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

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

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

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

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

.upper-ff3a.fn-active-4db7 {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.soft_7e86 {
    min-height: 400px;
}

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

.active_7086.fn-active-4db7 {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-hot-4059 {
    padding: var(--spacing-md);
}

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

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

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

.active_e95e {
    text-align: center;
}

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

.tabs-697f {
    max-width: 900px;
    margin: 0 auto;
}

.mask-simple-61ce {
    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);
}

.mask-simple-61ce:hover {
    border-color: var(--primary-color);
}

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

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

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

.mask-simple-61ce.fn-active-4db7 .layout-0fdd {
    transform: rotate(45deg);
}

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

.mask-simple-61ce.fn-active-4db7 .container-1872 {
    max-height: 1000px;
}

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

/* ============================================
   Trust Section
   ============================================ */
.thumbnail-mini-89c2 {
    padding: var(--spacing-2xl) 0;
}

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

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

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

.search-gold-3d3c {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-f80f ul {
    list-style: none;
}

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

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

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

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

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

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

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

.narrow_40b5 {
    text-align: center;
}

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

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

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

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

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

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

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

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .red_11fa {
        padding: var(--spacing-xl) 0;
    }
    
    .sidebar-4da1 {
        flex-direction: column;
    }
    
    .sidebar-4da1 > * {
        width: 100%;
    }
    
    .box-wood-7f99 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .upper-ff3a {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .link_c966 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .main-5882 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .paragraph-9090,
    .slow_d6b5,
    .input_4962,
    .accent-4af1 {
        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 */
.description_28a9 {
    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 */
.menu_tiny_eb6e,
.hero-up-3f69,
.medium_8b1d,
.wood_432f {
    will-change: transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-2870 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-bright-76f8 {
    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);
}

.message-bright-76f8:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.info-a881 > 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;
}

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

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

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

.shadow_9703 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) {
    .dynamic_3bcf {
        grid-template-columns: 1fr;
    }
    
    .accent_5ed7 {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .slider-9e9c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .active_liquid_a8b9 {
        grid-template-columns: 1fr;
    }
    
    .panel-clean-5354 {
        grid-template-columns: 1fr;
    }
    
    .info_3117 {
        grid-template-columns: 1fr;
    }
    
    .frame_f76d,
    .border_hard_ba61,
    .info-a881 {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .slider-9e9c {
        grid-template-columns: 1fr;
    }
    
    .picture-hard-26c9 {
        font-size: 2rem;
    }
    
    .list-bottom-8534 {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget-down-dd6a h4,
.hidden_wood_16a6 h4 {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.widget-down-dd6a ul,
.hidden_wood_16a6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.widget-down-dd6a ul li strong {
    color: var(--text-primary);
}

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

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

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

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

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

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

.notice-blue-51e9 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

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

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

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

.short-20bb {
    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) {
    .banner_small_ace9 {
        grid-template-columns: 1fr;
    }
    
    .popup_fixed_1013 {
        position: static;
    }
}

@media (max-width: 768px) {
    .list_west_ca35 {
        grid-template-columns: 1fr;
    }
    
    .popup_fixed_1013,
    .widget-down-dd6a,
    .hidden_wood_16a6 {
        padding: var(--spacing-md);
    }
    
    .hidden_b680 {
        font-size: 2rem;
    }
}

/* css-noise: 3623 */
.ghost-box-r3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
