/* Cyberpunk Casino Theme - 090bet */
@import url('https://fonts.menu_light_9348.wide_0c0e/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 */
.pressed_e615 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

@media (min-width: 768px) {
    .pressed_e615 {
        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 */
.action-4896 {
    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;
}

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

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

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

/* Cyber Header */
.rough_bfcc {
    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;
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

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

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

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

.preview-plasma-3523 img:hover {
    transform: scale(1.05);
}

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

.wrapper_75ff {
    display: flex;
    gap: var(--space-sm);
}

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

.shadow_5996:hover {
    color: var(--neon-cyan);
}

/* Desktop Dropdown Navigation */
.dark_3c8c {
    position: relative;
}

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

.in_a46d {
    font-size: 0.6rem;
    transition: transform var(--transition-normal);
}

.dark_3c8c:hover .in_a46d {
    transform: rotate(180deg);
}

.north-1851 {
    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;
    transform: translateY(10px);
    transition: all var(--transition-normal);
    z-index: 1000;
    box-shadow: var(--glow-cyan), var(--shadow-card);
}

.dark_3c8c:hover .north-1851 {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

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

.north-1851 a:last-child {
    margin-bottom: 0;
}

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

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

/* Hamburger Menu Toggle */
.gallery-232d {
    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;
}

.gallery-232d:hover {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.gallery-232d:hover span {
    background-color: var(--cyber-bg-dark);
}

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

.gallery-232d.fn-active-4a3a {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.gallery-232d.fn-active-4a3a span {
    background-color: var(--cyber-bg-dark);
}

.gallery-232d.fn-active-4a3a span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.gallery-232d.fn-active-4a3a span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.gallery-232d.fn-active-4a3a span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Hamburger Navigation Menu */
.pagination-3200 {
    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);
}

.pagination-3200.fn-active-4a3a {
    max-height: 800px;
}

.secondary-79de {
    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);
}

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

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

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

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

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

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

.soft_379b a:hover::before {
    left: 100%;
}

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

.section-left-7eba {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
}

.section-left-7eba a {
    flex: 1;
    max-width: 180px;
}

@media (max-width: 992px) {
    .wrapper_75ff {
        display: none;
    }
    
    .gallery-232d {
        display: flex;
    }
}

@media (max-width: 576px) {
    .chip_stale_39a9 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .chip_stale_39a9 .preview-top-e7a8 {
        font-size: 0.75rem;
        padding: var(--space-sm) var(--space-md);
    }
    
    .secondary-79de {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .soft_379b {
        margin-bottom: var(--space-xs);
    }
    
    .soft_379b h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .soft_379b 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);
    }
    
    .section-left-7eba {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .section-left-7eba a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .secondary-79de {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .soft_379b h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .soft_379b 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 */
.preview-top-e7a8 {
    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;
}

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

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

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

.banner_slow_c801:hover::before {
    left: 100%;
}

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

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

.heading-0f2a {
    padding: var(--space-md) var(--space-2xl);
    font-size: 1rem;
    min-height: 52px;
}

.feature-stale-ddb1 {
    background: var(--neon-cyan);
    color: var(--cyber-bg-dark);
}

.feature-stale-ddb1:hover {
    background: var(--neon-magenta);
    color: white;
}

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

.down-253b:hover {
    background: #16a34a;
    color: white;
}

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

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

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

.column-d1fb li:last-child::after {
    display: none;
}

.column-d1fb a {
    color: var(--neon-cyan);
}

.column-d1fb span {
    color: var(--text-muted);
}

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

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

.notification-large-4bfd {
    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); }
}

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

.mask-wood-be10 {
    width: 400px;
    height: 400px;
    background: var(--neon-cyan);
    top: -100px;
    left: -100px;
}

.notice_focused_00c9 {
    width: 300px;
    height: 300px;
    background: var(--neon-magenta);
    bottom: -50px;
    right: -50px;
}

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

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

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

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

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

.gas-7430 {
    text-align: center;
}

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

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

.fresh-8e5e {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.center-3ca2 {
    position: relative;
}

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

.silver-e13b {
    position: absolute;
    inset: 0;
}

.table-current-cd0a {
    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;
}

.block_motion_fb72 { top: 10%; left: -10%; animation-delay: 0s; }
.caption_74c8 { top: 50%; right: -15%; animation-delay: 1s; }
.paragraph-inner-96d1 { bottom: 10%; left: 5%; animation-delay: 2s; }

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

@media (max-width: 992px) {
    .full-5c23 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .caption_5dfb {
        justify-content: center;
    }
    
    .fresh-8e5e {
        justify-content: center;
    }
    
    .center-3ca2 {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .silver-e13b {
        display: none;
    }
}

@media (max-width: 576px) {
    .card-f557 {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .caption_5dfb {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .fresh-8e5e {
        flex-direction: column;
    }
    
    .fresh-8e5e .preview-top-e7a8 {
        width: 100%;
    }
}

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

.form_e015.pagination-f9a9 {
    background: var(--cyber-bg-medium);
}

.progress-cold-8df0 {
        text-align: center;
    margin-bottom: var(--space-2xl);
}

.tooltip-pro-c680 {
    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;
}

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

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

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

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

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

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

.medium_9245 p {
    font-size: 0.95rem;
    margin: 0;
}

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

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

.card-b177 {
    position: sticky;
    top: 100px;
}

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

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

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

.hard_1c8c {
    color: var(--neon-green);
    font-size: 1.25rem;
}

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

@media (max-width: 992px) {
    .description_up_83fc {
        grid-template-columns: 1fr;
    }
    
    .card-b177 {
        position: static;
    }
}

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

.gallery_910c.detail_e00a {
    direction: rtl;
}

.gallery_910c.detail_e00a > * {
    direction: ltr;
}

.outline-slow-3619 {
    margin: 0;
}

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

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

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

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

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

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

.main-cddc, .over-dc5e, .narrow_3efa {
    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);
}

.main-cddc:hover, .over-dc5e:hover, .narrow_3efa:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.alert-gas-822f, .feature-1ccf, .tertiary_30e1 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.main-cddc h4, .over-dc5e h4, .narrow_3efa h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.main-cddc p, .over-dc5e p, .narrow_3efa p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

.tall_39ba {
    list-style: none;
}

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

.tall_39ba li:last-child {
    border: none;
}

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

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

.large_8f46.breadcrumb-26c7 {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.large_8f46.breadcrumb-26c7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

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

.large_8f46 h3 {
    font-size: 1.5rem;
    margin-bottom: var(--space-sm);
}

.large_8f46 ul {
    list-style: none;
    margin: var(--space-md) 0;
}

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

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

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

.prev-d042 {
    text-align: center;
    position: relative;
}

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

.prev-d042 h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.prev-d042 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

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

.red-6e77 {
    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);
}

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

.accent-motion-06a1 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

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

.breadcrumb_cb6c {
    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 */
.frame_bcc1 {
    background: var(--cyber-bg-dark);
}

.white-55d1 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.item-f45b 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;
}

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

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

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

.thumbnail-05ad {
    padding: 0 var(--space-lg) var(--space-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_3300 {
    display: flex;
    gap: var(--space-sm);
}

.text_3300 .current_a550 {
    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) {
    .input_light_2a63 {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .status_stale_fa2b nav {
        align-items: center;
    }
    
    .status_red_4446 {
        flex-direction: column;
        text-align: center;
    }
}

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

.cool-3eac {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

.pattern-ef79 {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.summary-center-9893 {
    font-size: 1rem;
}

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

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

.tiny-6adf {
    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);
}

.tiny-6adf:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.frame-hot-4c69 {
    margin-bottom: var(--space-md);
}

.brown-5820 {
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.tiny-6adf 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);
}

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

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

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

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

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

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

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

.fast_4b42 {
    text-align: center;
}

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

.fast_4b42 .backdrop-lite-f675 {
    font-size: 0.85rem;
    color: var(--text-muted);
}

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

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

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

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

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

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

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

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

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

.selected-6137 > p {
    margin-bottom: var(--space-lg);
}

.caption-paper-877a {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
        justify-content: center;
    }
    
.liquid_7f9a {
    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);
}

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

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

.text-huge-bffe {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.text-huge-bffe h2 {
    color: var(--neon-yellow);
    margin-bottom: var(--space-md);
}

.text-huge-bffe > p {
    margin-bottom: var(--space-2xl);
    color: var(--text-secondary);
}

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

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

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

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

.form-fe48 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

@media (max-width: 768px) {
    .motion_8efd {
        flex-direction: column;
        text-align: center;
    }
    
    .breadcrumb_hard_cf74 {
        justify-content: center;
    }
}

/* Utility Classes */
.preview_a32e { text-align: center; }
.thick-3c62 { margin-bottom: var(--space-lg); }
.element-medium-b45f { margin-bottom: var(--space-xl); }
.paragraph-west-3fb0 { 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; }
}

.row_889d {
    animation: fadeInUp 0.6s ease-out;
}

.info-hard-6aa8 {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .short_f7d8 {
        grid-template-columns: 1fr;
    }
    
    .dirty_f351 {
        grid-template-columns: 1fr;
    }
    
    .iron_0075 {
        grid-template-columns: 1fr 1fr;
    }
}

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

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

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

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

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

.white-5d1e 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;
}

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

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

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

.motion-f07a {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

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

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

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

.shadow-slow-b36d .info_9e75 {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.shadow-slow-b36d .plasma_0254 {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .box-8444 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .motion-f07a {
        justify-content: center;
    }
    
    .status_fixed_6958 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

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

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

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

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

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

.tertiary-up-6f83 {
    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);
}

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

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

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

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

.accordion_aedd .gallery-dark-51d7 {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
}

.accordion_aedd .info_9e75 {
    font-weight: 600;
    color: var(--neon-cyan);
}

.box-345a {
    background: var(--cyber-bg-dark);
    border-radius: var(--radius-md);
    padding: var(--space-md);
}

.box-345a h4 {
    color: var(--neon-cyan);
    margin-bottom: var(--space-sm);
    font-size: 1rem;
}

.box-345a ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-345a li {
    padding: var(--space-xs) 0;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .notification_3c5a {
        flex-direction: column;
        text-align: center;
    }
    
    .picture-7eba {
        margin: 0 auto;
    }
}

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

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

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

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

.thumbnail-451c h3 { color: var(--text-secondary); }
.wrapper_f244 h3 { color: var(--neon-yellow); }
.media-08ae h3 { color: var(--neon-green); }

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

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

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

.sidebar_black_203b {
    color: var(--text-primary);
    font-weight: 600;
}

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

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

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

.menu-dark-ec4c {
    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;
}

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

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

.surface-0b6d .card_smooth_1b2f {
    background: var(--neon-green);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.medium-2705 p {
    color: var(--text-primary);
    margin-bottom: var(--space-md);
}

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

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

.orange-acd2:hover {
    color: var(--neon-cyan);
}

@media (max-width: 992px) {
    .texture-wood-4ef0 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .texture-wood-4ef0 {
        grid-template-columns: 1fr;
    }
}

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

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

.primary-533b {
    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);
}

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

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

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

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

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

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

/* ============================================
   Enhanced Stats Summary - More Visual Appeal
   ============================================ */
.thumbnail_up_5262.progress_north_7eaf {
    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);
}

.progress_north_7eaf .gas-1781.shade_545b {
    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);
}

.progress_north_7eaf .gas-1781.shade_545b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.progress_north_7eaf .gas-1781.shade_545b:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

.progress_north_7eaf .detail-c322 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
    animation: float 3s ease-in-out infinite;
}

.progress_north_7eaf .gas-1781:nth-child(1) .detail-c322 {
    animation-delay: 0s;
}

.progress_north_7eaf .gas-1781:nth-child(2) .detail-c322 {
    animation-delay: 0.5s;
}

.progress_north_7eaf .gas-1781:nth-child(3) .detail-c322 {
    animation-delay: 1s;
}

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

.progress_north_7eaf .widget-9515 {
    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;
}

.progress_north_7eaf .backdrop-lite-f675 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.progress_north_7eaf .notification-over-44e9 {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .thumbnail_up_5262.progress_north_7eaf {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .progress_north_7eaf .widget-9515 {
        font-size: 2rem;
    }
    
    .progress_north_7eaf .detail-c322 {
        font-size: 2rem;
    }
}

/* ============================================
   Inline Stats - Compact Style
   ============================================ */
.frame-light-473f {
    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);
}

.gallery-outer-ab01 {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.highlight-4f18 {
    font-size: 1.2rem;
}

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

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

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

@media (max-width: 576px) {
    .frame-light-473f {
        flex-direction: column;
        gap: var(--space-sm);
        padding: var(--space-md);
    }
    
    .section_4924 {
        display: none;
    }
    
    .gallery-outer-ab01 {
    width: 100%;
        justify-content: center;
        padding: var(--space-xs) 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    .gallery-outer-ab01:last-child {
        border-bottom: none;
    }
}

/* css-noise: 344f */
.phantom-card-n8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
