/* Inner Page Styles */

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

.breadcrumb-fluid-d530 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);
}

.breadcrumb-fluid-d530 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);
}

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

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

.module_east_5536 .overlay-2a6d {
    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;
}

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

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

.module_east_5536 .overlay-2a6d:hover::before {
    left: 100%;
}

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

.mask-dim-5bb3 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column_dynamic_cb59.fn-active-6ad2 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-3a27 {
    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%;
}

.background-3a27 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 */
.border-db0f {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

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

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

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

.steel_30e0 .chip-white-2d9c {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.steel_30e0 .chip-white-2d9c:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.old-14ec {
    margin-top: var(--md-spacing-sm);
}

.background-6a6a {
    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);
}

.background-6a6a:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

.widget_d737 {
    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_d737:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

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

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

.widget_d737 .chip-white-2d9c {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.widget_d737 .chip-white-2d9c:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-fluid-d530 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .breadcrumb-fluid-d530 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .breadcrumb-fluid-d530 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .module_east_5536 {
        justify-content: center;
    }
    
    .fresh_bd82 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hovered_c8f1 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .container-5b00 {
        padding: var(--md-spacing-md) 0;
    }
    
    .full_ac59 {
        padding: var(--md-spacing-md);
    }
    
    .detail-2e9f {
        padding: var(--md-spacing-md) 0;
    }
    
    .background-3a27 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .widget_d737 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .primary-c090 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .full_ac59 {
        padding: var(--md-spacing-sm);
    }
    
    .section_61fd {
        padding: var(--md-spacing-md);
    }
    
    .background-3a27 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.section_61fd,
.background-3a27,
.widget_d737 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.thumbnail-bright-7155 {
    font-size: 1.5rem;
}

.gallery_de8d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-e0ae strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.focused-1495.primary-94be .progress_2072 {
    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); }
}

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

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

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

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

.tall-fa9a 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;
}

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

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

.down_41ac {
    font-size: 1.2rem;
}

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

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

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

.block-simple-33c7 {
    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;
}

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

.block-simple-33c7.picture-black-1b13::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block-simple-33c7.gradient_wide_abb2::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block-simple-33c7.chip_8697::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block-simple-33c7.info_mini_11ab::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.info_rough_f6b5 {
    font-size: 1.2rem;
}

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

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

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

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

.menu_fresh_3c4c.secondary_2e4f { background: linear-gradient(90deg, #00ccff, #0088ff); }
.menu_fresh_3c4c.fn-active-6ad2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.form-paper-6fed {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

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

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

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

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

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

.sidebar-static-dfbe {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.nav-narrow-1d7c { border-top: 3px solid #00ccff; }
.first-c529 { border-top: 3px solid #00ff88; }
.dim-bc04 { border-top: 3px solid #d4af37; }
.smooth-9d59 { border-top: 3px solid #ff6b6b; }
.link_2053 { border-top: 3px solid #8b5cf6; }

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

.stone_18c8 {
    overflow-x: auto;
}

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

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

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

.item-36b6 td {
    color: #ccc;
}

.item-36b6 .inner-5f71 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.item-36b6 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.gradient-wide-a8fd {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.component-down-126b {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.item_b56c {
    font-size: 2rem;
}

.row-bronze-8e7b strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.row-bronze-8e7b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.icon-red-c7b3 {
    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;
}

.icon-red-c7b3::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);
}

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

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

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

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

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

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

.up_396c {
    font-size: 1.5rem;
}

.up-923e {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

.down-0c72 strong {
    color: #fff;
    display: block;
}

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

.block-gas-80e8 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.pattern-soft-cbe2 .frame_gas_a7b2 {
    margin-bottom: 10px;
}

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

.pattern-soft-cbe2 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.highlight-27e2 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.widget_4f5c 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 */
.logo-full-e84f {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.white-2eb1 {
    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;
}

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

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

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

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

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

.red-17c9 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

.component-huge-d451 {
    color: #ccc;
    font-size: 0.85rem;
}

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

.block-fluid-827d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

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

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

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

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

.disabled-fa09 a {
    color: #ff6b6b;
}

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

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

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

.out_9515 {
    text-align: center;
}

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

.out_9515 .text-huge-c221 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.item-new-ba61 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.active-upper-0002 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.feature-9c20 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .label_6b99 {
        flex-direction: column;
    }
    .thick-af2a {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.thumbnail-mini-b4e8 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.static-cc24 .hover-ceb0 {
    color: #666;
    margin: 0 8px;
}

.static-cc24 .mask-0181 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.progress_wide_17f6 {
    font-size: 2rem;
}

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

.active_83b5 strong {
    color: #d4af37;
}

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

.tag-first-2ef3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .tag-first-2ef3 {
        grid-template-columns: 1fr;
    }
}

.chip-bronze-7d65 h3,
.top-2cb2 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.container-green-f1fb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper_blue_1a69 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.header-fixed-548b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.tooltip-paper-109b h3,
.progress_3903 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.grid-static-12f9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.backdrop-clean-322f summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.backdrop-clean-322f summary::-webkit-details-marker {
    display: none;
}

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

.hover-right-c3d3 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

.text-east-a439 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.text-east-a439 strong {
    color: #d4af37;
}

.widget_e5b1 {
    color: #aaa;
}

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

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

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

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

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

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

.message-iron-57b6 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.message-iron-57b6:last-child {
    border-bottom: none;
}

.message-iron-57b6 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.message-iron-57b6 p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

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

.message-iron-57b6 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

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

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

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

.summary-gas-63ee {
    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;
}

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

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

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

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

.caption_fast_1784 strong {
    color: #d4af37;
}

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

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

.glass-e4c8 strong {
    color: #00ff88;
}

.glass-e4c8 span {
    color: #d4af37;
}

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

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

.search-liquid-c402 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.narrow-47b5 {
    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;
}

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

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

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

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

.tag-795b {
    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);
}

.text-last-6935 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chip-orange-22bd {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.chip-orange-22bd strong {
    color: #00ff88;
}

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

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

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

.bronze-5f0b {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.picture-67a2 {
    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;
}

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

.component-huge-d451 {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .bronze-5f0b {
        flex-direction: column;
    }
    
    .picture-67a2 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .stale_7344 {
        padding: 30px 15px;
    }
    
    .stale_7344 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .fast-e156 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .column_b633 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .breadcrumb_9e5b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .breadcrumb_9e5b .box_766d {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .breadcrumb-iron-a67d {
        font-size: 1.3rem;
    }
    
    .badge-out-f92e {
        font-size: 0.7rem;
    }
    
    .disabled_4922 {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled_4922 .chip-white-2d9c {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hidden_steel_bcfe {
        display: none;
    }
    
    .short_1893 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .wrapper-d0e4 {
        padding: 20px 10px;
    }
    
    .search-liquid-c402 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hidden_90e5,
    .narrow_0bc4 {
        padding: 15px;
    }
    
    .info_21f3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .tag-795b {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .copper_b539 {
        padding: 30px 10px;
    }
    
    .sort-easy-56e8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sidebar_6f11 {
        padding: 20px 15px;
    }
    
    .picture-b0bd {
        font-size: 2rem;
    }
    
    .sidebar_6f11 h3 {
        font-size: 1.1rem;
    }
    
    .sidebar_6f11 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .hard_70d7 {
        padding: 20px 5px;
    }
    
    .hard_70d7 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .glass-3167 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .item-36b6 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .item-36b6 th,
    .item-36b6 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .column-paper-d8e9 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .search-hard-f4f1 {
        padding: 20px 10px;
    }
    
    .chip-82f4 h2 {
        font-size: 1.3rem;
    }
    
    .east-2e5d {
        font-size: 0.9rem;
    }
    
    .message-iron-57b6 h3 {
        font-size: 1.1rem;
    }
    
    .message-iron-57b6 p {
        font-size: 0.9rem;
    }
    
    .in_0241 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .shadow-4b57 {
        grid-template-columns: 1fr;
    }
    
    .caption_fast_1784 {
        font-size: 0.85rem;
    }
    
    .card-advanced-95f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-gas-63ee {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .summary-gas-63ee strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .video_2379 {
        padding: 30px 10px;
    }
    
    .hard-19ea {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wide_7438 {
        padding: 15px 10px;
    }
    
    .wide_7438 h4 {
        font-size: 0.9rem;
    }
    
    .wide_7438 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .content-bd97 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hard-19ea {
        grid-template-columns: 1fr;
    }
    
    .wide_7438 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .content_gold_d823 {
        padding: 30px 10px;
    }
    
    .sort_0e9a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification_2d99 {
        padding: 15px;
    }
    
    .down_9f9b {
        font-size: 0.9rem;
    }
    
    .overlay_0594 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .overlay_0594 .bright-a160 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .description-purple-749a {
        padding: 30px 10px;
    }
    
    .description-purple-749a h2 {
        font-size: 1.2rem;
    }
    
    .table_prev_5ee7 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .component-next-62ff {
        padding: 15px 10px;
    }
    
    .component-next-62ff h4 {
        font-size: 0.85rem;
    }
    
    .component-next-62ff p {
        font-size: 0.75rem;
    }
    
    .fresh-b0fe {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .large-a699 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .heading_3fe4 {
        padding: 20px 10px;
    }
    
    .block-fluid-827d {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .banner-ba88,
    .white-edda,
    .disabled-fa09 {
        width: 100%;
    }
    
    .banner-ba88 h3 {
        font-size: 1.1rem;
    }
    
    .banner-ba88 p {
        font-size: 0.8rem;
    }
    
    .soft-db84 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .static_f488 {
        padding: 30px 15px;
    }
    
    .static_f488 h2 {
        font-size: 1.3rem;
    }
    
    .static_f488 p {
        font-size: 0.85rem;
    }
    
    .fast_74b1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .fast_74b1 .chip-white-2d9c {
        width: 100%;
    }
    
    .current_bebf {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .smooth-1a98 {
        padding: 30px 15px;
    }
    
    .huge-0b74 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .description_white_5c03 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .right-d15c h4 {
        font-size: 0.9rem;
    }
    
    .right-d15c a {
        font-size: 0.8rem;
    }
    
    .plasma-da83 {
        font-size: 0.8rem;
    }
    
    .gold-79a0 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .bottom-4814 {
        padding: 8px 10px;
    }
    
    .label-plasma-7eb4 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .orange_8af1 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .label-plasma-7eb4 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .orange_8af1 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 217f */
.phantom-card-w8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
