/* Inner Page Styles */

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

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

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

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

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

.list_e68a .disabled-full-b52c {
    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;
}

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

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

.list_e68a .disabled-full-b52c:hover::before {
    left: 100%;
}

.list_e68a .disabled-full-b52c:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.huge-1cdb {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs_basic_6b1c.fn-active-089d {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.disabled-top-2da4 {
    padding: var(--md-spacing-lg) 0;
}

.text-61d3 {
    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);
}

.text-61d3 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);
}

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

/* Content Cards */
.logo_wide_f4eb {
    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);
}

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

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

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

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

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

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

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

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

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

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

.progress_1cfe 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 */
.wrapper-d3ad {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

/* Promo Cards */
.avatar_up_6a26 {
    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;
}

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

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

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

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

.avatar_up_6a26 .aside_dirty_45ba {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.avatar_up_6a26 .aside_dirty_45ba:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.photo-6b44 {
    margin-top: var(--md-spacing-sm);
}

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

.inner-4aa0:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.container_outer_ea11 .aside_dirty_45ba {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.container_outer_ea11 .aside_dirty_45ba:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .message_center_8723 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .message_center_8723 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .message_center_8723 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .list_e68a {
        justify-content: center;
    }
    
    .huge-1cdb {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .slider-bottom-4595 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled-top-2da4 {
        padding: var(--md-spacing-md) 0;
    }
    
    .text-61d3 {
        padding: var(--md-spacing-md);
    }
    
    .carousel_pro_18c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .progress_1cfe {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .container_outer_ea11 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .motion_4918 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .text-61d3 {
        padding: var(--md-spacing-sm);
    }
    
    .logo_wide_f4eb {
        padding: var(--md-spacing-md);
    }
    
    .progress_1cfe {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.logo_wide_f4eb,
.progress_1cfe,
.container_outer_ea11 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.center_52a7 {
    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);
}

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

.modal_ba16 {
    font-size: 1.5rem;
}

.heading_warm_be21 strong {
    color: #00ff88;
}

.gallery-bottom-48dd {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .gas-62cd {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .gallery-bottom-48dd {
        margin-left: 0;
    }
}

/* Main Content Compact */
.soft-4581 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-55fa {
    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;
}

.primary-55fa strong {
    color: #00ff88;
}

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

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

.tooltip-fast-214d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

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

.accordion_short_40ec {
    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 */
.tag-235e {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.tag-235e::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;
}

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

.layout-4b96 {
    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;
}

.layout-4b96.hidden-f0c5 .video-under-1062 {
    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); }
}

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

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

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

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

.component-9a00 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;
}

.component-9a00 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);
}

.title-in-e2b1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.down-2cee {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .slider-out-3a56 {
        grid-template-columns: 1fr;
    }
}

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

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

.gallery_focused_83cd.shade-current-13a4::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.gallery_focused_83cd.background-brown-21e3::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.gallery_focused_83cd.accent-3167::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.gallery_focused_83cd.icon-steel-0958::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.cool-3a5d {
    font-size: 1.2rem;
}

.pagination-rough-f18c {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.outer_9094.icon_811e { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer_9094.fn-active-089d { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

.heading_soft_34b3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

.notice-fb3c:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.notice-fb3c.motion-105b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.tag-0fdc { border-top: 3px solid #00ccff; }
.element-cd42 { border-top: 3px solid #00ff88; }
.cool-cc72 { border-top: 3px solid #d4af37; }
.black_4e39 { border-top: 3px solid #ff6b6b; }
.paragraph_selected_6a61 { border-top: 3px solid #8b5cf6; }

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

.upper_06e8 {
    overflow-x: auto;
}

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

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

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

.inner-ba4e td {
    color: #ccc;
}

.inner-ba4e .pagination-dim-fd63 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.inner-ba4e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.border-old-e1f3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.gallery-north-b408 {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.right-2baa {
    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;
}

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

.tall-0c84 p {
    color: #888;
    font-size: 0.9rem;
}

.popup-complex-cc00 {
    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;
}

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

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

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

.focus_stone_d056 {
    font-size: 2rem;
}

.static_3aa7 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

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

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

.main-new-6190 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.selected-86ae {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.hidden_thick_1f19 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

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

.grid-inner-8cff {
    font-size: 1.5rem;
}

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

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

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

.advanced-20a0 {
    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;
}

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

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

.sort-paper-e4db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.tiny-9133 strong {
    color: #fff;
    display: block;
}

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

.icon_wide_0eb8 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.wrapper_stale_b768 .container-b244 {
    margin-bottom: 10px;
}

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

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

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

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

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

.header-center-8e31 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 */
.stone-b1ff {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.main-brown-82f7 {
    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;
}

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

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

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

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

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

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

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

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

.block-261b {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.badge_mini_94a4 {
    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;
}

.wide_e213 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.item-lite-1ac9 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.item-lite-1ac9 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.tertiary_medium_4d6c {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.tertiary_medium_4d6c span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.progress_4609 a {
    color: #ff6b6b;
}

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

.highlight-224f {
    max-width: 800px;
    margin: 0 auto;
}

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

.wood_d215 {
    text-align: center;
}

.wood_d215 .picture_0a58 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.wood_d215 .sidebar-16ec {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.highlight-224f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-d4b1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.fluid_5e94.motion-105b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.mask_a2e7 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .hero-d4b1 {
        flex-direction: column;
    }
    .dropdown-down-0159 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.dynamic-6880 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.breadcrumb-7bce {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.main-6de9 .layout-hovered-48e9 {
    color: #666;
    margin: 0 8px;
}

.main-6de9 .blue_3a94 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.tabs-623d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.accordion_d164 {
    font-size: 2rem;
}

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

.secondary_35be strong {
    color: #d4af37;
}

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

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

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

.alert_2f83 h3,
.input_661b h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.focus-35a5 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.preview-54d3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.shade_e020 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.popup_fluid_a813 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.basic_7b21 h3,
.pressed_2343 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

.backdrop-basic-86e0 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.title-d1f0 strong {
    color: #d4af37;
}

.shadow-d5de {
    color: #aaa;
}

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

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

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

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

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

.article-full-1d5c {
    max-width: 900px;
    margin: 0 auto;
}

.grid-black-211f {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.grid-black-211f:last-child {
    border-bottom: none;
}

.grid-black-211f h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.grid-black-211f p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.grid-black-211f p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.grid-black-211f p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.media-active-c1c8 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.media-active-c1c8 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;
}

.media-active-c1c8 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.alert-cold-1916 strong {
    color: #d4af37;
}

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

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

.footer_soft_43e4 strong {
    color: #00ff88;
}

.footer_soft_43e4 span {
    color: #d4af37;
}

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

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

.left_aad2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

.gallery-center-97a7 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

.photo-d371 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

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

.focus-9a43 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.container-1c5c {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.container-1c5c li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.dropdown_active_98fe {
    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;
}

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

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

.background_tall_1f4b strong {
    color: #00ff88;
}

.text-selected-4285 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

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

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

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

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

.status-old-e8d9 {
    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;
}

.block-261b {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

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

.fast-f36b: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) {
    .fast-f36b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .fast-f36b {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .border-62a8 {
        padding: 30px 15px;
    }
    
    .border-62a8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .tertiary_8d50 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .footer_3d52 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .east-2ae3 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .east-2ae3 .disabled-d0ea {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .tabs-f325 {
        font-size: 1.3rem;
    }
    
    .light-bafc {
        font-size: 0.7rem;
    }
    
    .last_7cf3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .last_7cf3 .aside_dirty_45ba {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fixed-ac22 {
        display: none;
    }
    
    .photo_lite_1ac6 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .cold_9c7f {
        padding: 20px 10px;
    }
    
    .left_aad2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .widget_5c65,
    .red_71f8 {
        padding: 15px;
    }
    
    .photo-d371 {
        flex-direction: column;
        gap: 5px;
    }
    
    .primary-f79b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .selected-85b0 {
        padding: 30px 10px;
    }
    
    .wrapper-over-5904 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo_mini_a3d5 {
        padding: 20px 15px;
    }
    
    .filter-gold-da00 {
        font-size: 2rem;
    }
    
    .logo_mini_a3d5 h3 {
        font-size: 1.1rem;
    }
    
    .logo_mini_a3d5 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .description_cce5 {
        padding: 20px 5px;
    }
    
    .description_cce5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .hard_d39e {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .inner-ba4e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .inner-ba4e th,
    .inner-ba4e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .hero-pro-8d3f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .sidebar_94ee {
        padding: 20px 10px;
    }
    
    .search_8233 h2 {
        font-size: 1.3rem;
    }
    
    .huge-b484 {
        font-size: 0.9rem;
    }
    
    .grid-black-211f h3 {
        font-size: 1.1rem;
    }
    
    .grid-black-211f p {
        font-size: 0.9rem;
    }
    
    .media-active-c1c8 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .in-c78f {
        grid-template-columns: 1fr;
    }
    
    .alert-cold-1916 {
        font-size: 0.85rem;
    }
    
    .stale_7576 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget_middle_c85f {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .widget_middle_c85f strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .shadow_liquid_30f5 {
        padding: 30px 10px;
    }
    
    .accent_thick_4a15 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .alert-bc28 {
        padding: 15px 10px;
    }
    
    .alert-bc28 h4 {
        font-size: 0.9rem;
    }
    
    .alert-bc28 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .middle_3516 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accent_thick_4a15 {
        grid-template-columns: 1fr;
    }
    
    .alert-bc28 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .backdrop-4ac5 {
        padding: 30px 10px;
    }
    
    .thick_11a8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .texture-9942 {
        padding: 15px;
    }
    
    .accordion_26c5 {
        font-size: 0.9rem;
    }
    
    .component_last_3c60 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .component_last_3c60 .soft_70fc {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .wrapper_8fea {
        padding: 30px 10px;
    }
    
    .wrapper_8fea h2 {
        font-size: 1.2rem;
    }
    
    .menu-1a32 {
        gap: 10px;
    }
    
    .paragraph_fc6c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .paragraph_fc6c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .warm_b553 {
        padding: 30px 10px;
    }
    
    .warm_b553 h2 {
        font-size: 1.2rem;
    }
    
    .last_f37d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_df20 {
        padding: 15px 10px;
    }
    
    .logo_df20 h4 {
        font-size: 0.85rem;
    }
    
    .logo_df20 p {
        font-size: 0.75rem;
    }
    
    .red-c4f7 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .tall-baa1 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .badge_mini_94a4 {
        padding: 20px 10px;
    }
    
    .wide_e213 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .item-lite-1ac9,
    .tertiary_medium_4d6c,
    .progress_4609 {
        width: 100%;
    }
    
    .item-lite-1ac9 h3 {
        font-size: 1.1rem;
    }
    
    .item-lite-1ac9 p {
        font-size: 0.8rem;
    }
    
    .pattern-4571 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .detail-gas-8980 {
        padding: 30px 15px;
    }
    
    .detail-gas-8980 h2 {
        font-size: 1.3rem;
    }
    
    .detail-gas-8980 p {
        font-size: 0.85rem;
    }
    
    .notice-lite-13b1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .notice-lite-13b1 .aside_dirty_45ba {
        width: 100%;
    }
    
    .in-ee5d {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .warm_d2af {
        padding: 30px 10px;
    }
    
    .warm_d2af h3 {
        font-size: 1.2rem;
    }
    
    .steel-3ed0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .container_outer_ea11 {
        padding: 15px 10px;
    }
    
    .container_outer_ea11 h4 {
        font-size: 0.85rem;
    }
    
    .container_outer_ea11 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .carousel_fluid_0c79 {
        padding: 30px 15px;
    }
    
    .texture-77ac {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .tertiary-silver-9e25 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview_8698 h4 {
        font-size: 0.9rem;
    }
    
    .preview_8698 a {
        font-size: 0.8rem;
    }
    
    .simple_036b {
        font-size: 0.8rem;
    }
    
    .column-top-8821 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .red_8be9 {
        padding: 8px 10px;
    }
    
    .nav_d2f6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .hard-2e15 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .nav_d2f6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hard-2e15 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 19be */
.promo-block-y3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
