/* Inner Page Styles */

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

.column-plasma-e01b 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);
}

.column-plasma-e01b 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);
}

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

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

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

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

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

.hovered_4ad4 .down_3f79:hover::before {
    left: 100%;
}

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

.action-3fdc {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-a26b.fn-active-bcaa {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.texture-glass-abc8 {
    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%;
}

.texture-glass-abc8 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 */
.first_8f33 {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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

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

.copper-b6a7:hover::before {
    left: 100%;
}

.copper-b6a7 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;
}

.copper-b6a7 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;
}

.copper-b6a7 .row-next-ad71 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.copper-b6a7 .row-next-ad71:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.element-plasma-c014 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

.nav-outer-a287 {
    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);
}

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

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

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

.nav-outer-a287 .row-next-ad71 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.nav-outer-a287 .row-next-ad71:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .column-plasma-e01b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .column-plasma-e01b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .column-plasma-e01b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hovered_4ad4 {
        justify-content: center;
    }
    
    .shadow-f021 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .article-f0b8 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .west_e12d {
        padding: var(--md-spacing-md) 0;
    }
    
    .accent_left_c244 {
        padding: var(--md-spacing-md);
    }
    
    .south_1341 {
        padding: var(--md-spacing-md) 0;
    }
    
    .texture-glass-abc8 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .nav-outer-a287 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .badge_3344 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .accent_left_c244 {
        padding: var(--md-spacing-sm);
    }
    
    .bottom-37ce {
        padding: var(--md-spacing-md);
    }
    
    .texture-glass-abc8 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.bottom-37ce,
.texture-glass-abc8,
.nav-outer-a287 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.message-over-8c83 {
    font-size: 1.5rem;
}

.grid_green_b624 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.label-6475 {
    padding: 30px 0;
}

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

.cold-059b {
    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;
}

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

.cold-059b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.cold-059b li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.grid_5f07 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.current-a3cf.advanced-e21a .center_67a1 {
    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); }
}

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

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

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

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

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

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

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

.sort-7cba {
    font-size: 1.2rem;
}

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

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

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

.aside-advanced-f91a {
    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;
}

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

.aside-advanced-f91a.avatar_5b77::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.aside-advanced-f91a.top-0a6c::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside-advanced-f91a.border-cool-58bf::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.aside-advanced-f91a.mini_83cf::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.tall_ed29 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight-c278.shadow-87dc { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight-c278.fn-active-bcaa { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.input-5e84 {
    color: #666;
    font-size: 0.8rem;
}

.outline-tall-13a8 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

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

.old-14d5 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.table-71f9 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.module-right-ea65 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.main-glass-c0a5 {
    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;
}

.main-glass-c0a5:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.main-glass-c0a5.status_dim_ee14 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.logo_in_93e7 { border-top: 3px solid #00ccff; }
.dark-6daa { border-top: 3px solid #00ff88; }
.gold-3b9e { border-top: 3px solid #d4af37; }
.text-a583 { border-top: 3px solid #ff6b6b; }
.tooltip_2605 { border-top: 3px solid #8b5cf6; }

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

.photo_plasma_a2ce {
    overflow-x: auto;
}

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

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

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

.focus_hard_a2ba td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tiny-80fa {
    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;
}

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

.gradient-pressed-655f {
    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;
}

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

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

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

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

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

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

.progress_white_cea0 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.slider_86ef::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_aee6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.popup-steel-a820 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.pattern-9d82 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.blue-de99 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.sort-green-37d6 .description-0e40 {
    margin-bottom: 10px;
}

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

.sort-green-37d6 strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.mask-cold-d241 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.bottom-5d8e {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.mask-dim-0217 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.section-fresh-55ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.video-slow-c64a {
    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;
}

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

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

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

.disabled_fast_4194 a {
    color: #ff6b6b;
}

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

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

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

.photo-solid-add1 {
    text-align: center;
}

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

.photo-solid-add1 .photo_8efe {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.popup-08bc {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-gas-a485 .tabs-e00a {
    color: #666;
    margin: 0 8px;
}

.hover-gas-a485 .tooltip_4100 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.carousel-smooth-8d18 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.tall_0edc {
    font-size: 2rem;
}

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

.primary_light_d5be strong {
    color: #d4af37;
}

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

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

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

.disabled-red-861a h3,
.container_9e1d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

.pink-00ec {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.pattern-71c8 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.image-33f1 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.layout-9499 h3,
.description-orange-7822 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dynamic-501a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.progress-first-f10c summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.left_2de9 strong {
    color: #d4af37;
}

.footer_3b05 {
    color: #aaa;
}

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

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

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

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

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

.thumbnail-927e {
    max-width: 900px;
    margin: 0 auto;
}

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

.dynamic-cd3b:last-child {
    border-bottom: none;
}

.dynamic-cd3b h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

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

.outer-15cc {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.outer-15cc 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;
}

.outer-15cc li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.texture_4664 strong {
    color: #d4af37;
}

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

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

.first_8618 strong {
    color: #00ff88;
}

.first_8618 span {
    color: #d4af37;
}

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

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

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

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

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

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

.motion-1e65 {
    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;
}

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

.detail-iron-aa44 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

.plasma-19ee {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.plasma-19ee li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fluid_c1e5 strong {
    color: #00ff88;
}

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

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

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

.description-steel-39b9 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

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

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

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

@media (max-width: 768px) {
    .description-steel-39b9 {
        flex-direction: column;
    }
    
    .iron_1a42 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

.input-gas-1d4b {
    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;
}

.input-gas-1d4b: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) {
    .input-gas-1d4b {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .input-gas-1d4b {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .carousel_3cea {
        padding: 30px 15px;
    }
    
    .carousel_3cea h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mini-2cbe {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .item_motion_a8a2 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .current_144a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .current_144a .avatar_575e {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .paragraph-south-f06e {
        font-size: 1.3rem;
    }
    
    .alert-8abd {
        font-size: 0.7rem;
    }
    
    .overlay-a8b9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .overlay-a8b9 .row-next-ad71 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .message_orange_c133 {
        display: none;
    }
    
    .accordion_fast_9b98 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .gradient-b331 {
        padding: 20px 10px;
    }
    
    .upper-f117 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .avatar-gold-44a0,
    .west_cc47 {
        padding: 15px;
    }
    
    .thumbnail_e355 {
        flex-direction: column;
        gap: 5px;
    }
    
    .wrapper_e225 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .shade-7d8a {
        padding: 30px 10px;
    }
    
    .purple-ac41 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_8ede {
        padding: 20px 15px;
    }
    
    .feature-light-a037 {
        font-size: 2rem;
    }
    
    .accordion_8ede h3 {
        font-size: 1.1rem;
    }
    
    .accordion_8ede p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .active-bottom-b3e1 {
        padding: 20px 10px;
    }
    
    .thick-fdee h2 {
        font-size: 1.3rem;
    }
    
    .link_1b7f {
        font-size: 0.9rem;
    }
    
    .dynamic-cd3b h3 {
        font-size: 1.1rem;
    }
    
    .dynamic-cd3b p {
        font-size: 0.9rem;
    }
    
    .outer-15cc li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .hover-0f8d {
        grid-template-columns: 1fr;
    }
    
    .texture_4664 {
        font-size: 0.85rem;
    }
    
    .frame_a1c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .shade_61ab {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .shade_61ab strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .article-hard-17e8 {
        padding: 30px 10px;
    }
    
    .large_02ae {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled_plasma_1d1a {
        padding: 15px 10px;
    }
    
    .disabled_plasma_1d1a h4 {
        font-size: 0.9rem;
    }
    
    .disabled_plasma_1d1a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .static_d5bc {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .button_de90 {
        padding: 30px 10px;
    }
    
    .tabs-dark-8369 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hovered-6ab5 {
        padding: 15px;
    }
    
    .aside-8c2d {
        font-size: 0.9rem;
    }
    
    .pattern_lite_2037 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .pattern_lite_2037 .tag-bb42 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .focus-orange-1dca {
        padding: 30px 10px;
    }
    
    .focus-orange-1dca h2 {
        font-size: 1.2rem;
    }
    
    .box_yellow_5f36 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .feature_2cc4 {
        padding: 15px 10px;
    }
    
    .feature_2cc4 h4 {
        font-size: 0.85rem;
    }
    
    .feature_2cc4 p {
        font-size: 0.75rem;
    }
    
    .shadow-purple-3b27 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .footer-751a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .aside_rough_cb32 {
        padding: 20px 10px;
    }
    
    .section-fresh-55ac {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .icon-dede,
    .warm_4b22,
    .disabled_fast_4194 {
        width: 100%;
    }
    
    .icon-dede h3 {
        font-size: 1.1rem;
    }
    
    .icon-dede p {
        font-size: 0.8rem;
    }
    
    .video-slow-c64a {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .secondary_iron_f201 {
        padding: 30px 15px;
    }
    
    .secondary_iron_f201 h2 {
        font-size: 1.3rem;
    }
    
    .secondary_iron_f201 p {
        font-size: 0.85rem;
    }
    
    .image-edbc {
        flex-direction: column;
        gap: 10px;
    }
    
    .image-edbc .row-next-ad71 {
        width: 100%;
    }
    
    .complex-75f8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .tabs_df03 {
        padding: 30px 15px;
    }
    
    .small-586a {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .box_static_25d5 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .progress_133b h4 {
        font-size: 0.9rem;
    }
    
    .progress_133b a {
        font-size: 0.8rem;
    }
    
    .footer-action-2ee8 {
        font-size: 0.8rem;
    }
    
    .motion-09df p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .pattern-073b {
        padding: 8px 10px;
    }
    
    .breadcrumb_dc2d {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .shadow-99ff {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb_dc2d {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .shadow-99ff {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e475 */
.widget-item-z3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.2;
}
