/* Cyberpunk Casino Theme - 090bet */
@import url('https://fonts.wrapper_tiny_5e1e.selected-41d5/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 */
.pattern-steel-a2c1 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

@media (min-width: 768px) {
    .pattern-steel-a2c1 {
        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 */
.primary-hard-0bc7 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop Dropdown Navigation */
.east-0e1e {
    position: relative;
}

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

.item-last-964f {
    font-size: 0.6rem;
    transition: transform var(--transition-normal);
}

.east-0e1e:hover .item-last-964f {
    transform: rotate(180deg);
}

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

.east-0e1e:hover .highlight-e6ee {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

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

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

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

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

/* Hamburger Menu Toggle */
.modal-blue-d75c {
    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;
}

.modal-blue-d75c:hover {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.modal-blue-d75c:hover span {
    background-color: var(--cyber-bg-dark);
}

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

.modal-blue-d75c.fn-active-7627 {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.modal-blue-d75c.fn-active-7627 span {
    background-color: var(--cyber-bg-dark);
}

.modal-blue-d75c.fn-active-7627 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.modal-blue-d75c.fn-active-7627 span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.modal-blue-d75c.fn-active-7627 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Hamburger Navigation Menu */
.summary-under-1acc {
    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);
}

.summary-under-1acc.fn-active-7627 {
    max-height: 800px;
}

.active-focused-06bf {
    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);
}

.yellow-98fc {
    margin-bottom: var(--space-sm);
}

.yellow-98fc 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);
}

.yellow-98fc 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;
}

.yellow-98fc 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);
}

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

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

.yellow-98fc a:hover::before {
    left: 100%;
}

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

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

.upper_f4ac a {
    flex: 1;
    max-width: 180px;
}

@media (max-width: 992px) {
    .shadow_west_0b86 {
        display: none;
    }
    
    .modal-blue-d75c {
        display: flex;
    }
}

@media (max-width: 576px) {
    .hidden_d920 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .hidden_d920 .steel_8bd6 {
        font-size: 0.75rem;
        padding: var(--space-sm) var(--space-md);
    }
    
    .active-focused-06bf {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .yellow-98fc {
        margin-bottom: var(--space-xs);
    }
    
    .yellow-98fc h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .yellow-98fc 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);
    }
    
    .upper_f4ac {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .upper_f4ac a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .active-focused-06bf {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .yellow-98fc h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .yellow-98fc 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 */
.steel_8bd6 {
    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;
}

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

.north-6a7b: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);
}

.north-6a7b::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;
}

.north-6a7b:hover::before {
    left: 100%;
}

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

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

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

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

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

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

.message-4729:hover {
    background: #16a34a;
    color: white;
}

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

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

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

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

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

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

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

.message-047f {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

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

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

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

.nav-large-0c71 {
    width: 300px;
    height: 300px;
    background: var(--neon-magenta);
    bottom: -50px;
    right: -50px;
}

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

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

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

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

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

.pressed_65e1 {
    text-align: center;
}

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

.preview-orange-7f26 {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

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

.secondary-a09a {
    position: relative;
}

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

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

.focus-hard-8ecd {
    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;
}

.current-8ad1 { top: 10%; left: -10%; animation-delay: 0s; }
.hover_fluid_2431 { top: 50%; right: -15%; animation-delay: 1s; }
.advanced_30f2 { bottom: 10%; left: 5%; animation-delay: 2s; }

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

@media (max-width: 992px) {
    .block-6394 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .down-8cde {
        justify-content: center;
    }
    
    .disabled_stale_6bc5 {
        justify-content: center;
    }
    
    .secondary-a09a {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .element_fresh_18ec {
        display: none;
    }
}

@media (max-width: 576px) {
    .item-5506 {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .down-8cde {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .disabled_stale_6bc5 {
        flex-direction: column;
    }
    
    .disabled_stale_6bc5 .steel_8bd6 {
        width: 100%;
    }
}

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

.dropdown-aced.frame-complex-2498 {
    background: var(--cyber-bg-medium);
}

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

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

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

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

.orange-5fe4 {
    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);
}

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

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

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

.orange-5fe4 p {
    font-size: 0.95rem;
    margin: 0;
}

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

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

.link-white-c30e {
    position: sticky;
    top: 100px;
}

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

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

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

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

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

@media (max-width: 992px) {
    .progress_wide_43a6 {
        grid-template-columns: 1fr;
    }
    
    .link-white-c30e {
        position: static;
    }
}

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

.tabs_purple_14c4.out-94a0 {
    direction: rtl;
}

.tabs_purple_14c4.out-94a0 > * {
    direction: ltr;
}

.pagination_bottom_6214 {
    margin: 0;
}

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

.hot-9e6e: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;
}

.summary-basic-dd2e {
    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);
}

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

@media (max-width: 992px) {
    .tabs_purple_14c4 {
        grid-template-columns: 1fr;
    }
    
    .tabs_purple_14c4.out-94a0 {
        direction: ltr;
    }
}

/* Sports/Games Grid */
.surface_over_73aa, .dirty-628e, .pagination-active-0e03 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.carousel-fed3, .notice-f415, .tiny-765c {
    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);
}

.carousel-fed3:hover, .notice-f415:hover, .tiny-765c:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.title_f9a3, .accent-d6d0, .icon_bright_e5ad {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.carousel-fed3 h4, .notice-f415 h4, .tiny-765c h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.carousel-fed3 p, .notice-f415 p, .tiny-765c p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

.glass-492b {
    list-style: none;
}

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

.glass-492b li:last-child {
    border: none;
}

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

.input-0a1d {
    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;
}

.input-0a1d.down-8e65 {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.input-0a1d.down-8e65::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.logo-thick-e7b4 {
    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);
}

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

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

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

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

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

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

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

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

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

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

.yellow-0db9 {
    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);
}

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

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

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

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

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

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

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

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

.brown-5e03 {
    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);
}

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

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

.brown-5e03 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;
}

.brown-5e03 summary::-webkit-details-marker {
    display: none;
}

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

.brown-5e03[open] summary::after {
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-purple-650a {
    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);
}

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

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

.orange_ae8b .dirty_3853 {
    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) {
    .grid-dark-ab3c {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .filter_fresh_2ff9 nav {
        align-items: center;
    }
    
    .media-purple-650a {
        flex-direction: column;
        text-align: center;
    }
}

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

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

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

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

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

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

.south_2955 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

.layout-basic-259f {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

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

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

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

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

.current-21c6 {
    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;
}

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

.input-721b {
    text-align: center;
}

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

.input-721b .preview-orange-7f26 {
    font-size: 0.85rem;
    color: var(--text-muted);
}

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

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

.paragraph-dim-3b5e {
    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);
}

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

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

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

.paragraph-dim-3b5e p {
    font-size: 0.8rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

.image-f06b {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
        justify-content: center;
    }
    
.tag-wood-33b7 {
    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);
}

.tag-wood-33b7:hover {
    background: var(--neon-cyan);
    color: var(--cyber-bg-dark);
}

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

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

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

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

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

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

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

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

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

.column-right-3d13 {
    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;
}

.modal-34d6 {
    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;
}

.column-right-3d13 p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .column-right-3d13 {
        flex-direction: column;
        text-align: center;
    }
    
    .info_8b52 {
        justify-content: center;
    }
}

/* Utility Classes */
.module-b819 { text-align: center; }
.row-95b0 { margin-bottom: var(--space-lg); }
.table-975e { margin-bottom: var(--space-xl); }
.notice-43c2 { 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; }
}

.progress-52b5 {
    animation: fadeInUp 0.6s ease-out;
}

.pink_669d {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .text-focused-3fd0 {
        grid-template-columns: 1fr;
    }
    
    .narrow-2ec0 {
        grid-template-columns: 1fr;
    }
    
    .pagination-steel-b06b {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .pagination-steel-b06b {
        grid-template-columns: 1fr;
    }
    
    .huge_3f87 {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.avatar_9adf .easy-787d {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.avatar_9adf .heading-d56a {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .selected-dad7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .soft_3a8e {
        justify-content: center;
    }
    
    .yellow-db74 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

.row-stale-ac59 {
    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);
}

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

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

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

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

.heading-3eaa {
    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);
}

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

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

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

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

.focused_a070 .section-b5ae {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
}

.focused_a070 .easy-787d {
    font-weight: 600;
    color: var(--neon-cyan);
}

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

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

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

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

@media (max-width: 768px) {
    .row-stale-ac59 {
        flex-direction: column;
        text-align: center;
    }
    
    .media_aef1 {
        margin: 0 auto;
    }
}

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

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

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

.gallery-592c 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);
}

.middle-4764 h3 { color: var(--text-secondary); }
.tag_cool_9f56 h3 { color: var(--neon-yellow); }
.bottom-dd5e h3 { color: var(--neon-green); }

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

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

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

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

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

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

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

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

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

.icon-thick-4d81 {
    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;
}

.stale-3f9e .icon-thick-4d81 {
    background: var(--neon-green);
}

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

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

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

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

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

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

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

.carousel-up-95f5 {
    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);
}

.carousel-up-95f5:hover {
    border-color: var(--neon-yellow);
    transform: translateY(-5px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.photo-complex-8754 {
    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);
}

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

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

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

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

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

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

/* ============================================
   Enhanced Stats Summary - More Visual Appeal
   ============================================ */
.layout-cold-8147.liquid-7047 {
    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);
}

.liquid-7047 .media-c038.header-7af3 {
    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);
}

.liquid-7047 .media-c038.header-7af3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.liquid-7047 .media-c038.header-7af3:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

.liquid-7047 .preview-blue-02ec {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-md);
    animation: float 3s ease-in-out infinite;
}

.liquid-7047 .media-c038:nth-child(1) .preview-blue-02ec {
    animation-delay: 0s;
}

.liquid-7047 .media-c038:nth-child(2) .preview-blue-02ec {
    animation-delay: 0.5s;
}

.liquid-7047 .media-c038:nth-child(3) .preview-blue-02ec {
    animation-delay: 1s;
}

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

.liquid-7047 .sidebar_1f98 {
    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;
}

.liquid-7047 .preview-orange-7f26 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.liquid-7047 .accordion-e7dd {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .layout-cold-8147.liquid-7047 {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .liquid-7047 .sidebar_1f98 {
        font-size: 2rem;
    }
    
    .liquid-7047 .preview-blue-02ec {
        font-size: 2rem;
    }
}

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

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

.bright-2c8e {
    font-size: 1.2rem;
}

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

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

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

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

/* css-noise: 17ad */
.ghost-box-a1 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
