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

@media (min-width: 768px) {
    .footer-dafa {
        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 */
.center-31a8 {
    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;
}

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

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

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

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

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

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

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

.old-e8dd img:hover {
    transform: scale(1.05);
}

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

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

.down-1e19 {
    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;
}

.down-1e19:hover {
    color: var(--neon-cyan);
}

/* Desktop Dropdown Navigation */
.wide-088e {
    position: relative;
}

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

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

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

.wide-088e:hover .notice_1161 {
    transform: rotate(180deg);
}

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

.wide-088e:hover .disabled_steel_a1c6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Touch/keyboard support: allow dropdown open via focus (tap) */
.wide-088e:focus-within .disabled_steel_a1c6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* JS-assisted open state (mainly for touch devices) */
.wide-088e.gallery-dim-3289 .disabled_steel_a1c6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

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

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

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

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

/* Hamburger Menu Toggle */
.modal-7d2a {
    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-7d2a:hover {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

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

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

.modal-7d2a.fn-active-8381 {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.modal-7d2a.fn-active-8381 span {
    background-color: var(--cyber-bg-dark);
}

.modal-7d2a.fn-active-8381 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.modal-7d2a.fn-active-8381 span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.modal-7d2a.fn-active-8381 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

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

.video_dcc0.fn-active-8381 {
    max-height: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
    .video_a28c {
        display: none;
    }
    
    .modal-7d2a {
        display: flex;
    }

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

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

    .modal-7d2a {
        order: 2;
        flex: 0 0 auto;
        margin-left: auto;
    }

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

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

/* Ensure desktop nav is always visible (prevents accidental overrides from page CSS) */
@media (min-width: 993px) {
    .video_a28c {
        display: flex !important;
    }
    .modal-7d2a {
        display: none !important;
    }
    .video_dcc0 {
        display: none !important;
    }
}

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

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

@media (max-width: 576px) {
    .highlight-dc4e {
        /* Keep header buttons side-by-side on small screens */
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: var(--space-sm);
    }
    
    .highlight-dc4e .lite-497c {
        max-width: 48%;
        font-size: 0.72rem;
        padding: 0.55rem 0.65rem;
        letter-spacing: 0.06em;
    }
    
    .heading_steel_5a46 {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .next_1a48 {
        margin-bottom: var(--space-xs);
    }
    
    .next_1a48 h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .next_1a48 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);
    }
    
    .heading_yellow_1d28 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .heading_yellow_1d28 a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .heading_steel_5a46 {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .next_1a48 h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .next_1a48 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 */
.lite-497c {
    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;
}

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

.heading-motion-f528: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);
}

.heading-motion-f528::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;
}

.heading-motion-f528:hover::before {
    left: 100%;
}

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

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

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

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

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

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

.chip-stale-3463:hover {
    background: #16a34a;
    color: white;
}

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

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

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

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

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

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

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

.content-282f {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.focus_dc0c {
    text-align: center;
}

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

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

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

.backdrop_130e {
    position: relative;
}

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

.grid-d493 {
    position: absolute;
    inset: 0;
}

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

.layout_f83a { top: 10%; left: -10%; animation-delay: 0s; }
.center_2689 { top: 50%; right: -15%; animation-delay: 1s; }
.button-16b6 { bottom: 10%; left: 5%; animation-delay: 2s; }

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

@media (max-width: 992px) {
    .sidebar_6e8a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .menu_e345 {
        justify-content: center;
    }
    
    .hidden_8dd2 {
        justify-content: center;
    }
    
    .backdrop_130e {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .grid-d493 {
        display: none;
    }
}

@media (max-width: 576px) {
    .tabs_cool_55e5 {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .menu_e345 {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .hidden_8dd2 {
        flex-direction: column;
    }
    
    .hidden_8dd2 .lite-497c {
        width: 100%;
    }
}

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

.panel_silver_1916.east_0408 {
    background: var(--cyber-bg-medium);
}

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

.info-current-fa91 {
    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;
}

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

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

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

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

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

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

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

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

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

.fixed-d807 {
    position: sticky;
    top: 100px;
}

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

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

.tabs-bottom-d236:last-child {
    border: none;
}

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

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

@media (max-width: 992px) {
    .action_3ca1 {
        grid-template-columns: 1fr;
    }
    
    .fixed-d807 {
        position: static;
    }
}

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

.link-bea7.red-8d8f {
    direction: rtl;
}

.link-bea7.red-8d8f > * {
    direction: ltr;
}

.mini_cc10 {
    margin: 0;
}

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

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

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

.menu-south-b0f6 {
    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);
}

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

@media (max-width: 992px) {
    .link-bea7 {
        grid-template-columns: 1fr;
    }
    
    .link-bea7.red-8d8f {
        direction: ltr;
    }
}

/* Sports/Games Grid */
.active-hard-30b1, .text-ff6c, .frame_fast_5f59 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.right_8e5e, .in_3d0d, .filter-9034 {
    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);
}

.right_8e5e:hover, .in_3d0d:hover, .filter-9034:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.popup-fast-b486, .caption-c181, .highlight_b38a {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.right_8e5e h4, .in_3d0d h4, .filter-9034 h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.right_8e5e p, .in_3d0d p, .filter-9034 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

.tabs_focused_c0b1 {
    list-style: none;
}

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

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

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

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

.module-f403.form_steel_c9d1 {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.module-f403.form_steel_c9d1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.photo-70ec {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overlay_a6e7 img,
.dropdown-830d img,
img.pattern_pink_52a7 {
    margin: 0 auto var(--space-lg);
    border-radius: var(--radius-lg);
    box-shadow: var(--glow-cyan);
}

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

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

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

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

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

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

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

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

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

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

.section-gold-7e1d {
    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);
}

.section-gold-7e1d p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

.shadow-8aec {
    display: flex;
    gap: var(--space-sm);
}

.shadow-8aec .over-389b {
    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) {
    .background-875b {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .cold_308b nav {
        align-items: center;
    }
    
    .section-gold-7e1d {
        flex-direction: column;
        text-align: center;
    }
}

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

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

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

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

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

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

.info_981f {
    font-size: 1rem;
}

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

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

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

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

.aside-steel-49f2 {
    margin-bottom: var(--space-md);
}

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

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

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

.narrow-2a30 {
    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;
}

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

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

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

.aside-down-054a {
    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;
}

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

.current_b0e6 {
    text-align: center;
}

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

.current_b0e6 .mini-129c {
    font-size: 0.85rem;
    color: var(--text-muted);
}

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

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

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

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

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

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

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

.alert-1c34 {
    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;
}

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

.alert-1c34 > p {
    margin-bottom: var(--space-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Utility Classes */
.prev-57f2 { text-align: center; }
.title-912e { margin-bottom: var(--space-lg); }
.outer_c75c { margin-bottom: var(--space-xl); }
.tertiary-db55 { 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; }
}

.content-soft-4f02 {
    animation: fadeInUp 0.6s ease-out;
}

.link-d64a {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .overlay-east-02ef {
        grid-template-columns: 1fr;
    }
    
    .gallery_blue_2ac5 {
        grid-template-columns: 1fr;
    }
    
    .lite-5f7a {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .lite-5f7a {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb_active_052e {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-silver-04e9 .primary_d5fa {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.article-silver-04e9 .stone_9d42 {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .dark_25bd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .description_8b33 {
        justify-content: center;
    }
    
    .status_5de0 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

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

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

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

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

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

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

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

.chip-wide-7cef p {
    margin-bottom: var(--space-sm);
    font-size: 0.95rem;
}

.chip-wide-7cef p:last-child {
    margin-bottom: 0;
}

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

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

.summary_glass_a6f3 .primary_d5fa {
    font-weight: 600;
    color: var(--neon-cyan);
}

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

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

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

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

@media (max-width: 768px) {
    .item-huge-3839 {
        flex-direction: column;
        text-align: center;
    }
    
    .dirty_030c {
        margin: 0 auto;
    }
}

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

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

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

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

.fresh_db97 h3 { color: var(--text-secondary); }
.black_c2ce h3 { color: var(--neon-yellow); }
.brown-1fc8 h3 { color: var(--neon-green); }

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

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

.link-0e79 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.hero-pink-6dbc {
    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;
}

.list_cf87 .hero-pink-6dbc {
    background: var(--neon-green);
}

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

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

.link-basic-a466 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.logo-clean-6b39 {
    display: flex;
    justify-content: center;
    gap: var(--space-lg);
    flex-wrap: wrap;
}

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

.content-light-b753:hover {
    color: var(--neon-cyan);
}

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

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

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

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

.border-fresh-90d2 {
    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);
}

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

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

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

.border-fresh-90d2 p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

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

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

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

.input_aab9 .outline_f055.black_9e77 {
    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);
}

.input_aab9 .outline_f055.black_9e77::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

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

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

.input_aab9 .outline_f055:nth-child(1) .in_e3d2 {
    animation-delay: 0s;
}

.input_aab9 .outline_f055:nth-child(2) .in_e3d2 {
    animation-delay: 0.5s;
}

.input_aab9 .outline_f055:nth-child(3) .in_e3d2 {
    animation-delay: 1s;
}

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

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

.input_aab9 .mini-129c {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.input_aab9 .warm-6bc6 {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .small-2981.input_aab9 {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .input_aab9 .mini_639d {
        font-size: 2rem;
    }
    
    .input_aab9 .in_e3d2 {
        font-size: 2rem;
    }
}

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

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

.fluid_2f59 {
    font-size: 1.2rem;
}

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

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

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

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

/* css-noise: 8ba9 */
.widget-item-j1 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
