/* Inner Page Styles */

/* Hero Section Layout Styles */
.easy-d23b {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.easy-d23b h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.easy-d23b h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.easy-d23b p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.stone_7b6d {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.stone_7b6d .short_2e40 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.stone_7b6d .short_2e40::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.stone_7b6d .short_2e40:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.stone_7b6d .short_2e40:hover::before {
    left: 100%;
}

.stone_7b6d .short_2e40:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.rough_5023 {
    margin-bottom: var(--md-spacing-lg);
}

.photo-6435 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.photo-6435:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.right_b07e {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.panel_west_db7a h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.panel_west_db7a p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.surface_9cd3 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.surface_9cd3 img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.surface_9cd3 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.gradient_bb9e {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.nav_2b9a {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.carousel_under_e971 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.north_6218 {
    color: var(--casino-gold-light);
}

.north_6218 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.north_6218 a:hover {
    color: var(--casino-gold-light);
}

.north_6218.fn-active-0d17 {
    color: var(--casino-gold-light);
}

.north_6218:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.main_purple_3ebd {
    padding: var(--md-spacing-lg) 0;
}

.box_over_aa93 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.box_over_aa93 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.box_over_aa93 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.container-hard-45bb {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.container-hard-45bb:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.container-hard-45bb h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.container-hard-45bb p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.dropdown-4bd3 {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.dropdown-4bd3 li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.dropdown-4bd3 li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.disabled_08a3 {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.alert-bf09 {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.rough_80e9 {
    padding: var(--md-spacing-md) 0;
}

.action_8e4d {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.action_8e4d h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.grid_3a4d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid_3a4d li {
    margin-bottom: var(--md-spacing-xs);
}

.grid_3a4d a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.grid_3a4d a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.current_ac7a {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.current_ac7a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

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

.current_ac7a h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.current_ac7a p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.current_ac7a .prev-090b {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.current_ac7a .prev-090b:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.banner-simple-3cc7 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.video-dynamic-e5e3 {
    margin-top: var(--md-spacing-sm);
}

.logo-9e52 {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.logo-9e52:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.fixed_5f7e {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.fixed_5f7e h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.thick-a2d3 {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.thick-a2d3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.thick-a2d3 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.thick-a2d3 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.thick-a2d3 .prev-090b {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.thick-a2d3 .prev-090b:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .easy-d23b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .easy-d23b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .easy-d23b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .stone_7b6d {
        justify-content: center;
    }
    
    .photo-6435 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .right_b07e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .main_purple_3ebd {
        padding: var(--md-spacing-md) 0;
    }
    
    .box_over_aa93 {
        padding: var(--md-spacing-md);
    }
    
    .alert-bf09 {
        padding: var(--md-spacing-md) 0;
    }
    
    .action_8e4d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .thick-a2d3 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .carousel_under_e971 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .box_over_aa93 {
        padding: var(--md-spacing-sm);
    }
    
    .container-hard-45bb {
        padding: var(--md-spacing-md);
    }
    
    .action_8e4d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.container-hard-45bb,
.action_8e4d,
.thick-a2d3 {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar Styles */
.gradient_bb9e::-webkit-scrollbar {
    width: 8px;
}

.gradient_bb9e::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.gradient_bb9e::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.gradient_bb9e::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.focus_bbd1 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.feature_huge_8ac2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.action_eecd {
    font-size: 1.5rem;
}

.selected_07c5 strong {
    color: #00ff88;
}

.block_clean_1193 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .feature_huge_8ac2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .block_clean_1193 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.video-0de6 {
    padding: 30px 0;
}

.dirty_0493 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.video-easy-70ba {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.video-easy-70ba h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.video-easy-70ba ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.video-easy-70ba li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.video-easy-70ba li:last-child {
    border-bottom: none;
}

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

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

/* Expert Tips Compact */
.sidebar-d255 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.sidebar-d255 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.tall-26cf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dim_693d {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.dim_693d strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .tall-26cf {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.inner-4ce7 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.inner-4ce7 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.layout_under_57fe {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.dropdown_3899 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.overlay-1ac0 {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.overlay-1ac0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.popup_66f2 {
    text-align: center;
    margin-bottom: 30px;
}

.logo-old-7ac0 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.logo-old-7ac0.hero_dim_5262 .widget-tiny-ad1e {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.label-basic-003a {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon_up_5a29 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.fluid_2292 {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.overlay_4e18 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay_4e18 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.overlay_4e18 img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.wrapper-9fe6 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.content_top_d068 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.notification_fd5e {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

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

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

.list_b938 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.list_b938::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.list_b938.secondary-d82d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.list_b938.footer-3b7b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.list_b938.east-705e::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.list_b938.hover_bottom_b200::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.accent_1fe1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.shade_rough_16b1 {
    font-size: 1.2rem;
}

.texture-173d {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.right-3359 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.dynamic-b0bf {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.aside_dynamic_8313 {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.aside_dynamic_8313.message_easy_c1ed { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside_dynamic_8313.fn-active-0d17 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.column-north-22d8 {
    color: #666;
    font-size: 0.8rem;
}

.image_64b8 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.light_1dbc {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.article_yellow_702a {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.top_dde7 {
    background: #0a0a0a;
    padding: 60px 0;
}

.dirty-55fd {
    max-width: 800px;
    margin: 0 auto;
}

.basic-f419 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.focus_mini_bb87 {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.border-solid-44ed {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.heading-action-a5eb {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.heading-action-a5eb:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.heading-action-a5eb.down_9c32 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.shade_full_bc2f {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.main_yellow_6e80 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.item_7e40 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.thumbnail-fluid-2238 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.surface_eb7c { border-top: 3px solid #00ccff; }
.accent_b729 { border-top: 3px solid #00ff88; }
.focused_e206 { border-top: 3px solid #d4af37; }
.column_9c06 { border-top: 3px solid #ff6b6b; }
.soft-8104 { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.paper-9211 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.gas_3f3e {
    overflow-x: auto;
}

.hot_0531 {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.hot_0531 th,
.hot_0531 td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hot_0531 th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.hot_0531 td {
    color: #ccc;
}

.hot_0531 .brown_c7b3 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.hot_0531 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.content-c097 {
    background: #0a0a0a;
    padding: 60px 0;
}

.highlight_north_d0fc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

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

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

.advanced_8eda {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.advanced_8eda h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pressed_2aad {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-large-4e9d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.media_4d0e {
    color: #888;
    font-size: 0.85rem;
}

.description_warm_46cc {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.grid-lower-ef6c {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.secondary_a7bb {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.texture-69f3 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gradient_center_afbd {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outline_cold_beac h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.outline_cold_beac p {
    color: #888;
    font-size: 0.9rem;
}

.tall_a58b {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.component_stale_8ce6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

.paragraph_tall_4ac3 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.active-1aaa {
    font-size: 2rem;
}

.menu-right-022f strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.menu-right-022f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.green_c702 {
    background: #0a0a0a;
    padding: 60px 0;
}

.narrow_8bae {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.narrow_8bae::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .narrow_8bae::before {
        left: 30px;
    }
}

.bottom_4d99 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.slow_06ee {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.frame-iron-3d5a {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.frame-iron-3d5a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.summary-cfb6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.frame-iron-3d5a h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.frame-iron-3d5a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.active-814c {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.basic-dfcc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.pagination_over_ca1e {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.large_4c33 {
    font-size: 1.5rem;
}

.module_05f3 {
    color: #888;
    font-size: 0.9rem;
}

.box_01b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

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

.white_cf3d {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.primary_a6d2 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.element_new_44b5 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.tooltip-337e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.detail-c6bc strong {
    color: #fff;
    display: block;
}

.video_white_0f55 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.frame-brown-a46e {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.frame-brown-a46e .right_7073 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.panel_focused_04aa {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.panel_focused_04aa .silver-8601 {
    margin-bottom: 10px;
}

.panel_focused_04aa p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.panel_focused_04aa strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.tall_71a6 {
    background: #0a0a0a;
    padding: 60px 0;
}

.popup_6cbc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

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

.info-light-42d0 h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.paper-ed3f {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.row-5d64 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.bright_8f8b h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.bright_8f8b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.bronze_1656 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.label_b8d1 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.upper-22c3 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.highlight_2f8e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pink_f561 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.alert-7c48 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.plasma-818b {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.layout-2caf {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

.shade-active-243f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.detail-fc68 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.detail-fc68 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.texture-5b92 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-1282 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.texture-5b92 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.thumbnail_ae37 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.thumbnail_ae37 span {
    color: #666;
    font-size: 0.8rem;
}

.thumbnail_ae37 a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.full-73ea {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

.modal_ed5b {
    max-width: 800px;
    margin: 0 auto;
}

.widget_55a3 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.info-e9bc {
    text-align: center;
}

.info-e9bc .card-fast-0596 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.info-e9bc .pressed-c6c9 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal_ed5b h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.modal_ed5b > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.liquid_ee6e {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.liquid_ee6e h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.article_6664 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

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

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

.photo-outer-659e {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.photo-outer-659e:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.accordion_44f5 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.steel-4421 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.button_7779 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.next_dd28 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.next_dd28 h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.picture-smooth-5658 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.slow_a052 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.slow_a052.down_9c32 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.tag-da6d {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.picture-cold-e1f1 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.form_cfae {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .picture-smooth-5658 {
        flex-direction: column;
    }
    .form_cfae {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.box-pressed-38c2 {
    background: #0a0a0a;
    padding: 30px 0;
}

.box-pressed-38c2 h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.text-be13 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .text-be13 {
        grid-template-columns: 1fr;
    }
}

.texture-9698 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-easy-1dac {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.container-easy-1dac .hot_1ef1 {
    color: #666;
    margin: 0 8px;
}

.container-easy-1dac .primary-out-bfb1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.caption-small-12b2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.texture_huge_716c {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.texture_huge_716c strong {
    color: #d4af37;
    margin-right: 8px;
}

.info_current_7162 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.summary-b29d {
    font-size: 2rem;
}

.pagination-ae58 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.pagination-ae58 strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.dropdown-stone-9512 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.first_da8c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.form-576f h3,
.thumbnail-south-590f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.secondary_5dd0 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.easy_60c3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar-1003 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.sidebar-1003 strong {
    color: #d4af37;
    margin-right: 8px;
}

.search_liquid_f3af {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.paragraph_yellow_f4fc {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.paragraph_yellow_f4fc strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.pattern-31c5 {
    background: #0a0a0a;
    padding: 30px 0;
}

.title_glass_8f0a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.sort_aa7f h3,
.accordion-lower-a358 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.list-4583 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.accent_over_adc4 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.accent_over_adc4 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

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

.accent_over_adc4 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.static_200b {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.copper_9bc2 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.west-2950 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.west-2950 strong {
    color: #d4af37;
}

.sidebar-smooth-d450 {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.badge_pink_28ee {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.progress-7e69 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.progress-7e69 h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.link-926e {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.avatar-5fa4 {
    max-width: 900px;
    margin: 0 auto;
}

.tabs-easy-c78e {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.tabs-easy-c78e h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.tabs-easy-c78e p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.tabs-easy-c78e p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.tabs-easy-c78e p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.footer_blue_366a {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer_blue_366a li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.footer_blue_366a li strong {
    color: #00ff88;
}

.texture_stone_f3f1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

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

.avatar_4eb9 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.avatar_4eb9 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.picture_orange_11a9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

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

.mask_stale_3f7f {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.mask_stale_3f7f strong {
    color: #d4af37;
}

.middle_55e5 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

.message-bronze-d4c7 {
    color: #888;
    font-size: 0.9rem;
}

.message-bronze-d4c7 strong {
    color: #00ff88;
}

.message-bronze-d4c7 span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.status-advanced-52ef {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.shadow-yellow-0fc4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .shadow-yellow-0fc4 {
        grid-template-columns: 1fr;
    }
}

.surface-selected-df72 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.bright_6f63 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.heading-39ce {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.fresh_c2be h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.stale-af35 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.layout-1dd1 p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.grid-dirty-1f12 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.accordion_bronze_3755 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.cold_f8c1 {
    color: #999;
    font-size: 0.85rem;
}

.primary_4956 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.primary_4956 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.image_e48f {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.image_e48f li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.selected_ea64 {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.fixed-ce9a {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.title_58b4 {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.form-pink-7a4f {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .form-pink-7a4f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .form-pink-7a4f {
        grid-template-columns: 1fr;
    }
}

.tabs_orange_d25f {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.tabs_orange_d25f strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

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

.tabs_orange_d25f li {
    margin-bottom: 5px;
}

.tabs_orange_d25f a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tabs_orange_d25f a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.white-eded {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.brown_d054 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.outline-92e0 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.outline-92e0 strong {
    color: #00ff88;
}

.full-c8e2 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.highlight-left-5e0c {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.highlight-left-5e0c h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.dropdown_550e {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.pink_f561 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.alert-7c48 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.plasma-818b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .dropdown_550e {
        flex-direction: column;
    }
    
    .pink_f561 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.description-3147 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.list-039e {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.list-039e:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .list-039e {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .list-039e {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.component-c2fd {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .paragraph_out_94ad {
        padding: 30px 15px;
    }
    
    .paragraph_out_94ad h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .center_94c5 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .pink-1d79 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .shade_5da3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .shade_5da3 .list_58ff {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .border_7147 {
        font-size: 1.3rem;
    }
    
    .short-233a {
        font-size: 0.7rem;
    }
    
    .form_672b {
        flex-direction: column;
        gap: 10px;
    }
    
    .form_672b .prev-090b {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .chip_large_135d {
        display: none;
    }
    
    .hard-bec1 {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .wrapper-9fe6 {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status-advanced-52ef {
        padding: 20px 10px;
    }
    
    .shadow-yellow-0fc4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .surface-selected-df72,
    .primary_4956 {
        padding: 15px;
    }
    
    .grid-dirty-1f12 {
        flex-direction: column;
        gap: 5px;
    }
    
    .accordion_bronze_3755 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .backdrop_glass_09e4 {
        padding: 30px 10px;
    }
    
    .east_d0c6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .tooltip-liquid-1304 {
        padding: 20px 15px;
    }
    
    .border-bright-0ff8 {
        font-size: 2rem;
    }
    
    .tooltip-liquid-1304 h3 {
        font-size: 1.1rem;
    }
    
    .tooltip-liquid-1304 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .paper-9211 {
        padding: 20px 5px;
    }
    
    .paper-9211 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .video-south-39ab {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hot_0531 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hot_0531 th,
    .hot_0531 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .inner-06f2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .badge_pink_28ee {
        padding: 20px 10px;
    }
    
    .progress-7e69 h2 {
        font-size: 1.3rem;
    }
    
    .link-926e {
        font-size: 0.9rem;
    }
    
    .tabs-easy-c78e h3 {
        font-size: 1.1rem;
    }
    
    .tabs-easy-c78e p {
        font-size: 0.9rem;
    }
    
    .footer_blue_366a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .picture_orange_11a9 {
        grid-template-columns: 1fr;
    }
    
    .mask_stale_3f7f {
        font-size: 0.85rem;
    }
    
    .texture_stone_f3f1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .avatar_4eb9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .avatar_4eb9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .tall_2e46 {
        padding: 30px 10px;
    }
    
    .overlay_cc63 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hard-0da2 {
        padding: 15px 10px;
    }
    
    .hard-0da2 h4 {
        font-size: 0.9rem;
    }
    
    .hard-0da2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .slider_7e9a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .overlay_cc63 {
        grid-template-columns: 1fr;
    }
    
    .hard-0da2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paragraph_9ccd {
        padding: 30px 10px;
    }
    
    .tertiary-f1b2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .icon-mini-cdcd {
        padding: 15px;
    }
    
    .gold_bfca {
        font-size: 0.9rem;
    }
    
    .logo-e269 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .logo-e269 .hot-252b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .caption_pro_7c4c {
        padding: 30px 10px;
    }
    
    .caption_pro_7c4c h2 {
        font-size: 1.2rem;
    }
    
    .chip-tiny-842f {
        gap: 10px;
    }
    
    .narrow_4a14 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .narrow_4a14 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .backdrop_9d2b {
        padding: 30px 10px;
    }
    
    .backdrop_9d2b h2 {
        font-size: 1.2rem;
    }
    
    .hidden-south-9adf {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hot_2374 {
        padding: 15px 10px;
    }
    
    .hot_2374 h4 {
        font-size: 0.85rem;
    }
    
    .hot_2374 p {
        font-size: 0.75rem;
    }
    
    .soft_23b8 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .lower-22d1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .hidden-south-9adf {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .layout-2caf {
        padding: 20px 10px;
    }
    
    .shade-active-243f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .detail-fc68,
    .texture-5b92,
    .thumbnail_ae37 {
        width: 100%;
    }
    
    .detail-fc68 h3 {
        font-size: 1.1rem;
    }
    
    .detail-fc68 p {
        font-size: 0.8rem;
    }
    
    .action-1282 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .hover_7bce {
        padding: 30px 15px;
    }
    
    .hover_7bce h2 {
        font-size: 1.3rem;
    }
    
    .hover_7bce p {
        font-size: 0.85rem;
    }
    
    .article_advanced_c8c7 {
        flex-direction: column;
        gap: 10px;
    }
    
    .article_advanced_c8c7 .prev-090b {
        width: 100%;
    }
    
    .next_ef52 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .large-90a1 {
        padding: 30px 10px;
    }
    
    .large-90a1 h3 {
        font-size: 1.2rem;
    }
    
    .primary_pro_5f56 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .thick-a2d3 {
        padding: 15px 10px;
    }
    
    .thick-a2d3 h4 {
        font-size: 0.85rem;
    }
    
    .thick-a2d3 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .copper-df0a {
        padding: 30px 15px;
    }
    
    .box_5249 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .alert-678b {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .link-42d0 h4 {
        font-size: 0.9rem;
    }
    
    .link-42d0 a {
        font-size: 0.8rem;
    }
    
    .gas-4c5c {
        font-size: 0.8rem;
    }
    
    .outline_middle_af92 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .video_full_8bd8 {
        padding: 8px 10px;
    }
    
    .item-in-7fe9 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .copper_aec4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .item-in-7fe9 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .copper_aec4 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 5839 */
.promo-block-i0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
