/* Cyberpunk Casino Theme - 090bet */
@import url('https://fonts.status_56ad.large_85c6/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

:root {
    /* Cyberpunk Color System */
    --cyber-bg-dark: #0a0e17;
    --cyber-bg-medium: #111827;
    --cyber-bg-light: #1e293b;
    --cyber-bg-card: #162032;
    
    /* Neon Colors */
    --neon-cyan: #00f0ff;
    --neon-cyan-dim: #0891b2;
    --neon-magenta: #ff00ff;
    --neon-pink: #f472b6;
    --neon-green: #22c55e;
    --neon-yellow: #facc15;
    --neon-orange: #f97316;
    
    /* Text Colors */
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    --text-accent: var(--neon-cyan);
    
    /* Gradient Presets */
    --gradient-cyber: linear-gradient(135deg, var(--neon-cyan) 0%, var(--neon-magenta) 100%);
    --gradient-card: linear-gradient(180deg, rgba(22,32,50,0.9) 0%, rgba(10,14,23,0.95) 100%);
    --gradient-glow: radial-gradient(ellipse at center, rgba(0,240,255,0.15) 0%, transparent 70%);
    
    /* Shadows & Glows */
    --glow-cyan: 0 0 20px rgba(0,240,255,0.3), 0 0 40px rgba(0,240,255,0.1);
    --glow-magenta: 0 0 20px rgba(255,0,255,0.3), 0 0 40px rgba(255,0,255,0.1);
    --glow-green: 0 0 20px rgba(34,197,94,0.3);
    --shadow-card: 0 10px 40px rgba(0,0,0,0.4);
    --shadow-elevated: 0 25px 50px -12px rgba(0,0,0,0.5);
    
    /* Typography */
    --font-display: 'Orbitron', sans-serif;
    --font-body: 'Rajdhani', sans-serif;
    
    /* Spacing */
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-full: 9999px;
    
    /* Transitions */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--cyber-bg-dark);
    color: var(--text-primary);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background-image: 
        radial-gradient(ellipse at 20% 0%, rgba(0,240,255,0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(255,0,255,0.05) 0%, transparent 50%);
    min-height: 100vh;
}

/* Container */
.shade_3205 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

@media (min-width: 768px) {
    .shade_3205 {
        padding: 0 var(--space-xl);
    }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
    margin-bottom: var(--space-md);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
h4 { font-size: clamp(1.1rem, 2vw, 1.25rem); }

p {
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
}

a {
    color: var(--neon-cyan);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--neon-magenta);
}

strong {
    color: var(--neon-cyan);
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Top Bar */
.element_out_17c6 {
    background: linear-gradient(90deg, var(--cyber-bg-medium) 0%, var(--cyber-bg-dark) 100%);
    border-bottom: 1px solid rgba(0,240,255,0.2);
    padding: var(--space-sm) 0;
    font-size: 0.85rem;
}

.popup-2138 {
    display: flex;
    justify-content: center;
    gap: var(--space-xl);
    flex-wrap: wrap;
}

.table-eae2 {
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

@media (max-width: 768px) {
    .popup-2138 {
        gap: var(--space-md);
        font-size: 0.75rem;
    }
}

/* Cyber Header */
.header_b90b {
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,240,255,0.3);
    position: sticky;
    top: 0;
    /* Keep header & dropdown above hero overlays/cards on all pages */
    z-index: 9999;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
    overflow: visible;
}

.media_warm_cf3d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-md) 0;
    gap: var(--space-lg);
    overflow: visible;
}

.stone_88aa a {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    text-decoration: none;
}

.stone_88aa img {
    border-radius: var(--radius-md);
    transition: transform var(--transition-normal);
}

.stone_88aa img:hover {
    transform: scale(1.05);
}

.steel-45d5 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-cyber);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.old_4aa4 {
    display: flex;
    gap: var(--space-sm);
    overflow: visible;
}

.icon-dynamic-2470 {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-secondary);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-sm);
    transition: all var(--transition-normal);
    position: relative;
    text-decoration: none;
}

.icon-dynamic-2470:hover {
    color: var(--neon-cyan);
}

/* Desktop Dropdown Navigation */
.last-c4c5 {
    position: relative;
}

/* Hover bridge: prevents flicker when moving mouse from trigger to menu */
.last-c4c5::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    pointer-events: none;
}

.wrapper_2dcc {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
    cursor: pointer;
}

.article-upper-24fd {
    font-size: 0.6rem;
    transition: transform var(--transition-normal);
}

.last-c4c5:hover .article-upper-24fd {
    transform: rotate(180deg);
}

.card-0c87 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: var(--cyber-bg-medium);
    border: 2px solid var(--neon-cyan);
    border-radius: var(--radius-md);
    padding: var(--space-sm);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* Keep a smooth reveal without creating a hover gap */
    transform: translateY(8px);
    transition: all var(--transition-normal);
    z-index: 10000;
    box-shadow: var(--glow-cyan), var(--shadow-card);
}

.last-c4c5:hover .card-0c87 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Touch/keyboard support: allow dropdown open via focus (tap) */
.last-c4c5:focus-within .card-0c87 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* JS-assisted open state (mainly for touch devices) */
.last-c4c5.box-ac38 .card-0c87 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.card-0c87 a {
    display: block;
    padding: var(--space-sm) var(--space-md);
    color: var(--text-secondary);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    border: 1px solid transparent;
    margin-bottom: var(--space-xs);
}

.card-0c87 a:last-child {
    margin-bottom: 0;
}

.card-0c87 a:hover {
    background: rgba(0, 240, 255, 0.1);
    color: var(--neon-cyan);
    border-color: var(--neon-cyan);
    transform: translateX(5px);
}

.complex-2d96 {
    display: flex;
    gap: var(--space-md);
}

/* Hamburger Menu Toggle */
.background-white-e04b {
    background: var(--cyber-bg-light);
    border: 2px solid var(--neon-cyan);
    width: 44px;
    height: 44px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: all var(--transition-normal);
    position: relative;
}

.background-white-e04b:hover {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.background-white-e04b:hover span {
    background-color: var(--cyber-bg-dark);
}

.background-white-e04b span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--neon-cyan);
    border-radius: 1px;
    transition: all var(--transition-normal);
    margin: 2px 0;
}

.background-white-e04b.fn-active-2b9a {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.background-white-e04b.fn-active-2b9a span {
    background-color: var(--cyber-bg-dark);
}

.background-white-e04b.fn-active-2b9a span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.background-white-e04b.fn-active-2b9a span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.background-white-e04b.fn-active-2b9a span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Hamburger Navigation Menu */
.rough-8e93 {
    background-color: var(--cyber-bg-medium);
    border-top: 1px solid var(--neon-cyan);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-slow);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.rough-8e93.fn-active-2b9a {
    max-height: 800px;
}

.shadow-332f {
    padding: var(--space-md);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
    max-height: 750px;
    overflow-y: auto;
    background: var(--cyber-bg-medium);
}

.menu-e5dd {
    margin-bottom: var(--space-sm);
}

.menu-e5dd h4 {
    color: var(--neon-cyan);
    font-family: var(--font-display);
    font-size: 0.9rem;
    margin-bottom: var(--space-sm);
    border-bottom: 2px solid var(--neon-cyan);
    padding: var(--space-sm) var(--space-md);
    text-align: center;
    font-weight: 700;
    position: sticky;
    top: 0;
    background: var(--cyber-bg-medium);
    z-index: 10;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.menu-e5dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neon-cyan);
    text-decoration: none;
    padding: var(--space-md);
    margin-bottom: var(--space-xs);
    border-radius: var(--radius-md);
    transition: all var(--transition-normal);
    text-align: center;
    border: 2px solid var(--neon-cyan);
    font-weight: 600;
    font-family: var(--font-display);
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 44px;
    background-color: var(--cyber-bg-light);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.menu-e5dd a:hover {
    color: var(--cyber-bg-dark);
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
    transform: translateY(-2px);
    box-shadow: var(--glow-cyan);
}

.menu-e5dd a:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Add shimmer effect to buttons */
.menu-e5dd a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.5s;
}

.menu-e5dd a:hover::before {
    left: 100%;
}

/* Mobile Navigation Full Width Section */
.primary_8c46 {
    grid-column: 1 / -1;
}

.input-mini-0730 {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
}

.input-mini-0730 a {
    flex: 1;
    max-width: 180px;
}

@media (max-width: 992px) {
    .old_4aa4 {
        display: none;
    }
    
    .background-white-e04b {
        display: flex;
    }

    /* Mobile header layout: keep brand + hamburger on first row, show action buttons on second row */
    .media_warm_cf3d {
        flex-wrap: wrap;
        gap: var(--space-sm);
    }

    .stone_88aa {
        flex: 1 1 auto;
        min-width: 0;
    }

    .background-white-e04b {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .complex-2d96 {
        order: 3;
        display: flex;
        width: 100%;
        justify-content: center;
        gap: var(--space-sm);
        margin-top: var(--space-sm);
    }

    .complex-2d96 .advanced-110a {
        /* Keep the two actions compact in the header (no full-width stretching) */
        flex: 0 1 auto;
        min-width: 0; /* required for text-overflow in flex items */
        justify-content: center;
        max-width: 48%;
        font-size: 0.78rem;
        padding: 0.6rem 0.8rem;
        letter-spacing: 0.08em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Ensure desktop nav is always visible (prevents accidental overrides from page CSS) */
@media (min-width: 993px) {
    .old_4aa4 {
        display: flex !important;
    }
    .background-white-e04b {
        display: none !important;
    }
    .rough-8e93 {
        display: none !important;
    }
}

/* Mobile: keep hamburger menu collapsed by default; expand only when active */
@media (max-width: 992px) {
    .rough-8e93 {
        max-height: 0;
        overflow: hidden;
    }
    .rough-8e93.fn-active-2b9a {
        max-height: 800px;
    }
}

/* Mobile actions (cloned from .complex-2d96 into hamburger menu) */
.logo_54b1 {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    padding: var(--space-sm);
    border: 1px solid rgba(0,240,255,0.2);
    border-radius: var(--radius-md);
    background: rgba(10,14,23,0.6);
}
.logo_54b1 .advanced-110a {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
    font-weight: 800;
}

@media (max-width: 576px) {
    .complex-2d96 {
        /* Keep header buttons side-by-side on small screens */
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: var(--space-sm);
    }
    
    .complex-2d96 .advanced-110a {
        max-width: 48%;
        font-size: 0.72rem;
        padding: 0.55rem 0.65rem;
        letter-spacing: 0.06em;
    }
    
    .shadow-332f {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .menu-e5dd {
        margin-bottom: var(--space-xs);
    }
    
    .menu-e5dd h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .menu-e5dd a {
        padding: var(--space-md) var(--space-lg);
        font-size: 0.9rem;
        white-space: normal;
        line-height: 1.4;
        min-height: 52px;
        font-weight: 700;
        border-width: 2px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    }
    
    .input-mini-0730 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .input-mini-0730 a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .shadow-332f {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .menu-e5dd h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .menu-e5dd a {
        font-size: 0.85rem;
        padding: var(--space-sm) var(--space-md);
        min-height: 48px;
        font-weight: 700;
        border-width: 2px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    }
}

/* Buttons - Cyberpunk Style */
.advanced-110a {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
    min-height: 44px;
}

.large-8edf {
    background: var(--gradient-cyber);
    color: var(--cyber-bg-dark);
    box-shadow: var(--glow-cyan);
}

.large-8edf:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0,240,255,0.5), 0 0 60px rgba(0,240,255,0.2);
    color: var(--cyber-bg-dark);
}

.large-8edf::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.large-8edf:hover::before {
    left: 100%;
}

.focused-0f5d {
    background: transparent;
    color: var(--neon-cyan);
    border: 2px solid var(--neon-cyan);
    box-shadow: 0 0 10px rgba(0,240,255,0.2);
}

.focused-0f5d:hover {
    background: rgba(0,240,255,0.1);
    box-shadow: var(--glow-cyan);
    transform: translateY(-2px);
    color: var(--neon-cyan);
}

.last-9ea6 {
    padding: var(--space-md) var(--space-2xl);
    font-size: 1rem;
    min-height: 52px;
}

.progress-a1ab {
    background: var(--neon-cyan);
    color: var(--cyber-bg-dark);
}

.progress-a1ab:hover {
    background: var(--neon-magenta);
    color: white;
}

.grid_dark_5a08 {
    background: var(--neon-green);
    color: var(--cyber-bg-dark);
}

.grid_dark_5a08:hover {
    background: #16a34a;
    color: white;
}

/* Breadcrumb Navigation */
.wood_c64f {
    background: var(--cyber-bg-medium);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(0,240,255,0.1);
}

.steel-a837 {
    display: flex;
    gap: var(--space-sm);
    list-style: none;
    font-size: 0.85rem;
}

.steel-a837 li::after {
    content: '›';
    margin-left: var(--space-sm);
    color: var(--text-muted);
}

.steel-a837 li:last-child::after {
    display: none;
}

.steel-a837 a {
    color: var(--neon-cyan);
}

.steel-a837 span {
    color: var(--text-muted);
}

/* Hero Section - Cyberpunk */
.wrapper_6f57 {
    position: relative;
    padding: var(--space-3xl) 0;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.tabs_lite_c7b9 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.stale_f929 {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(0,240,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,240,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.north-9ca8 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.preview-c759 {
    width: 400px;
    height: 400px;
    background: var(--neon-cyan);
    top: -100px;
    left: -100px;
}

.notice-fast-15c8 {
    width: 300px;
    height: 300px;
    background: var(--neon-magenta);
    bottom: -50px;
    right: -50px;
}

.logo-04cb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
    position: relative;
    z-index: 1;
}

.tooltip-0f2f {
    display: inline-block;
    background: rgba(0,240,255,0.1);
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    padding: var(--space-xs) var(--space-md);
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: var(--space-lg);
}

.list-clean-34ff h1 {
    background: var(--gradient-cyber);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-lg);
}

.image_bcab {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: var(--space-xl);
}

.large_cf1f {
    display: flex;
    gap: var(--space-xl);
    margin-bottom: var(--space-xl);
}

.surface_hard_0e38 {
    text-align: center;
}

.info_69c4 {
    display: block;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--neon-cyan);
}

.logo_first_ab6d {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

.filter_e371 {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.solid_67b7 {
    position: relative;
}

.primary-huge-2d9a {
    border-radius: var(--radius-xl);
    box-shadow: var(--glow-cyan), var(--shadow-elevated);
    border: 2px solid rgba(0,240,255,0.3);
}

.stone_99a1 {
    position: absolute;
    inset: 0;
}

.short_96f9 {
    position: absolute;
    background: rgba(17, 24, 39, 0.9);
    border: 1px solid rgba(0,240,255,0.3);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-md);
    font-family: var(--font-display);
    font-size: 0.8rem;
    color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
    animation: float 3s ease-in-out infinite;
}

.logo-eb0f { top: 10%; left: -10%; animation-delay: 0s; }
.large-e8b6 { top: 50%; right: -15%; animation-delay: 1s; }
.yellow-e474 { bottom: 10%; left: 5%; animation-delay: 2s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {
    .logo-04cb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .large_cf1f {
        justify-content: center;
    }
    
    .filter_e371 {
        justify-content: center;
    }
    
    .solid_67b7 {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .stone_99a1 {
        display: none;
    }
}

@media (max-width: 576px) {
    .wrapper_6f57 {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .large_cf1f {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .filter_e371 {
        flex-direction: column;
    }
    
    .filter_e371 .advanced-110a {
        width: 100%;
    }
}

/* Section Styles */
.chip-6d58 {
    padding: var(--space-3xl) 0;
}

.chip-6d58.box-white-234d {
    background: var(--cyber-bg-medium);
}

.green_f17a {
        text-align: center;
    margin-bottom: var(--space-2xl);
}

.carousel_simple_3f30 {
    display: inline-block;
    background: rgba(0,240,255,0.1);
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    padding: var(--space-xs) var(--space-md);
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: var(--space-md);
    letter-spacing: 0.1em;
}

.widget-127b {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Features Grid */
.content_b73b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-lg);
}

.wrapper-soft-15da {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all var(--transition-normal);
}

.wrapper-soft-15da:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.article-5388 {
    font-size: 3rem;
    margin-bottom: var(--space-md);
    display: block;
}

.wrapper-soft-15da h3 {
    font-size: 1.25rem;
    margin-bottom: var(--space-sm);
}

.wrapper-soft-15da p {
    font-size: 0.95rem;
    margin: 0;
}

/* About Section */
.selected-6a2f {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: var(--space-2xl);
    align-items: start;
}

.short_d194 h3 {
    color: var(--neon-cyan);
    font-size: 1.25rem;
}

.menu_f00d {
    position: sticky;
    top: 100px;
}

.red-7d6f {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
}

.main_north_e10a {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.main_north_e10a:last-child {
    border: none;
}

.box-mini-3af3 {
    color: var(--neon-green);
    font-size: 1.25rem;
}

.gallery_e69c {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

@media (max-width: 992px) {
    .selected-6a2f {
        grid-template-columns: 1fr;
    }
    
    .menu_f00d {
        position: static;
    }
}

/* Content Wrapper */
.clean_d597 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2xl);
    align-items: center;
}

.clean_d597.west_2835 {
    direction: rtl;
}

.clean_d597.west_2835 > * {
    direction: ltr;
}

.tag-8bb9 {
    margin: 0;
}

.info_1c62 {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(0,240,255,0.2);
    transition: all var(--transition-normal);
}

.info_1c62:hover {
    transform: scale(1.02);
    box-shadow: var(--glow-cyan);
    border-color: var(--neon-cyan);
}

figcaption {
    margin-top: var(--space-md);
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: center;
    font-style: italic;
}

.out-eaf5 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    margin-top: var(--space-xl);
}

.layout-warm-d945 {
    text-align: center;
    margin-top: var(--space-2xl);
}

@media (max-width: 992px) {
    .clean_d597 {
        grid-template-columns: 1fr;
    }
    
    .clean_d597.west_2835 {
        direction: ltr;
    }
}

/* Sports/Games Grid */
.steel_9015, .preview_tiny_2a78, .blue_8ddf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.south-0ba7, .steel_c238, .shade_7e12 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    text-align: center;
    transition: all var(--transition-normal);
}

.south-0ba7:hover, .steel_c238:hover, .shade_7e12:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.sort_iron_0f35, .primary-static-465b, .rough_1b17 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.south-0ba7 h4, .steel_c238 h4, .shade_7e12 h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.south-0ba7 p, .steel_c238 p, .shade_7e12 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

/* Slots Showcase */
.table-dirty-1850 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.panel-1579 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
}

.panel-1579 h4 {
    color: var(--neon-cyan);
    font-size: 1.1rem;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 1px solid rgba(0,240,255,0.2);
}

.button-mini-16a0 {
    list-style: none;
}

.button-mini-16a0 li {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.button-mini-16a0 li:last-child {
    border: none;
}

/* Bonus Section */
.module_9e3d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.picture-huge-910a {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    position: relative;
    overflow: hidden;
}

.picture-huge-910a.lite-f96e {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.picture-huge-910a.lite-f96e::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.badge_bfca {
    display: inline-block;
    background: rgba(0,240,255,0.2);
    color: var(--neon-cyan);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    font-size: 0.7rem;
    font-family: var(--font-display);
    font-weight: 700;
    margin-bottom: var(--space-md);
}

.picture-huge-910a h3 {
    font-size: 1.5rem;
    margin-bottom: var(--space-sm);
}

.picture-huge-910a ul {
    list-style: none;
    margin: var(--space-md) 0;
}

.picture-huge-910a li {
    padding: var(--space-xs) 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.accordion_3ce4 h3 {
    color: var(--neon-yellow);
}

/* Register Steps */
.description_1bbb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.under-72ec {
    text-align: center;
    position: relative;
}

.warm-9b49 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--gradient-cyber);
    border-radius: 50%;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--cyber-bg-dark);
    margin: 0 auto var(--space-md);
}

.under-72ec h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.under-72ec p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

/* Account Features */
.feature-b147 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.block_bb2f {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all var(--transition-normal);
}

.block_bb2f:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

/* Support Channels */
.highlight_8ca1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.section-1779 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all var(--transition-normal);
}

.section-1779:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

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

.layout-wood-1a50 {
    display: inline-block;
    margin-top: var(--space-sm);
    font-size: 0.8rem;
    color: var(--neon-green);
    background: rgba(34,197,94,0.1);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-full);
}

.widget-90f8 {
    background: rgba(0,240,255,0.05);
    border-left: 3px solid var(--neon-cyan);
    padding: var(--space-md);
    margin-top: var(--space-lg);
    font-style: italic;
}

/* FAQ Section */
.fast_d168 {
    background: var(--cyber-bg-dark);
}

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

.solid_e391 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-md);
    overflow: hidden;
    transition: all var(--transition-normal);
}

.solid_e391:hover {
    border-color: rgba(0,240,255,0.3);
}

.solid_e391[open] {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.solid_e391 summary {
    padding: var(--space-lg);
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.solid_e391 summary::-webkit-details-marker {
    display: none;
}

.solid_e391 summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--neon-cyan);
    transition: transform var(--transition-normal);
}

.solid_e391[open] summary::after {
    transform: rotate(45deg);
}

.layout_65cc {
    padding: 0 var(--space-lg) var(--space-lg);
}

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

/* CTA Final Section */
.input_advanced_b324 {
    background: linear-gradient(180deg, var(--cyber-bg-medium) 0%, var(--cyber-bg-dark) 100%);
    padding: var(--space-3xl) 0;
    text-align: center;
}

.progress_pink_1eb7 img,
.photo_c314 img,
img.search_soft_e1de {
    margin: 0 auto var(--space-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--glow-cyan);
}

.progress_pink_1eb7 h2 {
    margin-bottom: var(--space-md);
}

.progress_pink_1eb7 p {
    max-width: 600px;
    margin: 0 auto var(--space-xl);
}

.label_green_247e {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
    flex-wrap: wrap;
}

/* Cyber Footer */
.outer-b199 {
    background: var(--cyber-bg-medium);
    border-top: 1px solid rgba(0,240,255,0.2);
    padding: var(--space-3xl) 0 var(--space-xl);
}

.panel-fast-afed {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-2xl);
    margin-bottom: var(--space-2xl);
}

.heading_dbb2 h5 {
    font-family: var(--font-display);
    font-size: 1rem;
    color: var(--neon-cyan);
    margin-bottom: var(--space-md);
}

.heading_dbb2 p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.heading_dbb2 nav {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.heading_dbb2 nav a {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: color var(--transition-fast);
}

.heading_dbb2 nav a:hover {
    color: var(--neon-cyan);
}

.last-786a {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: var(--space-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-md);
}

.last-786a p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.article-49ad {
    display: flex;
    gap: var(--space-sm);
}

.article-49ad .overlay-green-ffb8 {
    background: rgba(0,240,255,0.1);
    border: 1px solid rgba(0,240,255,0.2);
    padding: var(--space-xs) var(--space-sm);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    color: var(--text-secondary);
}

@media (max-width: 992px) {
    .panel-fast-afed {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .panel-fast-afed {
        grid-template-columns: 1fr;
    text-align: center;
}

    .heading_dbb2 nav {
        align-items: center;
    }
    
    .last-786a {
        flex-direction: column;
        text-align: center;
    }
}

/* Legal Sections */
.purple_b0ca {
    background: var(--cyber-bg-dark);
    padding: var(--space-2xl) 0;
    border-top: 1px solid rgba(0,240,255,0.1);
}

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

.center_46bb h2 {
    font-size: 1.5rem;
    margin-bottom: var(--space-md);
    color: var(--neon-cyan);
}

.center_46bb p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Article Meta - E-E-A-T */
.summary_f314 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.south-07d7 {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.pagination-5dbd {
    font-size: 1rem;
}

/* Testimonials Section - E-E-A-T Experience */
.aside_8424 {
    background: var(--cyber-bg-medium);
    padding: var(--space-3xl) 0;
}

.small-76f8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.yellow-32fb {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    transition: all var(--transition-normal);
}

.yellow-32fb:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.image-simple-5205 {
    margin-bottom: var(--space-md);
}

.link-16e7 {
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.yellow-32fb blockquote {
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0 0 var(--space-lg) 0;
    padding-left: var(--space-md);
    border-left: 3px solid var(--neon-cyan);
}

.top_8927 {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.red-8334 {
    font-size: 2rem;
    background: rgba(0,240,255,0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb_top_99ee {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.breadcrumb_top_99ee cite {
    font-style: normal;
    font-weight: 600;
    color: var(--text-primary);
}

.wrapper-bottom-c973 {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.shadow_5cb6 {
    font-size: 0.75rem;
    color: var(--neon-green);
    background: rgba(34,197,94,0.1);
    padding: 2px 8px;
    border-radius: var(--radius-full);
    display: inline-block;
}

.hero_clean_0844 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: var(--space-lg);
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.2);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
}

.modal-wood-4c99 {
    text-align: center;
}

.modal-wood-4c99 .info_69c4 {
    display: block;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--neon-cyan);
}

.modal-wood-4c99 .logo_first_ab6d {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Trust & Certifications Section - E-E-A-T Trustworthiness */
.pattern_active_83bd {
    background: var(--cyber-bg-dark);
    padding: var(--space-3xl) 0;
}

.east_f416 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.description-east-77cf {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    text-align: center;
    transition: all var(--transition-normal);
}

.description-east-77cf:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

.focus-42d3 {
    font-size: 2rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.description-east-77cf h4 {
    font-size: 0.95rem;
    margin-bottom: var(--space-xs);
    color: var(--neon-cyan);
}

.description-east-77cf p {
    font-size: 0.8rem;
    margin: 0;
    color: var(--text-muted);
}

.in-5279 {
    background: var(--gradient-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
}

.in-5279 h3 {
    color: var(--neon-cyan);
    margin-bottom: var(--space-sm);
}

.in-5279 > p {
    margin-bottom: var(--space-lg);
}

.static_6750 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
        justify-content: center;
    }
    
.caption-hard-ecb8 {
    background: rgba(0,240,255,0.1);
    border: 1px solid rgba(0,240,255,0.3);
    color: var(--neon-cyan);
    padding: var(--space-sm) var(--space-md);
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    transition: all var(--transition-fast);
}

.caption-hard-ecb8:hover {
    background: var(--neon-cyan);
    color: var(--cyber-bg-dark);
}

/* Responsible Gaming Section - E-E-A-T Trustworthiness */
.status_hard_6d95 {
    background: linear-gradient(180deg, var(--cyber-bg-medium) 0%, var(--cyber-bg-dark) 100%);
    padding: var(--space-3xl) 0;
}

.paragraph-bright-1cfc {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.paragraph-bright-1cfc h2 {
    color: var(--neon-yellow);
    margin-bottom: var(--space-md);
}

.paragraph-bright-1cfc > p {
    margin-bottom: var(--space-2xl);
    color: var(--text-secondary);
}

.component-bf54 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.media-smooth-ad95 {
    background: var(--gradient-card);
    border: 1px solid rgba(250,204,21,0.2);
    border-radius: var(--radius-md);
    padding: var(--space-lg);
    text-align: center;
}

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

.media-smooth-ad95 h4 {
    font-size: 1rem;
    color: var(--neon-yellow);
    margin-bottom: var(--space-xs);
}

.media-smooth-ad95 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

.container-lower-f935 {
    background: rgba(250,204,21,0.1);
    border: 2px solid var(--neon-yellow);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    display: flex;
    align-items: center;
    gap: var(--space-lg);
    text-align: left;
}

.purple_bc88 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 900;
    color: var(--neon-yellow);
    background: var(--cyber-bg-dark);
    border: 3px solid var(--neon-yellow);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.container-lower-f935 p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .container-lower-f935 {
        flex-direction: column;
        text-align: center;
    }
    
    .summary_f314 {
        justify-content: center;
    }
}

/* Utility Classes */
.heading-6a92 { text-align: center; }
.hidden-selected-3627 { margin-bottom: var(--space-lg); }
.west-8ffb { margin-bottom: var(--space-xl); }
.description-middle-73d7 { padding: var(--space-xl) 0; }

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: var(--glow-cyan);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 40px rgba(0,240,255,0.4);
    }
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}

.gradient-dark-ba11 {
    animation: fadeInUp 0.6s ease-out;
}

.small_3588 {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .content_b73b {
        grid-template-columns: 1fr;
    }
    
    .module_9e3d {
        grid-template-columns: 1fr;
    }
    
    .description_1bbb {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .description_1bbb {
        grid-template-columns: 1fr;
    }
    
    .popup-2138 {
        display: none;
    }
}

/* ============================================
   E-E-A-T Sections Styles - APK Page
   ============================================ */

/* Author Section */
.brown-f971 {
    padding: var(--space-2xl) 0;
    background: var(--gradient-card);
}

.slider-wide-34d2 {
    background: var(--cyber-bg-card);
    border: 1px solid rgba(0,240,255,0.2);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--space-xl);
    align-items: center;
}

.gallery_dynamic_95b5 {
    font-size: 4rem;
    background: var(--gradient-cyber);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.description-db7f h3 {
    font-family: var(--font-display);
    font-size: 0.9rem;
    color: var(--neon-cyan);
    margin-bottom: var(--space-xs);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grid-dc80 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
}

.element_65b2 {
    color: var(--neon-yellow);
    font-size: 1rem;
    margin-bottom: var(--space-md);
}

.outer-a86d {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: var(--space-md);
}

.tall-3c3f {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.dirty-b703 {
    background: rgba(0,240,255,0.1);
    border: 1px solid rgba(0,240,255,0.3);
    border-radius: var(--radius-full);
    padding: var(--space-xs) var(--space-md);
    font-size: 0.85rem;
    color: var(--neon-cyan);
}

.frame-upper-5094 {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.sidebar-7805 {
    background: var(--cyber-bg-light);
    border-radius: var(--radius-md);
    padding: var(--space-sm) var(--space-md);
    text-align: center;
}

.sidebar-7805 .caption-73e0 {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.sidebar-7805 .popup-basic-e330 {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .slider-wide-34d2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tall-3c3f {
        justify-content: center;
    }
    
    .frame-upper-5094 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Guide Steps */
.bronze_e1b5 {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.progress-602e {
    background: var(--cyber-bg-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    align-items: flex-start;
    transition: all var(--transition-normal);
}

.progress-602e:hover {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.warm-9b49 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--neon-cyan);
    background: var(--cyber-bg-dark);
    border: 2px solid var(--neon-cyan);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.smooth_5d8d h3 {
    font-size: 1.3rem;
    color: var(--text-primary);
    margin-bottom: var(--space-sm);
}

.smooth_5d8d p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: var(--space-md);
}

.chip_9f38 {
    background: rgba(250,204,21,0.1);
    border-left: 4px solid var(--neon-yellow);
    padding: var(--space-md);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-top: var(--space-md);
}

.banner_old_fd2b {
    background: var(--cyber-bg-dark);
    border-radius: var(--radius-md);
    padding: var(--space-md);
    margin: var(--space-md) 0;
}

.banner_old_fd2b p {
    margin-bottom: var(--space-sm);
    font-size: 0.95rem;
}

.banner_old_fd2b p:last-child {
    margin-bottom: 0;
}

.message-0c50 {
    background: var(--cyber-bg-dark);
    border: 1px solid rgba(0,240,255,0.2);
    border-radius: var(--radius-md);
    padding: var(--space-md);
    margin: var(--space-md) 0;
}

.message-0c50 .outline-b782 {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
}

.message-0c50 .caption-73e0 {
    font-weight: 600;
    color: var(--neon-cyan);
}

.sort-39e2 {
    background: var(--cyber-bg-dark);
    border-radius: var(--radius-md);
    padding: var(--space-md);
}

.sort-39e2 h4 {
    color: var(--neon-cyan);
    margin-bottom: var(--space-sm);
    font-size: 1rem;
}

.sort-39e2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-39e2 li {
    padding: var(--space-xs) 0;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .progress-602e {
        flex-direction: column;
        text-align: center;
    }
    
    .warm-9b49 {
        margin: 0 auto;
    }
}

/* Requirements Section */
.preview_first_164e {
    padding: var(--space-3xl) 0;
    background: var(--cyber-bg-medium);
}

.plasma_b4ce {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.modal-basic-1094 {
    background: var(--cyber-bg-card);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    border: 1px solid rgba(0,240,255,0.15);
}

.modal-basic-1094 h3 {
    font-size: 1.2rem;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.summary_04d1 h3 { color: var(--text-secondary); }
.description-b7ab h3 { color: var(--neon-yellow); }
.dropdown-bb75 h3 { color: var(--neon-green); }

.hot_98c3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot_98c3 li {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: var(--text-secondary);
}

.hot_98c3 li:last-child {
    border-bottom: none;
}

.tertiary-pink-ffcb {
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .plasma_b4ce {
        grid-template-columns: 1fr;
    }
}

/* Version History Section */
.sort_052d {
    padding: var(--space-3xl) 0;
    background: var(--cyber-bg-dark);
}

.link-f51b {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

.center_898e {
    background: var(--cyber-bg-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    align-items: flex-start;
}

.disabled_0359 {
    border-color: var(--neon-green);
    box-shadow: 0 0 20px rgba(34,197,94,0.2);
}

.silver-db70 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--cyber-bg-dark);
    background: var(--neon-cyan);
    border-radius: var(--radius-md);
    padding: var(--space-sm) var(--space-md);
    flex-shrink: 0;
}

.disabled_0359 .silver-db70 {
    background: var(--neon-green);
}

.huge-ae74 h3 {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
}

.selected_9798 {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: var(--space-md);
}

.prev-e58a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prev-e58a li {
    padding: var(--space-xs) 0;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .center_898e {
        flex-direction: column;
    }
}

/* Responsible Gaming Section */
.south-53f3 {
    padding: var(--space-3xl) 0;
    background: linear-gradient(180deg, var(--cyber-bg-medium) 0%, var(--cyber-bg-dark) 100%);
}

.short-699f {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
    margin-bottom: var(--space-2xl);
}

.alert_complex_6547 {
    background: var(--cyber-bg-card);
    border: 1px solid rgba(250,204,21,0.2);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    transition: all var(--transition-normal);
}

.alert_complex_6547:hover {
    border-color: var(--neon-yellow);
    transform: translateY(-5px);
}

.feature-top-d337 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
}

.alert_complex_6547 h3 {
    font-size: 1.1rem;
    color: var(--neon-yellow);
    margin-bottom: var(--space-sm);
}

.alert_complex_6547 p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.search-thick-88ff {
    background: rgba(250,204,21,0.1);
    border: 2px solid var(--neon-yellow);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
}

.search-thick-88ff p {
    color: var(--text-primary);
    margin-bottom: var(--space-md);
}

.preview-8c50 {
    display: flex;
    justify-content: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
}

.progress-3f6e {
    color: var(--neon-yellow);
    text-decoration: none;
    font-weight: 600;
    transition: color var(--transition-fast);
}

.progress-3f6e:hover {
    color: var(--neon-cyan);
}

@media (max-width: 992px) {
    .short-699f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .short-699f {
        grid-template-columns: 1fr;
    }
}

/* Related Section */
.thick_e961 {
    padding: var(--space-3xl) 0;
    background: var(--cyber-bg-medium);
}

.icon-831c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-lg);
}

.info_57e6 {
    background: var(--cyber-bg-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    text-decoration: none;
    transition: all var(--transition-normal);
}

.info_57e6:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-5px);
    box-shadow: var(--glow-cyan);
}

.component_hard_27dd {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
}

.info_57e6 h3 {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
}

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

@media (max-width: 992px) {
    .icon-831c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .icon-831c {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Enhanced Stats Summary - More Visual Appeal
   ============================================ */
.tall-1c18.bronze-0d94 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    margin-top: var(--space-2xl);
    padding: var(--space-xl);
    background: linear-gradient(135deg, rgba(0,240,255,0.05) 0%, rgba(255,0,255,0.05) 100%);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0,240,255,0.15);
}

.bronze-0d94 .wrapper-basic-ef8c.filter_simple_5b8c {
    background: linear-gradient(180deg, var(--cyber-bg-card) 0%, rgba(10,14,23,0.9) 100%);
    border: 1px solid rgba(0,240,255,0.3);
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all var(--transition-normal);
}

.bronze-0d94 .wrapper-basic-ef8c.filter_simple_5b8c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.bronze-0d94 .wrapper-basic-ef8c.filter_simple_5b8c:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

.bronze-0d94 .shadow-dim-6055 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
    animation: float 3s ease-in-out infinite;
}

.bronze-0d94 .wrapper-basic-ef8c:nth-child(1) .shadow-dim-6055 {
    animation-delay: 0s;
}

.bronze-0d94 .wrapper-basic-ef8c:nth-child(2) .shadow-dim-6055 {
    animation-delay: 0.5s;
}

.bronze-0d94 .wrapper-basic-ef8c:nth-child(3) .shadow-dim-6055 {
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.bronze-0d94 .info_69c4 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: var(--space-xs);
    background: var(--gradient-cyber);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bronze-0d94 .logo_first_ab6d {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.bronze-0d94 .description_simple_16fb {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .tall-1c18.bronze-0d94 {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .bronze-0d94 .info_69c4 {
        font-size: 2rem;
    }
    
    .bronze-0d94 .shadow-dim-6055 {
        font-size: 2rem;
    }
}

/* ============================================
   Inline Stats - Compact Style
   ============================================ */
.thick_4320 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-md);
    padding: var(--space-lg) var(--space-xl);
    background: var(--cyber-bg-card);
    border: 1px solid rgba(0,240,255,0.15);
    border-radius: var(--radius-lg);
    margin-top: var(--space-xl);
}

.under-6755 {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.hard_459c {
    font-size: 1.2rem;
}

.label_6593 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--neon-cyan);
}

.overlay-aa9d {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.carousel_e2a2 {
    color: var(--text-muted);
    opacity: 0.3;
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .thick_4320 {
        flex-direction: column;
        gap: var(--space-sm);
        padding: var(--space-md);
    }
    
    .carousel_e2a2 {
        display: none;
    }
    
    .under-6755 {
    width: 100%;
        justify-content: center;
        padding: var(--space-xs) 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .under-6755:last-child {
        border-bottom: none;
    }
}

/* css-noise: 79e5 */
.ghost-box-e2 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
