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

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

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

.nav_e68b.description-acc3 {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.nav_e68b.heading-outer-dd53 {
    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; }
}

.over-cc2f {
    padding: 0;
}

.sort-over-95d2 {
    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 */
.sort-over-95d2 > * {
    min-width: 0;
}

.description-86df {
    grid-template-columns: auto 1fr auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_f109:hover .status-ddae {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .container_6bde {
        font-size: 28px;
    }
    
    .status-ddae {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .container_6bde {
        font-size: 32px;
    }
    
    .status-ddae {
        font-size: 12px;
    }
}

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

.surface-267f li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

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

.surface-267f a,
.secondary-plasma-5c74 {
    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 */
.surface-267f button.secondary-plasma-5c74 {
    background: transparent;
    border: 0;
    font: inherit;
    line-height: inherit;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .surface-267f a,
    .secondary-plasma-5c74 {
        padding: 0.5rem 0.875rem;
        font-size: 0.9rem;
    }
}

.surface-267f a:hover,
.secondary-plasma-5c74:hover,
.detail_8104.list_c052:hover > .secondary-plasma-5c74 {
    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);
}

.surface-267f a:active,
.secondary-plasma-5c74:active {
    transform: translateY(0);
}

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

.detail_8104.list_c052 {
    position: relative;
}

.secondary-plasma-5c74 {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

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

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

.detail_8104.list_c052:hover .column_b674 {
    transform: rotate(180deg);
    opacity: 1;
}

.detail_8104.list_c052:focus-within .column_b674,
.detail_8104.list_c052.box-9c7c .column_b674 {
    transform: rotate(180deg);
    opacity: 1;
}

.detail_8104.list_c052:hover .last_d242 {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

.medium_fe13 {
    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 */
.medium_fe13::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_8104.list_c052:hover .medium_fe13 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.detail_8104.list_c052:focus-within .medium_fe13,
.detail_8104.list_c052.box-9c7c .medium_fe13 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.banner-dynamic-c527 {
    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;
}

.banner-dynamic-c527:last-child {
    border-bottom: none;
}

.banner-dynamic-c527: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;
}

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

.banner-dynamic-c527:hover::before {
    opacity: 1;
}

.banner-dynamic-c527:first-child {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 0;
}

.banner-dynamic-c527:last-child {
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

/* Keep dropdown open when hovering over it */
.detail_8104.list_c052 .medium_fe13:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.detail_8104.list_c052:hover .banner-dynamic-c527 {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.detail_8104.list_c052:hover .banner-dynamic-c527:nth-child(1) { animation-delay: 0.05s; }
.detail_8104.list_c052:hover .banner-dynamic-c527:nth-child(2) { animation-delay: 0.1s; }
.detail_8104.list_c052:hover .banner-dynamic-c527:nth-child(3) { animation-delay: 0.15s; }
.detail_8104.list_c052:hover .banner-dynamic-c527:nth-child(4) { animation-delay: 0.2s; }
.detail_8104.list_c052:hover .banner-dynamic-c527:nth-child(5) { animation-delay: 0.25s; }
.detail_8104.list_c052:hover .banner-dynamic-c527: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) {
    .bronze_8b50 {
        display: none !important;
    }
    
    .medium-cdd0 { display: inline-flex !important; }
}

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

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

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

.component-71c3 a {
    white-space: nowrap;
    flex-shrink: 0;
}

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

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

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

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

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

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

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


/* New Toggle Button */
.medium-cdd0 {
    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_under_9df0 {
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 999px;
    transition: transform var(--transition-base), opacity var(--transition-base);
}

/* Mobile: transform hamburger into X when drawer is open */
@media (max-width: 767px) {
    .medium-cdd0[aria-expanded="true"] .pagination_under_9df0:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .medium-cdd0[aria-expanded="true"] .pagination_under_9df0:nth-child(2) {
        opacity: 0;
    }
    .medium-cdd0[aria-expanded="true"] .pagination_under_9df0:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .medium-cdd0 {
        flex-direction: row;
        gap: 0.625rem;
    }
    .medium-cdd0::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_under_9df0 {
        width: 18px;
    }
}


/* Medium desktop: compact spacing */
@media (min-width: 1401px) and (max-width: 1600px) {
    .sort-over-95d2 {
        padding: 0.875rem 1.5rem;
        gap: 0.75rem;
    }
    
    .surface-267f {
        gap: 0.375rem;
    }

    .surface-267f a,
    .secondary-plasma-5c74 {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .column_b674 {
        font-size: 0.6rem;
    }
    
    .medium_fe13 {
        min-width: 190px;
    }
    
    .banner-dynamic-c527 {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .component-71c3 {
        gap: 0.625rem;
    }
    
    .component-71c3 .gas-5007,
    .component-71c3 .hover_2d27 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .sort-over-95d2 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .surface-267f {
        gap: 0.625rem;
    }
    
    .surface-267f a,
    .secondary-plasma-5c74 {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .component-71c3 {
        gap: 0.875rem;
    }
    
    .component-71c3 .gas-5007,
    .component-71c3 .hover_2d27 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .medium_fe13 {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .sort-over-95d2 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .surface-267f {
        gap: 0.875rem;
    }
    
    .surface-267f a,
    .secondary-plasma-5c74 {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .component-71c3 {
        gap: 1rem;
    }
    
    .component-71c3 .gas-5007,
    .component-71c3 .hover_2d27 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .medium_fe13 {
        min-width: 220px;
    }
    
    .banner-dynamic-c527 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.breadcrumb_full_ed3b.box-9c7c {
    visibility: visible;
    opacity: 1;
}

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

.summary-new-d07a {
    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;
}

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

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

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

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

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

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

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

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

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

.silver_770b .hover_thick_0e70 {
    min-width: 0;
}

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

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

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

.tooltip_white_8da9.fn-active-33fa {
    visibility: visible;
    opacity: 1;
}

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

/* Content Container */
.popup-rough-5e54 {
    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);
}

.tooltip_white_8da9.fn-active-33fa .popup-rough-5e54 {
    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) {
    .tooltip_white_8da9 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .media-silver-bbdc {
        display: none;
    }

    .popup-rough-5e54 {
        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;
    }

    .tooltip_white_8da9.fn-active-33fa .popup-rough-5e54 {
        transform: translateY(0);
        opacity: 1;
    }

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

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

    .alert-up-487a {
        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;
    }

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

    .alert-up-487a 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;
    }

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

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

    .first_9c57 {
        display: none;
    }

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

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

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

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

.grid-22eb {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.tooltip_white_8da9.fn-active-33fa .grid-22eb:nth-child(1) {
    animation-delay: 0.05s;
}

.tooltip_white_8da9.fn-active-33fa .grid-22eb:nth-child(2) {
    animation-delay: 0.1s;
}

.tooltip_white_8da9.fn-active-33fa .grid-22eb:nth-child(3) {
    animation-delay: 0.15s;
}

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

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

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

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

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

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

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

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

.tag_65fa:hover .panel_5d6d,
.tag_65fa:active .panel_5d6d {
    color: #00d4aa;
}

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

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

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

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

.hover_thick_0e70.fn-secondary-33fa {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.hover_thick_0e70.fn-secondary-33fa:hover,
.hover_thick_0e70.fn-secondary-33fa:active {
    background: rgba(0, 212, 170, 0.1);
}

/* Scrollbar for Mobile Nav */
.popup-rough-5e54::-webkit-scrollbar {
    width: 6px;
}

.popup-rough-5e54::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.popup-rough-5e54::-webkit-scrollbar-thumb {
    background: rgba(0, 212, 170, 0.5);
    border-radius: 3px;
}

.popup-rough-5e54::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 212, 170, 0.7);
}

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

@media (min-width: 425px) {
    .popup-rough-5e54 {
        padding: 1rem;
    }
    
    .static_8ca8 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .hover-ca2a {
        gap: 1rem;
    }
    
    .tag_65fa {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .background_medium_53c4 {
        font-size: 2rem;
    }
    
    .panel_5d6d {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .popup-rough-5e54 {
        padding: 1.25rem;
    }
    
    .static_8ca8 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .static_8ca8 h3 {
        font-size: 1.25rem;
    }
    
    .hover-ca2a {
        gap: 1.25rem;
    }
    
    .accent-soft-93ad {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .tag_65fa {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .background_medium_53c4 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .panel_5d6d {
        font-size: 0.9375rem;
    }
    
    .hover_thick_0e70 {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.gas-5007,
.hover_2d27,
.new-f765,
.photo_prev_411b,
.badge_9f4c,
.breadcrumb_prev_5311,
.advanced_5639 {
    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) {
    .gas-5007,
    .hover_2d27,
    .new-f765 {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.gas-5007,
.photo_prev_411b,
.advanced_5639 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.gas-5007:hover,
.photo_prev_411b:hover,
.advanced_5639:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

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

.hover_2d27:hover,
.badge_9f4c:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.new-f765,
.breadcrumb_prev_5311 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.new-f765:hover,
.breadcrumb_prev_5311:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.photo_prev_411b,
.badge_9f4c {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.advanced_5639,
.breadcrumb_prev_5311 {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
    border-radius: var(--border-radius);
}

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

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

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

@media (min-width: 768px) {
    .picture-fixed-05ed {
        grid-template-columns: 1fr 1fr;
    }
}

.tabs_wood_5e23 {
    z-index: 1;
}

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

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

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

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

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

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

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

.dropdown-2b2e .summary_warm_2dd5 {
    font-size: 2rem;
    flex-shrink: 0;
}

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

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

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

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

.warm-1271 {
    position: relative;
}

.thumbnail_small_56e1 {
    display: none;
}

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

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

    .primary-dc19 {
        display: none;
        margin-bottom: 0;
    }
}

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

.smooth_3d37.message_dirty_9fdf {
    text-align: center;
}

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

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

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

.badge-left-29b2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
}

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

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

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

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

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

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

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

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

.description_clean_6ffc.text_wide_e151 {
    background: var(--secondary-color);
}

.description_clean_6ffc.popup-fa95 {
    background: #ef4444;
}

.description_clean_6ffc.hovered-c8a8 {
    background: var(--accent-color);
}

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

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

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

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

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

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

.media-large-3142:hover {
    gap: var(--spacing-xs);
}

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

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

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

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

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

.large-d448.fn-active-33fa {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.lower-f42d {
    min-height: 400px;
}

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

.feature_513a.fn-active-33fa {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort-87eb a {
    display: block;
    color: inherit;
}

.sort-87eb 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;
}

.yellow-5efd {
    padding: var(--spacing-md);
}

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

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

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

.box_dirty_963a {
    text-align: center;
}

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

.detail-soft-155d {
    max-width: 900px;
    margin: 0 auto;
}

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

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

.gallery-9eba {
    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);
}

.gallery-9eba:hover {
    color: var(--primary-color);
}

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

.fixed_823e.fn-active-33fa .layout_c906 {
    transform: rotate(45deg);
}

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

.fixed_823e.fn-active-33fa .tall_735f {
    max-height: 1000px;
}

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

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

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

.accordion-57a9 {
    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);
}

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

.photo-gas-a595 {
    font-size: 3rem;
    margin-bottom: var(--spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

.accordion-silver-7770 h4 {
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    font-size: 1.125rem;
}

.accordion-silver-7770 ul {
    list-style: none;
}

.accordion-silver-7770 ul li {
    margin-bottom: var(--spacing-xs);
}

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

.accordion-silver-7770 ul li a:hover {
    color: var(--primary-color);
}

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

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

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

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

.nav-under-393c {
    text-align: center;
}

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

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

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

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

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

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

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

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .text_1560 {
        padding: var(--spacing-xl) 0;
    }
    
    .soft_0b63 {
        flex-direction: column;
    }
    
    .soft_0b63 > * {
        width: 100%;
    }
    
    .selected-7815 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .large-d448 {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .up-6ae5 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .green-4846 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .nav_e68b,
    .tooltip_white_8da9,
    .focused-ece8,
    .texture-hard-bd26 {
        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 */
.tabs_d5fa {
    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 */
.bottom_d85a,
.shade_up_87b0,
.sort-87eb,
.accordion-57a9 {
    will-change: transform;
}

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

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

.column-fresh-be09 {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

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

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

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

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

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

.shade-clean-4354 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-east-f8b4 {
    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);
}

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

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

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

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

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

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

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

.row-cold-0914 {
    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);
}

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

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

.list-pro-1032 {
    font-size: 0.9375rem;
    color: var(--text-secondary);
    line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

.column-current-b4de {
    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;
}

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

.column-current-b4de > 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;
}

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

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

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

.dropdown-2505 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) {
    .table-e3e7 {
        grid-template-columns: 1fr;
    }
    
    .mini_4623 {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .sidebar-e696 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .paragraph-51d9 {
        grid-template-columns: 1fr;
    }
    
    .black_74a9 {
        grid-template-columns: 1fr;
    }
    
    .status-8a11 {
        grid-template-columns: 1fr;
    }
    
    .avatar_under_8125,
    .card_52f7,
    .column-current-b4de {
        padding: var(--spacing-md);
    }
}

@media (max-width: 480px) {
    .sidebar-e696 {
        grid-template-columns: 1fr;
    }
    
    .hidden-9f97 {
        font-size: 2rem;
    }
    
    .picture-tall-c73b {
        font-size: 2.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.component-cdd2,
.black-7b8b {
    background: var(--bg-card);
    border-left: 4px solid var(--accent-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
}

.component-cdd2 h4,
.black-7b8b h4 {
    color: var(--accent-color);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.component-cdd2 ul,
.black-7b8b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.component-cdd2 ul li,
.black-7b8b ul li {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: var(--spacing-xs);
    padding-left: var(--spacing-md);
    position: relative;
}

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

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

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

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

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

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

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

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

.filter-5c37 {
    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);
}

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

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

.top-2e32 {
    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) {
    .fixed-3eb6 {
        grid-template-columns: 1fr;
    }
    
    .caption_c92e {
        position: static;
    }
}

@media (max-width: 768px) {
    .east_de27 {
        grid-template-columns: 1fr;
    }
    
    .caption_c92e,
    .component-cdd2,
    .black-7b8b {
        padding: var(--spacing-md);
    }
    
    .upper-34ab {
        font-size: 2rem;
    }
}

/* css-noise: a08b */
.promo-block-h4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
