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

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

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

.green-25fc.feature-easy-d3f9 {
    box-shadow: var(--shadow-lg);
}

/* If any old JS still toggles these classes, keep header visible */
.green-25fc.notification-simple-7b3d {
    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; }
}

.info-north-c8e6 {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

    .highlight_top_a9bb { display: none !important; }
}

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

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

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

.main-old-7796 {
    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);
}

.badge_smooth_e2eb:hover .main-old-7796 {
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .cool_5710 {
        font-size: 28px;
    }
    
    .main-old-7796 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .cool_5710 {
        font-size: 32px;
    }
    
    .main-old-7796 {
        font-size: 12px;
    }
}

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

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

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

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

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

.text_3678 a:hover,
.north_3ecf:hover,
.frame-26db.badge_yellow_c8c3:hover > .north_3ecf {
    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);
}

.text_3678 a:active,
.north_3ecf:active {
    transform: translateY(0);
}

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

.frame-26db.badge_yellow_c8c3 {
    position: relative;
}

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

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

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

.frame-26db.badge_yellow_c8c3:hover .cool-cf63 {
    transform: rotate(180deg);
    opacity: 1;
}

.frame-26db.badge_yellow_c8c3:focus-within .cool-cf63,
.frame-26db.badge_yellow_c8c3.card_9711 .cool-cf63 {
    transform: rotate(180deg);
    opacity: 1;
}

.frame-26db.badge_yellow_c8c3:hover .secondary_956e {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 212, 170, 0.6);
}

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

.frame-26db.badge_yellow_c8c3:hover .media-e979 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.frame-26db.badge_yellow_c8c3:focus-within .media-e979,
.frame-26db.badge_yellow_c8c3.card_9711 .media-e979 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

.huge-7072:last-child {
    border-bottom: none;
}

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

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

.huge-7072:hover::before {
    opacity: 1;
}

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

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

/* Keep dropdown open when hovering over it */
.frame-26db.badge_yellow_c8c3 .media-e979:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Staggered animation for dropdown items */
.frame-26db.badge_yellow_c8c3:hover .huge-7072 {
    animation: fadeInUp 0.3s ease-out forwards;
    opacity: 0;
}

.frame-26db.badge_yellow_c8c3:hover .huge-7072:nth-child(1) { animation-delay: 0.05s; }
.frame-26db.badge_yellow_c8c3:hover .huge-7072:nth-child(2) { animation-delay: 0.1s; }
.frame-26db.badge_yellow_c8c3:hover .huge-7072:nth-child(3) { animation-delay: 0.15s; }
.frame-26db.badge_yellow_c8c3:hover .huge-7072:nth-child(4) { animation-delay: 0.2s; }
.frame-26db.badge_yellow_c8c3:hover .huge-7072:nth-child(5) { animation-delay: 0.25s; }
.frame-26db.badge_yellow_c8c3:hover .huge-7072: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) {
    .glass_0deb {
        display: none !important;
    }
    
    .highlight_top_a9bb { display: inline-flex !important; }
}

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

    .highlight_top_a9bb { display: none !important; }
}

.carousel-bright-51dc {
    display: none;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: nowrap;
}

.carousel-bright-51dc a {
    white-space: nowrap;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .carousel-bright-51dc {
        display: flex;
    }
}

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

.paragraph-317f: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);
}

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

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

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

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


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

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

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


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

    .text_3678 a,
    .north_3ecf {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .cool-cf63 {
        font-size: 0.6rem;
    }
    
    .media-e979 {
        min-width: 190px;
    }
    
    .huge-7072 {
        padding: 0.65rem 1rem;
        font-size: 0.875rem;
    }
    
    .carousel-bright-51dc {
        gap: 0.625rem;
    }
    
    .carousel-bright-51dc .south-b203,
    .carousel-bright-51dc .item_bb67 {
        padding: 0.5rem 1.125rem;
        font-size: 0.875rem;
    }
}

/* Large desktop: comfortable spacing */
@media (min-width: 1601px) and (max-width: 1919px) {
    .next-b130 {
        padding: 1rem 2.5rem;
        gap: 1.25rem;
    }
    
    .text_3678 {
        gap: 0.625rem;
    }
    
    .text_3678 a,
    .north_3ecf {
        padding: 0.625rem 0.875rem;
        font-size: 0.9375rem;
    }
    
    .carousel-bright-51dc {
        gap: 0.875rem;
    }
    
    .carousel-bright-51dc .south-b203,
    .carousel-bright-51dc .item_bb67 {
        padding: 0.625rem 1.375rem;
        font-size: 0.9375rem;
    }
    
    .media-e979 {
        min-width: 200px;
    }
}

/* Extra large desktop: optimal spacing */
@media (min-width: 1920px) {
    .next-b130 {
        padding: 1.125rem 4rem;
        gap: 2rem;
    }
    
    .text_3678 {
        gap: 0.875rem;
    }
    
    .text_3678 a,
    .north_3ecf {
        padding: 0.75rem 1.125rem;
        font-size: 1rem;
    }
    
    .carousel-bright-51dc {
        gap: 1rem;
    }
    
    .carousel-bright-51dc .south-b203,
    .carousel-bright-51dc .item_bb67 {
        padding: 0.75rem 1.625rem;
        font-size: 1rem;
    }
    
    .media-e979 {
        min-width: 220px;
    }
    
    .huge-7072 {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

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

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

.label-lower-6ed9.card_9711 {
    visibility: visible;
    opacity: 1;
}

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

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

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

.lite-9f4a {
    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);
}

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

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

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

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

.outline-d937 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;
}

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

.heading-307b {
    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);
}

.heading-307b .title-under-03f6 {
    min-width: 0;
}

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

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

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

.menu_bab6.fn-active-097e {
    visibility: visible;
    opacity: 1;
}

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

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

.menu_bab6.fn-active-097e .search_0e2a {
    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) {
    .menu_bab6 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: auto;
    }

    .photo_4e6a {
        display: none;
    }

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

    .menu_bab6.fn-active-097e .search_0e2a {
        transform: translateY(0);
        opacity: 1;
    }

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

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

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

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

    .tag-fe15 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;
    }

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

    /* Desktop: simplify dropdown header area */
    .message-clean-3346 {
        display: none;
    }

    .media_inner_f36e {
        display: none;
    }

    .title-under-03f6 {
        flex: 0 0 auto;
        min-width: 140px;
        padding: 0.75rem 1rem;
    }
}

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

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

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

.icon-over-ef3e {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}

.menu_bab6.fn-active-097e .icon-over-ef3e:nth-child(1) {
    animation-delay: 0.05s;
}

.menu_bab6.fn-active-097e .icon-over-ef3e:nth-child(2) {
    animation-delay: 0.1s;
}

.menu_bab6.fn-active-097e .icon-over-ef3e:nth-child(3) {
    animation-delay: 0.15s;
}

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

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

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

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

.aside-a11f:hover::before,
.aside-a11f:active::before {
    opacity: 1;
}

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

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

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

.aside-a11f:hover .text_short_5853,
.aside-a11f:active .text_short_5853 {
    color: #00d4aa;
}

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

.title-under-03f6 {
    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;
}

.title-under-03f6.fn-primary-097e {
    background: linear-gradient(135deg, #00d4aa 0%, #00b890 100%);
    color: #0a0e27;
    box-shadow: 0 4px 12px rgba(0, 212, 170, 0.3);
}

.title-under-03f6.fn-primary-097e:hover,
.title-under-03f6.fn-primary-097e:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 170, 0.5);
}

.title-under-03f6.fn-secondary-097e {
    background: transparent;
    color: #00d4aa;
    border: 2px solid #00d4aa;
}

.title-under-03f6.fn-secondary-097e:hover,
.title-under-03f6.fn-secondary-097e:active {
    background: rgba(0, 212, 170, 0.1);
}

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

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

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

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

/* Responsive Adjustments */
@media (min-width: 375px) {
    .aside-a11f {
        padding: 0.75rem 0.625rem;
        min-height: 72px;
    }
    
    .table-upper-5689 {
        font-size: 1.875rem;
    }
    
    .text_short_5853 {
        font-size: 0.8125rem;
    }
}

@media (min-width: 425px) {
    .search_0e2a {
        padding: 1rem;
    }
    
    .message-clean-3346 {
        padding: 0.75rem 0.5rem 0.875rem;
    }
    
    .hovered_2f9f {
        gap: 1rem;
    }
    
    .aside-a11f {
        padding: 0.875rem 0.75rem;
        min-height: 75px;
    }
    
    .table-upper-5689 {
        font-size: 2rem;
    }
    
    .text_short_5853 {
        font-size: 0.875rem;
    }
}

@media (min-height: 700px) {
    .search_0e2a {
        padding: 1.25rem;
    }
    
    .message-clean-3346 {
        padding: 0.875rem 0.5rem 1rem;
        margin-bottom: 1.25rem;
    }
    
    .message-clean-3346 h3 {
        font-size: 1.25rem;
    }
    
    .hovered_2f9f {
        gap: 1.25rem;
    }
    
    .disabled_cd5b {
        font-size: 0.8125rem;
        margin-bottom: 0.625rem;
    }
    
    .aside-a11f {
        padding: 1rem 0.875rem;
        min-height: 80px;
    }
    
    .table-upper-5689 {
        font-size: 2.25rem;
        margin-bottom: 0.375rem;
    }
    
    .text_short_5853 {
        font-size: 0.9375rem;
    }
    
    .title-under-03f6 {
        padding: 0.875rem 0.75rem;
        font-size: 0.9375rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.south-b203,
.item_bb67,
.input_9102,
.small-4530,
.box_7efe,
.card_fast_2b44,
.mini_4e14 {
    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) {
    .south-b203,
    .item_bb67,
    .input_9102 {
        padding: 0.625rem 1.25rem;
        font-size: 0.9375rem;
    }
}

.south-b203,
.small-4530,
.mini_4e14 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--bg-primary);
    box-shadow: var(--shadow-glow);
}

.south-b203:hover,
.small-4530:hover,
.mini_4e14:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0, 212, 170, 0.5);
}

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

.item_bb67:hover,
.box_7efe:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.input_9102,
.card_fast_2b44 {
    background: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.input_9102:hover,
.card_fast_2b44:hover {
    background: var(--primary-color);
    color: var(--bg-primary);
}

.small-4530,
.box_7efe {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

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

.wood-19d2 {
    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
   ============================================ */
.clean-9faf {
    padding: var(--spacing-2xl) 0;
    position: relative;
    overflow: hidden;
}

.clean-9faf::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;
}

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

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

.paper-9bcd {
    z-index: 1;
}

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

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

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

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

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

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

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

.hidden-east-4850 .steel_76e5 {
    font-size: 2rem;
    flex-shrink: 0;
}

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

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

.main-hard-5da4 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

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

.article_7cf6 {
    position: relative;
}

.fresh-b577 {
    display: none;
}

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

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

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

.first-05ef {
    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
   ============================================ */
.image_red_f26a {
    margin-bottom: var(--spacing-xl);
}

.image_red_f26a.simple-6eee {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.over-db94.outer-ec3c {
    background: var(--secondary-color);
}

.over-db94.cool_d73d {
    background: #ef4444;
}

.over-db94.modal_318a {
    background: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-efa7.fn-active-097e {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background: rgba(0, 212, 170, 0.1);
}

.secondary_3943 {
    min-height: 400px;
}

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

.tooltip_pressed_3ee9.fn-active-097e {
    display: block;
}

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

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

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

.main-easy-9fa8 h3 {
    margin-bottom: var(--spacing-md);
}

.main-easy-9fa8 p {
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

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

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

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

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

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

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

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

.first-de6b a {
    display: block;
    color: inherit;
}

.first-de6b 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;
}

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

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

.row-dirty-b075,
.badge_ac13 {
    display: block;
    font-size: 0.875rem;
    color: var(--text-muted);
}

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

.thick_00ad {
    text-align: center;
}

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

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

.layout-paper-c2f8 {
    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);
}

.layout-paper-c2f8:hover {
    border-color: var(--primary-color);
}

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

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

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

.layout-paper-c2f8.fn-active-097e .brown_8bf7 {
    transform: rotate(45deg);
}

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

.layout-paper-c2f8.fn-active-097e .footer_61c5 {
    max-height: 1000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hot-e643 ul {
    list-style: none;
}

.hot-e643 ul li {
    margin-bottom: var(--spacing-xs);
}

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

.hot-e643 ul li a:hover {
    color: var(--primary-color);
}

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

.pressed-999e {
    display: flex;
    gap: var(--spacing-sm);
}

.pressed-999e 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);
}

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

.cool-40a2 {
    text-align: center;
}

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

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

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

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

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

.picture-current-3a61 {
    color: var(--accent-color) !important;
    font-weight: var(--font-weight-medium);
}

/* ============================================
   Utility Classes
   ============================================ */
.simple-6eee {
    text-align: center;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 768px) {
    :root {
        --spacing-xl: 2rem;
        --spacing-2xl: 3rem;
    }
    
    .clean-9faf {
        padding: var(--spacing-xl) 0;
    }
    
    .main-hard-5da4 {
        flex-direction: column;
    }
    
    .main-hard-5da4 > * {
        width: 100%;
    }
    
    .wrapper_gas_0e76 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .background-efa7 {
        min-width: 120px;
        font-size: 0.875rem;
        padding: var(--spacing-sm);
    }
    
    .item_red_bfc7 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: var(--spacing-sm);
    }
    
    .widget_f07e {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .green-25fc,
    .menu_bab6,
    .hover_medium_2455,
    .pink-f4d8 {
        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 */
.picture-940d {
    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 */
.first-05ef,
.fresh_5b18,
.first-de6b,
.focus-smooth-6014 {
    will-change: transform;
}

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

.texture_hovered_1b1b {
    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-e7fb {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

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

.hover-liquid-14b5 {
    font-size: 0.9375rem;
    color: var(--text-muted);
}

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

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

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

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

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

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

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

.overlay-silver-8e28 {
    font-size: 1rem;
    letter-spacing: 1px;
    color: var(--accent-color);
}

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

.pressed-870c {
    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
   ============================================ */
.hover-selected-210b {
    padding: var(--spacing-2xl) 0;
    background: var(--bg-secondary);
}

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

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

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

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

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

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

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

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

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

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

.table-easy-595f {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-cd53 > 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;
}

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

.background-762c {
    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);
}

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

.background-762c 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) {
    .element-solid-1984 {
        grid-template-columns: 1fr;
    }
    
    .texture_hovered_1b1b {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .info_6c0d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .left-dea4 {
        grid-template-columns: 1fr;
    }
    
    .pagination-2a2b {
        grid-template-columns: 1fr;
    }
    
    .layout_456e {
        grid-template-columns: 1fr;
    }
    
    .layout-6969,
    .table-easy-595f,
    .link-cd53 {
        padding: var(--spacing-md);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.next_c185 ul,
.highlight_9ff2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-28a7 {
    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) {
    .focused-e476 {
        grid-template-columns: 1fr;
    }
    
    .simple-c891 {
        position: static;
    }
}

@media (max-width: 768px) {
    .orange-3b79 {
        grid-template-columns: 1fr;
    }
    
    .simple-c891,
    .next_c185,
    .highlight_9ff2 {
        padding: var(--spacing-md);
    }
    
    .icon_full_3ae7 {
        font-size: 2rem;
    }
}

/* css-noise: 4096 */
.shadow-element-r7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
