/* Inner Page Styles */

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

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

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

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

.video-mini-cebf {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.video-mini-cebf .alert-5188 {
    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;
}

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

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

.video-mini-cebf .alert-5188:hover::before {
    left: 100%;
}

.video-mini-cebf .alert-5188:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.content-easy-53f3 {
    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);
}

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

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

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

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

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

.pattern_new_27c4 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_new_27c4 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

.accent-0aca {
    color: var(--casino-gold-light);
}

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

.accent-0aca a:hover {
    color: var(--casino-gold-light);
}

.accent-0aca.fn-active-1dc1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.liquid-8650 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 */
.row_251c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.element_active_af98 .medium-39c7 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.element_active_af98 .medium-39c7:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.cold_8414 {
    margin-top: var(--md-spacing-sm);
}

.inner_e1ed {
    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_e1ed:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

.widget-8057 .medium-39c7 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.widget-8057 .medium-39c7:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner_solid_9897 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .banner_solid_9897 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .banner_solid_9897 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .video-mini-cebf {
        justify-content: center;
    }
    
    .content-easy-53f3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hot-e6a3 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .form_3a56 {
        padding: var(--md-spacing-md) 0;
    }
    
    .purple_55dc {
        padding: var(--md-spacing-md);
    }
    
    .tooltip-7a85 {
        padding: var(--md-spacing-md) 0;
    }
    
    .liquid-8650 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget-8057 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .bright_73f8 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .purple_55dc {
        padding: var(--md-spacing-sm);
    }
    
    .disabled_under_7918 {
        padding: var(--md-spacing-md);
    }
    
    .liquid-8650 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.disabled_under_7918,
.liquid-8650,
.widget-8057 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.shade-right-5c34 {
    font-size: 1.5rem;
}

.tooltip_0d07 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.dirty_9423 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.red_d3de strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.header_ce61.detail_smooth_5e3b .header_d250 {
    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); }
}

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

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

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

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

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

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

.north-74ad {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.stone_6f4f {
    font-size: 1.2rem;
}

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

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

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

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

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

.photo_rough_5872.label_fixed_c07f::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.photo_rough_5872.out-3112::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.photo_rough_5872.red_a558::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.photo_rough_5872.mini-2ed0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.shade-bdac {
    font-size: 1.2rem;
}

.hard-6067 {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

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

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

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

.mini_1ba4.dirty_2afd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.mini_1ba4.fn-active-1dc1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.shade-4f44 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.logo-narrow-9bab {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.bronze-3395.row-d835 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.image_slow_176e { border-top: 3px solid #00ccff; }
.hovered-0b02 { border-top: 3px solid #00ff88; }
.header_focused_0142 { border-top: 3px solid #d4af37; }
.tertiary-02d6 { border-top: 3px solid #ff6b6b; }
.box_85bb { border-top: 3px solid #8b5cf6; }

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

.active_cea1 {
    overflow-x: auto;
}

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

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

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

.banner-b060 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.thumbnail-narrow-6a00 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.hard-2e0c {
    color: #888;
    font-size: 0.85rem;
}

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

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

.focus-purple-cb1d {
    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;
}

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

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

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

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

.link-pro-182a {
    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;
}

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

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

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

.first_da4c {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.backdrop-right-f6e5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.block-wide-c6de {
    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;
}

.block-wide-c6de::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);
}

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

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

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

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

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

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

.hero_37f4 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.light_3336 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.message-8256 .blue-c702 {
    margin-bottom: 10px;
}

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

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

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

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

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

.fixed-8161 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 */
.nav-23da {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

.gallery_fb1b {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.gallery-hot-97a2 {
    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;
}

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

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

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

.thumbnail-paper-d5aa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-hard-09fb {
    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;
}

.thumbnail-paper-d5aa span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.tertiary_fae1 a {
    color: #ff6b6b;
}

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

.image-huge-0c7f {
    max-width: 800px;
    margin: 0 auto;
}

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

.dropdown-f527 {
    text-align: center;
}

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

.dropdown-f527 .table_easy_77ab {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.image-huge-0c7f h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.image-huge-0c7f > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.module-cool-31e3 {
    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;
}

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

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

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

.accordion-322a {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

.shadow-bronze-17b6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

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

.modal-1848.row-d835 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .shadow-bronze-17b6 {
        flex-direction: column;
    }
    .fast-308e {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.label-liquid-c81e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.border-d09b .thick_dc13 {
    color: #666;
    margin: 0 8px;
}

.border-d09b .aside_1682 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.form-219c {
    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_hard_471c {
    font-size: 2rem;
}

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

.lower_3cc8 strong {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

.module_wide_ce34 strong {
    color: #00ff88;
}

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

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

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

.background-0553 h3,
.hard-1794 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

.texture-2f10 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.texture-2f10 strong {
    color: #d4af37;
}

.layout-brown-641d {
    color: #aaa;
}

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

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

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

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

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

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

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

.border-paper-3696:last-child {
    border-bottom: none;
}

.border-paper-3696 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.border-paper-3696 p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.border-paper-3696 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.under-6860 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;
}

.under-6860 li strong {
    color: #00ff88;
}

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

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

.out-8ba1 {
    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;
}

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

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

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

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

.article-narrow-5cfd strong {
    color: #d4af37;
}

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

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

.list_fresh_3efc strong {
    color: #00ff88;
}

.list_fresh_3efc span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-smooth-bc79 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.status-smooth-bc79 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.highlight-3b24 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-3b24 li {
    margin-bottom: 5px;
}

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

.highlight-3b24 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

.tertiary-orange-9da4 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.tertiary-orange-9da4 strong {
    color: #00ff88;
}

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

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

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

.short-03b2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

.gallery_fb1b {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .short-03b2 {
        flex-direction: column;
    }
    
    .last_b67e {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .yellow_d33a {
        padding: 30px 15px;
    }
    
    .yellow_d33a h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .texture_next_570b {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .status-north-96a4 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .mask_fd8d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .mask_fd8d .list-cold-e874 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .active-85cb {
        font-size: 1.3rem;
    }
    
    .sort-short-8c56 {
        font-size: 0.7rem;
    }
    
    .panel-af61 {
        flex-direction: column;
        gap: 10px;
    }
    
    .panel-af61 .medium-39c7 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .carousel-7a66 {
        display: none;
    }
    
    .in-20ec {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .white_3514 {
        padding: 20px 10px;
    }
    
    .aside_f9fc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .selected-ed02,
    .solid_ff1a {
        padding: 15px;
    }
    
    .secondary_b584 {
        flex-direction: column;
        gap: 5px;
    }
    
    .left_9d33 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .banner_rough_a1c3 {
        padding: 30px 10px;
    }
    
    .primary_next_58df {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .center-bd0b {
        padding: 20px 15px;
    }
    
    .glass_7ed2 {
        font-size: 2rem;
    }
    
    .center-bd0b h3 {
        font-size: 1.1rem;
    }
    
    .center-bd0b p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .video_af58 {
        padding: 20px 10px;
    }
    
    .hard-e2b2 h2 {
        font-size: 1.3rem;
    }
    
    .tiny_c5a2 {
        font-size: 0.9rem;
    }
    
    .border-paper-3696 h3 {
        font-size: 1.1rem;
    }
    
    .border-paper-3696 p {
        font-size: 0.9rem;
    }
    
    .under-6860 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .status-18e0 {
        grid-template-columns: 1fr;
    }
    
    .article-narrow-5cfd {
        font-size: 0.85rem;
    }
    
    .shade-fa20 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .out-8ba1 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .out-8ba1 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .grid_bronze_a356 {
        padding: 30px 10px;
    }
    
    .input-8aa7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tall-d387 {
        padding: 15px 10px;
    }
    
    .tall-d387 h4 {
        font-size: 0.9rem;
    }
    
    .tall-d387 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .notice-rough-c6e0 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .input-8aa7 {
        grid-template-columns: 1fr;
    }
    
    .tall-d387 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .bottom-ab69 {
        padding: 30px 10px;
    }
    
    .upper_6ec6 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .thick-03b4 {
        padding: 15px;
    }
    
    .article-eb3f {
        font-size: 0.9rem;
    }
    
    .plasma-06c7 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .plasma-06c7 .over_b7ac {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .modal-cold-d3e2 {
        padding: 30px 10px;
    }
    
    .modal-cold-d3e2 h2 {
        font-size: 1.2rem;
    }
    
    .full-33f2 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .west_3e38 {
        padding: 15px 10px;
    }
    
    .west_3e38 h4 {
        font-size: 0.85rem;
    }
    
    .west_3e38 p {
        font-size: 0.75rem;
    }
    
    .layout-next-8f2b {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .info-pressed-1b63 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .gallery-hot-97a2 {
        padding: 20px 10px;
    }
    
    .simple-c2f0 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .logo_wide_44d7,
    .thumbnail-paper-d5aa,
    .tertiary_fae1 {
        width: 100%;
    }
    
    .logo_wide_44d7 h3 {
        font-size: 1.1rem;
    }
    
    .logo_wide_44d7 p {
        font-size: 0.8rem;
    }
    
    .dropdown-hard-09fb {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .chip_b4aa {
        padding: 30px 15px;
    }
    
    .chip_b4aa h2 {
        font-size: 1.3rem;
    }
    
    .chip_b4aa p {
        font-size: 0.85rem;
    }
    
    .module_solid_00cb {
        flex-direction: column;
        gap: 10px;
    }
    
    .module_solid_00cb .medium-39c7 {
        width: 100%;
    }
    
    .orange-b8b0 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .top_0081 {
        padding: 30px 10px;
    }
    
    .top_0081 h3 {
        font-size: 1.2rem;
    }
    
    .fixed-8f52 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .widget-8057 {
        padding: 15px 10px;
    }
    
    .widget-8057 h4 {
        font-size: 0.85rem;
    }
    
    .widget-8057 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .focused_1e5f {
        padding: 30px 15px;
    }
    
    .gold-7fc5 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .header-ab4f {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .status_paper_e72c h4 {
        font-size: 0.9rem;
    }
    
    .status_paper_e72c a {
        font-size: 0.8rem;
    }
    
    .solid-71dd {
        font-size: 0.8rem;
    }
    
    .panel_stone_f9d4 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .cold-1036 {
        padding: 8px 10px;
    }
    
    .full-6220 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .summary-hard-61c2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .full-6220 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .summary-hard-61c2 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4a9c */
.widget-item-b3 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
