/* Inner Page Styles */

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

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

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

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

.layout-glass-504a {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.layout-glass-504a .accent_99a7 {
    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;
}

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

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

.layout-glass-504a .accent_99a7:hover::before {
    left: 100%;
}

.layout-glass-504a .accent_99a7:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-9ca7 {
    color: var(--casino-gold-light);
}

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

.carousel-9ca7 a:hover {
    color: var(--casino-gold-light);
}

.carousel-9ca7.fn-active-2434 {
    color: var(--casino-gold-light);
}

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

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

.column-508c {
    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);
}

.column-508c 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-soft-a38a li {
    margin-bottom: var(--md-spacing-xs);
}

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

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

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

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

.right-4797:hover::before {
    left: 100%;
}

.right-4797 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;
}

.right-4797 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;
}

.right-4797 .carousel-2abe {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.right-4797 .carousel-2abe:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.basic_5239 .carousel-2abe:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .plasma_26df {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .plasma_26df h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .plasma_26df h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .layout-glass-504a {
        justify-content: center;
    }
    
    .layout_1e41 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .inner-a3a5 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .complex-956d {
        padding: var(--md-spacing-md) 0;
    }
    
    .column-508c {
        padding: var(--md-spacing-md);
    }
    
    .section_lite_da74 {
        padding: var(--md-spacing-md) 0;
    }
    
    .logo_c90c {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .basic_5239 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .sort_9592 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .column-508c {
        padding: var(--md-spacing-sm);
    }
    
    .dim_7dc9 {
        padding: var(--md-spacing-md);
    }
    
    .logo_c90c {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.dim_7dc9,
.logo_c90c,
.basic_5239 {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.item-hard-c0f7::-webkit-scrollbar {
    width: 8px;
}

.item-hard-c0f7::-webkit-scrollbar-track {
    background: var(--casino-black);
}

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

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

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

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

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

.grid-a5d5 {
    font-size: 1.5rem;
}

.gas_e045 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .icon-4521 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .purple-12f7 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.header-2cd5 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.sidebar-outer-5ff3 {
    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;
}

.sidebar-outer-5ff3 strong {
    color: #00ff88;
}

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

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

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

.pattern-clean-12b6 {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.card_complex_2b5e.last-9bb9 .carousel_red_3460 {
    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); }
}

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

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

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

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

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

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

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

.breadcrumb_6a64 {
    font-size: 1.2rem;
}

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

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

@media (max-width: 576px) {
    .item-pink-206c {
        grid-template-columns: 1fr;
    }
}

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

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

.picture-3086.center_198c::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.picture-3086.pagination-left-d254::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.picture-3086.heading-298a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.picture-3086.alert-hard-ab0f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_5776 {
    font-size: 1.2rem;
}

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

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

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

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

.sidebar-b68a.blue-52ba { background: linear-gradient(90deg, #00ccff, #0088ff); }
.sidebar-b68a.fn-active-2434 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

.out-38a3:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.out-38a3.easy_8d8b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.notice-white-99c4 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.avatar_in_d914 { border-top: 3px solid #00ccff; }
.panel-gas-b1cd { border-top: 3px solid #00ff88; }
.left_f960 { border-top: 3px solid #d4af37; }
.mask-370e { border-top: 3px solid #ff6b6b; }
.tag-d138 { border-top: 3px solid #8b5cf6; }

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

.carousel_down_99bb {
    overflow-x: auto;
}

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

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

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

.carousel_abc7 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thumbnail-fixed-6b34 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.thumbnail-fixed-6b34 p {
    color: #888;
    font-size: 0.9rem;
}

.heading-advanced-bebc {
    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;
}

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

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

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

.button-eb27 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.image-48fd {
    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;
}

.image-48fd::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);
}

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

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

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

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

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

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

.tabs_ec25 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small_60e2 .footer_6e4c {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.progress-73c4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus_0026 a {
    color: #ff6b6b;
}

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

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

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

.logo_e604 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thick-94a6.easy_8d8b {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

/* Specs & Comparison Combined */
.video-last-5619 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.info_up_ac7d .block-pink-df91 {
    color: #666;
    margin: 0 8px;
}

.info_up_ac7d .shade-8686 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.thumbnail-medium-317c {
    font-size: 2rem;
}

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

.shadow_2fec strong {
    color: #d4af37;
}

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

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

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

.card-3d75 h3,
.breadcrumb-yellow-bcaf h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.tertiary-liquid-58e0 strong {
    color: #00ff88;
}

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

.surface-93f3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.dropdown-hard-e1a4 h3,
.background-706d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.tooltip-adac strong {
    color: #d4af37;
}

.input-aab2 {
    color: #aaa;
}

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

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

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

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

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

.tag-brown-8082 {
    max-width: 900px;
    margin: 0 auto;
}

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

.advanced-e503:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood_74b5 strong {
    color: #d4af37;
}

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

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

.main-fbec strong {
    color: #00ff88;
}

.main-fbec span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-selected-0095 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup-selected-0095 li {
    margin-bottom: 5px;
}

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

.popup-selected-0095 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

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

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

.logo-ba93 strong {
    color: #00ff88;
}

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

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

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

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

.info-red-5d83 {
    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;
}

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

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

@media (max-width: 768px) {
    .button-6276 {
        flex-direction: column;
    }
    
    .info-red-5d83 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .layout-fluid-b2c2 {
        padding: 30px 15px;
    }
    
    .layout-fluid-b2c2 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .center_cb3a {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .badge_cool_ba15 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .tag-2338 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .tag-2338 .border-static-9716 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .popup-f0c4 {
        font-size: 1.3rem;
    }
    
    .focus-aa27 {
        font-size: 0.7rem;
    }
    
    .fast-a4ed {
        flex-direction: column;
        gap: 10px;
    }
    
    .fast-a4ed .carousel-2abe {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .item_a7c4 {
        display: none;
    }
    
    .tag-black-c0a9 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .message-pressed-9c6e {
        padding: 20px 10px;
    }
    
    .grid-prev-dba8 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_1d2f,
    .small_900c {
        padding: 15px;
    }
    
    .solid_9043 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pressed-c203 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .complex-e2b9 {
        padding: 30px 10px;
    }
    
    .backdrop-f6eb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-278f {
        padding: 20px 15px;
    }
    
    .bronze-77a0 {
        font-size: 2rem;
    }
    
    .hero-278f h3 {
        font-size: 1.1rem;
    }
    
    .hero-278f p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .stale_bf6e {
        padding: 20px 10px;
    }
    
    .input-upper-ea27 h2 {
        font-size: 1.3rem;
    }
    
    .status-b026 {
        font-size: 0.9rem;
    }
    
    .advanced-e503 h3 {
        font-size: 1.1rem;
    }
    
    .advanced-e503 p {
        font-size: 0.9rem;
    }
    
    .full_8f38 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary_cbbd {
        grid-template-columns: 1fr;
    }
    
    .wood_74b5 {
        font-size: 0.85rem;
    }
    
    .panel-d574 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .section_81dc {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .section_81dc strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .logo_fresh_b741 {
        padding: 30px 10px;
    }
    
    .feature-49dc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .icon_fc2e {
        padding: 15px 10px;
    }
    
    .icon_fc2e h4 {
        font-size: 0.9rem;
    }
    
    .icon_fc2e p {
        font-size: 0.75rem;
        display: none;
    }
    
    .paper-de3b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .feature-49dc {
        grid-template-columns: 1fr;
    }
    
    .icon_fc2e p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .active-first-c1db {
        padding: 30px 10px;
    }
    
    .summary_south_721c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section_purple_7e19 {
        padding: 15px;
    }
    
    .logo_5760 {
        font-size: 0.9rem;
    }
    
    .secondary_new_cfae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .secondary_new_cfae .badge_023b {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .copper_6e03 {
        padding: 30px 10px;
    }
    
    .copper_6e03 h2 {
        font-size: 1.2rem;
    }
    
    .active_03ff {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fast_25bb {
        padding: 15px 10px;
    }
    
    .fast_25bb h4 {
        font-size: 0.85rem;
    }
    
    .fast_25bb p {
        font-size: 0.75rem;
    }
    
    .heading-green-38a6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .breadcrumb_center_8437 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .chip-87e5 {
        padding: 20px 10px;
    }
    
    .tall_0d04 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .brown-b6a0,
    .row_thick_022f,
    .focus_0026 {
        width: 100%;
    }
    
    .brown-b6a0 h3 {
        font-size: 1.1rem;
    }
    
    .brown-b6a0 p {
        font-size: 0.8rem;
    }
    
    .glass-f241 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .black-f393 {
        padding: 30px 15px;
    }
    
    .black-f393 h2 {
        font-size: 1.3rem;
    }
    
    .black-f393 p {
        font-size: 0.85rem;
    }
    
    .active_8bad {
        flex-direction: column;
        gap: 10px;
    }
    
    .active_8bad .carousel-2abe {
        width: 100%;
    }
    
    .pattern_fixed_e4ae {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .gradient-active-2b84 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .bright_8832 {
        padding: 30px 15px;
    }
    
    .bright_d17c {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .south-3a3d {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .pink_2b0d h4 {
        font-size: 0.9rem;
    }
    
    .pink_2b0d a {
        font-size: 0.8rem;
    }
    
    .photo_tall_0ea1 {
        font-size: 0.8rem;
    }
    
    .action_2c4e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .caption-wood-6db2 {
        padding: 8px 10px;
    }
    
    .row-stale-2b3e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .panel-red-3eca {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .row-stale-2b3e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .panel-red-3eca {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e918 */
.ghost-box-i6 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
