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

@media (min-width: 768px) {
    .hidden-cool-bbf3 {
        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 */
.description-f954 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop Dropdown Navigation */
.paragraph-blue-03cd {
    position: relative;
}

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

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

.paragraph-blue-03cd:hover .south_618f {
    transform: rotate(180deg);
}

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

.paragraph-blue-03cd:hover .notice_b33e {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

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

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

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

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

/* Hamburger Menu Toggle */
.container-hovered-0bb4 {
    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;
}

.container-hovered-0bb4:hover {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.container-hovered-0bb4:hover span {
    background-color: var(--cyber-bg-dark);
}

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

.container-hovered-0bb4.fn-active-6c50 {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.container-hovered-0bb4.fn-active-6c50 span {
    background-color: var(--cyber-bg-dark);
}

.container-hovered-0bb4.fn-active-6c50 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.container-hovered-0bb4.fn-active-6c50 span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.container-hovered-0bb4.fn-active-6c50 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Hamburger Navigation Menu */
.heading-81c0 {
    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);
}

.heading-81c0.fn-active-6c50 {
    max-height: 800px;
}

.action-366e {
    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);
}

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

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

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

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

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

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

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

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

.image-slow-19c9 {
    display: flex;
    gap: var(--space-md);
    justify-content: center;
}

.image-slow-19c9 a {
    flex: 1;
    max-width: 180px;
}

@media (max-width: 992px) {
    .pink_805c {
        display: none;
    }
    
    .container-hovered-0bb4 {
        display: flex;
    }
}

@media (max-width: 576px) {
    .pro_d6e7 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .pro_d6e7 .description_7a7e {
        font-size: 0.75rem;
        padding: var(--space-sm) var(--space-md);
    }
    
    .action-366e {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .banner_4291 {
        margin-bottom: var(--space-xs);
    }
    
    .banner_4291 h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .banner_4291 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);
    }
    
    .image-slow-19c9 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .image-slow-19c9 a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .action-366e {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .banner_4291 h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .banner_4291 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 */
.description_7a7e {
    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;
}

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

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

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

.layout-b0b0:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

.out-1b44 li:last-child::after {
    display: none;
}

.out-1b44 a {
    color: var(--neon-cyan);
}

.out-1b44 span {
    color: var(--text-muted);
}

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

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

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

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

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

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

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

.purple_a1b6 {
    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-f27c h1 {
    background: var(--gradient-cyber);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-lg);
}

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

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

.progress_brown_b34b {
    text-align: center;
}

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

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

.item-bottom-0e22 {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.background_7bd8 {
    position: relative;
}

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

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

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

.tag-fixed-775f { top: 10%; left: -10%; animation-delay: 0s; }
.menu_huge_781f { top: 50%; right: -15%; animation-delay: 1s; }
.complex_171e { bottom: 10%; left: 5%; animation-delay: 2s; }

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

@media (max-width: 992px) {
    .black_1cfa {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .orange_b515 {
        justify-content: center;
    }
    
    .item-bottom-0e22 {
        justify-content: center;
    }
    
    .background_7bd8 {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .box_1e80 {
        display: none;
    }
}

@media (max-width: 576px) {
    .soft-8b3d {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .orange_b515 {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .item-bottom-0e22 {
        flex-direction: column;
    }
    
    .item-bottom-0e22 .description_7a7e {
        width: 100%;
    }
}

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

.advanced_8737.gas_c48f {
    background: var(--cyber-bg-medium);
}

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

.light-162f {
    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;
}

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

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

.article-147b {
    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);
}

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

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

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

.article-147b p {
    font-size: 0.95rem;
    margin: 0;
}

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

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

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

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

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

.tall-2985:last-child {
    border: none;
}

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

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

@media (max-width: 992px) {
    .accordion-west-b464 {
        grid-template-columns: 1fr;
    }
    
    .gold_9099 {
        position: static;
    }
}

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

.pressed_16d6.hot_035a {
    direction: rtl;
}

.pressed_16d6.hot_035a > * {
    direction: ltr;
}

.media_9846 {
    margin: 0;
}

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

.summary-9f57: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;
}

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

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

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

/* Sports/Games Grid */
.upper-b57e, .caption_a552, .main-static-3448 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.list-black-2205, .card_slow_f1cb, .secondary_d611 {
    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);
}

.list-black-2205:hover, .card_slow_f1cb:hover, .secondary_d611:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.content_orange_86a8, .input_54f9, .fast_86b0 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.list-black-2205 h4, .card_slow_f1cb h4, .secondary_d611 h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.list-black-2205 p, .card_slow_f1cb p, .secondary_d611 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

.description-middle-483d 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);
}

.mini-e98d {
    list-style: none;
}

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

.mini-e98d li:last-child {
    border: none;
}

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

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

.clean-b81e.yellow-874b {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.clean-b81e.yellow-874b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

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

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

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

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

.medium-94e8 h3 {
    color: var(--neon-yellow);
}

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

.east_020e {
    text-align: center;
    position: relative;
}

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

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

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

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

.gas-27f3 {
    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);
}

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

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

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

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

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

.frame-static-07a1 {
    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);
}

.gas-a489 {
    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 */
.active-south-92a4 {
    background: var(--cyber-bg-dark);
}

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

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

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

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

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

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

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

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

.component-easy-690e {
    padding: 0 var(--space-lg) var(--space-lg);
}

.component-easy-690e p {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

.article-mini-943f nav {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

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

.article-mini-943f nav a:hover {
    color: var(--neon-cyan);
}

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

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

.right-628c {
    display: flex;
    gap: var(--space-sm);
}

.right-628c .purple-32c4 {
    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) {
    .tabs_next_ebca {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .article-mini-943f nav {
        align-items: center;
    }
    
    .notice-f5ac {
        flex-direction: column;
        text-align: center;
    }
}

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

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

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

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

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

.backdrop-dirty-3701 {
    display: flex;
    align-items: center;
    gap: var(--space-xs);
}

.module_paper_b2f5 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.status-stone-5a5f {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
}

.status-stone-5a5f cite {
    font-style: normal;
    font-weight: 600;
    color: var(--text-primary);
}

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

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

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

.wrapper-medium-dfc4 {
    text-align: center;
}

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

.wrapper-medium-dfc4 .shade-6575 {
    font-size: 0.85rem;
    color: var(--text-muted);
}

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

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

.item-iron-82f4 {
    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);
}

.item-iron-82f4:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

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

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

.item-iron-82f4 p {
    font-size: 0.8rem;
    margin: 0;
    color: var(--text-muted);
}

.tooltip-wide-2f41 {
    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;
}

.tooltip-wide-2f41 h3 {
    color: var(--neon-cyan);
    margin-bottom: var(--space-sm);
}

.tooltip-wide-2f41 > p {
    margin-bottom: var(--space-lg);
}

.top-eb95 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
        justify-content: center;
    }
    
.full_3985 {
    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);
}

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

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

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

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

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

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

.short-6b5b {
    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;
}

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

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

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

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

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

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

@media (max-width: 768px) {
    .aside-b390 {
        flex-direction: column;
        text-align: center;
    }
    
    .right-f673 {
        justify-content: center;
    }
}

/* Utility Classes */
.dynamic-22ba { text-align: center; }
.accent_upper_067e { margin-bottom: var(--space-lg); }
.outline_south_75d4 { margin-bottom: var(--space-xl); }
.banner_iron_816a { 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; }
}

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

.breadcrumb_f786 {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .link_advanced_7fb8 {
        grid-template-columns: 1fr;
    }
    
    .thick_3481 {
        grid-template-columns: 1fr;
    }
    
    .thumbnail_liquid_5357 {
        grid-template-columns: 1fr 1fr;
    }
}

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

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

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

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

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

.fresh-ebda 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;
}

.shade-east-6c95 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--space-xs);
}

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

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

.main-31ae {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.banner-simple-84c2 {
    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);
}

.label-fixed-0d43 {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

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

.filter_huge_85b2 .liquid_6fe9 {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.filter_huge_85b2 .text_2253 {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .huge_0b49 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .main-31ae {
        justify-content: center;
    }
    
    .label-fixed-0d43 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

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

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

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

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

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

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

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

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

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

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

.yellow-ba8a .module_easy_2e5b {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
}

.yellow-ba8a .liquid_6fe9 {
    font-weight: 600;
    color: var(--neon-cyan);
}

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

.out-0c19 h4 {
    color: var(--neon-cyan);
    margin-bottom: var(--space-sm);
    font-size: 1rem;
}

.out-0c19 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

@media (max-width: 768px) {
    .tiny_27a1 {
        flex-direction: column;
        text-align: center;
    }
    
    .gradient_left_f84a {
        margin: 0 auto;
    }
}

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

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

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

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

.progress-ec81 h3 { color: var(--text-secondary); }
.brown_b142 h3 { color: var(--neon-yellow); }
.orange_1d57 h3 { color: var(--neon-green); }

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

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

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

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

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

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

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

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

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

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

.sort-selected-e497 .white_d84e {
    background: var(--neon-green);
}

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

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

.banner-selected-ec42 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

.section-dirty-b4ab {
    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);
}

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

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

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

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

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

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

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

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

.frame-9a2f:hover {
    color: var(--neon-cyan);
}

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

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

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

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

.picture-dim-649e {
    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);
}

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

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

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

.picture-dim-649e p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

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

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

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

.purple_1c91 .border-slow-96fe.article-huge-cf3a {
    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);
}

.purple_1c91 .border-slow-96fe.article-huge-cf3a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.purple_1c91 .border-slow-96fe.article-huge-cf3a:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

.purple_1c91 .motion-39e8 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
    animation: float 3s ease-in-out infinite;
}

.purple_1c91 .border-slow-96fe:nth-child(1) .motion-39e8 {
    animation-delay: 0s;
}

.purple_1c91 .border-slow-96fe:nth-child(2) .motion-39e8 {
    animation-delay: 0.5s;
}

.purple_1c91 .border-slow-96fe:nth-child(3) .motion-39e8 {
    animation-delay: 1s;
}

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

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

.purple_1c91 .shade-6575 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.purple_1c91 .fluid-ac8a {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .south_3ef7.purple_1c91 {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .purple_1c91 .gallery_fluid_bef0 {
        font-size: 2rem;
    }
    
    .purple_1c91 .motion-39e8 {
        font-size: 2rem;
    }
}

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

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

.module_0108 {
    font-size: 1.2rem;
}

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

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

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

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

/* css-noise: ccdc */
.promo-block-s3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
