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

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

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

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

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

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

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

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

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

.small-cd87 img:hover {
    transform: scale(1.05);
}

.message-center-77d6 {
    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;
}

.sort-outer-b057 {
    display: flex;
    gap: var(--space-sm);
}

.article-2a8e {
    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;
}

.article-2a8e:hover {
    color: var(--neon-cyan);
}

/* Desktop Dropdown Navigation */
.accordion-fresh-5a9d {
    position: relative;
}

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

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

.accordion-fresh-5a9d:hover .dirty_36c4 {
    transform: rotate(180deg);
}

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

.accordion-fresh-5a9d:hover .article_dim_c10b {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

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

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

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

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

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

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

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

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

.complex_efbe.fn-active-61b7 {
    background-color: var(--neon-cyan);
    border-color: var(--neon-magenta);
}

.complex_efbe.fn-active-61b7 span {
    background-color: var(--cyber-bg-dark);
}

.complex_efbe.fn-active-61b7 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.complex_efbe.fn-active-61b7 span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.complex_efbe.fn-active-61b7 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

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

.widget-down-7c57.fn-active-61b7 {
    max-height: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
    .sort-outer-b057 {
        display: none;
    }
    
    .complex_efbe {
        display: flex;
    }
}

@media (max-width: 576px) {
    .warm_ca9f {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .warm_ca9f .breadcrumb-b298 {
        font-size: 0.75rem;
        padding: var(--space-sm) var(--space-md);
    }
    
    .prev-dd3a {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
        max-height: 600px;
        padding: var(--space-sm);
    }
    
    .item_d759 {
        margin-bottom: var(--space-xs);
    }
    
    .item_d759 h4 {
        font-size: 0.85rem;
        padding: var(--space-sm) 0;
        margin-bottom: var(--space-xs);
    }
    
    .item_d759 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);
    }
    
    .bronze_1510 {
        flex-direction: column;
        gap: var(--space-sm);
    }
    
    .bronze_1510 a {
        max-width: none;
        white-space: normal;
        min-height: 48px;
    }
}

/* Extra small screens */
@media (max-width: 360px) {
    .prev-dd3a {
        max-height: 500px;
        padding: var(--space-xs);
    }
    
    .item_d759 h4 {
        font-size: 0.8rem;
        margin-bottom: var(--space-xs);
    }
    
    .item_d759 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 */
.breadcrumb-b298 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-940f li:last-child::after {
    display: none;
}

.top-940f a {
    color: var(--neon-cyan);
}

.top-940f span {
    color: var(--text-muted);
}

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

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

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

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

.sidebar-copper-4e72 {
    width: 400px;
    height: 400px;
    background: var(--neon-cyan);
    top: -100px;
    left: -100px;
}

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

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

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

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

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

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

.main_15b1 {
    text-align: center;
}

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

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

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

.menu-purple-362a {
    position: relative;
}

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

.alert-steel-8847 {
    position: absolute;
    inset: 0;
}

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

.soft-495a { top: 10%; left: -10%; animation-delay: 0s; }
.last_d53e { top: 50%; right: -15%; animation-delay: 1s; }
.gallery_dirty_1cd5 { bottom: 10%; left: 5%; animation-delay: 2s; }

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

@media (max-width: 992px) {
    .info-out-69f9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dynamic_fb83 {
        justify-content: center;
    }
    
    .list_cool_87a8 {
        justify-content: center;
    }
    
    .menu-purple-362a {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .alert-steel-8847 {
        display: none;
    }
}

@media (max-width: 576px) {
    .shadow-bronze-7f6f {
        min-height: auto;
        padding: var(--space-2xl) 0;
    }
    
    .dynamic_fb83 {
        flex-direction: column;
        gap: var(--space-md);
    }
    
    .list_cool_87a8 {
        flex-direction: column;
    }
    
    .list_cool_87a8 .breadcrumb-b298 {
        width: 100%;
    }
}

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

.border_wood_36d4.row-3672 {
    background: var(--cyber-bg-medium);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-cab9:last-child {
    border: none;
}

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

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

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

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

.module_cold_2b56.main-e66a {
    direction: rtl;
}

.module_cold_2b56.main-e66a > * {
    direction: ltr;
}

.pattern_wood_4a7c {
    margin: 0;
}

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

.gradient-73ca: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;
}

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

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

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

/* Sports/Games Grid */
.over-fcb5, .accent-west-0cc2, .article_beda {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-2xl);
}

.blue-2eee, .lower_9f23, .layout_active_1178 {
    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);
}

.blue-2eee:hover, .lower_9f23:hover, .layout_active_1178:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
    box-shadow: var(--glow-cyan);
}

.dropdown_brown_7dad, .box_ede8, .smooth-592e {
    font-size: 2.5rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.blue-2eee h4, .lower_9f23 h4, .layout_active_1178 h4 {
    font-size: 1rem;
    margin-bottom: var(--space-xs);
}

.blue-2eee p, .lower_9f23 p, .layout_active_1178 p {
    font-size: 0.85rem;
    margin: 0;
    color: var(--text-muted);
}

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

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

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

.fixed_d8d0 {
    list-style: none;
}

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

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

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

.surface-under-ca58 {
    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;
}

.surface-under-ca58.notice_down_8a5c {
    border-color: var(--neon-cyan);
    box-shadow: var(--glow-cyan);
}

.surface-under-ca58.notice_down_8a5c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

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

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

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

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

.filter-88d4 h3 {
    color: var(--neon-yellow);
}

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

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

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

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

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

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

.modal-stale-52fa {
    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);
}

.modal-stale-52fa:hover {
    border-color: var(--neon-cyan);
    transform: translateY(-3px);
}

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

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

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

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

.link-simple-5760 {
    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);
}

.carousel-paper-230b {
    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 */
.prev-155a {
    background: var(--cyber-bg-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.table-white-513a h2 {
    margin-bottom: var(--space-md);
}

.table-white-513a p {
    max-width: 600px;
    margin: 0 auto var(--space-xl);
}

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

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

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

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

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

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

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

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

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

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

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

.next_a8ca .frame-active-9af6 {
    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) {
    .tall_e2b9 {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .article_faa9 nav {
        align-items: center;
    }
    
    .wide-f77f {
        flex-direction: column;
        text-align: center;
    }
}

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

.message-5d48 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

.cold-dc96 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

.down-71d1 {
    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;
}

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

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

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

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

.wrapper-light-3b41 {
    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);
}

.under-468c {
    text-align: center;
}

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

.under-468c .dropdown-30b2 {
    font-size: 0.85rem;
    color: var(--text-muted);
}

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

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

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

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

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

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

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

.media-74ad {
    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;
}

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

.media-74ad > p {
    margin-bottom: var(--space-lg);
}

.header-east-10de {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-sm);
        justify-content: center;
    }
    
.logo_smooth_7e68 {
    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);
}

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

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

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

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

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

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

.progress-33bb {
    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;
}

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

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

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

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

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

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

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

/* Utility Classes */
.backdrop_32b5 { text-align: center; }
.tooltip-acb4 { margin-bottom: var(--space-lg); }
.banner-5b18 { margin-bottom: var(--space-xl); }
.dropdown-2ee7 { 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; }
}

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

.tag-323e {
    animation: pulse 2s infinite;
}

/* Responsive */
@media (max-width: 768px) {
    .preview_ada8 {
        grid-template-columns: 1fr;
    }
    
    .secondary_soft_975a {
        grid-template-columns: 1fr;
    }
    
    .east_6cb4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .east_6cb4 {
        grid-template-columns: 1fr;
    }
    
    .border-4be2 {
        display: none;
    }
}

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

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

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

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

.fast-65df 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;
}

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

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

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

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

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

.header-outer-977f {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

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

.chip-47cf .header-c3c5 {
    display: block;
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: var(--space-xs);
}

.chip-47cf .detail_658f {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 600;
}

@media (max-width: 992px) {
    .layout_bottom_2273 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .aside_steel_f198 {
        justify-content: center;
    }
    
    .header-outer-977f {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

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

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

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

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

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

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

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

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

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

.basic-2c08 p:last-child {
    margin-bottom: 0;
}

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

.disabled_blue_de30 .text-action-608b {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-xs) 0;
}

.disabled_blue_de30 .header-c3c5 {
    font-weight: 600;
    color: var(--neon-cyan);
}

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

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

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

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

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

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

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

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

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

.avatar-90e9 h3 { color: var(--text-secondary); }
.tall_0b2e h3 { color: var(--neon-yellow); }
.tabs_c24e h3 { color: var(--neon-green); }

.card-medium-2a32 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.card-medium-2a32 li:last-child {
    border-bottom: none;
}

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

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

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

.hover-soft-4bc6 {
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

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

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

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

.hard-933c .thick-d6fb {
    background: var(--neon-green);
}

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

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

.liquid-28f2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.feature-complex-823a:hover {
    color: var(--neon-cyan);
}

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

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

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

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

.white-939b {
    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);
}

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

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

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

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

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

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

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

.tertiary_rough_ee23 .dark_ced8.widget-stale-acf4 {
    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);
}

.tertiary_rough_ee23 .dark_ced8.widget-stale-acf4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cyber);
}

.tertiary_rough_ee23 .dark_ced8.widget-stale-acf4:hover {
    transform: translateY(-5px);
    border-color: var(--neon-cyan);
    box-shadow: 0 10px 40px rgba(0,240,255,0.2);
}

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

.tertiary_rough_ee23 .dark_ced8:nth-child(1) .white_ea39 {
    animation-delay: 0s;
}

.tertiary_rough_ee23 .dark_ced8:nth-child(2) .white_ea39 {
    animation-delay: 0.5s;
}

.tertiary_rough_ee23 .dark_ced8:nth-child(3) .white_ea39 {
    animation-delay: 1s;
}

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

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

.tertiary_rough_ee23 .dropdown-30b2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    display: block;
    margin-bottom: var(--space-xs);
}

.tertiary_rough_ee23 .form-old-7f83 {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: block;
}

@media (max-width: 768px) {
    .notification_b873.tertiary_rough_ee23 {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    
    .tertiary_rough_ee23 .wrapper_fast_79e5 {
        font-size: 2rem;
    }
    
    .tertiary_rough_ee23 .white_ea39 {
        font-size: 2rem;
    }
}

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

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

.notice-simple-43cc {
    font-size: 1.2rem;
}

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

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

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

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

/* css-noise: 69a3 */
.widget-item-a2 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
